/**
http://crossdesign.co.kr, Website project
project name : cross.css
author : SAY
**/

@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css");
@import url("https://fonts.googleapis.com/css2?family=Marcellus&display=swap");

/*font-family: "Marcellus", serif;*/

/*-----------------------------------------------------------------
reset
-----------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
strong,
div,
dd,
dt,
td,
th,
ul,
li,
select,
button {
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, system-ui,
    Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR",
    "Malgun Gothic", sans-serif !important;
  word-break: keep-all;
  letter-spacing: -0.5px;
}

p {
  margin: 0 !important;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.5px;
  font-weight: 400;
  padding-bottom: 0 !important;
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, system-ui,
    Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR",
    "Malgun Gothic", sans-serif !important;
  word-break: keep-all;
}

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

ul {
  margin-left: 0 !important;
}

a:hover {
  text-decoration: none;
}

/*===== color =====*/
.point_color {
  color: #ea9d9a !important;
}

.point_color_2 {
  color: #988367;
}

.point_color_3 {
  color: #f7eee5;
}

/*===== align =====*/
.text_alignL {
  text-align: left !important;
}

.txt_center p {
  text-align: center !important;
}

.txt_left p {
  text-align: left !important;
}

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

.txt_right p {
  text-align: right !important;
}

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

/*===== theme padding, margin reset =====*/

.wpb_row,
.wpb_content_element {
  margin-bottom: 0 !important;
}

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

.wpb_wrapper > div {
  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,
.project-title {
  padding-bottom: 0 !important;
}

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

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

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

.no_padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body[data-form-submit="regular"]
  .container-wrap
  .kboard-search
  button[type="submit"] {
  padding: 0 20px !important;
}

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

Basic

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

/*디바이스 별 노출*/
.dp_block_1300 {
  display: none !important;
}

.dp_none_1300 {
  display: block !important;
}

.dp_block_999 {
  display: none !important;
}

.dp_none_999 {
  display: block !important;
}

.dp_none_767 {
  display: block !important;
}

.dp_block_767 {
  display: none !important;
}

.dp_block_689 {
  display: none !important;
}

.dp_none_689 {
  display: block !important;
}

.dp_none_480 {
  display: block;
}

.dp_block_480 {
  display: none;
}

.dp_none_370 {
  display: block;
}

.dp_block_370 {
  display: none;
}

.dp_none_320 {
  display: block;
}

.dp_block_320 {
  display: none;
}

.mo_block {
  display: none !important;
}

.mo_none {
  display: block !important;
}

.m_block {
  display: none !important;
}

.m_none {
  display: block !important;
}

/*간격조정*/
.btween_space_30 {
  height: 30px !important;
  display: block;
}

.btween_space {
  height: 120px !important;
  display: block;
}

.btween_space_200 {
  height: 170px !important;
  display: block;
}

.btween_space_160 {
  height: 160px !important;
  display: block;
}

.btween_space_150 {
  height: 150px !important;
  display: block;
}

.btween_space_120 {
  height: 120px !important;
  display: block;
}

.btween_space_100 {
  height: 100px !important;
  display: block;
}

.btween_space_80 {
  height: 80px !important;
  display: block;
}

.btween_space_70 {
  height: 70px !important;
  display: block;
}

.btween_space_60 {
  height: 60px !important;
  display: block;
}

.btween_space_50 {
  height: 50px !important;
  display: block;
}

.btween_space_40 {
  height: 40px !important;
  display: block;
}

.btween_space_30 {
  height: 30px !important;
  display: block;
}

.btween_space_20 {
  height: 20px !important;
  display: block;
}

.btween_space_15 {
  height: 15px !important;
  display: block;
}

.btween_space_10 {
  height: 10px !important;
  display: block;
}

/*====== 1300px ======*/
@media screen and (max-width: 1300px) {
  .dp_block_1300 {
    display: block !important;
  }

  .dp_none_1300 {
    display: none !important;
  }
}

/*====== 999px ======*/
@media screen and (max-width: 999px) {
  .m_block {
    display: block !important;
  }

  .m_none {
    display: none !important;
  }

  .dp_block_999 {
    display: block !important;
  }

  .dp_none_999 {
    display: none !important;
  }

  .btween_space {
    height: 60px !important;
    display: block;
  }

  .btween_space_200 {
    height: 100px !important;
    display: block;
  }

  .btween_space_160 {
    height: 80px !important;
    display: block;
  }

  .btween_space_150 {
    height: 70px !important;
    display: block;
  }

  .btween_space_120 {
    height: 60px !important;
    display: block;
  }

  .btween_space_100 {
    height: 50px !important;
    display: block;
  }

  .btween_space_80 {
    height: 40px !important;
    display: block;
  }

  .btween_space_70 {
    height: 35px !important;
    display: block;
  }

  .btween_space_60 {
    height: 30px !important;
    display: block;
  }

  .btween_space_50 {
    height: 25px !important;
    display: block;
  }

  .btween_space_40 {
    height: 20px !important;
    display: block;
  }
}

/*====== 767px ======*/
@media screen and (max-width: 767px) {
  .dp_none_767 {
    display: none !important;
  }

  .dp_block_767 {
    display: block !important;
  }

  .mo_block {
    display: block !important;
  }

  .mo_none {
    display: none !important;
  }
}

/*====== 689px ======*/
@media screen and (max-width: 689px) {
  .dp_block_689 {
    display: block !important;
  }

  .dp_none_689 {
    display: none !important;
  }

  .btween_space {
    height: 60px !important;
    display: block;
  }

  .btween_space_200 {
    height: 100px !important;
    display: block;
  }

  .btween_space_160 {
    height: 80px !important;
    display: block;
  }

  .btween_space_150 {
    height: 80px !important;
    display: block;
  }

  .btween_space_120 {
    height: 60px !important;
    display: block;
  }

  .btween_space_100 {
    height: 50px !important;
    display: block;
  }

  .btween_space_80 {
    height: 40px !important;
    display: block;
  }

  .btween_space_70 {
    height: 35px !important;
    display: block;
  }

  .btween_space_60 {
    height: 30px !important;
    display: block;
  }

  .btween_space_50 {
    height: 25px !important;
    display: block;
  }

  .btween_space_40 {
    height: 20px !important;
    display: block;
  }
}

/*====== 480px ======*/
@media screen and (max-width: 480px) {
  .dp_none_480 {
    display: none;
  }

  .dp_block_480 {
    display: block;
  }

  .btween_space {
    height: 60px !important;
    display: block;
  }

  .btween_space_200 {
    height: 100px !important;
    display: block;
  }

  .btween_space_160 {
    height: 80px !important;
    display: block;
  }

  .btween_space_150 {
    height: 80px !important;
    display: block;
  }

  .btween_space_120 {
    height: 60px !important;
    display: block;
  }

  .btween_space_100 {
    height: 50px !important;
    display: block;
  }

  .btween_space_80 {
    height: 40px !important;
    display: block;
  }

  .btween_space_70 {
    height: 35px !important;
    display: block;
  }

  .btween_space_60 {
    height: 30px !important;
    display: block;
  }

  .btween_space_50 {
    height: 25px !important;
    display: block;
  }

  .btween_space_40 {
    height: 20px !important;
    display: block;
  }
}

/*====== 370px ======*/
@media screen and (max-width: 370px) {
  .dp_none_370 {
    display: none;
  }

  .dp_block_370 {
    display: block;
  }
}

/*====== 320px ======*/
@media screen and (max-width: 320px) {
  .dp_none_320 {
    display: none;
  }

  .dp_block_320 {
    display: block;
  }
}

/*====================================
관리자 상단바 가리기
====================================*/
#wpadminbar #wp-admin-bar-wp-logo {
  display: none !important;
}

#wp-admin-bar-salient-hook-locations,
#wp-admin-bar-exactmetrics_frontend_button,
#wp-admin-bar-monsterinsights_frontend_button,
#wp-admin-bar-aioseo-main,
#wp-admin-bar-vc_inline-admin-bar-link,
#wp-admin-bar-gform-forms,
#wp-admin-bar-revslider,
#wp-admin-bar-salient-hook-locations,
#wp-admin-bar-popup-maker,
#wp-admin-bar-customize,
#wp-admin-bar-new-content,
#wp-admin-bar-comments {
  display: none;
}

/*-----------------------------------------------------------------
햄버거 메뉴
-----------------------------------------------------------------*/

div#slide-out-widget-area p.bottom-text {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}

body
  #slide-out-widget-area.slide-out-from-right-hover
  .inner-wrap
  > .inner
  .off-canvas-menu-container
  li
  > a {
  font-size: 20px !important;
  line-height: 1 !important;
}

#slide-out-widget-area.slide-out-from-right-hover
  .inner-wrap
  > .inner
  .off-canvas-menu-container
  li {
  margin-bottom: 12px !important;
  margin-top: 5px !important;
}

body
  #slide-out-widget-area.slide-out-from-right-hover
  .inner-wrap
  > .inner
  .off-canvas-menu-container
  ul.sub-menu
  li
  > a {
  font-size: 16px !important;
}

body.material
  #slide-out-widget-area[class*="slide-out-from-right"]
  .off-canvas-menu-container
  .menu-item-10000001 {
  display: inline-block;
  margin-right: 15px !important;
  margin-top: 20px !important;
}

body.material
  #slide-out-widget-area[class*="slide-out-from-right"]
  .off-canvas-menu-container
  .menu-item-10000002 {
  display: inline-block;
  margin-top: 20px !important;
}

body.material
  #slide-out-widget-area[class*="slide-out-from-right"]
  .off-canvas-menu-container
  .menu-item-10000001
  a {
  font-size: 15px !important;
}

body.material
  #slide-out-widget-area[class*="slide-out-from-right"]
  .off-canvas-menu-container
  .menu-item-10000002
  a {
  font-size: 15px !important;
}

#slide-out-widget-area.slide-out-from-right-hover .bottom-meta-wrap {
  margin-top: 0 !important;
}

body
  #slide-out-widget-area.slide-out-from-right-hover
  .inner-wrap
  > .inner
  .off-canvas-menu-container
  li.menu-item-10000001
  > a {
  font-size: 16px !important;
}

body
  #slide-out-widget-area.slide-out-from-right-hover
  .inner-wrap
  > .inner
  .off-canvas-menu-container
  li.menu-item-10000002
  > a {
  font-size: 16px !important;
}

body
  #slide-out-widget-area.slide-out-from-right-hover
  .inner-wrap
  > .inner
  .off-canvas-menu-container
  li
  > a {
  font-size: 20px !important;
}

#slide-out-widget-area.slide-out-from-right-hover
  .inner-wrap
  > .inner
  .off-canvas-menu-container
  li {
  margin-bottom: 12px !important;
}

body
  #slide-out-widget-area[data-dropdown-func="separate-dropdown-parent-link"]
  .off-canvas-menu-container
  li.flag_wrap
  ul.sub-menu
  > li:first-child,
body.material
  #slide-out-widget-area[class*="slide-out-from-right"]
  .off-canvas-menu-container
  li.flag_wrap
  ul.sub-menu
  > li:first-child {
  margin-top: 5px !important;
}

body
  #slide-out-widget-area[data-dropdown-func="separate-dropdown-parent-link"]
  .off-canvas-menu-container
  li
  ul.sub-menu
  > li:first-child,
body.material
  #slide-out-widget-area[class*="slide-out-from-right"]
  .off-canvas-menu-container
  li
  ul.sub-menu
  > li:first-child {
  margin-top: 15px !important;
}

#slide-out-widget-area .ocm-dropdown-arrow {
  padding-left: 230px;
  overflow: hidden;
}

#slide-out-widget-area.slide-out-from-right-hover[data-dropdown-func="separate-dropdown-parent-link"]
  .inner-wrap
  > .inner
  > div.off-canvas-menu-container {
  margin: 0 0 !important;
}

/*-----------------------------------------------------------------
header
-----------------------------------------------------------------*/
/*main menu*/

#header-outer #top nav > ul > li > a,
#header-outer #top nav > .sf-menu > li > a {
  font-size: 18px;
  letter-spacing: -0.75px;
  font-weight: 500;
  color: #101010 !important;
}

#header-outer .sf-menu li ul li a {
  font-size: 16px !important;
  line-height: 22px !important;
  letter-spacing: -0.5px !important;
  color: #565656 !important;
}

#header-outer.transparent #top nav > ul > li > a,
#header-outer.transparent #top nav > .sf-menu > li > a {
  opacity: 1 !important;
}

/*====================================
MENU - 다국어
====================================*/

.flag_wrap {
  position: absolute !important;
  right: -17px;
  top: 50%;
  margin-top: -13px !important;
}

.flag_wrap ul.sub-menu.tracked-pos {
  padding: 0 !important;
  width: auto !important;
  text-align: center;
  top: 59px !important;
  z-index: 1001;
}

.flag_wrap ul.sub-menu.tracked-pos li a {
  padding: 11px 6px 6px 6px !important;
}

.flag_wrap ul.sub-menu.tracked-pos li a img {
  display: inline-block;
}

.flag_wrap ul.sub-menu.tracked-pos li {
  text-align: center;
}

/*로그인,회원가입*/
#header-outer header {
  position: relative;
}

li#menu-item-10000001 {
  position: absolute;
  top: 50%;
  margin-top: -16px !important;
  right: 139px;
  background: #fff;
  border: 1px solid #5c5c5c;
  border-radius: 16px;
}

li#menu-item-10000001 a {
  padding: 5px 15px !important;
  margin: 0 auto !important;
}

li#menu-item-10000001 a span {
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #464646;
}

li#menu-item-10000002 {
  position: absolute;
  top: 50%;
  margin-top: -16px !important;
  right: 56px;
  background: #242424;
  border: 1px solid #242424;
  border-radius: 16px;
}

li#menu-item-10000002 a {
  padding: 5px 15px !important;
  margin: 0 auto !important;
}

li#menu-item-10000002 a span {
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #fff;
}

/*-----------------------------------------------------------------
MAIN
-----------------------------------------------------------------*/

/*===== 메인 공통 타이틀 ====*/

.main_title_wrap {
  padding-bottom: 55px !important;
}

.main_title {
  font-size: 45px;
  line-height: 55px;
  color: #101010;
}

.main_title.en_title h2 {
  font-family: "Marcellus", serif !important;
  font-weight: 400 !important;
}

.main_sub_title {
  font-size: 22px;
  line-height: 32px;
  color: #101010;
  padding-bottom: 20px !important;
}

.main_sub_title.en_title h2 {
  font-family: "Marcellus", serif !important;
  font-weight: 400 !important;
}

.main_top_subtitle p {
  padding-bottom: 25px !important;
  font-size: 22px;
  line-height: 32px;
  color: #101010;
}

.main_bottom_subtitle p {
  padding-top: 15px !important;
  font-size: 21px;
  line-height: 32px;
  color: #101010;
}

.main_bottom_subtitle.small_txt p {
  padding-top: 12px !important;
  font-size: 18px;
  line-height: 32px;
  color: #565656;
  font-weight: 300 !important;
}

.main_btn a {
  font-family: "Marcellus", serif !important;
  letter-spacing: 0;
  font-weight: 300;
}

.sub_btn a {
  letter-spacing: 0;
  font-weight: 300;
}

.main_border_btn a {
  font-family: "Marcellus", serif !important;
  letter-spacing: 0;
  font-weight: 300;
}

.main_btn.right_btn {
  position: absolute;
  top: 30px;
  right: 0px;
}

/*===== Main section 01 - 메인슬라이드 ====*/

.main_slider_subtitle {
}

.main_slider_title {
  font-family: "Marcellus", serif !important;
}
.main_slider_title_kr {
  font-family: "Pretendard", "Malgun Gothic", "malgungothic", "맑은고딕",
    sans-serif !important;
  font-weight: 600 !important;
  letter-spacing: -2.5px !important;
}
.main_slider_title i {
  font-style: italic !important;
}

.main_slider_copy {
}

/*블렛 커스텀*/
.custom .sr7-bullet.sr7-touchhover,
.custom .sr7-bullet.selected {
  background: rgb(255 255 255) !important;
}

.custom .sr7-bullet {
  width: 55px !important;
  height: 3px !important;
  background: rgba(255, 255, 255, 0.4) !important;
}

/*===== Main section 02 - Before & After ====*/

.main_bna_wrap .right_btn {
  position: absolute;
  top: 30px;
  right: 30px;
}

.main_bna_wrap
  .nectar-flickity.nectar-carousel.nectar-carousel:not(.masonry)
  .flickity-viewport {
  margin: 0;
}

.main_bna_wrap
  .nectar-flickity.nectar-carousel[data-format="default"][data-spacing*="px"]
  .flickity-slider
  .cell {
  opacity: 0.6;
}

.main_bna_wrap
  .nectar-flickity.nectar-carousel[data-format="default"][data-spacing*="px"]
  .flickity-slider
  .cell.is-selected {
  opacity: 1;
}

.main_bna_wrap
  .nectar-flickity[data-controls*="arrows_overlaid"]
  .flickity-prev-next-button.previous {
  left: 23%;
  top: 39%;
}

.main_bna_wrap
  .nectar-flickity[data-controls*="arrows_overlaid"]
  .flickity-prev-next-button.next {
  right: 23%;
  top: 39%;
}

.main_bna_wrap
  .nectar-flickity[data-controls*="arrows_overlaid"]
  .flickity-prev-next-button:before {
  background-color: #ffffff00 !important;
}

.main_bna_title p {
  font-size: 23px;
  line-height: 35px;
  letter-spacing: -0.7px;
  font-weight: 600 !important;
  color: #101010;
  margin: 31px 0 4px 0 !important;
}

.main_bna_date p {
  font-size: 17px;
  line-height: 28px;
  letter-spacing: -0.6px;
  font-weight: 300 !important;
  color: #636363;
}

.main_bna_caution p {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.3px;
  font-weight: 200 !important;
  color: #b7b7b7;
  margin-top: 32px !important;
}

.main_bna_wrap .flickity-slider .cell.is-selected .inner-wrap-outer {
  scale: 1;
  transition: 1s;
  opacity: 1;
}

.main_bna_wrap .flickity-slider .cell .inner-wrap-outer {
  scale: 0.85;
  opacity: 0.6;
}

.main_bna_wrap
  .nectar-flickity[data-controls*="arrows_overlaid"]
  .flickity-prev-next-button.next {
  right: 25%;
}

.main_bna_wrap
  .nectar-flickity[data-controls*="arrows_overlaid"]
  .flickity-prev-next-button.previous {
  left: 25%;
}

img.img-with-animation.login_on.skip-lazy {
  display: none !important;
}
.logged-in img.img-with-animation.login_on.skip-lazy {
  display: block !important;
}
.logged-in img.img-with-animation.login_off.skip-lazy {
  display: none !important;
}

/*===== Main section 03 - Youtube ====*/

.main_tv_wrap .right_btn {
  position: absolute;
  top: 18px;
  right: 0px;
}

.main_youtube_title h2 {
  padding-left: 60px !important;
}

.youtube_lottie {
  margin-left: -198px !important;
}

.nectar-video-box img {
  transform: translateZ(0) scale(1);
  -webkit-transform: translateZ(0) scale(1);
}

.main_tv_wrap .tabbed > ul,
.wpb_content_element .tabbed .wpb_tabs_nav {
  margin-left: 81px;
  margin-bottom: 60px;
}

.main_tv_wrap .wpb_content_element .wpb_tabs_nav li {
  padding: 0 16px;
}

.main_tv_wrap .tabbed > ul li a {
  color: #b3b3b3 !important;
  background-color: #00000000 !important;
  padding: 4px 0px !important;
  border: none !important;
  font-size: 18px;
  font-weight: 300 !important;
}

.main_tv_wrap .tabbed > ul li.tab-item.active-tab a {
  background: #1b1b1b !important;
  color: #fff !important;
  padding: 4px 13px !important;
  border-radius: 13px;
  font-weight: 400 !important;
}

.main_tv_wrap .tabbed > ul li a {
  display: block;
  color: #888;
  position: relative;
  background-color: rgba(0, 0, 0, 0.045);
  padding: 8px 15px;
  transition: all 0.3s cubic-bezier(0.12, 0.75, 0.4, 1);
  border-left: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.06);
}

.nectar-split-heading.main_youtube_title h1 {
  font-size: 50px;
  line-height: 70px;
  letter-spacing: -1px;
  font-weight: 700 !important;
}

.main_tv_wrap .image-wrap {
  width: 233px;
  display: inline-block;
  border-radius: 15px;
}

.main_tv_wrap .list {
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
}

.main_tv_wrap .list > div {
  position: absolute;
}

.main_tv_wrap .list::-webkit-scrollbar {
  width: 10px;
}

.main_tv_wrap .list::-webkit-scrollbar-thumb {
  background-color: #2f3542;
  border-radius: 10px;
  background-clip: padding-box;
  border: 2px solid transparent;
}

.main_tv_wrap .list::-webkit-scrollbar-track {
  background-color: #d8d8d8;
  border-radius: 10px;
  box-shadow: inset 0px 0px 5px white;
}

