@charset "utf-8"; 
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@900&display=swap');

.c_violet {color: #5e5cb8 !important;}
.call_layer_pop_wrap { display: none; position: fixed; top: 0; left: 0; bottom: 0; right: 0; z-index: 9999; }
.call_layer_pop_wrap .call_layer_pop { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 8000; width: 420px; height: 440px; border-radius: 50px; overflow: hidden; background: #f1f1f1; text-align: center; padding: 24px 34px; }
.call_layer_pop_wrap .dimmed { background: rgba(0, 0, 0, 0.78); position: absolute; top: 0; left: 0; width: 100%; height: 100%; cursor: pointer; z-index: 7999; }
.call_layer_pop_wrap .call_layer_pop .form_logo { margin: 0 auto 32px; display: block; }
.call_layer_pop_wrap .call_layer_pop .form_logo img { margin: 0 auto; }
.call_layer_pop_wrap .call_layer_pop input { border: none; width: 100%; height: 50px; border-radius: 2.5px; padding: 0 16px; font-size: 20px; margin-bottom: 10px; }
.call_layer_pop_wrap .call_layer_pop input.last { margin-bottom: 28px; }
.call_layer_pop_wrap .call_layer_pop button { margin-bottom: 10px; }

.hos_map .btn_wrapper {display: flex; justify-content: center;}
/*header navi*/
.sml_font {
    font-size: 36px;
}
.big_font {
    font-weight: bold;
    font-size: 64px;
    line-height: 1;
}
#meny {
    background: #333;
    width: 50rem;
    height: 100vh;
    position: fixed;
    right: 0;
    transition-timing-function: cubic-bezier(10,2,3,1);
    transform: translateX(50rem);
    top: 0;
    z-index: 0;
    transition: 0.5s;
}

#menyAvPaa {
    display: none;
}

#menyAvPaa:checked ~ #meny {
    transform: translateX(0rem);
}

#burger {
    position: absolute;
    cursor: pointer;
    width: 30px;
    height: 22px;
    right: 0;
    top: 0;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

#burger > div {
    height: 2px;
    background-color: #ffff;
    transition: 0.5s;
    z-index: 999;
}

#menyAvPaa:checked ~ #burger > div {
    background-color: #fff;
}

#menyAvPaa:checked ~ #burger > div:nth-child(1) {
    transform: translateY(5px) rotate(45deg);
}

#menyAvPaa:checked ~ #burger > div:nth-child(2) {
    opacity: 0;
}

#menyAvPaa:checked ~ #burger > div:nth-child(3) {
    transform: translateY(-15px) rotate(-45deg);
}

#pageWrap {
    position: relative;
}

/*header navi end*/
.eng {
    font-family: "Playfair Display", serif;
}

.main-color {
    color: #5cc1c5;
}

/* header */
#header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 100px;
    z-index: 8001;
    transition: 0.4s;
}

#header.addfixed {
    background: rgba(0, 0, 0, 0.7);
}

#pageWrap {
    position: relative;
}

.eng {
    font-family: "Playfair Display", serif;
}

.main-color {
    color: #5cc1c5;
}

/* header */
#header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 100px;
    z-index: 8001;
    transition: 0.4s;
}

#header.addfixed {
    background: rgba(0, 0, 0, 0.7);
}

#header h1.logo {
    position: absolute;
    top: 25px;
    left: 0;
}

#header .sitemap_btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 35px;
}

#header .right_menu {
    position: absolute;
    top: 0;
    right: 0;
    height: 100px;
    display: flex;
    align-items: center;
}

#header .right_menu .part {
    display: inline-block;
    width: 1px;
    height: 13px;
    background: #949594;
    margin: 0 13px;
    margin-top: 2px;
}

#header .right_menu .auth_btns {
    display: inline-block;
    margin-top: -6px;
    margin-top: 1px;
    margin-left: 10px;
}

#header .right_menu .auth_btns .btn {
    border: 1px solid #8f8e8c;
    display: inline-block;
    width: 76px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    border-radius: 30px;
}

#header .right_menu .auth_btns .login_btn {
    margin-right: 1px;
    margin-left: 20px;
}

#header.sub_header .sub_menu_lists {
    position: absolute;
    width: 800px;
    height: 100px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
	margin-left:40px;
}

#header.sub_header .sub_menu_lists a {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

#header.sub_header .sitemap_btn.sub {
    left: auto;
    transform: translateX(0);
    right: -46px;
    top: 38px;
}

#header .global_lang_box {
    position: relative;
}

#header .global_lang_box .lang_box {
    display: none;
    position: absolute;
    background: #fff;
    border: 1px solid #bdbdbd;
    width: 110px;
    left: 50%;
    top: 30px;
    transform: translateX(-50%);
    padding: 10px;
}

#header .global_lang_box .lang_box .lang_list {
    display: block;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 14px;
    transition: 0.4s;
}

#header .global_lang_box .lang_box .lang_list:hover {
    color: #5cc1c5;
}

#header .sub_link_lists_wrap {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    /* border: 1px solid red; */
    padding: 0 20px;
}

#header .sub_link_lists_wrap:nth-child(3) .sub_link_lists_item {
    flex-wrap: wrap;
    width: 615px;
    height: 60px;
    align-content: center;
}

#header .sub_link_lists_wrap:hover .sub_link_lists_item {
    opacity: 1;
    visibility: visible;
}

#header .sub_link_lists_wrap .dept_1 {
    transition: color .4s;
}

#header .sub_link_lists_wrap:hover .dept_1 {
    color: #5cc1c5
}

#header .sub_link_lists_item {
    position: absolute;
    height: 48px;
    padding: 0 50px;
    border-radius: 24px;
    border: 1px solid #F2F2F2;
    background: #FFF;
    top: 30px;
    left: -50%;
    transform: translateX(-50%);
    display: flex;
    opacity: 0;
    visibility: hidden;
    /* flex-wrap: nowrap; */
    /* width: 100%; */
    transition: 0.3s;
    align-items: center;

}

#header .sub_link_lists_item a {
    color: #333 !important;
    white-space: nowrap;
    margin: 0 15px;
    font-size: 13px !important;
}

#header .sub_link_lists_item_gubun {
    color: #999 !important;
    white-space: nowrap;
    margin: 0 15px;
    font-size: 13px !important;
    font-weight: bold;
    margin-bottom: 2px;
    width: 60px;
}

/* 밑줄 */
#header .sub_link {
    color: #333;
    font-size: 15px;
    font-weight: 500;
    transition: all .36s;
    position: relative;
}

#header .sub_link:hover {
    color: #5cc1c5;
}

#header .sub_link:after {
    content: "";
    position: absolute;
    background-color: #5cc1c5;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    transition: width .36s;
}

#header .sub_link:hover:after {
    width: 100%;
}

/* footer */
#footer {
    background: #151515;
    height: 290px;
    min-width: 1280px;
}

#footer .footer_logo {
    float: left;
    margin-top: 56px;
    margin-right: 70px;
}

#footer .footer_info {
    float: left;
    color: #fff;
    margin-top: 56px;
    font-size: 14px;
}

#footer .footer_info p.line {
    margin-bottom: 37px;
}

#footer .footer_info p.line a {
    color: #bebebe;
    padding-right: 34px;
    position: relative;
}

#footer .footer_info p.line a.right_dot:after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background: #bebebe;
    border-radius: 50%;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}

#footer .footer_info p.hos_info {
    color: #808080;
    padding-right: 34px;
    position: relative;
    line-height: 1.7;
}

#footer .footer_info p.hos_info span {
    padding-right: 34px;
    position: relative;
}

#footer .footer_info p.hos_info span.right_dot:after {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background: #808080;
    border-radius: 50%;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}

#footer .footer_info p.copyright {
    margin-top: 40px;
    color: #808080;
}

/* quick_menu */
.quick_menu {
    position: fixed;
    bottom: 50px;
    right: 60px;
    z-index: 5000;
}

.quick_menu a {
    margin-bottom: 10px;
    background: #5cc1c5;
    color: #fff;
    width: 170px;
    height: 48px;
    border-radius: 70px;
    display: flex;
    align-items: center;
    font-size: 16px;
}

.quick_menu img {
    margin-right: 5px;
    padding-left: 18px;
}

.title_cont .sml {
	font-weight: bold;
    display: block;
    font-size: 17px;
    color: #5cc1c5;
    line-height: 1;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
}

.title_cont .sml_2 {
    display: block;
    font-size: 18px;
    color: #666666;
    margin-bottom: 0;
    text-align: center;
    margin-top: 20px;
}

.title_cont .lrg {
    display: block;
    font-size: 38px;
    color: #353535;
    font-weight: bold;
    margin-bottom: 48px;
    text-align: center;
}

.title_cont .lrg_btm_txt {
    color: #333;
    font-size: 18px;
    text-align: center;
    display: block;
}

/* page_common_styles */
.section-tit.white .lrg-txt, .section-tit.white .sml-txt {
    color: #fff;
}

.section-tit .lrg-txt {
    font-size: 38px;
    font-weight: bold;
    line-height: 1.2;
    display: block;
    margin-bottom: 50px;
}

