/* http://crossdesign.co.kr, Website project
project name : Paju 365 Dental Clinic
project manager : Khs */

@charset "UTF-8";

@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");
@import url('https://cdn.jsdelivr.net/gh/sun-typeface/SUIT@2/fonts/static/woff2/SUIT.css');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');

@font-face {
    font-family: 'Gyeonggi_Batang_Regular';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2410-3@1.0/Batang_Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'GyeonggiBatangBold';
    src: url('https://cdn.jsdelivr.net/gh/wizfile/font/GyeonggiBatangBold.eot');
    src:url('https://cdn.jsdelivr.net/gh/wizfile/font/GyeonggiBatangBold.woff') format('woff');
    font-style: normal;
}

/* ++++++++++++++++++++++++++++++++++++++++ *
    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;}
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', sans-serif !important; word-break: keep-all; letter-spacing: -1px; color: #000;
}



/* ++++++++++++++++++++++++++++++++++++++++ *
    STYLE
* ++++++++++++++++++++++++++++++++++++++++ */
::selection {color: #fff; background-color: #18ccba; }

/* 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;}

.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;}


/* ++++++++++++++++++++++++++++++++++++++++ *
    DISPLAY
* ++++++++++++++++++++++++++++++++++++++++ */
.none_1440 { display: block !important; }
.block_1440 { 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: 1440px) {
    .none_1440 { display: none !important; }
    .block_1440 { 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; }
}

/* ++++++++++++++++++++++++++++++++++++++++ *
    MAIN
* ++++++++++++++++++++++++++++++++++++++++ */
/*header*/
#header-outer {border-bottom: 1px solid #eeeeee !important;}
#top nav>ul>li.menu-item>a {
    font-size: 18px !important;
    font-weight: 400;
    letter-spacing: -0.9px;
}
#header-outer .sf-menu li ul li a{font-size: 16px !important; line-height: 22px !important;}
.header_inner .top_left_menu{position: absolute;  top: 50%; right: 160px; transform: translateY(-50%); z-index: 9999; column-gap: 12px; display: flex; align-items: center; }
.header_inner .top_left_menu ul { display: flex; }
.header_inner .top_left_menu ul li{font-size: 16px; letter-spacing: 0; display: inline-block; margin: 0; line-height: 1.375; text-align: right;}
.header_inner .top_left_menu::after{content: ''; display: block; background: url(/wp-content/uploads/2022/09/main_top_icon1.png) center/cover no-repeat; width: 56px; height: 56px; }
.header_inner .top_right_menu{ position: absolute;  top: 50%; right: 120px; transform: translateY(-50%); z-index: 9999; }
.header_inner .top_right_menu ul { display: flex; flex-direction: column; align-items: flex-start; }
.header_inner .top_right_menu .circle_wrap{border-radius: 8px; padding: 1px 8px; }
.header_inner .top_right_menu .circle_wrap a{font-size: 14px; color:#fff; letter-spacing: -0.5px;}
.top_members_menu{position: absolute;  top: 20px; right: 0;  z-index: 9999; font-size: 16px; width: 150px; display: inline-block;}
.cosmosfarm-members-account-link{float:left; margin-right: 30px; position: relative;}
.cosmosfarm-members-account-link::after{content: ''; position: absolute; display: block; width:1px; height:20px; background-color:#ccc; top: 0;
    left: 65px;}
.cosmosfarm-members-register-link{float:left; margin-right: 30px; position: relative;}
.cosmosfarm-members-register-link::after{
    content: ''; position: absolute; display: block; width:1px; height:20px; background-color:#ccc; top: 0;left: 65px;
}

.tparrows:before{color:#7b7b7b !important;}


body:not(.woocommerce-cart) .main-content table.nonpay_table .title{color: #fff !important;font-weight: 500;  font-size: 16px !important;  background-color: #5dab95 !important;  text-align: center !important;  vertical-align: middle; border-right:1px solid #ffffff4f !important; border:0 ;}
.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: 7px !important;  border: 1px solid #5dab95 !important;  color: #000 !important;  font-size: 15px !important;
    line-height: 1.4em; text-align: center;}
.nonpay_table tr td:last-child{border-right: 0 !important;}
body:not(.woocommerce-cart) .main-content table.nonpay_table{width:100% !important; margin: 0 auto;padding: 2px !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: #6fceb2;  display: inline-block;  padding: 18px 200px !important; border-radius: 50px;     margin-top: 50px;}
.main_banbox_wrap .btn-txt.purple_bg{background-color:#5dab95;}
.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:#6fceb2; 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: #2962ff;}
.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;}



/* ++++++++++++++++++++++++++++++++++++++++ *
    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: 100px 0 !important;}
.sub_header p {
    font-family: 'Gyeonggi_Batang_Regular', serif !important;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 4.8px;
    color: #fff;
    text-transform: uppercase;
    padding-top: 14px;
}
.sub_header .header_maintxt {
    font-family: 'Pretendard', sans-serif !important;
    font-size: 48px;
    color: #242424;
    letter-spacing: -2.4px;
    font-weight: 500;
    line-height: 1.2;
}

.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: 100vw;
    border-bottom: 1px solid #dfdfdf;
}
.sub_menu .menu{
    display: flex;
    justify-content: center;
    align-items: center;
}
.sub_menu .menu li{padding: 22px 50px;text-align: center;}
.sub_menu .menu li a{font-size: 20px; color: #222 !important;font-weight: 500;letter-spacing: -1px;}
.sub_menu .menu li a:hover,
.sub_menu li.current_page_item a {
    color: #5baa94 !important;
    font-weight: 600;
}
.sub_menu li.current_page_item {border-bottom: 2px solid #7dbfad;}


/*sub_txt*/
.sub_content_row .point_num{font-size: 45px;  font-family: 'Montserrat', sans-serif !important;  color: #999999;  font-weight: 300;  font-style: italic; letter-spacing: -1px;}
.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: 34px;  padding: 40px 0px !important;  font-weight: 400;  letter-spacing: -2px;}
.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: #2962ff;   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:#2962ff;}
.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: #6fceb2;  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{color: #fff !important;  padding: 13px 0px 9px !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 .circle_box_txt_short{font-size: 16px;color: #fff; font-weight:500; background-color: #2962ff;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: #2962ff; 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: #00b0ff; 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;}
.equipment_rowtxt{text-align: center; }
.equipment_rowtxt h2{font-size: 22px; font-weight: 600;}




/*진료시간 및 오시는 길*/
.sub_time_wrap h3{font-size:35px;}
.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:#5dab95; color:#fff;}
.bus_color.orange{background-color:#5dab95; color:#fff;}
.sub_ban_suggestion_subtxt.bus_st{margin-top: -30px;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; box-shadow: inset 0 -24px 0 #b8e9ff; font-weight: 800; letter-spacing: -1px;}



/*sub_지점안내*/
.sub_clinic_list p{padding: 5px 140px !important;  font-size: 18px;  background-color: #5dab95;  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: #6fceb2;  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: #2962ff;  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-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: #2962ff;  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: #5dab95;  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:#2962ff; 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:#2962ff;}
.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: 42px;
    margin-top: 15px;
    font-weight: 400;
    letter-spacing: -1.5px;
}
.sub_title_pointtxt{background-color: #2962ff; 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: #2962ff;}
.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:25px; padding-left:37px; line-height:1; margin-bottom: 20px;}
.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 a.active-tab{color:#fff; font-weight:400;}
.sub-tablist .sub_section_txt h4{margin-top:15px;}
.sub-tablist .nectar-fancy-ul{background:#fff; padding:30px; 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 rgb(41 98 255 / 10%) !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: #2962ff;  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: #2962ff; 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;        background-size: cover;}
.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;padding: 0 !important;}
.sub-tablist.wi .nectar-scrolling-tabs .scrolling-tab-mobile-title{margin-bottom: 0px;}
.sub-tablist.wi .sub_tab_htxt {
    padding: 30px 50px;
    box-shadow: 0 0 40px rgb(0 0 0 / 10%) !important;
    border-radius: 30px;
    background: #f7f7f7 !important;
}
.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: #6fceb2;  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: #6fceb2;}
.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: #2962ff;}
.sub_case_wrap.bgst{
    background: linear-gradient(#c1e9ff 0%, #b4e3ff 100%);
}
.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: #00b0ff;
    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{
    font-family: 'Montserrat', sans-serif !important;
    letter-spacing: -1px;
    font-style: inherit;
    font-weight: 600;
    font-size: 19px;
    background: #00b0ff;
    width: 40px;
    border-radius: 50%;
    line-height: 40px !important;
    color: #fff!important;
    height: 40px;
    margin: auto;
}
.sub_content_row-01 .box-inner-wrap{
    background-color: #fff; 
    border-radius: 0 24px 0 24px !important; 
    padding: 5% 7% !important; 
}
.sub_content_row-01 .box-inner-wrap:hover{border-radius: 40px !important;}
.sub_content_row-01 .nectar-fancy-box h3{font-size: 20px; position: relative; margin-top: 7px;}
.sub_content_row-01 .nectar-fancy-box h3::after{content: ''; position: absolute;  display: block;  background-color: #d3cbd0; width: 100%;  height: 1px;  left: 0;
    top: 50px;}
.sub_content_row-01 .nectar-fancy-box p{font-size:17px;  line-height: 25px !important;  margin-top:30px;  font-weight:400;  color: #000 !important;}
.sub_content_row-01 .nectar-fancy-box[data-style="color_box_hover"][data-color="accent-color"]:before{border-radius: 40px !important;}

/*과개교합*/
.sub-symptom .symptom_box_title p {font-size: 22px;  background-color: #2962ff;  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 rgb(41 98 255 / 10%) !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: #5dab95;}

.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: #2962ff;
    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:#2962ff;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: #2962ff;}
.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:20px 0 !important; margin-top:40px;}
.sub_jawjoint_treatment-method .title_txt{font-size: 32px;  letter-spacing: -2px; font-weight: 500; color: #00b0ff;}
.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-left: 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;}
.sub_correction_wrap dl{padding:40px 70px;}
.sub_correction_wrap dd {
    font-size: 18px;
    color: #121212;
    line-height: 30px;
    background: url(/wp-content/uploads/2025/02/check_icon.png) 0 2px 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: #2962ff; 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: #2962ff;  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: #e1f3fd; 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: #528eff ;  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/06/sub_dot_img.png) 0 12px no-repeat;  padding: 0px 0px 15px 20px;  font-weight: 400;}
body:not(.woocommerce-cart) .invisible_table_w table{width:100% !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;}
.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:#00b0ff; 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:#00b0ff; 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 .vc_column-inner{padding: 24px;}
.sub_ban_suggest_title {
    font-family: 'GyeonggiBatangBold', serif !important;
    font-size: 21px;
    color: #0e7a64;
}
.sub_ban_suggest_subtxt {
    font-size: 17px;
    line-height: 24px;
    margin-top: 12px;
    font-weight: 300;
    color: #040404;
}
.sub-tablist.row .tabbed .wpb_tabs_nav li {
    text-align: center;
}
.sub-tablist.row .tabbed .wpb_tabs_nav li a{
    font-size: 18px; padding: 13px 45px 14px;  border: none;
}
.sub-tablist.row .wpb_content_element .tabbed .wpb_tabs_nav{margin-bottom:0px !important;}
.sub-tablist.row .sub_section_txt h4 + p{text-align: center;font-size:19px;  font-weight: 400;  padding: 15px 0 0;  margin-top: 22px;  border-top: 1px solid #cccccc;
    letter-spacing: -1px;  line-height: 34px;}
.sub_tablist_pointxt{font-weight: 400;}
.info_label:before{content:'!'; position: absolute; display:inline-block; font-size:16px; width:24px; height:24px; border-radius:100%; line-height: 24px;
     text-align:center; color:#fff; font-weight:200; left:0;}
.sub-tablist.row .nectar-fancy-ul ul li{font-weight: 400; margin-bottom: 10px; line-height:26px;}
.sub-tablist.row .tab_pd{padding: 0px 140px 100px 60px !important;}
.sub-tablist.row .sub_section_txt h4{font-weight: 500; text-align: center; font-size: 25px;}
.sub-tablist.row .tab_imgpd img{margin: 90px 100px 100px 90px !important;}
.sub-tablist.row .nectar-fancy-ul{padding: 30px 50px 20px;}
.sub-tablist.row .tabbed[data-style*="material"][data-color-scheme="accent-color"] ul li .active-tab:after {box-shadow: none;}

.sub_list_icon{text-align:center;}
.sub_list_icon > .row_col_wrap_12_inner {
    border:2px solid #f7f7f7; 
    padding:50px 20px 40px;
    border-radius: 18px;
}
.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-tablist.row .sub_box_width .nectar-fancy-ul{padding:110px 50px 110px;}
.sub_box_shadow .vc_column-inner {
    box-shadow: 15px 13px 20px rgb(41 98 255 / 10%) !important;
}

/*임플란트특별함*/
.sub_implant_special{height:913px;}
.sub_special_wrap_row2{height:913px;}
.sub_special_wrap_row2 .sub_maintxt{line-height: 83px;padding: 280px 0 30px !important; font-size: 70px;}
.sub_special_wrap_row2 .sub_subtxt{line-height: 34px;}
.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: #2962ff;  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:#2962ff !important;}
.insurance_q .toggle.open h3 a{color:#2962ff !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{box-shadow: -1px -2px 20px 5px rgb(41 98 255 / 10%) !important;}
.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: 40px;}
.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:#00b0ff;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: #2962ff;  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;}

/*비포애프터*/
.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-menu{position:fixed; clear:both; top:30%; right:0;  z-index:99999;}
#quick-menu ul{width:100%;}
#quick-menu ul li a, #quick-menu ul li img{display:block; width:100%;}

/* 모바일 */
#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:#6fceb2;}
#quick-menu_mo li:last-child {background:#5dab95; border-right:0;}
#quick-menu_mo li:first-child:hover {background:#231815;}
#quick-menu_mo li:nth-child(2):hover {background:#6fceb2;}

#quick-menu_mo li:last-child:hover{background:#5dab95;}
#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; }


/* 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; }

/* Sub */
.nectar-highlighted-text[data-color="#5dab95"][data-color-gradient="#00b0ff"]:not([data-style="text_outline"]) em, .nectar-highlighted-text[data-color="#5dab95"][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,#2962ff 0,#5dab95 100%) !important; }
.nectar-highlighted-text[data-color="#6fceb2"]:not([data-style="text_outline"]) em { background-image: linear-gradient(to right,#b8e9ff 0,#b8e9ff 100%) !important; }
.nectar-highlighted-text[data-color="#6fceb2"]:not([data-style="text_outline"]) em { background-image: linear-gradient(to right,#528eff 0,#528eff 100%) !important; }
#kboard-viewps-before-after-plus-list .kboard-category .kboard-category-list li.kboard-category-selected { background-color: #00b0ff !important; }
body.page-id-1141.material .nectar-button, body.page-id-1147.material .nectar-button { border-radius: 0 24px 0 24px !important; }
.location table tr:nth-child(4) td { position: relative; padding-bottom: 32px !important; }
.location table tr:nth-child(4) td:last-child::after { content: '* 교정진료는 PM 03:00까지 진료합니다.'; font-size: 14px; position: absolute; left: 15px; bottom: 5px; }
.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: #2962ff;  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: #2962ff; }
.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.he_st { 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;}

.sub_staff_wrap{height:450px;}
.sub_staff_wrap  h1{margin-top:10px; font-size: 40px;font-weight:400;  letter-spacing: -2px; line-height: 55px;}
.sub_staff_wrap  li{font-size:23px; line-height: 30px;     position: relative; width: 21%; font-weight:500;}
.sub_staff_wrap  li .en{font-size:15px; margin-right:5px; font-weight:400;}
.sub_staff_wrap ul{position: relative;  width: 123%;display: flex;  flex-wrap: wrap; justify-content: flex-start;align-items: flex-start;gap: 1rem 1rem;}
.sub_staff_wrap .sm-txt{font-size:18px;}
.sub_doctor_p_row  p{font-size: 19px;  line-height: 29px;   margin-top: 21px;}

.sub_implant_special.he-st{height:1000px;}
.sub_section_title p.lang_en.spacing.natural{padding-top:80px;}

.damon_row.clippyc{margin-left:0;}
.sub_correction_damon.clippyc .sub_ban_maintxt {font-size:55px; margin-top:30px;}
.sub_damon_circle_wrap.clippyc{width:100%; display:inline-block; position: inherit !important;}
.sub_damon_circle_wrap.clippyc .row_col_wrap_12_inner{justify-content:center;}
.sub_damon_circle_wrap.clippyc .vc_col-sm-3{width:21%;}
.sub_correction_damon.clippyc .vc_column-inner{padding:60px 0 0 !important;}
.sub_correction_damon.clippyc .circle_txt{background-color: #008fe5;}


@media screen and (max-width:1200px){
    .dtd{left:32% !important;}
    .sub_row_bg.nopd{height: 538px !important;}
    .sub_row_bg_high.he_st{height: 938px !important;}
}

@media screen and (max-width:999px){
    .main_banner_wrap{height:490px;}
    .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: 22px; 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;}
    .about_txt .divider-border{    background-color: transparent;}
    .sub_row_bg.nopd{height:770px !important;}
    .sub_row_bg.nopd .viewport-desktop.using-image{background-position: 59% !important;}
    .sub_row_bg_high.he_st{height: 610px !important;}
    .global_section_location .address{font-size: 15px;}
    .global_section_location ul li:first-child{font-size: 17px;}
    .global_section_location ul li.day{font-size: 15px;}
    .bottom_cont .map_btn ul{flex-direction: row; justify-content: left; position: inherit;}
    .global_section_location ul li:last-child{font-size: 14px;}
    .bottom_cont .map_btn ul li{margin-top: 40px;}
    .bottom_cont .map_btn ul li:first-child{margin-right: 10px;}
    .sub_doctor_p_row p{font-size: 17px;}
    .sub_staff_wrap h1{font-size: 25px; line-height: 35px;}
    .sub_staff_wrap li .en{font-size: 13px; display: block}
    .sub_staff_wrap .sm-txt{font-size: 16px;}
    .sub_staff_wrap li{font-size: 16px; width:20%; line-height: 27px;}
    .sub_implant_special.he-st{height: 340px;}
    .sub_section_title p.lang_en.spacing.natural{padding-top: 60px;}
    .sub_ban_suggest_subtxt.st01{font-size: 16px;line-height: 28px;}
    .sub_ban_suggest_subtxt.st01 br{display: none;}
    .sub_ban_suggest.pointban{font-size: 14px;}
    .nectar-flickity[data-spacing="20px"]:not(.masonry) .flickity-slider .cell{margin:0 0 ;}
    .sub_content_row-01.row .box-inner-wrap{padding:0 0 7px !important;}
    .implant_bg_row01 .sub_ban_maintxt{font-size: 28px !important;}
    .sub_ban_subtxt .sub_ban_subtxt{font-size: 14px !important;}
    .sub_ban_subtxt .sub_ban_subtxt br{display: none;}
    .sub_implant_special{height:700px !important;}
    .img_ml_st01{width:34% !important; margin: 0 auto !important;}
    .sub_implant_special.implant_bg_row01.st{height:630px !important;}
    .dtd{left:42% !important;}
    .sub_correction_damon.clippyc .vc_column-inner{padding:30px 0 0 !important;}
    .sub_correction_damon.clippyc{height:1158px;}
    .bg_none_mo.vc_custom_1740037012702{background-color: transparent !important;}
    .sub-symptom.invisalign .row-bg{height: 220px !important; background-size: cover;}
    .main_treatment_row .nectar-flickity .wpb_text_column p{font-size: 15px;}
    .sub_menu_wrap.eight.row-st li:last-child{width:100%;}
    .sub_menu_sub li:last-child{width:100% !important;}
    .sub_menu_sub.device-type li:last-child{width:50% !important;}
    .sub_menu_sub.device-type-01 li:last-child{width:50% !important;}
    
}

@media screen and (max-width:690px){
    .dtd{left:0 !important;}
    .sub_correction_damon.clippyc{height:1080px;}
    .sub_correction_invisalign{height:770px;}
    .sub_row_bg.nopd{height:auto !important;}
    .sub_row_bg_high.he_st{height: 470px !important;}
    .implant_bg_row01 .sub_ban_maintxt{font-size: 19px !important;}
    .sub_section_title p.lang_en.spacing.natural{padding-top: 30px;}
    .sub_content_row-01.row .box-inner-wrap{padding:5% 7% !important;}
    .sub_implant_special{height:600px !important;}
    .sub_implant_special.implant_bg_row01.st{height:470px !important;}
    body .vc_row.top_padding_phone_30px{padding-top: 110px !important;}
    
}

@media screen and (max-width:400px){
    .global_section_location ul li.sat{margin-bottom: 52px !important;}
    .global_section_location ul li.sat::after{bottom:-36px;}
    
}



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

    파주365치과의원 추가 class 

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

/* header */
.nectar-header-text-content {padding: 0 !important;}
.nectar-header-text-content > div {
    padding-left: 19vw;
}
.nectar-header-text-content .header-tel {
    font-family: 'SUIT', sans-serif !important;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -1.2px !important;
    color: #5caa94 !important;
    padding: 10px 26px 16px;
    background-color: #f4f5f3;
    border-radius: 100px;
    transition: 0.2s ease-in-out !important;
}
.nectar-header-text-content .header-tel_sm {
    font-family: 'Pretendard', sans-serif !important;
    font-size: 14px;
    font-weight: 400;
    color: #242424 !important;
    letter-spacing: -0.42px;
    display: block;
    padding-bottom: 3px;
    transition: 0.2s ease-in-out !important;
}
.nectar-header-text-content .header-tel::after {display: none !important;}

.nectar-header-text-content .header-tel:hover {
    background-color: #000;
    color: #fff !important;
}
.nectar-header-text-content .header-tel:hover .header-tel_sm{color: #fff !important;}

.header_right_icon {
    position: absolute;
    top: 40px;
    right: -48vw;
}
.header_right_icon > ul {
    display: flex;
    align-items: center;
    gap: 18px;
}

/* footer */
.footer_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #fff;
    padding-bottom: 24px;
}
#footer-outer .footer_top p.footer_link a {
    font-size: 16px;
    letter-spacing: -0.8px;
    color: #dbdbdb !important;
    padding-right: 16px;
}
#footer-outer .footer_top > a.footer_tel {
    font-family: 'Gyeonggi_Batang_Regular', serif !important;
    font-size: 42px;
}
#footer-outer .footer_top > a.footer_tel::before {
    content: "";
    display: inline-block;
    width: 36px;
    height: 36px;
    background: url(/wp-content/uploads/2025/06/footer_tel_icon.png) center center no-repeat;
    background-size: contain;
    margin-right: 16px;
    vertical-align: bottom;
}
.footer_bottom {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
}
#footer-outer .footer_bottom .info {
    text-align: left;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: -0.75px;
    color: #fff;
}
#footer-outer .footer_bottom .copyright {
    text-align: left;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: -0.75px;
    color: #dbdbdb;
}
#footer-outer .footer_bottom .bottom_right img {width: 199px;}

/* Quick Menu */
#quick_menu {
    position: fixed;
    top: 40%;
    right: 30px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
}
#quick_menu li { 
    list-style: none;
    width: 100%;
}
#quick_menu li a { 
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
#quick_menu li.top {margin-bottom: 10px;}
#quick_menu li.top img {transition: 0.3s ease-in-out;}
#quick_menu li.top:hover img {
    transform: translateY(-7px);
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.2));
}
#quick_menu li.top span {display: none;}
#quick_menu li.bottom {
    background-color: #fff;
    padding: 0 14px;
}
#quick_menu li.bottom:nth-child(2) {
    border: 1px solid #f0f0f0;
    border-bottom: 0;
    border-radius: 30px 30px 0 0;
}
#quick_menu li.bottom:nth-child(3) {
    border: 1px solid #f0f0f0;
    border-top: 0;
    border-bottom: 0;
}
#quick_menu li.bottom:nth-child(4) {
    border: 1px solid #f0f0f0;
    border-top: 0;
    border-radius: 0 0 30px 30px;
}
#quick_menu li.bottom a {
    border-bottom: 1px solid #f0f0f0;
}
#quick_menu li.bottom:last-child a {border-bottom: 0;}
#quick_menu li.bottom:nth-child(2) a {padding: 24px 0 16px !important;}
#quick_menu li.bottom:nth-child(3) a {padding: 16px 0 !important;}
#quick_menu li.bottom:nth-child(4) a {padding: 16px 0 24px !important;}
#quick_menu li.bottom a span {
    font-size: 13px;
    font-weight: 300;
    color: #000;
    letter-spacing: -0.65px;
    line-height: 1;
    padding-top: 10px;
}
#quick_menu li.bottom a:hover span {color: #0088d6;}
#quick_menu li.bottom img {
    width: 22px;
}

