@charset "utf-8";
@import url('doReset.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;}
body.open {overflow-y: hidden;}
#page {width:100%;height:100%;box-shadow: none;position:relative;min-width:280px;}
#page {margin: 0; padding: 0;}

.container {
	width:100%;
	max-width: 1400px;
	margin:0 auto;
	position:relative;
}
.articleContainer {
	width:100%;
	max-width: 1600px;
	margin:0 auto;
	position:relative;
}
.fullContainer {
	width:100%;
	margin:0 auto;
	position:relative;
	padding:0 60px;
}
.fullPageContainer {
	width:100%;
	max-width: 1280px;
	margin:0 auto;
	position:relative;
}
.noticeContainer {
	width:100%;
	max-width: 920px;
	margin:0 auto;
	position:relative;
}
.imgContainer {
	width:100%;
	max-width: 1400px;
	margin:0 auto;
	position:relative;
}
.imgContainer2 {
	width:100%;
	max-width: 1400px;
	margin:0 auto;
	position:relative;
}
.maxContainer {
	width:100%;
	margin:0 auto;
	position:relative;
}
br.none {
	display:none;
}
br.none2 {
	display:none;
}
br.none3 {
	display:none;
}
br.none360 {
	display:none;
}
/* #gnb */
#gnb {
	position:absolute;
	top:0;
	left:0;
	width: 100%; 
	height:115px;
	z-index: 100;
	-webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease;
	padding:0px 0px;
	margin:0 auto;
	background:rgba(255,255,255,1);
}
.dark #gnb {
	background:none;
}

.gnbLogoArea {
	position:absolute;
	display:block;
	text-align:center;
	left:60px;
	top:30px;
	z-index:120;
}

.gnbMenuArea {
	position: relative;
	display:block;
	text-align:center;
}

.gnbBgF {
	position:absolute;
	top:0;
	left:0;
	width: 100%; 
	height:180px;
	z-index: 99;
	background:url(/imgs/gnb/gnbBGBlack.png) repeat-x;
}


.gnbLogo {
	display: block;
    width: auto;
    position: absolute;
    top: 0px;
    left: 0px;
}
.gnbLogo a { 
	position: relative;
	display:block;
	width: 240px; 
	height: 54px; 
	background: url(/imgs/gnb/logo.png) 0 center no-repeat; text-indent: -9999px; 
	-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
}


.gnbMenuArea .navi {
	display: inline-block;
	margin-bottom: 0;
	position:relative;
	padding:0 0px;
	height:100%;
}

.gnbMenuArea .navi > li {
	display: inline-block;
	position: relative;
	margin:0px 0px 0;
}

.gnbMenuArea .navi > li > a {
	display: inline-block;
	position: relative;
	width:100%;
	
	letter-spacing:0px;
    -webkit-transition: none; -moz-transition: none; -o-transition: none; transition: none;
	
    font-size:20px;
	vertical-align:middle;
	z-index:0;
	padding: 41px 20px 15px;
}

.gnbMenuArea .navi > li > a div {
	color:rgba(51,51,51,1);
	position:relative;
	font-weight:400;
	-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
}
.gnbMenuArea .navi > li .underline {
	position:absolute;
	top: -40px; left: calc(50% - 7px); 
	width:14px; 
	height:14px;
	-webkit-border-radius: 50%; 
	-moz-border-radius: 50%; 
	border-radius: 50%;
	border:3px solid rgba(185,155,140,1);
    overflow: hidden;
	-webkit-transition: all 0.4s ease; 
	-moz-transition: all 0.4s ease; 
	-o-transition: all 0.4s ease; 
	transition: all 0.4s ease;
	display:none;
	z-index:2;
}
.gnbMenuArea .navi > li.on > .underline {
	top:22px;
}

.gnbMenuArea .navi > li > a span {
	display:none;	
}

.gnbMenuArea .navi > li.off > a div {
	color:rgba(51,51,51,.6);
}
.gnbMenuArea .navi > li.on > a div {
	color:rgba(175,145,115,1);
}
.gnbMenuArea .navi > li.over > a div {
	color:rgba(51,51,51,1);
}

.gnbMenuArea .navi > li > a:hover div {color:rgba(0,0,0,1);}
.gnbMenuArea .navi > li.on > a:hover div {color:rgba(175,145,115,1);}
.gnbMenuArea .navi > li.on > a div:after {
	content:''; 
	position:absolute; 
	left:0; bottom:-3px; height:1px; 
	width:0%;
	background:rgba(175,145,115,1);
	
	-webkit-animation: bar 0.5s ease-out forwards;
	-moz-animation:    bar 0.5s ease-out forwards;
	-o-animation:      bar 0.5s ease-out forwards;
	animation:         bar 0.5s ease-out forwards;
}


