@charset "utf-8";

html,
body {width:100%;height:100%;box-shadow: none;}
body {
	line-height: 1.7; 
	
}
html.fix {overflow-y: hidden;}
body.fix {overflow-y: hidden;}
#page {width:100%;height:100%;box-shadow: none;position:relative;min-width:320px;}
#page {margin: 0; padding: 0;}

.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:#fff;
	z-index: 999999;
}

.container,.f-container,.imgContainer {
	width:100%;
	max-width: 1400px;
	margin:0 auto;
}
.floorContainer {
	width:100%;
	max-width: 1400px;
	margin:0 auto;
}
.imgContainer2 {
	width:100%;
	max-width: 1400px;
	margin:0 auto;
}

.articleContainer {
	width:100%;
	max-width: 1800px;
	margin:0 auto;
	padding:0 30px;
}

.mediaContainer {
	width:100%;
	max-width: 1100px;
	margin:0 auto;
	padding:0 auto;
}

br.none {
	display:none;
}
br.none2 {
	display:none;
}


/* #gnb */
#gnb {
	position: fixed;
	top:0px;
	left:0;
	width: 100%; 
	z-index: 150;
	webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease;
	padding:0px 0px;
	margin:0 auto;
	height:80px;
	background:rgba(255,255,255,1);
	border-bottom:1px solid rgba(231,231,231,1);
}
#gnb.banner {
	top:60px;
}
.gnbAllbg {
	position:absolute;
	top:0;
	left:0;
	width: 100%; 
	height:80px;
	z-index: 149;
	background:rgba(255,255,255,1);
	border-bottom:1px solid rgba(231,231,231,1);
	/*box-shadow: 0 3px 8px rgba(0,0,0,.2);*/
	webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
}
#gnb.scroll-up, .gnbAllbg.scroll-up {
	position: fixed;
	box-shadow: 0 5px 10px rgba(0,0,0,.1);
}
#gnb.scroll-down, .gnbAllbg.scroll-down {
	position: fixed;
	top: -90px;
	webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
}
#gnb.banner.scroll-up {
	top: 0px;	
}
#gnb.banner.gnb-scroll-down {
	top: -150px;	
}
.gnbBox {
	display: table;
	width: 100%;
	margin:0 auto;
	z-index: 100;
}
#gnbMobile .gnbBox {
	padding:5px 20px;
}
.gnbBox .gnbBoxItem {
	display:table-cell;
	vertical-align:top;
	width:auto;
}
.gnbBox .gnbL {
	position:absolute;
	left:0;
	top:0;
	z-index:100;
}
.gnbBox .gnbC {
}
.gnbBox .gnbR {
	position:absolute;
	right:0;
	top:0;
}
.gnbBox .gnbBoxNavi {
	display:table-cell;
	vertical-align:middle;
	width:100%;
}

.logoArea {
	position:relative;
	width:300px;
}
.logoArea .logo {
	display: block;
    width: auto;
    position: absolute;
    top: 15px;
    left: 0px;
	
}
.logoArea .logo a { 
	display:block;
	width: 300px; 
	height: 50px; 
	background: url(/imgs/gnb/logo.png) center center no-repeat; text-indent: -9999px; 
	position: relative; 
	webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
}

.gnbNaviArea {position:relative;display: block;width:100%;text-align:center;height:80px;}
.gnbNaviArea .naviMain {
	display: inline-block;
	margin-bottom: 0;
	font-size:0;
	
	vertical-align:top;
}

.gnbNaviArea .naviMain > li, 
.gnbNaviArea .naviMain > li > a {
	display: inline-block;
	position: relative;
}

.gnbNaviArea .naviMain > li {margin:0 0px;}
.gnbNaviArea .naviMain > li > a {
	font-family:"Noto Sans KR",serif;
    font-size: 17px;
	letter-spacing:0px;
    -webkit-transition: none; -moz-transition: none; -o-transition: none; transition: none;
	padding: 0px 30px;
	line-height:80px;
	vertical-align:middle;
}

.gnbNaviArea .naviMain > li > a div {color:rgba(0,0,0,1);text-align:center;position:relative;font-weight:400;}
.gnbNaviArea .naviMain > li > a div .underline {
	position:absolute;
	background:rgba(97,79,70,0);
	bottom: 0px; left: 0; right: 0; height:5px;
	webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
	z-index:-1;
}

.gnbNaviArea .naviMain > li > a span {
	text-align:left;
	display:block;
	font-size:12px;
	color:rgba(0,0,0,.5);
	letter-spacing:-0.5px;
	-webkit-transition: none; -moz-transition: none; -o-transition: none; transition: none;
	line-height:1.0;
	
}
.gnbNaviArea .naviMain > li.on > a div .underline {background:rgba(97,79,70,1);}
/*.gnbNaviArea .naviMain > li > a:hover div {color:rgba(255,255,255,1);}
.gnbNaviArea .naviMain > li > a:hover span {color:rgba(255,255,255,.5);}*/

.gnbNaviArea .naviMain > li > a.on,
.gnbNaviArea .naviMain > li > a:hover,
.gnbNaviArea .naviMain > li.has-child > a.on,
.gnbNaviArea .naviMain > li.has-child > a:hover {
	background:rgba(97,79,70,1);
	-webkit-tap-highlight-color:rgba(0,0,0,0); 
	box-shadow:3px 0px 3px rgba(0,0,0,0.2);
	-webkitbox-shadow:3px 0px 3px rgba(0,0,0,0.2);
	z-index:10;
}

.gnbNaviArea .naviMain > li > a.on div,
.gnbNaviArea .naviMain > li > a:hover div,
.gnbNaviArea .naviMain > li.has-child > a.on div,
.gnbNaviArea .naviMain > li.has-child > a:hover div {
	color:rgba(255,255,255,1);
}

.gnbNaviArea .naviMain > li.has-child > a.on span,
.gnbNaviArea .naviMain > li.has-child > a:hover span {
	color:rgba(255,255,255,1);
}
.gnbNaviArea .naviMain > li.on > a:after {border-color:rgba(238,212,231,1);}
.gnbNaviArea .naviMain .has-child:hover > a:after {border-color: rgba(255,255,255,0);}

.gnbNaviArea .naviMain .nchild {
	position:absolute;
	left:0; 
	top:80px; 
	min-width:170px;
	white-space:nowrap; 
	background:rgba(97,79,70,1);
	text-align:left; 
	padding:20px 0px;
	/*border-radius: 0px 10px 0px 10px;*/
	-webkit-tap-highlight-color:rgba(0,0,0,0); 
	box-shadow:3px 3px 3px rgba(0,0,0,0.2);
	-webkitbox-shadow:3px 3px 3px rgba(0,0,0,0.2);
	margin-top:-0.5px;
	display:none;
	z-index:10;
}

.gnbNaviArea .naviMain > li:first-child .nchild {
	min-width:230px;
}

