@charset "utf-8";
@import url('do-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; }

.body-bg {
	background:rgba(254,252,244,1);
	
}
html.fix {overflow-y: hidden;}
body.fix {overflow-y: hidden;}

.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(254,252,244,1);
	/*background:rgba(254,252,244,1) url(/imgs/gnb/logo.png) center center no-repeat;*/
	z-index: 999999;
}


#page {
	position:relative;
	height: 100vh;
	outline: none;
	margin: 0;
	padding: 0;
}
#page {margin: 0; padding: 0;}
#page.top-margin {margin-top:160px;}
#page.top-margin #subVisual {
	display:none;
}
@media screen and (max-width: 1024px) {
	#page.top-margin {
		margin-top:50px;
	}
}
#scroll-content-area {
	position:relative;
	height: 100vh;
	outline: none;
	margin: 0;
	padding: 0;
}
.tCenter {text-align:center;}
.tLeft {text-align:left;}
.tRight {text-align:right;}

.container {
	width:100%;
	max-width: 1400px;
	margin:0 auto;
	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;
}
.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: 1400px;
	margin:0 auto;
	position:relative;
	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;
}
.imgContainer840 {
	width:100%;
	max-width: 840px;
	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;
}

/* #gnb */
#gnb {
	position: fixed;
	top:0;
	left:0;
	width: 100%; 
	z-index: 100;
	padding:0px 0px;
	margin:0 auto;
	-webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease;
	background:#fff;
	padding-top:30px;
	padding-bottom:0px;
	padding-left:100px;
	padding-right:100px;
}
@media screen and (max-width: 1440px) {
	#gnb {
		padding-top:30px;
		padding-left:40px;
		padding-right:40px;
	}	
}
.bg-leaf {
	position:absolute;
	right:-60px;
	top:-120px;
	z-index:1;
}
.footer-leaf {
	position:absolute;
	left:-100px;
	bottom:0px;
	z-index:1;
}
.body-bg #gnb{
	background: rgba(254,252,244,1);
}
.body-trans #gnb {
	background:transparent;
	background:url(/imgs/gnb/gnbBG2.png) repeat-x;
}
.body-trans2 #gnb {
	background:transparent;
	/*background:url(/imgs/gnb/gnbBG2.png) repeat-x;*/
}
.empty-space {display:none;}

.gnb-scroll-up #gnb {
	top:-160px !important;
	background:#fff;
	box-shadow: 0 5px 10px rgba(0,0,0,.1);
	/*-webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease;*/
}
.body-bg.gnb-scroll-up #gnb {
	background: rgba(254,252,244,1);
}
.gnb-scroll-up #gnb .gnbMenuArea {
	padding-bottom:0px;
}
.body-trans .bg-leaf, 
.body-trans2 .bg-leaf, 
.gnb-scroll-up .bg-leaf {
	display:none;
}

.gnb-scroll-down #gnb {
	top:-260px;
}

.gnbBox {
	position:relative;
	width: 100%; 
	margin:0 auto;
	padding:0px 0px;
	text-align:center;
	z-index:2;
}
.gnbLogoArea {
	position:relative;
	display:block;
	text-align:center;
	z-index:3;
}

.gnbMenuArea {
	position: relative;
	display:block;
	text-align:center;
	padding-top:30px;
	padding-bottom:10px;
}


.gnbSnsArea {
	position: absolute;
	left:0px;
	top:50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.gnbSide {
	position: absolute;
	display:inline-block;
	width:45px;
	height:30px;
	right:0px;
	top:50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

#gnb-side-btn {
	width: 40px;
	display:block;
	text-align:right;
	font-size:0;
}
#gnb-side-btn span {
   background:rgba(2,80,50,1);
   /*background:rgba(140,100,75,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;
}
.body-trans #gnb-side-btn span {
	background:rgba(255,255,255,1);
}
.gnb-scroll-up #gnb-side-btn span {
   background:rgba(60,60,60,1);
   background:rgba(153,153,153,1);
}

#gnb-side-btn .bottom-bar {
   width:60%;
}
#gnb-side-btn:hover .bottom-bar {
	width:100%;
	background:rgba(20,90,125,1);
}
#gnb-side-btn:hover .top-bar {
	background:rgba(20,90,125,1);
}
#gnb-side-btn:hover .middle-bar {
	width:60%;
	background:rgba(20,90,125,1);
}
.body-trans #gnb-side-btn:hover span {
	background:rgba(255,255,255,1);
}

.gnbLogo {
	display: block;
    position: relative;
	text-align:center;
}
.gnbLogo a { 
	position: relative;
	display:inline-block;
	width: 180px; 
	height:100px;
	background: url(/imgs/gnb/very_logo.png) center center no-repeat;
	text-indent: -9999px;
}

.body-trans #gnb .gnbLogo a {
	background: url(/imgs/gnb/very_logo-w.png) center center no-repeat;
}


.naviArea {
	position:relative;
	display: block;
	vertical-align:top;	
	font-size:0;
}
.gnbRight {
	text-align:right;
	padding-right:320px;
}

.naviArea .navi {
	display: inline-block;
	margin-bottom: 0;
	position:relative;
	padding:0 0px;
}

.naviArea .navi > li {
	display: inline-block;
	position: relative;
	vertical-align:top;
}

.naviArea .navi > li > a {
	display: inline-block;
	position: relative;
	width:100%;
	
	letter-spacing:0px;
    -webkit-transition: none; -moz-transition: none; -o-transition: none; transition: none;
	
    font-size: 13px;
	vertical-align:middle;
	text-align:left;
	padding:0px 30px 0px;
	z-index:2;
	height:60px;
	line-height:60px;
}

.naviArea .navi > li > a div {
	color:rgba(2,80,50,1);
	font-family:"Raleway","Gothic A1",sans-serif;
	font-weight:600;
	position:relative;
	letter-spacing:0.5px;	
	text-transform:uppercase;
	-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
}
.body-trans .naviArea .navi > li > a div {
	font-weight:700;
}

.naviArea .navi > li .underline {
	position:absolute;
	top: 0px;
	left: calc(100% - 8px); 
	width:8px; 
	height:8px;
	-webkit-border-radius: 50%; 
	-moz-border-radius: 50%; 
	border-radius: 50%;
	border:1px solid rgba(2,80,50,1);
	
    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;
	display:none;
	opacity:0;
	z-index:2;
	
	-webkit-transform: translateX(-50%);
		 -o-transform: translateX(-50%);
			transform: translateX(-50%);
			
	-webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
}

.naviArea .navi > li.on .underline {
	opacity:1;
}

.naviArea .navi > li > a span {
	display:none;	
}

.naviArea .navi > li .underline {
	display:block;
}

.naviArea .navi > li.off > a div {
	color:rgba(60,60,60,1);
}
.naviArea .navi > li.on > a div {
	color:rgba(20,90,125,1);
}
.naviArea .navi > li.over > a div {
	color:rgba(20,90,125,1);
}
.naviArea .navi > li > a:hover div {color:rgba(20,90,125,1);}


.body-trans .naviArea .navi > li > a div {
	color:rgba(255,255,255,1);
}
.body-trans .naviArea .navi > li.off > a div {
	color:rgba(255,255,255,.7);
}
.body-trans .naviArea .navi > li.on > a div {
	color:rgba(255,255,255,1);
}
.body-trans .naviArea .navi > li.over > a div {
	color:rgba(255,255,255,1);
}
.body-trans .naviArea .navi > li > a:hover div {color:rgba(255,255,255,1);}
.body-trans .naviArea .navi > li .underline {
	border-color:rgba(255,255,255,1);
}
.gnb-scroll-up .body-trans .naviArea .navi > li .underline {
	border:1px solid rgba(2,80,50,1);
}


.gnb-scroll-up .naviArea .navi > li > a div{
	color: rgba(2,80,50,1);
}
.gnb-scroll-up .naviArea .navi > li .underline {
	top:8px;
}

.gnb-scroll-up .naviArea .navi > li.off > a div {
	color:rgba(60,60,60,1);
}
.gnb-scroll-up .naviArea .navi > li.on > a div {
	color:rgba(20,90,125,1);
}
.gnb-scroll-up .naviArea .navi > li.over > a div {
	color:rgba(20,90,125,1);
}
.gnb-scroll-up .naviArea .navi > li > a:hover div {color:rgba(20,90,125,1);}

.naviArea .navi .nchild {
	position:absolute;
	left:50%; 
	left:10px; 
	top:100%;
	white-space:nowrap; 
	background:rgba(255,255,255,1);
	border:0px solid rgba(215,200,195,1);
	text-align:left; 
	-webkit-tap-highlight-color:rgba(0,0,0,0); 
	box-shadow:0px 3px 8px rgba(0,0,0,0.2);
	-webkitbox-shadow:0px 3px 8px rgba(0,0,0,0.2);
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
	overflow:hidden;
		 
	min-width:160px;
	padding:0px 0px 0px;
	z-index:10;
	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;
}

.naviArea .navi .m1 .nchild {
	min-width:160px;
}
.naviArea .navi > li.over .nchild {
	zoom: 1;
	filter: alpha(opacity=100);
    opacity: 1;
	visibility: visible;
	top:100%;
}
.naviArea .navi .nchild .nchild-Tit { 
	position:relative; 
	display:block; 
	padding:0px 30px 10px ; 
	font-size:16px; 
	color:rgba(255,255,255,1);
	font-family: 'Noto Serif KR';
	letter-spacing:0px;
}


.naviArea .navi .nchild > li {padding:0px 0px 0;}
.naviArea .navi .nchild a { 
	position:relative; 
	display:block; 
	padding:10px 20px 10px 20px; 
	font-size:13px; 
	font-weight:400;
	text-align:left;
	color:rgba(60,60,60,1);
}

.naviArea .navi .nchild a:hover, .naviArea .navi .nchild a:focus, .naviArea .navi .nchild .hover > a  {color:rgba(190,130,100,1);}
.naviArea .navi .nchild a.on {color:rgba(60,60,60,1);background:rgba(230,221,193,1);background:rgba(247,244,231,1);}

.naviArea .navi > li.over .gnb-sub {
	zoom: 1;
	filter: alpha(opacity=100);
    opacity: 1;
	visibility: visible;
	top:100%;
}
.display-none {
	display:none;
}


.gnb-sub {
	position:absolute;
	left:-10px; 
	top:100%;
	background:rgba(255,255,255,1);
	
	text-align:left; 
	-webkit-tap-highlight-color:rgba(0,0,0,0); 
	box-shadow:5px 5px 8px rgba(0,0,0,0.1);
	-webkitbox-shadow:5px 5px 8px rgba(0,0,0,0.1);
	
	/*-webkit-transform: translateX(-50%);
		 -o-transform: translateX(-50%);
			transform: translateX(-50%);*/
		 
	/*min-width:700px;*/
	padding:0px 0px 0px;
	z-index:10;
	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;
}
.naviArea .navi > li:nth-child(4) .gnb-sub {
	left:-180px;
}
.naviArea .navi > li:nth-child(6) .gnb-sub {
	left:50%; 
	-webkit-transform: translateX(-50%);
		 -o-transform: translateX(-50%);
			transform: translateX(-50%);
}
.gnb-sub-group {
	position:relative;
	display:table;
	width:100%;
	background:rgba(255,255,255,1);
	padding:30px 30px 30px 40px;
}
.gnb-sub-group .gnb-sub-group-column {
	position:relative;
	display:table-cell;
	width:auto;
	vertical-align:top;
}
.gnb-sub-group .gnb-sub-group-column:nth-child(2) {
	width:300px;
	padding-left:60px;
}
.gnb-sub-list-title {
	position:relative;
	color:rgba(0,0,0,1);
	font-family:"Raleway","Gothic A1",serif;
	font-size:22px;
	font-weight:600;
	line-height:100%;
	text-transform:uppercase;
	padding-bottom:20px;
}
.gnb-sub-list-group {
	position:relative;
	display:table;
	width:100%;
	max-width:260px;
}
.gnb-sub-list-group .gnb-sub-list-column {
	position:relative;
	display:table-cell;
	width:50%;
	padding:0 30px 0 0;
	vertical-align:top;
}
.gnb-sub-list-group .gnb-sub-list-column.g2 {
	padding:0 0 0 30px;
	border-left:1px solid rgba(225,225,225,1);
}
.gnb-sub-all {
	/*display:none;*/
	display:table-row;
}
.gnb-sub-all > a { 
	position: relative;
	display: inline-block;
	line-height:100%;
	color:#000;
	white-space: nowrap; 
	font-size:16px;
	margin:0 0 10px;
	font-weight:400;
}
.gnb-sub-all > a:after { 
	position:absolute;
	display:inline-block;
	top:16px;
	left:-10px;
	background:#000;
	content:'';
	width:3px;
	height:3px;
	-webkit-border-radius: 50%; 
	   -moz-border-radius: 50%; 
		    border-radius: 50%;
}
.gnb-nchild > li {padding:0px 0px 0;}
.gnb-nchild a { 
	position:relative; 
	display:block; 
	padding:9px 0px 4px;
	text-align:left;
	min-width:120px;
}
.gnb-nchild a > div { 
	position: relative;
	display: inline-block;
	line-height:100%;
	color:rgba(51,51,51,1);
	white-space: nowrap; 
	font-size:15px;
	padding:0 0 5px;
	border-bottom:1px solid rgba(0,0,0,0);
	font-weight:400;
	-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
}
.gnb-nchild a > div:after {
	position:absolute;
	display: block;
	background:rgba(200,135,100,1);
	width:100%;
	top: 0px; 
	left:0px;
	height:10px;
}

