/**
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=Belleza&display=swap");

/*font-family: "Belleza", 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;
}

/*좌우 여백 생기는 현상 개선 2026.02.23*/
/*#ajax-content-wrap {
  --scroll-bar-w: 0px !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: #3d3d3d !important;
}

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

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

#header-outer #top nav > ul > li.menu-item-with-margin,
#header-outer.small-nav #top nav > ul > li.menu-item-with-margin {
  margin-right: 0 !important;
}

#header-outer #top nav > ul > li#menu-item-164,
#header-outer.small-nav #top nav > ul > li#menu-item-164 {
  margin-right: 220px !important;
}
/* #header-outer #top nav > .sf-menu,
#header-outer.small-nav #top nav > .sf-menu {
  margin-left: 2.5% !important;
} */
#header-outer #top nav > .sf-menu,
#header-outer.small-nav #top nav > .sf-menu {
  margin-left: 5.1% !important;
}

body
  #header-outer[data-lhe="animated_underline"]
  #top
  nav
  > ul
  > li:not([class*="button_"])
  > a
  .menu-title-text:after {
  display: none !important;
}
/*로그인,회원가입*/
#header-outer header {
  position: relative;
}

li#menu-item-10000001 {
  position: absolute;
  top: 50%;
  margin-top: -16px !important;
  right: 163px;
  background: #f3f3f3;
  border: 1px solid #f3f3f3;
  border-radius: 16px;
}
#header-outer.small-nav li#menu-item-10000001 {
  background: #f3f3f3;
  border: 1px solid #f3f3f3;
}
#header-outer.transparent li#menu-item-10000001 {
  background: #fff;
  border: 1px solid #fff;
}

li#menu-item-10000001 a {
  padding: 5px 12px !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: 65px;
  background: #3d3d3d;
  border: 1px solid #3d3d3d;
  border-radius: 16px;
}

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

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

li#menu-item-10000001 a span::before {
  content: "\f090";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
  margin-right: 6px;
  line-height: 1;
  font-size: 16px;
  top: 1px;
  position: relative;
}

li#menu-item-10000002 a span::before {
  content: "\f007";
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900;
  display: inline-block;
  margin-right: 6px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
}

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

.flag_wrap {
  position: absolute !important;
  right: 12px;
  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;
  right: 4px !important;
}

.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 .flag_wrap > a > span > img {
  content: url("/wp-content/uploads/2026/02/flag_b.png") !important;
}
#header-outer.small-nav .flag_wrap > a > span > img {
  content: url("/wp-content/uploads/2026/02/flag_b.png") !important;
}
#header-outer.transparent .flag_wrap > a > span > img {
  content: url("/wp-content/uploads/2026/02/flag_w.png") !important;
}

/*-----------------------------------------------------------------
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: "Belleza", serif !important;
  font-weight: 400 !important;
  font-size: 48px !important;
  letter-spacing: -0.5px !important;
}

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

.main_sub_title.en_title h2 {
  font-family: "Belleza", 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: 15px !important;
  font-size: 21px;
  line-height: 34px;
  color: #3d3d3d;
  font-weight: 500 !important;
  letter-spacing: -0.5px !important;
}

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

.main_btn.ko_btn a {
  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;
  letter-spacing: -1px;
  font-weight: 500;
}

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

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

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

.main_slider_blur_box {
  background: rgba(255, 255, 255, 0.2) !important;
  backdrop-filter: blur(20px);
}

.main_right_top_title {
}

.main_right_bottom_title {
  font-family: "Belleza", serif !important;
}

.main-left-title {
}

.main_left_subtitle {
  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;
  letter-spacing: -1.5px !important;
  font-weight: 500 !important;
}

.main_left_copy {
  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;
  letter-spacing: -1.5px !important;
  font-weight: 500 !important;
}

/*블렛 커스텀*/
.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 - signature ====*/

.main_signature_program_wrap .flickity-viewport {
  margin-top: 30px !important;
}

.main_signature_title p {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 500 !important;
  color: #3d3d3d;
  letter-spacing: -0.5px;
  margin-top: 30px !important;
  text-align: center;
  display: block;
  transform: scale(1);
  transition:
    transform 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    text-decoration-color 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: center;
}
.main_signature_copy p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300 !important;
  color: #919191;
  letter-spacing: -0.5px;
  margin-top: 8px !important;
  text-align: center;
  transform: translateY(0px) !important;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.main_program_best p {
  font-family: "Belleza", serif !important;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  background: #3d3d3d;
  border-radius: 7px;
  display: inline-block;
  padding: 2px 10px 5px !important;
  position: absolute;
  z-index: 2;
  bottom: 150px;
  left: 30px;
  letter-spacing: 0.3px;
  display: none;
}

.main_program_btn img {
  position: absolute;
  bottom: 146px;
  right: 30px;
  max-width: 40px !important;
  background: #3d3d3d;
  border-radius: 50%;
  z-index: 3;
  display: none;
}

.main_signature_program_wrap .hover-wrap-inner {
  position: relative !important;
  overflow: hidden !important;
  border-radius: 40px;
}

.main_signature_program_wrap .flickity-slider .cell .program_box {
  transform: translateY(0px) !important;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.main_signature_program_wrap .flickity-slider .cell:hover .main_program_best p {
  display: block;
}

.main_signature_program_wrap
  .flickity-slider
  .cell:hover
  .img-with-aniamtion-wrap
  .hover-wrap {
  overflow: hidden !important;
}
.main_signature_program_wrap .flickity-slider .cell:hover .hover-wrap-inner {
  transform: scale(1.13) !important;
}

.main_signature_program_wrap .flickity-slider .cell:hover .program_box {
  transform: translateY(-30px) !important;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.main_signature_program_wrap .cell:hover .hover-wrap-inner::after {
  content: "" !important;
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none !important;
  z-index: 1 !important;
  background: linear-gradient(
    to bottom,
    rgba(160, 111, 108, 0) 0%,
    rgba(160, 111, 108, 0) 70%,
    rgba(255, 255, 255, 0.8) 100%
  );
}

.main_signature_program_wrap
  .flickity-slider
  .cell:hover
  .main_program_btn
  img {
  display: block;
}

.main_signature_program_wrap
  .flickity-slider
  .cell:hover
  .main_signature_title
  p {
  text-decoration: underline;
  text-underline-offset: 7px;
  text-decoration-thickness: 1px;
  transform: scale(1.12);
}

.main_signature_program_wrap .cell:hover .main_signature_copy p {
  transform: translateY(10px) !important;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

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

.main_tv_wrap .right_btn {
  position: absolute;
  bottom: 15px;
  right: 0px;
}

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

.youtube_lottie {
  margin-left: -165px !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;
  width: 93% !important;
}

.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: 0px !important;
  display: table;
  padding: 18px 10px 18px 18px !important;
  background: #fff !important;
  border-radius: 25px !important;
  box-shadow: -1px 0px 15px 0px rgb(211 197 194 / 12%);
  width: 100%;
}

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

.main_tv_wrap .vc_col-sm-2\/5 {
  width: 39% !important;
}
.main_tv_wrap .vc_col-sm-3\/5 {
  width: 60% !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;
  text-align: left !important;
}

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

.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: inline-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: "Belleza", serif !important;
}

/*리스트도 팝업으로 보기*/

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

.main_tv_wrap .small_tv > div {
  position: absolute;
  width: 93% !important;
}

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

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

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

.main_tv_wrap .small_tv .vc_col-sm-2\/5 {
  width: 43% !important;
}
.main_tv_wrap .small_tv .vc_col-sm-3\/5 {
  width: 56% !important;
}

.main_tv_wrap .nectar-video-box img {
  transform: translateZ(0) scale(1) !important;
}
.main_tv_wrap .nectar-video-box:hover img {
  transform: scale(1.14) !important;
  -webkit-transform: scale(1.14) !important;
}
.main_tv_wrap .nectar-video-box .inner-wrap {
  border-radius: 25px !important;
}

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

.main_tv_wrap .main_tv_box_ilst {
  margin-bottom: 20px !important;
  margin-right: 0px !important;
  display: table;
  padding: 18px 10px 18px 18px !important;
  background: #fff !important;
  border-radius: 25px !important;
  box-shadow: -1px 0px 15px 0px rgb(211 197 194 / 12%);
  width: 100%;
}
.main_tv_wrap .main_tv_box_ilst p {
  padding-top: 7px !important;
  font-weight: 200 !important;
  text-align: left;
  font-size: 14px !important;
  color: #919191;
}

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

/*===== Main section 04 - Shorts ====*/

.main_short_wrap .main_bottom_subtitle.small_txt p {
  padding-left: 60px !important;
}
.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 .main_border_btn {
  padding-left: 35px !important;
  padding-top: 40px !important;
}

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

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

.main_bna_wrap .right_btn {
  position: absolute;
  bottom: 15px;
  right: 0px;
}

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

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 06 - selfie ====*/

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

.main_selfie_wrap .main_sub_title {
  padding-bottom: 10px !important;
}
.main_ani_text h3 {
  letter-spacing: -1.5px !important;
  font-weight: 400 !important;
}

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

.main_selfie_wrap .carousel-dynamic-wrapper {
  position: relative;
  overflow: hidden; /* 양끝 잘림/페이드 연출용 */
}

/* 좌/우 페이드 레이어 */
.main_selfie_wrap .carousel-dynamic-wrapper::before,
.main_selfie_wrap .carousel-dynamic-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  width: 150px; /* 페이드 폭 (원하는 만큼 조절) */
  height: 100%;
  z-index: 5;
  pointer-events: none; /* 클릭/드래그 방해 금지 */
}

/* 왼쪽 */
.main_selfie_wrap .carousel-dynamic-wrapper::before {
  left: 0;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}

/* 오른쪽 */
.main_selfie_wrap .carousel-dynamic-wrapper::after {
  right: 0;
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}

.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 - Event ====*/

.main_event_wrap .main_border_btn {
  position: absolute;
  bottom: 18%;
}
.main_event_wrap .nectar-cta .link_wrap {
  padding-left: 0 !important;
}

.main_event_wrap
  .nectar-carousel-flickity-fixed-content
  .nectar-carousel-fixed-content {
  width: 22% !important;
  -webkit-transform: translateY(-75%) !important;
  transform: translateY(-75%) !important;
}
.main_event_wrap
  .nectar-carousel-flickity-fixed-content
  .nectar-carousel-fixed-content
  h2 {
  font-family: "Belleza", serif !important;
  font-weight: 400 !important;
  font-size: 48px !important;
  letter-spacing: -0.5px !important;
  line-height: 55px;
}
.main_event_wrap
  .nectar-carousel-flickity-fixed-content
  .nectar-carousel-fixed-content
  p {
  padding-top: 15px !important;
  font-size: 21px;
  line-height: 34px;
  color: #3d3d3d;
  font-weight: 500 !important;
  letter-spacing: -0.5px !important;
}
.main_event_wrap .nectar-carousel-flickity-fixed-content .nectar-flickity {
  margin-left: 25% !important;
}

.main_event_wrap
  .nectar-flickity.nectar-carousel[data-format="fixed_text_content_fullwidth"]
  .flickity-slider
  .cell {
  margin-right: 20px !important;
}

.main_event_wrap
  .nectar-flickity.nectar-carousel[data-border-radius="20px"]
  .flickity-slider
  .inner-wrap {
  border-radius: 20px !important;
}

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

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

.main_event_wrap
  .nectar-flickity[data-control-style="material_pagination"]
  .flickity-page-dots
  .dot.is-selected:before {
  transform: scale(1.8) !important;
}

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

/*===== Main section 08 - VIBE Column ====*/

.main_about_wrap .nectar-fancy-box {
  padding: 104px 87px 90px 87px;
}
.main_about_wrap .nectar-fancy-box[data-style="color_box_basic"] {
  border-radius: 45px !important;
}