/* common */
.title_copy .heading-line > div {
    font-weight: 300;
    letter-spacing: -2.7px;
}
.title_copy .heading-line > div strong {
    font-weight: 500;
    letter-spacing: -2.7px;
}
.txt_en_copy p {
    font-family: 'Gyeonggi_Batang_Regular', serif !important;
    font-size: 20px;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: #5caa94;
    padding: 12px 0 60px !important;
}
.txt_copy p {
    font-family: 'Gyeonggi_Batang_Regular', serif !important;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.54px;
    color: #3c3d3c;
}
.txt_copy.big p {
    font-size: 21px;
    line-height: 38px;
}

.sub_en_copy p {
    font-size: 18px;
    padding: 8px 0 50px !important;
}
.sub_en_copy.no_bottom_pd p {padding-bottom: 0 !important;}

.nectar-flickity[data-control-style=material_pagination] .flickity-page-dots .dot.is-selected:before {
    box-shadow: inset 0 0 0 5px #79b7a5 !important;
    background-color: #79b7a5 !important;
}
.nectar-flickity[data-control-style=material_pagination] .flickity-page-dots {
    bottom: -50px !important;
}

.nectar-split-heading,
.nectar-split-heading .heading-line,
.nectar-split-heading div {transition: 800ms !important;}