.gnbNaviArea .naviMain .nchild > li {padding:0px 0px;/*border-top:1px solid rgba(35,26,20,1); */}
.gnbNaviArea .naviMain .nchild > li:first-child { border-top:0;}

.gnbNaviArea .naviMain .nchild > li a { position:relative; display:block; padding:8px 30px 8px; font-size:15px; color:rgba(255,255,255,1);line-height:140%;}
.gnbNaviArea .naviMain .nchild > li a:hover, .gnbNaviArea .naviMain .nchild > li a:focus  {
	background:url(/imgs/gnb/nChildSelect.png) no-repeat 0 center;
}
.gnbNaviArea .naviMain .nchild > li a.on {color:rgba(0,0,0,1);font-weight:400;background:rgba(255,255,255,1);}
.gnbNaviArea .naviMain .nchild > li a.bebe {color:rgba(255,175,0,1);}

.gnbNaviArea .naviMain > li.floor .nchild {
	width:690px;
	left:-200px;
	padding:20px;
}

.gnbFloor {
	display:table;
	width:100%;
}
.gnbFloor a.item:hover {
	background:rgba(135,115,100,1);
}
.gnbFloor .item {
	display:table-row; 
	padding:0px;
	font-size:0px;
	color:rgba(255,255,255,1);
	height:60px;
}
.gnbFloor .item > div {
	display:table-cell;
	font-size:15px;
	line-height:1.3em;
	font-weight:300;
	color:rgba(255,255,255,1);
	padding:7px 15px 8px;
	width:25%;
	text-align:center;
	vertical-align:middle;
	border:1px solid rgba(60,50,40,1);
	border-right:none;
	border-top:none;
	
}
.gnbFloor .item > div:first-child {
	font-size:26px;
	background:rgba(135,115,100,.4);
	font-family:"Oswald", "Noto Sans KR", serif;
}
.gnbFloor .item > div:last-child {
	text-align:left;
	border-right:1px solid rgba(60,50,40,1);
}
.gnbFloor .gnbFloorTit {
	text-align:center;
	background:rgba(35,26,20,1);
	height:38px;
}
.gnbFloor .gnbFloorTit > div:first-child {
	font-size:15px;
	background:rgba(35,26,20,1);
	font-family:"Noto Sans KR", serif;
}
.gnbFloor .gnbFloorTit > div:last-child {
	text-align:center;
}
.gnbRightArea {
	position:relative;text-align:right;width:auto;
	font-size:0;
}
.naviEtc {
	display: inline-block;
	margin-bottom: 0;
	
	vertical-align:middle;
}

.naviEtc > li, 
.naviEtc > li > a {
	display: inline-block;
	position: relative;
}

.naviEtc > li {display:inline-block; position:relative;}
.naviEtc > li:after{content:''; position:absolute; left:-1px; top:0; height:80px; background:rgba(221,221,221,1); width:1px;}

.naviEtc > li > a {
	font-family:"Noto Sans KR",serif;
    font-size: 17px;
	letter-spacing:0px;
    -webkit-transition: none; -moz-transition: none; -o-transition: none; transition: none;
	line-height:80px;
	vertical-align:middle;
	padding:0 30px;
	text-align:center;
}

.naviEtc > li > a div {color:rgba(0,0,0,1);text-align:center;position:relative;}
.naviEtc > li > a div .underline {
	position:absolute;
	background:rgba(142,142,142,0);
	bottom: 0px; left: 0px; right: 0px; height:5px;
	webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
	z-index:-1;
}

.naviEtc > li > a span {
	text-align:left;
	display:block;
	font-size:12px;
	color:rgba(0,0,0,.5);
	letter-spacing:-0.5px;
	-webkit-transition: none; -moz-transition: none; -o-transition: none; transition: none;
	line-height:1.0;
}
.naviEtc > li.on > a div .underline {background:rgba(142,142,142,1);}

.naviEtc > li > a.on,
.naviEtc > li > a:hover,
.naviEtc > li.has-child > a.on,
.naviEtc > li.has-child > a:hover {
	background:rgba(142,142,142,1);
	-webkit-tap-highlight-color:rgba(0,0,0,0); 
	box-shadow:3px 0px 3px rgba(0,0,0,0.2);
	-webkitbox-shadow:3px 0px 3px rgba(0,0,0,0.2);
	z-index:10;
}

.naviEtc > li > a.on div,
.naviEtc > li > a:hover div,
.naviEtc > li.has-child > a.on div,
.naviEtc > li.has-child > a:hover div {
	color:rgba(255,255,255,1);
}

.naviEtc > li.has-child > a.on span,
.naviEtc > li.has-child > a:hover span {
	color:rgba(255,255,255,1);
}
.naviEtc > li.on > a:after {border-color:rgba(238,212,231,1);}
.naviEtc .has-child:hover > a:after {border-color: rgba(255,255,255,0);}

.naviEtc .nchild {
	position:absolute;
	left:0; 
	top:80px; 
	min-width:160px;
	white-space:nowrap; 
	background:rgba(142,142,142,1);
	text-align:left; 
	padding:20px 0px 20px;
	/*border-radius: 0px 10px 0px 10px;*/
	-webkit-tap-highlight-color:rgba(0,0,0,0); 
	box-shadow:3px 3px 3px rgba(0,0,0,0.2);
	-webkitbox-shadow:3px 3px 3px rgba(0,0,0,0.2);
	margin-top:-0.5px;
	display:none;
	z-index:10;
}

.naviEtc .nchild > li {padding:0px 0px;}
.naviEtc .nchild > li:first-child { border-top:0;}

.naviEtc .nchild a { position:relative; display:block; padding:7px 30px 7px; font-size:15px; color:rgba(255,255,255,1);}
.naviEtc .nchild a:hover, .naviEtc .nchild a:focus, .naviEtc .nchild .hover > a  {
	/*color:rgba(0,0,0,1);background:rgba(218,218,218,1);*/
	background:url(/imgs/gnb/nChildSelect.png) no-repeat 0 center;
}
.naviEtc .nchild a.on {color:rgba(0,0,0,1);font-weight:400;background:rgba(255,255,255,1);}

.naviGroup {
	display: inline-block;
	
	vertical-align:top;
}

.naviGroup a {
	display:inline-block;
	font-family:"Noto Sans KR",serif;
    font-size: 13px;
	vertical-align:middle;
	width:160px;
	text-align:center;
	color:rgba(255,204,0,1);
	color:rgba(255,255,255,1);
	padding:18px 0 18px;
	vertical-align:middle;
	line-height:140%;
	letter-spacing:0.2px;
	background:rgba(85,70,60,1);
}
.naviGroup a span {
	font-size:24px;
	line-height:100%;
	letter-spacing:0px;
}

.naviGroup a:hover {
	
	background:rgba(215,155,0,1);
}