.main_tv_wrap .nectar-fancy-box {
  margin-bottom: 20px !important;
  margin-right: 26px !important;
  display: table;
  padding: 18px 10px 18px 18px !important;
  background: linear-gradient(135deg, #edf2f7, #fff) !important;
  border-radius: 25px !important;
  box-shadow: -1px 0px 15px 0px rgb(211 197 194 / 12%);
  width: 96%;
}

.main_tv_wrap .nectar-fancy-box:last-child {
  margin-bottom: 0 !important;
}

.main_tv_wrap .vc_col-sm-2\/5 {
  width: 44% !important;
}
.main_tv_wrap .vc_col-sm-3\/5 {
  width: 55% !important;
}

.main_tv_wrap .nectar-fancy-box .image-wrap {
  display: table-cell;
  vertical-align: middle;
}

.main_tv_wrap .nectar-fancy-box .text {
  display: table-cell;
  vertical-align: middle;
  width: 56%;
  max-height: 110px;
  font-size: 17px;
  line-height: 23px;
  font-weight: 200 !important;
  color: #606060;
  letter-spacing: -0.7px;
  padding: 0px 0 0 30px !important;
}

.main_tv_wrap .nectar-fancy-box .text p {
  padding-top: 7px !important;
  font-weight: 200 !important;
  text-align: left;
}

.main_tv_wrap .nectar-fancy-box .text h4 {
  font-size: 19px;
  line-height: 27px;
  font-weight: 500 !important;
  color: #000;
  letter-spacing: -1.2px;
  text-align: left !important;
  display: block !important;
}

.main-video-list
  .nectar-flickity.nectar-carousel.nectar-carousel:not(.masonry)
  .flickity-viewport {
  margin: 0 0;
}

.main-video-list .nectar-flickity.nectar-carousel .flickity-slider .inner-wrap {
  padding-top: 0;
}

.main_tv_btn h6 span.link_wrap {
  padding: 18px 13px 18px 23px;
  background-color: #a678651a !important;
}

.main_tv_btn h6 span.text {
  font-family: "Marcellus", serif !important;
}

/*===== Main section 04 - Shorts ====*/
.main_short_wrap
  .nectar-flickity.nectar-carousel.nectar-carousel:not(.masonry)
  .flickity-viewport {
  margin: 0;
}

.main_short_wrap
  .nectar-flickity[data-desktop-columns="7"]:not(.masonry)
  .flickity-slider
  .cell {
  width: calc(100% / 7.57);
}

.main_short_wrap .nectar-video-box .inner-wrap {
  border-radius: 15px !important;
}

.main_short_wrap .right_btn {
  position: absolute;
  top: 18px;
  right: 0px;
}

.main_shorts_title h2 {
  padding-left: 63px !important;
}

/*===== Main section 05 - Event ====*/

.main_event_wrap
  .nectar-flickity.nectar-carousel.nectar-carousel:not(.masonry)
  .flickity-viewport {
  margin: 0;
}

.main_event_wrap .flickity-slider .cell .inner-wrap-outer {
  transform: scale(0.85);
  transform-origin: center center;
  transition: transform 0.6s ease;
}
.main_event_wrap .flickity-slider .cell.is-selected .inner-wrap-outer {
  transform: scale(1);
}
.main_event_wrap .flickity-slider .cell.is-edge-left .inner-wrap-outer {
  transform-origin: right center;
}
.main_event_wrap .flickity-slider .cell.is-edge-right .inner-wrap-outer {
  transform-origin: left center;
}

.main_event_wrap .flickity-slider .cell .inner-wrap-outer:hover {
  opacity: 1;
}

.main_event_title p {
  font-size: 23px;
  line-height: 33px;
  font-weight: 400 !important;
  color: #101010;
  letter-spacing: -0.8px;
  margin-top: 26px !important;
}
.main_event_wrap .flickity-slider .cell.is-selected .main_event_title p {
  color: #101010;
  font-weight: 500 !important;
}
.main_event_wrap .flickity-slider .cell .main_event_title p {
  color: #9f9f9f;
}

/*그라데이션
.main_event_wrap .nectar-fancy-box[data-style=hover_desc] .box-bg:after,
.main_event_wrap .nectar-fancy-box[data-style=hover_desc] .box-bg:before {
    height: 43% !important;
}

.main_event_wrap .flickity-slider .cell.is-selected .box-bg:before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #f4874c 100%);
}

.main_event_wrap .nectar-fancy-box[data-style=hover_desc] .box-bg:before {
    background: linear-gradient(to bottom, rgba(15, 15, 15, 0), rgb(15 15 15 / 25%) 100%);
}

.main_event_wrap .flickity-slider .cell.is-selected .nectar-fancy-box {
    box-shadow: 0 25px 55px rgb(236 163 122 / 29%) !important;
}

.main_event_wrap .nectar-fancy-box:hover {
    box-shadow: 0 25px 55px rgb(236 163 122 / 29%) !important;
}
*/
/*화살표
.main_event_wrap .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button.next {
    right: -40px;
}

.main_event_wrap .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button.previous {
    left: -40px;
}

.main_event_wrap .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button:hover:before {
    background-color: #ee6a22 !important;
}

.main_event_wrap .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button:hover:before {
    background-color: #ee6a22 !important;
}

.main_event_wrap .nectar-flickity[data-controls*=arrows_overlaid] .next:hover:after {
    background-color: #fff !important;
}

.main_event_wrap .nectar-flickity[data-controls*=arrows_overlaid] .previous:hover:after {
    background-color: #fff !important;
}

.main_event_wrap .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button:hover .arrow {
    fill: #fff;
}

*/

/*===== Main section 06 - selfie ====*/

.main_selfie_wrap .main_title_wrap {
  padding-bottom: 80px !important;
}

.main_ani_text h3 {
  letter-spacing: -1px !important;
}

.main_selfie_wrap .right_btn {
  position: absolute;
  bottom: 18px;
  right: 0px;
}

.main_selfie_wrap
  .nectar-flickity.nectar-carousel.nectar-carousel:not(.masonry)
  .flickity-viewport {
  margin: 0px 0 0px 0 !important;
}

.selfie_img {
  border-radius: 10px !important;
}

.main_selfie_wrap
  .wpb_row.vc_row-fluid.vc_row.full-width-content.nectar-overflow-hidden.carousel-dynamic-wrapper {
  overflow: initial;
}

.main_selfie_wrap
  .nectar-flickity[data-control-style="material_pagination"]
  .flickity-page-dots {
  bottom: -48px !important;
}

.main_selfie_wrap
  .nectar-flickity[data-control-style="material_pagination"]
  .flickity-page-dots
  .dot {
  width: 20px !important;
}

.main_selfie_wrap
  .nectar-flickity[data-control-style="material_pagination"]
  .flickity-page-dots
  .dot.is-selected:before {
  transform: scale(2) !important;
  box-shadow: inset 0 0 0 1px #53afff !important;
}

.main_selfie_wrap
  .nectar-flickity[data-control-style="material_pagination"]
  .flickity-page-dots
  .dot:before {
  width: 5px !important;
  height: 5px !important;
}

/*===== Main section 07 - Medical Team ====*/
.main_team_wrap {
}

.main_team_title {
}

.main_team_wrap .main_bottom_subtitle.small_txt p {
  padding-top: 25px !important;
}

.main_team_wrap
  .nectar-flickity.nectar-carousel.nectar-carousel:not(.masonry)
  .flickity-viewport {
  margin: 30px 0 0 !important;
}

.main_team_wrap
  .nectar-flickity.nectar-carousel[data-format="default"]
  .flickity-slider
  .cell:nth-child(2n + 1) {
  margin-top: -65px !important;
}

.main_team_wrap .nectar-fancy-box > * {
  transition: all 0.2s linear;
}

.main_team_wrap .nectar-fancy-box .box-bg {
  background-size: 490px !important;
  background-position: center bottom !important;
  background-repeat: no-repeat !important;
}

.main_team_wrap .nectar-fancy-box {
  background-color: #f1f7ff69 !important;
  backdrop-filter: blur(15px) !important;
  border-radius: 55px !important;
  padding: 65px 60px !important;
}

.main_team_wrap .team_tag {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #101010;
  border-radius: 18px;
  border: 1px solid #3b3d3f8f;
  padding: 5px 22px 4px !important;
}

.main_team_wrap h4.team_enname {
  font-family: "Marcellus", serif !important;
  font-size: 22px;
  line-height: 32px;
  font-weight: 400 !important;
  color: #1c1c1c !important;
  letter-spacing: -0.2px;
  position: absolute;
  left: 0;
  bottom: 55px;
}

.main_team_wrap h2.team_name {
  font-size: 30px;
  line-height: 42px;
  font-weight: 600 !important;
  color: #1c1c1c !important;
  letter-spacing: -1px;
  position: absolute;
  left: 0;
  bottom: 0px;
}

.main_team_wrap a.team_btn {
  position: absolute;
  right: 0;
  top: 0px;
  width: 43px;
  height: 43px;
  background: #000000;
  border-radius: 50%;
  text-align: center;
  line-height: 39px;
  transition: 0.2s;
}

.main_team_wrap a.team_btn img {
  width: 20px !important;
  display: inline-block !important;
}

.main_team_wrap
  .nectar-flickity.nectar-carousel[data-format="default"]
  .flickity-slider
  .cell:hover
  .nectar-fancy-box {
  background-color: #fff !important;
  transition: 0.2s;
}

.main_team_wrap
  .nectar-flickity.nectar-carousel[data-format="default"]
  .flickity-slider
  .cell:hover
  .nectar-fancy-box[data-style="color_box_basic"]
  .box-bg:before {
  opacity: 0 !important;
}

.main_team_wrap
  .nectar-flickity.nectar-carousel[data-format="default"]
  .flickity-slider
  .cell:hover
  .team_tag {
  background: #bbd1f1;
  color: #fff;
  border: 1px solid #bbd1f1;
  transition: 0.2s;
}

.main_team_wrap
  .nectar-flickity.nectar-carousel[data-format="default"]
  .flickity-slider
  .cell:hover
  h4.team_enname {
  color: #96a8c2 !important;
  transition: 0.2s;
}

.main_team_wrap
  .nectar-flickity.nectar-carousel[data-format="default"]
  .flickity-slider
  .cell:hover
  h2.team_name {
  color: #96a8c2 !important;
  transition: 0.2s;
}

.main_team_wrap
  .nectar-flickity.nectar-carousel[data-format="default"]
  .flickity-slider
  .cell:hover
  a.team_btn {
  transition: 0.2s;
  background: #97bcf4;
}

/*===== Main section 08 - Speciality ====*/

.main_special_wrap .row_col_wrap_12.col.span_12.dark.left {
  background-color: #fff !important;
}

.main_special_wrap
  .nectar-flickity.nectar-carousel.nectar-carousel:not(.masonry)
  .flickity-viewport {
  margin: 0;
}

.main_special_wrap .nectar-flickity.not-initialized.nectar-carousel {
  border-radius: 30px !important;
  overflow: hidden;
}

.main_special_wrap
  .nectar-flickity.nectar-carousel[data-format="default"]
  .flickity-slider
  .cell {
  padding: 0px;
}

.main_special_ent p {
  font-size: 22px;
  line-height: 32px;
  color: #fff;
  opacity: 0.75;
  font-family: "Marcellus", serif !important;
}

.nectar-split-heading.main_special_rota_t h1 {
  font-size: 67px;
  line-height: 80px;
  letter-spacing: -3px;
  font-weight: 600 !important;
}

.main_special_wrap .nectar-rotating-words-title h1 {
  font-size: 67px;
  line-height: 80px;
  letter-spacing: -3px;
  font-weight: 600 !important;
  border-bottom: 0px solid #fff;
  display: inline-block;
}

.main_special_num p {
  font-size: 15px;
  line-height: 26px;
  background: #bbd1f1d1;
  color: #fff;
  padding: 4px 13px !important;
  border-radius: 8px;
  display: inline;
}

.main_special_title h2 {
  font-size: 45px;
  line-height: 62px;
  color: #fff;
  font-weight: 600 !important;
  letter-spacing: -2.5px;
  margin: 25px 0 25px 0 !important;
}

.main_special_subt p {
  font-size: 18px;
  line-height: 31px;
  color: #fff;
  font-weight: 300 !important;
}

.main_special_wrap
  .nectar-flickity[data-controls*="arrows_overlaid"]
  .flickity-prev-next-button.previous {
  display: none;
}

.main_special_wrap
  .nectar-flickity[data-controls*="arrows_overlaid"]
  .flickity-prev-next-button.next {
  right: 100px;
  width: 40px;
  height: 40px;
  bottom: 13%;
  top: auto;
  scale: 1.2;
}

.main_special_wrap
  .nectar-flickity[data-controls*="arrows_overlaid"]
  .flickity-prev-next-button:before {
  background-color: #ffffff26;
}

.main_special_wrap
  .nectar-flickity[data-controls*="arrows_overlaid"]
  .next:after,
.main_special_wrap
  .nectar-flickity[data-controls*="arrows_overlaid"]
  .previous:after {
  background-color: #ffffff;
}

.main_special_wrap
  .nectar-flickity[data-controls*="arrows_overlaid"]
  .flickity-prev-next-button
  .arrow {
  fill: #ffffff;
}

.main_special_wrap
  .vc_col-sm-6
  .nectar-flickity.nectar-carousel.nectar-carousel:not(.masonry)
  .flickity-viewport {
  margin-top: 0px !important;
}

/*===== Main section 09 - Location ====*/

.main_location_wrap .left_wrap {
  width: 37% !important;
}

.main_location_wrap .right_wrap {
  width: 63% !important;
}

.main_location_wrap #map {
  margin-bottom: 0 !important;
}

.main_location_add p {
  font-size: 22px;
  line-height: 35px;
  font-weight: 600 !important;
  color: #242424;
  letter-spacing: -0.8px;
}

.main_location_subject h5 {
  font-size: 23px;
  line-height: 36px;
  font-weight: 700 !important;
  color: #111111;
  letter-spacing: -0.5px;
  padding-bottom: 10px !important;
}

body .main_location_time table {
  border: 0 !important;
  background: #fff;
}

body .main_location_time table td {
  font-size: 18px !important;
  line-height: 31px;
  font-weight: 400 !important;
  color: #333333;
  letter-spacing: -1px !important;
  border: 0 !important;
  padding: 0 5px 0px 0 !important;
  background: #fff;
}

body .main_location_time table td:first-child {
  width: 70px;
}

.main_location_small_txt p {
  font-size: 16px;
  line-height: 33px;
  font-weight: 400 !important;
  color: #939393;
  letter-spacing: -0.5px;
  padding-bottom: 50px !important;
}

.main_location_map_add p {
  font-size: 16px !important;
  line-height: 36px;
  font-weight: 500 !important;
  color: #fff;
  letter-spacing: -0.5px !important;
}

.main_location_tel {
  padding-top: 50px !important;
}

.main_location_tel b {
  font-weight: 400 !important;
  color: #88b2f0 !important;
}

.main_location_tel a {
  font-weight: 400 !important;
  font-family: "Marcellus", serif !important;
  letter-spacing: 1px;
}

.main_location_wrap iframe {
  border-top-left-radius: 25px !important;
  border-top-right-radius: 25px !important;
}

.nectar-cta.map_btn h6 span a::before {
  display: inline-block;
  content: "";
  position: absolute;
  left: -32px;
  top: -4px;
  width: 22px;
  height: 24px;
  background-position: left 10px center;
  background-size: 22px 24px;
}

.nectar-cta.map_btn h6 span a span.text {
  letter-spacing: 0 !important;
  font-weight: 400 !important;
}

.nectar-cta.map_btn.naver h6 span a::before {
  background: url(/wp-content/uploads/2025/11/map-naver-icon.png) no-repeat;
}

.nectar-cta.map_btn.google h6 span a::before {
  background: url(/wp-content/uploads/2025/11/map-google-icon.png) no-repeat;
}

.nectar-cta.map_btn.kakao h6 span a::before {
  background: url(/wp-content/uploads/2025/11/map-kakao-icon.png) no-repeat;
}

.map_con_left_wrap {
  float: left;
  text-align: left;
}

.map_con_left_wrap p {
  display: inline-block !important;
}

.map_con_right_wrap {
  float: right;
  text-align: right;
}

.map_con_right_wrap ul {
  display: block;
  margin-left: 0 !important;
}

.map_con_right_wrap ul li {
  display: inline-block;
  list-style: none;
  margin-right: 15px;
}

.map_con_right_wrap ul li:nth-child(3) {
  margin-right: 0;
}

.map_con_right_wrap ul li a {
  font-family: "Marcellus", serif !important;
  font-weight: normal;
  color: #fff !important;
  font-size: 15px;
  line-height: 36px;
  letter-spacing: 0 !important;
}
.map_con_right_wrap ul li a:hover {
  opacity: 0.7;
}

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

서브 페이지 - 공통사항

-------------------------------------------------------------------*/
/*==============병원소개==============*/

/* 251231 - 병원소개 : 새김 안전시스템 */
span.point_bg_01 {
  background: #a9c5ff2b;
  font-weight: 500 !important;
}
.sub_safety_title_num p {
  font-size: 55px;
  line-height: 55px;
  color: #8aacea;
  letter-spacing: 0px;
  margin-bottom: 40px !important;
  font-family: "Marcellus", serif !important;
}

/* 251231 - 병원소개 : 안심 마취시스템 */
.sub_title_copy.color p {
  color: #494949 !important;
}
.system_doc_wrap .doc_system_t {
  font-size: 30px;
  line-height: 40px;
  color: #020202;
  letter-spacing: -1px;
  font-weight: 300 !important;
}
.sub_special_t ul {
  width: 100%;
  margin: 0 !important;
  padding-top: 36px;
}
.sub_special_t li {
  float: left;
}
.sub_special_t li:first-child {
  font-size: 50px;
  line-height: 50px;
  color: #c4d9ff;
  font-weight: 500 !important;
  width: 10%;
  font-family: "Marcellus", serif !important;
}
.sub_special_t li:last-child {
  width: 90%;
  font-size: 19px;
  line-height: 32px;
  font-weight: 300 !important;
  letter-spacing: -0.6px;
  color: #494949;
}
.sub_special_t li:last-child strong {
  font-size: 25px;
  line-height: 36px;
  color: #101010;
  letter-spacing: -0.7px;
  display: inline-block;
  padding-bottom: 13px;
}
.sub_special_wrap .nectar-carousel-fixed-content h2 {
  font-size: 50px;
  line-height: 62px;
  color: #101010;
  font-family: "Marcellus", serif !important;
  font-weight: 400 !important;
}
.sub_special_wrap .nectar-carousel-fixed-content h4 {
  font-size: 26px;
  color: #101010;
  font-weight: 600 !important;
  letter-spacing: -1px;
  margin-top: 30px !important;
  margin-bottom: 224px !important;
}
.sub_point_subtitle.color_b_w p {
  color: #bbcae5 !important;
}

.sub_safe_aftercare_wrap
  .nectar-flickity.nectar-carousel.nectar-carousel:not(.masonry)
  .flickity-viewport {
  margin: 0;
}

.sub_about_title_t h3 {
  letter-spacing: -2.5px;
}
.sub_about_slogun_wrap .nectar-highlighted-text h2 {
  letter-spacing: -2px;
}
.sub_about_slogun_wrap .nectar-highlighted-text p {
  letter-spacing: -1px;
}

/*==============둘러보기==============*/
.tour_wrap .tabbed[data-style="vertical_modern"] .wpb_tabs_nav li a {
  font-size: 22px !important;
  padding: 25px 30px !important;
}
.tour_wrap .tabbed[data-style="vertical_modern"] .wpb_tabs_nav li a strong {
  padding-right: 10px !important;
}

.tour_wrap .flex-direction-nav a {
  line-height: 40px !important;
  height: 40px !important;
  width: 40px !important;
  border-radius: 50%;
}

.tour_wrap .flex-gallery .flex-direction-nav {
  top: auto !important;
  right: 30px !important;
  bottom: 30px !important;
}

.tour_wrap .flex-gallery .slides img {
  border-radius: 30px !important;
}

/*==============오시는 길==============*/

.sub_location_wrap #map {
  margin-bottom: 0 !important;
}

.sub_location_wrap .main_location_tel {
  padding-top: 0px !important;
}

.location_how_wrap div.num01 {
  padding-bottom: 40px !important;
}

.location_how_wrap h3.subject {
  padding: 6px 25px !important;
  border-radius: 25px;
  background: #5c5c5c;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600 !important;
  letter-spacing: -1px;
  color: #fff;
  display: inline-block;
  margin: 0 auto 15px !important;
}

.location_how_wrap h5 {
  font-size: 20px;
  line-height: 32px;
  font-weight: 600 !important;
  letter-spacing: -1px;
  color: #82b1f9;
  margin-bottom: 5px !important;
}

.location_how_wrap h5.top_pd {
  margin-top: 15px !important;
}

.location_how_wrap h3.subject.line3 {
  background: #f77636;
}
.location_how_wrap h3.subject.linebd {
  background: #f3d81f;
}

.location_how_wrap ul {
  display: table;
  content: "";
  clear: both;
  text-align: center;
  margin: 5px 0 20px !important;
  padding: 0 !important;
  width: 100%;
}

.location_how_wrap ul li {
  padding: 16px 10px !important;
  border-radius: 50%;
  text-align: center;
  background: #386de8;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600 !important;
  letter-spacing: -1px;
  color: #fff;
  display: inline-block;
  margin: 0 5px !important;
  width: 80px;
  height: 80px;
}

.location_how_wrap ul li.blue {
  background: #386de8;
}
.location_how_wrap ul li.green {
  background: rgb(60, 195, 68);
}
.location_how_wrap ul li.red {
  background: rgb(251, 97, 91);
}

.location_how_wrap p.dec {
  font-size: 18px;
  line-height: 31px;
  color: #555;
  letter-spacing: -1px;
  font-weight: 300 !important;
}
.location_how_wrap p.dec strong {
  font-weight: 600 !important;
  font-size: 21px;
  color: #000;
}
.location_how_wrap p span {
  font-size: 14px;
  padding: 5px 7px;
  border-radius: 25px;
  background: #000;
  color: #fff;
  margin-right: 5px !important;
}

.location_how_wrap p span.circle01 {
  background: #46abe4 !important;
}
.location_how_wrap p span.circle02 {
  background: #b55e22 !important;
}
.location_how_wrap p span.circle03 {
  background: #f77636 !important;
}
.location_how_wrap p span.circle04 {
  background: #afafaf !important;
}

.parking_title p {
  font-size: 27px;
  line-height: 37px;
  color: #92bbf9;
  padding-bottom: 10px !important;
  font-family: "Marcellus", serif !important;
}
.parking_subtitle p {
  font-size: 28px;
  line-height: 38px;
  color: rgb(0, 0, 0);
  letter-spacing: -0.6px;
  padding-bottom: 25px !important;
  font-weight: 600 !important;
}
.sub_how_sub_t p {
  font-size: 21px;
  line-height: 31px;
  color: #000;
  letter-spacing: -1px;
  font-weight: 300 !important;
}

.location_traffic_list ul {
  display: table;
  content: "";
  clear: both;
  padding-left: 75px !important;
  position: relative;
  margin-top: 10px !important;
  margin-left: 15px;
}
.location_traffic_list ul li {
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
  padding: 1px 10px;
  margin-right: 7px !important;
  margin-bottom: 5px !important;
  float: left;
}

.location_traffic_list ul.green_label::before {
  position: absolute;
  left: 0px;
  top: 0px;
  content: "지선";
  font-size: 16px;
  color: rgb(255, 255, 255) !important;
  background: rgb(60, 195, 68);
  border-radius: 5px;
  padding: 2px 15px !important;
}
.location_traffic_list ul.red_label::before {
  position: absolute;
  left: 0px;
  top: 0px;
  content: "광역";
  font-size: 16px;
  color: rgb(255, 255, 255) !important;
  background: rgb(251, 97, 91);
  border-radius: 5px;
  padding: 2px 15px !important;
}
.location_traffic_list ul.blue_label:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "간선";
  background: #386de8;
  color: #fff !important;
  font-size: 16px;
  padding: 2px 15px !important;
  border-radius: 5px;
}
.location_traffic_list ul.skyblue_label:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "공항";
  background: #65a6d2;
  color: #fff !important;
  font-size: 16px;
  padding: 2px 15px !important;
  border-radius: 5px;
}
.location_traffic_list ul.yellow_label:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "순환";
  background: #f7b00a;
  color: #fff !important;
  font-size: 16px;
  padding: 2px 15px !important;
  border-radius: 5px;
}
.location_traffic_list ul.green2_label:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "일반";
  background: #51a333;
  color: #fff !important;
  font-size: 16px;
  padding: 2px 15px !important;
  border-radius: 5px;
}

.parking_add p {
  font-size: 22px;
  line-height: 32px;
  color: #000;
  letter-spacing: -1px;
  padding-bottom: 20px !important;
  font-weight: 400;
}
.parking_add p strong {
  background: #101010;
  color: #fff;
  border-radius: 5px;
  padding: 3px 7px;
}

.parking_dec p {
  font-size: 18px;
  line-height: 30px;
  color: #707070;
  letter-spacing: -1px;
  padding-bottom: 0px !important;
  font-weight: 300 !important;
}

