@charset "utf-8";
@import url('doTeaserReset.css');

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;}


.container,.f-container,.imgContainer {
	width:100%;
	max-width: 1400px;
	margin:0 auto;
	position:relative;
}
.mainContainer {
	width:100%;
	max-width: 1700px;
	margin:0 auto;
	position:relative;
}
.floorContainer {
	width:100%;
	max-width: 1400px;
	margin:0 auto;
}
.container.gallery {
	max-width: 1200px;
	margin-bottom:40px;
}
.imgContainer.gallery {
	max-width: 1200px;
	margin-bottom:40px;
}
.articleContainer {
	width:100%;
	max-width: 1800px;
	margin:0 auto;
	padding:0 30px;
}

.imgContainer2 {
	width:100%;
	max-width: 1400px;
	margin:0 auto;
}
.imgContainer3 {
	width:100%;
	max-width: 1200px;
	margin:0 auto;
}
.guideContainer {
	width:100%;
	max-width: 1400px;
	margin:0 auto;
}
.visualContainer {
	width:100%;
	max-width: 1700px;
	margin:0 auto;
	position:relative;
}

.mediaContainer {
	width:100%;
	max-width: 1200px;
	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: 200;
	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 40px;
	margin:0 auto;
	background:rgba(255,255,255,1);	
	box-shadow: 0 3px 8px rgba(0,0,0,.2);
	height:80px;
}


.gnbBox {
	display: table;
	width: 100%;
	margin:0 auto;
	z-index: 100;
	max-width:1700px;
}
.gnbBox .gnbBoxItem {
	display:table-cell;
	vertical-align:top;
		
}
.gnbBox .gnbBoxNavi {
	display:table-cell;
	vertical-align:middle;
	width:100%;
}

.logoArea {
	position:relative;
	width:200px;
}
.logoArea .logo {
	display: block;
    width: auto;
    position: absolute;
    top: 10px;
    left: 0px;
	
}
.logoArea .logo a { 
	display:block;
	width: 250px; 
	height: 60px; 
	background: url(/imgs/gnb/logo.png) 0 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;
}


.naviArea {
	display: block;
	text-align:right;
}

.naviArea .naviMain {
	display: inline-block;
	margin-bottom: 0;
	font-size:0;
	
	vertical-align:top;
}

.naviArea .naviMain > li, 
.naviArea .naviMain > li > a {
	display: inline-block;
	position: relative;
}

.naviArea .naviMain > li {margin:0 5px;}

.naviArea .naviMain > li > a {
	font-family:"Roboto","Noto Sans KR",serif;
    font-size: 18px;
	letter-spacing:0px;
    -webkit-transition: none; -moz-transition: none; -o-transition: none; transition: none;
	padding: 0px 15px 0px 15px;
	line-height:82px;
	vertical-align:middle;
	text-transform:uppercase;
}

/*.naviArea .naviMain > li:last-child  {margin:0 0px 0 10px;}
.naviArea .naviMain > li:last-child > a {padding: 20px 0px 20px 15px;}*/

.naviArea .naviMain > li > a div {color:rgba(90,70,70,1);text-align:center;position:relative;letter-spacing:0px;font-weight:500;}
.naviArea .naviMain > li > a div .underline {
	position:absolute;background:rgba(175,145,115,1);top:0px; left: 0; right: 0; height:5px;display:none;
	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;
}

.naviArea .naviMain > li > a span {
	text-align:left;
	display:block;
	font-size:12px;
	color:rgba(13,43,73,.5);
	letter-spacing:-0.5px;
	-webkit-transition: none; -moz-transition: none; -o-transition: none; transition: none;
	line-height:1.0;
	
}
.naviArea .naviMain > li.on > a div {color:rgba(175,148,83,1);/*border-bottom:1px solid rgba(255,255,255,1);*/}
.naviArea .naviMain > li.on > a div .underline {display:block;}
.naviArea .naviMain > li > a:hover div {color:rgba(175,148,83,1);color:rgba(175,148,83,1);}
.naviArea .naviMain > li > a:hover span {color:rgba(175,148,83,1);color:rgba(65,40,20,1);}


