@charset "UTF-8";

/* [우커머스] 시술 예약 페이지 */
/* 세일 표시 */
.woocommerce ul.products li.product.classic .onsale { display: none; }
/* 시술 썸네일 */
.woocommerce ul.products li.product.classic .product-wrap img { display: none; }
/* 시술명, 포인트 문구, 보조 설명 [공통] */
.woocommerce ul.products li.product { border-bottom: 1px solid #e6e6e6; }
.woocommerce ul.products li.product h2.woocommerce-loop-product__title, .product p.ex_color, .product p.ex { line-height: 1.5; margin: 0px; word-break: keep-all; word-wrap: break-word; }
/* 시술명 */
.woocommerce ul.products li.product h2.woocommerce-loop-product__title { font-size: 20px; font-weight: 700; padding: 0; margin-bottom: 4px; }
/* 포인트 문구 */
.product p.ex_color { font-size: 17px; font-weight: 600; margin-bottom: 2px; color: var(--accent-1); width: calc(100% - 150px); }
/* 보조 설명 */
.product p.ex { font-size: 17px; font-weight: 300; color: var(--dark-grey); width: calc(100% - 150px); }
/* 할인 가격, 정상 가격 [공통] */
.woocommerce ul.products li.product.classic { margin-bottom: 30px; }
.woocommerce ul.products li.product span.price { margin: 16px 0 30px; font-size: initial; line-height: initial; font-family: initial; font-weight: initial; display: flex; flex-direction: row-reverse; justify-content: flex-end; align-items: flex-end; column-gap: 8px; }
.woocommerce ul.products li.product span.price del, .woocommerce ul.products li.product span.price ins { font-size: initial; line-height: 1; }
.woocommerce ul.products li.product span.price span.amount { font-family: 'Pretendard', '맑은고딕', 'MalgunGothic', sans-serif; font-weight: 700; line-height: 1; }
.woocommerce ul.products li.product span.price span.amount .woocommerce-Price-currencySymbol { font-weight: 600; }
/* 할인 없는 정상 가격 */
.woocommerce ul.products li.product span.price span.amount bdi { font-size: 25px; color: var(--accent-2); }
.woocommerce ul.products li.product span.price span.amount bdi .woocommerce-Price-currencySymbol { font-size: 20px; color: var(--dark-brown); margin-left: 2px; }
/* 할인 상태 시 할인 가격 */
.woocommerce ul.products li.product.sale span.price ins span.amount bdi { font-size: 25px; color: var(--accent-2); }
.woocommerce ul.products li.product.sale span.price ins span.amount bdi .woocommerce-Price-currencySymbol { font-size: 20px; color: var(--dark-brown); vertical-align: middle; }
/* 할인 상태 시 정상 가격 */
.woocommerce ul.products li.product.sale span.price del span.amount bdi, .woocommerce ul.products li.product.sale span.price del span.amount bdi .woocommerce-Price-currencySymbol { color: #666666; font-size: 18px; text-decoration: line-through; }
/* 장바구니 예약 버튼 */
.woocommerce div.product-wrap { overflow: visible; position: initial; }
.woocommerce .classic .product-wrap .product-add-to-cart a.button.add_to_cart_button { transform: initial; left: auto; right: 36px; bottom: 32px; z-index: 9999; font-size: initial; line-height: 1; width: 100px; height: 48px; border-radius: 24px; background-color: #5a483c !important; transition: all 300ms ease; }
.woocommerce .classic .product-wrap .product-add-to-cart a.button.add_to_cart_button:hover { bottom: 36px; box-shadow: 0 10px 20px rgb(184 163 147 / 0.375); }
.woocommerce .classic .product-wrap .product-add-to-cart a.add_to_cart_button i { display: none; }
.woocommerce .classic .product-wrap .product-add-to-cart a.add_to_cart_button span { font-size: 20px; font-weight: 500; line-height: 34px; color: var(--white); opacity: 1; }
/* 장바구니 예약 알림 */
#header-outer .cart-outer .cart-notification { width: 400px; }
#header-outer .cart-notification .item-name { font-size: 20px; }
/* 장바구니 예약 확인 */
#header-outer .widget_shopping_cart ul.cart_list { width: 300px; }
#header-outer .widget_shopping_cart ul.product_list_widget li img.woocommerce-placeholder { display: none; }
#header-outer ul.product_list_widget div.product-meta { float: initial; width: 100%; padding-left: 0; }
body #header-outer .widget_shopping_cart .cart_list li .product-meta div.product-details > a { line-height: 1; margin: 0; margin-bottom: 8px; max-width: 100%; }
html body #header-outer .widget_shopping_cart .buttons a.button { font-size: 14px; padding: 12px; width: 120px; border-radius: 4px !important; }
#header-outer .widget_shopping_cart .buttons a.button { margin-left: 8px; }
/* 장바구니 아이콘 */
body.material #header-outer .cart-menu .cart-icon-wrap { height: 24px; line-height: 1; }
body.material #header-outer .cart-menu .cart-icon-wrap i.icon-salient-cart { font-size: 24px; }
/* 장바구니 페이지 */
.woocommerce table.shop_table.cart { margin: 40px 0 0; }
.woocommerce table.shop_table th { font-size: 16px; font-weight: 500; padding: 16px 12px; }
.woocommerce table.shop_table td { font-size: 18px; }
.woocommerce table.shop_table.cart td { padding: 24px 12px; }
.woocommerce table.shop_table.cart .product-thumbnail { display: none; }
.woocommerce table.shop_table.cart .product-name a { font-weight: 500; pointer-events: none; }
.woocommerce table.shop_table.cart .product-quantity .quantity input.qty { font-weight: 500; width: 35px; padding: 0 4px; }
.woocommerce table.shop_table.cart .actions { padding: 0; padding-bottom: 80px; }
.woocommerce table.shop_table.cart .actions .button { margin-top: 20px; padding: 12px 24px !important; font-size: 14px; border-radius: 4px !important; }
.woocommerce table.shop_table.cart .actions .button:disabled, .woocommerce table.shop_table.cart .actions .button:disabled[disabled] { display: none !important; }
.woocommerce .cart_totals h2 { font-size: 32px !important; line-height: 1 !important; margin-bottom: 20px; }
.woocommerce .cart_totals table.shop_table * { font-weight: 500; }
html body .woocommerce .cart_totals div.wc-proceed-to-checkout .checkout-button { border-radius: 4px !important; }
/* 시술 취소 메시지 */
.woocommerce-page .woocommerce .woocommerce-message { font-size: 16px; line-height: 1; margin: 80px 0 0; padding: 20px 40px; border-radius: 4px; }
/* 장바구니가 비어있을 경우 */
.woocommerce-page .woocommerce .woocommerce-info.cart-empty { color: var(--black); font-size: 32px; font-weight: 700; line-height: 1.5; padding: 80px 0; margin: 0; text-align: center; background-color: transparent !important; }
.woocommerce-page .woocommerce p.return-to-shop { padding-bottom: 0 !important; }
.woocommerce-page .woocommerce p.return-to-shop a.button.wc-backward { font-size: 16px; line-height: 1; padding-left: 40px; padding-right: 40px; border-radius: 4px; }
/* 오류 메시지 */
.container-wrap ul.woocommerce-error { padding: 20px !important; margin: 0 0 40px; }
/* 결제 페이지 */
.checkout div.col2-set { width: 75%; margin: auto; }
.checkout .col2-set div.col-1 { width: 58%; }
.checkout .col2-set div.col-2 { width: 40%; }
/* 예약자 정보 */
.checkout div.woocommerce-billing-fields { padding-right: 0; }
.woocommerce form p.form-row { padding: 4px; }
.woocommerce-billing-fields__field-wrapper { margin-bottom: 20px; padding: 25px; border: 1px solid #e6e6e6; }
.woocommerce-billing-fields__field-wrapper::before { content: '예약자 정보'; display: block; font-size: 24px; font-weight: 600; color: var(--dark-grey); padding: 0 4px 4px; }
.woocommerce-billing-fields > h3 { display: none; }
.woocommerce form p.form-row.name, .woocommerce form p.form-row.phone { width: 50%; display: inline-block; }
.woocommerce form p.form-row.policy label { font-size: 14px; }
.woocommerce form p.form-row.policy label input { margin-right: 4px; }
/* 예약 날짜/시간 */
#orddd-lite-checkout-fields { padding: 25px; border: 1px solid #e6e6e6; }
#orddd-lite-checkout-fields::before { content: '예약 날짜/시간'; display: block; font-size: 24px; font-weight: 600; color: var(--dark-grey); padding: 0 4px 4px; }
#orddd-lite-checkout-fields input#e_deliverydate { background: rgb(0 0 0 / 0.05) !important; }
#orddd-lite-checkout-fields .orddd_lite_field_note { font-size: 14px; color: var(--accent-1); }
span.select2-container--open .select2-dropdown { top: -32px; }
/* 요청 사항 */
.checkout div.woocommerce-additional-fields { padding: 25px; border: 1px solid #e6e6e6; }
.woocommerce-additional-fields::before { content: '요청 사항'; display: block; font-size: 24px; font-weight: 600; color: var(--dark-grey); padding: 0 4px 4px; }
.woocommerce-additional-fields > h3 { display: none; }
.woocommerce-additional-fields p.form-row.notes .optional { font-size: 14px; }
/* 예약내용 확인 */
.checkout .col2-set .col-2 { padding: 25px; border: 1px solid #e6e6e6; }
.woocommerce-checkout-review-order-table .cart_item .product-image { display: none; }
.woocommerce-checkout-review-order-table .cart_item .product-info { width: 100%; margin: auto; float: initial; }
.woocommerce-checkout-review-order-table .cart_item .product-info a { pointer-events: none; }
.woocommerce-checkout-payment .payment_methods li label { font-size: 16px; }
#payment.woocommerce-checkout-payment .form-row.place-order { margin-bottom: 0; padding-bottom: 0 !important; }
body .woocommerce #order_review #payment #place_order { font-size: 24px; padding: 24px !important; border-radius: 4px !important; }
/* 예약 완료 페이지 */
.woocommerce-order { width: 75%; margin: auto; }
.woocommerce-order .woocommerce-thankyou-order-received { font-size: 24px; font-weight: 600; color: var(--accent-1); margin-bottom: 20px; }
.woocommerce-order ul.order_details { margin-bottom: 40px; }
.woocommerce-order ul.order_details .order, .woocommerce-order ul.order_details .email { display: none; }
.woocommerce-order ul.order_details li { font-size: 14px; line-height: 1.5; }
.woocommerce-order ul.order_details li strong { font-size: 18px; }
.woocommerce-order .woocommerce-order-details { margin-bottom: 0; }
.woocommerce-order .woocommerce-order-details h2 { font-size: 24px; margin-bottom: 20px; line-height: 1; }
.woocommerce-order .woocommerce-order-details table.order_details { margin-bottom: 20px !important; }
.woocommerce-order .woocommerce-order-details table.order_details th, .woocommerce-order .woocommerce-order-details table.order_details td { padding: 12px; font-size: 16px; }
.woocommerce-order .woocommerce-order-details table.order_details td a { pointer-events: none; }
.woocommerce-order .woocommerce-order-details p { font-size: 16px; line-height: 1.75; }
.woocommerce-order .woocommerce-order-details p strong { font-size: 18px; letter-spacing: 0.5px; }
.woocommerce-order .woocommerce-order-details table.custom-fields { border: initial; margin-bottom: 0 !important; }
.woocommerce-order .woocommerce-order-details table.custom-fields th, .woocommerce-order .woocommerce-order-details table.custom-fields td { border: none !important; padding: 0; line-height: 1.75; }
.woocommerce-order .woocommerce-order-details table.custom-fields th { font-size: 18px; font-weight: 600; letter-spacing: 0.5px; width: 0; vertical-align: initial; }
.woocommerce-order .woocommerce-order-details table.custom-fields td { font-size: 16px; padding-left: 4px; vertical-align: initial; }
.woocommerce-order .woocommerce-customer-details { display: none; }

/* Sub Header */
/* Global */
.sub_header .row_col_wrap_12 { height: 860px; text-align: center; align-items: center; }
.sub_header .row_col_wrap_12 .vc_col-sm-12:last-child { position: absolute; bottom: 35px; }
.sub_header .wpb_text_column { padding-bottom: 35px; }
/* 병원소개 */
.sub_header.special_header h1 { font-size: 70px; }
.sub_header.special_header p:first-child { font-size: 18px; font-weight: 400; letter-spacing: 0.5em; }
/* 시그니처 */
.sub_header h1 { font-size: 54px; margin-top: 15px; font-weight: 500; }
.sub_header p { font-size: 19px; margin-top: 30px; font-weight: 300; }
.sub_header p:first-child { font-size: 24px; margin-top: 0; font-weight: 600; letter-spacing: 0; }
.sub_header .list_hashtag { margin-top: 50px; }
.list_hashtag li { display: inline-block; margin-right: 8px; font-size: 17px; border: 1px solid var(--dark-grey); padding: 8px 20px; border-radius: 200px; }
.light .list_hashtag li { border: 1px solid var(--white); }
.sub_header.ht_s .row_col_wrap_12 { height: 680px; text-align: center; }
.parent-pageid-24 .sub_header .wpb_text_column { padding-bottom: 0; }
/* 시술 · 가격 · 예약 */
.info_header .row_col_wrap_12 { padding: 70px 0 50px; }
.info_header h1 { font-size: 46px; margin-top: 8px; font-weight: 500; }
.info_header p:first-child { font-size: 24px; font-weight: 600; color: var(--dark-grey); }
.info_header p:last-child { font-size: 19px; font-weight: 300; margin-top: 20px; }

/* Sub Main */
/* Global */
.sub_main_row { padding: 120px 0 !important; }
.sub_main_row.wide { padding-top: 140px !important; }
div.pt_0 { padding-top: 0 !important; }
div.pb_0 { padding-bottom: 0 !important; }
.cormorant { font-family: 'Cormorant', serif !important; }
.subtitle { font-size: 21px; font-weight: 500; color: var(--brown); margin-bottom: 12px !important; }
.subtitle.cormorant { font-weight:600; }
.title { font-size: 54px; font-weight: 600; margin-bottom: 16px; line-height: 1.3; }
.title.fs48 { font-size: 46px; }
.title.fs42 { font-size: 42px; }
.text { font-size: 18px; font-weight: 300; color: var(--dark-grey); }
.text b { font-weight: 700; color: var(--dark-brown); }
.top_column { padding-bottom: 60px; }
.top_column .tag { display: flex; justify-content: center; column-gap: 15px; margin-top: 40px; }
.top_column .tag li { color: var(--white); background-color: var(--accent-2); padding: 12px 20px; border-radius: 24px; font-size: 19px; line-height: 1; font-weight:300;}
:root { --white: #ffffff; --beige: #faf9f7; --accent-1: #b8a393; --accent-2: #a18774; --brown: #8a715d; --dark-brown: #46382e; --dark-grey: #4a4a4a; --black: #121212; }
/* 보유장비 */
.equipment .inner_row { margin-bottom: 0 !important; }
.equipment .row_col_wrap_12_inner { row-gap: 30px; }
.equipment .team-member { margin: 0; padding: 0; background-color: var(--white); }
.equipment .team-member .team-member-image { margin-bottom: 0 !important; }
.equipment .team-member .team-meta { padding: 20px 20px 40px; text-align: center; background-color: var(--white); }
.equipment .team-member .team-meta h5 { display: none; }
.equipment .team-member .team-meta h3 { font-size: 22px; font-weight: 500; margin-bottom: 8px; }
.equipment .team-member .team-meta p { font-size: 16px; font-weight: 300; line-height: 1.5; color: var(--dark-grey); height: 48px; padding-bottom: 0 !important; }
.equipment .team-member .team-meta .nectar-cta { display: none; }
.team_member_details { padding: 0 60% 0 8% !important; }
.team_member_details .bio-inner .title { font-family: 'Cormorant', serif !important; font-size: 22px; font-weight: 600; color: var(--accent-2); line-height: 1 !important; margin-bottom: 16px !important; }
.team_member_details .bio-inner h2 { font-size: 42px; font-weight: 500; margin-bottom: 40px !important; }
.team_member_details .bio-inner h2::after { content: ''; display: block; width: 100%; height: 1px; background-color: var(--accent-2); margin-top: 32px; }
.team_member_details .bio-inner .team-desc { font-size: 21px; font-weight: 300; line-height: 1.5; color: var(--dark-grey); padding-right: 16px; }
.nectar_team_member_overlay, .nectar_team_member_overlay.open .team_member_picture .team_member_image_bg_cover { background-color: #f9f7f6 !important; }
/* 시그니처 */
/* 리페어링 색소 */
.clinic_intro { text-align: center; }
.clinic_intro .row_col_wrap_12 { padding: 120px 0; }
.clinic_intro h2 { font-size: 50px; }
.clinic_intro .txt_b { font-size: 22px; font-weight: 500; margin: 28px 0; }
.clinic_intro p:not(.txt_b) { font-size: 19px; color: var(--dark-grey); font-weight: 300; max-width: 800px; margin: 30px auto 0; }
.clinic_intro_img { max-width: 900px; margin: 70px auto 0; }
.signature .content_column { padding-bottom: 100px; }
.signature .content_column ul { display: flex; justify-content: center; align-items: center; column-gap: 111px; }
.signature .content_column ul li { width: 245px; height: 285px; background-color: var(--white); border: 1px solid var(--accent-1); border-radius: 50%; padding: 8px; display: flex; flex-direction: column; justify-content: center; align-items: center; row-gap: 24px; font-size: 19px; font-weight: 300; position: relative; text-align: center; }
.signature .content_column ul li::after { content: ''; display: inline-block; background: url('/wp-content/uploads/2024/04/combination_icon_cross.png') center/cover no-repeat; width: 33px; height: 33px; position: absolute; top: 50%; transform: translateY(-50%); right: -73px; }
.signature .content_column ul li:last-child:after { content: none; }
.signature .banner_column .vc_column-inner { padding: 170px 0; }
.signature .banner_column .title { font-size: 36px; font-weight: 300; color: var(--white); line-height: 1.3; margin-bottom: 24px; }
.signature .banner_column .keyword { display: inline-block; margin-bottom: 32px; }
.signature .banner_column .text { font-size: 18px; font-weight: 300; color: var(--white); }
.equipment .click { font-size: 16px; font-weight: 300; color: var(--white); background-color: var(--accent-1); border-radius: 48px; display: inline-block; padding: 6px 18px !important; margin-top: 35px; }
.equipment .nectar-flickity .normal-container { padding: 60px 0 0; }
.equipment .nectar-flickity .normal-container .visualized-total { height: 3px; }
.equipment .nectar-flickity .normal-container .visualized-total span { top: 0; }
.procedure .row-bg-wrap .row-bg { background-size: contain; }
.procedure .top_column { padding-bottom: 70px; }
.procedure .content_column > .vc_column-inner { border: 1px solid #e6e6e6; padding: 0 6.5%; }
.procedure .content_column .one_day { padding: 40px 0 20px; text-align: center; }
.procedure .number { font-family: 'Cormorant', serif !important; font-weight: 300; color: var(--accent-1); display: inline-block; position: relative; }
.procedure .number::after { content: ''; display: block; background: url('/wp-content/uploads/2024/04/point_number.png') center/cover no-repeat; width: 27px; height: 33px; position: absolute; top: 26px; right: -12px; }
.procedure .number.one::after { right: -14px; }
.procedure .number.six::after { right: -10px; }
.procedure .content_column .one_day .number { font-size: 40px; }
.procedure .content_column .one_day .number.none::after { content: none; }
.procedure .content_column .one_day .title { font-size: 28px; font-weight: 500; }
.procedure .treatment { padding: 60px 0; }
.procedure .treatment .row_col_wrap_12_inner { justify-content: center; column-gap: 81px; }
.procedure .treatment .row_col_wrap_12_inner::after { content: none; }
.procedure .treatment .inner_top_column::after { content: ''; visibility: visible; display: block; background: url('/wp-content/uploads/2024/04/treatment_icon_arrow.png') center/cover no-repeat; width: 87.5%; height: 20px; position: relative; left: 50%; transform: translateX(-50%); margin: 40px 0; }
.procedure .treatment .inner_top_column .title { font-size: 40px; font-weight: 600; color: var(--accent-2); line-height: 1; margin-bottom: 20px; }
.procedure .treatment .inner_top_column .title b { font-size: 64px; font-weight: 400; color: var(--white); display: inline-block; width: 45px; height: 45px; border-radius: 50%; background-color: var(--accent-2); line-height: 32px; margin-right: 8px; }
.procedure .treatment .inner_top_column .subtitle { font-size: 23px; font-weight: 400; margin-bottom: 0 !important; color:var(--black); }
.procedure .treatment .inner_content_column { width: fit-content; }
.procedure .treatment .inner_content_column .img-with-aniamtion-wrap { position: relative; margin-bottom: 24px; }
.procedure .treatment .inner_content_column .img-with-aniamtion-wrap::after { content: ''; display: block; background: url('/wp-content/uploads/2024/04/treatment_icon_cross.png') center/cover no-repeat; width: 31px; height: 31px; position: absolute; top: 50%; transform: translateY(-50%); right: -56px; }
.procedure .treatment .inner_content_column:last-child .img-with-aniamtion-wrap::after { content: none; }
.procedure .treatment .inner_content_column .title { font-size: 22px; font-weight: 500; margin-bottom: 4px; }
.procedure .treatment .inner_content_column .text { font-size: 17px; font-weight: 300; color: var(--dark-grey); }
.procedure .nectar-flickity { padding-top: 40px; }
.procedure .nectar-flickity .wpb_text_column { text-align: center; }
.procedure .nectar-flickity .number { font-size: 35px; margin-bottom: 4px; position: relative; }
.procedure .nectar-flickity .title { font-size: 25px; font-weight: 500; margin-bottom: 20px !important; }
.procedure .nectar-flickity .img-with-aniamtion-wrap { padding: 20px 20px 0; background-color: var(--beige); }
.procedure .nectar-flickity .text { font-size: 17px; font-weight: 300; color: var(--dark-grey); padding: 32px 20px !important; background-color: var(--beige); line-height: 1.5; height: 140.5px; }
.procedure .nectar-flickity .flickity-page-dots { position: relative !important; bottom: 0 !important; padding: 30px 0 60px; }
.procedure .program { padding-bottom: 100px; }
.procedure .program .program_label { padding: 0 0 20px 24px; }
.procedure .program .program_label p { font-size: 28px; font-weight: 600; }
.procedure .woocommerce { padding-bottom: 60px; border-top: 1px solid #e6e6e6; }
.procedure .woocommerce ul.products li.product.classic { padding: 40px 24px; margin-bottom: 0; }
.procedure .woocommerce ul.products li.product h2.woocommerce-loop-product__title { font-size: 22px; font-weight: 600; }
.procedure .woocommerce ul.products li.product span.price { margin: 12px 0 0; }
.procedure .woocommerce ul.products li.product span.price span.amount bdi { font-size: 30px; }
.procedure .woocommerce .classic .product-wrap .product-add-to-cart a.button.add_to_cart_button { top: 50% !important; transform: translateY(-50%) !important; bottom: 0; right: 24px; }
.procedure .program .program_button a { display: inline-block; color: var(--white); background-color: var(--accent-2); padding: 16px 32px !important; }
.procedure .program .program_button a span { font-size: 18px; font-weight: 500; letter-spacing: 0; line-height: 1; color:#fff; }
.speciality .top_column { padding-bottom: 50px; }
.speciality .vc_col-sm-3 > .vc_column-inner,
.speciality .vc_col-sm-4 > .vc_column-inner{ background-color: var(--white);}
.speciality .content_column .wpb_text_column { position: relative; padding: 48px 16px 40px; background-color: var(--white); }
.speciality .number { width: 60px; height: 60px; line-height: 48px; background-color: var(--white); border-radius: 50%; color: var(--accent-1); font-size: 50px; font-weight: 300; font-family: 'Cormorant', serif !important; position: absolute; top: -30px; left: 50%; transform: translateX(-50%); }
.speciality p.title { font-size: 23px; font-weight: 500; line-height: 1.5; margin-bottom: 8px; }
.speciality p.title + .text { font-size: 16px; font-weight: 300; line-height: 1.5; color: var(--dark-grey); }
.information { width: 1300px !important; margin: 0 auto !important; }
.information .content_column .wpb_text_column { border: 1px solid #dddddd; background-color: var(--beige); padding: 60px; }
.information .content_column .number { font-family: 'Cormorant', serif !important; font-size: 32px; font-weight: 300; color: var(--white); width: 47px; height: 47px; border-radius: 50%; background-color: var(--dark-brown); text-align: center; line-height: 40px; position: absolute; top: -23px; left: 50%; transform: translateX(-50%); }
.information .content_column .title { font-size: 26px; font-weight: 500; text-align: center; margin-bottom: 16px; }
.information .content_column ul li { font-size: 19px; font-weight: 300; color: var(--dark-grey); line-height: 1.5; border-bottom: 1px solid #dddddd; padding: 16px 16px 16px 80px; position: relative; }
.information .content_column ul li:last-child { border-bottom: none; }
.information .content_column ul li b { font-family: 'Cormorant', serif !important; font-size: 30px; font-weight: 300; color: var(--accent-2); display: inline-block; width: 60px; height: 100%; text-align: center; line-height: 1; position: absolute; top: 10px; left: 0; }
.information .content_column ul li b::after { content: ''; display: block; width: 1px; height: 100%; background-color: #dddddd; position: absolute; top: -10px; right: 0; }
.information .caution_column { padding-top: 60px; }
.information .caution_column .vc_col-sm-4 { width: 38%; color: var(--white); }
.information .caution_banner .wpb_wrapper { display: flex; flex-direction: column; align-items: center; }
.information .caution_banner .subtitle { font-size: 42px; font-weight: 600; line-height: 1; letter-spacing: 0.5px; margin-bottom: 12px !important; color:#fff; }
.information .caution_banner .title { font-size: 18px; font-weight: 300; line-height: 1; margin-bottom: 32px; }
.information .caution_banner .text { font-size: 15px; font-weight: 300; width: 65%; background-color: var(--accent-2); border-radius: 4px; line-height: 1.5; display: flex; justify-content: center; align-items: center; column-gap: 12px; padding: 16px 8px !important; color:#fff; }
.information .caution_banner .text::before { content: ''; display: inline-block; background: url('/wp-content/uploads/2024/04/caution_mark.png') center/cover no-repeat; width: 26px; height: 25px; }
.information .caution_column .vc_col-sm-8 { width: 62%; padding: 60px 40px 60px 60px !important; border: 1px solid #dddddd; }
.information .caution_list .wpb_wrapper { display: flex; }/*justify-content: center;*/
.information .caution_list ul li { font-size: 18px; font-weight: 300; display: flex; column-gap: 24px; margin-bottom: 24px; }
.information .caution_list ul li:last-child { margin-bottom: 0; }
.information .caution_list ul li b { font-family: 'Cormorant', serif !important; font-weight: 400; font-size: 30px; color: var(--accent-2); line-height: 1; position: relative; top: -6px; }
/* 리바이탈라이징 여드름 */
.signature .content_column .row_col_wrap_12_inner { justify-content: space-between; }
.signature .content_column .row_col_wrap_12_inner::after { content: none; }
.signature .content_column .vc_col-sm-3 .vc_column-inner { padding: 50px 15px; background-color: var(--white); }
.signature .content_column .round .vc_col-sm-3 .vc_column-inner { border-radius: 180px 180px 0 0; }
.signature .content_column .img-with-aniamtion-wrap { margin-bottom: 24px; }
.signature .content_column .subtitle { font-size: 25px; font-weight: 600; color: var(--accent-2); margin-bottom: 8px !important; }
.signature .content_column .title { font-size: 22px; font-weight: 500; margin-bottom: 8px; }
.signature .content_column .text { font-size: 18px; font-weight: 300; color: var(--dark-grey); }
.item .nectar-flickity { padding-top: 0 !important; }
.item .nectar-flickity .flickity-prev-next-button { display: block !important; opacity: 1 !important; }
.item .nectar-flickity .flickity-prev-next-button.previous { left: -20px !important; }
.item .nectar-flickity .flickity-prev-next-button.next { right: 5px !important; }
.item .nectar-flickity .flickity-prev-next-button::before { background-color: var(--accent-1) !important; }
.item .nectar-flickity .flickity-prev-next-button::after { background-color: var(--white) !important; }
.item .nectar-flickity .flickity-prev-next-button .arrow { fill: var(--white) !important; }
.item .nectar-flickity .cell { height: initial !important; padding: 30px 30px 45px !important; background-color: var(--white); }
.item .nectar-flickity .number { margin-bottom: 8px; }
.item .nectar-flickity .subtitle { font-size: 20px; color: #705c4d; }
.item .nectar-flickity .title { font-size: 25px; display: inline-block; text-decoration: underline; text-decoration-color: #e6dfd9; text-decoration-thickness: 8px; text-underline-offset: 0; margin-bottom: 26px !important; }
.item.procedure .nectar-flickity .img-with-aniamtion-wrap { padding: 0; background-color: transparent; width: fit-content; margin: 0 auto 20px; }/*width: fit-content;*/
.item.procedure .nectar-flickity[data-desktop-columns="3"] .img-with-aniamtion-wrap {max-width: 290px !important;}
.item .nectar-flickity ul { background-color: var(--beige); padding: 28px 15px; }
.item .nectar-flickity ul li { margin-bottom: 8px; }
.item .nectar-flickity ul li:last-child { margin-bottom: 0; }
.item .nectar-flickity ul li::before { content: ''; display: inline-block; background: url('/wp-content/uploads/2024/04/icon_check.png') center/cover no-repeat; width: 19px; height: 19px; position: relative; top: 4px; margin-right: 8px; }
.procedure .weekly_top_row { padding: 40px 0; }
.procedure .weekly_top_row .number { font-weight: 600; }
.procedure .weekly_top_row .title { font-size: 28px; margin-bottom: 0 !important; }
.procedure .weekly_content_row { padding: 80px 4%; }
.procedure .weekly_content_row.pt_0 { padding-top: 0 !important; }
.procedure .weekly_content_row .vc_col-sm-3::after { content: ''; display: block; width: 100%; height: 1px; background-color: var(--accent-2); visibility: visible; position: absolute; top: -10px; left: 50%; transform: translateX(-50%); }
.procedure .weekly_content_row .vc_col-sm-3.none::after { content: none; }
.procedure .weekly_content_row .vc_col-sm-3.start::after { width: 50%; right: 0; transform: initial; }
.procedure .weekly_content_row .vc_col-sm-3.end::after { width: 50%; left: 0; transform: initial; }
.procedure .weekly_content_row .number { font-size: 60px; line-height: 1.25; margin-bottom: 8px !important; }
.procedure .weekly_content_row .number::before { content: ''; display: inline-block; width: 9px; height: 9px; border-radius: 50%; background-color: var(--accent-2); position: absolute; top: -14px; left: 50%; transform: translateX(-50%); }
.procedure .weekly_content_row .number::after { content: 'Week'; display: inline-block; background: initial; width: initial; height: initial; position: initial; top: initial; right: initial; font-size: 25px; font-weight: 600; margin-left: 8px; }
.procedure .weekly_content_row .title { font-size: 20px; margin-bottom: 12px !important; }
body .procedure .weekly_content_row .text { height: auto; padding: 0 !important; }
/* 리쥬베이션 리프팅 */
.lifting .nectar-flickity { margin: 90px 0 60px; }
.lifting .nectar-flickity .cell { padding: 60px !important; background-color: var(--beige); margin-right: 0 !important; }
.lifting .nectar-flickity .cell .vc_col-sm-6 { margin-bottom: 0 !important; }
.lifting .nectar-flickity .img-with-aniamtion-wrap { margin-bottom: 0 !important; }
.lifting .nectar-flickity .wpb_text_column { text-align: left; }
.lifting .nectar-flickity .title { font-size: 30px; margin-bottom: 28px !important; }
.lifting .nectar-flickity ul { background-color: transparent; padding: 0 !important; }
.lifting .nectar-flickity ul li { font-size: 19px; margin-bottom: 10px; }
.lifting .nectar-flickity ul li::before { margin-right: 12px; }
.lifting .nectar-flickity .flickity-prev-next-button.previous { left: 30px !important; }
.lifting .nectar-flickity .flickity-prev-next-button.next { right: 30px !important; }
/* 회원관리 */
body[data-form-submit=regular] .container-wrap button[type=submit].login-button { padding: 15px 22px!important; }
.cosmosfarm-members-form { padding-bottom: 120px; }
.cosmosfarm-members-form .profile-header .display-name, .cosmosfarm-members-form .members-link li a:before { background:#b9a394 !important; }
.cosmosfarm-members-form .members-link li:hover { border-color:#b9a394 !important }
/* 개인정보취급방침, 이용약관 */
div.policy { width: 72.5%; margin: 0 auto; }
.policy p { font-size: 18px; font-weight: 300; margin-bottom: 40px !important; }
.policy p strong { display: inline-block; padding-bottom: 8px; }
.policy .wpb_wrapper > .wpb_text_column:last-child p { margin-bottom: 0 !important; }