@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');
:root {
    --vh:100vh;
}
img {-webkit-touch-callout:none;}
.sub_top_cont{
    position:relative; width:100%; height:calc(var(--vh, 1vh) * 100); min-height:500px; max-height: 1200px; overflow:hidden;height:100vh;
}
.sub_top_cont_wrap{
    position:relative; width:100%; height:100%; overflow:hidden; 
}
.sub_top_view_bg{
    /* position:absolute; top:0px; left:0;  */width:100%; height:100%; overflow:hidden;
    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);
    animation: sub_top_view_bg forwards 5s 0.5s ease-in-out;
    -webkit-animation: sub_top_view_bg forwards 5s 0.5s ease-in-out; 
    -moz-animation: sub_top_view_bg forwards 5s 0.5s ease-in-out; 
    -ms-animation: sub_top_view_bg forwards 5s 0.5s ease-in-out; 
    -o-animation: sub_top_view_bg forwards 5s 0.5s ease-in-out;
}
@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
***********************************************************/ 
@font-face {
  font-family: 'KoPubWorld_Batang_Pro';
  src: url('../fonts/KoPubWorld_Batang_Pro_Bold.otf') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'KoPubWorld_Batang_Pro_m';
  src: url('../fonts/KoPubWorld_Batang_Pro_Medium.otf') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'KoPubWorld_Batang_Pro_l';
  src: url('../fonts/KoPubWorld_Batang_Pro_Light.otf') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'KoPub Batang';
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/KoPubBatang-Light.eot);
  src: url(../fonts/KoPubBatang-Light.eot?#iefix) format('embedded-opentype'),
       url(../fonts/KoPubBatang-Light.woff) format('woff'),
       url(../fonts/KoPubBatang-Light.ttf) format('truetype');
}
@font-face {
  font-family: 'KoPub Batang';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/KoPubBatang-Medium.eot);
  src: url(../fonts/KoPubBatang-Medium.eot?#iefix) format('embedded-opentype'),
       url(../fonts/KoPubBatang-Medium.woff) format('woff'),
       url(../fonts/KoPubBatang-Medium.ttf) format('truetype');
}
@font-face {
  font-family: 'KoPub Batang';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/KoPubBatang-Bold.eot);
  src: url(../fonts/KoPubBatang-Bold.eot?#iefix) format('embedded-opentype'),
       url(../fonts/KoPubBatang-Bold.woff) format('woff'),
       url(../fonts/KoPubBatang-Bold.ttf) format('truetype');
}

.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 {
	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.open{width:100%; height:100%; overflow: hidden !important;}
body *{box-sizing: border-box; word-break: keep-all;}
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;}
address {font-style: normal;}


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

.sub-intro{height:100vh !important}

