@charset "UTF-8";
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');


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

h1, h2, h3, h4, h5, h6, li, div {font-family:'Pretendard', '맑은고딕', 'MalgunGothic', sans-serif !important; word-break: keep-all; letter-spacing: -0.03em !important; line-height: 1.5 !important; }

/* font style */
.en, .en p, .en h1, .en h2, .en h3, .en h4, .en h5 { 
  font-family: "Cormorant Garamond", serif !important;
  font-weight: normal;
  letter-spacing: 0 !important;
}
.point_ko, .point_ko p, .point_ko h1, .point_ko h2, .point_ko h3, .point_ko h4, .point_ko h5 { 
   font-family: "Noto Serif KR", serif !important;
   font-weight: 300 !important;
}


/* Heading */
.heading_xl.main h1 { font-size: 90px; } 
.heading_lg.main h2 { font-size: 70px; }
.heading_md.main h3 { font-size: 36px; }

.heading_xl h1 { font-size: 80px; } /* h1, Hero 타이틀 */
/* .heading_lg h2 { font-size: 60px; }  */
.heading_lg h2 { font-size: 48px; } /* h2, 메인 섹션 */
.heading_md h3 { font-size: 36px; } /* h3, 서브 섹션 */
.heading_sm h4 { font-size: 28px; } /* h4, 카드/모듈 */
.heading_xs h5 { font-size: 24px; } /* h5, 소제목 */

/* Body */
.body_sm p { font-size: 15px; } /* 작은 본문 */
.body_md p { font-size: 18px; } /* 기본 본문 */
.body_lg p { font-size: 21px; } /* 강조 본문 */

/* Caption */
.caption_sm p { font-size: 13px; } /* 캡션, 설명, 라벨 */
.caption_xs p { font-size: 11px; } /* 태그, 보조 UI */


/* weight */
.ftw_100, .ftw_100 p, .ftw_100 h1, .ftw_100 h2, .ftw_100 h3, .ftw_100 h4, .ftw_100 h5 { font-weight: 100 !important; }
.ftw_200, .ftw_200 p, .ftw_200 h1, .ftw_200 h2, .ftw_200 h3, .ftw_200 h4, .ftw_200 h5 { font-weight: 200 !important; }
.ftw_300, .ftw_300 p, .ftw_300 h1, .ftw_300 h2, .ftw_300 h3, .ftw_300 h4, .ftw_300 h5 { font-weight: 300 !important; }
.ftw_400, .ftw_400 p, .ftw_400 h1, .ftw_400 h2, .ftw_400 h3, .ftw_400 h4, .ftw_400 h5 { font-weight: 400 !important; }
.ftw_500, .ftw_500 p, .ftw_500 h1, .ftw_500 h2, .ftw_500 h3, .ftw_500 h4, .ftw_500 h5 { font-weight: 500 !important; }
.ftw_600, .ftw_600 p, .ftw_600 h1, .ftw_600 h2, .ftw_600 h3, .ftw_600 h4, .ftw_600 h5 { font-weight: 600 !important; }
.ftw_700, .ftw_700 p, .ftw_700 h1, .ftw_700 h2, .ftw_700 h3, .ftw_700 h4, .ftw_700 h5 { font-weight: 700 !important; }

/* align */
.txt_center, .txt_center p { text-align: center !important; }
.txt_right, .txt_right p { text-align: right !important; }

/* line-height */
p { line-height: 1.7 !important; }
.lh_1, .lh_1 p, .lh_1 h1, .lh_1 h2, .lh_1 h3, .lh_1 h4 { line-height: 1 !important; }
.lh_12, .lh_12 p, .lh_12 h1, .lh_12 h2, .lh_12 h3, .lh_12 h4 { line-height: 1.2 !important; }
.lh_13, .lh_13 p, .lh_13 h1, .lh_13 h2, .lh_13 h3, .lh_13 h4 { line-height: 1.3 !important; }
.lh_14, .lh_14 p, .lh_14 h1, .lh_14 h2, .lh_14 h3, .lh_14 h4 { line-height: 1.4 !important; }

/* letter-spacing */
.ls_0, .ls_0 p { letter-spacing: 0 !important; }
.ls_4, .ls_4 p { letter-spacing: 4px !important; }
.ls_8, .ls_8 p { letter-spacing: 8px !important; }


