@charset "utf-8";
@import url('hw-reset.css');

html,
body {
	width:100%;height:100%;box-shadow: none;
	overscroll-behavior: none;
	outline: none;
	min-height: -webkit-fill-available;
}
body {
	line-height: 1.7; 
	min-height: 100vh;
	transition-delay: 0s !important;
	-webkit-transition-delay: 0s !important;
}

*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

html.fix {overflow-y: hidden;}
body.fix {overflow-y: hidden;}


/* 변수 */
:root { 
	--gnb-width: 260px;
	--gnb-side-width: 90px;
	
	--gnb-bg-color: rgba(0,0,0,1);
	--gnb-point-bg-color: rgba(180,150,100,1);
	--gnb-border-color: rgba(180,150,100,0);
	--gnb-select-bar-color: rgba(200,165,110,1);
	--gnb-side-footer-bg-color: rgba(0,0,0,1);
	
	
	--gnb-text-color: rgba(200,165,110,1);
	--gnb-text-over-color: rgba(255,255,255,1);
	
	--gnb-sub-bg-color: rgba(255,255,255,1);
	--gnb-sub-point-bg-color: rgba(180,150,100,1);
	--gnb-sub-border-color: rgba(180,150,100,1);
	--gnb-sub-text-color: rgba(85,65,25,1);
	--gnb-sub-text-over-color: rgba(0,0,0,1);
	
	--gnb-arrow-color: rgba(0,0,0,1);
	
	--gnb-footer-tag-color: rgba(0,0,0,1);
	--gnb-footer-text-color: rgba(0,0,0,1);
	
	--gnb-mobile-top-bg: rgba(0,0,0,1);
	--gnb-mobile-top-bar: rgba(255,255,255,1);
	--gnb-mobile-lnb-bg: rgba(180,150,100,.8);
	
	--gnb-mid-text-color:  rgba(51,51,51,1);
	--gnb-mid-border-color: rgba(180,150,100,.3);
	--gnb-mid-over-color: rgba(180,150,100,1);
	
	--body-bg: rgba(255,255,255,1);
	--body-bg-base-color: rgba(247,244,231,1);
	--body-bg-point-color: rgba(245,240,220,1);
	--footer-bg-color: rgba(20,20,20,1);
	
	--side-bg-color: rgba(20,20,20,1);
	--side-text-color: rgba(180,150,100,1);
	--side-text-sub-color: rgba(180,150,100,.8);
	--side-text-over-color: rgba(255,255,255,1);
	--side-close-color: rgba(180,150,100,1);
	--side-close-over-color: rgba(255,255,255,1);
	--side-border-color: rgba(180,150,100,.3);
	--side-footer-bg-color: rgba(180,150,100,1);
	
	--contents-bg: rgba(245,245,245,1);
	--contents-point-bg: rgba(250,250,250,1);
	
	--text-color: rgba(51,51,51,1);
	--text-over-color: rgba(20,20,20,1);
	--text-normal-color: rgba(102,102,102,1);
	--text-point-color: rgba(125,85,15,1);
	--bar-color: rgba(204,204,204,1);
	--bar-color2: rgba(235,235,235,1);
	--bar-color3: rgba(215,200,160,1);
	--bar-point-color: rgba(180,150,100,1);
	--bar-point-color2: rgba(180,150,100,.3);
	--bar-over-color: rgba(0,0,0,1);
	--horizon-bar-color: rgba(0,0,0,1);
	
	
	--light-text-color: rgba(180,150,100,1);
	--light-text-bar-color: rgba(180,150,100,.5);
	
	--concept-bg3: rgba(247,244,231,1);
	
	--mobile-gnb-height:100px;
	--mobile-gnb-top-height:60px;
	--mobile-lnb-top-height:40px;
	
	--gnb-filter: none;
}
.body-trans {
	--gnb-bg-color: rgba(25,20,15,.3);
	--gnb-border-color: rgba(180,150,100,.2);
	--gnb-text-color: rgba(215,190,145,1);
	--gnb-side-footer-bg-color: transparent;
	
	--gnb-point-bg-color: transparent;
	--gnb-point-bg-color: rgba(25,20,15,.2);
	
	--gnb-footer-tag-color: rgba(200,165,110,1);
	--gnb-footer-text-color: rgba(200,165,110,1);
	
}
.gnb_filter_use {
	--gnb-filter: blur(5px);
}


.bg-white {
	--body-bg: rgba(255,255,255,1);
}
.body-bg {
	background:var(--body-bg-base-color);
}

.h100 {
	min-height:100%;
}

@media screen and (max-width: 1280px) {
	:root { 
		--gnb-width: 200px;
		--gnb-side-width: 60px;
	}
	
}
@media screen and (max-width: 1024px) {
	.h100 {
		min-height:calc(100% - 130px);
	}
}
@media screen and (max-width: 480px) {
	.h100 {
		min-height:calc(100% - 120px);
	}
}

.hidden {overflow:hidden;position:absolute;width:0;height:0}
.no-js #loader { display: none;  }
.js #loader { display: block; position:fixed; left: 0; top: 0; }
.loader-cover {
	position: fixed; 
	overflow: hidden; 
	width:100%;
	height:100vh;
	top: 0;
	left: 0;
	bottom: 0;
	text-align: center;
	background:rgba(255,255,255,1);
	z-index: 999999;
}

#page {
	position:relative;
	height: 100vh;
	outline: none;
	margin: 0;
	padding: 0;
}
#page {margin: 0; padding: 0;}

#viewport { /*scroll*/
	overflow: hidden;
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#scroll-content-area {
	position:relative;
	width: 100%;
	/*height: 100vh;*/
	outline: none;
	margin: 0;
	padding: 0;
	overflow:visible;
}


.tCenter {text-align:center;}
.tLeft {text-align:left;}
.tRight {text-align:right;}



.container {
	width:100%;
	max-width: 1440px;
	margin:0 auto;
	padding:0 60px;
	position:relative;
	z-index:2;
}
.container1200 {
	width:100%;
	max-width: 1200px;
	margin:0 auto;
	position:relative;
	z-index:2;
}

.container1000 {
	width:100%;
	max-width: 1000px;
	margin:0 auto;
	position:relative;
	z-index:2;
}
.container840 {
	width:100%;
	max-width: 840px;
	margin:0 auto;
	position:relative;
	z-index:2;
}
.container600 {
	width:100%;
	max-width: 600px;
	margin:0 auto;
	position:relative;
	z-index:2;
}
.articleContainer {
	width:100%;
	max-width: 1400px;
	margin:0 auto;
	position:relative;
	z-index:2;
}
.fullContainer {
	width:100%;
	margin:0 auto;
	position:relative;
	padding:0 100px;
	z-index:2;
}
.full-imgContainer {
	width:100%;
	padding:0 100px;
	margin:0 auto;
	position:relative;
	z-index:2;
}
.noticeContainer {
	width:100%;
	max-width: 920px;
	margin:0 auto;
	position:relative;
}
.imgContainer {
	width:100%;
	max-width: 1440px;
	margin:0 auto;
	position:relative;
	padding:0 60px;
	z-index:2;
}
.imgContainer2 {
	width:100%;
	max-width: 1400px;
	margin:0 auto;
	position:relative;
	z-index:2;
}
.imgContainer1000 {
	width:100%;
	max-width: 1000px;
	margin:0 auto;
	position:relative;
	z-index:2;
}
.imgContainer1200 {
	width:100%;
	max-width: 1200px;
	margin:0 auto;
	position:relative;
	z-index:2;
}
.imgContainer1280 {
	width:100%;
	max-width: 1280px;
	margin:0 auto;
	position:relative;
	z-index:2;
}

.imgContainer840 {
	width:100%;
	max-width: 840px;
	margin:0 auto;
	position:relative;
	z-index:2;
}
.imgContainer600 {
	width:100%;
	max-width: 600px;
	margin:0 auto;
	position:relative;
	z-index:2;
}
.maxContainer {
	width:100%;
	margin:0 auto;
	position:relative;
	z-index:2;
}

br.none {
	display:none;
}
br.none2 {
	display:none;
}
br.none360 {
	display:none;
}
br.br_none360 {
}
br.none414 {
	display:none;
}
br.none320 {
	display:none;
}

/* MAGNIFIC POPUP DEBUGGING */