.main_about_wrap .nectar-fancy-box.using-img .inner {
  min-height: auto !important;
}
.main_about_wrap .nectar-fancy-box h3 {
  font-family: "Belleza", serif !important;
  font-size: 48px;
  line-height: 58px;
  letter-spacing: 0px;
  color: #fff;
  font-weight: 400 !important;
  padding: 390px 0 40px 0 !important;
}
.main_about_wrap .nectar-fancy-box h2 {
  font-size: 36px;
  line-height: 48px;
  letter-spacing: -2px;
  color: #fff;
  font-weight: 500 !important;
  padding: 0px 0 20px 0 !important;
}
.main_about_wrap .nectar-fancy-box p {
  font-size: 21px;
  line-height: 32px;
  letter-spacing: -1px;
  font-weight: 300 !important;
  color: #fff;
}
.main_about_wrap .nectar-fancy-box .about_en {
  font-family: "Belleza", serif !important;
  font-size: 21px;
  line-height: 21px;
  color: #666f83;
  background: linear-gradient(to right, #fff, #ffffff29);
  border-radius: 50%;
  display: inline-block;
  padding: 14px 34px !important;
  position: absolute;
  z-index: 2;
  top: -10px;
  left: 0;
  letter-spacing: 0.3px;
}

.main_about_btn {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 3;
}
.main_about_btn img {
  max-width: 50px !important;
  background: #ffffff2b;
  border-radius: 50%;
  height: 50px;
}
.main_about_wrap .nectar-fancy-box:hover .main_about_btn img {
  background: #bc8e83;
}

.main_column_wrap .inner-wrap.row-bg-layer {
  border-radius: 85px 85px 0 0;
}

.main_column_wrap
  .nectar-flickity.nectar-carousel.nectar-carousel:not(.masonry)
  .flickity-viewport {
  margin: 0 !important;
}
.main_column_wrap
  .nectar-flickity[data-control-style="material_pagination"]
  .flickity-page-dots {
  bottom: -47px;
}

.main_column_wrap .nectar-flickity.not-initialized.nectar-carousel {
  display: none;
}
.main_column_num p {
  font-family: "Belleza", serif !important;
  font-size: 21px;
  line-height: 32px;
  letter-spacing: -0px;
  font-weight: 400 !important;
  color: #3d3d3d;
  text-align: center;
  padding-top: 30px !important;
  padding-bottom: 5px !important;
}
.main_column_head p {
  font-size: 21px;
  line-height: 32px;
  letter-spacing: -1.5px;
  font-weight: 500 !important;
  color: #3d3d3d;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.main_column_subtitle p {
  margin: 20px 0 30px 0 !important;
  font-size: 21px;
  line-height: 32px;
  color: #242424;
  letter-spacing: -0.9px;
  font-weight: 500 !important;
}

/*===== Main section 09 - Slogun ====*/

.main_slogun_wrap:after {
  display: block !important;
  content: "" !important;
  width: 1820px;
  height: 140px;
  background: url(/wp-content/uploads/2026/02/vibe-slogun-text.png) no-repeat
    center bottom;
  z-index: 11;
  position: absolute;
  bottom: 105px;
  left: 50%;
  margin-left: -910px !important;
}

.main_slogun_title.en_title h3 {
  font-family: "Belleza", serif !important;
  font-weight: 400 !important;
  margin-top: -25px !important;
}

.main_slogun_wrap .nectar-rotating-words-title h2 {
  font-weight: 400 !important;
  letter-spacing: -2px !important;
  margin-top: 15px !important;
}
.main_slogun_copy p {
  font-size: 21px;
  line-height: 34px;
  font-weight: 500 !important;
  color: #fff;
  letter-spacing: -1px;
  margin-top: 15px !important;
  margin-bottom: 30px !important;
}

.main_btn.nectar-cta[data-style="arrow-circle-animation"]
  .arrow-circle-animation-arrow-wrap {
  background: #3d3d3d !important;
}
.main_btn.two_btn.nectar-cta[data-style="arrow-circle-animation"]
  .arrow-circle-animation-arrow-wrap {
  background: #fff !important;
}

/*===== Main section 10 - Location ====*/

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

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

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

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

.main_location_add p {
  font-size: 21px;
  line-height: 34px;
  font-weight: 500 !important;
  color: #222;
  letter-spacing: -0.8px;
}

.main_location_subject h5 {
  font-size: 22px;
  line-height: 38px;
  font-weight: 600 !important;
  color: #3d3d3d;
  letter-spacing: -0.5px;
  padding-bottom: 10px !important;
}

body .main_location_time table {
  border: 0 !important;
  background: #fff;
  margin-bottom: 10px !important;
}

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: 0px !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: 0px !important;
}

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

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

.main_location_wrap iframe {
  border-radius: 20px !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/2026/02/navermap.png) no-repeat;
}

.nectar-cta.map_btn.google h6 span a::before {
  background: url(/wp-content/uploads/2026/02/googlemap.png) no-repeat;
}

.nectar-cta.map_btn.kakao h6 span a::before {
  background: url(/wp-content/uploads/2026/02/kakaomap.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: "Belleza", 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;
}

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

서브 페이지 - 공통사항

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

/*병원소개 - 새김 소개*/
.nectar-split-heading.sub_about_intro_t h2 {
  letter-spacing: -2.5px;
  line-height: 53px !important;
  font-size: 38px !important;
}

.nectar-split-heading.sub_anti_banner_title h2 {
  font-size: 43px;
  line-height: 63px;
  letter-spacing: -2px;
  font-weight: 600 !important;
}

.sub_about_caro_wrap
  .nectar-flickity.nectar-carousel.nectar-carousel:not(.masonry)
  .flickity-viewport {
  margin: 0;
}
.nectar-split-heading.sub_about_caro_title h3 {
  font-size: 35px;
  line-height: 47px;
  letter-spacing: -1.5px;
  font-weight: 600 !important;
}
.sub_about_num p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 600 !important;
  color: #fff;
  background: #8fbfff;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 25px !important;
}

.sub_about_caro_t p {
  font-size: 20px;
  line-height: 33px;
  letter-spacing: -0.7px;
  font-weight: 300 !important;
  color: #464646;
}
.sub_about_caro_en p {
  font-family: "Belleza", serif !important;
  font-size: 80px;
  line-height: 90px;
  letter-spacing: 0.3px;
  font-weight: 300 !important;
  color: #e1eafa;
  margin: 80px 0 0 0 !important;
}
.sub_about_caro_wrap
  .nectar-flickity[data-controls*="arrows_overlaid"]
  .flickity-prev-next-button:before {
  background-color: #ffffff00;
}

.sub_bnr_copy p {
  font-size: 21px;
  line-height: 34px;
  letter-spacing: -1px;
  color: #3d3d3d;
  font-weight: 300 !important;
  padding-bottom: 20px !important;
}

.sub_bnr_copy p span.gd_txt {
  background: linear-gradient(to right, #eee4fa, #fff);
}

.sub_about_bnr_wrap {
}

.sub_about_bnr_wrap .sub_title.en_title h2 {
  font-family: "Belleza", serif !important;
  font-weight: 400 !important;
  font-size: 36px !important;
  line-height: 46px !important;
  letter-spacing: 0 !important;
  padding-bottom: 10px !important;
}

.sub_about_bnr_wrap .sub_knowhow_title h2 {
  letter-spacing: -2.5px !important;
  font-weight: 500 !important;
  padding-bottom: 15px !important;
}
.sub_about_bnr_wrap .sub_knowhow_copy p {
  font-size: 21px;
  line-height: 34px;
  font-weight: 300 !important;
  letter-spacing: -1.2px;
  color: #fff;
  padding-top: 15px !important;
  padding-bottom: 0px !important;
}

.sub_about_bnr_wrap .sub_knowhow_copy p strong {
  font-weight: 600 !important;
}

.sub_about_detail_box {
  padding: 0px 0 60px 0px;
}
.sub_about_detail_box.no_bottom {
  padding: 0px 0 0px 0px;
}
.sub_about_detail_wrap .sub_title.en_title h2 {
  font-family: "Belleza", serif !important;
  font-weight: 400 !important;
  font-size: 36px !important;
  line-height: 46px !important;
  letter-spacing: 0 !important;
  padding-bottom: 25px !important;
}

.sub_about_detail_wrap .sub_knowhow_title h2 {
  letter-spacing: -2.5px !important;
  font-weight: 500 !important;
  padding-bottom: 0px !important;
}
.sub_about_detail_wrap .special_en p {
  padding-top: 40px !important;
}

.sub_about_detail_box .hover-wrap-inner {
  position: relative !important;
}

.sub_about_detail_box .hover-wrap-inner:has(img.num_txt)::before {
  font-family: "Belleza", serif !important;
  content: "01";
  font-size: 15px;
  line-height: 15px;
  font-weight: 400 !important;
  color: #3d3d3d;
  background: #ffffff7f;
  backdrop-filter: blur(10px) !important;
  position: absolute !important;
  display: inline-block;
  top: 25px;
  left: 25px;
  padding: 5px 10px 7px !important;
  z-index: 3;
  border-radius: 5px;
}
.sub_about_detail_box .hover-wrap-inner:has(img.n01)::before {
  content: "01";
}
.sub_about_detail_box .hover-wrap-inner:has(img.n02)::before {
  content: "02";
}
.sub_about_detail_box .hover-wrap-inner:has(img.n03)::before {
  content: "03";
}
.sub_about_detail_box .hover-wrap-inner:has(img.n04)::before {
  content: "04";
}

/*병원소개 - 의료진 소개*/

.nectar_team_member_overlay {
  background: #f9f8ff !important;
}
.sub_medical_team_wrap
  .team-member[data-style="bio_fullscreen_alt"]
  .team-member-image {
  margin-bottom: 35px;
  border-radius: 30px;
}
.sub_medical_team_wrap
  .team-member[data-style="bio_fullscreen_alt"]
  .nectar-el-parallax-scroll
  img {
  transform: scale(1);
}
.sub_medical_team_wrap .team-member .team-meta h5 {
  font-size: 20px;
  line-height: 31px;
  color: #8b82da;
  letter-spacing: -1px;
  font-weight: 500 !important;
  margin-bottom: 13px !important ;
}
.sub_medical_team_wrap .team-member .team-meta h3 {
  font-size: 28px;
  line-height: 41px;
  color: #101010;
  letter-spacing: -1.5px;
  font-weight: 600 !important;
  margin-bottom: 10px !important;
}

.team_member_details .title {
  font-size: 22px;
  line-height: 33px !important;
  color: #8b82da;
  letter-spacing: -1px;
  font-weight: 500 !important;
  margin-bottom: 15px !important;
}
.team_member_details h2 {
  font-size: 40px;
  line-height: 52px;
  color: #101010;
  letter-spacing: -1.5px;
  font-weight: 700 !important;
  margin-bottom: 25px !important;
}
.team_member_details .team-desc b {
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -0.5px;
  font-weight: 500 !important;
  color: #333;
  margin-bottom: 25px !important;
  font-style: italic;
  background: #e5e2ff;
}
.team_member_details .team-desc p {
  font-size: 18px;
  line-height: 31px;
  letter-spacing: -0.7px;
  font-weight: 300 !important;
  color: #464646;
  padding-top: 13px;
}

/*==============둘러보기==============*/

.sub_about_tour_wrap {
}

.sub_about_tour_wrap .sub_title.en_title h2 {
  font-family: "Belleza", serif !important;
  font-weight: 400 !important;
  font-size: 36px !important;
  line-height: 46px !important;
  letter-spacing: 0 !important;
  padding-bottom: 10px !important;
}

.sub_about_tour_wrap .flickity-page-dots {
  bottom: -90px !important;
  margin: 0 !important;
}

.sub_about_tour_wrap
  .wpb_gallery_slidesflickity_static_height_style
  .nectar-flickity:not(.masonry)
  .flickity-viewport {
  margin: 0px 0 80px !important;
}
.sub_about_tour_wrap
  .wpb_gallery
  .nectar-flickity
  .flickity-slider
  .cell
  .item-meta {
  max-width: 100% !important;
}
.sub_about_tour_wrap
  .wpb_gallery
  .nectar-flickity
  .flickity-slider
  .cell
  .item-meta
  h4 {
  text-align: center !important;
}
.sub_about_tour_wrap
  .wpb_gallery
  .nectar-flickity
  .flickity-slider
  .cell
  .item-meta
  p {
  display: none !important;
}
/*==============오시는 길==============*/

.sub_location_wrap
  .tabbed[data-style="toggle_button"]
  .wpb_tabs_nav
  .toggle-button {
  padding: 0 !important;
  scale: 0.7;
}

.sub_location_wrap
  .tabbed[data-style="toggle_button"]
  .wpb_tabs_nav
  .toggle-button-inner {
  box-shadow: 0 0 0 4px rgb(139 130 218) !important;
  background-color: #8b82da !important;
}

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

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

.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 div.num02 {
  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: #8b82da;
  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 h3.subject.line2 {
  background: #37a443;
}
.location_how_wrap h3.subject.line7 {
  background: #697215;
}
.location_how_wrap h3.subject.line9 {
  background: #d3ad4c;
}

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

.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: #8b82da;
  padding-bottom: 10px !important;
  font-family: "Belleza", 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;
}

/*==============진료과목==============*/

/*상단 타이틀*/

.sub_top_title_wrap.dark_mode {
  padding-bottom: 0px !important;
}

.sub_top_title_wrap.dark_mode.wpb_row .column-image-bg-wrap .column-image-bg {
  background-repeat: no-repeat !important;
  background-size: contain !important;
}

.sub_top_title_wrap.dark_mode .sub_top_bnr_subtitle p {
  font-size: 24px;
  line-height: 24px;
  color: #3d3d3d;
  font-weight: 400;
  padding: 7px 47px !important;
  font-family: "Belleza", serif !important;
  letter-spacing: 0 !important;
  background: linear-gradient(to right, #fff, #ffffff34);
  border-radius: 50%;
  display: inline-block;
  text-transform: uppercase !important;
}

.sub_top_title_wrap.dark_mode .nectar-split-heading.sub_top_bnr_title h1 {
  margin-bottom: 0px !important;
  font-size: 82px !important;
  letter-spacing: -3.5px;
  padding-top: 20px !important;
  text-decoration: none !important;
  padding-bottom: 20px !important;
}

.sub_top_title_wrap.dark_mode
  .nectar-split-heading.sub_top_bnr_title.en_title
  h1 {
  font-family: "Belleza", serif !important;
  letter-spacing: -0px;
}
.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;
  font-weight: 300 !important;
}

.sub_top_title_box .img_box {
  height: 667px;
}
.sub_top_bnr_tag p {
  display: inline-block;
  text-align: center;
  font-size: 24px;
  line-height: 24px;
  font-family: "Belleza", serif !important;
  border-radius: 50%;
  border: 1px solid #3d3d3d;
  padding: 4px 18px !important;
  color: #3d3d3d;
  letter-spacing: 0px;
  text-transform: uppercase;
  margin-bottom: 30px !important;
  margin-top: 30px !important;
}
.sub_top_bnr_subtitle p {
  color: #3d3d3d;
  font-size: 28px;
  line-height: 34px;
  letter-spacing: -2px;
  opacity: 1;
  font-weight: 600;
}
.sub_top_bnr_subtitle.point_txt p {
  color: #3d3d3d;
  font-size: 28px;
  line-height: 34px;
  letter-spacing: -2px;
  opacity: 1;
  font-weight: 600;
}
.sub_top_bnr_subtitle.point_txt p strong {
  color: #8b82da;
  font-weight: 600 !important;
}

.sub_top_bnr_subcopy p {
  color: #3d3d3d;
  font-size: 22px;
  line-height: 34px;
  letter-spacing: -1.5px;
  opacity: 1;
  font-weight: 500;
  padding-top: 6px !important;
}
.sub_top_bnr_title {
  text-align: center;
}
.sub_top_bnr_title h1 {
  font-size: 82px !important;
  line-height: 92px !important;
  font-weight: 500 !important;
  letter-spacing: -5px;
  padding-top: 25px !important;
  padding-bottom: 35px !important;
  display: inline-block;
  margin: 0 auto !important;
  white-space: nowrap;
  text-decoration: underline;
  text-underline-offset: 18px !important;
  text-decoration-thickness: 2px !important;
}

.sub_top_bnr_title h1 span,
.sub_top_bnr_title h1 .inner {
  display: inline !important;
}

.sub_top_bnr_hashtag p {
  color: #3d3d3d;
  font-size: 21px;
  line-height: 34px;
  letter-spacing: -1px;
  font-weight: 500 !important;
}

.sub_top_bnr_lottie {
}

.nectar-highlighted-text h2 {
  letter-spacing: -2px;
}
.nectar-highlighted-text h3 {
  letter-spacing: -1.5px;
}
.sub_title_wrap .nectar-highlighted-text h2 {
  letter-spacing: -2px;
}
.sub_title_wrap .sub_top_subject p {
  color: #3d3d3d;
  font-size: 38px;
  line-height: 48px;
  letter-spacing: -1px;
  font-weight: 500 !important;
  padding-bottom: 15px !important;
}
.sub_title_wrap .sub_top_subject.point_color p {
  color: #8b82da;
}

/*서브 비포앤애프터 공통*/
.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 #8b82da !important;
  background-color: #8b82da !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: "Belleza", serif !important;
  font-size: 17px !important;
  letter-spacing: 0.3px !important;
  background: none !important;
}
.sub_bna_wrap .sub_bna_case p {
  font-family: "Belleza", serif !important;
  font-size: 26px;
  line-height: 36px;
  letter-spacing: 0px;
  color: #8b82da;
  padding-top: 20px !important;
  padding-bottom: 10px !important;
}
.sub_bna_wrap .sub_bna_title p {
  font-size: 21px;
  line-height: 32px;
  letter-spacing: -1px;
  color: #3d3d3d;
  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: #fff;
  font-family: "Belleza", 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: #d1cdff;
  font-family: "Belleza", 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: 100%;
}