/*==============안전시스템==============*/
/*수술 후 프로그램*/
.care_program_table {
}

body:not(.woocommerce-cart) .main-content .care_program_table table {
  background-color: transparent !important;
  border: 0 !important;
  border-bottom: 2px solid #000 !important;
}

body:not(.woocommerce-cart)
  .main-content
  .care_program_table
  table
  tr:nth-child(2n + 1) {
  background-color: transparent !important;
}
body:not(.woocommerce-cart) .main-content .care_program_table table th {
  border: 0 !important;
  font-size: 19px !important;
  line-height: 30px !important;
  font-weight: 600 !important;
  letter-spacing: -1px;
  color: #333 !important;
  vertical-align: middle;
  width: 130px;
  padding-bottom: 15px !important;
  padding-top: 15px !important;
  border-top: 2px solid #000 !important;
  border-bottom: 2px solid #000 !important;
  text-align: center;
}

body:not(.woocommerce-cart)
  .main-content
  .care_program_table
  table
  th:nth-child(1) {
  width: 20%;
}
body:not(.woocommerce-cart)
  .main-content
  .care_program_table
  table
  th:nth-child(2) {
  width: 20%;
}
body:not(.woocommerce-cart)
  .main-content
  .care_program_table
  table
  th:nth-child(3) {
  width: 10%;
}
body:not(.woocommerce-cart)
  .main-content
  .care_program_table
  table
  th:nth-child(4) {
  width: 10%;
}
body:not(.woocommerce-cart)
  .main-content
  .care_program_table
  table
  th:nth-child(5) {
  width: auto;
}
body:not(.woocommerce-cart)
  .main-content
  .care_program_table
  table
  th:nth-child(6) {
  width: 10%;
}

body:not(.woocommerce-cart) .main-content .care_program_table table td {
  border: 0 !important;
  font-size: 16px !important;
  line-height: 26px !important;
  font-weight: 300 !important;
  letter-spacing: -1px;
  color: #333 !important;
  vertical-align: middle;
  padding: 10px 5px !important;
  border-bottom: 1px solid #dbdbdb !important;
  border-right: 1px solid #dbdbdb !important;
  text-align: center;
}
body:not(.woocommerce-cart)
  .main-content
  .care_program_table
  table
  td:last-child {
  border-right: 0px solid #dbdbdb !important;
}

body:not(.woocommerce-cart) .main-content .care_program_table table td.subject {
  font-size: 17px !important;
  line-height: 30px !important;
  font-weight: 600 !important;
  letter-spacing: -1px;
  color: #333 !important;
  background: #f0f5ff;
}

/*수술 후 주의사항*/

.care_box_wrap {
}
.care_box .vc_column-inner {
  border-radius: 50px;
  border: 1px solid #c9d1ff;
  padding: 70px 90px !important;
}

.care_box h3 {
  font-size: 28px !important;
  line-height: 38px !important;
  font-weight: 600 !important;
  letter-spacing: -1px;
  color: #6ea1eb !important;
  margin-bottom: 30px !important;
}
body:not(.woocommerce-cart) .main-content .care_table table {
}

body:not(.woocommerce-cart) .main-content .care_table table {
  background-color: transparent !important;
  border: 0 !important;
}

body:not(.woocommerce-cart)
  .main-content
  .care_table
  table
  tr:nth-child(2n + 1) {
  background-color: transparent !important;
}
body:not(.woocommerce-cart) .main-content .care_table table th {
  border: 0 !important;
  font-size: 19px !important;
  line-height: 30px !important;
  font-weight: 600 !important;
  letter-spacing: -1px;
  color: #333 !important;
  vertical-align: middle;
  width: 130px;
  padding-bottom: 20px !important;
  padding-top: 20px !important;
  border-bottom: 1px solid #d9e8ff !important;
  text-align: center;
}
body:not(.woocommerce-cart) .main-content .care_table table td {
  border: 0 !important;
  font-size: 16px !important;
  line-height: 26px !important;
  font-weight: 300 !important;
  letter-spacing: -1px;
  color: #333 !important;
  vertical-align: middle;
  padding-bottom: 20px !important;
  padding-top: 20px !important;
  border-bottom: 1px solid #d9e8ff !important;
}

body:not(.woocommerce-cart) .main-content .care_table table tr:last-child th {
  border-bottom: 0 !important;
}

body:not(.woocommerce-cart) .main-content .care_table table tr:last-child td {
  border-bottom: 0 !important;
}

.care_title {
}

body .care_month_box {
  border-radius: 50px;
  border: 1px solid #ffb3b3;
  padding: 35px 30px 55px !important;
  background: #fff2f2;
}
.care_month_box h5 {
  font-size: 28px;
  line-height: 38px;
  font-weight: 600 !important;
  letter-spacing: -1px;
  color: #101010;
  margin-bottom: 20px !important;
}
.care_month_box p {
  font-size: 18px;
  line-height: 31px;
  color: #555;
  letter-spacing: -1px;
  font-weight: 300 !important;
}

/*==============진료과목==============*/
.sub_top_title_wrap.dark_mode {
  padding-bottom: 80px !important;
}

.sub_top_title_wrap.dark_mode .sub_top_bnr_subtitle p {
  font-size: 24px;
  line-height: 34px;
  color: #000;
  font-weight: 400;
  padding-bottom: 15px !important;
  font-family: "Marcellus", serif !important;
}

.sub_top_title_wrap.dark_mode .nectar-split-heading.sub_top_bnr_title h1 {
  margin-bottom: 0px !important;
  font-size: 50px !important;
  letter-spacing: -3.5px;
  margin-top: 10px !important;
}

.sub_top_title_wrap.dark_mode
  .nectar-split-heading.sub_top_bnr_title
  h1:before {
  display: none;
}

.sub_top_title_wrap.dark_mode .nectar-split-heading.sub_top_bnr_title h1:after {
  display: none;
}

.sub_top_title_wrap.dark_mode .nectar-split-heading.sub_top_bnr_copy p {
  font-size: 21px !important;
}

.sub_top_title_box .img_box {
  height: 667px;
}
.saekim_symbol p {
  display: inline-block;
  text-align: center;
  font-size: 17px;
  line-height: 17px;
  font-family: "Marcellus", serif !important;
  border-radius: 50%;
  border: 1px solid #fff;
  padding: 6px 18px !important;
  color: #fff;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.sub_top_bnr_title h1 {
  font-size: 76px !important;
  line-height: 86px !important;
  letter-spacing: -3.5px;
  margin-top: 30px !important;
  margin-bottom: 10px !important;
}

.sub_top_bnr_title h1::before {
  content: "(";
  display: inline-block;
  font-family: "Marcellus", serif !important;
  font-weight: 300;
  padding-right: 30px !important;
  vertical-align: top;
  font-style: italic !important;
}

.sub_top_bnr_title h1::after {
  content: ")";
  display: inline-block;
  font-family: "Marcellus", serif !important;
  font-weight: 300;
  padding-left: 5px !important;
  vertical-align: top;
  font-style: italic !important;
}

.sub_top_bnr_subtitle p {
  color: #fff;
  font-size: 45px;
  line-height: 55px;
  letter-spacing: -2px;
  opacity: 0.6;
  font-weight: 600;
}

.sub_top_bnr_copy p {
  margin-top: 30px !important;
  color: #fff;
  font-size: 22px;
  line-height: 35px;
  letter-spacing: -1px;
  font-weight: 300 !important;
  padding: 0 30px !important;
}

.sub_top_bnr_lottie {
}
/*공통 타이틀*/
.sub_top_title {
  font-size: 45px;
  line-height: 55px;
  color: #101010;
}

.sub_top_title.en_title h2 {
  font-family: "Marcellus", serif !important;
  font-weight: 400 !important;
}

.sub_title_wrap {
  padding-bottom: 50px !important;
}
.sub_title_wrap.big {
  padding-bottom: 65px !important;
}

.sub_title_wrap.small {
  padding-bottom: 35px !important;
}

.sub_title_t {
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -3px;
  color: #101010 !important;
  font-weight: 600 !important;
}

.sub_title_t.en_title {
  font-size: 48px;
  line-height: 60px;
  letter-spacing: 0px;
  color: #101010 !important;
  font-family: "Marcellus", serif !important;
  font-weight: 400 !important;
}

.sub_title_copy p {
  font-size: 21px;
  line-height: 35px;
  font-weight: 300 !important;
  color: #101010;
  padding-top: 30px !important;
  letter-spacing: -1.5px;
}

.sub_title_copy p strong {
  letter-spacing: -1.5px;
}

.sub_title_sub p {
  color: #7ea8f4;
  font-size: 31px;
  line-height: 41px;
  letter-spacing: -1.2px;
  font-weight: 500;
  padding-bottom: 15px !important;
}