.naviArea .naviMain .nchild {
	position:absolute;
	left:0; 
	top:100%; 
	min-width:200px; 
	/*border-top:2px solid #c6b19e; */
	white-space:nowrap; 
	background:rgba(85,70,60,1);
	text-align:left; 
	-webkit-tap-highlight-color:rgba(0,0,0,0); 
	box-shadow:5px 5px 5px rgba(0,0,0,0.2); 
	-webkitbox-shadow:5px 5px 5px rgba(0,0,0,0.2);
	margin-top:0px; 
	padding:15px 0 15px;
	border-radius: 0px 6px 6px 6px;
	display:none;
}

.naviArea .naviMain .nchild > li {padding:0 0px;/* border-top:1px solid #ddd;*/ }
.naviArea .naviMain .nchild > li:first-child { border-top:0;}
.naviArea .naviMain .nchild a { position:relative; display:block; padding:6px 20px 6px 20px; font-size:14px; color:rgba(255,255,255,.6);}
.naviArea .naviMain .nchild a:hover, .naviArea .naviMain .nchild a:focus, .naviArea .naviMain .nchild .hover > a  {color:rgba(255,255,255,1);}
.naviArea .naviMain .nchild a.on {color:rgba(255,255,255,1);}

#gnb.open .naviArea .naviMain > li.has-child > a.on,
#gnb.open .naviArea .naviMain > li.has-child > a:hover {
	background:rgba(35,26,20,0);
	-webkit-tap-highlight-color:rgba(0,0,0,0); 
	box-shadow:5px 5px 5px rgba(0,0,0,0.0); 
	-webkitbox-shadow:5px 5px 5px rgba(0,0,0,0.0); 
	
}
#gnb.open .naviArea .naviMain .nchild {
	background:none;
	box-shadow:5px 5px 5px rgba(0,0,0,0); 
	-webkitbox-shadow:5px 5px 5px rgba(0,0,0,0);
	
}
#gnb.open .naviArea .naviMain .has-child:hover > a:after {border-color: rgba(255,255,255,1);}
#gnb.open .naviArea .naviMain .nchild a {padding:6px 20px 6px 20px;}
#gnb.open .naviArea .naviMain > li > a div .underline {display:none}
.gnbBgF {
	position:absolute;
	top:0;
	left:0;
	width: 100%; 
	height:180px;
	z-index: 100;
	background:url(/imgs/gnb/gnbBG.png) repeat-x;
}


.naviSocial {
	display: inline-block;
	width:auto;
	font-size:0;
	margin-right:0px;
}

