@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;}
#page {width:100%;height:100%;box-shadow: none;position:relative;min-width:320px;}
#page {margin: 0; padding: 0;}

.container {
	width:100%;
	max-width: 1360px;
	margin:0 auto;
	position:relative;
}
.articleContainer {
	width:100%;
	max-width: 1280px;
	margin:0 auto;
	position:relative;
}
.fullContainer {
	width:100%;
	max-width: 1280px;
	margin:0 auto;
	position:relative;
}
.fullPageContainer {
	width:100%;
	max-width: 1280px;
	margin:0 auto;
	position:relative;
}
.imgContainer {
	width:100%;
	max-width: 1360px;
	margin:0 auto;
	position:relative;
}
.maxContainer {
	width:100%;
	margin:0 auto;
	position:relative;
}
br.none {
	display:none;
}
br.none2 {
	display:none;
}
br.none360 {
	display:none;
}
/* #gnb */
#gnb {
	position:absolute;
	top:0;
	left:0;
	width: 100%; 
	height:180px;
	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 0px;
	margin:0 auto;
}

.gnbBox {
	position:relative;
	width: 100%; 
	margin:0 auto;
	padding:0px 0px;
	z-index: 150;
	text-align:center;
	/*max-width: 1400px;*/
}


.gnbLogoArea {
	position:absolute;
	display:block;
	text-align:center;
	left:60px;
	top:0px;
	z-index:100;
}

.gnbMenuArea {
	position: relative;
	display:block;
	text-align:center;
}

.gnbSnsArea {
	position: absolute;
	top:45px;
	right:60px;
}

.light .gnbBgF {
	position:absolute;
	top:0;
	left:0;
	width: 100%; 
	height:180px;
	z-index: 100;
	background:url(/imgs/gnb/gnbBG.png) repeat-x;
}



.gnbLogo {
	display:inline-block;
	width: auto;
	margin:30px 0 0 0;
	width:220px;
}
.gnbLogo a { 
	position: relative;
	display:block;
	width: 220px; 
	height: 60px; 
	background:url(/imgs/gnb/logo.png) 0 0 no-repeat; 
	text-indent: -9999px; 
	/*box-shadow:3px 3px 10px rgba(0,0,0,0.2);*/
}

.naviArea {
	display: block;
	text-align:center;
	padding-left:120px;
	height:120px;
	/*background:rgba(50,38,38,1);*/
	/*background:rgba(35,15,5,.5);*/
	/*box-shadow:3px 3px 10px rgba(0,0,0,0.2);*/
}

.naviArea .navi {
	display: inline-block;
	margin-bottom: 0;
	font-size:0;
	position:relative;
	padding:0 40px;
	margin:30px 0px 0;
	/*background:rgba(50,30,15,1);
	/*background:url('/imgs/gnb/headerBG.jpg') 50% 50% no-repeat;*/
	
	-webkit-border-radius: 50px; 
	   -moz-border-radius: 50px; 
		    border-radius: 50px;
}

.naviArea .navi > li {
	display: inline-block;
	position: relative;
	
}

.naviArea .navi > li > a {
	display: inline-block;
	position: relative;
	width:100%;
	
	letter-spacing:0px;
    -webkit-transition: none; -moz-transition: none; -o-transition: none; transition: none;
	
	font-family:"Raleway",sans-serif;
    font-size: 18px;
	vertical-align:middle;
	z-index:0;
	padding: 15px 25px 15px;
}

.naviArea .navi > li > a div {
	color:rgba(225,205,160,1);
	color:rgba(255,255,255,1);
	position:relative;
	font-weight:500;
	letter-spacing:0.5px;
	/*text-transform:uppercase;*/
	-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
}
.naviArea .navi > li .underline {
	position:absolute;
	top: -40px; left: 50%; 
	width:1px; 
	height:0px;
	margin-left:10px;
	background:rgba(255,255,255,1);
    overflow: hidden;
	-webkit-transition: all 0.3s ease; 
	-moz-transition: all 0.3s ease; 
	-o-transition: all 0.3s ease; 
	transition: all 0.3s ease;
	display:none;
	-webkit-transform: rotate(35deg);
       -moz-transform: rotate(35deg);
        -ms-transform: rotate(35deg);
         -o-transform: rotate(35deg);
}
.naviArea .navi > li.on > .underline {
	background:rgba(255,255,255,1);
	height:50px;
}
.naviArea .navi > li.over > .underline {
	background:rgba(255,255,255,.7);
	height:45px;
}
.naviArea .navi > li > a span {
	text-align:left;
	display:block;
	font-size:12px;
	letter-spacing:-0.5px;
	-webkit-transition: none; -moz-transition: none; -o-transition: none; transition: none;
	line-height:1.0;
	display:none;	
}