.sub_title_subject p {
  font-size: 28px;
  line-height: 28px;
  font-weight: 600 !important;
  color: #fff;
  background: linear-gradient(to left, #af99fe, #98c5fb);
  border-radius: 26px;
  padding: 12px 45px !important;
  display: inline-block;
  letter-spacing: -1.5px;
  margin: 0 auto 45px !important;
}

.sub_title_small_round p {
  font-size: 19px;
  line-height: 29px;
  font-weight: 400 !important;
  color: #fff;
  background: #00000029;
  border-radius: 26px;
  padding: 9px 45px !important;
  display: inline-block;
  letter-spacing: -1.5px;
  margin: 40px auto 0px !important;
}
.sub_title_wrap .nectar-highlighted-text h2 {
  letter-spacing: -3px;
}
.sub_title_wrap .nectar-highlighted-text h2 strong {
  color: #92bbf9 !important;
  font-weight: 600 !important;
}

.sub_copy p {
  font-size: 22px;
  line-height: 35px;
  font-weight: 300 !important;
  color: #101010;
  padding-top: 30px !important;
  letter-spacing: -1px;
}
.sub_copy p strong {
  font-weight: 600 !important;
}

/*서브 비포앤애프터 공통*/
.sub_bna_wrap .tabbed[data-style="toggle_button"] .wpb_tabs_nav .toggle-button {
  padding: 0 !important;
  scale: 0.7;
}

.sub_bna_wrap
  .tabbed[data-style="toggle_button"]
  .wpb_tabs_nav
  .toggle-button-inner {
  box-shadow: 0 0 0 4px rgb(156 197 255) !important;
  background-color: #9cc5ff !important;
}

.sub_bna_wrap .tabbed > ul li a {
  padding: 8px 10px;
  font-size: 19px;
  letter-spacing: -0.8px;
  color: #000 !important;
}

.sub_bna_wrap .tabbed[data-style="toggle_button"] .wpb_tabs_nav {
  margin-bottom: 26px;
}

.sub_bna_wrap
  .img-with-aniamtion-wrap:first-child
  .hover-wrap
  .hover-wrap-inner
  img.img-with-animation {
  border-radius: 20px 20px 0 0;
}
.sub_bna_wrap
  .img-with-aniamtion-wrap:last-child
  .hover-wrap
  .hover-wrap-inner
  img.img-with-animation {
  border-radius: 0 0 20px 20px;
}

.sub_bna_wrap .twentytwenty-handle {
  background: none !important;
  box-shadow: 0px 0px 12px rgb(51 51 51 / 18%);
}

.sub_bna_wrap .twentytwenty-vertical .twentytwenty-handle:before {
  background: #fff !important;
}

.sub_bna_wrap .twentytwenty-vertical .twentytwenty-handle::after {
  background: #fff !important;
}

.sub_bna_wrap .twentytwenty-before-label:before,
.twentytwenty-after-label:before {
  background: none;
  font-family: "Marcellus", serif !important;
  font-size: 17px !important;
  letter-spacing: 0.3px !important;
  background: none !important;
}

.sub_bna_wrap .sub_bna_title p {
  font-size: 21px;
  line-height: 32px;
  letter-spacing: -1px;
  color: #242424;
  background: #fff;
  border-radius: 0 0 0px 0px;
  padding: 23px 10px 14px 10px !important;
  display: flow-root;
}

.sub_bna_wrap .sub_bna_eye .img-with-aniamtion-wrap {
  position: relative;
}

.sub_bna_wrap .sub_bna_eye .img-with-aniamtion-wrap:first-child:after {
  clear: both;
  content: "Before";
  position: absolute;
  top: 30px;
  left: 25px;
  font-size: 17px;
  color: #e5e5e5;
  font-family: "Mukta", sans-serif !important;
}

.sub_bna_wrap .sub_bna_eye .img-with-aniamtion-wrap:last-child:after {
  clear: both;
  content: "After";
  position: absolute;
  top: 30px;
  left: 25px;
  font-size: 17px;
  color: #fff;
  font-family: "Mukta", sans-serif !important;
}

/*코 용*/
.sub_bna_wrap
  .sub_bna_nose
  .img-with-aniamtion-wrap:first-child
  .hover-wrap
  .hover-wrap-inner
  img {
  border-radius: 20px 0px 0 20px !important;
}

.sub_bna_wrap
  .sub_bna_nose
  .img-with-aniamtion-wrap:last-child
  .hover-wrap
  .hover-wrap-inner
  img {
  border-radius: 0px 20px 20px 0 !important;
}

.sub_bna_wrap .sub_bna_nose img {
  float: left;
  width: 50%;
}

.sub_bna_wrap .sub_bna_nose .img-with-aniamtion-wrap {
  width: 50%;
  float: left;
}

.sub_bna_wrap
  .sub_bna_nose
  .img-with-aniamtion-wrap:first-child
  .hover-wrap
  .hover-wrap-inner:after {
  clear: both;
  content: "Before";
  position: absolute;
  top: 30px;
  left: 25px;
  font-size: 17px;
  color: #e5e5e5;
  font-family: "Mukta", sans-serif !important;
}

.sub_bna_wrap .sub_bna_nose .img-with-aniamtion-wrap:last-child:after {
  clear: both;
  content: "After";
  position: absolute;
  top: 30px;
  right: 25px;
  font-size: 17px;
  color: #fff;
  font-family: "Mukta", sans-serif !important;
}

.sub_bna_wrap .sub_bna_nose_slide {
  border-radius: 20px !important;
}

.sub_bna_wrap .sub_bna_nose_slide .wpb_wrapper {
  width: 50%;
  margin: 0 auto !important;
}

.sub_bna_wrap .sub_bna_nose_slide {
  background: #f4f4f4;
}

.sub_bna_wrap .twentytwenty-horizontal .twentytwenty-handle:before,
.sub_bna_wrap .twentytwenty-horizontal .twentytwenty-handle:after {
  background-color: #fff !important;
}

.sub_bna_caution p {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.7px;
  font-weight: 200 !important;
  color: #b7b7b7;
}

/*수술정보*/
.sub_surgery_info_wrap {
}

.sub_surgery_info_bar p {
  font-size: 18px;
  line-height: 28px;
  color: #101010;
  padding: 16px 0 !important;
  font-family: "Marcellus", serif !important;
  font-weight: 400 !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.sub_surgery_info_content_box {
}

.sub_title {
  font-size: 55px;
  color: #101010;
}

.sub_title.en_title h2 {
  font-family: "Marcellus", serif !important;
  font-weight: 400 !important;
}

.sub_subtitle p {
  font-size: 28px;
  line-height: 42px;
  color: #1a1a1a;
  letter-spacing: -1.5px;
  font-weight: 600 !important;
  padding-top: 15px !important;
  padding-bottom: 25px !important;
}

.sub_subject p {
  font-size: 25px;
  line-height: 35px;
  color: #1a1a1a;
  letter-spacing: -1.5px;
  font-weight: 600 !important;
  padding-top: 15px !important;
}

.sub_surgery_caution p {
  font-size: 16px;
  line-height: 26px;
  color: #b6b7ba;
  letter-spacing: -1px;
  font-weight: 400 !important;
}

.sub_surgery_info_detail_box {
}

.sub_surgery_info_target_box {
}

.sub_banner_info_t p {
  font-size: 21px;
  line-height: 32px;
  color: #fff;
  font-weight: 600 !important;
  letter-spacing: -0.7px;
  background: #323232;
  border-radius: 50px;
  padding: 3px 16px !important;
  text-align: center;
  display: inline-block;
}

.sub_banner_info_list {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.sub_banner_info_list ul {
  float: none;
  clear: both;
  margin: 0 auto !important;
  margin-bottom: 10px !important;
  display: flex;
  text-align: left;
}
.sub_banner_info_list li {
  float: left;
  font-size: 20px;
  line-height: 30px;
  color: #464646;
  font-weight: 300 !important;
  letter-spacing: -0.5px;
  position: relative;
  min-width: 95px;
  text-align: left;
}
.sub_banner_info_list li:first-child {
  color: #101010;
  font-weight: 600 !important;
  padding-right: 25px;
  padding-left: 40px;
}
.sub_banner_info_list li:first-child:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 25px;
  height: 25px;
  bottom: 50%;
  left: 0;
  top: 3px;
  background: url(/wp-content/uploads/2025/11/info_icon5.png) no-repeat;
  background-size: 100%;
  z-index: 2;
}
.sub_banner_info_list li.icon2:before {
  background: url(/wp-content/uploads/2025/11/info_icon4.png) no-repeat;
  background-size: 100%;
}
.sub_banner_info_list li.icon3:before {
  background: url(/wp-content/uploads/2025/11/info_icon6.png) no-repeat;
  background-size: 100%;
}
.sub_banner_info_list li.icon4:before {
  background: url(/wp-content/uploads/2025/11/info_icon3.png) no-repeat;
  background-size: 100%;
}
.sub_banner_info_list li.icon5:before {
  background: url(/wp-content/uploads/2025/11/info_icon1.png) no-repeat;
  background-size: 100%;
}
.sub_banner_info_list li.icon6:before {
  background: url(/wp-content/uploads/2025/11/info_icon2.png) no-repeat;
  background-size: 100%;
}

.sub_banner_target_list {
  display: flex;
  justify-content: center;
}

.sub_banner_target_list dl {
  padding-left: 4px;
  margin: 20px 0;
}
.sub_banner_target_list dd {
  font-size: 20px;
  line-height: 30px;
  color: #242424;
  letter-spacing: -0.6px;
  background: url(/wp-content/uploads/2025/11/banner_check.png) 0 9px no-repeat;
  background-size: 14px;
  padding: 0px 0px 8px 30px;
  text-align: left;
  font-weight: 300 !important;
}
.sub_banner_target_list dd:last-child {
  padding-bottom: 0 !important;
}
.sub_banner_caution_t p {
  font-size: 14px;
  line-height: 25px;
  color: #a1a7bccc;
  font-weight: 200 !important;
  letter-spacing: -0.4px;
}

/*서브 포인트*/

.sub_point_subtitle p {
  font-size: 25px;
  line-height: 35px;
  color: #8aacea;
  font-weight: 400 !important;
  letter-spacing: 0px;
  font-family: "Marcellus", serif !important;
  text-transform: uppercase;
  padding-bottom: 15px !important;
}
.sub_point_wrap .nectar-highlighted-text h2 {
  letter-spacing: -2px;
  padding-bottom: 40px !important;
  font-weight: 700 !important;
}

body .sub_point_copy {
  padding: 40px 50px !important;
  background: #f9f9f9;
  border-radius: 40px;
  margin-bottom: 50px !important;
}
.sub_point_copy p {
  font-size: 20px;
  line-height: 32px;
  font-weight: 200 !important;
  color: #333;
  letter-spacing: -0.8px;
}
.sub_point_copy h3 {
  font-size: 28px;
  color: #242424;
  letter-spacing: -1px;
  padding-bottom: 15px;
  font-weight: 600 !important;
  padding-bottom: 15px !important;
}

.sub_point_list {
}

.sub_point_list ul {
  display: table;
  content: "";
  clear: both;
  list-style: none;
  margin: 0 !important;
  width: 100%;
}

.sub_point_list ul li {
  font-size: 22px;
  line-height: 31px;
  color: #333;
  font-weight: 200 !important;
  letter-spacing: -1px;
  padding-bottom: 20px !important;
  margin-bottom: 20px !important;
  border-bottom: 1px solid #e8eef7;
  padding-left: 55px !important;
  position: relative;
}

.sub_point_list ul li strong {
  font-size: 26px;
  color: #101010;
  font-weight: 600 !important;
  display: block;
  padding-bottom: 7px !important;
  letter-spacing: -1px;
}

.sub_point_list ul li::before {
  font-size: 21px;
  line-height: 33px;
  color: #fff;
  width: 33px;
  height: 33px;
  background: #8fbfff;
  border-radius: 50%;
  text-align: center;
  min-width: 33px !important;
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
  font-family: "Marcellus", serif !important;
}

.sub_point_list ul li:nth-child(1)::before {
  content: "1";
}
.sub_point_list ul li:nth-child(2)::before {
  content: "2";
}
.sub_point_list ul li:nth-child(3)::before {
  content: "3";
}
.sub_point_list ul li:nth-child(4)::before {
  content: "4";
}
.sub_point_list ul li:nth-child(5)::before {
  content: "5";
}
.sub_point_list ul li:nth-child(6)::before {
  content: "6";
}
.sub_point_list ul li:nth-child(7)::before {
  content: "7";
}
.sub_point_list ul li:nth-child(8)::before {
  content: "8";
}
.sub_point_list ul li:nth-child(9)::before {
  content: "9";
}

.sub_point_list ul li:last-child {
  margin-bottom: 0 !important;
  border-bottom: 0 !important;
}

/*수술방법*/

.sub_method_wrap
  .nectar-flickity.nectar-carousel.nectar-carousel:not(.masonry)
  .flickity-viewport {
  margin: 0;
}
.sub_caro_wrap
  .nectar-flickity.nectar-carousel.nectar-carousel:not(.masonry)
  .flickity-viewport {
  margin: 0;
}
.sub_method_num_box p {
  font-size: 13px;
  line-height: 14px;
  color: #fff;
  background: #8fbfff94;
  padding: 6px 8px !important;
  text-align: center;
  position: absolute;
  top: 26px;
  left: 28px;
  border-radius: 10px;
  z-index: 1;
}

.sub_method_num_box.dark p {
  background: #242424d2;
}
.sub_method_num p {
  font-family: "Marcellus", serif !important;
  font-size: 23px;
  line-height: 35px;
  color: #8aacea;
  margin-top: 26px !important;
}

.sub_method_num.ko_txt p {
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, system-ui,
    Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR",
    "Malgun Gothic", sans-serif !important;
}
.sub_method_title p {
  font-size: 26px;
  line-height: 33px;
  font-weight: 600 !important;
  letter-spacing: -2px;
  color: #242424;
  margin-top: 30px !important;
}

.sub_method_title p strong {
  font-size: 26px;
  line-height: 33px;
  color: #8aacea;
  padding-right: 5px !important;
}
.sub_method_subt p {
  font-size: 19px;
  line-height: 32px;
  font-weight: 300 !important;
  letter-spacing: -0.6px;
  color: #494949;
  margin-top: 15px !important;
  padding: 0 20px !important;
}

.sub_method_subt_point p {
  font-size: 22px;
  line-height: 34px;
  font-weight: 500 !important;
  letter-spacing: -1.2px;
  color: #69a0f2;
  margin: 30px auto 0 !important;
  padding: 0px 5px !important;
  background: #dde8ff;
  display: inline-block;
  border-radius: 5px;
}

.nectar-flickity[data-controls*="arrows_overlaid"]
  .flickity-prev-next-button.next {
  right: -19px;
  top: 40%;
}
.nectar-flickity[data-controls*="arrows_overlaid"]
  .flickity-prev-next-button.previous {
  left: -19px;
  top: 40%;
}

/*비교 테이블 - 2개*/
.sub_vs_wrap {
}

.sub_vs_box {
  width: 1000px !important;
  margin: 0 auto !important;
}

.sub_vs_list_t p {
  font-size: 24px;
  line-height: 35px;
  letter-spacing: -1.2px;
  color: #101010;
  font-weight: 500 !important;
  text-align: center;
}

.sub_vs_list_t.basic p {
  color: #596576;
}

.sub_vs_list_t2 p {
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -1px;
  color: #fff;
  font-weight: 600 !important;
  text-align: center !important;
  background: #242424;
  border-radius: 30px;
  padding: 7px 10px !important;
  max-width: 130px;
  margin: 0 auto !important;
}

/*설명 배너*/

.sub_bnr_box_wrap {
}

.sub_bnr_title_box {
}

.sub_bnr_title_t {
  font-size: 52px;
  line-height: 70px;
  letter-spacing: -3px;
  color: #101010 !important;
  font-weight: 600 !important;
}

.sub_bnr_title_t_top {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -2px;
  color: #101010 !important;
  font-weight: 500 !important;
  padding-bottom: 15px !important;
}

.sub_bnr_title_t.blue {
  color: #92bbf9 !important;
}
.sub_bnr_copy p {
  font-size: 22px;
  line-height: 35px;
  letter-spacing: -1px;
  color: #101010;
  font-weight: 200 !important;
  padding-top: 20px !important;
}

.sub_bnr_copy.big_txt p {
  font-size: 25px;
  line-height: 42px;
}

.sub_bnr_copy p strong {
  font-weight: 600 !important;
  letter-spacing: -1px;
}

.sub_bnr_point_box p {
  display: inline-block;
  background: #76a6ed;
  border-radius: 10px;
  padding: 5px 15px !important;
  color: #fff;
  letter-spacing: -1px;
  margin: 15px 0 5px !important;
  font-size: 25px;
  line-height: 38px;
  font-weight: 600 !important;
}

.sub_bnr_point_border_box p {
  display: inline-block;
  padding: 3px 5px !important;
  background: linear-gradient(to right, #aac8f5 0%, #e0ebff 100%);
  color: #101010;
  letter-spacing: -1px;
  margin: 40px 0 0px !important;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600 !important;
}

/*함께하면 더 좋은 수술*/

.sub_together_wrap
  .nectar-flickity.nectar-carousel.nectar-carousel:not(.masonry)
  .flickity-viewport {
  margin: 0 !important;
}

.sub_together_wrap .nectar-flickity {
  padding: 0 7% !important;
  z-index: 2;
}
.sub_together_wrap .nectar-flickity.nectar-carousel .flickity-slider .cell {
  background: #fff;
  border-radius: 39px;
  padding: 15px 15px 30px !important;
}
.sub_together_wrap .nectar-flickity.nectar-carousel .flickity-slider .cell img {
  border-radius: 39px;
  width: 100% !important;
}

.together_title h3 {
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -2px;
  color: #101010 !important;
  font-weight: 600 !important;
  padding-top: 35px !important;
  padding-bottom: 25px !important;
}
.together_title h3 strong {
  font-family: "Marcellus", serif !important;
  font-size: 21px;
  line-height: 36px;
  letter-spacing: 0px;
  color: #7ea8f4 !important;
  font-weight: 400 !important;
  text-decoration: underline;
  font-style: italic !important;
  padding-right: 10px !important;
  vertical-align: bottom;
}

.together_copy p {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -1px;
  color: #747474 !important;
  font-weight: 200 !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.together_copy p strong {
  color: #69a0f2 !important;
  font-weight: 500 !important;
}

.together_btn a {
  font-family: "Marcellus", serif !important;
  letter-spacing: 0;
  font-weight: 300;
}
.sub_together_wrap .nectar-scrolling-text {
  position: absolute;
  top: 50%;
  margin-top: -50px !important;
  z-index: 0;
}
.sub_together_wrap
  .nectar-scrolling-text.font_size_109px
  .nectar-scrolling-text-inner
  * {
  line-height: 1.3em !important;
  font-family: "Marcellus", serif !important;
}

/*==============광대축소술==============*/
/*수술방식*/
.sub_cause_wrap {
}
.sub_cause_box .vc_col-sm-4.wpb_column.column_container .vc_column-inner {
  background: #fff;
  padding: 12px 12px 0 12px;
  border-radius: 40px;
  box-shadow: 0 0px 50px 0px rgb(227 227 227 / 10%) !important;
}

.sub_cause_box .vc_col-sm-3.wpb_column.column_container .vc_column-inner {
  background: #fff;
  padding: 12px 12px 0 12px;
  border-radius: 40px;
  box-shadow: 0 0px 50px 0px rgb(227 227 227 / 10%) !important;
  margin-bottom: 40px !important;
}

.sub_cause_box
  .vc_col-sm-3.wpb_column.column_container.point_box
  .vc_column-inner {
  background: #92bbf9;
}
.sub_cause_t ul {
  width: 100%;
  margin: 0 !important;
  padding: 35px 19px 40px !important;
  display: inline-block;
  text-align: center;
}
.sub_cause_t li {
  text-align: center;
  font-size: 20px;
  line-height: 32px;
  font-weight: 200 !important;
  color: #333;
  letter-spacing: -0.8px;
}
.sub_cause_t li:first-child {
  font-size: 26px;
  line-height: 33px;
  color: #242424;
  letter-spacing: -1px;
  padding-bottom: 15px;
  font-weight: 600 !important;
  text-align: center;
}

.sub_cause_t li.point_txt {
  font-size: 19px;
  line-height: 30px;
  font-weight: 500 !important;
  background: #8eb7f7;
  color: #fff;
  letter-spacing: -1.5px;
  margin-top: 10px !important;
  border-radius: 20px;
  padding: 10px 20px !important;
}

.sub_cause_t li.hashtag {
  font-size: 19px;
  line-height: 30px;
  font-weight: 500 !important;
  background: #8eb7f7;
  color: #fff;
  letter-spacing: -1.5px;
  margin: 0 auto 15px !important;
  border-radius: 20px;
  padding: 5px 20px !important;
  display: inline-block;
}

.sub_cause_box
  .vc_col-sm-3.wpb_column.column_container.point_box
  .vc_column-inner
  .sub_cause_t
  li:first-child {
  color: #fff;
}

.sub_cause_box
  .vc_col-sm-3.wpb_column.column_container.point_box
  .vc_column-inner
  .sub_cause_t
  li:last-child {
  color: #fff;
  font-weight: 300 !important;
}

/*다 같은 고정 방식일까요?*/
.sub_important_wrap {
}

.sub_important_text_box {
  border-radius: 65px !important;
  margin-top: 70px !important;
}

.sub_important_text_box .vc_col-sm-4 .vc_column-inner {
  padding: 0 15px !important;
}

.sub_important_text_box .num_box p {
  display: inline-block;
  width: 39px;
  height: 39px;
  line-height: 39px;
  font-family: "Marcellus", serif !important;
  font-size: 23px;
  color: #fff;
  background: #92bbf9;
  border-radius: 50%;
}

.sub_important_text_box .title_box p {
  font-size: 27px;
  line-height: 34px;
  font-weight: 600 !important;
  color: #242424;
  letter-spacing: -1px;
  padding-top: 25px !important;
  padding-bottom: 10px !important;
}

.sub_important_text_box .copy_box p {
  font-size: 20px;
  line-height: 32px;
  font-weight: 200 !important;
  color: #101010;
  letter-spacing: -1.2px;
  padding: 0 30px !important;
}

/*안면윤곽 공통 배너*/
.sub_bnr_facial_contouring_wrap {
}

.sub_bnr_title_box {
}
.sub_bnr_title h2 {
  letter-spacing: -3px !important;
}

/*하단 공통 안전시스템*/

.sub_specialty_wrap {
}

.sub_specialty_rightbox .column-bg-overlay {
  border-radius: 40px 0 0 40px;
}

.nectar-split-heading.sub_specialty_title h2 {
  font-size: 52px;
  line-height: 70px;
  letter-spacing: -3px;
  font-weight: 600 !important;
}

.sub_specialty_subt p {
  font-size: 19px;
  line-height: 29px;
  color: #fff;
  letter-spacing: 0px;
  font-weight: 400 !important;
  margin-bottom: 30px !important;
  font-family: "Marcellus", serif !important;
  border-radius: 23px;
  background: #ffffff24;
  padding: 4px 15px !important;
  display: inline-block;
}

.sub_specialty_entitle h2 {
  font-size: 47px;
  line-height: 1.3;
  letter-spacing: 0px;
  font-weight: 400 !important;
  font-family: "Marcellus", serif !important;
  padding-bottom: 50px !important;
}

.sub_specialty_list ul {
  list-style: none;
  padding: 0 20px 0 0;
  margin: 0;
}

.sub_specialty_list ul li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.sub_specialty_list_num p {
  font-family: "Marcellus", serif !important;
  font-size: 16px;
  font-weight: 400 !important;
  color: #fff;
  background: #8eb7f7;
  border-radius: 18px;
  padding: 3px 15px !important;
  display: inline-block;
  letter-spacing: 0;
}

.sub_specialty_list_title p {
  display: block;
  font-size: 29px;
  line-height: 39px;
  font-weight: 600;
  color: #242424;
  margin-bottom: 15px !important;
  margin-top: 30px !important;
  letter-spacing: -1.5px;
}

.sub_specialty_list_copy p {
  font-size: 21px;
  line-height: 32px;
  color: #101010;
  font-weight: 200 !important;
  letter-spacing: -1.2px;
}

.sub_specialty_list .text p b {
  display: block;
  font-weight: 400 !important;
  color: #9a786c;
}

body .sub_specialty_content_box {
  padding-bottom: 50px !important;
}

/*==============사각턱수술==============*/
/*특별함*/
.square_jaw_reduction_special_wrap {
}

.square_jaw_reduction_special_box {
}
.square_jaw_reduction_special_box .left_box,
.square_jaw_reduction_special_box .right_box {
  z-index: 11;
}

.square_jaw_reduction_special_box .left_box .vc_column-inner > .wpb_wrapper {
  opacity: 0.8;
  background: linear-gradient(120deg, #989898, #8a8a8a);
  border-radius: 30px;
  width: 272px;
  text-align: center;
  padding: 40px;
  margin-left: 97% !important;
}

.square_jaw_reduction_special_box .right_box .vc_column-inner > .wpb_wrapper {
  opacity: 1;
  background: linear-gradient(120deg, #86b2f6, #9bc2fd);
  border-radius: 30px;
  width: 391px;
  text-align: center;
  padding: 40px;
  margin-left: -88% !important;
}

.square_jaw_reduction_special_box .special_title p {
  font-size: 28px;
  line-height: 32px;
  color: #fff;
  font-weight: 600 !important;
  letter-spacing: -1.5px;
  margin-bottom: 25px !important;
}
.square_jaw_reduction_special_box .special_list {
  display: flex;
  justify-content: center;
}
.square_jaw_reduction_special_box .special_list ul {
  display: table;
  width: auto;
  content: "";
  clear: both;
}

.square_jaw_reduction_special_box .special_list ul li {
  font-size: 21px;
  line-height: 31px;
  color: #fff;
  letter-spacing: -1.2px;
  background: url(/wp-content/uploads/2025/12/check_icon3.png) 0 7px no-repeat;
  background-size: 17px;
  padding: 0px 0px 8px 30px;
  text-align: left;
  font-weight: 400 !important;
}
.square_jaw_reduction_special_box .special_list ul li:last-child {
  padding-bottom: 0 !important;
}

.sub_border_bg_wrap {
}

.special_num p {
  font-family: "Marcellus", serif !important;
  font-size: 22px;
  line-height: 22px;
  font-weight: 400 !important;
  color: #fff;
  background: #a1c6ff;
  border-radius: 20px;
  padding: 7px 20px !important;
  display: inline-block;
  letter-spacing: 0;
  margin-bottom: 30px !important;
}

.special_subject h3 {
  font-size: 48px;
  line-height: 60px;
  font-weight: 600 !important;
  color: #fff;
  letter-spacing: -3px;
  margin-bottom: 20px !important;
}

.special_copy p {
  font-size: 22px;
  line-height: 35px;
  font-weight: 300 !important;
  color: #fff;
  letter-spacing: -1.5px;
}

.special_copy_box ul {
  display: table;
  content: "";
  clear: both;
  margin: 35px 0 0 0 !important;
  width: auto;
  background: #ffffff29;
  backdrop-filter: blur(10px) !important;
  border-radius: 30px;
  padding: 25px 35px !important;
}

.special_copy_box ul li {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400 !important;
  color: #fff;
  letter-spacing: -1.5px;
  position: relative;
  padding-left: 10px;
  padding-bottom: 8px !important;
}
.special_copy_box ul li:before {
  position: absolute;
  top: 0px;
  left: 0;
  display: inline-block;
  content: "·";
}
.special_copy_box ul li:last-child {
  padding-bottom: 0 !important;
}
/*==============턱끝수술==============*/
/*서브 탭*/
.sub_tab_wrap {
}

.sub_tab .tabbed > ul {
  background: #f7f7f7;
  border-radius: 30px;
  padding: 7px !important;
  display: inline-block;
  margin-bottom: 60px !important;
}
.sub_tab .tabbed > ul li a {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600 !important;
  color: #898989;
  letter-spacing: -1px;
  border-radius: 24px;
  padding: 7px 25px;
  min-width: 200px;
  background: #f7f7f7;
  border-color: #f7f7f7 !important;
}

.care_tab.sub_tab .tabbed > ul li a {
  min-width: 150px !important;
}
.sub_tab
  .tabbed[data-color-scheme="accent-color"][data-style="default"]
  li:not(.cta-button)
  .active-tab {
  background-color: #92bbf9 !important;
  border-color: #92bbf9 !important;
  color: #fff !important;
}

.sub_tab_title_box {
  padding-bottom: 90px !important;
}
.sub_tab_title_box.small_bottom {
  padding-bottom: 50px !important;
}

.sub_tab_title h3 {
  letter-spacing: -2px;
}
.sub_tab_title_copy p {
  font-size: 21px;
  line-height: 35px;
  font-weight: 300 !important;
  color: #101010;
  letter-spacing: -1.2px;
  margin-top: 25px !important;
}
.sub_tab_title_subject_point p {
  font-size: 27px;
  line-height: 37px;
  font-weight: 600 !important;
  color: #92bbf9;
  letter-spacing: -1.2px;
  margin-top: 25px !important;
}
.sub_tab_title_subject p {
  font-size: 27px;
  line-height: 37px;
  font-weight: 600 !important;
  color: #92bbf9;
  letter-spacing: -1.2px;
  border: 1px solid #92bbf9;
  border-radius: 30px;
  padding: 7px 30px !important;
  display: inline-block;
  margin: 30px auto 0 !important;
}

.sub_tab_method_title_box.big {
  padding-bottom: 60px !important;
}

.sub_tab_method_title_box .nectar-split-heading h4 {
  letter-spacing: -2px;
}
.sub_tab_method_title {
}

.sub_tab_method_num p {
  font-family: "Marcellus", serif !important;
  font-size: 22px;
  line-height: 22px;
  font-weight: 400 !important;
  color: #fff;
  background: #444444;
  border-radius: 20px;
  padding: 8px 20px !important;
  display: inline-block;
  letter-spacing: 0;
  margin-bottom: 20px !important;
}
.sub_tab_method_num p strong {
  color: #8fbfff;
  font-weight: 400 !important;
}

/*==============윤곽재수술==============*/

.sub_revision_contouring_system_wrap {
}
.sub_title_sub_round p {
  font-size: 28px;
  line-height: 28px;
  font-weight: 600 !important;
  color: #fff;
  background: linear-gradient(to right, #af99fe, #98c5fb);
  border-radius: 26px;
  padding: 12px 26px !important;
  display: inline-block;
  letter-spacing: -1.5px;
  margin-bottom: 25px !important;
}

.sub_revision_contouring_system_box {
  margin: 0 auto !important;
}

.sub_revision_contouring_system_box .feature_title h3 {
  padding-top: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-bottom: 40px !important;
  font-size: 42px;
  line-height: 55px;
  color: #fff;
  font-weight: 600 !important;
  letter-spacing: -2px;
  text-align: left;
}

.sub_revision_contouring_system_box .feature_title h3 strong {
  color: #92bbf9;
  font-weight: 600 !important;
  letter-spacing: -2px;
}

.sub_revision_contouring_system_box .feature_list ul {
  display: table;
  content: "";
  clear: both;
  margin: 0 0px 40px 0px !important;
  padding: 0 !important;
  width: 100%;
  list-style: none !important;
}

.sub_revision_contouring_system_box .feature_list ul li {
  font-size: 22px;
  line-height: 39px;
  color: #fff;
  font-weight: 400 !important;
  letter-spacing: -1.5px;
  position: relative;
  padding-left: 40px !important;
  text-align: left;
}

.sub_revision_contouring_system_box .feature_list ul li::before {
  position: absolute;
  display: inline-block;
  top: 8px;
  left: 0;
  width: 24px;
  height: 24px;
  background: url("/wp-content/uploads/2025/11/check_icon2.png") no-repeat;
  content: "";
  background-size: 24px;
}

.sub_revision_contouring_system_box .feature_point_subject p {
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin-bottom: 0px !important;
  font-size: 26px;
  line-height: 40px;
  color: #c4dcff;
  background: none;
  display: block;
  font-weight: 400 !important;
  letter-spacing: -1.5px;
  border-radius: 0px;
  padding: 0px 0 40px !important;
  text-align: left;
}

span.gd-select {
  background: linear-gradient(to right, #273d63 0% 70%, #fff0 100%);
}

/*==============무턱보형물==============*/
/*무턱이란*/
.sub_chin_implant_about_wrap {
}
.sub_chin_implant_about_wrap .sub_cause_t ul {
  width: 100%;
  margin: 0 !important;
  padding: 15px 19px 40px !important;
  display: inline-block;
}
.sub_chin_implant_about_wrap .sub_method_num p {
  margin-top: 26px !important;
  text-align: center;
}

/*중요점*/
.sub_chin_implant_important_wrap {
}
.sub_chin_implant_important_box {
}

.key_point_num p {
  color: #999999;
  font-size: 19px;
  line-height: 29px;
  font-weight: 400 !important;
  letter-spacing: 0px;
  font-family: "Marcellus", serif !important;
  display: inline-block;
  background: #f4f4f4;
  padding: 8px 20px !important;
  border-radius: 21px;
  margin-bottom: 25px !important;
}

.key_point_title h3 {
  font-size: 52px;
  line-height: 70px;
  color: #101010;
  font-weight: 600 !important;
  letter-spacing: -3px;
}
.key_point_title h3 strong {
  color: #92bbf9;
  font-weight: 600 !important;
  letter-spacing: -3px;
}

.key_point_list ul {
  display: table;
  content: "";
  clear: both;
  margin: 35px 0 80px !important;
  padding: 0 !important;
  width: 100%;
  list-style: none !important;
}

.key_point_list ul li {
  font-size: 23px;
  line-height: 36px;
  color: #575757;
  font-weight: 300 !important;
  letter-spacing: -1.5px;
  position: relative;
  padding-left: 40px !important;
  margin: 6px 0 !important;
}

.key_point_list ul li::before {
  position: absolute;
  display: inline-block;
  top: 2px;
  left: 0;
  width: 28px;
  height: 28px;
  background: url("/wp-content/uploads/2025/12/check_icon5.png") no-repeat;
  content: "";
  background-size: 28px;
}
/*효과*/
.sub_effect_wrap .nectar-highlighted-text h2 {
  letter-spacing: -2px;
  padding-bottom: 0px !important;
  font-weight: 700 !important;
}

.effect_num p {
  font-size: 21px;
  line-height: 33px;
  color: #fff;
  width: 33px;
  height: 33px;
  background: #8fbfff;
  border-radius: 50%;
  text-align: center;
  min-width: 33px !important;
  display: inline-block;
  font-family: "Marcellus", serif !important;
}
.effect_title p {
  font-size: 23px;
  line-height: 36px;
  color: #101010;
  font-weight: 600 !important;
  letter-spacing: -1.5px;
  padding: 25px 0 15px !important;
}
.effect_copy p {
  font-size: 19px;
  line-height: 32px;
  color: #575757;
  font-weight: 300 !important;
  letter-spacing: -1.5px;
}

/*==============이마보형물==============*/
.forehead_vs_table.eyelid_vs_table table td.imgbox {
  min-width: 370px !important;
}

.forehead_vs_table.eyelid_vs_table table td p.imgtitle.left {
  background: linear-gradient(to left, #fce2ff, #f7d7ff);
}

.forehead_vs_table.eyelid_vs_table table td.left {
  background: #fffafe;
}
.forehead_vs_table.eyelid_vs_table table td p.imgtitle.center {
  background: linear-gradient(to left, #ddd6ff, #cfc4ff);
}

.forehead_vs_table.eyelid_vs_table table td.center {
  background: #fbfaff;
}

.forehead_vs_table.eyelid_vs_table table td p.imgtitle {
  font-size: 26px !important;
  line-height: 32px;
  color: #000;
}

/*==============쌍꺼풀성형==============*/
/*정밀 분석 시스템*/

.sub_eye_system_wrap {
}

.sub_eye_system_rightbox .column-bg-overlay {
  border-radius: 40px 0 0 40px;
}

.eye_system_lottie {
}

.sub_eye_system_wrap .nectar-highlighted-text h2 {
  letter-spacing: -3px;
  font-weight: 700;
}
.sub_eye_system_wrap .sub_bnr_copy p {
  padding-top: 30px !important;
}

.eye_type_box_wrap {
}
.eye_type_box {
  padding-bottom: 30px !important;
}

.eye_type_title p {
  font-size: 23px;
  line-height: 33px;
  font-weight: 600;
  letter-spacing: -1.5px;
  color: #fff;
  background: #242424;
  text-align: center;
  padding: 12px 15px !important;
  border-radius: 0px 0 30px 30px;
}

.eye_type_title.blue p {
  background: linear-gradient(to right, #9fc3ff, #b0d4ff);
}

.eye_line_box_wrap {
}

.eye_line_subject.nectar-split-heading h3 {
  letter-spacing: -1.5px;
  font-weight: 700;
  padding-left: 52px !important;
  background: url(/wp-content/uploads/2025/12/check_icon4.png) no-repeat left
    top;
  margin-bottom: 40px !important;
}
.eye_line_title p {
  font-size: 23px;
  line-height: 33px;
  font-weight: 500;
  letter-spacing: -1.5px;
  color: #101010;
  padding: 15px 15px 30px !important;
  text-align: center;
}

.eye_height_box_wrap {
}
/*==============트임성형==============*/
/*특징*/
.sub_epicanthoplasty_special_feature_wrap {
}

/*차별화된 뒤트임*/
.epicanthoplasty_vs_table.sub_eye_corr_vs_table table td.bdline_top {
  border-top: 10px solid #8fbfff !important;
  border-left: 10px solid #8fbfff !important;
  border-right: 10px solid #8fbfff !important;
}
.epicanthoplasty_vs_table.sub_eye_corr_vs_table table td.bdline {
  border-left: 10px solid #8fbfff !important;
  border-right: 10px solid #8fbfff !important;
}
.epicanthoplasty_vs_table.sub_eye_corr_vs_table table td.bdline_bottom {
  border-bottom: 10px solid #8fbfff !important;
  border-left: 10px solid #8fbfff !important;
  border-right: 10px solid #8fbfff !important;
}

/*==============눈매교정==============*/
.sub_ptosis_correction_special_wrap {
}
.sub_ptosis_correction_detail_wrap {
}
.sub_ptosis_correction_detail_title p {
  font-size: 42px;
  line-height: 55px;
  color: #101010;
  font-weight: 600 !important;
  letter-spacing: -2px;
  padding-bottom: 50px !important;
}
.sub_ptosis_correction_detail_title p strong {
  color: #92bbf9;
  font-weight: 600 !important;
  letter-spacing: -2px;
}

.sub_ptosis_correction_detail_box {
  width: 910px;
  margin: 0 auto !important;
}

.sub_ptosis_correction_detail_box .left_box {
  position: relative;
}

.sub_ptosis_correction_detail_box::after {
  position: absolute;
  top: 32%;
  left: 50%;
  margin-left: -34px !important;
  background: url(/wp-content/uploads/2025/12/vs.png) no-repeat;
  width: 68px;
  height: 67px;
  display: inline-block;
  content: "";
  z-index: 999;
}
.sub_ptosis_correction_detail_box img {
  width: 100% !important;
}
.sub_ptosis_correction_detail_subject p {
  font-size: 26px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: -1.5px;
  color: #fff;
  background: #bebebe;
  text-align: center;
  padding: 15px 15px !important;
  border-radius: 0px 0 30px 30px;
}
.sub_ptosis_correction_detail_subject.point p {
  background: linear-gradient(to right, #9fc3ff, #b0d4ff);
}
.sub_ptosis_correction_detail_copy p {
  font-size: 20px;
  line-height: 32px;
  color: #101010;
  font-weight: 300 !important;
  letter-spacing: -1.5px;
  padding-top: 30px !important;
}

.eyelid_vs_table table {
  margin: 0 !important;
}
.eyelid_vs_table table tr.bd_line {
  border-top: 2px solid #000000 !important;
  border-bottom: 2px solid #000000 !important;
}
.eyelid_vs_table table tr {
  background: #fff !important;
}

.eyelid_vs_table table td.imgbox {
  padding: 0 !important;
  min-width: 537px;
}
.eyelid_vs_table table td.imgbox img {
  width: 100% !important;
  display: table;
}
.eyelid_vs_table table td {
  font-size: 21px !important;
  line-height: 33px;
  color: #242424;
  letter-spacing: -1px;
  font-weight: 300;
  padding: 20px !important;
  text-align: center;
  word-break: keep-all;
  vertical-align: middle;
  border-left: 0 !important;
  border-right: 1px solid #e5e5e5 !important;
  border-bottom: 1px solid #e5e5e5 !important;
  background: #f6fbff;
}
.eyelid_vs_table table td.left {
  background: #fbfaff;
}
.eyelid_vs_table table td.subject.vs {
  font-size: 40px !important;
  line-height: 34px;
  color: #000000;
  letter-spacing: 0px;
  font-weight: 700 !important;
  background: #fff;
  font-family: "Marcellus", serif !important;
}
.eyelid_vs_table table td p.imgtitle {
  font-size: 28px !important;
  line-height: 32px;
  color: #fff;
  letter-spacing: -0.8px;
  font-weight: 600;
  background: linear-gradient(to left, #c4dbf1, #bcd3f3);
  padding: 20px !important;
}
.eyelid_vs_table table td p.imgtitle.left {
  background: linear-gradient(to left, #ddd6ff, #cfc4ff);
}
.eyelid_vs_table table td.subject {
  font-weight: 500 !important;
  background: #fff;
}
.eyelid_vs_table table td:last-child {
  border-right: 0 !important;
}

/*비교테이블*/

.vs_table_wrap {
}

.sub_eye_corr_vs_table table {
  background-color: #fff0 !important;
  margin: 0px auto 0 !important;
  width: 1000px !important;
}
.sub_eye_corr_vs_table.lower_blepharoplasty_table table {
  width: 1300px !important;
}

.sub_eye_corr_vs_table table tr {
  background: none !important;
}
.main-content .sub_eye_corr_vs_table td {
  border-width: none !important;
}
.sub_eye_corr_vs_table table tr.bd_line {
  border-top: 2px solid #000000 !important;
  border-bottom: 2px solid #000000 !important;
}
.sub_eye_corr_vs_table table td.imgbox {
  padding: 0 !important;
  width: 537px;
}
.sub_eye_corr_vs_table table td {
  font-size: 21px !important;
  line-height: 32px;
  color: #747474;
  letter-spacing: -1px;
  font-weight: 300;
  padding: 15px !important;
  text-align: center;
  word-break: keep-all;
  vertical-align: middle;
  border-left: 0 !important;
  border-right: 1px solid #ececec !important;
  border-bottom: 1px solid #ececec !important;
}
.sub_eye_corr_vs_table table tr td:last-child {
  border-right: none !important;
}
.sub_eye_corr_vs_table table td.subject {
  font-size: 20px !important;
  font-weight: 600;
  background: #f8f8f8;
  color: #242424;
}
.sub_eye_corr_vs_table table td.imgbox img {
  width: 100% !important;
}
.sub_eye_corr_vs_table table td.subject.vs {
  font-size: 34px !important;
  line-height: 36px;
  color: #000000;
  letter-spacing: 1px;
  font-weight: 400;
  background: #fff;
  font-family: "Marcellus", serif !important;
  width: 15%;
}
.sub_eye_corr_vs_table table td.imgbox.pa25 {
  padding: 24px !important;
}
.sub_eye_corr_vs_table table td.imgbox {
  font-size: 28px !important;
  line-height: 36px;
  color: #000000;
  letter-spacing: -2px;
  font-weight: 600 !important;
  background: #eeeaff !important;
  padding: 15px !important;
}
.sub_eye_corr_vs_table table td.imgbox.blue {
  background: #dee3f6b0 !important;
}

.sub_eye_corr_vs_table.plus_img table td.imgbox {
  padding: 0 !important;
}
.sub_eye_corr_vs_table.plus_img table td.imgbox p {
  font-size: 35px !important;
  line-height: 48px;
  font-weight: 600 !important;
  padding: 15px !important;
}

.sub_eye_corr_vs_table.big {
  border: 10px solid #d0eb81 !important;
  position: relative;
  top: -10px;
}
.sub_eye_corr_vs_table.big table {
  margin: 0 !important;
  box-shadow: 1px 1px 60px 0px rgb(208 235 129 / 45%);
}
.sub_eye_corr_vs_table.big table tr.bd_line {
  border-top: 2px solid #d0eb81 !important;
}
.sub_eye_corr_vs_table.big table td {
  font-weight: 400;
  background: #fff;
}

/*==============눈밑지방재배치==============*/

.sub_bnr_wrap {
}

.sub_under_eye_fat_repositioning_special_wrap {
}
.sub_under_eye_fat_repositioning_special_wrap {
}

.sub_under_eye_fat_repositioning_special_wrap .nectar-highlighted-text h2 {
  letter-spacing: -3px;
  font-weight: 600 !important;
}

.sub_under_eye_fat_repositioning_special_wrap .sub_copy p {
  color: #fff !important;
  padding-top: 40px !important;
}

/*==============눈밑미세지방이식==============*/
.sub_under_eye_fat_grafting_special_wrap .nectar-highlighted-text h2 {
  letter-spacing: -3px;
  font-weight: 600 !important;
}

.sub_under_eye_fat_grafting_special_wrap .sub_copy p {
  color: #fff !important;
  padding-top: 40px !important;
}

.sub_under_eye_fat_grafting_special_wrap .sub_copy.small_txt p {
  color: #fff !important;
  padding-top: 20px !important;
  font-size: 16px;
  opacity: 0.8;
}

/*==============중년눈성형 - 상안검==============*/

.sub_upper_blepharoplasty_wrap .nectar-scrolling-text {
  position: absolute;
  top: 50%;
  margin-top: -80px !important;
  z-index: 0;
}
.sub_upper_blepharoplasty_wrap
  .nectar-scrolling-text.font_size_109px
  .nectar-scrolling-text-inner
  * {
  line-height: 1.3em !important;
  font-family: "Marcellus", serif !important;
  margin-right: 15px !important;
}
.sub_upper_blepharoplasty_wrap .sub_copy p {
  padding-top: 50px !important;
}

.sub_upper_blepharoplasty_important_wrap {
}

.sub_upper_blepharoplasty_important_wrap .text_box .vc_column-inner {
  padding: 50px 15px !important;
  background: #fff;
  border-radius: 40px;
  margin-bottom: 40px !important;
}

.sub_upper_blepharoplasty_important_wrap .num_box p {
  display: inline-block;
  width: 39px;
  height: 39px;
  line-height: 39px;
  font-family: "Marcellus", serif !important;
  font-size: 23px;
  color: #fff;
  background: #92bbf9;
  border-radius: 50%;
}

.sub_upper_blepharoplasty_important_wrap .title_box p {
  font-size: 27px;
  line-height: 34px;
  font-weight: 600 !important;
  color: #242424;
  letter-spacing: -1px;
  padding-top: 25px !important;
  padding-bottom: 10px !important;
}

.sub_upper_blepharoplasty_important_wrap .copy_box p {
  font-size: 20px;
  line-height: 32px;
  font-weight: 200 !important;
  color: #101010;
  letter-spacing: -1.2px;
}

/*==============눈썹하거상술==============*/

.sub_eyebrow_lift_special_wrap .nectar-highlighted-text h2 {
  letter-spacing: -3px;
  font-weight: 600 !important;
}

.sub_eyebrow_lift_special_wrap .sub_copy p {
  color: #fff !important;
  padding-top: 40px !important;
}

.sub_eyebrow_lift_table_wrap {
}
.sub_eyebrow_lift_table_box {
}

.sub_eyebrow_lift_table_box {
  width: 970px;
  margin: 0 auto !important;
}

.sub_eyebrow_lift_table_box .left_box {
  position: relative;
}

.sub_eyebrow_lift_table_box::after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -34px !important;
  margin-left: -34px !important;
  background: url(/wp-content/uploads/2025/12/vs_black.png) no-repeat;
  width: 68px;
  height: 67px;
  display: inline-block;
  content: "";
  z-index: 999;
}

.sub_eyebrow_lift_table_box.vs_none_arrow::after {
  background: url(/wp-content/uploads/2026/01/arrow_black.png) no-repeat;
}
.sub_eyebrow_lift_table_box img {
  width: 100% !important;
}
.sub_eyebrow_lift_table_box .subject_box p {
  background: linear-gradient(to right, #b9acff, #c6bcff);
  font-size: 28px;
  line-height: 36px;
  color: #fff;
  font-weight: 700 !important;
  letter-spacing: -1.5px;
  padding: 25px 30px !important;
}

.sub_eyebrow_lift_table_box .right_box .subject_box p {
  background: linear-gradient(to right, #9fc3ff, #b0d4ff);
}
.sub_eyebrow_lift_table_box .copy_box p {
  font-size: 22px;
  line-height: 35px;
  color: #101010;
  font-weight: 300 !important;
  letter-spacing: -1.5px;
  padding: 25px 30px !important;
}
.sub_eyebrow_lift_table_box .copy_box p strong {
  font-weight: 500 !important;
}
.sub_eyebrow_lift_table_box .img_box {
}
.sub_eyebrow_lift_table_box .list_box {
}

.sub_eyebrow_lift_table_box .list_box ul {
  display: block;
  content: "";
  clear: both;
  margin: 30px 30px !important;
  padding: 0 30px !important;
  list-style: none !important;
  background: #ffffff80;
  border-radius: 20px;
}

.sub_eyebrow_lift_table_box .list_box ul li {
  font-size: 20px;
  line-height: 36px;
  color: #575757;
  font-weight: 500 !important;
  letter-spacing: -1.5px;
  position: relative;
  padding: 10px 0px;
  border-bottom: 1px solid #1010101c;
}

.sub_eyebrow_lift_table_box .list_box ul li::before {
  display: inline-block;
  width: 21px;
  height: 23px;
  background: url(/wp-content/uploads/2025/12/check_icon6.png) no-repeat;
  content: "";
  background-position: top 2px center;
  margin-right: 13px !important;
  vertical-align: text-top;
}

.sub_eyebrow_lift_table_box .list_box ul li:last-child {
  border-bottom: 0px !important;
}

/*==============쌍꺼풀 재수술==============*/
.sub_double_eyelid_revision_surgery_reason_wrap {
}
.sub_double_eyelid_revision_surgery_reason_box {
}

.reason_list ul {
  display: table;
  content: "";
  clear: both;
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
}
.reason_list ul li {
  font-size: 23px;
  line-height: 36px;
  letter-spacing: -1.5px;
  font-weight: 300;
  color: #575757;
  padding-bottom: 35px !important;
  position: relative;
}
.reason_list ul li strong {
  font-weight: 600;
  color: #101010;
  font-size: 26px;
  padding-left: 50px !important;
  line-height: 50px;
}
.reason_list ul li:last-child {
  padding-bottom: 0 !important;
}

.reason_list ul li::before {
  position: absolute;
  display: inline-block;
  width: 39px;
  height: 39px;
  line-height: 39px;
  font-family: "Marcellus", serif !important;
  font-size: 23px;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  top: 4px;
}
.reason_list ul li:first-child::before {
  content: "1";
  background: #8fbfff;
}
.reason_list ul li:last-child:before {
  content: "2";
  background: #ad9bfd;
}
/*재수술 시기*/
.container-wrap
  .main-content
  .sub_double_eyelid_revision_surgery_important_wrap
  .column-image-bg-wrap[data-bg-pos="center center"]
  .column-image-bg {
  background-size: cover !important;
}
.sub_double_eyelid_revision_surgery_important_wrap .sub_title_wrap {
  padding-bottom: 0px !important;
}
.sub_double_eyelid_revision_surgery_important_wrap .sub_title_copy p {
  color: #fff;
}

/*재수술 유형별 수술방법*/
.sub_double_eyelid_revision_surgery_method_wrap {
}
.sub_double_eyelid_revision_surgery_method_wrap .method_box .vc_column-inner {
  padding: 60px 30px !important;
  background: #fff;
  border-radius: 30px;
  margin-bottom: 40px !important;
}
.sub_double_eyelid_revision_surgery_method_wrap
  .method_box
  .sub_tab_method_title
  h4 {
  margin-bottom: 20px !important;
  letter-spacing: -2px !important;
}

.sub_double_eyelid_revision_surgery_method_wrap .method_box .sub_method_subt p {
  font-size: 20px;
  line-height: 32px;
  font-weight: 300 !important;
  letter-spacing: -0.6px;
  color: #101010;
  margin-top: 20px !important;
  letter-spacing: -1.5px;
}
.sub_double_eyelid_revision_surgery_method_wrap
  .method_box
  .sub_method_subt
  p
  strong {
  color: #69a0f2;
  font-weight: 500 !important;
}

/*==============트임복원==============*/
.sub_canthoplasty_revision_case_wrap {
}

.sub_canthoplasty_revision_core_box {
}

.sub_canthoplasty_revision_core_box .vc_column-inner {
  padding: 70px 15px !important;
  background: linear-gradient(to bottom, #ffffff14, #ffffff61);
  border-radius: 20px;
  border: 1px solid #ffffff27;
  position: relative;
  overflow: hidden;
}

.sub_canthoplasty_revision_core_box .vc_column-inner:before {
  position: absolute;
  left: 30px;
  bottom: -30px;
  font-style: italic;
  font-family: "Marcellus", serif !important;
  color: #ffffff;
  opacity: 0.2;
  font-size: 140px;
  line-height: 140px;
  display: inline-block;
}

.sub_canthoplasty_revision_core_box .one .vc_column-inner:before {
  content: "1";
}
.sub_canthoplasty_revision_core_box .two .vc_column-inner:before {
  content: "2";
}
.sub_canthoplasty_revision_core_box .three .vc_column-inner:before {
  content: "3";
}

.sub_canthoplasty_revision_core_wrap .sub_copy p {
  color: #fff !important;
  padding-top: 50px !important;
}

.sub_canthoplasty_revision_core_box .vc_column-inner .text_box p {
  font-size: 26px;
  line-height: 42px;
  color: #fff;
  font-weight: 500 !important;
  letter-spacing: -1.5px;
}

.sub_canthoplasty_revision_case_wrap .nectar-highlighted-text h2 {
  letter-spacing: -2px;
}

.sub_canthoplasty_revision_case_wrap .nectar-highlighted-text h2 strong {
  color: #92bbf9 !important;
}

/*==============맥스V리프팅==============*/
/*단순한 지방흡입이 아닙니다*/
.sub_bnr_max_v_wrap .info_box .vc_column-inner {
  background-color: #ffffff1c !important;
  backdrop-filter: blur(10px) !important;
}

.sub_bnr_max_v_title_t {
  font-size: 60px;
  line-height: 70px;
  color: #fff;
  font-weight: 700 !important;
  letter-spacing: -3px;
}
.sub_bnr_max_v_copy p {
  font-size: 26px;
  line-height: 40px;
  color: #fff;
  font-weight: 500 !important;
  letter-spacing: -1.2px;
  padding-top: 25px !important;
  padding-bottom: 50px !important;
}
.sub_bnr_max_v_point p {
  font-size: 28px;
  line-height: 35px;
  color: #d2e7ff;
  font-weight: 600 !important;
  letter-spacing: -1.3px;
  padding: 7px 25px !important;
  border-radius: 26px;
  background: #273c6238;
  display: inline-block;
}
/*시술 부위*/

.sub_feature_wrap .nectar-highlighted-text h2 {
  letter-spacing: -3px;
}

.sub_feature_wrap .nectar-highlighted-text h2 em {
  color: #92bbf9 !important;
}
.sub_feature_box_wrap {
  background: linear-gradient(to bottom, #aac8f5 0%, #e0ebff 100%);
  border-radius: 92px;
}
.sub_feature_box {
  margin-bottom: 40px !important;
}
.sub_feature_box img {
  width: 100% !important;
}

.feature_title h3 {
  padding-top: 60px !important;
  padding-left: 70px !important;
  padding-right: 70px !important;
  padding-bottom: 24px !important;
  font-size: 42px;
  line-height: 55px;
  color: #101010;
  font-weight: 600 !important;
  letter-spacing: -2px;
}

.feature_title h3 strong {
  color: #92bbf9;
  font-weight: 600 !important;
  letter-spacing: -2px;
}

.feature_copy p {
  margin-left: 70px !important;
  margin-right: 70px !important;
  margin-bottom: 20px !important;
  font-size: 22px;
  line-height: 35px;
  color: #101010;
  font-weight: 200 !important;
  letter-spacing: -1.5px;
}

.feature_list ul {
  display: table;
  content: "";
  clear: both;
  margin: 0 70px 30px 70px !important;
  padding: 0 !important;
  width: 100%;
  list-style: none !important;
}

.feature_list ul li {
  font-size: 22px;
  line-height: 39px;
  color: #101010;
  font-weight: 500 !important;
  letter-spacing: -1.5px;
  position: relative;
  padding-left: 40px !important;
}

.feature_list ul li::before {
  position: absolute;
  display: inline-block;
  top: 8px;
  left: 0;
  width: 24px;
  height: 24px;
  background: url("/wp-content/uploads/2025/11/check_icon2.png") no-repeat;
  content: "";
  background-size: 24px;
}

.feature_point p {
  margin-left: 70px !important;
  margin-right: 70px !important;
  margin-bottom: 70px !important;
  font-size: 23px;
  line-height: 33px;
  color: #fff;
  background: #76a6ed;
  display: inline-block;
  font-weight: 500 !important;
  letter-spacing: -1.5px;
  border-radius: 8px;
  padding: 5px 12px !important;
}

/*==============이중턱근육묶기==============*/
.bnr_small_txt p {
  font-size: 16px;
  line-height: 32px;
  color: #fff;
  opacity: 0.4;
  font-weight: 300 !important;
  letter-spacing: -1px;
  text-align: center;
}
.sub_bnr_double_chin_muscle_tying_wrap {
}

/*==============시그니처지방이식==============*/
.sub_signature_fat_grafting_case_wrap {
}

.arrow_bottom {
  padding: 20px 0 !important;
}

.sub_signature_fat_grafting_point_wrap .feature_title h3 {
  padding-bottom: 20px !important;
}

.sub_signature_fat_grafting_point_wrap .feature_copy p {
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin-bottom: 20px !important;
  color: #fff !important;
}

.feature_list_box ul {
  content: "";
  display: flex;
  clear: both;
  margin: 50px 0 0 !important;
  padding: 0 !important;
  width: 100%;
  flex-wrap: wrap;
  gap: 30px;
}
.feature_list_box ul li {
  display: inline-block;
  padding: 35px 30px !important;
  border-radius: 20px;
  background: #ffffff33;
  text-align: center;
  flex: 0 0 calc(50% - 15px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.feature_list_box ul li:nth-child(2n) {
  margin-right: 0 !important;
}
.feature_list_box ul li h5 {
  font-size: 16px;
  line-height: 32px;
  color: #92bbf9;
  font-weight: 400 !important;
  font-family: "Marcellus", serif;
}
.feature_list_box ul li h3 {
  font-size: 26px;
  line-height: 36px;
  color: #fff;
  font-weight: 600 !important;
  letter-spacing: -1.5px;
  padding: 0 0 5px !important;
}
.feature_list_box ul li p {
  font-size: 17px;
  line-height: 27px;
  color: #fff;
  font-weight: 300 !important;
  letter-spacing: -1px;
}

.sub_signature_fat_grafting_special_wrap {
}

.sub_signature_fat_grafting_special_wrap .sub_point_subtitle p {
  color: #fff !important;
  text-transform: capitalize;
  font-size: 19px !important;
}

.sub_signature_fat_grafting_special_wrap .nectar-highlighted-text h2 {
  letter-spacing: -2px;
  padding-bottom: 0px !important;
  font-weight: 700 !important;
  font-size: 45px !important;
}

/*==============2030 리프팅==============*/
.sub_bnr_lifting_wrap {
}

.sub_bnr_lifting_wrap .special_how_list ul {
  display: table;
  content: "";
  clear: both;
  margin: 0 0px 0px 0px !important;
  padding: 0 !important;
  width: 100%;
  list-style: none !important;
}

.sub_bnr_lifting_wrap .special_how_list ul li {
  font-size: 22px;
  line-height: 40px;
  color: #fff;
  font-weight: 300 !important;
  letter-spacing: -1.2px;
  position: relative;
  padding-left: 40px !important;
}

.sub_bnr_lifting_wrap .special_how_list ul li::before {
  position: absolute;
  display: inline-block;
  top: 9px;
  left: 0;
  width: 24px;
  height: 24px;
  background: url("/wp-content/uploads/2025/12/check_icon10.png") no-repeat;
  content: "";
  background-size: 24px;
}

.sub_2030_lifting_important_wrap
  .sub_2030_lifting_important_box
  .vc_column-inner {
  padding: 20px !important;
  border-radius: 30px !important;
  background: #f8f8f8;
}

.sub_2030_lifting_important_wrap.sub_breast_ugmentation_important_wrap
  .sub_title_wrap {
  padding-bottom: 50px !important;
}

.sub_2030_lifting_important_wrap .sub_2030_lifting_important_box .bnr_title p {
  font-size: 28px;
  line-height: 36px;
  font-weight: 600 !important;
  color: #101010;
  letter-spacing: -1.5px;
  text-align: center;
  padding-top: 30px !important;
}

.sub_2030_lifting_important_wrap
  .sub_2030_lifting_important_box
  .bnr_title
  p
  strong {
  font-weight: 600 !important;
  color: #69a0f2;
  letter-spacing: -1.5px;
}
.sub_2030_lifting_important_wrap
  .sub_2030_lifting_important_box
  .feature_list
  ul {
  margin: 15px 0px 20px 0px !important;
}

.sub_2030_lifting_important_wrap
  .sub_2030_lifting_important_box
  .feature_list
  ul
  li {
  font-size: 20px;
  line-height: 31px;
  color: #101010;
  font-weight: 400 !important;
  letter-spacing: -1.5px;
  position: relative;
  padding-left: 40px !important;
  padding-bottom: 3px !important;
  padding-top: 5px !important;
  text-align: left;
}

.sub_2030_lifting_important_wrap .feature_copy p {
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin-bottom: 30px !important;
  margin-top: 20px !important;
  font-size: 20px;
  line-height: 32px;
  color: #101010;
  font-weight: 200 !important;
  letter-spacing: -1.5px;
}

.sub_lifting_type_wrap .nectar-highlighted-text h2 {
  letter-spacing: -3px;
}

.sub_lifting_type_wrap .nectar-highlighted-text h2 em {
  color: #92bbf9 !important;
}

.sub_lifting_type_wrap
  .sub_cause_box
  .wpb_column.column_container
  .vc_column-inner {
  background: #fff;
  padding: 12px 12px 0 12px;
  border-radius: 40px;
  box-shadow: 0 0px 50px 0px rgb(227 227 227 / 10%) !important;
  margin-bottom: 40px !important;
}

.sub_lifting_type_wrap .type_title p {
  font-size: 26px;
  line-height: 33px;
  color: #242424;
  letter-spacing: -1px;
  padding-bottom: 15px;
  font-weight: 600 !important;
  text-align: center;
  padding-top: 30px !important;
}

.sub_lifting_type_wrap .type_list {
  display: flex;
  justify-content: center;
}

.sub_lifting_type_wrap .type_list ul {
  display: block;
  content: "";
  clear: both;
  padding: 15px 10px 30px !important;
  list-style: none !important;
  background: #ffffff80;
  border-radius: 20px;
}

.sub_lifting_type_wrap .type_list ul li {
  font-size: 18px;
  line-height: 24px;
  color: #575757;
  font-weight: 500 !important;
  letter-spacing: -1.5px;
  position: relative;
  padding: 5px 0px;
}

.sub_lifting_type_wrap .type_list ul li::before {
  display: inline-block;
  width: 21px;
  height: 23px;
  background: url(/wp-content/uploads/2025/12/check_icon6.png) no-repeat;
  content: "";
  background-position: top 2px center;
  margin-right: 13px !important;
  vertical-align: text-top;
}

/*==============4050 리프팅==============*/
.sub_4050_lifting_method_wrap {
}

.sub_4050_lifting_method_box {
}

.feature_box_title p {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  font-size: 25px;
  line-height: 35px;
  color: #101010;
  font-weight: 600 !important;
  letter-spacing: -1.5px;
  padding: 15px !important;
  background: #ddebfe;
}

.feature_box_title.num02 p {
  background: #e0e6ff;
}

.feature_box_title.num03 p {
  background: #e5e0fe;
}

.feature_box_copy p {
  font-size: 20px;
  line-height: 32px;
  color: #101010;
  font-weight: 300 !important;
  letter-spacing: -1px;
  padding: 20px 30px !important;
}

/*==============안면거상==============*/

.sub_face_lift_keypoint_wrap {
}

.sub_face_lift_keypoint_wrap .special_subject h3 {
  color: #101010;
}

.sub_face_lift_keypoint_wrap .special_copy p {
  color: #242424;
}

.sub_face_lift_keypoint_wrap .border_img {
  border: 35px solid #ffffff80;
}

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

.sub_face_lift_region_wrap .sub_important_text_box .title_box p {
  padding-bottom: 0 !important;
  font-size: 25px;
}
/*==============이마거상==============*/

.sub_eyebrow_lift_table_box.sub_forehead_lift_table_box {
  width: 1240px;
  margin: 0 auto !important;
}

.sub_eyebrow_lift_table_box.sub_forehead_lift_table_box .list_box ul li {
  font-size: 18px;
}

.sub_forehead_lift_feature_wrap .feature_copy p {
  margin-bottom: 40px !important;
}

/*==============유형별코성형==============*/

/*비순각*/
.sub_nose_types_surgery_ratio_wrap {
}

.sub_nose_types_surgery_ratio_box {
}

.sub_nose_types_surgery_ratio_wrap .nectar-highlighted-text h2 {
  letter-spacing: -3px;
  margin-top: 10px !important;
  margin-bottom: 25px !important;
}

.sub_top_title_subject p {
  font-size: 30px;
  line-height: 40px;
  font-weight: 500 !important;
  color: #000000;
  letter-spacing: -1.5px;
}

.sub_copy_subject p {
  font-size: 25px;
  line-height: 38px;
  font-weight: 600 !important;
  color: #76a6ed;
  letter-spacing: -2px;
}

.sub_nose_types_surgery_ratio_wrap .sub_copy p {
  font-size: 19px;
  line-height: 35px;
  color: #464646;
  padding-top: 20px !important;
  letter-spacing: -1px;
}
.sub_nose_types_surgery_ratio_wrap .sub_copy p span.point_bg {
  background: #dde8ff7e;
}
span.point_bg {
  background: #a9c5ff7e;
  font-weight: 600 !important;
}

/*코성형 재료*/
.sub_nose_types_surgery_materials_wrap {
}
.sub_nose_types_surgery_materials_wrap
  .nectar-flickity.nectar-carousel.nectar-carousel:not(.masonry)
  .flickity-viewport {
  margin: 0;
}

.sub_nose_types_surgery_materials_wrap .sub_method_num_box p {
  font-size: 18px;
  line-height: 28px;
  color: #69a0f2;
  background: #dde8ff;
  padding: 6px 13px !important;
  font-weight: 600;
  text-align: center;
  position: absolute;
  top: 35px;
  left: 35px;
  border-radius: 10px;
  z-index: 1;
}

.sub_nose_types_surgery_materials_wrap .sub_method_title p {
  font-size: 28px;
  line-height: 36px;
  font-weight: 600 !important;
  letter-spacing: -2px;
  color: #101010;
  margin-top: 30px !important;
}
.sub_nose_types_surgery_materials_wrap .sub_method_subt p {
  color: #747474;
  margin-top: 15px !important;
}
.sub_nose_types_surgery_materials_wrap .sub_method_subt p strong {
  color: #69a0f2;
  font-weight: 500 !important;
}
.sub_nose_types_surgery_materials_wrap .sub_prosth_type_img {
  border: 15px solid #fff;
}
.sub_nose_type_tab_t p {
  font-size: 25px;
  line-height: 35px;
  font-weight: 600 !important;
  color: #fff;
  letter-spacing: -0.8px;
  padding: 10px 10px !important;
  background: linear-gradient(to left, #9fc3ff, #b0d4ff);
  border-radius: 0 0 30px 30px;
}
.sub_nose_type_point .row_col_wrap_12_inner.col {
  border-radius: 30px !important;
  overflow: hidden;
}

/*3D-CT 정밀 분석 시스템*/
.sub_nose_types_surgery_system_wrap {
}

/*==============콧대성형==============*/
.sub_ptosis_correction_detail_box.sub_nasal_bridge_augmentation_line_box {
  width: 1184px;
  margin: 0 auto !important;
}

.sub_ptosis_correction_detail_box.sub_nasal_bridge_augmentation_line_box::after {
  top: 26%;
}

.sub_nasal_bridge_augmentation_line_box .sub_ptosis_correction_detail_copy {
  display: flex;
  justify-content: center;
}

.sub_nasal_bridge_augmentation_line_box .sub_ptosis_correction_detail_copy ul {
  padding-left: 4px;
  margin: 30px 0;
}
.sub_nasal_bridge_augmentation_line_box .sub_ptosis_correction_detail_copy li {
  font-size: 20px;
  line-height: 30px;
  color: #818181;
  letter-spacing: -0.6px;
  background: url(/wp-content/uploads/2025/12/check_icon7.png) 0 9px no-repeat;
  background-size: 16px;
  padding: 0px 0px 8px 30px;
  text-align: left;
  font-weight: 400 !important;
}
.sub_nasal_bridge_augmentation_line_box
  .sub_ptosis_correction_detail_copy
  li:last-child {
  padding-bottom: 0 !important;
}

.sub_nasal_bridge_augmentation_line_box
  .right_box
  .sub_ptosis_correction_detail_copy
  li {
  background: url(/wp-content/uploads/2025/12/check_icon8.png) 0 9px no-repeat;
  color: #81b2ff;
}

/*조화로운 라인*/
.sub_nasal_bridge_augmentation_line_wrap .sub_prosth_type_img {
  border: 15px solid #f4f7fe;
}

.sub_nose_types_surgery_materials_wrap.sub_nasal_bridge_augmentation_line_wrap
  .sub_method_title
  p {
  color: #8aacea;
}

/*콧대성형 절개방법*/
.sub_nasal_bridge_augmentation_method_wrap.wpb_row
  .column-image-bg-wrap
  .column-image-bg {
  background-size: cover !important;
}

.sub_nasal_bridge_augmentation_method_wrap .sub_eyebrow_lift_table_box {
  width: 1116px;
  margin: 0 auto !important;
}

.sub_nasal_bridge_augmentation_method_wrap
  .sub_eyebrow_lift_table_box
  .list_box
  ul {
  background: none;
  padding: 0 0px !important;
  margin: 20px 30px 30px !important;
}
.sub_nasal_bridge_augmentation_method_wrap
  .sub_eyebrow_lift_table_box
  .case_box {
  margin-top: -20px !important;
  position: relative; /* 또는 absolute/fixed - 구조에 따라 다름 */
  z-index: 10;
}

.sub_nasal_bridge_augmentation_method_wrap
  .sub_eyebrow_lift_table_box
  .case_box
  p {
  font-size: 20px;
  line-height: 30px;
  color: #333;
  font-weight: 400 !important;
  letter-spacing: 0px;
  padding: 4px 20px !important;
  border-radius: 20px;
  display: inline-block;
  margin: 0 auto !important;
  font-family: "Marcellus", serif !important;
  border: 1px solid #777;
  background: #fff;
}
.sub_nasal_bridge_augmentation_method_wrap
  .sub_eyebrow_lift_table_box
  .list_box
  ul
  li {
  border-bottom: 1px dashed #9bc5ff;
  color: #101010;
  font-size: 20px;
  font-weight: 300 !important;
}
.sub_nasal_bridge_augmentation_method_wrap
  .sub_eyebrow_lift_table_box
  .left_box
  .list_box
  ul
  li {
  border-bottom: 1px dashed #beb2ff;
}

/*==============코끝성형==============*/
.sub_tip_plasty_no_implant_shape_wrap {
}
.sub_tip_plasty_no_implant_shape_wrap::before {
  background: url("/wp-content/uploads/2025/12/sub-tip-plasty-no-implant-shape-bg_saekim.png")
    no-repeat bottom right;
  display: block;
  width: 930px;
  height: 185px;
  content: "" !important;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.sub_tip_plasty_no_implant_shape_box {
}

.sub_tip_plasty_no_implant_shape_box .title p {
  font-size: 26px;
  line-height: 36px;
  color: #69a0f2;
  font-weight: 600 !important;
  letter-spacing: -1.5px;
  padding: 5px 10px 15px !important;
  background: url("/wp-content/uploads/2025/12/drop_menu_btn_saekim.png")
    no-repeat top 6px right 10px;
}

.sub_tip_plasty_no_implant_shape_box .img_box .vc_column-inner {
  background: #fff;
  border-radius: 30px;
  padding: 15px !important;
}

/*==============콧불축소==============*/

.sub_alar_reduction_ratio_wrap .sub_title_wrap {
  padding-bottom: 30px !important;
}
.sub_alar_reduction_ratio_wrap .sub_bnr_copy p {
  padding-top: 0 !important;
}
.sub_alar_reduction_ratio_wrap .img_box .title p {
  text-align: center;
  font-size: 26px;
  line-height: 36px;
  color: #101010;
  letter-spacing: -1.5px;
  font-weight: 600;
  padding: 15px 10px 5px !important;
}

/*효과*/
.sub_alar_reduction_effect_wrap {
}

.sub_alar_reduction_effect_wrap .nectar-highlighted-text h2 {
  letter-spacing: -3px;
}

.sub_alar_reduction_effect_wrap .feature_copy p {
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin-bottom: 40px !important;
  margin-top: 30px !important;
}
.sub_alar_reduction_effect_wrap .feature_list ul {
  margin: 0 0px 0px 0px !important;
}

/*==============코재수술==============*/
.sub_revision_rhinoplasty_important_wrap {
}

.sub_revision_rhinoplasty_important_wrap .sub_title_copy_point p {
  font-size: 28px;
  line-height: 40px;
  font-weight: 600 !important;
  color: #d2e7ff;
  background: #273c6241;
  border-radius: 15px;
  display: inline-block;
  margin: 30px auto 0 !important;
  padding: 20px 30px !important;
  letter-spacing: -1.5px;
}

.sub_revisionrhinoplasty_revision_surgery_method_wrap {
}

/*==============3D 맞춤 보형물==============*/

.sub_3d_custom_implants_comparison_wrap {
}
.sub_3d_custom_implants_comparison_wrap .sub_copy p {
  font-size: 25px;
  font-weight: 500 !important;
  line-height: 40px;
  margin-top: 30px !important;
}

span.gd-select-blue {
  background: linear-gradient(to right, #b2d3ff 0% 70%, #fff0 100%);
}

/*==============체형 가슴확대==============*/
.sub_breast_augmentation_part_wrap {
}

/*어떤 보형물이 나와 가장 잘 맞을까?*/
.sub_breast_ugmentation_important_wrap {
}

.sub_breast_ugmentation_important_wrap .sub_title_wrap {
  padding-bottom: 80px !important;
}

.sub_breast_ugmentation_important_wrap .sub_tab_method_num p {
  font-size: 22px;
  line-height: 22px;
  font-weight: 400 !important;
  color: #fff;
  background: #444444;
  border-radius: 20px;
  padding: 9px 20px !important;
  display: inline-block;
  letter-spacing: 0;
  margin-bottom: 20px !important;
  font-family: "Pretendard", "Malgun Gothic", "malgungothic", "맑은고딕",
    sans-serif !important;
  position: absolute;
  top: -19px;
  z-index: 2;
  width: 190px;
  text-align: center;
  left: 50%;
  margin-left: -95px !important;
}
.sub_breast_ugmentation_important_wrap .sub_tab_method_num p strong {
  color: #8fbfff;
  font-weight: 400 !important;
  font-family: "Marcellus", serif !important;
  padding-left: 5px !important;
}
.sub_breast_ugmentation_important_box .feature_list {
  display: flex;
  justify-content: center;
}
.sub_breast_ugmentation_important_box .feature_list ul {
  display: table;
  content: "";
  clear: both;
  margin: 30px 0px 40px 0px !important;
  padding: 0 !important;
  list-style: none !important;
}

.sub_breast_ugmentation_important_box .feature_list ul li {
  font-size: 20px;
  line-height: 39px;
  color: #101010;
  font-weight: 400 !important;
  letter-spacing: -1.5px;
  position: relative;
  padding-left: 40px !important;
  text-align: left;
}

.sub_breast_ugmentation_important_box .feature_list ul li::before {
  position: absolute;
  display: inline-block;
  top: 8px;
  left: 0;
  width: 24px;
  height: 24px;
  background: url("/wp-content/uploads/2025/11/check_icon2.png") no-repeat;
  content: "";
  background-size: 24px;
}

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

.mentor_box_wrap .img_box .vc_column-inner {
  padding: 70px 30px 70px !important;
}

.mentor_point_wrap .key_point_list ul {
  display: table;
  content: "";
  clear: both;
  margin: 35px 0 0px !important;
  padding: 0 !important;
  width: 100%;
  list-style: none !important;
}

/*==============가슴축소==============*/
.sub_breast_reduction_checklist_wrap {
}
.sub_breast_reduction_checklist_box {
}

h3.sub_bnr_subject {
  font-weight: 600 !important;
  letter-spacing: -3px !important;
}
.sub_breast_reduction_checklist_box .sub_bnr_copy p strong.point_bg {
  background: #dde8ff7e;
  font-weight: 500 !important;
  line-height: 40px;
}

.sub_breast_reduction_checklist_table {
}

.sub_breast_reduction_checklist_table table {
  width: 100%;
  border: 0 !important;
  margin: 40px 0 0 !important;
}

.sub_breast_reduction_checklist_table thead {
  border-top: 2px solid #101010;
  border-bottom: 2px solid #101010;
}

.sub_breast_reduction_checklist_table th {
  border: 0 !important;
  padding: 18px 10px !important;
  font-size: 23px;
  color: #101010;
  letter-spacing: -2px;
  background: #e3edff;
  width: 11%;
  text-align: center !important;
}

.sub_breast_reduction_checklist_table th:first-child {
  font-size: 20px;
  color: #242424;
  letter-spacing: -2px;
  background: #f8f8f8;
  width: auto;
}
.sub_breast_reduction_checklist_table td {
  border: 0 !important;
  padding: 20px 10px !important;
  text-align: center;
  font-size: 21px !important;
  color: #747474;
  letter-spacing: -2px;
  background: #fff;
  vertical-align: middle;
}

.sub_breast_reduction_checklist_table td:first-child {
  font-size: 23px !important;
  color: #101010;
  letter-spacing: -2px;
  font-weight: 600 !important;
  background: #eeeaff;
}
@media (max-width: 690px) {
  .sub_breast_reduction_checklist_table table,
  .sub_breast_reduction_checklist_table thead,
  .sub_breast_reduction_checklist_table tbody,
  .sub_breast_reduction_checklist_table th,
  .sub_breast_reduction_checklist_table td,
  .sub_breast_reduction_checklist_table tr {
    display: block;
  }

  .sub_breast_reduction_checklist_table thead {
    display: none;
  }

  .sub_breast_reduction_checklist_table tr {
    margin-bottom: 20px;
    border: 0px solid #ccc;
    padding: 10px;
  }

  .sub_breast_reduction_checklist_table td {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border: none;
    border-bottom: 1px solid #eee;
  }

  .sub_breast_reduction_checklist_table td::before {
    content: attr(data-label);
    font-weight: bold;
    color: #333;
  }
}

.sub_method_copy p {
  text-align: center;
  font-size: 21px !important;
  color: #101010;
  letter-spacing: -1.5px;
  font-weight: 300 !important;
  margin: 30px 0 !important;
}
.sub_method_copy p strong {
  letter-spacing: -1.5px;
}

.good_bad_box {
  background: #e9f1fe;
  border-radius: 20px !important;
  margin: 0 auto 0px !important;
  width: 890px;
  display: flex;
  justify-content: center;
  padding: 20px 15px !important;
}

body:not(.woocommerce-cart) .main-content .good_bad_box table {
  background-color: #ffffff00 !important;
  border-spacing: 10px !important;
  border-collapse: separate !important;
}

body:not(.woocommerce-cart) .main-content .good_bad_box table th {
  border: 0 !important;
}

body:not(.woocommerce-cart) .main-content .good_bad_box table th {
  background: #b3d3ff !important;
  border-radius: 9px;
  font-size: 20px;
  color: #fff;
  font-weight: 500 !important;
  line-height: 30px;
  padding: 4px 18px !important;
  letter-spacing: -1.5px;
}
body:not(.woocommerce-cart) .main-content .good_bad_box table tr:last-child th {
  background: #d3c9fb !important;
}

body:not(.woocommerce-cart) .main-content .good_bad_box table td {
  border: 0 !important;
  font-size: 20px;
  color: #101010;
  font-weight: 400 !important;
  line-height: 30px;
  letter-spacing: -1.5px;
  padding: 5px 10px !important;
}

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

/*==============가슴재수술==============*/

.sub_cause_box.breast_revision_surgery_cause_box
  .vc_col-sm-3.wpb_column.column_container
  .vc_column-inner {
  background: #e9f2ff;
}

.sub_reast_revision_surgery_symptoms_wrap {
}

.sub_reast_revision_surgery_symptoms_box {
}

.status-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 20px;
  background-color: #f5f9fd;
}

.status-box {
  background-color: #87b3f536;
  border-radius: 90px;
  padding: 30px 20px;
  text-align: center;
  width: 350px;
  box-sizing: border-box;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 1;
}

.status-box + .status-box {
  margin-left: -30px;
  z-index: 0;
}

.status-box.watch {
  background-color: #87b3f561;
}
.status-box.reop1 {
  background-color: #e3d3ff94;
}

.status-box.reop2 {
  background-color: #a691fb75;
}
.status-box.reop1 .label,
.status-box.reop2 .label {
  background-color: #c6a5ff;
}

.status-box .label {
  background-color: #a6c8ff;
  display: inline-block;
  padding: 6px 18px;
  border-radius: 90px;
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 15px;
  letter-spacing: -1.5px;
}

.status-box p {
  font-size: 20px;
  color: #5c5c5c;
  line-height: 30px;
  letter-spacing: -1.5px;
}

/* 모바일 반응형 - 겹침 해제 */
@media (max-width: 690px) {
  .status-container {
    flex-direction: column;
    align-items: center;
  }

  .status-box,
  .status-box + .status-box {
    margin-left: 0;
    z-index: 1;
  }
}

/*==============쁘띠 - 필러 보톡스==============*/

.eyelid_vs_table.filler_botox_table table td.subject.vs {
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, system-ui,
    Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR",
    "Malgun Gothic", sans-serif !important;
  font-size: 21px !important;
  font-weight: 600 !important;
}

.eyelid_vs_table.filler_botox_table table td p.imgtitle {
  font-size: 28px !important;
  line-height: 32px;
  color: #101010;
  background: #dde6ff;
}
.eyelid_vs_table.filler_botox_table table td,
.eyelid_vs_table.filler_botox_table table td.left {
  background: #fff;
}
.eyelid_vs_table.filler_botox_table table td.subject {
  background: #f6fbff !important;
}
.filler_botox_table p.small_txt {
  font-size: 17px !important;
  text-align: center;
  padding-top: 30px !important;
  color: #999;
}

.eyelid_vs_table.filler_botox_table table td p.imgtitle.left {
  background: #eeebff;
}

.sub_filler_point_wrap {
}

.sub_filler_point_wrap .feature_title h3 {
  padding-top: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-bottom: 24px !important;
}
.sub_filler_point_wrap .feature_copy p {
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin-bottom: 20px !important;
}

.sub_filler_point_wrap .feature_list ul {
  margin: 0 0px 30px 0px !important;
}

.sub_filler_point_wrap .feature_point p {
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin-bottom: 0px !important;
}

.sub_filler_recommend_wrap {
}
.recommend_list ul {
  display: table;
  content: "";
  clear: both;
  margin: 0 0 0 30px !important;
  padding: 0;
}
.recommend_list ul li {
  font-size: 22px;
  line-height: 32px;
  letter-spacing: -1.5px;
  color: #101010;
  font-weight: 500;
  padding: 17px 15px 17px 70px !important;
  background: linear-gradient(to right, #fff 0% 60%, #fff0 100%);
  border-radius: 20px;
  margin: 15px 0 !important;
  position: relative;
}
.recommend_list ul li:before {
  background: url("/wp-content/uploads/2025/12/check_icon9.png") no-repeat;
  content: "";
  display: inline-block;
  width: 29px;
  height: 29px;
  background-size: 29px;
  position: absolute;
  top: 18px;
  left: 24px;
}

/*==============콜라겐부스터==============*/
.sub_collagen_effect_wrap {
}

.sub_collagen_effect_wrap .nectar-highlighted-text h2 {
  letter-spacing: -2px;
  padding-bottom: 30px !important;
}
.sub_collagen_effect_wrap .feature_copy p {
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin-bottom: 30px !important;
  font-weight: 300 !important;
}

.sub_collagen_effect_wrap .feature_list ul {
  margin: 0 0px 0px 0px !important;
}

.sub_collagen_type_wrap .flickity-slider .cell {
  padding: 20px 20px 30px !important;
  background: #f8f8f8;
  border-radius: 30px;
}

.sub_collagen_type_wrap .sub_method_title p strong {
  padding-right: 0px !important;
}

/*==============흉터성형==============*/
.sub_scar_about_wrap {
}
/*==============귀성형==============*/
.sub_ear_surgery_wrap {
}

.sub_ear_surgery_wrap .special_subject h3 {
  font-size: 42px;
  line-height: 55px;
  font-weight: 600 !important;
  color: #fff;
  letter-spacing: -3px;
  margin-bottom: 20px !important;
}

.sub_ear_surgery_wrap .special_point p {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500 !important;
  color: #ffff;
  letter-spacing: -1.5px;
  margin-bottom: 20px !important;
  background: linear-gradient(45deg, #708ab9, transparent);
  display: inline-block;
  padding: 3px 3px !important;
}

.sub_ear_surgery_wrap .special_copy p {
  font-size: 20px;
  line-height: 32px;
  font-weight: 300 !important;
  color: #fff;
  letter-spacing: -1.5px;
}

.sub_ear_surgery_wrap .special_copy p strong {
  letter-spacing: -1.5px;
  font-weight: 600 !important;
}

.sub_ear_surgery_wrap .special_how p {
  color: #5a9fff;
  font-size: 19px;
  line-height: 29px;
  font-weight: 400 !important;
  font-family: "Marcellus", serif !important;
  display: inline-block;
  background: #fff;
  border-radius: 20px;
  padding: 7px 20px !important;
  margin: 30px 0 20px !important;
}

.sub_ear_surgery_wrap .special_how_list ul {
  display: table;
  content: "";
  clear: both;
  margin: 0 0px 0px 0px !important;
  padding: 0 !important;
  width: 100%;
  list-style: none !important;
}

.sub_ear_surgery_wrap .special_how_list ul li {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  font-weight: 300 !important;
  letter-spacing: -1.2px;
  position: relative;
  padding-left: 40px !important;
}

.sub_ear_surgery_wrap .special_how_list ul li::before {
  position: absolute;
  display: inline-block;
  top: 4px;
  left: 0;
  width: 24px;
  height: 24px;
  background: url("/wp-content/uploads/2025/12/check_icon10.png") no-repeat;
  content: "";
  background-size: 24px;
}

.sub_ear_surgery_wrap .special_info ul {
  display: table;
  content: "";
  clear: both;
  margin: 0 0px 0px 0px !important;
  padding: 0 !important;
  width: 100%;
  list-style: none !important;
}
.sub_ear_surgery_wrap .special_info ul li {
  color: #fff;
  font-size: 18px;
  line-height: 29px;
  font-weight: 300 !important;
  display: inline-block;
  background: #697387;
  border-radius: 17px;
  padding: 3px 15px !important;
  margin-right: 20px !important;
  margin-top: 25px !important;
}
/*==============이물질제거==============*/

.sub_chin_implant_about_wrap.sub_foreign_material_removal_method_wrap
  .sub_cause_t
  ul {
  padding: 20px 19px 20px !important;
}

/*==============스마스인중축소==============*/
.sub_smas_method_wrap {
}

.sub_copy_subject.box_txt p {
  display: inline-block;
  background: #76a6ed;
  border-radius: 10px;
  padding: 5px 15px !important;
  color: #fff;
  letter-spacing: -1px;
  margin: 15px 0 10px !important;
}

/*==============이마축소==============*/

.sub_forehead_reduction_guide_wrap .sub_bnr_copy p {
  padding-top: 10px !important;
}

/*====================================
form - 모델지원
====================================*/

#gform_wrapper_2 .gform_required_legend {
  display: none !important;
}

#gform_wrapper_2 .gsection_title {
  font-size: 32px !important;
  font-family: "Pretendard", "Malgun Gothic", "malgungothic", "맑은고딕",
    sans-serif !important;
  font-weight: 700 !important;
}

#gform_wrapper_2.gform-theme--framework .gfield--type-section {
  border: 0 !important;
  padding: 50px 0 0 !important;
}

#gform_wrapper_2 .gfield_radio {
  display: block !important;
}

#gform_wrapper_2 .gfield_radio .gchoice {
  display: inline-block !important;
  width: 100px;
  float: left;
}

#gform_wrapper_2 .gfield_radio .gform-field-label {
  display: inline-block !important;
}

#gform_wrapper_2 #field_2_7 {
}

body .gform_wrapper#gform_wrapper_2 .top_label .gfield_label {
  font-family: "Pretendard", "Malgun Gothic", "malgungothic", "맑은고딕",
    "맑은 고딕", sans-serif !important;
  font-size: 17px;
}

#gform_wrapper_2 .ginput_container.ginput_container_text input,
#gform_wrapper_2 .ginput_container.ginput_container_select select {
  font-size: 17px !important;
  line-height: 27px !important;
  padding: 15px 20px !important;
  height: 59px !important;
  border-color: #ccc;
}

#gform_wrapper_2.gform-theme--framework .gform-field-label {
  display: inline-block !important;
  margin-right: 30px !important;
  font-size: 17px !important;
}

#gform_wrapper_2.gform-theme--framework .gfield--type-choice .gfield_checkbox {
  display: block !important;
  margin-top: 10px !important;
}

#gform_wrapper_2.gform-theme--foundation .gfield textarea {
  border: 1px solid #ccc !important;
  font-size: 17px !important;
}

body #gform_wrapper_2.gform_wrapper .gsection_description {
  font-size: 19px !important;
  line-height: 29px !important;
  color: #777 !important;
  padding-top: 10px !important;
}

body #gform_wrapper_2 .gform_fileupload_rules {
  font-size: 13px !important;
  color: #999 !important;
}

body #gform_wrapper_2 input[type="submit"] {
  margin: 60px auto 0 !important;
  background: #242424 !important;
  border-radius: 10px !important;
  width: 240px !important;
  height: 54px !important;
  font-size: 20px !important;
}

body #gform_wrapper_2.gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message {
  background: none !important;
  border: none !important;
  font-size: 13px !important;
  margin-top: 5px !important;
  padding: 0 !important;
  color: #f00 !important;
  position: static;
}

.sub_realmodel_t p {
  font-family: "Pretendard", "Malgun Gothic", sans-serif !important;
  font-size: 50px;
  line-height: 47px;
  letter-spacing: -1px;
  color: #fff;
  font-weight: 500 !important;
}

.sub_realmodel_t2 p {
  font-family: "Pretendard", "Malgun Gothic", sans-serif !important;
  font-size: 35px;
  line-height: 47px;
  letter-spacing: -2px;
  color: #242424;
  font-weight: 600;
}

.sub_realmodel_t2.white p {
  padding-top: 15px !important;
  color: #c0e2ff;
}

.sub_realmodel_t3 p {
  color: #242424;
  font-size: 21px;
  line-height: 38px;
  letter-spacing: -1px;
  font-weight: 300 !important;
}

.sub_realmodel_t4 p {
  font-family: "Pretendard", "Malgun Gothic", sans-serif !important;
  color: #242424;
  font-size: 19px;
  line-height: 29px;
  letter-spacing: -1px;
  text-align: center;
  padding-top: 20px;
}

.sub_realmodel_box img.img-with-animation {
  border: 3px solid #c0e2ff;
}

.sub_realmodel_wrap .gform_heading {
  display: none;
}

.sub_realmodel_wrap .gform_wrapper .top_label .gfield_label {
  font-family: "Pretendard", "Malgun Gothic", sans-serif !important;
  font-weight: 500;
  letter-spacing: -1px;
}

.sub_realmodel_wrap .gform_wrapper.gravity-theme input {
  border: 1px solid #cdcdcd;
  border-radius: inherit;
  background: #fff;
}

.sub_realmodel_wrap .gform_wrapper.gravity-theme .gfield textarea {
  border: 1px solid #cdcdcd;
  border-radius: inherit;
  background: #fff;
}

.sub_realmodel_wrap fieldset#field_3_11 {
  margin: 0 auto !important;
  text-align: center;
  padding-bottom: 50px !important;
}

.sub_realmodel_wrap fieldset#field_3_11 a {
  color: #c37d69;
}

.sub_realmodel_wrap .gform_wrapper.gravity-theme .gsection {
  padding: 0 0px 35px 0;
  margin-bottom: 35px;
}

.sub_realmodel_wrap input#gform_submit_button_3 {
  font-family: "Pretendard", "Malgun Gothic", sans-serif !important;
  font-weight: 400 !important;
  background: #a88c84;
  padding: 20px 0 15px 0 !important;
  font-size: 25px;
  letter-spacing: -1px;
  font-weight: 500;
}

.sub_realmodel_wrap div#gform_confirmation_message_3 {
  text-align: center;
  font-size: 20px;
  letter-spacing: -1px;
}

.sub_realmodel_wrap fieldset#field_3_20 {
  margin-top: 20px;
}

.sub_need_list dd {
  font-size: 24px;
  color: rgb(70, 70, 70);
  letter-spacing: -1px;
  line-height: 36px;
  text-align: left;
  font-family: "Pretendard", "Malgun Gothic", sans-serif !important;
  background: url(/wp-content/uploads/2025/11/check_icon-1.png) 0px 2px
    no-repeat;
  padding: 0px 0px 10px 60px;
  font-weight: 500;
}

.sub_completed_wrap {
}

.sub_need_list.white2 dd {
  color: #fff;
}

.sub_completed_copy p {
  font-size: 20px !important;
  line-height: 29px;
}

@media screen and (max-width: 999px) {
  .sub_realmodel_t p {
    font-size: 28px !important;
    line-height: 38px;
  }

  .sub_realmodel_t2 p {
    font-size: 20px !important;
    line-height: 29px;
    letter-spacing: -1px;
  }

  .sub_realmodel_t2.white p {
    padding-top: 10px !important;
    padding-bottom: 6px !important;
  }

  .sub_realmodel_t3 p {
    font-size: 15px !important;
    line-height: 24px;
  }

  .sub_realmodel_t4 p {
    font-size: 15px !important;
    line-height: 24px;
    padding-top: 10px;
  }

  .sub_realmodel_wrap fieldset#field_3_11 {
    padding-bottom: 10px !important;
  }

  .sub_realmodel_wrap .gform_wrapper.gravity-theme .gsection {
    padding: 0 0px 25px 0;
    margin-bottom: 25px;
  }

  .sub_realmodel_wrap input#gform_submit_button_3 {
    font-size: 16px !important;
    line-height: 25px;
    padding: 11px 0 7px 0 !important;
  }

  .sub_realmodel_box .vc_col-sm-1\/5.wpb_column.column_container {
    width: 50%;
    float: left;
  }

  .sub_realmodel_wrap div#gform_confirmation_message_3 {
    font-size: 15px;
  }

  .sub_need_list dd {
    font-size: 15px !important;
    line-height: 24px;
    background: url(/wp-content/uploads/2026/01/check_icon_m.png) 0 0px
      no-repeat;
    padding: 0px 0px 10px 40px;
  }
}