.gnb-nchild a:hover > div,
.gnb-nchild a:focus > div {
	color:rgba(0,0,0,1);
	border-bottom:1px solid rgba(0,0,0,1);
}

.gnb-nchild a.on > div {
	color:rgba(200,135,100,1);
	border-bottom:1px solid rgba(200,135,100,1);
}
.gnb-nchild a.reserv-sub > div {
	font-size:14px;
	padding:7px 30px 8px 10px;
	border: 1px solid #c9c9c9;
	/*margin-left:-10px;*/
}
.gnb-nchild a.reserv-sub > div:after { 
	position: absolute; 
	font-size:12px;
	left:auto;
	top: 8px; right: 7px;
	font-family: 'themify'; content: "\e649";
	-webkit-font-smoothing: antialiased; text-indent: 0; -moz-osx-font-smoothing: grayscale; 
	background:none;
	width:auto;
	height:auto;
	display:inherit;
}
.gnb-nchild a.reserv-sub:hover > div,
.gnb-nchild a.reserv-sub:focus > div {
	color:rgba(255,255,255,1);
	border: 1px solid rgba(105,75,60,1);
	background:rgba(105,75,60,1);
}

.gnb-ad-description-list {
	position:relative;
	display:block;
	padding:15px 0 0;
}
.gnb-ad-description-list-title {
	display:block;
	font-size:14px;
	font-weight:600;
	
	color:rgba(175,140,90,1);
	color:rgba(200,135,100,1);
	color:rgba(0,0,0,1);
	letter-spacing:0px;
	text-transform:uppercase;
	text-align:center;
	font-family:"Noto Serif KR",serif;
}
.gnb-ad-description-list-desc {
	font-size:14px;
	color:rgba(102,102,102,1);
	margin-top:4px;
}


.naviSocial {
	display: inline-block;
	width:auto;
	font-size:0;
	margin-right:0px;
	vertical-align:top;
}

.naviSocial > li{
	display: inline-block;
	*display: inline;
	zoom: 1;
	position: relative;
	margin-left:4px;
	margin-bottom:0px;
	font-size:0;
	vertical-align:top;
}

.naviSocial > li a {
	position: relative;
	text-align:center;
	display:block; 
	width:30px; height:30px; 
	overflow:hidden; 
	border-radius:50%; -webkit-border-radius:50%;
}

.naviSocial > li a.tel {
	
	height:30px;
	padding:0 16px 0 36px; 
	text-decoration:none;
	font-size:14px;
	width:auto;
	min-width:auto;
	overflow:hidden; 
	line-height:28px;
	border-radius: 30px 30px 30px 30px;
	background:rgba(140,140,140,1) url(/imgs/gnb/sns_tel2.png) no-repeat 4px 50%;
	background:rgba(110,110,110,1) url(/imgs/gnb/sns_tel.png) no-repeat 4px 50%;
	color:rgba(255,255,255,1);
}
.naviSocial > li a.tel .out {
	position:relative;
	display:inline-block;
}
.naviSocial > li a.tel.mobile {
	font-size:14px;
	background:rgba(140,140,140,1) url(/imgs/gnb/sns_tel.png) no-repeat 4px 50%;
}

.naviSocial > li a.pdf {
	height:30px;
	line-height:30px; 
	padding:0 15px 0 34px; 
	text-decoration:none;
	font-size:14px;
	width:auto;
	overflow:hidden; 
	border-radius: 15px 15px 15px 15px;
	background:rgba(190,130,100,1) url(/imgs/gnb/pdf.png) no-repeat 6px 50%;
	color:rgba(255,255,255,1);
	font-weight:400;
}

.footer-pdf {
	position:relative;
	text-align:center;
	display:inline-block;
	height:40px;
	line-height:40px; 
	padding:0 20px 0 40px; 
	text-decoration:none;
	font-size:16px;
	width:auto;
	overflow:hidden; 
	border-radius: 20px 20px 20px 20px;
	background:rgba(190,130,100,1) url(/imgs/gnb/pdf.png) no-repeat 6px 50%;
	color:rgba(255,255,255,1);
	font-weight:400;
}


.naviSocial > li a.pdf_b {
	height:30px;
	line-height:30px; 
	padding:0 15px 0 34px; 
	text-decoration:none;
	font-size:14px;
	width:auto;
	overflow:hidden; 
	border-radius: 15px 15px 15px 15px;
	background:rgba(255,255,255,1) url(/imgs/gnb/pdf_b.png) no-repeat 6px 50%;
	color:rgba(60,45,45,1);
	font-weight:400;
}


.naviSocial > li a.m_pdf {
	height:26px;
	line-height:26px; 
	padding:0 10px 0 30px; 
	text-decoration:none;
	font-size:12px;
	letter-spacing:-0.5px;
	width:auto;
	overflow:hidden; 
	display:inline-block;
	border-radius: 15px 15px 15px 15px;
	background:rgba(190,130,100,1) url(/imgs/gnb/pdf.png) no-repeat 2px -3px;
	color:rgba(255,255,255,1);
}