.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: #fff;
  font-family: "Belleza", 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: #8b82da;
  font-family: "Belleza", 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: #a1a1a1;
}

.sub_bna_wrap .sub_bna_box .vc_column-inner,
.sub_bna_wrap .sub_bna_box .wpb_wrapper {
  height: auto !important;
  min-height: 0 !important;
}

.sub_bna_wrap .sub_bna_case,
.sub_bna_wrap .sub_bna_title {
  display: block !important;
}
/* 코 Before/After float 정리 */
.sub_bna_wrap .sub_bna_nose {
  display: flow-root;
}

.sub_bna_wrap .sub_bna_nose::after {
  content: "";
  display: block;
  clear: both;
}

/* 아래 텍스트가 float 영향 안 받게 */
.sub_bna_wrap .sub_bna_case,
.sub_bna_wrap .sub_bna_title {
  clear: both;
}

/* 겹쳐보기 슬라이더 영역 */
.sub_bna_wrap .sub_bna_nose_slide .wpb_wrapper {
  width: 100% !important;
  max-width: 560px; /* 원하는 크기 */
  margin: 0 auto !important;
}

/* twentytwenty 자체를 가운데 정렬 */
.sub_bna_wrap .sub_bna_nose_slide .twentytwenty-wrapper,
.sub_bna_wrap .sub_bna_nose_slide .twentytwenty-container {
  width: 100% !important;
  max-width: 560px;
  margin: 0 auto !important;
}

/* 겹쳐보기에서는 50%/float 해제 */
.sub_bna_wrap .sub_bna_nose_slide .img-with-aniamtion-wrap {
  width: 100% !important;
  float: none !important;
}

/* 이미지 꽉 차게 */
.sub_bna_wrap .sub_bna_nose_slide img {
  width: 100% !important;
  display: block;
}

/* 나눠보기 전용 */
.sub_bna_wrap .sub_bna_nose .img-with-aniamtion-wrap {
  width: 50%;
  float: left;
}

.sub_bna_wrap .sub_bna_nose_slide .twentytwenty-container {
  width: 50% !important;
  margin: 0 auto !important;
}

/*==============눈밑칙프팅==============*/

/*about*/

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

.sub_title_wrap.small {
  padding-bottom: 40px !important;
}
.sub_title h2 {
  font-size: 54px !important;
  color: #3d3d3d;
  line-height: 75px !important;
  letter-spacing: -3px;
  font-weight: 500 !important;
}

.sub_title.en_title h2 {
  font-family: "Belleza", serif !important;
  font-weight: 400 !important;
  font-size: 65px !important;
  line-height: 75px !important;
}

.sub_subtitle p {
  font-size: 36px;
  line-height: 46px;
  color: #afafaf;
  letter-spacing: -1.5px;
  font-weight: 500 !important;
  padding-top: 40px !important;
  padding-bottom: 10px !important;
}

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

.sub_about_subject p {
  font-size: 28px;
  line-height: 38px;
  color: #3d3d3d;
  letter-spacing: -1.5px;
  font-weight: 600 !important;
  padding-bottom: 30px !important;
  display: inline-block;
  margin: 0 auto !important;
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-thickness: 1px;
}
.sub_about_copy p {
  font-size: 19px;
  line-height: 28px;
  font-weight: 300 !important;
  color: #3d3d3d;
  letter-spacing: -1px;
}

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

.sub_copy.white p {
  color: #fff;
}

.sub_copy.small_txt p {
  font-size: 19px;
  line-height: 32px;
  padding-top: 20px !important;
}
.sub_copy p span.small_txt {
  font-size: 17px;
  line-height: 32px;
  padding-top: 20px !important;
  color: #8b82da;
}

/*수술정보*/
.sub_surgery_info_wrap .sub_surgery_info_box .vc_column-inner {
  background: #f7f6fb;
  border-radius: 20px;
  width: 1320px;
  margin: 0 auto;
  padding: 60px 20px !important;
  margin-top: 60px !important;
}

.sub_surgery_info_title p {
  font-size: 28px;
  line-height: 34px;
  color: #8b82da;
  font-weight: 600 !important;
  letter-spacing: -1.5px;
  border-radius: 50px;
  padding: 10px 25px 10px 65px !important;
  text-align: center;
  display: inline-block;
  background: url("/wp-content/uploads/2026/03/check-surgery-info.png")
    no-repeat left 25px center;
  background-color: #fff;
}

.sub_banner_info_list {
  margin-top: 40px;
}
.sub_banner_info_list ul {
  float: none;
  clear: both;
  margin: 0 22px !important;
  display: inline-block;
}
.sub_banner_info_list li {
  display: inline-block;
  font-size: 21px;
  line-height: 34px;
  color: #a1a1a1;
  font-weight: 500 !important;
  letter-spacing: -1.5px;
  position: relative;
  text-align: left;
}
.sub_banner_info_list li:first-child {
  color: #3d3d3d;
  font-weight: 600 !important;
  padding-right: 10px;
  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/2026/03/info-icon-01.png) no-repeat left
    center;
  background-size: 100%;
  z-index: 2;
}

.sub_banner_info_list li.icon2:before {
  background: url(/wp-content/uploads/2026/03/info-icon-02.png) no-repeat left
    center;
  background-size: 100%;
}
.sub_banner_info_list li.icon3:before {
  background: url(/wp-content/uploads/2026/03/info-icon-03.png) no-repeat left
    center;
  background-size: 100%;
}
.sub_banner_info_list li.icon4:before {
  background: url(/wp-content/uploads/2026/03/info-icon-04.png) no-repeat left
    center;
  background-size: 100%;
}
.sub_banner_info_list li.icon5:before {
  background: url(/wp-content/uploads/2026/03/info-icon-05.png) no-repeat left
    center;
  background-size: 100%;
}
.sub_banner_info_list li.icon6:before {
  background: url(/wp-content/uploads/2026/03/info-icon-06.png) no-repeat;
  background-size: 100%;
}

/*서브 유뷰트 섹션*/

.sub_youtube_wrap {
}

.sub_youtube_lottie {
}

.sub_youtube_wrap .sub_title.en_title h2 {
  font-family: "Belleza", serif !important;
  font-weight: 400 !important;
  font-size: 36px !important;
  line-height: 46px !important;
  letter-spacing: 0 !important;
  padding-left: 45px !important;
}

.sub_ani_text h2 {
  letter-spacing: -2.5px !important;
  font-weight: 500 !important;
}

.sub_ani_text.top {
  padding-top: 30px !important;
}

.sub_ani_text.bottom h2 {
  font-weight: 600 !important;
}

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

.sub_youtube_wrap .right_btn {
  position: absolute;
  top: 100px;
  right: 0px;
}
.sub_youtube_tag p {
  display: inline-block;
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  font-weight: 400 !important;
  letter-spacing: 0px;
  font-family: "Belleza", serif !important;
  background: #8b82da;
  padding: 5px 10px !important;
  border-radius: 5px !important;
  margin-bottom: 20px !important;
}
.sub_youtube_title p {
  font-size: 21px;
  line-height: 34px;
  color: #3d3d3d;
  font-weight: 500 !important;
  letter-spacing: -2px;
  text-align: center;
}

.sub_youtube_wrap
  .nectar-flickity.nectar-carousel[data-desktop-columns="3"][data-format="default"]
  .cell {
  background: #fff;
  border-radius: 20px;
  padding: 20px 15px 30px !important;
}
.sub_youtube_wrap .nectar-video-box {
  margin-bottom: 20px !important;
}
.sub_youtube_wrap
  .nectar-flickity.nectar-carousel
  .flickity-slider
  .inner-wrap {
  border-radius: 15px !important;
}

/*key point*/

.sub_specialty_wrap {
}

.full-width-content.vc_row-fluid .wpb_column.sub_specialty_leftbox {
  border-radius: 60px;
  background: url("/wp-content/uploads/2026/03/sub-key-point-bg.jpg") no-repeat
    center center !important;
  background-size: cover !important;
}

.sub_specialty_tag p {
  font-size: 26px;
  line-height: 26px;
  color: #fff;
  letter-spacing: 0px;
  font-weight: 400 !important;
  font-family: "Belleza", serif !important;
  display: inline-block;
  margin: 0 auto !important;
  background: #ffffff4f;
  backdrop-filter: blur(10px) !important;
  border-radius: 50%;
  padding: 19px 34px !important;
}

.nectar-split-heading.sub_specialty_title.en_title h2 {
  font-family: "Belleza", serif !important;
  font-size: 94px;
  line-height: 104px;
  letter-spacing: 0px;
  font-weight: 400 !important;
  padding-top: 30px !important;
}

.sub_specialty_subt p {
  font-size: 36px;
  line-height: 46px;
  color: #fff;
  letter-spacing: -2px;
  font-weight: 600 !important;
  padding-top: 40px !important;
}

.sub_specialty_copy p {
  font-size: 21px;
  line-height: 34px;
  color: #fff;
  letter-spacing: -1.5px;
  font-weight: 400 !important;
  padding-top: 25px !important;
}
.sub_specialty_copy p strong {
  font-weight: 600 !important;
  color: #e4e0ff;
  margin-top: 0px !important;
  display: inline-block;
  background: #00000017;
}

.sub_specialty_content_box.bottom {
  padding-bottom: 0 !important;
}
.sub_specialty_content_box .left_img_box .hover-wrap-inner {
  position: relative !important;
}

.sub_specialty_content_box .hover-wrap-inner:has(img.sp_point)::before {
  font-family: "Belleza", serif !important;
  content: "Point 01";
  font-size: 15px;
  line-height: 15px;
  font-weight: 400 !important;
  color: #3d3d3d;
  background: #ffffff7f;
  backdrop-filter: blur(10px) !important;
  position: absolute !important;
  display: inline-block;
  top: 25px;
  left: 25px;
  padding: 5px 10px !important;
  z-index: 3;
  border-radius: 5px;
}
.sub_specialty_content_box .hover-wrap-inner:has(img.p01)::before {
  content: "Point 01";
}
.sub_specialty_content_box .hover-wrap-inner:has(img.p02)::before {
  content: "Point 02";
}
.sub_specialty_content_box .hover-wrap-inner:has(img.p03)::before {
  content: "Point 03";
}
.sub_specialty_content_box .hover-wrap-inner:has(img.p04)::before {
  content: "Point 04";
}
.sub_specialty_content_box .hover-wrap-inner:has(img.p05)::before {
  content: "Point 05";
}
.sub_specialty_content_box .hover-wrap-inner:has(img.p06)::before {
  content: "Point 06";
}