.naviSocial > li{
	display: inline-block;
	*display: inline;
	zoom: 1;
	position: relative;
	margin-left:5px;
	margin-bottom: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.tel {
	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(175,170,100,.4) url(/imgs/gnb/sns_tel.png) no-repeat 4px 50%;
	color:rgba(255,255,255,1);
}

.naviSocial > li a.tel.mobile {
	font-size:14px;
	background:rgba(85,70,60,1) url(/imgs/gnb/sns_tel.png) no-repeat 4px 50%;
	background:rgba(195,135,100,1) url(/imgs/gnb/sns_tel.png) no-repeat 4px 50%;
}

#footer .footer-tableCell .naviSocial > li a.tel.mobile {
	padding:0px;
	text-align:center;
	display:block; 
	width:30px; height:30px; 
	overflow:hidden; 
	border-radius:50%; -webkit-border-radius:50%;	
	overflow:hidden; 
	font-size:0;
	background:rgba(195,135,100,1) url(/imgs/gnb/sns_tel2.png) no-repeat center 0;
}
.naviSocial > li a.blog {background:#21c407 url(/imgs/gnb/sns_naverBlog.png) no-repeat center 50%;}
.naviSocial > li a.blog2 {background:rgba(195,135,100,.8) url(/imgs/gnb/sns_naverBlog.png) no-repeat center 50%;}
.naviSocial > li a.blog2:hover {background:#21c407 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:#21c407 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:#21c407 url(/imgs/gnb/sns_naverCafe3.png) no-repeat 4px 50%;
	color:rgba(255,255,255,1);
}

.naviSocial > li a.naverCafe {
	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:#21c407 url(/imgs/gnb/sns_naverCafe3.png) no-repeat 4px 50%;
	color:rgba(255,255,255,1);
}

.naviSocial > li a.cafe {background:#21c407 url(/imgs/gnb/sns_naverCafe.png) no-repeat center 50%;}
.naviSocial > li a.cafe2 {background:rgba(195,135,100,.8) url(/imgs/gnb/sns_naverCafe2.png) no-repeat center 50%;}
.naviSocial > li a.cafeDark {background:#666 url(/imgs/gnb/sns_naverCafe.png) no-repeat center 50%;}
.naviSocial > li a.cafeDark: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:rgba(195,135,100,.8) url(/imgs/gnb/sns_facebook.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.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:rgba(195,135,100,.8) url(/imgs/gnb/sns_instagram2.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:#fae100 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:rgba(195,135,100,.8) url(/imgs/gnb/sns_kakaotalk3.png) no-repeat center 50%;}
.naviSocial > li a.kakaotalk2:hover {background:#fae100 url(/imgs/gnb/sns_kakaotalk.png) no-repeat center 50%;}
.naviSocial > li a.tel2 {background:rgba(85,70,60,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;}

.gnbRightArea {position:relative;text-align:right;width:100px;padding:25px 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:4px;
}
  
.gnbRightArea .naviSocial a {
	position: relative;
	display: inline-block;
	width:30px;
	
}
.gnbRightArea .naviSocial a img {
	width:100%;
	/*max-width:44px;
	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 .allBtn a img,.gnbRightArea .naviSocial .allClose a img {
	opacity:.8;
}
.gnbRightArea .naviSocial a:hover img {
	opacity:1;
}
.gnbRightArea .naviSocial a span {display:none;font-size:8px;line-height:25px;letter-spacing:0px;}
.gnbRightArea .naviSocial .allClose {display:none}*/

.gnbRightArea .naviSocial a.siteTop {
	padding:9px 15px; 
	text-decoration:none;
	font-size:15px;
	width:auto;
	overflow:hidden; 
	border-radius: 20px 20px 20px 20px;
	line-height:1;
	background:rgba(175,148,83,1);
	color:rgba(255,255,255,1);
}	
.gnbRightArea .naviSocial a.siteTop i {
	margin-left:7px;
}	

.gnbRightArea .naviSocial a.siteTop:hover {
	background: rgba(35,26,20,1);
}

#topGnb {
	position: absolute;
	top:0px;
	left:0;
	width: 100%; 
	z-index: 190;
	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 40px;
	margin:0 auto;
	height:80px;
	opacity:0;
}

#topGnb .logoArea .logo {
    top: 25px;
    left: 0px;
	
}
#topGnb .logoArea .logo a { 
	display:block;
	width: 200px; 
	height: 60px; 
	background: url(/imgs/gnb/logoT.png) 0 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;
}

#topGnb .naviArea .naviMain > li > a div {color:#dcc59c;}
#topGnb .naviArea .naviMain > li > a div .underline {
	background:#dcc59c;top: -35px;;
}
#topGnb .naviArea .naviMain > li.on > a div {color:#dcc59c;}
#topGnb .naviArea .naviMain > li > a:hover div {color:#fdeace;}
#topGnb .naviArea .naviMain > li > a:hover span {color:#dcc59c;}

#topGnb .naviArea .naviMain > li > a {
	padding: 35px 15px 35px 15px;
}

#topGnb .gnbRightArea {padding:30px 0 0;}

#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;}
#bottomSet img {width:60px}

/* mobile */
.mobileBtn {
	width:24px;
	margin:0;
	float:right;
}

.siteTopMobile {
	float:right;
	margin:10px 15px 0 0;
	padding:6px 10px 7px; 
	text-decoration:none;
	font-size:13px;
	width:auto;
	overflow:hidden; 
	border-radius: 20px 20px 20px 20px;
	line-height:1;
	color:rgba(255,255,255,1);
	border:2px solid rgba(255,255,255,1);
}	
.siteTopMobile i {
	margin-left:7px;
}	

#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: 190;
	-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,0);
}
#gnbMobile.on {
	background: rgba(35,26,20,.9);
}
#gnbMobile .gnbBox .gnbBoxItem {
	width:50%;
}
#gnbMobile .gnbBox .gnbBoxNavi {
	width:50%;
}
#gnbMobile .logo {
	display:block;
	width: auto;
	height:34px;
	margin:0 auto;	
	text-align:left;
}
#gnbMobile .logo a { 
	display:inline-block;
	width: 180px; 
	height: 34px; 
	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: 70%; 
	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:18px;
	font-family:"Oswald", "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:0px 0 10px;
}