.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_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 */
.quick_wrap{
    position: fixed; bottom:2rem; right:3rem; width:2.875rem; padding-top:0; z-index:14;
    animation: bouncing1 .7s infinite alternate;
    -webkit-animation: bouncing1 .7s infinite alternate;
    -moz-animation: bouncing1 .7s infinite alternate;
    -ms-animation: bouncing1 .7s infinite alternate;
    -o-animation: bouncing1 .7s infinite alternate;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;  
    -moz-transition: 0.4s ease;  
    -ms-transition: 0.4s ease;  
    -o-transition: 0.4s ease;
}
.quick_wrap.scrolled{bottom:5rem; right:3rem;}
.open .quick_wrap{display:none;}
.quick_menu_wrap{
    position:absolute; bottom:3.6rem; right:0.2rem; width:auto; height:auto; overflow:hidden;
    padding:0;
    background-color:transparent;
    /* filter: drop-shadow(0px 0px 4px rgb(0, 0, 0, 0.3)); */
    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.scrolled .quick_menu_wrap{bottom:3.6rem;}
.quick_wrap.open .quick_menu_wrap{
    width:auto; height:auto; 
}
.quick_menu{position:relative; width:100%; height:100%; display:flex; flex-direction:column; justify-content:center; align-items:center; gap:0rem 0;}
.quick_wrap.scrolled .quick_menu{gap:0rem 0;}
.quick_menu_list{
    position:relative; width:2.625rem; height:3.225rem; margin:0.4rem 0; opacity:1; border-radius:100%;
    display:flex; flex-direction:column; justify-content:center; align-items:center;
    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);
    animation: q_list_ani_close 1.5s forwards ease;
    -webkit-animation: q_list_ani_close 1.5s forwards ease;
    -moz-animation: q_list_ani_close 1.5s forwards ease;
    -ms-animation: q_list_ani_close 1.5s forwards ease;
    -o-animation: q_list_ani_close 1.5s forwards ease;
}
.quick_wrap.open .quick_menu_list{
    width:11.275rem; opacity:0; border-radius:50px;
    transform: translateY(30%) translateZ(0);
    -webkit-transform: translateY(30%) translateZ(0);
    -moz-transform: translateY(30%) translateZ(0);
    -ms-transform: translateY(30%) translateZ(0);
    -o-transform: translateY(30%) translateZ(0);
    animation: q_list_ani_open 1s forwards ease;
    -webkit-animation: q_list_ani_open 1s forwards ease;
    -moz-animation: q_list_ani_open 1s forwards ease;
    -ms-animation: q_list_ani_open 1s forwards ease;
    -o-animation: q_list_ani_open 1s forwards ease;
}
@keyframes q_list_ani_open{
    0%{
        transform: translateY(30%) translateZ(0); opacity:0;
        -webkit-transform: translateY(30%) translateZ(0); opacity:0;
        -moz-transform: translateY(30%) translateZ(0); opacity:0;
        -ms-transform: translateY(30%) translateZ(0); opacity:0;
        -o-transform: translateY(30%) translateZ(0); opacity:0;
    }
    100%{
        transform: translateX(0%) translateZ(0); opacity:1;
        -webkit-transform: translateX(0%) translateZ(0); opacity:1;
        -moz-transform: translateX(0%) translateZ(0); opacity:1;
        -ms-transform: translateX(0%) translateZ(0); opacity:1;
        -o-transform: translateX(0%) translateZ(0); opacity:1;
    }
}
@-webkit-keyframes q_list_ani_open{
    0%{
        transform: translateY(30%) translateZ(0); opacity:0;
        -webkit-transform: translateY(30%) translateZ(0); opacity:0;
        -moz-transform: translateY(30%) translateZ(0); opacity:0;
        -ms-transform: translateY(30%) translateZ(0); opacity:0;
        -o-transform: translateY(30%) translateZ(0); opacity:0;
    }
    100%{
        transform: translateX(0%) translateZ(0); opacity:1;
        -webkit-transform: translateX(0%) translateZ(0); opacity:1;
        -moz-transform: translateX(0%) translateZ(0); opacity:1;
        -ms-transform: translateX(0%) translateZ(0); opacity:1;
        -o-transform: translateX(0%) translateZ(0); opacity:1;
    }
}
@keyframes q_list_ani_close{
    0%{
        width:9.375rem; border-radius:50px;
        transform: translateX(0%) translateZ(0); opacity:1;
        -webkit-transform: translateX(0%) translateZ(0); opacity:1;
        -moz-transform: translateX(0%) translateZ(0); opacity:1;
        -ms-transform: translateX(0%) translateZ(0); opacity:1;
        -o-transform: translateX(0%) translateZ(0); opacity:1;
    }
    75%{
        width:2.625rem; border-radius:100%;
        transform: translateX(0%) translateZ(0); opacity:1;
        -webkit-transform: translateX(0%) translateZ(0); opacity:1;
        -moz-transform: translateX(0%) translateZ(0); opacity:1;
        -ms-transform: translateX(0%) translateZ(0); opacity:1;
        -o-transform: translateX(0%) translateZ(0); opacity:1;
    }
    100%{
        width:2.625rem; border-radius:100%;
        transform: translateY(30%) translateZ(0); opacity:0;
        -webkit-transform: translateY(30%) translateZ(0); opacity:0;
        -moz-transform: translateY(30%) translateZ(0); opacity:0;
        -ms-transform: translateY(30%) translateZ(0); opacity:0;
        -o-transform: translateY(30%) translateZ(0); opacity:0;
    }
}
@-webkit-keyframes q_list_ani_close{
    0%{
        width:9.375rem; border-radius:50px;
        transform: translateX(0%) translateZ(0); opacity:1;
        -webkit-transform: translateX(0%) translateZ(0); opacity:1;
        -moz-transform: translateX(0%) translateZ(0); opacity:1;
        -ms-transform: translateX(0%) translateZ(0); opacity:1;
        -o-transform: translateX(0%) translateZ(0); opacity:1;
    }
    75%{
        width:2.625rem; border-radius:100%;
        transform: translateX(0%) translateZ(0); opacity:1;
        -webkit-transform: translateX(0%) translateZ(0); opacity:1;
        -moz-transform: translateX(0%) translateZ(0); opacity:1;
        -ms-transform: translateX(0%) translateZ(0); opacity:1;
        -o-transform: translateX(0%) translateZ(0); opacity:1;
    }
    100%{
        width:2.625rem; border-radius:100%;
        transform: translateY(30%) translateZ(0); opacity:0;
        -webkit-transform: translateY(30%) translateZ(0); opacity:0;
        -moz-transform: translateY(30%) translateZ(0); opacity:0;
        -ms-transform: translateY(30%) translateZ(0); opacity:0;
        -o-transform: translateY(30%) translateZ(0); opacity:0;
    }
}
.quick_wrap.open .quick_menu_list.quick_menu_li_naver{
    animation-delay: 0.7s;
    -webkit-animation-delay: 0.7s;
    -moz-animation-delay: 0.7s;
    -ms-animation-delay: 0.7s;
    -o-animation-delay: 0.7s;
}
.quick_wrap.open .quick_menu_list.quick_menu_li_blog{
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -ms-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
}
.quick_wrap.open .quick_menu_list.quick_menu_li_kakao{
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    -ms-animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
}

