@charset "UTF-8";
/*@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');*/
/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;400&display=swap'); */
@import url('./font/font.css');

/*
* File       : samc.css
* Author     : sseung_a
* Project    : SUM Animal Medical Center
* type       : STYLE
*
* 1| RESET
* 2| TYPE
* 3| ROW
* 4| FONTS
* 5| PAGE
* 6| QUICK-MENU

해상도에 따른 css 부르기
< link rel="stylesheet" media="screen and (min-width: 640px)" href="example1.css">
< link rel="stylesheet" media="screen and (min-width: 1024px)" href="example2.css">
*/

/* ++++++++++++++++++++++++++++++++++++++++ *
    RESET
* ++++++++++++++++++++++++++++++++++++++++ */
/*-----------------------------------------------------------------
    reset
-----------------------------------------------------------------*/
@media (prefers-color-scheme: dark) {
  html,
  body {
    background: #fff !important;
    background-color: #fff !important;
  }
}

html, body {
  color-scheme: light; /* 강제로 라이트 모드 */
  background: #fff !important;
    background-color: #fff !important;
}



html {
    /* Prevent font scaling in landscape */
    -webkit-text-size-adjust: none; /*Chrome, Safari, newer versions of Opera*/
    -moz-text-size-adjust: none; /*Firefox*/
    -ms-text-size-adjust: none; /*Ie*/
    -o-text-size-adjust: none; /*old versions of Opera*/
}

/* body,
header{
    max-width: 1920px!important;
    margin: 0 auto!important;
}*/

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p,
body a,
body strong,
body div,
body dd,
body dt,
body td,
body th,
body ul,
body li,
body select,
body button,
body .gform_wrapper * {
    font-family:'Pretendard', '맑은고딕', 'MalgunGothic', sans-serif !important; 
    word-break: keep-all;
    line-height: 1.6;
    color: #0a0a0a;
}
.light * {
    color: #fff !important;
}
body strong {
    font-family: inherit !important;
    line-height: inherit;
    letter-spacing: inherit!important;
}
div h1,
div h2,
div h3,
div h4 {
    margin: 0 ;
    line-height: 1.25!important;
    font-weight: 500;
    letter-spacing: -1.5px !important;
}
body .row .col h3,
body .row .col h4 {
    margin-bottom: 0;
}

div h5,
div h6 {
    margin: 0 ;
}

body p,
body li,
body dl {
    font-weight: 400;
    padding-bottom: 0;
    font-size: 18px;
}
body:not(.home) p,
body:not(.home) li {
    font-size: 19px;
}
body strong {
    color: inherit;
}
body li {
    padding-bottom: initial;
}
body p:last-child,
body li:last-child {
    padding-bottom: 0;
}

body .wpb_column[data-cfc="true"] p {
    color: var(--color_gray01);
}

body .light p {
    font-weight: 300;
}


ul > li {
    list-style: none !important;
}

body ul {
    margin-left: 0 !important;
    margin-bottom: 0;
}

body div a {
    color: inherit;
}
a:hover {
    text-decoration: none;
    color: inherit;
}

.row .col img {
    margin-bottom: 0 !important;
}


body[data-bg-header="true"] .container-wrap,
body.single-portfolio .container-wrap,
body.page-template-template-portfolio-php .container-wrap,
body.tax-project-type .container-wrap {
    padding-bottom: 0px !important;
}

.container-wrap {
    padding-bottom: 0 !important;
}

body.material .wpb_wrapper>.wpb_content_element, 
body.material .wpb_wrapper>.wpb_row,
body.material .wpb_wrapper>.wpb_row.half_img_con:has(.nectar-cta ) {
  margin-bottom: 1.5em;
}