.naviArea .navi > li .underline {
	display:block;
}

.naviArea .navi > li.off > a div {
	color:rgba(255,255,255,.7);
}

.naviArea .navi > li.on > a div {
	color:rgba(255,255,255,1);
    color:rgba(230,205,170,1);
}
.naviArea .navi > li.on > a div:after {
	content:''; 
	position:absolute; 
	left:0; bottom:-3px; height:1px; 
	width:0%;
	background:rgba(255,255,255,1);
	background:rgba(230,205,170,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;
}
.naviArea .navi > li.over > a div {
	color:rgba(225,205,160,1);
	color:rgba(255,255,255,1);
}

.naviArea .navi > li > a:hover div {color:rgba(230,205,170,1);}
.naviArea .navi > li > a:hover span {color:rgba(230,205,170,1);}

.naviArea .navi > li.has-child > a.on,
.naviArea .navi > li.has-child > a:hover {
	z-index:10;
}

.naviArea .navi > li.has-child > a.on div,
.naviArea .navi > li.has-child > a:hover div {
	color:rgba(255,255,255,1);
    color:rgba(230,205,170,1);
}

.naviArea .navi .nchild {
	position:absolute;
	top:120%;
	/*left:50%; 
	-webkit-transform: translateX(-50%);
		 -o-transform: translateX(-50%);
			transform: translateX(-50%);*/
	left:-5px;
	white-space:nowrap; 
	background:rgba(40,30,25,1);	
	background:rgba(50,30,15,1);
	
	background:rgba(65,50,50,1);
	text-align:left; 
	-webkit-tap-highlight-color:rgba(0,0,0,0); 
	box-shadow:3px 3px 10px rgba(0,0,0,0.2);
	-webkitbox-shadow:3px 3px 10px rgba(0,0,0,0.2);
	/*border-radius: 5px;*/
	border-radius:0 10px 0 10px; 
	-webkit-border-radius:0 10px 0 10px;
		 
	min-width:160px;
	padding:15px 0px 20px;
	z-index:10;
	visibility: hidden;
	filter: alpha(opacity=0);
    opacity: 0;
	-webkit-transition: opacity .2s ease-out, top .3s ease-out;
       -moz-transition: opacity .2s ease-out, top .3s ease-out;
        -ms-transition: opacity .2s ease-out, top .3s ease-out;
         -o-transition: opacity .2s ease-out, top .3s ease-out;
            transition: opacity .2s ease-out, top .3s ease-out;
}

.naviArea .navi > li:nth-child(5) .nchild {
	min-width:170px;
}

.naviArea .navi > li.over .nchild {
	zoom: 1;
	filter: alpha(opacity=100);
    opacity: 1;
	visibility: visible;
	top:100%;
}
.naviArea .navi .nchild .nchild-Tit { 
	position:relative; 
	display:block; 
	padding:0px 30px 10px ; 
	font-size:16px; 
	color:rgba(255,255,255,1);
	font-family: 'Noto Serif KR';
	letter-spacing:0px;
}
.naviArea .navi .nchild > li {padding:5px 0px 2px;}
.naviArea .navi .nchild a { 
	position:relative; 
	display:block; 
	padding:3px 10px 3px 30px; 
	font-size:14px; 
	
	color:rgba(210,180,140,1);
	color:rgba(235,200,155,1);
	color:rgba(230,205,170,1);
	font-family: 'Barlow Semi Condensed','Noto Sans KR', serif;
	text-transform:uppercase;
	
	text-align:left;
	letter-spacing:0.5px;
}

.naviArea .navi .nchild a:hover, .naviArea .navi .nchild a:focus, .naviArea .navi .nchild .hover > a  {color:rgba(255,255,255,1);}
.naviArea .navi .nchild a.on {color:rgba(0,0,0,1);background:rgba(220,190,160,1);background:rgba(210,180,140,1);}

.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 14px 0 36px; 
	text-decoration:none;
	font-size:14px;
	width:auto;
	min-width:auto;
	overflow:hidden; 
	line-height:28px;
	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(65,50,50,1) url(/imgs/gnb/sns_tel.png) no-repeat 4px 50%;
	background:rgba(90,105,110) url(/imgs/gnb/sns_tel.png) no-repeat 4px 50%;
	background:rgba(110,80,65,1) url(/imgs/gnb/sns_tel.png) no-repeat 4px 50%;
}