/* mark */
.mark_container { padding: 180px 0; max-width:1200px; margin:0 auto; word-break: keep-all; color: #fff; }
.mark_header { margin-bottom: 50px; border-bottom: 4px solid #d3000c; }
.mark_header_title { font-size: 50px; font-weight: 300; line-height: 1.2; }
.mark_header_date { font-size: 14px; font-weight: 500; position: relative; top: -20px; text-align: right; }
.mark_list {text-align:center;}
.mark_listitem {display:inline-block;width:40%;}
.mark_listitem img {width:100%;}

.mark_list2 {text-align:left;}
.mark_listitem2 {font-size: 15px;line-height: 2;letter-spacing: -0.025em;color: #bbb;}
.mark_listitem2 > p,
.mark_listitem2 > ul,
.mark_listitem2 > ol,
.mark_listitem2 > table {margin-bottom: 30px;}
.mark_content h2 {padding-bottom: 6px;font-size: 15px;color: #fff;}
.mark_content table {width: 100%;max-width: 486px;border-top: 2px solid #bbb;}
.mark_content table * {padding: 14px 0;text-align: center;}
.mark_content thead th {width: 60%;font-weight: 500;color: #fff;border-bottom: 1px solid #bbb;}
.mark_content thead th:first-child {width: 40%;border-right: 1px solid #bbb;}
.mark_content tbody td {width: 60%;border-bottom: 1px solid #bbb;}
.mark_content tbody td:first-child {width: 40%;border-right: 1px solid #bbb;}
.mark_content .mark_first h2 {font-size: 18px;}
.mark_content .mark_first p {color: #fff;}

.mark_close {font-size: 50px;position: fixed;top: 61px;right: 61px;width: 64px;height: 64px;padding: 0;cursor: pointer;opacity: 0;color: #fff;border: 0;outline: 0;background: #d3000c;z-index: 1044;-webkit-transition: opacity 600ms ease;transition: opacity 600ms ease;}
.mark_close:hover,
.mark_close:focus { opacity: .7; }
.mfp_open .mark_close{opacity: 1;}
.mark_close {}
.mark_close span {display:block; width:100%; height:100%; line-height:50px;}

body.mfp_open { overflow: hidden; }
.mfp-bg, .mfp-wrap { position: fixed !important; height: 100% !important; }
.mfp-bg { }
.mfp-wrap { top: 0 !important; overflow-y: scroll; }



/* privacy */
.request_privacy_container { padding: 180px 0; max-width:1200px; margin:0 auto; word-break: keep-all; color: #fff; }
.request_privacy_header { margin-bottom: 50px; border-bottom: 4px solid #d3000c; }
.request_privacy_header_title { font-size: 50px; font-weight: 300; line-height: 1.2; }
.request_privacy_header_date { font-size: 14px; font-weight: 500; position: relative; top: -20px; text-align: right; }
.request_privacy_listitem {font-size: 15px;line-height: 2;letter-spacing: -0.025em;color: #bbb;}
.request_privacy_content h2 {padding-bottom: 6px;font-size: 15px;color: #fff;}
.request_privacy_content table {width: 100%;max-width: 486px;border-top: 2px solid #bbb;}
.request_privacy_content table * {padding: 14px 0;text-align: center;}
.request_privacy_content thead th {width: 60%;font-weight: 500;color: #fff;border-bottom: 1px solid #bbb;}
.request_privacy_content thead th:first-child {width: 40%;border-right: 1px solid #bbb;}
.request_privacy_content tbody td {width: 60%;border-bottom: 1px solid #bbb;}
.request_privacy_content tbody td:first-child {width: 40%;border-right: 1px solid #bbb;}
.request_privacy_content .request_privacy_first h2 {font-size: 18px;}
.request_privacy_content .request_privacy_first p {color: #fff;}
.request_privacy_listitem > p,
.request_privacy_listitem > ul,
.request_privacy_listitem > ol,
.request_privacy_listitem > table {margin-bottom: 30px;}
.request_privacy_close {font-size: 50px;position: fixed;top: 61px;right: 61px;width: 64px;height: 64px;padding: 0;cursor: pointer;opacity: 0;color: #fff;border: 0;outline: 0;background: #d3000c;z-index: 1044;-webkit-transition: opacity 600ms ease;transition: opacity 600ms ease;}
.request_privacy_close:hover,
.request_privacy_close:focus { opacity: .7; }
.mfp_open .request_privacy_close{opacity: 1;}
.request_privacy_close {}
.request_privacy_close span {display:block; width:100%; height:100%; font-family:'NanumSquare';line-height:64px;}

@media screen and (max-width: 1600px) {
	.container, .container1200, .container1000, .container840, .articleContainer, .fullContainer, .imgContainer, .imgContainer2, 
	.imgContainer840, .imgContainer1000, .imgContainer1200, .imgContainer1280, .imgContainer1340, .noticeContainer, .full-imgContainer {padding:0 60px}	
}
@media screen and (max-width: 1400px) {
	
	/* MAGNIFIC POPUP */
    .request_privacy_container { padding: 120px 3%; }
    .request_privacy_close { top: 3%; right: 3%; }
	
}
@media screen and (max-width: 1280px) {
	.container, .container1200, .container1000, .container840, .articleContainer, .fullContainer, .imgContainer, .imgContainer2, 
	.imgContainer840, .imgContainer1000, .imgContainer1200, .imgContainer1280, .imgContainer1340, .noticeContainer, .full-imgContainer {padding:0 40px}
	.fullPageContainer {padding:0 40px}
}

@media screen and (max-width: 1024px) {
	.container, .container1200, .container1000, .container840, .articleContainer, .fullContainer, .imgContainer, .imgContainer2, 
	.imgContainer840, .imgContainer1000, .imgContainer1200, .imgContainer1280, .imgContainer1340, .noticeContainer, .full-imgContainer {padding:0 30px}
	.fullPageContainer {padding:0 30px}
	#page {padding:0px !important;}
}
@media screen and (max-width: 980px) {
	/* MAGNIFIC POPUP */
    .request_privacy_container { padding: 80px 8%; }
    .request_privacy_header_date { text-align: left; position: static; margin: 10px 0; }
    .request_privacy_close { top: 10px; right: 10px; }
	
	/* 개인정보처리방침 */
    .request_privacy_header_title {font-size:35px;}
    .request_privacy_close {width:54px; height:54px;}
    .request_privacy_close span {line-height:40px;}
    .request_privacy_content .request_privacy_first h2 {font-size:16px;}
	.request_privacy_listitem > p, .request_privacy_listitem > ul, .request_privacy_listitem > ol, .request_privacy_listitem > table {font-size:14px;}
}

@media screen and (max-width: 768px) {
	br.none {display:block;}
	br.none2 {display:block !important;}
	.container, .container1200, .container1000, .container840, .articleContainer, .fullContainer, .imgContainer, .imgContainer2, .imgContainer840, .container600,
	.imgContainer1000, .imgContainer1200, .imgContainer1280, .imgContainer1340, .noticeContainer, .full-imgContainer {padding:0 20px}
	
}
@media screen and (max-width: 480px) {
	br.none360 {display:block !important;}
	.imgContainer, .imgContainer840, .imgContainer1000, .imgContainer1200, .imgContainer1280, .imgContainer1340, .full-imgContainer {padding:0 0}
	.imgContainer640 {padding:0 0}
}
@media screen and (max-width: 414px) {
	br.none414 {display:block !important;}
}
@media screen and (max-width: 375px) {
	br.none320 {display:block !important;}
}
@media screen and (max-width: 320px) {
	.noticeContainer {padding:0 0}
	.fullPageContainer {padding:0 30px}
}


.gnb {
	position:fixed;
	left:0;
	top:0;
	z-index:8;
	width:calc(var(--gnb-width) - 1px);
	
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:var(--gnb-border-color);
	
	overflow-y:auto;
	
	/* Hide scrollbar for IE, Edge and Firefox */
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
	
	-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.gnb::-webkit-scrollbar {
	display: none;
}

.gnb-side {
	position:fixed;
	width:calc(var(--gnb-side-width) - 1px);
	right:0;
	top:0;
	height:100vh;
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:var(--gnb-border-color);
	z-index:10;
	
	/* Hide scrollbar for IE, Edge and Firefox */
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
	
	-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.gnb-side::-webkit-scrollbar {
	display: none;
}

/* 모바일 */
.gnb-mobile {
	position: fixed;
	top:0;
	left:0;
	width: 100%; 
	z-index: 100;
	-webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease;
	padding:0px;
	margin:0 auto;
	display:none;
	background: var(--gnb-mobile-top-bg);
}
.gnb-scroll-up .gnb-mobile {
	top:0px;
}
.gnb-scroll-up .gnb-mobile-box {
	box-shadow: 0 5px 10px rgba(0,0,0,.1);
}
.gnb-scroll-down .gnb-mobile {
	top:-60px;
}
.gnb-mobile-box {
	position:relative;
	display: block;
	width: 100%;
	margin:0 auto;
	z-index: 2;
	/*max-width: 1240px;*/
	text-align:center;
}
.pos-L .gnb-mobile-box {
	text-align:left;
	padding-left:20px;
}

.gnb-mobile .mobile-logo { 
	position:relative;
	display:inline-block;
	vertical-align:middle;
}
.gnb-mobile .mobile-logo a { 
	position:relative;
	display:inline-block;
	width: 140px; 
	height:59px; 
	background: url(/imgs/gnb/hw-logo-mobile-w.png) 0 center no-repeat; 
	text-indent: -9999px; 
}
.gnb-mobile .mobile-btn {
	position:absolute;
	top:0;
	bottom:0;
	width:50px;
	right:0px;
	padding-right:25px;
	display:inline-block;
	text-align:right;
}
.gnb-mobile .hamburger {
	position:relative;
	width: 30px;
	display:inline-block;
	font-size:0;
	text-align:right;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.gnb-mobile .hamburger span {
	background:var(--gnb-mobile-top-bar);	
	display: inline-block;
	width: 100%;
	height: 2px;
	margin: 2px 0;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
		 -o-transition: all 0.3s ease;
			transition: all 0.3s ease;
}

.gnb-mobile .hamburger .top-bar {
   width:100%;
}
.gnb-mobile .hamburger .bottom-bar {
   width:60%;
}
.gnb-mobile .hamburger:hover .bottom-bar {
	width:100%;
}
.gnb-mobile .hamburger:hover .middle-bar {
	width:60%;
}
.gnb-mobile .mobile-gnb-sns {
	position: absolute;
	display:inline-block;
	top:0;
	bottom:0;
	left:30px;
}
.pos-L .mobile-gnb-sns {
	left:auto;
	right:120px;
}
.gnb-mobile .mobile-gnb-sns .gnb-sns {
	position:relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.gnb-mobile .mobile-gnb-sns .gnb-sns > li{
	margin-left:0px;
}

.gnb-mobile .mobile-lnb-top {
	position:relative;
	width:100%;
	padding:0px 10px 0;
	font-size:0;
	text-align:center;
	overflow:hidden;
	margin: 0 auto 0px;
	z-index:1;
	border-top:1px solid rgba(255,255,255,.2);
	/*background:var(--gnb-mobile-lnb-bg);*/
}

.gnb-mobile .mobile-lnb-top ul {
	position:relative;
	white-space: nowrap; 
	display: table;
	overflow: auto;
	margin: 0 auto;
	font-size:0;
	width:auto;
	padding: 0px 0px 0px;
}
.gnb-mobile .mobile-lnb-top ul li { 
	padding: 0px 40px 0px;
	position:relative;
	text-align: center; 
	display: inline-block;
}
.gnb-mobile .mobile-lnb-top ul li a {
	display: block; 
	color:rgba(255,255,255,.7);
	font-size: 14px; 
	letter-spacing: 0;
	position: relative;
	height:var(--mobile-lnb-top-height);
	line-height:var(--mobile-lnb-top-height);
	overflow:hidden;
	margin:0 0px;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.gnb-mobile .mobile-lnb-top ul li:first-child a {
	margin-left:0;
}
.gnb-mobile .mobile-lnb-top ul li:last-child a {
	margin-right:0;
}
.gnb-mobile .mobile-lnb-top ul li.on a .text {
	font-weight:400; 
}

.gnb-mobile .mobile-lnb-top ul li a:hover {
	color:rgba(255,255,255,1);
}
.gnb-mobile .mobile-lnb-top ul li.on { 
	/*background:var(--body-bg);*/
	background:var(--gnb-mobile-lnb-bg);
}
.body-bg .gnb-mobile .mobile-lnb-top ul li.on { 
	/*background:var(--body-bg-base-color);*/
}
.gnb-mobile .mobile-lnb-top ul li.on a { 
	-moz-transition: none;
    -webkit-transition: none;
    -o-transition: color 0 ease-in;
    transition: none;
	z-index:20;
	color:var(--gnb-sub-text-color);
	color:rgba(255,255,255,1);
}
.gnb-mobile .mobile-lnb-top ul li.on a .text {
	font-weight:500; 
}

@media screen and (max-width: 1024px) {
	.gnb-mobile {display:block;}
}
@media screen and (max-width: 768px) {
	.gnb-mobile .mobile-btn {
		right:0px;
		padding-right:20px;
	}
	.gnb-mobile .hamburger {
		width:25px;
	}
	.gnb-mobile .mobile-gnb-sns {
		left:15px;
	}
	.gnb-mobile .mobile-lnb-top ul li { 
		padding: 0px 20px 0px;
	}
	.gnb-mobile .mobile-lnb-top ul li a {
		font-size: 13px;
	}
	.pos-L .gnb-mobile-box {
		padding-left:15px;
	}
	.pos-L .mobile-gnb-sns {
		left:auto;
		right:100px;
	}
}
@media screen and (max-width: 350px) {
	.gnb-mobile .mobile-gnb-sns {
		/*display:none;*/
	}
}

.base-layout {
	position:relative;
	display:table;
	width:100%;
	height: 100vh;
	outline: none;
	margin: 0;
	padding: 0;
	
	-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
}
.base-layout .layout-in {
	position:relative;
	display:table-cell;
	padding: 0;
	vertical-align:top;
}
.base-layout .layout-l {
	width:var(--gnb-width);
}
.base-layout .layout-c {
	width:auto;
}
.base-layout .layout-r {
	width:var(--gnb-side-width);
}

.base-container {
	position:relative;
	width:100%;
	margin:0 auto;
	padding:0;
	padding-left:calc(var(--gnb-width) - 2px);
	padding-right:calc(var(--gnb-side-width) - 2px);
}

@media screen and (max-width: 1280px) {
	/*.gnb {
		width:calc(200px - 1px);
	}
	.gnb-side {
		width:calc(60px - 1px);
	}
	.base-layout .layout-l {
		width:200px;
	}
	.base-layout .layout-r {
		width:60px
	}
	.base-container {
		padding-left:200px;
		padding-right:60px;
	}*/	
	
}
@media screen and (max-width: 1024px) {
	.gnb {
		left:calc(var(--gnb-width) * -1);
	}
	.gnb-side {
		right:calc(var(--gnb-side-width) * -1);
	}
	.base-layout .layout-l {
		width:0px;
	}
	.base-layout .layout-r {
		width:0px;
	}
	
	.base-container {
		padding-left:0px;
		padding-right:0px;
	}
}


.gnb-layout {
	
	position:relative;
	width:100%;
	height:100vh;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;
	-webkit-flex-direction: column;
			flex-direction: column;
	
	padding:0px 0 0px;
	
	backdrop-filter: var(--gnb-filter);
	-webkit-backdrop-filter: var(--gnb-filter);
	
	background:var(--gnb-bg-color);
	-webkit-transition: background-color .4s ease-out;
       -moz-transition: background-color .4s ease-out;
        -ms-transition: background-color .4s ease-out;
         -o-transition: background-color .4s ease-out;
            transition: background-color .4s ease-out;
}

.gnb-layout .gnb-logo {
	position:relative;
	width:100%;
	
	flex-basis:200px;	
	padding:50px 0 20px;
}
.gnb-layout .gnb-navi {
	position:relative;
	width:100%;
	
}
.gnb-layout .gnb-footer {
	position:relative;
	width:100%;
	margin-top:auto;
	color:var(--gnb-footer-text-color);
	background:var(--gnb-point-bg-color);
	/*border-top:1px solid var(--gnb-border-color);*/
	padding:30px 40px 25px;
	padding-right:20px;
	-webkit-transition: background-color .4s ease-out;
       -moz-transition: background-color .4s ease-out;
        -ms-transition: background-color .4s ease-out;
         -o-transition: background-color .4s ease-out;
            transition: background-color .4s ease-out;
	
}

.gnb-logo-area {
	position:relative;
	text-align:center;
	/*position:absolute;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);*/
}
.gnb-logo-area a { 
	position: relative;
	display:inline-block;
	width: 140px; 
	height:100px;
	background: url(/imgs/gnb/hw-logo.png) center center no-repeat;
	text-indent: -9999px;
}
.body-trans .gnb-logo-area a { 
	background: url(/imgs/gnb/hw-logo.png) center center no-repeat;
}
.gnb-navi-area {
	position:relative;
	display: block;
	width:100%;
	vertical-align:middle;	
	font-size:0;
	padding:0px 0;
	/*top:50%;
	left:50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);*/
}

@media screen and (max-width: 1280px) {
	.gnb-layout .gnb-logo {
		padding:30px 0 0;
		flex-basis:140px;	
	}
	
	.gnb-layout .gnb-footer {
		padding:30px 20px;
	}
	
	
}
.gnb-navi-area > li {
	position: relative;
	display: block;	
}

.gnb-navi-area > li > a {
	position: relative;
	display: block;
	width:100%;
	letter-spacing:0px;
	
    font-size:20px;
	vertical-align:middle;
	text-align:left;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:45px;
	z-index:2;
	line-height:100%;
	color:var(--gnb-text-color);
	
	-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
}

.gnb-navi-area > li.small > a {
    font-size:17px;
	padding-top:15px;
	padding-bottom:15px;
}
@media screen and (max-width: 1280px) {
	.gnb-navi-area > li > a {
		font-size:17px;
		padding-left:25px;
		padding-top:15px;
		padding-bottom:15px;
	}
	.gnb-navi-area > li.small > a {
		font-size:15px;
		padding-top:12px;
		padding-bottom:12px;
	}
}
.gnb-navi-area > li .tb {
	position: relative;
	display: table;
	width:100%;
}
.gnb-navi-area > li .tb .text {
	position:relative;
	display:table-cell;
	width:auto;
	font-family:"Noto Serif KR",serif;
	font-weight:400;	
	letter-spacing:0px;
	text-transform:uppercase;
	white-space: nowrap;
	word-break:keep-all;
	padding-right:20px;
}
.gnb-navi-area > li .tb .text span {
	display:none;	
}
.gnb-navi-area > li .underline {
	position:relative;
	display:table-cell;
	width:100%;
}
.gnb-navi-area > li .underline::after {
	content:'';
	position:absolute;
	top: 50%;
	right:0;
	width:0%; 
	height:1px;
	background:var(--gnb-select-bar-color);
    overflow: hidden;
	-webkit-transition: all 0.4s ease; 
	-moz-transition: all 0.4s ease; 
	-o-transition: all 0.4s ease; 
	transition: all 0.4s ease;
	
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.gnb-navi-area > li.off > a {
}
.gnb-navi-area > li.on > a {
	color:var(--gnb-text-over-color);
}
.gnb-navi-area > li.over > a {
	color:var(--gnb-text-over-color);
}
.gnb-navi-area > li > a:hover {color:var(--gnb-text-over-color);}
.gnb-navi-area > li > a:hover .underline::after {width:100%;}
.gnb-navi-area > li.on > a .underline::after,
.gnb-navi-area > li.over > a .underline::after {
	width:100%;
}

.gnb-navi-area .nchild {
	position:absolute;
	left:90%;
	top:10px;
	white-space:nowrap; 
	background:rgba(255,255,255,1);
	border:0px solid var(--gnb-sub-border-color);
	text-align:left; 
	-webkit-tap-highlight-color:rgba(0,0,0,0); 
	box-shadow:3px 3px 8px rgba(0,0,0,0.1);
	-webkitbox-shadow:3px 3px 8px rgba(0,0,0,0.1);
	/*-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;*/
	overflow:hidden;
		 
	min-width:160px;
	padding:20px 0px 20px;
	z-index:11;
	visibility: hidden;
	filter: alpha(opacity=0);
    opacity: 0;
	-webkit-transition: opacity .2s ease-out, top .3s ease-out;
       -moz-transition: opacity .2s ease-out, top .3s ease-out;
        -ms-transition: opacity .2s ease-out, top .3s ease-out;
         -o-transition: opacity .2s ease-out, top .3s ease-out;
            transition: opacity .2s ease-out, top .3s ease-out;
}
.bg-white .gnb-navi-area .nchild {
	border:1px solid var(--gnb-sub-border-color);
}
.gnb-navi-area > .over .nchild {
	zoom: 1;
	filter: alpha(opacity=100);
    opacity: 1;
	visibility: visible;
	top:-10px;
}
.gnb-navi-area > .small.over .nchild {
	top:-18px;
}

.gnb-navi-area .nchild > li {padding:0px 0px 0;}
.gnb-navi-area .nchild a { 
	position:relative; 
	display:block; 
	padding:5px 20px; 
	font-size:15px; 
	font-weight:400;
	text-align:left;
	color:var(--gnb-text-color);;
}

.gnb-navi-area .nchild a:hover, .gnb-navi-area .nchild a:focus, .gnb-navi-area .nchild .hover > a  {color:var(--gnb-text-over-color);}
.gnb-navi-area .nchild a.on {color:var(--gnb-text-over-color);}


#gnb-sub {
	position:fixed;
	left:0;
	top:100%;
	min-width:160px;
	background:var(--gnb-sub-bg-color);
	border:0px solid var(--gnb-sub-border-color);
	-webkit-border-radius:8px 8px 8px 8px;
    -moz-border-radius:8px 8px 8px 8px;
    border-radius:8px 8px 8px 8px;
	
	text-align:left; 
	-webkit-tap-highlight-color:rgba(0,0,0,0); 
	box-shadow:0px 3px 8px rgba(0,0,0,0.1);
	-webkitbox-shadow:0px 3px 8px rgba(0,0,0,0.1);
	overflow:hidden;
	z-index:20;
	opacity:0;
	visibility:hidden;
	-webkit-transition: opacity .2s ease-out, top .3s ease-out;
       -moz-transition: opacity .2s ease-out, top .3s ease-out;
        -ms-transition: opacity .2s ease-out, top .3s ease-out;
         -o-transition: opacity .2s ease-out, top .3s ease-out;
            transition: opacity .2s ease-out, top .3s ease-out;
}
.bg-white #gnb-sub {
	border:0px solid var(--gnb-sub-border-color);
}
#gnb-sub .gnb-sub-in {
	position:absolute;
	left:0;	
	top:0;
	width:100%;
}
#gnb-sub .nchild-group {
	position:relative;
	display:block;
	padding:20px 0px 20px;
	
}
#gnb-sub .nchild > li {position:relative; padding:0px 0px 5px;}
#gnb-sub .nchild > li:last-child {padding:0px 0px 0px;}
#gnb-sub .nchild a { 
	position:relative; 
	display:block; 
	padding:5px 20px; 
	font-size:15px; 
	white-space:nowrap; 
	font-weight:400;
	text-align:left;
	color: var(--gnb-sub-text-color);;
}
@media screen and (max-width: 1280px) {
	#gnb-sub .nchild a { 
		font-size:14px; 
	}
}
#gnb-sub .nchild a:hover, #gnb-sub .nchild a:focus, #gnb-sub .nchild .hover > a  {color:var(--gnb-sub-text-over-color);}
#gnb-sub .nchild a.on {color:rgba(255,255,255,1);background:var(--gnb-sub-point-bg-color);}

#gnb-side-sub {
	position:fixed;
	right:-180px;
	top:50%;
	min-width:140px;
	background:rgba(255,255,255,1);
	border:0px solid var(--gnb-sub-border-color);
	-webkit-border-radius:8px 0px 0px 8px;
    -moz-border-radius:8px 0px 0px 8px;
    border-radius:8px 0px 0px 8px;
	border-right:none;
	text-align:left; 
	-webkit-tap-highlight-color:rgba(0,0,0,0); 
	box-shadow:0px 3px 8px rgba(0,0,0,0.1);
	-webkitbox-shadow:0px 3px 8px rgba(0,0,0,0.1);
	overflow:hidden;
	z-index:20;
	
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);

	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}
.gnb-side-use.open #gnb-side-sub {
	right:-2px;
}

.gnb-scroll-up .gnb-side-use.open #gnb-side-sub {
	right:0px;
}
.gnb-scroll-up .gnb-side-use.open .gnb-side-contents:not(.main) .text {
	opacity:0;
}
.alarm-open .gnb-side-use.open .gnb-side-contents .text,
.gnb-scroll-down .gnb-side-use.open .gnb-side-contents .text {
	opacity:1;
}
.alarm-open .gnb-side-use.open #gnb-side-sub,
.gnb-scroll-down .gnb-side-use.open #gnb-side-sub {
	right:-180px;
}


.gnb-scroll-up #gnb-side-sub:not(.main) {
	right:0px;
}
.gnb-scroll-up .gnb-side-contents:not(.main) .text {
	opacity:0;
}
.alarm-open .gnb-side-contents .text,
.gnb-scroll-down .gnb-side-contents .text {
	opacity:1;
}
.alarm-open #gnb-side-sub,
.gnb-scroll-down #gnb-side-sub {
	right:-180px;
}

#gnb-side-sub ul {
	position:relative;
	display:block;
	padding:20px 0px 20px;
	
}
#gnb-side-sub ul > li {position:relative; padding:0px 0px 5px;}
#gnb-side-sub ul > li:last-child {padding:0px 0px 0px;}
#gnb-side-sub ul a { 
	position:relative; 
	display:block; 
	padding:5px 20px; 
	font-size:14px; 
	white-space:nowrap; 
	font-weight:400;
	text-align:left;
	color: var(--gnb-sub-text-color);
}

#gnb-side-sub ul a:hover, #gnb-side-sub ul a:focus  {color:var(--gnb-sub-text-over-color);}
#gnb-side-sub ul li.on a {color:rgba(255,255,255,1);background:var(--gnb-sub-point-bg-color);}

@media screen and (max-width: 1280px) {
	#gnb-side-sub ul a { 
		font-size:14px; 
	}
}
@media screen and (max-width: 1024px) {
	#gnb-side-sub {
		right:-180px !important;
	}
}

.gnb-top-sub {
	position:relative;
	width:100%;
	padding:0px 0px 0;
	font-size:0;
	text-align:center;
	overflow:hidden;
	margin: 0px auto 0px;
	z-index:5;
	display:none;
	background:var(--gnb-sub-point-bg-color);
}
.gnb-top-use .gnb-top-sub {
	display:block;
}
.gnb-top-sub ul {
	position:relative;
	white-space: nowrap; 
	display: table;
	overflow: auto;
	margin: 0 auto;
	font-size:0;
	width:auto;
	padding: 0px 0px 0px;
}
.gnb-top-sub ul li { 
	padding: 0px 40px 0px;
	position:relative;
	text-align: center; 
	display: inline-block;
}
.gnb-top-sub ul li a {
	display: block; 
	color:rgba(255,255,255,.7);
	font-size: 14px; 
	letter-spacing: 0;
	position: relative;
	height:50px;
	line-height:50px;
	overflow:hidden;
	margin:0 0px;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.gnb-top-sub ul li:first-child a {
	margin-left:0;
}
.gnb-top-sub ul li:last-child a {
	margin-right:0;
}
.gnb-top-sub ul li a .text {
	font-weight:400; 
}

.gnb-top-sub ul li a:hover {
	color:rgba(255,255,255,1);
}
.gnb-top-sub ul li.on { 
	background:var(--body-bg);
}
.body-bg .gnb-top-sub ul li.on { 
	background:var(--body-bg-base-color);
}
.gnb-top-sub ul li.on a { 
	-moz-transition: none;
    -webkit-transition: none;
    -o-transition: color 0 ease-in;
    transition: none;
	z-index:20;
	color:var(--gnb-sub-text-color);
}
.gnb-top-sub ul li.on a .text {
	font-weight:500; 
}

@media screen and (max-width: 1024px) {
	.gnb-top-sub {
		display:none !important;
	}
}

.gnb-mid-sub {
	display:none;
}
.gnb-mid-use .gnb-mid-sub {
	display:block;
}
.gnb-mid-sub ul {
	position:relative;margin: 0px 0px 0px;text-align:center;display:block;
	font-size:0;
}
.gnb-mid-sub ul li { 
	margin: 0px 0 0px;
	position:relative;
	display: inline-block; 
	*display: inline;*zoom: 1; 
	text-align: center; 
	position: relative;
	
}

.gnb-mid-sub ul li a {
	display: block; 
	color: var(--text-point-color);
	font-size: 16px; 
	font-weight:300; 
	letter-spacing: 0;  position: relative; 
	padding:0px 30px 0px;	
	line-height:40px;
	overflow:hidden;
	margin:0 8px;
	white-space:nowrap;text-overflow:ellipsis;
	-webkit-border-radius: 50px; 
	   -moz-border-radius: 50px; 
		    border-radius: 50px;
	background:rgba(255,255,255,1);
	background:transparent;
	border:var(--bar-point-color2) 1px solid;
}
.gnb-mid-sub ul li:first-child a {
	margin-left:0;
}
.gnb-mid-sub ul li:last-child a {
	margin-right:0;
}

.gnb-mid-sub ul li a:hover {
	color:rgba(255,255,255,1);
	background:var(--gnb-mid-over-color);
	border:var(--gnb-mid-over-color) 1px solid;
	
}


.gnb-mid-sub ul li.on a { 
	background:var(--gnb-mid-over-color);
	border:var(--gnb-mid-over-color) 1px solid;
	color: rgba(255,255,255,1);
	-moz-transition: none;
    -webkit-transition: none;
    -o-transition: color 0 ease-in;
    transition: none;
	z-index:2;
	/*border:none;*/
}
.gnb-mid-sub ul li.on a:hover {
	background:var(--gnb-mid-over-color);
	border:var(--gnb-mid-over-color) 1px solid;
	color: rgba(255,255,255,1);
}

@media screen and (max-width: 1024px) {
	.gnb-mid-sub {
		display:none !important;
	}
	.gnb-mid-sub ul li a {
		margin:0 3px;
	}
}
@media screen and (max-width: 640px) {
	.gnb-mid-sub ul li a {
		font-size: 14px;
		padding:0px 25px 0px;
	}
}

#gnb-footer-sub {
	
	position:fixed;
	bottom:-80px;
	overflow:hidden;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;

	width:100%;
	padding:0px 0px 0;
	font-size:0;
	text-align:center;
	margin: 0 auto 0px;
	z-index:5;
	background:var(--gnb-bg-color);
}
.gnb-footer-use.open #gnb-footer-sub {
	bottom:0px;
}
.gnb-scroll-down .gnb-footer-use.open #gnb-footer-sub {
	bottom:-80px;
}
.gnb-scroll-up .gnb-footer-use.open #gnb-footer-sub {
	bottom:0px;
}

#gnb-footer-sub ul {
	position:relative;
	white-space: nowrap; 
	display: table;
	overflow: auto;
	margin: 0 auto;
	font-size:0;
	width:auto;
	padding: 0px 0px 0px;
}
#gnb-footer-sub ul li { 
	
	position:relative;
	text-align: center; 
	display: inline-block;
}
#gnb-footer-sub ul li a {
	position: relative;
	display: block; 
	padding: 0px 40px 0px;
	color:rgba(255,255,255,.7);
	font-size: 14px; 
	letter-spacing: 0;
	
	height:50px;
	line-height:50px;
	overflow:hidden;
	margin:0 0px;
	white-space:nowrap;
	text-overflow:ellipsis;
}
#gnb-footer-sub ul li:first-child a {
	margin-left:0;
}
#gnb-footer-sub ul li:last-child a {
	margin-right:0;
}
#gnb-footer-sub ul li a .text {
	font-weight:400; 
}

#gnb-footer-sub ul li a:hover {
	color:rgba(255,255,255,1);
}
#gnb-footer-sub ul li.on { 
	background:var(--body-bg);
}
#gnb-footer-sub ul li.on a { 
	-moz-transition: none;
    -webkit-transition: none;
    -o-transition: color 0 ease-in;
    transition: none;
	z-index:20;
	color:var(--gnb-text-over-color);
}
#gnb-footer-sub ul li.on a .text {
	font-weight:500; 
}