.naviSocial {
	display: inline-block;
	width:auto;
	font-size:0;
}

.naviSocial > li{
	display: inline-block;
	*display: inline;
	zoom: 1;
	position: relative;
	margin-left:5px;
}

.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.blog {background:#21c407 url(/imgs/gnb/sns_naverBlog.png) no-repeat center 50%;}
.naviSocial > li a.cafe {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.twitter {background:#00acec url(/imgs/gnb/sns_twitter.png) no-repeat center 50%;}
.naviSocial > li a.instagram {background:#e9224f url(/imgs/gnb/sns_instagram2.png) no-repeat center 50%;}
.naviSocial > li a.kakaotalk {background:#fae100 url(/imgs/gnb/sns_kakaotalk.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;}

#bottomSet {position:fixed; bottom:-150px; right:30px; z-index:9999;-webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease;}

/* mobile */
.mobileGroup {
	margin-left:15px;
	float:right;
}
.mobileGroup .icon {
	width: 28px;
	display:table-cell;
	vertical-align:middle;
	height:50px;
}
.mobileBtn {
	margin-left:15px;
	float:right;
}

#hamburger {
	width: 24px;
	display:table-cell;
	vertical-align:middle;
	height:50px;
}
#hamburger span {
   background: rgba(255,255,255,1);
   background: rgba(35,26,20,1);
   background: rgba(255,255,255,1);
   
   display: block;
   width: 24px;
   height: 3px;
   margin: 5px 0;
}


#gnbMobile {
	position: fixed;
	top:0;
	left:0;
	width: 100%; 
	z-index: 220;
	-webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease;
	/*padding:20px 30px;*/
	
	max-width:1800px;
	margin:0 auto;
	display:none;
	background: rgba(35,26,20,1);
}

#gnbMobile.scroll-down {
	position: fixed;
	top: -70px;	
}
#gnbMobile.banner.scroll-down {
	top: -130px;	
}
#gnbMobile .gnbBox .gnbBoxItem {
	width:50%;
	font-size:0;
}
#gnbMobile .gnbBox .gnbBoxNavi {
	width:50%;
}
#gnbMobile .logo {
	display:block;
	width: auto;
	height:30px;
	margin:0 auto;	
	text-align:left;
}
#gnbMobile .logo a { 
	display:inline-block;
	width: 135px; 
	height: 30px; 
	background: url(/imgs/gnb/logom.png) 0 center no-repeat; text-indent: -9999px; 
}

#gnbMobile .gnbBox .gnbBoxItem {
	display:table-cell;
	vertical-align:middle;
		
}
#gnbMobile .gnbBox .mobileSns {
	width:40px;
	height:40px;
}

#gnbMobile .gnbBox .mobileSns img {
	width:100%;
}


#sideMenu {
	width: 80%; 
	max-width:400px;
	height: 100%; 
	position: fixed; 
	top: 0px; 
	right: -81%; 
	z-index: 999; 
	text-align: left; 
	transition: all 0.2s ease; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease;
	background:rgba(35,26,20,1);
	background:#fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
	padding:0 0 0px 0;
	overflow-y:auto;
}

html.open {overflow: hidden;}
#sideMenu.open {right: 0px;}
.sideMenuBack.open {display: block;}
.sideMenuBack {
	display: none;
	position: fixed;
	left:0;
	top:0;
	bottom:0;
	right:0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	transition: all ease-out 0.3s;
	z-index:200;
}
.open-menu .sideMenuBack {
	visibility: visible;
	opacity: 1;
}
#sideMenu .sideTop {
	position:relative;
	padding:10px 20px;
	text-align:left;
	background:rgba(35,26,20,1);
	/*background:#fff;*/
}
#sideMenu .sideTop h1{
	position:relative;
	font-size:22px;
	font-family:"Open Sans Condensed", "Noto Sans KR", serif;
	font-weight:300;
	color:#fff;
	letter-spacing:0.5px;
	line-height:40px;
	white-space: nowrap; overflow: hidden; text-overflow:ellipsis;
}
.closeXBtn {
	position:absolute;
	top:15px;
	right:20px;
	right:14px;
	width:30px;
	margin:0;
}

#closeX {
	width: 30px;
	display:block;
	vertical-align:middle;
	height: 30px;
	text-align:center;
	background:rgba(35,26,20,1);
	/*border: 1px solid rgba(35,26,20,1);*/
}
#closeX span {
	width:24px;
	position: relative;
	top: 0;
	left: 0;
	display: block;
	height: 2px;
   	background: rgba(35,26,20,1);
	background:rgba(255,255,255,1);
	left:3px;
}

#closeX span.top-bar {
   transform: rotate( 45deg );
   top: 14px;
}

#closeX span.bottom-bar {
   transform: rotate( -45deg );
   top: 12px;
}

#sideMenu .naviSocial {
	position:relative;
	display: block;
	width:100%;
	padding:10px 20px;
	font-size:0;
	background:rgba(255,255,255,1);
	text-align:center;
	margin-bottom:10px;
}



#sideGnb { width:100%;position:relative;padding:0px 0 0px;}
.sideGnbMenu {}
.sideGnbMenu > li > a {
	position:relative;
	display:block;
	padding: 15px 20px 15px;
	font-size: 18px;
	text-decoration: none;
	color:rgba(33, 33, 33,.6);
	line-height:1;
	/*text-transform:uppercase;*/
	font-family:"Open Sans Condensed", "Noto Sans KR", serif;
	border-bottom:1px solid rgba(232,232,232, 1);
	white-space: nowrap; overflow: hidden; text-overflow:ellipsis;
}

.sideGnbMenu > li.open > a,
.sideGnbMenu > li.on > a,
.sideGnbMenu > li > a:hover {
	color:rgba(33, 33, 33,1);
}

.sideGnbMenu > li > a div{
	display:inline-block;
	
}
.sideGnbMenu > li > a span{
	font-size:13px;
	float:right;
	line-height:20px;
	padding-left: 5px;
}

.sideGnbMenu > li.has-child > a:after {
	position: absolute;
	right: 28px;
	top: 16px;
	z-index: 5;
	display: block;
	height: 18px;
	width: 2px;
	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;
}
.sideGnbMenu > li.has-child > a:before {
	position: absolute;
	right: 20px;
	top: 24px;
	display: block;
	width: 18px;
	height: 2px;
	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;
}
.sideGnbMenu > li.has-child.open > a:before {
	background: rgba(102,102,102, 0);
}
.sideGnbMenu > 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);
}
.sideGnbMenu > li.has-child.open > a {
	border-bottom:1px solid rgba(102,102,102, 0);
}
.sideGnbMenu > li.floor .nchild {
	display:none;
}