body.material .wpb_wrapper>.wpb_content_element.wpb_text_column,
body.material .wpb_wrapper>.wpb_row:has(.nectar-cta ),
body.material .wpb_wrapper>.wpb_row:last-child,
body.material .wpb_content_element, 
body.material .wpb_row,
body.material .wpb_wrapper>.wpb_content_element:has(#map),
body.material .wpb_row:has(.nectar-highlighted-text),
body.material .wpb_row:has(.nectar-post-grid),
body.material .wpb_wrapper>.wpb_content_element.radius-tab {
  margin-bottom: 0px;
} 

body .wpb_wrapper>div {
    margin-bottom: 0px;
}

body .nectar-post-grid[data-grid-spacing="15px"] .nectar-post-grid-item {
    margin-top: 0;
}

body[data-header-resize="1"] .container-wrap {
    padding-top: 0 !important;
}

body .row,
body div.clear {
    padding-bottom: 0px;
}

.img-with-aniamtion-wrap .hover-wrap {
    margin-bottom: 0px !important;
}

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

.col.center {
    text-align: center;
    justify-content: center;
}



body .animated .nectar-scribble.circle {
    width: 110%;
    height: 170%;
    top: -40%;
    left: -5%;
}

body .mg_B_0 {
    margin-bottom: 0!important;
}


/* ++++++++++++++++++++++++++++++++++++++++ *
    TYPE
* ++++++++++++++++++++++++++++++++++++++++ */
a:link, a:active, a:visited{text-decoration: none;}
a:hover{color:#777; text-decoration: none;}
.f_L {float:left}
.f_R {float:right}
.txt_center{text-align: center;} 
.txt_L{text-align:left;}
.txt_R{text-align:left;}

 /* COLOR */
.color_white{color:#fff;}
.color_white:hover{color:#fff;}
.color_style01{color:#00772e!important;}
.color_style02{color:#ffd821!important;}
.color_style03{color:#ffe381!important;}

/* point-type */
span.point-txt{/*margin-right:0.5em;*/ display: inline-block; margin-top: 10px; padding: 0px 15px; color:#fff; background-color: #ff7a95; font-weight: 500; border-radius: 30px; line-height: 2; }
span.point-txt.style2{padding: 0.2em 0.8em; color:#111; background-color: #dbf5d8;  border-radius: 0; margin-bottom: 15px; font-weight: 600; font-size: 20px; line-height: 1.5;}
span.point-txt.style3{background-color: #7a7a7a; font-size: 18px;}
span.point-txt.style4{background-color: #6da283; font-size: 18px;}
/* p:has(.style2) {padding-bottom: 20px!important;} */

/* accent */
span.accent{display:inline-block; margin-bottom:15px; font-size: 20px; font-weight: bold; letter-spacing: -1px!important; }

/* table */
.table-line th:first-child, .table-line td:first-child{border-left: 0 !important; }
.table-line th:last-child, .table-line td:last-child{border-right: 0 !important;}
.table-line tr:nth-child(odd) td{background: #f4f4f4;}
.table-line tr:hover{background-color: #fff9e4 !important;}
.table-line th {padding: 20px 0 !important; font-weight: 800;  font-size: 22px;  text-align: center;  border-top: 2px solid #111 !important;  border-bottom: 2px solid #111 !important; text-align: center !important;}
.table-line td {display:table-cell; width:1%; padding: 20px 15px !important;  font-size: 100% !important; background-color: transparent !important; text-align: center;}
.table-line td.title{font-size: 110% !important; font-weight: 800; text-align: left;}

/* grid style */
.grid-half dl{width: 50%; padding:0 15px; float: left; font-size: 0;}
.grid-half dl:first-child{padding-left: 0;}
.grid-half dt{margin:10px 0; font-size: 20px; font-weight: 800; letter-spacing: -2px!important; }
.grid-half dd{position:relative; padding-bottom: 10px; font-size: 19px; letter-spacing: -1px!important; }
.grid-half dd::before{content: ''; display: block; position: absolute; left: 0; top: 14px; width: 8px; height: 2px; background-color: #000;}

/* icon엘리먼트 클래스 */
.img-text-normal .iwithtext .iwt-text { padding-left: 140px;}
body .row .img-text-normal .col .iwithtext .iwt-icon img{width: 120px;}

/* btn 버튼 타입*/
body[data-button-style*="slightly_rounded"] .nectar-button.btn-normal{padding: 0.5em 1.5em; font-family:'Pretendard', '맑은고딕', 'MalgunGothic', sans-serif !important; font-weight: bold !important;  border-radius: 50px !important;  font-size: 19px; color:#fff; background-color: #111 !important; letter-spacing: -1px!important; }
body[data-button-style*="slightly_rounded"] .nectar-button.btn-normal.reversal{background-color: #fff !important; color:#111 !important; }
body[data-button-style*="slightly_rounded"] .nectar-button.btn-normal.style1{background-color: #ffe381 !important; color:#111 !important;}
body[data-button-style*="slightly_rounded"] .nectar-button.btn-l{padding: 0.8em 1.7em; font-family:'Pretendard', '맑은고딕', 'MalgunGothic', sans-serif !important; font-weight: bold !important; border-radius: 50px !important;  font-size: 24px; color:#fff; background-color: #111 !important; letter-spacing: -1px!important;}
body[data-button-style*="slightly_rounded"] .nectar-button.btn-l.reversal{background-color: #fff !important; color:#111 !important; }
body[data-button-style*="slightly_rounded"] .nectar-button.btn-l.style1{background-color: #ffe381 !important; color:#111 !important;}


.link_wrap {line-height: 1;}
.cta_btn .link_text {
    color: #000!important;
    font-size: 18px;
    font-weight: 400;
}
.cta_btn.mini .link_text {
    font-size: 16px;
}
.cta_btn.white .link_text,
.cta_btn.white[data-style="material"] .link_text:hover {
    color: #fff!important;
}
.cta_btn.white .link_wrap .circle {
    background-color: #fff!important;
}
.cta_btn.white .link_wrap .arrow:before {
    color: #000000!important;
}

.cta_btn[data-style="material"] .link_text:hover {
    color: #196e39!important;
}

.nectar-cta[data-style="material"] .link_wrap:hover .circle {
    background-color: #196e39;
}
body .nectar-cta[data-style="material"] .link_wrap .arrow:before, 
body .nectar-cta[data-style="material"] .link_wrap .arrow:after {
    margin-top: -11px;
    height: 25px;
    line-height: 25px;
    width: 25px;
}

body .round_btn .link_wrap {
    display: inline-block;
    padding: 7px 25px;
}

body[data-button-style*="slightly_rounded"] .round_btn.nectar-cta:not([data-style="material"]) .link_wrap {
    border-radius: 30px!important;
    -webkit-border-radius: 30px !important;
}
.light .nectar-cta[data-color="white"] .line {
    background-color: #000!important;
}
.round_btn.nectar-cta[data-using-bg=true] .text {
    margin-right: 0px;
}
.round_btn.bottom {
    padding-top: 60px;
}

.bg_btn .link_wrap {
    display: block;
    text-align: center;
    padding: 5px;
    margin-top: 20px;
}
.bg_btn .link_text {
    color: #fff !important;
}


/* ++++++++++++++++++++++++++++++++++++++++ *
    ROW
* ++++++++++++++++++++++++++++++++++++++++ */
.row_none{display:none;}
.row_pd_reset{padding:0 0 !important;}
.row_mg_reset{margin: 0 0 !important;}
/* .row_pd_reset > .vc_column-inner{padding:0 0 !important;} */

.row-space-top{margin-top:60px;}

.row_mg_0{margin:0px;}
.row_mgb_15{margin-bottom:15px;}
.row_mgb_20{margin-bottom:20px;}
.row_mgb_30{margin-bottom:30px;}
.row_mgt_15{margin-top:15px;}
.row_mgt_20{margin-top:20px;}
.row_mgt_30{margin-top:30px;}

.row_pd_0{padding:0px;}
.row_pdb_15{padding-bottom:15px}
.row_pdb_20{padding-bottom:20px;}
.row_pdb_30{padding-bottom:30px;}
.row_pdt_15{padding-top:15px;}
.row_pdt_20{padding-top:20px;}
.row_pdt_30{padding-top:30px;}
.row_pdt_50{padding-top:50px;}
.row_pdt_80{padding-top:80px;}

/* ++++++++++++++++++++++++++++++++++++++++ *
    FONTS
* ++++++++++++++++++++++++++++++++++++++++ */
body,th,td,input,select,textarea,button,body p,span,a, ul, li, div, h1, h2, h3, h4, h5, h6, strong, dl, dt,dd {font-family:'Pretendard', '맑은고딕', 'MalgunGothic', sans-serif;  letter-spacing: -0.3px!important;}
.bold, strong, b{font-family:'Pretendard', '맑은고딕', 'MalgunGothic', sans-serif !important; }
@font-face { font-family:'Pretendard'; font-style: normal; src: local("☺"),/* 웹 브라우저가 지원하지 않는 불필요한 웹 폰트 호출을 막는데 사용 */}


.ft-en, .ft-en *{font-family: 'Montserrat', sans-serif !important; letter-spacing: -0.3px!important; }

.fw_normal{font-weight: 400;}
.fw_100{font-weight: 100;}
.fw_500{font-weight: 500;}
.fw_700{font-weight: 700;}

.ft_xxs{font-size: 13px;}
.ft_xs{font-size: 15px;}
.ft_s,.ft_s p{font-size: 16px;}
.ft_normal,.ft_normal p{font-size: 18px; line-height: 1.75; word-break: keep-all;}
.ft_l{font-size: 24px;}
.ft_xl{font-size: 28px;}
.ft_xxl{font-size: 32px;}

body h4 {font-size: 38px; letter-spacing: -1.5px!important;}
body h5 {font-size: 32px; }

.body-type-small p{font-size: 17px; word-break:keep-all;  }
.body-type-normal p{font-size: 19px; word-break:keep-all; }
.body-type-normal span.point-txt.style2 {margin: 0!important;}
.body-type-l {width: 90%;}
.body-type-l h5 {font-size: 34px;}
.body-type-l h6 {font-size: 24px; padding-bottom: 15px;}
.body-type-l p{font-size: 21px; line-height: 1.6; word-break:keep-all;  }
.body-type-l strong {margin-bottom: 30px; display: inline-block; font-size: 21px;}

body .inbox-text-l p {font-size: 38px; line-height: 1.3; letter-spacing: -2px!important; font-weight: 400; padding-top: 20px; color: #fff!important;}
.inbox-text-l .check_list {margin-top: 10px;}



.dp_none {display: none!important;}

.block_1800 {display: block;}
.none_1800 {display: none;}

.block_1300 {display: none;}
.none_1300 {display: block;}

.dp_show_767 { display: none; }
.dp_none_767 { display: block; }

.block_550 {display: none;}
.none_550 {display: block;}


/* ++++++++++++++++++++++++++++++++++++++++ *
    QUICK-MENU
* ++++++++++++++++++++++++++++++++++++++++ */

.quickmenu {position: fixed; right: 0; top: 25%; width: 85px; z-index: 99; background:linear-gradient(0deg, #ffffff 85%, #196e39); text-align: center; border-radius: 22px 0 0 14px; overflow: hidden; box-shadow: 0 1px 3px rgba(0,0,0,0.05), 0 1px 2px rgba(0,0,0,0.05); }
.quickmenu ul{padding-bottom:0px; margin-left: 0; margin-bottom: 0; }
.quickmenu ul li::marker{content: none;}
.quickmenu ul li a {display:block; margin:0 5px; padding:20px 0 14px; width:auto; height: 100%; text-align: center; font-size: 14px; font-weight: 400; color:#111; border-bottom: 1px solid #ddd; letter-spacing: -1px!important; }
.quickmenu ul li:first-child a{margin:0 0; padding: 25px 0 20px; color:#fff; background-color: #196e39; border-bottom: 0;}
.quickmenu ul li:last-child a {border-bottom: 0;}
.quickmenu ul li a:hover{color:#196e39;}
.quickmenu ul li img {display: block; margin: 0 auto; text-align: center; padding-bottom: 5px;}

.nectar_team_member_overlay.open .team_member_details .title { line-height:1.4 !important; }


/* ++++++++++++++++++++++++++++++++++++++++ *
    PAGE
* ++++++++++++++++++++++++++++++++++++++++ */
/*------------ header ------------ */
body #top nav>ul>li>a {font-size: 19px;}
body #header-outer .sf-menu li ul li.menu-item a {font-size: 16px; padding: 10px; border-radius: 5px;}
body #header-outer #logo, body #header-outer .logo-clone, body #header-outer .logo-spacing {margin-top: 22px; margin-bottom: 22px;}
body #header-outer.transparent #top nav > ul > li > a, body #header-outer.transparent #top nav > .sf-menu > li > a {opacity: 1;}
#slide-out-widget-area.slide-out-from-right-hover .bottom-text { font-size: 14px;  line-height: 1.75;}
body.material #header-outer #top .span_9 nav > ul.sf-menu > li:last-child > a {
        margin-right: 40px!important;
}
body #slide-out-widget-area .ocm-dropdown-arrow {
    color: #fff;
}
body #slide-out-widget-area.slide-out-from-right-hover .inner-wrap>.inner .off-canvas-menu-container li a {
	font-size: 22px;
}
body #slide-out-widget-area .inner .off-canvas-menu-container li>a {
	font-weight: 500;
}

/*------------ header ------------ */
.body #header-outer .scrolled-down {
    background-color: #fff!important; 
}

/*------------ footer ------------ */
.footer_wrap > .col {
    padding: 75px 0;
}
.footer_wrap * {
    font-size: 16px;
}
.footer_wrap .footer_info {
    padding-bottom: 20px;
}
.footer_wrap .footer_info  p {
    line-height: 1.8;
}
.footer_wrap .footer_copy p {
    font-size: 13px;
    opacity: 0.6;
}
.footer_wrap ul {
    display: flex;
    justify-content: right;
    gap: 18px;
}
.footer_wrap ul,
.footer_wrap ul li,
.footer_wrap ul li a {
    line-height: 1;
}
.footer_wrap ul li a {
    display: block;
}
.footer_wrap a:hover {
    opacity: 0.6;
}
.footer_wrap .tel {
    padding : 5px 0;
}
.footer_wrap .tel p a {
    font-size: 38px;
    font-weight: 600;
}
.nectar-global-section:has(.footer_wrap ) {
    border-top: 1px solid #f1f1f1;
}


/*------------ main ------------ */
/* 메인 공통 */
.section > .col {
    padding: 130px 0;
}
.pd_T0 > .col {
    padding-top: 0;
}
.pd_B175 > .col {
    padding-bottom: 175px;
}
.main_title_wrap {
    margin-bottom: 65px!important;
}
.main_title_wrap h5 {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 17px;
    color: #bcbcbc!important;
    padding-bottom: 10px;
    letter-spacing: 1px !important;
    font-weight: 400;
}
.main_title_wrap .green h5 {
    color: #14763a!important;
}
.main_title_wrap h2 {
    font-size: 52px;
    padding-bottom: 20px;
    font-weight: 400;
}

.main_title_wrap p {
    font-size: 21px;
    font-weight: 300;
}

.big.main_title_wrap h5 {
    font-size: 20px;
    padding-bottom: 35px;
}

.big.main_title_wrap h2 {
    font-size: 80px;
    padding-bottom: 35px;
    letter-spacing: -10px !important;
}

.big.main_title_wrap p {
    font-size: 36px;
    font-weight: 200;
}

.big.main_title_wrap p strong {
    font-weight: 400;
}





/* 슬라이드 */
.revolution {margin: 0!important;}
.revolution h1 {line-height: 1!important; letter-spacing: -0.1px !important; }
.revolution h1 b {font-weight: 600!important;}
.revolution h5 {font-family: 'Montserrat', sans-serif !important; opacity: 0.6!important;  letter-spacing: 1px!important; line-height: 1!important;}
.revolution p {letter-spacing: -0.2px !important;}
.revolution #SR7_1_1 .custom .sr7-bullet {
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
}
.revolution #SR7_1_1 .custom .sr7-bullet.sr7-touchhover, 
.revolution #SR7_1_1 .custom .sr7-bullet.selected {
    background: #fff;
}

/* 메인 퀵 */
.main_quick > .col {padding: 50px 0;}
.main_quick .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.main_quick a:hover {opacity: 0.7;}
.main_quick_tel {
    margin-bottom: 0!important;  
}
.main_quick_tel .vc_col-sm-6 ,
.main_quick_list .vc_col-sm-4 ,
.main_quick_tel .vc_col-sm-6 *,
.main_quick_list .vc_col-sm-4 * {
    width: max-content;
    padding-left: 0!important;  
    padding-right: 0!important;  
}
.main_quick_tel .vc_column-inner > .wpb_wrapper,
.main_quick_list .vc_column-inner > .wpb_wrapper {
    padding: 0 30px!important;  
    border-right: 1px solid #e4e4e4;
}
.main_quick_tel .vc_col-sm-6:first-child .vc_column-inner > .wpb_wrapper {
    padding-left: 1%!important;  
    border-right: 0px ;
}
.main_quick_tel .tel .vc_column-inner > .wpb_wrapper {
    display: flex;
    align-items: center;
    gap: 25px;
}
.main_quick_tel .tel p {
    font-size: 20px;
    font-weight: 600;
}
.main_quick_tel .tel h3 {
    font-size: 46px;
    font-weight: 500;
    letter-spacing: -1px!important;  
}
.main_quick_tel .time dl   {
    display: flex;
    gap: 13px;
}
.main_quick_tel .time dl:last-child {
    padding-bottom: 0px;
}
.main_quick_tel .time dl dt,
.main_quick_tel .time dl dd {
    color: #000; 
}
.main_quick_tel .time strong {
    color: #f13434;
    font-weight: 600!important;  
    display: block;
    font-size: 20px;
}
.main_quick_list .vc_column-inner > .wpb_wrapper {
    display: flex;
    justify-content: left;
    gap: 15px;
    align-items: center;  
}
.main_quick_list > .col {
    justify-content: space-between;
}
.main_quick_list > .col::after {
    display: none;
}
.main_quick_list p {
    font-weight: 600;
}
body .img-with-aniamtion-wrap .hover-wrap {
    margin-bottom: 0px;
}

/* 메인 숨 중앙수술센터 */
.main_ceter01 .nectar-flickity {
    width: 1810px;
}
.main_ceter01 .nectar-flickity.nectar-carousel[data-format=default] .flickity-slider .cell {
    padding: 0 80px 0 0;
}
.main_ceter01 .flickity-slider .nectar-fancy-box:hover   {
    border: 3px solid #14763a;
}
.main_ceter01 .nectar-fancy-box[data-style=hover_desc] {
        transition: none;
}
.main_ceter01 .flickity-slider .cell:hover .central_txt li  {
    color: #14763a;
    border: 1px solid #14763a ;
}
.left_text {
    position: absolute;
    transform: rotate(-90deg) translate(-74px, -120px);
}
.left_text .wpb_wrapper {
    display: flex;
    gap: 10px;
    align-items: center;
}
.left_text p {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 20px;
    color: #14763a;
    letter-spacing: 1.2px!important;
    font-weight: 600;
}
.left_text .wpb_wrapper::after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #dcdcdc;
}

.main_ceter01 .central_txt {
    padding-top: 20px;
    font-weight: 600;
}
.main_ceter01 .central_txt * {
    text-align: center;
}
.main_ceter01 .central_txt h4 {
    font-size: 28px;
    padding-bottom: 15px;
}

.main_ceter01 .central_txt li  {
    font-size: 18px;
    color: #787878;
    border: 1px solid #787878 ;
    border-radius: 15px;
    display: inline-block;
    padding: 0 10px;
    margin: 4px 2px !important;
    font-weight: 300;
}

.main_ceter01 .nectar-fancy-box[data-style=hover_desc]:not(.disable-hover-movement).hovered {
    transform: none;
    box-shadow: none;
}

/* 일반외과 */
.general_list .des_2column {
    padding-top: 90px;
}
.general_list .des_2column:first-child {
    padding-top: 120px;
}
.general_list .des_2column .img-with-aniamtion-wrap {
    padding-bottom: 20px;
}
.general_list .des_2column .point-txt.style0827 {
    margin-top: 20px;
    margin-bottom: 0;
}
.general_list .des_2column p {
    padding-bottom: 10px!important;
}
.general_list .des_2column .point-txt.style4 {
    margin-top: 0;
}
.general_list .half_tit h4 {
    margin-bottom: 0!important;
}

/* 메인 숨 영상진단센터 */
.circle_img_list img {
    border-radius: 50%!important;
    border: 3px solid rgba(255, 255, 255, 0.5);
}

.circle_img_list h3 {
    font-size: 34px;
    text-align: center;
    padding: 30px 0 15px;
    font-weight: 400;
}

/* 메인 숨 특화진료센터 */
.vc_column-inner:has(.specialty_txt) .img-with-aniamtion-wrap img {
    transition: all;
    transition-duration: 1s;
}
.vc_column-inner:has(.specialty_txt) .img-with-aniamtion-wrap:hover img {transform: translateY(-20px)!important;}
.specialty_txt h4  {
    font-size: 24px;
    font-weight: 600;
    padding: 22px 0;
}
.specialty_txt h5 {
    font-size: 21px;
    font-weight: 500;
    padding: 20px 0;
}
.specialty_txt li {
    font-size: 17px!important;
    padding: 3px;
    background-color: #edfaf2;
    margin: 0 auto 10px;
    border-radius: 16px;
    max-width: 230PX;
}
.specialty_txt li:last-child {
    margin-bottom: 0px;
}
.d_flex .vc_column-inner > .wpb_wrapper {
    display: flex;
    gap: 27px;
    justify-content: center;
}
.d_flex.left .vc_column-inner > .wpb_wrapper {
    justify-content: left;
}


/* 메인 회사소개 */
.main_video .nectar-video-box {
    border-radius: 55px;
    overflow: hidden;
}

/* 메인 location */
.location .main_title_wrap {
    margin-bottom: 40px!important;
}
.location .main_title_wrap h2 {
    padding-bottom: 25px;
}
.location .main_title_wrap p {
    padding-bottom: 40px;
    font-size: 20px;
    color: #444444;
} 
.time_info {
    margin: 45px 0 35px!important;
}
.time_info h6 {
    font-size: 26px;
    padding-bottom: 20px;
}
.time_info table * {
    font-size: 18px!important;
    text-align: center!important;
    border-color: #e4e4e4!important;
    
}
.time_info table th::before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #929292;
    position: absolute;
    left: 0;
    top: 0;
}
.time_info table .table_tit {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.time_info table th {
    position: relative;
    background-color: #f0f0f0;
    font-weight: 600!important;
    padding: 8px 5px!important;
}
.time_info table th img {
    display: inline-block;
}
.time_info table th:first-child {
    border-right: 1px solid #fff!important;
}
.time_info table th.emergency {
    background-color: #f13434;
    color: #fff;
}
.time_info table th.emergency div {
    color: #fff;
}
.time_info table td {
    padding: 15px 5px!important;
    vertical-align: middle;
}
.tel_wrap .vc_column-inner > .wpb_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tel_wrap .tel_num a  {
    font-size: 36px;
    color: #12763a;
    font-weight: 600;
    letter-spacing: -2px!important;
    line-height: 1;
}
.tel_wrap .nectar-button {
    margin-bottom: 0!important;
    display: flex;
    align-items: center;
    padding: 5px 40px!important;
    height: 40px;
}
.tel_wrap .nectar-button span {
    display: block;
    font-size: 15px;
}




/* .main-title, .material .wpb_content_element.main-title {margin-bottom:60px; text-align: center;}
.main-title strong{display: block; margin-bottom:10px; font-size: 72px;}
.main-title p{font-size: 20px; letter-spacing: -1px;}

.main-clinic .nectar-fancy-box strong{display:block; margin-bottom:20px; font-size: 42px; font-weight: 300 !important;}
.main-clinic .nectar-fancy-box a {display:inline-block; margin-right:10px; padding: 5px 24px; font-size: 19px; border:1px solid #fff; color:#fff; border-radius: 50px; opacity: 0.7; letter-spacing: -2px;}
.main-clinic .nectar-fancy-box a:hover{color:#e0c83f; border-color:#e0c83f; opacity: 1;}

.main-point-visual strong{display: block; margin-bottom:30px; font-size: 62px; font-family: 'Montserrat', sans-serif !important; line-height: 1.2; text-transform: uppercase;}
.main-point-visual em.animated{font-size: 18px; font-weight: bold; letter-spacing: -1px;}
.main-point-visual .nectar-highlighted-text{margin-bottom:0 !important;}
.main-point-visual p{font-size: 24px; letter-spacing: -2px; line-height: 1.7;}
.main-point-visual .tabbed[data-style*=vertical] .wpb_tabs_nav{height: 100%;  top: 45%; display: block; margin-left: 5%; position: absolute;}
.main-point-visual .tabbed[data-style*=vertical]>div{float: right;}
.main-point-visual .tabbed[data-style*=vertical] .wpb_tabs_nav li a{display:inline-block; padding: 15px 30px; background: #f4f4f4; font-size: 22px; font-weight: bold; color:#d4d4d4; letter-spacing: -1px; border-radius: 50px;}
.main-point-visual .tabbed[data-style*=vertical] .wpb_tabs_nav li a.active-tab{background: #111;}
.main-point-visual .tabbed[data-style*=vertical] .wpb_tabs_nav li a.active-tab::before{content: ''; position:absolute; top:45%; left:15px; display:block; width: 6px; height: 6px; border-radius: 50px; background: #ffe381;}
.main-point-visual .tabbed[data-style*=vertical] .wpb_tabs_nav li a.active-tab span{color:#fff;}

.main-slogn h2{font-style: italic;}
.main-slogn h2 strong{font-weight: 300 !important;}

.main-center-info i{display:inline-block; font-family: 'Montserrat', sans-serif !important; font-size: 62px; font-weight: 100; line-height: 0; font-style: normal;}
.main-center-info strong{font-family: 'Montserrat', sans-serif !important; font-size: 62px; font-weight: 100 !important;}
.main-center-info p{font-size: 18px; line-height: 1.75; letter-spacing: -1px;}
.main-center-info ul{margin: 0 0; padding: 0 0 ;}
.main-center-info li{display: inline-block; margin-right: 40px;}
.main-center-info li a{color: #fff; font-size: 18px; letter-spacing: -1px;}
.main-center-info .wpb_text_column.wpb_content_element{max-width: none !important;}
.main-center-info .nectar-flickity:not(.masonry) .flickity-slider .cell img{display:block; width: 74px;}
.public-img .img-with-aniamtion-wrap{position: absolute; left: -10%; top: 35%;}

.main-banner .nectar-flickity.nectar-carousel.nectar-carousel:not(.masonry) .flickity-viewport{margin: 0 0 ;}
.main-banner .nectar-flickity.nectar-carousel[data-format=default] .flickity-slider .cell{padding: 0 0 ;}
.main-banner .nectar-flickity:not(.masonry) .flickity-slider .cell img{width: auto; margin: 0 auto;}
.main-banner h5{margin-top:10vh;}
.main-banner p{font-size: 18px; letter-spacing: -1px;}
.main-banner .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button.previous{left: 0;}
.main-banner .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button.next{right: 0;}

.main-keyword .content-box{text-align: center;}
.main-keyword .content-box .column-bg-overlay {border-radius: 5px;}
.main-keyword .content-box > div:last-child > div {min-height: 490px;}
.main-keyword .content-box > div:last-child > div > div:hover{box-shadow:0 30px 80px #ddd; transition: .4s;}
.main-keyword .content-box .column-image-bg{background-size: 100% !important; background-repeat: no-repeat; background-color: #f4f4f4; background-position: top center !important;}
.main-keyword .content-box p{font-size: 32px;}
.main-keyword .content-box h6 {margin-bottom: 30px;}
.main-keyword.mobile{display: none;}

.main-about .nectar-highlighted-text{margin-bottom:60px; font-family: 'Montserrat', sans-serif !important; font-size: 72px; line-height: 1; font-weight: 100;}
.main-about .nectar-highlighted-text em{font-weight: bold;}
.main-about p{letter-spacing: -1px; font-size: 110%;}
.main-about ul{margin: 0 0 0 12%; padding: 0 0;}
.main-about li {position:relative; display: block; border-bottom:1px solid #ccc;}
.main-about li::marker{content: none;}
.main-about li a{display:block; padding:8% 2%; font-size: 32px; color:#111; letter-spacing: -2px;}
.main-about li:first-child a{padding-top: 0;}
.main-about li:last-child {border-bottom: 0;}
.main-about li:after{content: ''; display: block; position:absolute; bottom:50px; right: 0; width:25px; height:25px; background-image: url(/wp-content/themes/salient-child/images/icon/icon-btn-arow.png); background-size: 25px;}

.main-info > div:last-child > div {border-right: 1px solid #ddd;}
.main-info > div:last-child > div:last-child {border-right: 0;}
.main-info .iwithtext .iwt-icon {right: 30px; left: auto; width:154px; height:154px; padding-top: 36px; background: #f4f4f4; border-radius: 40px; text-align: center;  z-index: -1;}
.row .main-info .col .iwithtext .iwt-icon img:not([srcset]){width: 72px;}
.main-info .iwithtext .iwt-text{padding-left:30px; z-index: 1; font-size: 17px; font-weight: 500; letter-spacing: -1px; line-height: 1.7;}
.main-info .iwithtext .iwt-text strong{display:block; margin-bottom:30px; font-size: 26px; font-weight: bold; letter-spacing: -2px; line-height: 1.5;}
.main-info .iwithtext .iwt-text strong em{position:relative; display:inline-block; font-style: normal;}
.main-info .iwithtext .iwt-text strong em::before {content: '';  display: block;  position: absolute;  bottom: 6px;  left: 0;  width: 100%;  height: 12px;  background: #ffe280;  z-index: -1;} */




/* ------ sub ------ */
/* 공통 간격 */
.sub_section > .col {
    padding: 120px 0;
}
.sec_T_0 > .col {
    padding-top: 0!important;
}
.sec_B_0 > .col {
    padding-bottom: 0!important;
}
.container > .row > .wpb_row:last-child {padding-bottom: 120px !important;}
.row_col_wrap_12_inner {
    row-gap: 30px;
}
.over-hidden-row{overflow:hidden;}


/* 특별함 */
.special_tab_wrap .special_tab .tabbed>ul li { width: 150px; margin-bottom: 20px; }
.special_tab_wrap .special_tab .tabbed>ul li a { border-radius: 50px !important; margin-bottom: 10px; text-align: center; }
.special_tab_wrap .nectar-highlighted-text.font_size_3vh  h4 { margin-bottom: 20px !important; }
.info-box.bottom_line p strong { margin-bottom: 5px !important; border-bottom: 2px solid #000; }


/* 공통 */
.comments-section {display: none!important;}

.tab-menu{text-align: center;}
.tab-menu ul{display:inline-block; margin: 0 auto; background: #efefef; overflow: hidden; border-radius: 50px;}
.tab-menu.white ul {background: #fff;}
.tab-menu ul li{display: inline-block;}
.tab-menu ul li a{display:block; padding:18px 2.5em; font-size: 24px; font-weight: bold; letter-spacing: -2px!important;  color:#111; border-radius: 50px; transition: .3s;}
.tab-menu ul li a:hover{background: #10763a; transition: .3s; color: #fff;}

/* .text-row > div:last-child {margin-bottom: 120px !important;} */
/* .text-row.top-space > div:last-child {margin-top: 60px;} */
.text-row.last > div:last-child {margin-bottom: 0 !important;}
.text-row.small > div:last-child{max-width: 90%; margin: 0 auto;}
/* .text-row.small {margin-top: 60px !important;} */
.text-row h6{font-weight: bold; font-size: 24px;}
.text-row p{font-size: 19px; line-height: 1.7;}

.sub-title{margin-top:120px; text-align: center; margin-bottom: 65px!important;}
.sub-title2{margin-top:30px; text-align: center;}
/* .sub-title i{font-size: 15px; color:#a3a3a3; letter-spacing: -0.3px!important; padding-bottom: 10px; display: block;} */
.sub-title span.mini_nav,.mini_underline {font-size: 15px; color:#a3a3a3; letter-spacing: -0.3px!important; padding-bottom: 10px; display: block;}
.sub-title h2{display:inline-block; margin-bottom: 20px; font-size: 42px; letter-spacing: -1.5px!important; font-weight: 600;}
.sub-title p{font-size: 18px; line-height: 1.75; word-break: keep-all;}

.sub-row-title{/*margin-top:120px;*/ text-align: center; margin-bottom: 65px!important;}
.sub-row-title i{display:inline-block; padding:5px 25px; font-size: 26px; font-weight: bold; color:#fff; background-color: #196e39; border-radius: 50px;}
.sub-row-title.reversal i{background-color: #fff;}
.sub-row-title h4{/* padding-bottom:70px;*/ font-weight: bold; line-height: 1.2 !important;}
/* .sub-row-title.small-space h4{padding-bottom:30px;} */
.sub-row-title h2 {font-size: 42px; font-weight: 600;}
.sub-row-title p {font-size: 20px font-weight: 300; }
.sub-row-title p:not(:has(.mini_underline)) {padding-top: 12px;}
.sub-row-title p:has(i) {padding-top: 0!important; padding-bottom: 20px;}

#transport .nectar-flickity:not(.masonry) .flickity-slider .cell{opacity: 0.2;}
#transport .nectar-flickity:not(.masonry) .flickity-slider .cell.is-selected{opacity: 1;}
.vc_column-inner:has(>.wpb_wrapper >.info-box) {padding: 10px;}
.info-box{padding:30px 10px 25px 10px; background: #fff; border-radius: 10px;} 
.info-box h5 {font-size: 26px; padding-bottom: 5px;}
body .info-box p{font-size: 17px; letter-spacing: -1px!important;  line-height: 1.7; text-align: center;}
.info-box strong{display:inline-block; margin-bottom:15px; font-size: 17px; letter-spacing: 0px!important;  line-height: 1.4; border: 1px solid #000; border-radius: 50%; padding: 5px 20px;}
.info-box strong em {font-style: normal;}
.info-box.fill{background: #ffe381; border-radius: 10px;}

.card-content .nectar-flickity {padding:40px; background: #fff; border-radius: 5px; word-break: keep-all;}
.card-content .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button.previous{left: -20px;}
.card-content .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button.next{right: -20px;}
.card-content .nectar-flickity.nectar-carousel.nectar-carousel:not(.masonry) .flickity-viewport{margin-top:0 !important; margin-bottom:0;}
.card-content h5{font-size: 28px; padding-bottom: 10px;     padding-top: 15px;}
.card-content i{display: inline-block; margin-bottom: 10px; margin-right: 8px; padding:2px 10px; background: #10763a; border-radius: 5px; font-size: 18px; font-weight: 600;color: #fff; }


.line_column .wpb_column {padding: 30px 1%;}
.line_column .wpb_column:not(:last-child) {border-right: 1px solid #ededed; }
.line_column h5 {font-size: 16px; font-family: 'Montserrat', sans-serif !important; font-weight: 400; letter-spacing: 0; padding-top: 25px;}
.line_column h3 {font-size: 28px; font-weight: 600; padding: 18px 0 15px; }






/* text-decoration */
.mini_underline {font-family: 'Montserrat', sans-serif !important; text-decoration: underline; text-underline-offset: 5px; padding-bottom: 20px;}
.underline {text-decoration: underline; text-underline-offset: 5px; text-decoration-thickness: 1px; }
.bg_txt {background-color: #c6edd5;}

.num_tit {font-size: 28px; display: flex; align-items: center; gap: 13px; padding-bottom: 15px; letter-spacing: -0.5px !important; font-weight: 700;}
.num_tit::before {content: '1'; font-size: 20px; background-color: #d0aa45; border-radius: 50%; width: 25px; height: 25px; display: inline-block; color: #fff; text-align: center; line-height: 27px; font-weight: 500;}
.two .num_tit::before {content: '2';}
.three .num_tit::before {content: '3';}

/* 리스트 */
.list-type-s ul{margin-left: 0;}
.list-type-s li{display:block; margin-bottom:15px; font-size: 16px; letter-spacing: -2px!important;  }
.facilities_list .list-type-s ul{font-size: 0; padding: 5% 0 0 0;}
.facilities_list .list-type-s li{position:relative; display:inline-block; padding-left: 50px; padding-right:30px; vertical-align: top; line-height: 1.3; text-align:left; margin-bottom: 25px;}
.facilities_list .list-type-s li:last-child {padding-right: 0;}
.facilities_list .list-type-s li span{position: absolute; left: 0; top: 0; line-height: 1;}
.facilities_list .list-type-s span.point-txt.style2 {margin-top: 0px; padding: 4px 0; width: 35px; text-align: center; font-size: 17px;}


.list-type-l ul{margin-left: 0;}
.list-type-l li{display:block; margin-bottom:15px; font-size: 21px; letter-spacing: -2px!important;  }
.list-type-l li .point-txt{display:inline-block; margin-bottom:10px;}

.list-type-radius ul{margin-left: 0;}
.list-type-radius li::marker{content: none;}
.list-type-radius li{display: block; margin-bottom:8px; padding: 5px 14px;  border-radius: 30px;  background: #fff;  border: 1px solid #ddd; letter-spacing: -1px!important; }
.list-type-radius li:last-child{margin-bottom: 0;}

.dot_list ul li {padding-left: 17px; position: relative; padding-bottom: 5px;}
.dot_list ul li:last-child {padding-bottom: 0;}
.dot_list ul li::before {content: ''; width: 5px; height: 5px; background-color: #000; border-radius: 50%; display: block; position: absolute; left: 0; top: 11px;}
.dot_list.yellow ul li::before{background-color: #d0aa45;}


.check_list ul li {padding-left: 30px; position: relative; padding-bottom: 5px;}
.check_list ul li:last-child {padding-bottom: 0;}
.check_list ul li::before {content: ''; width: 15px; height: 12px; background: url('/wp-content/uploads/2025/08/check_icon.png'); display: block; position: absolute; left: 0; top: 8px;}

/* 원형 column */
.circle_list .vc_column-inner {
    background: #196e39;
    border-radius: 50%;
    max-width: 270px;
    max-height: 270px;
    height: 17vw;
    width: 17vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.circle_list .col > .wpb_column {width: auto;}
body .circle_list p {color: #fff; font-size: 17px; padding-top: 20px;}
.circle_list p strong {
    font-size: 26px;
    display: block;
    line-height: 1;
    padding-top: 8px;
}


/* 탭 */
.radius-tab{text-align: center;}
.radius-tab .tabbed>ul {display:inline-block; border-radius: 50px; overflow: hidden; }
.radius-tab .tabbed>ul li{background-color: #e9e9e9 !important;}
.radius-tab .tabbed>ul li a {padding: 0.8em 3em;  border-right: 0; background-color: transparent;}
.radius-tab .tabbed>ul li a:hover {background-color: transparent;}
.radius-tab .tabbed>ul li a:hover span {color: #10763a;}
.radius-tab .tabbed>ul li a.active-tab{border-radius: 50px;}
.radius-tab .tabbed>ul li a span{font-size: 24px; font-weight: bold; color:#111; letter-spacing: -1px!important; }
.radius-tab .tabbed>ul li a.active-tab span{color: #fff;}

.tab-vertical .tabbed>ul{margin-bottom: 0 !important;}
.tab-vertical .tabbed>ul li a {display: block;  padding: 2em;    color: #111;    font-size: 19px;    font-weight: bold;    letter-spacing: -1px!important; }
.tab-vertical .wpb_wrapper.tabbed.clearfix { background: #f4f4f4;}
.tab-vertical .tabbed[data-style*=vertical]>div{padding: 0;}
.tab-vertical .tabbed[data-style*=vertical]>div>div{margin-bottom:0;}


/* 글 포스트 */
.post-area {padding-bottom: 100px;}
body .post .content-inner {
    padding-bottom: 0px;
}
.post-area a {
    background-color: #00772e;
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: 500;
}
.post-area a:hover {
    background-color: #5bda8a;
    color: #fff;
}



/* 블로그, 포트폴리오 카테고리 */
.nectar-post-grid-filters > div {
    display: inline-block;
    background-color: #e9e9e9 !important;
    border-radius: 100px;
}
.nectar-post-grid-filters > div a {padding: 0.8em 1.6em; margin: 0; font-size: 24px; font-weight: bold; color:#111; letter-spacing: -1px!important; display: inline-block;}
.wpb_row .nectar-post-grid-filters[data-active-color="accent-color"] a:after {display: none;}
.nectar-post-grid-filters > div a.active {background-color:#10763a; border-radius: 50px; color: #fff;} 
.nectar-post-grid-filters > div a:hover {color: #10763a;}
.nectar-post-grid-filters > div a.active:hover {color: #fff;}



/* 서브상단 */
/* .page-child .container-wrap::before{content: ''; display:block; min-height: 548px; background:url(/wp-content/uploads/2025/08/sub_header01-1.jpg); background-size: cover;} 
.page-child.parent-pageid-21 .container-wrap::before{content: ''; background:url(/wp-content/themes/salient-child/images/subpage-top-visual-medical.jpg); background-size: cover;}
.page-child.parent-pageid-23 .container-wrap::before{content: ''; background:url(/wp-content/themes/salient-child/images/subpage-top-visual-surgery.jpg); background-size: cover;}
.page-child.parent-pageid-25 .container-wrap::before{content: ''; background:url(/wp-content/themes/salient-child/images/subpage-top-visual-specialized.jpg); background-size: cover;}
.page-child.parent-pageid-27 .container-wrap::before{content: ''; background:url(/wp-content/themes/salient-child/images/subpage-top-visual-minimally.jpg); background-size: cover;}
.page-child.parent-pageid-29 .container-wrap::before{content: ''; background:url(/wp-content/themes/salient-child/images/subpage-top-visual-healthcheck.jpg); background-size: cover;}
.page-child.parent-pageid-31 .container-wrap::before{content: ''; background:url(/wp-content/themes/salient-child/images/subpage-top-visual-community.jpg); background-size: cover;}*/

body:not(.home) .sf-menu>li ul {max-width: 240px;}

.sub_header {z-index: -1;}
.sub_header.vc_row.top-level.full-width-section:not(.full-width-ns) > .col {padding: 15% 0 17%!important;}
.sub_header h1 {font-size: 62px;}
.sub_header p {font-size: 17px; font-family: 'Montserrat', sans-serif !important; margin-bottom: 15px; letter-spacing: 0px !important;}

.vc_wp_custommenu {margin-bottom: 0 !important}
.sub-menu .vc_wp_custommenu {z-index: 99; margin-top: -44px;}
.sub-menu .vc_wp_custommenu ul{margin: 0 0;  border-radius: 70px ; overflow: hidden; box-shadow: 0 10px 10px #fefefe; background-color: #f7f7f7;}
.sub-menu .vc_wp_custommenu ul li{ display: table-cell; width:1%; text-align: center;  border-radius: 80px;}
.sub-menu .vc_wp_custommenu .widget ul li.current_page_item {background-color: #dbf5d8;}
.sub-menu .vc_wp_custommenu .widget ul li a{display:inline-block;  font-size: 19px; font-weight: bold; color:#9a9a9a !important; letter-spacing: -1px!important; padding:30px 0 !important;}
/* .page-child .sub-menu .widget ul li.current_page_item a::after {content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; background: #008835;} */
.sub-menu .vc_wp_custommenu .widget ul li.current_page_item a, 
.sub-menu .vc_wp_custommenu .widget ul li:hover a{color:#008835 !important;}

/* 공통화 콘텐츠 */
.radius-slide .nectar-simple-slider.sizing-aspect-ratio.aspect-16-9{padding-bottom: calc((6 / 16) * 100%);}
.radius-slide .nectar-flickity.nectar-simple-slider {border-radius: 30px 0 30px 0;  overflow: hidden;}
.radius-slide .nectar-flickity.nectar-simple-slider p{color:#fff;}
.radius-slide .nectar-flickity.nectar-simple-slider strong{display:block; font-size: 38px; font-weight: 500; line-height: 1.3; letter-spacing: -1.6px!important;}
.radius-slide .nectar-simple-slider[data-arrows="true"]:not(.arrow-position-overlapping) .flickity-slider .cell {padding: 0 max(13.5%, 100px);}
.radius-slide .nectar-flickity.nectar-simple-slider i{font-size: 15px; color: #a57800; letter-spacing: 6px; text-transform: uppercase; font-family: 'Montserrat', sans-serif !important; font-weight: 500; padding-bottom: 12px; display: inline-block;}
.radius-slide .cell::before {content: '01'; font-family: 'Montserrat', sans-serif !important; font-size: 180px!important; opacity: 0.15; line-height: 0.8; color: #fff; position: absolute; z-index: 999; left: -15px; bottom: -13px; font-weight: 500; }
.radius-slide .cell:nth-child(2):before {content: '02';}
.radius-slide .cell:nth-child(3):before {content: '03';}
.radius-slide .cell:nth-child(4):before {content: '04';}
.radius-slide .nectar-simple-slider .flickity-prev-next-button:before {background-color: transparent; border: 1px solid #fff;}
.radius-slide .nectar-simple-slider .flickity-prev-next-button:after {background-color: #fff;     margin-top: 0px;}
.radius-slide .nectar-simple-slider .flickity-prev-next-button .arrow {fill: #fff;}
.radius-slide .nectar-simple-slider .flickity-prev-next-button svg {top: 1px;}
.radius-slide .nectar-cta {margin-top: 15px;}


.order-row {padding-bottom: 80px;}
.order-row.last {padding-bottom: 0;}
.order-row > div:last-child:after{content: ''; position: absolute; bottom:-100px; display: block; width: 100%; height: 100px; visibility: unset; background: url('/wp-content/uploads/2025/08/oder-line.gif'); background-position: center; background-repeat: no-repeat;}
.order-row.last > div:last-child:after{ height:0; visibility: hidden;}
.order-row > div:last-child > div:after{content: ''; display: block; position: absolute; right: -20px; top: 45%; width: 200px; height: 2px; visibility: unset; z-index: -1;  background: url(/wp-content/uploads/2025/08/oder-line-pattern.gif); background-position: center; background-repeat: repeat-x;}
.order-row > div:last-child > div:last-child::after{content: none;}
.order-row .vc_column-inner:has(.iwithtext) {padding:35px; background: #f5f5f5; border-radius: 20px; font-size: 17px; line-height: 1.4; letter-spacing: -1px!important; }
.order-row .vc_column-inner:has(.iwithtext)> .wpb_wrapper {height: 100%;}
.order-row .iwithtext {height: 100%;}
.order-row .iwithtext .iwt-text{padding-left: 5px; width: 70%; }
.order-row .iwithtext .iwt-icon{top:auto; left:auto; right: -15px; bottom: -10px;}
.row .order-row .col .iwithtext .iwt-icon img:not([srcset]){width:112px;}
.order-row .iwithtext i {position: absolute; top: -50px; display: inline-block;  padding: 0.8em .1em;  min-width: 40px; font-size: 24px; font-weight: bold; color: #111; background: #10763a; line-height: 0; border-radius: 50px;  text-align: center; color: #fff;}
.order-row .iwithtext strong{display:inline-block; margin-bottom:10px; font-size: 24px; font-weight: bold; letter-spacing: -2px!important; }
.order-row .iwithtext a {font-size: 15px; border: 1px solid #000; padding: 5px 12px; display: inline-block; border-radius: 20px; margin-top: 15px;}
.order-row .iwithtext a:not(:last-child) {margin-right: 8px;}
.order-row .iwithtext a:hover {border: 1px solid #10763a; color: #10763a;}

.diagnosis-list h5 {font-size: 26px; margin-bottom: 20px;}
.diagnosis-list > div:last-child > div > div{padding:60px; background: #fff; border:1px solid #ddd; border-radius: 5px;}
.diagnosis-list.pd_30 > div:last-child > div > div{padding:30px;}
.diagnosis-list dl{font-size: 0;}
.diagnosis-list dt{margin-bottom:30px; font-size: 32px; font-weight: 700; letter-spacing: -2px!important; font-family:'Pretendard', '맑은고딕', 'MalgunGothic', sans-serif;}
.diagnosis-list dd{position:relative; display:inline-block; margin-bottom:12px; padding-left:15px; width: 100%; font-size: 17px; vertical-align: top; letter-spacing: -1px!important;  line-height: 1.4; word-break: keep-all;}
.diagnosis-list.one dd{width:100%;}
.diagnosis-list dd:before {content: ''; width: 4px;  height: 4px;  display: block;  position: absolute;  top: 10px;  left: 0;  background: #196e39;}

.special-visual-row >div:last-child{padding-bottom:40px;}
.special-visual-row .title-hang {display: inline-block;  text-align: center;  margin: 0 auto; margin-top: -20px; padding: 10px 30px;  background: #111;  border-radius: 30px;  color: #fff;  font-size: 22px;  font-weight: bold;  letter-spacing: -1px!important; }
.special-visual-row.style2 .title-hang{color:#111; background: #ffe381;}
.sub-bottom-banner{letter-spacing: -1px!important; }
.sub-bottom-banner ul {margin: 0 0;}
.sub-bottom-banner ul li{display: inline-block; margin-right: 10px; padding: 8px 20px; font-size: 20px; background: #fff; border-radius: 40px;}

/* 병원소개 */
.img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner img.intro_img.img-with-animation { border-radius: 0 30px 0 30px ; margin-bottom: 60px !important; }
/* .intro_text_bg { margin-top: -200px !important; } */
.intro_txt h3 {font-size: 45px; }
.intro_txt h6 {font-size: 25px;}
.intro_txt p {font-size: 20px; color: #484848;}
.intro_txt p:not(:last-child) {padding-bottom: 20px;}
.intro_txt p strong {color: #000;}

.half_img_con .cta_btn {
    padding-top: 15px;
}


/* 의료진소개 */
.dr-row:not(:last-child) > .col {padding-bottom: 120px!important;}
.dr-row .team-member-image{display: none;}
.dr-row .team-meta h3, .dr-row .team-meta h5{display: none;}
.dr-row .nectar-cta.loaded{display:inline-block; padding:4px 45px;  background: #111; border-radius: 30px;}
.dr-row .nectar-cta.loaded::before { content: '상세보기';  display: inline-block;  font-size: 17px; color:#fff; letter-spacing: -1px!important;  font-weight: bold;}
.dr-row .nectar-cta.loaded span{display: none;}
.dr-row em{display:block; font-size: 21px; color:#d0aa45;  font-style: normal; font-weight: 600;}
.dr-row .name{font-size: 52px; letter-spacing: -2px!important; font-weight: 400; padding: 10px 0 30px;}
.dr-row .name strong{font-weight: bold;}
.dr-row i{display:block; margin-top:50px; font-size:24px; color:#a3a3a3; font-weight: 200; font-style: normal; letter-spacing: -1px!important; }
.dr-row ul.type{margin: 0 0; margin-bottom:40px !important;}
.dr-row ul.type li{display: inline-block; padding:5px 26px; margin-right:5px; margin-bottom: 8px; font-size: 16px;  color:#8b8b8b; background: #eee; border-radius: 50px; font-weight: 600;}
.dr-row dt{display:inline-block; font-size: 20px; letter-spacing: -2px!important;  vertical-align: top; font-weight: 700; min-width: 100px;}
.dr-row dd{display:inline-block; max-width: 440px; width: 100%;}
/*.dr-row dd li{letter-spacing: -1px;}
.dr-row dd li::marker{font-size: 8px;}*/
.dr-row .toggle>.toggle-title a {font-size: 20px; font-weight: 700; color: #333;}
.dr-row div[data-style="minimal"] .toggle > .toggle-title a {padding: 25px 70px 25px 0;}

/* .page-id-224 .team_member_details .title{font-size: 24px; color:#afafaf; font-weight: 100; letter-spacing: -1px!important; }
.page-id-224 .team_member_details  h2{font-size: 42px;}
.page-id-224 .team_member_details .team-desc{max-height: 500px; overflow: auto;}
.page-id-224 .team_member_details .team-desc dl{position:relative; margin-bottom:30px; padding-top:15px; font-size: 0; border-top:2px solid #d7d7d7;}
.page-id-224 .team_member_details .team-desc dl:before { content: '';  display: block;  position: absolute;  left: 0;  top: -2px;  width: 90px;  height: 2px;  background: #111;}
.page-id-224 .team_member_details .team-desc dt{display:inline-block; width: 15%; font-size: 20px; font-weight: bold; color:#111; letter-spacing: -2px!important;  vertical-align: top;}
.page-id-224 .team_member_details .team-desc dd{display:inline-block; width: 85%;}
.page-id-224 .team_member_details .team-desc li{font-size: 18px; color:#414141; letter-spacing: -1px!important; }
.page-id-224 .team_member_details .team-desc li::marker{font-size: 8px;} */


/* 시설안내 */
.facility_img {margin: 0 auto;}
.facility_img .nectar_image_with_hotspots .nectar_hotspot_wrap .nttip {padding: 15px; max-width: 190px;}
.facilities_list .list-type-s.tour ul{width:100%; margin:0 auto!important; }
.facilities_list .wpb_gallery .nectar-flickity .flickity-slider .cell .item-meta h4 {
    font-size: 26px;
    margin-bottom: 0;
}
.facilities_list .wpb_gallery .nectar-flickity .flickity-slider .cell .item-meta {
    max-width: 100%;
}
.facilities_list .tabbed>ul, .wpb_content_element .tabbed .wpb_tabs_nav {
    margin-bottom: 30px!important;
}

/* 장비소개 */
.page-id-29 .col.center {
    justify-content: initial;
}
.equipment_wrap:not(:last-child) .row_col_wrap_12_inner {
    padding-bottom: 80px;
}
.equipment_wrap .row_col_wrap_12_inner {
    row-gap: 40px;
}
.equipment_tit {
    margin-bottom: 45px!important; 
}
.equipment_tit.vc_separator.vc_separator_align_left h4 {
    font-size: 32px;
    margin-bottom: 0;
    font-weight: 600;
}
.equipment_wrap .wpb_text_column {
    padding-top: 20px;
}
.equipment_wrap p strong {
    font-size: 20px;
    display: inline-block;
    padding-bottom: 3px;
}
 
/* 오시는길 */
.sub_location p {
    font-size: 20px;
}
.sub_location.location .main_title_wrap {
    margin-bottom: 30px !important;
}
.sub_location .tel_wrap .vc_column-inner > .wpb_wrapper {
    display: block;
}
.sub_location .tel_wrap .nectar-button {
    display: inline-flex;
    margin-right: 10px!important;
    padding: 24px 30px !important;
}
.sub_location .tel_wrap .nectar-button:last-child {
    margin-right: 0px!important;
}
.sub_location .time_info {
    margin: 30px 0 50px !important;
}
.sub_location .time_info:last-child {
    margin-bottom: 0 !important;
}
.sub_location .time_info h6 {
    font-size: 26px;
}

.sub_location .main_title_wrap h2 {
    font-size: 32px;
    font-weight: 600;
}
.sub_location .tel_wrap .tel_num {
    margin-right: 15px!important;
}
.sub_location .tel_wrap .tel_num,
.sub_location .tel_wrap .tel_num * {
    display: inline-block
}
.sub_location .tel_wrap .tel_num a {
    font-size: 26px;
    letter-spacing: -1px !important;
}

/* 중앙수술센터 */
.half_con_wrap h5 {font-size: 21px; padding-bottom: 15px;}
.half_con_wrap.mini h5 {font-size: 24px; padding-bottom: 20px;}
.half_tit h3 {font-size: 46px; line-height: 1.3!important; font-weight: 600; margin-bottom: 45px !important;}
.half_tit h4 {font-size: 36px; line-height: 1.4!important; font-weight: 600; margin-bottom: 35px !important;}
.half_con_wrap p {line-height: 1.8;}

.department_wrap .bg_white {background-color: #fff; border-radius: 30px; padding: 90px 100px; max-width: 1625px; margin: 0 auto!important;}
/*.department_wrap .bg_white .row_col_wrap_12_inner .wpb_column.column_container {width: auto; min-width: 203px;}
.department_wrap .bg_white .row_col_wrap_12_inner .wpb_column.column_container.vc_col-sm-2 {width: calc(100% / 6)}*/
.page-id-61 .department_wrap .bg_white .row_col_wrap_12_inner .wpb_column.column_container.vc_col-sm-2 {width: calc(100% / 7)}
.bg_white .wpb_column {padding: 0 5px!important;}

/* 중앙수술센터 - 신경외과 */
.method_list dl {display: flex;}
.method_list dl dt, .disease_column .cause strong  {font-size: 20px;}
.method_list dl .dot_list ul li {
    padding-left: 30px;
}
.method_list dl .dot_list ul li::before {
    left: 15px;
}
.des_2column {
    padding-top: 35px;
}
.mg_T_0 span.point-txt {
    margin-top: 0px;

}

/* 중앙수술센터 - 정형외과 */
body .patellar_stages p {font-size: 17px;}
body .patellar_stages p .point-txt {margin: 20px 0 15px;}

/* 중앙수술센터 - 치과 */
.dental_disease_box_wrap span.point-txt.style2 {
    padding: 0.1em 0.2em;
    display: inline;
}
.dental_disease_box_wrap h5 {margin-bottom: 10px;}
.dental_disease_box_wrap .column-image-bg {background-repeat: no-repeat;}

.treatment_program .flickity-slider .cell {
    margin-bottom: 30px!important;
}
.treatment_program .flickity-slider .cell .inner-wrap {
    padding: 15px 15px 0 15px!important;
    border: 1px solid #ddd;
    background: #fff;
}


/* 영상진료센터 */

.advantage_des {padding-top: 35px;}
.advantage_des h5 {font-size: 28px; padding-bottom: 20px;}
.advantage_des p {line-height: 1.75!important;}



/*특화진료센터 - 심장,신장센터 */
/* .radiology_equ .row_col_wrap_12 {padding-bottom:300px;} */
.radiology_equ .vc_column-inner{height:380px;}
.radiology_equ .radiology_txt .vc_column-inner{padding:0 5%}
.radiology_equ_img{margin-top:-50px !important; max-height:490px;}
.radiology_equ .nectar-highlighted-text{font-size:24px; font-weight:500; text-align:left; margin-top:0; line-height:1.4;}
.radiology_equ .nectar-highlighted-text h4{font-size:28px; font-weight:500;}
.radiology_equ ul{margin-top:25px;}
.radiology_equ li{font-size:19px; /*margin-top:15px;*/ padding-left:45px; padding-right:20%; position: relative; }
.radiology_equ li:before{content:'1'; position: absolute; display:inline-block; width:30px; height:30px; text-align:center; line-height:30px; background:#009999; border-radius:50%; top:0; left:0; font-size:14px; color:#fff;}
.radiology_equ li:nth-child(2):before{content:'2';}
.radiology_equ li:nth-child(3):before{content:'3';}
.radiology_equ li:nth-child(4):before{content:'4';}
.radiology_equ li:nth-child(5):before{content:'5';}

.point_big_txt h3 {font-size: 42px; font-weight: 600; padding: 30px 0 20px;}
.point_big_txt h5 {font-size: 24px; font-weight: 400;}


/* 진료시간 */
html body .main-content .time-line table{border-radius: 20px; overflow: hidden;}
html body .main-content .time-line table th,html body .main-content .time-line table td{padding:1.5em; font-size: 28px; text-align: center; border: 0; font-weight: bold;}
html body .main-content .time-line table th:first-child{color:#FF0000;}
html body .main-content .time-line table th{border-bottom:1px solid #ddd; background: #FFE381;}
html body .main-content .time-line table td i{display:block; margin-top: 10px; font-size:20px; font-weight: 500; color:#E74848;}
.time-line .iwt-icon { width: 165px;  height: 165px; background: #fff; border-radius: 30px;}
.time-line .iwithtext .iwt-text { padding-left: 200px; width: auto;}
.row .time-line .col .iwithtext .iwt-icon img:not([srcset]){width: auto; margin: 0 auto; margin-top: 30px;}


/* 치료케이스 */
body .nectar-post-grid-wrap:not([data-style=content_overlaid]) .nectar-post-grid .nectar-post-grid-item .content {
    padding: 15px 0 ;
}
.case_wrap .nectar-post-grid-wrap[data-style="content_under_image"] [data-grid-item-height="30vh"] .nectar-post-grid-item-bg-wrap-inner {
    width: 100%;
    position: relative;
    padding-bottom: 100%;
    height: 0;
}
.case_wrap .nectar-post-grid-wrap[data-style="content_under_image"] [data-grid-item-height="30vh"] .nectar-post-grid-item-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

body .wpb_row:not(.full-width-content) .vc_col-sm-12 .nectar-post-grid-filters[data-sortable=yes] {
    margin-bottom: 45px;
}
body .spacing-15px .nectar-post-grid-filters {
    padding-bottom: 0;
    padding-top: 0px;
}

/* 건강검진 */
.health-list > div:last-child > div > div {padding: 30px; padding-bottom:20px; padding-top: 25px;}
.health-list h5{position:relative; display: block; padding-bottom:10px; font-weight: bold; letter-spacing: 0 !important; border-bottom:1px solid #111; text-align: left; font-size: 28px; margin-bottom: 15px!important;}
.health-list h5::before{content: '♥'; display: inline-block; width: 28px; height: 28px; margin-right: 10px; border-radius: 10px; background-color: #f13434; vertical-align: middle; font-size:17px; text-align: center; color:#fff; line-height: 1.75; margin-bottom: 5px;}
.health-list h5.stand::before{content: 'A'; background-color: #79e9a3;}
.health-list h5.deluxe::before{content: 'B'; background-color: #13bd53;}
.health-list h5.pre::before{content: 'C'; background-color: #196e39;}
.health-list ul{margin: 0 0; font-size: 0; text-align: left;}
.health-list ul li{position:relative; display: inline-block; margin: 10px 0; width: 50%; font-size: 17px; font-weight: bold; color:#111; letter-spacing: -1px!important;  line-height: 1; vertical-align: top;}
.health-list ul li.star::after{content: '*'; position: absolute; top: -6px; left: -10px; font-size: 17px; font-weight: bold; color:#fe8080;}
.health-list ul li:nth-child(even).star::after{left: 10px;}
.health-list ul li:nth-child(even){padding-left: 20px;}
.health-list ul li:nth-child(even):before{content: ''; position: absolute; top: 0;  left:0; display:block; width: 2px; height: 20px; background: #ddd;}
.health-list ul.detail{margin-top: 10px; padding-right: 5px;}
.health-list ul.detail li,.health-list ul.detail li:nth-child(even){display:block; padding-left:10px; width:100%; margin: 0 0 5px 0; font-size: 15px; font-weight: normal; line-height: 1.5;}
.health-list ul.detail li::before{content: ''; position:absolute; top:10px; left: 0; display:block; width: 2px; height: 2px; background-color: #111;}


.health-list_cont > .col {
    padding-top: 65px;
}
.health-list.wide ul:not(.detail) > li{width: 20%; padding-left: 20px;}
.health-list.wide ul:not(.detail) > li:before{content: ''; position: absolute; top: 0;  left:0; display:block; width: 2px; height: 20px; background: #ddd;}
.health-list.wide > div:last-child > div > div {padding: 40px 50px;}

.health-list .b_color {color: #0c9640;}
.health-list .c_color {color: #006c29;}

body .checkup_tit p {font-size: 22px; font-weight: 600; padding-top: 10px;}


/* 사이트맵 */
.site-map > div:last-child{padding-bottom: 120px;}
.site-map .vc_col-sm-4 > div, .site-map .vc_row.inner_row .vc_col-sm-12 > div{padding:40px; background: #fff; border-radius: 10px; border:1px solid #ddd;}
.site-map h5{margin-bottom: 20px;}
.site-map ul{margin-left: 0; font-size: 0;}
.site-map li{position: relative; display:inline-block; width:50%; padding-left: 15px; font-size: 19px; vertical-align: top;}
.site-map li::marker{content: none;}
.site-map li::before{content: ''; position: absolute; left: 0; top:10px; display: block; width: 4px; height: 4px; background: #111;}
.site-map li a{display:block; margin-bottom:15px; color:#888; font-weight: 500; line-height: 1.5; letter-spacing: -1px!important; }
.site-map li:last-child a{margin-bottom: 0;}

/* 약관 */
.privacy-policy .text-row > div:last-child,.page-id-781 .text-row > div:last-child{margin-bottom:60px !important;}
.terms > div:last-child{margin-top: 160px; background: #fff; border-radius: 50px;}
.terms .sub-row-title{margin-top:80px;}

/* footer */
body #footer-outer .container > div.row{padding-bottom:0;}
#footer-outer .row .col img.foot-logo{display:block; max-width: 262px; margin-bottom: 40px;}
#footer-outer .container > div > div:first-child{font-size:15px; color:#747474; letter-spacing: -1px!important; }
#footer-outer .container > div > div:nth-child(2){width: 48%; padding-left: 10%; font-size: 16px; letter-spacing: -1px!important;  line-height: 1.6}
#footer-outer .container > div > div:last-child{width: 15%; float: right;}
#footer-outer .container > div > div:last-child strong{display:block; color:#fff; font-size: 18px; letter-spacing: -1px!important; line-height: 1.2;}
#footer-outer .container a.foot-tel{display:block; margin-top: 15px; font-family: 'Montserrat', sans-serif !important; font-size: 32px; color:#fff !important; line-height: 1.2;}
#footer-outer #footer-widgets .col ul.footer-link{margin-bottom: 50px;}
#footer-outer #footer-widgets .col ul.footer-link li{display: inline-block; padding-top: 0; border-right: 1px solid #fff !important; line-height: 0.5;}
#footer-outer #footer-widgets .col ul.footer-link li:first-child{padding-top: 4px !important;}
#footer-outer #footer-widgets .col ul.footer-link li:last-child{border-right: 0 !important;}
#footer-outer #footer-widgets .col ul.footer-link li a{padding: 0 30px !important; color:#fff !important; font-size: 18px; font-weight: bold;}
#footer-outer #footer-widgets .col ul.footer-link li:first-child a{padding-left: 0 !important;}
#footer-outer #footer-widgets .col ul.footer-link li:last-child a{padding-right: 0 !important;}
#footer-outer #footer-widgets ul.foot-sns{margin-top:30px; padding: 0 0;}
#footer-outer #footer-widgets ul.foot-sns li{display: inline-block; width:42px; height:28px; background-size: 42px; background-position: center; background-repeat: no-repeat;}
#footer-outer #footer-widgets ul.foot-sns li a{display: block; width: 100%; height: 100%;}
#footer-outer #footer-widgets ul.foot-sns li.blog{background-image: url(/wp-content/themes/salient-child/images/icon/footer-sns-blog.png);}
#footer-outer #footer-widgets ul.foot-sns li.face{background-image: url(/wp-content/themes/salient-child/images/icon/footer-sns-facebook.png);}
#footer-outer #footer-widgets ul.foot-sns li.instar{background-image: url(/wp-content/themes/salient-child/images/icon/footer-sns-instar.png);}
#footer-outer #footer-widgets ul.foot-sns li.youtube{background-image: url(/wp-content/themes/salient-child/images/icon/footer-sns-youtube.png);}



/* 최소침습센터 */
/* table */
body:not(.woocommerce-cart) .main-content table.laparoscopy_table tr:nth-child(2n+1) { background-color: transparent !important; }
body:not(.woocommerce-cart) .main-content .laparoscopy_table td { padding: 2vh; border: none !important; }

.laparoscopy_table_wrap  { overflow-x: scroll; }

.laparoscopy_table { width:100%; }
.laparoscopy_table th { font-size: 30px; color: #94928e; border: 1px solid #fff !important; border-bottom: 2px solid #bababa !important; text-align: center !important; }
.laparoscopy_table th i { display: inline-block; padding: 15px 20px 15px 20px; border-radius: 15px; font-size: 30px; color: #1b1b1a; background: #faebba; }
.laparoscopy_table tr.line_bd th { border-bottom: 5px solid #bababa !important; margin-bottom: 20px !important; padding-bottom: 25px !important; }
.laparoscopy_table tr.line_tr_bd { border-bottom: 1px solid #d7d6d1 !important; }
.laparoscopy_table tr.line_tr_bd:last-child { border-bottom: none !important; }


.laparoscopy_table td { text-align: center !important; font-size: 20px !important; vertical-align: middle; font-weight: 600; }
.laparoscopy_table td.title { width: 20%; font-size: 24px !important; color: #1b1b1a; padding: 15px 0; font-weight: 600 !important; }
.laparoscopy_table td.title img { margin: 0 auto; padding-bottom: 10px; }
.laparoscopy_table td.laparoscopy { width: 40%; color: #3f3f3f; }
.laparoscopy_table td.normal { width: 40%; color: #94928e; }

/* 중성화수술로 예방되는 질병 */
.neutering-title p { padding-bottom: 80px !important; }
.neutering-title span.neutering_t { display: inline-block; box-shadow: inset 0 -25px 0 #ffe381; font-size: 50px; margin-bottom: 40px !important; margin-left: 80px !important; font-weight: 700; }
.neutering_diseases_wrap .vc_col-sm-6.wpb_column.column_container.vc_column_container.col.no-extra-padding.inherit_tablet.inherit_phone  { height: 800px!important; }
.neutering_diseases_preven_wrap .img-with-animation.skip-lazy.animated-in { width: 500px !important; height: 500px !important; /*margin: 30px 0 50px 0 !important;*/ margin: -50px 0 50px 0 !important; }
.disease_num p { margin-top: 10px; padding: 10px 25px !important; display: inline-block; font-size: 20px; padding: 1.2em; background-color: #ffe381; border-radius: 50px; font-weight: 700; }
.disease_con p { font-size: 24px; font-weight: 600; }
.neutering_diseases_wrap .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button:before { background-color: #faebba !important; }
.neutering_diseases_wrap .nectar-flickity:not(.masonry) .flickity-slider .cell img { width: auto !important; }

/* 내시경시술 */
.endoscopy_en p { font-size: 18px; color: #fff; margin-bottom: 0 !important; }
.endoscopy_list { margin-left: 0 !important; }
.endoscopy_list li { list-style: none; padding-bottom: 5px;}
.endoscopy_list li::before { content: ''; display: inline-block; vertical-align: middle; width: 6px; height: 6px; margin-right: 15px; background-color: #fff; }
.endoscopy_list.black li::before { content: ''; display: inline-block; vertical-align: middle; width: 7px; height: 7px; margin-right: 10px; background-color: #000; }

/* 관절내시경의 장점 */
.diagnosis-list dt.ad_en_t { display: inline-block; font-size: 18px; color: #fff; margin-bottom: 0 !important; background-color: #7c94fe; border-radius: 5px; padding: 5px 15px !important; margin-top: 20px; font-weight: 400; }
.diagnosis-list.no_p > div:last-child > div > div { padding: 0 !important; }
.material .endoscopy_wrap .wpb_row { margin-bottom: 0 !important; }

/* 신경계질환 */
.dp_none p { display: none !important; }
.type_num p { padding-top: 7px;  margin-top: 20px;  vertical-align: middle !important;  text-align: center;  border-radius: 100px;   width: 60px;   height: 60px;
    background: #e6bc4c;   position: absolute;    left: 50%;    margin-left: -25px;    color: #fff;    font-size: 24px;    padding-top: 10px; }
/* 종양센터 */
.blod-txt { font-size: 20px; font-weight: 600; line-height: 1.2; }
span.text_deco  { font-size: 50px; border-bottom: 3px solid #fff; line-height: 1.6em; color: #fff !important; font-weight: 600; }
span.text_deco2 { font-size: 30px; line-height: 1.2em !important; color: #fff !important; font-weight: 600; }







/* 병원둘러보기 유지보수 */
.tour_video .nectar-video-box:not([data-mouse-style=see_through_contrast]) a.nectar_video_lightbox{
    background: #ffe381 !important;
}
.video_mo_block{
    display: none;
}

@media screen and (max-width:690px){
    .video_pc_block{
        display: none;
    }
    .video_mo_block{
        display: block;
    }
}

/* 진료안내 페이지 - 250826 */
.page-id-73 .time_info {
    margin-bottom: 0!important;
}
.priority_wrap_tit h5 {
    padding: 5px 0;
}
.priority_wrap {
    margin-bottom: 55px!important;
}
.priority_wrap h5 {
    padding: 10px 0 ;
}
.priority_wrap .priority_list img {
    margin-bottom: 20px!important;
        margin-top: 15px !important;
}
.priority_wrap .priority_list p strong {
    font-size: 22px;
    padding-top: 50px;
    display:  block;
    position: relative;
}
.priority_wrap .priority_list p strong::after {
    content: '1';
    font-family: 'Montserrat', sans-serif !important;
    font-size: 18px;
    position: absolute;
    display: inline-block;
    color: #4d4d4d;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #d0aa45;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.priority_wrap .priority_list:nth-child(1) p strong::after {
    border: 4px solid #f13434;
    color: #f13434;
}
.priority_wrap .priority_list:nth-child(2) p strong::after {
    content: '2';
}
.priority_wrap .priority_list:nth-child(3) p strong::after {
    content: '3';
}
.priority_wrap .priority_list:nth-child(4) p strong::after {
    content: '4';
}
.priority_wrap .priority_list p strong::before {
    content: '';
    position: absolute;
    display: block;
    width: 120%;
    height: 1px;
    background: #d8d8d8;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
}


/*.priority_wrap p {
    font-size: 18px!important;
}*/

.dot_list.yellow.list_2nd ul li {
    font-size: 17px;
}

.visiting_column .iwithtext .iwt-icon img:not([srcset]) {
    width: 80px!important; 
}
.visiting_column .iwithtext .iwt-text {
    padding-left: 105px;
}
.visiting_column .iwithtext .iwt-text .kakao_link {
    position: absolute;
    left: 38px;
    top: 90px;
    line-height: 1.2;
    font-size: 13px;
}
.visiting_column .iwithtext .iwt-text .kakao_link:hover {
    color: #006c29;
}
.visiting_column .iwithtext .iwt-text .kakao_link::before {
    content: '';
    background: url('/wp-content/uploads/2025/09/kakao_icon.png');
    width: 31px;
    height: 30px;
    display: block;
    position: absolute;
    left: -37px;
    top: 50%;
    transform: translateY(-50%);
    background-size: cover;
}

.visiting_column_text h3 {
    font-size: 24px;
    font-weight: 600;
}
body .visiting_column_text p {
padding-top : 20px;
font-size: 17px ; 
}
.visiting_column_text p strong {
    font-size: 21px ; 
}

.visiting_column_text .bg_txt {
    display: inline-block;
}

table.expenses_table tr td ul li{
text-align: left !important;
margin-left : 20px;
}

.expenses_color{
    color: #777;
    display: block;
}
body #medical_cost .time_info table * {
    font-size: 16px;
}

.icon_txt {
    display: flex;
    gap: 10px;
    align-items: center;
}

/* 메인 페이지 - 250826 */
.main_btn_color span.text {
color: #000 !important;
}

.main_btn_color svg polyline {
stroke :#000 !important;
}

span.point-txt.style0827{background-color: #10763a; font-size: 18px;}