@media screen and (max-width: 1024px) {
	#gnb-footer-sub {
		bottom:-180px !important;
	}
}
.gnb-footer-addr {
	position: relative;
	margin:15px 0 0 5px;
	font-size:13px;
	font-weight:400;
	/*padding-left:15px;
	border-left:1px solid var(--gnb-footer-tag-color);*/
}
@media screen and (max-width: 1280px) {
	.gnb-footer-addr {
		margin:10px 0 0 5px;
		/*padding-left:10px;*/
		font-size:12px;
	}
}
.gnb-footer-area > li {
	position: relative;
	padding:15px 0 0;
}
.gnb-footer-area > li:first-child {
	padding:0px 0 0;
}
.gnb-footer-area .tag {
	position:relative;
	display:inline-block;	
	
	color:rgba(255,255,255,1);
	background:var(--gnb-footer-tag-color);
	font-size:14px;
	font-weight:500;
	letter-spacing:0px;
	padding:0 15px 0 15px;
	border-radius:30px 30px 30px 30px;
	margin-left:0px;
	
	padding:0 20px 0 42px;
	border-radius:0px 30px 30px 0px;
	margin-left:-40px;
	
	line-height:28px;
	height:30px;
	text-align:center;
	
	white-space: nowrap; 
	font-family:"Noto Serif KR",serif;
}
.gnb-footer-area .phone {
	position:relative;
	display:block;
	padding:10px 0 0 5px;
	font-size:16px;
	font-weight:600;
	letter-spacing:0px;
	line-height:140%;
}
.gnb-footer-area .phone a:hover {
	text-decoration:underline;
}

