/* sub_active nth-child(2) 수정*/
/* .sub_head2 > ul > li:nth-child(2) > a::after {
    content: '';
    display: block;
    background-color: #fff;
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0px;
    left: 0px;
} */
.sub_head2 > ul > li:nth-child(1) > a {
    color: #fff;
    font-weight: 500;
}

/* sub22_title */
.sub22_title {
    padding-top: 85px;
    text-align: center;
    padding-bottom: 121px;
}
.sub22_title > div > h3 {
    font-size: 36px;
    font-weight: 500;
    color: #03235d;
    margin-bottom: 16.5px;
}
.sub22_title > div > img {
    margin-bottom: 25px;
}
.sub22_title > div > p {
    font-size: 18px;
    font-weight: 400;
    color: #7a7a7a;
}

/* sub22_system */
.sub22_system {
    background-image: url(../img/sub_img/sub23_system_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 122px;
    text-align: center;
    color: #fff;
}
.sub22_system > span {
    font-weight: 200;
    font-size: 24px;
}
.sub22_system > h3 {
    color: #00fff3;
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 80px;
}
.sub22_system > div {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
}
.sub22_system > div > div > p {
    font-size: 20px;
    font-weight: 400;
    margin-top: 30px;
}
.sub22_system > div > div > p > span {
    color: #00fff3;
}

/* sub22_equipment */
.sub22_equipment {
    padding-top: 88px;
    padding-bottom: 120px;
}
.sub22_equipment > span {
    text-align: center;
    color: #727272;
    font-size: 22px;
    font-weight: 400;
    display: block;
}
.sub22_equipment > h3 {
    color: #222222;
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 59px;
}
.sub22_equipment > h3 > span {
    color: #00a2e9;
}
.sub22_equipment > div {
    display: flex;
    justify-content: space-between;
}
.sub22_equipment > div > div > span {
    color: #001a47;
    font-size: 18px;
    font-weight: 400;
    margin-top: 18px;
    display: block;
}
.sub22_equipment > div > div > h4 {
    font-size: 26px;
    font-weight: 500;
    color: #222222;
    margin-top: 1px;
    margin-bottom: 12px;
}
.sub22_equipment > div > div > p {
    color: #727272;
    font-size: 20px;
    font-weight: 200;
    letter-spacing: -0.8px;
}

/* sub22_swiper_wrap */
.sub22_swiper_wrap {
    background-image: url(../img/sub_img/sub22_swiper_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 75px;
    padding-bottom: 75px;
    padding-left: 240px;
    display: flex;
    justify-content: space-between;
}
.sub22_swiper_in_1 > h3 {
    color: #fff;
    font-size: 48px;
    font-weight: 500;
}
.sub22_swiper_in_1 > p {
    font-size: 28px;
    font-weight: 200;
    margin: 15px 0px 39px;
    color: #fff;
}
.sub22_swiper {
    position: relative;
    right: 0px;
    width: 1228px;
    height: 588px;
    overflow: hidden;
    color: #39517d;
}
.sub22_swiper .swiper-slide {
    position: relative;
    height: calc((100% - 33px) / 2) !important;
}
.sub22_swiper .swiper-slide > div {
    position: absolute;
    left: 20px;
    top: 24px;
}
.sub22_swiper span {
    font-size: 18px;
    font-weight: 200;
    letter-spacing: 6px;
    color: #a4a4a4;
}
.sub22_swiper h4 {
    font-weight: 500;
    font-size: 28px;
    margin-top: 3px;
}
.sub22_swiper_nav {
    display: flex;
}
.sub22_swiper_nav > div {
    display: inline-block;
    height: 52px;
    width: 52px;
}
.sub22_swiper_prev {
    background-image: url(../img/sub_img/sub22_prev.png);
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid #fff;
    margin-right: 10px;
}
.sub22_swiper_next {
    background-image: url(../img/sub_img/sub22_next.png);
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid #fff;
}

/* sub22_primescan */
.sub22_primescan {
    padding-top: 242px;
    padding-bottom: 241px;
    background-image: url(../img/sub_img/sub22_primescan_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.sub22_primescan_in > h4 {
    color: #00fff3;
    font-size: 47px;
    font-weight: 400;
    margin: 3px 0px 21px;
}
.sub22_primescan_in > h3 {
    font-size: 38px;
    font-weight: 400;
    color: #fff;
}
.sub22_primescan_in > p {
    color: #fff;
    font-size: 20px;
    font-weight: 200;
}

/* sub22_docter */
.sub22_docter {
    padding-bottom: 62px;
    padding-left: 240px;
    display: flex;
    position: relative;
}
.sub22_docter::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 244px;
    background-color: #f1f1f1;
    z-index: -1;
}
.sub22_docter_in {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 110px;
}
.sub22_docter_left {
    display: flex;
}
.sub22_docter_left > div {
    display: flex;
    background-color: #001a47;
    color: #fff;
    padding: 16px 54px;
    align-items: center;
}
.sub22_docter_left > div:nth-child(2) {
    border-left: 1px solid #dcdfe3;
    border-right: 1px solid #dcdfe3;
}
.sub22_docter_left > div > div > h4 {
    font-size: 20px;
    font-weight: 400;
}
.sub22_docter_left > div > div > h4 > span {
    font-size: 11px;
}
.sub22_docter_left > div > div > p {
    font-size: 11px;
    font-weight: 200;
}
.sub22_docter_left > div > img {
    height: 35px;
    width: 34px;
    display: inline-block;
    margin-right: 6px;
}
.sub22_docter_right {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.sub22_docter_right > span {
    font-size: 28px;
    font-weight: 200;
    color: #303030;
}
.sub22_docter_right > h3 {
    font-size: 38px;
    font-weight: 500;
    margin: 9px 0px 39px;
    color: #303030;
}
.sub22_docter_right > p {
    font-size: 20px;
    font-weight: 200;
    color: #303030;
}

/*tablet main*/
@media screen and (max-width: 1024px) {
    .center {
        width: 760px;
    }
    .sub23_title > div > p {
        font-size: 16px;
    }
    .sub22_system > div > div > p {
        font-size: 16px;
    }
    .sub22_equipment > div {
        flex-direction: column;
        align-items: center;
    }
    .sub22_equipment_con2 {
        margin: 50px 0px;
    }
    .sub22_swiper_wrap {
        padding-left: 30px;
    }
    .sub22_swiper {
        width: 398px;
        height: 455px;
    }
    .sub22_swiper_wrap {
        background-position: -120px center;
    }
    .sub22_primescan {
        flex-direction: column;
        padding: 100px 0px;
    }
    .sub22_primescan::before {
        bottom: 112px;
        height: 336px;
    }
    .sub22_docter {
        padding-left: 0px;
        flex-direction: column;
        align-items: center;
    }
    .sub22_docter_left > div {
        padding: 16px 32px;
    }
    .sub22_docter_in {
        margin: 0px;
        margin-bottom: 50px;
    }
}

/*mobile main*/
@media screen and (max-width: 767px) {
    .center {
        width: 380px;
    }
    .sub22_title > div > h3 {
        font-size: 26px;
    }
    .sub22_title > div > p {
        font-size: 15px;
    }
    .sub22_system > div {
        flex-wrap: wrap;
    }
    .sub22_system_con3,
    .sub22_system_con4 {
        margin-top: 30px;
    }
    .sub22_swiper_wrap {
        flex-direction: column;
    }
    .sub22_swiper_in_1 {
        margin-bottom: 50px;
    }
    .sub22_swiper_in_1 > h3 {
        font-size: 26px;
    }
    .sub22_swiper_in_1 > p {
        font-size: 16px;
    }
    .sub22_primescan_in > span {
        font-size: 20px;
    }
    .sub22_primescan_in > h3 {
        font-size: 22px;
    }
    .sub22_primescan::before {
        bottom: -137px;
    }
    .sub22_primescan_in > p {
        font-size: 13px;
    }
    .sub22_primescan_in > h4 {
        font-size: 26px;
    }
    .sub22_equipment > div > div > p {
        font-size: 16px;
    }
    .sub22_primescan {
        padding: 100px 0px 100px;
    }
    .sub22_docter_left > div {
        flex-direction: column;
        padding: 16px 6px;
    }
    .sub22_docter_left > div > div > p {
        font-size: 10px;
    }
    .sub22_docter_right > span {
        font-size: 20px;
    }
    .sub22_docter_right > h3 {
        font-size: 20px;
    }
    .sub22_docter_right > p {
        font-size: 14px;
    }
}
