/* http://crossdesign.co.kr, Website project
project name : 마인드치과 Mind Dental
project manager : khs */

@charset "UTF-8";

@import url('https://webfontworld.github.io/SCoreDream/SCoreDream.css');
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,600;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&family=Noto+Sans+KR:wght@100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&family=Noto+Sans+KR:wght@100&display=swap');
@import url('//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSans-kr.css');
@import url('https://fonts.googleapis.com/css?family=Dosis|Gamja+Flower|Playfair+Display');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');

/* ++++++++++++++++++++++++++++++++++++++++ *
    RESET
* ++++++++++++++++++++++++++++++++++++++++ */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, table, th, td, p, .entry ul, .entry ol { margin: 0; padding: 0; word-break: keep-all;}
dl, ul, ol, li {list-style:none !important;}
ul, ol { margin: 0 !important;}
p {padding-bottom: 0 !important;}
a {text-decoration: none;}
a:hover {text-decoration: none;}

/* ++++++++++++++++++++++++++++++++++++++++ *
    테마기본설정
* ++++++++++++++++++++++++++++++++++++++++ */
.wpb_wrapper >div { margin-bottom: 0 !important;}

.material .wpb_row {margin-bottom: 0 !important;}
.row .col img { margin-bottom: 0 !important;}
.img-with-aniamtion-wrap .hover-wrap {margin-bottom: 0 !important;}

/* ++++++++++++++++++++++++++++++++++++++++ *
    폰트설정
* ++++++++++++++++++++++++++++++++++++++++ */
html, body, div, p, a, h1, h2, h3, h4, h5, h6, input, dt, .bold, b, strong {
    font-family: "Pretendard", "Malgun Gothic", "malgungothic", sans-serif !important;}