/* ++++++++++++++++++++++++++++++++++++++++ *
    COLOR
* ++++++++++++++++++++++++++++++++++++++++ */
/* color */
/* .b, .b p, .b h1, .b h2, .b h3, .b h4, .b h5 { color: #655d5d !important; } */
.b, .b p, .b h1, .b h2, .b h3, .b h4, .b h5 { color: #393632 !important; }
.w, .w p, .w h1, .w h2, .w h3, .w h4, .w h5 { color: #fff !important; }
.g, .g p, .g h1, .g h2, .g h3, .g h4, .g h5 { color: #717171 !important; }
.dg, .dg p, .dg h1, .dg h2, .dg h3, .dg h4, .dg h5 { color: #2d2d2d !important; }
.point_1, .point_1 p, .point_1 h1, .point_1 h2, .point_1 h3, .point_1 h4, .point_1 h5 { color: #97867e !important; }
.point_2, .point_2 p, .point_2 h1, .point_2 h2, .point_2 h3, .point_2 h4, .point_2 h5 { color: #000 !important; }
.point_3, .point_3 p, .point_3 h1, .point_3 h2, .point_3 h3, .point_3 h4, .point_3 h5 { color: #ebd9d0 !important; }
/* .point_4, .point_4 p, .point_4 h1, .point_4 h2, .point_4 h3, .point_4 h4, .point_4 h5 { color: #B2A7A7 !important; } */
/* .point_5, .point_5 p, .point_5 h1, .point_5 h2, .point_5 h3, .point_5 h4, .point_5 h5 { color: #f1e1ce !important; } */

/* 톤컬러 변경요청으로 추가된 컬러값 */
.point_4, .point_4 p, .point_4 h1, .point_4 h2, .point_4 h3, .point_4 h4, .point_4 h5 { color: #b7a58d !important; }
.point_5, .point_5 p, .point_5 h1, .point_5 h2, .point_5 h3, .point_5 h4, .point_5 h5 { color: #fff2e3 !important; }
.point_6, .point_6 p, .point_6 h1, .point_6 h2, .point_6 h3, .point_6 h4, .point_6 h5 { color: #82796d !important; }
.point_7, .point_7 p, .point_7 h1, .point_7 h2, .point_7 h3, .point_7 h4, .point_7 h5 { color: #343841 !important; }




/* ++++++++++++++++++++++++++++++++++++++++ *
    OPACITY
* ++++++++++++++++++++++++++++++++++++++++ */
/* opacity */
.op_5, .op_5 p {opacity: .5 !important; }
.op_7, .op_7 p .op_7 img {opacity: .7 !important; }
.op_2, .op_2 p .op_2 img {opacity: .2 !important; }


/* ++++++++++++++++++++++++++++++++++++++++ *
    DISPLAY
* ++++++++++++++++++++++++++++++++++++++++ */
.dp_none {
    display: none !important;
}

.none_480 { display: block; }
.show_480 { display: none; }

.none_690 { display: block; }
.show_690 { display: none; }

.none_999 { display: block; }
.show_999 { display: none; }

.none_1280 { display: block; }
.show_1280 { display: none; }

.none_1500 { display: block; }
.show_1500 { display: none; }

.none_1650 { display: block; }
.show_1650 { display: none; }

.none_1880 { display: block; }
.show_1880 { display: none; }


/* ++++++++++++++++++++++++++++++++++++++++ *
    MARGIN / PADDING
* ++++++++++++++++++++++++++++++++++++++++ */
.mb_no, .mb_no p {
    margin-bottom: 0 !important;
}
.pb_no, .pb_no p {
    padding-bottom: 0 !important;
}
.pd_20 { padding-bottom: 20px; }
.pd_40 { padding-bottom: 40px; }


/* ++++++++++++++++++++++++++++++++++++++++ *
    RESET
* ++++++++++++++++++++++++++++++++++++++++ */
.material .wpb_content_element, .material .wpb_row, .img-with-aniamtion-wrap .hover-wrap {
    margin-bottom: 0 !important;
}
.nectar-cta h6 span.text { 
    font-weight: 500;
    margin-right: 0 !important;
}
.clearfix:before, .clearfix:after {
    display: block;
    content: '';
    line-height: 0;
}
.clearfix:after {
    clear:both;
}
/* 크롬, 사파리, 엣지 등 */
::selection {
  background-color: #e7e2dc;
  color: #383735;
}
/* 파이어폭스 */
::-moz-selection {
  background-color: #e7e2dc;
  color: #383735;
}
/* 버튼 */
body[data-form-submit=regular] .container-wrap button[type=submit], body[data-form-submit=regular] .container-wrap input[type=submit] {
    padding: 5px 22px !important;
}
.floatR {
    float: right;
}



/* ++++++++++++++++++++++++++++++++++++++++ *
    HEADER
* ++++++++++++++++++++++++++++++++++++++++ */
#header-outer {
    border-bottom: 1px solid #e0dfdf;
}
#header-outer.small-nav {
    border-bottom: none;
}
#header-outer.scrolled-down {
    border-bottom: none;
}
#header-outer #top nav > ul > li > a { 
    opacity: 1 !important; 
    font-size: 17px; 
    padding-left: 15px !important; 
    padding-right: 15px !important; 
    font-weight: 400 !important;
}
#header-outer #top nav > ul > li.en > a {
  font-weight: 600 !important;
}
#header-outer .sf-menu li ul.sub-menu { 
    padding: 10px !important; 
    border-radius: 0 0 20px 20px; 
}
#header-outer .sf-menu li ul.sub-menu li a { 
    padding: 15px !important;
    font-size: 16px !important; 
    font-weight: 400 !important;
 }
#header-outer #top nav > ul > li > a { 
    margin-left: 0 !important; 
    margin-right: 0 !important;
 }


/* 로그인/회원가입 메뉴 */
li#menu-item-10000002 {
  padding-right: 65px !important;
}
#header-outer #top nav > ul > li#menu-item-10000001 > a {
    padding-right: 8px !important;
}
#header-outer #top nav > ul > li#menu-item-10000001 > a::after {
    position: absolute;
    top: 3px;
    right: 0;
    display: inline-block;
    content: '';
    width: 1px;
    height: 15px;
    background-color: rgba(255,255,255, .5);
}
#header-outer #top nav > ul > li#menu-item-10000002 > a {
    padding-left: 8px !important;
}
li.menu-item-10000001 a span, li#menu-item-10000002 a span {
  font-size: 15px;
  color: #999999 !important;
}
/* #header-outer.small-nav li.menu-item-10000001 a span, #header-outer.small-nav li.menu-item-10000002 a span {
  color: #c8c8c8 !important;
} */
#top nav>ul>li#menu-item-10000001>a, #top nav>ul>li#menu-item-10000002>a {
  padding: 0 !important;
}


/* ++++++++++++++++++++++++++++++++++++++++ *
    햄버거 메뉴
* ++++++++++++++++++++++++++++++++++++++++ */
#slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li { margin: 20px 0 !important; }
#slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container .sub-menu li { margin: 8px 0 !important; }
#slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container .sub-menu li:nth-child(1) { margin: 20px 0 8px 0 !important; }
#slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container .sub-menu li a { font-size: 17px !important; }
#slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li a { 
    font-family: "Cormorant Garamond", serif !important;
    font-weight: 400;
 }
.off-canvas-menu-container .menu-item-10000001 a {
	font-size: 30px !important;
    border: 2px solid #fff;
    padding: 5px 30px!important;
    margin-top: 30px;
    border-radius: 50px;
    transition: all .4s !important;

}
.off-canvas-menu-container .menu-item-10000002 a{
	font-size: 30px !important;
    border: 2px solid #fff;
    padding: 5px 30px!important;
    border-radius: 50px;
    transition: all .4s !important;
}
.off-canvas-menu-container .menu-item-10000001 a {
	font-size: 15px !important;
	padding: 2px 20px!important;
	margin-top: 20px;
}
.off-canvas-menu-container .menu-item-10000002 a{
	font-size: 15px !important;
	padding: 2px 20px!important;
}
#slide-out-widget-area .ocm-dropdown-arrow {
    padding-left: 200px;
    overflow: hidden;
}
.off-canvas-menu-container .menu-item-10000001:hover a { background-color: rgba(255,255,255, .2); }
.off-canvas-menu-container .menu-item-10000002:hover a { background-color: rgba(255,255,255, .2); }
.off-canvas-menu-container .menu-item-10000001:hover a::after { display: none !important; }
.off-canvas-menu-container .menu-item-10000002:hover a::after { display: none !important; }

@media screen and (max-width:999px){
	#slide-out-widget-area ul .menu-item .nectar-ext-menu-item .menu-title-text {
		background-image: none;
	}
}


/* 헤더 마우스커서 애니메이션 */
@media (min-width: 1000px) {
  .custom-cursor {
    position: fixed;
    pointer-events: none;
    width: 30px;
    height: 30px;
    background-color: transparent;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><defs><linearGradient id="grad" x1="0%" y1="0%" x2="100%" y2="100%"><stop offset="0%" stop-color="%23292e39"/><stop offset="100%" stop-color="%23c7b59f"/></linearGradient></defs><circle cx="15" cy="15" r="14" fill="none" stroke="url(%23grad)" stroke-width="2"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.3s ease, height 0.3s ease, opacity 0.3s ease;
    opacity: 0;
    z-index: 9999;
  }

  .custom-cursor.active {
    opacity: 1;
  }

  .custom-cursor.enlarged {
    width: 70px;
    height: 70px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="70" height="70" viewBox="0 0 70 70"><defs><linearGradient id="grad" x1="0%" y1="0%" x2="100%" y2="100%"><stop offset="0%" stop-color="%23292e39"/><stop offset="100%" stop-color="%23c7b59f"/></linearGradient></defs><circle cx="35" cy="35" r="34" fill="none" stroke="url(%23grad)" stroke-width="2"/></svg>');
  }
}










