@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@300&display=swap');

.tab_solution { cursor: pointer; transition: all 0.4s ease 0s; position: relative; sheight: auto; font-size: 18px; color: #353535; margin: -80px 25px 0 25px; }
.tab_solution::before { content: ""; position: absolute; top: 100%; left: 0; transition: width 0.5s ease 0s; width: 0; height: 2px; background: rgb(92, 193, 197); z-index: 0; }
.tab_solution.active { color: rgb(92, 193, 197); }
.tab_solution.active::before { width: 100%; }
.tab_solution_violet { cursor: pointer; transition: all 0.4s ease 0s; position: relative; sheight: auto; font-size: 18px; color: #353535; margin: -80px 25px 0 25px; }
.tab_solution_violet::before { content: ""; position: absolute; top: 100%; left: 0; transition: width 0.5s ease 0s; width: 0; height: 2px; background: #5e5cb8; z-index: 0; }
.tab_solution_violet.active { color: #5e5cb8; }
.tab_solution_violet.active::before { width: 100%; }

.procedure {  }
.procedure .procedure-slider-wrapper { overflow: hidden; padding-top: 80px; display: block; }
.procedure .sect { margin: 0 40px; }
.procedure .sect .left .step { color: #ccc; font-size: 20px; font-weight:bold }
.procedure .sect .left .tit { font-size: 24px; color: #353535; font-weight: bold; margin-bottom: 34px; }
.procedure .sect .left .cont { color: #333333; font-size: 18px; font-weight:500; line-height:30px }
.procedure .swiper-button-next { background: url("/theme/yqueen/img/swiper_grey_big_btn.png"); width: 32px; height: 56px; background-size: cover; transform: rotate(-180deg); top: 67%; right: -20px; }
.procedure .swiper-button-prev { background: url("/theme/yqueen/img/swiper_grey_big_btn.png"); width: 32px; height: 56px; background-size: cover; top: 67%; left: -20px; }
.procedure .swiper-pagination { position: absolute; top: 170px; display: flex; justify-content: center; align-items: flex-start; z-index: 5; }
.procedure .swiper-slide { z-index: 10; }

.page_banner .banner_bg {
    background: url("/theme/yqueen/img/checkup_banner_bg.png");
    background-position: bottom center;
    background-size: cover;
    height: 100vh;
}

.surgery_target .target_list {
    background: #f0f0fa;
}

.medicalCheckup {
    margin-top: 107px;
}

.medicalCheckup .lrg-txt {
    text-align: center;
}

.medicalCheckup .hifu-explain {
    color: #353535;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    margin-top: -14px;
    margin-bottom: 46px;
}

.medicalCheckup .hifu-video {
    margin: 0 auto;
    display: block;
}

.medicalCheckup .cure-section .title {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-top: 90px;
    margin-bottom: 56px;
}

.medicalCheckup .cure-section .cure-step-wrap {
    display: flex;
}

.medicalCheckup .cure-section .cure-step-wrap .cure-step-item {
    position: relative;
    width: 380px;
}

.medicalCheckup .cure-section .cure-step-wrap .cure-step-item > div {
    height: 110px;
    font-size: 24px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.medicalCheckup .cure-section .cure-step-wrap .cure-step-item.first {
    z-index: 50;
}

.medicalCheckup .cure-section .cure-step-wrap .cure-step-item.second {
    z-index: 40;
}

.medicalCheckup .cure-section .cure-step-wrap .cure-step-item.third {
    z-index: 30;
}

.medicalCheckup .cure-section .cure-step-wrap .cure-step-item.first > div {
    background: #dbdbdb;
    color: #353535;
}

.medicalCheckup .cure-section .cure-step-wrap .cure-step-item.first > div:after {
    content: "";
    position: absolute;
    right: -54px;
    border-bottom: 55px solid transparent;
    border-top: 55px solid transparent;
    border-left: 55px solid #dbdbdb;
    border-right: 0 solid transparent;
}

.medicalCheckup .cure-section .cure-step-wrap .cure-step-item.second > div {
    background: #494949;
    color: #fff;
    padding-left: 27px;
}

.medicalCheckup .cure-section .cure-step-wrap .cure-step-item.second > div:after {
    content: "";
    position: absolute;
    right: -54px;
    border-bottom: 55px solid transparent;
    border-top: 55px solid transparent;
    border-left: 55px solid #494949;
    border-right: 0 solid transparent;
}

.medicalCheckup .cure-section .cure-step-wrap .cure-step-item.third {
    flex-grow: 1;
}

.medicalCheckup .cure-section .cure-step-wrap .cure-step-item.third > div {
    background: #5e5cb8;
    color: #fff;
    padding-left: 27px;
}

.medicalCheckup .cure-section .cure-step-wrap .cure-step-item .cure-step-comment {
    position: relative;
    padding-top: 58px;
    text-align: center;
    font-size: 18px;
    color: #353535;
    font-weight: 500;
    line-height: 1.3;
}

.medicalCheckup .cure-section .cure-step-wrap .cure-step-item .cure-step-comment:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 48px;
    background: #000;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.medicalCheckup .cure-section .word-explain {
    margin-top: 56px;
    background: #f1f1f1;
    display: flex;
    align-items: center;
    height: 200px;
    padding-left: 50px;
}

.medicalCheckup .cure-section .word-explain .word {
    font-size: 30px;
    font-weight: bold;
    margin-right: 65px;
    line-height: 1.3;
    font-family: "Playfair Display", serif;
}

.medicalCheckup .cure-section .word-explain .explain {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
}

.surgery_info {
    margin-top: 95px;
    margin-bottom: 110px;
}

.why {
    background: #5e5cb8;
}

.why .cross_box div {
    background: #2d2c78;
}

.commonSectionCompare {
    margin-top: 170px;
}

.sml-font {
    font-size: 18px !important;
}

.commonSectionCompare .compare-box-2 section.right-dir {
    border-bottom: 1px solid #5e5cb8;
}

.characteristic {
    margin-top: 187px;
}

.characteristic .characteristic_item {
    display: flex;
    margin-bottom: 50px;
    align-items: center;
    margin-left: 50px;
}

.characteristic .characteristic_item .visual {
    margin-right: 64px;
}

.characteristic .characteristic_item .characteristic_txt .numbering {
    font-size: 24px;
    color: #ccc;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 24px;
}

.characteristic .characteristic_item .characteristic_txt .title {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 60px;
}

.characteristic .characteristic_item .characteristic_txt .content {
    font-size: 18px;
    color: #333;
    font-weight: 500;
}

.hifu_before_after {
    margin-top: 200px;
}

.hifu_before_after .center-container {
    width: 1040px !important;
    overflow: hidden;
    padding-bottom: 10px;
}

.hifu_before_after .section-tit {
    text-align: center;
}

.hifu_before_after .comment {
    text-align: center;
}

.hifu_before_after .comment span {
    color: #333;
    font-size: 18px;
    display: block;
    font-weight: 500;
    margin-top: -22px;
}

.hifu_before_after .comment em {
    color: #9f9f9f;
    font-size: 18px;
    font-weight: 500;
    display: block;
    margin-top: 5px;
    margin-bottom: 64px;
}

.hifu_before_after .hifu-bf-slider .bf-wrapper {
    width: 900px;
    margin: 0 auto;
    height: 545px;
    position: relative;
}

.hifu_before_after .hifu-bf-slider .bf-wrapper li {
    cursor: pointer;
}

.hifu_before_after .hifu-bf-slider .bf-wrapper .bf-before {
    position: absolute;
    top: 0;
    left: 0;
}

.hifu_before_after .hifu-bf-slider .bf-wrapper li:hover .hover-box {
    opacity: 1;
}

.hifu_before_after .hifu-bf-slider .bf-wrapper .hover-box {
    width: 100%;
    height: calc(100% - 35px);
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 35px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 8px solid #5e5cb8;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    opacity: 0;
    transition: 0.4s;
}

.hifu_before_after .hifu-bf-slider .bf-wrapper .bf-after {
    position: absolute;
    right: 0;
    top: 0;
}

.hifu_before_after .hifu-bf-slider .case-tit {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    margin-top: 36px;
}

.hifu_before_after .swiper-button-prev {
    transform: translateY(70%) rotate(135deg);
    margin-top: 0;
    border: solid #b5b5b5;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 0;
    background: none;
    width: 40px;
    height: 40px;
}

.hifu_before_after .swiper-button-next {
    background: none;
    transform: translateY(70%) rotate(-45deg);
    margin-top: 0;
    border: solid #b5b5b5;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 0;
    background: none;
    width: 40px;
    height: 40px;
}

.hifu_before_after .swiper-button-prev:hover, .hifu_before_after .swiper-button-next:hover {
    border: solid #5e5cb8;
    border-width: 0 3px 3px 0;
}

.certified_hospital {
    margin-top: 200px;
    background: url("/theme/yqueen/img/medicalCheckup_certified_bg.jpg") center;
    background-size: cover;
    height: 570px;
    text-align: center;
    padding-top: 70px;
}

.certified_hospital .title {
    color: #1d1d1d;
}

.certified_hospital .title strong {
    font-size: 30px;
    display: block;
    line-height: 1;
    margin-bottom: 26px;
}

.certified_hospital .title span {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 58px;
    display: block;
}

.certified_hospital img {
    margin: 0 auto;
}

.common_recommend .recommend-part-wrap .recommend {
    background: #5e5cb8;
}

.common_recommend .recommend-part-wrap .recommend .title .tit-2 {
    color: #fff;
}

.subpageContentQna .qna-wrapper .qna-lists .question.active {
    color: #5e5cb8;
}

.subpageContentQna .qna-wrapper .qna-lists .answer:before {
    color: #5e5cb8;
}

.subpageContentQna .qna-wrapper .qna-lists .question.active .cross:after {
    background-color: #5e5cb8;
}