.sub_diff_heading {
    font-size: 48px;
    line-height: 1.3;
    font-weight: 500;
    letter-spacing: -2.4px;
}

.sub_copy p {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.9px;
}

.sub_sec .title_copy.sub_title_copy h1,
.sub_sec .title_copy.sub_title_copy h2 {
    font-weight: 500;
    letter-spacing: -2.4px;
}


/* main */

.main_sec.main_doctor {
    padding-left: calc((100vw - 1440px) / 2 + 5%);
}
.main_sec.main_doctor .txt_en_copy p{padding: 4px 0 40px !important;}
.btn_doctor .text {
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 0;
    padding-right: 8px;
}
.btn_doctor .link_text {
    font-size: 25px;
    font-weight: 300;
    letter-spacing: -0.75px;
    color: #929496 !important;
}
.txt_doctor {padding: 20px 0;}

.main_doctor_history {
    display: flex;
    align-items: center;
}
.main_doctor_history::before {
    content: url(/wp-content/uploads/2025/06/main_doctor_hst.png);
    padding-right: 22px;
}
.main_doctor_history > div {flex-grow: 1;} 
.main_doctor_history ul {
    display: flex;
    background-color: #f4f5f3;
    padding: 44px 51% 44px 50px;
}
.main_doctor_history ul li {
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    color: #242424;
    letter-spacing: -0.48px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.main_doctor_history ul li.left {flex-grow: 1;}
.main_doctor_history ul li.right {width: 39%;}
.main_doctor_img {
    position: absolute !important;
    bottom: 0;
    left: 38%;
}

.divider-wrap .divider-vertical {
    margin: 0px auto !important;
}

.title_copy.main_achv_tit .heading-line > div {
    font-size: 36px;
    font-weight: 400;
    letter-spacing: -1.2px;
}
.title_copy.main_achv_tit .heading-line > div strong {
    font-weight: 600;
    color: #1a6651;
    font-size: 48px;
    letter-spacing: -2.6px;
}

.main_link_tit div{color: #fff;}
.main_link_tit .text_sm {
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    font-weight: 300;
    letter-spacing: -1px;
}
.main_link_tit .text_sm b {
    font-weight: 500;
    color: #fff;
    text-decoration: underline;
}
.main_link_txt p {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: -1px;
    color: #fff;
    padding-top: 20px;
}
.main_link_timetable {
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 30px;
    padding: 45px 80px;
    width: 75%;
    margin: 0 auto;
}
.main_link_timetable .list {
    font-size: 17px;
    font-weight: 300;
    color: #000;
    letter-spacing: -0.85px;
    white-space: nowrap;
    padding-top: 14px;
}
.main_link_timetable .list:first-child {padding-top: 0;}
.main_link_timetable .list .point {
    font-size: 19px;
    font-weight: 500;
    color: #236242;
    width: 146px;
    display: inline-block;
    letter-spacing: -0.95px;
}
.main_link_tel p {
    text-align: center;
    padding-top: 36px;
}
.main_link_tel p a {
    font-size: 20px;
    letter-spacing: -1px;
    font-weight: 600;
    color: #fff;
}
.main_link_tel p a .tel_num {
    font-family: 'GyeonggiBatangBold', serif !important;
    font-size: 42px;
    letter-spacing: 0px;
    padding-left: 16px;
}

.nectar-scrolling-text-inner__text-chunk {animation-duration: 400s !important;}
.nectar-scrolling-text-inner__text-chunk em {
    font-size: 200px;
    font-weight: 800;
    line-height: 0.7 !important;
    font-stretch: 96%;
    letter-spacing: 0;
    text-transform: uppercase;
    -webkit-text-stroke-width: 1px !important;
}
.main_treatments .nectar-fancy-box[data-style=hover_desc] {padding: 40px 30px;}
.main_treatments .nectar-fancy-box .box-bg {
    height: 100%;
    width: 100%;
}
.main_treatments .nectar-fancy-box .inner .heading-wrap {
    font-family: 'Gyeonggi_Batang_Regular', serif !important;
    font-size: 27px;
    letter-spacing: -1.4px;
}
.main_treatments .nectar-fancy-box .inner .hover-content {
    font-size: 18px;
    letter-spacing: -0.9px;
    max-width: 100%;
    margin-top: 20px;
}

.main_special {
    padding-left: calc((100vw - 1410px) / 2);
    padding-right: 4%;
}
.main_spec_bgimg {
    opacity: 60% !important;
    transform: translate(-252px, 102px) !important;
}
.main_achv_tit p {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -1.4px;
    padding: 36px 0 14px !important;
}
.main_achv_txt p {
    font-size: 19px;
    line-height: 29px;
    letter-spacing: -0.95px;
    color: #6e6e6e;
}

.bfaf_wrap::after {
    position: absolute;
    content: "";
    display: block;
    width: 100vw;
    height: 1px;
    background-color: #c9c9c9;
    left: 50%;
    top: 46%;
    transform: translateX(-50%);
}
.main_bfaf_txt p {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -1px;
    padding-top: 30px;
}
.main_bfaf .twentytwenty-handle {top: 88%;}
.main_bfaf .twentytwenty-handle::before {
    content: "";
    position: absolute;
    display: block !important;
    background-color: #5dab95;
    height: 400px !important;
    width: 2px !important;
    top: -235%;
    left: 49% !important;
    transform: translateY(-50%);
    margin: 0 !important;
}

.main_location_row h2 {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 60px;
    font-weight: 300;
    color: #393939;
    letter-spacing: 0;
    line-height: 1;
}
.main_location_row h3.tit_li {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.1px;
    padding-top: 40px;
    padding-bottom: 16px !important;
    margin-bottom: 0 !important;
    line-height: 1;
}
.main_location_row .address {
    font-size: 19px;
}
.main_location_row .btn_naver {margin-right: 16px;}
.main_time_table table {width: auto !important;min-width: 76%;}
.main_time_table th {
    font-size: 18px;
    font-weight: 400 !important;
    color: #000;
    letter-spacing: -0.9px;
    border-color: #ebebeb;
    text-align: center !important;
    padding: 14px;
    background-color: rgba(228, 228, 228,0.6);
}
.main_time_table td {
    font-size: 17px !important;
    font-weight: 400 !important;
    color: #414141;
    letter-spacing: -0.85px;
    border-color: #ebebeb;
    text-align: center !important;
    padding: 16px;
}
.main_location_bgimg {
    position: absolute !important;
    top: -23px;
    right: -35%;
    z-index: -1;
}

/* 공통하단 */
.bottom_cont .vc_col-sm-4 > .vc_column-inner {padding: 60px 60px 40px !important;}
.bottom_cont .vc_col-sm-4:first-child > .vc_column-inner {padding: 60px 40px 40px !important;}

.bottom_cont .main_txt {
    font-size: 28px;
    font-weight: 600;
    padding-bottom: 28px;
    line-height: 35px;
}
.bottom_cont .main_txt.c_white p,
.bottom_cont .sub_txt.c_white p {
    color: #fff !important;
}
.bottom_cont .sub_txt {
    font-size: 18px;
    line-height: 28px;
}

.sub_txt_address p {
    font-size: 24px;
    font-weight: 500;
    color: #5e5e5e;
}
.sub_bottom_btn_box > .vc_column-inner > .wpb_wrapper {justify-content: center;}
.bottom_cont .main_time_table table {
    width: 100% !important;
    min-width: auto;
    margin-top: 30px !important;
}
.bottom_cont .main_time_table p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    letter-spacing: -0.8px;
    color: #414141;
}

/* sub */
.sub_diff_box > .vc_column-inner {
    border-radius: 50px;
    overflow: hidden;
    padding: 100px;
}
.sub_diff_box_wrap .title_copy.sub_title_copy div {
    color: #fff !important;
    font-weight: 600 !important;
}
.sub_diff_txt p {
    font-size: 19px;
    line-height: 32px;
    font-weight: 300;
    letter-spacing: -0.95px;
}
.sub_diff_box_wrap .sub_diff_txt p {
    color: #fff !important;
}
.sub_diff_high_txt p {
    font-family: 'GyeonggiBatangBold', serif !important;
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: -1.2px;
    color: #25856a;
}

.sub_subject_sec .sub_en_copy p {
    padding: 8px 0 36px !important;
}

.sub_copy.sub_subject_txt p {
    color: #3c3d3c;
}

.sub_case_sec .vc_col-sm-5 {
    width: 45%;
}
.sub_case_sec .vc_col-sm-7 {
    width: 55%;
}
.sub_case_num {
    position: absolute;
    transform: translate(-50%, -50%);
    left: -50px;
    top: 50%;
    display: flex;
    justify-content: center;
}
.sub_case_num p {
    background-color: #2eb69b;
    border-radius: 100px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 46px;
    height: 46px;
}
.sub_case_five_sec .sub_ban_suggest_box .vc_column-inner {padding: 40px 40px 50px;}
.sub_case_five_sec .nectar-carousel-fixed-content h2 {
    font-size: 40px;
    font-weight: 500;
    line-height: 52px;
    margin-bottom: 0 !important;
}
.sub_case_five_sec .nectar-carousel-fixed-content h4 {
    font-family: 'Gyeonggi_Batang_Regular', serif !important;
    font-size: 18px;
    font-weight: 400;
    padding: 10px 0 48px;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    color: #5caa94;
    margin-bottom: 0 !important;
}
.sub_case_five_sec .nectar-carousel-fixed-content p {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.9px;
    color: #3c3d3c;
}
.sub_case_five_sec .sub_case_num.sub_case_num_five {
    position: static;
    transform: translate(0, 0);
    padding-bottom: 20px;
}

.sub_link .main_link_tit div strong {color: #fff !important;}

.sub_table_vs table {
    max-width: 1310px;
    margin: 0 auto !important;
    border-color: #f7f7f7 !important;
}
.sub_table_vs thead th {
    border: 2px solid #f7f7f7 !important;
    font-family: 'GyeonggiBatangBold', serif !important;
    font-size: 24px;
    letter-spacing: -1px;
    color: #fff;
    background-color: #5dab95;
    text-align: center !important;
    padding: 13px !important;
    width: 17.4% !important;
}
.sub_table_vs th.transparent_bg {
    background-color: #f7f7f7;
    width: 12.2% !important;
}
.sub_table_vs tbody th {
    border: 2px solid #f7f7f7 !important;
    font-family: 'GyeonggiBatangBold', serif !important;
    font-size: 24px;
    letter-spacing: -1px;
    color: #fff;
    background-color: #248368;
    text-align: center !important;
    padding: 30px 5px !important;
    width: 12.2% !important;
}
.sub_table_vs tbody td {
    border: 2px solid #f7f7f7 !important;
    font-size: 19px !important;
    font-weight: 300;
    letter-spacing: -1px;
    color: #000000;
    background-color: #fff !important;
    text-align: center !important;
    padding: 30px 5px !important;
}

.sub_step_sec .carousel-dynamic-wrapper {
    overflow: visible !important;
}
.sub_step_num p {
    text-transform: uppercase;
    letter-spacing: 0;
    color: #5f5f5f;
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 25px !important;
}
.sub_step_tit {
    font-family: 'GyeonggiBatangBold', serif !important;
    font-size: 27px;
    letter-spacing: -1.2px;
    color: #5baa94;
    padding-top: 36px;
    margin-bottom: 0 !important;
}
.sub_step_txt {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.9px;
    color: #000000;
    padding-top: 20px;
}

.sub_diff_result {
    font-size: 30px;
    line-height: 44px;
    font-weight: 500;
    letter-spacing: -1.5px;
}

.page-id-6378 .sub_step_sec .nectar-flickity .vc_column-inner {min-height: 600px;}
.page-id-6361 .sub_step_sec .nectar-flickity .vc_column-inner,
.page-id-6365 .sub_step_sec .nectar-flickity .vc_column-inner {min-height: 648px;}

.sub_caution_list ul {
    width: fit-content;
    margin: 0 auto !important;
}

.sub_copy.sub_subject_txt p strong {
    font-weight: 500;
    color: #71b790;
    font-size: 17px;
    padding-top: 10px;
    display: inline-block;
}

.plus_information {
    display: inline-block;
    background-color: #368770;
    color: #fff;
    border-radius: 100px;
    width: 25px;
    margin-left: 3px;
    position: relative;
    cursor: pointer;
}
.plus_information::after {
    content: "치약을 사용하지 않고 주방세제 혹은 전용 세제를 이용해 세척해야 오래 사용이 가능합니다.";
    position: absolute;
    width: 160px;
    font-size: 16px;
    transform: translateX(-50%);
    left: 12px;
    top: 33px;
    background-color: #368770;
    padding: 20px 30px;
    border-radius: 30px;
    z-index: 99;
    display: none;
}
.plus_information:hover::after {
    display: block;
}

.sub_ban_suggest_subtxt.list {
    position: relative;
    padding-left: 10px;
    text-align: left;
}
.sub_ban_suggest_subtxt.list::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #1ba6eb;
    font-weight: 800;
}

.emergency p {
    padding: 10px 27px !important;
    line-height: 1;
    background-color: #1ba6eb;
    border-radius: 100px;
    color: #fff;
    position: relative;
    font-size: 20px;
    display: inline-block;
}
.emergency p::after {
    content: url(/wp-content/uploads/2025/06/emergency_before.png);
    display: block;
    position: absolute;
    bottom: -13px;
    left: 19px;
}

.txt_copy.godic_txt p.list {
    font-family: 'Pretendard', sans-serif !important;
    padding: 6px 30px !important;
    background: url(/wp-content/uploads/2025/06/sub_checkicon.png) no-repeat left center;
}

.main_location_row .address > a {
    font-family: 'Gyeonggi_Batang_Regular', serif !important;
    font-size: 42px;
}
.main_location_row .address > a::before {
    content: "";
    display: inline-block;
    width: 36px;
    height: 36px;
    background: url(/wp-content/uploads/2025/06/footer_tel_icon.png) center center no-repeat;
    background-size: contain;
    margin-right: 16px;
}

h2.sns_title {
    font-family: 'Gyeonggi_Batang_Regular', serif !important;
    font-size: 30px;
    letter-spacing: -1.5px;
    color: #242424;
}
p.sns_txt {
    font-size: 19px;
    line-height: 28px;
    padding-top: 5px;
    letter-spacing: -0.9px;
    color: #9d9d9d;
}

.policy_content h4 {
    font-size: 19px;
    line-height: 33px;
    font-weight: 400;
    letter-spacing: -0.95px;
    padding: 40px 50px;
    margin-bottom: 0px !important;
    background-color: #f7f7f7;
    border-radius: 20px;
}
.policy_content h3 {
    font-size: 21px;
    letter-spacing: -0.95px;
    margin: 30px 30px 10px !important;
    color: #242424;
}
.policy_content p {
    font-size: 17px;
    line-height: 31px;
    letter-spacing: -0.85px;
    color: #7b7b7b;
    padding: 0 40px;
}

.image-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 10px;
}