#pageWrap .pagination_progress {
    top: auto;
    bottom: -85px;
    width: 280px;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    background: rgb(239, 239, 239);
    border-radius: 10px;
    height: 5px;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: rgb(114, 114, 114);
}

.surgery_info {
    margin: 160px 0;
}

.surgery_info .section-tit {
    text-align: center;
    margin-bottom: 100px;
    opacity: 0;
    transform: translateY(80px);
}

.surgery_info .recommend-lists {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.surgery_info .recommend-lists .lists {
    float: left;
    width: 16%;
    text-align: center;
    font-size: 20px;
    opacity: 0;
    transform: translateY(60px);
}

.surgery_info .recommend-lists .lists-1 {
    margin-left: 2%;
}

.surgery_info .recommend-lists .lists-6 {
    margin-right: 2%;
}

.surgery_info .recommend-lists .lists > img {
    margin: 0 auto 35px;
}

.surgery_info .recommend-lists .lists .recommend-txt {
    line-height: 1.5;
}

.surgery_info .recommend-lists .lists .recommend-txt strong {
    color: #333;
    font-weight: bold;
}

.surgery_info.viewing .section-tit {
    opacity: 1;
    transform: translateY(0px);
    transition: all 1s ease;
}

.surgery_info.viewing .recommend-lists .lists {
    opacity: 1;
    transform: translateY(0px);
    transition: all 1s ease;
}

.surgery_info.viewing .recommend-lists .lists-2 {
    transition-delay: 0.25s;
}

.surgery_info.viewing .recommend-lists .lists-3 {
    transition-delay: 0.5s;
}

.surgery_info.viewing .recommend-lists .lists-4 {
    transition-delay: 0.75s;
}

.surgery_info.viewing .recommend-lists .lists-5 {
    transition-delay: 1s;
}

.surgery_info.viewing .recommend-lists .lists-6 {
    transition-delay: 1.25s;
}

.subpageContentSlider2 {
    position: relative;
}

.subpageContentSlider2 .special_eng_tit {
    display: block;
    font-size: 17px !important;
    color: #5cc1c5 !important;
    line-height: 1;
    text-align: left;
    text-transform: uppercase;
}

.subpageContentSlider2 .center-container {
    position: static;
}

.subpageContentSlider2 .txt-wrapper {
    float: left;
    width: 554px;
}

.subpageContentSlider2 .txt-wrapper p {
    font-size: 48px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 120px;
    padding-top: 57.5px;
}

.subpageContentSlider2 .txt-wrapper span {
    color: #666;
    font-size: 20px;
}

.subpageContentSlider2 .hos-intro-slider {
    position: absolute;
    overflow: hidden;
    right: 0px;
    width: 52.1093vw;
    min-width: 682px;
    padding-bottom: 64px;
}

.subpageContentSlider2 .hos-intro-slider .swiper-slide {
    width: 566px !important;
    margin-right: 48px;
}

.subpageContentSlider2 .hos-intro-slider .swiper-slide p {
    margin: 40px 0 34px;
    font-size: 30px;
    font-weight: bold;
}

.subpageContentSlider2 .hos-intro-slider .swiper-slide span {
    color: #666;
    font-size: 16px;
}

.subpageContentSlider2 .hos-intro-slider .common-bar-paging {
    border-radius: 0;
    left: 0;
    background: #f5f2f0;
    height: 6px;
    width: 776px;
    bottom: 0;
}

.subpageContentQna {
    margin-top: 260px;
    margin-bottom: 163px;
}

.subpageContentQna .section-tit {
    text-align: center;
    line-height: 1;
    margin-bottom: 120px;
}

.subpageContentQna .section-tit .sml-txt {
    font-size: 22px;
    display: block;
    font-weight: 500;
    margin-bottom: 50px;
}

.subpageContentQna .section-tit .lrg-txt {
    font-size: 48px;
    font-weight: bold;
}

.subpageContentQna .qna-wrapper {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}

.subpageContentQna .qna-wrapper .qna-lists {
    border-bottom: 1px solid #eaeaea;
}

.subpageContentQna .qna-wrapper .qna-lists .question {
    font-size: 20px;
    padding: 20px 0 20px 82px;
    position: relative;
    cursor: pointer;
    transition: 0.4s;
}

.subpageContentQna .qna-wrapper .qna-lists .cross {
    position: absolute;
    right: 30px;
    width: 28px;
    height: 28px;
}

.subpageContentQna .qna-wrapper .qna-lists .cross:before {
    content: "";
    width: 1px;
    height: 28px;
    background: #333;
    position: absolute;
    left: 50%;
    right: 50px;
    transform: translateX(-50%);
    transition: color 0.4s;
}

.subpageContentQna .qna-wrapper .qna-lists .cross:after {
    content: "";
    width: 28px;
    height: 1px;
    background: #333;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: color 0.4s;
}

.subpageContentQna .qna-wrapper .qna-lists .question.active .cross:before {
    width: 0;
    height: 0;
}

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

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

.subpageContentQna .qna-wrapper .qna-lists .question:before {
    content: "Q";
    position: absolute;
    font-size: 22px;
    font-weight: bold;
    left: 38px;
}

.subpageContentQna .qna-wrapper .qna-lists .answer {
    display: none;
    padding: 20px 0 20px 82px;
    font-size: 18px;
    background: #f6f6f6;
    position: relative;
    display: none;
}

.subpageContentQna .qna-wrapper .qna-lists .answer:before {
    content: "A";
    position: absolute;
    font-size: 22px;
    font-weight: bold;
    left: 38px;
    color: #5cc1c5;
}

/* page_banner */
.page_banner.sub .center-container {
    height: 100%;
}

.page_banner.sub .text_wrap {
    position: absolute;
    bottom: 215px;
    left: 0;
    color: #fff;
    text-shadow: 2px 2px 9px rgba(0, 0, 0, 0.87);
    transition: 1s;
    opacity: 0;
    transform: translateY(50px);
    transition-delay: 0.6s;
}

.page_banner.sub .text_wrap.no_line .sub_text {
    padding-top: 0;
}

.page_banner.sub .text_wrap.no_line .sub_text:before {
    width: 0;
    height: 0;
}

.page_banner.sub .text_wrap.active {
    opacity: 1;
    transform: translateY(0px);
}

.page_banner.sub .text_wrap .eng_hos_name {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 36px;
    font-weight: bold;
}

.page_banner.sub .text_wrap .title {
    font-size: 50px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 27px;
}

.page_banner.sub .text_wrap .sub_tit {
    font-size: 26px;
    font-weight: 200;
    line-height: 1;
    margin-bottom: 16px;
}

.page_banner.sub .text_wrap .sub_tit em {
    font-weight: bold;
}

.page_banner.sub .text_wrap .sub_text {
    font-size: 20px;
    position: relative;
    padding-top: 67px;
}

.page_banner.sub .text_wrap .sub_text:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 46px;
    background: #fff;
    top: 0;
}

.page_banner.sub .bg-video {
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    height: 100vh;
    min-height: 700px;
}

.page_banner.sub .bg-video__content {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.page_banner.sub .bg-video.right:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("/theme/yqueen/img/banner_radius_right.png");
    background-size: cover;
    background-position-y: bottom;
}

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

.commonSectionStrength .section-tit .sml-txt {
    display: block;
    line-height: 1;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 50px;
}

.commonSectionStrength .section-tit .lrg-txt {
    font-size: 48px;
    font-weight: bold;
}

.commonSectionStrength .urolift-hover-box {
    margin-top: 114px;
    position: relative;
    display: flex;
    justify-content: center;
}

.commonSectionStrength .urolift-hover-box .hover-box {
    width: 300px;
    height: 500px;
    float: left;
    margin-right: 1px;
    background: #efefef;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    padding: 82px 0 0 66px;
    transition: all 0.3s ease;
}

.commonSectionStrength .urolift-hover-box .hover-box.active {
    background: #444;
    color: #fff;
    width: 516px;
}

.commonSectionStrength .urolift-hover-box .hover-box .number {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 18px;
    font-weight: 500;
}

.commonSectionStrength .urolift-hover-box .hover-box .tit {
    font-size: 24px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 38px;
}