/* ++++++++++++++++++++++++++++++++++++++++ *
    다국어버튼
* ++++++++++++++++++++++++++++++++++++++++ */
li.menu-item.menu-item-gtranslate {
position: absolute !important;
  z-index: 99;
  /* right: 75px; */
  right: 40px;
  top: 4.2vh;
  transition: all .3s;
}
#header-outer.small-nav li.menu-item.menu-item-gtranslate {
  top: 2.4vh;
}
/* gt_selected를 이미지 아이콘으로만 보이게 */
.gt_selected {
  position: absolute !important;
  z-index: 9999 !important;
  background: none !important;
  border: none !important;
  background-image: url('/wp-content/uploads/2025/11/new-globalBtn-icon-color.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;
}
.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;
}
.gt_switcher .gt_option a:hover {
  color: #8a8e75 !important;
}
.gt_switcher .gt_option a img {
  margin-right: 5px !important;
}

/* ++++++++++++++++++++++++++++++++++++++++ *
    MAIN
* ++++++++++++++++++++++++++++++++++++++++ */
/* 공통 */
.bd_line {
    border-bottom: 1px solid #e0dfdf;
}
.bt_line {
    border-top: 1px solid #DFDCDB;
}
.nectar-cta.en h6 span a {
    font-family: "Cormorant Garamond", serif !important;
    letter-spacing: 0 !important;
    font-weight: 300;
}
/* section1 */
/* .main_section1 .bottom_img_wrap {
    margin-top: -230px;
}
.main_section1 .bottom_img_wrap .vc_column-inner {
    height: 540px;
    overflow: hidden;
} */
/* .main_section1 .bottom_img_wrap .nectar-scrolling-text {
    position: absolute;
    z-index: 3;
    bottom: -40px;
}  */
.main_section1 {
    overflow: hidden !important;
}
.main_section1 .bottom_img_wrap .nectar-scrolling-text-inner em {
    font-family: "Cormorant Garamond", serif !important;
    font-weight: normal;
    letter-spacing: 0 !important;    
    font-size: 180px;
    line-height: 1 !important;
    margin-right: 35px;
}
/* section2 */

/* section3 */
.main_section3 .signature_wrap {
    max-width: 1357px;
    float: right;
}
/* hover animation */
.signature_wrap .signature_box {
  margin-top: 0 !important;
  transition: all 0.5s ease, filter 0.5s ease;
  position: relative;
}
.signature_wrap:hover .signature_box:not(:hover) {
  filter: blur(2px) brightness(1.1);
  z-index: 0;
}
.signature_wrap .signature_box:hover {
  margin-top: -30px !important;
  filter: none;
  z-index: 10;
}

/* section4 */
.main_section4 .promise_num p {
    font-size: 28px;
    font-style: italic;
}
.main_section4 .promise_num p .num {
    font-size: 48px;
}
.main_section4 .left_wrap {
    width: 40% !important;
}
.main_section4 .right_wrap {
    width: 60% !important;
}
.main_section4 .heading_lg h2.big {
    font-size: 100px;
    line-height: 1 !important;
}
.main_section4 .heading_lg h2.big em {
    margin-right: 20px;
}

/* section5 */

/* section6 */
.main_section6 .job {
    font-size: 18px;
    font-weight: 300 !important;
}
.career {
    transition: max-height 0.35s ease;
}
/* 버튼 안 텍스트 + 아이콘 정렬 */
.career_toggle_btn {
  display: flex;
  align-items: center;
  gap: 6px; /* 텍스트와 아이콘 사이 간격 */
}

/* SVG 화살표 기본 상태 */
.career_arrow_icon {
  transition: transform 0.25s ease;
}

/* 열렸을 때 화살표 180도 회전 */
.career_toggle_btn.active .career_arrow_icon {
  transform: rotate(180deg);
}

.career ul {
    float: left;
    margin: 0 0 0 30px;
}
.career ul:nth-child(1) {
    margin: 0 0 0 20px;
}
.career ul li {
    font-size: 15px;
    line-height: 1.8 !important;
    color: #655d5d;
    list-style: none;
    font-weight: 300;
}
.main_section6 .cell.is-selected { 
  opacity: 1 !important; 
  transition: all .5s !important;
}
.main_section6 .cell { 
  opacity: .5 !important;
}
.main_section6 .flickity-page-dots {
    display: none !important;
}
.main_section6 .cell img {
    width: 765px !important;
}
/* section7 */
.main_section7.full-width-section {
    width: calc(100vw - var(--scroll-bar-w));
    left: 50%;
    margin-left: calc(-50vw + var(--scroll-bar-w)/ 2);
    z-index: 1 !important;
}
.main_section7 .nectar-milestone {
    margin-bottom: 0 !important;
}
.main_section7 .nectar-milestone .number {
    font-family: "Cormorant Garamond", serif !important;
    font-weight: 500;
    letter-spacing: 0 !important;
    font-style: italic;
    line-height: 1;
    margin-bottom: 0 !important;
}
.main_section7 .nectar-carousel-flickity-fixed-content .nectar-flickity {
    margin-left: 8% !important;
}
.main_section7 .nectar-carousel-flickity-fixed-content .nectar-flickity .cell img {
    width: 340px !important;
}
.main_section7 .flickity-page-dots {
    display: none !important;
}
@media only screen and (min-width : 1300px){
    .main_section7 .nectar-flickity.nectar-carousel[data-desktop-columns="3"][data-format="fixed_text_content_fullwidth"] .cell {
        width: 39%;
        margin-right: 0 !important;
        padding: 0 !important;
    }
}

/* section8 */
.main_section8 .row-bg-wrap {
    background: #f9f6f4;
}

/* section9 */
#kboard-thumbnail-latest .kboard-latest-thumnail::before {
    content: 'Event';
    display: inline-block;
    font-size: 20px;
    font-family: "Cormorant Garamond", serif !important;
    font-weight: 600;
    letter-spacing: 0 !important;
    font-style: italic;
    line-height: 1;
    padding: 5px 10px;
    background-color: #fff;
    color: #000;
    border-radius: 5px;
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 2;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

/* main_section10 */
.main_section10_content .bna_thumb_wrap {
    border-radius: 10px !important;
}
/* 로그인 전, 후 이미지 컨트롤 */
.main_section10_content .bna_thumb_wrap .before_img .hover-wrap-inner {
  position: relative;
  display: inline-block;
  line-height: 0;
  overflow: hidden;
  vertical-align: top;
}
.main_section10_content .bna_thumb_wrap .before_img .hover-wrap-inner img {
  display: block;
  width: 100%;
  height: auto;
}
.main_section10_content .bna_thumb_wrap .before_img .hover-wrap-inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(6px);
  transition: all 0.4s ease;
  z-index: 5;
  pointer-events: none;
}
body.logged-in .main_section10_content .bna_thumb_wrap .before_img .hover-wrap-inner::after {
  background: rgba(0, 0, 0, 0);
  backdrop-filter: blur(0);
}