/* gnb-side */
.gnb-side {
}

.gnb-side-layout {
	position:relative;
	width:100%;
	height:100vh;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;
	-webkit-flex-direction: column;
			flex-direction: column;
	padding:0px 0 0px;
	overflow-y:auto;
	background:var(--gnb-point-bg-color);
	
	backdrop-filter: var(--gnb-filter);
	-webkit-backdrop-filter: var(--gnb-filter);
	
	-webkit-transition: background-color .4s ease-out;
       -moz-transition: background-color .4s ease-out;
        -ms-transition: background-color .4s ease-out;
         -o-transition: background-color .4s ease-out;
            transition: background-color .4s ease-out;
}
.alarm-open .body-trans .gnb-side-layout {
	background:var(--gnb-point-bg-color);
	background: var(--side-bg-color); /*배경*/
	
}
.gnb-side-btn-area {
	position:relative;
	width:100%;
	flex-basis:100px;	
}
.gnb-side-btn {
	position:relative;
	display:block;
	width:100%;
	height:100%;
}
.gnb-side-btn .hamberger {
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 30px;
	display:block;
	font-size:0;
}
.gnb-side-btn span {
   background:rgba(255,255,255,1);
   display: inline-block;
   width: 100%;
   height: 2px;
   margin: 4px 0 4px;
   -webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}
.gnb-side-btn .bottom-bar {
   width:100%;
}
.gnb-side-btn:hover .bottom-bar {
	width:100%;
}
.gnb-side-btn:hover .top-bar {
	width:80%;
}
.gnb-side-btn:hover .middle-bar {
	width:60%;
}
.gnb-side-contents {
	position:relative;
	width:100%;
	flex:1;
	color:rgba(255,255,255,1);
	text-align:center;
	overflow:hidden;
}
.gnb-side-contents .text {
	position:absolute;
	display:block;
    font-size: 16px;
	white-space: nowrap;
	height:30px;
	line-height:30px;
	top:calc(50%);
	left:50%;
	-webkit-transition: opacity .4s ease-out;
       -moz-transition: opacity .4s ease-out;
        -ms-transition: opacity .4s ease-out;
         -o-transition: opacity .4s ease-out;
            transition: opacity .4s ease-out;
						
	-webkit-transform: translate(-50%,-50%) rotate(90deg);	
	   -moz-transform: translate(-50%,-50%) rotate(90deg);	
	    -ms-transform: translate(-50%,-50%) rotate(90deg);	
	     -o-transform: translate(-50%,-50%) rotate(90deg);	
			transform: translate(-50%,-50%) rotate(90deg);	
	transform-origin:center center;		
			
    
}  
.gnb-side-use.open .gnb-side-contents .text {
	opacity:0;
}

.gnb-side-layout .gnb-side-footer {
	position:relative;
	width:100%;
	margin-top:auto;
	padding:40px 0px 0;
	text-align:center;	
	background:var(--gnb-side-footer-bg-color);
	/*border-top:1px solid var(--gnb-border-color);*/
}
.gnb-side-footer .gnb-sns {
	padding-bottom:35px;
}
.gnb-side-top {
	position:relative;
	padding:0px 0 40px;
	font-size:0;
	display:none;
}
.top-icon {
	position: relative;
    display:inline-block;
	background-color: rgba(255,255,255,1);
    border-radius: 50%;
	overflow: hidden;
    
	width: 40px;
    height: 40px;
	font-size:0;
	border:0px solid rgba(0,0,0,1);
			
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}
.top-icon .icon {
	background: var(--gnb-arrow-color);;
	height: 15px;
	width: 2px;
	margin: 2px 0px 0 0px;
	position: absolute;
	top:50%;
	left:50%;
	
	-webkit-transform: translate(-50%,-50%);
	   -moz-transform: translate(-50%,-50%);
		 -o-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);		
			transform: translate(-50%,-50%);
			
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}
.top-icon .icon:before, .top-icon .icon:after {
    content: "";
    background: var(--gnb-arrow-color);;
    position: absolute;
    height: 10px;
    width: 2px;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}
.top-icon .icon:before {
    right: -3px;
    top: -4px;
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	     -o-transform: rotate(-45deg);
			transform: rotate(-45deg);
}

.top-icon .icon:after {
    left: -3px;
    top: -4px;
    -webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
			transform: rotate(45deg);
}

.top-icon:hover {
	background-color: var(--gnb-sub-point-bg-color);
}
.top-icon:hover .icon, .top-icon:hover .icon:before, .top-icon:hover .icon:after {
    background: #fff;
}

/* sns */

.gnb-sns {
	display: inline-block;
	width:auto;
	font-size:0;
	margin-right:0px;
	vertical-align:top;
}

.gnb-sns > li {
	display: inline-block;
	position: relative;
	margin-left:4px;
	margin-bottom:0px;
	font-size:0;
	vertical-align:top;
}

.gnb-sns > li a {
	position: relative;
	text-align:center;
	display:block; 
	width:30px; height:30px; 
	overflow:hidden; 
	border-radius:50%; -webkit-border-radius:50%;
}

.gnb-side-footer .sns  > li {
	display:block;
	margin-left:0px;
	margin-bottom:15px;
}
.gnb-side-footer .sns  > li:last-child {
	margin-bottom:0px;
}