.special_en p {
  color: #8b82da;
  font-family: "Belleza", serif !important;
  font-size: 24px;
  line-height: 34px;
  font-weight: 400 !important;
  padding-bottom: 12px !important;
}
.special_en.big p {
  font-size: 32px;
  padding-bottom: 20px !important;
}

.sub_specialty_content_box .nectar-highlighted-text h3 {
  letter-spacing: -2px !important;
}

.special_point_copy {
  padding-top: 15px !important;
}

.special_point_copy p {
  font-size: 19px;
  line-height: 32px;
  font-weight: 300 !important;
  padding-bottom: 15px !important;
  color: #3d3d3d;
  letter-spacing: -1.5px !important;
}

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

.left_img_box {
}

.right_txt_box {
}

.sub_specialty_wrap
  .nectar-scrolling-text
  .nectar-scrolling-text-inner
  > .nectar-scrolling-text-inner__text-chunk
  p {
  font-family: "Belleza", serif !important;
  font-weight: 400 !important;
}

/*필요한 경우*/
.sub_target_wrap .row-bg-overlay::after {
  background: url("/wp-content/uploads/2026/03/sub-target-bg-text.png")
    no-repeat;
  display: block;
  content: "";
  width: 1006px;
  height: 196px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.sub_target_wrap .sub_title.en_title h2 {
  font-family: "Belleza", serif !important;
  font-weight: 400 !important;
  font-size: 36px !important;
  line-height: 46px !important;
  letter-spacing: 0 !important;
}
.target_lottie {
  padding-top: 60px !important;
  padding-bottom: 25px !important;
}
.sub_target_title h2 {
  letter-spacing: -2.5px !important;
  font-weight: 500 !important;
}
.sub_target_subtitle h3 {
  letter-spacing: -2.5px !important;
  font-weight: 600 !important;
  padding-bottom: 40px !important;
  font-size: 37px !important;
}

.sub_target_copy p {
  font-size: 24px;
  line-height: 38px;
  color: #939393;
  font-weight: 500 !important;
  letter-spacing: -1.5px;
  padding-top: 20px !important;
}

.sub_target_list ul {
  display: tablel;
  clear: both;
  content: "";
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  counter-reset: t;
}

.sub_target_list ul li {
  display: block;
  counter-increment: t;
  position: relative;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -1.5px;
  color: #3d3d3d;
  padding: 21px 30px 21px 205px !important;
  background: #fff;
  border-radius: 15px;
  margin-bottom: 20px !important;
  font-weight: 500 !important;
  text-align: left;
}
.sub_target_list li::before {
  content: "TARGET " counter(t, decimal-leading-zero);
  position: absolute;
  left: 21px;
  top: 21px;
  padding: 5px 20px;
  border-radius: 5px;
  font-family: "Belleza", serif !important;
  font-weight: 400 !important;
  font-size: 22px !important;
  line-height: 24px !important;
  letter-spacing: 0 !important;
  background: #8b82da;
  color: #fff;
}
.sub_target_list ul li:last-child {
  margin-bottom: 0 !important;
}

/*수술방법*/

.sub_title_t {
  font-weight: 500 !important;
  letter-spacing: -2px !important;
}

.sub_subtitle_t {
  font-weight: 500 !important;
  letter-spacing: -2px !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: #8b82dabb;
  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: "Belleza", serif !important;
  font-size: 23px;
  line-height: 35px;
  color: #8b82da;
  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: 24px;
  line-height: 38px;
  font-weight: 600 !important;
  letter-spacing: -2px;
  color: #3d3d3d;
  margin-top: 10px !important;
}

.sub_method_title p strong {
  font-size: 24px;
  line-height: 38px;
  color: #8b82da;
  padding-right: 5px !important;
}
.sub_method_subt p {
  font-size: 19px;
  line-height: 29px;
  font-weight: 300 !important;
  letter-spacing: -0.8px;
  color: #3d3d3d;
  margin-top: 5px !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%;
}

/*효과*/

.sub_effect_wrap {
}

.sub_effect_wrap .row-bg-wrap .row-bg::after {
  background: url("/wp-content/uploads/2026/03/sub-effect-text-white.png")
    no-repeat;
  display: block;
  content: "";
  width: 794px;
  height: 112px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.sub_effect_wrap .img_box.wpb_column .column-image-bg-wrap .column-image-bg {
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.sub_effect_title h2 {
  letter-spacing: -2.5px !important;
  font-weight: 500 !important;
  text-align: left;
}

.sub_effect_subtitle p {
  font-size: 28px;
  line-height: 38px;
  letter-spacing: -1.5px;
  color: #3d3d3d;
  padding-bottom: 5px !important;
  font-weight: 500 !important;
  text-align: left;
}
.sub_effect_list {
}

.sub_effect_list ul {
  display: table;
  clear: both;
  content: "";
  margin: 30px 0 0 !important;
  padding: 0 !important;
  width: 100%;
  counter-reset: num; /* 카운터 초기화 */
}

.sub_effect_list ul li {
  text-align: left;
  display: block;
  counter-increment: num; /* 1씩 증가 */
  position: relative;
  font-size: 21px;
  line-height: 30px;
  letter-spacing: -1.5px;
  color: #3d3d3d;
  padding-left: 60px !important;
  margin-bottom: 20px !important;
  font-weight: 500 !important;
  padding-top: 5px !important;
}
.sub_effect_list li::before {
  content: counter(num, decimal-leading-zero); /* 01,02,03 */
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 5px 10px 10px;
  border-radius: 5px;
  font-family: "Belleza", serif !important;
  font-weight: 400 !important;
  font-size: 24px !important;
  line-height: 24px !important;
  letter-spacing: 0 !important;
  background: #fff;
  color: #8b82da;
}
.sub_effect_list ul li:last-child {
  margin-bottom: 0 !important;
}

/*FAQ*/

.sub_faq_wrap {
}

.sub_faq_lottie {
  padding-top: 30px !important;
  padding-bottom: 10px !important;
}

.sub_faq_wrap .toggles--minimal-shadow .toggle.open .toggle-title a {
  padding: 30px 70px 15px 70px;
}

.sub_faq_wrap .toggles--minimal-shadow .toggle > .toggle-title a {
  padding: 30px 70px 30px 70px;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: -1.5px;
  color: #101010;
  font-weight: 500 !important;
  position: relative;
}
.sub_faq_wrap .toggles--minimal-shadow .toggle:hover > .toggle-title {
  color: #8b82da !important;
}
.sub_faq_wrap .toggles--minimal-shadow .toggle:hover > .toggle-title a {
  color: #8b82da !important;
}
.sub_faq_wrap .toggles--minimal-shadow .toggle > .toggle-title a::after {
  font-family: "Belleza", serif !important;
  font-size: 36px !important;
  color: #8b82da;
  font-weight: 400 !important;
  letter-spacing: 0px;
  position: absolute;
  top: 26px;
  left: 17px;
  content: "Q.";
  display: inline-block;
}

.sub_faq_wrap .toggles--minimal-shadow .toggle > .toggle-title a strong {
  font-family: "Belleza", serif !important;
  font-size: 36px !important;
  color: #8b82da;
  font-weight: 400 !important;
  padding-right: 17px;
  top: 1px;
  position: relative;
  letter-spacing: 0px;
}

.sub_faq_t p {
  font-size: 18px;
  line-height: 29px;
  letter-spacing: -0.3px;
  color: #3d3d3d;
  font-weight: 300 !important;
  padding-bottom: 10px !important;
}

.sub_faq_wrap
  .toggles--minimal-shadow
  .toggle[data-inner-wrap="true"]
  > div
  .inner-toggle-wrap {
  padding: 25px 20px 20px 70px;
  background: #f5f8fd;
  border-radius: 10px;
  margin-bottom: 40px !important;
  position: relative;
}
.sub_faq_wrap
  .toggles--minimal-shadow
  .toggle[data-inner-wrap="true"]
  > div
  .inner-toggle-wrap:after {
  font-family: "Belleza", serif !important;
  font-size: 36px !important;
  color: #8f8f8f;
  font-weight: 400 !important;
  letter-spacing: 0px;
  position: absolute;
  top: 26px;
  left: 20px;
  content: "A.";
  display: inline-block;
}

.sub_faq_wrap div[data-style*="minimal"] .toggle.open:before {
  opacity: 0.4;
}

/*==============쌍꺼풀==============*/

.sub_eye_line_wrap {
}

.sub_eye_line_wrap .sub_method_title p {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600 !important;
  letter-spacing: -2px;
  color: #101010;
  margin-top: 30px !important;
}

.sub_eye_line_wrap .sub_method_subt p {
  color: #3d3d3d;
  margin-top: 15px !important;
}

/*==============눈재수술==============*/

.sub_revi_eye_case_wrap
  .nectar-flickity.nectar-carousel.nectar-carousel:not(.masonry)
  .flickity-viewport {
  margin: 0;
  background: #fff;
  border-radius: 50px;
}
.sub_revi_eye_case_wrap
  .nectar-flickity.nectar-carousel.nectar-carousel:not(.masonry)
  .flickity-viewport
  .cell {
  padding: 90px 10% 100px 10% !important;
}

.sub_revi_eye_case_num p {
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 0.2px;
  font-family: "Belleza", serif !important;
  color: #8b82da;
}
.sub_revi_eye_case_title p {
  font-size: 45px;
  line-height: 56px;
  letter-spacing: -1.5px;
  font-weight: 600 !important;
  color: #101010;
  padding: 16px 0 50px 0 !important;
}
.sub_revi_eye_case_before p {
  font-size: 25px;
  line-height: 35px;
  font-weight: 600 !important;
  color: #4b4b4b;
  font-family: "Belleza", serif !important;
  background: #ececec;
  padding: 12px 10px !important;
  border-radius: 0 0 30px 30px;
}
.sub_revi_eye_case_after p {
  font-size: 25px;
  line-height: 35px;
  font-weight: 600 !important;
  color: #fff;
  font-family: "Belleza", serif !important;
  background: linear-gradient(to right, #afa8ec, #8b82da);
  padding: 12px 10px !important;
  border-radius: 0 0 30px 30px;
}

.sub_under_eyefat_subt p {
  font-size: 22px;
  line-height: 35px;
  color: #565656;
  letter-spacing: -0.9px;
  font-weight: 300 !important;
}
.sub_under_eyefat_subt p strong {
  color: #333;
  background: #eeeaff;
  font-weight: 500 !important;
}
.sub_revision_eye_surgery_considerations_wrap .sub_method_title p {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500 !important;
  letter-spacing: -2px;
  color: #3d3d3d;
  margin-top: 20px !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: "Belleza", 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: "Belleza", 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;
}

.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_ptosis_check_boxt p {
  font-size: 28px !important;
  line-height: 30px;
  color: #fff;
  letter-spacing: -0.8px;
  font-weight: 600 !important;
  background: linear-gradient(to right, #fe817f, #faaba4);
  padding: 9px 24px !important;
  border-radius: 14px;
  display: table;
  margin: 0 auto !important;
}

.sub_ptosis_check_list ul {
  background: linear-gradient(to right, #fff, #fffcfc);
  border-radius: 15px;
  padding: 18px 70px 18px 24px !important;
  margin: 0;
  display: flex !important;
  position: relative;
  align-items: center;
}
.sub_ptosis_check_list ul:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 68px;
  height: 70px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: url(/wp-content/uploads/2026/03/check_icon.png) no-repeat;
  background-size: 100%;
  z-index: 2;
}
.sub_ptosis_check_list li {
  float: left;
}
.sub_ptosis_check_list li:nth-child(1) {
  font-size: 22px;
  line-height: 42px;
  color: #8b82da;
  width: 42px;
  height: 42px;
  text-align: center;
  min-width: 42px !important;
  background: #eae8ff;
  border-radius: 50%;
  font-weight: 800 !important;
}
.sub_ptosis_check_list li:nth-child(2) {
  font-size: 23px;
  line-height: 34px;
  color: #1a1a1a;
  letter-spacing: -0.7px;
  margin: 3px 0 0 25px !important;
  font-weight: 600;
  text-align: left;
}

.sub_ptosis_check_wrap .max_width_desktop_1640px {
  max-width: 1640px;
  margin: 0 auto !important;
}
.sub_ptosis_check_wrap .column-image-bg-wrap.column-bg-layer.viewport-desktop {
  border-radius: 60px;
}

/*==============트임성형==============*/

.sub_dual_epica_wrap
  .wpb_row.vc_row-fluid.vc_row.full-width-content.nectar-overflow-hidden.carousel-dynamic-wrapper {
  overflow: visible;
}
.sub_dual_epica_wrap
  .nectar-flickity.nectar-carousel[data-desktop-columns="4"][data-spacing="20px"][data-format="default"]
  .cell {
  background: #fff;
  border-radius: 30px;
}

.sub_dual_epica_title p {
  font-family: "Paperlogy", sans-serif !important;
  font-size: 26px;
  line-height: 38px;
  color: #fff;
  background: #8b82da;
  padding: 4px 25px !important;
  text-align: center;
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50px;
  z-index: 1;
  box-shadow: -1px 0px 25px 0px rgba(78, 29, 255, 0.26);
}
.sub_dual_epica_t p {
  font-size: 22px;
  line-height: 35px;
  color: #565656;
  letter-spacing: -0.9px;
  padding: 20px 25px !important;
}

.sub_dual_epica_restore_roundt p {
  font-size: 26px;
  line-height: 38px;
  color: #fff;
  background: #242424;
  padding: 6px 25px !important;
  text-align: center;
  border-radius: 50px;
  display: table;
  margin: 0 auto !important;
}

.sub_dual_epica_restore_t p {
  font-size: 25px;
  line-height: 35px;
  font-weight: 600 !important;
  color: #fff;
  background: linear-gradient(to right, #fac0a8, #f0a49a);
  padding: 12px 10px !important;
  border-radius: 0 0 30px 30px;
}
.sub_dual_epica_restore_t.normal p {
  background: linear-gradient(to right, #cb957e, #a17c6c);
}

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

.teaser_list ul {
  display: inline-block;
  content: "";
  clear: both;
  margin: 30px 0px !important;
  padding: 0 !important;
  list-style: none !important;
  width: fit-content;
  text-align: left !important;
}

.teaser_list ul li {
  font-size: 20px;
  line-height: 35px;
  letter-spacing: -1.2px;
  font-weight: 400;
  color: #010101;
  position: relative;
  padding-left: 45px !important;
  margin-bottom: 15px !important;
  text-align: left;
  display: block;
}

.teaser_list ul li strong {
  font-weight: 700;
}

.teaser_list ul li:before {
  display: inline-block;
  content: "";
  background: url("/wp-content/uploads/2026/03/check_icon_full.png") no-repeat
    left top;
  width: 31px;
  height: 31px;
  position: absolute;
  top: 4px;
  left: 0;
}

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

/*==============무보형물단연코==============*/

/*서브 탭*/
.sub_tab_wrap {
}

.sub_tab .tabbed > ul {
  /* background: #f7f7f7; */
  /* border-radius: 30px; */
  background: #3d3d3d;
  border-radius: 50px;
  padding: 15px !important;
  /* padding: 7px !important; */
  display: inline-block;
  margin-bottom: 60px !important;
}
.sub_tab .tabbed > ul li {
  margin: 0 5px !important;
}
.sub_tab .tabbed > ul li a {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600 !important;
  color: #d1d1d1;
  letter-spacing: -1px;
  border-radius: 50px;
  padding: 15px 25px;
  /* border-radius: 24px; */
  /* padding: 7px 25px; */
  min-width: 200px;
  /* border-color: f7f7f7 !important; */
  background: transparent;
}
.sub_tab .tabbed > ul li:hover a {
  background: #303030;
  /* color: #fff; */
  /* box-shadow:
      0 0 8px rgba(226, 147, 245, 0.2),
      0 0 16px rgba(139, 130, 218, 0.3),
      0 0 24px rgba(139, 130, 218, 0.18);   */
}

.care_tab.sub_tab .tabbed > ul li a {
  min-width: 150px !important;
}

@keyframes tabGlowPulse {
  0% {
    box-shadow:
      0 0 8px rgba(226, 147, 245, 0.35),
      0 0 16px rgba(139, 130, 218, 0.25),
      0 0 24px rgba(139, 130, 218, 0.18);
  }

  50% {
    box-shadow:
      0 0 14px rgba(226, 147, 245, 0.55),
      0 0 28px rgba(139, 130, 218, 0.4),
      0 0 40px rgba(139, 130, 218, 0.25);
  }

  100% {
    box-shadow:
      0 0 8px rgba(226, 147, 245, 0.5),
      0 0 16px rgba(139, 130, 218, 0.4),
      0 0 24px rgba(139, 130, 218, 0.18);
  }
}

.sub_tab
  .tabbed[data-color-scheme="accent-color"][data-style="default"]
  li:not(.cta-button)
  .active-tab {
  background: linear-gradient(
    135deg,
    #b4abff 0%,
    #ada5f5 40%,
    #c1baff 100%
  ) !important;
  border-color: #8b82da !important;
  color: #fff !important;

  animation: tabGlowPulse 2.2s ease-in-out infinite;
}

.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;
  font-size: 48px !important;
}
.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: #8b82da;
  letter-spacing: -1.2px;
  margin-top: 25px !important;
}
.sub_tab_title_subject p {
  font-size: 27px;
  line-height: 37px;
  font-weight: 600 !important;
  color: #8b82da;
  letter-spacing: -1.2px;
  border: 1px solid #8b82da;
  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;
  font-size: 48px !important;
}
.sub_tab_method_title {
}

.sub_tab_method_num p {
  font-family: "Belleza", 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: #c2bcfd;
  font-weight: 400 !important;
}

.sub_nose_types_surgery_materials_wrap {
}

.sub_nose_types_surgery_materials_wrap .sub_method_num_box p {
  font-family: "Belleza", serif !important;
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  background: #00000075;
  padding: 2px 8px 4px !important;
  font-weight: 400;
  text-align: center;
  position: absolute;
  top: 25px;
  left: 25px;
  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_title.small_txt p {
  font-size: 22px;
  line-height: 32px;
}

.sub_nose_types_surgery_materials_wrap .sub_method_subt p {
  color: #3d3d3d;
  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;
}

.nose_materials_img {
}

/*==============용코교정 비공내리기==============*/
.sub_tip_plasty_meth_tabt p {
  font-size: 23px;
  line-height: 39px;
  color: #3f3f3f;
  letter-spacing: -1px;
  font-weight: 300 !important;
}
.sub_tip_plasty_meth_tabt p strong {
  font-weight: 500 !important;
  background: #fffbeb;
}
.sub_tip_plasty_meth_t p {
  font-size: 24px;
  line-height: 35px;
  letter-spacing: -0.7px;
  font-family:
    "Pretendard", "Malgun Gothic", "malgungothic", "맑은고딕", sans-serif !important;
  font-weight: 600 !important;
  color: #fff;
  background: #8b82da; /*eae9f4*/
  text-align: center;
  padding: 14px 10px !important;
  border-radius: 0 0 30px 30px;
}
.sub_tip_plasty_meth_subt p {
  font-size: 19px;
  line-height: 32px;
  font-weight: 300 !important;
  letter-spacing: -0.6px;
  color: #3d3d3d;
  margin-top: 27px !important;
  text-align: center;
}

.sub_tip_plasty_meth_table table {
  margin: 0 !important;
  border: none !important;
}
.sub_tip_plasty_meth_table tr {
  background: none !important;
}
.sub_tip_plasty_meth_table td {
  font-size: 21px !important;
  line-height: 34px;
  font-weight: 300 !important;
  letter-spacing: -0.6px;
  color: #3d3d3d;
  text-align: center;
  padding: 0 10px !important;
  border: none !important;
  width: 50%;
}
.sub_tip_plasty_meth_table td strong {
  font-family: "Belleza", serif !important;
  font-size: 23px;
  line-height: 35px;
  color: #405e54;
  margin-top: 27px !important;
  font-weight: 500;
  display: block;
  padding-bottom: 5px;
}
.sub_alar_meth_box .vc_column-inner {
  min-height: 148px;
}
.sub_alar_meth ul {
  margin: 0 !important;
  content: "";
  display: table;
  clear: both;
}
.sub_alar_meth ul li {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500 !important;
  letter-spacing: -1px;
  color: #3d3d3d;
  float: left;
  text-align: left;
}
.sub_alar_meth ul li:first-child {
  width: 18%;
  font-family:
    "Pretendard", "Malgun Gothic", "malgungothic", "맑은고딕", sans-serif !important;
  color: #8b82da;
  font-weight: 600;
}
.sub_alar_meth ul li:last-child {
  width: 77%;
}

.sub_alar_knowhow_wrap {
}
.sub_alar_knowhow_wrap .hover-wrap {
  border: 20px solid #fff;
  background: #fff;
}

.sub_alar_knowhow_wrap .sub_title.en_title h2 {
  font-family: "Belleza", serif !important;
  font-weight: 400 !important;
  font-size: 36px !important;
  line-height: 46px !important;
  letter-spacing: 0 !important;
  padding-bottom: 10px !important;
}

.sub_knowhow_title h2 {
  letter-spacing: -2.5px !important;
  font-weight: 500 !important;
  padding-bottom: 30px !important;
}
.sub_knowhow_copy p {
  font-size: 21px;
  line-height: 34px;
  font-weight: 300 !important;
  letter-spacing: -1px;
  color: #fff;
  padding-bottom: 15px !important;
}

.sub_knowhow_copy p strong {
  font-weight: 600 !important;
}

/*==============자가늑코성형==============*/
.sub_rib_cartilage_about_wrap {
}

.sub_rib_cartilage_about_box {
}

.sub_rib_cartilage_about_box .hover-wrap {
  border: 20px solid #f6deff;
  background: #f6deff;
}

.sub_rib_cartilage_about_title p {
  font-size: 28px;
  line-height: 28px;
  letter-spacing: -1.2px;
  color: #8b82da;
  background: #fff;
  font-weight: 600 !important;
  padding: 5px 10px !important;
  display: inline-block;
  border-radius: 5px;
  margin-bottom: 30px !important;
}
.sub_rib_cartilage_about_list {
}
.sub_rib_cartilage_about_list ul {
  content: "";
  display: table;
  clear: both;
  margin: 0 !important;
  padding: 0 !important;
}
.sub_rib_cartilage_about_list ul li {
  display: block;
  position: relative;
  font-size: 21px;
  line-height: 34px;
  letter-spacing: -1.2px;
  color: #fff;
  padding: 10px 0px 10px 40px !important;
  font-weight: 600 !important;
  background: url("/wp-content/uploads/2026/03/check-white.png") no-repeat left
    center;
}

/*==============코재수술==============*/
.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;
}

.point_title_wrap .nectar-highlighted-text h2 {
  letter-spacing: -2.5px !important;
}

.sub_nose_types_surgery_materials_wrap .sub_subtitle_t {
  padding-top: 60px !important;
  font-weight: 600 !important;
}

.sub_3d_dt_wrap {
}
.sub_3d_dt_wrap .sub_title.en_title h2 {
  font-family: "Belleza", serif !important;
  font-weight: 400 !important;
  font-size: 36px !important;
  line-height: 46px !important;
  letter-spacing: 0 !important;
}

.sub_3d_dt_box {
}

.sub_3d_dt_list ul {
  content: "";
  display: table;
  clear: both;
  margin: 30px 0 80px !important;
  padding: 0 !important;
}
.sub_3d_dt_list ul li {
  display: block;
  position: relative;
  font-size: 21px;
  line-height: 34px;
  letter-spacing: -1.2px;
  color: #3d3d3d;
  padding: 10px 0px 10px 40px !important;
  font-weight: 600 !important;
  background: url("/wp-content/uploads/2026/03/check-purple.png") no-repeat left
    center;
}

.sub_3d_dt_title h3 {
  letter-spacing: -2.5px !important;
  font-weight: 600 !important;
  background: #8b82da;
  padding: 5px 15px !important;
  border-radius: 15px;
}
.sub_progress_wrap {
}
.sub_progress_box {
}
.sub_revi_type_num p {
  font-size: 14px;
  line-height: 20px;
  color: #3d3d3d;
  font-weight: 500 !important;
  background: #ffffffd4;
  border-radius: 10px;
  padding: 2px 10px !important;
  position: absolute;
  top: 20px;
  left: 22px;
  z-index: 2;
}

.sub_progress_title p {
  font-size: 24px;
  line-height: 35px;
  font-weight: 500 !important;
  letter-spacing: -0.6px;
  color: #3d3d3d;
  margin-top: 30px !important;
}
.sub_progress_t p {
  font-size: 19px;
  line-height: 32px;
  font-weight: 300 !important;
  letter-spacing: -0.6px;
  color: #3d3d3d;
  margin-top: 6px !important;
  padding-bottom: 50px !important;
}

.progress_img {
  width: 100% !important;
}
/*==============3D맞춤코성형==============*/

.sub_3d_fit_wrap {
}

.sub_3d_fit_wrap .nectar-highlighted-text h2 {
  letter-spacing: -2.5px !important;
}
.sub_3d_fit_wrap .sub_title.en_title h2 {
  font-family: "Belleza", serif !important;
  font-weight: 400 !important;
  font-size: 36px !important;
  line-height: 46px !important;
  letter-spacing: 0 !important;
  padding-bottom: 20px !important;
}

.sub_3d_fit_wrap .nectar-highlighted-text h2 {
  letter-spacing: -2.5px !important;
}

body:not(.woocommerce-cart) .main-content .sub_3d_fit_table table {
  width: 1100px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  border: 0 !important;
  border-collapse: separate !important;
  border-bottom-left-radius: 40px !important;
  border-bottom-right-radius: 40px !important;
}
body:not(.woocommerce-cart) .main-content .sub_3d_fit_table th {
  font-weight: 600 !important;
  font-size: 28px !important;
  line-height: 38px !important;
  letter-spacing: -1.5px !important;
  padding: 15px !important;
  background: #808080;
  border: 0 !important;
  color: #fff;
  text-align: center;
  width: 50%;
}
body:not(.woocommerce-cart) .main-content .sub_3d_fit_table th.vibe {
  background: linear-gradient(135deg, #ac87ea, #91cdf2);
}
body:not(.woocommerce-cart) .main-content .sub_3d_fit_table td {
  padding: 30px 50px !important;
  border: 0 !important;
  text-align: left;
}
body:not(.woocommerce-cart) .main-content .sub_3d_fit_table td.vibe {
  border-left: 1px solid #eee !important;
}

body:not(.woocommerce-cart) .main-content .sub_3d_fit_table td ul {
  content: "";
  display: table;
  clear: both;
  margin: 0 !important;
  padding: 0 !important;
}
body:not(.woocommerce-cart) .main-content .sub_3d_fit_table td ul li {
  display: block;
  position: relative;
  font-size: 21px;
  line-height: 34px;
  letter-spacing: -1.2px;
  color: #626262;
  padding: 10px 0px 10px 40px !important;
  font-weight: 600 !important;
  background: url("/wp-content/uploads/2026/03/check-mini-gray.png") no-repeat
    left center;
}
body:not(.woocommerce-cart) .main-content .sub_3d_fit_table td ul.vibe li {
  color: #3d3d3d;
  background: url("/wp-content/uploads/2026/03/check-mini-purple.png") no-repeat
    left center;
}

.sub_3d_fit_img {
}

/*==============남자코성형==============*/
.sub_male_rhinoplasty_detail_wrap {
}
.sub_male_rhinoplasty_detail_wrap .nectar-highlighted-text h2 {
  letter-spacing: -2.5px !important;
  z-index: 2 !important;
}

.sub_male_rhinoplasty_detail_img {
  margin-top: -9% !important;
}
.sub_male_rhinoplasty_detail_wrap .sub_copy p {
  font-size: 24px;
  line-height: 38px;
  font-weight: 400 !important;
  color: #3d3d3d;
  padding-top: 40px !important;
  letter-spacing: -1.2px;
}
.sub_male_rhinoplasty_detail_wrap .sub_copy p strong {
  color: #8b82da;
  font-weight: 500 !important;
}

/*==============콧볼축소==============*/

.sub_alar_reduction_why_img {
}
.bg_box_title p {
  font-size: 36px;
  line-height: 36px;
  font-weight: 400 !important;
  color: #3d3d3d;
  background: #ebebeb;
  padding: 20px !important;
  letter-spacing: 0px;
  font-family: "Belleza", serif !important;
  text-align: center;
  border-bottom-left-radius: 40px !important;
  border-bottom-right-radius: 40px !important;
}

.bg_box_title.after p {
  color: #fff;
  background: linear-gradient(135deg, #ac87ea, #91cdf2);
}

.sub_subject_subtitle p {
  font-size: 28px;
  line-height: 38px;
  font-weight: 700 !important;
  color: #3d3d3d;
  padding-top: 30px !important;
  letter-spacing: -1.5px;
  text-align: center;
}
.sub_subject_copy p {
  font-size: 24px;
  line-height: 38px;
  font-weight: 500 !important;
  color: #3d3d3d;
  padding-top: 15px !important;
  letter-spacing: -1px;
  text-align: center;
}
.sub_subject_copy p strong {
  color: #8b82da;
  font-weight: 500 !important;
}

.sub_alar_redu_vs ul {
  max-width: 600px;
  float: right;
  margin: 0 !important;
}
.sub_alar_redu_vs.after ul {
  float: left;
}
.sub_alar_redu_vs li.img img {
  border-radius: 30px 30px 0 0;
  width: 100% !important;
}
.sub_alar_redu_vs li.title {
  font-size: 28px;
  line-height: 38px;
  font-weight: 600 !important;
  color: #101010;
  letter-spacing: -0.8px;
  background: #c3e5ff;
  padding: 17px 10px 13px 10px !important;
  text-align: center !important;
}
.sub_alar_redu_vs.after li.title {
  background: #d4beff;
}
.sub_alar_redu_vs li.subt {
  font-size: 19px;
  line-height: 32px;
  font-weight: 300 !important;
  color: #3d3d3d;
  letter-spacing: -0.7px;
  background: #fff;
  padding: 30px 34px !important;
  border-radius: 0 0 30px 30px;
  min-height: 196px;
  text-align: center !important;
}
.sub_alar_redu_vs li.subt strong {
  font-weight: 500 !important;
  background: #e7f5ff;
  color: #101010;
}
.sub_alar_redu_vs.after li.subt {
  background: linear-gradient(to right, #fff7f7, #fff);
}
.sub_alar_redu_vs.after li.subt strong {
  font-weight: 500 !important;
  background: #f1eaff;
  color: #101010;
}

/*==============유형별코성형==============*/
.tab_about_wrap {
}

.tab_point_wrap {
}
.tab_point_wrap .sub_title.en_title h2 {
  font-family: "Belleza", serif !important;
  font-weight: 400 !important;
  font-size: 36px !important;
  line-height: 46px !important;
  letter-spacing: 0 !important;
  padding-bottom: 30px !important;
}

.tab_point_title h2 {
  letter-spacing: -2.5px !important;
  font-weight: 500 !important;
}
.tab_point_title.en_title h2 {
  letter-spacing: -1px !important;
  font-weight: 500 !important;
  font-family: "Belleza", serif !important;
}

.tab_point_list ul {
  display: tablel;
  clear: both;
  content: "";
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  counter-reset: target;
}

.tab_point_list ul li {
  display: block;
  position: relative;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -1.5px;
  color: #3d3d3d;
  padding: 21px 30px 21px 90px !important;
  background: #fff;
  border-radius: 15px;
  margin-bottom: 20px !important;
  font-weight: 500 !important;
  counter-increment: target;
}
.tab_point_list li::before {
  content: counter(target, decimal-leading-zero);
  position: absolute;
  left: 21px;
  top: 21px;
  padding: 5px 7px;
  border-radius: 5px;
  font-family: "Belleza", serif !important;
  font-weight: 400 !important;
  font-size: 22px !important;
  line-height: 24px !important;
  letter-spacing: 0 !important;
  background: linear-gradient(135deg, #8fa3ff, #b089ff);
  color: #fff;
}
.tab_point_list ul li:last-child {
  margin-bottom: 0 !important;
}

.sub_tab_method_wrap .sub_title_t {
  font-weight: 500 !important;
  letter-spacing: -2px !important;
  font-size: 52px !important;
}

/*==============기능코성형==============*/
.sub_functional_rhinoplasty_tester_wrap {
}
.teaser_title.nose p {
  font-size: 22px;
  line-height: 32px;
  color: #3d3d3d;
  letter-spacing: -1px;
  font-weight: 500;
  padding-top: 20px !important;
}

.sub_insurance_nose_wrap {
}

.sub_insurance_nose_wrap .sub_title.en_title h2 {
  font-family: "Belleza", serif !important;
  font-weight: 400 !important;
  font-size: 36px !important;
  line-height: 46px !important;
  letter-spacing: 0 !important;
  padding-bottom: 20px !important;
}
.sub_insurance_copy p {
  font-size: 22px;
  line-height: 34px;
  font-weight: 300 !important;
  letter-spacing: -1px;
  color: #3d3d3d;
  padding-top: 30px !important;
}
.sub_insurance_nose_wrap .nectar-highlighted-text h2 {
  letter-spacing: -2.5px !important;
}

.sub_functional_rhinoplasty_shape_wrap {
}

.sub_functional_rhinoplasty_shape_wrap .main_t p {
  font-size: 23px;
  letter-spacing: -1.5px;
  line-height: 33px;
  color: #fff;
  text-align: center;
  font-weight: 500 !important;
  background: #8b82da;
  border-radius: 50px;
  padding: 8px 20px !important;
  display: table;
  margin: 0 auto !important;
  position: relative;
  bottom: 15px;
}

.sub_functional_rhinoplasty_shape_wrap .sub_tip_plasty_meth_subt p {
  margin-top: 5px !important;
}

/*==============미니SMAS거상==============*/

.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/2026/03/or.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: linear-gradient(to right, #9fc3ff, #b0d4ff);
  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, #b6b0eb, #cac5f7);
}
.sub_ptosis_correction_detail_copy p {
  font-size: 22px;
  line-height: 32px;
  color: #101010;
  font-weight: 300 !important;
  letter-spacing: -1.5px;
  padding-top: 30px !important;
}

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

.sub_ptosis_correction_detail_box.sub_mini_smas_lift_choice_box::after {
  top: 38%;
}

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

.sub_mini_smas_lift_choice_box .sub_ptosis_correction_detail_copy ul {
  padding-left: 4px;
  margin: 30px 0 0;
}
.sub_mini_smas_lift_choice_box .sub_ptosis_correction_detail_copy li {
  font-size: 22px;
  line-height: 30px;
  color: #81b2ff;
  letter-spacing: -0.6px;
  background: url(/wp-content/uploads/2026/03/check_icon8.png) 0 9px no-repeat;
  background-size: 16px;
  padding: 0px 0px 8px 30px;
  text-align: left;
  font-weight: 400 !important;
}
.sub_mini_smas_lift_choice_box
  .sub_ptosis_correction_detail_copy
  li:last-child {
  padding-bottom: 0 !important;
}

.sub_mini_smas_lift_choice_box
  .right_box
  .sub_ptosis_correction_detail_copy
  li {
  background: url(/wp-content/uploads/2026/03/check_icon9.png) 0 9px no-repeat;
  color: #8b82da;
}

.sub_mini_smas_lift_about_wrap {
}

.sub_mini_smas_lift_about_wrap .sub_about_intro_subt p {
  font-size: 21px;
  line-height: 36px;
  color: #3d3d3d;
  letter-spacing: -1px;
  font-weight: 300 !important;
}
.sub_mini_smas_lift_about_wrap .sub_about_intro_subt p strong {
  font-size: 22px;
  color: #3d3d3d;
  font-weight: 600 !important;
  letter-spacing: -1px;
}

.sub_facelift_scar_wrap .sub_about_intro_subt p {
  font-size: 21px;
  line-height: 36px;
  color: #3d3d3d;
  letter-spacing: -1px;
  font-weight: 300 !important;
}
.sub_facelift_scar_wrap .sub_about_intro_subt p strong {
  font-size: 22px;
  color: #3d3d3d;
  font-weight: 600 !important;
  letter-spacing: -1px;
}

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

.sub_facelift_table_wrap {
}
.sub_facelift_table_box {
}

.sub_facelift_table_box {
  width: 960px;
  margin: 0 auto !important;
}

.sub_facelift_table_box .left_box {
  position: relative;
}

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

.sub_facelift_table_box.vs_none_arrow::after {
  background: url(/wp-content/uploads/2026/01/arrow_black.png) no-repeat;
}
.sub_facelift_table_box img {
  width: 100% !important;
}
.sub_facelift_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_facelift_table_box .right_box .subject_box p {
  background: linear-gradient(to right, #9fc3ff, #b0d4ff);
}
.sub_facelift_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_facelift_table_box .copy_box p strong {
  font-weight: 500 !important;
}
.sub_facelift_table_box .img_box {
}
.sub_facelift_table_box .list_box {
}

.sub_facelift_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_facelift_table_box .list_box ul li {
  font-size: 19px;
  line-height: 36px;
  color: #575757;
  font-weight: 500 !important;
  letter-spacing: -1.5px;
  position: relative;
  padding: 10px 0px;
  border-bottom: 1px solid #1010101c;
}

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

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

/*==============목거상==============*/

.sub_neck_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: 0px !important;
}

.sub_neck_lifting_type_wrap .type_title p {
  font-size: 24px;
  line-height: 32px;
  color: #3d3d3d;
  letter-spacing: -1px;
  padding-bottom: 15px;
  font-weight: 600 !important;
  text-align: center;
  padding-top: 30px !important;
}
.sub_neck_lifting_type_wrap .type_title p strong {
  font-size: 25px;
  line-height: 33px;
  color: #8b82da;
  padding-right: 5px !important;
}

.type_copy p {
  font-size: 19px;
  line-height: 30px;
  color: #555;
  font-weight: 400 !important;
  letter-spacing: -1.5px;
  padding: 15px 20px 30px !important;
  text-align: center;
}

.sub_double_chin_about_wrap .nectar-highlighted-text h3 {
  font-weight: 300 !important;
}
.sub_double_chin_about_wrap .nectar-highlighted-text h3 strong {
  font-weight: 600 !important;
  letter-spacing: -1.5px;
}
.sub_double_chin_about_wrap .nectar-highlighted-text p {
  letter-spacing: -1.5px;
}
.sub_double_chin_about_wrap .nectar-highlighted-text p strong {
  font-weight: 600 !important;
  letter-spacing: -1.5px;
}

.sub_double_chin_about_wrap .sub_about_intro_subt p {
  font-size: 21px;
  line-height: 36px;
  color: #3d3d3d;
  letter-spacing: -1px;
  font-weight: 300 !important;
}
.sub_double_chin_about_wrap .sub_about_intro_subt p strong {
  font-size: 22px;
  color: #3d3d3d;
  font-weight: 600 !important;
  letter-spacing: -1px;
}
.sub_double_chin_about_wrap .sub_about_intro_subt.small_txt p {
  font-size: 19px;
  color: #8b82da;
  font-weight: 600 !important;
  line-height: 29px;
}

/*==============실리프팅==============*/

.sub_facelift_table_box.sub_thread_lifting_table_box {
  width: 1200px;
  margin: 0 auto !important;
}
.sub_facelift_table_box.sub_thread_lifting_table_box .list_box ul li img {
  display: inline-block !important;
  max-width: fit-content !important;
}

/*==============조각얼굴==============*/

/*==============지방이식==============*/

/*==============지방흡입==============*/

.sub_liposuction_about_wrap {
  overflow: hidden !important;
}
.sub_liposuction_about_wrap .sub_zero_number p {
  font-size: 170px;
  line-height: 70px;
  color: #fff;
  font-weight: 600 !important;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  opacity: 0.6;
}

.sub_liposuction_about_wrap .sub_facelift_step_num p {
  font-size: 24px;
  line-height: 40px;
  font-weight: 600 !important;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #8b82da;
  margin: 0 auto !important;
  text-align: center;
}
.sub_liposuction_about_wrap .sub_facelift_step_num.no_center p {
  margin: inherit !important;
}

/*==============고압산소치료==============*/

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

.sub_medical_about_state_box img {
  width: 100% !important;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}
.sub_medical_about_state_box h3.title {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600 !important;
  letter-spacing: -1.5px;
  color: #fff;
  display: block;
  padding: 10px 10px !important;
  background: #a7a7a7;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}

.sub_medical_about_state_box.after h3.title {
  background: #8b82da;
}
.sub_medical_about_state_box p.copy {
  font-size: 17px;
  line-height: 27px;
  font-weight: 400 !important;
  letter-spacing: -1px;
  color: #3d3d3d;
  display: block;
  padding-top: 20px !important;
}

.sub_hyperbaric_oxygen_therapy_basics_wrap {
}
.sub_hyperbaric_oxygen_therapy_basics_box {
  width: 1260px !important;
  margin: 0 auto !important;
}

.sub_hyperbaric_oxygen_therapy_basics_wrap .bg_box_title p {
  font-size: 28px;
  line-height: 38px;
  font-weight: 600 !important;
  color: #fff;
  background: #939393;
  padding: 15px !important;
  letter-spacing: -1.5px;
  text-align: center;
  border-bottom-left-radius: 40px !important;
  border-bottom-right-radius: 40px !important;
  font-family:
    "Pretendard", "Malgun Gothic", "malgungothic", "맑은고딕", sans-serif !important;
}

.sub_hyperbaric_oxygen_therapy_basics_wrap .bg_box_title p span.small_txt {
  font-size: 24px;
}

.sub_hyperbaric_oxygen_therapy_basics_wrap .bg_box_title.after p {
  color: #fff;
  background: linear-gradient(135deg, #ac87ea, #91cdf2);
}

.sub_hyperbaric_oxygen_therapy_differences_wrap
  .nectar-highlighted-text
  h3
  strong {
  font-weight: 600 !important;
  letter-spacing: -1.5px;
  color: #8b82da !important;
}

/*==============안전시스템==============*/

span.point_bg_01 {
  background: #caa9ff2b;
  font-weight: 500 !important;
}
.sub_safety_title_num p {
  font-size: 55px;
  line-height: 55px;
  color: #8b82da;
  letter-spacing: 0px;
  margin-bottom: 40px !important;
  font-family: "Belleza", serif !important;
}

.sub_about_title_t h3 {
  letter-spacing: -2.5px;
}

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

/*수술 후 주의사항*/

.precautions_wrap .ui-tabs-panel {
  border-radius: 80px !important;
  background: #ded9ff;
  padding:80px 80px 40px !important;
}
.precautions_box {
  margin-bottom: 40px !important;
}
.precautions_top_title {
  font-weight: 600 !important;
  letter-spacing: -2px;
  margin-bottom: 40px !important;
}
.precautions_title {
  font-weight: 600 !important;
  letter-spacing: -2px;
  padding-top: 5px !important;
}

/* .precautions_copy p {
  font-size: 21px;
  line-height: 32px;
  color: #3d3d3d;
  font-weight: 300 !important;
  letter-spacing: -1.2px;
  text-align: left !important;
} */
.precautions_copy p {
  font-size: 18px;
  line-height: 28px;
  color: #3d3d3d;
  font-weight: 300 !important;
  letter-spacing: -1px;
  text-align: left !important;
}
.precautions_copy p strong {
  font-weight: 600 !important;
  color: #000 !important;
}

.precautions_copy p em {
  font-weight: 600 !important;
  color: #8b82da !important;
}

.precautions_copy ul {
  display: table;
  content: "";
  clear: both;
  margin: 0 0 0 25px !important;
  padding: 0 !important;
}

.precautions_copy ul li {
  font-size: 18px;
  line-height: 28px;
  color: #3d3d3d;
  font-weight: 300 !important;
  letter-spacing: -1px;
  padding: 5px 0px 5px 0px !important;
  list-style: square !important;
  text-align: left !important;
    list-style-position:inside;
}
.precautions_copy ul li::marker {
  padding-left:15px !important;

}

.precautions_copy ul li strong {
  font-weight: 600 !important;
  color: #000 !important;
}

.precautions_copy ul li em {
  font-weight: 600 !important;
  color: #8b82da !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: #d0caff;
}

.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 #8b82da;
}

.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/2026/02/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/02/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: #8b82da !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 {
  margin-bottom: 0 !important;
}

.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 {
  margin-bottom: 0 !important;
}
.sub_privacy_c ol li {
  font-size: 15px;
  color: #777;
}

.privacy_box {
  padding: 50px 70px !important;
  border: 1px solid #eee;
  border-radius: 15px;
  background: #f9f9f9;
}

.privacy_box p {
  font-size: 21px;
  line-height: 32px;
  color: #8b82da;
  font-weight: 600;
  padding-bottom: 10px !important;
}

.privacy_box p.copy {
  color: #222;
  font-weight: 600;
  padding-bottom: 20px !important;
  line-height: 38px;
}

.privacy_box p.copy2 {
  color: #222;
  font-size: 21px;
  font-weight: 600;
  padding-bottom: 0px !important;
  line-height: 32px;
}

.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 - 퀵메뉴

-------------------------------------------------------------------*/
#to-top {
  right: 44px !important;
  bottom: 16% !important;
  transform: none !important;
}

/*플로팅 배너*/
.float_bnr_wrap {
  position: fixed;
  z-index: 11;
  left: 30px;
  bottom: 40px;
  /* bottom: 120px; */
  animation: quick_bounce 2s infinite;
  transition: bottom 0.5s ease-out;
}
/* 빠른상담신청영역 올라오면 플로팅배너도 올라가도록 */
.sub_easy_wrap:hover ~ .wpb_row .float_bnr_wrap,
.sub_easy_wrap.open ~ .wpb_row .float_bnr_wrap {
  bottom: 120px !important;
  /* animation: none; */
}

@-webkit-keyframes quick_bounce {
  0%,
  100%,
  20%,
  53%,
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.22, 0.6, 0.35, 1);
    transition-timing-function: cubic-bezier(0.23, 0.6, 0.35, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.76, 0.05, 0.86, 0.06);
    transition-timing-function: cubic-bezier(0.76, 0.05, 0.86, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.76, 0.05, 0.86, 0.06);
    transition-timing-function: cubic-bezier(0.76, 0.05, 0.86, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

/*pc 퀵메뉴*/

.quick_menu_bar_wrap {
  position: fixed !important;
  right: 30px;
  top: 50%;
  margin-top: -220px !important;
  z-index: 999;
}
.quick_wrap ul {
  display: table;
  content: "";
  clear: both;
  margin: 0 !important;
  padding: 0 !important;
}

body .quick_wrap ul li {
  display: block;
  margin: 10px 0 !important;
}

.quick_wrap ul li a {
  display: block;
  width: 60px;
  height: 60px;
  background: #3d3d3d;
  line-height: 58px;
  vertical-align: middle;
  text-align: center;
  border-radius: 10px;
}

.quick_wrap ul li a:hover {
  background: #8b82da;
}
.quick_wrap ul li a img {
  vertical-align: middle;
}

.quick_wrap ul li.naver a img {
  width: 23px !important;
}
.quick_wrap ul li.kakao a img {
  width: 24px !important;
}
.quick_wrap ul li.online a img {
  width: 25px !important;
}
.quick_wrap ul li.location a img {
  width: 20px !important;
}
.quick_wrap ul li.youtube a img {
  width: 24px !important;
}
.quick_wrap ul li.blog a img {
  width: 25px !important;
}
.quick_wrap ul li.labs a,
.quick_wrap ul li.labs a:hover {
  background: #ffffff00;
}

/*모바일 퀵메뉴*/
.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;
  line-height: 30px;
  background: #3d3d3d !important;
  height: 66px !important;
  font-size: 22px;
}

.login_status {
  text-align: center;
  font-size: 17px;
  line-height: 38px;
}

.login_status a {
  color: #988367 !important;
}

/*케이보드에서 링크 클릭시 팝업 오류*/
.note-modal-backdrop {
  display: none !important;
}
@media (min-width: 768px) {
  .note-modal-content {
    margin: 150px auto !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;
  background: #000 !important;
  color: #fff !important;
}

a.kboard-thumbnail-button-small,
input.kboard-thumbnail-button-small,
button.kboard-thumbnail-button-small {
  background: #000 !important;
  font-size: 14px !important;
}

#kboard-thumbnail-document .kboard-title h1 {
  font-size: 38px !important;
  padding-bottom: 30px !important;
}

#kboard-thumbnail-document .kboard-document-navi a {
    font-size: 17px !important;
}
#kboard-thumbnail-document .kboard-document-navi {
    padding-top: 20px !important;
    padding-bottom: 20px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}

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

.kboard-attr-media a {
  border: 1px solid #8b82da;
  padding: 10px;
  border-radius: 5px;
  background: #efefef;
}

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

소셜로그인, 로그인 후 알림 및 관리자 바 보이는것

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

/*회원가입 완료 팝업*/
.cosmosfarm-members-form.register_success {
  display: none !important;
}
.nectar-split-heading.register_title h1 {
  font-weight: 600 !important;
  font-size: 45px;
  letter-spacing: -1px;
}
.register_copy p {
  font-size: 20px;
  line-height: 34px;
  color: #555;
  letter-spacing: -1.5px;
  margin: 20px 0 30px 0 !important;
  font-weight: 500 !important;
}

.pum-theme-3620,
.pum-theme-default-theme {
  background-color: rgba(0, 0, 0, 0.7) !important;
}
.pum-theme-3611 .pum-content + .pum-close,
.pum-theme-enterprise-blue .pum-content + .pum-close {
  color: #ffffff !important;
  font-weight: 300 !important;
  background-color: #0f0f0f !important;
  box-shadow: none;
  border-radius: 30px !important;
  padding-right: 20px;
  padding-top: 10px;
  margin: 10px;
}
.pum-theme-3611 .pum-container,
.pum-theme-enterprise-blue .pum-container {
  padding: 28px;
  border-radius: 30px !important;
  border: 1px none #000000;
  box-shadow: 0px 10px 25px 4px rgba(2, 2, 2, 0.5);
  background-color: rgba(255, 255, 255, 1);
}

.pum-theme-185 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close {
    padding: 8px 20px !important;
    font-size: 25px !important;
    background-color: #fff !important;
    color:#3d3d3d !important;
    font-weight: 600 !important;
        box-shadow: 1px 1px 3px 0px rgb(2 2 2 / 0%) !important;
    border:0px !important;
}

@media screen and (max-width: 999px) {
  .register_copy p {
    font-size: 15px !important;
    line-height: 22px;
    letter-spacing: -1px;
    margin: 17px 0 50px 0 !important;
  }
  .pum-theme-3620 .pum-container,
  .pum-theme-enterprise-blue .pum-container {
    font-size: 16px !important;
    line-height: 25px;
  }
  .nectar-split-heading.register_title h1 {
    font-size: 30px !important;
    line-height: 40px;
  }
}

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

빠른상담 폼

-------------------------------------------------------------------*/
.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: 16px 38px 10px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background: #222;
  font-size: 21px;
  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%;
  padding: 30px 10%;
  border-radius: 40px 40px 0 0;
  background: rgb(20 19 17 / 35%) !important;
  backdrop-filter: blur(20px);
}

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

body div#gform_wrapper_1 input[type="submit"] {
  padding: 14px 50px !important;
  font-size: 21px;
  letter-spacing: -0.5px;
  background-color: #000 !important;
  font-weight: 600;
  border-radius: 100px !important;
  border: none !important;
  font-family:
    "Pretendard", "Malgun Gothic", "malgungothic", sans-serif !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_1 .gfield_validation_message,
#gform_wrapper_1 .validation_message {
  background: none !important;
  border: none !important;
  font-size: 11px !important;
  margin-top: 0px !important;
  padding: 0 !important;
  color: #f00 !important;
  bottom: 11px;
  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: 10px;
  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;
  }

  #gform_wrapper_1 .gfield_validation_message, #gform_wrapper_1 .validation_message {
    bottom: 36px;
}
}
@media screen and (max-width: 690px) {
  body div#gform_wrapper_1 input[type="submit"] {
    padding: 4px 43px !important;
    font-size: 16px !important;
    line-height: 15px;
  }
  div#gform_wrapper_1 {
    border-radius: 20px 20px 0 0;
  }
}

