@charset "utf-8";


@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');

/* ========================================================
 * SETTING
======================================================== */
:root{
	--main-color: #00a8a8;
	--area-box-width: 1720px;
	--area-box: 1580px;
	--area-width: 1400px;
	--area-padding: 30px;
	--header-top:35px;
	--header-height: 100px;
	--sub-visual-height: 60rem;
	--sub-menu-height: 85px;
	--full-height: 100vh;
	--transition-custom: all 0.4s ease-in-out;
	--transition-custom2: all 0.8s ease-in-out; /* data-scroll */
	--font-family1:  'pretendard', "나눔고딕", NanumGothic, "Nanum Gothic","돋움", Dotum, Arial, sans-serif;
	--font-family2:  'Montserrat', 'pretendard', "나눔고딕", NanumGothic, "Nanum Gothic","돋움", Dotum, Arial, sans-serif;
}
/* html:not(.is-mobile) *::-webkit-scrollbar {
	width: 15px;
	height: 15px;
}
html:not(.is-mobile) *::-webkit-scrollbar-track {
	background-color: #f1f1f1;
}
html:not(.is-mobile) *::-webkit-scrollbar-thumb {
	background-color: #c1c1c1;
} */
::selection {
    background: var(--main-color);   
    color: #fff;
}
::-moz-selection {
    background: var(--main-color);    
    color: #fff;
}
html{font-size:10px;}
body, table, th, td, button, select, input, textarea {
	font-family:var(--font-family1);
	color:#666;
	-webkit-text-size-adjust:none;
	-moz-text-size-adjust:none;
	text-size-adjust:none;
	word-break:keep-all;
}
body { background-color:#fff; }
table, th, td{word-break:break-word;}
#wrap {overflow:hidden; width:100%; min-width:320px; position:relative;}

/* ========================================================
 * LAYOUT
======================================================== */
/* ****************** 공통클래스 ********************** */
.area{ max-width:var(--area-width); margin:0px auto;}
.area-box{ max-width:var(--area-box-width); margin:0px auto; }
.area-box-sub{ max-width:var(--area-box); margin:0px auto; }
.full-height{height:var(--full-height);}
/* Fullpage Layout */
.fullpage-html{overflow:hidden; height:100%;}
.fullpage-html #wrap{position:static;}
/* br tag */
.m-br{display:none;}
.display-m{display:none;}
.font-mont {font-family: var(--font-family2);}

/* ****************** HEADER ********************** */
#header{
	/* position:relative; */ position:absolute; height:var(--header-height); top: var(--header-top); left:0; width:100%; z-index:9999; transition: top 1.2s ease;
}
.fullpage-html #header{
	position:fixed;
}
#headerInnerWrap{position:absolute; top:0px; left:0px; width:100%; height:var(--header-height); z-index:9999; background-color:transparent; transition:var(--transition-custom); transition-property:background-color;}
#headerInner{position:relative; display:flex; align-items:center; justify-content:space-between; max-width: var(--area-box-width); height:var(--header-height); margin:0px auto; padding:0 var(--area-padding); }
#header .logo{position:relative; z-index:100; }
#header .logo a{position: relative; height: 30px; display:block; }
#header .logo img{position: absolute; top: 0; left: 0; display:block;  transition: all 0.3s;}
#header .logo img.logo-b {opacity: 0;}

#header.black .logo img.logo-w {opacity: 0;}
#header.black .logo img.logo-b {opacity: 1;}
#header.gnb-open .logo img.logo-w {opacity: 0;}
#header.gnb-open .logo img.logo-b {opacity: 1;}

/* -------- Header :: UTIL BOX -------- */
.header-util-box{position:relative; z-index:100;}