.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_naverBlog2.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_instagram2.png) no-repeat center 50%;}
.naviSocial > li a.instagram2:hover {background:#e9224f url(/imgs/gnb/sns_instagram3.png) no-repeat center 50%;}

.naviSocial > li a.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;}

.gnbRightArea {
	position:relative;text-align:center;text-align:right;padding:0px 0 0;width:120px;
}
.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:0px;
	margin-bottom:5px;
}

.gnbRightArea .naviSocial a {
	position: relative;
	text-align:center;
	display: inline-block;
	/*width:40px; height:40px; overflow:hidden; border-radius:0%; -webkit-border-radius:0%;*/
}

.gnbRightArea .naviSocial a img {
	width:100%;
	max-width:40px;
	opacity:.8;
	-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
}
.gnbRightArea .naviSocial a:hover img {
	opacity:1;
}
.gnbRightArea .naviSocial a span {display:none;font-size:8px;line-height:25px;letter-spacing:0px;}

/* gnb color light */
/*.light .gnbLogo a { 
	background: url(/imgs/gnb/logowhite.png) 0 0 no-repeat; 
}
.light .naviArea .navi > li > a div {
	color:rgba(255,255,255,1);
}
.light .naviArea .navi > li.off > a div {
	color:rgba(255,255,255,.6);
}
.light .naviArea .navi > li.on > a div {
	color:rgba(65,50,50,1);
}
.light .naviArea .navi > li.on > a div:after {
	background:rgba(65,50,50,1);
}
.light .naviArea .navi > li.over > a div {
	color:rgba(255,255,255,1);
}

.light .naviArea .navi > li > a:hover div {color:rgba(255,255,255,1);}
.light .naviArea .navi > li > a:hover span {color:rgba(255,255,255,1);}
.light .naviArea .navi > li.has-child > a.on div,
.light .naviArea .navi > li.has-child > a:hover div {
	color:rgba(255,255,255,1);
	color:rgba(65,50,50,1);
}*/

@-webkit-keyframes bar {
	
	100% {
		width:100%;
	}
}
@-moz-keyframes bar {
  	
	100% {
		width:100%;
	}
}
@-o-keyframes bar {
  	
	100% {
		width:100%;
	}
}
@keyframes bar {
 	
	100% {
		width:100%;
	}
}



.light .naviSocial > li a.blog2 {background:url(/imgs/gnb/sns_naverBlog.png) no-repeat center 50%;}
.light .naviSocial > li a.blog2:hover {background:#21c407 url(/imgs/gnb/sns_naverBlog.png) no-repeat center 50%;}
.light .naviSocial > li a.facebook2 {background:url(/imgs/gnb/sns_facebook.png) no-repeat center 50%;}
.light .naviSocial > li a.facebook2:hover {background:#3e5b99 url(/imgs/gnb/sns_facebook.png) no-repeat center 50%;}
.light .naviSocial > li a.instagram2 {background:url(/imgs/gnb/sns_instagram.png) no-repeat center 50%;}
.light .naviSocial > li a.instagram2:hover {background:#e9224f url(/imgs/gnb/sns_instagram3.png) no-repeat center 50%;}

#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: 15px;
	text-align: left;
	color:rgba(195,195,195,1);
	background:rgba(45,35,30,1);
	
	background:rgba(1,80,80,1);
	background:rgba(50,38,38,1);
	
	/*border:1px solid rgba(221,221,221,1);*/
	font-family:"Noto Serif KR",serif;
}
#footer .footer-copy {
	position: relative;
	display:table;
	width:100%;
	background:rgba(145,115,80,1) url(/imgs/gnb/footer-pattern4.png) repeat;
	
}
#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 {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:10px;font-weight:100;vertical-align:top;}
#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(65,50,50,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-logo {
	margin-top:3px;
}
#footer .footer-sns {
    position: absolute;
    bottom: 0;
    text-align: left;
    height: 30px;
}
#footer .footer-sns .naviSocial > li{
	margin-left:0px;
	margin-right:5px;
	margin-bottom:0px;
}
#footer .copyright {font-size:11px;letter-spacing:0.5px;vertical-align:bototm;font-family:"Raleway",serif;font-weight:400;margin-top:3px;}
#footer .office .sep {padding:1px 10px 0 10px;}
#footer .office {font-size:14px;}

#footer .footer-gnb > li {
	display: block;
	position: relative;
	margin-bottom:5px;
	/*text-transform:uppercase;*/
}
#footer .footer-gnb > li a:hover{text-decoration:underline;color:#fff;}