/*온라인예약*/
.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: 152px !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: 36px 0 36px !important;
  list-style: none;
}

.footer_box_wrap .footer_menu_box ul li {
  display: inline-block;
  margin-right: 25px !important;
  position: relative;
}
.footer_box_wrap .footer_menu_box ul li:after {
  display: inline-block;
  content: "";
  width: 1px;
  height: 12px;
  background: #fff;
  position: absolute;
  top: 6px;
  right: -13px;
}
.footer_box_wrap .footer_menu_box ul li:last-child:after {
  display: none;
}

.footer_box_wrap .footer_menu_box ul li a {
  display: block;
  font-size: 17px;
  font-weight: 400 !important;
  color: #fff;
  line-height: 24px;
  letter-spacing: -0.8px;
}

.footer_box_wrap .footer_title p {
  font-family: "Belleza", serif !important;
  font-weight: 400 !important;
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 0px !important;
  text-align: right;
  background-image: linear-gradient(to right, #ac87ea, #91cdf2);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.footer_box_wrap .footer_tel p {
  font-size: 48px;
  line-height: 58px;
  font-family: "Belleza", serif !important;
  font-weight: 400 !important;
  padding-bottom: 0px !important;
  text-align: right;
  background-image: linear-gradient(to right, #ac87ea, #91cdf2);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.footer_box_wrap .footer_add h3 {
  font-size: 19px;
  line-height: 32px;
  color: #fff;
  font-weight: 600 !important;
}

.footer_box_wrap .footer_add ul {
  display: table;
  content: "";
  clear: both;
  margin: 0 0 0px 0 !important;
}

.footer_box_wrap .footer_add ul li {
  display: inline-block;
  font-size: 17px;
  font-weight: 300 !important;
  color: #fff;
  line-height: 32px;
  letter-spacing: -0.5px;
  position: relative;
  padding-right: 25px !important;
}

.footer_box_wrap .footer_add ul li:after {
  display: inline-block;
  content: "";
  width: 1px;
  height: 12px;
  background: #fff;
  position: absolute;
  top: 10px;
  right: 11px;
}

.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: 14px;
  font-weight: 300 !important;
  color: #fff;
  line-height: 18px;
  text-align: right;
  font-family: "Belleza", serif !important;
  letter-spacing: 0 !important;
  opacity: 0.5;
  display: block;
  clear: both;
  padding-bottom: 10px !important;
}

.footer_box_wrap .foot_sns {
  float: right;
  padding-left: 0px;
  margin: 0px 0 30px 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 a {
  display: inline-block;
}

.footer_box_wrap .foot_sns li a img {
  width: auto !important;
  vertical-align: sub;
}

body #footer-outer #copyright {
  display: none !important;
}


/* ++++++++++++++++++++++++++++++++++++++++ *
    번역관련
* ++++++++++++++++++++++++++++++++++++++++ */

/* 다국어버튼 */
li.menu-item.menu-item-gtranslate {
position: absolute !important;
  z-index: 99;
  right: 40px;
  top: 4.8vh;
  transition: all .3s;
}
#header-outer.small-nav li.menu-item.menu-item-gtranslate {
  top: 3vh;
}
/* gt_selected를 이미지 아이콘으로만 보이게 */
.gt_selected {
  position: absolute !important;
  z-index: 9999 !important;
  background: none !important;
  border: none !important;
  background-image: url('/wp-content/uploads/2026/02/flag_b.png') !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  text-indent: -9999px;
  overflow: hidden;
  width: 27px;
  height: 27px;
  border: none !important;
  cursor: pointer;
}