.quick_wrap .quick_menu_list.quick_menu_li_naver{border:1px solid #fff; }
.quick_wrap .quick_menu_list.quick_menu_li_blog{border:1px solid #fff; }
.quick_wrap .quick_menu_list.quick_menu_li_kakao{border:1px solid #fff; }
.quick_wrap.open .quick_menu_list.quick_menu_li_naver{border:1px solid #fff;}
.quick_wrap.open .quick_menu_list.quick_menu_li_blog{border:1px solid #fff; }
.quick_wrap.open .quick_menu_list.quick_menu_li_kakao{border:1px solid #fff;}
.quick_wrap.open .quick_menu_list.quick_menu_li_naver:hover{border:1px solid #449e9a; background-color:#fff;}
.quick_wrap.open .quick_menu_list.quick_menu_li_blog:hover{border:1px solid #449e9a; background-color:#fff;}
.quick_wrap.open .quick_menu_list.quick_menu_li_kakao:hover{border:1px solid #449e9a; background-color:#fff;}
.quick_wrap.scrolled .quick_menu_list.quick_menu_li_naver{border:1px solid #449e9a; background-color:#fff;}
.quick_wrap.scrolled .quick_menu_list.quick_menu_li_blog{border:1px solid #449e9a; background-color:#fff;}
.quick_wrap.scrolled .quick_menu_list.quick_menu_li_kakao{border:1px solid #449e9a; background-color:#fff;}

.quick_menu_list > a{position:relative; width:100%; height:100%; text-align:center; display:flex; justify-content:center; align-items:center; overflow:hidden; color:#000; gap:0 4px;}
.quick_wrap .quick_menu_list > a > .quick_text_box{
    position:absolute; width:auto; text-indent:-9999px; opacity:0; 
    image-rendering:-webkit-optimize-contrast;
    transform:translateZ(0);
    -webkit-transform:translateZ(0);
    backface-visibility:hidden;
}
.quick_wrap .quick_menu_list > a > .quick_text_box > p{
    position:relative; width:6.4rem;
    image-rendering:-webkit-optimize-contrast;
    transform:translateZ(0);
    -webkit-transform:translateZ(0);
    backface-visibility:hidden;
}

.quick_wrap.open .quick_menu_list > a > .quick_text_box{position:relative; width:auto; text-indent:0px; opacity:1;}

.quick_icon{
    position:relative; display:block; 
    image-rendering:-webkit-optimize-contrast;
    transform:translateZ(0);
    -webkit-transform:translateZ(0);
    backface-visibility:hidden;
}
.quick_icon.quick_icon_tube{width:1.063rem; height:0.75rem; background: url(../img/q_tube_icon01.png) 50% 50%/100% no-repeat; transition:all 0.4s ease-in-out;}
.quick_icon.quick_icon_kakao{width:1.125rem; height:1.063rem; background: url(../img/q_kakao_icon01.png) 50% 50%/100% no-repeat; transition:all 0.4s ease-in-out;}
.quick_wrap .quick_menu_list:hover .quick_icon.quick_icon_tube{background: url(../img/q_tube_icon02.png) 50% 50%/100% no-repeat; transition:all 0.4s ease-in-out;}
.quick_wrap .quick_menu_list:hover .quick_icon.quick_icon_kakao{background: url(../img/q_kakao_icon02.png) 50% 50%/100% no-repeat; transition:all 0.4s ease-in-out;}
.quick_wrap.scrolled .quick_menu_list .quick_icon.quick_icon_tube{background: url(../img/q_tube_icon02.png) 50% 50%/100% no-repeat; transition:all 0.4s ease-in-out;}
.quick_wrap.scrolled .quick_menu_list .quick_icon.quick_icon_kakao{background: url(../img/q_kakao_icon02.png) 50% 50%/100% no-repeat; transition:all 0.4s ease-in-out;}

.quick_wrap.open .quick_icon.quick_icon_kakao{background: url(../img/q_kakao_icon01.png) 50% 50%/100% no-repeat; transition:all 0.4s ease-in-out;}

.quick_wrap .quick_menu_list.quick_menu_li_naver > a > .quick_text_box > p{color:#fff;}
.quick_wrap .quick_menu_list.quick_menu_li_blog > a > .quick_text_box > p{color:#fff;}
.quick_wrap .quick_menu_list.quick_menu_li_kakao > a > .quick_text_box > p{color:#fff;}
.quick_wrap.scrolled .quick_menu_list.quick_menu_li_naver > a > .quick_text_box > p{color:#000;}
.quick_wrap.scrolled .quick_menu_list.quick_menu_li_blog > a > .quick_text_box > p{color:#000;}
.quick_wrap.scrolled .quick_menu_list.quick_menu_li_kakao > a > .quick_text_box > p{color:#000;}
.quick_wrap .quick_menu_list.quick_menu_li_naver:hover > a > .quick_text_box > p{color:#000;}
.quick_wrap .quick_menu_list.quick_menu_li_blog:hover > a > .quick_text_box > p{color:#000;}
.quick_wrap .quick_menu_list.quick_menu_li_kakao:hover > a > .quick_text_box > p{color:#000;}
.quick_wrap.scrolled  .quick_menu_list.quick_menu_li_naver:hover > a > .quick_text_box > p{color:#449e9a;}
.quick_wrap.scrolled  .quick_menu_list.quick_menu_li_blog:hover > a > .quick_text_box > p{color:#449e9a;}
.quick_wrap.scrolled  .quick_menu_list.quick_menu_li_kakao:hover > a > .quick_text_box > p{color:#449e9a;}

.quick_slide_text_item{position:absolute; width:5.4rem; overflow:hidden; opacity:0;}
.quick_wrap.open .quick_slide_text_item{position:relative; width:5.4rem; overflow:hidden; opacity:1;}

.quick_slide_text_wrap{position:relative; width:100%; height:100%; overflow:hidden; display:flex; flex-direction:column; justify-content:center; align-items:flex-start;}
.quick_slide_text{
    position:relative; width:14rem; height:100%; display:flex; justify-content:flex-end; align-items:center;
    transform: translateX(20%) translateZ(0);
    -webkit-transform: translateX(20%) translateZ(0);
    -moz-transform: translateX(20%) translateZ(0);
    -ms-transform: translateX(20%) translateZ(0);
    -o-transform: translateX(20%) translateZ(0);
    animation: quick_slide_text 10s cubic-bezier(0,0,0,0) infinite;
    -webkit-animation: quick_slide_text 10s cubic-bezier(0,0,0,0) infinite;
    -moz-animation: quick_slide_text 10s cubic-bezier(0,0,0,0) infinite;
    -ms-animation: quick_slide_text 10s cubic-bezier(0,0,0,0) infinite;
    -o-animation: quick_slide_text 10s cubic-bezier(0,0,0,0) infinite;
}
.quick_slide_text_box{
    margin:0 2rem; display:flex; justify-content:flex-start; align-items:center;
    image-rendering:-webkit-optimize-contrast;
    transform:translateZ(0);
    -webkit-transform:translateZ(0);
    backface-visibility:hidden;
}

.quick_slide_text_box > p{
    color:#fff; /*border-bottom:1px solid #fff;*/
    image-rendering:-webkit-optimize-contrast;
    transform:translateZ(0);
    -webkit-transform:translateZ(0);
    backface-visibility:hidden;
}
.quick_wrap .quick_menu_list.quick_menu_li_kakao:hover > a > .quick_slide_text_item .quick_slide_text_box > p{color:#000; /*border-bottom:1px solid #000;*/}

@keyframes quick_slide_text{
    0%{
        transform: translateX(20%) translateZ(0);
        -webkit-transform: translateX(20%) translateZ(0);
        -moz-transform: translateX(20%) translateZ(0);
        -ms-transform: translateX(20%) translateZ(0);
        -o-transform: translateX(20%) translateZ(0);
    }
    100%{
        transform: translateX(-100%) translateZ(0);
        -webkit-transform: translateX(-100%) translateZ(0);
        -moz-transform: translateX(-100%) translateZ(0);
        -ms-transform: translateX(-100%) translateZ(0);
        -o-transform: translateX(-100%) translateZ(0);
    }
}
@-webkit-keyframes quick_slide_text{
    0%{
        transform: translateX(20%) translateZ(0);
        -webkit-transform: translateX(20%) translateZ(0);
        -moz-transform: translateX(20%) translateZ(0);
        -ms-transform: translateX(20%) translateZ(0);
        -o-transform: translateX(20%) translateZ(0);
    }
    100%{
        transform: translateX(-100%) translateZ(0);
        -webkit-transform: translateX(-100%) translateZ(0);
        -moz-transform: translateX(-100%) translateZ(0);
        -ms-transform: translateX(-100%) translateZ(0);
        -o-transform: translateX(-100%) translateZ(0);
    }
}


.quick_btn_wrap{position:relative; width:100%;}
.quick_btn{
    position:relative; width:2.875rem; height:2.875rem; padding:0; margin:0; border:0; border-radius:100%; background: linear-gradient(89deg, rgba(65,156,152,1) 0%, rgba(81,180,176,1) 100%); display:block; margin:0 auto; overflow:hidden; cursor:pointer;
}
.open_btn{
    position:absolute; top:0; left:0; width:100%; height:100%; opacity:1; 
    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;
    display:flex; justify-content: center; align-items: center;
}
.open_btn > div { 
    width:4px; height:4px; border-radius:100%; 
    display:inline-block; margin: 0 3px; 
    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 { 
    transform: rotate(45deg) translateY(1px) translateZ(0);
    -webkit-transform: rotate(45deg) translateY(1px) translateZ(0);
    -moz-transform: rotate(45deg) translateY(1px) translateZ(0);
    -ms-transform: rotate(45deg) translateY(1px) translateZ(0);
    -o-transform: rotate(45deg) translateY(1px) translateZ(0);
}
.quick_wrap.open .open_btn > .bounce2 { display:none; }
.quick_wrap.open .open_btn > .bounce3 { 
    transform: rotate(-45deg) translateY(-1px) translateZ(0);
    -webkit-transform: rotate(-45deg) translateY(-1px) translateZ(0);
    -moz-transform: rotate(-45deg) translateY(-1px) translateZ(0);
    -ms-transform: rotate(-45deg) translateY(-1px) translateZ(0);
    -o-transform: rotate(-45deg) translateY(-1px) translateZ(0);
} */

.close_btn{
    position:absolute; top:0; left:0; width:100%; height:100%; opacity:0; 
    transform: rotate(0deg) translateZ(0);
    -webkit-transform: rotate(0deg) translateZ(0);
    -moz-transform: rotate(0deg) translateZ(0);
    -ms-transform: rotate(0deg) translateZ(0);
    -o-transform: rotate(0deg) translateZ(0);
    transition: transform 0.4s 0.4s ease, opacity 0.4s ease;
    -webkit-transition: transform 0.4s 0.4s ease, opacity 0.4s ease;
    -moz-transition: transform 0.4s 0.4s ease, opacity 0.4s ease;
    -ms-transition: transform 0.4s 0.4s ease, opacity 0.4s ease;
    -o-transition: transform 0.4s 0.4s ease, opacity 0.4s ease;
}
.quick_wrap.open .open_btn{
    opacity:0; 
}
.quick_wrap.open .close_btn{
    opacity:1; 
    transform: rotate(-135deg) translateZ(0);
    -webkit-transform: rotate(-135deg) translateZ(0);
    -moz-transform: rotate(-135deg) translateZ(0);
    -ms-transform: rotate(-135deg) translateZ(0);
    -o-transform: rotate(-135deg) 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);
    }
}
.top_btn_wrap{
    position:fixed; bottom:1.5rem; right:3rem; z-index:3; opacity:0;
    animation: bouncing1 .7s infinite alternate;
    -webkit-animation: bouncing1 .7s infinite alternate;
    -moz-animation: bouncing1 .7s infinite alternate;
    -ms-animation: bouncing1 .7s infinite alternate;
    -o-animation: bouncing1 .7s infinite alternate;
    transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
}
.top_btn_wrap.scrolled{opacity:1;}
.top_btn_wrap a{width: 2.875rem;height: 2.875rem;background: #000;border-radius: 100%;display: flex;justify-content: center;align-items: center;}
.top_btn_wrap a img{width: 19px;}
@keyframes bouncing1 {
    0%{
        transform:translate3d(0,-15px,0);
        -webkit-transform:translate3d(0,-15px,0);
        -moz-transform:translate3d(0,-15px,0);
        -ms-transform:translate3d(0,-15px,0);
        -o-transform:translate3d(0,-15px,0);
    }
    100%{
        transform:translate3d(0,0,0);
        -webkit-transform:translate3d(0,0,0);
        -moz-transform:translate3d(0,0,0);
        -ms-transform:translate3d(0,0,0);
        -o-transform:translate3d(0,0,0);
    }
}

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

/* 빠른 상담 */
.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_btn { width: 4.875rem;height: 4.875rem; }
    .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; }