#gnbMobile {
	position: absolute;
	top:0;
	left:0;
	width: 100%; 
	z-index: 150;
	-webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease;
	padding:0px;
	max-width:1800px;
	margin:0 auto;
	display:none;
}

.gnbMobileBox {
	display: table;
	width: 100%;
	margin:0 auto;
	z-index: 101;
	max-width: 1240px;
	position:relative;
}

.gnbMobileBox .gnbBoxItem {
	display:table-cell;
	padding:25px 30px 0 30px;
	vertical-align:top;
	font-size:0;
}
.gnbMobileBox .gnbBoxItem.left {
	width:calc(100%-220px);
	text-align:left;
}
.gnbMobileBox .gnbBoxItem.right {
	text-align:right;
}

.mobileLogo a { 
	position: relative;
	display:block;
	width: 280px; 
	height: 50px; 
	background: url(/imgs/gnb/logom.png) 0 0 no-repeat; 
	text-indent: -9999px; 
}
.light .mobileLogo a { 
	background: url(/imgs/gnb/logomw.png) 0 0 no-repeat; 
}

.mobileBtn {
	margin-left:0px;
	display:inline-block;
}

#hamburger {
	width: 35px;
	display:block;
	text-align:right;
	font-size:0;
}
#hamburger span {
   background:rgba(115,90,30,1);
   display: inline-block;
   width: 100%;
   height: 3px;
   margin: 4px 0;
   -webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}
.light #hamburger span {
	background:rgba(255,255,255,1);;
}
#hamburger .bottom-bar {
   width:60%;
}
#hamburger:hover .bottom-bar {
	width:100%;
}
#hamburger:hover .middle-bar {
	width:60%;
}

/* side Menu */
.sideContainer {
	position:relative;
	padding: 40px 50px;
	max-width:none;
	width:100%;
}
#sideMenu.open {
	visibility:visible;
}

#sideMenu.open .menuBack {
	
	opacity:.6;
	visibility:visible;
}

#sideMenu {
	visibility:hidden;
	display:block;
	position: fixed; 
	width: 100%;
	height: 100vh;
	top: 0px;
	left: 0;
    right: 0;
	z-index: 2999;
}

#sideMenu .menuBack {
	visibility:hidden;
	position: absolute; 
	width: 100%;
	height: 100vh;
	top: 0px;
	left: 0;
    right: 0;
	background:rgba(0,0,0,1);
	
	opacity:0;
	-webkit-transition: opacity .4s ease-out;
       -moz-transition: opacity .4s ease-out;
        -ms-transition: opacity .4s ease-out;
         -o-transition: opacity .4s ease-out;
            transition: opacity .4s ease-out;
	z-index: 1;
}

#sideMenu .menuClose {
	position: fixed;
    z-index: 3;
	font-size: 0;
    width: 40px;
    height: 40px;
    top: 40px;
    right: 50px;
	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(60,45,45,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(200,85,50,1) !important;
}

#sideMenu .menuClose.black:before, #sideMenu .menuClose.black:after {
    background-color:#999 !important;
}
#sideMenu .menuClose.black:hover:before, #sideMenu .menuClose.black:hover:after{
    background-color: #000 !important;
}

#sideMenu .menuPanel {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100vh;
	background:rgba(34,34,34,1);
	background:rgba(255,255,255,1);
	z-index: 2;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;
	
	/*-webkit-flex-direction: column;
			flex-direction: column;*/
	display:block;		
	overflow-y:auto;
}

#sideMenu .menuArea {
	position:relative;
	/*display:flex;
	-webkit-box-flex:1 1 auto;
	   -moz-box-flex:1 1 auto;
	    -webkit-flex:1 1 auto;
	  		-ms-flex:1 1 auto;
	  			flex:1 1 auto;*/
	display:block;
	/*flex: 1 1 auto;
	flex-grow:1;
	flex-shrink:1;
	flex-basis:auto;*/
}
#sideMenu .menuFooter {
	position:relative;
	display:flex;
	display:block;
	text-align:center;
	padding: 20px 20px 50px;
	margin-bottom:40px;
}

#sideMenu .menuFooter .logo {
	display:block;
	margin:0px 0 20px;
}
#sideMenu .menuFooter .logo img {
	margin-left:0px;
}
#sideMenu .menuFooter .copyright {
	font-size:12px;
	color:rgba(153,153,153,1);
	font-weight:600;
	line-height:26px;
	letter-spacing:-0.5px;
}