@-webkit-keyframes bar {
	
	100% {
		width:100%;
	}
}
@-moz-keyframes bar {
  	
	100% {
		width:100%;
	}
}
@-o-keyframes bar {
  	
	100% {
		width:100%;
	}
}
@keyframes bar {
 	
	100% {
		width:100%;
	}
}

.gnbTour {
	position:absolute;
	z-index:190;
	right:150px;
	top:38px;
	overflow:hidden;
}
.tourBtn-top {
	position:relative;
	display: inline-block; 
	color: rgba(255,255,255,1);
	background:rgba(160,120,80,1);
	font-size: 18px; 
	font-weight:400; 
	letter-spacing: 0;
	padding:0px 25px 0 20px;
	/*border:2px solid rgba(255,255,255,1);*/
	height:40px;
	line-height:40px;
	-webkit-border-radius: 40px; 
	   -moz-border-radius: 40px; 
		    border-radius: 40px;
}
.tourBtn-top:before { 
	display: inline-block; *display: inline; *zoom: 1; 
	font-size: 16px; 
	font-family: 'themify'; content: "\e693"; 
	font-weight: normal; 
	margin-right:5px;
}
.tourBtn-top:hover {
	color:rgba(0,0,0,1);
	background:rgba(255,255,255,1);
	
}




.navButton {
	position:absolute;
	z-index:190;
	right:60px;
	top:44px;
}

#hamburger {
	width: 40px;
	display:block;
	text-align:right;
	font-size:0;
}
#hamburger span {
   background:rgba(51,51,51,1);
   display: inline-block;
   width: 100%;
   height: 5px;
   margin: 0px 0 6px;
   -webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}

#hamburger .bottom-bar {
   width:60%;
}
#hamburger:hover .bottom-bar {
	width:100%;
}
#hamburger:hover .middle-bar {
	width:60%;
}



.naviSocial {
	display: inline-block;
	width:auto;
	font-size:0;
	margin-right:0px;
	vertical-align:top;
}

.naviSocial > li{
	display: inline-block;
	*display: inline;
	zoom: 1;
	position: relative;
	margin-left:5px;
	margin-bottom:5px;
	font-size:0;
	vertical-align:top;
}

.naviSocial > li a {
	position: relative;
	text-align:center;
	display:block; 
	width:30px; height:30px; 
	overflow:hidden; 
	border-radius:50%; -webkit-border-radius:50%;	
}

.naviSocial > li a.tel {
	
	height:30px;
	padding:0 16px 0 36px; 
	text-decoration:none;
	font-size:14px;
	width:auto;
	min-width:auto;
	overflow:hidden; 
	line-height:28px;
	border-radius: 30px 30px 30px 30px;
	background:rgba(140,140,140,1) url(/imgs/gnb/sns_tel2.png) no-repeat 4px 50%;
	background:rgba(110,110,110,1) url(/imgs/gnb/sns_tel.png) no-repeat 4px 50%;
	color:rgba(255,255,255,1);
}
.naviSocial > li a.tel .out {
	position:relative;
	display:inline-block;
}
.naviSocial > li a.tel.mobile {
	font-size:14px;
	background:rgba(140,140,140,1) url(/imgs/gnb/sns_tel.png) no-repeat 4px 50%;
}