#sideGnb { width:100%;position:relative;padding:0px 0 0px;}
.sideGnbMenu {}
.sideGnbMenu > li > a {
	position:relative;
	display:block;
	padding: 15px 20px 15px;
	font-size: 16px;
	text-decoration: none;
	color:rgba(33, 33, 33,.6);
	line-height:1;
	/*text-transform:uppercase;*/
	font-family: "Noto Sans KR", "Oswald",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 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,.6);
	line-height:1;
	background:#f9f9fa;
	/*text-transform:uppercase;*/
	font-family:"Oswald", "Noto Sans KR", serif;
	white-space: nowrap; overflow: hidden; text-overflow:ellipsis;
}
.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: "Oswald", "Noto Sans KR", serif;color:#fff;font-size:12px;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 60px 0;
	font-size: 14px;
	text-align: center;
	color: #919191;
	
	background:rgba(35,26,20,1);
	background: rgba(35,26,20,1);
}

#footer .footerArea.copyArea {
	padding: 20px 0 20px 0;
	
	background: rgba(35,26,20,1);
	background: rgba(18,18,18,1);
	background: rgba(110,94,83,1);
}

#footer .footerArea svg {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -96px;
	margin-top: -50px;
	
}
#footer .footerArea svg path {
	
	fill: rgba(110,94,83,1);
	fill: rgba(35,26,20,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 {margin:20px auto 0;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(110,94,83,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: 10px auto;text-align:center;font-size:12px;letter-spacing:0px;}
#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:0px;}
#footer .footerArea .copyright-text .white {color:#fff;}
#footer .footerArea .copyright-text .tit {font-size:18px;font-family: 'Noto Serif KR', serif;}
/*#footer .footerArea .copyright-text br {display:none;}*/

#footer .footer-container {width:100%;margin: 0px auto;text-align:center;}
#footer .footer-left {float:left;width:74%;position:relative;}
#footer .footer-right {float:right;width:23%;position:relative;min-width:280px;}
#footer .footer-right-top {display:block;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:35px;}
#footer .footer-right-bottom {padding-top:35px;}

#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:14.2%;
}
#footer .footer-gnb>li div {
	line-height:120%;
}
#footer .footer-gnb>li:first-child {
	padding:0 20px 0 0;
}

#footer .footer-gnb>li:last-child {
	border-right:none;
	padding:0 0 0 20px;
}
#footer .footer-gnb>li>a {
	font-size:17px; 
	letter-spacing:0.5px;
	font-family:"Oswald", serif;
	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:#b1b1b1; padding:8px 0 0; font-size: 14px;}
#footer .footer-gnb .nchild a:hover { color:#fff;}

#footer .footer-quick {margin-top:50px}
#footer .footer-quick>li {
	display: table-cell;
	position: relative;
	vertical-align:top;
	width:20%;
	padding-right:20px;
}

#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:2px solid #fff;
}
#footer .footer-quick .btnItem:hover {
	background:#fff;	
	color:rgba(35,26,20,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{
	float:left;
	display: inline-block;
	text-align:left;
	vertical-align:top;
	width:25%;
	margin: 0px 0 50px;
}


#footer dl:first-child {margin-left:0}
#footer dl:last-child {/*float:right;*/margin-right:0}

#footer dl.f01 {width:20%;}
#footer dl.f02 {width:33%;}
#footer dl.f03 {width:27%;}
#footer dl.f04 {width:20%;}

#footer dt{
	margin:0 0 20px 0px; 
	padding:10px 0 0 0; 
	font-size:20px; 
	font-weight:normal; 
	letter-spacing:120%;
	font-family:"Oswald", "Noto Sans KR", serif;
	background:url('/imgs/common/blt_hBar.png') no-repeat;
	color:#fff;
	
}