/* 태그 */
.main_section10_content .bna_thumb_wrap .before_img, .main_section10_content .bna_thumb_wrap .after_img {
    position: relative;
}
.main_section10_content .bna_thumb_wrap .before_img::before {
    content: 'Before';
    display: inline-block;
    font-size: 20px;
    font-family: "Cormorant Garamond", serif !important;
    font-weight: 400;
    letter-spacing: 0 !important;
    font-style: italic;
    line-height: 1;
    padding: 5px 10px;
    background-color: #bdab94;
    color: #fff;
    border-radius: 5px;
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 2;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);    
}
.main_section10_content .bna_thumb_wrap .after_img::before {
    content: 'After';
    display: inline-block;
    font-size: 20px;
    font-family: "Cormorant Garamond", serif !important;
    font-weight: 600;
    letter-spacing: 0 !important;
    font-style: italic;
    line-height: 1;
    padding: 5px 10px;
    background-color: #fff;
    color: #000;
    border-radius: 5px;
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 2;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);    
}

/* main_section11 */
.main_section11 .nectar-cta.map_btn p span a::before {
  display: inline-block;
  content: '';
  position: absolute;
  left: -28px;
  top: -4px;
}
.main_section11 .nectar-cta.map_btn p span a span.text {
  letter-spacing: 0 !important;
  font-weight: 600;
}
.main_section11 .nectar-cta.map_btn.naver p span a::before {
  width: 20px;
  height: 20px;
  background-image: url(/wp-content/uploads/2025/10/navermap.png);
  background-size: 20px 20px;
}
.main_section11 .nectar-cta.map_btn.kakao p span a::before {
  width: 18px;
  height: 18px;
  background-image: url(/wp-content/uploads/2025/10/kakaomap.png);
  background-size: 18px 18px;
}
.main_section11 .nectar-cta.map_btn.google p span a::before {
  width: 21px;
  height: 21px;
  background-image: url(/wp-content/uploads/2025/10/googlemap.png);
  background-size: 21px 21px;
}

.main_section11 .hours_wrap {
    margin-left: 0 !important;
    margin-bottom: 15px !important;
}
.main_section11 .hours_wrap li {
    list-style: none;
    color: #655d5d;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;     
}
.main_section11 .hours_wrap.sub li {
    color: #655d5d;
}
.main_section11 .hours_wrap li span {
    display: inline-block;
}
.main_section11 .hours_wrap li span.day {
    font-size: 18px;
    font-weight: 400;
    min-width: 50px;
    letter-spacing: 0 !important;
}
.main_section11 .hours_wrap li span.time {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 2px;
}
.main_section11 .hours_wrap li span.point {
    font-size: 13px;
    line-height: 1;
    font-weight: 300;
    padding: 5px 15px;
    border: 1px solid #655d5d;
    border-radius: 50px;
    margin-left: 10px;
}
.main_section11 .hours_wrap.sub li span.point {
    border: 1px solid #655d5d;
}
.main_section11 .hours_wrap li span.point.night {
    position: relative;
    padding: 5px 15px 5px 34px;
}
.main_section11 .hours_wrap li span.point.night::before {
    position: absolute;
    left: 15px;
    top: 5px;
    display: inline-block;
    content: '';
    background-image: url(/wp-content/uploads/2025/10/night_icon.png);
    width: 13px;
    height: 12px;
}


/* ++++++++++++++++++++++++++++++++++++++++ *
    SUB
* ++++++++++++++++++++++++++++++++++++++++ */
/* /////////////////////////// 공통 start /////////////////////////// */
/* 설명 */
.sub_top_wrap .bottom_img_wrap {
    margin-top: -115px;
}
.sub_top_wrap .bottom_img_wrap .vc_column-inner {
    height: 540px;
    overflow: hidden;
}
/* breadcrumb */
.sub_breadcrumb > .wpb_wrapper {
    display: flex;
    align-items: center;
}
.sub_breadcrumb p:first-child { 
    padding-bottom: 0;
}
.sub_breadcrumb p:first-child img { 
    margin-bottom: 0;
}
.sub_breadcrumb .drop-down_box {
    margin: 0;
}
.sub_breadcrumb .drop-down_box > li.en {
    font-family: "Cormorant Garamond", serif !important;
    font-weight: 600;
    letter-spacing: 0 !important;    
}
.sub_breadcrumb .drop-down_box > li {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 15px;
    font-weight: 400;
    /* color: #7d7171; */
    color: #b7a58d;
    line-height: 30px !important;
    cursor: pointer;
    position: relative;
    list-style: none;
}
.sub_breadcrumb .drop-down_menu {
    position: absolute;
    z-index: 9999;
    background: #fff;
    padding: 7px;
    border-radius: 16px;
    transform: translateX(-10px);
    display: none;
    min-width: 161px;
    margin-left: 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08), 
        0 1px 3px rgba(0, 0, 0, 0.06);
}
.sub_breadcrumb .drop-down_menu li {
    list-style: none;
}
.sub_breadcrumb .drop-down_menu li a {
    font-size: 14px;
    font-weight: 400;
    color: #b7a58d;
    padding: 6px 16px;
    display: block;
    border-radius: 12px;
}
.sub_breadcrumb .drop-down_menu li.en a {
    font-weight: 600;
}
.sub_breadcrumb .drop-down_menu li a:hover {
    background: #fff;
}
.sub_breadcrumb .present_page {
    font-size: 15px;
    font-weight: 400;
    color: #b7a58d;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.sub_breadcrumb .drop-down_box > li::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 6px;
  background: url(/wp-content/uploads/2025/11/new-breadcrumb-arrow.png) no-repeat center center / contain;
  margin-left: 8px;
  vertical-align: middle;
  transition: transform 0.3s ease;
}
.sub_breadcrumb .drop-down_box > li.open::after {
  transform: rotate(180deg);
}

/* 시술설명 */
.sub_procedure_desc_wrap .vc_col-sm-6 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* 시술장점 */
.merit_con_wrap {
    display: flex;
    align-items: flex-start;
    padding-top: 40px;
}
.merit_con_wrap .num {
    margin-right: 50px;
    display: flex;
    align-items: flex-start;
}
.merit_con_wrap .num h2 {
    font-size: 60px;
    font-style: italic;
    font-weight: 500;
    color: #655D5D;
    line-height: 1 !important;
    margin-top: -20px;
    margin-bottom: 0;
}
.merit_con_wrap .con {
    align-items: flex-start;
}
.merit_con_wrap .con h5 {
    font-size: 24px;
    font-weight: 500;
    color: #655D5D;
    margin-bottom: 20px;
}
.merit_con_wrap .con p {
    font-size: 18px;
    font-weight: 300;
    color: #655D5D;
}