.naviSocial > li a.group {
	padding:0 15px 0 33px; 
	text-decoration:none;
	font-size:14px;
	width:auto;
	overflow:hidden; 
	border-radius: 30px 30px 30px 30px;
	line-height:28px;
	background:rgba(95,70,60,1) url(/imgs/gnb/tGroup.png) no-repeat 4px 50%;
	color:rgba(255,255,255,1);
}
.naviSocial > li a.group:hover {
	background:rgba(140,110,90,1)  url(/imgs/gnb/tGroup.png) no-repeat 4px 50%;
	color:rgba(255,255,255,1);
}
.naviSocial > li a.blog {background:#21c407 url(/imgs/gnb/sns_naverBlog.png) no-repeat center 50%;}
.naviSocial > li a.blog2 {background: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.cafe {background:#21c407 url(/imgs/gnb/sns_naverCafe.png) no-repeat center 50%;}
.naviSocial > li a.cafe2 {background:rgba(230,200,160,.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:url(/imgs/gnb/sns_facebook2.png) no-repeat center 50%;}
.naviSocial > li a.facebook2:hover {background:#3e5b99 url(/imgs/gnb/sns_facebook.png) no-repeat center 50%;}
.naviSocial > li a.twitter {background:#00acec url(/imgs/gnb/sns_twitter.png) no-repeat center 50%;}
.naviSocial > li a.instagram {background:#e9224f url(/imgs/gnb/sns_instagram3.png) no-repeat center 50%;}
.naviSocial > li a.instagram2 {background:url(/imgs/gnb/sns_instagram.png) no-repeat center 50%;}
.naviSocial > li a.instagram2:hover {background:#e9224f url(/imgs/gnb/sns_instagram3.png) no-repeat center 50%;}

.naviSocial > li a.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(230,200,160,.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(50,50,35,1) url(/imgs/gnb/sns_tel2.png) no-repeat center 50%;}
.naviSocial > li a span {line-height:1px; font-size:1px; position:absolute; left:-10000px; top:0; overflow:hidden; text-indent:-30000px;}



@-webkit-keyframes bar {
	
	100% {
		width:100%;
	}
}
@-moz-keyframes bar {
  	
	100% {
		width:100%;
	}
}
@-o-keyframes bar {
  	
	100% {
		width:100%;
	}
}
@keyframes bar {
 	
	100% {
		width:100%;
	}
}

.dark .gnbMenuArea .navi > li > a div {
	color:rgba(255,255,255,1);
}

.dark .gnbMenuArea .navi > li.off > a div {
	color:rgba(255,255,255,.6);
}
.dark .gnbMenuArea .navi > li.on > a div {
	color:rgba(175,145,115,1);
	color:rgba(210,180,155,1);
	color:rgba(255,255,255,1);
}
.dark .gnbMenuArea .navi > li.over > a div {
	color:rgba(255,255,255,1);
}
.dark .gnbMenuArea .navi > li > a:hover div {color:rgba(255,255,255,1);}
.dark .gnbMenuArea .navi > li.on > a:hover div {color:rgba(175,145,115,1);color:rgba(210,180,155,1);color:rgba(255,255,255,1);}
.dark .gnbMenuArea .navi > li.on > a div:after {
	background:rgba(255,255,255,1);
}
.dark #hamburger span {
	background:rgba(255,255,255,1);
}
.dark .gnbLogo a { 
	background: url(/imgs/gnb/logo_w.png) 0 center no-repeat;
}

.dark .tourBtn-top {
	color:rgba(0,0,0,1);
	background:rgba(255,255,255,1);
}
.dark .tourBtn-top:hover {
	color: rgba(255,255,255,1);
	background:rgba(160,120,80,1);
	
}

#bottomSet {position:fixed; bottom:-150px; right:40px; z-index:201;/*footer z-index 보다 작게 */-webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease;}
#bottomSet img {width:40px}

/* footer */
#footer {
	position: relative;
}

#footer .footerArea {
	position: relative;
	padding: 40px 0 40px 0;
	font-size: 16px;
	text-align: left;
	color:rgba(195,195,195,1);
	background:rgba(0,23,83,1);
	background:rgba(46,46,46,1);
}
#footer .footer-copy {
	position: relative;
	display:table;
	width:100%;
	background:rgba(145,115,80,1);
	
}
#footer .footer-copy .in {
	position: relative;
	display:table-cell;
	width:100%;
    height: 80px;
    line-height: 140%;
	vertical-align:middle;
    color: #fff;
    font-size: 25px;
    text-align: center;
	font-family:"Raleway","Noto Sans KR",serif;
	
	letter-spacing:0px;
	/*text-transform:uppercase;*/
}
#footer .footer-container {width:100%;margin: 0px auto;text-align:left;display:table;}
#footer .footer-tableCell {display:table-cell;width:30%;vertical-align:top;padding:0 0px 0 0;position:relative;}
#footer .footer-tableCell.f2{width:70%;padding:0 0px 0 40px;}
#footer .footer-table {width:100%;margin: 0px auto;text-align:left;display:table;padding:0px 0 20px;}
#footer .footer-table.t2 {border-top:1px solid rgba(255,255,255,.2);padding:20px 0 5px;}
#footer .footer-cell {display:table-cell;vertical-align:top;}
#footer .footer-cell.c2, #footer .footer-cell.c3 {text-align:right;}
#footer .footer-addr {}
#footer .footer-addr > li {margin-bottom:5px;}
#footer .sep {display:inline-block;padding:3px 10px 0 10px;font-size:11px;font-weight:100;vertical-align:top;}
#footer .office .sep {padding:0px 10px 0 10px;}
#footer .footer-addr .tel {margin-top:15px;}
#footer .footer-addr strong {color:rgba(255,255,255,1);}
#footer .footer-addr strong a:hover{text-decoration:underline;color:rgba(175,145,115,1);}
#footer .footer-addr .white {color:#fff;font-weight:400;}
#footer .footer-addr .white a:hover{color:#fff;text-decoration:underline;}
#footer .footer-addr a.tel {
	position: relative;
	display:inline-block; 
	height:30px; 
	overflow:hidden; 
	margin-top:10px;
	line-height:28px; 
	padding:0 14px 0 36px; 
	text-decoration:none;
	width:auto;
	overflow:hidden; 
	border-radius: 15px 15px 15px 15px;
	background:rgba(220,220,220,1) url(/imgs/gnb/sns_tel.png) no-repeat 4px 50%;
	
}


#footer .footer-sns {
    position: absolute;
    bottom: 15px;
    text-align: left;
    height: 30px;
}
#footer .footer-sns .naviSocial > li{
	margin-left:0px;
	margin-right:5px;
	margin-bottom:0px;
}
#footer .footer-sns .naviSocial > li:last-child {
	margin-right:0;
}
#footer .office {font-size:14px;} 
#footer .copyright {font-size:11px;letter-spacing:0.5px;vertical-align:top;font-weight:600;color:rgba(153,153,153,1);line-height:22px;}
#footer .roomkit {
	position: relative;
	text-align:center;
	display:inline-block; 
	padding:0 15px; 
	line-height:22px;
	text-decoration:none;
	font-weight:400;
	font-size:13px;
	width:auto;
	overflow:hidden; 
	border-radius: 20px 20px 20px 20px;
	color:rgba(255,255,255,1);
	background:rgba(113,113,113,1);
	
}
#footer .roomkit:hover {
	background:rgba(62,202,131,1);
}

