body {
    overflow-y: hidden;
}

/* main_video */
.main_video {
    position: relative;
}
/* main_intro */
.main_intro {
    padding: 120px 0px;
    background-color: #fff;
    position: relative;
}
.main_intro > div {
    position: relative;
    display: flex;
    align-items: center;
}
.main_intro > div > img:last-child {
    position: absolute;
    right: 0px;
    bottom: 41px;
}
.main_intro_txt {
    padding-left: 70px;
}
.main_intro_txt h2 {
    font-size: 38px;
    font-weight: 600;
    color: #202020;
    line-height: 56px;
    margin-bottom: 47px;
}
.main_intro_txt p {
    font-size: 18px;
    font-weight: 300;
    color: #202020;
    margin-bottom: 24px;
    line-height: 29px;
}
.main_intro_txt p:last-of-type {
    margin-bottom: 48px;
}
.main_intro_txt h3 {
    font-size: 24px;
    font-weight: 400;
    color: #202020;
    display: flex;
    align-items: center;
}
.main_intro_txt h3 > img {
    margin-left: 5px;
}

/* main_doctor */
.main_doctor {
    padding-top: 70px;
    background-image: url(../img/main_doctor_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}
.main_doctor > div > span {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main_doctor > div > span::before {
    content: '';
    display: inline-block;
    width: 100%;
    max-width: 485px;
    height: 1px;
    background-color: #b0cf00;
}
.main_doctor > div > span::after {
    content: '';
    display: inline-block;
    width: 100%;
    max-width: 485px;
    height: 1px;
    background-color: #b0cf00;
}
.main_doctor h2 {
    margin-top: 22px;
    margin-bottom: 86px;
    font-size: 54px;
    font-weight: 600;
    color: #202020;
}
.main_doctor_con {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.main_doctor_con00 {
    
    margin-right: -120px;
    position: relative;
    z-index: 3;
}

.main_doctor_con01 {
    position: relative;
    z-index: 2;
}
.main_doctor_con02 {
    /* margin-left: -70px;
    margin-right: -90px; */
    margin-left: -100px;
    margin-right: -145px;
    z-index: 1;
    position: relative;
}
.main_doctor_con h3 {
    margin-bottom: 36px;
    font-size: 22px;
    font-weight: 500;
    color: #777;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main_doctor_con h3 > span {
    font-size: 32px;
    color: #202020;
    margin: 0px 6px;
    display: inline-block;
}

/* modal */
html.modal-active,
body.modal-active {
    overflow: hidden;
}
.modal-container {
    position: fixed;
    display: table;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transform: scale(0);
    z-index: 99999;
}
.modal-container.on {
    transform: scaleY(0.01) scaleX(0);
    animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.modal-container.on .modal-background .modal {
    transform: scale(0);
    animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.modal-container.on.out {
    transform: scale(1);
    animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.modal-container.on.out .modal-background .modal {
    animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.modal-container .modal-background {
    display: table-cell;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    vertical-align: middle;
}
.modal-container .modal-background .modal {
    display: inline-block;
}
.modal-container .modal-background .modal .inner {
    height: 100%;
}
.modal-container .modal-background .inner img {
    width: 75%;
}
.modal-close {
    position: absolute;
    top: 27px;
    right: 14%;
    cursor: pointer;
}
.viewMore {
    cursor: pointer;
}

@keyframes unfoldIn {
    0% {
        transform: scaleY(0.005) scaleX(0);
    }
    50% {
        transform: scaleY(0.005) scaleX(1);
    }
    100% {
        transform: scaleY(1) scaleX(1);
    }
}
@keyframes unfoldOut {
    0% {
        transform: scaleY(1) scaleX(1);
    }
    50% {
        transform: scaleY(0.005) scaleX(1);
    }
    100% {
        transform: scaleY(0.005) scaleX(0);
    }
}
@keyframes zoomIn {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes zoomOut {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

@media (max-width: 1580px) {
    .modal-container .modal-background .modal {
        width: 90%;
        padding: 40px 4vw;
        padding-right: 2vw;
    }
}

/* main_sleep */
.main_sleep {
    padding-top: 107px;
    padding-bottom: 127px;
    background-image: url(../img/main_sleep_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.main_sleep_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    margin-bottom: 123px;
}
.main_sleep_text h2 {
    font-size: 54px;
    font-weight: 600;
    margin-bottom: 60px;
    line-height: 73px;
}
.main_sleep_text h2 > span {
    color: #cae728;
}
.main_sleep_text p {
    font-size: 24px;
    font-weight: 400;
    line-height: 40px;
}
.main_sleep_con {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}
.main_sleep_con > div {
    border-radius: 12px;
    overflow: hidden;
}
.main_sleep_con h3 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    line-height: 69px;
}
.main_sleep_con01 h3 {
    background-color: #01203a;
}
.main_sleep_con02 h3 {
    background-color: #202020;
}
.main_sleep_con01,
.main_sleep_con03 {
    width: 40%;
}
.main_sleep_con02 {
    width: 17%;
}
.main_sleep_con03 {
    background: linear-gradient(to right bottom, #0574d1, #001752);
    padding: 0px 10px 10px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.5);
}
.main_sleep_con li {
    font-size: 24px;
    font-weight: 400;
    color: #202020;
    line-height: 95px;
    background-color: #fff;
    position: relative;
    border-bottom: 1px solid #dcdcdc;
}
.main_sleep_con03 li:last-child {
    line-height: 85px;
}
.main_sleep_con img {
    position: absolute;
    right: 45px;
    top: 50%;
    transform: translateY(-50%);
}
.main_sleep_con03 img {
    left: 45px;
    right: initial;
}

/* main_implant */
.main_implant {
    padding: 120px 0px;
    overflow: hidden;
}
.main_implant .main_implant_page {
    max-width: 1220px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}
.main_implant .main_implant_page > span {
    padding: 0px 10px;
    text-align: center;
    line-height: 46px;
    background-color: transparent;
    border-radius: 0px;
    width: auto;
    height: auto;
    margin: 0 !important;
    color: #a0a0a0;
    opacity: 1;
    font-size: 22px;
    font-weight: 500;
}
.main_implant .main_implant_page > span.swiper-pagination-bullet-active {
    color: #002d52;
    border-bottom: 3px solid #002d52;
}
.main_implant_swiper {
    width: 100%;
    margin-top: 40px;
    height: 660px;
    position: relative;
}
.main_implant_prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -77px;
    z-index: 1;
    cursor: pointer;
}
.main_implant_next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -77px;
    z-index: 1;
    cursor: pointer;
}
.main_implant_swiper .swiper-slide {
    display: flex;
    align-items: center;
    position: relative;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.12);
}
.main_implant_number {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    width: 100px;
    line-height: 110px;
    text-align: center;
    background-color: #002d52;
}
.main_implant01,
.main_implant02 {
    padding: 0px 70px;
}
.main_implant03 {
    padding: 0px 137px;
}
.main_implant04,
.main_implant05 {
    padding: 0px 80px;
}
.main_implant06 {
    padding: 0px 139px;
}
.main_implant01 .main_implant_text,
.main_implant06 .main_implant_text {
    padding-left: 90px;
}
.main_implant02 .main_implant_text {
    padding-left: 97px;
}
.main_implant03 .main_implant_text {
    padding-left: 102px;
}
.main_implant04 .main_implant_text,
.main_implant05 .main_implant_text {
    padding-left: 60px;
}
.main_implant_text h2 {
    font-size: 22px;
    font-weight: 500;
    color: #a0a0a0;
    margin-bottom: 10px;
}
.main_implant_text h3 {
    font-size: 46px;
    font-weight: 600;
    color: #202020;
    margin-bottom: 65px;
    line-height: 60px;
}
.main_implant01 .main_implant_text h3 {
    margin-bottom: 30px;
}
.main_implant04 .main_implant_text h3 > span {
    color: #b0cf00;
}
.main_implant_text h3 > span {
    color: #0350a0;
}
.main_implant_text p {
    font-size: 20px;
    font-weight: 300;
    color: #202020;
    margin-bottom: 60px;
    line-height: 30px;
}
.main_implant02 .main_implant_text p,
.main_implant03 .main_implant_text p {
    margin-bottom: 25px;
}
.main_implant06 .main_implant_text p {
    margin-bottom: 35px;
}
.main_implant02 .main_implant_text p:last-child,
.main_implant03 .main_implant_text p:last-child,
.main_implant04 .main_implant_text p:last-child,
.main_implant05 .main_implant_text p:last-child {
    margin-bottom: 0px;
}
.main_implant_text h4 {
    font-size: 20px;
    font-weight: 300;
    color: #202020;
    margin-bottom: 28px;
    display: flex;
    align-items: flex-end;
}
.main_implant_text h4 > img {
    margin-right: 6px;
}
.main_implant_text ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 497px;
}
.main_implant_text li {
    font-size: 18px;
    font-weight: 500;
    color: #202020;
    line-height: 46px;
    background-color: #f7f7f7;
    padding: 0px 18px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    margin-bottom: 13px;
}
.main_implant_text li:last-child {
    margin-bottom: 0px;
}
.main_implant_text li:nth-of-type(1),
.main_implant_text li:nth-of-type(3) {
    margin-right: 15px;
}
.main_implant_text li img {
    margin-right: 5px;
}
.main_implant06 .main_implant_text li {
    margin-right: 15px;
    margin-bottom: 0px;
}
.main_implant06 .main_implant_text li:last-child {
    margin-right: 0px;
}

/* main_care */
.main_care {
    padding-top: 180px;
    padding-bottom: 133px;
    background-image: url(../img/main_care_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.main_care > div {
    position: relative;
}
.main_care > div > img {
    position: absolute;
    left: 67px;
    top: -22px;
}
.main_care_title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main_care_left h2 {
    font-size: 50px;
    font-weight: 600;
    color: #202020;
    line-height: 78px;
    margin-bottom: 50px;
}
.main_care_left p {
    font-size: 20px;
    font-weight: 300;
    color: #202020;
    line-height: 30px;
    margin-bottom: 30px;
}
.main_care_left p:last-child {
    margin-bottom: 0px;
}
.main_care_right {
    max-width: 788px;
    width: 100%;
}
.main_care_right > div {
    padding: 37px 25px;
    border-top: 1px solid #202020;
    display: flex;
    align-items: center;
}
.main_care_title03 {
    border-bottom: 1px solid #202020;
}
.main_care_right h3 {
    font-size: 26px;
    font-weight: 500;
    color: #202020;
    line-height: 40px;
    width: 295px;
}
.main_care_right p {
    font-size: 19px;
    font-weight: 300;
    color: #202020;
    line-height: 29px;
}
.main_care_con {
    padding-top: 137px;
}
.main_care .main_care_page {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main_care .main_care_page > span {
    opacity: 1;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    line-height: 90px;
    background-color: #002d52;
    border-radius: 20px 20px 0px 0px;
    width: 19.715%;
    height: auto;
    margin: 0 !important;
    color: #fff;
    display: inline-block;
}
.main_care .main_care_page > span.swiper-pagination-bullet-active {
    color: #202020;
    background-color: #fff;
}
.main_care_swiper {
    width: 100%;
    overflow: hidden;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.12);
    border-radius: 0px 0px 20px 20px;
    height: 638px;
}
.main_care_swiper .swiper-slide {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 0px 90px;
}
.main_care_txt > span {
    font-size: 22px;
    font-weight: 500;
    color: #a0a0a0;
}
.main_care_txt > h2 {
    font-size: 48px;
    font-weight: 600;
    color: #202020;
    margin: 12px 0px 25px;
}
.main_care_con04 .main_care_txt > h2 {
    margin: 0px 0px 25px;
    line-height: 56px;
}
.main_care_con05 .main_care_txt > h2 {
    font-size: 54px;
    line-height: 68px;
    margin: 0px 0px 35px;
}
.main_care_txt > h2 > span {
    color: #0350a0;
}
.main_care_txt > p {
    font-size: 20px;
    font-weight: 300;
    color: #202020;
    margin-bottom: 54px;
    line-height: 30px;
}
.main_care_con02 .main_care_txt > p,
.main_care_con03 .main_care_txt > p {
    margin-bottom: 66px;
}
.main_care_con04 .main_care_txt > p {
    margin-bottom: 42px;
}
.main_care_con05 .main_care_txt > p {
    margin-bottom: 22px;
}
.main_care_con05 .main_care_txt > p:last-child {
    margin-bottom: 0px;
}
.main_care_con04 li {
    font-size: 19px;
    font-weight: 500;
    color: #202020;
    background-color: #f7f7f7;
    border-radius: 100px;
    padding: 0px 18px;
    line-height: 42px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    width: fit-content;
}
.main_care_con04 li:last-child {
    margin-bottom: 0;
}
.main_care_con04 li img {
    margin-right: 5px;
}

/* main_beauty */
.main_beauty_intro {
    padding: 130px 0px;
    background-image: url(../img/main_beauty_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}
.main_beauty_intro h3 {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 10px;
}
.main_beauty_intro h2 {
    font-size: 54px;
    font-weight: 600;
    margin-bottom: 75px;
}
.main_beauty_intro h2 > span {
    color: #cae728;
}
.main_beauty_intro > div > span {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 21px;
    line-height: 42px;
    padding: 0px 14px;
    display: flex;
    align-items: center;
    width: fit-content;
    background-color: #01203a;
    border-radius: 100px;
}
.main_beauty_intro > div > span img {
    margin-left: 5px;
}
.main_beauty_intro p {
    font-size: 22px;
    font-weight: 400;
    line-height: 36px;
}
.main_beauty_con {
    padding: 120px 0px;
}
.main_beauty_con > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}
.main_beauty_con > div > div {
    border: 2px solid #e2e2e2;
    border-radius: 12px;
    width: 30%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    align-items: center;
    height: 613px;
    justify-content: space-between;
    padding-bottom: 49px;
}
.main_beauty_con p {
    font-size: 19px;
    font-weight: 300;
    color: #202020;
    margin-top: 40px;
    line-height: 28px;
}
.main_beauty_con h4 {
    font-size: 36px;
    font-weight: 600;
    color: #202020;
    margin-top: 18px;
}
.main_beauty_con span {
    font-size: 32px;
    font-weight: 500;
    color: #b0cf00;
}
.main_beauty_con02,
.main_beauty_con03 {
    padding-top: 54px;
}
.main_beauty_con img {
    transition: all 0.5s;
}
.main_beauty_con > div > div:hover > img {
    transform: scale(1.13);
}

/* main_bna */
.main_bna {
    padding: 74px 0px 93px;
    background-image: url(../img/main_bna_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}
.main_bna > div > span {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main_bna > div > span::before {
    content: '';
    display: inline-block;
    width: 100%;
    max-width: 485px;
    height: 1px;
    background-color: #b0cf00;
}
.main_bna > div > span::after {
    content: '';
    display: inline-block;
    width: 100%;
    max-width: 485px;
    height: 1px;
    background-color: #b0cf00;
}
.main_bna h2 {
    font-size: 54px;
    font-weight: 600;
    color: #202020;
    margin: 19px auto 50px;
}
.main_bna h3 {
    margin-top: 45px;
    font-size: 22px;
    font-weight: 300;
    color: #202020;
    line-height: 32px;
}
.main_bna > div > p {
    font-size: 22px;
    font-weight: 300;
    color: #202020;
    margin-bottom: 51px;
}
.main_bna_wrap p {
    margin-top: 98px;
    font-size: 20px;
    font-weight: 400;
    color: #a7a7a7;
}
.main_bna_con {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main_bna_con > div {
    max-width: 660px;
    width: 100%;
}
.comparison {
    width: 100%;
    padding-bottom: 430px;
    position: relative;
}
#divisor1 {
    background-image: url(../img/main_bna_con01b.jpg);
}
#divisor2 {
    background-image: url(../img/main_bna_con02b.jpg);
}
#comparison1 figure {
    background-image: url(../img/main_bna_con01a.jpg);
}
#comparison2 figure {
    background-image: url(../img/main_bna_con02a.jpg);
}
.main_bna_con figure {
    position: absolute;
    background-size: cover;
    font-size: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}
.divisor {
    background-size: cover;
    position: absolute;
    width: 50%;
    bottom: 0;
    height: 100%;
}
.divisor::after {
    content: '';
    position: absolute;
    right: -13px;
    width: 26px;
    height: 514px;
    background-image: url(../img/divisor.svg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 3;
    bottom: -59px;
}
.handle {
    position: absolute;
    height: 56px;
    width: 56px;
    bottom: -145px;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 4;
}
.handle::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-53%);
    background-image: url(../img/bna_arrow.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

input[type='range'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: absolute;
    bottom: -117px;
    left: 0px;
    height: 56px;
    background-color: transparent;
    width: 100%;
    cursor: pointer;
    z-index: 5;
}
input[type='range']:focus,
input[type='range']:active {
    border: none;
    outline: none;
}

input[type='range']::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 34px;
    width: 34px;
    border-radius: 50%;
}

input[type='range']::-moz-range-track {
    -moz-appearance: none;
    height: 15px;
    width: 100%;
    background-color: transparent;
    position: relative;
    outline: none;
}
.bna_container {
    padding-top: 16px;
}
.bna {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 12px;
    position: relative;
}
.bna > span {
    font-size: 20px;
    font-weight: 500;
    color: #b1b1b1;
    display: inline-block;
    line-height: 36px;
    padding: 0px 18px;
    background-color: #fff;
    border: 1px solid #b1b1b1;
    border-radius: 100px;
}
.bna > span:last-child {
    color: #fff;
    background: linear-gradient(to bottom right, #afce00, #719b17);
    border: none;
}
.main_bna > div > a {
    font-size: 24px;
    font-weight: 400;
    color: #202020;
    display: flex;
    align-items: center;
    background-color: #fff;
    border: 1px solid #b0cf00;
    line-height: 57px;
    width: 234px;
    margin: 51px auto 0px;
    padding: 0px 28px;
    justify-content: space-between;
    box-shadow: 0px 4px 0px #b0cf00;
    border-radius: 100px;
    transition: all 0.2s;
}
.main_bna > div > a:hover {
    box-shadow: 0px 4px 0px transparent;
    transform: translateY(4px);
}

/* main_interior */
.main_interior {
    padding: 130px 0px 150px;
    text-align: center;
    overflow: hidden;
}
.main_interior_wrap {
    max-width: 1255px;
    width: 100%;
    margin: 0 auto;
}
.main_interior_wrap > h2 {
    font-size: 54px;
    font-weight: 600;
    color: #202020;
    margin-bottom: 50px;
}
.main_interior_wrap > p {
    font-size: 22px;
    font-weight: 300;
    color: #202020;
}
.main_interior .main_interior_page {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 138px auto 82px;
    position: relative;
}
.main_interior .main_interior_page::before {
    content: '';
    display: block;
    position: absolute;
    top: -34px;
    left: 50%;
    transform: translateX(-50%);
    width: 1171px;
    background-color: #cdcdcd;
    height: 3px;
}
.main_interior .main_interior_page span {
    font-size: 22px;
    font-weight: 500;
    color: #aaa;
    opacity: 1;
    width: auto;
    height: auto;
    position: relative;
    border-radius: 0px;
    background-color: transparent;
}
.main_interior .main_interior_page span::before {
    content: '';
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -56px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: rgba(176, 207, 0, 0.3);
}
.main_interior .main_interior_page span::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -44px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #d9d9d9;
}
.main_interior .main_interior_page span.swiper-pagination-bullet-active {
    color: #202020;
}
.main_interior .main_interior_page span.swiper-pagination-bullet-active::before {
    display: block;
}
.main_interior .main_interior_page span.swiper-pagination-bullet-active::after {
    background-color: #b0cf00;
}

.main_interior_prev {
    position: absolute;
    left: -110px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.main_interior_next {
    position: absolute;
    right: -110px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.main_interior_swiper {
    width: 100%;
    position: relative;
}

/* main_info */
.main_info {
    background-color: #002d52;
    padding: 110px 0px 120px;
    text-align: center;
}
.main_info h2 {
    font-size: 54px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 80px;
}
.main_info h2 > span {
    color: #cae728;
}
.main_info_con {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main_info_con h3 {
    font-size: 38px;
    font-weight: 500;
    color: #202020;
    line-height: 56px;
    display: inline-block;
    border-bottom: 4px solid #b0cf00;
    padding: 0px 5px;
}
.main_info_con > div {
    height: 560px;
    background-color: #fff;
    border-radius: 12px;
    padding-top: 45px;
    width: 47.9%;
}
.main_info_time ul {
    margin: 55px auto 40px;
    padding: 0px 53px;
}
.main_info_time li {
    line-height: 52px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 30px;
    padding-right: 55px;
    font-size: 26px;
    font-weight: 300;
    color: #202020;
    border: 1px solid #e2e2e2;
    border-radius: 100px;
    margin-bottom: 16px;
}
.main_info_time li:nth-of-type(2) {
    border: 1px solid #b0cf00;
    background-color: rgba(176, 207, 0, 0.1);
}
.main_info_time li:last-child {
    margin-bottom: 0;
    letter-spacing: -1.1px;
}
.main_info_time li > img {
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
}
.main_info_time li > span {
    letter-spacing: -0.5px;
    font-weight: 600;
}
.main_info_time > span {
    font-size: 22px;
    font-weight: 400;
    color: #8f8f8f;
}
.main_info_time > span:first-of-type {
    margin-right: 23px;
}
.main_info_contact > p {
    font-size: 22px;
    font-weight: 300;
    color: #202020;
    margin: 33px auto;
    line-height: 32px;
}
.main_info_link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 517px;
    width: 100%;
    margin: 0 auto;
}
.main_info_link a {
    width: 240px;
    height: 242px;
    border: 1px solid #e2e2e2;
    padding-top: 42px;
    border-radius: 12px;
    transition: all 0.2s;
}
.main_info_link a:hover {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}
.main_info_link h4 {
    font-size: 26px;
    font-weight: 500;
    color: #202020;
    margin: 37px auto 13px;
}
.main_info_link p {
    font-size: 18px;
    font-weight: 400;
    color: #8f8f8f;
}

/* main_come */
.main_come {
    background-color: #f3f3f3;
}
.main_come > div.center {
    padding: 110px 0px 120px;
}
.main_come h2 {
    font-size: 54px;
    font-weight: 600;
    color: #202020;
    text-align: center;
    margin-bottom: 80px;
}
.main_come_con {
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    background-color: #fff;
}
.main_come_con::after {
    content: '';
    display: block;
    left: 50%;
    top: 0px;
    height: 100%;
    width: 1px;
    background-color: #d9d9d9;
    position: absolute;
    transform: translateX(-50%);
}
.main_come_con > div {
    width: 50%;
    height: 348px;
    position: relative;
    padding-top: 54px;
}
.main_come_con > div > div {
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_come_con h3 {
    line-height: 48px;
    font-size: 34px;
    font-weight: 400;
    color: #202020;
    margin-left: 50px;
}
.main_come_con h3 > span {
    font-weight: 700;
    color: #002d52;
}
.main_come_con .main_come_right h3 > span {
    color: #b5500c;
}
.main_come_con p {
    position: absolute;
    bottom: 0px;
    width: 100%;
    line-height: 83px;
    font-size: 28px;
    font-weight: 500;
    color: #fff;
    background-color: #002d52;
    text-align: center;
}
.main_come_con p > span {
    color: #cae728;
}
.main_come_con p img {
    margin-right: 6px;
}