/* why */
.sub_why_wrap h3 .why {
    display: inline-block;
    font-size: 70px;
    font-weight: 400;
}
.why_con_wrap {
    display: flex;
    align-items: flex-start;
    padding-top: 50px;
}
.why_con_wrap.two, .why_con_wrap.thr {
    padding-top: 20px;
}
.why_con_wrap .img {
    margin-right: 5px;
    display: flex;
    align-items: flex-start;
}
.why_con_wrap .img img {
    max-width: 30px !important;
}
.why_con_wrap .con {
    align-items: flex-start;
}
.why_con_wrap .con p:nth-child(1) {
    font-size: 21px;
    font-weight: 600;
    color: #655D5D;
    text-decoration: underline;
    text-underline-offset: 4px;
    padding-bottom: 10px;
}
.why_con_wrap .con p:nth-child(2) {
    font-size: 18px;
    font-weight: 300;
    color: #655D5D;
}
/* knowhow */
.sub_knowhow_wrap .nectar-carousel-fixed-content h3 {
    font-family: "Cormorant Garamond", serif !important;    
    font-size: 80px;
    line-height: 1 !important;
    color: #fff;
    font-weight: 300;
}
/* .sub_knowhow_wrap.solution .nectar-carousel-fixed-content h3 {
    font-family: 'Pretendard', "Malgun Gothic", "malgungothic", sans-serif !important;
} */
.sub_knowhow_wrap .nectar-carousel-fixed-content h2 {
    font-family: "Cormorant Garamond", serif !important;
    font-style: italic; 
    font-size: 100px;
    line-height: 1 !important;
    color: #fff;
    font-weight: 300;
}
.sub_knowhow_wrap .nectar-carousel-fixed-content h5 {
    margin-top: 30px;
    font-size: 24px;
    font-weight: 300;
    color: #fff;
}
.sub_knowhow_wrap .nectar-flickity .flickity-page-dots {
    display: none;
}
/* 효과 */
.sub_effect_wrap  .left_wrap {
    width: 55% !important;
}
.sub_effect_wrap  .right_wrap {
    width: 45% !important;
}
.effect_con_wrap {
    display: flex;
    align-items: flex-start;
    padding-top: 20px;
}
.effect_con_wrap .num {
    align-items: flex-start;
}
.effect_con_wrap .num h2 {
    font-family: "Cormorant Garamond", serif !important;
    font-style: italic; 
    font-size: 60px;
    line-height: 1 !important;
    color: #97867E;
    font-weight: 500;
    padding-right: 20px;
    margin-top: -20px;
}
.effect_con_wrap .con {
    align-items: flex-start;
}
.effect_con_wrap .con p {
    font-size: 21px;
    font-weight: 500;
    color: #655D5D;
}

.sub_effect_wrap .nectar-highlighted-text h2 em {
    font-weight: 500 !important;
    letter-spacing: -2px;
}
/* 추천대상 */
.target_wrap {
    width: 100%;
    max-width: 800px !important;
    margin: 20px auto 0 auto !important;
}
.target_wrap.first {
    margin-top: 0 !important;
}
.target_tag {
    display: inline-block;
    padding: 5px 10px 10px 10px;
    background-color: #B2A7A7;
    border-radius: 5px;
}
/* 탭 */
/* .tab_style .tabbed .wpb_tabs_nav li a {
    background-color: #f4f4f4 !important;
    color: #888;
} */
.tab_style .tabbed .wpb_tabs_nav li {
    margin: 0 15px;
 }
.tab_style .tabbed .wpb_tabs_nav li a.active-tab {
    background-color: #655d5d !important;
    color: #fff;
}
.tab_style .tabbed .wpb_tabs_nav li a span {
    font-family: "Cormorant Garamond", serif !important;
    font-size: 24px;
    line-height: 1 !important; 
}
.tab_style.ko .tabbed .wpb_tabs_nav li a span {
    font-family: 'Pretendard', "Malgun Gothic", "malgungothic", sans-serif !important;
}

/* 시술 종류 */
.sub_treatment_type_wrap .heading_sm h4 {
    font-size: 38px;
}
.sub_treatment_type_wrap .caution_list_t dt {
    font-size: 18px;
    color: #655d5d;
    margin-bottom: 10px;
}
.sub_treatment_type_wrap .caution_list_t dd {
    padding: 0 0 5px 20px !important;
    background-size: 15px;
    border-bottom: none;
    background-position: 0 7px;
}

/* 주의사항 */
.caution_list_t dd { 
    width: 100%; 
    text-align: left; 
    font-size: 18px; 
    line-height: 28px; 
    font-weight: 300;
    padding: 15px 10px 15px 40px !important; 
    color: #655d5d;
    background-color: #fff; 
    margin-bottom: 5px !important; 
    background:url(/wp-content/uploads/2025/10/check.png) 0px 18px no-repeat; 
    border-bottom: 1px solid #e3e3e3;
}
.caution_list_t dd:last-child {
    border-bottom: none;
}

/* /////////////////////////// 공통 end /////////////////////////// */
/* 시그니처 */
/* 공통 */
.sig_section_div_t p {
    display: inline-block;
    padding: 5px 15px !important;
    background-color: #282d39;
    border-radius: 5px;
}
/* -풀페이스필러 */
.page-id-333 .sub_top_wrap .bottom_img_wrap {
    margin-top: -130px;
}
/* -바디필러 */
.page-id-335 .sub_top_wrap .bottom_img_wrap {
    margin-top: -140px;
}
/* -디아크솔루션 */
.page-id-339 .sub_top_wrap .bottom_img_wrap {
    margin-top: -140px;
}
.filler_bna_wrap .round_t {
    display: inline-block;
    padding: 5px 15px 10px 15px !important;
    background-color: #282d39;
    border-radius: 50px;
}
.filler_bna_wrap .round_t.brown {
    background-color: #c8b39a;
}
.filler_bna_wrap .round_t p {
    line-height: 1 !important;
}
#lip_filler .effect_con_wrap {
    padding-top: 40px;
}
#lip_filler .effect_con_wrap .num h2 {
    color: #958067;
}
#lip_filler .effect_con_wrap .con p.title {
    font-size: 24px;
    color: #282d39;
    display: inline-block;
    /* padding: 8px 15px 3px 15px !important; */
    /* border-radius: 50px; */
    /* background-color: #f5eee5; */
    padding-bottom: 10px !important;
    /* margin-bottom: 10px; */
    line-height: 1 !important;
    font-weight: 600 !important;
}
#lip_filler .effect_con_wrap .con p.ex {
    font-size: 18px;
    color: #797876;
    font-weight: 400;
}
#lip_filler .effect_con_wrap .con p.ex strong {
    font-weight: 600 !important;
}


#lip_filler .why_con_wrap {
    display: flex;
    align-items: center;
    padding-top: 50px;
}
#lip_filler .why_con_wrap .img {
    margin-right: 5px;
    display: flex;
    align-items: flex-start;
}
#lip_filler .why_con_wrap .con {
    align-items: flex-start;
}