#footer .footer-gnb > li {
	display: block;
	position: relative;
	margin-bottom:5px;
	/*text-transform:uppercase;*/
}
#footer .footer-gnb > li a > div {
	font-weight:500;
}
#footer .footer-gnb > li a:hover{text-decoration:underline;color:#fff;}
#footer .footer-phone {
    position: absolute;
    bottom: 0px;
}
#footer .footer-phone  .phone {
	position: relative;
	text-align:center;
	display:inline-block; 
	height:36px; 
	line-height:38px; 
	padding:0 15px 0 38px; 
	text-decoration:none;
	font-weight:500;
	font-size:16px;
	width:auto;
	overflow:hidden; 
	border-radius: 20px 20px 20px 20px;
	background:rgba(165,140,105,1) url(/imgs/gnb/sns_tel.png) no-repeat 6px 50%;
	color:rgba(255,255,255,1);
	background:rgba(255,255,255,1) url(/imgs/gnb/sns_tel_b2.png) no-repeat 6px 50%;
	background:rgba(113,113,113,1) url(/imgs/gnb/sns_tel.png) no-repeat 6px 50%;
	
	/*margin-left:-5px;*/
}
#footer .footer-phone .phone:hover {
	background:rgba(175,145,115,1) url(/imgs/gnb/sns_tel.png) no-repeat 6px 50%;
	
}

/* side Menu */
.sideContainer {
	position:relative;
	padding: 40px 50px;
	max-width:none;
	width:100%;
}
.sideMenu.open {
	visibility:visible;
}

.sideMenu.open .menuBack {
	
	opacity:.6;
	visibility:visible;
}

.sideMenu {
	visibility:hidden;
	display:block;
	position: fixed; 
	width: 100%;
	height: 100vh;
	top: 0px;
	left: 0;
    right: 0;
	z-index: 999;
}

.sideMenu .menuBack {
	visibility:hidden;
	position: absolute; 
	width: 100%;
	height: 100vh;
	top: 0px;
	left: 0;
    right: 0;
	background:rgba(0,0,0,1);
	
	opacity:0;
	-webkit-transition: opacity .4s ease-out;
       -moz-transition: opacity .4s ease-out;
        -ms-transition: opacity .4s ease-out;
         -o-transition: opacity .4s ease-out;
            transition: opacity .4s ease-out;
	z-index: 1;
}