#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;font-family:"Oswald", 'Noto Sans KR', sans-serif;}
#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: #b1b1b1;}
#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;line-height:220%;}
#footer dl ul li span{display:inline-block;*display: inline; *zoom: 1;}

#footer dl ul.telGroup li{ display:block; margin:0 0px 10px;color: #fff;}
/*#footer dl ul.telGroup li:first-child{ text-align:center;}*/
#footer dl ul li .po {
	margin:0 10px 0 0;
	display: inline-block; *display: inline; *zoom: 1; 
	width: auto; 
	text-align: center; 
	font-size: 12px; 
	letter-spacing:0; 
	position: relative; 
	line-height:26px;
	padding: 0 12px 0 8px; 
	/*font-family:"Oswald", "Noto Sans KR", serif;
	text-transform:uppercase;*/
	letter-spacing:0.5px;
	-webkit-border-radius: 0 20px 20px 0; -moz-border-radius: 0 20px 20px 0; border-radius: 0 20px 20px 0;
	color:rgba(255,255,255,1);
	background:rgba(255,255,255,.2);
	/*border:1px solid rgba(255,255,255,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(35,26,20,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: 'Noto Serif KR', 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 .footerTit {
	margin:0 0 0px 0px; 
	font-size:20px; 
	font-weight:normal; 
	letter-spacing:1px;
	color:#fff;
}
#footer .footerTxt {
	font-size:16px; 
	padding-bottom:10px;
	color:#ccc;
}


/* 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: 1440px) {
	.naviArea .naviMain > li {margin:0 5px}
	.mediaContainer {padding:0 40px}
	.container, .f-container, .imgContainer, .imgContainer2, .imgContainer3, .floorContainer, .tableContainer {padding:0 40px}
	
}
@media screen and (max-width: 1280px) {
	.container, .f-container, .guideContainer {padding:0 30px}
	.imgContainer, .imgContainer2, .imgContainer3, .floorContainer, .tableContainer {padding:0 30px}
	.mediaContainer {padding:0 30px}
	
	#gnb {padding:0px 30px;}
	
	
	
	.naviArea .naviMain .nchild {min-width:160px}
	.naviArea .naviMain .nchild a {padding:5px 15px 5px 15px;font-size:13px;}
	
	/* MAGNIFIC POPUP */
    .request_privacy_container { padding: 120px 3%; }
    .request_privacy_close { top: 3%; right: 3%; }
}


@media screen and (max-width: 1180px) {
	.naviArea .naviMain > li {margin:0 0px}
	#page {padding:0 0px;}
	.naviArea {text-align:right}
	
	.naviArea .naviMain > li > a {
	
		font-size: 16px;
	}
	.gnbRightArea {width:60px;}
	
	#footer .footer-gnb>li>a {
		font-size:15px; 
		letter-spacing: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 .footer-right-top {display:inline-block;border-bottom:none;}
	#footer .footer-right-bottom {text-align:center;display:inline-block;}
	#footer .footer-right-bottom {padding-top:0px;float:right}

	
	#footer dl {width:50% !important;}
	
}

@media screen and (max-width: 980px) {
	#page {padding:0px !important;}
	#gnb,#topGnb {display:none !important;}
	.gnbBgF {display:noen}
	#gnbMobile {display:block;}
	.gnbAllbg {display:none}
	
	#hamburger span {
		background: rgba(182,153,123,1);
	   	background: rgba(255,255,255,1);
	}
	#gnbMobile {
		padding:5px 30px;
		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;}
	
	

}