/*개인정보취급방침*/

.sub_privacy_t h1 {
  font-size: 21px;
  line-height: 33px;
  letter-spacing: -1px;
  color: #e27868;
  font-weight: 500 !important;
  margin-bottom: 20px !important;
  border: 1px solid #e27868;
  border-radius: 10px;
  padding: 3px 10px !important;
  display: inline-block;
}

.sub_privacy_t p {
  font-size: 17px !important;
  line-height: 35px;
  letter-spacing: -1px;
  color: #000;
  font-weight: 300 !important;
}

.sub_privacy_t h3 {
  font-size: 21px;
  line-height: 33px;
  letter-spacing: -1px;
  color: #000;
  font-weight: 700 !important;
}

.sub_privacy_c p {
  font-size: 17px;
  line-height: 30px;
  letter-spacing: -1px;
  color: #555;
  font-weight: 400 !important;
  padding-top: 10px !important;
}

.sub_privacy_c p strong {
  color: #8bb0e7 !important;
}

.sub_privacy_t p strong {
  padding-bottom: 0px;
  display: inline-block;
}

.sub_privacy_en.nectar-split-heading h3 {
  line-height: 55px;
  letter-spacing: -0.2px;
}

.sub_privacy_bigtitle.nectar-split-heading h3 {
  font-size: 85px;
  line-height: 96px;
  letter-spacing: -3px;
  font-weight: 600 !important;
  margin-top: 15px !important;
}