.gnb-sns > li a.blog {background:#19ce60 url(/imgs/gnb/sns_naverBlog.png) no-repeat center 50%;}
.gnb-sns > li a.blog2 {background:url(/imgs/gnb/sns_naverBlog2.png) no-repeat center 50%;}
.gnb-sns > li a.blog2:hover {background:#19ce60 url(/imgs/gnb/sns_naverBlog.png) no-repeat center 50%;}
.gnb-sns > li a.blog-gray {background:url(/imgs/gnb/sns_naverBlog-gray.png) no-repeat center 50%;}
.gnb-sns > li a.blog-gray:hover {background:#19ce60 url(/imgs/gnb/sns_naverBlog.png) no-repeat center 50%;}
.gnb-sns > li a.blog-g {background:url(/imgs/gnb/sns_naverBlog-g.png) no-repeat center 50%;}
.gnb-sns > li a.blog-g:hover {background:#19ce60 url(/imgs/gnb/sns_naverBlog.png) no-repeat center 50%;}
.gnb-sns > li a.blog-arte {background:url(/imgs/gnb/sns_naverBlog-arte.png) no-repeat center 50%;}
.gnb-sns > li a.blog-arte:hover {background:#19ce60 url(/imgs/gnb/sns_naverBlog.png) no-repeat center 50%;}
.gnb-sns > li a.blog-r {background:url(/imgs/gnb/sns_naverBlog2.png) no-repeat center 50%;}
.gnb-sns > li a.blog-r:hover {background:#19ce60 url(/imgs/gnb/sns_naverBlog.png) no-repeat center 50%;}

.gnb-sns > li a.blog-w {background:url(/imgs/gnb/sns_naverBlog.png) no-repeat center 50%;}
.gnb-sns > li a.blog-w:hover {background:#19ce60 url(/imgs/gnb/sns_naverBlog.png) no-repeat center 50%;}
.gnb-sns > li a.blogDark {background:#666 url(/imgs/gnb/sns_naverBlog.png) no-repeat center 50%;}
.gnb-sns > li a.blogDark:hover {background:#19ce60 url(/imgs/gnb/sns_naverBlog.png) no-repeat center 50%;}

.gnb-sns > li a.youtube {background:#ff0000 url(/imgs/gnb/sns_youtube.png) no-repeat center 50%;}
.gnb-sns > li a.youtube2 {background:url(/imgs/gnb/sns_youtube2.png) no-repeat center 50%;}
.gnb-sns > li a.youtube2:hover {background:#ff0000 url(/imgs/gnb/sns_youtube.png) no-repeat center 50%;}
.gnb-sns > li a.youtube-gray {background:url(/imgs/gnb/sns_youtube-gray.png) no-repeat center 50%;}
.gnb-sns > li a.youtube-gray:hover {background:#ff0000 url(/imgs/gnb/sns_youtube.png) no-repeat center 50%;}
.gnb-sns > li a.youtube-w {background:url(/imgs/gnb/sns_youtube.png) no-repeat center 50%;}
.gnb-sns > li a.youtube-w:hover {background:#ff0000 url(/imgs/gnb/sns_youtube.png) no-repeat center 50%;}
.gnb-sns > li a.youtube-r {background:url(/imgs/gnb/sns_youtube2.png) no-repeat center 50%;}
.gnb-sns > li a.youtube-r:hover {background:#ff0000 url(/imgs/gnb/sns_youtube.png) no-repeat center 50%;}

.gnb-sns > li a.cafe {background:#21c407 url(/imgs/gnb/sns_naverCafe.png) no-repeat center 50%;}
.gnb-sns > li a.cafe2 {background:url(/imgs/gnb/sns_naverCafe2.png) no-repeat center 50%;}
.gnb-sns > li a.cafe2:hover {background:#21c407 url(/imgs/gnb/sns_naverCafe.png) no-repeat center 50%;}
.gnb-sns > li a.cafe-w {background:url(/imgs/gnb/sns_naverCafe.png) no-repeat center 50%;}
.gnb-sns > li a.cafe-w:hover {background:#21c407 url(/imgs/gnb/sns_naverCafe.png) no-repeat center 50%;}
.gnb-sns > li a.cafe-r {background:url(/imgs/gnb/sns_naverCafe-r.png) no-repeat center 50%;}
.gnb-sns > li a.cafe-r:hover {background:#21c407 url(/imgs/gnb/sns_naverCafe.png) no-repeat center 50%;}

.gnb-sns > li a.facebook {background:#3e5b99 url(/imgs/gnb/sns_facebook.png) no-repeat center 50%;}
.gnb-sns > li a.facebook2 {background:url(/imgs/gnb/sns_facebook2.png) no-repeat center 50%;}
.gnb-sns > li a.facebook2:hover {background:#3e5b99 url(/imgs/gnb/sns_facebook.png) no-repeat center 50%;}
.gnb-sns > li a.facebook-gray {background:url(/imgs/gnb/sns_facebook-gray.png) no-repeat center 50%;}
.gnb-sns > li a.facebook-gray:hover {background:#3e5b99 url(/imgs/gnb/sns_facebook.png) no-repeat center 50%;}
.gnb-sns > li a.facebook-r {background:url(/imgs/gnb/sns_facebook2.png) no-repeat center 50%;}
.gnb-sns > li a.facebook-r:hover {background:#3e5b99 url(/imgs/gnb/sns_facebook.png) no-repeat center 50%;}
.gnb-sns > li a.facebook-w {background:url(/imgs/gnb/sns_facebook.png) no-repeat center 50%;}
.gnb-sns > li a.facebook-w:hover {background:#3e5b99 url(/imgs/gnb/sns_facebook.png) no-repeat center 50%;}
.gnb-sns > li a.twitter {background:#00acec url(/imgs/gnb/sns_twitter.png) no-repeat center 50%;}
.gnb-sns > li a.instagram {background:#e9224f url(/imgs/gnb/sns_instagram3.png) no-repeat center 50%;}
.gnb-sns > li a.instagram2 {background:url(/imgs/gnb/sns_instagram2.png) no-repeat center 50%;}
.gnb-sns > li a.instagram2:hover {background:#e9224f url(/imgs/gnb/sns_instagram3.png) no-repeat center 50%;}
.gnb-sns > li a.instagram-gray {background:url(/imgs/gnb/sns_instagram-gray.png) no-repeat center 50%;}
.gnb-sns > li a.instagram-gray:hover {background:#e9224f url(/imgs/gnb/sns_instagram3.png) no-repeat center 50%;}
.gnb-sns > li a.instagram-g {background:url(/imgs/gnb/sns_instagram-g.png) no-repeat center 50%;}
.gnb-sns > li a.instagram-g:hover {background:#e9224f url(/imgs/gnb/sns_instagram3.png) no-repeat center 50%;}
.gnb-sns > li a.instagram-arte {background:url(/imgs/gnb/sns_instagram-arte.png) no-repeat center 50%;}
.gnb-sns > li a.instagram-arte:hover {background:#e9224f url(/imgs/gnb/sns_instagram3.png) no-repeat center 50%;}
.gnb-sns > li a.instagram-w {background:url(/imgs/gnb/sns_instagram-w.png) no-repeat center 50%;}
.gnb-sns > li a.instagram-w:hover {background:#e9224f url(/imgs/gnb/sns_instagram3.png) no-repeat center 50%;}
.gnb-sns > li a.instagram-r {background:url(/imgs/gnb/sns_instagram2.png) no-repeat center 50%;}
.gnb-sns > li a.instagram-r:hover {background:#e9224f url(/imgs/gnb/sns_instagram3.png) no-repeat center 50%;}

.gnb-sns > li a.facebookDark {background:#666 url(/imgs/gnb/sns_facebook.png) no-repeat center 50%;}
.gnb-sns > li a.twitterDark {background:#666 url(/imgs/gnb/sns_twitter.png) no-repeat center 50%;}
.gnb-sns > li a.instagramDark {background:#666 url(/imgs/gnb/sns_instagram.png) no-repeat center 50%;}

.gnb-sns > li a.facebookDark:hover {background:#3e5b99 url(/imgs/gnb/sns_facebook.png) no-repeat center 50%;}
.gnb-sns > li a.twitterDark:hover {background:#00acec url(/imgs/gnb/sns_twitter.png) no-repeat center 50%;}
.gnb-sns > li a.instagramDark:hover {background:#e9224f url(/imgs/gnb/sns_instagram2.png) no-repeat center 50%;}

.gnb-sns > li a.kakaostory {background:#ffd200 url(/imgs/gnb/sns_kakaostory.png) no-repeat center 50%;}
.gnb-sns > li a.kakaotalk {background:#ffd200 url(/imgs/gnb/sns_kakaotalk.png) no-repeat center 50%;}
.gnb-sns > li a.kakaotalk3 {background:rgba(255,255,255,1) url(/imgs/gnb/sns_kakaotalk.png) no-repeat center 50%;}
.gnb-sns > li a.kakaotalk2 {background:url(/imgs/gnb/sns_kakaotalk2.png) no-repeat center 50%;}
.gnb-sns > li a.kakaotalk2:hover {background:#ffd200 url(/imgs/gnb/sns_kakaotalk2.png) no-repeat center 50%;}
.gnb-sns > li a.kakaotalk-gray {background:url(/imgs/gnb/sns_kakaotalk-gray.png) no-repeat center 50%;}
.gnb-sns > li a.kakaotalk-gray:hover {background:#ffd200 url(/imgs/gnb/sns_kakaotalk2.png) no-repeat center 50%;}
.gnb-sns > li a.kakaotalk-g {background:url(/imgs/gnb/sns_kakaotalk-g.png) no-repeat center 50%;}
.gnb-sns > li a.kakaotalk-g:hover {background:#ffd200 url(/imgs/gnb/sns_kakaotalk2.png) no-repeat center 50%;}
.gnb-sns > li a.kakaotalk-arte {background:url(/imgs/gnb/sns_kakaotalk-arte.png) no-repeat center 50%;}
.gnb-sns > li a.kakaotalk-arte:hover {background:#ffd200 url(/imgs/gnb/sns_kakaotalk2.png) no-repeat center 50%;}
.gnb-sns > li a.kakaotalk-w {background:url(/imgs/gnb/sns_kakaotalk-w.png) no-repeat center 50%;}
.gnb-sns > li a.kakaotalk-w:hover {background:#ffd200 url(/imgs/gnb/sns_kakaotalk2.png) no-repeat center 50%;}
.gnb-sns > li a.kakaotalk-r {background:url(/imgs/gnb/sns_kakaotalk-r.png) no-repeat center 50%;}
.gnb-sns > li a.kakaotalk-r:hover {background:#ffd200 url(/imgs/gnb/sns_kakaotalk2.png) no-repeat center 50%;}

/* gnb-side-menu */
body.side-open {
	overflow:hidden;
}
#gnb-side-menu {
	position: fixed; 
	width: 100%;
	height: 100vh;
	top: 0px;
	left: 0;
    right: 0;
	display:block;
	visibility:hidden;
	z-index: 199;
}
#gnb-side-menu.side-open {
	visibility:visible;
}

#gnb-side-menu .menu-back {
	position: absolute; 
	width: 100%;
	height: 100vh;
	top: 0px;
	left: 0;
    right: 0;
	background:rgba(0,0,0,1);
	visibility:hidden;
	opacity:0;
	-webkit-transition: opacity .4s ease-out;
       -moz-transition: opacity .4s ease-out;
        -ms-transition: opacity .4s ease-out;
         -o-transition: opacity .4s ease-out;
            transition: opacity .4s ease-out;
	z-index: 1;
}
#gnb-side-menu.side-open .menu-back {
	
	opacity:.6;
	visibility:visible;
}

#gnb-side-menu .menu-close {
	position: fixed;
    z-index: 3;
	font-size: 0;
    width: 40px;
    height: 40px;
    top: 30px;
    right: 30px;
	cursor: pointer;
}

#gnb-side-menu .menu-close:before, #gnb-side-menu .menu-close:after {
    margin-top: 20px;
	content: "";
    display: block;
    width: 100%;
    position: absolute;

	-webkit-transition: background-color .3s;
	   -moz-transition: background-color .3s;
	     -o-transition: background-color .3s;
	        transition: background-color .3s;
    box-shadow: none;
    height: 1px;
    background:var(--side-close-color);
}
#gnb-side-menu .menu-close:before {
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
			transform: rotate(45deg);
}
#gnb-side-menu .menu-close:after {

	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	     -o-transform: rotate(-45deg);
			transform: rotate(-45deg);
}

#gnb-side-menu .menu-close:hover:before, #gnb-side-menu .menu-close:hover:after{
    background-color: var(--side-close-over-color);
}

#gnb-side-menu .side-panel {
	position:relative;
	padding:35px 40px 0;
}
#gnb-side-menu .side-panel .logo {
	position:relative;
	padding:10px 0px 0;
}

#gnb-side-menu .menu-panel {
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    height: 100vh;
	background:var(--side-bg-color);
	z-index: 2;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;
	
	-webkit-flex-direction: column;
			flex-direction: column;
	/*display:block;*/
	overflow-y:auto;
	/* Hide scrollbar for IE, Edge and Firefox */
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}

/* Hide scrollbar for Chrome, Safari and Opera */
#gnb-side-menu .menu-panel::-webkit-scrollbar {
	display: none;
}


#gnb-side-menu .menu-footer {
	position:relative;
	display:flex;
	display:block;
	text-align:left;
	padding:30px 40px 20px 40px;
	font-size:14px;
	color:#fff;
    background: var(--side-footer-bg-color);;
	margin-top:auto;
}
#gnb-side-menu .menu-footer .sns {
	position:relative;
	display:table;
	padding:0px 0 30px;
}
#gnb-side-menu .menu-footer .sns-tit {
	position:relative;
	display:table-cell;
	padding-right:20px;
	font-size:18px;
	font-weight:500;
	vertical-align:middle;
	font-family: "Raleway","Gothic A1",serif;
}
#gnb-side-menu .menu-footer .sns-group {
	position:relative;
	display:table-cell;
	vertical-align:middle;
}
#gnb-side-menu .side-addrPoint {
	margin: 0px 0 15px;
	padding-left: 15px;
}
#gnb-side-menu .side-addrPoint li {
	font-weight: 300;
	list-style:circle outside none;
	line-height: 150%;
	margin-bottom:10px;
	color:rgba(255,255,255,1);
	text-align:left;
	font-size:14px;
}
#gnb-side-menu .side-addrPoint li strong {
	font-weight: 400;	
}

.gnb-side-menu-list {
	position:relative;
	display:block;
	margin: 0;
	min-height:280px;
	width:100%;
	padding:40px 0px 60px; 
	overflow:hidden;
	/*text-transform:uppercase;*/
}
.gnb-side-menu-list > li {
	position:relative;
	display:table;
	width:100%;
	padding:20px 0 20px;
	border-top:1px solid var(--side-border-color);
}
.gnb-side-menu-list > li:last-child {
	padding-bottom:0px;
	border-bottom:none;
}
.gnb-side-menu-list > li > .nchild {
	position:relative;
	display:table-cell;
	width:50%;
	vertical-align:top;
	
}
.gnb-side-menu-list > li > a {
	position:relative;
	display:table-cell;
	width:50%;
	vertical-align:top;
	padding:3px 10px 0 0;
	color:var(--side-text-color);;
}

.gnb-side-menu-list > li > a div {
	position:relative;
	display:inline-block;
	font-size: 17px;
	text-decoration: none;
	line-height:130%;
	font-family:"Noto Serif KR",serif;
	font-weight:400;
	white-space: nowrap; 
	letter-spacing:0px;
	letter-spacing:0px;
	/*text-transform:uppercase;*/
}

.gnb-side-menu-list > li > a span {
	display:none;
	font-size:14px;
	line-height:20px;
	font-weight:300;
	margin-left:2px;
}

.gnb-side-menu-list > li > a:hover {color:var(--side-text-over-color);}

.gnb-side-menu-list > li > a .underline {
    position: absolute;
    top: 0px;
    left:calc(100% + 7px);
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	border: 1px solid var(--side-text-over-color);
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 2;
	display:none;
}

.gnb-side-menu-list > li.on > a,
.gnb-side-menu-list > li.on > a:hover {
	color:var(--side-text-over-color);
}
.gnb-side-menu-list > li.on > a .underline {
	display:block;
}

.gnb-side-menu-list .nchild > li {
	padding:0px 0px 3px 0px;
	position:relative;
	display:block; 
}
.gnb-side-menu-list .nchild > li:last-child {
	padding:0px 0px 0px 0px;
}
.gnb-side-menu-list .nchild a { 
	position:relative; 
	display:inline-block; 
	padding:7px 0px 0px 0px; 
	font-size:14px;
	color:var(--side-text-sub-color);;
	font-weight:400;
	text-align:left;
	line-height:130%;
}
.gnb-side-menu-list .nchild a:hover {color:var(--side-text-over-color);}
.gnb-side-menu-list .nchild > li.on > a {
	color:var(--side-text-over-color);
}
.gnb-side-menu-list .nchild > li.on > a:after {
	content:''; 
	display:block; 
	position:absolute; 
	top:115%; left:0; 
	width:100%;

	-webkit-transition: background-color .3s;
	   -moz-transition: background-color .3s;
	     -o-transition: background-color .3s;
	        transition: background-color .3s;
    box-shadow: none;
    height: 1px;
	background:var(--side-text-over-color);;
}
.gnb-side-menu-list .nchild > li a:before{
	content:''; 
	display:block; 
	position:absolute; 
	top:115%; left:0; 
	width:0; height:1px; 
	background:var(--side-text-over-color);;
	z-index:-1
	-webkit-transition: all 0.3s ease; 
	   -moz-transition: all 0.3s ease; 
	     -o-transition: all 0.3s ease; 
	        transition: all 0.3s ease;
}
.gnb-side-menu-list .nchild > li a:hover:before {width:100%}


@media screen and (max-width: 1340px) {
	#gnb-side-menu .menu-panel {
		width: 40%;
	}
}
@media screen and (max-width: 1024px) {
	#gnb-side-menu .menu-panel {
		width: 50%;
	}
	#gnb-side-menu .side-panel {
		padding:30px 30px 0;
	}
	
	#gnb-side-menu .menu-close {
		top:15px;
		right:15px;
		width: 30px;
		height: 30px;
	}

	#gnb-side-menu .menu-close:before, #gnb-side-menu .menu-close:after {
		margin-top: 15px;
	}
	
	#gnb-side-menu .menu-footer {
		padding:30px 30px 20px 30px;
	}
}
@media screen and (max-width: 768px) {
	#gnb-side-menu .menu-panel {
		width: 60%;
	}
}
@media screen and (max-width: 640px) {
	#gnb-side-menu .menu-panel {
		width: 80%;
	}
	
	
}
@media screen and (max-width: 480px) {
	#gnb-side-menu .menu-panel {
		width: 85%;
	}
	
}
@media screen and (max-width: 425px) {
	.gnb-side-menu-list > li > .nchild {
		display:block;
		width:100%;
		padding:10px 0px 0px 20px;
	}
	.gnb-side-menu-list > li > a {
		display:block;
		width:100%;
		padding:0px 0px 0px 0;
	}
	.gnb-side-menu-list .nchild > li.on > a:after {
		top:calc(50%);
		left:-20px; 
		width:10px;
	}
}
@media screen and (max-width: 375px) {
	#gnb-side-menu .menu-panel {
		width: 90%;
	}
	
	#gnb-side-menu .side-panel {
		padding:20px 25px 0;
	}
	
	#gnb-side-menu .menu-footer {
		padding:25px;
	}
	
}

/* footer */
#footer {
	position: relative;
	overflow:hidden;
	background:var(--footer-bg-color);	
}
#footer .footerArea {
	position: relative;
	padding: 100px 0 80px 0;
	font-size: 15px;
	text-align: center;
    color:rgba(255,255,255,1);
	z-index:2;
	
}
#footer .footer-bottom {
	position: relative;
	
	padding: 60px 0 0px 0;
	font-size: 15px;
}
#footer .footer-bottom-info {
	position: relative;
	display:table;
	width:100%;
	text-align:left;
	font-size:13px;
	
}
#footer .footer-bottom-info .footer-bottom-item {
	position: relative;
	display:table-cell;
	width:30%;
	vertical-align:middle;
	color: #ccc;
}

#footer .footer-bottom-info .sns {
	text-align:center;
	width:40%;
	order:1;
}
#footer .footer-bottom-info .office {
	order:2;
}
#footer .footer-bottom-info .copy {
	text-align:right;
	letter-spacing:0.5px;
	order:3;
	
}
#footer .footer-tel {
	position: relative;
	display:block;
	font-family:"Bodoni Moda","Gothic A1", serif;
	font-size: 60px;
    line-height: 1.13924em;
	letter-spacing: 0;
	color:var(--gnb-sub-point-bg-color);
	
	padding:50px 0 30px;
}
#footer .footer-tel:hover {
    color: #fff;
}

#footer .sep {
	position:relative;
	display:inline-block;
	width:24px;
}
#footer .sep:before { 
	position:absolute;
	top:-11px;
	left:calc(50%);
	-moz-transform: translateX(-50%) rotate(20deg);;
	-ms-transform: translateX(-50%) rotate(20deg);;
	-o-transform: translateX(-50%) rotate(20deg);;
	-webkit-transform: translateX(-50%) rotate(20deg);;
	transform: translateX(-50%) rotate(20deg);;
	width:1px;
	height:11px;
	background:rgba(255,255,255,.7);
	-webkit-backface-visibility: visible;
	content:'';
}
#footer .footer-bottom-info .footer-bottom-item .sep:before { 
	background:rgba(255,255,255,.4);
}