.image-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  grid-column: span 1;
  height: auto;
  filter: drop-shadow(0 0 3px #00000010);
  border-radius: 5px;
  overflow: hidden;
  transition: filter ease 0.2s;
}

.image-grid img.largest {
  grid-column: span 2;
  grid-row: span 2;
}

.image-grid img.wide {
  grid-column: span 2;
  height: auto;
}

.image-grid img.tall {
  grid-row: span 2;
  height: auto;
}
.image-grid img:nth-child(3),
.image-grid img:nth-child(4) {filter: grayscale(1);}
.image-grid img:nth-child(3):hover,
.image-grid img:nth-child(4):hover {filter: grayscale(0);}

.doctor_img_banner > .vc_column-inner {
    padding: 7%;
}
.sub_greeting_name h5 {
    font-size: 17px;
    letter-spacing: -0.85px;
}
.sub_greeting_name h3 {
    font-size: 36px;
    font-family: 'Gyeonggi_Batang_Regular', serif !important;
    color: #2c661a;
}
.sub_greeting h3 {
    font-size: 24px;
    font-family: 'Gyeonggi_Batang_Regular', serif !important;
    font-weight: 400;
    color: #234d41;
    position: relative;
    display: inline-block;
}
.sub_greeting h3::before {
    content: url(/wp-content/uploads/2025/06/sub_greeting_before.png);
    position: absolute;
    left: -12px;
    top: -4px;
}
.sub_greeting h3::after {
    content: url(/wp-content/uploads/2025/06/sub_greeting_after.png);
    position: absolute;
    right: -12px;
    top: -4px;
}
.sub_greeting p {
    font-size: 17px;
    line-height: 28px;
    font-weight: 400;
    color: #7b7b7b;
}

.part h4, .list h4 {
    font-size: 22px;
}
.list ul {
    padding-bottom: 20px;
}
.list ul:last-child {
    padding-bottom: 0;
}
.list li {
    font-size: 17px;
    color: #4f4f4f;
    font-weight: 300;
    padding: 0 20px 6px;
    letter-spacing: -0.85px;
    position: relative;
}
.list li::before {
    content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 100px;
    background-color: #1ba6eb;
    left: 4px;
    top: 10px;
}
.part li {
    font-size: 19px;
    color: #5caa94;
    font-weight: 600;
    padding: 30px 0 0;
    letter-spacing: -0.85px;
    position: relative;
}
.part .copy_content{
    font-size: 17px;
    color: #4f4f4f;
    font-weight: 300;
    letter-spacing: -0.85px;
}
.part .bg_num {
    position: absolute;
    left: -23px;
    top: 14px;
    font-size: 47px;
    letter-spacing: -0.5px;
    color: #000;
    opacity: 0.06;
    font-weight: 700;
    z-index: -1;
}
.horizon {
    display: flex;
}
.horizon ul {
    min-width: 38%;
}

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


/* 관리자 */
#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;
}