.commonSectionStrength .urolift-hover-box .hover-box .content {
    font-size: 18px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.commonSectionStrength .urolift-hover-box .hover-box > img {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translateX(68px);
    transition: transform 0.45s ease, opacity 0.45s ease;
}

.commonSectionStrength .urolift-hover-box .hover-box.active > img {
    transform: translateX(0px);
}

.commonSectionStrength .urolift-hover-box .hover-box.active .content {
    opacity: 1;
}

.commonSectionStrength .urolift-hover-box .hover-box > img.on {
    opacity: 0;
}

.commonSectionStrength .urolift-hover-box .hover-box > img.off {
    opacity: 1;
}

.commonSectionStrength .urolift-hover-box .hover-box.active > img.on {
    opacity: 1;
}

.commonSectionStrength .urolift-hover-box .hover-box.active > img.off {
    opacity: 0;
}

/*intro_contents*/
.intro_contents .row {
    display: flex;
    margin-top: 105px;
}

.intro_contents .row .title_cont {
    opacity: 0;
    transform: translateX(-100px);
    margin-right: 70px;
    flex-shrink: 0;
}

.intro_contents.viewing .row .title_cont {
    opacity: 1;
    transform: translateX(0px);
    transition: all 1s ease;
}

.intro_contents .row .right_txt {
    opacity: 0;
    transform: translateX(100px);
}

.intro_contents.viewing .row .right_txt {
    opacity: 1;
    transform: translateX(0px);
    transition: all 1s ease;
}

.intro_contents .row .right_txt .txt-1 {
    font-size: 18px;
    color: #353535;
    margin-bottom: 26px;
}

.intro_contents .row .right_txt .txt-2 {
    font-size: 24px;
    font-weight: bold;
}

/* bf_slider */
.bf_slider {
    margin-top: 130px;
    height: 1045px;
}

.intro_contents {
    margin-top: 130px;
}

.bf_slider .title, .intro_contents .title {
    color: #5cc1c5;
    font-size: 100px;
    font-weight: bold;
    line-height: 115px;
}

.bf_slider .swiper {
    overflow: hidden;
    margin-top: 83px;
}

.bf_slider .swiper-slide {
    cursor: grab;
}

.bf_slider .notify {
    color: #444;
    text-align: center;
    font-size: 16px;
    margin-top: 65px;
}

.youtube .hashtags {
    width: auto;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 44px;
}

.youtube .hashtags span {
    color: #180e0e;
    font-size: 14px;
    border: 1px solid #b0b0b0;
    border-radius: 20px;
    height: 30px;
    min-width: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    padding: 0 6px;
}

.youtube iframe {
    margin: 0 auto;
    display: block;
}

/* surgery_target */
.surgery_target {
    margin-top: 186px;
    text-align: center;
}

.surgery_target .target_lists {
    width: 1110px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}

.surgery_target .target_lists.sml {
    width: 730px;
}

.surgery_target .target_list {
    background: #eef9f9;
    width: 350px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 30px;
}


.surgery_target .target_list p {
    color: #353535;
    font-size: 18px;
    line-height: 1.2;
}

/* why */
.why {
    margin-top: 138px;
    background: #5cc1c5;
    color: #fff;
}

.why .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 400px;
}

.why .title {
    font-size: 38px;
    font-weight: 100;
}

.why .cross_box {
    position: relative;
    width: 850px;
    height: 100%;
}

.why .cross_box div {
    background: #208496;
    opacity: 0;
    transform: translateY(-45%);
    transition: 1s;
    position: absolute;
    top: 50%;
    padding: 38px 104px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 140px;
    text-align: center;
}

.why .cross_box div .eng {
    font-size: 18px;
    border-bottom: 1px solid #fff;
    display: inline-block;
}
.why .cross_box div .eng > span{
    /* font-size: 24px; */
    /* line-height: 1; */
    /* transform: translateY(-5px); */
    /* font-family: 'Noto Sans KR'; */
    /* font-weight: 500; */
    /* line-height: 1.4; */
    font-size: 24px;
    line-height: 1;
    vertical-align: 0px;
}

.why .cross_box div .txt {
    font-size: 18px;
    margin-top: 23px;
    opacity: 1;
}

.why .cross_box .box_02 {
    right: 0;
}

.why.viewing .box_01, .why.viewing .box_02 {
    opacity: 0.8;
    transform: translateY(-50%);
}

.why.theme_02 .row {
    display: block;
    height: 500px;
    padding-top: 70px;
    padding-bottom: 62px;
}

.why.theme_02 .cross_box div {
    top: auto;
    transform: translateY(50px);
}

.why.theme_02 .title {
    text-align: center;
}

.why.theme_02 .title .thin {
    display: block;
    font-weight: 100;
}

.why.theme_02 .title .bold {
    font-weight: bold;
}

.why.theme_02 .cross_box {
    width: 850px;
    margin: 0 auto;
}

.why.theme_02.viewing .box_01, .why.theme_02.viewing .box_02 {
    transform: translateY(40px);
}

.surgery_process {
    background: #f4f4f4;
    text-align: center;
    padding: 88px 0 124px;
}

.surgery_process .sub_tit_txt {
    font-size: 18px;
}

.surgery_video_video {
    width: 923px;
	margin: 54px auto 90px;
}

.surgery_process .step_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.surgery_process .step_wrapper > img {
    transform: translateY(-60px);
}

.surgery_process .step_box {
    text-align: left;
}

.surgery_process .step_box .step {
    color: #666;
    font-size: 16px;
    line-height: 1;
    margin-top: 10px;
    margin-bottom: 10px;
}

.surgery_process .step_box .tit {
    color: #333;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 17px;
}

.surgery_process .step_box .sub_txt {
    font-size: 16px;
}

/* line_surgery */
.line_surgery {
    margin-top: 150px;
    text-align: center;
    margin-bottom: 180px;
}

.line_surgery .line_wrapper {
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
}
.line_surgery .line_wrapper .line img {
	height: 328px;
}

.line_surgery .line_wrapper .line .line_tit {
    font-size: 26px;
    font-weight: bold;
    margin-top: 14px;
    margin-bottom: 16px;
}

.line_surgery .line_wrapper .line .sub_tit {
    font-size: 18px;
    text-decoration: underline;
    font-weight: 500;
}

.line_surgery .line_wrapper .line .sub_txt {
    font-size: 16px;
    margin-top: 30px;
}

/* best_review */
.best_review {
    margin-top: 480px;
    overflow: hidden;
}

.best_review .top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.best_review .top h2 {
    font-size: 38px;
    line-height: 1.3;
}

.best_review .btn_wrap .left {
    display: inline-block;
    cursor: pointer;
    margin-right: 6px;
}

.best_review .top_border_btm {
    position: relative;
    width: 100%;
    max-width: 1280px;
    height: 3px;
    background: #333;
    margin: 40px auto 50px;
}

.best_review .top_border_btm:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #333;
    right: -100%;
}

.best_review .btn_wrap .right {
    display: inline-block;
    transform: rotate(180deg);
    cursor: pointer;
}

.best_review .review_box .review_item .subject {
    color: #5cc1c5;
    font-weight: bold;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 24px;
}

.best_review .review_box .review_item .txt {
    font-size: 16px;
    color: #333;
    margin-bottom: 50px;
}

.best_review .review_box .review_item .avatar-wrap {
    display: flex;
    align-items: center;
}

.best_review .review_box .review_item .avatar-wrap p {
    color: #999;
    font-size: 16px;
    margin-left: 5px;
}

.best_review .best_review_swiper {
    overflow: hidden;
}

/*commonSectionCompare*/
.commonSectionCompare .sml-txt-1 {
    display: block;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 50px;
}

.commonSectionCompare .sml-txt-2 {
    font-size: 20px;
    line-height: 1.3;
}

.commonSectionCompare .section-tit {
    text-align: center;
    line-height: 1;
    margin-bottom: 120px;
}

.commonSectionCompare .section-tit .sml-txt {
    display: block;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 50px;
}

.commonSectionCompare .section-tit .lrg-txt {
    font-size: 48px;
    font-weight: bold;
    display: block;
    margin-bottom: 58px;
}

.commonSectionCompare .compare-box {
    position: relative;
}

.commonSectionCompare .compare-box-1 {
    height: 330px;
}

.commonSectionCompare .compare-box-2 {
    height: 194px;
}

.commonSectionCompare .compare-box-3, .commonSectionCompare .compare-box-4, .commonSectionCompare .compare-box-5, .commonSectionCompare .compare-box-6, .commonSectionCompare .compare-box-7 {
    height: 101px;
}

.commonSectionCompare .compare-box .left-dir {
    position: absolute;
    left: 0;
    height: 100%;
	transition: 1s ease;
	opacity:0;
	transform: translateX(-100px);
}

.commonSectionCompare .compare-box .right-dir {
    position: absolute;
    right: 0;
    height: 100%;
    color: #5cc1c5;
    font-weight: normal;
	transition: 1s ease;
	opacity:0;
	transform: translateX(100px);
}
.commonSectionCompare.viewing .compare-box .left-dir,
.commonSectionCompare.viewing .compare-box .right-dir{
	opacity: 1;
	transform: translateX(0);
}

.commonSectionCompare .compare-box .center-dir {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    color: #d0d0d0;
    font-weight: bold;
}

.commonSectionCompare section.compare-box .left-dir {
    width: 488px;
    text-align: right;
    font-size: 24px;
    color: #666;
    padding-top: 32px;
}

.commonSectionCompare section.compare-box .right-dir {
    width: 488px;
    padding-top: 32px;
}

.commonSectionCompare .compare-box-2 section.left-dir {
    height: 100%;
    top: 0;
    padding-top: 69px;
    border-bottom: 1px solid #333;
}

.commonSectionCompare .compare-box-2 section.left-dir .tit {
    font-size: 32px;
    font-weight: normal;
    line-height: 1.2;
    color: #333;
}