.sideGnbMenu ul {
	border-bottom:1px solid rgba(232,232,232, 1);
}
.sideGnbMenu ul {
	display:none;
}
.sideGnbMenu ul > li {
	/*margin-left:30px;*/
	border-top: 1px solid #f1f1f2;
}
.sideGnbMenu ul > li > a {
	position:relative;
	display:block;
	padding: 12px 20px 12px 30px;
	font-size: 14px;
	text-decoration: none;
	color:rgba(33, 33, 33,.7);
	line-height:1;
	background:#f9f9fa;
	line-height:140%;
	/*text-transform:uppercase;*/
	font-family:"Open Sans Condensed", "Noto Sans KR", serif;
	white-space: nowrap; overflow: hidden; text-overflow:ellipsis;
}
.sideGnbMenu ul > li > a.bebe {color:rgba(255,110,0,1);}
.sideGnbMenu ul > li > a:hover {
	color:rgba(33, 33, 33,1);
} 
.sideGnbMenu ul > li.open > a,
.sideGnbMenu ul > li.on > a{
	color:rgba(33, 33, 33,1);
	font-weight:400;
}

.sideGnbMenu ul ul {
	display: none;
}
.sideGnbMenu ul ul > li {
	border-top: none;
}

.sideGnbMenu ul ul li a {
	padding: 12px 20px 12px 44px;
	font-size: 14px;
	color:rgba(33, 33, 33,.6);
	background: #f1f1f5;
}

.sideGnbMenu ul ul li a:before {
	position: absolute;
	left: 30px;
	top: 0px;
	z-index: 5;
	display: block;
	height: 40px;
	width: 1px;
	background: rgba(102,102,102, .5);
	content: "";
}

.sideGnbMenu ul ul li a:after {
	position: absolute;
	left: 30px;
	top: 19px;
	z-index: 5;
	display: block;
	height: 1px;
	width: 8px;
	background: rgba(102,102,102, .5);
	content: "";
}

.sideGnbMenu ul ul li:first-child a {
	padding: 12px 20px 12px 30px;
}

.sideGnbMenu ul ul li:first-child a:before {
	display:none;
}

.sideGnbMenu ul ul li:first-child a:after {
	display:none;
}

.sideGnbMenu ul ul li:last-child a:before {
	height: 20px;
}

.sideGnbMenu ul ul > li.on > a{
	color:rgba(33, 33, 33,1);
	font-weight:400;
}

.sideGnbMenu ul li.has-child > a:after {
	position: absolute;
	right: 28px;
	top: 13px;
	z-index: 5;
	display: block;
	height: 17px;
	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;
}
.sideGnbMenu ul li.has-child > a:before {
	position: absolute;
	right: 20px;
	top: 21px;
	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;
}
.sideGnbMenu ul li.has-child.open > a:before {
	background: rgba(102,102,102, 0);
}
.sideGnbMenu ul 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);
}
.sideGnbMenu ul li.has-child.open > a {
	/*border-bottom:1px solid rgba(102,102,102, 0);*/
}


.unitBox {position:relative;padding:20px 15px;vertical-align:top;font-size:0;}
.unitBox h5 {
	line-height:1.2;
	font-size:13px;
}
.unitBox h4 {font-family: "Open Sans Condensed", "Noto Sans KR", 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;}

#footer {
	position: relative;
	z-index: 200;
}

#footer .footerArea {
	position: relative;
	padding: 60px 0 40px 0;
	font-size: 14px;
	text-align: center;
	color: #919191;
	
	background: rgba(85,70,60,1);
}


#footer .footerArea.copyArea {
	padding: 20px 0 20px 0;
	background: rgba(35,26,20,1);
}

#footer .footerArea svg {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -96px;
	margin-top: -50px;
	
}
#footer .footerArea svg path {
	
	fill: rgba(40,35,40,1);
	fill: rgba(85,70,60,1);
}

#footer .footerArea .btn--top {
	position: absolute;
	top: 0px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

#footer .footerArea .btn--top_text {
	display: block;
	position: absolute;
	top: -40px;
	left: 50%;
	width: 80px;
	height: 60px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: white;
	-moz-transform: translateX(-50%) translateY(-30%);
  	-ms-transform: translateX(-50%) translateY(-30%);
  	-o-transform: translateX(-50%) translateY(-30%);
  	-webkit-transform: translateX(-50%) translateY(-30%);
  	transform: translateX(-50%) translateY(-30%);
}
#footer .footerArea .btn--top_text .btn__arrow {
    display: block;
    position: absolute;
    left: 50%;
    height: 10px;
    width: 10px;
    border-left: 2px solid white;
    border-top: 2px solid white;
    -moz-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    -o-transform: translateX(-50%) rotate(45deg);
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg); }
#footer .footerArea .btn--top_text .btn__arrow--top {
    top: 32px;
}
#footer .footerArea .btn--top_text .btn__arrow--bottom {
    top: 38px;
}
/*#footer .footerArea .privacyArea {float:left;font-size:0;position:relative;}
#footer .footerArea .copyright {float:right;}
#footer .footerArea .copyright {font-size:12px;letter-spacing:1px;}*/

#footer .footerArea .privacyArea {display:table-cell;width:35%;vertical-align:middle;}
#footer .footerArea .footerSns {display:table-cell;width:30%;text-align:center;vertical-align:middle;}
#footer .footerArea .copyright {display:table-cell;width:35%;text-align:right;vertical-align:middle;}
#footer .footerArea .copyright {font-size:12px;letter-spacing:0.5px;color:#999999;vertical-align:middle;}

#footer .footerArea .privacyArea li {
	display: inline-block; *display: inline; *zoom: 1; 
	margin-right:2px;
}


#footer .footerArea .privacyArea li a {
	color:#ccc; 
	text-align:center; 
	position:relative;
	width: auto; 
	padding:5px 10px;
	background:rgba(85,70,60,1);
	font-size:14px;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
}
#footer .footerArea .privacyArea li a:hover {
	background:rgba(85,70,60,1);
}

#footer .footerArea .footerSns li {
	display: inline-block; *display: inline; *zoom: 1; 
	margin-right:2px;
}
#footer .footerArea .footerSns li a img{
	width:40px;
}

#footer .footerArea .copyright-text {margin-bottom: 0px;text-align:center;}
#footer .footerArea .copyright-text > ul{ padding:0; margin:0 }
#footer .footerArea .copyright-text > ul > li{ list-style:none; display:inline-block; margin:0 8px }
#footer .footerArea .copyright-text > ul > li.br{ display:block; margin:0 0px }
#footer .footerArea .copyright-text .copyright {font-size:12px;letter-spacing:1px;}
#footer .footerArea .copyright-text .white {color:#fff;}
#footer .footerArea .copyright-text .tit {font-size:18px;font-family: 'Nanum Myeongjo', serif;}
/*#footer .footerArea .copyright-text br {display:none;}*/