#full_filler .toggles--minimal-shadow .toggle.open {
    background-color: #fff !important;
    border-radius: 20px !important;
}
#full_filler .toggle .toggle-title a {
    font-family:'Pretendard', '맑은고딕', 'MalgunGothic', sans-serif !important;
    font-size: 24px !important;
    font-weight: 500;
    padding: 50px 70px 50px 30px !important;
    color: #7E7E7E !important;
}
#full_filler .toggle.default.open .toggle-title a {
    position: relative;
    padding: 30px 70px 15px 30px !important;
    color: #b7a58d !important;
}
#full_filler .toggle.default.open .toggle-title a::before {
    color: #b7a58d;
    top: 50%;
}
#full_filler .toggle .toggle-title a::before {
    font-family: "Cormorant Garamond", serif !important;
    content: 'Q';
    display: inline-block;
    font-size: 28px;
    color: #909090;
    font-weight: 600;
    position: absolute;
    top: 40%;
    left: 0;
}
#full_filler .toggles--minimal-shadow .toggle:before {
    box-shadow: 0 90px 100px 0 rgb(191 191 191 / 1%), 0 40px 100px 0 rgb(183 183 183 / 1%), 0 25px 15px 0 rgb(191 191 191 / 1%), 0 11px 7px 0 rgb(191 191 191 / 1%), 0 2px 5px 0 rgb(195 195 195 / 1%) !important;
}
.pum-container {
    transform: translateX(-50%) !important;
    left: 50% !important;
}
.pum .pum-container, .pum-theme-lightbox .pum-container {
    padding: 0 !important;
    border: none !important;
    box-shadow: 0px 0px 30px 0px rgb(91 86 86) !important;
}
.sub_knowhow_wrap.full_filler .nectar-carousel-fixed-content h3{
    line-height: 1.1 !important;
    margin-bottom: 20px !important;    
    color: #393632 !important;
}
.sub_knowhow_wrap.full_filler .nectar-carousel-fixed-content h5 {
    color: #393632 !important;
    font-weight: 400;
}

.sub_knowhow_wrap.full_filler .nectar-carousel-fixed-content h3 {
    line-height: 1.1 !important;
    margin-bottom: 20px !important;
}
.sub_knowhow_wrap.full_filler .nectar-carousel-fixed-content p {
    color: #393632 !important;
    font-size: 18px;
}
.sub_knowhow_wrap.full_filler .round_t {
    display: inline-block;
    padding: 5px 15px;
    background-color: #fff;
    border-radius: 5px;
}
.sub_knowhow_wrap.full_filler .en_t {
    font-size: 24px !important;
}
/* 디아크솔루션 */
.sub_dacnes_markvu_wrap .nectar-scrolling-text .nectar-scrolling-text-inner>.nectar-scrolling-text-inner__text-chunk * {
    font-family: "Cormorant Garamond", serif !important;
    font-weight: 200 !important;
    font-style: italic;
}
.sub_dacnes_markvu_wrap .team-member .team-meta h5 { 
    font-family: "Cormorant Garamond", serif !important;
    font-style: italic;
    font-weight: 300;
    letter-spacing: -0.02em; 
    /* color: #ebdaba;  */
    color: #fff; 
    font-size: 46px; 
}
.sub_dacnes_markvu_wrap .team-member .team-meta h3 { 
    font-size: 24px; 
    /* color: #ebdaba;  */
    color: #fff; 
    font-weight: 300; 
    letter-spacing: -1px; 
}
/* ---상세설명 */
.team_member_details .team-desc { 
    padding: 30px !important; 
    background-color: #fff; 
    border-radius: 8px; 
}
.team_member_details .title { 
    font-family: "Newsreader", serif !important;
    font-style: italic;
    font-weight: 300;
    font-size: 18px !important; 
    color: #96876a; 
}
.team_member_details h2 { 
    font-weight: 300;
    font-size: 48px !important; 
}
.equip_t1 { 
    display: block; 
    font-size: 17px; 
    font-weight: 400; 
}
.equip_t1 .point { 
    color: #bc9c5f; 
    font-weight: 500; 
}
.equip_t2 { 
    display: block; 
    font-size: 15px; 
    font-weight: 400; 
}
.equip_t3 { 
    display: block; 
    font-size: 17px; 
    font-weight: 500; 
    color: #bc9c5f; 
}
.equip_t4 { 
    display: inline-block; 
    font-size: 15px; 
    font-weight: 500; 
    color: #fff; 
    background-color: #401818;
    border-radius: 50px;
    padding: 5px 15px !important;
    margin: 10px 0 15px 0 !important;
}
.team_member_details .team-desc img.markvu { 
    width: 100%; 
    max-width: 580px; 
}
.nectar-cta[data-style=arrow-animation] .line {
    /* background-color: #ebdaba !important;  */
    background-color: #fff !important; 
}
.team-meta .nectar-cta[data-style=arrow-animation] .link_wrap polyline {
    /* stroke: #ebdaba !important; */
    stroke: #fff !important;
}
.sub_dacnes_markvu_wrap .team-member {
    position: relative;
}
.sub_dacnes_markvu_wrap .team-meta {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -72px;

}
#dace_wrap .why_con_wrap {
    padding-top: 20px;
}
#dace_wrap .why_con_wrap .con p:nth-child(1) {
    padding-bottom: 20px;
}
#dace_wrap .why_con_wrap .con p:nth-child(2), #dace_wrap .why_con_wrap .con p:nth-child(3) {
    font-size: 16px;
    font-weight: 400;
    color: #655d5d;
}
#sub_knowhow_wrap .nectar-flickity:not(.masonry) .flickity-slider .cell img {
    width: auto !important;
}


/* 병원소개 */
.nectar-flickity[data-controls*=arrows_overlaid] .next:after, .nectar-flickity[data-controls*=arrows_overlaid] .previous:after {
    background-color: #97867E !important;
}
.nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button .arrow {
    fill: #97867E !important;
}


/* ++++++++++++++++++++++++++++++++++++++++ *
    FOOTER
* ++++++++++++++++++++++++++++++++++++++++ */
.footer_wrap .foot_sns {
    margin-left: 0 !important;
     margin-bottom: 30px !important; 
}
.footer_wrap .foot_sns li {
    display: inline-block;
    
}
.footer_wrap .foot_sns li a {
    display: block;
    margin-right: 10px;
}
.footer_wrap .foot_sns li a img {
    opacity: 1;
    margin-bottom: 0;
    transition: all .4s;
    width: 100%;
    max-width: 44px;
}
.footer_wrap .foot_sns li a:hover img {
    opacity: .8;
}
.footer_wrap .foot_sns li:last-child a {
    margin-right: 0;
}

.footer_wrap .footer_sitemap {
    margin-left: 0 !important;
    margin-top: 60px;
}
.footer_wrap .footer_sitemap li {
    display: inline-block;
    list-style: none;
}
.footer_wrap .footer_sitemap li a {
    display: block;
    margin-right: 10px;
    padding-right: 10px;
    font-size: 17px;
    line-height: 1;
    border-right: 1px solid;
    color: #fff;
    font-weight: 300;
}
.footer_wrap .footer_sitemap li:last-child a {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}