.home #header-outer .gt_selected { 
  background-image: url('/wp-content/uploads/2026/02/flag_w.png') !important; 
}
.home #header-outer.small-nav .gt_selected { 
  background-image: url('/wp-content/uploads/2026/02/flag_b.png') !important; 
}
.home #header-outer.scrolled-down .gt_selected { 
  background-image: url('/wp-content/uploads/2026/02/flag_b.png') !important; 
}

.gt_selected a {
  border: none !important;
  padding: 0 !important;
  width: auto !important;
}
.gt_selected a:hover {
  background-color: transparent !important;
}
.gt_selected a::after {
  display: none !important;
}

.gt_switcher .gt_option {
  position: absolute !important;
  top: 40px;
  left: 50%;
  transform: translateX(-95%);
  background-color: #fff !important;
  border: none !important;
  border-radius: 10px;
  padding: 5px;
  box-shadow: 10px 20px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden !important;
  z-index: 9999 !important;
}
.gt_switcher .gt_option a:hover {
  color: #8a8e75 !important;
}
.gt_switcher .gt_option a img {
  margin-right: 5px !important;
}

/* 헤더 */
:lang(en) #header-outer #top nav > ul > li > a, :lang(en) #header-outer #top nav > .sf-menu > li > a,
:lang(zh-cn) #header-outer #top nav > ul > li > a, :lang(zh-cn) #header-outer #top nav > .sf-menu > li > a,
:lang(ja) #header-outer #top nav > ul > li > a, :lang(ja) #header-outer #top nav > .sf-menu > li > a,
:lang(id) #header-outer #top nav > ul > li > a, :lang(id) #header-outer #top nav > .sf-menu > li > a {
  font-size: 15px !important;
}
:lang(th) #header-outer #top nav > ul > li > a, :lang(th) #header-outer #top nav > .sf-menu > li > a, :lang(th) #header-outer .sf-menu li ul li a  {
  font-size: 12.5px !important;
}
:lang(en) #header-outer .sf-menu li ul li a, :lang(zh-cn) #header-outer .sf-menu li ul li a, :lang(ja) #header-outer .sf-menu li ul li a, :lang(id) #header-outer .sf-menu li ul li a {
  font-size: 14px !important;
}
:lang(en) li#menu-item-10000001, :lang(zh-cn) li#menu-item-10000001, :lang(th) li#menu-item-10000001, :lang(ja) li#menu-item-10000001, :lang(id) li#menu-item-10000001 {
  right: 150px;
}
/* 로고기준 가운데 정렬 */
:lang(en) #header-outer #top nav > .sf-menu, :lang(en) #header-outer.small-nav #top nav > .sf-menu {
  margin-left: 10% !important;
}
:lang(zh-cn) #header-outer #top nav > .sf-menu, :lang(zh-cn) #header-outer.small-nav #top nav > .sf-menu {
  margin-left: 3.8% !important;
}
:lang(ja) #header-outer #top nav > .sf-menu, :lang(zh-cn) #header-outer.small-nav #top nav > .sf-menu {
  margin-left: 3.2% !important;
}
:lang(id) #header-outer #top nav > .sf-menu, :lang(id) #header-outer.small-nav #top nav > .sf-menu {
  margin-left: 12.5% !important;
}
:lang(th) #header-outer #top nav > .sf-menu, :lang(th) #header-outer.small-nav #top nav > .sf-menu {
  margin-left: 7% !important;
}