#footer .footer-container {width:100%;margin: 0px auto;text-align:left;}
#footer .footer-left {float:right;width:72%;position:relative;}
#footer .footer-right {float:left;width:25%;position:relative;min-width:280px;}
#footer .footer-right-top {display:block;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:20px;vertical-align:top;}
#footer .footer-right-bottom {padding-top:20px;vertical-align:top;}

#footer .footer-gnb, #footer .footer-quick {
	display:table;
	width:100%;
	font-size:0;
	position:relative;
	list-style:none;
	vertical-align:top;
}
#footer .footer-gnb>li {
	display: table-cell;
	position: relative;
	vertical-align:top;
	padding:0 20px;
	border-right:1px solid rgba(255,255,255,.1);
	width:12%;
}
#footer .footer-gnb>li.floor .nchild {
	display:none;
}
#footer .footer-gnb>li div {
	line-height:120%;
}
#footer .footer-gnb>li:first-child {
	padding:0 20px 0 0;
	width:16%;
}
#footer .footer-gnb>li:nth-child(n+2) {
	width:10%;
}
#footer .footer-gnb>li:nth-child(n+4) {
	width:14%;
}
#footer .footer-gnb>li:nth-child(n+5) {
	width:14%;
}
#footer .footer-gnb>li:nth-child(n+6) {
	width:15%;
}
#footer .footer-gnb>li:nth-child(n+7) {
	width:12%;
}

#footer .footer-gnb>li:last-child {
	border-right:none;
	padding:0 0 0 20px;
}
#footer .footer-gnb>li>a {
	font-size:17px; 
	letter-spacing:0px;
	
	color:#fff;
}
#footer .footer-gnb>li>a span{
	display:none;
}
#footer .footer-gnb .nchild {padding-top:10px}
#footer .footer-gnb .nchild a { position:relative; display:block; color:rgba(255,255,255,.6); padding:8px 0 8px; font-size: 15px;line-height:140%;}
#footer .footer-gnb .nchild a:hover { color:#fff;}

#footer .footer-quick {margin-top:60px}
#footer .footer-quick>li {
	display: table-cell;
	position: relative;
	vertical-align:top;
	width:20%;
	padding-left:20px;
}

#footer .footer-quick>li:first-child {
	padding-left:0px;
}

#footer .footer-quick .btnItem {
	letter-spacing:-1px;
	font-size:16px; 
	color:#fff; 
	text-align:center; 
	position:relative;
	display: inline-block; *display: inline; *zoom: 1; width: auto; 
	padding:5px 20px 5px 0px;
	width:100%;
	border:1px solid #fff;
}
#footer .footer-quick .btnItem:hover {
	background:#fff;	
	color:rgba(85,70,60,1);
}
#footer .footer-quick .btnItem:after { 
	position: absolute; 
	top: 6px; right: 10px; bottom: 0; 
	font-size: 16px; 
	font-family: 'themify'; content: "\e61a"; 
	-webkit-font-smoothing: antialiased; text-indent: 0; -moz-osx-font-smoothing: grayscale; 
}

#footer dl{
	margin:0px 0px 0px 0;
	float:left;
	text-align:left;
	vertical-align:top;
	width:auto;
}
#footer .phone {margin-top:30px;}

#footer dl:first-child {margin-left:0;marign-top:0;}
#footer dl:last-child {/*float:right;*/margin-right:0}

#footer dt{
	margin:0 0 15px 0px; 
	padding:0 0 0 0; 
	font-size:17px; 
	font-weight:normal; 
	letter-spacing:0px;
	
	color:#fff;
	line-height:120%;
	
}

#footer dl dd a {display:inline-block;*display:inline;vertical-align:top;text-align:center;margin:0 3px 0 0;}
#footer dl dd span {display:block;font-size:8px;line-height:25px;letter-spacing:0px;}
#footer dl dd div {display:inline-block;margin:0 0 0 0px;letter-spacing:0px;color:#fff;line-height:150%;text-align:left;vertical-align:middle;}
#footer dl dd div span {color:#919191}
#footer dl dd div.cafe {margin:3px 0 0 10px;vertical-align:top;}
#footer dl dd.mark a {width:40%;}
#footer dl dd.mark a img {width:100%;margin-bottom:5px;}
#footer dl dd.mark span {font-size:12px;}


#footer dt.kor {font-size:18px;}
#footer dl ul{ padding:0; margin:0 }
#footer dl ul li{ list-style:none; display:inline-block; margin:0 0px;vertical-align:top;font-size:15px;color:rgba(255,255,255,.6);}
#footer dl ul li.br{ display:block; margin:4px 0px 0}
#footer dl .copyright {font-size:10px;}
#footer dl .white {color:#fff;font-size:18px;font-weight:400;margin-bottom:8px;}
#footer dl .white a:hover{color:#fff;text-decoration:underline;}
#footer dl .w {color:#fff;font-size:15px;}
#footer dl ul li span{display:inline-block;*display: inline; *zoom: 1;}
#footer dl ul.casting {display:block;margin-top:15px;}
#footer dl ul.casting li {vertical-align:top;display:inline-block;}
#footer dl ul.casting .title {
	
	width: auto; 
	text-align: center; 
	font-weight: normal; 
	position: relative; 
	padding: 0 10px 3px; 
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
	background:#fff;
	color:#333;
	margin-right:10px;
}

#footer dl ul.casting span {line-height:120%;}

#footer dl.family {margin:0px 0px 25px 0;float:left;}
#footer dl.family dt{
	margin:0 0 0px 0px; 
	font-size:20px; 
	line-height:30px;
	display: inline-block;
	*display: inline; *zoom: 1;
	vertical-align:top;
}

#footer dl.family dd{
	display: inline-block;
	*display: inline; *zoom: 1;
	vertical-align:top;
	margin-left:30px;
}

#footer dl.family .btnItem {
	letter-spacing:-1px;
	font-size:16px; 
	color:#fff; 
	text-align:center; 
	position:relative;
	display: inline-block; *display: inline; *zoom: 1; width: auto; 
	padding:10px 40px 10px 20px;
	margin:10px 10px 10px 0;
	border:2px solid #fff;
}
#footer dl.family .btnItem:hover {
	background:#fff;	
	color:rgba(85,70,60,1);
}
#footer dl.family .btnItem:after { 
	position: absolute; 
	top: 10px; right: 10px; bottom: 0; 
	font-size: 16px; 
	font-family: 'themify'; content: "\e61a"; 
	-webkit-font-smoothing: antialiased; text-indent: 0; -moz-osx-font-smoothing: grayscale; 
}

#footer .logo, #footer .logoMent {
	display: inline-block;
	*display: inline; *zoom: 1;
	vertical-align:bottom;
	color:#fff;
	margin-right:20px;
}

#footer .logoMent {
	margin-right:0px;
}