.sideMenu .menuClose {
	position: fixed;
    z-index: 3;
	font-size: 0;
    width: 40px;
    height: 40px;
    top: 40px;
    right: 40px;
	cursor: pointer;
}

.sideMenu .menuClose:before, .sideMenu .menuClose:after {
    margin-top: 20px;
	content: "";
    display: block;
    width: 100%;
    position: absolute;

	-webkit-transition: background-color .3s;
	   -moz-transition: background-color .3s;
	     -o-transition: background-color .3s;
	        transition: background-color .3s;
    box-shadow: none;
    height: 1px;
    background:rgba(102,102,102,1);;
}
.sideMenu .menuClose:before {
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
			transform: rotate(45deg);
}
.sideMenu .menuClose:after {

	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	     -o-transform: rotate(-45deg);
			transform: rotate(-45deg);
}

.sideMenu .menuClose:hover:before, .sideMenu .menuClose:hover:after{
    background-color: rgba(33,33,33,1) !important;
}

.sideMenu .menuClose.black:before, .sideMenu .menuClose.black:after {
    background-color:#999 !important;
}
.sideMenu .menuClose.black:hover:before, .sideMenu .menuClose.black:hover:after{
    background-color: #000 !important;
}

.sideMenu .menuPanel {
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    height: 100vh;
	background:rgba(255,255,255,1);
	z-index: 2;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;
	
	-webkit-flex-direction: column;
			flex-direction: column;
	
	overflow-y:auto;
}
#contactMotion .menuPanel {
	width:700px;
}

.sideMenu .menuArea {
	position:relative;
	-webkit-box-flex:1 0 auto;
	   -moz-box-flex:1 0 auto;
	    -webkit-flex:1 0 auto;
	  		-ms-flex:1 0 auto;
	  			flex:1 0 auto;
	padding:40px;
}
.sideMenu .menuFooter {
	position:relative;
	-webkit-box-flex:0 0 auto;
	   -moz-box-flex:0 0 auto;
	    -webkit-flex:0 0 auto;
	  		-ms-flex:0 0 auto;
	  			flex:0 0 auto;
	padding: 40px 20px 40px 40px;
	background:rgba(242,240,236,1);
}

.sideMenu .menuFooter .logo {
	position:relative;
	display:block;
	margin:0px 0 20px;
}
.sideMenu .menuFooter .contact {
	position:relative;
	display:block;
	margin:0px 0 20px;
}
.sideMenu .menuFooter .copyright {
	margin-top:10px;
	font-size:12px;
	color:rgba(151, 143, 131, .6);
	font-weight:700;
}

.sideMenu .menuFooter .phone {
	position: relative;
	text-align:center;
	display:inline-block; 
	height:36px; 
	line-height:36px; 
	padding:0 15px 0 38px; 
	text-decoration:none;
	font-weight:500;
	font-size:16px;
	width:auto;
	overflow:hidden; 
	border-radius: 20px 20px 20px 20px;
	background:rgba(0,0,0,1) url(/imgs/gnb/sns_tel.png) no-repeat 6px 50%;
	color:rgba(255,255,255,1);
	margin-left:-10px;
}
.sideMenu .menuFooter .phone:hover {
	color:rgba(175,145,115,1);
}
.sideMenu .addr {
	position:relative;
	display:block;
}
/*.sideMenu .addr a{
	position:relative;
	display:inline-block;
}
.sideMenu .addr a:before{
	content:''; 
	display:block; 
	position:absolute; 
	bottom:-2px;
	left:0; 
	width:0; height:1px; 
	background:rgba(51,51,51,1);
	z-index:-1
	-webkit-transition: all 0.3s ease; 
	   -moz-transition: all 0.3s ease; 
	     -o-transition: all 0.3s ease; 
	        transition: all 0.3s ease;
}
.sideMenu .addr a:hover:before {width:100%}
.sideMenu .addr a:hover {
	color:rgba(51,51,51,1);
}*/
.sideMenu .addr > li {
	font-weight:400;
	font-size:18px;
	color:#151515;
	line-height:150%;
	margin-bottom:20px;
}
.sideMenu .addrPoint {
	margin: 15px 0 0;
	padding: 0;
}
.sideMenu .addrPoint li {
	font-size: 16px;
	font-weight: 300;
	list-style:circle outside none;
	line-height: 140%;
	margin-bottom:5px;
	color:rgba(102,102,102,1);
}
.sideMenu .addrPoint li strong {
	font-weight: 400;
	color:rgba(51,51,51,1);
}