@media screen and (max-width: 768px) {
	br.none {display:block;}
	.container {padding:0 30px}
	.f-container {padding:0 0px}
	.imgContainer {padding:0 30px}
	.tableContainer {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:30px 0 30px;}
	.articleArea.main { padding:0px 0 30px !important;}
	.mediaContainer {padding:0 20px}
	
	#gnbMobile {
		padding:5px 20px;
	}
	
	#footer .footerArea {
		padding: 30px 0 30px 0;
	}
	
	#footer .footer-gnb {display:none;}
	#footer .footer-right-top {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; 
	}

	
	.container, .articleContainer, .floorContainer, .f-container {
		padding:0 20px;
	}
	
	.imgContainer {padding:0 0px}	
	.imgContainer2, .imgContainer3 {padding:0 0px}
	
	#footer .footer-right-top {padding-bottom:0px;}
	#footer .footer-right-bottom {padding-top:10px;}
	
	
	#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;}
	#footer .footerTxt {
		font-size:14px; 
	}
	
	#footer dl ul li .po {
		margin:0 0px 0 10px;
		padding: 0 15px 0 15px; 
		-webkit-border-radius: 20px 20px 20px 20px; -moz-border-radius: 20px 20px 20px 20px; border-radius: 20px 20px 20px 20px;
	}
	
	

}
@media screen and (max-width: 480px) {
	#footer .footer-quick>li {
		width:98%;
	}
	
}


@media screen and (max-width: 360px) {
	.preWeb {display:none}
}

@media screen and (max-width: 320px) {
	.sideGnbMenu > li > a span {display:none}
}

/************** white space ***************/
.wp240 {display:block;width:100%;min-height:1px;height:240px;}
.wp230 {display:block;width:100%;min-height:1px;height:230px;}
.wp220 {display:block;width:100%;min-height:1px;height:220px;}
.wp210 {display:block;width:100%;min-height:1px;height:210px;}
.wp200 {display:block;width:100%;min-height:1px;height:200px;}
.wp190 {display:block;width:100%;min-height:1px;height:190px;}
.wp180 {display:block;width:100%;min-height:1px;height:180px;}
.wp170 {display:block;width:100%;min-height:1px;height:170px;}
.wp160 {display:block;width:100%;min-height:1px;height:160px;}
.wp150 {display:block;width:100%;min-height:1px;height:150px;}
.wp140 {display:block;width:100%;min-height:1px;height:140px;}
.wp130 {display:block;width:100%;min-height:1px;height:130px;}
.wp120 {display:block;width:100%;min-height:1px;height:120px;}
.wp110 {display:block;width:100%;min-height:1px;height:110px;}
.wp100 {display:block;width:100%;min-height:1px;height:100px;}
.wp95 {display:block;width:100%;min-height:1px;height:95px;}
.wp90 {display:block;width:100%;min-height:1px;height:90px;}
.wp85 {display:block;width:100%;min-height:1px;height:85px;}
.wp80 {display:block;width:100%;min-height:1px;height:80px;}
.wp75 {display:block;width:100%;min-height:1px;height:75px;}
.wp70 {display:block;width:100%;min-height:1px;height:70px;}
.wp65 {display:block;width:100%;min-height:1px;height:65px;}
.wp60 {display:block;width:100%;min-height:1px;height:60px;}
.wp55 {display:block;width:100%;min-height:1px;height:55px;}
.wp50 {display:block;width:100%;min-height:1px;height:50px;}
.wp45 {display:block;width:100%;min-height:1px;height:45px;}
.wp40 {display:block;width:100%;min-height:1px;height:40px;}
.wp35 {display:block;width:100%;min-height:1px;height:35px;}
.wp30 {display:block;width:100%;min-height:1px;height:30px;}
.wp25 {display:block;width:100%;min-height:1px;height:25px;}
.wp20 {display:block;width:100%;min-height:1px;height:20px;}
.wp15 {display:block;width:100%;min-height:1px;height:15px;}
.wp10 {display:block;width:100%;min-height:1px;height:10px;}
.wp5 {display:block;width:100%;min-height:1px;height:5px;}
.wp0 {display:block;width:100%;min-height:0px;height:0px;}