#footer .logoMent h1{
	font-size:28px;
	font-weight:500;
	line-height:140%;
	letter-spacing:-2px;
}
#footer .logoMent h2{
	font-size:18px;
	line-height:110%;
	font-family: 'Nanum Myeongjo', serif;
	text-indent:3px;
}

#footer .footer-container2 {width:100%;margin: 0px auto;text-align:left;display:table;}
#footer .footer-tableCell {display:table-cell;width:24%;vertical-align:top;border-right:1px solid rgba(255,255,255,.1);padding:0 2% 0 2%;}
#footer .footer-tableCell.f1 {display:table-cell;padding:0px 2% 0 0;}
#footer .footer-tableCell.f2 {display:table-cell;width:28%;}
#footer .footer-tableCell.f3 {display:table-cell;width:27%;}
#footer .footer-tableCell.sns {display:table-cell;width:21%;padding:0 0px;border-right:none;}
#footer .footer-tableCell.sns dl {float:right;}

/* footer white */

#footer.w .footerArea {
	color: #333;
	background: rgba(251,251,251,1);
	background: rgba(97,79,70,1);
	
}

#footer.w .footerArea svg path {
	fill: rgba(97,79,70,1);
}
#footer.w .footerArea.copyArea {
	padding: 20px 0 20px 0;
	background: rgba(35,26,20,1);
}
#footer.w .footerArea .btn--top_text .btn__arrow {
    border-left: 1px solid rgba(175,100,150,1);
    border-top: 1px solid rgba(175,100,150,1);
}

#footer.w dt{
	color:rgba(175,100,150,1);
}
#footer.w dl ul li{color:rgba(102,102,102,1);}
#footer.w dl .white {color:rgba(85,70,60,1);}
#footer.w dl .white a:hover{color:rgba(85,70,60,1);text-decoration:underline;}
#footer.w dl .w {color:rgba(85,70,60,1);}
#footer.w .footer-gnb>li>a {
	color:rgba(175,100,150,1);
}
#footer.w .footer-gnb .nchild a {color:rgba(102,102,102,1);}
#footer.w .footer-gnb .nchild a:hover {color:rgba(175,100,150,1);}
#footer.w .footer-right-top {border-bottom:1px solid rgba(240,215,230,1);}
#footer.w .footer-gnb>li {
	border-right:1px solid rgba(240,215,230,1);
}
#footer.w .footer-gnb>li:last-child {
	border-right:none;
}
#footer.w .footer-quick .btnItem {
	color:rgba(175,100,150,1);
	border:none;
	background:rgba(255,255,255,1);
}
#footer.w .footer-quick .btnItem:hover {
	
	color:rgba(255,255,255,1);
	background:rgba(85,70,60,1);
}

/* 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:'Noto Sans KR';line-height:50px;}


#bottomSet {position:fixed; bottom:-150px; right:30px; 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;}


@media screen and (max-width: 1720px) {
	.gnbBox .gnbL {
		position:relative;
	}
	.gnbBox .gnbC {
	}
	.gnbBox .gnbR {
		position:relative;
	}
	
}

@media screen and (max-width: 1460px) {
	.container, .f-container, .imgContainer, .imgContainer2, .floorContainer {padding:0 40px}
	.mediaContainer {padding:0 40px}
	.gnbBox .gnbBoxItem {width:auto;}
	.gnbNaviArea {text-align:right;}
	.gnbNaviArea .naviMain > li > a,
	.naviEtc > li > a {padding:0 20px;}	
	.gnbNaviArea .naviMain .nchild a,
	.naviEtc .nchild a { padding:7px 20px 7px;}
	
}
@media screen and (max-width: 1360px) {
	.logoArea {width:270px}	
	.logoArea .logo a {width:270px}		
	.naviGroup a {width:120px;}
		
	/* MAGNIFIC POPUP */
    .request_privacy_container { padding: 120px 3%; }
    .request_privacy_close { top: 3%; right: 3%; }
	
}
	

@media screen and (max-width: 1280px) {
	.logoArea {width:105px}		
	.logoArea .logo a { 
		width: 115px; 
		background: url(/imgs/gnb/logos.png) center center no-repeat; text-indent: -9999px; 
	}
	
	#footer .footer-gnb>li {
		padding:0 10px;
	}
	#footer .footer-gnb>li:first-child {
		padding:0 10px 0 0;
	}
	#footer .footer-gnb .nchild a {font-size: 14px;}
	#footer .footer-gnb>li>a {
		font-size:14px; 
		letter-spacing:0px;
	}
	
}



@media screen and (max-width: 1180px) {
	.gnbNaviArea .naviMain > li > a,
	.naviEtc > li > a {
		padding: 0px 15px;
	}
	.gnbNaviArea .naviMain .nchild a,
	.naviEtc .nchild a { padding:7px 15px 7px;}
	
	#page {padding:0 0px;}
	
	#footer .footer-left {float:none;width:100%;display:block;}
	#footer .footer-right {float:none;width:100%;display:block;}
	#footer .footer-quick {margin:30px -1% 50px;display:block;width:auto;}
	#footer .footer-quick>li {
		display: inline-block;
		width:18%;
		padding:0px;
		margin:5px 1% 5px !important;
	}
	
	#footer .footer-quick .btnItem {
		font-size:15px; 
	}
	#footer .footer-quick .btnItem:after { 
		top: 4px;
	}
	
	#footer .footerArea {padding:40px 0 20px;}
	#footer .footer-right-top {float:left;display:inline-block;border-bottom:none;}
	#footer .footer-right-bottom {float:right;text-align:center;display:inline-block;padding-top:0px;}
	#footer .phone {margin-top:0px;margin-left:30px;}
	
}

@media screen and (max-width: 1024px) {
	
	.gnbNaviArea .naviMain > li > a {
		font-size:16px;
	}
	.naviEtc > li > a {font-size:16px;}
	
	
	
}