.sub_privacy_box {
  padding: 30px 50px !important;
  background: #f0f0f0;
  margin-top: 15px !important;
  border-radius: 30px;
}

.sub_privacy_box p {
  font-size: 17px;
  line-height: 35px;
  color: #000;
}

.sub_privacy_box ol li {
  font-size: 17px;
  line-height: 35px;
  color: #000;
}

body:not(.woocommerce-cart) .main-content .sub_privacy_c table {
  margin-left: 0px !important;
  border-top: 0 !important;
  margin-bottom: 15px !important;
  width: 100% !important;
}

body:not(.woocommerce-cart) .main-content .sub_privacy_c.col_point table {
  border-top: 1px solid #ececec !important;
}

body .sub_privacy_c table tr {
  background: #fff !important;
}

.sub_privacy_c table th {
  color: #fff;
  font-size: 15px !important;
  line-height: 27px;
  letter-spacing: -0.5px;
  background: #606060;
  font-weight: 400 !important;
  text-align: center !important;
  padding: 10px 10px !important;
  vertical-align: middle !important;
  width: 25% !important;
  border-left: 0 !important;
}

body .sub_privacy_c table td {
  color: #222;
  font-size: 16px !important;
  line-height: 25px;
  letter-spacing: -0.5px;
  font-weight: 400 !important;
  text-align: center !important;
  padding: 10px 10px !important;
  vertical-align: middle !important;
  background: #fff !important;
  border-left: 0 !important;
  word-break: keep-all;
}