#footer .footer-addr {}
#footer .footer-addr > li {line-height:160%;margin:0px 0 13px;}

#footer .footer-addr a:hover{color:rgba(255,255,255,1);text-decoration:underline;}

#footer .footer-bottom-info  .gnb-sns > li{
	margin-left:7px;
	margin-right:7px;
	margin-bottom:0px;
}

#footer .footer-phone-list {
	padding:20px 0;
	position:relative;
	display:inline-block;
	text-align:center;
}
#footer .footer-phone-list > li {
	position:relative;
	display:inline-block;
	font-weight: normal; 	
	line-height:160%;margin:0px 10px 13px;
}
#footer .footer-phone-list .purpose {
	position:relative;
	display:inline-block;
	width: 100px; 
	font-weight: normal; 	
	color:var(--gnb-text-color);
	border:1px solid var(--gnb-text-color);
	padding:0;
	font-size:14px;
	text-transform:uppercase;
	letter-spacing:0px;
	border-radius:15px;
	line-height:30px;
	text-align:center;
	margin-right:10px;
}
#footer .footer-phone-list .ment {
	position:relative;
	display:inline-block;
}
#footer .footer-phone-list a:hover{color:rgba(255,255,255,1);text-decoration:underline;}

#footer .footer-phone-info {
	position:relative;
	display:inline-block;
	text-align:center;
}

#footer .footer-phone-tb {
	position:relative;
	display:table;
}
#footer .footer-phone-tb .tb-cell {
	position:relative;
	display:table-cell;
	vertical-align:top;
	text-align:left;
}

#footer .footer-phone-tb .purpose {
	position:relative;
	display:inline-block;
	width: 100px; 
	font-weight: normal; 	
	color:var(--gnb-text-color);
	border:1px solid var(--gnb-text-color);
	padding:0;
	font-size:14px;
	text-transform:uppercase;
	letter-spacing:0px;
	border-radius:15px;
	line-height:30px;
	text-align:center;
}

@media screen and (max-width: 1280px) {
	#footer .footerArea {
		padding: 80px 0 60px 0;
	}
	#footer .footer-tel {
		font-size: 60px;
	}
}
@media screen and (max-width: 1024px) {

}
@media screen and (max-width: 900px) {
	#footer .footerArea {
		padding: 60px 0;
		font-size: 14px;
	}
	#footer .footer-bottom {
		padding: 0px 0 0px 0;
	}
	#footer .footer-bottom-info {
		display: flex;
		flex-flow: row wrap;
		width:100%;
		text-align:center;		
	}
	#footer .footer-bottom-info .footer-bottom-item {
		display:block;
		width:100%;
		padding-top:20px;
	}
	
	#footer .footer-bottom-info .sns {
		width:100%;
		padding-bottom:20px;
	}
	#footer .footer-bottom-info .office {
		order:2;
	}
	#footer .footer-bottom-info .copy {
		text-align:center;		
	}
	
}
@media screen and (max-width: 768px) {
	#footer .sep {
		display:none;
	}
	#footer .footer-tel {
		font-size: 40px;
	}
	#footer .footer-phone-list > li {
		display:block;
	}
}
@media screen and (max-width: 360px) {
	#footer .footer-phone-list .purpose {
		margin-right:0px;
	}
	#footer .footer-phone-list .ment {
		display:block;
		margin-top:15px;
	}

}


.mobile-side-quick {
	position:fixed; 
	right:100px; 
	z-index:201;
	-webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease;
	text-align:right;
	margin-top:60px;
	top: auto;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	bottom:-20px;
	margin-top:0px;
	display:none;
}
.mobile-side-quick.bottom {
	top: auto;
	-webkit-transform:none;
	-moz-transform:none;
	-ms-transform:none;
	-o-transform:none;
	transform:none;
	bottom:100px;
}
.mobile-side-quick > li {
    font-size:0;
}
.mobile-side-quick > li+li {
    margin-top:12px;
}
.mobile-side-quick .tel {
	display:none;
}

