/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@300;400;500;700&display=swap');

@import "//cdn.jsdelivr.net/npm/font-kopub@1.0/kopubdotum.min.css";
@import "//cdn.jsdelivr.net/npm/font-kopub@1.0/kopubbatang.min.css";

@import url("https://use.typekit.net/wwb5mwx.css");

@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700;800&display=swap');

@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/variable/pretendardvariable.css");
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap'); */
/* 서브 폰트*/
/* @import url('https://fonts.googleapis.com/css2?family=Sorts+Mill+Goudy:ital@0;1&display=swap');
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard.css");
@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sorts+Mill+Goudy:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap'); */
:root {
    --vh:100vh;

    --font-pre: 'Pretendard-Medium';
    --font-pre-r: 'Pretendard-Regular';
    --font-pre-l: 'Pretendard-Light';
    --font-pre-sb: 'Pretendard-SemiBold';
    --font-pre-b: 'Pretendard-Bold';

    --font-goudy-r: 'GOUDOS';
    --font-goudy-b: 'goudy-old-style-bold';
    --font-goudy-i: 'GoudyOldStyle-Italic';

    --font-suit: 'SUIT-Medium';
    --font-suit-t: 'SUIT-Thin';
    --font-suit-l: 'SUIT-Light';
    --font-suit-r: 'SUIT-Regular';
    --font-suit-sb: 'SUIT-SemiBold';
    --font-suit-b: 'SUIT-Bold';

    --footer-progress: 0;
}
img {-webkit-touch-callout:none;}

@keyframes sub_top_view_bg {
    0% {
        transform:perspective(500px) scale(1.05) rotate(.001deg) translateZ(0); 
        -webkit-transform:perspective(500px) scale(1.05) rotate(.001deg) translateZ(0);  
        -moz-transform:perspective(500px) scale(1.05) rotate(.001deg) translateZ(0);  
        -ms-transform:perspective(500px) scale(1.05) rotate(.001deg) translateZ(0);  
        -o-transform:perspective(500px) scale(1.05) rotate(.001deg) translateZ(0);
    }
    100% {
        transform:perspective(500px) scale(1) rotate(.001deg) translateZ(0); 
        -webkit-transform:perspective(500px) scale(1) rotate(.001deg) translateZ(0);  
        -moz-transform:perspective(500px) scale(1) rotate(.001deg) translateZ(0);  
        -ms-transform:perspective(500px) scale(1) rotate(.001deg) translateZ(0);  
        -o-transform:perspective(500px) scale(1) rotate(.001deg) translateZ(0);
    }
}
@-moz-keyframes sub_top_view_bg {
    0% {
        transform:perspective(500px) scale(1.05) rotate(.001deg) translateZ(0); 
        -webkit-transform:perspective(500px) scale(1.05) rotate(.001deg) translateZ(0);  
        -moz-transform:perspective(500px) scale(1.05) rotate(.001deg) translateZ(0);  
        -ms-transform:perspective(500px) scale(1.05) rotate(.001deg) translateZ(0);  
        -o-transform:perspective(500px) scale(1.05) rotate(.001deg) translateZ(0);
    }
    100% {
        transform:perspective(500px) scale(1) rotate(.001deg) translateZ(0); 
        -webkit-transform:perspective(500px) scale(1) rotate(.001deg) translateZ(0);  
        -moz-transform:perspective(500px) scale(1) rotate(.001deg) translateZ(0);  
        -ms-transform:perspective(500px) scale(1) rotate(.001deg) translateZ(0);  
        -o-transform:perspective(500px) scale(1) rotate(.001deg) translateZ(0);
    }
}
/********************************************************** 
* Fonts
***********************************************************/ 
/* pretendard */
@font-face {
    font-family: 'Pretendard-Light';
    src: url('../fonts/Pretendard-Light.woff2') format('woff2');
    src: url('../fonts/Pretendard-Light.woff') format('woff');
}
@font-face {
    font-family: 'Pretendard-Regular';
    src: url('../fonts/Pretendard-Regular.woff2') format('woff2');
    src: url('../fonts/Pretendard-Regular.woff') format('woff');
}
@font-face {
    font-family: 'Pretendard-Medium';
    src: url('../fonts/Pretendard-Medium.woff2') format('woff2');
    src: url('../fonts/Pretendard-Medium.woff') format('woff');
}
@font-face {
    font-family: 'Pretendard-SemiBold';
    src: url('../fonts/Pretendard-SemiBold.woff2') format('woff2');
    src: url('../fonts/Pretendard-SemiBold.woff') format('woff');
}
@font-face {
    font-family: 'Pretendard-Bold';
    src: url('../fonts/Pretendard-Bold.woff2') format('woff2');
    src: url('../fonts/Pretendard-Bold.woff') format('woff');
}

/* GoudyOldStyle */
@font-face {
    font-family: 'GOUDOS';
    src: url('../fonts/GOUDOS.woff') format('woff');
}
@font-face {
    font-family: 'goudy-old-style-bold';
    src: url('../fonts/goudy-old-style-bold.woff') format('woff');
}
@font-face {
    font-family: 'GoudyOldStyle-Italic';
    src: url('../fonts/GoudyOldStyle-Italic.woff') format('woff');
}

/* SUIT */
@font-face {
    font-family: 'SUIT-Thin';
    src: url('../fonts/SUIT-Thin.woff2') format('woff2');
}
@font-face {
    font-family: 'SUIT-Light';
    src: url('../fonts/SUIT-Light.woff2') format('woff2');
}
@font-face {
    font-family: 'SUIT-Regular';
    src: url('../fonts/SUIT-Regular.woff2') format('woff2');
    src: url('../fonts/SUIT-Regular.woff') format('woff');
}
@font-face {
    font-family: 'SUIT-Medium';
    src: url('../fonts/SUIT-Medium.woff2') format('woff2');
    src: url('../fonts/SUIT-Medium.woff') format('woff');
}
@font-face {
    font-family: 'SUIT-SemiBold';
    src: url('../fonts/SUIT-SemiBold.woff2') format('woff2');
}
@font-face {
    font-family: 'SUIT-Bold';
    src: url('../fonts/SUIT-Bold.woff2') format('woff2');
}
@font-face {
    font-family: 'SUIT-ExtraBold';
    src: url('../fonts/SUIT-ExtraBold.woff2') format('woff2');
}

/* .pinyon *, .pinyon { font-family: "Pinyon Script", cursive; font-weight: 400; font-style: normal; } */

.pretendard *,.pretendard {
    font-family: 'Pretendard Variable';
}
.notoserif *,.notoserif {
    font-family: 'Noto Serif KR', serif;
	-webkit-font-smoothing: antialiased;
    letter-spacing: -0.02em;
}
.kopubworlddotum *,.kopubworlddotum {
    font-family: 'KoPubWorldDotum', sans-serif;
}
.kopubworldbatang *,.kopubworldbatang {
    /* font-family: 'KoPubWorldBatang', sans-serif; */
	/* font-family: 'KoPubWorld_Batang_Pro_l'; */
	font-family: 'KoPub Batang';
}
.kopubworldbatang1 *,.kopubworldbatang1 {
    font-family: 'KoPubWorld_Batang_Pro_l' !important;
}
.kopubworldbatang2 *,.kopubworldbatang2 {
    font-family: 'KoPubWorld_Batang_Pro_m' !important;
}
.montserrat *,.montserrat {
    font-family: 'Montserrat', sans-serif;
}
.marcellu {
  font-family: "Marcellus", serif;
  font-style: normal;
}
.sortsmillgoudy *,.sortsmillgoudy {
    font-family: 'Sorts Mill Goudy', sans-serif;
}
.notosans *, .notosans { 
    font-family:'Noto Sans KR', sans-serif;
}