.commonSectionCompare .compare-box-2 section.left-dir .tit span {
    font-size: 20px;
    display: block;
    margin-top: 20px;
    font-weight: normal;
}

.commonSectionCompare .compare-box-2 section.right-dir {
    height: 100%;
    top: 0;
    top: 0;
    padding-top: 69px;
    border-bottom: 1px solid #5cc1c5;
}

.commonSectionCompare .compare-box-2 section.right-dir .tit {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.2;
    color: #5cc1c5;
}

.commonSectionCompare .compare-box-2 section.right-dir .tit span {
    font-size: 20px;
    display: block;
    margin-top: 20px;
    font-weight: 500;
}

.commonSectionCompare p.left-dir {
    border-bottom: 1px solid #eaeaea;
    font-size: 24px;
    color: #666;
}

.commonSectionCompare p.right-dir {
    border-bottom: 1px solid #eaeaea;
    font-size: 24px;
    color: #5cc1c5;
}

.commonSectionCompare .compare-box-7 p.left-dir {
    border-bottom: 1px solid #333;
}

.commonSectionCompare .compare-box-7 p.right-dir {
    border-bottom: 1px solid #5cc1c5;
}

/* equipment-section */
.equipment-section {
    margin-top: 130px;
    position: relative;
}

.equipment-section .title_bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
}

.equipment-section .section-tit {
    padding-top: 80px;
    text-align: center;
    line-height: 1;
    color: #fff;
    height: 295px;
}

.equipment-section .section-tit .lrg-txt {
    display: block;
    font-size: 38px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 26px;
}

.equipment-section .section-tit .sml-txt {
    font-size: 18px;
}

.equipment-section .machine-list-wrap {
    position: relative;
    margin-bottom: 50px;
    opacity: 0;
    transform: translateY(60px);
    padding: 0 50px;
    display: flex;
    justify-content: space-between;
}

.equipment-section .machine-list-wrap.viewing {
    opacity: 1;
    transform: translateY(0px);
    transition: all 1s ease;
}

.equipment-section .machine-list-wrap li > .model-name {
    text-align: center;
    font-size: 20px;
    padding-top: 80px;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    color: #363636;
}

.equipment-section .machine-list-wrap li > .model-name span {
    font-weight: normal;
}

.equipment-section .machine-list-wrap li > .model-name:after {
    content: "";
    width: 1px;
    height: 75px;
    background: #333;
    position: absolute;
    left: 50%;
    top: -28px;
    transform: translateX(-50%);
}

.equipment-section .machine-list-wrap.last {
    margin-bottom: 260px;
}

.surgery_process_theme_02 .video_sect {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 95px;
}

.surgery_process_theme_02 .video_sect .empty {
    width: 600px;
    height: 375px;
    flex-shrink: 0;
    margin-right: 60px;
    color: #fff;
    margin: 0 60px 0 0;
    line-height: 375px;
    font-size: 50px;
}

.surgery_process_theme_02 .video_sect .right_txt > .tit {
    text-align: left;
    font-size: 38px;
    font-weight: bold;
    line-height: 1;
    color: #353535;
    margin-top: 26px;
    margin-bottom: 28px;
}

.surgery_process_theme_02 .video_sect .right_txt > .cont {
    color: #333;
    text-align: left;
    font-size: 18px;
}

.common_recommend {
    margin-top: 188px;
    margin-bottom: 184px;
}

.common_recommend .center-container {
    background: url("/theme/yqueen/img/clitorisSurgery_recommend.jpg");
    height: 400px;
    background-size: cover;
    padding-top: 50px;
}

.common_recommend .row {
    display: flex;
    color: #fff;
    justify-content: space-between;
}

.common_recommend .title_cont .sml {
    text-align: left;
}

.common_recommend .title_cont .lrg {
    text-align: left;
    color: #fff;
    font-weight: 300;
    line-height: 1.2;
}

.common_recommend .recommend-part-wrap {
    display: flex;
}

.common_recommend .recommend-part-wrap .recommend {
    width: 350px;
    height: 300px;
    background: #5cc1c5;
    padding: 42px 40px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.common_recommend .recommend-part-wrap .recommend .title {
    font-weight: bold;
}

.common_recommend .recommend-part-wrap .recommend .title .tit-1 {
    font-size: 30px;
    display: block;
}

.common_recommend .recommend-part-wrap .recommend .title .tit-2 {
    font-size: 16px;
    color: #d7eeef;
}

.common_recommend .recommend-part-wrap .recommend .more {
    display: inline-block;
    width: 120px;
    height: 32px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    border: 2px solid #fff;
    display: inline-flex;
    border-radius: 35px;
    align-items: center;
    justify-content: center;
}

.common_article_template {
    background: #f4f4f4;
    padding-top: 108px;
    padding-bottom: 112px;
}

.common_article_template .sect {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 120px;
}

.common_article_template .sect .visual {
}

.common_article_template .sect .visual .surgery_video {
    width: 601px;
}

.common_article_template .sect .sml {
    text-align: left;
}

.common_article_template .sect .text .section-tit .sml-txt-2 {
    font-size: 18px;
}

.common_lazer_machine {
    background: url("/theme/yqueen/img/tripleTightening_machine_bg.jpg") center;
    height: 1000px;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 84px;
    padding-bottom: 66px;
    text-align: center;
}

.common_lazer_machine .ment {
    margin: 0 auto 20px;
}

.machie_more_view {
    color: #fff !important;
    font-size: 16px;
    font-weight: bold;
    background: #5cc1c5;
    border-radius: 100px;
    height: 45px;
    display: inline-flex;
    padding: 0 15px;
    margin-bottom: 78px;
    align-items: center;
}

.machie_more_view i {
    background: url("/theme/yqueen/img/ico_right_thin_arrow.png");
    width: 23px;
    height: 11px;
    margin-left: 10px;
    display: inline-block;
    background-size: cover;
}

.common_lazer_machine .machine_wrap {
    display: flex;
    justify-content: space-between;
}

.common_lazer_machine .machine_wrap li {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    width: 360px;
    height: 460px;
}

.common_lazer_machine .machine_wrap li:hover .hover_item {
    opacity: 1;
}

.common_lazer_machine .machine_wrap .machine .hover_item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 5px solid #5cc1c5;
    background: rgba(0,0,0,0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    transition: opacity 0.4s;
    color: #fff;
}

.common_lazer_machine .machine_wrap .machine .hover_item .eng_txt {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 20px;
}

.common_lazer_machine .machine_wrap .machine .hover_item .name {
    color: #5cc1c5;
    font-size: 30px;
    font-weight: bold;
    position: relative;
    line-height: 1;
    padding-bottom: 94px;
}

.common_lazer_machine .machine_wrap .machine .hover_item .name:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 70px;
    background: #fff;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.common_lazer_machine .machine_wrap .machine .hover_item .contents {
    margin-top: 18px;
    font-size: 18px;
}

.common_lazer_machine .noti {
    color: #fff;
    font-size: 16px;
    margin-top: 50px;
}

/* sitemap */
#site_map {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 8000;
    background: url("/theme/yqueen/img/site_map_bg.jpg");
    width: 100%;
    height: 100%;
    background-size: cover;
}

#site_map .site_map_center_wrapper {
    position: relative;
    height: calc(100vh - 100px);
    top: 100px;
    transform: translateY(-50%);
    width: 1265px;
    margin: 0 auto;
    overflow: auto;
    top: calc(50% + 75px);
}

#site_map .site_map_center {
    color: #fff;
    width: 1248px;
    flex-shrink: 0;
    top: 50%;
}

#site_map .left {
    float: left;
    width: 920px;
}

#site_map .left .menu_dept_1 {
    border-bottom: 1px solid #696968;
    height: 102px;
    display: flex;
    align-items: center;
}

#site_map .left .menu_dept_1 .part_01 {
    float: left;
    width: 210px;
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
    flex-shrink: 0;
}

#site_map .left .menu_dept_1 .part_01 a {
    color: #fff;
    display: inline-block;
    transition: color 0.4s;
}

#site_map .left .menu_dept_1 .part_01 a:hover {
    color: #5cc1c5;
}

#site_map .left .menu_dept_1 .part_01 .sub {
    color: #5cc1c5;
    font-size: 15px;
    display: block;
    font-weight: 400;
    margin-bottom: 6px;
    transition: color 0.4s;
}

#site_map .left .menu_dept_1 .part_01 a:hover .sub {
    color: #fff;
}

#site_map .left .menu_dept_1 .part_02 {
    float: left;
}

#site_map .left .menu_dept_1 .part_02 a {
    color: #fff;
    font-size: 16px;
    margin-right: 40px;
    transition: color 0.4s;
}

#site_map .left .menu_dept_1 .part_02 a:hover {
    color: #5cc1c5;
}

#site_map .left .menu_dept_1 .part_02:last-child a {
    margin-right: 0;
}

#site_map .left .menu_dept_1 .part_03_wrap .part_03_line {
    float: left;
    margin-bottom: 3px;
}

