.unit_box {
    padding: 1rem 0;
    box-sizing: border-box;
}

.unit ul li .p_box img:nth-child(2) {
    display: none;
}

.unit ul li:hover .p_box img:nth-child(1) {
    display: none;
}

.unit ul li:hover .p_box img:nth-child(2) {
    display: block;
}

.unit ul .unit_act .p_box img:nth-child(2) {
    display: block;
}

.unit ul .unit_act .p_box img:nth-child(1) {
    display: none;
}

.unit ul li:hover p {
    color: #D40413 !important;
    transition: all 0.6s;
}

.unit ul li p {
    margin: .5rem 0 0 0 !important;
    text-align: center;
    color: #C4C4C4;
}

.unit ul li .p_box {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
}

.unit ul li .p_box::before {
    content: " ";
    position: absolute;
    top: -57%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    margin: 0 0 .4375rem 0;
    width: 13px;
    height: 13px;
    background: #C4C4C4;
    border-radius: 50px;
    z-index: 1;
}

.unit ul li .p_box::after {
    content: " ";
    display: block;
    width: 35px;
    height: 35px;
    background: #FFFFFF;
    border: 2px solid rgba(0, 0, 0, 0);
    border-radius: 50px;
    box-sizing: border-box;
}

.unit ul .unit_act .p_box::before {
    background: #D40413;
}

.unit ul .unit_act .p_box::after {
    content: " ";
    position: absolute;
    top: -57%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    min-width: 35px;
    min-height: 35px;
    background: #FFFFFF;
    border: 2px solid #D40413;
    border-radius: 50px;
    box-sizing: border-box;
}

.unit_box>.line {
    display: block;
    margin: 0 0 .5rem 0;
    width: 100%;
    height: 2px;
    background-color: #C4C4C4;
}

.unit ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.unit ul .unit_act p {
    color: #D40413;
}

.sol .l h4 {
    font-weight: 700;
    font-size: 1.675rem;
    color: rgba(33, 33, 33, 0.05);
}

.sol_box {
    padding: .625rem 0 1.125rem 0;
    box-sizing: border-box;
}

.sol .l {
    width: 50%;
}

.sol .l img {
    display: block;
    width: 100%;
}


.sol .r {
    width: 45%;
}


.sol .r h4::after {
    content: " ";
    display: block;
    margin: .25rem 0 .375rem 0;
    width: 6.25rem;
    height: 2px;
    background: #D40413;
}

.sol .r span p {
    margin: 0 0 .1875rem 0 !important;
}

.swiper-paginationsol {
    font-size: .3rem;
    display: flex;
    justify-content: center;
    width: 200px;
}

.swiper-button-prevsol img,
.swiper-button-nextsol img {
    width: 30px;
    height: 30px;
    filter: brightness(0);
    cursor: pointer;
}

.swiper-button-prevsol img {
    transform: rotateY(180deg);
}

.arrowbox {
    margin: .875rem 0 0 0;
}

.swiper-button-prevsol img:hover,
.swiper-button-nextsol img:hover {
    filter: none;
    transition: all 0.6s;
}

.swiper-button-prevsol,
.swiper-button-nextsol {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 1680px) {}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1366px) {
    .unit ul li .p_box::before, .unit ul .unit_act .p_box::after {
        top: -30% !important;
    }
}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 980px) {
    .unit_box {
        padding: 80px 0;
    }

    .unit ul li .p_box::before,
    .unit ul .unit_act .p_box::after {
        top: -30%;
    }

    .unit_box>.line {
        margin: 0 0 20px 0;
    }

    .sol .l,
    .sol .r {
        width: 100%;
    }

    .sol {
        flex-wrap: wrap;
    }

    .arrowbox {
        justify-content: center;
    }
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 375px) {}