@media screen and (max-width: 1280px) {
	.p-wp150 {height:150px !important;}
	.p-wp140 {height:140px !important;}
	.p-wp130 {height:130px !important;}
	.p-wp120 {height:120px !important;}
	.p-wp110 {height:110px !important;}
	.p-wp100 {height:100px !important;}
	.p-wp95 {height:95px !important;}
	.p-wp90 {height:90px !important;}
	.p-wp85 {height:85px !important;}
	.p-wp80 {height:80px !important;}
	.p-wp75 {height:75px !important;}
	.p-wp70 {height:70px !important;}
	.p-wp65 {height:65px !important;}
	.p-wp60 {height:60px !important;}
	.p-wp55 {height:55px !important;}
	.p-wp50 {height:50px !important;}
	.p-wp45 {height:45px !important;}
	.p-wp40 {height:40px !important;}
	.p-wp35 {height:35px !important;}
	.p-wp30 {height:30px !important;}
	.p-wp25 {height:25px !important;}
	.p-wp20 {height:20px !important;}
	.p-wp15 {height:15px !important;}
	.p-wp10 {height:10px !important;}
	.p-wp5 {height:5px !important;}
	.p-wp0 {min-height:0px !important;height:0px !important;}
}


@media screen and (max-width: 1024px) {
	.t-wp150 {height:150px !important;}
	.t-wp140 {height:140px !important;}
	.t-wp130 {height:130px !important;}
	.t-wp120 {height:120px !important;}
	.t-wp110 {height:110px !important;}
	.t-wp100 {height:100px !important;}
	.t-wp95 {height:95px !important;}
	.t-wp90 {height:90px !important;}
	.t-wp85 {height:85px !important;}
	.t-wp80 {height:80px !important;}
	.t-wp75 {height:75px !important;}
	.t-wp70 {height:70px !important;}
	.t-wp65 {height:65px !important;}
	.t-wp60 {height:60px !important;}
	.t-wp55 {height:55px !important;}
	.t-wp50 {height:50px !important;}
	.t-wp45 {height:45px !important;}
	.t-wp40 {height:40px !important;}
	.t-wp35 {height:35px !important;}
	.t-wp30 {height:30px !important;}
	.t-wp25 {height:25px !important;}
	.t-wp20 {height:20px !important;}
	.t-wp15 {height:15px !important;}
	.t-wp10 {height:10px !important;}
	.t-wp5 {height:5px !important;}
	.t-wp0 {min-height:0px !important;height:0px !important;}
}


@media screen and (max-width: 480px) {
	.m-wp150 {height:150px !important;}
	.m-wp140 {height:140px !important;}
	.m-wp130 {height:130px !important;}
	.m-wp120 {height:120px !important;}
	.m-wp110 {height:110px !important;}
	.m-wp100 {height:100px !important;}
	.m-wp95 {height:95px !important;}
	.m-wp90 {height:90px !important;}
	.m-wp85 {height:85px !important;}
	.m-wp80 {height:80px !important;}
	.m-wp75 {height:75px !important;}
	.m-wp70 {height:70px !important;}
	.m-wp65 {height:65px !important;}
	.m-wp60 {height:60px !important;}
	.m-wp55 {height:55px !important;}
	.m-wp50 {height:50px !important;}
	.m-wp45 {height:45px !important;}
	.m-wp40 {height:40px !important;}
	.m-wp35 {height:35px !important;}
	.m-wp30 {height:30px !important;}
	.m-wp25 {height:25px !important;}
	.m-wp20 {height:20px !important;}
	.m-wp15 {height:15px !important;}
	.m-wp10 {height:10px !important;}
	.m-wp5 {height:5px !important;}
	.m-wp0 {min-height:0px !important;height:0px !important;}
}

.photo-video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px; height: 0; overflow: hidden;
}