.naviSocial > li a.group {
	padding:0 15px 0 33px; 
	text-decoration:none;
	font-size:14px;
	width:auto;
	overflow:hidden; 
	border-radius: 30px 30px 30px 30px;
	line-height:28px;
	background:rgba(95,70,60,1) url(/imgs/gnb/tGroup.png) no-repeat 4px 50%;
	color:rgba(255,255,255,1);
}
.naviSocial > li a.group:hover {
	background:rgba(140,110,90,1)  url(/imgs/gnb/tGroup.png) no-repeat 4px 50%;
	color:rgba(255,255,255,1);
}
.naviSocial > li a.blog {background:#19ce60 url(/imgs/gnb/sns_naverBlog.png) no-repeat center 50%;}
.naviSocial > li a.blog2 {background:url(/imgs/gnb/sns_naverBlog2.png) no-repeat center 50%;}
.naviSocial > li a.blog2:hover {background:#19ce60 url(/imgs/gnb/sns_naverBlog.png) no-repeat center 50%;}
.naviSocial > li a.blog-gray {background:url(/imgs/gnb/sns_naverBlog-gray.png) no-repeat center 50%;}
.naviSocial > li a.blog-gray:hover {background:#19ce60 url(/imgs/gnb/sns_naverBlog.png) no-repeat center 50%;}
.naviSocial > li a.blog-g {background:url(/imgs/gnb/sns_naverBlog-g.png) no-repeat center 50%;}
.naviSocial > li a.blog-g:hover {background:#19ce60 url(/imgs/gnb/sns_naverBlog.png) no-repeat center 50%;}
.naviSocial > li a.blog-r {background:url(/imgs/gnb/sns_naverBlog2.png) no-repeat center 50%;}
.naviSocial > li a.blog-r:hover {background:#19ce60 url(/imgs/gnb/sns_naverBlog.png) no-repeat center 50%;}

.naviSocial > li a.blog-w {background:url(/imgs/gnb/sns_naverBlog.png) no-repeat center 50%;}
.naviSocial > li a.blog-w:hover {background:#19ce60 url(/imgs/gnb/sns_naverBlog.png) no-repeat center 50%;}
.naviSocial > li a.blogDark {background:#666 url(/imgs/gnb/sns_naverBlog.png) no-repeat center 50%;}
.naviSocial > li a.blogDark:hover {background:#19ce60 url(/imgs/gnb/sns_naverBlog.png) no-repeat center 50%;}

.naviSocial > li a.naverBlog {
	padding:0 14px 0 34px; 
	text-decoration:none;
	font-size:13px;
	width:auto;
	overflow:hidden; 
	border-radius: 15px 15px 15px 15px;
	line-height:30px;
	background:#19ce60 url(/imgs/gnb/sns_naverBlog-i.png) no-repeat 4px 50%;
	color:rgba(255,255,255,1);
	font-weight:600;
	font-family:"Raleway","Gothic A1",sans-serif;
}

.naviSocial > li a.naverBlog-w {
	padding:0 14px 0 34px; 
	text-decoration:none;
	font-size:13px;
	width:auto;
	overflow:hidden; 
	border-radius: 15px 15px 15px 15px;
	line-height:30px;
	background:#fff url(/imgs/gnb/sns_naverBlog-g.png) no-repeat 4px 50%;
	color:#19ce60;
	font-weight:600;
	font-family:"Raleway","Gothic A1",sans-serif;
}
.naviSocial > li a.naverBlog-w:hover {
	background:#19ce60 url(/imgs/gnb/sns_naverBlog-i.png) no-repeat 4px 50%;
	color:rgba(255,255,255,1);
}

.naviSocial > li a.youtube {background:#ff0000 url(/imgs/gnb/sns_youtube.png) no-repeat center 50%;}
.naviSocial > li a.youtube2 {background:url(/imgs/gnb/sns_youtube2.png) no-repeat center 50%;}
.naviSocial > li a.youtube2:hover {background:#ff0000 url(/imgs/gnb/sns_youtube.png) no-repeat center 50%;}
.naviSocial > li a.youtube-gray {background:url(/imgs/gnb/sns_youtube-gray.png) no-repeat center 50%;}
.naviSocial > li a.youtube-gray:hover {background:#ff0000 url(/imgs/gnb/sns_youtube.png) no-repeat center 50%;}
.naviSocial > li a.youtube-w {background:url(/imgs/gnb/sns_youtube.png) no-repeat center 50%;}
.naviSocial > li a.youtube-w:hover {background:#ff0000 url(/imgs/gnb/sns_youtube.png) no-repeat center 50%;}
.naviSocial > li a.youtube-r {background:url(/imgs/gnb/sns_youtube2.png) no-repeat center 50%;}
.naviSocial > li a.youtube-r:hover {background:#ff0000 url(/imgs/gnb/sns_youtube.png) no-repeat center 50%;}

.naviSocial > li a.cafe {background:#21c407 url(/imgs/gnb/sns_naverCafe.png) no-repeat center 50%;}
.naviSocial > li a.cafe2 {background:url(/imgs/gnb/sns_naverCafe2.png) no-repeat center 50%;}
.naviSocial > li a.cafe2:hover {background:#21c407 url(/imgs/gnb/sns_naverCafe.png) no-repeat center 50%;}
.naviSocial > li a.cafe-w {background:url(/imgs/gnb/sns_naverCafe.png) no-repeat center 50%;}
.naviSocial > li a.cafe-w:hover {background:#21c407 url(/imgs/gnb/sns_naverCafe.png) no-repeat center 50%;}
.naviSocial > li a.cafe-r {background:url(/imgs/gnb/sns_naverCafe-r.png) no-repeat center 50%;}
.naviSocial > li a.cafe-r:hover {background:#21c407 url(/imgs/gnb/sns_naverCafe.png) no-repeat center 50%;}

.naviSocial > li a.facebook {background:#3e5b99 url(/imgs/gnb/sns_facebook.png) no-repeat center 50%;}
.naviSocial > li a.facebook2 {background:url(/imgs/gnb/sns_facebook2.png) no-repeat center 50%;}
.naviSocial > li a.facebook2:hover {background:#3e5b99 url(/imgs/gnb/sns_facebook.png) no-repeat center 50%;}
.naviSocial > li a.facebook-gray {background:url(/imgs/gnb/sns_facebook-gray.png) no-repeat center 50%;}
.naviSocial > li a.facebook-gray:hover {background:#3e5b99 url(/imgs/gnb/sns_facebook.png) no-repeat center 50%;}
.naviSocial > li a.facebook-r {background:url(/imgs/gnb/sns_facebook2.png) no-repeat center 50%;}
.naviSocial > li a.facebook-r:hover {background:#3e5b99 url(/imgs/gnb/sns_facebook.png) no-repeat center 50%;}
.naviSocial > li a.facebook-w {background:url(/imgs/gnb/sns_facebook.png) no-repeat center 50%;}
.naviSocial > li a.facebook-w:hover {background:#3e5b99 url(/imgs/gnb/sns_facebook.png) no-repeat center 50%;}
.naviSocial > li a.twitter {background:#00acec url(/imgs/gnb/sns_twitter.png) no-repeat center 50%;}
.naviSocial > li a.instagram {background:#e9224f url(/imgs/gnb/sns_instagram3.png) no-repeat center 50%;}
.naviSocial > li a.instagram2 {background:url(/imgs/gnb/sns_instagram2.png) no-repeat center 50%;}
.naviSocial > li a.instagram2:hover {background:#e9224f url(/imgs/gnb/sns_instagram3.png) no-repeat center 50%;}
.naviSocial > li a.instagram-gray {background:url(/imgs/gnb/sns_instagram-gray.png) no-repeat center 50%;}
.naviSocial > li a.instagram-gray:hover {background:#e9224f url(/imgs/gnb/sns_instagram3.png) no-repeat center 50%;}
.naviSocial > li a.instagram-g {background:url(/imgs/gnb/sns_instagram-g.png) no-repeat center 50%;}
.naviSocial > li a.instagram-g:hover {background:#e9224f url(/imgs/gnb/sns_instagram3.png) no-repeat center 50%;}
.naviSocial > li a.instagram-w {background:url(/imgs/gnb/sns_instagram-w.png) no-repeat center 50%;}
.naviSocial > li a.instagram-w:hover {background:#e9224f url(/imgs/gnb/sns_instagram3.png) no-repeat center 50%;}
.naviSocial > li a.instagram-r {background:url(/imgs/gnb/sns_instagram2.png) no-repeat center 50%;}
.naviSocial > li a.instagram-r:hover {background:#e9224f url(/imgs/gnb/sns_instagram3.png) no-repeat center 50%;}

.naviSocial > li a.facebookDark {background:#666 url(/imgs/gnb/sns_facebook.png) no-repeat center 50%;}
.naviSocial > li a.twitterDark {background:#666 url(/imgs/gnb/sns_twitter.png) no-repeat center 50%;}
.naviSocial > li a.instagramDark {background:#666 url(/imgs/gnb/sns_instagram.png) no-repeat center 50%;}

.naviSocial > li a.facebookDark:hover {background:#3e5b99 url(/imgs/gnb/sns_facebook.png) no-repeat center 50%;}
.naviSocial > li a.twitterDark:hover {background:#00acec url(/imgs/gnb/sns_twitter.png) no-repeat center 50%;}
.naviSocial > li a.instagramDark:hover {background:#e9224f url(/imgs/gnb/sns_instagram2.png) no-repeat center 50%;}

.naviSocial > li a.kakaostory {background:#ffd200 url(/imgs/gnb/sns_kakaostory.png) no-repeat center 50%;}
.naviSocial > li a.kakaotalk {background:#ffd200 url(/imgs/gnb/sns_kakaotalk.png) no-repeat center 50%;}
.naviSocial > li a.kakaotalk3 {background:rgba(255,255,255,1) url(/imgs/gnb/sns_kakaotalk.png) no-repeat center 50%;}
.naviSocial > li a.kakaotalk2 {background:url(/imgs/gnb/sns_kakaotalk2.png) no-repeat center 50%;}
.naviSocial > li a.kakaotalk2:hover {background:#ffd200 url(/imgs/gnb/sns_kakaotalk2.png) no-repeat center 50%;}
.naviSocial > li a.kakaotalk-gray {background:url(/imgs/gnb/sns_kakaotalk-gray.png) no-repeat center 50%;}
.naviSocial > li a.kakaotalk-gray:hover {background:#ffd200 url(/imgs/gnb/sns_kakaotalk2.png) no-repeat center 50%;}
.naviSocial > li a.kakaotalk-g {background:url(/imgs/gnb/sns_kakaotalk-g.png) no-repeat center 50%;}
.naviSocial > li a.kakaotalk-g:hover {background:#ffd200 url(/imgs/gnb/sns_kakaotalk2.png) no-repeat center 50%;}
.naviSocial > li a.kakaotalk-w {background:url(/imgs/gnb/sns_kakaotalk-w.png) no-repeat center 50%;}
.naviSocial > li a.kakaotalk-w:hover {background:#ffd200 url(/imgs/gnb/sns_kakaotalk2.png) no-repeat center 50%;}
.naviSocial > li a.kakaotalk-r {background:url(/imgs/gnb/sns_kakaotalk-r.png) no-repeat center 50%;}
.naviSocial > li a.kakaotalk-r:hover {background:#ffd200 url(/imgs/gnb/sns_kakaotalk2.png) no-repeat center 50%;}
.naviSocial > li a.tel2 {background:rgba(50,50,35,1) url(/imgs/gnb/sns_tel2.png) no-repeat center 50%;}
.naviSocial > li a span {line-height:1px; font-size:1px; position:absolute; left:-10000px; top:0; overflow:hidden; text-indent:-30000px;}

.body-trans .naviSocial > li a.blog2 {background:url(/imgs/gnb/sns_naverBlog-w.png) no-repeat center 50%;}
.body-trans .naviSocial > li a.instagram2 {background:url(/imgs/gnb/sns_instagram-w.png) no-repeat center 50%;}
.body-trans .naviSocial > li a.youtube2 {background:url(/imgs/gnb/sns_youtube-w.png) no-repeat center 50%;}
.body-trans .naviSocial > li a.facebook2 {background:url(/imgs/gnb/sns_facebook-w.png) no-repeat center 50%;}

.body-trans .naviSocial > li a.blog-gray {background:url(/imgs/gnb/sns_naverBlog-w.png) no-repeat center 50%;}
.body-trans .naviSocial > li a.blog-gray:hover {background:#19ce60 url(/imgs/gnb/sns_naverBlog.png) no-repeat center 50%;}
.body-trans .naviSocial > li a.blog-g {background:url(/imgs/gnb/sns_naverBlog-w.png) no-repeat center 50%;}
.body-trans .naviSocial > li a.blog-g:hover {background:#19ce60 url(/imgs/gnb/sns_naverBlog.png) no-repeat center 50%;}
.body-trans .naviSocial > li a.instagram-gray {background:url(/imgs/gnb/sns_instagram-w.png) no-repeat center 50%;}
.body-trans .naviSocial > li a.instagram-gray:hover {background:#e9224f url(/imgs/gnb/sns_instagram3.png) no-repeat center 50%;}
.body-trans .naviSocial > li a.instagram-g {background:url(/imgs/gnb/sns_instagram-w.png) no-repeat center 50%;}
.body-trans .naviSocial > li a.instagram-g:hover {background:#e9224f url(/imgs/gnb/sns_instagram3.png) no-repeat center 50%;}
.body-trans .naviSocial > li a.kakaotalk-g {background:url(/imgs/gnb/sns_kakaotalk-w.png) no-repeat center 50%;}
.body-trans .naviSocial > li a.kakaotalk-g:hover {background:#ffd200 url(/imgs/gnb/sns_kakaotalk2.png) no-repeat center 50%;}

.body-trans .naviSocial > li a.youtube-gray {background:url(/imgs/gnb/sns_youtube-w.png) no-repeat center 50%;}
.body-trans .naviSocial > li a.youtube-gray:hover {background:#ff0000 url(/imgs/gnb/sns_youtube.png) no-repeat center 50%;}
.body-trans .naviSocial > li a.facebook-gray {background:url(/imgs/gnb/sns_facebook-w.png) no-repeat center 50%;}
.body-trans .naviSocial > li a.facebook-gray:hover {background:#3e5b99 url(/imgs/gnb/sns_facebook.png) no-repeat center 50%;}

.gnb-scroll-up .naviSocial > li a.blog2 {background:url(/imgs/gnb/sns_naverBlog2.png) no-repeat center 50%;}
.gnb-scroll-up .naviSocial > li a.blog2:hover {background:#19ce60 url(/imgs/gnb/sns_naverBlog.png) no-repeat center 50%;}
.gnb-scroll-up .naviSocial > li a.instagram2 {background:url(/imgs/gnb/sns_instagram2.png) no-repeat center 50%;}
.gnb-scroll-up .naviSocial > li a.instagram2:hover {background:#e9224f url(/imgs/gnb/sns_instagram3.png) no-repeat center 50%;}
.gnb-scroll-up .naviSocial > li a.facebook2 {background:url(/imgs/gnb/sns_facebook2.png) no-repeat center 50%;}
.gnb-scroll-up .naviSocial > li a.facebook2:hover {background:#3e5b99 url(/imgs/gnb/sns_facebook.png) no-repeat center 50%;}
.gnb-scroll-up .naviSocial > li a.youtube2 {background:url(/imgs/gnb/sns_youtube2.png) no-repeat center 50%;}
.gnb-scroll-up .naviSocial > li a.youtube2:hover {background:#ff0000 url(/imgs/gnb/sns_youtube.png) no-repeat center 50%;}

.gnb-scroll-up .naviSocial > li a.blog-gray {background:url(/imgs/gnb/sns_naverBlog-gray.png) no-repeat center 50%;}
.gnb-scroll-up .naviSocial > li a.blog-gray:hover {background:#19ce60 url(/imgs/gnb/sns_naverBlog.png) no-repeat center 50%;}
.gnb-scroll-up .naviSocial > li a.instagram-gray {background:url(/imgs/gnb/sns_instagram-gray.png) no-repeat center 50%;}
.gnb-scroll-up .naviSocial > li a.instagram-gray:hover {background:#e9224f url(/imgs/gnb/sns_instagram3.png) no-repeat center 50%;}
.gnb-scroll-up .naviSocial > li a.facebook-gray {background:url(/imgs/gnb/sns_facebook-gray.png) no-repeat center 50%;}
.gnb-scroll-up .naviSocial > li a.facebook-gray:hover {background:#3e5b99 url(/imgs/gnb/sns_facebook.png) no-repeat center 50%;}
.gnb-scroll-up .naviSocial > li a.youtube-gray {background:url(/imgs/gnb/sns_youtube-gray.png) no-repeat center 50%;}
.gnb-scroll-up .naviSocial > li a.youtube-gray:hover {background:#ff0000 url(/imgs/gnb/sns_youtube.png) no-repeat center 50%;}

.mobile-gnb-sns .naviSocial > li a.blog-g {background:url(/imgs/gnb/sns_naverBlog-g.png) no-repeat center 50%;}
.mobile-gnb-sns .naviSocial > li a.blog-g:hover {background:#19ce60 url(/imgs/gnb/sns_naverBlog.png) no-repeat center 50%;}
.mobile-gnb-sns .naviSocial > li a.instagram-g {background:url(/imgs/gnb/sns_instagram-g.png) no-repeat center 50%;}
.mobile-gnb-sns .naviSocial > li a.instagram-g:hover {background:#e9224f url(/imgs/gnb/sns_instagram3.png) no-repeat center 50%;}
.mobile-gnb-sns .naviSocial > li a.kakaotalk-g {background:url(/imgs/gnb/sns_kakaotalk-g.png) no-repeat center 50%;}
.mobile-gnb-sns .naviSocial > li a.kakaotalk-g:hover {background:#ffd200 url(/imgs/gnb/sns_kakaotalk2.png) no-repeat center 50%;}

.naviSocial_text {
	display: inline-block;
	width:auto;
	font-size:0;
	margin-right:0px;
	vertical-align:top;
}

.naviSocial_text > li{
	display: inline-block;
	*display: inline;
	zoom: 1;
	position: relative;
	margin-right:4px;
	margin-bottom:0px;
	font-size:0;
	vertical-align:top;
}

.naviSocial_text > li a {
	position: relative;
	text-align:left;
	display:block; 
	width:auto; height:30px; 
	overflow:hidden; 
}
.naviSocial_text > li a .txt {
	position: relative;
	color:rgba(255,255,255,1);
	font-weight:600;
	font-family:"Raleway","Gothic A1",sans-serif;
	float:left;
	display:inline-block; 
	letter-spacing:0.5px;
	
	font-size:13px;
	line-height:30px;
	margin-left:0px;
	-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
}
.naviSocial_text > li a .ico {
	position: relative;
	display:inline-block; 
	float:left;
	text-align:center;
	width:30px; height:30px; 
	overflow:hidden; 
	border-radius:50%; -webkit-border-radius:50%;
	-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
	line-height:30px;
}

.naviSocial_text > li a.naverBlog .ico {background:#19ce60 url('/imgs/gnb/sns_naverBlog.png') no-repeat center 50%; margin-right:7px;}
.naviSocial_text > li a.naverBlog:hover .ico {background:#19ce60 url(/imgs/gnb/sns_naverBlog.png) no-repeat center 50%; margin-right:7px;}

.naviSocial_text > li a.instagram .ico {background: url('/imgs/gnb/sns_instagram-g.png') no-repeat center 50%;}
.naviSocial_text > li a.instagram:hover .ico {background:#e9224f url(/imgs/gnb/sns_instagram3.png) no-repeat center 50%; margin-right:7px;}
.naviSocial_text > li a.instagram2 .ico {background: url('/imgs/gnb/sns_instagram3.png') no-repeat center 50%;margin-right:7px;}
.naviSocial_text > li a.instagram2:hover .ico {background:#e9224f url(/imgs/gnb/sns_instagram3.png) no-repeat center 50%; }
.naviSocial_text > li a.instagram2 .txt {
	color:rgba(51,51,51,1);
	font-weight:500;
}

.gnbRightArea {
	position:relative;text-align:center;text-align:right;padding:0px 0 0;
}
.gnbRightArea .naviSocial {
	display: block;
	width:auto;
	margin-bottom: 0;
}

.gnbRightArea .naviSocial {
	padding:0px;
	padding-left: 0px !important;
	font-size:0;
}
.gnbRightArea .naviSocial > li{
	display: inline-block;
	*display: inline;
	zoom: 1;
	position: relative;
	margin-left:5px;
	margin-bottom:5px;
}

.gnbRightArea .naviSocial a {
	position: relative;
	text-align:center;
	display: inline-block;
	/*width:40px; height:40px; overflow:hidden; border-radius:0%; -webkit-border-radius:0%;*/
}

.gnbRightArea .naviSocial a img {
	width:100%;
	max-width:40px;
	opacity:.8;
	-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
}
.gnbRightArea .naviSocial a:hover img {
	opacity:1;
}
.gnbRightArea .naviSocial a span {display:none;font-size:8px;line-height:25px;letter-spacing:0px;}

.alarmArea {
	position: relative;
	display: inline-block;
	width:auto;
	font-size:0;
	margin-right:10px;
	vertical-align:top;
	visibility:hidden;
}
.alarmArea .alarm-bell {
}
.alarmArea .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/ver2/bell-s.png) no-repeat center 50%;
}
.alarmArea .alarm-btn {
	position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
	overflow:hidden;
	z-index:3;
}
.alarmArea .alarm:hover {
	/*background:rgba(230,230,230,1) url(/imgs/gnb/bell-s.png) no-repeat center 50%;*/
}
.alarmArea .alarm-count {
	position: absolute;
	width: 20px;
    height: 20px;
    left: 15px;
    top: -5px;
    color: #fff;
    font-size: 12px;
    text-align:center;
	letter-spacing:1px;
    line-height: 18px;
    border-radius: 100%;
	background:rgba(67,47,49,1);
	background:rgba(204,51,0,1);
	
	display:none;
}
.alarmArea .alarm-point {
	position:absolute;
	top:34px;
	left:calc(50% - 20px);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	display:none;
}
.alarmArea .alarm-point .text {
	position:relative;
	display:block;
	height:26px;
	line-height:24px;
	padding:0px 10px;
	margin:0;
	font-size:12px;
	font-weight:normal;
	text-align:center;
	color:#fff;
	background:rgba(153,153,153,1);
	white-space: nowrap; 
}
.alarmArea .alarm-point .text:after {
	bottom: 100%;
    left: 50%;
	
    border: solid transparent;
    content: " ";
    position: absolute;
    /*pointer-events: none;*/
	border-color:rgba(153,153,153,0);
    border-bottom-color:rgba(153,153,153,1);
    border-width: 6px;
    margin-left:13px;
}

.alarmArea .alarm-list {
	position:absolute;
	top:40px;
	left:calc(50% - 0px);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width:340px;
	max-width:340px;
	box-shadow:3px 6px 20px rgba(0,0,0,0.1);
	display:none;
	padding:0 0 20px;
	background:#fff;
}

.alarm-list .alarm-list-top {
	position:relative;
	display:block;
	line-height:100%;
	padding:15px 30px 15px 15px;
	margin:0;
	font-size:18px;
	font-weight:normal;
	text-align:center;
	color:#fff;
	background:rgba(153,153,153,1);
	white-space: nowrap; 
}
.alarm-list .alarm-list-top:after {
	bottom: 100%;
    left: 50%;
	
    border: solid transparent;
    content: " ";
    position: absolute;
    /*pointer-events: none;*/
	border-color:rgba(153,153,153,0);
    border-bottom-color:rgba(153,153,153,1);
    border-width: 10px;
    margin-left:-11px;
}
.alarm-list .alarm-close {
	position:absolute;
    z-index: 3;
	font-size: 0;
    width: 30px;
    height: 30px;
    top: 9px;
    right: 9px;
}
.alarm-list .alarm-close:before, .alarm-list .alarm-close:after {
	margin-top:9px;
	content: "";
    display: block;
	left:5px;
	top:5px;
    width: 20px;
    position: absolute;
    height: 2px;
    background:rgba(255,255,255,1);;
}
.alarm-list .alarm-close:before {
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
			transform: rotate(45deg);
}
.alarm-list .alarm-close:after {

	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	     -o-transform: rotate(-45deg);
			transform: rotate(-45deg);
}
.alarm-list .alarm-list-content {
	position:relative;
	display:block;
	background:rgba(255,255,255,1);
	padding:0px 0px;
	max-height:600px;
	overflow:auto;
}
.alarm-list .alarm-list-item {
	position:relative;
	display:block;
	width:100%;
	border-bottom:1px dotted rgba(145,115,80,.6);
}
.alarm-list .alarm-list-item:last-child {
	border-bottom:none;
}
.alarm-list .alarm-list-item .alarm-link {
	position:relative;
	display:block;
	padding:15px;
}

.alarm-list .alarm-list-item > a:hover {
	background:rgba(245,245,245,1);
}

.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%;	
}
.pc-alarm {
	position:relative;
	display:inline-block;
}
.mobile-alarm {
	position:relative;
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
}
.mobile-alarm .alarm-list .alarm-list-content {
	max-height:400px;
}
.mobile-alarm .alarmArea .alarm-list {
	top:40px;
	left:calc(50% - 80px);
}
.mobile-alarm .alarm-list .alarm-list-top:after {
    border-width: 10px;
    margin-left:70px;
}
.mobile-alarm .alarmArea .alarm-list {
	width:300px;
	max-width:300px;
}


.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;
	margin-bottom:10px;
	font-family:"Gothic A1",serif;
}

.alarm-reserv {
	position:relative;
	display:inline-block;
	text-align:left;
	vertical-align:middle;
	box-sizing:border-box;
	color:#fff;
	background:#000;
	height:30px;
	padding:0 30px 0 10px;
	line-height:28px;
	font-size:15px;
	letter-spacing:-.01em;
	margin-top:10px;
}

.alarm-reserv:after{
	position:absolute;right:10px;bottom:11px;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);
}
.alarmArea .notify {
	display:none;
}

.alarmArea.on .notify {
	display:block;
}
.alarmArea.on .alarm-count {
	display:none;
}
.alarmArea.off .notify {
	display:none !important;
}
.alarmArea.off .alarm-count {
	display:none !important;
}
@media screen and (max-width: 1024px) {
	.pc-alarm {display:none;}
	.mobile-alarm {display:inline-block;}
}

@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;
	}
}

/*******************
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 rgba(204,51,0,1);
    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: rgba(204,51,0,1);
    position: absolute;
    top: -11px; 
	right: 5px;
	font-size:0}

@-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;} }





@-webkit-keyframes bar {
	
	100% {
		width:100%;
	}
}
@-moz-keyframes bar {
  	
	100% {
		width:100%;
	}
}
@-o-keyframes bar {
  	
	100% {
		width:100%;
	}
}
@keyframes bar {
 	
	100% {
		width:100%;
	}
}

#gnbMobile {
	position: relative;
	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;
	max-width:1800px;
	margin:0 auto;
	display:none;
	background: rgba(255,255,255,1);
}
.body-bg #gnbMobile {
	background: rgba(254,252,244,1);
}
.body-trans #gnbMobile {
	/*background:transparent;*/
}
.gnb-scroll-down #gnbMobile {
	top: -81px;	
}
#gnbMobile.none {
	top: -81px;	
	-webkit-transition: none; -moz-transition: none; -o-transition: none; transition: none;
}
.gnb-scroll-up #gnbMobile {
	background: rgba(255,255,255,1);
	box-shadow: 0 5px 10px rgba(0,0,0,.1);
}
.body-bg.gnb-scroll-up #gnbMobile {
	background: rgba(254,252,244,1);
}

.gnbMobileBox {
	position:relative;
	display: block;
	width: 100%;
	margin:0 auto;
	z-index: 101;
	max-width: 1240px;
	text-align:center;
}

.gnbMobileBox .gnbBoxItem {
	position:relative;
	display:table-cell;
	padding:10px 30px 10px 30px;
	vertical-align:top;
	font-size:0;
	vertical-align:middle;
}
.gnbMobileBox .gnbBoxItem.left {
	width:calc(100%-220px);
	text-align:left;
}
.gnbMobileBox .gnbBoxItem.right {
	text-align:right;
}
.gnbMobileBox .gnbBoxItem.mobile-alarm {
	text-align:right;
	padding:10px 0px 10px 0px;
}
.mobileLogo { 
	position:relative;
	display:inline-block;
	vertical-align:middle;
	/*margin-left:30px;*/
}
.mobileLogo a { 
	position:relative;
	display:inline-block;
	width: 100px; 
	height:80px; 
	background: url(/imgs/gnb/very_logomt.png) center center no-repeat; 
	text-indent: -9999px; 
}
.body-trans .mobileLogo a { 
	/*background: url(/imgs/gnb/logom-w.png) left center no-repeat; */
}
.gnb-scroll-up .mobileLogo a { 
	
}
.mobileBtn {
	position:absolute;
	top:0;
	bottom:0;
	width:50px;
	right:30px;
	display:inline-block;
	text-align:right;
}

#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%);
}
#hamburger span {
	background:rgba(2,80,50,1);	
	display: inline-block;
	width: 100%;
	height: 2px;
	margin: 3px 0;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
		 -o-transition: all 0.3s ease;
			transition: all 0.3s ease;
}
.body-trans #hamburger span { 
	/*background: rgba(255,255,255,1);*/
}
.gnb-scroll-up #hamburger span { 
	background: rgba(60,60,60,1);
}
#hamburger .top-bar {
   width:100%;
}
#hamburger .bottom-bar {
   width:60%;
}
#hamburger:hover .bottom-bar {
	width:100%;
}
#hamburger:hover .middle-bar {
	width:60%;
}

#gnbMobile .alarmArea .alarm-icon {
	background:url(/imgs/gnb/bell-s.png) no-repeat center 50%;
}
/* mobile book now */
.mobile-gnb-book {
	position: absolute;
	display:inline-block;
	top:0;
	left:0px;
}
.mobile-gnb-reserv { 
	position: relative;
	display:inline-block;
	width:100%;
	height:50px;
	background:rgba(200,135,100,1);
	line-height:120%;
	text-align:center;
	color:rgba(255,255,255,1);
	padding:8px 20px;
	text-transform:uppercase;
	font-weight:400;
	font-size:14px;
	-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
}
.mobile-gnb-book.on .mobile-gnb-reserv {
	background:rgba(50,40,30,1);
}

.mobile-gnb-book ul {
	position:absolute;
	width:auto;
	left:0;
	top:100%;
	background:#fff;
	text-align:left;
	display:none;
	color:rgba(50,40,30,1);
	box-shadow: 0 5px 10px rgba(0,0,0,.1);
}
.mobile-gnb-book ul li {font-size:14px;font-family:"Raleway","Gothic A1",sans-serif;font-weight:400;}
.mobile-gnb-book ul li a {height:40px;padding:0 20px;display:block;text-decoration:none;line-height:40px;letter-spacing:0px;text-transform:uppercase;white-space: nowrap; }
.mobile-gnb-book ul li a:hover, 
.mobile-gnb-book ul li a:focus {background:rgba(130,130,130,1);color:#fff;/*background:rgba(245,245,245,1);color:rgba(50,40,30,1);*/}

.mobile-gnb-sns {
	position: absolute;
	display:inline-block;
	top:0;
	bottom:0;
	/*right:90px;*/
	left:30px;
}
.mobile-gnb-sns .naviSocial {
	position:relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.mobile-gnb-sns .naviSocial > li{
	margin-left:0px;
}

@media screen and (max-width: 768px) {
	.mobile-gnb-sns {
		/*right:70px;*/
		left:15px;
	}
}
@media screen and (max-width: 350px) {
	.mobile-gnb-sns {
		display:none;
	}
}


/*.body-trans .mobile-gnb-sns .naviSocial > li a.blog-r {background:url(/imgs/gnb/sns_naverBlog.png) no-repeat center 50%;}
.body-trans .mobile-gnb-sns .naviSocial > li a.instagram-r {background:url(/imgs/gnb/sns_instagram-w.png) no-repeat center 50%;}*/

/*.gnb-scroll-up .mobile-gnb-sns .naviSocial > li a.blog-r {background:url(/imgs/gnb/sns_naverBlog-r.png) no-repeat center 50%;}
.gnb-scroll-up .mobile-gnb-sns .naviSocial > li a.instagram-r {background:url(/imgs/gnb/sns_instagram-r.png) no-repeat center 50%;}*/

/* side Menu */
.sideContainer {
	position:relative;
	padding: 40px 50px;
	max-width:none;
	width:100%;
}
#sideMenu.open {
	visibility:visible;
}

#sideMenu.open .menuBack {
	
	opacity:.6;
	visibility:visible;
}


#sideMenu {
	visibility:hidden;
	display:block;
	position: fixed; 
	width: 100%;
	height: 100vh;
	top: 0px;
	left: 0;
    right: 0;
	z-index: 2999;
}

#sideMenu .menuBack {
	visibility:hidden;
	position: absolute; 
	width: 100%;
	height: 100vh;
	top: 0px;
	left: 0;
    right: 0;
	background:rgba(0,0,0,1);
	
	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;
}

#sideMenu .menuClose {
	position: fixed;
    z-index: 3;
	font-size: 0;
    width: 40px;
    height: 40px;
    top: 15px;
    right: 30px;
	cursor: pointer;
}

#sideMenu .menuClose:before, #sideMenu .menuClose: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:rgba(102,102,102,1);;
}
#sideMenu .menuClose:before {
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
			transform: rotate(45deg);
}
#sideMenu .menuClose:after {

	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	     -o-transform: rotate(-45deg);
			transform: rotate(-45deg);
}

#sideMenu .menuClose:hover:before, #sideMenu .menuClose:hover:after{
    background-color: rgba(33,33,33,1) !important;
}

#sideMenu .menuClose.black:before, #sideMenu .menuClose.black:after {
    background-color:#999 !important;
}
#sideMenu .menuClose.black:hover:before, #sideMenu .menuClose.black:hover:after{
    background-color: #000 !important;
}

#sideMenu .menuPanel {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100vh;
	background:rgba(34,34,34,1);
	background:rgba(255,255,255,1);
	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;
}

#sideMenu .menuArea {
	position:relative;
	/*display:flex;
	-webkit-box-flex:1 1 auto;
	   -moz-box-flex:1 1 auto;
	    -webkit-flex:1 1 auto;
	  		-ms-flex:1 1 auto;
	  			flex:1 1 auto;*/
	display:block;
	/*flex: 1 1 auto;
	flex-grow:1;
	flex-shrink:1;
	flex-basis:auto;*/
}
#sideMenu .menuFooter {
	position:relative;
	display:flex;
	display:block;
	text-align:center;
	padding: 20px 25px;
}

#sideMenu .menuFooter .logo {
	display:block;
	margin:10px 0 20px;
}
#sideMenu .menuFooter .logo img {
	margin-left:0px;
}
#sideMenu .menuFooter .copyright {
	font-size:12px;
	color:rgba(153,153,153,1);
	font-weight:600;
	line-height:26px;
	letter-spacing:-0.5px;
}

#sideMenu .menuFooter .phone {
	position: relative;
	text-align:center;
	display:inline-block; 
	height:30px; 
	line-height:28px; 
	padding:0 14px 0 36px; 
	text-decoration:none;
	font-size:14px;
	width:auto;
	overflow:hidden; 
	border-radius: 15px 15px 15px 15px;
	background:rgba(153,153,153,1) url(/imgs/gnb/sns_tel.png) no-repeat 4px 50%;
	color:rgba(255,255,255,1);
}

#sideMenu .side-footer {
	padding:30px 25px 30px;
	font-size:14px;
	color:#fff;
	background:rgba(50,40,30,1);
	background:rgba(130,130,130,1);
	
	background:rgba(140,115,115,1);
	margin-top:auto;
	text-align:center;
}

#sideMenu .side-addr {
	padding:20px 10px 30px 25px;
	font-size:14px;
	color:#fff;
	background:rgba(50,40,30,1);
}

#sideMenu .side-addrPoint {
	margin: 0px 0 0px;
	padding-left: 20px;
}
#sideMenu .side-addrPoint li {
	font-weight: 300;
	list-style:circle outside none;
	line-height: 140%;
	margin-bottom:10px;
	color:rgba(255,255,255,1);
	text-align:left;
	font-size:14px;
}
#sideMenu .side-addrPoint li strong {
	font-weight: 400;	
}

#sideMenu .footer {
	position:relative;
	display:block;
}
#sideMenu .sidePanel .logo {
	display:block;
	padding:20px 30px;
	text-align:center;
}
#sideMenu .sidePanel .logo img {
	display:inline-block;
}


/* side gnb */
body.side-open {
	/*position: absolute;
    left: 0;
    right: 0;*/	
	overflow:hidden;
}
#side-gnb.side-open {
	visibility:visible;
}

#side-gnb.side-open .menuBack {
	
	opacity:.6;
	visibility:visible;
}

#side-gnb {
	visibility:hidden;
	display:block;
	position: fixed; 
	width: 100%;
	height: 100vh;
	top: 0px;
	left: 0;
    right: 0;
	z-index: 2999;
}
#side-gnb .sidePanel {
	position:relative;
	padding:35px 40px 0;
	/*background:rgba(255,255,255,1) url(/imgs/head-icon/bg_01.png) 122% -80px no-repeat;*/
}
#side-gnb .sidePanel .logo img {
}

#side-gnb .menuBack {
	visibility:hidden;
	position: absolute; 
	width: 100%;
	height: 100vh;
	top: 0px;
	left: 0;
    right: 0;
	background:rgba(0,0,0,1);
	
	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;
}

#side-gnb .menuClose {
	position: fixed;
    z-index: 3;
	font-size: 0;
    width: 40px;
    height: 40px;
    top: 30px;
    right: 30px;
	cursor: pointer;
}

#side-gnb .menuClose:before, #side-gnb .menuClose: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:rgba(102,102,102,1);;
}
#side-gnb .menuClose:before {
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
			transform: rotate(45deg);
}
#side-gnb .menuClose:after {

	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	     -o-transform: rotate(-45deg);
			transform: rotate(-45deg);
}

#side-gnb .menuClose:hover:before, #side-gnb .menuClose:hover:after{
    background-color: rgba(33,33,33,1) !important;
}

#side-gnb .menuClose.black:before, #side-gnb .menuClose.black:after {
    background-color:#999 !important;
}
#side-gnb .menuClose.black:hover:before, #side-gnb .menuClose.black:hover:after{
    background-color: #000 !important;
}

#side-gnb .menuPanel {
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    height: 100vh;
	background:rgba(34,34,34,1);
	background:rgba(255,255,255,1);
	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;
}

#side-gnb .menuArea {
	position:relative;
	/*display:flex;
	-webkit-box-flex:1 1 auto;
	   -moz-box-flex:1 1 auto;
	    -webkit-flex:1 1 auto;
	  		-ms-flex:1 1 auto;
	  			flex:1 1 auto;*/
	display:block;
	/*flex: 1 1 auto;
	flex-grow:1;
	flex-shrink:1;
	flex-basis:auto;*/
}
#side-gnb .menuFooter {
	position:relative;
	display:flex;
	display:block;
	text-align:left;
	padding:30px 40px 20px 40px;
	font-size:14px;
	color:#fff;
    background: rgba(2,80,50,1);
	margin-top:auto;
}
#side-gnb .menuFooter .sns {
	position:relative;
	display:table;
	padding:0px 0 30px;
}
#side-gnb .menuFooter .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;
}
#side-gnb .menuFooter .sns-group {
	position:relative;
	display:table-cell;
	vertical-align:middle;
}