/* 메뉴가려짐 이슈 */
body:has(img.gicons) :lang(en) li#menu-item-10000001, body:has(img.gicons) :lang(en) li#menu-item-10000002,
body:has(img.gicons) :lang(zh-cn) li#menu-item-10000001, body:has(img.gicons) :lang(zh-cn) li#menu-item-10000002,
body:has(img.gicons) :lang(th) li#menu-item-10000001, body:has(img.gicons) :lang(th) li#menu-item-10000002,
body:has(img.gicons) :lang(ja) li#menu-item-10000001, body:has(img.gicons) :lang(ja) li#menu-item-10000002,
body:has(img.gicons) :lang(id) li#menu-item-10000001, body:has(img.gicons) :lang(id) li#menu-item-10000002 {
  display: none !important;
}
body:has(img.gicons) :lang(en) #header-outer[data-format=centered-logo-between-menu] #top .span_9, body:has(img.gicons) :lang(en) #header-outer[data-format=centered-logo-between-menu] #top .span_9 nav,
body:has(img.gicons) :lang(id) #header-outer[data-format=centered-logo-between-menu] #top .span_9, body:has(img.gicons) :lang(id) #header-outer[data-format=centered-logo-between-menu] #top .span_9 nav {
  padding-right: 50px !important;
}
@media screen and (max-width: 999px) {
body:has(img.gicons) :lang(en) #header-outer[data-format=centered-logo-between-menu] #top .span_9, body:has(img.gicons) :lang(en) #header-outer[data-format=centered-logo-between-menu] #top .span_9 nav,
body:has(img.gicons) :lang(id) #header-outer[data-format=centered-logo-between-menu] #top .span_9, body:has(img.gicons) :lang(id) #header-outer[data-format=centered-logo-between-menu] #top .span_9 nav {
  padding-right: 0 !important;
}  
}
body:has(img.gicons) :lang(zh-cn) #header-outer[data-format=centered-logo-between-menu] #top .span_9, body:has(img.gicons) :lang(zh-cn) #header-outer[data-format=centered-logo-between-menu] #top .span_9 nav,
body:has(img.gicons) :lang(th) #header-outer[data-format=centered-logo-between-menu] #top .span_9, body:has(img.gicons) :lang(th) #header-outer[data-format=centered-logo-between-menu] #top .span_9 nav,
body:has(img.gicons) :lang(ja) #header-outer[data-format=centered-logo-between-menu] #top .span_9, body:has(img.gicons) :lang(ja) #header-outer[data-format=centered-logo-between-menu] #top .span_9 nav
 {
  padding-right: 0 !important;
}