.sideMenu .footer {
	position:relative;
	display:block;
}

.sideGnb {
	position:relative;
	display:block;
	margin: 0;
	min-height:280px;
	width:100%;
	padding:60px 0px 30px; 
	/*text-transform:uppercase;*/
}

.sideGnb > li {
	position:relative;
	display:block;
	width:100%;
	padding-bottom:30px;
}
.sideGnb > li:last-child {
	padding-bottom:0px;
}

.sideGnb > li > a {
	position:relative;
	display: inline-block;
	padding:0 0px;
	
}
.sideGnb > li > a > div {
	position:relative;
	color: #999;
	font-weight: 700;
    font-size: 26px;
	line-height:100%;
	white-space: nowrap;
	letter-spacing:0px;
	-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
}
.sideGnb > li a:before{
	content:''; 
	display:block; 
	position:absolute; 
	bottom:-5px;
	left:0; 
	width:0; height:1px; 
	background:rgba(175,145,115,1);
	z-index:-1
	-webkit-transition: all 0.3s ease; 
	   -moz-transition: all 0.3s ease; 
	     -o-transition: all 0.3s ease; 
	        transition: all 0.3s ease;
}
.sideGnb > li a:hover:before {width:100%}
.sideGnb > li a:hover > div{
	color:rgba(51,51,51,1);
}
.sideGnb > li.on a > div{
	color:rgba(51,51,51,1);
	color:rgba(175,145,115,1);
}
/*.sideGnb > li.on a:before {width:100%}*/

.sideGnb > li .underline {
	position:absolute;
	display:none;
	top:-5px;
	right:-22px;
	width: 15px;
    height: 15px;
	border-radius: 50%;    
	border:3px solid rgba(51,51,51,1);
	border:3px solid rgba(175,145,115,1);	
}
.sideGnb > li.on .underline {
	display:block;
}


.sideMenu .sidePanel .logo {
	display:block;
	padding:20px 30px;
}
.sideMenu .sidePanel .logo img {
	display:inline-block;
}