#side-gnb .menuFooter .sns-group .naviSocial_text > li a .txt {
	color:rgba(255,255,255,1);
}
#side-gnb .menuFooter .sns-group .naviSocial_text > li a.instagram .ico {background: url('/imgs/gnb/sns_instagram2.png') no-repeat center 50%;}
#side-gnb .menuFooter .sns-group .naviSocial_text > li a.instagram:hover .ico {background:#e9224f url(/imgs/gnb/sns_instagram3.png) no-repeat center 50%; margin-right:7px;}
#side-gnb .menuFooter .logo {
	display:block;
	margin:10px 0 20px;
}
#side-gnb .menuFooter .logo img {
	margin-left:0px;
}
#side-gnb .menuFooter .copyright {
	font-size:12px;
	color:rgba(153,153,153,1);
	font-weight:600;
	line-height:26px;
	letter-spacing:-0.5px;
}

#side-gnb .menuFooter .phone {
	position: relative;
	text-align:center;
	display:inline-block; 
	height:30px; 
	line-height:28px; 
	padding:0 14px 0 36px; 
	text-decoration:none;
	font-size:14px;
	width:auto;
	overflow:hidden; 
	border-radius: 15px 15px 15px 15px;
	background:rgba(153,153,153,1) url(/imgs/gnb/sns_tel.png) no-repeat 4px 50%;
	color:rgba(255,255,255,1);
}