.mobile-side-quick .item {
    display: inline-block;
    overflow: hidden;
    position: relative;
    width:auto;
    height: 60px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    background-color: #fff;
    text-align: center;
    -webkit-box-shadow: 3px 4px 10px 2px rgba(0,0,0,.2);
    box-shadow: 3px 4px 10px 2px rgba(0,0,0,.2);
	-webkit-transition:.4s ease-out; -moz-transition:.4s ease-out; -o-transition:.4s ease-out; transition:.4s ease-out;
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.mobile-side-quick .top {
    margin-bottom:0px;
	opacity:0;
	visibility:hidden;
}
.mobile-side-quick.topShow {
	margin-top:0px;
	bottom:100px;
}
.mobile-side-quick.topShow .item.top {
	margin-bottom:0px;
	opacity:1;
	visibility:visible;
}

.mobile-side-quick .bg {
	/*background-color:#98837f !important;*/
	background: url(/imgs/side/bg.png) center center repeat-x;
}
.mobile-side-quick .bg-dark {
    background-color:#55463c !important;
}
.mobile-side-quick .item .icon {
	position:relative;
    display: inline-block;
	width:60px;
    height:60px;
	overflow: hidden;
    -webkit-border-radius: 50%;
    border-radius: 50%;
	background-size:contain;
	
}
.mobile-side-quick .item .text {
	position:relative;
	display:none;
	-webkit-transition:.4s ease-out; -moz-transition:.4s ease-out; -o-transition:.4s ease-out; transition:.4s ease-out;
    font-size: 16px;
    vertical-align: top;
    line-height: 60px;
    color:#55463c;
	font-weight:400;
    white-space: nowrap;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.mobile-side-quick .text-white .text {
	color: #fff;
}


.mobile-side-quick .item:hover {
	width:auto;
	-webkit-border-radius:30px;
	border-radius:30px;
	padding:0 25px 0 5px;
}
.mobile-side-quick .top:hover {
	padding:0 0px 0 0;
}
.mobile-side-quick .item:hover .text {
	display:inline-block;
	width:auto;
	opacity:1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


.mobile-side-quick .item .blind {
    overflow: hidden;
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
}
.mobile-side-quick .top .icon {
	background-image: url(/imgs/side/topArrow.png);
	background-position:center center;
	background-repeat:no-repeat;
}
.mobile-side-quick .kakaotalk {
	background-color:#ffcd00 !important;
}

.mobile-side-quick .kakaotalk .icon {
	background-image: url(/imgs/side/talk.png);
	background-position:center center;
	background-repeat:no-repeat;
}
.mobile-side-quick .kakaotalk .w {
	background-image: url(/imgs/side/talk_w.png);
	background-position:center center;
	background-repeat:no-repeat;
}
.mobile-side-quick .kakaotalk .kakaotalk {
	background-image: url(/imgs/side/kakaotalk.png);
	background-position:center center;
	background-repeat:no-repeat;
}
.mobile-side-quick .kakaotalk .kakaotalk_w {
	background-image: url(/imgs/side/kakaotalk_w.png);
	background-position:center center;
	background-repeat:no-repeat;
}

.mobile-side-quick .reservation .icon {
	background-image: url(/imgs/side/reservation.png);
	background-position:center center;
	background-repeat:no-repeat;
}
.mobile-side-quick .reservation .w {
	background-image: url(/imgs/side/reservation_w.png);
	background-position:center center;
	background-repeat:no-repeat;
}
.mobile-side-quick .reservation .reserv2 {
	background-image: url(/imgs/side/reservation2.png);
	background-position:center center;
	background-repeat:no-repeat;
}
.mobile-side-quick .reservation .reserv2_w {
	background-image: url(/imgs/side/reservation2_w.png);
	background-position:center center;
	background-repeat:no-repeat;
}

.mobile-side-quick .parking .icon {
	background-image: url(/imgs/side/parking.png);
	background-position:center center;
	background-repeat:no-repeat;
}
.mobile-side-quick .parking .w {
	background-image: url(/imgs/side/parking_w.png);
	background-position:center center;
	background-repeat:no-repeat;
}

.mobile-side-quick .phone .icon {
	background-image: url(/imgs/side/phone.png);
	background-position:center center;
	background-repeat:no-repeat;
}
.mobile-side-quick .phone .w {
	background-image: url(/imgs/side/phone_w.png);
	background-position:center center;
	background-repeat:no-repeat;
}
/*
@media screen and (max-width: 1440px) {
	.mobile-side-quick {
		right:40px; 
	}
}

@media screen and (max-width: 1024px) {
	.mobile-side-quick {
		right:30px;
	}
}
@media screen and (max-width: 900px) {
	.mobile-side-quick.topShow {
		bottom:50px; 
	}
}*/
@media screen and (max-width: 1024px) {
	.mobile-side-quick {
		right:20px;
		display:block;
	}
	.mobile-side-quick.topShow {
		bottom:20px; 
	}
	.mobile-side-quick .tel {
		display:inline-block;
	}
	.mobile-side-quick .item {
		height: 44px;
		-webkit-border-radius: 22px;
		border-radius: 22px;
		-webkit-box-shadow: 1px 2px 6px 2px rgba(0,0,0,.2);
	    box-shadow: 1px 2px 6px 2px rgba(0,0,0,.2);
	}
	.mobile-side-quick .item:hover {
		-webkit-border-radius:22px;
		border-radius:22px;
	}
	.mobile-side-quick > li+li {
 	   margin-top:10px;
	}

	.mobile-side-quick .item .icon {
		width:44px;
		height:44px;
	}
	.mobile-side-quick .item .text {
		font-size: 14px;
		line-height: 42px;
	}
}

@media screen and (max-width: 480px) {
	.mobile-side-quick {
		right:15px;
	}
}

@-webkit-keyframes scaleFade {
	0% { 
		transform:scale(1.2);
		-webkit-transform:scale(1.2);
		-moz-transform:scale(1.2) rotate(0.02deg);
		-o-transform:scale(1.2);
		-ms-transform:scale(1.2);
		opacity:0.4;
	}
	100% { 
		transform:scale(1.0);
		-webkit-transform:scale(1.0);
		-moz-transform:scale(1.0) rotate(0.02deg);
		-o-transform:scale(1.0);
		-ms-transform:scale(1.0);
		opacity:1;
	}
}
@-moz-keyframes scaleFade {
  	0% { 
		transform:scale(1.2);
		-webkit-transform:scale(1.2);
		-moz-transform:scale(1.2) rotate(0.02deg);
		-o-transform:scale(1.2);
		-ms-transform:scale(1.2);
		opacity:0.4;
	}
	100% { 
		transform:scale(1.0);
		-webkit-transform:scale(1.0);
		-moz-transform:scale(1.0) rotate(0.02deg);
		-o-transform:scale(1.0);
		-ms-transform:scale(1.0);
		opacity:1;
	}
}
@-o-keyframes scaleFade {
  	0% { 
		transform:scale(1.2);
		-webkit-transform:scale(1.2);
		-moz-transform:scale(1.2) rotate(0.02deg);
		-o-transform:scale(1.2);
		-ms-transform:scale(1.2);
		opacity:0.4;
	}
	100% { 
		transform:scale(1.0);
		-webkit-transform:scale(1.0);
		-moz-transform:scale(1.0) rotate(0.02deg);
		-o-transform:scale(1.0);
		-ms-transform:scale(1.0);
		opacity:1;
	}
}
@keyframes scaleFade {
 	0% { 
		transform:scale(1.2);
		-webkit-transform:scale(1.2);
		-moz-transform:scale(1.2) rotate(0.02deg);
		-o-transform:scale(1.2);
		-ms-transform:scale(1.2);
		opacity:0.4;
	}
	100% { 
		transform:scale(1.0);
		-webkit-transform:scale(1.0);
		-moz-transform:scale(1.0) rotate(0.02deg);
		-o-transform:scale(1.0);
		-ms-transform:scale(1.0);
		opacity:1;
	}
}

@-webkit-keyframes fade {
  0%   { opacity: 1; }
  100% { opacity: .4; }
}
@-moz-keyframes fade {
  0%   { opacity: 1; }
  100% { opacity: .4; }
}
@-o-keyframes fade {
  0%   { opacity: 1; }
  100% { opacity: .4; }
}
@keyframes fade {
  0%   { opacity: 1; }
  100% { opacity: .4; }
}

@-webkit-keyframes fadeClear {
  0%   { opacity: 1; }
  100% { opacity: 0; }
}
@-moz-keyframes fadeClear {
  0%   { opacity: 1; }
  100% { opacity: 0; }
}
@-o-keyframes fadeClear {
  0%   { opacity: 1; }
  100% { opacity: 0; }
}
@keyframes fadeClear {
  0%   { opacity: 1; }
  100% { opacity: 0; }
}


@-webkit-keyframes bScroll {
	0% {
		-moz-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		-o-transform: translateY(-100%);
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	100%{
		-moz-transform: translateY(100%);
		-ms-transform: translateY(100%);
		-o-transform: translateY(100%);
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
}
@-moz-keyframes bScroll {
  	0% {
		-moz-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		-o-transform: translateY(-100%);
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	100%{
		-moz-transform: translateY(100%);
		-ms-transform: translateY(100%);
		-o-transform: translateY(100%);
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
}
@-o-keyframes bScroll {
  	0% {
		-moz-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		-o-transform: translateY(-100%);
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	100%{
		-moz-transform: translateY(100%);
		-ms-transform: translateY(100%);
		-o-transform: translateY(100%);
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
}
@keyframes bScroll {
 	0% {
		-moz-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		-o-transform: translateY(-100%);
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	100%{
		-moz-transform: translateY(100%);
		-ms-transform: translateY(100%);
		-o-transform: translateY(100%);
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
}


/* alarm */
.gnb-side-layout .gnb-side-alarm {
	position:relative;
	width:100%;
	padding:10px 0px 10px;
	text-align:center;	
	/*background:rgba(0,0,0,1);*/
}

.gnb-alarm {
	display: inline-block;
	width:auto;
	font-size:0;
	margin-right:0px;
	vertical-align:top;
}
.gnb-alarm > li {
	display: inline-block;
	position: relative;
	margin-left:4px;
	margin-bottom:0px;
	font-size:0;
	vertical-align:top;
}
.gnb-side-alarm .gnb-alarm  > li {
	display:block;
	margin-left:0px;
	margin-bottom:15px;
}
.gnb-side-alarm .gnb-alarm  > li:last-child {
	margin-bottom:0px;
}

.gnb-vr {
	position: relative;
	text-align:center;
	display:block; 
	width:30px; height:30px; 
	overflow:hidden; 
	border-radius:50%; -webkit-border-radius:50%;
}
.gnb-vr {background:url(/imgs/gnb/vr-r-t.png) no-repeat center 50%;}
/*.gnb-vr:hover {background:#fff url(/imgs/gnb/vr-r-b.png) no-repeat center 50%;}*/

.alarm-bell {}
.alarm-bell .alarm-icon {
	position: relative;
	text-align:center;
	display:block; 
	width:30px; 
	height:30px; 
	overflow:hidden; 
	border-radius:50%; -webkit-border-radius:50%;
	background:url(/imgs/gnb/bell-s.png) no-repeat center 50%;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}

body.alarm-open .alarm-bell .alarm-icon {
	background:#fff url(/imgs/gnb/bell-s-b.png) no-repeat center 50%;
}

.gnb-mobile .mobile-alarm {
	position: absolute;
	display:inline-block;
	top:50%;
	right:77px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.gnb-mobile .mobile-alarm .alarm-bell .alarm-icon {
	background:url(/imgs/gnb/bell-s-b.png) no-repeat center 50%;
}
.gnb-mobile .mobile-alarm .alarm-bell .alarm-icon.w {
	background:url(/imgs/gnb/bell-s.png) no-repeat center 50%;
}
@media screen and (max-width: 768px) {
	.gnb-mobile .mobile-alarm {
		right:67px;
	}
}

.alarm-bell .alarm-btn {
	position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
	overflow:hidden;
	z-index:3;
}
.alarm-bell .alarm:hover {
	/*background:rgba(230,230,230,1) url(/imgs/gnb/bell-s.png) no-repeat center 50%;*/
}
.alarm-bell .alarm-count {
	position: absolute;
	width: 20px;
    height: 20px;
    left: 15px;
    top: -5px;
    color: #fff;
    font-size: 12px;
    text-align:center;
	letter-spacing:1px;
	font-weight:400;
    line-height: 20px;
    border-radius: 100%;
	background: rgba(204,51,0,1);
	background:var(--gnb-sub-text-over-color);
	
	display:none;
}
.gnb-mobile .mobile-alarm .alarm-bell  .alarm-count,
.body-trans .alarm-bell .alarm-count {
	background:var(--side-text-sub-color);
}

.alarm-bell .notify {
	display:none;
}

.alarm-bell.on .notify {
	display:block;
}
.alarm-bell.on .alarm-count {
	display:none;
}
.alarm-bell.off .notify {
	display:none !important;
}
.alarm-bell.off .alarm-count {
	display:none !important;
}

/*******************
Notify
*******************/
.notify {
  position: relative;
  top: -18px;
  right: -4px; }
  .notify .heartbit {
    position: absolute;
    top: -20px;
    right: -5px;
    height: 25px;
    width: 26px;
    z-index: 10;
	opacity:0;
	border: 5px solid var(--gnb-text-over-color);
    border-radius: 70px;
	
	animation: heartbit 1s ease-out;
	animation-iteration-count: 2;
	
    -moz-animation: heartbit 1s ease-out;
    -moz-animation-iteration-count: 2;
	
    -o-animation: heartbit 1s ease-out;
    -o-animation-iteration-count: 2;
	
    -webkit-animation: heartbit 1s ease-out;
    -webkit-animation-iteration-count: 2;
	
    }
  .notify .point {
    width: 6px;
    height: 6px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: var(--gnb-text-over-color);
    position: absolute;
    top: -11px; 
	right: 5px;
	font-size:0}

/*.body-trans .notify .heartbit {
	border: 5px solid var(--gnb-bg-color);
}
.body-trans .notify .point {
    background-color: var(--gnb-bg-color);
}*/

@-moz-keyframes heartbit {
  0% {
	transform:scale(0);
	-ms-transform:scale(0);
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	opacity: 0.0; 
	}
  25% {
		transform:scale(0.1);
	   	-ms-transform:scale(0.1);
		-webkit-transform:scale(0.1);
		-moz-transform:scale(0.1);
    	opacity: 0.1;}
  50% {
    transform:scale(0.5);
	-ms-transform:scale(0.5);
	-webkit-transform:scale(0.5);
	-moz-transform:scale(0.5);
	opacity: 0.3;}
  75% {
    transform:scale(0.8);
	-ms-transform:scale(0.8);
	-webkit-transform:scale(0.8);
	-moz-transform:scale(0.8);
	opacity: 0.5;}
  100% {
    transform:scale(1);
	-ms-transform:scale(1);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	opacity: 0.0;} }

@-webkit-keyframes heartbit {
  0% {
	transform:scale(0);
	-ms-transform:scale(0);
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	opacity: 0.0; 
	}
  25% {
		transform:scale(0.1);
	   	-ms-transform:scale(0.1);
		-webkit-transform:scale(0.1);
		-moz-transform:scale(0.1);
    	opacity: 0.1;}
  50% {
    transform:scale(0.5);
	-ms-transform:scale(0.5);
	-webkit-transform:scale(0.5);
	-moz-transform:scale(0.5);
	opacity: 0.3;}
  75% {
    transform:scale(0.8);
	-ms-transform:scale(0.8);
	-webkit-transform:scale(0.8);
	-moz-transform:scale(0.8);
	opacity: 0.5;}
  100% {
    transform:scale(1);
	-ms-transform:scale(1);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	opacity: 0.0;} }

@-o-keyframes heartbit {
  0% {
	transform:scale(0);
	-ms-transform:scale(0);
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	opacity: 0.0; 
	}
  25% {
		transform:scale(0.1);
	   	-ms-transform:scale(0.1);
		-webkit-transform:scale(0.1);
		-moz-transform:scale(0.1);
    	opacity: 0.1;}
  50% {
    transform:scale(0.5);
	-ms-transform:scale(0.5);
	-webkit-transform:scale(0.5);
	-moz-transform:scale(0.5);
	opacity: 0.3;}
  75% {
    transform:scale(0.8);
	-ms-transform:scale(0.8);
	-webkit-transform:scale(0.8);
	-moz-transform:scale(0.8);
	opacity: 0.5;}
  100% {
    transform:scale(1);
	-ms-transform:scale(1);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	opacity: 0.0;} }
@keyframes heartbit {
  0% {
	transform:scale(0);
	-ms-transform:scale(0);
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	opacity: 0.0; 
	}
  25% {
		transform:scale(0.1);
	   	-ms-transform:scale(0.1);
		-webkit-transform:scale(0.1);
		-moz-transform:scale(0.1);
    	opacity: 0.1;}
  50% {
    transform:scale(0.5);
	-ms-transform:scale(0.5);
	-webkit-transform:scale(0.5);
	-moz-transform:scale(0.5);
	opacity: 0.3;}
  75% {
    transform:scale(0.8);
	-ms-transform:scale(0.8);
	-webkit-transform:scale(0.8);
	-moz-transform:scale(0.8);
	opacity: 0.5;}
  100% {
    transform:scale(1);
	-ms-transform:scale(1);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	opacity: 0.0;} }
	
/* gnb-alarm-frame */
body.alarm-open {
}
body.scroll-hide {
	overflow:hidden;
}
#gnb-alarm-frame {
	position: fixed; 
	width: 100%;
	height: 100vh;
	top: 0px;
	left: 0;
    right: 0;
	display:block;
	visibility:hidden;
	z-index: 9;
	
}
#gnb-alarm-frame .loadingPage {
	position: absolute;
    width: 100%;
	left:0;right:0;
	top: 0;
	height:100vh;
	z-index:2;
	display:none;
}

#gnb-alarm-frame.alarm-open {
	visibility:visible;
}
#gnb-alarm-frame .menu-back {
	position: absolute; 
	width: 100%;
	height: 100vh;
	top: 0px;
	left: 0;
    right: 0;
	background:rgba(0,0,0,1);
	visibility:hidden;
	opacity:0;
	-webkit-transition: opacity .4s ease-out;
       -moz-transition: opacity .4s ease-out;
        -ms-transition: opacity .4s ease-out;
         -o-transition: opacity .4s ease-out;
            transition: opacity .4s ease-out;
	z-index: 1;
}
#gnb-alarm-frame.alarm-open .menu-back {
	
	opacity:.6;
	visibility:visible;
}

#gnb-alarm-frame .alarm-close {
	position: fixed;
    z-index: 3;
	font-size: 0;
    top: 35px;
    right: calc(var(--gnb-side-width) + 25px);
	width:30px; 
	height:30px; 
	overflow:hidden; 
	border-radius:50%; -webkit-border-radius:50%;
	cursor: pointer;
	background: var(--side-close-color);
	-webkit-transition: background-color .3s;
	   -moz-transition: background-color .3s;
	     -o-transition: background-color .3s;
	        transition: background-color .3s;
}

#gnb-alarm-frame .alarm-close:before, #gnb-alarm-frame .alarm-close:after {
	position: absolute;
	content: "";
    display: block;
    width: 60%;
    top:50%;
	left:20%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	/*margin-top: 20px;*/
	/*-webkit-transition: background-color .3s;
	   -moz-transition: background-color .3s;
	     -o-transition: background-color .3s;
	        transition: background-color .3s;*/
    box-shadow: none;
    height: 1px;
    background:var(--side-close-color);
	background:#fff;
}
#gnb-alarm-frame .alarm-close:before {
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
			transform: rotate(45deg);
}
#gnb-alarm-frame .alarm-close:after {

	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	     -o-transform: rotate(-45deg);
			transform: rotate(-45deg);
}
#gnb-alarm-frame .alarm-close:hover {
	background-color: var(--side-bg-color);
}
#gnb-alarm-frame .alarm-close:hover:before, #gnb-alarm-frame .alarm-close:hover:after{
    /*background-color: var(--gnb-text-over-color);*/
}

#gnb-alarm-frame .alarm-area {
	position:relative;
	padding:35px 35px 0;
	width: 100%;
	min-height:100vh;
	background:rgba(255,255,255,1);
	background:rgba(247,244,231,1);
}

#gnb-alarm-frame .alarm-area .tit {
	position:relative;
	font-size:20px;
	font-weight:400;
	color: var(--side-text-color:);
	font-family:"Noto Serif KR",serif;
	padding:0 0 30px 0px;
}
#gnb-alarm-frame.alarm-dark .alarm-area {
	background:var(--side-bg-color);
}
.alarm-dark .alarm-area .tit {
	color: var(--side-text-over-color);
}

#gnb-alarm-frame .alarm-panel {
    position: absolute;
	width: 30%;
	max-width:calc(var(--gnb-side-width) + 440px);
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
	padding-right:calc(var(--gnb-side-width) - 2px);
	background:transparent;
	z-index: 2;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;
	
	-webkit-flex-direction: column;
			flex-direction: column;
	/*display:block;*/
	display: block;
	overflow-y:auto;
	/* Hide scrollbar for IE, Edge and Firefox */
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}

/* Hide scrollbar for Chrome, Safari and Opera */
#gnb-alarm-frame .alarm-panel::-webkit-scrollbar {
	display: none;
}

@media screen and (max-width: 1280px) {
	#gnb-alarm-frame .alarm-panel {
		max-width:calc(60px + 400px);		
	}
	#gnb-alarm-frame .alarm-panel {
		padding-right:calc(60px - 2px);
	}
	#gnb-alarm-frame .alarm-close {
		right: calc(60px + 25px);
	}
}
@media screen and (max-width: 1024px) {
	#gnb-alarm-frame {
		z-index:102;
	}
	#gnb-alarm-frame .alarm-panel {
		max-width:400px;
	}
	#gnb-alarm-frame .alarm-panel {
		padding-right:0;
	}
	#gnb-alarm-frame .alarm-close {
		right: calc(0px + 30px);
	}
	#gnb-alarm-frame .alarm-area {
		padding:30px 30px 0;
	}
	#gnb-alarm-frame .alarm-close {
		top:30px;
	}	
}
@media screen and (max-width: 768px) {
	#gnb-alarm-frame .alarm-panel {
		width: 60%;
	}
}
@media screen and (max-width: 640px) {
	#gnb-alarm-frame .alarm-panel {
		width: 80%;
	}	
}
@media screen and (max-width: 480px) {
	#gnb-alarm-frame .alarm-panel {
		width: 80%;
	}
	#gnb-alarm-frame .alarm-area {
		padding:20px 20px 0;
	}
	#gnb-alarm-frame .alarm-close {
		top:20px;
		right:20px;
	}	
}
@media screen and (max-width: 425px) {
	#gnb-alarm-frame .alarm-panel {
		width: 100%;
	}
	#gnb-alarm-frame .alarm-area .tit {
		font-size:18px;
	}
}
@media screen and (max-width: 375px) {
	
	
}
.alarm-list {
	position:relative;
}
.alarm-list .alarm-list-item {
	position:relative;
	display:block;
	width:calc(100%);
	border-top:1px solid var(--side-border-color);
}
.alarm-list .alarm-list-item.alarm-image-use {
	border-top:none;
}
.alarm-list .alarm-list-item:last-child {
	border-bottom:none;
}
.alarm-list .alarm-list-item .alarm-link {
	position:relative;
	display:block;
	
}