@media screen and (max-width: 1000px) {
	#page {padding:0px !important;}
	#gnb {display:none;}
	#gnbMobile {display:block;}
	.gnbAllbg {display:none}
	
	#hamburger span {
		background: rgba(182,153,123,1);
	   	background: rgba(255,255,255,1);
	}
	/*#gnbMobile {
		padding:10px 20px;
		position:fixed;
	}*/
		
	/* 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;}
	
	#footer .footer-right-bottom {padding-top:20px;float:left;padding-bottom:20px;}

}


@media screen and (max-width: 768px) {
	br.none {display:block;}
	.container, .f-container {padding:0 30px}
	.imgContainer, .imgContainer2, .floorContainer {padding:0 30px}
	.f-container {padding:0 0px !important}
	.mediaContainer {padding:0 30px}
	
	#footer .footer-quick .btnItem {
		font-size:14px; 
	}
	#footer .footer-quick {margin:40px -0.5% 40px;display:block;width:auto;}
	#footer .footer-quick>li {
		display: inline-block;
		width:19%;
		padding:0px;
		margin:5px 0.5% 5px !important;
	}
	
	#footer .footer-gnb>li {
		padding:0 10px;
	}
	#footer .footer-gnb>li:first-child {
		padding:0 10px 0 0;
	}
	#footer .footer-gnb>li:last-child {
		padding:0 0 0 10pox;
	}
	#footer .footer-gnb>li>a {
		font-size:13px; 
		letter-spacing:0;
	}
	#footer .footer-gnb .nchild a {font-size: 12px;}
	
	
	#bottomSet {right:10px;}
	#bottomSet img {width:40px}
	br.none2 {display:block !important;}
	
	
}

@media screen and (max-width: 640px) {
	
	.articleArea {padding:10px 0 50px !important;}
	.articleArea.main { padding:0px 0 30px !important;}
	
	/*#gnbMobile {
		padding:5px 20px;
	}*/
	
	#footer .footerArea {padding:20px 0 20px}
	#footer .footer-gnb {display:none;}
	#footer .footer-right-top {float:none;display:block;border-bottom:1px solid rgba(255,255,255,.1)}
	#footer .footer-right-bottom {text-align:center;display:block;}
	#footer .footer-right-bottom {padding-top:30px;float:none}
	
	#footer .footer-quick .btnItem {
		font-size:15px; 
	}

	.imgContainer, .imgContainer2 {padding:0 0px}
	.container, .articleContainer {
		padding:0 20px;
	}
	.mediaContainer {padding:0 20px}
		
	
	#footer .footer-right-top {padding-bottom:0px;}
	#footer .footer-right-bottom {padding-top:10px;}
	#footer .phone {margin-top:20px;margin-left:0px;}
	
	
	#footer .footer-quick {margin:15px -1% 15px;}
	#footer .footer-quick>li {
		width:48%;
		margin:5px 1% 5px !important;
	}
	
	#footer dl {width:100% !important;margin:30px 0; text-align:center;}

	#footer dl dt{display:inline-block;*display:inline;}
	#footer dt {background-position:top center}
	#footer dl dd div {display:block;margin:10px 0 0 0;text-align:center;}
	#footer .link {display:block;margin-top:10px;}
	
	#footer .footerArea.copyArea {
		padding: 30px 0 30px 0;
	}
	#footer .footer-container {width:100%}
	#footer br {display:block;}
	#footer .footerArea .privacyArea {display:block;width:100%;text-align:center;}
	#footer .footerArea .footerSns {display:block;width:100%;text-align:center;margin:30px 0 20px;}
	#footer .footerArea .footerSns li a img {width:50px}
	#footer .footerArea .copyright {display:block;width:100%;text-align:center;}
	
	
	
}
@media screen and (max-width: 480px) {
	#footer .footer-quick>li {
		width:98%;
	}
	
}


@media screen and (max-width: 360px) {
}

@media screen and (max-width: 320px) {
	.sideGnbMenu > li > a span {display:none}
}


#sideQuick {
	position:fixed; 
	/*top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);*/
	right:50px; 
	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:50px;
}
#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:50px;
}
#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: 62px;
    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/top.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 .instagram {
	background-image: url(/imgs/side/instagram_bg3.png);
	background-position:center center;
	background-repeat:no-repeat;
}

#sideQuick .instagram .icon {
	background-image: url(/imgs/side/instagram.png);
	background-position:center center;
	background-repeat:no-repeat;
}
#sideQuick .instagram .w {
	background-image: url(/imgs/side/instagram_w.png);
	background-position:center center;
	background-repeat:no-repeat;
}

#sideQuick .facebook {
	background-color: #3e5b99 !important;
}

#sideQuick .facebook .icon {
	background-image: url(/imgs/side/facebook.png);
	background-position:center center;
	background-repeat:no-repeat;
}
#sideQuick .facebook .w {
	background-image: url(/imgs/side/facebook_w.png);
	background-position:center center;
	background-repeat:no-repeat;
}

#sideQuick .blog {
	background-color: #19ce60 !important;
}

#sideQuick .blog .icon {
	background-image: url(/imgs/side/naverBlog.png);
	background-position:center center;
	background-repeat:no-repeat;
}
#sideQuick .blog .w {
	background-image: url(/imgs/side/naverBlog_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;
}

#sideQuick .open {
	display:block !important;
}

#sideQuick .sideQuick_oc_btn {
	display:none;
}
#sideQuick .sideQuick_oc_btn:hover {
	padding:0 0px 0 0px;
}
#sideQuick .sideQuick_oc_btn .icon {
	background-image: url(/imgs/side/open.png);
	background-position:center center;
	background-repeat:no-repeat;
}
#sideQuick .sideQuick_oc_btn .w {
	background-image: url(/imgs/side/open_w.png);
	background-position:center center;
	background-repeat:no-repeat;
}
#sideQuick .sideQuick_oc_btn.close .icon {
	background-image: url(/imgs/side/close.png);
	background-position:center center;
	background-repeat:no-repeat;
}
#sideQuick .sideQuick_oc_btn.close .w {
	background-image: url(/imgs/side/close_w.png);
	background-position:center center;
	background-repeat:no-repeat;
}

@media screen and (max-width: 1360px) {
	
	#sideQuick {
		right:30px; 
		margin-top:40px;
	}
}

@media screen and (max-width: 1024px) {
	
	#sideQuick {
		top: auto;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		bottom:-36px;
		margin-top:0px;
	}
	#sideQuick.topShow {
		bottom:30px;
	}
	
}

@media screen and (max-width: 768px) {
	#sideQuick {
		right:20px;
	}
	#sideQuick.topShow {
		bottom:20px;
	}
	#sideQuick .tel {
		display:inline-block;
	}
	#sideQuick .sideQuick_oc_btn {
		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: 46px;
	}
	#sideQuick .mobile {
		display:none;
	}
}

@media screen and (max-width: 480px) {
	#sideQuick {
		right:15px;
	}
}

/* round frame */
.round-container {
	position:relative;
	width:100%;
	margin:0 auto;
	padding:0;
}