#sideMenu .menuFooter .phone {
	position: relative;
	text-align:center;
	display:inline-block; 
	height:30px; 
	line-height:28px; 
	padding:0 14px 0 36px; 
	text-decoration:none;
	font-size:14px;
	width:auto;
	overflow:hidden; 
	border-radius: 15px 15px 15px 15px;
	background:rgba(110,80,65,1) url(/imgs/gnb/sns_tel.png) no-repeat 4px 50%;
	color:rgba(255,255,255,1);
}

#sideMenu .footer {
	position:relative;
	display:block;
}

.sideGnb {
	position:relative;
	display:block;
	margin: 0;
	min-height:280px;
	width:100%;
	padding:100px 0px 40px; 
	/*text-transform:uppercase;*/
}
.sideGnb > li {
	position:relative;
	display:table;
	width:100%;
	padding-bottom:30px;
}
.sideGnb > li:last-child {
	padding-bottom:0px;
}
.sideGnb > li > .nchild {
	position:relative;
	display:table-cell;
	width:50%;
	vertical-align:top;
	
}
.sideGnb > li > a {
	position:relative;
	display:table-cell;
	width:50%;
	vertical-align:top;
	padding:3px 10px 0 0;
}

.sideGnb > li > a div {
	display:inline-block;
	font-weight:400;
	font-size: 24px;
	text-decoration: none;
	color:rgba(175,148,83,1);
	color:rgba(115,90,30,1);
	line-height:130%;
	font-family:"Barlow Semi Condensed","Noto Sans KR",serif;
	white-space: nowrap; 
	overflow: hidden;
	text-overflow:ellipsis;
	text-transform:uppercase;
}

.sideGnb > li > a span {
	display:none;
	font-size:14px;
	line-height:20px;
	font-weight:300;
	margin-left:2px;
	color:gba(175,148,83,.5);
	font-family:"Noto Sans KR",sans-serif;
}

.sideGnb > li > a:hover div {color:rgba(0,0,0,1);}
.sideGnb > li > a:hover span {color:rgba(0,0,0,1);}

.sideGnb > li.on > a div,
.sideGnb > li.on > a:hover div {
	color:rgba(65,50,50,1);
	color:rgba(0,0,0,1);
}

.sideGnb .nchild > li {
	padding:0px 0px 3px 15px;
	position:relative;
	display:block; 
	border-left:2px solid rgba(175,148,83,.2);
}
.sideGnb .nchild > li:last-child {
	padding:0px 0px 0px 15px;
}
.sideGnb .nchild a { 
	position:relative; 
	display:inline-block; 
	padding:5px 0px 0px 0px; 
	font-size:15px;
	color:rgba(175,148,83,1);
	color:rgba(115,90,30,1); 
	font-weight:300;
	text-align:left;
	line-height:130%;
}
.sideGnb .nchild a:hover {color:rgba(0,0,0,1);}
.sideGnb .nchild > li.on > a {
	color:rgba(0,0,0,1);
}
.sideGnb .nchild > li.on > a:after {
	content:''; 
	display:block; 
	position:absolute; 
	top:110%; left:0; 
	width:100%;

	-webkit-transition: background-color .3s;
	   -moz-transition: background-color .3s;
	     -o-transition: background-color .3s;
	        transition: background-color .3s;
    box-shadow: none;
    height: 1px;
    background:rgba(0,0,0,1);
}
.sideGnb .nchild > li a:before{
	content:''; 
	display:block; 
	position:absolute; 
	top:110%; left:0; 
	width:0; height:1px; 
	background:rgba(115,90,30,1); 
	z-index:-1
	-webkit-transition: all 0.3s ease; 
	   -moz-transition: all 0.3s ease; 
	     -o-transition: all 0.3s ease; 
	        transition: all 0.3s ease;
}
.sideGnb .nchild > li a:hover:before {width:100%}