.alarm-list .alarm-list-item .alarm-image {
	position:relative;
	display:block;
	width:100%;
	padding:0px 0 0px;
	margin-bottom:30px;
	-webkit-border-radius: 10px 10px 10px 10px; 
	   -moz-border-radius: 10px 10px 10px 10px; 
		    border-radius: 10px 10px 10px 10px; 
	overflow:hidden;
}
.alarm-list .alarm-list-item .alarm-image img {
	position:relative;
	width:100%;
	max-width:100%;
}

.alarm-list .alarm-list-item .alarm-contents {
	position:relative;
	display:block;
	padding:30px 10px 30px 0;
	
	-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
}
.alarm-list .alarm-list-item .imgArea {
	position:relative;
	display:table-cell;
	width:75px;
	vertical-align:top;
	text-align:left;
}
.alarm-list .alarm-list-item .imgArea .img {
	position:relative;
	display:inline-block;
	width:60px;
	height:60px;
	overflow:hidden;
}
.alarm-list .alarm-list-item .imgArea img {
	position:relative;
	width:auto;height:100%;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.alarm-list .alarm-list-item .imgArea .pos-w img {
	width:100%;height:auto;
}
.alarm-list .alarm-list-item .imgArea .pos-h img {
	width:auto;height:100%;	
}

.alarm-list .alarm-list-item .textArea {
	position:relative;
	display:table-cell;
	vertical-align:top;
	text-align:left;
	font-size:14px;
	line-height:150%;
}
.alarm-list .alarm-list-item h1 {
	font-size:17px;
	color:#000;
	font-weight:400;
	line-height:150%;
	margin-bottom:10px;
	font-family:"Noto Sans KR",serif;
	-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
}
.alarm-list .alarm-list-item > a:hover .alarm-contents {
	background:rgba(245,245,245,1);
}
.alarm-list .alarm-list-item > a:hover .alarm-contents h1 {
	color:#000;
}
.alarm-dark .alarm-list .alarm-list-item .textArea {
	color:rgba(153,153,153,1);
}
.alarm-dark .alarm-list .alarm-list-item h1 {
	color: var(--side-text-over-color);
}


@media screen and (max-width: 640px) {
	
	.alarm-list .alarm-list-item .imgArea {
		width:65px;
	}
	.alarm-list .alarm-list-item .imgArea .img {
		width:50px;
		height:50px;
	}
}

.alarm-reserv {
	position:relative;
	display:inline-block;
	text-align:left;
	vertical-align:middle;
	box-sizing:border-box;
	color:#fff;
	background:var(--gnb-bg-color);
	height:30px;
	padding:0 30px 0 10px;
	line-height:30px;
	font-size:15px;
	letter-spacing:-.01em;
	margin-top:15px;
	border-radius:4px 4px 4px 4px;
}

.alarm-dark .alarm-reserv {
	background: var(--gnb-point-bg-color);
}

.alarm-reserv:after{
	position:absolute;right:10px;bottom:13px;width:7px;height:7px;
	content:"";
	border-style:solid;
	border-color:#fff;
	border-width:0 2px 2px 0;
	-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);
}

.progress {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 120px;
	height: 1px;
	margin-top: 0.5px;
	background-color: #f5f5f5;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	overflow:hidden;
}
.progress .indeterminate {
    background-color: #000;
}
	
.progress .determinate{
	position:absolute;top:0;left:0;bottom:0;background-color:#000;
	-webkit-transition: width .3s linear;
	   -moz-transition: width .3s linear;
	     -o-transition: width .3s linear;
	        transition: width .3s linear;
}
.progress .indeterminate:before{
	content:'';
	position:absolute;
	background-color:inherit;
	top:0;left:0;bottom:0;
	will-change:left, right;
	-webkit-animation:indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
       -moz-animation:indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
		 -o-animation:indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
			animation:indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;

}
.progress .indeterminate:after{
	content:'';
	position:absolute;
	background-color:inherit;
	top:0;left:0;bottom:0;
	will-change:left, right;
	
	-webkit-animation:indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
       -moz-animation:indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
		 -o-animation:indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
			animation:indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
			
	-webkit-animation-delay:1.15s;
	   -moz-animation-delay:1.15s;
			animation-delay:1.15s;
}
@-webkit-keyframes indeterminate{
	0%{left:-35%;right:100%}
	60%{left:100%;right:-90%}
	100%{left:100%;right:-90%}
}
@keyframes indeterminate{
	0%{left:-35%;right:100%}
	60%{left:100%;right:-90%}
	100%{left:100%;right:-90%}
}
@-webkit-keyframes indeterminate-short{
	0%{left:-200%;right:100%}
	60%{left:107%;right:-8%}
	100%{left:107%;right:-8%}
}
@keyframes indeterminate-short{
	0%{left:-200%;right:100%}
	60%{left:107%;right:-8%}
	100%{left:107%;right:-8%}
}

.reloadMenu {
    position: absolute;
    display: none;
    font-size: 18px;
	width:40px;
	height:40px;
    line-height: 40px;
    color: #fff;
	padding: 0px 0px 0px 0px; 
	background:rgba(120,120,120,1);
	-webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;
	text-align:center;
	overflow:hidden;
	top:50%;
	left:50%;
	z-index:4;
	-webkit-transform: translate(-50%,-50%);
	   -moz-transform: translate(-50%,-50%);
		 -o-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);		
			transform: translate(-50%,-50%);
}
.reloadMenu span {
	line-height:39px;
}
.reloadMenu:hover {
	color: #fff;
	background:rgba(170,170,170,1);
}

.harim-time-group {
	position:relative;
	
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;
	-webkit-flex-direction: row;
			flex-direction: row;
	align-items: normal;
	flex-wrap: wrap;
	margin-right:-4%;
}

.harim-time-group .harim-time-flex {
	position:relative;
	width:calc(50% - 4%); 
	text-align:center;
	margin:0px 4% 4% 0;
}

.time-reserv .harim-time-group {
	margin-right:0;
}

.time-reserv .harim-time-group .harim-time-flex {
	width:100%;
	margin-bottom:50px;
	margin-right:0px;
}

.harim-time-area {
	position:relative;
	text-align:center;
	white-space:nowrap;
	height: 100%;
}
.harim-time-area .shadow {
	-webkit-box-shadow: 15px 30px 50px rgba(0,0,0,.2);
	   -moz-box-shadow: 15px 30px 50px rgba(0,0,0,.2);
			box-shadow: 15px 30px 50px rgba(0,0,0,.2);
}
.harim-time-area .time-tit {
	position:relative;
	margin-bottom:-20px;
	z-index:2;
}
.harim-time-area .time-desc {
	position:relative;
	padding:60px 30px 20px;
    border: 1px solid var(--gnb-sub-point-bg-color);
    border-radius: 0px 15px 0 15px;
	z-index:1;
	background:#fff;
	height: 100%;
}
.harim-time-area .tit { 
	position:relative;
	display:inline-block;
	background:var(--side-footer-bg-color);
	color: rgba(255,255,255,1);
	font-size:20px;
	font-weight:500;
	text-align:center;
	padding:0px 40px 0px;	
	line-height:40px;
	-webkit-border-radius: 40px; 
	   -moz-border-radius: 40px; 
		    border-radius: 40px;
}

.harim-time-area ul { 
	position:relative;
	display:inline-block;
	width:auto;
	text-align:left;
	color:var(--side-footer-bg-color);
}
.harim-time-area ul li {
	vertical-align:top;
	margin-bottom:15px;
	font-weight:400;
}
.harim-time-area ul li:last-child {
	margin-bottom:0px;
}
.harim-time-area .time-table {
	position:relative;
	display:table;
	width:auto;
	vertical-align:top;
}
.harim-time-area .time-table .day { 
	position:relative;
	display:table-cell;
	width:auto;
	vertical-align:top;
	padding-right:10px;
}
.harim-time-area .time-table .time { 
	position:relative;
	display:table-cell;
	vertical-align:top;
	font-size:16px;
	line-height:140%;
	font-weight:500;
	padding-top:5px;
}
.harim-time-area .time-table .day-block { 
	position:relative;
	display:table-cell;
	width:auto;
	vertical-align:top;
	padding-right:10px;
}
.harim-time-area .time-table .time-block { 
	position:relative;
	display:table-cell;
	vertical-align:top;
	font-size:16px;
	line-height:140%;
	font-weight:500;
	padding-top:5px;
}
.harim-time-area .time-table .time-cell { 
	position:relative;
	display:table-cell;
	width:auto;
	vertical-align:top;
	font-weight:600;
}
.harim-time-area .time-table .caution { 
    color: var(--text-point-color);
	font-size:15px;
	line-height:170%;
}
.harim-time-area .time-table .line { 
    border-bottom:1px solid var(--text-point-color);
}
.harim-time-area .time-table .tag {
	
	display:block;
	width: 100px; 
	height: 30x; 
	overflow:hidden;
	text-align: center; 
	font-weight: normal; 
	line-height: 30px;
	font-size:14px;
	font-weight:600;
	-webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px;	
	/*background:#fff;*/
	border:1px solid var(--side-footer-bg-color);
}

.harim-time-area .day-ul {
	position:relative;
	display:block;
	width:100%;
	font-size:0;
}

.harim-time-area .day-ul li {
	position:relative;
	line-height:150%;
	display:block;
	padding:0 0 0 15px;
	margin-bottom:0;
	vertical-align:top;
	font-size:15px;
	font-weight:400;
	color:var(--text-point-color);
	
}
.harim-time-area .day-ul li::before {
	position:relative;
	content: "\2022";
	font-weight: bold;
	display: inline-block;
	width: 15px;
	margin-left:-15px;
}

.harim-time-area .time-table .month {
	display:block;
	width: 110px; 
	height: 30x; 
	overflow:hidden;
	text-align: center; 
	font-weight: normal; 
	line-height: 30px;
	font-size:16px;
	font-weight:600;
	-webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px;	
	/*background:#fff;*/
	border:1px solid var(--side-footer-bg-color);
}
.harim-time-area .time-table .sm {
	font-size:13px;
	margin-left:2px;
}
.harim-time-area .time-table .dark .tag {
	background:var(--side-footer-bg-color);
	color:#fff;
}
.harim-time-area .time-table .tag2 {
	position:relative;
	display:inline-block;
	width: auto; 
	height: 30px; 
	padding:0 20px;
	overflow:hidden;
	text-align: center; 
	font-weight: normal; 
	line-height: 30px;
	font-size:14px;
	font-weight:600;
	-webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px;	
	background:var(--side-footer-bg-color);
	color:#fff;
}
@media screen and (max-width: 640px) {
	.harim-time-group {
		margin-right:0;
	}
	.harim-time-group .harim-time-flex {
		width:100%;
		margin-bottom:50px;
		margin-right:0px;
	}
}

@media screen and (max-width: 480px) {
	.harim-time-area {
		white-space:normal;
	}
	.harim-time-area .time-desc {
		padding:45px 20px 25px;
	}
	.harim-time-area .tit { 
		font-size:18px;
		padding:0px 25px 0px;	
	}
	.harim-time-area ul li {
		font-size:14px;
	}
	.harim-time-area .time-table .day-block { 
		display:block;
	}
	.harim-time-area .time-table .time-block { 
		display:block;
	}
}

.flex-area {
	position: relative;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;
	-webkit-flex-direction: row;
			flex-direction: row;
	padding:0px 0 0px;
	align-items: normal;
	/*flex-wrap: wrap;*/
	margin:0 -2%;
}
.flex-area .flex-item {
	position:relative;
	padding:0px;
	
	width:auto; 
	text-align:left;
	-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
    /*border-bottom:10px solid var(--bar-point-color);*/
	margin:0px 2% 0;
	flex: 1 1 auto;
    align-self: flex-end;
	order:2;
	/*box-shadow:1px 3px 10px rgba(0,0,0,0.1);
	-webkit-border-radius: 0px 10px 0px 0px; 
	   -moz-border-radius: 0px 10px 0px 0px; 
			border-radius: 0px 10px 0px 0px;*/
}

.flex-70x30 .flex-item:first-child {
	width:calc(70% - 4%); 
}
.flex-70x30 .flex-item:last-child {
	width:calc(30% - 4%); 
}
.flex-65x35 .flex-item:first-child {
	width:calc(65% - 4%); 
}
.flex-65x35 .flex-item:last-child {
	width:calc(35% - 4%); 
}
.flex-60x40 .flex-item:first-child {
	width:calc(60% - 4%); 
}
.flex-60x40 .flex-item:last-child {
	width:calc(40% - 4%); 
}
.flex-50x50 .flex-item:first-child {
	width:calc(50% - 4%); 
	align-self: flex-start;
}
.flex-50x50 .flex-item:last-child {
	width:calc(50% - 4%); 
	align-self: flex-start;
}
.flex-40x60 .flex-item:first-child {
	width:calc(40% - 4%); 
    align-self: flex-start;
}
.flex-40x60 .flex-item:last-child {
	width:calc(60% - 4%); 
	align-self: flex-start;
}
@media screen and (max-width: 768px) {
	.flex-area {
		margin-right:0;
		margin-left:0;
		-webkit-flex-direction: column;
			flex-direction: column;
	}
	.flex-area .flex-item {
		width:100% !important; 
		margin:0px 0 0 0 !important;
	}
	.flex-area .harim-time {
		order:1;
		margin-bottom:60px;
	}
}