body h3{color: #111 !important;}


/* ++++++++++++++++++++++++++++++++++++++++ *
    STYLE
* ++++++++++++++++++++++++++++++++++++++++ */

/* TEXT */
.t_center {text-align: center;}
.t_left {text-align:left;}
.t_right {text-align:right;}

.fw100{font-weight: 100;}
.fw300{font-weight: 300 !important;}
.fw400{font-weight: 400;}
.fw500{font-weight: 500;}
.fw600{font-weight: 600;}
.fw700{font-weight: 700;}
.fw800{font-weight: 800;}
.fw900{font-weight: 900;}

/* COLOR */
.c_white{color:#fff !important;}
.c_black{color:#333 !important;}
.c_gray{color:#707070 !important;}
.c_lightgray{color:#ccc !important;}
.c_style01{color:#e66614 !important;}
.black{background-color: #231815;}
.pink{background-color: #e293bd;}
.purple{background-color: #9e248a;}

.mt_0{margin-top: 0 !important;}
.mt_20{margin-top: 20px;}
.kboard-default-poweredby{display: none;}
.kboard-avatar-poweredby{display: none;}
#kboard-default-list .kboard-list table td.kboard-list-user{width:150px !important;}
#kboard-default-list .kboard-list table a{font-size: 15px !important; }
#kboard-default-list .kboard-list table td{padding: 15px 0 !important;}
button[type=submit]:hover{background-color: #165085 !important; color:#fff !important;}

/* ++++++++++++++++++++++++++++++++++++++++ *
    DISPLAY
* ++++++++++++++++++++++++++++++++++++++++ */
/*1440*/
.notebook_none{display: block !important;}
.notebook_block{display: none !important;}

/*1024*/
.la_none {display: block !important;}
.la_block {display: none !important;}

/*999*/
.ta_none,.none_999 {display: block !important;}
.ta_block,.block_999 {display: none !important;}

/*690*/
.mo_none {display: block !important;}
.mo_block {display: none !important;}

/*500*/
.mo_small_p_none{display: block !important;}
.mo_small_p_block{display: none !important;}

.mo_header_icon{display: none;}

.none_1920 { display: block !important; }
.block_1920 { display: none !important; }
.none_1280 { display: block !important; }
.block_1280 { display: none !important; }
.none_999 { display: block !important; }
.block_999 { display: none !important; }
.none_690 { display: block !important; }
.block_690 { display: none !important; }
.none_480 { display: block !important; }
.block_480 { display: none !important; }
@media all and (max-width: 1920px) {
    .none_1920 { display: none !important; }
    .block_1920 { display: block !important; }
}
@media all and (max-width: 1280px) {
    .none_1280 { display: none !important; }
    .block_1280 { display: block !important; }
}
@media all and (max-width: 999px) {
    .none_999 { display: none !important; }
    .block_999 { display: block !important; }
}
@media all and (max-width: 690px) {
    .none_690 { display: none !important; }
    .block_690 { display: block !important; }
    .hidden_690 { display: none !important; }
}
@media all and (max-width: 480px) {
    .none_480 { display: none !important; }
    .block_480 { display: block !important; }
}


#kboard-default-document .kboard-content .content-view h2{font-size:18px;}
#kboard-default-document .kboard-content .content-view p{font-size:18px;}
#kboard-default-list .kboard-list tbody tr.kboard-list-notice{background-color:#f4f4f400 !important;}

/* ++++++++++++++++++++++++++++++++++++++++ *
    MAIN
* ++++++++++++++++++++++++++++++++++++++++ */
/*header*/
#top nav>ul>li>a{font-size: 19px !important;}
#header-outer .sf-menu li ul li a{font-size: 16px !important; line-height: 22px !important; border-radius: 8px;}

#header-outer .sf-menu .sub-menu {
    border-radius: 12px;
}
#header-outer .menu-item-over > a::before,
#header-outer .current-menu-ancestor > a::before,
#header-outer nav > .sf-menu > .current-menu-item > a::before {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #e66614;
    border-radius: 10px;
    left: 8px;
    top: -4px;
}

body:not(.woocommerce-cart) .main-content table.nonpay_table .title{
    color: #fff !important;
    font-weight: 600;
    font-size: 20px !important;
    background-color: #e66614 !important;
    text-align: center !important;
    vertical-align: middle;
    border: 0 !important;
    border-radius: 16px 16px 0 0;
    padding: 12px 20px;
}
.nonpay_table tr td:first-child{border-left: 0 !important;}
.nonpay_table .Medical_name{text-align: center !important;}
.nonpay_table td {
    vertical-align: middle;
    padding: 13px !important;
    border: 1px solid #e3e3e3 !important;
    color: #444444 !important;
    font-size: 17px !important;
    line-height: 1.4em;
    text-align: center;
    letter-spacing: -0.85px;
}
.nonpay_table th {
    vertical-align: middle;
    padding: 11px !important;
    border: 1px solid #e3e3e3 !important;
    font-size: 18px !important;
    line-height: 1.4em;
    text-align: center !important;
    background: #f9f9f9;
}
body:not(.woocommerce-cart) .main-content table.nonpay_table {
    width: 100% !important;
    margin: 0 auto;
    padding: 2px !important;
    border-top: 0 !important;
}
.nonpay_table .mdeical_name{text-align: center !important;}
.nonpay_table .expense{text-align: center !important;}

.main-sec_row1{padding:130px 0 00px !important;}
.main-sec_row2{padding:120px 0 110px !important;}
.main_banbox_wrap .vc_column-inner{height:800px;}
.main_banbox_wrap .sub-txt{font-size: 24px;  color: #fff; opacity: 0.8; padding: 60px 0 25px 0 !important;}
.main_banbox_wrap .main-txt{font-size: 50px; color: #fff;  font-weight: 600;}
.main_banbox_wrap .btn-txt{font-size: 24px;  color: #fff;  background-color: #fa85c4;  display: inline-block;  padding: 18px 200px !important; border-radius: 50px;     margin-top: 50px;}
.main_banbox_wrap .btn-txt.purple_bg{background-color:#9e248a;}
.main_banbox_wrap a{color:#fff;}
.main_notice p{ letter-spacing: 0; margin-left:15px; font-size: 57px; font-family: 'Montserrat', sans-serif !important;font-weight: 300; color: #111; line-height: 60px;}
.main_notice p:before{content: ''; position: absolute; display: block; width:15px; height:15px; background-color:#f0c4c5; top:-6px; left:0; border-radius: 50px;}
.main_notice{float:left; display: block;}
.main_notice .vc_col-sm-6{width:101% !important;} 
.main_notice_tab{height:250px;}
.main_notice_tab .wpb_tabs_nav{width:9% !important; margin-left:69px !important;}
.main_notice_tab .tabbed[data-style*=vertical]>div{width:62%;padding-left: 0px;}
.main_notice_tab .tabbed > ul li .active-tab{background-color: #00000000; font-size: 23px; color: #000; font-weight: 600;}
.main_notice_tab .tabbed>ul li a{padding: 6px 0px 0px 0px; margin-bottom: 10px;}
.main_notice_tab .tabbed > ul li .active-tab, .tabbed > ul li .active-tab:hover{background-color:#00000000 !important; }
.main_notice_tab .tabbed > ul li .active-tab{box-shadow: inset 0 -13px 0 #f2cecf; line-height: 36px; display: inline-block;}
.main_notice_tab .tabbed>ul li a{color: #000; opacity: 0.7; background-color: #00000000; font-size: 23px; display: inline-block;}
.main_notice_tab .tabbed>ul li a:hover{background-color: #00000000;}
.main_notice_tab #kboard-default-latest thead{display: none;}
.main_notice_tab #kboard-default-latest table .kboard-latest-title{font-size: 18px;}
.main_notice_tab #kboard-default-latest table .kboard-latest-date{font-size: 15px; color:#767676;padding: 0 !important; padding-left:5px !important; width: 250px;}
.main_notice_tab #kboard-default-latest table td{padding: 24px 100px 22px 0px !important;}
.main_notice_tab #kboard-default-latest table{border-bottom-right-radius: 50px; border-bottom: none;padding: 0 35px !important;
    display: inline-block;  width: 101%;}
#kboard-default-latest table tr:first-child td{border-top: 1px solid #f1f1f100;}
body:not(.woocommerce-cart) .main-content .main_notice_tab #kboard-default-latest table{margin: 0 0 0px;}
.team-desc{font-size: 18px !important; line-height: 34px; color: #000;}

.main_newsbox{margin-left: 80px;}
.main_newsbox .vc_column-inner{width:370px;height:189px; padding: 30px 35px;}
.main_teeth_img .vc_column-inner{width: 418px;  height: 420px;  margin-top: -130px;  margin-left: -170px;}
.main_newsbox .main-txt{font-size: 26px; color: #fff; padding-bottom: 15px !important;}
.main_newsbox .sub-txt{font-size: 16px;line-height: 21px;  color: #fff;}
.main_branch .sm_txt{font-family: 'Montserrat', sans-serif !important; font-size: 18px; color: #999999;  letter-spacing: 13px; opacity: 0.5; font-weight: 400;}
.main_branch .main-txt{font-size: 47px; padding: 25px 0 !important;}
.main_branch .sub-txt{font-size: 20px;}
.main_branch .branch_bold{font-weight: 500;color: #e66614;}
.nectar_image_with_hotspots[data-color="accent-color"] .nectar_hotspot{background-color:#5c5c5c !important;}
.nectar_image_with_hotspots .nectar_hotspot_wrap .nttip{font-size: 15px !important;}
.nectar_image_with_hotspots .nectar_hotspot_wrap .nttip{padding:10px !important;}
.nectar_image_with_hotspots{margin: -80px 0 0 -20px !important;}
.main_branch_box{margin-top: -60px;}
.main_branch_box h4{font-weight: 500; letter-spacing: -1px; color:#111; margin-bottom: 3px !important;}
.main_branch_box h4 em{font-size: 32px;font-weight: 600;}
.main_branch_box .branch_time p{font-weight: 500; font-size: 17px;  text-align: left; line-height: 29px; padding: 10px 45px 0 !important; letter-spacing: 0;}
.lett_spac{letter-spacing: 3.5px;}

.branch_row_info{display: inline-block;}
.branch_row_info .branch_info{font-size: 15px; font-weight: 800; padding:5px 17px; border-radius: 5px; text-align: left; margin-top: 15px;}
.branch_row_info li{float:left; margin-right: 5px;}
.branch_row_info .branch_info.reservation{position: relative;color: #676767; background-color: #ebebeb; padding-top: 6px;}
.branch_row_info .branch_info.reservation a:before{content: ''; background-image: url(/wp-content/uploads/2022/09/branch_snsimg1.jpg); background-repeat: no-repeat; position: absolute; display: block; top:6px; left:10px; width:29px; height:25px;}
.branch_row_info .branch_info.reservation a{color:#676767; padding-left: 28px;}
.branch_row_info .branch_info.katalk{position: relative;color: #331a1c; background-color: #fee17b; padding-top: 6px;}
.branch_row_info .branch_info.katalk a:before{content: ''; background-image: url(/wp-content/uploads/2022/09/branch_snsimg2.jpg); background-repeat: no-repeat; position: absolute; display: block; top:3px; left:6px; width:35px; height:30px;}
.branch_row_info .branch_info.katalk.tel a:before{content: ''; background-image: url(/wp-content/uploads/2022/12/branch_snsimg3.jpg); background-repeat: no-repeat; position: absolute; display: block; top:3px; left:9px; width:35px; height:30px;}
.branch_row_info .branch_info.katalk a{color:#331a1c; padding-left: 28px;}
.branch_row_info .branch_info.timeinfo{position: relative;color: #fff; background-color: #434343; padding-top: 6px; font-weight: 500;}
.branch_row_info .branch_info.timeinfo a{color:#fff;}
.branch_infowrap p{font-size: 19px;  font-weight: 600;  line-height: 28px;  color: #331a1c;}
.branch_infowrap .branch_time{font-size: 39px; font-weight: 600; line-height: 50px; letter-spacing: -2px;}

/*공통하단*/
.bottom_cont .main_txt{font-size: 32px; font-weight: 600; margin: 30px 0 35px !important; opacity: 0.9;}
.bottom_cont .sub_txt{font-size: 18px; line-height: 27px; opacity: 0.9;}
.bottom_cont .map_txt{font-size: 18px; line-height: 27px; display: inline-block; float: left;}
.bottom_cont .map_row{display: inline-block; }

.bottom_pointtxt{font-size: 19px;  font-weight: 600;color: #9e248a;}
.bottom_point_box{font-size: 15px;  background-color: #7e7e7e;  color: #fff;padding: 6px; margin-right: 50px;}
.bottom_point_box.pd_st{padding:6px 15px;}
.bottom_point_box.pd_st-1{padding:6px 9px;}
.bottom_num{font-size: 26px;font-weight: 600;   line-height:29px;}
.bottom_cont .branch_row_info li{margin-right:9px;}
.bottom_cont .branch_row_info .branch_info{margin-top:56px;}
/* .bottom_cont .vc_column-inner{padding:25px 40px;} */
.bt_npd .vc_column-inner{padding:0px;}


/* 마인드치과-추가클래스 */
.with_point_rd h2 {
    position: relative;
    display: inline-block;
}
.with_point_rd h2::before {
    content: "";
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    background-color: #e66614;
    border-radius: 100%;
    left: -20px;
}

.main_txt p {
    font-size: 18px;
    line-height: 28px;
    color: #929496;
    margin-top: 12px;
    letter-spacing: -0.54px;
    word-break: keep-all;
}
.btn_bg_org p {
    padding: 15px 0 !important;
}
.btn_bg_org span.text {
    display: none !important;
}

.btn_bg_org .link_wrap .link_text::after {
    border: 0px !important;
    background: rgba(0,0,0,0.13);
    margin-top: -13px !important;
}

.main_achv_left {
    padding-left: calc((100vw - 1410px) / 2) !important;
    width: 37.5% !important;
}
.main_achv_right {
    padding-right: 4% !important;
    width: 62.5% !important;
}
.main_achv_tit p {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -1.4px;
    line-height: 42px;
    padding: 32px 0 8px !important;
}
.main_achv_txt p {
    font-size: 19px;
    line-height: 29px;
    letter-spacing: -0.95px;
    color: #6e6e6e;
}
.with_shadow_img {
    filter: drop-shadow(8px 8px 16px rgba(36, 24, 17, 0.16));
}

.main_txt_lg p {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -0.72px;
    color: #575757;
    padding-top: 9px;
}
.main_treatment_txt p {
    font-size: 17px;
    color: #fff;
    line-height: 26px;
    letter-spacing: -0.85px;
    padding-top: 16px;
}

.btn_treatment .link_wrap .arrow::before {
    color: #1f1c1d !important;
    font-weight: 600 !important;
    margin-top: -13px !important;
}
.treatment_wrap .column-image-bg {
    filter: saturate(0.8) brightness(0.8);
    transition: 300ms all ease-in-out;
}
.treatment_wrap .vc_column-inner.revealed-bg:hover .column-image-bg {
    filter: saturate(1) brightness(1);
}

.wrap_left_img img {
    border-radius: 0 20px 20px 0;
}
.wrap_right_img img {
    border-radius: 20px 0 0 20px;
}
.wrap_left_img .wpb_column.right_padding_desktop_228px > .vc_column-inner {
    padding-right: calc((100vw - 1410px) / 2);
}
.wrap_right_img .wpb_column.left_padding_desktop_27pct > .vc_column-inner {
    padding-left: calc((100vw - 1410px) / 2);
}
.main_special_en p {
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 11.2px;
    color: #b8b8b8;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600;
}
.main_special_tit p {
    font-size: 45px;
    line-height: 66px;
    letter-spacing: -1.8px;
    font-weight: 600;
}
.main_special_tit p::after {
    content: "";
    display: block;
    width: 36px;
    height: 2px;
    background: #e66614;
    margin-top: 12px;
}
.main_special_txt p {
    font-size: 19px;
    line-height: 31px;
    letter-spacing: -0.95px;
    font-weight: 400;
    color: #292929;
    padding-top: 24px;
}
.main_special_txt strong {
    color: #fff;
    background: #ffa447;
    padding: 0 4px;
}

.main_doctor .main_txt p {
    color: #5a5c5e;
    margin-top: 6px;
}
.main_doctor .team-member h4.light {
    font-size: 23px;
    line-height: 1.2;
    letter-spacing: -0.69px;
    color: #241811;
    font-weight: 600;
    padding: 24px 12px 9px;
}
.main_doctor .team-member .position {
    font-size: 17px;
    line-height: 1.2;
    font-weight: 400;
    color: #929496;
    letter-spacing: -0.51px;
    padding: 0 12px 60px;
}

.main_bfaf_period p {
    font-size: 17px;
    letter-spacing: -0.51px;
    background: #f4f4f4;
    text-align: right;
}
.main_bfaf_period.before p {
    border-radius: 16px 16px 0 0;
    padding: 30px 30px 20px !important;
}
.main_bfaf_period.after p {
    border-radius: 0 0 16px 16px;
    padding: 20px 30px 30px !important;
}
.main_bfaf .twentytwenty-vertical .twentytwenty-handle,
.main_bfaf .twentytwenty-vertical .twentytwenty-handle:before,
.main_bfaf .twentytwenty-vertical .twentytwenty-handle:after {
    background-color: #e6a985 !important;
}
.main_bfaf .twentytwenty-vertical .twentytwenty-handle {
    border-color: #e6a985 !important;
}
.main_bfaf .twentytwenty-vertical .twentytwenty-handle:before {
    margin-left: 21px;
}
.main_bfaf .twentytwenty-vertical .twentytwenty-handle:after {
    margin-right: 21px;
}

.main_bfaf_tit p {
    font-size: 17px;
    line-height: 1.1;
    text-align: center;
    background: #544942;
    color: #fff;
    padding: 14px 28px !important;
    border-radius: 8px;
}
.main_bfaf_tit {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
}

.main_location_txt p {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.9px;
}
.wrap_btn > div > .wpb_wrapper {
    justify-content: center;
}
.btn_naver {
    margin-right: 12px;
}
.btn_naver span.link_wrap {
    background: #47c23a !important;
}
.btn_naver .link_wrap .link_text::after {
    background: rgba(255, 255, 255, 0.13);
}
.btn_kakao span.link_wrap {
    background: #fdd102 !important;
}
.main_tel_number {
    font-size: 51px;
    line-height: 1.1;
    letter-spacing: -1.53px;
    color: #411f0a;
    font-weight: 600;
}
.main_time_table {
    max-width: 496px;
    margin: 0 auto;
    padding: 24px;
    background: rgba(244, 237, 233, 0.6);
    border-radius: 8px;
}
.main_time_table ul li {
    display: flex;
    font-size: 19px;
    color: #2f2f2f;
    font-weight: 300;
    height: 38px;
    padding: 6px 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    text-align: left;
}
.main_time_table ul li:first-child {
    border-top: 0;
}
.main_time_table ul li .date {
    display: inline-block;
    width: 114px;
    text-align: justify;
    font-weight: 500;
    margin-right: 22px;
}
.main_time_table ul li .date:after{
    content: '';
    display: inline-block;
    width: 100%;
}
.main_time_table ul li .break-time {
    font-size: 16px;
    color: #888;
    padding-left: 3px;
}


/* ++++++++++++++++++++++++++++++++++++++++ *
    SUB
* ++++++++++++++++++++++++++++++++++++++++ */
#kboard-viewps-before-after-plus-editor .kboard-attr-row{text-align: left;}
#kboard-viewps-before-after-plus-list .kboard-viewps-before-after-plus-list .kboard-list-item{margin:0 1% 0 0 !important;}

/*sub_header*/
.sub_header{padding: 180px 0 192px !important;}
.sub_header h2 em {
    padding: 11px 25px;
    font-size: 16px;
    letter-spacing: -0.8px;
    border-radius: 8px !important;
    font-weight: 400;
}
.sub_header .header_maintxt {
    font-size: 60px;
    display: inline-block;
    color: #fff;
    margin-top: 19px;
    letter-spacing: -2.4px;
    line-height: 1.3;
    font-weight: 600;
}
.sub_header .nectar-highlighted-text em.animated {
    background-size: 100% 100% !important;
}
.sub_header p {font-size: 21px; margin-top: 15px;  font-weight: 400;  color: #fff;letter-spacing: -0.6px; line-height: 33px;}

.sub_header_headerimg{padding: 190px 0 200px !important;}
.sub_header_headerimg h2 em{padding: 14px 40px 12px; font-size: 22px; letter-spacing: -1px; font-weight: 300;}
.sub_header_headerimg .header_maintxt{font-size: 68px; display: inline-block;  color: #fff;  margin-top: 35px;  letter-spacing: -1px; line-height: 1.3; font-weight: 600;}
.sub_header_headerimg p {font-size: 23px; margin-top: 20px;  font-weight: 300;  color: #fff;letter-spacing: 0; line-height: 28px;}
.sub_header.implant{min-height:340px; padding:0 !important;}
.sub_header.implant h2 em{padding: 14px 30px 12px;}
.sub_header.dental-surgery {min-height: 660px; padding:0 !important;}
.sub_header.dental-surgery .header_maintxt{color: #242424;}
.sub_header.dental-surgery  p{color: #242424;}


.sub_menu {
    width: fit-content;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 24px 64px;
    margin: -74px auto;
    border-radius: 40px 40px 0 0;
}
.sub_menu_wrap li{display: inline-block; width: auto;  margin: 0 30px;}
.sub_menu .menu{margin: 0 auto !important;  display: table;}
.sub_menu .menu li {
    text-align: center;
    float: left;
    position: relative;
    padding: 0 36px;
}
.sub_menu .menu li:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 1px;
    height: 18px;
    background: #c0c0c0;
    top: 4px;
    right: 0;
}
.sub_menu .menu li:last-child:before{display:none;}
.sub_menu .menu li a {
    font-size: 19px;
    color: #444444 !important;
    letter-spacing: -0.9px;
}
.sub_menu .menu li a:hover {color: #e66614 !important;}

.sub_menu li.current_page_item a {
    opacity: inherit;
    font-weight: 600;
}

.sf-menu li li ul{margin-left:-20px !important;}




/*sub_section*/
.sub_sec_01{padding:100px 0 70px !important;}
.sub_row_01{padding:90px 0 60px !important;}
.sub_row_main{padding:50px 0 30px !important;}
.sub_row_slidewrap{padding: 70px 0 !important;}
.sub_row_main.bt_st{padding:130px 0 0px !important;}
.sub_row_main.mainrow{padding: 50px 0 30px !important;}

.sub_section_main{padding:130px 0 60px !important;}
.sub_section_main.full-width-section .row-bg{background-size:100%;}
.sub_section.full-width-section .row-bg{background-size:100%;}
.full-width-content.vc_row-fluid .wpb_column .wpb_row.sub_section_cont{margin-top:80px;}
.sub_section{padding:140px 0 120px !important;}
.sub_section-1{padding:150px 0 120px !important;}
.sub_implant_procedure_wrap{padding:70px 0 0 0 ;}
.sub_implant_procedure_wrap.pt{padding:100px 0 30px 0 ;}
.sub_section_cont{margin-top:50px;}
.sub_section_txt h4{font-size: 32px;}
.sub_section_pdb{padding:50px 0 150px !important;}
.sub_section_pd{padding-bottom: 150px !important;}
.sub_section_first{padding:130px 0 150px !important;}
.sub_section_about{padding:100px 0 70px 0 !important;}
.sub_section_about-pdt2{padding: 120px 0 0px 0 !important;}
.pl_st .vc_column-inner{padding: 0 4% !important;}



/*sub_txt*/
.sub_content_row .point_num {
    font-size: 45px;
    font-family: 'Montserrat', sans-serif !important;
    color: #d5d5d5;
    font-weight: 700;
    letter-spacing: 0;
}
.sub_content_row .pd_title{font-size: 50px; font-weight: 500;  letter-spacing: -2px; padding:50px 0 40px !important;}
.sub_content_row .pd_title.line{padding:70px 0 60px !important; font-size: 55px;}
.sub_content_row .font_pointtxt.line{font-size: 38px; padding: 60px 0px 40px !important;}
.sub_content_row .pd_sub_title.line{font-size: 22px; line-height: 31px;}


.sub_content_row .font_pointtxt {
    font-size: 32px;
    padding: 18px 0px !important;
    font-family: 'MaruBuri' !important;
    font-weight: 400;
    letter-spacing: -2px;
    line-height: 1.4;
}
.sub_content_row .pd_sub_title{font-size: 18px;  line-height:30px;  font-weight:300;}
.sub_content_row .name_txt{font-size: 50px;  color: #fff;  padding: 90px 0 40px !important;  text-align: center; font-weight: 300;}
.sub_content_row .circle_box_txt{text-align: center;  font-size: 19px;  color: #fff;   background-color: #e66614;   border-radius: 30px;  padding: 10px 0 !important;}
.sub_content_row .pd_sub_title_row{font-size: 19px;  line-height: 30px;  padding: 40px 0 80px !important;  font-weight: 300;   text-align: center;  color: #fff;}
.sub_about_box1 .box_font_sub{font-size: 26px;  color: #fff;  font-family: 'NotoSansKR' !important;  letter-spacing: -2px;}
.sub_about_box1 .box_font_en{font-size: 61px;  font-weight: 600;   letter-spacing: 0;   color: #fff;  padding: 45px 0 0 !important;}
.sub_about_box2 .sub_box_maintxt{font-size: 36px;  font-weight: 500;  margin: 30px 0 60px !important; text-align: center;}
.sub_about_box2 .sub_box_subtxt{font-size: 17px; line-height: 26px; text-align: center;}
.sub_small_maintxt{font-size: 21px;  opacity: 0.7;  color: #575757; letter-spacing: 10px;}
.sub_maintxt{font-size: 44px; font-weight: 500; padding: 25px 0 !important;}
.sub_subtxt{font-size: 22px; font-weight: 400;}
.point_txt_c{color:#e66614;}
.circle_num{font-size: 35px;  color: #fff;  font-weight: 600;}
.circle_subtxt{font-size: 22px;  color: #fff; line-height: 29px;}
.sub_ban_maintxt{font-size: 52px; line-height: 85px;  font-weight: 500;  text-decoration: underline 1px;  text-underline-position: under;  margin-bottom: 10px !important;}
.sub_ban_subtxt{font-size: 20px;  font-weight: 500;  line-height: 32px;  margin-top: 40px;}
.sub_ban_maintxt.no_st{text-decoration: none;  margin-top: 15px; line-height: 78px; font-weight: 300;}
.sub_ban_maintxt.no_st_01{text-decoration: none;  margin-top: 20px; line-height: 78px; font-weight: 300;}
.sub_ban_maintxt.nst{text-decoration: none; line-height:70px;}
.row_maintxt{text-align: center;  font-size: 24px;  font-weight: 600; margin-top: 40px;}
.row_subtxt{font-size: 16px;  text-align: center;  line-height: 24px;  margin-top: 15px; font-weight: 400;}
.circle_txt{font-size: 20px;  display: inline-block;  color: #fff;  background-color: #0d334a;  font-weight: 300;  border-radius: 50px;  padding: 10px 50px !important;}
.main_txt_sub{font-size: 44px; font-weight:600; margin-bottom: 30px;}
.sub_txt_sub{font-size: 20px; font-weight:300; }
.sub_pointtxt{background-color: #dc7aae;  color: #fff;  padding: 2px 5px;  font-weight: 400;}
.title_line .divider-border{background-color:rgb(181 181 181);}

/* .sub_title .nectar-highlighted-text{font-size: 18px; margin-top: 32px;  padding: 0 6% 0 0%;  line-height: 29px;  font-weight: 300;  letter-spacing: -0.7px;} */
.sub_title .nectar-highlighted-text .animated{padding: 11px 0px 7px !important; font-weight: 400;}



/*sub_연세여우치과소개*/
.sub_row_bg{height:737px;}
.sub_row_bg .vc_column-inner{padding: 0 60px 0 40px !important;}
.sub_row_bg_high{height:1125px;}
.sub_about_box_txtwrap{padding:0 0 150px 120px !important;}
/*.sub_about_box1{height:911px;}*/
.sub_about_box2 > .vc_column-inner{padding: 60px 175px 70px !important;}
.sub_about_box2 .circle_box_txt_short{font-size: 16px;color: #fff; font-weight:500; background-color: #e66614;display: inline-block;  padding: 8px 20px !important;
    border-radius: 50px; }
.sub_about_box2 .nectar-flickity.nectar-carousel.nectar-carousel:not(.masonry) .flickity-viewport{margin: 0;}
.sub_about_box2 .nectar-flickity[data-controls*="arrows_overlaid"] .flickity-prev-next-button.previous{left: -110px; top: 53%;}
.sub_about_box2 .nectar-flickity[data-controls*="arrows_overlaid"] .flickity-prev-next-button.next{right: -110px; top: 53%;}


.sub_doctor_p_row h2{font-size: 48px;  line-height: 60px;  font-weight: 400;}
.sub_doctor_p_row .nectar-carousel-flickity-fixed-content .nectar-carousel-fixed-content p{font-size: 19px;  line-height: 29px;  margin-top: 21px;}
.sub_doctor_p_row .nectar-button span{    font-size: 16px;}
.sub_doctor_p_row h3{font-size: 30px; font-weight: 500;}

/*하단공통*/
.bottom_wrap{height:665px;}
.bottom_wrap .bottom_maintxt{font-size: 50px;  line-height: 66px;  color: #fff;  font-weight: 600;   padding: 200px 0 25px !important;}
.bottom_wrap .bottom_subtxt{font-size: 20px;  color: #fff;  font-weight: 300;}
.bottom_wrap .bottom_btn{font-size: 22px;  color: #fff;  font-weight: 600;  display: inline-block;  border: 2px solid #fff;  border-radius: 50px;  padding: 15px 55px !important;margin-top: 50px;}
.bottom_wrap .bottom_btn a{color:#fff;}

/*의료진소개*/
.about_txt .main-txt{font-size: 40px}
.sub_about_row-01 h4{font-size: 63px;  text-transform: uppercase; font-family: 'Montserrat', sans-serif !important; font-weight: 600; margin-left: 10px;color: #e66614; letter-spacing: -1px;} 
.sub_about_row-01 h2{font-size:45px; font-weight: 400; color: #f1f1f1;}
.sub_about_row-01 h3{font-size: 45px; font-weight: 500;  margin-top: -20px;}
.sub_about_row-01 p{font-size: 19px; line-height: 27px; margin-top: 30px;}
.nectar-scrolling-text-inner h1{font-family: 'Playfair Display',serif !important; opacity: .3 !important; font-size: 130px !important;}
.mt_row{margin-top: -40px;}
.profile_list{position: relative;}
.profile_list::before{content: '·'; display: block; position: absolute; top:0; left:0; color:#0c0c0c;     font-size: 35px;}


/*첨단장비*/
.sub_equipment_wrap{height:860px;}
.sub_equipment_wrap .main-txt{font-size: 68px; margin-top: 150px;  line-height:75px; font-weight: 300;}
.sub_equipment_wrap .sub-txt-top{font-size: 21px;  line-height: 32px;  margin-top: 40px;}
.sub_equipment_wrap .sub-txt-bottom{font-size: 19px;  line-height: 28px;  margin-top: 40px; font-weight: 500; }
.sub_equipment_wrap .point_txt{color: #ffa447; font-weight: 600;}
.sub_equipment_ciclre_wrap{width: 60%;  display: inline-block;  left:46%; margin-top: 70px;}
.equipment_rowtxt p{font-size: 16px;  line-height: 26px; color: #85817e;}
.equipment_rowtxt{text-align: center; }
.equipment_rowtxt h2{font-size: 22px; font-weight: 600;color: #e66614; padding-top: 20px;}




/*진료시간 및 오시는 길*/
.sub_time_wrap h3{font-size:35px;line-height: 54px;}
.sub_time_wrap p{font-size: 17px;  line-height: 25px;  margin-top:20px;}
.sub_time_wrap h2{font-size: 46px; letter-spacing: -2px;    font-weight: 400;}
.sub_timetable td{font-size: 20px !important;     padding:15px !important;}
.sub_timetable{margin-top:-25px;}
body:not(.woocommerce-cart) .main-content .sub_timetable table tr:first-child{padding:0 20px 20px !important;}
body:not(.woocommerce-cart) .main-content .sub_timetable td{border-color:#ececec00; border-bottom:1px solid #9a9a9a !important;}
body:not(.woocommerce-cart) .main-content .sub_timetable tr td:first-child{border-color:#ececec00}
body:not(.woocommerce-cart) .main-content .sub_timetable table{width:90%;border-top:none;}
.sub_ban_suggestion_subtxt-01{font-size:18px; margin-top:10px;}
.map_btn li:nth-child(1){border: 2px solid #07B775; margin-left:-40px;}
.map_btn li:nth-child(1) a{color:#07B775; display: block;}
.map_btn li:nth-child(1):hover{background-color:#07b775; display: block; cursor: pointer;}
.map_btn li:nth-child(1):hover a{color:#fff; display: block;}
.map_btn li:nth-child(2){border: 2px solid #f7c600;}
.map_btn li:nth-child(2) a{color:#a0904e;}
.map_btn li:nth-child(2):hover{background-color:#f7c600; display: block; cursor: pointer;}
.map_btn li:nth-child(2):hover a{color:#4a4a4a; display: block;}
.map_btn li a{font-size: 16px; color:#07B775; font-weight: 600;}
.map_btn li{margin-left: 10px; float: left; border: 2px solid #07B775;  padding: 10px 20px; border-radius: 30px;}
.map_btn{margin-top: -21px;}
.bus_color{padding:5px 10px; border-radius: 10px;font-size: 17px; margin-right: 10px;}
.bus_color.green{background-color:#50a232; color:#fff;}
.bus_color.navy{background-color:#0c43b7; color:#fff;}
.bus_color.red{background-color:#c91017; color:#fff;}
.bus_color.orange{background-color:#ca144b; color:#fff;}
.sub_ban_suggestion_subtxt.bus_st{font-size: 17px; line-height: 45px; font-weight: 400;}
.line_se.location .divider-wrap .divider-small-border{margin-top:-74px !important;}
.about_point{font-size: 46px;  padding: 4px; background:  #ffe3b8; font-weight: 800; letter-spacing: -1px;}



/*sub_지점안내*/
.sub_clinic_list p{padding: 5px 140px !important;  font-size: 18px;  background-color: #9e248a;  border-radius: 30px;  display: inline-block;color: #fff;
    margin-top: 20px;}

.branch_time.title p{position: relative; font-size: 18px; font-weight: 600;  margin-top: 12px;}
.branch_time.title p:before{content: '';  position: absolute;  display: block;  width: 10px;  height: 10px;  background-color: #f0c4c5;  top: 12px;  left:10px;  border-radius: 50px;}
.branch_time.subtxt ul>li{display: inline-block;  font-size: 17px; float: left;  padding: 10px 0px 0 10px;}
.branch_time.subtxt ul>li:first-child{padding:10px 0 0 60px;}
.sub_doctor_special.hong .vc_column-inner{padding: 160px 0 0 240px !important; height: 700px;}
.sub_ban_subtxt.ft{font-size: 25px;}
.sub_ban_subtxt.ft-st{font-weight: 300;}
.sub_doctor_special.hong h2 em.animated{font-size: 19px; padding: 16px 10px 12px !important;}
.sub_hong_btn.nectar-button.large{font-size: 16px;}
.sub_doctor_special.hong{height: 700px;}
.vc_col-sm-6.wi-row_t{width:24% !important;}




/*sub_학술활동*/
.sub_special_wrap .nectar-highlighted-text h3{font-size:25px; line-height: 42px;}
.sub_special_wrap .animated{padding: 15px 12px 11px !important; color: #fff !important;}
.sub_academic_txt01 p{font-size: 17px; margin-top: 10px;}
.academic_maintxt{font-size: 20px;}
.academic_list dd{font-size: 16px;  color: #1c1c1c;  letter-spacing: -1px;  line-height: 23px;  background: url(/wp-content/uploads/2025/02/list_icon.png) 0 8px no-repeat;
    padding: 0px 0px 15px 18px;  font-weight: 400;}
.academic_list .list_year{margin-bottom: 5px;  font-weight: 500;margin-right: 5px; }
.academic_subtxt{font-size: 17px;  margin-top: 20px;  line-height: 27px;}

/*sub_교정의특별함*/
.sub_special_circle .vc_column-inner{width:400px; height:400px; padding:140px 0 !important;}
.img_width{width:300px !important;}
.sub_doctor_special{height:900px;}
.sub_doctor_special .vc_column-inner{ padding:70px 0 0 0px !important;}
.history_wrap_left{float: left;  display: inline-block; width: 23%; margin-top: 40px;}
.history_wrap_left .history_ban_maintxt{font-size: 32px; font-weight: 500;}
.history_wrap_left .history_ban_btn{font-size: 18px; display: inline-block;  background-color: #e66614;  padding: 10px 30px !important;  color: #fff; border-radius: 50px;
    margin-top: 30px;}
.history_wrap_left .history_ban_btn a{color:#fff;}
.history_wrap_right{width: 77%; display: block;  float: right;  margin-top: 95px;}
.history_wrap_right ul>li{font-size: 18px; line-height: 34px; font-weight: 500;}
.history_wrap_right ul>li:nth-child(6){margin-bottom: 30px;}    
.sub_correction_damon{height:1050px;}
.sub_correction_damon .vc_column-inner{padding:90px 0 0 !important;}
.damon_subtxt p{position: relative; font-size:28px; font-family: 'MaruBuri' !important; font-weight:500; text-decoration: underline 1px; text-underline-position: under;}
.sub_damon_circle_wrap{position: absolute !important;  top: 93%;  width: 80%;  display: inline-block;  left: 20%;}
.damon_row{margin-left: 110px;}
.sub_correction_invisalign{height:1030px;} 
.sub_correction_invisalign .vc_column-inner{padding:90px 0 0 !important;}
.sub_invisalign_circle_wrap .vc_col-sm-4{width:20% !important;}
.sub_invisalign_circle_wrap{margin-top: -40px;}
.sub_doctor_wrap h5{font-size: 22px; letter-spacing: -1px;  text-align: center;  font-weight: 500;     margin-top: 50px;}
.sub_doctor_wrap h3{font-size: 40px;  text-align: center;  margin-top:20px;}
.sub_doctor_wrap .team-meta p{background-color: #e66614;  color: #fff;  font-size: 20px;  text-align: center;  width: 50%;  border-radius: 50px;  padding: 10px !important; margin: 30px auto 0 !important;}
.sub_booktxt{font-size: 19px;  color: #fff;  text-align: center;  margin-top: -20px;  margin-left: -20px;}
.sub_booktxt.ml{margin-left: -160px;}
.sub_special_bookwrap .nectar-highlighted-text{font-size: 30px; line-height: 48px;}
.sub_special_bookwrap .animated{padding: 15px 12px 11px !important;}
.vc_col-sm-6.doctor_row_wrap{margin-left: -130px !important;}




/*세렉시스템*/
.cerec_wrap .main_txt{font-size: 30px; text-align: center;     line-height: 45px;}
.cerec_wrap .circle-maintxt{font-size: 25px; font-weight: 600;  margin-top: 20px;}
.cerec_wrap .circle-subtxt{font-size: 16px; margin-top: 3px;  color: #585858;}
.cerec_wrap .circle-timetxt{font-size: 28px;  font-weight: 700;  color: #d147b0;  margin-top: 8px;}
.cerec_wrap .nectar-highlighted-text{font-size: 23px; line-height: 45px;}
.cerec_wrap .nectar-highlighted-text .animated{font-size: 26px;  padding: 15px 10px 10px; color: #fff !important;}



/*submenu 하단메뉴*/
.sub_menu_sub{width: 100%;  background-color: #fff; }
.sub_menu_sub .menu{margin: 45px auto !important;  display: table;}
.sub_menu_sub .menu li{ text-align: center; float: left; position: relative; border: 1px solid #e8e8e8; border-right: none; border-top: 1px solid #e8e8e8;}
.sub_menu_sub .menu li:last-child{border-right:1px solid #e8e8e8;}
.material .sub_menu_sub .menu li a{
    font-size: 16px;
    padding: 10px 30px !important;
    color: #000 !important;
    display: inline-block;
}
.sub_menu_sub .menu li:hover{background-color:#e66614; cursor: pointer; display: block;}
.sub_menu_sub .menu li:hover a{color:#fff !important; opacity: inherit; display: block;}
.material .sub_menu_sub li.current_page_item a{
    color: #fff !important; 
    font-weight: 500; 
    letter-spacing: 0;
    padding: 10px 30px !important;
    display: inline-block;
}
.sub_menu_sub li.current_page_item{background-color:#e66614;}
.sub_menu_sub li:nth-child(1){border-radius: 50px 0 0 50px;}
.sub_menu_sub li:last-child{border-radius: 0 50px 50px 0;}

.sub_title h2 {
    font-size: 45px;
    margin-top: 15px;
    font-weight: 600;
    letter-spacing: -1.5px;
}
.sub_title p{
    font-size: 18px;
    line-height: 31px;
    padding: 0;
    font-weight: 400;
    letter-spacing: -1.26px;
    color: #241811;
}
.sub_title_pointtxt{background-color: #e66614; color: #fff;  padding: 4px 7px 5px !important;  font-weight: 300; line-height: 45px;}
.sub_header_headerimg .vc_col-sm-6:first-child .vc_column-inner{padding-left: 15% !important;  padding-bottom: 34px !important;}
.sub_title .vc_column-inner{text-align: left;}
.sub_title.row_h .vc_column-inner{padding-bottom: 21%;}
.sub_row_main.full-width-section .row-bg{background-size: 100%;}
.sub_section_title p.lang_en{font-size: 12px;  color: #999999;  letter-spacing: 0.6em; font-weight: 400; }
.sub_section_title p.lang_en.pink {  color: #999999; background: none !important;}

.lang_en{font-family: 'Montserrat', sans-serif !important;}
.sub_section_title h3{font-size: 40px;  margin-top: 15px;  letter-spacing: -2px; font-weight: 400;}
.sub_section_title.left h3{font-size: 37px;  line-height: 43px;}
.img_ban_subtxt{font-size: 21px; line-height: 35px; margin-top: 30px;}
.bg_height > div:last-child{margin:30px 0;  padding-bottom:0px;}
.img_box_maintxt {text-align: center;  font-size: 24px;    font-weight: 500;  color: #e66614;}
.img_box_subtxt{font-size: 17px;  line-height:36px;  padding-top: 10px !important;}
.img_box_subtxt.liheight{line-height: 31px; padding: 0px 40px 40px !important; text-align: center;}
.img_box_subtxt li{display: block;margin-left: 35px;}
.img_box_subtxt li:before{content: ''; position: absolute; display: inline-block; margin-top: 7px; width:24px; height:24px; background-image: url(/wp-content/uploads/2025/02/check_icon.png); background-repeat: no-repeat; left: 0;}
.border_st .divider-border{margin:20px auto 20px auto;}
.sub_section_title .sub_subtxt{font-size: 19px; line-height:28px;}

/*돌출입 tab*/
.info_label {
    position: relative;
    font-size: 24px;
    padding-left: 37px;
    line-height: 31px;
    margin-bottom: 20px;
    color: #000;
    font-weight: 500;
}
.sub-list .sub_section_txt{text-align:center; padding:30px 8%; background:#fff;}
.sub-list .sub_section_txt{padding:85px 8% 50px; margin-top:-50px;}
.sub_list_num{font-size:28px; font-weight:600; color:#1973c6;}
.light .sub_list_num{color:#0500cc;}
.sub-list_label{font-size:22px;}
.sub-list .sub_section_txt h4{margin-top:15px; color:#111;}
.sub-list .sub_section_txt h4 + p{margin-top:0; color:#111; margin-top:25px; padding-top:22px; border-top:1px solid #0500cc;}
.sub-list .col p.info_label:last-child{display:inline-block; font-size:21px; background:#f2f5f7; font-weight:400; padding:10px 15px 10px 38px; margin-top:26px;}
.sub-list .info_label:before{font-size:16px; width:21px; height:21px; line-height:21px; left:12px;}
.sub-tablist .wpb_content_element .tabbed .wpb_tabs_nav{margin-bottom:50px !important;}


.sub-tablist .tabbed .wpb_tabs_nav li a{font-size:21px; padding:22px 60px 20px; border:1px solid #eaeaea;color:#999999; background:#ffffff;}
.sub-tablist .tabbed .wpb_tabs_nav li:nth-child(2) a{border-right:none; border-left: none;}
.sub-tablist .tabbed .wpb_tabs_nav li:nth-child(3) a{border-radius: 0 0 30px 0;}
.sub-tablist .tabbed .wpb_tabs_nav li a.active-tab{background:#212f50 !important; color:#fff; font-weight:400;}
.sub-tablist .sub_section_txt h4{margin-top:15px;}
.sub-tablist .nectar-fancy-ul ul{margin-top:10px;}
.sub-tablist .nectar-fancy-ul ul + .info_label{margin-top:25px;}
.sub-tablist .nectar-fancy-ul[data-animation=true] ul li{padding-left:32px; font-size:20px; margin-bottom:8px; letter-spacing: -1px; font-weight: 300;}
.nectar-fancy-ul ul li{padding-left: 32px;  font-size:17px;  margin-bottom: 8px;  letter-spacing: -1px;  font-weight: 300;}
.sub-tablist .tabbed[data-style*=vertical] .wpb_tabs_nav{width: 25%;}
.sub-tablist.wi .tabbed[data-style*=vertical] .wpb_tabs_nav{width: 26%;}
.sub-tablist.wi .tabbed[data-style=vertical_modern]>div{width: 74%;}
.sub-tablist .tabbed[data-style=vertical_modern]>div{padding-left: 40px !important; width: 75%;}
.sub-tablist_extab .ui-tabs-panel{border-radius: 30px; box-shadow: 0 10px 25px rgb(0 0 0 / 13%);}
.sub-tablist_extab .tabbox_wrap{
    border-radius: 0 30px 30px 0; 
   /* box-shadow: 0 3px 26px rgb(43 43 43 / 8%) !important; */
    box-shadow: 15px 13px 20px rgba(255, 164, 71, 0.16) !important;
    margin-left: -17px !important;
    background: #fff;
}
.sub_circle_num.ft_st{font-weight: 500; font-size: 17px; width:33px; height: 33px; line-height: 34px; margin-right: 10px;}
/*.sub-tablist .vc_col-sm-5.tabimg_width{width: 33% !important;}*/
.sub_treatment_maintxt p{font-size:23px;  font-weight: 500;letter-spacing: -1px; padding: 0 0 25px !important;}
.hash_txt{font-size: 16px;  border-radius: 50px;  border: 1px solid #999999;  display: inline-block;  padding: 7px 15px !important;margin-right: 5px;}
.sub-tablist_wrap .sub_treatment_subtxt1{font-size: 18px;line-height:28px; letter-spacing: -1px; font-weight: 300;  padding:2% 3% 0% 1%;}
.sub-tablist_wrap .sub_treatment_subtxt1.row{padding:0 9% 0 0;}
.tabimg_width.border_r{border-radius: 30px 0 0 30px;}

.boximg_width{width:70% !important;}

.sub-tablist_wrap .sub_treatment_subtxt1.box{background-color: #e66614;  padding: 10px 0 !important; color: #fff;}



/*벌어진치아*/
.sub_correction_wrap .sub_correction_txt{ padding:5px 0;}
.sub_correction_wrap .sub_correction_txt p{font-size: 18px;}
.sub_correction_wrap .sub_correction_txt .lang_en{text-align:center; font-weight:600; top:10px; color:#d5d5d5;}
.sub_correction_wrap .sub_correction_txt .sub_jawjoint_num{font-size:30px; text-align: center; margin-bottom: 10px;}
.sub_correction_wrap .sub_correction_txt h4{text-align: center; font-size: 34px; letter-spacing: -1px;}
.sub_circle_num{margin-top: 0px;  width: 37px;  height: 37px;   display: inline-block;   line-height: 38px;   text-align: center;   font-weight: 600;  border-radius: 50%;
font-size:15px; background-color: #e66614; color:#fff;     margin-right: 10px;}
/*.sub_correction_wrap .pd_wrap{padding:20px;}*/
.pd_wrap .vc_column-inner{padding:40px 50px;}
.sub_correction_wrap .column-image-bg{background-repeat: no-repeat;}
.sub-tablist.wi h4{font-size:30px;}
.sub-tablist.wi .nectar-scrolling-tabs .scrolling-tab-content{padding-left: 2%;}
.sub-tablist.wi .ui-tabs-panel{margin-top: 40px; border-radius: 30px;}
.sub-tablist.wi .nectar-scrolling-tabs .scrolling-tab-mobile-title{margin-bottom: 0px;}
.sub-tablist.wi .sub_tab_htxt{
    padding:30px 50px; 
    box-shadow: 15px 13px 20px rgba(255, 164, 71, 0.16) !important;
    border-radius: 30px;
}
.sub-tablist.wi .vc_col-sm-3.row_half{width:29%;}
.sub-tablist.wi .vc_col-sm-9.row_half_st{width:71%;}
.sub_treatment_txt ul>li{font-size: 18px;line-height: 31px; font-weight: 300;}
.sub_treatment_txt ul>li::before{content: ''; display: inline-block;  width: 5px;   height: 5px;  background: #d272aa;  vertical-align: top; margin:13px 13px 0 7px;   border-radius: 50px;  }
.sub-tablist.wi .nectar-scrolling-tabs .scrolling-tab-nav .theiaStickySidebar:before{background-color: rgb(0 0 0 / 0%);}
.sub-tablist.wi  .nectar-scrolling-tabs .scrolling-tab-nav ul li{padding-left: 40px;}
.sub-tablist.wi  .nectar-scrolling-tabs[data-color-scheme="accent-color"] .scrolling-tab-nav .line{ background-color: #d272aa;}
.sub_bg_imgh{margin-top: 20px !important;}

.spacing_wrap dl>dd{font-size: 18px;line-height: 18px; font-weight: 300;}

.sub_tab_htxt.spacing_wrap dd{background:url(/wp-content/uploads/2022/10/sub_dot_img.jpg) 0 7px no-repeat}

/*주걱턱*/
.sub_correction_wrap_row .sub_correction_txt p{font-size: 18px;}
.sub_correction_wrap_row .sub_correction_txt{position: relative;  padding: 6px 0;}
.sub_correction_wrap_row .pd_wrap .vc_column-inner{padding:40px 50px;}

/*무턱*/
.point_num.st{ font-size: 32px; font-style: inherit; font-weight: 400;}
.img_box_subtxt.st{padding: 10px 50px 20px !important;}
.img_box_maintxt.st{font-size: 21px; color:#242424; font-weight: 500;  line-height: 30px;}
.sub_case_wrap{position: relative; display: inline-block;  width: 100%;  height: 0;  padding: 50% 0;    border-radius: 50%; background: #fff;}
.sub_case_wrap .wpb_wrapper p{font-size: 19px;  line-height: 24px;  color: #121212;  letter-spacing: -1px;  padding: 0 10% 0 10%;}
.sub_case_wrap .wpb_wrapper{position: absolute; top: 0; right: 0;bottom: 0;left: 0;display: -webkit-box; display: -moz-box;
 display: -ms-flexbox; display: -webkit-flex;display: flex;text-align: center;align-items: center; justify-content: center;-webkit-align-items: center;
-webkit-justify-content: center;-webkit-box-pack: center;-webkit-box-align: center;}
.sub_case_wrap .wpb_wrapper p>strong{display: block;  margin-bottom: 15px;  font-size: 20px;  font-weight:600;  letter-spacing: 0;  text-transform: uppercase;
    font-family: 'Montserrat', sans-serif !important;  color: #e66614;}
.sub_case_wrap.bgst{
    background: #ffd6b1;
}
.left_row_txt{font-size: 30px;  font-weight:500; padding-left: 95px;  text-align: left; letter-spacing: -1px;}
.right_row_txt{
    font-size: 17px;
    text-align: left;
    margin-left: 30px;
    line-height: 32px;
    font-weight: 400;
}
.right_row_box{
    width: 100px;
    text-align: center;
    background-color: #ffa447;
    color: #fff;
    font-weight: 500;
    border-radius: 5px;
    font-size: 19px;
    padding: 5px 25px;
    margin: 0 30px 15px 0 !important;
    display: inline-block;
}
.right_row_box.row-2{float: left;}
.row-2_box_txt{width: 100%;}
.vc_col-sm-3.circle_width{width:22%;}



/*개방교합*/
.sub_content_row-01 .nectar-fancy-box .point_num {
    letter-spacing: -1px;
    font-style: inherit;
    font-weight: 600;
    font-size: 18px;
    background: #ffa447;
    width: 28px;
    border-radius: 50%;
    line-height: 28px !important;
    color: #fff !important;
    height: 28px;
    margin: auto;
}
.sub_content_row-01 .box-inner-wrap {
    background-color: #fff;
    border-radius: 20px !important;
    padding: 60px 7% !important;
}
.sub_content_row-01 .nectar-fancy-box h3 {
    font-size: 24px;
    margin-top: 7px;
    line-height: 31px;
    letter-spacing: -1.2px;
    color: #000 !important;
    font-weight: 600;
}
.sub_content_row-01 .nectar-fancy-box p {
    font-size: 18px;
    line-height: 28px !important;
    margin-top: 20px;
    letter-spacing: -0.9px;
    font-weight: 400;
}
.sub_content_row-01 .nectar-fancy-box[data-style="color_box_hover"] .inner p {opacity: 1 !important;}

/*과개교합*/
.sub-symptom .symptom_box_title p {font-size: 22px;  background-color: #e66614;  color: #fff;  display: inline-block;  padding: 20px 30px !important; position: absolute;
    z-index: 2;}
.sub-symptom .nectar-flickity.nectar-carousel .flickity-slider .inner-wrap-outer{
    box-shadow: 15px 13px 20px rgba(255, 164, 71, 0.16) !important;
    background: #fff !important;
}
.sub-symptom .symptom_box_cont p{
    font-size: 18px; 
    text-align: center; 
    padding: 30px 23px 20px !important; 
    line-height: 25px;
    font-weight: 300;
}

.sub-symptom .symptom_box_title.co_st p{background-color: #d147b0;}

.sub_cure_wrap .main-title{font-size: 40px;  font-weight: 700;}
.sub_cure_wrap .sub-title{font-size: 21px;  font-weight: 400;     line-height: 36px;}
.sub_cure_wrap .pd_st .vc_column-inner{padding: 50px 110px 50px 80px !important;}
.txt_line{display: inline;  box-shadow: inset 0 -24px 0 #fdbfe07d;}

.sub_correction_wrap.pd .sub_correction_txt{padding:10px 0;}
.sub_correction_wrap.pd .pd_wrap .vc_column-inner{padding: 55px 50px;}
.sub_correction_wrap.pd .height_wrap .vc_column-inner{height:400px;}
.sub_correction_wrap.pd .pd_wrap{padding: 0;}
.sub-symptom .symptom_box_cont.pd_st p{padding:0 !important;}
.underline_txt p{
    font-size: 23px;
    text-align: center;
    background: #e66614;
    text-underline-position:under;
    display: table;
    margin: 0 auto;
    color: #fff;
    padding: 5px 10px !important;
}

.sub-tablist .tabbed .wpb_tabs_nav li:nth-child(2) a{border-right:1px solid #eaeaea;}
.sub_ban_wrap .vc_column-inner{height:500px; padding:100px 0;}
.sub_ban_title_sm{font-size:23px; color:#e66614;margin-bottom:10px;}
.sub_ban_title{font-size: 50px; font-weight: 300;  line-height: 62px;}
.sub_ban_con{margin-top: 40px;  font-size: 21px;line-height: 32px;}

.children_wrap .maintxt{font-size:16px; margin-bottom:5px;}
.children_wrap .subtxt{font-size:15px; margin-top: 10px;line-height: 23px;}
.children_wrap .children_tab th{background-color: #e1f3fd;font-size: 16px;font-weight: 500 !important;text-align: center !important;}
.children_wrap .children_tab td{font-size:15px  !important; text-align:center !important;}

.direct-implant .nectar-milestone{color: #e66614;}
.direct-implant .day_txt{font-size: 22px;  text-align: center;  margin-top: 20px;
    font-weight: 500;}
.direct-implant .con_txt{text-align: center;font-size: 16px;margin-top: 10px;
    line-height: 20px;}
.vc_col-sm-3.implant_w_st{width:21%;}
.direct-implant.color .nectar-milestone{color:#b1b1b1;}
.vc_col-sm-1\/5.implant_w_st{width:20%;}


/*턱관절*/
.sub-symptom .symptom_box_title.num p{font-size: 28px; padding: 20px !important;font-family: 'Montserrat', sans-serif !important; }
.sub-symptom .symptom_box_cont .main-t{font-size: 20px;  font-weight: 600;  margin-bottom: 10px !important;  display: inline-block;}

.sub_jawjoint_wrap .sub_section_txt-1{padding:0 10% 5%;}
.sub_jawjoint_wrap .sub_jawjoint_contxt p{font-size: 18px; line-height: 25px;  font-weight: 300;  text-align: center; padding: 0 25px 27px !important;}
.sub_jawjoint_wrap .col p.info_label.pt_st:last-child{font-size: 19px; width: 340px;}
.sub_jawjoint_treatment-method{padding:40px 0 !important; margin-top:40px;border-radius: 30px;}
.sub_jawjoint_treatment-method .title_txt{font-size: 32px;  letter-spacing: -2px; font-weight: 500; color: #ffa447;}
.sub_jawjoint_treatment-method .content_txt{letter-spacing: -1px; font-size: 20px;line-height: 30px;font-weight: 300;padding: 40px 130px 0 0;}
.sub_title{margin-top: 0 !important; margin-left: 0px;}
.sub_caution_list.shadow{box-shadow: 2px 9px 13px 0px #c6c6c6;}
.sub_caution_list h4{text-align:right; font-size:30px; line-height:1.8; letter-spacing: -0.06em;}
.sub_caution_list h4 span{border-bottom:2px solid #242424;}
.sub_caution_list li{position: relative; font-size:18px; padding:0 3% 0 65px; margin-top:13px; line-height:1.5; font-weight: 300;}
.sub_caution_list li:first-child{margin-top:10px;}
.sub_caution_list li:before{content:''; position: absolute; display:inline-block; top:5px; left:25px; width:24px; height:24px; background:url(/wp-content/uploads/2025/02/check_icon.png) no-repeat; background-size:cover;filter: hue-rotate(170deg);}
.sub_correction_wrap dl{padding:40px 70px;}
.sub_correction_wrap dd{font-size: 18px; color: #121212; line-height: 30px;  background: url(/wp-content/uploads/2022/11/sub_checkicon_01.png) 0 7px no-repeat;  padding: 0px 0px 6px 40px;  text-align: left;}

/*교정장치종류*/
.sub-symptom.correction-type .symptom_box_cont p{padding: 30px 23px 50px !important;}
.sub_correction-type_tab .tabbed[data-style=minimal] .wpb_tabs_nav>li a{font-size: 23px; margin-right: 30px;}
.sub_correction-type_tab .tabbed[data-style*="minimal"][data-color-scheme="accent-color"] > ul li a:after{background-color: #e66614; height: 3px;}
.sub_row_main.correction-type{line-height: 33px;}
.sub_treatment_maintxt01{font-size: 20px;}
.sub_tab_st01 .animated{font-size: 18px;  font-weight: 500;  color: #fff;}
.sub_tab_st01 .nectar-highlighted-text[data-exp=closest][data-style=full_text] em.animated{background-size: 100% 100%;}
.sub_tab_st01 .sub_treatment_maintxt p{font-size: 29px; padding: 0 0 10px !important;}
.sub_tab_box p{font-size: 24px; font-weight: 600; color: #fff; padding: 10px 0 !important;}

.sub_tab_box .img_box_subtxt li{margin-left: 0;}
.sub_tab_box .nectar-fancy-ul{padding: 10px 90px 30px 0;     background: none;}
.sub_tab_box .nectar-fancy-ul ul li{font-size: 18px;  margin-bottom: 15px;  letter-spacing: -1px; font-weight: 400; padding-left: 32px;}
.sub_tab_box .li_point_st{color: #e66614;  font-size: 19px;   font-weight: 500;}
.sub_tab_st01 .sub-tablist_wrap .sub_treatment_subtxt1{padding:2% 2% 0% 0;}
body:not(.woocommerce-cart) .main-content .sub_compare_table td{font-size: 15px; text-align: center; padding: 15px !important; vertical-align: middle; line-height: 22px;}
body:not(.woocommerce-cart) .main-content .sub_compare_table td.row_txt{font-size: 16px;  background-color: #fff8f2; font-weight: 500;}
body:not(.woocommerce-cart) .main-content .sub_compare_table img{width:90%;}
.insurance_stepbox-num{font-size:18px; font-family: 'Montserrat', sans-serif !important; text-align: center;  font-weight: 600;  letter-spacing: -1px;  background-color: #d272aa;  padding: 10px 0 !important; border-radius: 10px 10px 0 0;  color: #fff;  display: block;  margin-top: -6px;}
.insurance_stepbox-title.st{text-align: center; font-size: 17px; padding:20px;  letter-spacing: -1px; line-height: 24px;}
/* .sub_jawjoint_treatment-method{ box-shadow: 1px 1px 9px 4px #f5f5f5;} */
.sub-symptom .symptom_box_title.num p{font-size: 22px;  padding: 15px 20px !important;}

body:not(.woocommerce-cart) .main-content .sub_compare_table img{width:80%;}

/*부분교정*/
.sub_tab_htxt dd{font-size: 17px;  color: #0a0a0a;  letter-spacing: -1px;  line-height: 27px;  background: url(/wp-content/uploads/2025/02/sub_dot_img.jpg) 0 12px no-repeat;  padding: 0px 0px 15px 20px;  font-weight: 400;}
body:not(.woocommerce-cart) .invisible_table_w table{width:90% !important; margin:0 auto !important;}

/*뼈이식임플란트*/
.sub_menu.menu_eight{width:75%;}
.sub_menu_wrap.eight li{margin: 0 20px;}
.sub_menu.menu_eight .menu li:before{right: -20px;}
.header_maintxt.implant{font-family: 'MaruBuri' !important; font-weight: 400;}
.implant_bg_row01 .vc_column-inner{min-height: 913px;}
.sub_section_title p.lang_en.spacing{letter-spacing: 0.7em; padding-top: 200px;}
.sub_ban_subtxt.st{margin-top: 15px; opacity: 0.8; line-height: 26px;}
.sub_ban_maintxt.no_st.margin{margin-top: 20px;}
.sub_ban_maintxt.no_st.marginst{font-size:44px; line-height: 48px; font-weight: 500;}
.ban_txt .name_title{font-size: 22px;  position: absolute;  top: 30%;  left: 18%;text-align: right; } 
.name_title_point{font-size: 26px; font-weight: 600; line-height: 34px;}
.ban_txt .name_title::after{content: ''; display: block; background-color:#ffa447; position: absolute; width:3px; height:59px; right: -10%; top: 0;}
.ban_txt .name_title.right{ position: absolute;  top: 17%;  left:70%;text-align: left; } 
.ban_txt .name_title.right::after{content: ''; display: block; background-color:#ffa447; position: absolute; width:3px; height:59px; left: -10%; top: 0;}
/* .img_ml_st01{margin-left: 193px !important;} */
/* .img_ml_st02{margin-left: 15px !important;} */
.circle_subtxt.st{font-size: 20px; line-height: 26px;}
.sub_special_circle.st .vc_column-inner{width:360px;height:360px; padding:90px 66px !important;}
.vc_col-sm-4.sub_special_circle.st{width: 30%;}
.circle_mtst{margin-top: -195px;}
.line_se .divider-wrap .divider-small-border{  margin-top: -45px !important; background-color: #b8e9ff;}
.sub_ban_suggestion_txt{font-size: 32px;  line-height:46px;  font-weight: 400;  margin-top: 10px;}
.sub_ban_suggestion_subtxt{font-size: 17px;}
.sub_ban_suggest_box{margin-top: 20px;}
.sub_ban_suggest_box .vc_column-inner {
    padding: 28px 30px;
}
.sub_ban_suggest_title {
    font-size: 21px;
    color: #e66614;
    font-weight: 600;
    letter-spacing: -0.63px;
}
.sub_ban_suggest_subtxt {
    font-size: 17px;
    line-height: 24px;
    margin-top: 10px;
    color: #040404;
    letter-spacing: -0.85px;
    font-weight: 300;
}
.sub-tablist.row .tabbed .wpb_tabs_nav li {
    width: 25%;
    text-align: center;
}
.sub-tablist.row .tabbed .wpb_tabs_nav li a{
    font-size: 18px; padding: 13px 45px 14px;  border: none;  border-radius: 30px 30px 0 0;  color: #fff;
    background: #6d6e6f;
}
.sub-tablist.row .wpb_content_element .tabbed .wpb_tabs_nav{margin-bottom:0px !important;}
.sub-tablist.row .tabbed .wpb_tabs_nav li a.active-tab{background: #e66614 !important;}
.sub-tablist.row .sub_section_txt h4 + p {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -1.2px;
    line-height: 31px;
    padding: 16px 0 28px !important;
}
.sub-tablist.row .sub_section_txt.sm_txt h4 + p {
    font-size: 20px;
}
.sub_tablist_pointxt {
    color: #e66614;
    font-weight: 600;
}
.info_label:before{content:'?'; position: absolute; display:inline-block; font-size:16px; width:26px; height:26px; border-radius:100%; line-height: 26px; background:#e66614; text-align:center; color:#fff; font-weight:300; left:0;}
.sub-tablist.row .nectar-fancy-ul ul li {
    font-weight: 400;
    margin-bottom: 11px;
    line-height: 25px;
    font-size: 18px;
    color: #000;
    letter-spacing: -0.9px;
}
.sub-tablist.row .tab_pd{padding: 0px 140px 100px 60px !important;}
.sub-tablist.row .sub_section_txt h4 {
    font-size: 28px;
    color: #000;
    font-weight: 600;
    line-height: 31px;
    letter-spacing: -1.6px;
    margin: 0;
}
.sub-tablist.row .tab_imgpd img{margin: 90px 100px 100px 90px !important;}
.sub-tablist.row .nectar-fancy-ul {
    padding: 40px 30px;
    background: #f7f6f5;
    border-radius: 12px;
}
.sub-tablist2 .ui-tabs-panel {padding: 0 !important;}

.sub_list_icon{text-align:center;}
.sub_list_icon .vc_col-sm-3 .vc_column-inner,.sub_list_icon .vc_col-sm-4 .vc_column-inner {border:1px solid #e7e7e7; padding:30px 10px;}
.sub_list_icon h4{font-size:21px; margin-top:22px; letter-spacing: -0.06em; line-height: 1.5;}
.sub_list_icon p{font-size:17px; margin-top:8px; letter-spacing: -0.06em; line-height: 1.5;}

.sub_wrap_pdst .vc_column-inner{padding:25px 20px 30px;}
.sub_box_shadow .vc_column-inner {
    box-shadow: 0px 0px 18px rgba(255, 164, 71, 0.16);
    padding: 60px 50px !important;
}

/*임플란트특별함*/
.sub_implant_special{height:913px;}
/* .sub_special_wrap_row2{height:913px;} */
.sub_special_wrap_row2 .sub_maintxt {
    line-height: 83px;
    padding-bottom: 30px !important;
    font-size: 70px;
    text-align: left;
}
.sub_special_wrap_row2 .sub_subtxt{line-height: 34px;text-align: left;}
.sub_special_wrap_row2 .history_wrap_left{float: none;}
.sub_special_wrap_row2 .history_wrap_left .history_ban_btn{padding: 12px 60px !important; margin-top: 50px;}

/*보험임플란트*/
.sub_insurance_wrap h2{font-size: 43px; margin-bottom: 25px !important; font-weight: 500; letter-spacing: -1px;}
.sub_insurance_wrap .circle_box_txt{font-size: 17px;  color: #fff;  border-radius: 30px;  text-align: left;  background-color: #e66614;  padding: 8px 20px !important;
    display: inline-block;}
.sub_insurance_wrap .con_txt{font-size: 17px;  margin-top: 30px;  font-weight: 400; }
.sub_insurance_wrap .con_subtxt{font-size: 17px;  margin-top: 30px;  line-height: 27px;}
.w_row .vc_col-sm-1\/5{width:14% !important;}
.sub_insurance_txt p{font-size: 17px; margin-top: 10px;}
.insurance_q .toggle h3 a{font-size: 18px;}
.insurance_q .toggle:hover h3 a{color:#e66614 !important;}
.insurance_q .toggle.open h3 a{color:#e66614 !important;}
.insurance_q .content p{font-size: 18px; line-height: 29px;}
div[data-style="minimal"] .toggle h3 a{
    padding: 20px 70px 20px 0 !important;
    font-weight: 500 !important;
    color: #242424;
}

/*재수술임플란트*/
.sub_content_row-01.st .box-inner-wrap{background: #fff1df;}
.sub_content_row-01.st .nectar-fancy-box h3::after{width: 100%; left: 0px;}
.sub_content_row-01.st .nectar-fancy-box p{margin-top: 15px;}
.sub_content_row-01.st .nectar-fancy-box .point_num{margin-top: 0px !important;}

/*치아성형 - 라미네이트*/

.sub_content_row-01.st_f .nectar-fancy-box p{font-size: 20px; line-height: 30px;}
.sub_content_row-01.st_f .nectar-fancy-box h3::after{width: 100%; left: 0;}
.sub_content_row-01.st_f .box-inner-wrap{box-shadow: 0 10px 25px rgb(0 0 0 / 13%);}
.sub_content_row-01.st_f .nectar-fancy-box h3{font-size: 26px;}


/*신경치료*/
.insurance_stepbox-num.st{padding:0 !important; background-color:transparent; border-radius: 0; color:#ffa447;font-size: 18px;}
.sub_content_row-01.st01 .nectar-fancy-box h3::after{width:240px; left:25px;}
.sub_content_row-01.st01 .nectar-fancy-box p{font-size: 20px;}
.box_circle_txt{font-size: 19px;  color: #fff;  line-height: 1;  background: #e66614;  padding: 10px 20px;  position: relative;
    top: -20px;  border-radius: 20px;  display: inline-block;}
.box_circle p{font-size: 18px;  line-height: 25px;}

.sub-tablist.row .tab_imgpd img{margin:40px 100px 50px 40px !important;}
/*치료이야기*/
#kboard-default-list .kboard-category .kboard-category-list li a{font-size: 16px !important;  font-weight: 600;}
#kboard-default-list .kboard-list thead tr td{font-weight: 500 !important;}
#kboard-default-list .kboard-list table td{font-size: 15px !important;}
#kboard-default-list .kboard-list tbody td.kboard-list-title a{font-size: 16px !important;}
.cosmosfarm-members-form label{font-size: 16px !important;}

/*치료후기*/
.sub_tab_testimonial .nectar_single_testimonial .title{font-size: 16px; color:#000 !important; font-weight: 400; line-height: 24px;}
.sub_tab_testimonial .open-quote{display: none;}
.sub_tab_testimonial .span_12 .nectar_single_testimonial .inner[data-custom-color=true] .title{opacity: .9;}
.sub_tab_testimonial .wrap{border: 1px solid #dedede; padding: 20px;}
.sub_tab_testimonial .nectar_single_testimonial span{font-size: 16px; line-height: 35px; font-weight: 500;}
.sub_tab_testimonial .meta-author{display: none;}
.sub_tab_testimonial .meta-category{display: none;}
.sub_tab_testimonial .excerpt{font-size: 16px; line-height: 24px;}
.sub_tab_testimonial .article-content-wrap{    border: 1px solid #dfdfdf;}
.sub_tab_testimonial .masonry-blog-item .article-content-wrap{padding: 16px 16px 18px;}
.sub_tab_testimonial .masonry.classic .post.masonry-blog-item h3.title{    font-size: 17px;}


#kboard-viewps-before-after-plus-editor .quicktags-toolbar{position: absolute;}

.ml_st{margin-left: -50px !important;}


.gum-whitening_wrap .maintxt{font-size:21px;font-weight: 500; line-height: 30px;}
.gum-whitening_wrap .subtxt{font-size: 17px;  margin-top: 10px;}

body:not(.woocommerce-cart) .main-content table tr:nth-child(2n+1){background-color:#fcfcfc00 !important;}

/*비포애프터*/
.twentytwenty-wrapper{padding: 0px !important;}
.twentytwenty-handle{width:35px !important; height:35px !important; margin-left: -17px !important;}
.twentytwenty-horizontal .twentytwenty-handle:before{width: 4px !important; margin-left: -1px !important; margin-bottom: 16px !important; display: none !important;}
.twentytwenty-horizontal .twentytwenty-handle:after{width: 4px !important; margin-left: -1px !important; margin-top: 16px !important; display: none !important;}


/*---------------------------------------------

      			 Quick Menu

-----------------------------------------------*/
.quick_banner {
    position: fixed;
    top: 180px;
    left: 60px;
    z-index: 999999;
}
.banner_list.two {
    margin-top: 10px;
    margin-bottom: 6px;
}
.quick_menu{
    position:fixed; 
    top:37%; 
    right:0;  
    z-index:99999;
    background-color: #fff;
    padding: 24px 18px 36px;
    border-radius: 44px 0 0 44px;
    box-shadow: 0 0 10px rgba(36,24,17,0.18);
}
.quick_menu ul li {
    margin-bottom: 18px;
}
.quick_menu ul li:last-child {
    margin-bottom: 0;
}
.quick_menu ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #241811;
    letter-spacing: -0.65px;
    gap: 4px;
}
.quick_menu ul li a:hover {
    color: #e66614;
}


/* 모바일 */
.quick_menu_mo {display:none; z-index:99999;}
.quick_menu_mo ul{position:fixed; bottom:0; left:0; width:100%;}
.quick_menu_mo li{width:33.33%; float:left; font-size:14px; text-align:center; padding:5px 0; background:#7a7a7a; }
.quick_menu_mo li:first-child {background:#231815;}
.quick_menu_mo li:nth-child(2) {background:#e293bd;}
.quick_menu_mo li:last-child {background:#9e248a; border-right:0;}
.quick_menu_mo li:first-child:hover {background:#231815;}
.quick_menu_mo li:nth-child(2):hover {background:#e293bd;}

.quick_menu_mo li:last-child:hover{background:#9e248a;}
.quick_menu_mo li a{display:inline-block; width:100%; height:100%; color:#fff;}

/* 연세여우치과 홍대점 */
.d_n { display: none !important; }
.v_h { visibility: hidden !important; }
.nectar-flickity > .container { padding: 0; }
.main_notice_tab .wpb_tabs_nav .tab-item { visibility: hidden; }
/* 진료시간 및 오시는길 */
.page-id-1149 .wpb_tabs_nav { display: none; }
/* 투명교정장치 */
.page-id-1257 .carousel-dynamic-wrapper { overflow: visible; }
/* 상악동 거상술 */
.page-id-1661 .carousel-dynamic-wrapper { overflow: visible; }
/* 재수술 임플란트 */
.page-id-1667 .carousel-dynamic-wrapper { overflow: visible; }
/* 울세라믹 */
.page-id-1803 .carousel-dynamic-wrapper { overflow: visible; }
/* 신경치료 */
.page-id-1878 .carousel-dynamic-wrapper { overflow: visible; }
/* 잇몸치료 */
.page-id-1880 .carousel-dynamic-wrapper { overflow: visible; }
/* 사랑니 발치 */
.page-id-1884 .carousel-dynamic-wrapper { overflow: visible; }
/* 치료후기 */
.page-id-2020 .wpb_tabs_nav { display: none; }

/* Quick Menu */
#quick_menu { margin: 0; position: fixed; top: 40%; right: 30px; z-index: 9999; display: flex; flex-direction: column; row-gap: 12px; }
#quick_menu li { list-style: none; }
#quick_menu li a { display: flex; align-items: center; position: relative; }
#quick_menu li a img { box-shadow: 1px 1px 1px rgb(0 0 0 / 25%); border-radius: 50%; }
#quick_menu li span { display: block; width: 110px; text-align: center; line-height: 1 !important; padding: 15px 0 !important; border-radius: 24px; font-size: 17px; font-weight: 500; transition: all 300ms ease; position: absolute; right: 64px; background-color: #000000; color: #ffffff; letter-spacing: -0.5px; }


@media screen and (max-width:999px){
    #quick_menu li a img{max-width:60%;}
    #quick_menu{top:70%; right:0; row-gap: 11px;}
    #quick_menu li span{width:77px; font-size: 13px; right:57px;}
}

/* Main */
.main_slider_row .nectar-rotating-words-title { width: fit-content; margin: auto; position: absolute; z-index: 9999; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 40%;  padding: 30px;}
.main_slider_row .nectar-rotating-words-title .heading { margin-bottom: 0; }
.main_slider_row .nectar-rotating-words-title .heading .beginning-text, .main_slider_row .nectar-rotating-words-title .heading .ending-text { display: block; }
.main_slider_row .nectar-rotating-words-title .heading .beginning-text { font-size: 40px; letter-spacing: -1px; font-weight: 500; margin-bottom: 8px; text-shadow: 2px 2px 2px #4d4d4d;}
.main_slider_row .nectar-rotating-words-title .heading .dynamic-words span { font-size:85px; letter-spacing: -3px; font-weight: 500; line-height: 1.5; text-shadow: 2px 2px 2px #434343;}
.main_slider_row .nectar-rotating-words-title .heading .ending-text { font-size: 31px; letter-spacing: -1px; font-weight: 500; margin-top: 16px; line-height: 42px;  text-shadow: 2px 2px 5px #434343;}
.main_treatment_row::after { background-image: url('/wp-content/uploads/2025/02/treatment_background.png'); background-size: cover; width: 1678px; height: 330px; position: absolute; bottom: 5px; left: -90px; }
.main_treatment_row .nectar-carousel-fixed-content { width: 35% !important; margin-left: -90px; top: 0 !important; transform: translateX(0) !important; padding-right: 0 !important; }
.main_treatment_row .nectar-carousel-fixed-content h2::before { content: ''; background: url('/wp-content/uploads/2025/02/treatment_title.png') center/cover no-repeat; width: 22px; height: 272px; position: absolute; top: 12px; left: -72px; }
.main_treatment_row .nectar-carousel-fixed-content h2 { font-size: 36px; font-weight: 500; line-height: 1.5; margin-bottom: 16px !important; }
.main_treatment_row .nectar-carousel-fixed-content p { font-size: 18px; line-height: 1.75; }
body .main_treatment_row .nectar-carousel-fixed-content a.nectar-button { border-radius: 4px !important; border: 1px solid #a2a2a2; margin: 0; background-color: transparent !important; padding: 12px 16px !important; }
.main_treatment_row .nectar-carousel-fixed-content a span { color: #222222; font-size: 16px; font-weight: 500; transform: initial !important; }
.main_treatment_row .nectar-carousel-fixed-content a i { display: none; }
.main_treatment_row .nectar-flickity { margin-left: 34.5% !important; }
.main_treatment_row .nectar-flickity .flickity-slider .cell { padding: 0 !important; }
.main_treatment_row .nectar-flickity .wpb_text_column .wpb_wrapper { padding: 32px; background-color: #1948bc; }
.main_treatment_row .nectar-flickity .wpb_text_column h6 { color: #ffffff; font-size: 28px; font-weight: 400; line-height: 1; margin-bottom: 16px; }
.main_treatment_row .nectar-flickity .wpb_text_column p { color: #ffffff; font-size: 16px; line-height: 1.5; }
.main_treatment_row .nectar-flickity .flickity-page-dots { bottom: -60px !important; }
.main_treatment_row .inner_row { position: absolute; top: 300px; left: -90px; }
.main_treatment_row .inner_row .vc_column-inner > .wpb_wrapper { display: flex; column-gap: 16px; }
.main_treatment_row .inner_row .nectar-cta .link_text { padding: 0; font-size: 16px; padding: 16px 32px; line-height: 1; border: 1px solid #a2a2a2; border-radius: 4px; font-weight: 500; }
.main_treatment_row .inner_row .nectar-cta .link_text::after { display: none; }
.main_treatment_row .inner_row .nectar-cta .link_text .arrow { display: none; }
.main_doctor_txtwrap .main_doctor_title p { font-family: "Montserrat", serif !important; font-size: 144px; color: #f2f2f2; font-weight: bold; line-height: 1; position: absolute; top: -16px; left: -352px; }
.main_doctor_txtwrap .main-txt { font-size: 40px; text-align: right; margin-right: -80px; font-weight: 300; line-height: 1.5; position: relative; padding-bottom: 80px !important; }
.main_doctor_txtwrap .main-txt::after { content: ''; background: url('/wp-content/uploads/2025/02/main_doctor_logo.png') center/cover no-repeat; width: 206px; height: 322px; display: block; position: absolute; top: -140px; right: -120px; }
.main_doctor_txtwrap .main-txt span { display: block; font-weight: 600; }
.main_doctor_wrap .team-member { margin: 0; padding: 0; }
.main_doctor_wrap .team-member .team-member-image { margin-bottom: 24px !important; }
.main_doctor_wrap .team-member h5 { display: none; }
.main_doctor_wrap .team-member h3 { font-size: 28px; line-height: 1.5; font-weight: 400; text-align: center; margin: 0 !important; }
.main_doctor_wrap .team-member .nectar-cta { display: none; }
.main_banslide_maintxt p { font-family: "Marcellus", serif !important; font-size: 56px; line-height: 1.25; color: #ffffff; letter-spacing: 1px; text-align: center; margin-bottom: 24px !important; }
.main_banslide_subtxt h3 { font-size: 22px; line-height: 1.5; color: #ffffff !important; text-align: center; font-weight: 400; margin-bottom: 24px !important; }
.main_banslide_subtxt p { font-size: 16px; line-height: 1.5; color: #ffffff; text-align: center; letter-spacing: 0.25px !important; }
.main_bg_mo .nectar-flickity .flickity-page-dots { text-align: center !important; }
.main_location_row .wpb_text_column { display: flex; justify-content: center; padding-left: 160px; }
.main_location_row .wpb_text_column .wpb_wrapper { width: 425px; }
.main_location_row .wpb_text_column h2 { font-family: "Marcellus", serif !important; font-size: 44px; font-weight: 400; margin-bottom: 0; }
.main_location_row .wpb_text_column h2 + p { font-size: 18px; margin: 48px 0 24px; color: #888888; line-height: 1; }
.main_location_row .wpb_text_column .address + p { line-height: 1; }
.main_location_row .wpb_text_column .telephone { font-size: 32px; font-weight: 500; text-decoration: underline; text-underline-offset: 10px; text-decoration-thickness: 1px; color: #222222; display: inline-block; line-height: 1; }
.main_location_row .wpb_text_column ul { width: 325px; }
.main_location_row .wpb_text_column ul li { margin-top: 24px !important; }
.main_location_row .wpb_text_column ul li:first-child { font-size: 24px; font-weight: 500; margin-top: 48px !important; line-height: 1; }
.main_location_row .wpb_text_column ul li:last-child { font-size: 16px; font-weight: 400; color: #818181; background-color: #f9f9f9; text-align: center; border-radius: 4px; padding: 14px 0 !important; margin-top: 24px !important; }
.main_location_row .wpb_text_column ul li.day { font-size: 18px; font-weight: 400; color: #424242; line-height: 1; display: flex; align-items: center; justify-content: space-between; position: relative; }
.main_location_row .wpb_text_column ul li.day:nth-child(4)::after { content: '* 교정진료는 PM 03:00까지 진료합니다.'; font-size: 14px; position: absolute; right: -40px; bottom: -16px; }
.main_location_row .wpb_text_column ul li.day b { font-weight: 400; color: #ffffff; background-color: #222222; border-radius: 16px; display: inline-block; width: 140px; text-align: center; padding: 7px 0; line-height: 1; }
.main_location_row .wpb_text_column ul li.day b span { font-weight: 300; line-height: 1; }

/* Footer */
#footer-outer[data-full-width="1"] .container {
    padding: 0 80px !important;
}
body.material #footer-outer .row {
    padding: 80px 0 100px !important;
}
.footer_wrap {
    display: flex;
}
.footer_wrap .first img {
    width: auto !important;
}
.footer_wrap .second {
    flex-grow: 1;
    text-align: initial;
    padding-left: 88px;
}
.footer_wrap .footer_txt {
    color: #fff;
    font-size: 17px;
    line-height: 32px;
    letter-spacing: -0.85px;
}
.footer_wrap .btw_space {
    padding: 0 6px;
}
.footer_wrap .copyright,
.footer_wrap .footer_menu a {
    color: #828282 !important;
    font-size: 16px;
    line-height: 31px;
    letter-spacing: -0.8px;
}
.footer_wrap .copyright,
.footer_wrap .footer_menu a {
    color: #828282 !important;
    font-size: 16px;
    line-height: 31px;
    letter-spacing: -0.8px;
}
.footer_wrap .footer_menu {
    padding-top: 24px;
}
.footer_wrap .footer_menu a {
    padding-right: 8px;
}
.footer_wrap .third {
    display: flex;
    gap: 32px;
    padding-right: 30px;
    position: absolute;
    right: 0;
}
.footer_br {
    display: none;
}

/* Sub */
.nectar-highlighted-text[data-color="#6e53e0"][data-color-gradient="#ffa447"]:not([data-style="text_outline"]) em, .nectar-highlighted-text[data-color="#6e53e0"][data-color-gradient="#9b2d8d"]:not([data-style="text_outline"]) em, .nectar-highlighted-text[data-color="#c04795"]:not([data-style="text_outline"]) em { background-image: linear-gradient(to right,#e66614 0,#6e53e0 100%) !important; }
.nectar-highlighted-text[data-color="#e293bd"]:not([data-style="text_outline"]) em { background-image: linear-gradient(to right,#b8e9ff 0,#b8e9ff 100%) !important; }
.nectar-highlighted-text[data-color="#dc7aae"]:not([data-style="text_outline"]) em { background-image: linear-gradient(to right,#528eff 0,#528eff 100%) !important; }
body.page-id-1141.material .nectar-button, body.page-id-1147.material .nectar-button { border-radius: 0 24px 0 24px !important; }
.dtd { position: absolute; width: 100%; left: 50%; }
.dtd .history_wrap_right ul>li:nth-child(6) { margin-bottom: 0; }
.sub_ban_suggestion_subtxt.ft-st{font-size: 20px;}
.sub_ban_suggest_subtxt.st01{font-size: 18px; line-height: 28px;}
.sub_ban_suggest.pointban{margin: 20px 0; font-size: 18px;  background-color: #e66614;  color: #fff;  padding: 6px 0px 9px !important;  text-align: center;}
.sub_content_row-01.row .box-inner-wrap{ padding: 0 0 7px !important;} 


/* Global Section */
.global_section_location .telephone { display: block; font-size: 24px; margin-bottom: 16px; font-weight: 500; }
.global_section_location .address { font-size: 20px; margin-bottom: 16px; }
.global_section_location ul { display: flex; flex-direction: column; }
.global_section_location ul li { line-height: 1; margin: 0 0 12px 0 !important; }
.global_section_location ul li:first-child { font-size: 20px; font-weight: 500; margin-bottom: 16px !important; color: #e66614; }
.global_section_location ul li.day { font-size: 16px; }
.global_section_location ul li.sat { position: relative; margin-bottom: 32px !important; }
.global_section_location ul li.sat::after { content: '* 교정진료는 PM 03:00까지 진료합니다.'; font-size: 14px; position: absolute; left: 100px; bottom: -24px; }
.global_section_location ul li.day:nth-child(5) { margin-bottom: 0 !important; }
.global_section_location ul li.day b { display: inline-block; width: 100px; font-weight: 500; }
.global_section_location ul li:last-child { font-size: 16px; line-height: 1.5; margin: 16px 0 0 !important; color: #444444; }
.bottom_cont .map_btn ul { display: flex; flex-direction: column; align-items: center; row-gap: 12px; position: absolute; bottom: 50px; right: 75px; }
.bottom_cont .map_btn ul li { margin: 0; }
.sub_row_bg.nopd { height: 720px; }
.sub_row_bg.nopd .nopd .vc_column-inner { padding: 0 !important; }
.sub_row_bg_high.zz { height: 1071px; }



.nectar-flickity.nectar-carousel.nectar-carousel:not(.masonry) .flickity-viewport{margin:100px 0 90px 0;}
.doctors-wrap .vc_col-sm-3.wpb_column{width:27% !important;}
.main_doctor_txtwrap.staff .main-txt::after{display:none;}
.main_doctor_txtwrap.staff{position:absolute;text-align:left; bottom:13%; left:92%; width:24%; border-radius: 30px;background-color: #145ba7; padding:30px 0;}
.main_doctor_txtwrap.staff .main-txt{font-size:25px; font-weight:500;text-align: center; padding-bottom: 20px !important;width:100%;display: block; color:#fff; display: block;}
.main_doctor_txtwrap.staff .sub-txt{font-size: 19px;line-height: 33px;}
.main_doctor_txtwrap.staff .sub-txt li{margin-bottom: 6px; color:#fffffffa;width: 100%; text-align: left;padding:0 50px; }
.main_doctor_txtwrap.staff .sub-txt li:hover{color:#e1f3fd;}
.resolution-maintxt h1{font-size: 47px !important;font-weight: 500; line-height:60px !important;margin-bottom: 16px !important;}
.resolution-maintxt h2{font-size: 19px; line-height: 28px;  font-weight: 400;  margin: 24px 0;}
.resolution-maintxt p{font-size: 17px;color: #0d69fb; font-family: "Marcellus", serif !important; font-weight: 500; margin-bottom: 20px !important;}
.resolution-sub-maintxt h4{font-size:20px;}
.resolution-sub-subtxt p{font-size:16px; line-height:26px; margin-top:20px;}
.resolution-subcon p{font-size: 20px; color:#0d69fb;}
.resolution-subcon h1{font-size: 23px;font-weight: 500; line-height: 30px; margin: 10px 0;}
.resolution-subcon h2{font-size: 17px; line-height: 27px;  margin: 20px 0; font-weight: 400;}


.main_banner_wrap{height:650px;}
.main_banner_wrap h1{font-size: 45px;  font-weight: 500;letter-spacing: -3px; }
.main_banner_wrap h2{font-size: 20px;  font-weight: 400;letter-spacing: -2px;  line-height: 35px; margin: 30px 0;}
.main_banner_wrap h3{float: left;  display: inline-block;  margin-top: 30px;font-weight: 500; letter-spacing: -1px;  font-size: 21px;}
.main_banner_wrap h3 img{float:right; margin-left: 10px;}

.sub_about_row-01 h4{font-size:45px;}
.sub_about_row-01 h3{font-size:30px;font-weight: 600;    margin-top: -18px;}
.sub_about_row-01 h3 em{line-height:35px;}
.sub_about_row-01 p{font-size:18px;}


@media screen and (max-width:999px){
    .main_banner_wrap{height:430px;}
    .main_banner_wrap h1{font-size: 25px;}
    .main_banner_wrap h2{ font-size: 16px; line-height: 25px; margin: 20px 0;}
    .main_banner_wrap h3{font-size: 15px; margin-top: 10px;}
    .main_banner_wrap h3 img{margin-left: -33px; max-width: 34% !important;}
    .main_doctor_txtwrap .main-txt::after{display: none;}
    .doctors-wrap .vc_col-sm-3.wpb_column{width:50% !important;}
    .main_treatment_row .nectar-carousel-fixed-content h2{font-size: 25px; line-height: 35px;}
    .main_treatment_row .nectar-carousel-fixed-content{width:100% !important; margin-left: 0;}
    .main_treatment_row .nectar-carousel-fixed-content p{font-size: 16px;}
    .main_treatment_row .nectar-carousel-fixed-content p br{display: none;}
    .main_treatment_row .inner_row{top:225px; left:0; }
    .main_treatment_row .inner_row .nectar-cta .link_text{font-size: 14px; padding:10px 22px;}
    .main_treatment_row .nectar-flickity{margin-top: 100px !important; margin-left: 0 !important;}
    .main_banslide_maintxt p{margin-bottom: 20px !important;}
    .main_location_row .wpb_text_column{padding-left: 30px;}
    .main_location_row .wpb_text_column h2{font-size: 25px;}
    .main_location_row .wpb_text_column h2 + p{font-size: 15px; margin:10px 0 24px;}
    .main_location_row .wpb_text_column .telephone{font-size: 20px;}
    .main_location_row .wpb_text_column ul li:first-child{font-size: 20px; margin-top: 38px !important; margin-bottom: 20px;}
    .main_location_row .wpb_text_column ul li.day{font-size: 15px; justify-content: flex-start; }
    .main_location_row .wpb_text_column ul li{margin-top: 10px !important;}
    .main_location_row .wpb_text_column ul li.day b{width:100px;margin-right: 13px;}
    .main_location_row .wpb_text_column ul li.day:nth-child(4)::after{font-size: 12px; right:33px; bottom:-12px;}
    .main_location_row .wpb_text_column ul li.day:nth-child(5){margin-top: 20px !important;}
}



/* gravity form */
.gform_heading {
    display: none !important;
}

.gfield-choice-input {
    width: 25px !important;
    height: 25px !important;
    outline-color: #e6661480 !important;
    border-color: #d5d5d5 !important;
}
.gform-theme--framework input[type=radio]::before {
    width: 13px !important;
    height: 13px !important;
    background: #e66614 !important;
}

.gform-field-label {
    font-size: 20px !important;
    line-height: 1.4 !important;
    font-family: "Pretendard", "Malgun Gothic", "malgungothic", sans-serif !important;
    font-weight: 600 !important;
    color: #333 !important;
}
.gfield_radio .gform-field-label {
    font-size: 18px !important;
    font-family: "Pretendard", "Malgun Gothic", "malgungothic", sans-serif !important;
    letter-spacing: -0.56px !important;
    font-weight: 400 !important;
    color: #333 !important;
    line-height: 1.4 !important;
}
.gfield_description {
    font-size: 15px !important;
    letter-spacing: -0.56px !important;
    color: #e66614 !important;
    margin-top: 0 !important;
}
.gfield_time_hour input, 
.gfield_time_minute input, 
.gfield_time_ampm select, 
.ginput_container_date input, 
.ginput_container_textarea textarea, 
.ginput_container_select select, 
.ginput_container_text input {
    padding: 15px 20px !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    color: #707070 !important;
    line-height: 1.4 !important;
    height: fit-content !important;
    font-family: "Pretendard", "Malgun Gothic", "malgungothic", "맑은고딕", "맑은 고딕", sans-serif !important;
    border-color: #d5d5d5 !important;
    border-radius: 10px !important;
    outline-color: #e6661480 !important;
}
.gform-theme--framework .gfield--input-type-datepicker .ginput_container_date input {
    --gf-local-width: 100%;
}
.gform-theme--framework .gfield--input-type-datepicker .ginput_container_date {
    display: block;
}
.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date::after {
    padding-right: 22px;
}
#ui-datepicker-div {
    background: #ffffff !important;
    padding: inherit !important;
}
#ui-datepicker-div .ui-icon {
    display: none !important;
}

#gform_1 .gform_footer {
    justify-content: center;
}
#gform_1 .gform_footer input[type="submit"] {
    background: #242424 !important;
    border-radius: 10px !important;
    width: 240px !important;
    height: 54px !important;
    font-size: 20px !important;
}
.gfield-choice-input::before {
    color: #e66614 !important;
}


/* ----------------------------------------------------------------------------------------

마인드치과

-------------------------------------------------------------------------------------*/
/* 공통 */
.half_sec > .span_12 > .vc_col-sm-6 {
    padding: 0 20px !important;
}

.bottom_border {border-bottom: 1px solid #efefef;}

.full_width p {
    padding: 30px 0 0 !important;
}
.nectar-cta.full_width span.link_wrap {
    width: 100%;
    display: inline-block;
} 

.borderradius-20 {
    border-radius: 20px;
    overflow: hidden;
}
.bg_darkpink {
    background-color: #c39ea1;
}

/* 구글번역기 */
#header-outer #top .menu-item-gtranslate {
    width: 103px;
    overflow: visible;
}
#header-outer #top .menu-item-gtranslate #gt_float_wrapper .gt_float_switcher,
#header-outer #top .menu-item-gtranslate #gt_float_wrapper .gt_float_switcher .gt-selected {
    background: transparent;
    box-shadow: none;
}
#header-outer #top .menu-item-gtranslate #gt_float_wrapper .gt-current-lang {
    border: 1px solid;
    color: #c5c5c5;
    border-radius: 100px;
    padding: 6px 12px 7px;
    font-size: 15px;
    font-weight: 500;
}
#header-outer #top .menu-item-gtranslate #gt_float_wrapper .gt-current-lang img {width: 21px !important;}
#header-outer #top .menu-item-gtranslate #gt_float_wrapper .gt-current-lang .gt_float_switcher-arrow {display: none;}

#header-outer #top .menu-item-gtranslate #gt_float_wrapper .gt_options{position: absolute;width: 100%;}
#header-outer #top .menu-item-gtranslate #gt_float_wrapper .gt_options a {
    font-size: 0;
    padding: 10px 26px 0px;
}
#header-outer #top .menu-item-gtranslate #gt_float_wrapper .gt_options a:hover {background: transparent;}
#header-outer #top .menu-item-gtranslate #gt_float_wrapper .gt_options img{width: 26px;max-width: none;}


/* 유튜브 */
.youtube_sec .nectar-video-box {
    border-radius: 20px;
    overflow: hidden;
}
.youtube_sec .right_box .vc_column-inner {
    padding: 30px !important;
    border: 1px solid #f0f0f0;
    border-radius: 20px;
}
.youtube_sec .nectar-fancy-box {margin-top: 30px;}
.youtube_sec .nectar-fancy-box:first-child {margin-top: 0;}
.youtube_sec .nectar-fancy-box .image-wrap {
    display: table-cell;
    vertical-align: middle;
    border-radius: 8px;
}
.youtube_sec .nectar-fancy-box .text {
    display: table-cell;
    vertical-align: middle;
    width: 68%;
    max-height: 110px;
    font-size: 16px;
    line-height: 23px;
    font-weight: 200 !important;
    color: #b2b2b2;
    letter-spacing: -0.7px;
    padding: 0 0 0 18px !important;
    text-overflow: clip;
}
.youtube_sec .nectar-fancy-box .text h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.9px;
    color: #000000;
}
.youtube_sec .nectar-fancy-box .text p {
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: -0.8px;
    font-weight: 400;
    color: #7b7b7b;
    text-overflow: ellipsis;
    width: 15vw;
    white-space: nowrap;
    overflow: hidden;
    padding-top: 6px !important;
}

/* 서브 공통 하단 */
.sub_common_tit p {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -1.4px;
    padding-bottom: 24px !important;
}
.sub_common_txt p {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.9px;
}
img.prize_shadow {
    filter: drop-shadow(0 5px 8px rgba(0, 0, 0, 0.3));
}

.with_xsm_rd p{position: relative;}
.with_xsm_rd p::before {
    content: "";
    display: block;
    position:absolute;
    width: 12px;
    height: 12px;
    border-radius: 100px;
    background-color: #e66614;
    top: -7px;
    left: -15px;
}
.sub_common_loca_icon {padding-bottom: 12px;}
.sub_common_loca_icon p {
    font-size: 19px;
    line-height: 28px;
    letter-spacing: -0.95px;
    color: #000;
    padding-left: 20px;
    background: url(/wp-content/uploads/2025/05/sub_common_icon.png) left center no-repeat;
}
.sub_common_info .telephone {
    font-size: 30px;
    letter-spacing: -0.9px;
    color: #000;
    font-weight: 600;
}
.sub_common_info .telephone .sm_txt {
    font-size: 24px;
}
.sub_common_info .telephone:hover {
    color: #e66614;
}
.sub_common_info .day_list {
    padding: 16px 0 32px;
}
.sub_common_info .day {
    font-size: 19px;
    line-height: 28px;
    color: #414141;
    letter-spacing: -0.95px;
}
.sub_common_info .day b {
    display: inline-block;
    width: 72px;
    font-weight: inherit;
}
.sub_common_btn ul {
    display: flex;
    gap: 10px;
}
.sub_common_btn a {
    display: block;
    font-size: 16px;
    letter-spacing: -0.8px;
    padding: 9px 20px;
    border-radius: 8px;
    transition: 0.2s ease-in-out;
}
.sub_common_btn li:first-child a {
    background: #47c23a;
    color: #fff;
}
.sub_common_btn li:last-child a {
    background: #fdd102;
    color: #000;
}
.sub_common_btn a:hover {
    background: #000 !important;
    color: #fff !important;
}

/* 마인드치과 */
.sub_sec_mindspe .half_sec .img-with-aniamtion-wrap img {
    border-radius: 20px ;
}
.sub_special_tit p {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: -1.28px;
    color: #e66614;
    padding-bottom: 40px !important;
}
.sub_special_tit .num {
    font-size: 74px;
    color: #ebebeb;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 500;
    padding-right: 12px;
}
.sub_special_txt p {
    font-size: 18px;
    line-height: 31px;
    font-weight: 400;
    color: #292929;
    padding-top: 30px;
    letter-spacing: -0.9px;
}
.sub_special_txt p strong {
    font-weight: 400;
    background: #fff1e2;
}

.sub_system_copy h2 {
    font-size: 47px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -1.88px;
    padding-top: 13px;
    padding-bottom: 17px;
}
.sub_system_copy p {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: -0.9px;
}
.sub_system_copy .en_txt {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 3.6px;
    text-transform: uppercase;
    opacity: 40%;
}
.sub_system_hicopy p {
    font-size: 16px;
    line-height: 21px;
    padding: 8px 0 !important;
    background: #394547;
    border-radius: 30px;
    display: inline-block;
    width: 334px;
    text-align: center;
    margin: 5px 0 !important;
}
.sub_sec_painless_sys p,
.sub_sec_painless_sys h2{
    color: #fff;
}

.sub_sec_clean_sys .half_sec_two > .span_12 > .vc_col-sm-3 {
    padding-bottom: 100px !important;
}
.sub_system_num_bg {
    position: absolute;
    z-index: 99;
    top: -21px;
    left: calc(50% - 21px);
}
.sub_system_num_bg p {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 23px;
    font-weight: 300;
    letter-spacing: -0.3px;
    color: #fff;
    background: #f5c28e;
    border-radius: 30px;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
}
.sub_sec_clean_sys .sub_system_copy h3 {
    font-size: 23px;
    font-weight: 500;
    line-height: 29px;
    color: #241811;
    letter-spacing: -0.69px;
    padding-top: 20px;
}
.sub_sec_clean_sys .sub_system_copy p {
    font-size: 17px;
    line-height: 24px;
    letter-spacing: -0.51px;
    color: #545454;
}

.sub_sec_mind_slogan .sub_system_copy p {
    font-size: 21px;
    line-height: 35px;
    letter-spacing: 0;
    color: #fff;
    padding-bottom: 10px !important;
}.sub_sec_mind_slogan .sub_system_copy p:first-child {
    padding-top: 8px !important;
}
.sub_sec_mind_slogan .sub_system_copy p:last-child {
    padding-bottom: 60px !important;
}
.btn_system_reserve a,
.btn_system_naver a {
    padding: 16px 24px 16px 32px !important;
    border-radius: 8px;
}
.btn_system_reserve a {
    background: rgb(0 0 0 / 58%);
}
.btn_system_naver a {
    background: rgb(48 177 34 / 70%);
}
.btn_system_reserve {
    margin-left: 18px;
}

.sub_philosophy_tit h2::before {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 100px;
    background-color: #e66614;
    top: -7px;
    left: -15px;
}
.sub_box_subtxt {
    font-size: 20px;
    line-height: 31px;
    color: #929496;
    font-weight: 300;
    padding-top: 12px;
}

/* 진료과목 */

.subject_plus_copy p {
    margin-top: 22px;
    color: #85817e;
}
.subject_name {
    padding-bottom: 30px;
}
.subject_name .subject_name_en {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 7px;
    text-transform: uppercase;
    font-weight: 300;
    color: #b8b8b8;
}

.sub_comparison_two {
    max-width: 1000px;
    margin: 0 auto;
}

body:not(.woocommerce-cart) .main-content .sub_compare_table .half_td {
    width: 48%;
}

.sub-symptom .symptom_box_cont.pd_st p.sub_step_copy {
    color: #444;
    font-size: 16px !important;
    letter-spacing: -0.8px;
    padding-top: 12px !important;
    line-height: 24px;
}

.sub_correction_wrap {border-radius: 40px;overflow: hidden;}

.bio_wrap {
    display: flex;
}
.bio_wrap .left, .bio_wrap .right {
    width: 50%;
}
.bio_wrap .bio_list .list {
    padding: 0 0 14px 15px;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: -0.85px;
    line-height: 25px;
    background: url(/wp-content/uploads/2025/02/sub_dot_img.jpg) 0 10px no-repeat;
}

.privacy_txt p {
    font-size: 20px;
    line-height: 32px;
    font-weight: 300;
    letter-spacing: -0.5px;
    color: #444;
    padding: 0 20px 40px !important;
}
.privacy_txt span.txt {
    font-weight: 600;
    color: #e66614;
    line-height: 40px;
    font-size: 24px;
    position: relative;
    left: -20px;
}
.page-id-6458 .privacy_txt p:last-child {padding-bottom: 0 !important;}

.sub_vandiagram ul {
    display: flex;
    margin: 0 auto !important;
    width: fit-content;
    justify-content: center;
}
.sub_vandiagram ul li {
    font-size: 24px;
    text-align: center;
    width: 200px;
    height: 200px;
    border-radius: 100%;
    background: rgb(141 118 64 / 10%);
    margin-left: -20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.sub_vandiagram ul li:first-child {
    margin-left: 0;
}
.sub_vandiagram ul li:nth-child(2n-1) {
    background: rgba(255, 214, 177, 0.6);
}

.laminate_wrap-row > .row_col_wrap_12_inner {
    justify-content: center;
}

.note-modal-content {
    margin: 20vh auto !important;
    z-index: 999 !important;
}
.note-modal-backdrop {display: none !important;}

/* 연혁 */
.nectar-icon-list-item .content h4 {
    font-size: 32px;
    font-weight: 700;
    padding-bottom: 10px;
}
.nectar-icon-list-item .content .dot {
    font-size: 18px;
    line-height: 32px;
    padding-left: 17px;
    background: url(/wp-content/uploads/2025/02/sub_dot_img.jpg) 0 13px no-repeat;
    color: #707477;
    font-weight: 300;
}
.nectar-icon-list-item span {
    font-size: 0px !important;
}
.nectar-icon-list-item .list-icon-holder {
    box-sizing: border-box;
    border: 8px solid #ffa447 !important;
}

body:not(.woocommerce-cart) .main-content .sub_timetable td .break-time {
    font-size: 16px;
    color: #888;
    font-weight: 400;
    padding-left: 4px;
}

/* 250729-교정과 */
.subject_tab_wrap .tabbed[data-color-scheme="accent-color"][data-style="default"] li:not(.cta-button) {
    margin-right: 8px;
}
.subject_tab_wrap .tabbed[data-color-scheme="accent-color"][data-style="default"] li:not(.cta-button):last-child {
    margin-right: 0;
}
.subject_tab_wrap .tabbed[data-color-scheme="accent-color"][data-style="default"] li:not(.cta-button) a {
    border: 1px solid #d1d1d1;
    border-radius: 50px;
    font-size: 18px;
    letter-spacing: -0.9px;
    background: transparent;
    color: #b1b1b1;
}
.subject_tab_wrap .tabbed[data-color-scheme="accent-color"][data-style="default"] li:not(.cta-button) a:hover,
.subject_tab_wrap .tabbed[data-color-scheme="accent-color"][data-style="default"] li:not(.cta-button) .active-tab {
    background: #000;
    border-color: #000;
    color: #fff;
}
.subject_tab_wrap .tabbed[data-color-scheme="accent-color"][data-style="default"] li:not(.cta-button) .active-tab:hover {
    background: #000 !important;
}


.sub_invisalign_special .wrap_left_img img {
    border-radius: 20px;
}
.sub_invisalign_special  .wrap_right_img img {
    border-radius: 20px;
}
.sub_invisalign_special  .wrap_left_img .wpb_column.right_padding_desktop_228px > .vc_column-inner {
    padding-right: 0;
}
.sub_invisalign_special  .wrap_right_img .wpb_column.left_padding_desktop_27pct > .vc_column-inner {
    padding-left: 0;
}
.sub_invisalign_special .main_special_en p {
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 11.2px;
    color: #b8b8b8;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600;
}
.sub_invisalign_special .main_special_tit p {
    font-size: 45px;
    line-height: 66px;
    letter-spacing: -1.8px;
    font-weight: 600;
}
.sub_invisalign_special .main_special_tit p::after {
    content: "";
    display: block;
    width: 36px;
    height: 2px;
    background: #e66614;
    margin-top: 12px;
}
.sub_invisalign_special .main_special_txt p {
    font-size: 19px;
    line-height: 31px;
    letter-spacing: -0.95px;
    font-weight: 400;
    color: #292929;
    padding-top: 24px;
}
.sub_invisalign_special .main_special_txt strong {
    color: #fff;
    background: #ffa447;
    padding: 0 4px;
}


.doctor_name h2 {
    font-size: 40px;
    font-weight: 500;
}
.doctor_name .little_txt {
    font-size: 30px;
    font-weight: 400;
    /* color: #e66614; */
}
.sub_doctor_greeting p {
    color: #85817e;
    letter-spacing: -0.9px;
        margin-top: 16px;
}
.sub_doctor_greeting p strong {
    color: #6d4d39;
}
.sub_doctor_history .history_tit {
    margin-top: 24px;
    font-size: 20px;
    letter-spacing: -1px;
    border-bottom: 1px solid #ededed;
    padding-bottom: 8px !important;
    color: #a18371;
}
.sub_doctor_history p {
    font-size: 16px;
    color: #555555;
    letter-spacing: -0.8px;
}

.btn_system_reserve.margin_none {
    margin-left: 0;
}

.bottom_box:nth-child(3) > .vc_column-inner .column-image-bg  {
    filter: brightness(1.08);
}

.doctor_cerificate_wrap > div {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.doctor_cerificate_wrap img {
    width: calc(10% - 5px) !important;
    border: 1px solid #e9e9e9;
}
.doctor_cerificate_wrap img:nth-child(11), 
.doctor_cerificate_wrap img:nth-child(12), 
.doctor_cerificate_wrap img:nth-child(13), 
.doctor_cerificate_wrap img:nth-child(14), 
.doctor_cerificate_wrap img:nth-child(15), 
.doctor_cerificate_wrap img:nth-child(16) {
    width: calc(100% / 6 - 5px) !important;
}

.sub_sec_clean_sys img {
    border-radius: 16px;
}

.sub_doctor_history .main_list {
    font-size: 18px;
    color: #555555;
    letter-spacing: -0.8px;
    width: 50%;
    float: left;
    padding-top: 12px;
    line-height: 30px;
}
.main_list.fourth {
    padding-bottom: 0;
}

.sub_doctor_history .main_list.sub {
    font-size: 17px;
}

/* 관리자 */
#wp-admin-bar-gform-forms,
#wp-admin-bar-aioseo-admin-bar-noindex-warning,
#wp-admin-bar-vc_inline-admin-bar-link,
#wp-admin-bar-aioseo-main,
#wp-admin-bar-salient-hook-locations,
#wp-admin-bar-new-content,
#wp-admin-bar-comments,
#wp-admin-bar-customize,
#wp-admin-bar-wccp_free_top_button,
#wp-admin-bar-wp-logo,
#wp-admin-bar-revslider,
#wp-admin-bar-kboard-setting-page {
    display: none !important;
}


/* 250808 - 인비절라인 이미지 추가 및 의료진 연혁 강조 */
#header-outer .menu_invisalign a {position: relative;}
#header-outer .menu_invisalign a::after {
    content: "";
    display: block;
    background: url(/wp-content/uploads/2025/08/menu_invisalign_img.png) no-repeat;
    background-size: contain;
    width: 104px;
    height: 38px;
    position: absolute;
    right: 15px;
    top: 0;
}
#header-outer .sfHover .menu_invisalign a:hover::after,
#header-outer .menu_invisalign.current-menu-item a::after {filter: grayscale(1) brightness(5);}


.sub_doctor_history .main_list strong {
    color: #e66614;
}