#side-gnb .side-footer {
	padding:20px 25px 30px;
	font-size:14px;
	color:#fff;
	background:rgba(60,45,45,1);
	margin-top:auto;
	text-align:center;
}

#side-gnb .side-addr {
	padding:20px 10px 30px 25px;
	font-size:14px;
	color:#fff;
	background:rgba(60,45,45,1);
}

#side-gnb .side-addrPoint {
	margin: 0px 0 20px;
	padding-left: 20px;
}
#side-gnb .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;
}
#side-gnb .side-addrPoint li strong {
	font-weight: 400;	
}

#side-gnb .footer {
	position:relative;
	display:block;
}

.sideGnb {
	position:relative;
	display:block;
	margin: 0;
	min-height:280px;
	width:100%;
	padding:40px 0px 40px; 
	/*text-transform:uppercase;*/
}
.sideGnb > li {
	position:relative;
	display:table;
	width:100%;
	padding:15px 0 15px;
	
	border-bottom:1px solid rgba(200,200,200,.4);
}
.sideGnb > li:last-child {
	padding-bottom:0px;
	border-bottom:none;
}
.sideGnb > li > .nchild {
	position:relative;
	display:table-cell;
	width:50%;
	vertical-align:top;
	
}
.sideGnb > li > a {
	position:relative;
	display:table-cell;
	width:50%;
	vertical-align:top;
	padding:3px 10px 0 0;
}

