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

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

.tab_solution { cursor: pointer; transition: all 0.4s ease 0s; position: relative; sheight: auto; font-size: 18px; color: #353535; margin: -80px 35px 0 35px; }
.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 35px 0 35px; }
.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%; }

.tab_solution2 { cursor: pointer; transition: all 0.4s ease 0s; position: relative; sheight: auto; font-size: 18px; color: #353535; margin: -80px 35px 0 35px; }
.tab_solution2::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_solution2.active { color: rgb(92, 193, 197); }
.tab_solution2.active::before { width: 100%; }
.tab_solution2_violet { cursor: pointer; transition: all 0.4s ease 0s; position: relative; sheight: auto; font-size: 18px; color: #353535; margin: -80px 35px 0 35px; }
.tab_solution2_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_solution2_violet.active { color: #5e5cb8; }
.tab_solution2_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: 77%; right: -20px; }
.procedure .swiper-button-prev { background: url("/theme/yqueen/img/swiper_grey_big_btn.png"); width: 32px; height: 56px; background-size: cover; top: 77%; 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; }

.why.theme_02 .row { padding-top: 70px; }
.why .cross_box div { padding: 38px 40px; }
.common_article { margin-top: 145px; }
.common_article .row { display: flex; justify-content: space-between; }
.common_article .row .left { color: #353535; }
.common_article .row .left .title { font-size: 38px; line-height: 1.2; font-weight: 300; margin-bottom: 70px; }
.common_article .row .left .content { font-size: 18px; }
.common_compare { margin-top: 155px; background: #f4f4f4; color: #353535; padding: 75px 0; }
.common_compare .comment { font-size: 18px; color: #353535; }
.common_compare .img_wrap { margin-top: 38px; display: flex; justify-content: center; }
.common_compare .section-tit .lrg-txt { font-weight: 300; }
.common_compare .img_wrap li { margin: 0 27px; }
.common_compare .img_wrap li > p { line-height: 1; font-size: 18px; font-weight: bold; margin-top: 16px; }
.surgery_info { margin: 120px 0; }
.commonSectionStrength .urolift-hover-box .hover-box > img { bottom: 60px; width: auto; right: 60px; }
.incontinence_machine { margin-top: 116px; }
.incontinence_machine .row { display: flex; align-items: center; justify-content: space-between; }
.incontinence_machine .row .machine_txt { color: #353535; }
.incontinence_machine .row .machine_txt .thin { font-size: 38px; line-height: 1; font-weight: 300; margin-bottom: 38px; }
.incontinence_machine .row .machine_txt .bold { font-size: 38px; font-weight: bold; line-height: 1.2; margin-bottom: 50px; }
.incontinence_machine .row .machine_txt .check_lists li { font-size: 18px; background: url("/theme/yqueen/img/incontinence_machine_check.png") no-repeat 0 center; padding-left: 36px; margin-bottom: 20px; height: 24px; line-height: 1; }
.incontinence_machine .row .machine_txt .machie_more_view { color: #fff; margin-top: 50px; }

.commonSectionCompare {
    margin-top: 170px;
}

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

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

.surgery_target .target_list {
    background: #f0f0fa;
}