.sideTour {
	position:relative;
	display:block;
	width:100%;
	padding:0;
	margin-left:-40px;
}
.tourBtn-side {
	position:relative;
	display: inline-block; 
	color: rgba(255,255,255,1);
	background:rgba(160,120,80,1);
	font-size: 22px; 
	font-weight:400; 
	letter-spacing: 0;
	padding:0px 25px 0 40px;
	height:44px;
	line-height:42px;
	-webkit-border-radius: 0px 40px 40px 0; 
	   -moz-border-radius: 0px 40px 40px 0; 
		    border-radius: 0px 40px 40px 0; 
}
.tourBtn-side:after { 
	display: inline-block; *display: inline; *zoom: 1; 
	font-size: 20px; 
	font-family: 'themify'; content: "\e693"; 
	font-weight: normal; 
	margin-left:10px;
}
.tourBtn-side:hover {
	color: rgba(255,255,255,1);
	background:rgba(0,0,0,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%; line-height:64px;}

@media screen and (max-width: 1440px) {

}
@media screen and (max-width: 1400px) {
	.container, .articleContainer, .fullContainer, .imgContainer, .imgContainer2, .noticeContainer {padding:0 40px}	
	/* MAGNIFIC POPUP */
    .request_privacy_container { padding: 120px 3%; }
    .request_privacy_close { top: 3%; right: 3%; }
	.gnbLogoArea {
		left:40px;
	}
	.navButton {
		right:40px;
	}
	
}
@media screen and (max-width: 1280px) {
	.container, .articleContainer, .fullContainer, .imgContainer, .imgContainer2, .noticeContainer {padding:0 40px}
	
	.sideMenu .menuClose {
		top:30px;
		right: 30px;
	}
	.sideGnb > li > a > div {
		font-size: 20px;
	}
	.gnbMenuArea .navi > li > a {
		font-size:18px;
		padding: 44px 20px 15px;
	}
	
	
	.tourBtn-side {
		font-size: 18px; 
		font-weight:400; 
		letter-spacing: 0;
		padding:0px 25px 0 40px;
		height:38px;
		line-height:36px;
	}
	.tourBtn-side:after { 
		font-size: 16px; 
	}
	
}
@media screen and (max-width: 1180px) {
	.container, .articleContainer, .fullContainer, .imgContainer, .imgContainer2 {padding:0 30px}
	
	#footer .t2 .footer-cell {display:block;text-align:left;}
	#footer .footer-cell.c3 {text-align:left;padding:15px 0 0}
	#footer .copyright span {display:none;}
	#footer .footer-sns {
		bottom: 5px;
	}
	
	
	.gnbLogoArea {
		left:30px;
	}
	.navButton {
		right:30px;
	}
	.sideMenu .menuClose {
		top:20px;
		right:20px;
	}
	.sideGnb {
		padding:40px 0px 0px; 
	}
	.sideGnb > li {
		padding-bottom:20px;
	}
	.sideTour {
		padding:20px 0 0;
		margin-left:-40px;
	}
	.sideMenu .addr > li {
		font-size:16px;
		margin-bottom:20px;
	}
	.sideMenu .menuFooter .phone {
		height:32px; 
		line-height:32px; 
		padding:0 15px 0 36px; 
		font-size:15px;
		margin-left:-5px;
		background:rgba(0,0,0,1) url(/imgs/gnb/sns_tel.png) no-repeat 4px 50%;
	}
	
	.sideMenu .menuFooter .copyright {
		font-size:10px;
	}
	br.none3 {display:block !important;}
	.gnbTour {
		right:130px;
	}
}
@media screen and (max-width: 1024px) {
	#page {padding:0px !important;}
	#gnb {height:85px}
	.gnbLogoArea {
		top:15px;
	}
	.gnbMenuArea {
		text-align:left;
		padding-left:320px;
		display:none;
	}
	.gnbMenuArea .navi > li > a {
		font-size:18px;
		padding: 34px 20px 15px;
	}
	.sideMenu .menuArea {
		padding:30px;
	}
	.sideMenu .menuFooter {
		padding:30px 20px 30px 30px;
	}
	.sideMenu .menuClose {
		right: 20px;
	}
	.gnbTour {
		right:100px;
		top:24px;
	}
	.tourBtn-top {
		font-size: 16px; 
		height:36px;
		line-height:34px;
	}
	.tourBtn-top:before {
		font-size: 16px; 
	}
	
	.navButton {
		top:31px;
	}
	#hamburger {
		width: 30px;
	}
	#hamburger span {
	   height: 3px;
	}
	.sideMenu .menuFooter .logo img {
		width:200px;
	}
	.sideMenu .addrPoint {
		margin: 15px 0 0 15px;
	}
	
}
@media screen and (max-width: 980px) {
	#footer .footerArea {
		padding: 30px 0 30px 0;
	}
	#footer .footer-cell {display:block}
	#footer .footer-cell.c2 {text-align:left;}
	#footer .footer-gnb {display:none;}
	#footer .copyright {margin-top:10px;}
	#footer .footer-addr .tel {margin-top:10px;}
	#footer .footer-sns {
		bottom: 5px;
	}
	
	#footer .footer-copy .in {
		height: 90px;
		font-size: 18px;
	}
	
	.sideMenu .menuPanel {
		width: 35%;
	}
	.sideMenu .menuClose {
		top:20px;
		right:20px;
		width: 30px;
		height: 30px;
	}

	.sideMenu .menuClose:before, .sideMenu .menuClose:after {
		margin-top: 15px;
	}
	.sideGnb > li {
		padding-bottom:14px;
	}
	.sideGnb > li > a > div {
		font-size: 18px;
	}
	.sideMenu .addrPoint li {
		font-size: 15px;
	}
	.sideTour {
		padding:10px 0 10px;
	}
	.tourBtn-side {
		font-size: 17px; 
	}
	.tourBtn-side:after { 
		font-size: 15px; 
	}
	
	/* MAGNIFIC POPUP */
    .request_privacy_container { padding: 80px 8%; }
    .request_privacy_header_date { text-align: left; position: static; margin: 10px 0; }
    .request_privacy_close { top: 10px; right: 10px; }
	
	/* 개인정보처리방침 */
    .request_privacy_header_title {font-size:35px;}
    .request_privacy_close {width:54px; height:54px;}
    .request_privacy_close span {line-height:54px;}
    .request_privacy_content .request_privacy_first h2 {font-size:16px;}
	.request_privacy_listitem > p, .request_privacy_listitem > ul, .request_privacy_listitem > ol, .request_privacy_listitem > table {font-size:14px;}
	
	
}