.sideGnb > li > a div {
	position:relative;
	display:inline-block;
	font-size: 16px;
	text-decoration: none;
	
    color: rgba(60,60,60,1);
	line-height:130%;
	font-family:"Raleway","Gothic A1",serif;
	font-weight:500;
	white-space: nowrap; 
	letter-spacing:0px;
	letter-spacing:0.5px;
	-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
	/*text-transform:uppercase;*/
}

.sideGnb > li > a span {
	display:none;
	font-size:14px;
	line-height:20px;
	font-weight:300;
	margin-left:2px;
	color:rgba(60,60,60,1);
}

.sideGnb > li > a:hover div {color: rgba(190,130,100,1);}
.sideGnb > li > a:hover span {color: rgba(190,130,100,1);}

.sideGnb > li > a .underline {
    position: absolute;
    top: 0px;
    left:calc(100% + 5px);
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid rgba(160,125,90,1);
	border: 1px solid rgba(190,130,100,1);
    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;
}

.sideGnb > li.on > a div,
.sideGnb > li.on > a:hover div {
	color: rgba(130,95,65,1);
	color: rgba(190,130,100,1);
}
.sideGnb > li.on > a div .underline {
	display:block;
}

.sideGnb .nchild > li {
	padding:0px 0px 3px 0px;
	position:relative;
	display:block; 
}
.sideGnb .nchild > li:last-child {
	padding:0px 0px 0px 0px;
}
.sideGnb .nchild a { 
	position:relative; 
	display:inline-block; 
	padding:5px 0px 0px 0px; 
	font-size:15px;
	color:rgba(60,60,60,1);
	color:rgba(160,125,90,1);
	color:rgba(60,60,60,1);
	
	font-weight:400;
	text-align:left;
	line-height:130%;
}
.sideGnb .nchild a:hover {color:rgba(0,0,0,1);color:rgba(190,130,100,1);}
.sideGnb .nchild > li.on > a {
	color:rgba(130,95,65,1);
	color:rgba(0,0,0,1);
	color:rgba(190,130,100,1);
}
.sideGnb .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:rgba(0,0,0,1);
	background:rgba(160,125,90,1);
	background:rgba(190,130,100,1);
}
.sideGnb .nchild > li a:before{
	content:''; 
	display:block; 
	position:absolute; 
	top:115%; left:0; 
	width:0; height:1px; 
	background:rgba(160,125,90,1); 
	background:rgba(190,130,100,1);
	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;
}
.sideGnb .nchild > li a:hover:before {width:100%}