.photo-video-container iframe,
.photo-video-container object,
.photo-video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.concept-bg1 {
    background: rgba(225,225,225,1);
}
.concept-bg2 {
	background: rgba(5,48,45,1);
}
.concept-bg3 {
	background: rgba(247,244,231,1);
	
}
.concept-bg4 {
	background: rgba(245,235,220,1);
}
.concept-bg5 {
	background: #80584a;
}
.concept-bg0 {
	background: #fff;
}
.concept-bg6 {
	background: rgba(130,151,150,1) url(/imgs/pat/02.png) 0 0 no-repeat;
}
.concept-bg7 {
	background: rgba(130,151,150,1);
}
.concept-bg-gray {
	background: rgba(250,250,250,1);	
}
.concept-bg10 {
	background:rgba(50,25,20,1);
}
.concept-bg11 {
	background:rgba(250,250,250,1) url(/imgs/pat/02.png) 0 0 no-repeat;
}
.concept-bg12 {
	background:url(/imgs/pat/03.jpg) 0 0 no-repeat;
}
.concept-bg13 {
	background:url(/imgs/pat/04.jpg) 0 0 no-repeat;
}
.concept-bg14 {
	background: rgba(6,92,64,1)  url(/imgs/pat/04.png) 0 0 no-repeat;
    background-attachment: fixed;
}
.concept-bg15 {
	background-image: url(/imgs/pat/05.jpg);
    background-attachment: fixed;
	background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.concept-bg16 {
	background-image: url(/imgs/pat/06.jpg);
    background-attachment: fixed;
	background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.concept-bg8 {
	background: rgba(246,246,247,1);
}

.ms-insta {
	position:relative;
}

.ms-insta .box {
	position: relative;
    display: table;
	width:100%;
}

.ms-insta .box .box-cell {position: relative;display: table-cell; width: 50%; vertical-align:top;}
.ms-insta .tit-box {
	position:relative;
	color:#fff;
}
.insta-w .tit-box {
	color: rgba(85,70,60,1);
	color: rgba(130,151,150,1);
}
.ms-insta .tit-box .tit {
	position:relative;
	font-size:60px;
	/*font-style:italic;*/
	line-height:120%;
	font-family: "Oswald", "Noto Sans KR", sans-serif;
	
}
.ms-insta .point {
	color: rgba(155,172,171,1);
}
.insta-w .point {
	color: rgba(5,48,45,1);
}
.ms-insta .tit-box .ment {
	position:relative;
	font-size:20px;
}
.ms-insta .tit-box .sns_tit {
	position:relative;
}
.ms-insta .sns_list { position: absolute; left: 0; bottom: 0;}
.ms-insta .sns_list .sns_tit { position: relative; color:#fff;}
.ms-insta .sns_list_ul {
	position:relative;
	display: flex; gap: 10px;
}
.ms-insta .sns_list_ul img { width: 45px; }

@media screen and (max-width: 1280px) {
	.ms-insta .tit-box .tit {
		font-size:40px;
	}
	.ms-insta .tit-box .ment {
		font-size:18px;
	}	
	.ms-insta .tit-box .sns_tit {
		font-size:15px;
	}
}

@media screen and (max-width: 768px) {
	.ms-insta .box .box-cell {display: block; width: 100%;text-align:center;}
	.ms-insta .sns_list { position: relative; left: auto; bottom: auto; width:auto;display:inline-block;padding:40px 0;}
}

@media screen and (max-width: 480px) {
	.ms-insta .tit-box .ment {
		font-size:16px;
	}	
	.ms-insta .tit-box .sns_tit {
		font-size:14px;
	}
}
.ms-sns {
	position:relative;
	overflow:hidden;
}
.ms-sns .line { opacity: 0; -webkit-transition: opacity .2s .5s ease-in-out; transition: opacity .2s .5s ease-in-out; }
.ms-sns .line span { 
	border-radius: 50%; 
	display: block; 
	position: absolute; 
	top: 0; 
	border: 2px solid #fff; 
	opacity: .5; 
	width: 800px; height: 800px; 
	-webkit-transition: all 1.5s .5s ease-in-out; transition: all 1.5s .5s ease-in-out;
}
.insta-w .line span { 
	border: 2px solid rgba(155,172,171,1);
}
.ms-sns.active .line {opacity: .6; }
.ms-sns.active .line span { width: 1600px; height: 1600px; }
.ms-sns .line span { 
	-webkit-transform: translate(-25%, -50%); 
	-ms-transform: translate(-25%, -50%); 
	transform: translate(-25%, -50%);
}

@media screen and (max-width: 1280px) {
	
	.ms-sns.active .line span { width: 1000px; height: 1000px; }
	
}
@media screen and (max-width: 1024px) {
	
	
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 480px) {
	.ms-sns .line span { 
		-webkit-transform: translate(-60%, -50%); 
		-ms-transform: translate(-60%, -50%); 
		transform: translate(-60%, -50%); 
	}
}