#site_map .left .menu_dept_1 .part_03_wrap .part_03_tag {
    float: left;
    color: #848484;
    font-size: 16px;
    width: 140px;
}

#site_map .left .menu_dept_1 .part_03_wrap .part_03_name {
    float: left;
    color: #fff;
    font-size: 16px;
    margin-right: 40px;
    transition: color 0.4s;
}

#site_map .left .menu_dept_1 .part_03_wrap .part_03_name:hover {
    color: #5cc1c5;
}

#site_map .left .menu_dept_1 .part_03_wrap .part_03_name:last-child {
    margin-right: 0;
}

#site_map .right {
    float: left;
    padding-left: 40px;
    border-left: 1px solid #696968;
    height: 659px;
}

#site_map .right .event_tit {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 36px;
}

#site_map .right .event_item {
    display: block;
    margin-bottom: 20px;
}

#site_map .right .event_item:last-child {
    margin-bottom: 0;
}

.why .title + .txt {
    font-size: 18px;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 0;
}

/* animation */
.ani_up {
    transition: 1s !important;
    opacity: 0 !important;
    transform: translateY(30px) !important;
}

.viewing .ani_up {
    opacity: 1 !important;
    transform: translateY(0px) !important;
}

.ani_right {
    transition: 1s !important;
    opacity: 0 !important;
    transform: translateX(-30px) !important;
}

.viewing .ani_right {
    opacity: 1 !important;
    transform: translateX(0px) !important;
}

.ani_left {
    transition: 1s !important;
    opacity: 0 !important;
    transform: translateX(30px) !important;
}

.viewing .ani_left {
    opacity: 1 !important;
    transform: translateX(0px) !important;
}

.td_1 {
    transition-delay: 0.1s !important;
}

.td_2 {
    transition-delay: 0.2s !important;
}

.td_3 {
    transition-delay: 0.3s !important;
}

.td_4 {
    transition-delay: 0.4s !important;
}

.td_5 {
    transition-delay: 0.5s !important;
}

.td_6 {
    transition-delay: 0.6s !important;
}

.td_7 {
    transition-delay: 0.7s !important;
}

.td_8 {
    transition-delay: 0.8s !important;
}

.td_9 {
    transition-delay: 0.9s !important;
}

.td_10 {
    transition-delay: 1s !important;
}

/* margin */
.mt_160 {
    margin-top: 160px !important;
}

.mt_130 {
    margin-top: 130px !important;
}

.mt_140 {
    margin-top: 140px !important;
}

.mt_150 {
    margin-top: 150px !important;
}

.mt_216 {
    margin-top: 216px !important;
}

.mt_25 {
    margin-top: 25px !important;
}

.mt_30 {
    margin-top: 30px !important;
}

.mb_0 {
    margin-bottom: 0 !important;
}

.mr_0 {
    margin-right: 0 !important;
}

.mr_20 {
    margin-right: 20px !important;
}

/* width */
.w_450 {
    width: 450px !important;
}

/* height */
.h_208 {
    height: 208px !important;
}

/*padding*/
.pl_44 {
    padding-left: 44px;
}

.pr_44 {
    padding-right: 44px;
}

.ta-left {
    text-align: left !important;
}

.ta-center {
    text-align: center;
}

.ta-right {
    text-align: right;
}

/* 애니메이션 공통요소 */
@-webkit-keyframes upDown1 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes upDown1 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@media (max-width: 1390px) {
    #header.sub_header .sub_menu_lists {
        display: none;
    }

    #header.sub_header .sitemap_btn.sub {
        transform: translateX(-50%);
        right: 50%;
    }
}

@media (max-width: 1280px) {
    #header .center-container {
        width: 100%;
        min-width: 680px;
    }
}

#header h1.logo {
    position: absolute;
    top: 25px;
    left: 0;
}

#header .sitemap_btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 35px;
}

#header .right_menu {
    position: absolute;
    top: 0;
    right: 0;
    height: 100px;
    display: flex;
    align-items: center;
}

#header .right_menu .part {
    display: inline-block;
    width: 1px;
    height: 13px;
    background: #949594;
    margin: 0 13px;
    margin-top: 2px;
}

#header .right_menu .auth_btns {
    display: inline-block;
    margin-top: -6px;
    margin-top: 1px;
    margin-left: 10px;
}

#header .right_menu .auth_btns .btn {
    border: 1px solid #8f8e8c;
    display: inline-block;
    width: 76px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    border-radius: 30px;
}

#header .right_menu .auth_btns .login_btn {
    margin-right: 1px;
    margin-left: 20px;
}

#header.sub_header .sub_menu_lists {
    position: absolute;
    width: 700px;
    height: 100px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
	margin-left:0px;
}

#header.sub_header .sub_menu_lists a {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

#header.sub_header .sitemap_btn.sub {
    left: auto;
    transform: translateX(0);
    right: -46px;
    top: 38px;
}

#header .global_lang_box {
    position: relative;
}

#header .global_lang_box .lang_box {
    display: none;
    position: absolute;
    background: #fff;
    border: 1px solid #bdbdbd;
    width: 110px;
    left: 50%;
    top: 30px;
    transform: translateX(-50%);
    padding: 10px;
}

#header .global_lang_box .lang_box .lang_list {
    display: block;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 14px;
    transition: 0.4s;
}

#header .global_lang_box .lang_box .lang_list:hover {
    color: #5cc1c5;
}

/* footer */
#footer {
    background: #151515;
    height: 290px;
    min-width: 1280px;
}

#footer .footer_logo {
    float: left;
    margin-top: 56px;
    margin-right: 70px;
}

#footer .footer_info {
    float: left;
    color: #fff;
    margin-top: 56px;
    font-size: 14px;
}

#footer .footer_info p.line {
    margin-bottom: 37px;
}

#footer .footer_info p.line a {
    color: #bebebe;
    padding-right: 34px;
    position: relative;
}

#footer .footer_info p.line a.right_dot:after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background: #bebebe;
    border-radius: 50%;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}

#footer .footer_info p.hos_info {
    color: #808080;
    padding-right: 34px;
    position: relative;
    line-height: 1.7;
}

#footer .footer_info p.hos_info span {
    padding-right: 34px;
    position: relative;
}

#footer .footer_info p.hos_info span.right_dot:after {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background: #808080;
    border-radius: 50%;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}

#footer .footer_info p.copyright {
    margin-top: 40px;
    color: #808080;
}

/* quick_menu */
.quick_menu {
    position: fixed;
    bottom: 50px;
    right: 60px;
    z-index: 5000;
}

.quick_menu a {
    margin-bottom: 10px;
    background: #5cc1c5;
    color: #fff;
    width: 170px;
    height: 48px;
    border-radius: 70px;
    display: flex;
    align-items: center;
    font-size: 16px;
}

.quick_menu img {
    margin-right: 5px;
    padding-left: 18px;
}

.title_cont .sml {
    display: block;
    font-size: 17px;
    color: #5cc1c5;
    line-height: 1;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
}

.title_cont .sml_2 {
    display: block;
    font-size: 18px;
    color: #666666;
    margin-bottom: 0;
    text-align: center;
    margin-top: 20px;
}

.title_cont .lrg {
    display: block;
    font-size: 38px;
    color: #353535;
    font-weight: bold;
    margin-bottom: 48px;
    text-align: center;
}

.title_cont .lrg_btm_txt {
    color: #333;
    font-size: 18px;
    text-align: center;
    display: block;
}

/* page_common_styles */
.section-tit.white .lrg-txt, .section-tit.white .sml-txt {
    color: #fff;
}

.section-tit .lrg-txt {
    font-size: 38px;
    font-weight: bold;
    line-height: 1.2;
    display: block;
    margin-bottom: 50px;
}

#pageWrap .pagination_progress {
    top: auto;
    bottom: -85px;
    width: 280px;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    background: rgb(239, 239, 239);
    border-radius: 10px;
    height: 5px;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: rgb(114, 114, 114);
}

.surgery_info .section-tit {
    text-align: center;
    margin-bottom: 100px;
    opacity: 0;
    transform: translateY(80px);
}