.sub_privacy_c.col2_table table th:first-child {
  width: 10% !important;
}

.sub_privacy_c.col5_table table th {
  width: 20% !important;
}

body .sub_privacy_c table td:last-child {
  border-right: 0 !important;
}

.sub_privacy_c table.col_03_table th:nth-child(2) {
  width: 50% !important;
}

body .sub_privacy_c table tr.end td {
  background: #edf0fb !important;
  font-weight: bold !important;
}

.sub_privacy_c ol li {
  font-size: 15px;
  color: #777;
}

.sub_privacy_bigtitle.nectar-split-heading h1 {
  font-size: 55px !important;
  line-height: 68px;
  letter-spacing: -3px;
  font-weight: 600 !important;
  margin-top: 15px !important;
}

.npay_title_wrap {
  padding-top: 40px !important;
  padding-bottom: 60px !important;
}

.npay_title p {
  font-size: 24px;
  line-height: 37px;
  color: #242424;
  letter-spacing: -1px;
  font-weight: 400 !important;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 20px !important;
}

.npay_title {
  text-align: center;
  padding-bottom: 15px !important;
}

.npay_date {
  display: inline-block;
  padding: 4px 30px !important;
  background: #fba797;
  color: #fff;
  font-size: 16px;
  line-height: 29px;
  border-radius: 25px;
}

.npay_box {
  padding-bottom: 100px !important;
}

.npay_subject h2 {
  font-family: "Pretendard", "Malgun Gothic", "malgungothic", sans-serif !important;
  font-size: 30px !important;
  line-height: 40px !important;
  color: #242424 !important;
  letter-spacing: -1px !important;
  padding-bottom: 30px !important;
}

body:not(.woocommerce-cart) .main-content .npay_table table {
  border-top: 2px solid #000 !important;
  border-bottom: 1px solid #000 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  width: 100%;
}

body:not(.woocommerce-cart) .main-content .npay_table table th {
  width: 25% !important;
}

body:not(.woocommerce-cart) .main-content .npay_table table tr {
  background: #fff0 !important;
}

body:not(.woocommerce-cart) .main-content .npay_table table th {
  text-align: center;
  border-bottom: 2px solid #000 !important;
  font-size: 17px;
  color: #000;
  background: #f9f9f9;
  vertical-align: middle;
  padding: 15px 10px !important;
}

body:not(.woocommerce-cart) .main-content .npay_table table th:first-child {
  width: 50% !important;
  border-left: 0 !important;
}

body:not(.woocommerce-cart)
  .main-content
  .npay_table.wd_25
  table
  th:first-child {
  width: 25% !important;
}

body:not(.woocommerce-cart) .main-content .npay_table table th:last-child {
  border-right: 0 !important;
}

body:not(.woocommerce-cart) .main-content .npay_table table td {
  text-align: center;
  font-size: 16px;
  color: #000;
  padding: 5px 10px !important;
  vertical-align: middle;
}

body:not(.woocommerce-cart) .main-content .npay_table table td:first-child {
  border-left: 0 !important;
}

body:not(.woocommerce-cart) .main-content .npay_table table td:last-child {
  border-right: 0 !important;
}

body:not(.woocommerce-cart) .main-content .npay_table table td.td_bd_right {
  border-right: 1px solid #ececec !important;
}

.napy_list ul {
  display: table;
  content: "";
  clear: both;
  width: 100%;
  padding: 0 !important;
  margin: 40px 0 0 0 !important;
  list-style: none !important;
}

.napy_list ul li {
  display: block;
  list-style: none !important;
  padding-left: 30px !important;
  font-size: 17px;
  line-height: 30px;
  position: relative;
  color: #777;
}

.napy_list ul li:before {
  display: inline-block;
  content: "-";
  position: absolute;
  left: 11px;
  top: 0;
}

@media screen and (max-width: 999px) {
  .sub_privacy_t h1 {
    font-size: 15px !important;
    line-height: 24px;
    margin-bottom: 10px !important;
    padding: 3px 6px !important;
  }

  .sub_privacy_t p {
    font-size: 15px !important;
    line-height: 24px;
  }

  .sub_privacy_box p {
    font-size: 14px;
    line-height: 25px;
    color: #000;
  }

  .sub_privacy_t h3 {
    font-size: 17px;
    line-height: 29px;
  }

  .sub_privacy_c p {
    font-size: 14px;
    line-height: 24px;
  }

  .sub_privacy_bigtitle.nectar-split-heading h3 {
    letter-spacing: -1.6px;
    margin-top: 10px !important;
  }

  .sub_privacy_box {
    padding: 20px 20px !important;
  }

  .sub_privacy_c table th {
    color: #fff;
    font-size: 12px !important;
    line-height: 18px;
  }

  body .sub_privacy_c table td {
    color: #222;
    font-size: 14px !important;
    line-height: 18px;
    word-break: break-all;
  }

  .sub_privacy_c ol li {
    font-size: 13px;
  }
  .sub_privacy_box ol li {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    font-size: 13px;
    line-height: 20px;
  }
}

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

QUICK - 퀵메뉴

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

.quick_menu_bar_wrap {
  position: fixed !important;
  right: 20px;
  bottom: 50px;
  z-index: 999999;
}

.quick_wrap {
  opacity: 1;
  transition: opacity 0.3s;
  pointer-events: none;
}

.quick_wrap.show {
  opacity: 1;
  pointer-events: auto;
}

.quick_wrap .quick_btn {
  display: flex;
  align-items: flex-end;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.5px;
  text-align: center;
  border-radius: 17px;
  overflow: hidden;
  height: 102px;
  transition: height 0.6s;
}

.quick_wrap .quick_btn .quick_box .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 82px;
  transition: background-color 0.3s, opacity 0.6s;
  padding: 17px 0 10px !important;
}

.quick_wrap .quick_btn .quick_box .box img {
  text-align: center;
}

.quick_wrap .quick_btn .quick_box .box .txt {
  text-align: center;
}

.quick_wrap .quick_btn .quick_box .box .txt {
  color: #fff !important;
  font-weight: 500;
}

.quick_wrap .quick_btn .quick_box .box:nth-child(1) {
  height: 82px;
  padding-top: 20px !important;
}

.quick_wrap .quick_btn .quick_box .box:nth-child(6) {
  border-bottom-left-radius: 17px;
  border-bottom-right-radius: 17px;
  height: 82px;
  padding-bottom: 10px !important;
}

.quick_wrap .quick_btn .quick_box .box.quick {
  background-color: #ffffff00;
  background: url("/wp-content/themes/salient-child/images/quick_bar.png")
    no-repeat center bottom;
  height: 102px;
  padding-top: 10px !important;
}

.quick_wrap .quick_btn .quick_box .box.quick .ico {
  padding-top: 17px;
}

.quick_wrap .quick_btn .quick_box .box.quick .txt {
  margin-top: -5px !important;
}

.quick_wrap .quick_btn .quick_box .box:not(.quick) {
  opacity: 0;
  background-color: #80a1d9;
}

.quick_wrap .quick_btn:hover {
  height: 594px;
}

.quick_wrap .quick_btn .quick_box:hover .box {
  opacity: 1;
}

.quick_wrap .quick_btn .quick_box .box:not(.quick):hover {
  background-color: #aad1fd;
}