@media screen and (max-width: 768px) {
	br.none {display:block;}
	br.none2 {display:block !important;}
	.container, .articleContainer, .fullContainer, .imgContainer, .imgContainer2, .noticeContainer {padding:0 30px}

	#footer .office .sepBlock {display:block;}
	#footer .office .sepBlock .sep {display:none;}
	
	.sideMenu .menuPanel {
		width: 40%;
	}
	.sideMenu .menuFooter .logo img {
		width:180px;
	}
	#bottomSet {right:10px;}
	
}

@media screen and (max-width: 640px) {
	/*.fullContainer, .imgContainer, .imgContainer2 {padding:0 0}*/
	.container, .articleContainer, .fullContainer, .imgContainer, .imgContainer2, .noticeContainer {padding:0 20px}
	#gnb {height:60px}
	#footer .footer-copy .in {
		height: 80px;
		font-size: 18px;
	}
	#footer .footer-sns {
		position: relative;
		display:block;
		text-align:center;
		bottom:auto;
		height:auto;
		padding:30px 0;
	}
	#footer .footer-phone {
		position: relative;
		display:block;
		text-align:center;
		bottom:auto;
		height:auto;
		padding:30px 0;
	}
	#footer .footer-tableCell {display:block;width:100% !important;padding:0 0px 0px 0 !important;text-align:center;}
	#footer .footer-cell {text-align:center !important;}
	
	#footer .copyright {text-align:center;}
	
	.gnbLogoArea {
		top:10px;
		left:20px;
	}
	.gnbLogo a { 
		width: 180px; 
		height: 40px; 
		background: url(/imgs/gnb/logom.png) 0 center no-repeat; text-indent: -9999px; 
	}
	.dark .gnbLogo a { 
		background: url(/imgs/gnb/logom_w.png) 0 center no-repeat;
	}

	/*.gnbTour {
		right:0px;
		top:80px;;
	}
	.tourBtn-top {
		padding:0px 20px 0 20px;
		-webkit-border-radius: 40px 0 0 40px; 
		   -moz-border-radius: 40px 0 0 40px; 
			    border-radius: 40px 0 0 40px; 
	}*/
	.gnbTour {
		right:auto;
		top:13px;;
		left:220px;
	}
	.tourBtn-top {
		padding:0px 15px 0 10px;
		height:36px;
		line-height:34px;
	}
	.navButton {
		top:20px;
		right:20px;
	}
	#hamburger span {
	   margin: 0px 0 5px;
	}
	
	.sideMenu .menuPanel {
		width: 50%;
	}
	.sideMenu .menuArea {
		display:block;
		padding:20px 30px;
	}
	.sideMenu .menuFooter {
		display:block;
		padding:30px 20px 20px 30px;
	}
	#footer .footer-logo img {
		width:180px;
	}
	#contactMotion .menuPanel {
		width: 80%;
	}

}
#footer .sepKit {display:inline-block;padding:0 6px;}
@media screen and (max-width: 480px) {
	.imgContainer {padding:0 0}
	#footer .footer-tableCell {padding:0 0px 0px 0 !important;text-align:left;}
	#footer .footer-logo {
		text-align:center;
	}
	
	#footer .footerArea {
		font-size:15px;
	}
	#footer .sep {padding:1px 6px 0 6px;}
	#footer .office .sep {padding:1px 6px 0 6px;}
	#footer .sepBlock2 {display:block;}
	#footer .sepBlock2 .sep {display:none;}
	#footer .sepKit {display:block;padding:6px;}
	
	.sideMenu .menuPanel {
		width: 65%;
	}
	.sideMenu .menuClose {
		top:15px;
		right:15px;
	}
	
}
@media screen and (max-width: 414px) {
	.sideMenu .menuPanel {
		width: 85%;
	}
	#contactMotion .menuPanel {
		width: 100%;
	}
}
@media screen and (max-width: 375px) {
	.imgContainer2 {padding:0 0}
	br.none360 {display:block !important;}
	
	.gnbTour {
		display:none;
	}
	
}

@media screen and (max-width: 320px) {
	.noticeContainer {padding:0 0}
	.fullPageContainer {padding:0 30px}
	.sideMenu .addrPoint li {
		font-size: 14px;
	}
	#contactMotion .menuArea {
		padding:20px 20px;
	}
	
}

@media screen and (max-width: 300px) {
	.container, .articleContainer, .fullContainer, .imgContainer2, .noticeContainer {padding:0 15px}
	.gnbLogoArea {
		top:10px;
		left:15px;
	}
	.navButton {
		top:20px;
		right:15px;
	}
	.tourBtn-top {
		padding:0px 15px 0 15px;
	}
}