.gnb-dark .do-frame-bg {
	position:absolute;
	width:100%;
	height:60%;
	top:0;
	left:0;
	z-index:0;
	overflow:hidden;

	/*-webkit-border-radius: 0% 0% 50% 50%;
	   -moz-border-radius: 0% 0% 50% 50%;
		    border-radius: 0% 0% 50% 50%;
			
	border-bottom-left-radius: 10% 100%;
   	border-bottom-right-radius: 10% 100%;*/	
			
	background: rgba(50,38,38,1);
}
.sub-round-use .round-container,
.use-frame .round-container {
	padding-left:calc(80px);
	padding-right:calc(80px);
}
.gnb-trans .sub-round-use .round-container,
.gnb-trans .use-frame .round-container {
	
	padding-left:calc(0px);
	padding-right:calc(0px);
}
@media screen and (max-width: 1600px) {
	.sub-round-use .round-container,
	.use-frame .round-container {
		padding-left:60px;
		padding-right:60px;
	}	
}
@media screen and (max-width: 1280px) {
	.sub-round-use .round-container,
	.use-frame .round-container {
		padding-left:40px;
		padding-right:40px;
	}	
}
@media screen and (max-width: 1024px) {
	.sub-round-use .round-container,
	.use-frame .round-container {
		padding-left:0px;
		padding-right:0px;
	}
	.gnb-dark .sub-round-use .round-container,
	.gnb-dark .use-frame .round-container {
		padding-left:30px;
		padding-right:30px;
		padding-left:0px;
		padding-right:0px;
	}
}
@media screen and (max-width: 768px) {
	/*.gnb-dark .sub-round-use .round-container,
	.gnb-dark .use-frame .round-container {
		padding-left:20px;
		padding-right:20px;
	}*/
	.gnb-dark .sub-round-use .round-container,
	.gnb-dark .use-frame .round-container {
		padding-left:0px;
		padding-right:0px;
	}
}

.sub-round-use .do-round-layout {
	position:relative;
	width:100%;
	overflow:hidden;
	-webkit-border-radius: 30px; 
	   -moz-border-radius: 30px; 
		    border-radius: 30px;
			border-top-right-radius: 0px;
}
.gnb-trans .sub-round-use .do-round-layout {
		-webkit-border-radius: 0px; 
		   -moz-border-radius: 0px; 
			    border-radius: 0px;			
}
@media screen and (max-width: 1024px) {
	.sub-round-use .do-round-layout {
		-webkit-border-radius: 0px; 
		   -moz-border-radius: 0px; 
			    border-radius: 0px;

	}
	.gnb-dark .sub-round-use .do-round-layout {
		-webkit-border-radius: 0px; 
		   -moz-border-radius: 0px; 
			    border-radius: 0px;	
		/*-webkit-border-radius: 15px; 
		   -moz-border-radius: 15px; 
			    border-radius: 15px;
				border-top-right-radius: 0px;*/

	}
}
@media screen and (max-width: 768px) {
	.gnb-dark .sub-round-use .do-round-layout {
		-webkit-border-radius: 0px; 
		   -moz-border-radius: 0px; 
			    border-radius: 0px;

	}
}


.do-round-out {
	position:relative;
	width:100%;
	overflow:hidden;
	
	-webkit-border-radius: 20px; 
	   -moz-border-radius: 20px; 
		    border-radius: 20px;
}

.do-round-out-15 {
	position:relative;
	width:100%;
	overflow:hidden;
	-webkit-border-radius: 15px; 
	   -moz-border-radius: 15px; 
		    border-radius: 15px;
}

.do-round-out-10 {
	position:relative;
	width:100%;
	overflow:hidden;
	-webkit-border-radius: 10px; 
	   -moz-border-radius: 10px; 
		    border-radius: 10px;
}

.do-round-out-8 {
	position:relative;
	width:100%;
	overflow:hidden;
	-webkit-border-radius: 8px; 
	   -moz-border-radius: 8px; 
		    border-radius: 8px;
}

.do-round-out-6 {
	position:relative;
	width:100%;
	overflow:hidden;
	-webkit-border-radius: 6px; 
	   -moz-border-radius: 6px; 
		    border-radius: 6px;
}

.do-round-out-4 {
	position:relative;
	width:100%;
	overflow:hidden;
	-webkit-border-radius: 4px; 
	   -moz-border-radius: 4px; 
		    border-radius: 4px;
}


.visual-round-layout {
	position:relative;
	width:100%;
	height:100%;
	overflow:hidden;
}
.use-frame .visual-round-layout {
	/*box-shadow:10px 10px 0px rgba(0,0,0,0.2);*/
	-webkit-border-radius: 30px; 
	   -moz-border-radius: 30px; 
		    border-radius: 30px;
			border-top-right-radius: 0px;
}
.gnb-trans .use-frame .visual-round-layout {
	-webkit-border-radius: 0px; 
	   -moz-border-radius: 0px; 
			border-radius: 0px;
}
@media screen and (max-width: 1024px) {
	.use-frame .visual-round-layout {
		-webkit-border-radius: 0px; 
		   -moz-border-radius: 0px; 
			    border-radius: 0px;

	}
	.gnb-dark .use-frame .visual-round-layout {
		/*-webkit-border-radius: 15px; 
		   -moz-border-radius: 15px; 
			    border-radius: 15px;
				border-top-right-radius: 0px;*/
		-webkit-border-radius: 0px 0 0 0; 
		   -moz-border-radius: 0px 0 0 0; 
			    border-radius: 0px 0 0 0; 				

	}
}
@media screen and (max-width: 768px) {
	.gnb-dark .use-frame .visual-round-layout {
		-webkit-border-radius: 0px 0 0 0; 
		   -moz-border-radius: 0px 0 0 0; 
			    border-radius: 0px 0 0 0; 

	}
}
@media screen and (max-width: 480px) {
	.do-round-out-no-border {
		-webkit-border-radius: 0px !important; 
		   -moz-border-radius: 0px !important; 
			    border-radius: 0px !important;
	}
}


.new-2024 {
	position:relative;
	padding:20px;
	background:url('/imgs/gnb/headerBG.jpg') 50% top no-repeat;
	color:#fff;
	text-align:center;
	line-height:100%;
	vertical-align:middle;
	height:60px;
}
.new-2024.mobile {
	background:url('/imgs/gnb/headerBG2.jpg') 50% top no-repeat;
}
.new-2024 a {
	position:relative;
	display:block;
	vertical-align:middle;
	line-height:18px;
	
}
.new-2024 a:hover {
	color:#fff;
}
.new-2024 .txt { 
	position:relative;
	display:inline-block;
	vertical-align:middle;
	font-size:18px;
}
.new-2024 .icon { 
	position:relative;
	display:inline-block;
	background:rgba(255,255,255,1);
	color:rgba(85,70,60,1); 
	font-weight:400; 
	font-size:14px;
	padding:0px 10px 0px;	
	line-height:18px;
	margin:0px 0 0 10px;
	-webkit-border-radius: 50px; 
	   -moz-border-radius: 50px; 
		    border-radius: 50px;

}

@media screen and (max-width: 480px) {
	.new-2024 .txt {
		font-size:14px;
		letter-spacing:-0.5px;
	}
	.new-2024 .icon { 
		padding:0px 5px 0px;	
		font-size:12px;	
		margin:0px 0 0 5px;
	}
}

@media screen and (max-width: 375px) {
	.new-2024 .txt {
		font-size:13px;
		letter-spacing:-0.5px;
	}
	.new-2024 .icon { 
		padding:0px 5px 0px;	
		font-size:12px;	
		margin:0px 0 0 5px;
	}
}