@media screen and (max-width: 1340px) {
	#side-gnb .menuPanel {
		width: 40%;
	}
}
@media screen and (max-width: 1024px) {
	#side-gnb .menuPanel {
		width: 50%;
	}
	#side-gnb .sidePanel {
		padding:30px 30px 0;
	}
	
	#side-gnb .menuClose {
		top:15px;
		right:15px;
		width: 30px;
		height: 30px;
	}

	#side-gnb .menuClose:before, #side-gnb .menuClose:after {
		margin-top: 15px;
	}
	
	#side-gnb .menuFooter {
		padding:30px 30px 20px 30px;
	}
}
@media screen and (max-width: 768px) {
	#side-gnb .menuPanel {
		width: 60%;
	}
}
@media screen and (max-width: 640px) {
	#side-gnb .menuPanel {
		width: 80%;
	}
	
	
}
@media screen and (max-width: 480px) {
	#side-gnb .menuPanel {
		width: 85%;
	}
	
}
@media screen and (max-width: 425px) {
	.sideGnb > li > .nchild {
		display:block;
		width:100%;
		padding:10px 0px 0px 20px;
	}
	.sideGnb > li > a {
		display:block;
		width:100%;
		padding:0px 0px 0px 0;
	}
	.sideGnb .nchild > li.on > a:after {
		top:calc(50%);
		left:-20px; 
		width:10px;
	}
}
@media screen and (max-width: 375px) {
	#side-gnb .menuPanel {
		width: 90%;
	}
	
	#side-gnb .sidePanel {
		padding:20px 25px 0;
	}
	
	#side-gnb .menuFooter {
		padding:25px;
	}
	
}
.side-info {
	position:relative;
	padding:20px 25px;
	background: rgba(60,60,60,1);
	text-align:center;
}
.side-info .side-reserv {
	font-size:0;
	margin:0 -3px;
}
.side-info .side-reserv > li {
	position:relative;
	display:inline-block;
	width:calc(33.33333% - 6px);
	margin:0 3px;
	
	border:1px solid rgba(255,255,255,.3);
	
}
.side-info .side-reserv > li a {
	position:relative;
	display:inline-block;
	width:100%;
	padding:43px 0 12px;
	font-size:14px;
	line-height:130%;
	font-weight:400;
	color:rgba(255,255,255,1);
	
}
.side-info .side-reserv > li a.location {
	background:url(/imgs/gnb/reserv/ico-location.png) no-repeat 50% 15px;
}
.side-info .side-reserv > li a.room {
	background:url(/imgs/gnb/reserv/ico-room.png) no-repeat 50% 15px;
}
.side-info .side-reserv > li a.meeting {
	background:url(/imgs/gnb/reserv/ico-meeting.png) no-repeat 50% 15px;
}
.side-info .side-reserv > li a.wedding {
	background:url(/imgs/gnb/reserv/ico-wedding.png) no-repeat 50% 15px;
}
.side-phone {
	font-size:0;
	margin:10px -3px 0;
}
.side-phone > li {
	position:relative;
	display:inline-block;
	width:calc(50% - 6px);
	margin:0 3px;
	
	border:1px solid rgba(255,255,255,.3);
	border:1px solid rgba(255,255,255,.6);
}
.side-phone > li a {
	position:relative;
	display:inline-block;
	width:100%;
	padding:0px 10px 0px 30px;
	font-size:14px;
	line-height:36px;
	font-weight:400;
	color:rgba(255,255,255,1);
	text-align:center;
	background:url(/imgs/gnb/reserv/ico-call-m.png) no-repeat 10px 50%;
}

.side-phone > li a span{
	margin-left:10px;
}

.side-info .side-loc {
	font-size:0;
	margin:10px -3px 0;
}
.side-info .side-loc > li {
	position:relative;
	display:inline-block;
	width:calc(100% - 6px);
	margin:0 3px;
	
	background:rgba(100,100,100,1);
	background:rgba(255,255,255,1);
}
.side-info .side-loc > li a {
	position:relative;
	display:inline-block;
	width:100%;
	padding:0px 10px 0px 10px;
	font-size:14px;
	line-height:36px;
	font-weight:400;
	color:rgba(255,255,255,1);
    color:rgba(60,45,45,1);
	/*background:url(/imgs/gnb/reserv/ico-call-m.png) no-repeat 10px 50%;*/
}
.side-info .side-loc > li a img {
	margin-bottom:3px;
}
.side-info .side-loc > li a span{
	margin-left:10px;
}
.side-info .side-loc > li a:after { 
	/*position: absolute; 
	top: 0; left: 10px; bottom: 0; 
	display: block; 
	font-family: 'themify';
	content: "\e693";
	font-weight: normal;*/
}


.side-language {
	position:relative;
	margin:0 auto 10px;
	display:inline-block;
}
.side-language > li {
	position:relative;
	display:inline-block;
	margin:0 20px 0 0;
}
.side-language > li:last-child {
	margin:0 0px 0 0;
}
.side-language > li a {
	position:relative;
	display:inline-block;
	width:100%;
	padding:3px 0px 0px 0px;
	font-weight:600; 
	color:#fff; 
	border-top:2px solid transparent; 
	font-size:13px;
	line-height:30px;
	color:rgba(255,255,255,1);
	text-transform:uppercase;
}
.side-language > li.on a {
	border-top-color:#fff; 
}

.sideNavi {
	position:relative;
	display:block;
	margin: 0;
	min-height:280px;
	width:100%;
	padding:0px 0px 0px; 
	/*text-transform:uppercase;*/
}
.sideNavi > li > a {
	position:relative;
	display:block;
	padding: 15px 20px 15px 30px;
	font-size: 16px;
	text-decoration: none;
	color:rgba(60,60,60,1);
	line-height:20px;
	border-bottom:1px solid rgba(232,232,232, 1);
	white-space: nowrap; overflow: hidden; text-overflow:ellipsis;
}
.sideNavi > li.on > a {
	color:rgba(190,130,100,1);
}
.sideNavi > li.on > a div {
	/*font-weight:600;*/
}
.sideNavi > li > a div {
	display:inline-block;
	font-weight:500;
	letter-spacing:0px;
}
.sideNavi > li > a span {
	font-size:14px;
	float:right;
	line-height:20px;
	padding-left: 8px;
	font-weight:300;
	font-family:"Gothic A1",sans-serif;
	display:none;
}

.sideNavi > li.has-child > a:after {
	position: absolute;
	right: 30px;
	top: 17px;
	z-index: 5;
	display: block;
	height:16px;
	width: 1px;
	background: rgba(102,102,102, 1);
	content: "";
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.sideNavi > li.has-child > a:before {
	position: absolute;
	right: 22px;
	top: 24px;
	display: block;
	width: 17px;
	height: 1px;
	background: rgba(102,102,102, 1);
	content: "";
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.sideNavi .nchild-group {
	position:relative;
	display:none;
	background:rgba(250,250,250,1);
	border-bottom:1px solid rgba(232,232,232, 1);
}
.sideNavi .nchild-tour {
	position:relative;
	display:table;
	width:100%;
	border-bottom:1px solid rgba(232,232,232, 1);
}
.sideNavi .nchild-tit {
	display:table-cell;
	width:40%;
	padding-left:30px;
	font-size:15px;
	font-weight:400;
	line-height:140%;
	color:#000;
}
.sideNavi .c1 {
	display:table-cell;
	width:60%;
	border-left:1px solid rgba(232,232,232, 1);
}
.sideNavi .gnb-sub-all {
	display:none;
}
.sideNavi .nchild {
	/*background:rgba(250,250,250,1);
	border-bottom:1px solid rgba(232,232,232, 1);*/
}
.sideNavi .nchild-Tit {display:none}
.sideNavi .nchild > li {
	/*margin-left:30px;*/
	border-bottom: 1px solid #f1f1f2;
}
.sideNavi .nchild > li:last-child {
	border-bottom: none;
}

.sideNavi .nchild > li > a {
	position:relative;
	display:block;
	padding: 12px 20px 12px 30px;
	font-size: 14px;
	text-decoration: none;
	color:rgba(60,60,60,1);
	line-height:1;
	
	white-space: nowrap; overflow: hidden; text-overflow:ellipsis;
}
.sideNavi .nchild > li > a:hover {
	color:rgba(0,0,0,1);
} 


.sideNavi > li.open > a {
	color:rgba(190,130,100,1);
}

.sideNavi > li.has-child.open > a:before {
	background: rgba(102,102,102, 0);
}
.sideNavi > li.has-child.open > a:after {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	background: rgba(102,102,102, 1);
}
.sideNavi > li.has-child.open > a {
	/*border-bottom:1px solid rgba(102,102,102, 0);*/
}

.sideNavi .nchild > li.open > a,
.sideNavi .nchild > li.on > a{
	color:rgba(0, 0, 0, 1);
	font-weight:400;
	background:rgba(243,242,245,1);
}
.sideNavi .nchild > li.on > a:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 1px;
    margin-right: 8px;
    background-color:rgba(220,120,1,1);
	background-color:rgba(0,0,0,1);
    vertical-align: middle;
}
.sideNavi .nchild > li.on > a> div {
     display: inline-block;
}



.gnbBgF {
	position:absolute;
	top:0;
	left:0;
	width: 100%; 
	height:260px;
	z-index: 100;
	display:none;
	background:url(/imgs/gnb/gnbBG.png) repeat-x;
}


@media screen and (max-width: 1440px) {
	
	
}
@media screen and (max-width: 1280px) {
	.naviArea .navi > li > a {
		padding:0px 20px 0px;
	}
}

@media screen and (max-width: 1024px) {
	#gnb {display:none;}
	.gnbBgF {display:none}
	#gnbMobile {display:block;}
	.gnb-sub {display:none};
	
}

@media screen and (max-width: 768px) {
	.mobileLogo { 
		/*margin-left:20px;*/
	}
	.mobileBtn {
		right:20px;
	}
	#hamburger {
		/*width: 26px;*/
	}
	
	.mobile-gnb-reserv { 
		font-size:14px;
		padding:8px 15px;
	}
}
@media screen and (max-width: 480px) {
	.side-phone > li {
		width:calc(100% - 6px);
		margin:3px 3px;
	}
}

@media screen and (max-width: 414px) {
	.mobile-gnb-reserv { 
		font-size:12px;
		padding:10px 10px;
	}
	.side-info {
		padding:20px 15px;
	}
	.side-info .side-reserv > li a {
		font-size:13px;
	}
	#sideMenu .side-footer {
		padding:30px 15px 30px;
	}
	
}


#bottomSet {position:fixed; bottom:-150px; right:40px; z-index:201;/*footer z-index 보다 작게 */-webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease;}
#bottomSet img {width:40px}

/* footer */
#footer {
	position: relative;
	overflow:hidden;
	background:rgba(45,55,40,1);
	background:rgba(2,80,50,1);
	background:rgba(2,65,45,1);
    /*background:rgba(25,60,55,1);*/
}
#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:#ca9d75;
	color:rgba(230,221,193,1);
	
	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  .naviSocial > 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:rgba(230,221,193,1);
	border:1px solid rgba(230,221,193,1);
	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;}

@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: 375px) {
	#footer .footer-phone-list .purpose {
		margin-right:0px;
	}
	#footer .footer-phone-list .ment {
		display:block;
		margin-top:15px;
	}

}