/* mark */
.mark_container { padding: 180px 0; max-width:1200px; margin:0 auto; word-break: keep-all; color: #fff; }
.mark_header { margin-bottom: 50px; border-bottom: 4px solid #d3000c; }
.mark_header_title { font-size: 50px; font-weight: 300; line-height: 1.2; }
.mark_header_date { font-size: 14px; font-weight: 500; position: relative; top: -20px; text-align: right; }
.mark_list {text-align:center;}
.mark_listitem {display:inline-block;width:40%;}
.mark_listitem img {width:100%;}

.mark_list2 {text-align:left;}
.mark_listitem2 {font-size: 15px;line-height: 2;letter-spacing: -0.025em;color: #bbb;}
.mark_listitem2 > p,
.mark_listitem2 > ul,
.mark_listitem2 > ol,
.mark_listitem2 > table {margin-bottom: 30px;}
.mark_content h2 {padding-bottom: 6px;font-size: 15px;color: #fff;}
.mark_content table {width: 100%;max-width: 486px;border-top: 2px solid #bbb;}
.mark_content table * {padding: 14px 0;text-align: center;}
.mark_content thead th {width: 60%;font-weight: 500;color: #fff;border-bottom: 1px solid #bbb;}
.mark_content thead th:first-child {width: 40%;border-right: 1px solid #bbb;}
.mark_content tbody td {width: 60%;border-bottom: 1px solid #bbb;}
.mark_content tbody td:first-child {width: 40%;border-right: 1px solid #bbb;}
.mark_content .mark_first h2 {font-size: 18px;}
.mark_content .mark_first p {color: #fff;}

.mark_close {font-size: 50px;position: fixed;top: 61px;right: 61px;width: 64px;height: 64px;padding: 0;cursor: pointer;opacity: 0;color: #fff;border: 0;outline: 0;background: #d3000c;z-index: 1044;-webkit-transition: opacity 600ms ease;transition: opacity 600ms ease;}
.mark_close:hover,
.mark_close:focus { opacity: .7; }
.mfp_open .mark_close{opacity: 1;}
.mark_close {}
.mark_close span {display:block; width:100%; height:100%; line-height:50px;}

/* MAGNIFIC POPUP DEBUGGING */
body.mfp_open { overflow: hidden; }
.mfp-bg, .mfp-wrap { position: fixed !important; height: 100% !important; }
.mfp-bg { }
.mfp-wrap { top: 0 !important; overflow-y: scroll; }



/* privacy */
.request_privacy_container { padding: 180px 0; max-width:1200px; margin:0 auto; word-break: keep-all; color: #fff; }
.request_privacy_header { margin-bottom: 50px; border-bottom: 4px solid #d3000c; }
.request_privacy_header_title { font-size: 50px; font-weight: 300; line-height: 1.2; }
.request_privacy_header_date { font-size: 14px; font-weight: 500; position: relative; top: -20px; text-align: right; }
.request_privacy_listitem {font-size: 15px;line-height: 2;letter-spacing: -0.025em;color: #bbb;}
.request_privacy_content h2 {padding-bottom: 6px;font-size: 15px;color: #fff;}
.request_privacy_content table {width: 100%;max-width: 486px;border-top: 2px solid #bbb;}
.request_privacy_content table * {padding: 14px 0;text-align: center;}
.request_privacy_content thead th {width: 60%;font-weight: 500;color: #fff;border-bottom: 1px solid #bbb;}
.request_privacy_content thead th:first-child {width: 40%;border-right: 1px solid #bbb;}
.request_privacy_content tbody td {width: 60%;border-bottom: 1px solid #bbb;}
.request_privacy_content tbody td:first-child {width: 40%;border-right: 1px solid #bbb;}
.request_privacy_content .request_privacy_first h2 {font-size: 18px;}
.request_privacy_content .request_privacy_first p {color: #fff;}
.request_privacy_listitem > p,
.request_privacy_listitem > ul,
.request_privacy_listitem > ol,
.request_privacy_listitem > table {margin-bottom: 30px;}
.request_privacy_close {font-size: 50px;position: fixed;top: 61px;right: 61px;width: 64px;height: 64px;padding: 0;cursor: pointer;opacity: 0;color: #fff;border: 0;outline: 0;background: #d3000c;z-index: 1044;-webkit-transition: opacity 600ms ease;transition: opacity 600ms ease;}
.request_privacy_close:hover,
.request_privacy_close:focus { opacity: .7; }
.mfp_open .request_privacy_close{opacity: 1;}
.request_privacy_close {}
.request_privacy_close span {display:block; width:100%; height:100%; font-family:'NanumSquare';line-height:64px;}

@media screen and (max-width: 1540px) {
	.naviArea .navi > li > a {
		font-size: 17px;
		padding: 15px 20px 15px;
	}
}
@media screen and (max-width: 1440px) {
	.naviArea .navi {
		padding:0 30px;
	}
	.naviArea .navi > li {
		margin:0px 0px 0;
	}
	.naviArea .navi > li > a {
		font-size: 16px;
		padding: 15px 15px 15px;
	}
	.naviArea .navi > li > a div {
		letter-spacing:0.5px !important;
	}
}
	
@media screen and (max-width: 1360px) {
	.container, .articleContainer, .fullContainer, .imgContainer {padding:0 40px}	
	/* MAGNIFIC POPUP */
    .request_privacy_container { padding: 120px 3%; }
    .request_privacy_close { top: 3%; right: 3%; }
}
@media screen and (max-width: 1280px) {
	.container, .articleContainer, .fullContainer, .imgContainer {padding:0 40px}
	.fullPageContainer {padding:0 40px}
	.gnbLogoArea {
		left:40px;
	}
	.gnbSnsArea {
		right:40px;
	}
	.naviArea .navi > li > a {
		font-size: 14px;
	}
}
@media screen and (max-width: 1180px) {
	.container, .articleContainer, .fullContainer, .imgContainer {padding:0 30px}
	#footer .copyright span {display:none;}
	.gnbLogoArea {
		left:30px;
	}
	.gnbSnsArea {
		right:30px;
	}
	
	
	.gnbRightArea .naviSocial > li{
		margin-left:0px;
	}
}
@media screen and (max-width: 1024px) {
	#page {padding:0px !important;}
	.light .gnbBgF {display:none}
	#gnb {display:none;}
	#gnbMobile {display:block;}
}
@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;
	}
	
	.sideContainer {
		padding: 20px 40px 30px;
	}
	#sideMenu .menuClose {
		top:20px;
		right:20px;
		width: 30px;
		height: 30px;
	}

	#sideMenu .menuClose:before, #sideMenu .menuClose:after {
		margin-top: 15px;
		height: 2px;
	}
	.sideGnb {
		padding:60px 0 20px;
	}	
	
	/* MAGNIFIC POPUP */
    .request_privacy_container { padding: 80px 8%; }
    .request_privacy_header_date { text-align: left; position: static; margin: 10px 0; }
    .request_privacy_close { top: 10px; right: 10px; }
	
	/* 개인정보처리방침 */
    .request_privacy_header_title {font-size:35px;}
    .request_privacy_close {width:54px; height:54px;}
    .request_privacy_close span {line-height:40px;}
    .request_privacy_content .request_privacy_first h2 {font-size:16px;}
	.request_privacy_listitem > p, .request_privacy_listitem > ul, .request_privacy_listitem > ol, .request_privacy_listitem > table {font-size:14px;}
}

@media screen and (max-width: 768px) {
	br.none {display:block;}
	br.none2 {display:block !important;}
	.container, .articleContainer, .fullContainer, .imgContainer {padding:0 20px}

	#footer .office .sepBlock {display:block;}
	#footer .office .sepBlock .sep {display:none;}
	
	.gnbMobileBox .gnbBoxItem {
		padding:20px 20px 0 20px;
	}
	.mobileLogo a { 
		width: 180px; 
		height: 30px; 
		background: url(/imgs/gnb/logom.png) 0 0 no-repeat; 
	}
	.light .mobileLogo a { 
		background: url(/imgs/gnb/logomw.png) 0 0 no-repeat; 
	}
	#hamburger {
		width: 30px;
	}
	#hamburger span {
	   height: 3px;
	   margin: 3px 0;
	}
	
	#bottomSet {right:10px;}
}

@media screen and (max-width: 640px) {
	.fullContainer {padding:0 0}
	#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-tableCell {display:block;width:100% !important;padding:0 0px 0px 0 !important;text-align:center;}
	#footer .footer-cell {text-align:center;}
	
	#footer .copyright {text-align:center;}
	
	#sideMenu .menuPanel {
		width: 80%;
	}
	.sideGnb > li > a div {
		font-size:20px;
	}
}
@media screen and (max-width: 480px) {
	#footer .footer-tableCell {padding:0 0px 0px 0 !important;text-align:left;}
	#footer .footer-cell {text-align:left;}
	#footer .copyright {text-align:left;}
	#footer .footer-logo {
		text-align:center;
	}
	#footer .footerArea {
		font-size:14px;
	}
	#footer .sep {padding:1px 6px 0 6px;}
	#footer .office .sep {padding:1px 6px 0 6px;}
	#footer .sepBlock2 {display:block;}
	#footer .sepBlock2 .sep {display:none;}
	
	#hamburger {
		width: 25px;
	}
	#hamburger span {
	   height: 2px;
	   margin: 3px 0;
	}
	.sideContainer {
		padding: 20px 20px 30px 30px;
	}
	#sideMenu .menuPanel {
		width: 85%;
	}
	.sideGnb .nchild a { 
		font-size:15px;
	}
	.sideGnb > li > a {
		width:40%;
	}
	.sideGnb > li > .nchild {
		width:60%;
	}
	
}
@media screen and (max-width: 375px) {
	br.none360 {display:block !important;}
	.sideGnb > li > a div {
		font-size:16px;
	}
	.sideGnb .nchild a { 
		font-size:14px;
	}
}

@media screen and (max-width: 320px) {
	.imgContainer {padding:0 0}
	.fullPageContainer {padding:0 30px}
}

/************** 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: 1440px) {
	.l-wp150 {height:150px !important;}
	.l-wp140 {height:140px !important;}
	.l-wp130 {height:130px !important;}
	.l-wp120 {height:120px !important;}
	.l-wp110 {height:110px !important;}
	.l-wp100 {height:100px !important;}
	.l-wp95 {height:95px !important;}
	.l-wp90 {height:90px !important;}
	.l-wp85 {height:85px !important;}
	.l-wp80 {height:80px !important;}
	.l-wp75 {height:75px !important;}
	.l-wp70 {height:70px !important;}
	.l-wp65 {height:65px !important;}
	.l-wp60 {height:60px !important;}
	.l-wp55 {height:55px !important;}
	.l-wp50 {height:50px !important;}
	.l-wp45 {height:45px !important;}
	.l-wp40 {height:40px !important;}
	.l-wp35 {height:35px !important;}
	.l-wp30 {height:30px !important;}
	.l-wp25 {height:25px !important;}
	.l-wp20 {height:20px !important;}
	.l-wp15 {height:15px !important;}
	.l-wp10 {height:10px !important;}
	.l-wp5 {height:5px !important;}
	.l-wp0 {min-height:0px !important;height:0px !important;}
}


@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) {
	.s-wp150 {height:150px !important;}
	.s-wp140 {height:140px !important;}
	.s-wp130 {height:130px !important;}
	.s-wp120 {height:120px !important;}
	.s-wp110 {height:110px !important;}
	.s-wp100 {height:100px !important;}
	.s-wp95 {height:95px !important;}
	.s-wp90 {height:90px !important;}
	.s-wp85 {height:85px !important;}
	.s-wp80 {height:80px !important;}
	.s-wp75 {height:75px !important;}
	.s-wp70 {height:70px !important;}
	.s-wp65 {height:65px !important;}
	.s-wp60 {height:60px !important;}
	.s-wp55 {height:55px !important;}
	.s-wp50 {height:50px !important;}
	.s-wp45 {height:45px !important;}
	.s-wp40 {height:40px !important;}
	.s-wp35 {height:35px !important;}
	.s-wp30 {height:30px !important;}
	.s-wp25 {height:25px !important;}
	.s-wp20 {height:20px !important;}
	.s-wp15 {height:15px !important;}
	.s-wp10 {height:10px !important;}
	.s-wp5 {height:5px !important;}
	.s-wp0 {min-height:0px !important;height:0px !important;}
}

@media screen and (max-width: 768px) {
	.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-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;}
}

.wd100 {width:100%;}
@media screen and (max-width: 1440px) {
	.l-wd100 {width:100% !important;}
}
@media screen and (max-width: 1280px) {
	.p-wd100 {width:100% !important;}
}

@media screen and (max-width: 1024px) {
	.s-wd100 {width:100% !important;}
}
@media screen and (max-width: 768px) {
	.t-wd100 {width:100% !important;}
}

@media screen and (max-width: 480px) {
	.m-wd100 {width:100% !important;}
}


.alignL {text-align:left !important;}
.alignC {text-align:center !important;}
.alignR {text-align:right !important;}

@media screen and (max-width: 1440px) {
	.l-alignL {text-align:left !important;}
	.l-alignC {text-align:center !important;}
	.l-alignR {text-align:right !important;}
}
@media screen and (max-width: 1280px) {
	.p-alignL {text-align:left !important;}
	.p-alignC {text-align:center !important;}
	.p-alignR {text-align:right !important;}
}

@media screen and (max-width: 1024px) {
	.s-alignL {text-align:left !important;}
	.s-alignC {text-align:center !important;}
	.s-alignR {text-align:right !important;}
}
@media screen and (max-width: 768px) {
	.t-alignL {text-align:left !important;}
	.t-alignC {text-align:center !important;}
	.t-alignR {text-align:right !important;}
}

@media screen and (max-width: 480px) {
	.m-alignL {text-align:left !important;}
	.m-alignC {text-align:center !important;}
	.m-alignR {text-align:right !important;}
}