.main_section11 .right_map {
    display: block;
    margin-left: 0 !important;
}
.main_section11 .right_map li {
    display: inline-block;
    list-style: none;
    margin-right: 15px;
}
.main_section11 .right_map li:nth-child(3) {
    margin-right: 0;
}
.main_section11 .right_map li a {
    font-size: 16px;
    font-family: "Cormorant Garamond", serif !important;
    font-weight: 600;
    letter-spacing: 0 !important;
    color: #655d5d !important;
}


/* ++++++++++++++++++++++++++++++++++++++++ *
    QUICK
* ++++++++++++++++++++++++++++++++++++++++ */
/* PC 퀵메뉴 */
.quick_wrap {
    position: fixed;
    z-index: 10000;
    right: 35px;
    bottom: 90px;
    margin: 0 !important;
}
.quick_wrap_mo {
    display: none;
} 
.quick_wrap ul {
    margin: 0 !important;
}
.quick_wrap li {
    margin-bottom: 13px !important;
    position: relative;
    list-style: none;
}
.quick_wrap li:last-child {
    margin-bottom: 0 !important;
}
.quick_wrap li a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: relative;
}
.quick_wrap li img {
    display: block; 
    transition: opacity 0.3s ease; 
    box-shadow:
        0 4px 10px rgba(0, 0, 0, 0.08), 
        0 1px 3px rgba(0, 0, 0, 0.06);
    transition: opacity 0.3s ease, box-shadow 0.3s ease;
    border-radius: 50px;
}
.quick_wrap li.tel img {
    width: 46px;
    height: 188px;    
}


/* 전화상담 크기 예외 처리 */
.quick_wrap li.tel a::after {
    width: 45.5px;
    height: 187.5px;
    border-radius: 0;
}

/* 각 li별 호버 이미지 경로 지정 */
.quick_wrap li:nth-child(1) a::after {
  background-image: url('/wp-content/uploads/2025/08/pc-quick-kakao-hover.png');
}
.quick_wrap li:nth-child(2) a::after {
  background-image: url('/wp-content/uploads/2025/08/pc-quick-instar-hover.png');
}
.quick_wrap li:nth-child(3) a::after {
  background-image: url('/wp-content/uploads/2025/08/pc-quick-youtube-hover.png');
}
.quick_wrap li:nth-child(4) a::after {
  background-image: url('/wp-content/uploads/2025/08/pc-quick-blog-hover.png');
}
.quick_wrap li:nth-child(5) a::after {
  background-image: url('/wp-content/uploads/2025/08/pc-quick-tel-hover.png');
}

/* hover */
.quick_wrap li a {
    transition: transform 0.3s ease, filter 0.3s ease;
}
.quick_wrap:hover li a {
    transform: scale(0.9);
    /* filter: blur(2px) brightness(1.05); */
}
.quick_wrap li:hover a {
    transform: translateX(-8px) scale(1); 
    filter: none; 
    z-index: 10;
}

/* 위챗 QR 이미지 */
.quick_wrap li:nth-child(4) {
  position: relative;
}

.quick_wrap li:nth-child(4)::after {
  content: "";
  position: absolute;
  right: 100px; /* 아이콘 오른쪽 간격 */
  top: 50%;
  transform: translateY(-50%);
  width: 140px;
  height: 190px;
  background-image: url('/wp-content/uploads/2025/11/wechat-qr.jpg');
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.15);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  z-index: 9999;
}

/* hover 시 표시 */
.quick_wrap li:nth-child(4):hover::after {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) scale(1.05);
}
/* ++++++++++++++++++++++++++++++++++++++++ *
    빠른상담신청 폼
* ++++++++++++++++++++++++++++++++++++++++ */
.sub_easy_wrap {
    position: fixed !important;
    bottom: -98px;
    z-index: 99999999;
    width: 100%;
    max-width: 100%;
    left: 50% !important;
    transform: translateX(-50%);
    margin-left: 0 !important;
    transition: all 0.5s ease-out;
}
.bottom_quick_form_btn {
    text-align: center;
    display: block;
    margin: 0 auto !important;
}
.bottom_quick_form_btn a {
    display: inline-block;
    padding: 20px 50px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background: rgba(35,41,53, .9);
    font-size: 19px;
    line-height: 1;
    font-weight: 400;
    color: #e6d7c6;
}

.sub_easy_wrap:hover {
    bottom: 0;
    transition: all 0.5s ease-out;
}

.bottom_quick_form_btn a:hover {
    color: #e6d7c6;
}

.sub_easy_wrap div#gform_fields_1 {
    display: inline-flex !important;
    grid-column-gap: initial !important;
    width: 100% !important;
}

div#field_1_4,
div#field_1_19,
div#field_1_13,
fieldset#field_1_8 {
    width: 20%;
    padding-right: 1%;
}

fieldset#field_1_18 {
    width: 8%;
}

fieldset#field_1_18 legend.gfield_label.gform-field-label {
    display: none;
}

div#input_1_18 .gform-field-label {
    color: #fff !important;
}

.gform-theme--framework .gfield--type-choice .gfield_radio {
    gap: initial !important;
}

input#choice_1_18_0,
input#choice_1_18_1 {
    scale: 0.7;
}


fieldset#field_1_8 {
    padding-right: 1%;
    margin-top: 8px;
}

#field_1_14 {
    width: 15.6%;
    margin-top: 8px;
}

div#field_2_4 input,
div#field_2_7 input {
    border-radius: 0 !important;
}

.sub_easy_wrap .gform_wrapper.gravity-theme .gform_footer,
.sub_easy_wrap .gform_wrapper.gravity-theme .gform_page_footer {
    margin: 0 !important;
    padding: 0 !important;
}

div#gform_wrapper_1 {
    width: 100%;
    max-width: 100%;
    background: rgba(35,41,53, .9);
    padding: 30px 10%;
    border-radius: 20px 20px 0 0;
    margin-bottom: 0 !important;
}

div#gform_wrapper_1 .gform_heading {
    display: none;
}

.sub_easy_wrap .gform_wrapper.gravity-theme .gfield input.large {
    background: #fff;
}

.sub_easy_wrap .gform_wrapper.gravity-theme .gfield-choice-input + label {
    color: #fff;
}

div#gform_wrapper_1 .gform_footer.top_label {
    position: absolute;
    top: 25px;
    right: 10%;
    padding: 0 !important;
    margin: 0 !important;
}

div#gform_wrapper_1 input[type=submit] {
    padding: 14px 50px !important;
    font-size: 18px;
    letter-spacing: -0.5px;
    /* background-color: #ece6e2 !important;
    color: #655d5d; */
    /* background-color: #242424 !important; */
    /* background: linear-gradient(to right, #dfbe88, #C9B787, #e6d7c6); */
    background: linear-gradient(to right, #dacab7, #f0e4d8);
    color: #232935;    
    font-weight: 600;
    border-radius: 0 !important;
    border: none !important;
    font-family: 'Pretendard', "Malgun Gothic", "malgungothic", sans-serif !important;
    border-radius: 10px !important;
}