.infoConcierge {
	position: relative;
	padding: 35px 0 30px 0;
	font-size: 15px;
	text-align: left;
	color:rgba(255,255,255,1);
	background:rgba(108,108,108,1);
	color:rgba(0,0,0,1);
	background:rgba(245,245,245,1);
	font-family:"Playfair Display SC","Gothic A1",serif;
}
.infoConcierge .in {
	position:relative;
	width:100%;
	display:table;
}
.infoConcierge .left {
	display:table-cell;
	text-align:left;
	vertical-align:top;
	width:30%;
}
.infoConcierge .right {
	display:table-cell;
	text-align:left;
	vertical-align:top;
	width:70%;
	padding:0 0px 0 40px;
}
.infoConcierge h1 {
	font-size: 40px;
	line-height:100%;
	margin-bottom:10px;
}
.infoConcierge p {
	font-family:"Gothic A1",serif;
}
.telGroup {
	position:relative;
	font-size:0;
	font-family:"Gothic A1",serif;
}
.telGroup li {
	position:relative;
	display: inline-block;
	width:25%;
	text-align: left;  
	margin:10px 0px 10px 0;
}
.telGroup li .inner {
	position:relative;
	display:inline-block;
	
}
.telGroup .po {
	margin:0 0px 5px 0;
	display: inline-block;
	width: 160px; 
	text-align: center; 
	font-size: 13px; 
	letter-spacing:0; 
	position: relative; 
	line-height:26px;
	padding: 0 0px 0 0px; 
	letter-spacing:0.5px;
	-webkit-border-radius: 20px 20px 20px 20px; -moz-border-radius: 20px 20px 20px 20px; border-radius: 20px 20px 20px 20px;
	color:rgba(51,51,51,1);
	font-weight:400;
	background:rgba(255,255,255,1);
}
.telGroup .phoneNum {
	color:rgba(255,255,255,1);
	color:rgba(0,0,0,1);
	font-weight:400;
	font-size:18px;
	text-align: center; 
}




.unitBox {position:relative;padding:0px 0px 20px;vertical-align:top;font-size:0;}
.unitBox h5 {
	line-height:1.2;
	font-size:13px;
}
.unitBox h4 {font-family:"Barlow",sans-serif;color:#fff;font-size:14px;line-height:1.4;}
.unitBox a.last {margin-right:0px;margin-left:2%;}
.unitBox a {
	width:48%;display:inline-block;
	margin-right:2%;
	text-transform:uppercase;
	background-color:rgba(64,64,64,.45);
	color:#fff;
	text-align:center;
	padding:4px;
}
.unitBox a.last {background-color:rgba(64,64,64,.6);}
.unitBox a:hover {background-color:rgba(64,64,64,1);}
.unitBox .unitBoxIn {border:1px solid rgba(255,255,255,.3);padding:10px 10px 12px 10px;}


/* 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;}

/* MAGNIFIC POPUP DEBUGGING */
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: 1440px) {
	.container, .container1200, .container1000, .container840, .articleContainer, .fullContainer, .imgContainer, .imgContainer2, .imgContainer840, .imgContainer1000, .imgContainer1200, .noticeContainer, .full-imgContainer {padding:0 40px}	
}
@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, .noticeContainer, .full-imgContainer {padding:0 40px}
	.fullPageContainer {padding:0 40px}
}
@media screen and (max-width: 1180px) {
}
@media screen and (max-width: 1024px) {
	.container, .container1200, .container1000, .container840, .articleContainer, .fullContainer, .imgContainer, .imgContainer2, .imgContainer840, .imgContainer1000, .imgContainer1200, .noticeContainer, .full-imgContainer {padding:0 30px}
	.fullPageContainer {padding:0 30px}
	#page {padding:0px !important;}
	#sideMenu .menuClose {
		right: 20px;
	}	
}
@media screen and (max-width: 980px) {
	
	.sideContainer {
		padding: 20px 40px 30px;
	}
	#sideMenu .menuClose {
		top:15px;
		right:15px;
		width: 30px;
		height: 30px;
	}

	#sideMenu .menuClose:before, #sideMenu .menuClose:after {
		margin-top: 15px;
	}
	
	/* 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, .imgContainer1000, .imgContainer1200, .noticeContainer, .full-imgContainer {padding:0 20px}
}

@media screen and (max-width: 640px) {
	#sideMenu .menuPanel {
		width: 80%;
	}
	
	.infoConcierge .left {
		display:block;width:100% !important;padding:0 0px 10px 0 !important;text-align:center;
	}
	.infoConcierge .right {
		display:block;width:100% !important;padding:0 0px 0px 0 !important;text-align:center;
	}
	.infoConcierge h1 {
		font-size: 30px;
	}
	.telGroup li {
		text-align: center;  
	}
	.telGroup .phoneNum {
		font-size:16px;
	}


}
@media screen and (max-width: 480px) {
	.imgContainer, .imgContainer840, .imgContainer1000, .imgContainer1200, .full-imgContainer {padding:0 0}
	
	
	.sideContainer {
		padding: 20px 20px 30px 30px;
	}
	#sideMenu .menuPanel {
		width: 85%;
	}
	
	.sideGnb > li > a {
		width:40%;
	}
	.sideGnb > li > .nchild {
		width:60%;
	}
	br.none360 {display:block !important;}
	br.br_none360 {display:none}
}
@media screen and (max-width: 414px) {
	.sideNavi > li > a {
		font-size: 15px;
	}
	br.none414 {display:block !important;}
}
@media screen and (max-width: 375px) {
	.imgContainer2 {padding:0 0}
	
	#sideMenu .sidePanel .logo {
		padding:20px 20px;
	}
	.sideNavi .nchild-tit {
		padding-left:20px;
	}
	.sideNavi > li > a {
		padding: 15px 20px 15px 20px;
	}
	.sideNavi > li.has-child > a:after {
		right: 25px;
	}
	.sideNavi > li.has-child > a:before {
		right: 17px;
	}
	.sideNavi .nchild > li > a {
		padding: 12px 20px 12px 20px;
	}
	#sideMenu .side-addr {
		padding:20px 10px 30px 20px;
	}
	#sideMenu .menuFooter {
		padding: 15px;
	}
	.telGroup li {
		width:100%;
	}
	br.none320 {display:block !important;}
}

@media screen and (max-width: 320px) {
	.noticeContainer {padding:0 0}
	.fullPageContainer {padding:0 30px}
}


#sideQuick {
	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;
}
#sideQuick.bottom {
	top: auto;
	-webkit-transform:none;
	-moz-transform:none;
	-ms-transform:none;
	-o-transform:none;
	transform:none;
	bottom:100px;
}
#sideQuick > li {
    font-size:0;
}
#sideQuick > li+li {
    margin-top:12px;
}
#sideQuick .tel {
	display:none;
}

#sideQuick .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%;
}

#sideQuick .top {
    margin-bottom:0px;
	opacity:0;
	visibility:hidden;
}
#sideQuick.topShow {
	margin-top:0px;
	bottom:100px;
}
#sideQuick.topShow .item.top {
	margin-bottom:0px;
	opacity:1;
	visibility:visible;
}

#sideQuick .bg {
	/*background-color:#98837f !important;*/
	background: url(/imgs/side/bg.png) center center repeat-x;
}
#sideQuick .bg-dark {
    background-color:#55463c !important;
}
#sideQuick .item .icon {
	position:relative;
    display: inline-block;
	width:60px;
    height:60px;
	overflow: hidden;
    -webkit-border-radius: 50%;
    border-radius: 50%;
	background-size:contain;
	
}
#sideQuick .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)";
}
#sideQuick .text-white .text {
	color: #fff;
}


#sideQuick .item:hover {
	width:auto;
	-webkit-border-radius:30px;
	border-radius:30px;
	padding:0 25px 0 5px;
}
#sideQuick .top:hover {
	padding:0 0px 0 0;
}
#sideQuick .item:hover .text {
	display:inline-block;
	width:auto;
	opacity:1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


#sideQuick .item .blind {
    overflow: hidden;
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
}
#sideQuick .top .icon {
	background-image: url(/imgs/side/topArrow.png);
	background-position:center center;
	background-repeat:no-repeat;
}
#sideQuick .kakaotalk {
	background-color:#ffcd00 !important;
}

#sideQuick .kakaotalk .icon {
	background-image: url(/imgs/side/talk.png);
	background-position:center center;
	background-repeat:no-repeat;
}
#sideQuick .kakaotalk .w {
	background-image: url(/imgs/side/talk_w.png);
	background-position:center center;
	background-repeat:no-repeat;
}
#sideQuick .kakaotalk .kakaotalk {
	background-image: url(/imgs/side/kakaotalk.png);
	background-position:center center;
	background-repeat:no-repeat;
}
#sideQuick .kakaotalk .kakaotalk_w {
	background-image: url(/imgs/side/kakaotalk_w.png);
	background-position:center center;
	background-repeat:no-repeat;
}

#sideQuick .reservation .icon {
	background-image: url(/imgs/side/reservation.png);
	background-position:center center;
	background-repeat:no-repeat;
}
#sideQuick .reservation .w {
	background-image: url(/imgs/side/reservation_w.png);
	background-position:center center;
	background-repeat:no-repeat;
}
#sideQuick .reservation .reserv2 {
	background-image: url(/imgs/side/reservation2.png);
	background-position:center center;
	background-repeat:no-repeat;
}
#sideQuick .reservation .reserv2_w {
	background-image: url(/imgs/side/reservation2_w.png);
	background-position:center center;
	background-repeat:no-repeat;
}

#sideQuick .parking .icon {
	background-image: url(/imgs/side/parking.png);
	background-position:center center;
	background-repeat:no-repeat;
}
#sideQuick .parking .w {
	background-image: url(/imgs/side/parking_w.png);
	background-position:center center;
	background-repeat:no-repeat;
}

#sideQuick .phone .icon {
	background-image: url(/imgs/side/phone.png);
	background-position:center center;
	background-repeat:no-repeat;
}
#sideQuick .phone .w {
	background-image: url(/imgs/side/phone_w.png);
	background-position:center center;
	background-repeat:no-repeat;
}
@media screen and (max-width: 1440px) {
	#sideQuick {
		right:40px; 
	}
}

@media screen and (max-width: 1024px) {
	#sideQuick {
		right:30px;
	}
}
@media screen and (max-width: 900px) {
	#sideQuick.topShow {
		bottom:50px; 
	}
	
}
@media screen and (max-width: 768px) {
	#sideQuick {
		right:20px;
	}
	#sideQuick.topShow {
		bottom:20px; 
	}
	#sideQuick .tel {
		display:inline-block;
	}
	#sideQuick .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);
	}
	#sideQuick .item:hover {
		-webkit-border-radius:22px;
		border-radius:22px;
	}
	#sideQuick > li+li {
 	   margin-top:10px;
	}

	#sideQuick .item .icon {
		width:44px;
		height:44px;
	}
	#sideQuick .item .text {
		font-size: 14px;
		line-height: 42px;
	}
}

@media screen and (max-width: 480px) {
	#sideQuick {
		right:15px;
	}
}