.surgery_info .recommend-lists {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.surgery_info .recommend-lists .lists {
    float: left;
    width: 16%;
    text-align: center;
    font-size: 20px;
    opacity: 0;
    transform: translateY(60px);
}

.surgery_info .recommend-lists .lists-1 {
    margin-left: 2%;
}

.surgery_info .recommend-lists .lists-6 {
    margin-right: 2%;
}

.surgery_info .recommend-lists .lists > img {
    margin: 0 auto 35px;
}

.surgery_info .recommend-lists .lists .recommend-txt {
    line-height: 1.5;
}

.surgery_info .recommend-lists .lists .recommend-txt strong {
    color: #333;
    font-weight: bold;
}

.surgery_info.viewing .section-tit {
    opacity: 1;
    transform: translateY(0px);
    transition: all 1s ease;
}

.surgery_info.viewing .recommend-lists .lists {
    opacity: 1;
    transform: translateY(0px);
    transition: all 1s ease;
}

.surgery_info.viewing .recommend-lists .lists-2 {
    transition-delay: 0.25s;
}

.surgery_info.viewing .recommend-lists .lists-3 {
    transition-delay: 0.5s;
}

.surgery_info.viewing .recommend-lists .lists-4 {
    transition-delay: 0.75s;
}

.surgery_info.viewing .recommend-lists .lists-5 {
    transition-delay: 1s;
}

.surgery_info.viewing .recommend-lists .lists-6 {
    transition-delay: 1.25s;
}

.subpageContentSlider2 {
    position: relative;
}

.subpageContentSlider2 .special_eng_tit {
    display: block;
    font-size: 17px !important;
    color: #5cc1c5 !important;
    line-height: 1;
    text-align: left;
    text-transform: uppercase;
}

.subpageContentSlider2 .center-container {
    position: static;
}

.subpageContentSlider2 .txt-wrapper {
    float: left;
    width: 554px;
}

.subpageContentSlider2 .txt-wrapper p {
    font-size: 48px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 120px;
    padding-top: 57.5px;
}

.subpageContentSlider2 .txt-wrapper span {
    color: #666;
    font-size: 20px;
}

.subpageContentSlider2 .hos-intro-slider {
    position: absolute;
    overflow: hidden;
    right: 0px;
    width: 52.1093vw;
    min-width: 682px;
    padding-bottom: 64px;
}

.subpageContentSlider2 .hos-intro-slider .swiper-slide {
    width: 566px !important;
    margin-right: 48px;
}

.subpageContentSlider2 .hos-intro-slider .swiper-slide p {
    margin: 40px 0 34px;
    font-size: 30px;
    font-weight: bold;
}

.subpageContentSlider2 .hos-intro-slider .swiper-slide span {
    color: #666;
    font-size: 16px;
}

.subpageContentSlider2 .hos-intro-slider .common-bar-paging {
    border-radius: 0;
    left: 0;
    background: #f5f2f0;
    height: 6px;
    width: 776px;
    bottom: 0;
}

.subpageContentQna {
    margin-top: 260px;
    margin-bottom: 163px;
}

.subpageContentQna .section-tit {
    text-align: center;
    line-height: 1;
    margin-bottom: 120px;
}

.subpageContentQna .section-tit .sml-txt {
    font-size: 22px;
    display: block;
    font-weight: 500;
    margin-bottom: 50px;
}

.subpageContentQna .section-tit .lrg-txt {
    font-size: 48px;
    font-weight: bold;
}

.subpageContentQna .qna-wrapper {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}

.subpageContentQna .qna-wrapper .qna-lists {
    border-bottom: 1px solid #eaeaea;
}

.subpageContentQna .qna-wrapper .qna-lists .question {
    font-size: 20px;
    padding: 20px 0 20px 82px;
    position: relative;
    cursor: pointer;
    transition: 0.4s;
}

.subpageContentQna .qna-wrapper .qna-lists .cross {
    position: absolute;
    right: 30px;
    width: 28px;
    height: 28px;
}

.subpageContentQna .qna-wrapper .qna-lists .cross:before {
    content: "";
    width: 1px;
    height: 28px;
    background: #333;
    position: absolute;
    left: 50%;
    right: 50px;
    transform: translateX(-50%);
    transition: color 0.4s;
}

.subpageContentQna .qna-wrapper .qna-lists .cross:after {
    content: "";
    width: 28px;
    height: 1px;
    background: #333;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: color 0.4s;
}

.subpageContentQna .qna-wrapper .qna-lists .question.active .cross:before {
    width: 0;
    height: 0;
}

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

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

.subpageContentQna .qna-wrapper .qna-lists .question:before {
    content: "Q";
    position: absolute;
    font-size: 22px;
    font-weight: bold;
    left: 38px;
}

.subpageContentQna .qna-wrapper .qna-lists .answer {
    display: none;
    padding: 20px 0 20px 82px;
    font-size: 18px;
    background: #f6f6f6;
    position: relative;
    display: none;
    word-break: keep-all;
}

.subpageContentQna .qna-wrapper .qna-lists .answer:before {
    content: "A";
    position: absolute;
    font-size: 22px;
    font-weight: bold;
    left: 38px;
    color: #5cc1c5;
}

/* page_banner */
.page_banner.sub .center-container {
    height: 100%;
}

.page_banner.sub .text_wrap {
    position: absolute;
    bottom: 215px;
    left: 0;
    color: #fff;
    text-shadow: 2px 2px 9px rgba(0, 0, 0, 0.87);
    transition: 1s;
    opacity: 0;
    transform: translateY(50px);
    transition-delay: 0.6s;
}

.page_banner.sub .text_wrap.no_line .sub_text {
    padding-top: 0;
}

.page_banner.sub .text_wrap.no_line .sub_text:before {
    width: 0;
    height: 0;
}

.page_banner.sub .text_wrap.active {
    opacity: 1;
    transform: translateY(0px);
}

.page_banner.sub .text_wrap .eng_hos_name {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 36px;
    font-weight: bold;
}

.page_banner.sub .text_wrap .title {
    font-size: 50px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 27px;
}

.page_banner.sub .text_wrap .sub_tit {
    font-size: 26px;
    font-weight: 200;
    line-height: 1.3;
    margin-bottom: 16px;
}

.page_banner.sub .text_wrap .sub_tit em {
    font-weight: bold;
}

.page_banner.sub .text_wrap .sub_text {
    font-size: 20px;
    position: relative;
    padding-top: 67px;
}

.page_banner.sub .text_wrap .sub_text:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 46px;
    background: #fff;
    top: 0;
}

.page_banner.sub .bg-video {
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    height: 100vh;
    min-height: 700px;
}

.page_banner.sub .bg-video__content {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.page_banner.sub .bg-video.right:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("/theme/yqueen/img/banner_radius_right.png");
    background-size: cover;
    background-position-y: bottom;
}

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

.commonSectionStrength .section-tit .sml-txt {
    display: block;
    line-height: 1;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 50px;
}

.commonSectionStrength .section-tit .lrg-txt {
    font-size: 48px;
    font-weight: bold;
}

.commonSectionStrength .urolift-hover-box {
    margin-top: 114px;
    position: relative;
    display: flex;
    justify-content: center;
}

.commonSectionStrength .urolift-hover-box .hover-box {
    width: 300px;
    height: 500px;
    float: left;
    margin-right: 1px;
    background: #efefef;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    padding: 82px 0 0 66px;
    transition: all 0.3s ease;
}

.commonSectionStrength .urolift-hover-box .hover-box.active {
    background: #444;
    color: #fff;
    width: 516px;
}

.commonSectionStrength .urolift-hover-box .hover-box .number {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 18px;
    font-weight: 500;
}

.commonSectionStrength .urolift-hover-box .hover-box .tit {
    font-size: 24px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 38px;
}

.commonSectionStrength .urolift-hover-box .hover-box .content {
    font-size: 18px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.commonSectionStrength .urolift-hover-box .hover-box > img {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translateX(68px);
    transition: transform 0.45s ease, opacity 0.45s ease;
}

.commonSectionStrength .urolift-hover-box .hover-box.active > img {
    transform: translateX(0px);
}

.commonSectionStrength .urolift-hover-box .hover-box.active .content {
    opacity: 1;
}

.commonSectionStrength .urolift-hover-box .hover-box > img.on {
    opacity: 0;
}

.commonSectionStrength .urolift-hover-box .hover-box > img.off {
    opacity: 1;
}

.commonSectionStrength .urolift-hover-box .hover-box.active > img.on {
    opacity: 1;
}

.commonSectionStrength .urolift-hover-box .hover-box.active > img.off {
    opacity: 0;
}

/*intro_contents*/
.intro_contents {
}

.intro_contents .row {
    display: flex;
    margin-top: 105px;
}

.intro_contents .row .title_cont {
    opacity: 0;
    transform: translateX(-100px);
    margin-right: 70px;
    flex-shrink: 0;
}

.intro_contents.viewing .row .title_cont {
    opacity: 1;
    transform: translateX(0px);
    transition: all 1s ease;
}

.intro_contents .row .right_txt {
    opacity: 0;
    transform: translateX(100px);
}

.intro_contents.viewing .row .right_txt {
    opacity: 1;
    transform: translateX(0px);
    transition: all 1s ease;
}

.intro_contents .row .right_txt .txt-1 {
    font-size: 18px;
    color: #353535;
    margin-bottom: 26px;
}

.intro_contents .row .right_txt .txt-2 {
    font-size: 24px;
    font-weight: bold;
}

/* bf_slider */
.bf_slider {
    margin-top: 130px;
    height: 1045px;
}

.intro_contents {
    margin-top: 130px;
}

.bf_slider .title, .intro_contents .title {
    color: #5cc1c5;
    font-size: 100px;
    font-weight: bold;
    line-height: 115px;
}

.bf_slider .swiper {
    overflow: hidden;
    margin-top: 83px;
}

.bf_slider .swiper-slide {
    cursor: grab;
}

.bf_slider .notify {
    color: #444;
    text-align: center;
    font-size: 16px;
    margin-top: 65px;
}

.youtube .hashtags {
    width: auto;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 44px;
}

.youtube .hashtags span {
    color: #180e0e;
    font-size: 14px;
    border: 1px solid #b0b0b0;
    border-radius: 20px;
    height: 30px;
    min-width: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    padding: 0 6px;
}

.youtube iframe {
    margin: 0 auto;
    display: block;
}

/* surgery_target */
.surgery_target {
    margin-top: 186px;
    text-align: center;
}

.surgery_target .target_lists {
    width: 1110px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}

.surgery_target .target_lists.sml {
    width: 730px;
}

.surgery_target .target_list {
    background: #eef9f9;
    width: 350px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 30px;
}

.surgery_target .target_list img {
    margin-bottom: 28px;
    position: relative;
    border-bottom: 2px solid #353535;
    padding-bottom: 4px;
}

.surgery_target .target_list p {
    color: #353535;
    font-size: 18px;
    line-height: 1.2;
}

/* why */
.why {
    margin-top: 138px;
    background: #5cc1c5;
    color: #fff;
}

.why .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 400px;
}