div#gform_wrapper_1 input[type=submit]:hover {
    background-color: #242424 !important;
    color: #232935;
}

div#gform_wrapper_1 .gfield_checkbox label {
    letter-spacing: -1px;
    color: #fff;
}

div#gform_wrapper_1 .gfield_checkbox label a {
    color: #fff !important;
}

.ginput_container.ginput_container_text input {
    color: #777777 !important;
    border-radius: 0 !important;
    border-color: #fff;
}

.ginput_container.ginput_container_select select {
    color: #777777 !important;
    border-radius: 10px !important;
    border-color: #fff;
}

.ginput_container.ginput_container_phone input {
    color: #777777 !important;
    border-radius: 0 !important;
    border-color: #fff;
}

div#gform_wrapper_1 input {
    border-color: #fff !important;
    border-radius: 10px !important;
}



.gform_wrapper .gform_validation_errors {
    display: none;
}

.gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message {
    background: none !important;
    border: none !important;
    font-size: 11px !important;
    margin-top: 0px !important;
    padding: 0 !important;
    color: #ff9797 !important;
    bottom: 45px;
    position: absolute;
}

div#gform_confirmation_wrapper_1 {
    position: fixed;
    bottom: 0;
    background: #333333;
    width: 100%;
    max-width: 1500px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #fff;
    padding: 20px 10px;
}

div#gform_1_validation_container {
    position: absolute;
    top: -83px;
    background: #fff;
    border: 1px;
    right: 0;
    border: 2px solid #ff6767;
    border-radius: 12px;
}

.gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message {
    color: #ff3939 !important;
}

/* 클릭 시 열림 상태 */
.sub_easy_wrap.open {
    bottom: 0;
}

/* 데스크탑은 hover 유지, 모바일에선 hover 비활성 권장 */
@media (hover: none) {
    .sub_easy_wrap:hover {
        bottom: -98px;
        /* hover 동작 막기 */
    }
}

/* 열렸을 때 버튼 문구/아이콘 바꾸려면(선택) */
.sub_easy_wrap.open .bottom_quick_form_btn a::after {
    content: " 닫기";
    font-weight: 400;
    font-size: 16px;
    margin-left: 6px;
}

/* 기본: 데스크탑(1300px 이상)에서는 hover로 작동 */
.sub_easy_wrap:hover {
    bottom: 0;
    transition: all 0.5s ease-out;
}

/* 1300px 미만에서는 hover 비활성화, open 클래스만 적용 */
@media (max-width: 1299px) {
    .sub_easy_wrap:hover {
        bottom: -98px !important;
        /* hover 작동 안 하게 */
    }

    .sub_easy_wrap.open {
        bottom: 0 !important;
        /* 클릭 시 열림 */
    }
}

@media screen and (max-width: 1600px) {
    div#gform_wrapper_1 {
        width: 100%;
        left: 50%;
        transform: translateX(0%);
        padding: 30px 5%;
    }

    .gform_wrapper.gravity-theme .gform_fields {
        width: 80% !important;
    }

    div#field_1_15 {
        display: none;
    }

    div#gform_wrapper_1 .gform_footer.top_label {
        right: 5%;
    }

    div#gform_wrapper_1 input[type=submit] {
        padding: 14px 35px !important;
    }


}

@media screen and (max-width: 1260px) {
    fieldset#field_1_8 {
        margin-top: 0px;
    }

    #field_1_14 {
        margin-top: 0px;
    }
}

@media screen and (max-width: 999px) {
    div#gform_1_validation_container {
        top: -60px;
        right: 66px;
        padding: 10px;
    }

    div#gform_1_validation_container h2 {
        display: inline-block;
    }

    div#gform_1_validation_container h2 span {
        margin-right: 5px;
        position: relative;
        top: 2px;
    }

    .gform_wrapper .gfield_validation_message,
    .gform_wrapper .validation_message {
        bottom: 57px;
        font-size: 10px;
    }

    .gform_wrapper.gravity-theme .gform_fields {
        width: 100% !important;
    }

    div#gform_wrapper_1 {
        width: 100%;
        padding: 10px 10px 56px 10px;
    }

    /*
    div#field_2_1 {
        display: none;
    }*/

    div#field_1_4 {
        width: 33.333%;
        padding-right: 1%;
    }

    div#field_1_19 {
        width: 33.333%;
        padding-right: 1%;
    }

    div#field_1_13 {
        width: 33.333%;
        padding-right: 0;
    }

    fieldset#field_1_14 {
        display: none;
    }

    fieldset#field_1_8 {
        width: 100%;
        position: absolute;
        bottom: 17px;
    }

    fieldset#field_1_18 {
        width: 20%;
    }

    div#gform_wrapper_1 input[type=submit] {
        padding: 3px 20px !important;
        font-size: 14px;
        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;
    }
    .bottom_quick_form_btn a {
        padding: 10px 25px;
        border-top-left-radius:5px;
        border-top-right-radius:5px;
        font-size: 17px;
    }
    .sub_easy_wrap.open .bottom_quick_form_btn a::after {
        font-size: 14px;
    }

}


/* ++++++++++++++++++++++++++++++++++++++++ *
    FOOTER
* ++++++++++++++++++++++++++++++++++++++++ */
.footer_wrap .foot_menu {
    margin-left: 0 !important;
    margin-bottom: 50px !important;
}
.footer_wrap .foot_menu li {
    display: inline-block;
}
.footer_wrap .foot_menu li a {
    display: block;
    padding: 0 10px;
    font-size: 15px;
    line-height: 1;
    font-weight: 600;
    color: #717171;
    border-right: 1px solid #bdbdbd;
}
.footer_wrap .foot_menu li:first-child a {
    padding-left: 0;
}
.footer_wrap .foot_menu li:last-child a {
    padding-right: 0;
    border-right: none;    
}
.footer_wrap .foot_logo {
    width: 100%;
    max-width: 169px !important;
    margin-bottom: 10px !important;
}
.footer_wrap .foot_sns {
    margin-left: 0 !important;
     margin-bottom: 30px !important; 
}
.footer_wrap .foot_sns li {
    display: inline-block;
    
}
.footer_wrap .foot_sns li a {
    display: block;
    margin-right: 10px;
}
.footer_wrap .foot_sns li a img {
    opacity: 1;
    margin-bottom: 0;
    transition: all .4s;
}
.footer_wrap .foot_sns li a:hover img {
    opacity: .8;
}
.footer_wrap .foot_sns li:last-child a {
    margin-right: 0;
}


/* ++++++++++++++++++++++++++++++++++++++++ *
    SUB
* ++++++++++++++++++++++++++++++++++++++++ */
/* ////////////// 공통 start ////////////// */


/* ////////////// 공통 end ////////////// */