/* 퀵메뉴 */
.quick_wrap img.gicons.gicons-url {
  display: none !important;
}
:lang(ja) .bottom_quick_menu,  :lang(zh-cn) .bottom_quick_menu {
  top: -270px !important;
}
:lang(en) .bottom_quick_menu, :lang(id) .bottom_quick_menu, :lang(th) .bottom_quick_menu {
  top: -310px !important;
}

:lang(en) .sub_easy_wrap.open .bottom_quick_form_btn a::after {
  content: "Close";
}
:lang(zh-cn) .sub_easy_wrap.open .bottom_quick_form_btn a::after {
  content: "关闭";
}
:lang(ja) .sub_easy_wrap.open .bottom_quick_form_btn a::after {
  content: "閉じる";
}
:lang(th) .sub_easy_wrap.open .bottom_quick_form_btn a::after {
  content: "ปิด";
}
:lang(id) .sub_easy_wrap.open .bottom_quick_form_btn a::after {
  content: "Tutup";
}


/* 메인-영문폰트 적용 */
:lang(en) .main_selfie_wrap .nectar-split-heading h3 span {
  font-family: "Belleza", serif !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}
/* 메인-슬라이드 화살표 삭제 */
:lang(en) #SR7_1_1-1-5, :lang(zh-cn) #SR7_1_1-1-5, :lang(ja) #SR7_1_1-1-5, :lang(th) #SR7_1_1-1-5, :lang(id) #SR7_1_1-1-5,
:lang(en) #SR7_1_1-3-5, :lang(zh-cn) #SR7_1_1-3-5, :lang(ja) #SR7_1_1-3-5, :lang(th) #SR7_1_1-3-5, :lang(id) #SR7_1_1-3-5,
:lang(en) #SR7_1_1-4-5, :lang(zh-cn) #SR7_1_1-4-5, :lang(ja) #SR7_1_1-4-5, :lang(th) #SR7_1_1-4-5, :lang(id) #SR7_1_1-4-5 {
  display: none !important;
}
/* 일본,태국어,중국어-텍스트 줄바꿈 */
:lang(ja) h1, :lang(ja) h2, :lang(ja) h3, :lang(ja) h4, :lang(ja) h5, :lang(ja) h6, :lang(ja) p, :lang(ja) a, :lang(ja) strong, :lang(ja) div, :lang(ja) dd, :lang(ja) dt, :lang(ja) td, :lang(ja) th, :lang(ja) ul, :lang(ja) li {
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
}
:lang(th) h1, :lang(th) h2, :lang(th) h3, :lang(th) h4, :lang(th) h5, :lang(th) h6, :lang(th) p, :lang(th) a, :lang(th) strong, :lang(th) div, :lang(th) dd, :lang(th) dt, :lang(th) td, :lang(th) th, :lang(th) ul, :lang(th) li {
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
}
:lang(zh-cn) h1, :lang(zh-cn) h2, :lang(zh-cn) h3, :lang(zh-cn) h4, :lang(zh-cn) h5, :lang(zh-cn) h6, :lang(zh-cn) p, :lang(zh-cn) a, :lang(zh-cn) strong, :lang(zh-cn) div, :lang(zh-cn) dd, :lang(zh-cn) dt, :lang(zh-cn) td, :lang(zh-cn) th, :lang(zh-cn) ul, :lang(zh-cn) li {
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
}
:lang(id) h1, :lang(id) h2, :lang(id) h3, :lang(id) h4, :lang(id) h5, :lang(id) h6, :lang(id) p, :lang(id) a, :lang(id) strong, :lang(id) div, :lang(id) dd, :lang(id) dt, :lang(id) td, :lang(id) th, :lang(id) ul, :lang(id) li {
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
}

/* 아이콘 버튼 안눌리는 현상 */
body:has(img.gicons) .column-link{
  display: none !important;
}
body:has(img.gicons) .nectar-fancy-box .box-link {
  display: none !important;
}

/* 아이콘 이미지 틀어지는 현상 */
.col.center img.gicons.gicons-block {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.eyelid_vs_table table td.imgbox img.gicons {
  width: auto !important;
}
.sub_bna_wrap .sub_bna_nose_slide img.gicons {
  width: auto !important;
}

/* 고탑버튼 아이콘 깨짐 */
/* to-top 버튼 Font Awesome 강제 보정 */
#to-top .fa,
#to-top .fa::before {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 600 !important;
  font-style: normal !important;
  transform: scale(0.85);
}
/* fa-angle-up 아이콘 코드 직접 지정 */
#to-top .fa-angle-up::before {
  content: "\f106" !important;
}

/* 확대 애니메이션 끔 */
body:has(img.gicons) .main_tv_wrap .img-with-aniamtion-wrap .hover-wrap[data-hover-animation=zoom]:hover .hover-wrap-inner {
  transform: scale(1) !important;
}
body:has(img.gicons) .main_column_wrap .img-with-aniamtion-wrap .hover-wrap[data-hover-animation=zoom]:hover .hover-wrap-inner {
  transform: scale(1) !important;
}