.why .title {
    font-size: 38px;
    font-weight: 100;
}

.why .cross_box {
    position: relative;
    width: 850px;
    height: 100%;
}

.why .cross_box div {
    background: #208496;
    opacity: 0;
    transform: translateY(-45%);
    transition: 1s;
    position: absolute;
    top: 50%;
    padding: 38px 104px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 140px;
    text-align: center;
}

.why .cross_box div .eng {
    font-size: 18px;
    border-bottom: 1px solid #fff;
    display: inline-block;
}

.why .cross_box div .txt {
    font-size: 18px;
    margin-top: 23px;
    opacity: 1;
}

.why .cross_box .box_02 {
    right: 0;
}

.why.viewing .box_01, .why.viewing .box_02 {
    opacity: 0.8;
    transform: translateY(-50%);
}

.why.theme_02 .row {
    display: block;
    height: 500px;
    padding-top: 90px;
    padding-bottom: 62px;
}

.why.theme_02 .cross_box div {
    top: auto;
    transform: translateY(50px);
}

.why.theme_02 .title {
    text-align: center;
}

.why.theme_02 .title .thin {
    display: block;
    font-weight: 100;
}

.why.theme_02 .title .bold {
    font-weight: bold;
}

.why.theme_02 .cross_box {
    width: 850px;
    margin: 0 auto;
}

.why.theme_02.viewing .box_01, .why.theme_02.viewing .box_02 {
    transform: translateY(40px);
}

.surgery_process {
    background: #f4f4f4;
    text-align: center;
    padding: 88px 0 124px;
}

.surgery_process .sub_tit_txt {
    font-size: 18px;
}

.surgery_process .empty {
    width: 923px;
    height: 516px;
    background: #000;
    margin: 54px auto 90px;
}

.surgery_process .step_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.surgery_process .step_wrapper > img {
    transform: translateY(-60px);
}

.surgery_process .step_box {
    text-align: left;
}

.surgery_process .step_box .step {
    color: #666;
    font-size: 16px;
    line-height: 1;
    margin-top: 10px;
    margin-bottom: 10px;
}

.surgery_process .step_box .tit {
    color: #333;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 17px;
}

.surgery_process .step_box .sub_txt {
    font-size: 16px;
}

/* line_surgery */
.line_surgery {
    margin-top: 150px;
    text-align: center;
    margin-bottom: 180px;
}

.line_surgery .line_wrapper {
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
}

.line_surgery .line_wrapper .line .line_tit {
    font-size: 26px;
    font-weight: bold;
    margin-top: 14px;
    margin-bottom: 16px;
}

.line_surgery .line_wrapper .line .sub_tit {
    font-size: 18px;
    text-decoration: underline;
    font-weight: 500;
}

.line_surgery .line_wrapper .line .sub_txt {
    font-size: 16px;
    margin-top: 14px;
}

/* best_review */
.best_review {
    margin-top: 480px;
    overflow: hidden;
}

.best_review .top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.best_review .top h2 {
    font-size: 38px;
    line-height: 1.3;
}

.best_review .btn_wrap .left {
    display: inline-block;
    cursor: pointer;
    margin-right: 6px;
}

.best_review .top_border_btm {
    position: relative;
    width: 100%;
    max-width: 1280px;
    height: 3px;
    background: #333;
    margin: 40px auto 50px;
}

.best_review .top_border_btm:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #333;
    right: -100%;
}

.best_review .btn_wrap .right {
    display: inline-block;
    transform: rotate(180deg);
    cursor: pointer;
}

.best_review .review_box .review_item .subject {
    color: #5cc1c5;
    font-weight: bold;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 24px;
}

.best_review .review_box .review_item .txt {
    font-size: 16px;
    color: #333;
    margin-bottom: 50px;
	height:120px;
}

.best_review .review_box .review_item .avatar-wrap {
    display: flex;
    align-items: center;
}

.best_review .review_box .review_item .avatar-wrap p {
    color: #999;
    font-size: 16px;
    margin-left: 5px;
}

.best_review .best_review_swiper {
    overflow: hidden;
}

/*commonSectionCompare*/
.commonSectionCompare .sml-txt-1 {
    display: block;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 50px;
}

.commonSectionCompare .sml-txt-2 {
    font-size: 20px;
    line-height: 1.3;
}

.commonSectionCompare .section-tit {
    text-align: center;
    line-height: 1;
    margin-bottom: 120px;
}

.commonSectionCompare .section-tit .sml-txt {
    display: block;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 50px;
}

.commonSectionCompare .section-tit .lrg-txt {
    font-size: 48px;
    font-weight: bold;
    display: block;
    margin-bottom: 58px;
}

.commonSectionCompare .compare-box {
    position: relative;
}

.commonSectionCompare .compare-box-1 {
    height: 330px;
}

.commonSectionCompare .compare-box-2 {
    height: 194px;
}

.commonSectionCompare .compare-box-3, .commonSectionCompare .compare-box-4, .commonSectionCompare .compare-box-5, .commonSectionCompare .compare-box-6, .commonSectionCompare .compare-box-7 {
    height: 101px;
}

.commonSectionCompare .compare-box .left-dir {
    position: absolute;
    left: 0;
    height: 100%;
}

.commonSectionCompare .compare-box .right-dir {
    position: absolute;
    right: 0;
    height: 100%;
    color: #5cc1c5;
    font-weight: normal;
}

.commonSectionCompare .compare-box .center-dir {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    color: #d0d0d0;
    font-weight: bold;
}

.commonSectionCompare section.compare-box .left-dir {
    width: 488px;
    text-align: right;
    font-size: 24px;
    color: #666;
    padding-top: 32px;
}

.commonSectionCompare section.compare-box .right-dir {
    width: 488px;
    padding-top: 32px;
}

.commonSectionCompare .compare-box-2 section.left-dir {
    height: 100%;
    top: 0;
    padding-top: 69px;
    border-bottom: 1px solid #333;
}

.commonSectionCompare .compare-box-2 section.left-dir .tit {
    font-size: 32px;
    font-weight: normal;
    line-height: 1.2;
    color: #333;
}

.commonSectionCompare .compare-box-2 section.left-dir .tit span {
    font-size: 20px;
    display: block;
    margin-top: 20px;
    font-weight: normal;
}

.commonSectionCompare .compare-box-2 section.right-dir {
    height: 100%;
    top: 0;
    top: 0;
    padding-top: 69px;
    border-bottom: 1px solid #5cc1c5;
}

.commonSectionCompare .compare-box-2 section.right-dir .tit {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.2;
    color: #5cc1c5;
}

.commonSectionCompare .compare-box-2 section.right-dir .tit span {
    font-size: 20px;
    display: block;
    margin-top: 20px;
    font-weight: 500;
}

.commonSectionCompare p.left-dir {
    border-bottom: 1px solid #eaeaea;
    font-size: 24px;
    color: #666;
}

.commonSectionCompare p.right-dir {
    border-bottom: 1px solid #eaeaea;
    font-size: 24px;
    color: #5cc1c5;
}

.commonSectionCompare .compare-box-7 p.left-dir {
    border-bottom: 1px solid #333;
}

.commonSectionCompare .compare-box-7 p.right-dir {
    border-bottom: 1px solid #5cc1c5;
}

/* equipment-section */
.equipment-section {
    margin-top: 130px;
    position: relative;
}

.equipment-section .title_bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
}

.equipment-section .section-tit {
    padding-top: 80px;
    text-align: center;
    line-height: 1;
    color: #fff;
    height: 295px;
}

.equipment-section .section-tit .lrg-txt {
    display: block;
    font-size: 38px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 26px;
}

.equipment-section .section-tit .sml-txt {
    font-size: 18px;
}

.equipment-section .machine-list-wrap {
    position: relative;
    margin-bottom: 50px;
    opacity: 0;
    transform: translateY(60px);
    padding: 0 50px;
    display: flex;
    justify-content: space-between;
}

.equipment-section .machine-list-wrap.viewing {
    opacity: 1;
    transform: translateY(0px);
    transition: all 1s ease;
}