/* Header :: 검색버튼 */
.header-search-box{position:relative; float:left; margin-left:10px; z-index:101; }
.header-search-box i{font-size:22px;}
.header-search-open-btn{width:32px; height:32px; color:#333;  border:1px solid #333}
.header-search-inner{
	overflow:hidden; 
	position:absolute; 
	top:0px; right:0; 
	width:200px; 
	height:32px; 
	padding-right:65px; 
	box-sizing:border-box;
	border:1px solid #333;
	background-color:#fff;
	opacity:0;
	visibility:hidden;
	transition:var(--transition-custom);
}	
.header-search-inner .header-search-word{height:30px; width:100%; vertical-align:top; background-color:transparent; border:0; color:#333; font-size:13px; font-weight:300; text-indent:10px;}
.header-search-inner .header-search-word::placeholder{color:#333;}
.header-search-inner .header-search-btn{position:absolute; top:0px; right:32px; width:32px; height:32px;}
.header-search-inner .header-search-btn i{font-size:20px; line-height:32px;}
.header-search-inner .header-search-close-btn{position:absolute; top:0px; right:0px; width:32px; height:32px; background-color:#333; color:#fff; border:1px solid #333; }
.header-search-inner .header-search-close-btn i{color:#fff;}
/* 검색 open */
.header-search-box.open .header-search-inner{
	opacity:1.0;
	visibility:visible; 
	transition:visibility 0.5s, opacity 0.5s;
}
@media all and ( min-width: 801px ){
	.header-search-inner .header-search-inner{
		transform: translateX(10px);
		transition:all 0.2s;
	}
	.header-search-box.open .header-search-inner{
		transform: translateX(0);
	}
}

/* Header :: 언어선택 */
.header-lang {position:relative; float:left; width:124px; height:30px; border:1px solid #5c5c5c; border-color:#333; z-index:100; margin-left:10px; }
.header-lang .lang-open-btn {overflow:hidden; position:relative; display:block; width:100%; text-align:left; height:100%; padding:0 10px; font-size:10px; line-height: 30px; color:#333; }
.header-lang .lang-open-btn i {display:inline-block; margin-right: 6px; vertical-align: middle; font-size:20px; margin-top:-2px; }
.header-lang .lang-open-btn .arrow{position:absolute; top:0px; right:0px;}
.header-lang .lang-open-btn .arrow i{font-size:16px;}
.header-lang > ul {display:none; position:absolute; top:30px; left:-1px; z-index:10; width:100%; border:1px solid #5c5c5c; background-color:#fff;}
.header-lang > ul > li > a{display:block; padding:0 10px; font-size:10px; line-height: 30px; color:#333;}
.header-lang > ul > li > a:hover{background-color:#f2f2f2; }
.header-lang.open .lang-open-btn .arrow i{transform:rotate(180deg); margin-top:-3px;}

/* Header :: 언어선택2 */
.header-lang-list {position:relative; float:left; z-index:100; margin:8px 0 0 22px;}
.header-lang-list li{float:left; font-size:13px; letter-spacing:-0.5px; font-weight:400; color:#000; margin-left:13px;}
.header-lang-list li:first-child{margin-left:0}
.header-lang-list li a{display:block; position:relative; opacity:0.4; color:#000; transition:var(--transition-custom);}
.header-lang-list li a:after{
	position:absolute; bottom:-8px; left:-2px; right:-2px; 
	height:2px; 
	background-color:#000; 
	content:""; 
	transform:scaleX(0); 
	transition:var(--transition-custom);
	transition-property: transform;
	transform-origin:100% 0;
}
.header-lang-list li.cur a,
.header-lang-list li a:hover{opacity:1.0;}
.header-lang-list li.cur a:after,
.header-lang-list li a:hover:after{transform:scaleX(1); transform-origin:0 0;}

/* Header :: 사이트맵버튼 */
.sitemap-line-btn{float:left; width:100px; height:32px; display:flex; flex-direction:column; justify-content: center; box-sizing:border-box;}
.sitemap-line-btn .line{display:block; width:100px; height:2px; background-color:#fff; margin: 5px auto; transition:var(--transition-custom);}
/* active */
.sitemap-line-btn.active{position:relative; z-index:100000;}
/* .sitemap-line-btn.active .line:nth-child(2), 
.sitemap-line-btn.active .line:nth-child(4){opacity: 0;} */
.sitemap-line-btn.active .line:nth-child(1){
	transform: translateY(5px) rotate(45deg);
}
.sitemap-line-btn.active .line:nth-child(2){
	transform: translateY(-5px) rotate(-45deg);
}

#header.black .sitemap-line-btn .line {background-color: #222;}

/* -------- Header :: GNB(PC) -------- */
.gnb-overlay-bg{position:fixed; top:0; left:0; width:100%; height:100%; visibility:hidden; opacity:0; background:rgba(0,0,0,0.5); z-index:9997;  transition:var(--transition-custom); }	/* gnb overlay BG */
.gnb-overlay-bg.open{visibility:visible; opacity:1.0;}
#gnb{position:absolute; text-align:center; top:0; left:0px; width:100%; z-index:99;}
#gnb > ul{display:inline-block;}
#gnb > ul > li{position:relative; float:left; word-break:keep-all;}
#gnb > ul > li > a{
	position:relative; z-index:100; display:block; line-height:var(--header-height); padding:0 2.6rem; text-align:center; color:#fff; font-size:1.8rem; letter-spacing:-0.05em; font-weight:500; transition:var(--transition-custom);
}


#header.black #gnb > ul > li > a {color: #222;}

/* GNB :: 2차 전체메뉴 */
#gnbBg{
	overflow:hidden; 
	position:absolute; 
	left:0; top:calc(-1 * (var(--header-top))); 
	width:100%; 
	height:0; 
	background:#fff; 
	z-index:98;
	opacity:0;
	transition:height 0.3s ease-in-out, opacity 0.2s ease-in-out;
}
#gnbBg:after{position:absolute; content: ''; top:calc((var(--header-height)) + (var(--header-top))); width:100%; left:0; height:1px; background:rgba(0,0,0,0.1); }
#gnb.total-menu > ul > li .gnb-2dep{
	position:absolute; 
	top:calc((var(--header-height) )+ (var(--header-top))); 
	left:0px; 
	z-index:99;
	width:100%; 
	text-align:center;
	opacity:0;filter:Alpha(opacity=0);
	height:0;
    transition: all 0.2s 0s;
	transition-delay: 0s;
	visibility:hidden;
}
#gnb.total-menu > ul > li .gnb-2dep:after {
	content:""; position:absolute; left:0; top:-4px; width:0; left:50%; height:4px; background-color:var(--main-color); 
	transition:var(--transition-custom);
}
#gnb.total-menu > ul > li .gnb-2dep:before {content:""; position:absolute; left:0; top:0px; width:100%; height:100%; background-color:#f7f7f7; opacity: 0; transition:var(--transition-custom);}
#gnb.total-menu > ul > li:hover .gnb-2dep:after {width:100%; left:0;}
#gnb.total-menu > ul > li.on .gnb-2dep:before {opacity: 1;}
#gnb.total-menu > ul > li .gnb-2dep ul{padding:33px 0px;}
#gnb.total-menu > ul > li .gnb-2dep ul li{position:relative;}
#gnb.total-menu > ul > li .gnb-2dep ul li a{ display:block;  padding:7px 15px; color:#666666; font-size:1.7rem; letter-spacing:-0.05em; font-weight:400; line-height:1.3; transition:var(--transition-custom); }
#gnb.total-menu > ul > li .gnb-2dep ul li a:hover{color:var(--main-color);}

/* GNB :: 2차메뉴 Over (높이변경) */
#gnb.open #gnbBg{height:400px; opacity:1.0;filter:Alpha(opacity=100);}
#gnb.open > ul > li .gnb-2dep{
	height:265px; opacity:1.0;filter:Alpha(opacity=100);
	visibility:visible;
    transition: height 0.5s ease-in-out, opacity 0.5s ease-in-out 0.2s;
}

#gnb.open > ul > li > a {padding: 0 7.5rem; color: #222;}

/* GNB :: 2차 각각메뉴 */
#gnb.each-menu > ul > li .gnb-2dep{
	/* display:none; */
	position:absolute; 
	top:calc(var(--header-height) - 20px); 
	left:0px; 
	z-index:99;
	width:100%; 
	text-align:left; 
	visibility:hidden;
	opacity:0;filter:Alpha(opacity=0);
	transition:all 0.2s cubic-bezier(0.4, 0, 1, 1);
}
#gnb.each-menu > ul > li .gnb-2dep:before{
	content:""; 
	position:absolute; top:0px; left:0px; right:0px; 
	height:0; 
	background-color:var(--main-color); 
	transition:all 0.2s cubic-bezier(0.4, 0, 1, 1);
}
#gnb.each-menu > ul > li .gnb-2dep ul{padding:15px 0px;}
#gnb.each-menu > ul > li .gnb-2dep ul li{position:relative; padding:8px 10px; opacity:0; transition:all 0s 0s; }
#gnb.each-menu > ul > li .gnb-2dep ul li a{display:block; color:#fff; font-size:14px; font-weight:400; text-align:center; line-height:1.4; opacity:0.9;}
#gnb.each-menu > ul > li .gnb-2dep ul li a:hover{opacity:1.0;}
/* over했을때 */
#gnb.each-menu > ul > li .gnb-2dep.open{visibility:visible; opacity:1.0;}
#gnb.each-menu > ul > li .gnb-2dep.open:before{height:100%;}
#gnb > ul > li .gnb-2dep.open ul li{opacity:1.0; transition:var(--transition-custom2);}
#gnb > ul > li .gnb-2dep.open ul li:nth-child(1){transition-delay:0.1s;}
#gnb > ul > li .gnb-2dep.open ul li:nth-child(2){transition-delay:0.2s;}
#gnb > ul > li .gnb-2dep.open ul li:nth-child(3){transition-delay:0.3s;}
#gnb > ul > li .gnb-2dep.open ul li:nth-child(4){transition-delay:0.4s;}
#gnb > ul > li .gnb-2dep.open ul li:nth-child(5){transition-delay:0.5s;}
#gnb > ul > li .gnb-2dep.open ul li:nth-child(6){transition-delay:0.6s;}
#gnb > ul > li .gnb-2dep.open ul li:nth-child(7){transition-delay:0.7s;}
#gnb > ul > li .gnb-2dep.open ul li:nth-child(8){transition-delay:0.8s;}

/* -------- Header :: GNB(Mobile) -------- */
.nav-open-btn{display:none;}
#gnbM{display:none}

/* ****************** FOOTER ********************** */
/* -------- FOOTER :: 레이아웃 -------- */
#footer{background-color:#111111;}
.footer-left-con{float:left; }
.footer-right-con{float:right;}

/* Footer :: TOP버튼 */
.to-top-btn{ margin-top: 3rem;}
.to-top-btn.bottom-fixed{bottom:15px; opacity:1.0;}

.to-top-btn .arrow{display: block;}
.to-top-btn i{font-size: 3rem; display: block; color: #fff; text-align: center; opacity: 0.25;}
.to-top-btn i.up-02{margin-top: -1.5rem;}
.to-top-btn i.up-03{margin-top: -1.5rem;}
.to-top-btn i.up-01{animation: ani_arrowfade 1.5s ease infinite; animation-delay:0.3s;}
.to-top-btn i.up-02{animation: ani_arrowfade 1.5s ease infinite; animation-delay:0.2s;}
.to-top-btn i.up-03{animation: ani_arrowfade 1.5s ease infinite;}

@keyframes ani_arrowfade {
	10% {opacity: 0.25;}
	20% {opacity: 0.5;}
	30% {opacity: 1;}
}

/* #fullpage .to-top-btn{display:none;} */

/* -------- FOOTER :: 상단 -------- */
#footerTop{ border-bottom: 2px solid #ebebeb; padding:10rem 0 5rem; }

/* Footer :: 푸터로고 */
.foot-logo{display:block; padding-bottom:3.5rem;}
.footer-right-con .foot-logo{text-align:right;}

/* Footer :: 정보 */
.footer-address{margin-bottom:1rem;}
.footer-address .footer-address-txt{color:#ebebeb; font-size:1.6rem; font-weight: 400; line-height:1.8; letter-spacing: -0.05em; margin: 0 -1.2rem;}
.footer-address p{display:inline-block; vertical-align:middle; position:relative; margin:0 1.2rem;}
.footer-address a{color:inherit}

/* -------- FOOTER :: 하단 -------- */
#footerBottom{ padding:5.5rem 0 8.5rem; }

/* Footer :: 푸터메뉴 */
.foot-menu{}
.foot-menu li{float:left; position:relative; padding-left:3rem; line-height:1.4;}
.foot-menu li:first-child{padding-left:0}
.foot-menu li a{color:#6b6b6b; font-size:1.6rem; letter-spacing:-0.5px;}
.foot-menu li a b{color:#ebebeb; font-weight:400;}

/* Footer :: Copyright */
.footer-copyright{font-size:1.6rem; color: #ebebeb; letter-spacing:-0.025em; font-weight: 400;}
.footer-copyright b{color:var(--main-color)}


/* .top-btn {display: none; opacity: 0; visibility: hidden;} */
.contact-btn {opacity: 0; visibility: hidden; position: fixed; bottom: 3rem; right: var(--area-padding); width: 6rem; height: 6rem; display: flex; align-items: center; justify-content: center; background: var(--main-color); border-radius: 50%;}
.contact-btn i {font-size: 2rem;color: #fff;}

.top-btn {display: block; opacity: 1; visibility: visible; position: fixed; right: var(--area-padding); bottom: -10rem; width: 6rem;height: 6rem;display: flex; align-items: center; justify-content: center;border-radius: 50%; background: #fff; transition: var(--transition-custom); z-index: 100;}  
.top-btn i {font-size: 2rem; color: #000;}
.top-btn.bottom-fixed {  bottom: 3rem;}

/* ****************** SUB LAYOUT ********************** */
/*  SUB LAYOUT :: 비주얼 */
#visual{position:relative; width:100%; height:var(--sub-visual-height); }
#visual .visual-img-con{
	position:absolute; 
	top:0px; 
	left:0px; 
	width:100%;
	height:var(--sub-visual-height);
	overflow:hidden; 
}
#visual .visual-img-inner{
	width:100%; 
	height:100%; 
	background-size:cover !important; 
	transform: scale(1.1,1.1); 
	transition:transform 5s linear;
}
#visual .visual-txt-con{position:relative; z-index:1; display:table; width:100%; height:100%;}
#visual .visual-txt-container{position:relative; width:100%; }
#visual .visual-tit,
#visual .location{
	opacity:0;
    transform: translateY(30px);
	transition:var(--transition-custom2);
	transition-property: transform, opacity;
}
#visual .visual-tit{ font-weight:700; font-size:8rem; color:#fff; letter-spacing:-0.05em; line-height:1.2; transition-delay:0.5s; }
#visual .location{ transition-delay:0.3s; }

/* SUB LAYOUT :: 상단효과 active */
#visual.active .visual-img-inner{ transform: scale(1.0,1.0) rotate(0.002deg); }
#visual.active .visual-tit,
#visual.active .visual-sub-txt,
#visual.active .location{ opacity:1.0; transform: translateY(0px); }

/* SUB LAYOUT :: 위치정보(location) */
.location{overflow:hidden; margin-bottom:2rem;}
.location li{display:inline-block; vertical-align:middle; color:#fff; font-size:1.6rem; letter-spacing:-0.05em;}
.location li a{color:inherit;}
.location li i{font-size:2rem; margin-top:-2px;}
.location li:before{font-family: 'xeicon'; display:inline-block; content: "\e94a"; position:relative; top:-1px; vertical-align:middle; margin:0px 10px; color:#fff; font-size:2rem; opacity:0.5;}
.location li:first-child:before{display:none;}


/* SUB LAYOUT :: 모바일메뉴(공통)  */
#topMenuM{display:none;}

/*  SUB LAYOUT :: 컨텐츠 레이아웃 */
#content:not(.wide){padding:8.5rem var(--area-padding) 15rem}
#content.wide{padding: 8.5rem 0 0 0}


/* ****************** MODAL LAYERPOPUP ********************** */
/* modal layer */
.modal-fixed-pop-wrapper{display:none; overflow-y:scroll; overflow-x:hidden;  position:fixed; top:0px; left:0px; width:100%; height:100%; z-index:9999; background:#000; background:rgba(0,0,0,0.8);}
.modal-fixed-pop-inner{position:absolute; display:table; width:100%; height:100%; text-align:center;}
.modal-inner-box{ position:relative; display:table-cell; vertical-align:middle;}
.modal-loading{position:absolute; top:50%; left:50%; margin:-25px 0 0 -25px; z-index:10000;}
.modal-inner-content{text-align:left;}
.loading {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 8px solid rgba(255,255,255,.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 1s ease-in-out infinite;
}
@keyframes spin {
  to { transform: rotate(360deg); }
}
@-webkit-keyframes spin {
  to { transform: rotate(360deg); }
}
/* modal layer content */
.footer-modal-content{position:relative; width:96%; max-width:1000px; margin:20px auto; }
.footer-modal-content h1{font-size:24px; font-weight:600; letter-spacing:-0.5px; text-align:center; padding:0 50px 20px; color:#fff;}
.modal-close-btn{position:absolute; top:-6px; right:-6px; color:#fff; }
.modal-close-btn i{font-size:38px;}
.modal-close-btn i:hover {color:#fff}
.footer-inner-box{padding:30px; background-color:#fff; }
.footer-inner{padding:20px; height:400px; overflow-y:auto; overflow-x:hidden; border:1px solid #ddd; }


/* ========================================================
 * SETTING
======================================================== */
@media all and (max-width:1280px){
	:root{
		--header-top : 0;
		--header-height: 100px;
	}
}
@media all and (max-width:800px){
	:root{
		--area-padding: 5vw;
		--sub-visual-height: 33rem;
		--sub-menu-height: 7.5rem;
	}
}

/* ========================================================
 * FONT SIZE
======================================================== */
@media all and (max-width:1536px){
	html{font-size:0.6510vw;} /* 10 */
}
@media all and (max-width:1280px){
	html{font-size:0.8594vw;} /* 10 -> 11*/
}
@media all and (max-width:800px){
	html{font-size:1.375vw} /* 10 -> 11*/
}
@media all and (max-width:640px){
	html{font-size:1.7188vw}  /* 10 -> 11*/
}
@media all and ( max-width: 480px ){
	html{font-size:2.2vw}  /* 10 */
}
@media all and ( max-width: 412px ){
	html{font-size:2.4272vw}  /* 10 */
}
@media all and (max-width:390px){
	html{font-size:2.1795vw}  /* 10 -> 8.5 */
}

/* ========================================================
 * LAYOUT
======================================================== */
/* ****************** 공통클래스 ********************** */
@media all and (max-width:1780px){	/* max-width : (area-box width) + 60px */
	.area-box{padding:0 var(--area-padding); max-width:none;}
	.area-box-sub{padding:0 var(--area-padding); max-width:none;}
}
@media all and (max-width:1460px){	/* max-width : (area-box width) + 60px */
	.area{padding:0 var(--area-padding); max-width:none;}
}
@media all and (max-width:1280px){ 
	.m-br{display:block;}
	.pc-br{display:none;}
	.display-m{display:block;}
	.display-pc{display:none;}
}

/* ****************** HEADER ********************** */
@media all and ( max-width: 1366px ){
	/* -------- Header :: GNB(PC) -------- */
	#gnb > ul > li > a{font-size:18px; padding:0 40px}
	#gnb > ul > li .gnb-2dep ul li a{font-size:14px; }
}
@media all and ( max-width: 1280px ){
	.fullpage-html #header{position:fixed;}
	#headerInnerWrap{position:fixed; z-index:99;}
	#header.top-fixed #headerInnerWrap{background-color:#fff; border-bottom:1px solid #eee;}
	
	/* -------- Header :: UTIL BOX -------- */
	.header-util-box{padding-right:50px;}
	/* Header :: 사이트맵 버튼 */
	.sitemap-line-btn, .sitemap-custom-btn{display:none;}

	/* -------- Header :: GNB(Pc) -------- */
	#gnb{display:none;}
	.gnb-overlay-bg{display:none}

	/* -------- Header :: GNB(Mobile/기본스타일) -------- */
	.gnb-overlay-bg-m{display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.5); z-index:9998;}	
	#gnbM{ 
		display:block; 
		position:fixed; 
		top:0px; 
		right:-82%;
		width:80%; 
		height:100%;  
		max-width:280px; 
		background-color:#fff; 
		z-index:9999; 
		transition:var(--transition-custom);   
		visibility:hidden;
	}
	#gnbM.open{
		right:0px; 
		visibility:visible;
	}
	/* GNB Mobile :: 레이아웃 */
	.gnb-navigation-wrapper{position:relative; height:100%; box-sizing:border-box; padding-top:var(--header-height); overflow-y:auto;}
	.header-util-menu-box {height:  var(--header-height);}
	.header-util-menu-box + .gnb-navigation-wrapper{padding-top:0; height:calc(100% - var(--header-height));}
	
	/* GNB Mobile :: 메뉴영역 :: 1차 */
	#navigation > li{border-bottom:1px solid #e7e7e7;}
	#navigation > li:first-child{border-top:1px solid #e7e7e7}
	#navigation > li > a {position:relative; display:block; padding:15px var(--area-padding); color:#333; font-size:17px; font-weight:500; }
	#navigation > li.active > a{color:var(--main-color);}
	#navigation > li.has-2dep > a:before{font-family:xeicon; content: "\e914"; position:absolute; top:50%; right:var(--area-padding); font-size:1.3em; transform:translateY(-50%);}
	#navigation > li.has-2dep.active > a:before{content: "\e91b";}
	/* GNB Mobile ::  메뉴영역 :: 2차 */
	#navigation > li .gnb-2dep{display:none; padding:15px 0; background-color:#f2f2f2; }
	#navigation > li .gnb-2dep > ul > li{height:auto !important;}
	#navigation > li .gnb-2dep > ul > li > a{display:block; color:#888; font-size:14px; padding:12px var(--area-padding); }
	#navigation > li .gnb-2dep > ul > li.on > a{color:#000; font-weight:500;}
	/* GNB Mobile :: 메뉴영역 ::  3차 */
	#navigation > li .gnb-2dep > ul > li > .gnb-3dep{display:none; padding:10px; background-color:#aaa; margin:0 10px}
	#navigation > li .gnb-2dep > ul > li > .gnb-3dep > li > a{display:block; padding:8px 0; font-size:13px; color:#fff;}
	#navigation > li .gnb-2dep > ul > li > .gnb-3dep > li > a:before{display:inline-block; content:"-"; margin-right:5px;}
	
	/* -------- GNB Mobile :: 스타일2 (Full Style) -------- */
	#gnbM.gnb-style-full{ 
		top:-100%; 
		right:0;
		width:100%; 
		height:100%;  
		max-width:none; 
	}
	#gnbM.gnb-style-full.open{
		top:0px; 
	}
	.gnb-style-full .gnb-navigation-wrapper{height:auto; width:100%; position:absolute; top:0px; bottom:0px; left:0; padding-top:0;}
	.gnb-style-full .header-util-menu-box + .gnb-navigation-wrapper{top:var(--header-height); }
	.gnb-style-full-member .gnb-navigation-wrapper{bottom:var(--header-height);}
	.gnb-style-full .gnb-navigation-inner{display:table; width:100%; height:100%;}
	.gnb-style-full #navigation{
		display:table-cell;
		vertical-align:middle;
	}
	.gnb-style-full #navigation > li{
		text-align:center; 
		border:0; 
		opacity:0;
		transform:translateY(-20px);
		transition:all 0s 0s;
	}
	.gnb-style-full #navigation > li:first-child {border:0}
	.gnb-style-full #navigation > li > a {}
	.gnb-style-full #navigation > li .gnb-icon i{display:none;}
	.gnb-style-full.open #navigation > li{
		opacity:1.0;
		transform:translateY(0px); 
		transition:transform 0.8s, opacity 0.8s;
	}
	.gnb-style-full.open #navigation > li:nth-child(1){transition-delay:0.3s;}
	.gnb-style-full.open #navigation > li:nth-child(2){transition-delay:0.4s;}
	.gnb-style-full.open #navigation > li:nth-child(3){transition-delay:0.6s;}
	.gnb-style-full.open #navigation > li:nth-child(4){transition-delay:0.7s;}
	.gnb-style-full.open #navigation > li:nth-child(5){transition-delay:0.9s;}
	.gnb-style-full.open #navigation > li:nth-child(6){transition-delay:0.9s;}
	
	/* -------- GNB Mobile :: 언어선택 및 회원메뉴 -------- */
	/* 언어선택 */
	.header-util-menu-box .lang-select{height:var(--header-height); display:flex; align-items:center; padding:0 var(--area-padding); }
	.header-util-menu-box .lang-select li{float:left; border:1px solid #e5e5e5; margin-left:-1px}
	.header-util-menu-box .lang-select li:first-child{margin-left:0;}
	.header-util-menu-box .lang-select li > a{position:relative; display:block; min-width:18px; text-align:center ; height:40px; line-height:40px; padding:0 10px; color:#555; font-size:12px; font-weight:500;}	
	.header-util-menu-box .lang-select li.cur{border-color:var(--main-color); position:relative; z-index:1;}
	.header-util-menu-box .lang-select li.cur a{color:var(--main-color); z-index:1;}
	/* 회원메뉴 */
	.member-menu-box{
		display:flex;
		justify-content: space-around;
		height:var(--header-height);
		text-align:center; 
		padding:10px 0; 
		padding-right:60px;
		box-sizing: border-box; 
	}
	.member-menu-box li{float:left; width:50%; height:100%; position:relative;}
	.member-menu-box li:before{content:""; position:absolute; top:10px; bottom:10px; left:0px; width:1px; background-color:rgba(0,0,0,0.1); content:"";}
	.member-menu-box li:first-child:before{display:none;}
	.member-menu-box li a{display:block; color:#444;  padding:6px 0}
	.member-menu-box li a i{font-size:30px;}
	.member-menu-box li a strong{display:block; padding-top:5px; font-size:13px; letter-spacing:-0.5px; font-weight:400;}
	.header-util-menu-box .lang-select + .member-menu-box{border-top:1px solid #e7e7e7; padding-right:0;}
	/* gnb full style일때 회원메뉴 위치이동 */
	.gnb-style-full .member-menu-box{position:absolute; bottom:0px; left:0px; right:0; margin-right:0px; padding:0; border-top:1px solid #e7e7e7;}
	.gnb-style-full .member-menu-box li a{padding:16px 0;}

	/* -------- Header :: 네비게이션 오픈 버튼 -------- */
	.nav-open-btn{
		display:block; position:fixed; top:37px;  right:var(--area-padding); z-index:10000; 
		height:30px;
		transition:var(--transition-custom); 
	}
	.nav-open-btn .line{
		display:block; width:80px; height:2px; background-color:#fff; margin: 5px auto;
	    transition:var(--transition-custom); 
	}
	.nav-open-btn.active .line{width: 50px; background-color:#333;}
	.nav-open-btn.active .line:nth-child(1){
		  transform: translateY(4px) rotate(45deg);
	}
	.nav-open-btn.active .line:nth-child(2){
		  transform: translateY(-4px) rotate(-45deg);
	}
	
	#header.top-fixed .nav-open-btn .line{background-color:#333}
	#header.top-fixed .logo img.logo-b{opacity:1;}
	#header.top-fixed .logo img.logo-w{opacity:0;}
}
@media all and ( max-width: 800px ){
	/* Header :: 검색버튼 */
	.header-search-box{margin-left:5px;}
	.header-search-inner{
		position:fixed; 
		left:0; 
		top:var(--header-height); 
		height:38px; 
		width:100%;
		border-width:3px;
		padding-right:35px;
	}
	.header-search-inner .header-search-btn{right:40px;}
	.header-search-inner .header-search-close-btn{height:100%; width:38px; border-radius:0;}
}
@media all and ( min-width: 481px ) and ( max-width: 1280px ) {
	.nav-open-btn.active{right:20px;}
}
@media all and ( max-width: 480px ){
	#header .logo img{height:30px;}

	/* -------- Header :: UTIL BOX -------- */
	.header-util-box{padding-right:40px;}

	/* Header :: 언어선택 */
	.header-lang{width:60px; margin-left:5px}
	.header-lang strong{display:none;}
	.header-lang > ul{border-color:#ccc;}
	.header-lang > ul > li > a{padding:0; text-align:center;}
	/* Header :: 사이트맵, 네비게이션 버튼 */
	.nav-open-btn{top:35px; margin-top:0;}

	/* Header :: GNB(Mobile) */
	#navigation > li > a{font-size:15px;}
	#navigation > li .gnb-2dep > ul > li > a{font-size:13px;}

	/* Header :: 언어선택 및 회원메뉴 */
	/* 언어선택 */
	.header-util-menu-box .lang-select li > a{height:38px; line-height:38px}
	/* 회원메뉴 */
	.member-menu-box{padding:5px 0;}
	.member-menu-box li a{ padding:4px 0}
	.member-menu-box li a i{font-size:20px;}
	.member-menu-box li a strong{padding-top:5px;}
	.gnb-style-full .member-menu-box li a{padding:10px 0;}

}

/* ****************** FOOTER ********************** */
@media all and (max-width:1280px){
	/* -------- FOOTER :: 레이아웃 -------- */
	#footerTop, #footerBottom{text-align:center;}
	.footer-left-con,.footer-right-con{float:none; }
	/* Footer :: 푸터로고 */
	.foot-logo{float:none; display:block; padding-right:0; padding-bottom:15px;}
	.footer-right-con .foot-logo{text-align:center; padding-top:15px;}
	/* Footer :: 푸터메뉴 */
	.foot-menu{float:none; display:inline-block;}
	/* Footer :: 사이트맵 */
	.footer-sitemap-list-con{display:none;}
	/* Footer :: SNS 리스트 */
	.foot-sns-menu{text-align:center; margin-top:10px}
	.foot-sns-menu ul{display:inline-block;}
	.foot-sns-menu li,
	.foot-sns-menu li:first-child{margin:0 3px}
	
	.footer-copyright {margin-top: 3rem;}
}

@media all and (max-width:800px){
	#footerTop, #footerBottom {text-align: left;}
	#footerTop{padding: 6rem 0 4rem;}
	#footerBottom{padding:4.5rem 0 5.5rem}
	/* -------- FOOTER  -------- */
	/* Footer :: 푸터로고 */
	.foot-logo img{height:30px;}
	/* Footer :: 푸터메뉴 */
	.foot-menu li {padding-left:25px}
	.foot-menu li a{font-size:1.6rem;}

	/* Footer :: 정보 */
	.footer-address{}
	.footer-address .footer-address-txt{font-size:1.6rem;}
	.footer-address p:before{display:none;}

	.to-top-btn {display: none;}

	.cm-contact-btn {opacity: 1; visibility: visible; transition: var(--transition-custom);}
	.cm-contact-btn.bottom-fixed {bottom: 10rem;}
} 

/* ****************** SUB LAYOUT ********************** */
/*  SUB LAYOUT :: 비주얼 */
#visual{position:relative; width:100%; height:var(--sub-visual-height); }
#visual .visual-img-con{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:var(--sub-visual-height);
	overflow:hidden;
}
#visual .visual-img-inner{
	width:100%; 
	height:100%; 
	background-size:cover !important; 
	transform: scale(1.1,1.1); 
	transition:all 3s ease-in-out 
}
#visual .visual-txt-con{position:relative; z-index:1; text-align:center; display:table; width:100%; height:100%; letter-spacing:-0.015em; color:#fff;}
#visual .visual-txt-con .table-cell-layout{vertical-align:bottom; text-align:left; }
#visual .visual-txt-container{position:relative; width:100%; margin-bottom:9rem;}
#visual .visual-tit,
#visual .visual-sub-txt,
#visual .location{
	opacity:0;
    transform: translateY(-100px);
	transition:var(--transition-custom2);
	transition-property: tranform, opacity;
}
#visual .visual-tit{
	font-weight:700; 
	font-size:6.8rem;
	transition-delay:0.3s;
}
#visual .visual-sub-txt{
	font-size:2.4rem; 
	padding-top:30px;
	transition-delay:0.5s;
}
#visual .location{
	transition-delay:0.5s;
}
#visual .visual-link-list{display: flex; flex-wrap:wrap; align-content:flex-end; position: absolute; bottom: 0; width:100px; right: 0; height: 100%; z-index: 100; padding-bottom:8.3rem; transform:translateY(-100%); transition:transform 2s ease;}
#visual.active .visual-link-list{transform:translateY(0);}
#visual .visual-link-list:before{position: absolute; content:''; width:100%; height:100%; background:var(--main-color);}
#visual .visual-link-list .link-item{position: relative; width:100%; text-align:center; margin-bottom:5rem;}
#visual .visual-link-list .link-item:last-child{margin-bottom:0}
#visual .visual-link-list .link-item a{ font-size:1.6rem; color:#fff; font-weight:700;}
#visual .visual-link-list .link-item i{display: block; font-size:2rem; color:#fff; margin-bottom:1rem;}
#visual .visual-link-list .link-item:last-child i{color:#00ccff;}
#visual .visual-link-list .link-item:last-child a{color:#00ccff;}
#visual .visual-link-list .link-item span{writing-mode: tb-rl;}


/* SUB LAYOUT :: 상단효과 active */
#visual.active .visual-img-inner{
     transform: scale(1.0,1.0) rotate(0.002deg);
}
#visual.active .visual-tit,
#visual.active .location{
	opacity:1.0;
    transform: translateY(0px);
}
#visual.active .visual-sub-txt{opacity:0.7; transform: translateY(0px);}

/* SUB LAYOUT :: 위치정보(location) */
.location{overflow:hidden; padding-top:18px;}
.location li{display:inline-block; vertical-align:middle; color:#a7a7a7; color:rgba(108, 108, 108, 0.63); font-size:13px; letter-spacing:-0.5px;}
.location li a{color:inherit;}
.location li i{font-size:18px; margin-top:-2px;}
.location li:before{font-family: 'xeicon'; display:inline-block; content: "\e93f"; position:relative; top:-1px; vertical-align:middle; margin:0px 10px 0 8px; color:#222; font-size:12px; opacity:0.5;}
.location li:first-child:before{display:none;}
.location li:last-child{color:#333;}



/*  SUB LAYOUT :: 서브메뉴/
#topMenu{position:relative; width:100%; height:calc(var(--sub-menu-height) + 1px); } /* (+1 border height)*/
#topMenu .side-menu-inner{width:100%; height:var(--sub-menu-height); border-bottom:1px solid #dbdbdb; background-color: #f3f4f8;}
#topMenu .location-to-home-btn{float:left; display: flex; align-items: center; justify-content: flex-start; width:10.5rem; height:var(--sub-menu-height); text-align:center;}
#topMenu .location-to-home-btn img{}
#topMenu .location-to-home-btn span{margin-left:1.5rem; font-size:1.45rem; letter-spacing:0.015em; color:#777; font-weight:600;}
#topMenu .menu-location{position:relative; float:left; width:260px;}
#topMenu .menu-location > .cur-location{position:relative; display:block; width:100%; height:var(--sub-menu-height); padding:0 35px 0 20px; text-align:left}
#topMenu .menu-location > .cur-location span{display:block; width:100%; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; line-height:var(--sub-menu-height); color:#4f4f4f; font-weight:600; font-size:1.7rem; letter-spacing:-0.5px;}
#topMenu .menu-location.location2 > .cur-location span{color:#111;}
#topMenu .menu-location > .cur-location .arrow{position:absolute; top:50%; right:10px; width:20px; height:20px;margin-top:-10px; font-size:20px;}
#topMenu .menu-location.open > .cur-location .arrow{transform:rotate(-180deg); margin-top:-10px;}
#topMenu .menu-location .location-menu-con{display:none; position:absolute; top:100%; left:-1px; right:0px; border:1px solid #ddd; background-color:#fff; z-index:99; padding:10px 0;}
#topMenu .menu-location .location-menu-con li a{display:block; padding:10px 20px; font-size:15px; word-break:keep-all; line-height:1.5;}
#topMenu .menu-location .location-menu-con li.on{position:relative;}
#topMenu .menu-location .location-menu-con li.on a{color:var(--main-color); font-weight:500;}


/* SUB LAYOUT :: 서브메뉴 Fixed (공통) */
@media all and (min-width:1025px){
	.fixed-sub-menu.top-fixed .side-menu-inner{position:fixed; top:0px; left:0px; z-index:9999;}
}

/* SUB LAYOUT :: 모바일메뉴(공통)  */
#topMenuM{display:none;}

/*  SUB LAYOUT :: 컨텐츠 레이아웃 */
#content:not(.wide){padding:100px 0}
#content.wide{padding:100px 0 150px 0}

/*  SUB LAYOUT :: 상단정보 (공통) */
#contentInfoCon{position:relative; margin:0 auto 50px; text-align:center; }
#contentInfoCon .content-tit{color:#000; font-size:5.6rem; font-weight:600; letter-spacing:-0.015em; line-height:1.51;}
/* #contentInfoCon .content-tit:after{display:block; content:""; width:58px; height:2px; margin:30px auto 0; background-color:#040508} */
#contentInfoCon .content-sub-tit{color:#888; font-weight:300; margin-top:30px; font-size:16px; letter-spacing:-0.8px; word-break:keep-all;}
/*  SUB LAYOUT :: 상단정보(타이틀+location) */
#contentInfoCon.content-title-location{text-align:left;}
#contentInfoCon.content-title-location .content-tit{float:left;}
#contentInfoCon.content-title-location .content-tit:after{display:none;}
#contentInfoCon.content-title-location .location{float:right;}




@media all and (max-width:800px){
	/*  SUB LAYOUT :: 비주얼 */
	#visual.active .visual-link-list{display: none;}
	#visual .visual-txt-container{margin-bottom:6rem;}
	#visual .visual-tit{font-size:3.4rem; }
	#visual .visual-sub-txt{font-size:1.3rem; padding-top:15px;}
	/* SUB LAYOUT :: 위치정보(location) */
	.location li{font-size:12px;}
	.location li:before{margin:0 6px 0 4px; top:0px;}
	.location li i{margin-top:0px; font-size:16px;}
	/*  SUB LAYOUT :: 이전페이지,다음페이지 버튼 */
	.sub-page-controls-btn .sub-page-name{display:none}

	#topMenu .side-menu-inner{/* padding-left:10.5rem; */ width:auto;}
	#topMenu .location-to-home-btn{position:absolute; height:var(--sub-menu-height); left:var(--area-padding); top:0px; border:0; display: none;}
	#topMenu .location-to-home-btn i{font-size:2rem; line-height:var(--sub-menu-height);}
	#topMenu .menu-location{width:50%;}
	#topMenu .menu-location > .cur-location{height:var(--sub-menu-height); border-right:0; /* border-left:1px solid #ddd; */ padding:0 30px 0 10px}
	#topMenu .menu-location > .cur-location span{line-height:var(--sub-menu-height); font-size:1.5rem;}
	#topMenu .menu-location .location-menu-con{top:var(--sub-menu-height); left:0; padding-bottom:10px}
	#topMenu .menu-location .location-menu-con li a{font-size:1.4rem; padding:7px 10px;}
	
	/* -------- SUB LAYOUT :: 서브메뉴 모바일 -------- */
	#topMenuM{display:block; position:relative; height:calc(var(--sub-menu-height) + 1px); } /* (+1 border height)*/
	#topMenuM .top-menu-wrapper{position:absolute; top:0; left:0; right:0; height:var(--sub-menu-height); }
	#topMenuM .top-menu-inner{position:relative; height:var(--sub-menu-height); border-bottom:1px solid #ddd; }
	#topMenuM .menu-location{position:relative; box-sizing:border-box; width:100%;}
	#topMenuM .menu-location > .cur-location{position:relative; display:block; width:100%; text-align:left; height:var(--sub-menu-height); padding:0 var(--area-padding); padding-right:calc(var(--area-padding) + 3rem); box-sizing:border-box;}
	#topMenuM .menu-location > .cur-location span{display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; line-height:var(--sub-menu-height); color:#222; font-weight:400; font-size:15px;}
	#topMenuM .menu-location > .cur-location .arrow{position:absolute; top:50%; right:10px; width:20px; height:20px; margin-top:-10px; font-size:20px;}
	#topMenuM .menu-location .location-menu-con{display:none; position:absolute; top:100%; left:-1px; right:-1px; border-bottom:1px solid #ddd; background-color:#fff; z-index:11; }
	#topMenuM .menu-location .location-menu-con li{border-top:1px solid #eee;}
	#topMenuM .menu-location .location-menu-con li a{display:flex; align-items:center; width:100%; height:35px; padding:0 var(--area-padding); font-size:14px; line-height:1.5; word-break:keep-all; box-sizing:border-box;}
	#topMenuM .menu-location .location-menu-con li.on{position:relative;}
	#topMenuM .menu-location .location-menu-con li.on a{color:var(--main-color); font-weight:500;}
	/* Home 버튼 있을때 */
	#topMenuM .location-to-home-btn + .top-menu-inner{padding-left:var(--sub-menu-height)}
	#topMenuM .location-to-home-btn{position:absolute; width:var(--sub-menu-height); height:var(--sub-menu-height); left:0px; top:0px; text-align:center; }
	#topMenuM .location-to-home-btn i{color:var(--main-color); font-size:20px; line-height:var(--sub-menu-height);}
	/* 2depth 있을때 */
	#topMenuM .menu-2dep{display:flex;}
	#topMenuM .menu-2dep .menu-location{width:50%; border-left:1px solid #ddd;}
	#topMenuM .menu-2dep .menu-location.loaction2{}
	#topMenuM .menu-2dep .menu-location .location-menu-con{border:1px solid #ddd; border-top:0; }
	/* Menu OPEN */
	#topMenuM .menu-location.open > .cur-location .arrow{transform:rotate(-180deg); margin-top:-10px;}

	/*  SUB LAYOUT :: 상단정보 (공통) */
	#contentInfoCon{margin:0px 0 30px; }
	#contentInfoCon .content-tit{font-size:24px}
	#contentInfoCon .content-tit:after{position:static; display:block; margin-top:15px;}
	#contentInfoCon .content-sub-tit{font-size:13px; line-height:18px; margin-top:15px;}
	/*  SUB LAYOUT :: 상단정보(스타일03) */
	#contentInfoCon.content-title-location{text-align:center;}
	#contentInfoCon.content-title-location .content-tit{float:none;}
	#contentInfoCon.content-title-location .location{float:none; padding-top:23px;}

	/*  SUB LAYOUT :: 컨텐츠 레이아웃 */
	#content:not(.wide){padding:50px var(--area-padding)}
	#content.wide{padding:50px 0}
}



/* ****************** MODAL LAYERPOPUP ********************** */
@media all and ( max-width: 800px ){
	/* modal layer content */
	.footer-modal-content{width:auto; margin:50px 15px}
	.footer-modal-content h1{font-size:18px; text-align:left; padding:0 30px 15px 0}
	.modal-close-btn{right:-3px; top:-3px;}
	.modal-close-btn i{font-size:24px}
	.footer-inner-box{padding:15px}
	.footer-inner{padding:10px; height:250px;}
}



/* quick_menu */
@keyframes bouncebounce {
    0%,50%,100% { transform: translateY(0); }
    25%,75% { transform: translateY(15px); }
}

.quick_wrap{
    position: fixed; bottom:2.5rem; right:2%; width:51px; padding-top:0; z-index:11; display:block;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;  
    -moz-transition: 0.4s ease;  
    -ms-transition: 0.4s ease;  
    -o-transition: 0.4s ease;
    animation: bouncebounce 3s ease-in-out infinite;
}
.quick_wrap:hover { animation: none; }
.quick_wrap.scrolled{bottom:0;}
.open .quick_wrap{display:none;}
.quick_menu_wrap{
    position:absolute; bottom:5.8rem; right:0%; width: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{
    width:auto; height:auto;
}
.quick_menu_list{
    position:relative; width:100%; margin:4% 0; opacity:0;
    transform: translateY(30%);
    -webkit-transform: translateY(30%);
    -moz-transform: translateY(30%);
    -ms-transform: translateY(30%);
    -o-transform: translateY(30%);
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 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_naver{
    transition-delay: 0.9s;
    -webkit-transition-delay: 0.9s;
    -moz-transition-delay: 0.9s;
    -ms-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
}
.quick_wrap.open .quick_menu_list.quick_menu_li_navertalk{
    transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
    -moz-transition-delay: 0.7s;
    -ms-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
}
.quick_wrap.open .quick_menu_list.quick_menu_li_blog{
    transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
}
.quick_wrap.open .quick_menu_list.quick_menu_li_location{
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
}
.quick_menu_list > a{display:flex; justify-content:flex-end; align-items:center; overflow:hidden; color:#fff;}
.quick_menu_list > a > p{
    margin-right:6px; width:auto; height:42px; padding:0 1.5rem;
    color:#fff; background-color:rgba(0,168,168, 0.5); border-radius:50px;
    text-align:center; line-height:40px; opacity:0; visibility:hidden; 
    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); 
    transition:all 0.6s ease-in-out;
    -webkit-transition:all 0.6s ease-in-out; 
    -moz-transition:all 0.6s ease-in-out; 
    -ms-transition:all 0.6s ease-in-out; 
    -o-transition:all 0.6s ease-in-out;
}
.quick_menu_list > a:hover > p{
    opacity:1; visibility:visible; 
    transform:translateX(0%) translateZ(0); 
    -webkit-transform:translateX(0%) translateZ(0);  
    -moz-transform:translateX(0%) translateZ(0);  
    -ms-transform:translateX(0%) translateZ(0);  
    -o-transform:translateX(0%) translateZ(0);  
}
.quick_icon{position:relative; display:block; width:51px; height:51px;}
.quick_icon.q_naver{background: url(../_images/common/q_naver.png)0 0/100% no-repeat; width:51px; height:51px;}
.quick_icon.q_naver_talk{background: url(../_images/common/q_naver_talk.png)0 0/100% no-repeat; width:51px; height:51px;}
.quick_icon.q_blog{background: url(../_images/common/q_blog.png)0 0/100% no-repeat; width:51px; height:51px;}
.quick_icon.q_location{background: url(../_images/common/q_location.png)0 0/100% no-repeat; width:51px; height:51px;}

.quick_btn_wrap{position:relative; width:100%;}
.quick_btn{
    position:relative; width:51px; height:51px; padding:0; margin:0; border:0; border-radius:100%; background-color: transparent; display:block; margin-left:auto; margin-right:0;
}
.open_btn{
    position:relative; width:100%; height:100%; 
    text-align:center; margin-left:auto; margin-right:auto;
    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.3s ease;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
}
.open_btn > div { 
    position:absolute; 
    display:inline-block; margin:0;
    background-color:#fff; 
    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); 
}
.quick_wrap .open_btn > .bounce1 { top:50%; left:50%; width:50%; height:2px;}
.quick_wrap .open_btn > .bounce2 { top:50%; left:50%; width:2px; height:50%;}
.quick_wrap.open .open_btn { 
    transform: rotate(45deg) translateZ(0); 
    -webkit-transform: rotate(45deg) translateZ(0); 
    -moz-transform: rotate(45deg) translateZ(0); 
    -ms-transform: rotate(45deg) translateZ(0); 
    -o-transform: rotate(45deg) translateZ(0); 
}

.quick_btn{opacity:1; background-color:var(--main-color);}
.quick_wrap.open .quick_btn{opacity:1; background-color:var(--main-color);}

.quick_top_btn{
    position:relative; 
    width:51px; height:51px; 
    padding:0; margin:0; border:0; 
    background-color: transparent; 
    display:block; 
    margin-top:15px; margin-left:auto; margin-right:0; 
    opacity:0; visibility:hidden;
    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; 
}
.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/q_top_btn.png) 50% 50%/100% no-repeat;}

@media (max-width:960px){
    .quick_wrap{bottom:2rem; right:2rem;}
    .quick_wrap.scrolled{bottom:2rem;}
    .quick_wrap.move{bottom:2rem;}
    .quick_menu_wrap{bottom:6.6rem;}
    .quick_menu_list{margin:0.5rem 0;}
    .quick_menu_list > a > p{
        opacity:1; visibility:visible; 
        transform: translateX(0%) translateZ(0);
        -webkit-transform: translateX(0%) translateZ(0);
        -moz-transform: translateX(0%) translateZ(0);
        -ms-transform: translateX(0%) translateZ(0);
        -o-transform: translateX(0%) translateZ(0);
    }
    .quick_menu_list > a:hover{overflow:hidden;}
    .quick_menu_list > a:hover > p{
        opacity:1; visibility:visible; 
        transform: translateX(0%) translateZ(0);
        -webkit-transform: translateX(0%) translateZ(0);
        -moz-transform: translateX(0%) translateZ(0);
        -ms-transform: translateX(0%) translateZ(0);
        -o-transform: translateX(0%) translateZ(0);
        transition:none;
        -webkit-transition:none; 
        -moz-transition:none; 
        -ms-transition:none; 
        -o-transition:none;
    }
    
    .scrolled .quick_top_btn{opacity:1; visibility:visible;}
    .move .quick_top_btn{opacity:1; visibility:visible;}
    
}
@media (max-width:480px){
    .quick_wrap{right:1.5rem; width:45px;}
    .quick_wrap.scrolled{bottom:4.2rem;}
    .quick_wrap.move{bottom:3rem;}
    
    .quick_menu_wrap{bottom:6rem;}
    .quick_icon{width:45px; height:45px;}
    .quick_menu_list > a > p{height:40px; line-height:40px; padding:0 1.4rem; font-size:12px;}
    .quick_btn{width:45px; height:45px;}
    .quick_top_btn{width:45px; height:45px; margin-top:0.5rem;}
    
}
@media (max-width:376px){
    
}



#bottom-quick_menu {display:none}
/*=============================================================
						하단고정퀵메뉴
=============================================================*/
@media all and ( max-width: 1240px ){
.quick_wrap {display:none}

#bottom-quick_menu {display:block; position:fixed; bottom: 0; left: 0; width: 100%; overflow: hidden; z-index: 99991; background:var(--main-color);}
#bottom-quick_menu a {position: relative; width: 25%; box-sizing: border-box; float: left; text-align: center; font-size: 11px; font-weight: 600; padding-bottom: 16px; padding-top: 45px; color: #fff}
#bottom-quick_menu a::after {position: absolute; top:11px; left: 50%; margin-left: -13px; content: ''; background-repeat: no-repeat; background-position: center; width: 22px; height: 30px; background-size: 100%;}
#bottom-quick_menu a#call_counsel::after {background-image: url(../_images/common/icon_call-w.png); }
#bottom-quick_menu a#quick_naver{/*background:#f3dd25;*/}
#bottom-quick_menu a#quick_naver::after {background-image: url(../_images/common/quick_naver_w.png); width: 30px; margin-left: -16px}
#bottom-quick_menu a#navertalk {/*background: #00a7af;*/}
#bottom-quick_menu a#navertalk::after {background-image: url(../_images/common/navertalk-w.png); margin-left: -14px; width:28px;  }
#bottom-quick_menu a#blog::after {background-image: url(../_images/common/blog_w.png);  width: 30px; margin-left: -16px}
#bottom-quick_menu a#location::after {background-image: url(../_images/common/location-w.png); margin-left: -11px; background-size: 22px;}


}