.bottom_quick_menu {
  display: none !important;
}
/*-----------------------------------------------------------------

로그인 페이지 버튼

-------------------------------------------------------------------*/
body[data-form-submit="regular"]
  .container-wrap
  .cosmosfarm-members-form.signin-form.two
  button[type="submit"] {
  padding: 15px 22px !important;
  font-size: 18px !important;
}

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

Kboard - 게시판

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

body[data-form-submit="regular"]
  .container-wrap
  .cosmosfarm-members-form
  button[type="submit"] {
  padding: 20px 22px !important;
  background: #000 !important;
}

body[data-form-submit="regular"]
  .container-wrap
  .cosmosfarm-members-form
  input[type="submit"] {
  padding: 20px 22px !important;
  background: #000 !important;
}

.login_status {
  text-align: center;
  font-size: 17px;
  line-height: 38px;
}

.login_status a {
  color: #988367 !important;
}

/*====================================
board
====================================*/
.page-id-148 #kboard-pure-gallery-document .kboard-detail {
  display: none !important;
}

.page-id-148 #kboard-pure-gallery-document .kboard-title h1 {
  font-size: 45px;
  letter-spacing: -1.5px;
  font-weight: 300 !important;
}

#kboard-pure-gallery-document .kboard-content p {
  word-break: normal !important;
}

#kboard-viewps-before-after-plus-editor .kboard-content textarea {
  display: none !important;
}

/*pure gallery - skin*/
body[data-form-submit="regular"]
  .container-wrap
  button[type="submit"].kboard-pure-gallery-button-small {
  padding: 0 10px !important;
  line-height: 28px !important;
  font-size: 14px !important;
  font-weight: normal !important;
  font-family: "Pretendard", "Malgun Gothic", "malgungothic", "맑은고딕",
    "맑은 고딕", sans-serif !important;
}

a.kboard-pure-gallery-button-small,
input.kboard-pure-gallery-button-small,
button.kboard-pure-gallery-button-small {
  color: #fff !important;
  background: #000 !important;
  font-size: 14px !important;
}

/*thumbnail - skin*/

body[data-form-submit="regular"]
  .container-wrap
  button[type="submit"].kboard-thumbnail-button-small {
  padding: 0 10px !important;
  line-height: 28px !important;
  font-size: 14px !important;
  font-weight: normal !important;
  font-family: "Pretendard", "Malgun Gothic", "malgungothic", "맑은고딕",
    "맑은 고딕", sans-serif !important;
}

a.kboard-thumbnail-button-small,
input.kboard-thumbnail-button-small,
button.kboard-thumbnail-button-small {
  background: #000 !important;
  font-size: 14px !important;
}

/*default - skin*/

body[data-form-submit="regular"]
  .container-wrap
  #kboard-default-list
  button[type="submit"].kboard-default-button-small {
  padding: 0 10px !important;
  line-height: 28px !important;
  font-size: 14px !important;
  font-weight: normal !important;
  font-family: "Pretendard", "Malgun Gothic", "malgungothic", "맑은고딕",
    "맑은 고딕", sans-serif !important;
}

body[data-form-submit="regular"]
  .container-wrap
  button[type="submit"].kboard-default-button-small,
body[data-form-submit="regular"]
  .container-wrap
  input[type="submit"].kboard-default-button-small {
  padding: 0 10px !important;
  line-height: 28px !important;
  font-size: 14px !important;
  font-weight: normal !important;
  font-family: "Pretendard", "Malgun Gothic", "malgungothic", "맑은고딕",
    "맑은 고딕", sans-serif !important;
}

a.kboard-default-button-small,
input.kboard-default-button-small,
button.kboard-default-button-small {
  color: #fff !important;
  background: #000 !important;
  font-size: 14px !important;
}

#kboard-default-document .kboard-document-wrap {
  border: 0 !important;
}

.kboard-default-new-notify {
  background-color: #fba797 !important;
}

#kboard-pure-gallery-document .kboard-title h1 {
  font-size: 39px !important;
  line-height: 49px !important;
}

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

빠른상담 폼

-------------------------------------------------------------------*/
.sub_easy_wrap {
  position: fixed !important;
  bottom: -98px;
  z-index: 99999999;
  width: 100%;
  max-width: 100%;
  left: 50% !important;
  transform: translateX(-50%);
  margin-left: 0 !important;
  transition: all 0.5s ease-out;
}

.bottom_quick_form_btn {
  text-align: center;
  display: block;
  margin: 0 auto !important;
}

.bottom_quick_form_btn a {
  display: inline-block;
  padding: 20px 50px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background: #4c6da7cc;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
}

.sub_easy_wrap:hover {
  bottom: 0;
  transition: all 0.5s ease-out;
}

.bottom_quick_form_btn a:hover {
  color: #fff;
}

.sub_easy_wrap div#gform_fields_1 {
  display: inline-flex !important;
  grid-column-gap: initial !important;
  width: 100% !important;
}

div#field_1_4,
div#field_1_19,
div#field_1_13,
fieldset#field_1_8 {
  width: 20%;
  padding-right: 1%;
}

fieldset#field_1_18 {
  width: 8%;
}

fieldset#field_1_18 legend.gfield_label.gform-field-label {
  display: none;
}

div#input_1_18 .gform-field-label {
  color: #fff !important;
}

.gform-theme--framework .gfield--type-choice .gfield_radio {
  gap: initial !important;
}

input#choice_1_18_0,
input#choice_1_18_1 {
  scale: 0.7;
}

fieldset#field_1_8 {
  padding-right: 1%;
  margin-top: 8px;
}

#field_1_14 {
  width: 15.6%;
  margin-top: 8px;
}

div#field_2_4 input,
div#field_2_7 input {
  border-radius: 0 !important;
}

.sub_easy_wrap .gform_wrapper.gravity-theme .gform_footer,
.sub_easy_wrap .gform_wrapper.gravity-theme .gform_page_footer {
  margin: 0 !important;
  padding: 0 !important;
}

div#gform_wrapper_1 {
  width: 100%;
  max-width: 100%;
  background: #4c6da7cc;
  padding: 30px 10%;
  border-radius: 20px 20px 0 0;
}

div#gform_wrapper_1 .gform_heading {
  display: none;
}

.sub_easy_wrap .gform_wrapper.gravity-theme .gfield input.large {
  background: #fff;
}

.sub_easy_wrap .gform_wrapper.gravity-theme .gfield-choice-input + label {
  color: #fff;
}

div#gform_wrapper_1 .gform_footer.top_label {
  position: absolute;
  top: 25px;
  right: 10%;
  padding: 0 !important;
  margin: 0 !important;
}

div#gform_wrapper_1 input[type="submit"] {
  padding: 14px 50px !important;
  font-size: 21px;
  letter-spacing: -0.5px;
  background-color: #333 !important;
  font-weight: 600;
  border-radius: 0 !important;
  border: none !important;
  font-family: "Pretendard", "Malgun Gothic", "malgungothic", sans-serif !important;
  border-radius: 10px !important;
}

div#gform_wrapper_1 input[type="submit"]:hover {
  background-color: #242424 !important;
}

div#gform_wrapper_1 .gfield_checkbox label {
  letter-spacing: -1px;
  color: #fff;
}

div#gform_wrapper_1 .gfield_checkbox label a {
  color: #fff !important;
}

.ginput_container.ginput_container_text input {
  color: #777777 !important;
  border-radius: 0 !important;
  border-color: #fff;
}

.ginput_container.ginput_container_select select {
  color: #777777 !important;
  border-radius: 10px !important;
  border-color: #fff;
}

.ginput_container.ginput_container_phone input {
  color: #777777 !important;
  border-radius: 0 !important;
  border-color: #fff;
}

div#gform_wrapper_1 input {
  border-color: #fff !important;
  border-radius: 10px !important;
}

.gform_wrapper .gform_validation_errors {
  display: none;
}

.gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message {
  background: none !important;
  border: none !important;
  font-size: 11px !important;
  margin-top: 0px !important;
  padding: 0 !important;
  color: #ff9797 !important;
  bottom: 45px;
  position: absolute;
}

div#gform_confirmation_wrapper_1 {
  position: fixed;
  bottom: 0;
  background: #333333;
  width: 100%;
  max-width: 1500px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
  padding: 20px 10px;
}

div#gform_1_validation_container {
  position: absolute;
  top: -83px;
  background: #fff;
  border: 1px;
  right: 0;
  border: 2px solid #ff6767;
  border-radius: 12px;
}

.gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message {
  color: #ff3939 !important;
}

/* 클릭 시 열림 상태 */
.sub_easy_wrap.open {
  bottom: 0;
}

/* 데스크탑은 hover 유지, 모바일에선 hover 비활성 권장 */
@media (hover: none) {
  .sub_easy_wrap:hover {
    bottom: -98px;
    /* hover 동작 막기 */
  }
}

/* 열렸을 때 버튼 문구/아이콘 바꾸려면(선택) */
.sub_easy_wrap.open .bottom_quick_form_btn a::after {
  content: " 닫기";
  font-weight: 400;
  font-size: 16px;
  margin-left: 6px;
}

/* 기본: 데스크탑(1300px 이상)에서는 hover로 작동 */
.sub_easy_wrap:hover {
  bottom: 0;
  transition: all 0.5s ease-out;
}

/* 1300px 미만에서는 hover 비활성화, open 클래스만 적용 */
@media (max-width: 1299px) {
  .sub_easy_wrap:hover {
    bottom: -98px !important;
    /* hover 작동 안 하게 */
  }

  .sub_easy_wrap.open {
    bottom: 0 !important;
    /* 클릭 시 열림 */
  }
}

@media screen and (max-width: 1600px) {
  div#gform_wrapper_1 {
    width: 100%;
    left: 50%;
    transform: translateX(0%);
    padding: 30px 5%;
  }

  .gform_wrapper.gravity-theme .gform_fields {
    width: 80% !important;
  }

  div#field_1_15 {
    display: none;
  }

  div#gform_wrapper_1 .gform_footer.top_label {
    right: 5%;
  }

  div#gform_wrapper_1 input[type="submit"] {
    padding: 14px 35px !important;
  }
}

@media screen and (max-width: 1260px) {
  fieldset#field_1_8 {
    margin-top: 0px;
  }

  #field_1_14 {
    margin-top: 0px;
  }
}

@media screen and (max-width: 999px) {
  div#gform_1_validation_container {
    top: -60px;
    right: 66px;
    padding: 10px;
  }

  div#gform_1_validation_container h2 {
    display: inline-block;
  }

  div#gform_1_validation_container h2 span {
    margin-right: 5px;
    position: relative;
    top: 2px;
  }

  .gform_wrapper .gfield_validation_message,
  .gform_wrapper .validation_message {
    bottom: 57px;
    font-size: 10px;
  }

  .gform_wrapper.gravity-theme .gform_fields {
    width: 100% !important;
  }

  div#gform_wrapper_1 {
    width: 100%;
    padding: 10px 10px 56px 10px;
  }

  /*
    div#field_2_1 {
        display: none;
    }*/

  div#field_1_4 {
    width: 33.333%;
    padding-right: 1%;
  }

  div#field_1_19 {
    width: 33.333%;
    padding-right: 1%;
  }

  div#field_1_13 {
    width: 33.333%;
    padding-right: 0;
  }

  fieldset#field_1_14 {
    display: none;
  }

  fieldset#field_1_8 {
    width: 100%;
    position: absolute;
    bottom: 17px;
  }

  fieldset#field_1_18 {
    width: 20%;
  }

  div#gform_wrapper_1 input[type="submit"] {
    padding: 5px 20px !important;
    font-size: 16px;
    letter-spacing: -1px;
  }

  div#gform_wrapper_1 .gform_footer.top_label {
    top: auto;
    right: 11px;
    bottom: 10px;
  }

  div#gform_wrapper_1 .gfield_checkbox label {
    font-size: 10px !important;
    letter-spacing: -0.6px;
  }

  div#field_1_4
    input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not(
      [type="file"]
    ) {
    min-height: 32px;
    height: 20px;
    font-size: 12px;
  }

  div#field_1_7
    input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not(
      [type="file"]
    ) {
    min-height: 38px;
    height: 20px;
    font-size: 13px;
  }

  div#field_1_19 input#input_1_19 {
    min-height: 32px;
    height: 20px;
    font-size: 12px;
  }

  div#field_1_13 .ginput_container.ginput_container_select select {
    min-height: 32px;
    height: 20px;
    font-size: 12px;
    line-height: 32px;
  }
}

/*온라인예약*/
.online_reservation_form .gform_required_legend {
  display: none !important;
}

.online_reservation_form .gform_wrapper .top_label .gfield_label {
  margin-top: 0 !important;
  padding-top: 0;
}

.online_reservation_form .gsection_title {
  font-size: 28px;
  font-weight: 700 !important;
  margin-bottom: 0 !important;
  color: #000;
  letter-spacing: -0.6px;
}

.online_reservation_form .gfield.gfield--type-section {
  border-bottom: none;
  padding-bottom: 0;
}

div#field_3_6 .gsection_title {
  padding-top: 40px !important;
}

.online_reservation_form .form_txt,
.online_reservation_form .gsection_description {
  font-size: 20px !important;
  line-height: 1.6;
  padding: 20px 0;
}

.online_reservation_form .gfield_label {
  font-size: 20px !important;
  line-height: 1.4 !important;
  font-family: "Pretendard", "Malgun Gothic", "malgungothic", "맑은고딕",
    "맑은 고딕", sans-serif !important;
  font-weight: 600 !important;
}

.online_reservation_form .gfield_time_hour input,
.online_reservation_form .gfield_time_minute input,
.online_reservation_form .gfield_time_ampm select,
.online_reservation_form .ginput_container_date input,
.online_reservation_form .ginput_container_textarea textarea,
.online_reservation_form .ginput_container_select select,
.online_reservation_form .ginput_container_text input,
.online_reservation_form .ginput_container_email input {
  padding: 15px 20px !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  color: #707070 !important;
  line-height: 1.4 !important;
  height: fit-content !important;
  font-family: "Pretendard", "Malgun Gothic", "malgungothic", "맑은고딕",
    "맑은 고딕", sans-serif !important;
  border-color: #d5d5d5 !important;
  border-radius: 10px !important;
  outline-color: #82aee1 !important;
}

.online_reservation_form .gfield_checkbox {
  padding: 16px 0;
}

.online_reservation_form .gchoice {
  padding-right: 30px !important;
  align-items: center;
}

.online_reservation_form .gchoice input {
  border-color: #d5d5d5 !important;
  outline-color: #d3bab1 !important;
}

.online_reservation_form .gchoice input::before {
  color: #82aee1 !important;
}

.online_reservation_form .gchoice label {
  font-size: 18px !important;
  font-weight: 400 !important;
  color: #707070 !important;
  line-height: 1.4 !important;
}

.online_reservation_form .gform_fileupload_rules {
  font-size: 15px !important;
  color: #9f9f9f !important;
  font-weight: 400 !important;
}

.online_reservation_form .gform_footer {
  margin-top: 60px !important;
  justify-content: center;
}

.online_reservation_form #gform_4 .gform_footer input[type="submit"] {
  background: #242424 !important;
  border-radius: 10px !important;
  width: 240px !important;
  height: 54px !important;
  font-size: 20px !important;
}
.online_reservation_form #gform_3 .gform_footer input[type="submit"] {
  background: #242424 !important;
  border-radius: 10px !important;
  width: 240px !important;
  height: 54px !important;
  font-size: 20px !important;
}
.online_reservation_form #gform_5 .gform_footer input[type="submit"] {
  background: #242424 !important;
  border-radius: 10px !important;
  width: 240px !important;
  height: 54px !important;
  font-size: 20px !important;
}

.online_reservation_form div#gform_confirmation_message_4 {
  font-size: 20px;
  text-align: center;
  color: #000;
  letter-spacing: -0.5px;
}

.online_reservation_form
  .gform-theme--framework
  .gfield--input-type-datepicker
  .ginput_container_date
  input {
  --gf-local-width: 100%;
}

.online_reservation_form
  .gform-theme--framework
  .gfield--input-type-datepicker
  .ginput_container_date {
  display: block;
}

.online_reservation_form
  .gform-theme--framework
  .gfield--input-type-datepicker.gfield--datepicker-default-icon
  .ginput_container_date::after {
  transform: translateX(100%);
  position: relative;
  top: -38px;
  right: 25px;
  float: right;
  padding-right: 50px;
  margin-right: 38px;
}

.online_reservation_form .form_txt {
  font-size: 20px !important;
  line-height: 33px;
  padding: 0;
  font-weight: 300 !important;
  letter-spacing: -0.6px;
}

.online_reservation_form .form_txt strong {
  font-weight: 600 !important;
  color: #82aee1;
  background: #f9eee9;
}

.page-id-40 #ui-datepicker-div {
  background: #ffffff !important;
  z-index: 100 !important;
  display: none;
}

.online_reservation_form a.highlight {
  color: #82aee1 !important;
}

#ui-datepicker-div {
  background: #ffffff !important;
}

#ui-datepicker-div .ui-icon {
  text-indent: -999px;
}

.ui-datepicker-calendar th:nth-child(6) span {
  color: #001dff !important;
}

.ui-datepicker-calendar th:nth-child(7) span {
  color: #f00 !important;
}

@media (min-width: 640px) {
  .online_reservation_form .gform-theme--foundation .gfield--width-quarter {
    grid-column: span 6 !important;
  }
}

@media screen and (max-width: 999px) {
  .online_reservation_form .gsection_title {
    font-size: 23px !important;
    line-height: 31px;
  }

  div#field_3_6 .gsection_title {
    padding-top: 30px !important;
  }

  .online_reservation_form .form_txt,
  .online_reservation_form .gsection_description {
    font-size: 15px !important;
    line-height: 24px;
    padding: 10px 0;
  }

  .online_reservation_form .gfield_label {
    font-size: 15px !important;
    line-height: 24px;
  }

  .online_reservation_form .gfield_time_hour input,
  .online_reservation_form .gfield_time_minute input,
  .online_reservation_form .gfield_time_ampm select,
  .online_reservation_form .ginput_container_date input,
  .online_reservation_form .ginput_container_textarea textarea,
  .online_reservation_form .ginput_container_select select,
  .online_reservation_form .ginput_container_text input,
  .online_reservation_form .ginput_container_email input {
    padding: 10px 15px !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
  }

  .online_reservation_form .gfield_checkbox {
    padding: 9px 0;
  }

  .online_reservation_form .gchoice {
    padding-right: 15px !important;
    align-items: center;
  }

  .online_reservation_form .gchoice label {
    font-size: 14px !important;
    line-height: 1.4 !important;
  }

  .online_reservation_form .gform_fileupload_rules {
    font-size: 13px !important;
  }

  .online_reservation_form .gform_footer {
    margin-top: 0px !important;
    justify-content: center;
  }

  .online_reservation_form #gform_3 .gform_footer input[type="submit"] {
    width: 240px !important;
    height: 54px !important;
    font-size: 15px !important;
  }

  .online_reservation_form div#gform_confirmation_message_3 {
    font-size: 15px !important;
  }

  .online_reservation_form #field_3_5.form_txt {
    font-size: 15px !important;
    line-height: 24px;
  }
}

/*-----------------------------------------------------------------
footer
-----------------------------------------------------------------*/

.footer_box .column-bg-overlay {
  border-radius: 50px !important;
}

.footer_logo {
  width: 206px !important;
}
.footer_logo.pc {
  display: bloc !important;
}
.footer_logo.mo {
  display: none !important;
}

.footer_box_wrap .footer_menu_box ul {
  display: table;
  width: 100%;
  text-align: left;
  margin: 0 0 80px !important;
  list-style: none;
}

.footer_box_wrap .footer_menu_box ul li {
  display: inline-block;
  margin-right: 35px !important;
}

.footer_box_wrap .footer_menu_box ul li a {
  display: block;
  font-size: 16px;
  font-weight: 400 !important;
  color: #fff;
  line-height: 24px;
  letter-spacing: -0.8px;
}

.footer_box_wrap .footer_menu_box ul li a:hover {
  color: #fff;
  background: #242424;
}

.footer_box_wrap .vc_col-sm-3.contact_box {
  width: 21% !important;
}

.footer_box_wrap .vc_col-sm-6.info_box {
  width: 54% !important;
}

.footer_box_wrap .vc_col-sm-3.logo_box {
  width: 25% !important;
  position: relative;
}

.footer_box_wrap .footer_title p {
  font-family: "Marcellus", serif !important;
  font-weight: 400 !important;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  padding-bottom: 13px !important;
}

.footer_box_wrap .footer_tel p {
  font-size: 29px;
  line-height: 40px;
  color: #c0e2ff;
  font-family: "Mulish", sans-serif !important;
  font-weight: 600 !important;
  padding-bottom: 20px !important;
}

.footer_box_wrap .footer_time p {
  font-size: 16px;
  line-height: 27px;
  color: #c5c5c5;
  font-weight: 400 !important;
}

.footer_box_wrap .footer_time p span.small_txt {
  color: #8e8e8e;
  font-size: 14px;
}

.footer_box_wrap .footer_add ul {
  display: table;
  content: "";
  clear: both;
  margin: 0 0 15px 0 !important;
}

.footer_box_wrap .footer_add ul li {
  display: inline-block;
  font-size: 15px;
  font-weight: 300 !important;
  color: #bebebe;
  line-height: 27px;
  letter-spacing: -0.5px;
  position: relative;
  padding-right: 17px !important;
}

.footer_box_wrap .footer_add ul li:after {
  display: inline-block;
  content: "";
  width: 1px;
  height: 12px;
  background: #777;
  position: absolute;
  top: 7px;
  right: 8px;
}

.footer_box_wrap .footer_add ul li:nth-child(1) {
  display: block;
  padding-right: 0 !important;
  font-size: 17px;
  color: #fff !important;
  line-height: 30px;
  font-weight: 600 !important;
}

.footer_box_wrap .footer_add ul li:nth-child(1):after {
  display: none;
}

.footer_box_wrap .footer_add ul li:nth-child(2) {
  display: block;
  padding-right: 0 !important;
}

.footer_box_wrap .footer_add ul li:nth-child(2):after {
  display: none;
}

.footer_box_wrap .footer_add ul li:last-child:after {
  display: none;
}

.footer_box_wrap .footer_add ul li:last-child {
  padding-right: 0 !important;
}

.footer_box_wrap .foot_copy_t p {
  font-size: 13px;
  font-weight: 300 !important;
  color: #6b6b6b;
  line-height: 18px;
  margin-top: 67px !important;
}

.footer_box_wrap .foot_copy_t.pc p {
  display: block;
}
.footer_box_wrap .foot_copy_t.mo p {
  display: none;
}

.footer_box_wrap .foot_sns {
  float: right;
  padding-left: 0px;
  margin: 0px 0 0px 0 !important;
  width: auto;
  display: table;
  content: "";
  clear: both;
}

.footer_box_wrap .foot_sns li {
  float: left;
  margin-left: 35px;
  display: inline-block;
}

.footer_box_wrap .foot_sns li:hover {
  opacity: 0.6;
}

.footer_box_wrap .foot_sns li:first-child {
  margin-left: 0px;
}

.footer_box_wrap .foot_sns li a {
  display: inline-block;
}

.footer_box_wrap .foot_sns li a img {
  width: auto !important;
}