.equipment-section .machine-list-wrap li > .model-name {
    text-align: center;
    font-size: 20px;
    padding-top: 80px;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    color: #363636;
}

.equipment-section .machine-list-wrap li > .model-name span {
    font-weight: normal;
}

.equipment-section .machine-list-wrap li > .model-name:after {
    content: "";
    width: 1px;
    height: 75px;
    background: #333;
    position: absolute;
    left: 50%;
    top: -28px;
    transform: translateX(-50%);
}

.equipment-section .machine-list-wrap.last {
    margin-bottom: 260px;
}

.surgery_process_theme_02 .video_sect {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 95px;
}

.surgery_process_theme_02 .video_sect .empty {
    width: 600px;
    height: 375px;
    flex-shrink: 0;
    margin-right: 60px;
    color: #fff;
    margin: 0 60px 0 0;
    line-height: 375px;
    font-size: 50px;
}

.surgery_process_theme_02 .video_sect .right_txt > .tit {
    text-align: left;
    font-size: 38px;
    font-weight: bold;
    line-height: 1;
    color: #353535;
    margin-top: 26px;
    margin-bottom: 28px;
}

.surgery_process_theme_02 .video_sect .right_txt > .cont {
    color: #333;
    text-align: left;
    font-size: 18px;
}

.common_recommend {
    margin-top: 188px;
    margin-bottom: 184px;
}

.common_recommend .center-container {
    background: url("/theme/yqueen/img/clitorisSurgery_recommend.jpg");
    height: 400px;
    background-size: cover;
    padding-top: 50px;
}

.common_recommend .row {
    display: flex;
    color: #fff;
    justify-content: space-between;
}

.common_recommend .title_cont .sml {
    text-align: left;
}

.common_recommend .title_cont .lrg {
    text-align: left;
    color: #fff;
    font-weight: 300;
    line-height: 1.2;
}

.common_recommend .recommend-part-wrap {
    display: flex;
}

.common_recommend .recommend-part-wrap .recommend {
    width: 350px;
    height: 300px;
    background: #5cc1c5;
    padding: 42px 40px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.common_recommend .recommend-part-wrap .recommend .title {
    font-weight: bold;
}

.common_recommend .recommend-part-wrap .recommend .title .tit-1 {
    font-size: 30px;
    display: block;
}

.common_recommend .recommend-part-wrap .recommend .title .tit-2 {
    font-size: 16px;
    color: #d7eeef;
}

.common_recommend .recommend-part-wrap .recommend .more {
    display: inline-block;
    width: 120px;
    height: 32px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    border: 2px solid #fff;
    display: inline-flex;
    border-radius: 35px;
    align-items: center;
    justify-content: center;
}

.common_article_template {
    background: #f4f4f4;
    padding-top: 108px;
    padding-bottom: 112px;
}

.common_article_template .sect {
    /* border: 1px solid red; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 120px;
}

.common_article_template .sect .visual {
}

.common_article_template .sect .visual .surgery_video {
    width: 601px;
    /* opacity: 0.1; */
}

.common_article_template .sect .sml {
    text-align: left;
}

.common_article_template .sect .text .section-tit {
}

.common_article_template .sect .text .section-tit .sml-txt-2 {
    font-size: 18px;
    color: #;
}

/* sitemap */
#site_map {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 8000;
    background: url("/theme/yqueen/img/site_map_bg.jpg");
    width: 100%;
    height: 100%;
    background-size: cover;
}

#site_map .site_map_center_wrapper {
    position: relative;
    height: calc(100vh - 100px);
    top: 100px;
    transform: translateY(-50%);
    width: 1265px;
    margin: 0 auto;
    overflow: auto;
    top: calc(50% + 75px);
}

#site_map .site_map_center {
    color: #fff;
    width: 1248px;
    flex-shrink: 0;
    top: 50%;
}

#site_map .left {
    float: left;
    width: 920px;
}

#site_map .left .menu_dept_1 {
    border-bottom: 1px solid #696968;
    height: 102px;
    display: flex;
    align-items: center;
}

#site_map .left .menu_dept_1 .part_01 {
    float: left;
    width: 210px;
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
    flex-shrink: 0;
}

#site_map .left .menu_dept_1 .part_01 a {
    color: #fff;
    display: inline-block;
    transition: color 0.4s;
}

#site_map .left .menu_dept_1 .part_01 a:hover {
    color: #5cc1c5;
}

#site_map .left .menu_dept_1 .part_01 .sub {
    color: #5cc1c5;
    font-size: 15px;
    display: block;
    font-weight: 400;
    margin-bottom: 6px;
    transition: color 0.4s;
}

#site_map .left .menu_dept_1 .part_01 a:hover .sub {
    color: #fff;
}

#site_map .left .menu_dept_1 .part_02 {
    float: left;
}

#site_map .left .menu_dept_1 .part_02 a {
    color: #fff;
    font-size: 16px;
    margin-right: 40px;
    transition: color 0.4s;
}

#site_map .left .menu_dept_1 .part_02 a:hover {
    color: #5cc1c5;
}

#site_map .left .menu_dept_1 .part_02:last-child a {
    margin-right: 0;
}

#site_map .left .menu_dept_1 .part_03_wrap .part_03_line {
    float: left;
    margin-bottom: 3px;
}

#site_map .left .menu_dept_1 .part_03_wrap .part_03_tag {
    float: left;
    color: #848484;
    font-size: 16px;
    width: 140px;
}

#site_map .left .menu_dept_1 .part_03_wrap .part_03_name {
    float: left;
    color: #fff;
    font-size: 16px;
    margin-right: 40px;
    transition: color 0.4s;
}

#site_map .left .menu_dept_1 .part_03_wrap .part_03_name:hover {
    color: #5cc1c5;
}

#site_map .left .menu_dept_1 .part_03_wrap .part_03_name:last-child {
    margin-right: 0;
}

.part_03_name2 {
    float: left;
    color: #ffff00;
    font-size: 16px;
    margin-right: 40px;
    transition: color 0.4s;
}

.part_03_name2:hover {
    color: #5cc1c5;
}

.part_03_name2:last-child {
    margin-right: 0;
}

#site_map .right {
    float: left;
    padding-left: 40px;
    border-left: 1px solid #696968;
    height: 714px;
}

#site_map .right .event_tit {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 36px;
}

#site_map .right .event_item {
    display: block;
    width: 285px;
    height: 160px;
    background: #5cc1c5;
    margin-bottom: 20px;
}

#site_map .right .event_item:last-child {
    margin-bottom: 0;
}

.why .title + .txt {
    font-size: 18px;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 0;
}

/* animation */
.ani_up {
    transition: 1s !important;
    opacity: 0 !important;
    transform: translateY(30px) !important;
}

.viewing .ani_up {
    opacity: 1 !important;
    transform: translateY(0px) !important;
}

.ani_right {
    transition: 1s !important;
    opacity: 0 !important;
    transform: translateX(-30px) !important;
}

.viewing .ani_right {
    opacity: 1 !important;
    transform: translateX(0px) !important;
}

.td_1 {
    transition-delay: 0.1s !important;
}

.td_2 {
    transition-delay: 0.2s !important;
}

.td_3 {
    transition-delay: 0.3s !important;
}

.td_4 {
    transition-delay: 0.4s !important;
}

.td_5 {
    transition-delay: 0.5s !important;
}

.td_6 {
    transition-delay: 0.6s !important;
}

.td_7 {
    transition-delay: 0.7s !important;
}

.td_8 {
    transition-delay: 0.8s !important;
}

.td_9 {
    transition-delay: 0.9s !important;
}

.td_10 {
    transition-delay: 1s !important;
}

/* margin */
.mt_160 {
    margin-top: 160px !important;
}

.mt_130 {
    margin-top: 130px !important;
}

.mt_140 {
    margin-top: 140px !important;
}

.mt_150 {
    margin-top: 150px !important;
}

.mt_216 {
    margin-top: 216px !important;
}

.mt_25 {
    margin-top: 25px !important;
}

.mt_0 {
    margin-top: 0px !important;
}

.mt_30 {
    margin-top: 30px !important;
}

.mb_0 {
    margin-bottom: 0 !important;
}

.mr_0 {
    margin-right: 0 !important;
}

.mr_20 {
    margin-right: 20px !important;
}

/* width */
.w_450 {
    width: 450px !important;
}

/* height */
.h_208 {
    height: 208px !important;
}

/*padding*/
.pl_44 {
    padding-left: 44px;
}

.pr_44 {
    padding-right: 44px;
}

.ta-left {
    text-align: left !important;
}

.ta-center {
    text-align: center;
}

.ta-right {
    text-align: right;
}
.research_slider .thesis-slider .swiper-slide .thesis-thumb > img {width: 100%; height: 100%;} 

@media (max-width: 1390px) {
    #header.sub_header .sub_menu_lists {
        display: none;
    }

    #header.sub_header .sitemap_btn.sub {
        transform: translateX(-50%);
        right: 50%;
    }
}

@media (max-width: 1280px) {
    #header .center-container {
        width: 100%;
        min-width: 680px;
    }
}