/********************************************************** 
* Common
***********************************************************/ 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html, body{
    /* font-family: 'KoPubWorldDotum', sans-serif; */
	font-family: 'Pretendard Variable';
	color: #000;
    overflow-x: hidden !important;
    /* scroll-behavior: smooth; */
}
body *{box-sizing: border-box; word-break: keep-all;}
html.open,
body.open{width:100%; height:100%; overflow: hidden !important;}
a:hover, a:link, a:visited, a:active {text-decoration: none; color: inherit;}
hr{border:0; margin:0; width:100%; height:1px; background: #fff;}
button{font-family: inherit; border: none; outline: none; background: transparent; cursor: pointer;}
address {font-style: normal;}

.flexCenter { display: flex; align-items: center; justify-content: center; }
.flexCol_aiCenter { display: flex; flex-direction: column; align-items: center; }
.sound_only { overflow: hidden; position: absolute; width: 1px; height: 1px; margin: -1px; clip: rect(0, 0, 0, 0); clip-path: polygon(0 0, 0 0, 0 0); }
/*
input{
  ios대응<!-- 주석해야됌 -->
  appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
*/
select{
  /*ios대응*/
  -webkit-appearance: none;
  -moz-appearance: none; 
  appearance: none;

  /*화살표 배경 넣기*/
/*  background: url('../img/select-down-arrow.svg') no-repeat 93% 50% rgba(255, 255, 255, 0); background-size:12px;화살표 select박스 오른쪽 중앙 배치,배경 흰색*/
}
select::-ms-expand{ 
  display:none; /* 화살표 없애기 for IE10, 11*/
}
a { -webkit-tap-highlight-color:transparent;}
* {-webkit-tap-highlight-color:transparent;}
img {max-width: 100%; vertical-align: top;}

.delay-100{transition-delay: .1s}
.delay-200{transition-delay: .2s}
.delay-300{transition-delay: .3s}
.delay-400{transition-delay: .4s}
.delay-500{transition-delay: .5s}
.delay-600{transition-delay: .6s}
.delay-700{transition-delay: .7s}
.delay-800{transition-delay: .8s}
.delay-900{transition-delay: .9s}
.delay-1000{transition-delay: 1.0s}

.dura-100{transition-duration: .1s}
.dura-200{transition-duration: .2s}
.dura-300{transition-duration: .3s}
.dura-400{transition-duration: .4s}
.dura-500{transition-duration: .5s}
.dura-600{transition-duration: .6s}
.dura-700{transition-duration: .7s}
.dura-800{transition-duration: .8s}
.dura-900{transition-duration: .9s}
.dura-1000{transition-duration: 1.0s}

/********************************************************** 
* scrollbar - 스크롤 바
***********************************************************/
/* width */
/* ::-webkit-scrollbar {
	width:8px; height:100vh; background:transparent;
}
 */
/* Track */
::-webkit-scrollbar-track {
    display:none;
    background-color:transparent;
    border-radius:2rem;
    box-shadow:inset 0px 0px 5px transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
	width:8px; background-color:rgba(0, 0, 0, 0.7);
	border-radius: 2rem;
	-webkit-border-radius: 2rem;
	-moz-border-radius: 2rem;
	-ms-border-radius: 2rem;
	-o-border-radius: 2rem;
    background-clip:padding-box;
    border:0;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background-color:rgba(0, 0, 0, 0.7);
}

.container {padding: 0 65px;}

.dp_ib {display: inline-block;}
.dp_none {display: none;}

.p_r{position:relative;}

body > #preview_item{display:none;}
body > #hd_login_msg{display:none;}


/********************************************************** 
* skip
***********************************************************/ 
#skip a {position: absolute; top: 0; left: -9999px; z-index: 1000;}
#skip a:focus, #skip a:active {display: block; top: 0; left: 0;  width: 100%; padding: 10px 0; background: #345243; color: #fff; text-align: center;}

/********************************************************** 
* hide text
***********************************************************/ 
.blind {font-size: 0; line-height: 0; width: 1px; height: 1px; line-height: 1px; text-align: -9999px; overflow: hidden; position: absolute; top: 0; left: -9999px;}
.ir_text{display: block; width: 100%; height: 100%; text-indent: -9999em;}

/********************************************************** 
* font-size
***********************************************************/ 
/* .h1{font-size:2.813rem; line-height: 1.4;}
.h2{font-size:2.5rem; line-height: 1.4;}
.h3{font-size:2.25rem; line-height: 1.4;}
.h4{font-size:1.875rem; line-height: 1.4;}
.h5{font-size:1.563rem; line-height: 1.4;}
.h6{font-size:1.5rem; line-height: 1.4;} */

.fz_10{font-size: 0.625rem;}
.fz_11{font-size: 0.688rem;}
.fz_12{font-size: 0.75rem;}
.fz_13{font-size: 0.813rem;}
.fz_14{font-size: 0.875rem;}
.fz_15{font-size: 0.938rem;}
.fz_16{font-size: 1rem;  }
.fz_17{font-size: 1.063rem; line-height: 1.6;}
.fz_18{font-size: 1.125rem; line-height: 1.6;}
.fz_19{font-size: 1.188rem; line-height: 1.6;}
.fz_20{font-size: 1.25rem; line-height: 1.6;}
.fz_21{font-size: 1.313rem; line-height: 1.6;}
.fz_22{font-size: 1.375rem; line-height: 1.6;}
.fz_23{font-size: 1.438rem; line-height: 1.6;}
.fz_24{font-size: 1.5rem; line-height: 1.6;}
.fz_25{font-size: 1.563rem; line-height: 1.6;}
.fz_26{font-size: 1.625rem; line-height: 1.6;}
.fz_27{font-size: 1.688rem; line-height: 1.6;}
.fz_28{font-size: 1.75rem; line-height: 1.6;}
.fz_29{font-size: 1.813rem; line-height: 1.6;}
.fz_30{font-size: 1.875rem;  }
.fz_31{font-size: 1.938rem;  }
.fz_32{font-size: 2rem;  }
.fz_33{font-size: 2.063rem;  }
.fz_34{font-size: 2.125rem;  }
.fz_35{font-size: 2.188rem;  }
.fz_36{font-size: 2.25rem;  }
.fz_37{font-size: 2.313rem;  }
.fz_38{font-size: 2.375rem;  }
.fz_39{font-size: 2.438rem;  }
.fz_40{font-size: 2.5rem;  }
.fz_42{font-size: 2.625rem;  }
.fz_43{font-size: 2.688rem;  }
.fz_45{font-size: 2.813rem;  }
.fz_46{font-size: 2.875rem;  }
.fz_48{font-size: 3rem;  }
.fz_50{font-size: 3.125rem; line-height: 1.4;}
.fz_51{font-size: 3.188rem; line-height: 1.4;}
.fz_52{font-size: 3.25rem; line-height: 1.4;}
.fz_55{font-size: 3.438rem; line-height: 1.4;}
.fz_58{font-size: 3.625rem; line-height: 1.4;}
.fz_59{font-size: 3.688rem; line-height: 1.4;}
.fz_60{font-size: 3.75rem; line-height: 1.4;}
.fz_68{font-size: 4.25rem; line-height: 1.4;}
.fz_70{font-size: 4.375rem; line-height: 1.4;}
.fz_75{font-size: 4.688rem; line-height: 1.4;}
.fz_80{font-size: 5rem; line-height: 1.4;}
.fz_85{font-size: 5.313rem; line-height: 1.4;}
.fz_90{font-size: 5.625rem; line-height: 1.4;}
.fz_95{font-size: 5.938rem; line-height: 1.4;}
.fz_100{font-size: 6.25rem; line-height: 1.4;}
.fz_110{font-size: 6.875rem;}
.fz_120{font-size: 7.5rem;}
.fz_126{font-size: 7.875rem;}
.fz_130{font-size: 8.125rem;}
.fz_140{font-size: 8.75rem;}
.fz_150{font-size: 9.375rem;}
.fz_170{font-size: 10.625rem;}
.fz_180{font-size: 11.25rem;}
.fz_200{font-size: 12.5rem;}
.fz_210{font-size: 13.125rem;}
.fz_215{font-size: 13.438rem;}
.fz_220{font-size: 13.75rem;}
.fz_230{font-size: 14.375rem;}
.fz_235{font-size: 14.688rem;}



/********************************************************** 
* font style
***********************************************************/
.ta_c{text-align: center;}
.ta_l{text-align: left;}
.ta_r{text-align: right;}

.fw_200{font-weight: 200;}
.light{font-weight: 300;}
.normal{font-weight: 400;}
.medium{font-weight: 500;}
.semibold{font-weight: 600;}
.bold{font-weight: 700;}

.italic{font-style:italic;}


/********************************************************** 
* color
***********************************************************/
.c-w{color:#fff;}
.c-b{color:#000;}
.c-gray {color:#767676;}
.c-010101 {color:#010101;}
.c-a3a3a3 {color:#a3a3a3;}
.c-a7a59d {color:#a7a59d;}
.c-f2f2f3 {color:#f2f2f3;}
.c-f6f6f6 {color:#f6f6f6;}
.c-727272{color:#727272;}
.c-6f6f6f{color: #6f6f6f;}
.c-7f7f7f{color:#7f7f7f;}
.c-2d2d2d{color:#2d2d2d;}
.c-252525{color:#252525;}
.c-233d2d{color:#233d2d;}
.c-303030{color:#303030;}
.c-333{color:#333;}
.c-343434{color:#343434;}
.c-363636{color:#363636;}
.c-444{color:#444;}
.c-4b3b2b{color:#4b3b2b;}
.c-4e4e4e{color:#4e4e4e;}
.c-455e56{color:#455e56;}
.c-525252{color:#525252;}
.c-535353{color:#535353;}
.c-555{color:#555;}
.c-565656{color:#565656;}
.c-595959{color:#595959;}
.c-515c3e{color:#515c3e;}
.c-6d6d6d{color:#6d6d6d;}
.c-6b6b6b{color:#6b6b6b;}
.c-626262{color:#626262;}
.c-676767{color:#676767;}
.c-8b8b8b{color:#8b8b8b;}
.c-868686{color:#868686;}
.c-959595{color:#959595;}
.c-979797{color:#979797;}
.c-60656e{color:#60656e;}
.c-ebebeb{color:#ebebeb;}
.c-edecec{color:#edecec;}
.c-e3e3e3{color:#e3e3e3;}
.c-2f2f2f { color: #2f2f2f;}
.c-282828 {color: #282828;}
.c-2e2e2e {color: #2e2e2e;}
.c-fffcf5 {color: #fffcf5;}
.c-282d60 {color: #282d60;}
.c-3c416f{color: #3c416f;}
.c-5b5b5b{color: #5b5b5b;}
.c-a0a0a0{color: #a0a0a0;}
.c-413f6f{color: #413f6f;}

/********************************************************** 
* line-height
***********************************************************/
.lh_1{line-height: 1;}
.lh_11{line-height: 1.1;}
.lh_12{line-height: 1.2;}
.lh_13{line-height: 1.3;}
.lh_14{line-height: 1.4;}
.lh_15{line-height: 1.5;}
.lh_16{line-height: 1.6;}
.lh_17{line-height: 1.7;}
.lh_18{line-height: 1.8;}
.lh_19{line-height: 1.9;}
.lh_2{line-height: 2;}
.lh_21{line-height: 2.1;}
.lh_22{line-height: 2.2;}
.lh_23{line-height: 2.3;}
.lh_24{line-height: 2.4;}

/********************************************************** 
* letter-spacing
***********************************************************/
.ls_p1{letter-spacing:0.01em;}
.ls_p2{letter-spacing:0.02em;}
.ls_p3{letter-spacing:0.03em;}
.ls_p4{letter-spacing:0.04em;}
.ls_p5{letter-spacing:0.05em;}
.ls_p6{letter-spacing:0.06em;}
.ls_p7{letter-spacing:0.07em;}
.ls_p8{letter-spacing:0.08em;}
.ls_p10{letter-spacing:0.1em;}
.ls_p15{letter-spacing:0.15em;}
.ls_p20{letter-spacing:0.2em;}
.ls_p30{letter-spacing:0.3em;}
.ls_p40{letter-spacing:0.4em;}
.ls_p50{letter-spacing:0.5em;}

.ls_0{letter-spacing:0em;}
.ls_1{letter-spacing:-0.01em;}
.ls_2{letter-spacing:-0.02em;}
.ls_3{letter-spacing:-0.03em;}
.ls_4{letter-spacing:-0.04em;}
.ls_5{letter-spacing:-0.05em;}

/********************************************************** 
* margin-bottom
***********************************************************/
.m_5{margin-bottom: 5px;}
.m_10{margin-bottom: 10px;}
.m_15{margin-bottom: 15px;}
.m_20{margin-bottom: 20px;}
.m_30{margin-bottom: 30px;}
.m_40{margin-bottom: 40px;}
.m_50{margin-bottom: 50px;}
.m_60{margin-bottom: 60px;}
.m_80{margin-bottom: 80px;}
.m_100{margin-bottom: 100px;}
.m_120{margin-bottom: 120px;}
.m_160{margin-bottom: 160px;}
.m_200{margin-bottom: 200px;}

/********************************************************** 
* margin-left
***********************************************************/
.ml_10{margin-left: 10px;}
.ml_20{margin-left: 20px;}
.ml_30{margin-left: 30px;}
.ml_40{margin-left: 40px;}

/********************************************************** 
* padding
***********************************************************/
.pd_60{padding: 60px 0;}
.pd_80{padding: 80px 0;}
.pd_100{padding: 100px 0;}
.pd_120{padding: 120px 0;}
.pd_140{padding: 140px 0;}
.pd_160{padding: 160px 0;}
.pd_200{padding: 200px 0;}

/********************************************************** 
* padding-top
***********************************************************/
.pt_5{padding-top: 5px;}
.pt_10{padding-top: 10px;}
.pt_15{padding-top: 15px;}
.pt_20{padding-top: 20px;}
.pt_30{padding-top: 30px;}
.pt_40{padding-top: 40px;}
.pt_60{padding-top: 60px;}
.pt_80{padding-top: 80px;}
.pt_100{padding-top: 100px;}
.pt_120{padding-top: 120px;}
.pt_140{padding-top: 140px;}
.pt_160{padding-top: 160px;}
.pt_180{padding-top: 180px;}
.pt_200{padding-top: 200px;}
.pt_210{padding-top: 210px;}
.pt_230{padding-top: 230px;}
.pt_250{padding-top: 250px;}

/********************************************************** 
* padding-left
***********************************************************/
.pl_4px{padding-left:4px;}
.pl_5px{padding-left:5px;}
.pl_5{padding-left:5%;}
.pl_10{padding-left:10%;}
.pl_11{padding-left:11%;}
.pl_12{padding-left:12%;}
.pl_13{padding-left:13%;}
.pl_14{padding-left:14%;}
.pl_15{padding-left:15%;}
.pl_16{padding-left:16%;}
.pl_17{padding-left:17%;}
.pl_18{padding-left:18%;}
.pl_19{padding-left:19%;}
.pl_20{padding-left:20%;}
.pl_21{padding-left:21%;}
.pl_22{padding-left:22%;}
.pl_23{padding-left:23%;}
.pl_24{padding-left:24%;}
.pl_25{padding-left:25%;}
.pl_26{padding-left:26%;}

.m_auto{
    margin-left: auto;
    margin-right: auto;
}
.mx300{max-width: 300px;}
.mx400{max-width: 400px;}
.mx500{max-width: 500px;}
.mx520{max-width: 520px;}
.mx540{max-width: 540px;}
.mx550{max-width: 550px;}
.mx570{max-width: 570px;}


/********************************************************** 
* icon
***********************************************************/


/********************************************************** 
* flex-box
***********************************************************/
.flex_row{display: flex; }
.flex_row.fw{flex-wrap:wrap; }
.flex_row.al_fs{display: flex; align-items: flex-start;}
.flex_row.al_fe{display: flex; align-items: flex-end;}
.flex_row.center{display: flex; align-items: center;}
.flex_row.jc_center{justify-content: center;}
.flex_row.jc_fs{justify-content: flex-start;}
.flex_row.jc_fe{justify-content: flex-end;}
.flex_row.sb{justify-content:space-between;}
.flex_row.sa{justify-content:space-around;}
.flex_row.se{justify-content:space-evenly;}
.fd_c{flex-direction:column;}

.column_half{width: 50%;}
.column_half_40{width: 40%;}
.column_third{width: 33.3333%;}
.column_third_30{width: 30%;}
.column_quarter{width: 25%;}
.column_fifth{width: 20%;}
.column_sixth{width: 16.666666%;}

.container-1600{position:relative; width:100%; max-width:1600px; padding:0; margin-left:auto; margin-right:auto;}
.container-1580{position:relative; width:100%; max-width:1580px; padding:0; margin-left:auto; margin-right:auto;}
.container-1500{position:relative; width:100%; max-width:1500px; padding:0; margin-left:auto; margin-right:auto;}
.container-md{width: 100%; max-width: 1440px; margin-left: auto; margin-right: auto; padding:0 40px; position: relative;}
.container-sm{width: 100%; max-width: 1750px; margin-left: auto; margin-right: auto; padding:0 40px; position: relative;}
.container-1400{width: 100%; max-width: 1400px; margin-left: auto; margin-right: auto; padding:0; position: relative;}
.container-1300{width: 100%; max-width: 1300px; margin-left: auto; margin-right: auto; padding:0; position: relative;}
.container-1200{width: 100%; max-width: 1240px; margin-left: auto; margin-right: auto; padding:0; position: relative;}
/* .container-xs{width: 100%; max-width: 1100px; margin-left: auto; margin-right: auto; padding:0; position: relative;} */
.container-xs{width: 100%; max-width: 1360px; margin-left: auto; margin-right: auto; padding:0; position: relative;}
.container-800{width: 100%; max-width: 800px; margin-left: auto; margin-right: auto; padding:0; position: relative;}

.pc_cont_1440{display:block; opacity:1; visibility:visible;}
.m_cont_1440{display:none; opacity:0; visibility:hidden;}

.pc_cont_1280{display:block; opacity:1; visibility:visible;}
.m_cont_1280{display:none; opacity:0; visibility:hidden;}

.pc_cont_1024{display:block; opacity:1; visibility:visible;}
.m_cont_1024{display:none; opacity:0; visibility:hidden;}

.pc_cont{display:block; opacity:1; visibility:visible;}
.m_cont{display:none; opacity:0; visibility:hidden;}

.pc_cont_960{display:block; opacity:1; visibility:visible;}
.m_cont_960{display:none; opacity:0; visibility:hidden;}
.pc_cont_960_in{display:inline-block; opacity:1; visibility:visible;}
.m_cont_960_in{display:none; opacity:0; visibility:hidden;}

.pc_cont_800{display:block; opacity:1; visibility:visible;}
.m_cont_800{display:none; opacity:0; visibility:hidden;}


.pc_cont_640{display:block; opacity:1; visibility:visible;}
.m_cont_640{display:none; opacity:0; visibility:hidden;}

.pc_cont_480{display:block; opacity:1; visibility:visible;}
.m_cont_480{display:none; opacity:0; visibility:hidden;}

.pc_cont_434{display:block; opacity:1; visibility:visible;}
.m_cont_434{display:none; opacity:0; visibility:hidden;}

.pc_cont_400{display:block; opacity:1; visibility:visible;}
.m_cont_400{display:none; opacity:0; visibility:hidden;}

.pc_cont_376{display:block; opacity:1; visibility:visible;}
.m_cont_376{display:none; opacity:0; visibility:hidden;}

/********************************************************** 
* reveal - 텍스트 효과
***********************************************************/
.reveal { transition:transform 0.8s ease-out, opacity 0.8s ease-out; will-change:transform, opacity; transition-delay: .1s;}
.fade-in { opacity:0; }
.fade-up { transform:translateY(50px); opacity:0; }
.fade-down { transform:translateY(-50px); opacity:0; }
.fade-left { transform:translateX(-100px); opacity:0; }
.fade-right { transform:translate(50%,-0%); opacity:0; }
.active.fade-in { opacity:1; }
.active.fade-up { transform:translateY(0); opacity:1; }
.active.fade-down { transform:translateY(0); opacity:1; }
.active.fade-left { transform:translateX(0); opacity:1; }
.active.fade-right { transform:translate(0,-0%); opacity:1; }
.reveal.highlight:before { width:0%; transition:width 0.8s ease-in-out; }
.reveal.highlight.active:before { width:100%; }

@media (max-width:639px) {
    /*.fade-left { transform:translateY(50px); opacity:0; }
    .fade-right { transform:translateY(50%); opacity:0; }
    .active.fade-left { transform:translateY(0); opacity:1; }
    .active.fade-right { transform:translateY(-0%); opacity:1; }*/
}

.active.delay_100{transition-delay: .1s}
.active.delay_200{transition-delay: .2s}
.active.delay_300{transition-delay: .3s}
.active.delay_400{transition-delay: .4s}
.active.delay_500{transition-delay: .5s}
.active.delay_600{transition-delay: .6s}
.active.delay_700{transition-delay: .7s}
.active.delay_800{transition-delay: .8s}
.active.delay_900{transition-delay: .9s}
.active.delay_1000{transition-delay: 1.0s}
.active.delay_2000{transition-delay: 2.0s}
.active.delay_2100{transition-delay: 2.1s}
.active.delay_2200{transition-delay: 2.2s}
.active.delay_2300{transition-delay: 2.3s}
.active.delay_2400{transition-delay: 2.4s}
.active.delay_2500{transition-delay: 2.5s}
.active.delay_2600{transition-delay: 2.6s}
.active.delay_2700{transition-delay: 2.7s}
.active.delay_2800{transition-delay: 2.8s}
.active.delay_2900{transition-delay: 2.9s}
.active.delay_3000{transition-delay: 3.0s}
.active.delay_3500{transition-delay: 3.5s}
.active.delay_4000{transition-delay: 4.0s}




/********************************************************** 
* smooth-scroll
***********************************************************/
.smooth-scroll{position:relative; overflow:hidden !important;}




/* 빠른 상담 */
.counsel-form-area{
    position:fixed; bottom:-14rem; left:0; width: 100%; margin:0; z-index:12;
    transition:bottom .3s ease-out; 
    -webkit-transition:bottom .3s ease-out; 
    -moz-transition:bottom .3s ease-out; 
    -ms-transition:bottom .3s ease-out; 
    -o-transition:bottom .3s ease-out;
}

.counsel-form-area.opened{bottom:0;}

.counsel--buttons{display: flex; width: 249px; overflow: hidden; margin-left: auto; margin-right: auto;}
.counsel--call-btn{width:179px; height: 48px; background: #fff; color: #fff; border:0; padding:8px 12px; line-height: 1.3; font-size: 1.125rem; border-top-left-radius: 10px; border-top-right-radius: 10px; cursor:pointer; display:flex; justify-content:center; align-items:center;}
.counsel--call-btn > i{margin-left:10px;}
.counsel-form-area.opened .counsel--call-btn > .icon_up_arrow{background: url("../img/icon_down_arrow.svg") 50% 50%/100% no-repeat;}
.counsel--kakao{display:flex; justify-content:center; align-items:center; border: 0; background: #2a2a2a url(../img/counsel-kakao.png)50% 50% /50% no-repeat; width: 58px; height: 48px;margin-left: 12px; border-top-left-radius: 10px; border-top-right-radius: 10px; cursor:pointer; }

.bounce-sm{
  animation-name: bounce-sm;
  animation-timing-function: cubic-bezier(0.280, 0.840, 0.420, 1);
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}
@keyframes bounce-sm {
	0% {
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
	}

	10% {
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
	}

	33% {
		transform: translateY(-8px);
		-webkit-transform: translateY(-8px);
		-moz-transform: translateY(-8px);
		-ms-transform: translateY(-8px);
		-o-transform: translateY(-8px);
}

	50% {
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
	}

	60% {
		transform: translateY(-1px);
		-webkit-transform: translateY(-1px);
		-moz-transform: translateY(-1px);
		-ms-transform: translateY(-1px);
		-o-transform: translateY(-1px);
}

	70% {
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
	}

	100% {
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
	}
}

.bounce-little{
    animation-name: bounce-little;
    animation-timing-function: cubic-bezier(0.280, 0.840, 0.420, 1);
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
  }
  @keyframes bounce-little {
      0% {
          transform: translateY(0);
          -webkit-transform: translateY(0);
          -moz-transform: translateY(0);
          -ms-transform: translateY(0);
          -o-transform: translateY(0);
      }
  
      10% {
          transform: translateY(0);
          -webkit-transform: translateY(0);
          -moz-transform: translateY(0);
          -ms-transform: translateY(0);
          -o-transform: translateY(0);
      }
  
      33% {
          transform: translateY(-3px);
          -webkit-transform: translateY(-3px);
          -moz-transform: translateY(-3px);
          -ms-transform: translateY(-3px);
          -o-transform: translateY(-3px);
  }
  
      50% {
          transform: translateY(0);
          -webkit-transform: translateY(0);
          -moz-transform: translateY(0);
          -ms-transform: translateY(0);
          -o-transform: translateY(0);
      }
  
      60% {
          transform: translateY(-1px);
          -webkit-transform: translateY(-1px);
          -moz-transform: translateY(-1px);
          -ms-transform: translateY(-1px);
          -o-transform: translateY(-1px);
  }
  
      70% {
          transform: translateY(0);
          -webkit-transform: translateY(0);
          -moz-transform: translateY(0);
          -ms-transform: translateY(0);
          -o-transform: translateY(0);
      }
  
      100% {
          transform: translateY(0);
          -webkit-transform: translateY(0);
          -moz-transform: translateY(0);
          -ms-transform: translateY(0);
          -o-transform: translateY(0);
      }
  }

.counsel-form-box{
    height: inherit; margin-left: auto; margin-right: auto; width: 100%; height:14rem; padding:0 1rem; position: relative;
    display:flex; justify-content:center; align-items:center; flex-direction:column; background-color:#fff;
}

.counsel-form{width:100%; max-width:700px; display:grid;}
.counsel-form > form{width:100%; display:flex; justify-content:center; align-items:center;}
.counsel-form-inputs_wrap{width:74%;}
.counsel-form-inputs{width:100%; justify-content: flex-start;}
.counsel__mh_name,
.counsel__mh_hp{width: 50%; padding:8px 1rem; height: 3.875em; display: flex; justify-content: flex-start; align-items: center;}
.counsel__mh_jijeom,
.counsel__mh_subject{width: 50%; padding: 8px 1rem; height: 3.875em;}

.counsel__mh_name input,.counsel__mh_hp input,.counsel__mh_jijeom select,.counsel__mh_subject select,
.counsel__mh_name label,.counsel__mh_hp label,.counsel__mh_jijeom label,.counsel__mh_subject label{display: inline-block; font-size: 15px;}
.counsel__mh_name label,.counsel__mh_hp label,.counsel__mh_jijeom label,.counsel__mh_subject label{color: #fff; width: 18%; text-align:center;}
.counsel__mh_name input,.counsel__mh_hp input,.counsel__mh_jijeom select,.counsel__mh_subject select{border:1px solid #fff; background-color:#fff !important; border-radius: 10px; padding:8px 8px 8px 12px; line-height: 1.5; width: 100%;height: 100%;}

.counsel__mh_jijeom select{width:100%; background-color: #fff; background: url('../img/select-down-arrow-quick.svg') no-repeat 90% 50% rgba(255, 255, 255, 0); background-size:11px;/*화살표 select박스 오른쪽 중앙 배치,배경 초록색*/}
.counsel__mh_subject select{width:100%; background-color: #fff; background: url('../img/select-down-arrow-quick.svg') no-repeat 90% 50% rgba(255, 255, 255, 0); background-size:11px;/*화살표 select박스 오른쪽 중앙 배치,배경 초록색*/}

.counsel-form-agree{width: 50%; height: 3.875em; padding: 8px 1rem; display: flex; justify-content: center; align-items: center;}
.counsel-form-agree > label{color:#fff;}
.counsel-form-agree > label { position:relative; display:inline-block; padding-left:8px; font-size:14px; line-height:18px; vertical-align:middle; }
.counsel-form-agree > label:before { content:''; position:absolute; left:0; top:0; display:inline-block; width:20px; height:20px; border-radius:100%; margin-left:-20px; border:1px solid #636259; -webkit-transition:border 0.15s ease-in-out, color 0.15s ease-in-out; -o-transition:border 0.15s ease-in-out, color 0.15s ease-in-out; transition:border 0.15s ease-in-out, color 0.15s ease-in-out; background-color:#ffffff; }
.counsel-form-agree > label:after { position:absolute; top:50%; left:0; display:block; width:13px; height:10px; margin:-5px 0 0 -17px; background:url('../img/icon-check.png') no-repeat center/ 100% auto; }
.counsel-form-agree > input[type='checkbox'] { z-index:1; width:20px; height:20px; vertical-align:middle; margin:0; opacity:0; visibility:hidden; }
.counsel-form-agree > input[type='checkbox']:focus + label::before { outline:thin dotted; outline:5px auto -webkit-focus-ring-color; outline-offset:-2px; }
.counsel-form-agree > input[type='checkbox']:checked + label::before { background-color:#2a2a2a; border-color:#2a2a2a; }
.counsel-form-agree > input[type='checkbox']:checked + label::after { content:''; }

.counsel-form-box input[type=submit]{position: relative; width:calc(26% - 2rem); height:calc(100% - 14px); border-radius: 10px; background-color: #2a2a2a; padding:8px; margin:0 1rem; border:0; color: #fff; font-size: 1.125rem; line-height: 1.6;}

label {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    position: relative;
}

*::before, *::after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.event_input_pc{display:inline-block !important;}
.event_input_m{display:none !important;}


@media (max-width:960px) {
    .counsel--buttons{margin:0 auto -1px;}
    .counsel__mh_name, .counsel__mh_hp{padding:8px 0.5rem;}
    .counsel__mh_jijeom, .counsel__mh_subject{padding:8px 0.5rem;}
    .counsel__mh_name > input::placeholder{font-size:1rem;}
    .counsel__mh_hp > input::placeholder{font-size:1rem;}
    .counsel__mh_subject > select{font-size:1rem;}
    .counsel__mh_subject > select > option{font-size:1rem;}
    .counsel__mh_name input,.counsel__mh_hp input,.counsel__mh_jijeom select,.counsel__mh_subject select{line-height:1; padding:4px 8px 4px 12px;}
    .counsel-form-agree > label{font-size:1rem;}
    .counsel-form-box input[type=submit]{margin:0 0.5rem;}
}
@media (max-width:480px) {
    .event_input_pc{display:none !important;}
    .event_input_m{display:inline-block !important;}

    .counsel--buttons{width:17rem;}
    .counsel--call-btn{width:65%;}
    .counsel--kakao{width:calc(30% - 0.8rem); margin-left:0.8rem; background: #2a2a2a url(../img/counsel-kakao_m.png)50% 50% /50% no-repeat;}

    .counsel-form-area{bottom:-32rem;}
    .counsel-form-box{height: 32rem; padding:0 6rem; }
    .counsel-form{max-width:100%;}
    .counsel-form > form{flex-direction:column;}
    .counsel-form-inputs_wrap{width:100%;}
    .counsel-form-inputs{flex-direction:column; align-items:center;}

    .counsel__mh_name, 
    .counsel__mh_hp{width:100%; height:4.8rem;}
    .counsel__mh_jijeom,
    .counsel__mh_subject{width:100%; height:4.8rem;}
    .counsel__mh_name input::placeholder{text-indent:0px;}
    .counsel__mh_name label, .counsel__mh_hp label, .counsel__mh_jijeom label, .counsel__mh_subject label{display:none;}
    .counsel__mh_name input, .counsel__mh_hp input, .counsel__mh_jijeom select, .counsel__mh_subject select{width:100%; border-radius: 5px;}
    .counsel__mh_jijeom select{background: url('../img/select-down-arrow-quick.svg') no-repeat 97% 50% rgba(255, 255, 255, 0);}
    .counsel__mh_subject select{background: url('../img/select-down-arrow-quick.svg') no-repeat 97% 50% rgba(255, 255, 255, 0);}

    .counsel-form-agree{width:100%;}

    .counsel-form-box input[type=submit]{width:calc(100% - 1rem); height:5.5rem; margin:0 0.5rem; font-size:1.25rem;}
    
}


/* quick_menu */



/********************************************************** 
* top_btn
***********************************************************/
.progress-area {position: fixed; left: 5rem; bottom: 3rem; width:8.75rem; height:8.75rem; cursor: default; opacity:0; visibility:hidden; z-index:11;}
.progress-area.on{opacity:1; visibility:visible;}
.progress-bg {width: 100%; height: 100%; background: url(../img/progress_bg.png) 50% 50%/133px no-repeat;}
.progress-percent{position: absolute; top:38%; left:25%; width: 50%; text-align: center; color: #c1c1c1; }
.progress-area .progress-percent > span{display:inline-block; width: 23px; height:28px; margin:6% 0 0 -1%; text-indent:-9999px; transform:rotate(179deg);}
.progress-area.on .progress-percent > span{display:inline-block; width: 100%; height:100%; margin:0; text-indent:0px; background:none; transform:rotate(0deg);}
/* .progress-area.on:hover .progress-percent > span{text-indent:-9999px;} */
.progress-percent > span{font-size:1.375rem; font-weight:500; letter-spacing:0.02em;}
.topbtn-up-arrow{
    position: absolute; top:50%; left:50%; width:6rem; height:6rem; display:flex; flex-direction:column; justify-content:center; align-items:center; z-index:1;
    transform: translate(-50%,-50%) translateZ(0);
    -webkit-transform: translate(-50%,-50%) translateZ(0);
    -moz-transform: translate(-50%,-50%) translateZ(0);
    -ms-transform: translate(-50%,-50%) translateZ(0);
    -o-transform: translate(-50%,-50%) translateZ(0);
}
.topbtn-up-arrow > div{
    position:relative; width:100%; height:100%; text-indent:-9999px; opacity:0; visibility:hidden;
    background: url(../img/topbtn_up_arrow.png) 50% 50%/auto no-repeat;
    transition: background 1s ease, opacity 0.5s ease-in-out;
    -webkit-transition: background 1s ease, opacity 0.5s ease-in-out;
    -moz-transition: background 1s ease, opacity 0.5s ease-in-out;
    -ms-transition: background 1s ease, opacity 0.5s ease-in-out;
    -o-transition: background 1s ease, opacity 0.5s ease-in-out;
}
.progress-area.on:hover .topbtn-up-arrow > div{
    opacity:1; visibility:visible;
    animation: updown infinite 0.6s ease-in-out alternate;
    -webkit-animation: updown infinite 0.6s ease-in-out alternate;
    -moz-animation: updown infinite 0.6s ease-in-out alternate;
    -ms-animation: updown infinite 0.6s ease-in-out alternate;
    -o-animation: updown infinite 0.6s ease-in-out alternate;
}

.progress-area svg {
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(-90deg) translateZ(0);
    -webkit-transform: rotate(-90deg) translateZ(0);
    -moz-transform: rotate(-90deg) translateZ(0);
    -ms-transform: rotate(-90deg) translateZ(0);
    -o-transform: rotate(-90deg) translateZ(0);
}

.progress-bar-background {
    fill: none;
    /* stroke: #e2e2e2; */
    stroke-width: 2;
}

.progress-bar-fill {
    fill: none;
    /* stroke: #fb4f01; */
    stroke-width: 2;
    transition: stroke-dasharray 0.3s ease;
}

@keyframes updown {
    0% {
        transform: translateY(-0%) translateZ(0);
        -webkit-transform: translateY(-0%) translateZ(0);
        -moz-transform: translateY(-0%) translateZ(0);
        -ms-transform: translateY(-0%) translateZ(0);
        -o-transform: translateY(-0%) translateZ(0);
    }
    50% {
        transform: translateY(-10%) translateZ(0);
        -webkit-transform: translateY(-10%) translateZ(0);
        -moz-transform: translateY(-10%) translateZ(0);
        -ms-transform: translateY(-10%) translateZ(0);
        -o-transform: translateY(-10%) translateZ(0);
    }
    100% {
        transform: translateY(-0%) translateZ(0);
        -webkit-transform: translateY(-0%) translateZ(0);
        -moz-transform: translateY(-0%) translateZ(0);
        -ms-transform: translateY(-0%) translateZ(0);
        -o-transform: translateY(-0%) translateZ(0);
    }
}
@-webkit-keyframes updown {
    0% {
        transform: translateY(-0%) translateZ(0);
        -webkit-transform: translateY(-0%) translateZ(0);
        -moz-transform: translateY(-0%) translateZ(0);
        -ms-transform: translateY(-0%) translateZ(0);
        -o-transform: translateY(-0%) translateZ(0);
    }
    50% {
        transform: translateY(-10%) translateZ(0);
        -webkit-transform: translateY(-10%) translateZ(0);
        -moz-transform: translateY(-10%) translateZ(0);
        -ms-transform: translateY(-10%) translateZ(0);
        -o-transform: translateY(-10%) translateZ(0);
    }
    100% {
        transform: translateY(-0%) translateZ(0);
        -webkit-transform: translateY(-0%) translateZ(0);
        -moz-transform: translateY(-0%) translateZ(0);
        -ms-transform: translateY(-0%) translateZ(0);
        -o-transform: translateY(-0%) translateZ(0);
    }
}
@-webkit-keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
    }
    
    40% {
        -webkit-transform: scale(1.0);
    }
}
@keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    
    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

/* 빠른 상담 */
.counsel-form-area{
    position:fixed; bottom:-14rem; left:50%; width: 100%; margin:0; z-index:12;transform: translate(-50%, 0);
    transition:bottom .3s ease-out; 
    -webkit-transition:bottom .3s ease-out; 
    -moz-transition:bottom .3s ease-out; 
    -ms-transition:bottom .3s ease-out; 
    -o-transition:bottom .3s ease-out;
}

.counsel-form-area.opened{bottom:0;}

.counsel--buttons{display: flex; width: 178px; overflow: hidden; margin-left: auto; margin-right: auto;}
.counsel--call-btn{width:178px; height: 52px; background: #419c98; color: #fff; border:0; padding:8px 12px; line-height: 1.3; font-size: 1.125rem; border-top-left-radius: 10px; border-top-right-radius: 10px; cursor:pointer; display:flex; justify-content:center; align-items:center;}
.counsel--call-btn > i{margin-left:10px;}
.icon_up_arrow{display:inline-block; position:relative; width:8px; height:20px; background: url("../img/icon_up_arrow.png") 50% 50%/100% no-repeat;}
.counsel-form-area.opened .counsel--call-btn > .icon_up_arrow{background: url("../img/icon_down_arrow.png") 50% 50%/100% no-repeat;}
.counsel--kakao{display:flex; justify-content:center; align-items:center; border: 0; background: #2a2a2a url(../img/counsel-kakao.png)50% 50% /50% no-repeat; width: 58px; height: 48px;margin-left: 12px; border-top-left-radius: 10px; border-top-right-radius: 10px; cursor:pointer; }

.bounce-sm{
  animation-name: bounce-sm;
  animation-timing-function: cubic-bezier(0.280, 0.840, 0.420, 1);
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}
@keyframes bounce-sm {
	0% {
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
	}

	10% {
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
	}

	33% {
		transform: translateY(-8px);
		-webkit-transform: translateY(-8px);
		-moz-transform: translateY(-8px);
		-ms-transform: translateY(-8px);
		-o-transform: translateY(-8px);
}

	50% {
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
	}

	60% {
		transform: translateY(-1px);
		-webkit-transform: translateY(-1px);
		-moz-transform: translateY(-1px);
		-ms-transform: translateY(-1px);
		-o-transform: translateY(-1px);
}

	70% {
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
	}

	100% {
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
	}
}

.counsel-form-box{
    height: inherit; margin-left: auto; margin-right: auto; width: 100%; height:14rem; padding:0 1rem; position: relative;
    display:flex; justify-content:center; align-items:center; flex-direction:column; background-color:#419c98;
}

.counsel-form{width:100%; max-width:700px; display:grid;}
.counsel-form > form{width:100%; display:flex; justify-content:center; align-items:center;}
.counsel-form-inputs_wrap{width:74%;}
.counsel-form-inputs{width:100%; justify-content: flex-start;}
.counsel__mh_name,
.counsel__mh_hp{width: 50%; padding:8px 1rem; height: 3.875em; display: flex; justify-content: flex-start; align-items: center;}
.counsel__mh_jijeom,
.counsel__mh_subject{width: 50%; padding: 8px 1rem; height: 3.875em;}

.counsel__mh_name input,.counsel__mh_hp input,.counsel__mh_jijeom select,.counsel__mh_subject select,
.counsel__mh_name label,.counsel__mh_hp label,.counsel__mh_jijeom label,.counsel__mh_subject label{display: inline-block; font-size: 15px;}
.counsel__mh_name label,.counsel__mh_hp label,.counsel__mh_jijeom label,.counsel__mh_subject label{color: #fff; width: 18%; text-align:center;}
.counsel__mh_name input,.counsel__mh_hp input,.counsel__mh_subject input,.counsel__mh_jijeom select,.counsel__mh_subject select{border:1px solid #fff; background-color:#fff !important; border-radius: 10px; padding:8px 8px 8px 12px; line-height: 1.5; width: 100%;height: 100%;}

.counsel-form-agree{width: 50%; height: 3.875em; padding: 8px 1rem; display: flex; justify-content: center; align-items: center;}
.counsel-form-agree > label{color:#fff;}
.counsel-form-agree > label { position:relative; display:inline-block; padding-left:8px; font-size:14px; line-height:18px; vertical-align:middle; }
.counsel-form-agree > label:before { content:''; position:absolute; left:0; top:0; display:inline-block; width:20px; height:20px; border-radius:100%; margin-left:-20px; border:1px solid #636259; -webkit-transition:border 0.15s ease-in-out, color 0.15s ease-in-out; -o-transition:border 0.15s ease-in-out, color 0.15s ease-in-out; transition:border 0.15s ease-in-out, color 0.15s ease-in-out; background-color:#ffffff; }
.counsel-form-agree > label:after { position:absolute; top:50%; left:0; display:block; width:13px; height:10px; margin:-5px 0 0 -17px; background:url('../img/icon-check.png') no-repeat center/ 100% auto; }
.counsel-form-agree > input[type='checkbox'] { z-index:1; width:20px; height:20px; vertical-align:middle; margin:0; opacity:0; visibility:hidden; }
.counsel-form-agree > input[type='checkbox']:focus + label::before { outline:thin dotted; outline:5px auto -webkit-focus-ring-color; outline-offset:-2px; }
.counsel-form-agree > input[type='checkbox']:checked + label::before { background-color:#2a2a2a; border-color:#2a2a2a; }
.counsel-form-agree > input[type='checkbox']:checked + label::after { content:''; }

.counsel-form-box input[type=submit]{position: relative; width:calc(26% - 2rem); height:calc(100% - 14px); border-radius: 10px; background-color: #2a2a2a; padding:8px; margin:0 1rem; border:0; color: #fff; font-size: 1.125rem; line-height: 1.6;}

label {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    position: relative;
}

*::before, *::after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.event_input_pc{display:inline-block !important;}
.event_input_m{display:none !important;}
@media (max-width:1860px) {
.progress-area{width:6.4409vw;height:6.4409vw;left: 3.4946vw;}
.progress-bg{background-size:cover}

}
@media (max-width:1560px) {

}
@media (max-width:960px) {
    .counsel--buttons{margin:0 auto -1px;}
    .counsel__mh_name, .counsel__mh_hp{padding:8px 0.5rem;}
    .counsel__mh_jijeom, .counsel__mh_subject{padding:8px 0.5rem;}
    .counsel__mh_name > input::placeholder{font-size:1rem;}
    .counsel__mh_hp > input::placeholder{font-size:1rem;}
    .counsel__mh_subject > select{font-size:1rem;}
    .counsel__mh_subject > select > option{font-size:1rem;}
    .counsel__mh_name input,.counsel__mh_hp input,.counsel__mh_jijeom select,.counsel__mh_subject select{line-height:1; padding:4px 8px 4px 12px;}
    .counsel-form-agree > label{font-size:1rem;}
    .counsel-form-box input[type=submit]{margin:0 0.5rem;}
}
@media (max-width:480px) {
    .event_input_pc{display:none !important;}
    .event_input_m{display:inline-block !important;}

    .counsel--buttons{width:17rem;}
    .counsel--call-btn{width:65%;}
    .counsel--kakao{width:calc(30% - 0.8rem); margin-left:0.8rem; background: #2a2a2a url(../img/counsel-kakao_m.png)50% 50% /50% no-repeat;}

    .counsel-form-area{bottom:-32rem;}
    .counsel-form-box{height: 32rem; padding:0 6rem; }
    .counsel-form{max-width:100%;}
    .counsel-form > form{flex-direction:column;}
    .counsel-form-inputs_wrap{width:100%;}
    .counsel-form-inputs{flex-direction:column; align-items:center;}

    .counsel__mh_name, 
    .counsel__mh_hp{width:100%; height:4.8rem;}
    .counsel__mh_jijeom,
    .counsel__mh_subject{width:100%; height:4.8rem;}
    .counsel__mh_name input::placeholder{text-indent:0px;}
    .counsel__mh_name label, .counsel__mh_hp label, .counsel__mh_jijeom label, .counsel__mh_subject label{display:none;}
    .counsel__mh_name input, .counsel__mh_hp input, .counsel__mh_jijeom select, .counsel__mh_subject select{width:100%; border-radius: 5px;}
    .counsel__mh_jijeom select{background: url('../img/select-down-arrow-quick.svg') no-repeat 97% 50% rgba(255, 255, 255, 0);}
    .counsel__mh_subject select{background: url('../img/select-down-arrow-quick.svg') no-repeat 97% 50% rgba(255, 255, 255, 0);}

    .counsel-form-agree{width:100%;}

    .counsel-form-box input[type=submit]{width:calc(100% - 1rem); height:5.5rem; margin:0 0.5rem; font-size:1.25rem;}
    
}


.bounce-dots-bg { width: 5.5rem; height: 2.938rem; background: url(../img/bounce-dots-bg.png)50% 50% /cover no-repeat; position: absolute; top: -2rem; transition: opacity 0.4s; left: 50%; transform: translateX(-50%);}
.bounce-dots{width: 34px; padding-top:9px; margin-left: auto; margin-right: auto; text-align: center;}
.bounce-dot {
    width: 5px;
    height: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: #fff;
    display: inline-block;
    animation: quickBounce .8s ease alternate-reverse infinite;
    -webkit-animation: quickBounce .8s ease alternate-reverse infinite;
}
.bounce-dot:nth-child(2){
    animation-delay: .2s;
}
.bounce-dot:nth-child(3){
    animation-delay: .4s;
}
.show .bounce-dots-bg { opacity: 0;}
.close .bounce-dots-bg { opacity: 0;}
@keyframes quickBounce {
    0%{
        transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
        -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -o-transform: translateY(-5px);
    }
    100%{
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
}

/* E:: progress 추가커스텀 */

/**************************************************
* modal
**************************************************/
.counsel_open_btn{ position: fixed; z-index: 3; bottom: 4.375rem; left: 50%; transform: translateX(-50%); width: 12rem; height: 3.188rem; border-radius: 25px; background-color: #3c416f; transition: background 0.4s; border: 1px solid #3c416f;}
.counsel_open_btn p{text-align: center; line-height: 3.188rem;color: #fefeff; transition: color 0.4s; }
.counsel_open_btn:hover { background: #fff; border: 1px solid #3c416f;}
.counsel_open_btn:hover p { color: #3c416f;}

.transparents-layer { display:none; position:fixed; left:0; right:0; top:0; bottom:0; width:100vw; height:100vh; background-color:#000; filter:alpha(opacity="50"); opacity:0.5; z-index:100; }
/* .counselModal.modal { position:fixed; left:-99999px; top:-99999px; width:100%; z-index:1050; outline:0; } */
.counselModal.modal { position:fixed;   width:100%; z-index:1050; outline:0; bottom: 2.5rem; left: 50%; transform: translate(-50%,0%) scale(0,0) ; opacity: 0; transition: transform 0.5s, opacity 0.5s; transform-origin: 50% 92%;}
.counselModal.modal .modal-dialog { position:relative; width:100%; margin:0 auto; }
.counselModal .modal-content { position:relative; width:100%; pointer-events:auto; background:url("../img/counselModal_bg.jpg") center center/cover no-repeat; outline:0; }
.counselModal.modal .modal-close { position:absolute; left:auto; right:1.4rem; top:1.4rem; display:inline-block; width:1.438rem; height:1.438rem; background:url("../img/modal-close.png") no-repeat center/100% auto; z-index:1060; outline:none; border:0; cursor: pointer; }

/* 상담 신청 */
.counselModal.modal { width:100%; max-width:380px; }
.counselModal .modal-close { left:0; right:0; top:-10%; margin:0 auto; }
.counselModal .modal-content { overflow:hidden; }
.counselModal .modal-body { padding:0 4rem; background:url("../img/quick_counsel_modal_bg01.jpg") center center/cover no-repeat;  }
.counselModal .modal-hd { text-align:center; }
.counselModal .modal-title { padding:3.5rem 0 2.188rem; font-size:2.188rem; font-weight:300; color: #fff;}
.counselModal .modal-body > form { width: 100%; display: flex; flex-direction: column; align-items: center;}
.counselModal .online_counselling_wrap { width: 100%;}
.counselModal .online_counselling_wrap .form-wrap { position:relative; display:flex; align-items:center; justify-content:space-between; margin-bottom:0.5rem; }
.counselModal .online_counselling_wrap .form-wrap label { width:25%; font-size:1.125rem; color:#454545; font-weight:500; }
.counselModal .online_counselling_wrap .form-wrap input { width:100%;}
.counselModal .online_counselling_wrap .form-wrap input::placeholder{color: #cecece;}
.counselModal .online_counselling_wrap .form-wrap select { 
    width:100%; 
    /*ios대응*/
    -webkit-appearance: none;
    -moz-appearance: none; 
    appearance: none;
    
    /*화살표 배경 넣기*/
    background: url('../img/select_down_arrow2.svg') no-repeat 93% 50% rgba(255, 255, 255, 0); background-size:10px; /*화살표 select박스 오른쪽 중앙 배치,배경 흰색*/
}
.counselModal .online_counselling_wrap .essential { color:#3c416f; }
.counselModal .online_counselling_wrap .information { text-align:right; font-size:0.875rem; color:#454545; }
.counselModal .online_counselling_wrap .agree-wrap { margin-top:1rem; color: #fff; cursor: pointer;  }

.counselModal .online_counselling_wrap .agree-wrap input[type='checkbox']:checked + label:before{background-color:#fff; border-color:#fff; }


.counselModal input[type=submit] { width:12rem; height:3.188rem; line-height:1.6; margin:1.875rem 0; background-color:#3c416f; border:1px solid #fff; border-radius:25px; color:#fff; font-size:1.125rem; font-family:'Noto Sans KR', sans-serif; }

.counselModal .form-control { height:3.125rem; line-height:1.6; padding:0 10px; box-sizing:border-box; background-color:#3d4170; border:1px solid #e9e9e9; color:#cecece; font-weight:400; }
.counselModal .form-control:disabled { background-color:transparent; border-color:transparent; }
.counselModal .form-control#wr_2{ height: 6.5rem;}
.counselModal .form_group.checkbox label { position:relative; display:inline-block; padding-left:6px; font-size:0.8rem; line-height:22px; vertical-align:middle; letter-spacing:-0.04em; cursor: pointer;}
.counselModal .form_group.checkbox label:before { content:''; position:absolute; left:0; top:51%; display:inline-block; width:1rem; height:1rem; margin-left:-1rem; border-radius:100%; border:1px solid #fff; -webkit-transition:border 0.15s ease-in-out, color 0.15s ease-in-out; -o-transition:border 0.15s ease-in-out, color 0.15s ease-in-out; transition:border 0.15s ease-in-out, color 0.15s ease-in-out; background-color:#3c416f; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%);}
.counselModal .form_group.checkbox input[type='checkbox'] { z-index:1; width:0.6rem; height:0.6rem; vertical-align:middle; opacity:0; }
.counselModal .content_box{height:6rem; padding:10px; box-shadow:3.83px 3.214px 9px 1px rgba(182, 182, 181, 0.2);}

.counselModal .ui-datepicker { font-size:1rem; z-index:1060 !important;}
.counselModal .ui-datepicker .ui-datepicker-title select{font-size:1rem;}

@media (max-width:960px) {
    /* .quick_wrap{ right:3rem;} 
    .quick_menu_wrap{bottom:3.5rem;} */
	/* .quick_wrap.scrolled .quick_menu_wrap { bottom: 3rem;} */
}
@media (max-width:480px) {
	/* .quick_menu_wrap{right:0}
	.quick_wrap{ right:4rem; }
	.quick_wrap.scrolled{right:4rem;    bottom: 7rem;  }
    .quick_menu_wrap{bottom:5.5rem; right: -1rem;}
	.quick_wrap.scrolled .quick_menu_wrap {bottom:5.5rem;  }
	.quick_wrap .quick_menu_list { height: 3.5rem;}
	.quick_wrap.open .quick_menu_list {	width: 10rem;}
	.quick_wrap .quick_menu_list > a > .quick_text_box > p{width:4rem}
	.progress-area{width: 3.4rem; height: 7rem;}
	.close_btn { display: flex; justify-content: center;align-items: center;}
	.quick_inner{right: 1rem;}
	.quick_link_btn {width: 11rem; height: 3.25rem;}
	.quick_link_btn.tube {font-size: 0.9rem;}
	.quick_inner .quick_link_btn:hover { background: #fff; color: #4d4d4d !important; }

	.top_btn_wrap{ right:2rem;}
	.top_btn_wrap a { width: 4.875rem;height: 4.875rem; } */


	.show .progress-hide-bg { transform: scale(0); opacity: 0; }
	.show .progress-hide-bg p { opacity: 0;}
	.show svg{ opacity: 1; } 

}
@media (max-width:434px) {
    .counselModal.modal{max-width:85%;}
    .counselModal .modal-body{padding:0 3rem;}
    .counselModal .modal-title{padding:3.5rem 0 2.5rem; font-size:2.3rem;}
    .counselModal .form-control{width:100%; height:4rem;}
    .counselModal .online_counselling_wrap .form-wrap{margin-bottom:1rem;}
    .counselModal .online_counselling_wrap .agree-wrap{margin-top:2rem;}
    .counselModal .form_group.checkbox label{font-size:1.125rem;}
    .counselModal input[type=submit]{margin:2rem 0 3.5rem;line-height:1.6; border-radius: 3rem;}
    .counselModal .form_group.checkbox label:before{width:1.5rem; height:1.5rem; margin-left:-1.5rem;}
}
@media (max-width:376px) {
    .counselModal.modal{max-width:90%; margin:0 auto;}
}


html.no-scroll, body.no-scroll { overflow:hidden !important; }

.footer_contWrap .topCont { display: flex; justify-content: center; position: relative; width: 100%; height: 488px; padding: 1px 0; }

.footer_contWrap .topCont_item { position: relative; }

/* 푸터 왼쪽 박스 */
.footer_contWrap .topCont_item1 { width: 33.0208vw; padding: 2.6042vw 0 0 4.3750vw; }
.footer_contWrap .topCont_item1::after,
.footer_contWrap .topCont_item2::after { content: ""; position: absolute; top: 0; right: 0; transition: all 0.5s ease; width: 1px; height: calc(1% * var(--footer-progress)); background: #bebdb9; }
.footer_contWrap .clinicHour_box { margin-bottom: 98px; }

/* .footer_contWrap .topCont_item1 .clinicHour_title .pinyon { letter-spacing: 0.26em; } */

.footer_contWrap .clinicHour_wrap { display: flex; flex-direction: column; align-items: flex-start; gap: 24px; position: relative; margin: 30px 0; font-size: 19px;  }
.footer_contWrap .clinicHour { display: flex; justify-content: flex-start; align-items: center; gap: 20px; position: relative; }
.footer_contWrap .clinicHour_wrap .clinic_day { display: flex; justify-content: space-between; min-width: 92px; font-family: var(--font-suit); letter-spacing: 0.01em; }
.footer_contWrap .clinicHour_wrap .clinic_time { font-family: var(--font-suit); letter-spacing: 0.05em; }
.footer_contWrap .clinicHour_wrap .clinic_time .ls { letter-spacing: 0.11em; }
.footer_contWrap .topCont_item1 .notice_text { font-family: var(--font-suit-r); font-size: 17px; letter-spacing: 0.01em; }
.footer_contWrap .clinicHour_wrap .clinic_day_notice { position: absolute; top: 50%; left: calc(100% + 10px); transform: translateY(-50%);  font-family: var(--font-suit); white-space: noWrap; }

.footer_contWrap .call_box .call_text { margin-top: 30px; margin-left: 10px; font-family: var(--font-goudy-r); font-size: 31px; }


.footer_contWrap .topCont_item .footer_title { font-family: var(--font-goudy-r); font-size: 30px; letter-spacing: 0.01em; }

.footer_contWrap .topCont_line { position: absolute; left: 50%; transform: translateX(-50%); transition: all 0.5s ease; width: 0; height: 1px; background: #bebdb9; }
.footer_contWrap .topCont_line1 { top: 0; }
.footer_contWrap .topCont_line2 { bottom: 0; }

/* 푸터 중앙 박스 */
.footer_contWrap .topCont_item2 { width: 33.6458vw; padding: 2.6042vw 0 0 3.0729vw; }
.footer_contWrap .topCont_item2 .footer_title { margin-bottom: 35px; }
.footer_contWrap .location_wrap { display: flex; flex-direction: column; align-items: flex-start; }
.footer_contWrap .location_wrap .loaction_desc { font-family: var(--font-suit-r); font-size: 18px; letter-spacing: 0.01em; }
.footer_contWrap .location_wrap .loaction_desc2 { margin: 10px 0 26px; padding: 6px 7px 6px 9px; background: #b9a797; font-family: var(--font-suit); color: #fff; }

.footer_contWrap .map_wrap { display: flex; flex-direction: column; gap: 11px; position: absolute; bottom: 46px; right: 60px; }
.footer_contWrap .map_wrap .map_btn { display: flex; justify-content: center; align-items: center; transition: all 0.5s ease; width: 173px; height: 51px; background: #fffcf7; border: 1px solid #b0b0b0; border-radius: 7px; color: #000; }
.footer_contWrap .map_wrap .map_btn:hover { background: #7e756d; color: #fffcf7; }
.footer_contWrap .map_wrap .naverMap { gap: 11px; }
.footer_contWrap .map_wrap .naverMap img { width: 20px; }
.footer_contWrap .map_wrap .kakaoMap { gap: 9px; }
.footer_contWrap .map_wrap .kakaoMap img { width: 20px; }
.footer_contWrap .map_wrap .tMap { gap: 14px; }
.footer_contWrap .map_wrap .tMap img { width: 17px; }

/* 푸터 오른쪽 박스 */
.footer_contWrap .topCont_item3 { display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start; width: 33.3333vw; padding: 0 0 1.8229vw 2.9167vw; }
.footer_contWrap .topCont_item3 .footer_title { margin-bottom: 22px; }
.footer_contWrap .topCont_item3 .company_wrap { display: flex; flex-direction: column; gap: 15px; margin-bottom: 37px; }
.footer_contWrap .topCont_item3 .company_text { font-family: var(--font-suit-l); font-size: 14px; letter-spacing: 0.01em; color: #464646; }

.footer_contWrap .topCont_item3 .copyright_wrap { display: flex; flex-direction: column; gap: 13px; }
.footer_contWrap .topCont_item3 .copyright { font-family: var(--font-suit-l); font-size: 12px; letter-spacing: 0.01em; color: #919191; }

/* 푸터 하단 박스 */
.footer_contWrap .bottomCont { display: flex; align-items: center; position: relative; height: 93px; padding-left: 83px; border-bottom: 1px solid #bebdb9; }
.footer_contWrap .bottomCont .utilLink_wrap { display: flex; justify-content: flex-start; gap: 30px; }
.footer_contWrap .bottomCont .utilLink { font-family: var(--font-suit); font-size: 15px; color: #555555; }
.footer_contWrap .bottomCont .footer_logo { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 156px; }
@media (min-width: 1921px) {
    .footer_contWrap .topCont_item1 { width: 634px; padding: 50px 0 0 84px; }
    .footer_contWrap .topCont_item2 { width: 646px; padding: 50px 0 0 59px; }
    .footer_contWrap .topCont_item3 { width: 640px; padding: 0 0 35px 56px; }
}
@media (max-width: 1680px) {
    .footer_contWrap .topCont { height: 29.0476vw; padding: 0.0595vw 0; }

    /* 푸터 왼쪽 박스 */
    .footer_contWrap .clinicHour_box { margin-bottom: 5.8333vw; }

    .footer_contWrap .clinicHour_wrap { gap: 1.4286vw; margin: 1.7857vw 0; font-size: 1.131vw; }
    .footer_contWrap .clinicHour { gap: 1.1905vw; }
    .footer_contWrap .clinicHour_wrap .clinic_day { min-width: 5.4762vw; }
    .footer_contWrap .clinicHour_wrap .clinic_day_notice { left: calc(100% + 0.5952vw); }
    .footer_contWrap .topCont_item1 .notice_text { font-size: 1.0119vw; }

    .footer_contWrap .call_box .call_text { margin-top: 1.7857vw; margin-left: 0.639vw; font-size: 1.8452vw; }


    .footer_contWrap .topCont_item .footer_title { font-size: 1.7857vw; }

    /* 푸터 중앙 박스 */
    .footer_contWrap .topCont_item2 { width: 33.6458vw; padding: 2.6042vw 0 0 3.0729vw; }
    .footer_contWrap .topCont_item2 .footer_title { margin-bottom: 2.0833vw; }
    .footer_contWrap .location_wrap .loaction_desc { font-size: 1.0714vw; }
    .footer_contWrap .location_wrap .loaction_desc2 { margin: 0.5952vw 0 1.5476vw; padding: 0.3571vw 0.4167vw 0.3571vw 0.5357vw; }

    .footer_contWrap .map_wrap { gap: 0.6548vw; bottom: 2.7381vw; right: 3.5714vw; }
    .footer_contWrap .map_wrap .map_btn { width: 10.2976vw; height: 3.0357vw; border-radius: 0.4167vw; font-size: 0.9524vw; }
    .footer_contWrap .map_wrap .naverMap { gap: 0.6548vw; }
    .footer_contWrap .map_wrap .naverMap img { width: 1.1905vw; }
    .footer_contWrap .map_wrap .kakaoMap { gap: 0.5357vw; }
    .footer_contWrap .map_wrap .kakaoMap img { width: 1.1905vw; }
    .footer_contWrap .map_wrap .tMap { gap: 0.8333vw; }
    .footer_contWrap .map_wrap .tMap img { width: 1.0119vw; }

    /* 푸터 오른쪽 박스 */
    .footer_contWrap .topCont_item3 .footer_title { margin-bottom: 1.3095vw; }
    .footer_contWrap .topCont_item3 .company_wrap { gap: 0.8929vw; margin-bottom: 2.2024vw; }
    .footer_contWrap .topCont_item3 .company_text { font-size: 0.8333vw; }

    .footer_contWrap .topCont_item3 .copyright_wrap { gap: 0.7738vw; }
    .footer_contWrap .topCont_item3 .copyright { font-size: 0.7143vw; }

    /* 푸터 하단 박스 */
    .footer_contWrap .bottomCont { height: 5.5357vw; padding-left: 4.9405vw; }
    .footer_contWrap .bottomCont .utilLink_wrap { gap: 1.7857vw; }
    .footer_contWrap .bottomCont .utilLink { font-size: 0.8929vw; }
    .footer_contWrap .bottomCont .footer_logo { width: 9.2857vw; }
}
@media (max-width: 1280px) {
    .footer_contWrap .topCont_item1::after, 
    .footer_contWrap .topCont_item2::after { display: none; }
    .footer_contWrap .topCont { flex-direction: column; height: auto; padding: 8.9286vw 0 5.6548vw; border: 0.1190vw solid #bebdb9; border-left: none; border-right: none; }
    .footer_contWrap .topCont_item { width: 100%; padding: 0 0 0 8.4524vw; }

    /* top cont 1 */
    .footer_contWrap .topCont_item1 { padding-bottom: 10.9524vw; border-bottom: 0.1190vw solid #bebdb9; }
    
    .footer_contWrap .topCont_line { display: none; }
    
    .footer_contWrap .topCont_item .footer_title { font-size: 5.9524vw; }
    
    .footer_contWrap .clinicHour_box { margin-bottom: 12.5000vw; }
    .footer_contWrap .clinicHour_wrap { gap: 5.2381vw; margin: 5.3571vw 0 6.5476vw; font-size: 3.9881vw; }
    .footer_contWrap .clinicHour { gap: 4.6429vw; }
    .footer_contWrap .clinicHour_wrap .clinic_day { min-width: 20.0000vw; }
    .footer_contWrap .topCont_item1 .notice_text { font-size: 3.2719vw; }
    
    .footer_contWrap .call_box .call_text { margin-top: 5.3571vw; margin-left: 2.239vw; font-size: 5.7143vw; }
    
    /* top cont 2 */
    .footer_contWrap .topCont_item2 { padding: 11.5476vw 0 9.8214vw 8.4524vw; border-bottom: 0.1190vw solid #bebdb9; }
    .footer_contWrap .topCont_item2 .footer_title { margin-bottom: 6.5476vw; }

    .footer_contWrap .location_wrap { padding-left: 0.5952vw; margin-bottom: 7.7619vw; }
    .footer_contWrap .location_wrap .loaction_desc { font-size: 2.9762vw; }
    .footer_contWrap .location_wrap .loaction_desc2 { margin: 2.1429vw 0 5.4762vw; padding: 1.5476vw 2.3214vw 1.3690vw 1.6667vw; }


    .footer_contWrap .map_wrap { align-items: flex-start; gap: 2.7976vw; position: static; padding-right: 8.4524vw; }
    .footer_contWrap .map_wrap .map_btn { width: 33.0952vw; height: 10.0000vw; border-radius: 0.4167vw; font-size: 3.0357vw; background: transparent; }
    .footer_contWrap .map_wrap .naverMap { gap: 2.0238vw; }
    .footer_contWrap .map_wrap .naverMap img { width: 3.8690vw; }
    .footer_contWrap .map_wrap .kakaoMap { gap: 1.7857vw; }
    .footer_contWrap .map_wrap .kakaoMap img { width: 3.8690vw; }
    .footer_contWrap .map_wrap .tMap { gap: 2.6190vw; }
    .footer_contWrap .map_wrap .tMap img { width: 3.2738vw; }

    /* top cont 3 */
    .footer_contWrap .topCont_item3 { padding: 5.4762vw 0 0 8.4524vw; }
    .footer_contWrap .topCont_item3 .footer_title { margin-bottom: 4.2857vw; }
    .footer_contWrap .topCont_item3 .company_wrap { gap: 2.0238vw; margin-bottom: 5.3571vw; }
    .footer_contWrap .topCont_item3 .company_text,
    .footer_contWrap .topCont_item3 .copyright { font-family: var(--font-suit-r); font-size: 1.7857vw; color: #8f8f8f; }

    .footer_contWrap .topCont_item3 .copyright_wrap { gap: 2.0238vw; }

    /* bottom cont */
    .footer_contWrap .bottomCont { flex-direction: column-reverse; align-items: center; gap: 4.5238vw; height: auto; padding: 4.1667vw 0 4.7619vw; border: none; }
    .footer_contWrap .bottomCont .footer_logo { position: static; transform: none; width: 18.0357vw; }

    .footer_contWrap .bottomCont .utilLink_wrap { gap: 3.6905vw; }
    .footer_contWrap .bottomCont .utilLink { font-size: 1.7857vw; }
}
@media (max-width: 768px) {
    .footer_contWrap .topCont { flex-direction: column; height: auto; padding: 11.7188vw 0 7.4219vw; border: 1px solid #bebdb9; border-left: none; border-right: none; }
    .footer_contWrap .topCont_item { width: 100%; padding: 0 0 0 11.0938vw; }

    .footer_contWrap .topCont_item1 { padding-bottom: 14.3750vw; border-bottom: 1px solid #bebdb9; }
    
    .footer_contWrap .topCont_line { display: none; }
    
    .footer_contWrap .topCont_item .footer_title { font-size: 7.8125vw; }
    
    .footer_contWrap .clinicHour_box { margin-bottom: 16.4063vw; }
    .footer_contWrap .clinicHour_wrap { gap: 6.8750vw; margin: 7.0313vw 0 8.5938vw; font-size: 5.2344vw; }
    .footer_contWrap .clinicHour { gap: 6.0938vw; }
    .footer_contWrap .clinicHour_wrap .clinic_day { min-width: 26.2500vw; }
    .footer_contWrap .topCont_item1 .notice_text { font-size: 4.2894vw; }
    
    .footer_contWrap .call_box .call_text { margin-top: 7.0313vw; font-size: 7.5000vw; }
    
    .footer_contWrap .topCont_item2 { padding: 15.1563vw 0 12.8906vw 11.0938vw; border-bottom: 1px solid #bebdb9; }
    .footer_contWrap .topCont_item2 .footer_title { margin-bottom: 8.5938vw; }

    .footer_contWrap .location_wrap { padding-left: 0.7813vw; margin-bottom: 9.3750vw; }
    .footer_contWrap .location_wrap .loaction_desc { font-size: 3.9063vw; line-height: 1.45; }
    .footer_contWrap .location_wrap .loaction_desc2 { margin: 2.8125vw 0 7.1875vw; padding: 2.0313vw 3.0469vw 1.7969vw 2.1875vw; }


    .footer_contWrap .map_wrap { align-items: flex-start; gap: 3.6719vw; position: static; padding-right: 11.0938vw; }
    .footer_contWrap .map_wrap .map_btn { width: 43.4375vw; height: 13.1250vw; border-radius: 0.5469vw; font-size: 3.9844vw; background: transparent; }
    .footer_contWrap .map_wrap .naverMap { gap: 2.6563vw; }
    .footer_contWrap .map_wrap .naverMap img { width: 5.0781vw; }
    .footer_contWrap .map_wrap .kakaoMap { gap: 2.3438vw; }
    .footer_contWrap .map_wrap .kakaoMap img { width: 5.0781vw; }
    .footer_contWrap .map_wrap .tMap { gap: 3.4375vw; }
    .footer_contWrap .map_wrap .tMap img { width: 4.2969vw; }

    .footer_contWrap .topCont_item3 { padding: 7.1875vw 0 0 11.0938vw; }
    .footer_contWrap .topCont_item3 .footer_title { margin-bottom: 5.6250vw; }
    .footer_contWrap .topCont_item3 .company_wrap { gap: 2.6563vw; margin-bottom: 7.0313vw; }
    .footer_contWrap .topCont_item3 .company_text,
    .footer_contWrap .topCont_item3 .copyright { font-family: var(--font-suit-r); font-size: 2.3438vw; color: #8f8f8f; }

    .footer_contWrap .topCont_item3 .copyright_wrap { gap: 2.6563vw; }

    .footer_contWrap .bottomCont { flex-direction: column-reverse; align-items: center; gap: 5.9375vw; height: auto; padding: 5.4688vw 0 6.2500vw; border: none; }
    .footer_contWrap .bottomCont .footer_logo { position: static; transform: none; width: 23.6719vw; }

    .footer_contWrap .bottomCont .utilLink_wrap { gap: 4.8438vw; }
    .footer_contWrap .bottomCont .utilLink { font-size: 2.3438vw; }
}


.pc_800 { display: block !important; }
.pc_flex_800 { display: flex !important; }
.mo_800,
.mo_flex_800 { display: none !important; }

.pc_cont_768 { display: block !important; }
.pc_flex_768 { display: flex !important; }
.mo_cont_768,
.mo_flex_768 { display: none !important; }

.pc_cont_480 { display: block !important; }
.pc_flex_480 { display: flex !important; }
.mo_cont_480,
.mo_flex_480 { display: none !important; }

.tel_btn { pointer-events: none; }

@media (max-width: 800px) {
    .pc_800,
    .pc_flex_800 { display: none !important; }
    .mo_800 { display: block !important; }
    .mo_flex_800 { display: flex !important; }
}
@media (max-width: 768px) {
    .pc_cont_768,
    .pc_flex_768 { display: none !important; }
    .mo_cont_768 { display: block !important; }
    .mo_flex_768 { display: flex !important; }
}
@media (max-width: 480px) {
    .pc_cont_480,
    .pc_flex_480 { display: none !important; }
    .mo_cont_480 { display: block !important; }
    .mo_flex_480 { display: flex !important; }

    .tel_btn { pointer-events: auto; }
}

html.no-scroll, body.no-scroll { overflow:hidden !important; }

/* quick_menu */
.quick_wrap{
    position: fixed; bottom:3rem; right:3rem; width:8.875rem; padding-top:0; z-index:11;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;  
    -moz-transition: 0.4s ease;  
    -ms-transition: 0.4s ease;  
    -o-transition: 0.4s ease;
}
.open .quick_wrap{display:none;}
.quick_menu_wrap{
    position:absolute; bottom:calc(100% + 0.625rem); right:0; height:0; overflow:hidden;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.quick_wrap.open .quick_menu_wrap{
    height:auto;
}
.quick_menu_list{
    position:relative; width:100%;height: 2.875rem; margin:0.5rem 0; opacity:0;
    transform: translateY(30%);
    -webkit-transform: translateY(30%);
    -moz-transform: translateY(30%);
    -ms-transform: translateY(30%);
    -o-transform: translateY(30%);
    transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
}
.quick_wrap.open .quick_menu_list{
    opacity:1; 
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
}
.quick_wrap.open .quick_menu_list.quick_menu_li_kakao{
    transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -ms-transition-delay: 1s;
    -o-transition-delay: 1s;
}
.quick_wrap.open .quick_menu_list.quick_menu_li_online{
    
    transition-delay: 1.2s;
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    -ms-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
}
.quick_wrap.open .quick_menu_list.quick_menu_li_blog{
    transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    -ms-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
}
.quick_wrap.open .quick_menu_list.quick_menu_li_youtube{
    transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
}
.quick_wrap.open .quick_menu_list.quick_menu_li_insta{
    transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
}
.quick_wrap.open .quick_menu_list.quick_menu_li_naver{
    transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -ms-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
}
.quick_menu_list > a{display:flex; justify-content:center; align-items:center; overflow:hidden; transition:all 0.5s ease-in-out; width: 100%; height: 100%; border-radius: 1.438rem; background: #fbf8f2; font-family: var(--font-suit-sb); font-size: 0.938rem; color:#393532; }
.quick_menu_li_online > a { gap: 0.375rem; font-family: var(--font-suit-b); letter-spacing: -0.02em; color: #000000; }
.quick_menu_li_kakao > a { gap: 0.438rem; }
.quick_menu_li_naver > a { gap: 0.563rem; }
.quick_menu_li_youtube > a { gap: 0.5rem; }

.quick_menu_list > a:hover { background: #58534d; color: #fff; }
/* .quick_menu_list > a > p{
    margin-right:0; display: flex; justify-content: space-between; align-items: center; width: 3.938rem; height:3.938rem; 
    background-color:#ae845d; padding:0 1.188rem; border-radius:3.125rem;
    text-align:center; line-height:3.938rem; opacity:0; visibility:hidden; 
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    white-space: noWrap;
}
.quick_menu_list > a:hover > p{
     opacity:1; visibility:visible; margin-right: 0; width: 12.375rem;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1)
} */
/* .quick_icon{position:absolute; right: 0; top: 0; display:block; width:3.938rem; height:3.938rem; } */
.quick_icon.q_online{ width: 0.75rem; height: 1.188rem; background: url(../img/icon_q_tel.png) center / contain no-repeat; }
.quick_menu_li_online > a:hover .quick_icon.q_online{ background: url(../img/icon_q_tel_act.png) center / contain no-repeat; }
.quick_icon.q_kakao{ width: 1.375rem; height: 1.188rem; background: url(../img/icon_q_kakao.png) center / contain no-repeat; }
.quick_icon.q_naver{ width: 1.25rem; height: 1.188rem; background: url(../img/icon_q_naver.png) center / contain no-repeat; }
.quick_icon.q_youtube{ width: 1.375rem; height: 0.938rem; background: url(../img/icon_q_youtube.png) center / contain no-repeat; }

.quick_wrap.open .quick_menu_wrap { width: 9rem; }
.quick_menu_list > a .quick_icon { transition: all 0.5s ease-out; }
/* .quick_menu_list > a:hover .quick_icon{ opacity: 0; } */
/* .m_quick_icon { display: none;} */

.m_quick_icon.q_online { width: 2.438rem; height: 2.188rem; background: url(../img/icon_hoverTel.png) center / contain no-repeat; }
.m_quick_icon.q_kakao { width: 2.313rem; height: 2.125rem; background: url(../img/icon_hoverKakao.png) center / contain no-repeat; }
.m_quick_icon.q_blog { width: 2.125rem; height: 2.125rem; background: url(../img/icon_hoverBlog.png) center / contain no-repeat; }
.m_quick_icon.q_youtube { width: 2.125rem; height: 1.563rem; background: url(../img/icon_hoverYoutube.png) center / contain no-repeat; }
.m_quick_icon.q_insta { width: 2.125rem; height: 2.063rem; background: url(../img/icon_hoverInsta.png) center / contain no-repeat; }
.m_conselling_btn { display: none;}
.m_top_btn { display: none;}

.quick_btn_wrap{position:relative; width:100%;}
.quick_btn{
    position:relative; width:4.5rem; height:4.5rem; padding:0; margin:0; border:0; border-radius:100%; background-color: transparent; display:block; margin-left:auto; margin-right:0; cursor: pointer;
}
.open_btn{position:absolute; top:0; right:0; width:100%; height:100%; border-radius:100%; text-align:center; margin-left:auto; margin-right:0; display:flex; justify-content:center; align-items:center;}
.open_btn > div { 
    width:0.625rem; height:0.625rem; border-radius:100%; 
    display:inline-block; margin:0 0.188rem; 
    background-color:#fff; 
    -webkit-animation:sk-bouncedelay 1.4s infinite ease-in-out both; 
    animation:sk-bouncedelay 1.4s infinite ease-in-out both; 
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}
.open_btn .bounce1 { -webkit-animation-delay:-0.32s; animation-delay:-0.32s; }
.open_btn .bounce2 { -webkit-animation-delay:-0.16s; animation-delay:-0.16s; }
.quick_wrap.open .open_btn > div { 
    width:50%; height:2px; border-radius:100%; 
    display:inline-block; margin:0 5px; 
    background-color:#fff; 
    -webkit-animation:none; 
    animation:none; 
}
.quick_wrap.open .open_btn > .bounce1 { 
    position: absolute; top: 50%; transform: rotate(45deg) translate(0, -50%); transform-origin: center center; margin: 0;
}
.quick_wrap.open .open_btn > .bounce2 { display:none; }
.quick_wrap.open .open_btn > .bounce3 { 
    position: absolute; top: 50%; transform: rotate(-45deg) translate(0, -50%); transform-origin: center center; margin: 0;
}

.quick_btn{ transition: all 0.3s ease; opacity:1; background: #7E644D;
    background: linear-gradient(0deg,#715d35 0%, #c8b49b 64%, #f0dbc8 100%); }
.quick_wrap.open .quick_btn{opacity:1; background-color:#000;}
.quick_top_btn{
    position:relative; 
    width:45px; height:45px; 
    padding:0; margin:0; border:0; 
    background-color: transparent; 
    display:none; 
    margin-top:1rem; margin-left:auto; margin-right:0; 
    opacity:0;
    transition: opacity 0.3s ease; 
    -webkit-transition: opacity 0.3s ease; 
    -moz-transition: opacity 0.3s ease; 
    -ms-transition: opacity 0.3s ease; 
    -o-transition: opacity 0.3s ease; 
}
/* .quick_wrap.open .quick_btn { transform: translateY(-12.5rem); } */
.scrolled .quick_top_btn{opacity:1;}
.top_btn{position:absolute; top:0; right:0; width:100%; height:100%; border-radius:100%; text-align:center; margin-left:auto; margin-right:0; display:flex; justify-content:center; align-items:center; background: url(../img/top_btn.svg) 50% 50%/100% no-repeat;}
.topBtn { display: none; width: 26px; margin-top: 1rem; margin-left: auto; margin-right: calc(2.25rem - 13px); padding: 0; }
.topBtn img { width: 100%; }
.topBtn.active { display: block; }
@media (max-width: 1280px) {
    .quick_wrap { right: 2.5rem; }
    /* .quick_wrap { bottom: 4rem; width: 65px;}
	.quick_wrap.scrolled { bottom: 9.5rem; } */
	/* .quick_menu_wrap { bottom: 9rem;  }   */
	/* .quick_wrap.open .quick_menu_wrap {width: 10.5rem; } */
	/* .quick_wrap { bottom: 5rem; right: 2rem;}  */
	/* .quick_menu_list > a { color: #383838;font-size: 1.1rem; } 
	.quick_menu_list > a > p{ opacity:1; height: 3.214rem; line-height: 3.214rem; visibility:visible;border: 1px solid #bababa; width: 100%; margin-right: 0; padding: 0 1.5rem 0 1.7rem; border-radius: 50px; background-color: #fff; display: flex; justify-content: flex-start; gap: 0.5rem;
			-webkit-transform-origin: right top;
			-ms-transform-origin: right top;
			transform-origin: right top;
			-webkit-transform: scale(1, 1);
			-ms-transform: scale(1, 1);
			transform: scale(1, 1)
		} */
	/* .quick_icon {display: none;}
	.m_quick_icon{position:relative; display:block; }
	.m_quick_icon.q_kakao{background: url(../img/q_kakao_icon_m.png) 50% 50%/100% no-repeat; transition:all 0.4s ease-in-out; width: 1.8rem;}
	.m_quick_icon.q_online{background: url(../img/q_online_icon_m.png) 50% 50%/100% no-repeat; transition:all 0.4s ease-in-out; width: 1.8rem;}
	.m_quick_icon.q_naver{background: url(../img/q_naver_icon_m.png) 50% 50%/100% no-repeat; transition:all 0.4s ease-in-out; width: 1.7rem;}
	.m_conselling_btn { background: #5c6f77; width: 65px; height: 65px; border-radius: 100%; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 0.5rem; margin-top: 1rem;}
	.m_conselling_btn > img { width: 32%;}
	.m_conselling_btn > p{ color: #fff;} */
	.m_top_btn { opacity: 0; transition: opacity 0.5s ease; background: #d9d9d9; width: 65px; height: 65px; border-radius: 100%; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 0.5rem;  position: fixed; right: 2rem;  bottom: 3rem;  z-index: 10;}
	.m_top_btn.scrolled { opacity: 1; }
	.m_top_btn > img{ width: 10px;}
	.m_top_btn > p{ font-family: 'FreightBigProMedium'; font-size: 1.2rem;}
}
/* .quick_wrap.open .quick_btn {
    transform: translateY(-21.5rem);
} */