@charset "utf-8";

html,
body {width:100%;height:100%;box-shadow: none;}
body {
	line-height: 1.7; 
}
html.fix {overflow-y: hidden;}
body.fix {overflow-y: hidden;}
#page {width:100%;height:100%;box-shadow: none;position:relative;min-width:320px;}
#page {margin: 0; padding: 0;}

*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

.container {
	width:100%;
	max-width: 1400px;
	margin:0 auto;
	position:relative;
}
.articleContainer {
	width:100%;
	max-width: 1400px;
	margin:0 auto;
	position:relative;
}
.fullContainer {
	width:100%;
	max-width: 1400px;
	margin:0 auto;
	position:relative;
}
.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;
}
.container1000 {
	width:100%;
	max-width: 1000px;
	margin:0 auto;
	position:relative;
	z-index:2;
}

br.none {
	display:none;
}
br.none2 {
	display:none;
}
br.none360 {
	display:none;
}
br.none320 {
	display:none;
}
/* #gnb */
#gnb {
	position:absolute;
	top:0;
	left:0;
	width: 100%; 
	height:100px;
	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:220;
}

.gnbMenuArea {
	position: relative;
	display:block;
	text-align:center;
}

.gnbSnsArea {
	position: absolute;
	top:45px;
	right:60px;
}

.gnbBgF {
	position:absolute;
	top:0;
	left:0;
	width: 100%; 
	height:180px;
	z-index: 99;
	background:url(/imgs/gnb/gnbBGBlack.png) repeat-x;
}
.gnbBgB {
	position:absolute;
	top:0;
	left:0;
	width: 100%; 
	height:0px;
	z-index: 100;
	background:rgba(35,25,20,.7);
	-webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease;
}
#gnb.open .gnbBgB {
	height:340px;
}
#gnb.open .naviArea {
	height:340px;
	-webkit-transition: all 0.4s ease-in; -moz-transition: all 0.4s ease-in; -o-transition: all 0.4s ease-in; transition: all 0.4s ease-in;
}

.gnbLogo {
	display: block;
    width: auto;
    position: absolute;
    top: 0px;
    left: 0px;
}
.gnbLogo a { 
	position: relative;
	display:block;
	width: 140px; 
	height: 140px; 
	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 {
	position:relative;
	display: block;
	text-align:center;
	vertical-align:top;	
	font-size:0;
	overflow:hidden;
	height:100px;
}
.gnbRight {
	text-align:right;
	padding-right:320px;
}
.gnbCenter {
	padding-left:40px;
}
.mtower {
	position:absolute;
	top:100px;
	right:60px;
	display:block;
	z-index:2;
}
.mtower .tit {
	position:relative;
	font-size:15px;
	color:#fff;
	padding:0px 0 10px 0;
	color:rgba(240,220,165,1);
}
.mtower .tit:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 2px;
    margin-right: 8px;
    background-color:rgba(240,220,165,1);
    vertical-align: middle;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    -ms-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -ms-transition-timing-function: ease;
    transition-timing-function: ease;
}
.mtower .txt {
	position:relative;
	padding:10px 0 0 0;
	text-align:left;
}
.mtower .img {
	width: 220px;
	height: 120px;
	margin: 0 auto;
	overflow: hidden;
	
}
.mtower .img img{
	position:relative;
	top: 50%;
	left:50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);

	
	width:auto;height:100%;
	width:100%;height:auto;
	
	-webkit-transition: all 1.3s ease; -moz-transition: all 1.3s ease; -o-transition: all 1.3s ease; transition: all 1.3s ease;
}
.mtower a:hover .img img{
	transform:scale(1.10,1.10) translate(-48%, -48%);;  
	-ms-transform:scale(1.10,1.10) translate(-48%, -48%);
	-moz-transform: scale(1.10,1.10) translate(-48%, -48%) rotate(0.02deg);
}
.mtower h1 {
	font-size:16px;
	color:#fff;
}
.mtower .go {
	position:absolute;
	display:inline-block;
	top:12px;
	right:0;
	padding:0 10px 0 10px; 
	text-decoration:none;
	font-size:12px;
	width:auto;
	height:24px;
	overflow:hidden; 
	border-radius: 20px 20px 20px 20px;
	border:2px solid rgba(204,204,204,1);
	line-height:20px;
	color:rgba(255,255,255,1);
	margin:0 0 0 0px;
	-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
}
.mtower a:hover .go {
	border:2px solid rgba(255,255,255,1);
	background:rgba(255,255,255,1);
	color:rgba(0,0,0,1);
}
.naviArea .navi {
	display: inline-block;
	margin-bottom: 0;
	position:relative;
	padding:0 0px;
	height:100%;
}

.naviArea .navi > li {
	display: inline-block;
	position: relative;
	height:340px;
	vertical-align:top;
}
.naviArea .navi .bg {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	z-index:1;	
	background:rgba(35,25,20,1);
	opacity:0;
	-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 > a {
	display: inline-block;
	position: relative;
	width:100%;
	
	letter-spacing:0px;
    -webkit-transition: none; -moz-transition: none; -o-transition: none; transition: none;
	
	font-family:"Sorts Mill Goudy",sans-serif;
    font-size: 19px;
	vertical-align:middle;
	text-align:left;
	padding:45px 30px 20px;
	z-index:2;
}

.naviArea .navi > li > a div {
	color:rgba(255,255,255,1);
	position:relative;
	font-weight:300;
	letter-spacing:0.5px;
	-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
}
.naviArea .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(240,220,165,1);
	border:3px solid rgba(185,155,140,1);
	/*-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
			transform: rotate(45deg);*/
    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;
}
.naviArea .navi > li.on > .underline {
	top:22px;
}

.naviArea .navi > li.over > .bg {
	opacity:1;
	
}
.naviArea .navi > li > a span {
	display:none;	
}
.upper5 {
	display:inline-block;
	font-family:"Petit Formal Script",serif;
}
.naviArea .navi > li .underline {
	display:block;
}

.naviArea .navi > li.off > a div {
	color:rgba(255,255,255,.6);
}
.naviArea .navi > li.on > a div {
	color:rgba(240,220,165,1);
	color:rgba(215,185,170,1);
}
.naviArea .navi > li.over > a div {
	color:rgba(255,255,255,1);
}

.naviArea .navi > li > a:hover div {color:rgba(255,255,255,1);}

.naviArea .navi .nchild {
	position:relative;
	white-space:nowrap; 
	text-align:left; 
	margin-top:0px;
	padding:0px 0px;
	z-index:2;
}

.naviArea .navi .nchild > li {padding:0px 0px 2px;}
.naviArea .navi .nchild a { 
	position:relative; 
	display:block; 
	padding:5px 30px 5px; 
	font-size:14px; 
	color:rgba(255,255,255,.6);
	font-family:'Noto Sans KR', serif;
	text-transform:uppercase;
	font-weight:500;
	text-align:left;
	letter-spacing:0px;
}

.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(255,255,255,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 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;}

.family {
	margin-top:0px;
}
.family a.groupOpen {
	position:relative;
	display:inline-block;
	text-decoration:none;
	font-size:14px;
	width:auto;
	color:rgba(255,255,255,1);
}
.family a.groupOpen .left {
	position:relative;
	display:inline-block;
	background:rgba(110,110,110,1);
	background:rgba(185,155,140,1);
	padding:0 10px 0 20px; 
	border-radius: 15px 0px 0px 15px;
	text-transform:uppercase;
	font-size:12px;
	letter-spacing:0.5px;
	height:30px;
	line-height:28px;
}
.family a.groupOpen .right {
	position:relative;
	display:inline-block;
	background:#fff;
	color:#000;
	padding:0 15px 0 10px; 
	border-radius: 0px 15px 15px 0px;
	height:30px;
	line-height:28px;
}


.gnbRightArea {
	position:relative;text-align:center;text-align:right;padding:0px 0 0;
}
.gnbRightArea .naviSocial {
	display: block;
	width:auto;
	margin-bottom: 0;
}

.gnbRightArea .naviSocial {
	padding:0px;
	padding-left: 0px !important;
	font-size:0;
}
.gnbRightArea .naviSocial > li{
	display: inline-block;
	*display: inline;
	zoom: 1;
	position: relative;
	margin-left:5px;
	margin-bottom:5px;
}

.gnbRightArea .naviSocial a {
	position: relative;
	text-align:center;
	display: inline-block;
	/*width:40px; height:40px; overflow:hidden; border-radius:0%; -webkit-border-radius:0%;*/
}

.gnbRightArea .naviSocial a img {
	width:100%;
	max-width:40px;
	opacity:.8;
	-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
}
.gnbRightArea .naviSocial a:hover img {
	opacity:1;
}
.gnbRightArea .naviSocial a span {display:none;font-size:8px;line-height:25px;letter-spacing:0px;}


@-webkit-keyframes bar {
	
	100% {
		width:100%;
	}
}
@-moz-keyframes bar {
  	
	100% {
		width:100%;
	}
}
@-o-keyframes bar {
  	
	100% {
		width:100%;
	}
}
@keyframes bar {
 	
	100% {
		width:100%;
	}
}



#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(35,25,20,1);
	background:rgba(13,43,74,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);
	
}
#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: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(240,205,165,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: 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 .copyright {font-size:11px;letter-spacing:0.5px;vertical-align:bototm;font-family:"Noto Sans KR",serif;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;}


#footer .footerFamily {
	position:relative;
	display:inline-block;
	z-index:200;
	font-size:14px;
	font-weight:500;
	color:rgba(85,70,60,1);
}
.familyKind {
	display:block;
	width:200px;
	height:36px;
	background:rgba(255,255,255,1);
	/*background:rgba(185,155,140,1);
	color:#fff;*/
	line-height:34px;
	text-align:left;
	padding-left:20px;
	border-radius:6px;
	overflow:hidden;
	/*border:1px solid rgba(185,155,140,.3);*/
}
.familyKind:after { 
	position: absolute; 
	top: 0px; right: 15px; bottom: 0; 
	font-family: 'themify'; content: "\e65f";
	-webkit-font-smoothing: antialiased; text-indent: 0; -moz-osx-font-smoothing: grayscale; 
}
.familyKind:hover {
	background:rgba(185,155,140,1);
	/*border:1px solid rgba(185,155,140,.3);*/
	color:#fff;
}
#footer .footerFamily.on .familyKind:after { 
	font-family: 'themify'; content: "\e65c";
}
#footer .footerFamily ul {
	width:200px;
	position:absolute;
	right:0;
	bottom:35px;
	background:#fff;
	overflow:hidden;
	text-align:left;
	display:none;
	border-radius:6px;
	overflow:hidden;
}
#footer .footerFamily ul li {font-size:13px;font-weight:500;}
#footer .footerFamily ul li a {height:36px;padding-left:20px;display:block;text-decoration:none;line-height:34px;letter-spacing:0px;}
#footer .footerFamily ul li a:hover, 
#footer .footerFamily ul li a:focus {background:rgba(185,155,140,1);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: absolute;
	top:0;
	left:30px;
	display:block;
	width: 100px; 
	height: 100px; 
	background: url(/imgs/gnb/logom.png) 0 0 no-repeat; 
	text-indent: -9999px; 
}

.mobileBtn {
	margin-left:0px;
	display:inline-block;
}

#hamburger {
	width: 35px;
	display:block;
	text-align:right;
	font-size:0;
}
#hamburger span {
   background:rgba(255,255,255,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;
}
#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: 20px;
    right: 35px;
	cursor: pointer;
}

#sideMenu .menuClose:before, #sideMenu .menuClose:after {
    margin-top: 20px;
	content: "";
    display: block;
    width: 100%;
    position: absolute;

	-webkit-transition: background-color .3s;
	   -moz-transition: background-color .3s;
	     -o-transition: background-color .3s;
	        transition: background-color .3s;
    box-shadow: none;
    height: 1px;
    background:rgba(102,102,102,1);;
}
#sideMenu .menuClose:before {
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
			transform: rotate(45deg);
}
#sideMenu .menuClose:after {

	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	     -o-transform: rotate(-45deg);
			transform: rotate(-45deg);
}

#sideMenu .menuClose:hover:before, #sideMenu .menuClose:hover:after{
    background-color: rgba(33,33,33,1) !important;
}

#sideMenu .menuClose.black:before, #sideMenu .menuClose.black:after {
    background-color:#999 !important;
}
#sideMenu .menuClose.black:hover:before, #sideMenu .menuClose.black:hover:after{
    background-color: #000 !important;
}

#sideMenu .menuPanel {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100vh;
	background:rgba(34,34,34,1);
	background:rgba(255,255,255,1);
	z-index: 2;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;
	
	/*-webkit-flex-direction: column;
			flex-direction: column;*/
	display:block;		
	overflow-y:auto;
}

#sideMenu .menuArea {
	position:relative;
	/*display:flex;
	-webkit-box-flex:1 1 auto;
	   -moz-box-flex:1 1 auto;
	    -webkit-flex:1 1 auto;
	  		-ms-flex:1 1 auto;
	  			flex:1 1 auto;*/
	display:block;
	/*flex: 1 1 auto;
	flex-grow:1;
	flex-shrink:1;
	flex-basis:auto;*/
}
#sideMenu .menuFooter {
	position:relative;
	display:flex;
	display:block;
	text-align:left;
	padding: 0px 20px 15px;
}

#sideMenu .menuFooter .logo {
	display:block;
	margin:10px 0 20px;
}
#sideMenu .menuFooter .logo img {
	margin-left:0px;
}
#sideMenu .menuFooter .copyright {
	font-size:12px;
	color:rgba(153,153,153,1);
	font-weight:600;
	line-height:26px;
	letter-spacing:-0.5px;
}

#sideMenu .menuFooter .phone {
	position: relative;
	text-align:center;
	display:inline-block; 
	height:30px; 
	line-height:28px; 
	padding:0 14px 0 36px; 
	text-decoration:none;
	font-size:14px;
	width:auto;
	overflow:hidden; 
	border-radius: 15px 15px 15px 15px;
	background:rgba(153,153,153,1) url(/imgs/gnb/sns_tel.png) no-repeat 4px 50%;
	color:rgba(255,255,255,1);
}
#sideMenu .side-addr {
	padding:20px 10px 30px 25px;
	font-size:14px;
	background:rgba(250,250,250,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:300;
	font-size: 24px;
	text-decoration: none;
	color:rgba(175,148,83,1);
	color:rgba(115,90,30,1);
	line-height:130%;
	font-family:"Oswald","Noto Sans KR",serif;
	white-space: nowrap; 
	overflow: hidden;
	text-overflow:ellipsis;
	letter-spacing:0.5px;
	/*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%}

#sideMenu .sidePanel .logo {
	display:block;
	padding:20px 30px;
}
#sideMenu .sidePanel .logo img {
	display:inline-block;
}

.sideNavi {
	position:relative;
	display:block;
	margin: 0;
	min-height:280px;
	width:100%;
	padding:20px 0px 20px; 
	/*text-transform:uppercase;*/
}
.sideNavi > li > a {
	position:relative;
	display:block;
	padding: 15px 20px 15px 30px;
	font-size: 20px;
	text-decoration: none;
	color:rgba(51,51,51,.7);
	line-height:20px;
	font-family:"Barlow Condensed","Noto Sans KR",serif;
	border-bottom:1px solid rgba(232,232,232, 1);
	white-space: nowrap; overflow: hidden; text-overflow:ellipsis;
}
.sideNavi > li > a div {
	display:inline-block;
	font-weight:400;
}
.sideNavi > li > a span {
	font-size:14px;
	float:right;
	line-height:20px;
	padding-left: 8px;
	font-weight:300;
	font-family:"Noto Sans KR",sans-serif;
}

.sideNavi > li.has-child > a:after {
	position: absolute;
	right: 30px;
	top: 17px;
	z-index: 5;
	display: block;
	height:16px;
	width: 1px;
	background: rgba(102,102,102, 1);
	content: "";
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.sideNavi > li.has-child > a:before {
	position: absolute;
	right: 22px;
	top: 24px;
	display: block;
	width: 17px;
	height: 1px;
	background: rgba(102,102,102, 1);
	content: "";
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.sideNavi ul {
	border-bottom:1px solid rgba(232,232,232, 1);
}
.sideNavi ul {
	display:none;
}
.sideNavi .nchild-Tit {display:none}
.sideNavi ul > li {
	/*margin-left:30px;*/
	border-top: 1px solid #f1f1f2;
}
.sideNavi ul > li > a {
	position:relative;
	display:block;
	padding: 12px 20px 12px 30px;
	font-size: 14px;
	text-decoration: none;
	color:rgba(51,51,51,1);
	line-height:1;
	background:rgba(250,250,250,1);
	white-space: nowrap; overflow: hidden; text-overflow:ellipsis;
}
.sideNavi ul > li > a:hover {
	color:rgba(0, 0, 0,1);
} 


.sideNavi > li.open > a,
.sideNavi > li > a:hover {
	color:rgba(0, 0, 0,1);
}
.sideNavi > li.open > a div {
	font-weight:500;
}
.sideNavi > li.has-child.open > a:before {
	background: rgba(102,102,102, 0);
}
.sideNavi > li.has-child.open > a:after {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	background: rgba(102,102,102, 1);
}
.sideNavi > li.has-child.open > a {
	border-bottom:1px solid rgba(102,102,102, 0);
}
.sideNavi ul {
	border-bottom:1px solid rgba(232,232,232, 1);
}

.sideNavi ul > li.open > a,
.sideNavi ul > li.on > a{
	color:rgba(0, 0, 0, 1);
	font-weight:400;
}
.sideNavi ul > li.on > a:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 1px;
    margin-right: 8px;
    background-color:rgba(220,120,1,1);
	background-color:rgba(0,0,0,1);
    vertical-align: middle;
}


.unitBox {position:relative;padding:0px 0px 20px;vertical-align:top;font-size:0;}
.unitBox h5 {
	line-height:1.2;
	font-size:13px;
}
.unitBox h4 {font-family:"Barlow Condensed",sans-serif;color:#fff;font-size:14px;line-height:1.4;}
.unitBox a.last {margin-right:0px;margin-left:2%;}
.unitBox a {
	width:48%;display:inline-block;
	margin-right:2%;
	text-transform:uppercase;
	background-color:rgba(64,64,64,.45);
	color:#fff;
	text-align:center;
	padding:4px;
}
.unitBox a.last {background-color:rgba(64,64,64,.6);}
.unitBox a:hover {background-color:rgba(64,64,64,1);}
.unitBox .unitBoxIn {border:1px solid rgba(255,255,255,.3);padding:10px 10px 12px 10px;}


/* mark */
.mark_container { padding: 180px 0; max-width:1200px; margin:0 auto; word-break: keep-all; color: #fff; }
.mark_header { margin-bottom: 50px; border-bottom: 4px solid #d3000c; }
.mark_header_title { font-size: 50px; font-weight: 300; line-height: 1.2; }
.mark_header_date { font-size: 14px; font-weight: 500; position: relative; top: -20px; text-align: right; }
.mark_list {text-align:center;}
.mark_listitem {display:inline-block;width:40%;}
.mark_listitem img {width:100%;}

.mark_list2 {text-align:left;}
.mark_listitem2 {font-size: 15px;line-height: 2;letter-spacing: -0.025em;color: #bbb;}
.mark_listitem2 > p,
.mark_listitem2 > ul,
.mark_listitem2 > ol,
.mark_listitem2 > table {margin-bottom: 30px;}
.mark_content h2 {padding-bottom: 6px;font-size: 15px;color: #fff;}
.mark_content table {width: 100%;max-width: 486px;border-top: 2px solid #bbb;}
.mark_content table * {padding: 14px 0;text-align: center;}
.mark_content thead th {width: 60%;font-weight: 500;color: #fff;border-bottom: 1px solid #bbb;}
.mark_content thead th:first-child {width: 40%;border-right: 1px solid #bbb;}
.mark_content tbody td {width: 60%;border-bottom: 1px solid #bbb;}
.mark_content tbody td:first-child {width: 40%;border-right: 1px solid #bbb;}
.mark_content .mark_first h2 {font-size: 18px;}
.mark_content .mark_first p {color: #fff;}

.mark_close {font-size: 50px;position: fixed;top: 61px;right: 61px;width: 64px;height: 64px;padding: 0;cursor: pointer;opacity: 0;color: #fff;border: 0;outline: 0;background: #d3000c;z-index: 1044;-webkit-transition: opacity 600ms ease;transition: opacity 600ms ease;}
.mark_close:hover,
.mark_close:focus { opacity: .7; }
.mfp_open .mark_close{opacity: 1;}
.mark_close {}
.mark_close span {display:block; width:100%; height:100%; line-height:50px;}

/* MAGNIFIC POPUP DEBUGGING */
body.mfp_open { overflow: hidden; }
.mfp-bg, .mfp-wrap { position: fixed !important; height: 100% !important; }
.mfp-bg { }
.mfp-wrap { top: 0 !important; overflow-y: scroll; }



/* privacy */
.request_privacy_container { padding: 180px 0; max-width:1200px; margin:0 auto; word-break: keep-all; color: #fff; }
.request_privacy_header { margin-bottom: 50px; border-bottom: 4px solid #d3000c; }
.request_privacy_header_title { font-size: 50px; font-weight: 300; line-height: 1.2; }
.request_privacy_header_date { font-size: 14px; font-weight: 500; position: relative; top: -20px; text-align: right; }
.request_privacy_listitem {font-size: 15px;line-height: 2;letter-spacing: -0.025em;color: #bbb;}
.request_privacy_content h2 {padding-bottom: 6px;font-size: 15px;color: #fff;}
.request_privacy_content table {width: 100%;max-width: 486px;border-top: 2px solid #bbb;}
.request_privacy_content table * {padding: 14px 0;text-align: center;}
.request_privacy_content thead th {width: 60%;font-weight: 500;color: #fff;border-bottom: 1px solid #bbb;}
.request_privacy_content thead th:first-child {width: 40%;border-right: 1px solid #bbb;}
.request_privacy_content tbody td {width: 60%;border-bottom: 1px solid #bbb;}
.request_privacy_content tbody td:first-child {width: 40%;border-right: 1px solid #bbb;}
.request_privacy_content .request_privacy_first h2 {font-size: 18px;}
.request_privacy_content .request_privacy_first p {color: #fff;}
.request_privacy_listitem > p,
.request_privacy_listitem > ul,
.request_privacy_listitem > ol,
.request_privacy_listitem > table {margin-bottom: 30px;}
.request_privacy_close {font-size: 50px;position: fixed;top: 61px;right: 61px;width: 64px;height: 64px;padding: 0;cursor: pointer;opacity: 0;color: #fff;border: 0;outline: 0;background: #d3000c;z-index: 1044;-webkit-transition: opacity 600ms ease;transition: opacity 600ms ease;}
.request_privacy_close:hover,
.request_privacy_close:focus { opacity: .7; }
.mfp_open .request_privacy_close{opacity: 1;}
.request_privacy_close {}
.request_privacy_close span {display:block; width:100%; height:100%; font-family:'NanumSquare';line-height:64px;}

@media screen and (max-width: 1440px) {
	.gnbRight {
		padding-right:300px;
	}
	.mtower .txt {
		padding:5px 0 0 0;
	}
	.mtower .img {
		width: 200px;		
	}
	.mtower .go {
		position:relative;
		top:8px;
		right:0;
	}
	.naviArea .navi > li > a {
		padding:45px 25px 20px;
	}
	.naviArea .navi .nchild a { 
		padding:5px 25px 5px; 
	}
}
@media screen and (max-width: 1400px) {
	.container, .container1000,.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;
	}
	.gnbSnsArea {
		right:40px;
	}
	.gnbRight {
		padding-right:140px;
	}
	.mtower, .topGroup {
		display:none !important;
	}
	.naviArea .navi > li > a {
		padding:45px 30px 20px;
	}
	.naviArea .navi .nchild a { 
		padding:5px 30px 5px; 
	}
}
@media screen and (max-width: 1280px) {
	.container, .container1000, .articleContainer, .fullContainer, .imgContainer, .imgContainer2, .noticeContainer {padding:0 40px}
	.fullPageContainer {padding:0 40px}
	
	.naviArea .navi {
		padding:0 0px;
	}
	.naviArea .navi > li > a {
		padding: 45px 25px 20px;
	}
	.naviArea .navi .nchild a { 
		padding:5px 25px 5px; 
	}
}
@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;
	}
	.gnbSnsArea {

		right:30px;
	}
	.naviArea .navi > li > a {
		font-size: 18px;
	}
	.naviArea .navi > li > a {
		padding:45px 20px 20px;
	}
	.naviArea .navi .nchild a { 
		padding:5px 20px 5px; 
	}
}
@media screen and (max-width: 1024px) {
	#page {padding:0px !important;}
	#gnb {display:none;}
	.gnbBgF {display:none}
	#gnbMobile {display:block;}
	#sideMenu .menuClose {
		right: 20px;
	}
}
@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;
	}
	.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, .container1000, .articleContainer, .fullContainer, .imgContainer, .imgContainer2, .noticeContainer {padding:0 20px}

	#footer .office .sepBlock {display:block;}
	#footer .office .sepBlock .sep {display:none;}
	
	.mobileLogo a { 
		left:20px;
	}
	.gnbMobileBox .gnbBoxItem {
		padding:20px 20px 0 20px;
	}
	

	#hamburger {
		width: 30px;
	}
	#hamburger span {
	   height: 3px;
	   margin: 3px 0;
	}
	
	#bottomSet {right:10px;}
}

@media screen and (max-width: 640px) {
	/*.fullContainer, .imgContainer, .imgContainer2 {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 !important;}
	
	#footer .copyright {text-align:center;}
	
	#sideMenu .menuPanel {
		width: 80%;
	}
	.sideGnb > li > a div {
		font-size:20px;
	}
	.mobileLogo a { 
		width: 80px; 
		height: 80px; 
		background: url(/imgs/gnb/logom2.png) 0 0 no-repeat; 
	}

}
@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 .footer-logo img {
		width:200px;
	}
	#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;}
	.family {
		margin:10px 0;
	}
	
	/*#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) {
	.imgContainer2 {padding:0 0}
	br.none360 {display:block !important;}
	.sideGnb > li > a div {
		font-size:16px;
	}
	
	.sideGnb .nchild a { 
		font-size:14px;
	}
	#sideMenu .sidePanel .logo {
		padding:20px 20px;
	}
	#sideMenu .menuClose {
		top:20px;
		right:15px;
	}
	.sideNavi > li > a {
		padding: 15px 20px 15px 20px;
	}
	.sideNavi > li.has-child > a:after {
		right: 25px;
	}
	.sideNavi > li.has-child > a:before {
		right: 17px;
	}
	#sideMenu .side-addr {
		padding:20px 10px 30px 20px;
	}
	#sideMenu .menuFooter {
		padding: 0px 15px 15px;
	}
}

@media screen and (max-width: 320px) {
	.noticeContainer {padding:0 0}
	.fullPageContainer {padding:0 30px}
	br.none320 {display:block !important;}
}


/************** 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;}
}



.navi-info-box {
	position:relative;
	display: inline-block;
	width:auto;
	font-size:0;
	margin-right:0px;
	vertical-align:top;
	padding:0px 0 0;
}
.navi-info-box > li {
	position: relative;
	display: inline-block;	
	margin-right:5px;
	font-size:0;
	vertical-align:top;
}
.navi-info-box  > li:last-child {
	margin-right:0px;
}
.navi-info-box img {
	position: relative;
	width:30px;
}



/************** height ***************/
.fixH100v {height:100vh !important;}
.fixH95v {height:95vh !important;}
.fixH90v {height:90vh !important;}
.fixH85v {height:85vh !important;}
.fixH80v {height:80vh !important;}
.fixH75v {height:75vh !important;}
.fixH70v {height:70vh !important;}
.fixH65v {height:65vh !important;}
.fixH60v {height:60vh !important;}
.fixH55v {height:55vh !important;}
.fixH50v {height:50vh !important;}
.fixH45v {height:45vh !important;}
.fixH40v {height:40vh !important;}
.fixH35v {height:35vh !important;}
.fixH30v {height:30vh !important;}
.fixH25v {height:25vh !important;}
.fixH20v {height:20vh !important;}

.fixH-gnb-100v {height:calc(100vh  - 130px) !important;}
.fixH-gnb-95v {height:calc(95vh  - 130px) !important;}
.fixH-gnb-90v {height:calc(90vh  - 130px) !important;}
.fixH-gnb-85v {height:calc(85vh  - 130px) !important;}
.fixH-gnb-80v {height:calc(80vh  - 130px) !important;}
.fixH-gnb-75v {height:calc(75vh  - 130px) !important;}
.fixH-gnb-70v {height:calc(70vh  - 130px) !important;}
.fixH-gnb-65v {height:calc(65vh  - 130px) !important;}
.fixH-gnb-60v {height:calc(60vh  - 130px) !important;}
.fixH-gnb-55v {height:calc(55vh  - 130px) !important;}
.fixH-gnb-50v {height:calc(50vh  - 130px) !important;}
.fixH-gnb-45v {height:calc(45vh  - 130px) !important;}
.fixH-gnb-40v {height:calc(40vh  - 130px) !important;}
.fixH-gnb-35v {height:calc(35vh  - 130px) !important;}
.fixH-gnb-30v {height:calc(30vh  - 130px) !important;}

.gnb-left .fixH-gnb-100v {height:calc(100vh  - 160px) !important;}
.gnb-left .fixH-gnb-95v {height:calc(95vh  - 160px) !important;}
.gnb-left .fixH-gnb-90v {height:calc(90vh  - 160px) !important;}
.gnb-left .fixH-gnb-85v {height:calc(85vh  - 160px) !important;}
.gnb-left .fixH-gnb-80v {height:calc(80vh  - 160px) !important;}
.gnb-left .fixH-gnb-75v {height:calc(75vh  - 160px) !important;}
.gnb-left .fixH-gnb-70v {height:calc(70vh  - 160px) !important;}
.gnb-left .fixH-gnb-65v {height:calc(65vh  - 160px) !important;}
.gnb-left .fixH-gnb-60v {height:calc(60vh  - 160px) !important;}
.gnb-left .fixH-gnb-55v {height:calc(55vh  - 160px) !important;}
.gnb-left .fixH-gnb-50v {height:calc(50vh  - 160px) !important;}
.gnb-left .fixH-gnb-45v {height:calc(45vh  - 160px) !important;}
.gnb-left .fixH-gnb-40v {height:calc(40vh  - 160px) !important;}
.gnb-left .fixH-gnb-35v {height:calc(35vh  - 160px) !important;}
.gnb-left .fixH-gnb-30v {height:calc(30vh  - 160px) !important;}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.fixH-gnb-100v {height:calc(100vh  - 130px) !important;}
	.fixH-gnb-95v {height:calc(95vh  - 130px) !important;}
	.fixH-gnb-90v {height:calc(90vh  - 130px) !important;}
	.fixH-gnb-85v {height:calc(85vh  - 130px) !important;}
	.fixH-gnb-80v {height:calc(80vh  - 130px) !important;}
	.fixH-gnb-75v {height:calc(75vh  - 130px) !important;}
	.fixH-gnb-70v {height:calc(70vh  - 130px) !important;}
	.fixH-gnb-65v {height:calc(65vh  - 130px) !important;}
	.fixH-gnb-60v {height:calc(60vh  - 130px) !important;}
	.fixH-gnb-55v {height:calc(55vh  - 130px) !important;}
	.fixH-gnb-50v {height:calc(50vh  - 130px) !important;}
	.fixH-gnb-45v {height:calc(45vh  - 130px) !important;}
	.fixH-gnb-40v {height:calc(40vh  - 130px) !important;}
	.fixH-gnb-35v {height:calc(35vh  - 130px) !important;}
	.fixH-gnb-30v {height:calc(30vh  - 130px) !important;}
	
	.gnb-left .fixH-gnb-100v {height:calc(100vh  - 160px) !important;}
	.gnb-left .fixH-gnb-95v {height:calc(95vh  - 160px) !important;}
	.gnb-left .fixH-gnb-90v {height:calc(90vh  - 160px) !important;}
	.gnb-left .fixH-gnb-85v {height:calc(85vh  - 160px) !important;}
	.gnb-left .fixH-gnb-80v {height:calc(80vh  - 160px) !important;}
	.gnb-left .fixH-gnb-75v {height:calc(75vh  - 160px) !important;}
	.gnb-left .fixH-gnb-70v {height:calc(70vh  - 160px) !important;}
	.gnb-left .fixH-gnb-65v {height:calc(65vh  - 160px) !important;}
	.gnb-left .fixH-gnb-60v {height:calc(60vh  - 160px) !important;}
	.gnb-left .fixH-gnb-55v {height:calc(55vh  - 160px) !important;}
	.gnb-left .fixH-gnb-50v {height:calc(50vh  - 160px) !important;}
	.gnb-left .fixH-gnb-45v {height:calc(45vh  - 160px) !important;}
	.gnb-left .fixH-gnb-40v {height:calc(40vh  - 160px) !important;}
	.gnb-left .fixH-gnb-35v {height:calc(35vh  - 160px) !important;}
	.gnb-left .fixH-gnb-30v {height:calc(30vh  - 160px) !important;}
}




.fixH100p {height:100%;max-height: 100%;}
.fixH95p {height:95%;max-height: 95%;}
.fixH90p {height:90%;max-height: 90%;}
.fixH85p {height:85%;max-height: 85%;}
.fixH80p {height:80%;max-height: 80%;}
.fixH75p {height:75%;max-height: 75%;}
.fixH70p {height:70%;max-height: 70%;}
.fixH65p {height:65%;max-height: 65%;}
.fixH60p {height:60%;max-height: 60%;}
.fixH55p {height:55%;max-height: 55%;}
.fixH50p {height:50%;max-height: 50%;}
.fixH45p {height:45%;max-height: 45%;}
.fixH40p {height:40%;max-height: 40%;}
.fixH35p {height:35%;max-height: 35%;}
.fixH30p {height:30%;max-height: 30%;}
.fixH25p {height:25%;max-height: 25%;}
.fixH20p {height:20%;max-height: 20%;}
.fixH-auto {height:auto;}

.fixH800 {height:800px;max-height: 800px;}
.fixH780 {height:780px;max-height: 780px;}
.fixH760 {height:760px;max-height: 760px;}
.fixH740 {height:740px;max-height: 740px;}
.fixH720 {height:720px;max-height: 720px;}
.fixH700 {height:700px;max-height: 700px;}
.fixH680 {height:680px;max-height: 680px;}
.fixH660 {height:660px;max-height: 660px;}
.fixH640 {height:640px;max-height: 640px;}
.fixH620 {height:620px;max-height: 620px;}
.fixH600 {height:600px;max-height: 600px;}
.fixH580 {height:580px;max-height: 580px;}
.fixH560 {height:560px;max-height: 560px;}
.fixH540 {height:540px;max-height: 540px;}
.fixH520 {height:520px;max-height: 520px;}
.fixH500 {height:500px;max-height: 500px;}
.fixH480 {height:480px;max-height: 480px;}
.fixH460 {height:460px;max-height: 460px;}
.fixH440 {height:440px;max-height: 440px;}
.fixH420 {height:420px;max-height: 420px;}
.fixH400 {height:400px;max-height: 400px;}
.fixH380 {height:380px;max-height: 380px;}
.fixH360 {height:360px;max-height: 360px;}
.fixH340 {height:340px;max-height: 340px;}
.fixH320 {height:320px;max-height: 320px;}
.fixH300 {height:300px;max-height: 300px;}
.fixH280 {height:280px;max-height: 280px;}
.fixH260 {height:260px;max-height: 260px;}
.fixH240 {height:240px;max-height: 240px;}
.fixH220 {height:220px;max-height: 220px;}
.fixH200 {height:200px;max-height: 200px;}
.fixH100 {height:100px;max-height: 100px;}

.fix-PB100 {padding-bottom:100px;}
.fix-PB90 {padding-bottom:90px;}
.fix-PB80 {padding-bottom:80px;}
.fix-PB70 {padding-bottom:70px;}
.fix-PB60 {padding-bottom:60px;}
.fix-PB50 {padding-bottom:50px;}
.fix-PB40 {padding-bottom:40px;}
.fix-PB30 {padding-bottom:30px;}
.fix-PB20 {padding-bottom:20px;}
.fix-PB10 {padding-bottom:10px;}
.fix-PB0 {padding-bottom:0px;}

.pad-l20p {padding-left:20%;}
.pad-l15p {padding-left:15%;}
.pad-l10p {padding-left:10%;}
.pad-l7p {padding-left:7%;}
.pad-l5p {padding-left:5%;}
.pad-l3p {padding-left:3%;}
.pad-l2p {padding-left:2%;}
.pad-l0p {padding-left:0;}
.pad-r20p {padding-right:20%;}
.pad-r15p {padding-right:15%;}
.pad-r10p {padding-right:10%;}
.pad-r7p {padding-right:7%;}
.pad-r5p {padding-right:5%;}
.pad-r3p {padding-right:3%;}
.pad-r2p {padding-right:2%;}
.pad-r0p {padding-right:0;}


@media screen and (max-width: 1440px) {
	.l-fixH100v {height:100vh !important;}
	.l-fixH90v {height:90vh !important;}
	.l-fixH80v {height:80vh !important;}
	.l-fixH70v {height:70vh !important;}
	.l-fixH60v {height:60vh !important;}
	.l-fixH50v {height:50vh !important;}
	.l-fixH40v {height:40vh !important;}
	.l-fixH30v {height:30vh !important;}
	
	.l-fixH-gnb-100v {height:calc(100vh  - 130px) !important;}
	.l-fixH-gnb-95v {height:calc(95vh  - 130px) !important;}
	.l-fixH-gnb-90v {height:calc(90vh  - 130px) !important;}
	.l-fixH-gnb-85v {height:calc(85vh  - 130px) !important;}
	.l-fixH-gnb-80v {height:calc(80vh  - 130px) !important;}
	.l-fixH-gnb-75v {height:calc(75vh  - 130px) !important;}
	.l-fixH-gnb-70v {height:calc(70vh  - 130px) !important;}
	.l-fixH-gnb-65v {height:calc(65vh  - 130px) !important;}
	.l-fixH-gnb-60v {height:calc(60vh  - 130px) !important;}
	.l-fixH-gnb-55v {height:calc(55vh  - 130px) !important;}
	.l-fixH-gnb-50v {height:calc(50vh  - 130px) !important;}
	.l-fixH-gnb-45v {height:calc(45vh  - 130px) !important;}
	.l-fixH-gnb-40v {height:calc(40vh  - 130px) !important;}
	.l-fixH-gnb-35v {height:calc(35vh  - 130px) !important;}
	.l-fixH-gnb-30v {height:calc(30vh  - 130px) !important;}
	
	.gnb-left .l-fixH-gnb-100v {height:calc(100vh  - 160px) !important;}
	.gnb-left .l-fixH-gnb-95v {height:calc(95vh  - 160px) !important;}
	.gnb-left .l-fixH-gnb-90v {height:calc(90vh  - 160px) !important;}
	.gnb-left .l-fixH-gnb-85v {height:calc(85vh  - 160px) !important;}
	.gnb-left .l-fixH-gnb-80v {height:calc(80vh  - 160px) !important;}
	.gnb-left .l-fixH-gnb-75v {height:calc(75vh  - 160px) !important;}
	.gnb-left .l-fixH-gnb-70v {height:calc(70vh  - 160px) !important;}
	.gnb-left .l-fixH-gnb-65v {height:calc(65vh  - 160px) !important;}
	.gnb-left .l-fixH-gnb-60v {height:calc(60vh  - 160px) !important;}
	.gnb-left .l-fixH-gnb-55v {height:calc(55vh  - 160px) !important;}
	.gnb-left .l-fixH-gnb-50v {height:calc(50vh  - 160px) !important;}
	.gnb-left .l-fixH-gnb-45v {height:calc(45vh  - 160px) !important;}
	.gnb-left .l-fixH-gnb-40v {height:calc(40vh  - 160px) !important;}
	.gnb-left .l-fixH-gnb-35v {height:calc(35vh  - 160px) !important;}
	.gnb-left .l-fixH-gnb-30v {height:calc(30vh  - 160px) !important;}
	
	.l-fixH100p {height:100% !important;}
	.l-fixH90p {height:90% !important;}
	.l-fixH80p {height:80% !important;}
	.l-fixH70p {height:70% !important;}
	.l-fixH60p {height:60% !important;}
	.l-fixH50p {height:50% !important;}
	.l-fixH40p {height:40% !important;}
	.l-fixH30p {height:30% !important;}
	.l-fixH-auto {height:auto !important;}

	.l-fixH800 {height:800px;max-height: 800px;}
	.l-fixH780 {height:780px;max-height: 780px;}
	.l-fixH760 {height:760px;max-height: 760px;}
	.l-fixH740 {height:740px;max-height: 740px;}
	.l-fixH720 {height:720px;max-height: 720px;}
	.l-fixH700 {height:700px;max-height: 700px;}
	.l-fixH680 {height:680px;max-height: 680px;}
	.l-fixH660 {height:660px;max-height: 660px;}
	.l-fixH640 {height:640px;max-height: 640px;}
	.l-fixH620 {height:620px;max-height: 620px;}
	.l-fixH600 {height:600px;max-height: 600px;}
	.l-fixH580 {height:580px;max-height: 580px;}
	.l-fixH560 {height:560px;max-height: 560px;}
	.l-fixH540 {height:540px;max-height: 540px;}
	.l-fixH520 {height:520px;max-height: 520px;}
	.l-fixH500 {height:500px;max-height: 500px;}
	.l-fixH480 {height:480px;max-height: 480px;}
	.l-fixH460 {height:460px;max-height: 460px;}
	.l-fixH440 {height:440px;max-height: 440px;}
	.l-fixH420 {height:420px;max-height: 420px;}
	.l-fixH400 {height:400px;max-height: 400px;}
	.l-fixH380 {height:380px;max-height: 380px;}
	.l-fixH360 {height:360px;max-height: 360px;}
	.l-fixH340 {height:340px;max-height: 340px;}
	.l-fixH320 {height:320px;max-height: 320px;}
	.l-fixH300 {height:300px;max-height: 300px;}
	.l-fixH280 {height:280px;max-height: 280px;}
	.l-fixH260 {height:260px;max-height: 260px;}
	.l-fixH240 {height:240px;max-height: 240px;}
	.l-fixH220 {height:220px;max-height: 220px;}
	.l-fixH200 {height:200px;max-height: 200px;}
	.l-fixH100 {height:100px;max-height: 100px;}
	
	.l-fix-PB100 {padding-bottom:100px;}
	.l-fix-PB90 {padding-bottom:90px;}
	.l-fix-PB80 {padding-bottom:80px;}
	.l-fix-PB70 {padding-bottom:70px;}
	.l-fix-PB60 {padding-bottom:60px;}
	.l-fix-PB50 {padding-bottom:50px;}
	.l-fix-PB40 {padding-bottom:40px;}
	.l-fix-PB30 {padding-bottom:30px;}
	.l-fix-PB20 {padding-bottom:20px;}
	.l-fix-PB10 {padding-bottom:10px;}
	.l-fix-PB0 {padding-bottom:0px;}
	
	.l-pad-l20p {padding-left:20%;}
	.l-pad-l15p {padding-left:15%;}
	.l-pad-l10p {padding-left:10%;}
	.l-pad-l5p {padding-left:5%;}
	.l-pad-l0p {padding-left:0;}
	.l-pad-r20p {padding-right:20%;}
	.l-pad-r15p {padding-right:15%;}
	.l-pad-r10p {padding-right:10%;}
	.l-pad-r5p {padding-right:5%;}
	.l-pad-r0p {padding-right:0;}
}

@media screen and (max-width: 1280px) {
	
	.p-fixH100v {height:100vh !important;}
	.p-fixH95v {height:95vh !important;}
	.p-fixH90v {height:90vh !important;}
	.p-fixH85v {height:85vh !important;}
	.p-fixH80v {height:80vh !important;}
	.p-fixH75v {height:75vh !important;}
	.p-fixH70v {height:70vh !important;}
	.p-fixH65v {height:65vh !important;}
	.p-fixH60v {height:60vh !important;}
	.p-fixH55v {height:55vh !important;}
	.p-fixH50v {height:50vh !important;}
	.p-fixH45v {height:45vh !important;}
	.p-fixH40v {height:40vh !important;}
	.p-fixH35v {height:35vh !important;}
	.p-fixH30v {height:30vh !important;}
	.p-fixH25v {height:25vh !important;}
	.p-fixH20v {height:20vh !important;}
	
	.p-fixH-gnb-100v {height:calc(100vh  - 130px) !important;}
	.p-fixH-gnb-95v {height:calc(95vh  - 130px) !important;}
	.p-fixH-gnb-90v {height:calc(90vh  - 130px) !important;}
	.p-fixH-gnb-85v {height:calc(85vh  - 130px) !important;}
	.p-fixH-gnb-80v {height:calc(80vh  - 130px) !important;}
	.p-fixH-gnb-75v {height:calc(75vh  - 130px) !important;}
	.p-fixH-gnb-70v {height:calc(70vh  - 130px) !important;}
	.p-fixH-gnb-65v {height:calc(65vh  - 130px) !important;}
	.p-fixH-gnb-60v {height:calc(60vh  - 130px) !important;}
	.p-fixH-gnb-55v {height:calc(55vh  - 130px) !important;}
	.p-fixH-gnb-50v {height:calc(50vh  - 130px) !important;}
	.p-fixH-gnb-45v {height:calc(45vh  - 130px) !important;}
	.p-fixH-gnb-40v {height:calc(40vh  - 130px) !important;}
	.p-fixH-gnb-35v {height:calc(35vh  - 130px) !important;}
	.p-fixH-gnb-30v {height:calc(30vh  - 130px) !important;}
	
	.gnb-left .p-fixH-gnb-100v {height:calc(100vh  - 160px) !important;}
	.gnb-left .p-fixH-gnb-95v {height:calc(95vh  - 160px) !important;}
	.gnb-left .p-fixH-gnb-90v {height:calc(90vh  - 160px) !important;}
	.gnb-left .p-fixH-gnb-85v {height:calc(85vh  - 160px) !important;}
	.gnb-left .p-fixH-gnb-80v {height:calc(80vh  - 160px) !important;}
	.gnb-left .p-fixH-gnb-75v {height:calc(75vh  - 160px) !important;}
	.gnb-left .p-fixH-gnb-70v {height:calc(70vh  - 160px) !important;}
	.gnb-left .p-fixH-gnb-65v {height:calc(65vh  - 160px) !important;}
	.gnb-left .p-fixH-gnb-60v {height:calc(60vh  - 160px) !important;}
	.gnb-left .p-fixH-gnb-55v {height:calc(55vh  - 160px) !important;}
	.gnb-left .p-fixH-gnb-50v {height:calc(50vh  - 160px) !important;}
	.gnb-left .p-fixH-gnb-45v {height:calc(45vh  - 160px) !important;}
	.gnb-left .p-fixH-gnb-40v {height:calc(40vh  - 160px) !important;}
	.gnb-left .p-fixH-gnb-35v {height:calc(35vh  - 160px) !important;}
	.gnb-left .p-fixH-gnb-30v {height:calc(30vh  - 160px) !important;}
	
	.p-fixH100p {height:100% !important;}
	.p-fixH90p {height:90% !important;}
	.p-fixH80p {height:80% !important;}
	.p-fixH70p {height:70% !important;}
	.p-fixH60p {height:60% !important;}
	.p-fixH50p {height:50% !important;}
	.p-fixH40p {height:40% !important;}
	.p-fixH30p {height:30% !important;}
	.p-fixH-auto {height:auto !important;}

	.p-fixH800 {height:800px;max-height: 800px;}
	.p-fixH780 {height:780px;max-height: 780px;}
	.p-fixH760 {height:760px;max-height: 760px;}
	.p-fixH740 {height:740px;max-height: 740px;}
	.p-fixH720 {height:720px;max-height: 720px;}
	.p-fixH700 {height:700px;max-height: 700px;}
	.p-fixH680 {height:680px;max-height: 680px;}
	.p-fixH660 {height:660px;max-height: 660px;}
	.p-fixH640 {height:640px;max-height: 640px;}
	.p-fixH620 {height:620px;max-height: 620px;}
	.p-fixH600 {height:600px;max-height: 600px;}
	.p-fixH580 {height:580px;max-height: 580px;}
	.p-fixH560 {height:560px;max-height: 560px;}
	.p-fixH540 {height:540px;max-height: 540px;}
	.p-fixH520 {height:520px;max-height: 520px;}
	.p-fixH500 {height:500px;max-height: 500px;}
	.p-fixH480 {height:480px;max-height: 480px;}
	.p-fixH460 {height:460px;max-height: 460px;}
	.p-fixH440 {height:440px;max-height: 440px;}
	.p-fixH420 {height:420px;max-height: 420px;}
	.p-fixH400 {height:400px;max-height: 400px;}
	.p-fixH380 {height:380px;max-height: 380px;}
	.p-fixH360 {height:360px;max-height: 360px;}
	.p-fixH340 {height:340px;max-height: 340px;}
	.p-fixH320 {height:320px;max-height: 320px;}
	.p-fixH300 {height:300px;max-height: 300px;}
	.p-fixH280 {height:280px;max-height: 280px;}
	.p-fixH260 {height:260px;max-height: 260px;}
	.p-fixH240 {height:240px;max-height: 240px;}
	.p-fixH220 {height:220px;max-height: 220px;}
	.p-fixH200 {height:200px;max-height: 200px;}
	.p-fixH100 {height:100px;max-height: 100px;}
	
	.p-fix-PB100 {padding-bottom:100px;}
	.p-fix-PB90 {padding-bottom:90px;}
	.p-fix-PB80 {padding-bottom:80px;}
	.p-fix-PB70 {padding-bottom:70px;}
	.p-fix-PB60 {padding-bottom:60px;}
	.p-fix-PB50 {padding-bottom:50px;}
	.p-fix-PB40 {padding-bottom:40px;}
	.p-fix-PB30 {padding-bottom:30px;}
	.p-fix-PB20 {padding-bottom:20px;}
	.p-fix-PB10 {padding-bottom:10px;}
	.p-fix-PB0 {padding-bottom:0px;}
	
	.p-pad-l20p {padding-left:20%;}
	.p-pad-l15p {padding-left:15%;}
	.p-pad-l10p {padding-left:10%;}
	.p-pad-l5p {padding-left:5%;}
	.p-pad-l0p {padding-left:0;}
	.p-pad-r20p {padding-right:20%;}
	.p-pad-r15p {padding-right:15%;}
	.p-pad-r10p {padding-right:10%;}
	.p-pad-r5p {padding-right:5%;}
	.p-pad-r0p {padding-right:0;}
}

@media screen and (max-width: 1024px) {
	.s-fixH100v {height:calc(100vh  - 100px) !important;}
	
	.s-fixH95v {height:95vh !important;}
	.s-fixH90v {height:90vh !important;}
	.s-fixH85v {height:85vh !important;}
	.s-fixH80v {height:80vh !important;}
	.s-fixH75v {height:75vh !important;}
	.s-fixH70v {height:70vh !important;}
	.s-fixH65v {height:65vh !important;}
	.s-fixH60v {height:60vh !important;}
	.s-fixH55v {height:55vh !important;}
	.s-fixH50v {height:50vh !important;}
	.s-fixH45v {height:45vh !important;}
	.s-fixH40v {height:40vh !important;}
	.s-fixH35v {height:35vh !important;}
	.s-fixH30v {height:30vh !important;}
	.s-fixH25v {height:25vh !important;}
	.s-fixH20v {height:20vh !important;}
	
	.s-fixH-gnb-100v {height:calc(100vh  - 120px) !important;}
	.s-fixH-gnb-95v {height:calc(95vh  - 120px) !important;}
	.s-fixH-gnb-90v {height:calc(90vh  - 120px) !important;}
	.s-fixH-gnb-85v {height:calc(85vh  - 120px) !important;}
	.s-fixH-gnb-80v {height:calc(80vh  - 120px) !important;}
	.s-fixH-gnb-75v {height:calc(75vh  - 120px) !important;}
	.s-fixH-gnb-70v {height:calc(70vh  - 120px) !important;}
	.s-fixH-gnb-65v {height:calc(65vh  - 120px) !important;}
	.s-fixH-gnb-60v {height:calc(60vh  - 120px) !important;}
	.s-fixH-gnb-55v {height:calc(55vh  - 120px) !important;}
	.s-fixH-gnb-50v {height:calc(50vh  - 120px) !important;}
	.s-fixH-gnb-45v {height:calc(45vh  - 120px) !important;}
	.s-fixH-gnb-40v {height:calc(40vh  - 120px) !important;}
	.s-fixH-gnb-35v {height:calc(35vh  - 120px) !important;}
	.s-fixH-gnb-30v {height:calc(30vh  - 120px) !important;}
	
	.s-fixH100p {height:calc(100%  - 100px) !important;}
	.s-fixH90p {height:90% !important;}
	.s-fixH80p {height:80% !important;}
	.s-fixH70p {height:70% !important;}
	.s-fixH60p {height:60% !important;}
	.s-fixH50p {height:50% !important;}
	.s-fixH40p {height:40% !important;}
	.s-fixH30p {height:30% !important;}
	.s-fixH-auto {height:auto !important;}
	
	.s-fixH800 {height:800px;max-height: 800px;}
	.s-fixH780 {height:780px;max-height: 780px;}
	.s-fixH760 {height:760px;max-height: 760px;}
	.s-fixH740 {height:740px;max-height: 740px;}
	.s-fixH720 {height:720px;max-height: 720px;}
	.s-fixH700 {height:700px;max-height: 700px;}
	.s-fixH680 {height:680px;max-height: 680px;}
	.s-fixH660 {height:660px;max-height: 660px;}
	.s-fixH640 {height:640px;max-height: 640px;}
	.s-fixH620 {height:620px;max-height: 620px;}
	.s-fixH600 {height:600px;max-height: 600px;}
	.s-fixH580 {height:580px;max-height: 580px;}
	.s-fixH560 {height:560px;max-height: 560px;}
	.s-fixH540 {height:540px;max-height: 540px;}
	.s-fixH520 {height:520px;max-height: 520px;}
	.s-fixH500 {height:500px;max-height: 500px;}
	.s-fixH480 {height:480px;max-height: 480px;}
	.s-fixH460 {height:460px;max-height: 460px;}
	.s-fixH440 {height:440px;max-height: 440px;}
	.s-fixH420 {height:420px;max-height: 420px;}
	.s-fixH400 {height:400px;max-height: 400px;}
	.s-fixH380 {height:380px;max-height: 380px;}
	.s-fixH360 {height:360px;max-height: 360px;}
	.s-fixH340 {height:340px;max-height: 340px;}
	.s-fixH320 {height:320px;max-height: 320px;}
	.s-fixH300 {height:300px;max-height: 300px;}
	.s-fixH280 {height:280px;max-height: 280px;}
	.s-fixH260 {height:260px;max-height: 260px;}
	.s-fixH240 {height:240px;max-height: 240px;}
	.s-fixH220 {height:220px;max-height: 220px;}
	.s-fixH200 {height:200px;max-height: 200px;}
	.s-fixH100 {height:100px;max-height: 100px;}
	
	.s-fix-PB100 {padding-bottom:100px;}
	.s-fix-PB90 {padding-bottom:90px;}
	.s-fix-PB80 {padding-bottom:80px;}
	.s-fix-PB70 {padding-bottom:70px;}
	.s-fix-PB60 {padding-bottom:60px;}
	.s-fix-PB50 {padding-bottom:50px;}
	.s-fix-PB40 {padding-bottom:40px;}
	.s-fix-PB30 {padding-bottom:30px;}
	.s-fix-PB20 {padding-bottom:20px;}
	.s-fix-PB10 {padding-bottom:10px;}
	.s-fix-PB0 {padding-bottom:0px;}
	
	.s-pad-l20p {padding-left:20%;}
	.s-pad-l15p {padding-left:15%;}
	.s-pad-l10p {padding-left:10%;}
	.s-pad-l5p {padding-left:5%;}
	.s-pad-l0p {padding-left:0;}
	.s-pad-r20p {padding-right:20%;}
	.s-pad-r15p {padding-right:15%;}
	.s-pad-r10p {padding-right:10%;}
	.s-pad-r5p {padding-right:5%;}
	.s-pad-r0p {padding-right:0;}
}

@media screen and (max-width: 768px) {
	.t-fixH100v {height:calc(100vh  - 100px) !important;}
	
	.t-fixH95v {height:95vh !important;}
	.t-fixH90v {height:90vh !important;}
	.t-fixH85v {height:85vh !important;}
	.t-fixH80v {height:80vh !important;}
	.t-fixH75v {height:75vh !important;}
	.t-fixH70v {height:70vh !important;}
	.t-fixH65v {height:65vh !important;}
	.t-fixH60v {height:60vh !important;}
	.t-fixH55v {height:55vh !important;}
	.t-fixH50v {height:50vh !important;}
	.t-fixH45v {height:45vh !important;}
	.t-fixH40v {height:40vh !important;}
	.t-fixH35v {height:35vh !important;}
	.t-fixH30v {height:30vh !important;}
	.t-fixH25v {height:25vh !important;}
	.t-fixH20v {height:20vh !important;}
	
	.t-fixH-gnb-100v {height:calc(100vh  - 120px) !important;}
	.t-fixH-gnb-95v {height:calc(95vh  - 120px) !important;}
	.t-fixH-gnb-90v {height:calc(90vh  - 120px) !important;}
	.t-fixH-gnb-85v {height:calc(85vh  - 120px) !important;}
	.t-fixH-gnb-80v {height:calc(80vh  - 120px) !important;}
	.t-fixH-gnb-75v {height:calc(75vh  - 120px) !important;}
	.t-fixH-gnb-70v {height:calc(70vh  - 120px) !important;}
	.t-fixH-gnb-65v {height:calc(65vh  - 120px) !important;}
	.t-fixH-gnb-60v {height:calc(60vh  - 120px) !important;}
	.t-fixH-gnb-55v {height:calc(55vh  - 120px) !important;}
	.t-fixH-gnb-50v {height:calc(50vh  - 120px) !important;}
	.t-fixH-gnb-45v {height:calc(45vh  - 120px) !important;}
	.t-fixH-gnb-40v {height:calc(40vh  - 120px) !important;}
	.t-fixH-gnb-35v {height:calc(35vh  - 120px) !important;}
	.t-fixH-gnb-30v {height:calc(30vh  - 120px) !important;}
	
	.t-fixH100p {height:calc(100%  - 100px) !important;}
	.t-fixH90p {height:90% !important;}
	.t-fixH80p {height:80% !important;}
	.t-fixH70p {height:70% !important;}
	.t-fixH60p {height:60% !important;}
	.t-fixH50p {height:50% !important;}
	.t-fixH40p {height:40% !important;}
	.t-fixH30p {height:30% !important;}
	.t-fixH-auto {height:auto !important;}
	
	.t-fixH800 {height:800px;max-height: 800px;}
	.t-fixH780 {height:780px;max-height: 780px;}
	.t-fixH760 {height:760px;max-height: 760px;}
	.t-fixH740 {height:740px;max-height: 740px;}
	.t-fixH720 {height:720px;max-height: 720px;}
	.t-fixH700 {height:700px;max-height: 700px;}
	.t-fixH680 {height:680px;max-height: 680px;}
	.t-fixH660 {height:660px;max-height: 660px;}
	.t-fixH640 {height:640px;max-height: 640px;}
	.t-fixH620 {height:620px;max-height: 620px;}
	.t-fixH600 {height:600px;max-height: 600px;}
	.t-fixH580 {height:580px;max-height: 580px;}
	.t-fixH560 {height:560px;max-height: 560px;}
	.t-fixH540 {height:540px;max-height: 540px;}
	.t-fixH520 {height:520px;max-height: 520px;}
	.t-fixH500 {height:500px;max-height: 500px;}
	.t-fixH480 {height:480px;max-height: 480px;}
	.t-fixH460 {height:460px;max-height: 460px;}
	.t-fixH440 {height:440px;max-height: 440px;}
	.t-fixH420 {height:420px;max-height: 420px;}
	.t-fixH400 {height:400px;max-height: 400px;}
	.t-fixH380 {height:380px;max-height: 380px;}
	.t-fixH360 {height:360px;max-height: 360px;}
	.t-fixH340 {height:340px;max-height: 340px;}
	.t-fixH320 {height:320px;max-height: 320px;}
	.t-fixH300 {height:300px;max-height: 300px;}
	.t-fixH280 {height:280px;max-height: 280px;}
	.t-fixH260 {height:260px;max-height: 260px;}
	.t-fixH240 {height:240px;max-height: 240px;}
	.t-fixH220 {height:220px;max-height: 220px;}
	.t-fixH200 {height:200px;max-height: 200px;}
	.t-fixH100 {height:100px;max-height: 100px;}
	
	.t-fix-PB100 {padding-bottom:100px;}
	.t-fix-PB90 {padding-bottom:90px;}
	.t-fix-PB80 {padding-bottom:80px;}
	.t-fix-PB70 {padding-bottom:70px;}
	.t-fix-PB60 {padding-bottom:60px;}
	.t-fix-PB50 {padding-bottom:50px;}
	.t-fix-PB40 {padding-bottom:40px;}
	.t-fix-PB30 {padding-bottom:30px;}
	.t-fix-PB20 {padding-bottom:20px;}
	.t-fix-PB10 {padding-bottom:10px;}
	.t-fix-PB0 {padding-bottom:0px;}
	
	.t-pad-l20p {padding-left:20%;}
	.t-pad-l15p {padding-left:15%;}
	.t-pad-l10p {padding-left:10%;}
	.t-pad-l5p {padding-left:5%;}
	.t-pad-l0p {padding-left:0;}
	.t-pad-r20p {padding-right:20%;}
	.t-pad-r15p {padding-right:15%;}
	.t-pad-r10p {padding-right:10%;}
	.t-pad-r5p {padding-right:5%;}
	.t-pad-r0p {padding-right:0;}
}


@media screen and (max-width: 480px) {
	.m-fixH100v {height:calc(100vh  - 100px) !important;}
	.m-fixH95v {height:95vh !important;}
	.m-fixH90v {height:90vh !important;}
	.m-fixH85v {height:85vh !important;}
	.m-fixH80v {height:80vh !important;}
	.m-fixH75v {height:75vh !important;}
	.m-fixH70v {height:70vh !important;}
	.m-fixH65v {height:65vh !important;}
	.m-fixH60v {height:60vh !important;}
	.m-fixH55v {height:55vh !important;}
	.m-fixH50v {height:50vh !important;}
	.m-fixH45v {height:45vh !important;}
	.m-fixH40v {height:40vh !important;}
	.m-fixH35v {height:35vh !important;}
	.m-fixH30v {height:30vh !important;}
	.m-fixH25v {height:25vh !important;}
	.m-fixH20v {height:20vh !important;}
	
	
	
	.m-fixH-gnb-100v {height:calc(100vh  - 120px) !important;}
	.m-fixH-gnb-95v {height:calc(95vh  - 120px) !important;}
	.m-fixH-gnb-90v {height:calc(90vh  - 120px) !important;}
	.m-fixH-gnb-85v {height:calc(85vh  - 120px) !important;}
	.m-fixH-gnb-80v {height:calc(80vh  - 120px) !important;}
	.m-fixH-gnb-75v {height:calc(75vh  - 120px) !important;}
	.m-fixH-gnb-70v {height:calc(70vh  - 120px) !important;}
	.m-fixH-gnb-65v {height:calc(65vh  - 120px) !important;}
	.m-fixH-gnb-60v {height:calc(60vh  - 120px) !important;}
	.m-fixH-gnb-55v {height:calc(55vh  - 120px) !important;}
	.m-fixH-gnb-50v {height:calc(50vh  - 120px) !important;}
	.m-fixH-gnb-45v {height:calc(45vh  - 120px) !important;}
	.m-fixH-gnb-40v {height:calc(40vh  - 120px) !important;}
	.m-fixH-gnb-35v {height:calc(35vh  - 120px) !important;}
	.m-fixH-gnb-30v {height:calc(30vh  - 120px) !important;}
	
	.m-fixH100p {height:calc(100%  - 100px) !important;}
	.m-fixH90p {height:90% !important;}
	.m-fixH80p {height:80% !important;}
	.m-fixH70p {height:70% !important;}
	.m-fixH60p {height:60% !important;}
	.m-fixH50p {height:50% !important;}
	.m-fixH40p {height:40% !important;}
	.m-fixH30p {height:30% !important;}
	.m-fixH-auto {height:auto !important;}
	
	.m-fixH800 {height:800px;max-height: 800px;}
	.m-fixH780 {height:780px;max-height: 780px;}
	.m-fixH760 {height:760px;max-height: 760px;}
	.m-fixH740 {height:740px;max-height: 740px;}
	.m-fixH720 {height:720px;max-height: 720px;}
	.m-fixH700 {height:700px;max-height: 700px;}
	.m-fixH680 {height:680px;max-height: 680px;}
	.m-fixH660 {height:660px;max-height: 660px;}
	.m-fixH640 {height:640px;max-height: 640px;}
	.m-fixH620 {height:620px;max-height: 620px;}
	.m-fixH600 {height:600px;max-height: 600px;}
	.m-fixH580 {height:580px;max-height: 580px;}
	.m-fixH560 {height:560px;max-height: 560px;}
	.m-fixH540 {height:540px;max-height: 540px;}
	.m-fixH520 {height:520px;max-height: 520px;}
	.m-fixH500 {height:500px;max-height: 500px;}
	.m-fixH480 {height:480px;max-height: 480px;}
	.m-fixH460 {height:460px;max-height: 460px;}
	.m-fixH440 {height:440px;max-height: 440px;}
	.m-fixH420 {height:420px;max-height: 420px;}
	.m-fixH400 {height:400px;max-height: 400px;}
	.m-fixH380 {height:380px;max-height: 380px;}
	.m-fixH360 {height:360px;max-height: 360px;}
	.m-fixH340 {height:340px;max-height: 340px;}
	.m-fixH320 {height:320px;max-height: 320px;}
	.m-fixH300 {height:300px;max-height: 300px;}
	.m-fixH280 {height:280px;max-height: 280px;}
	.m-fixH260 {height:260px;max-height: 260px;}
	.m-fixH240 {height:240px;max-height: 240px;}
	.m-fixH220 {height:220px;max-height: 220px;}
	.m-fixH200 {height:200px;max-height: 200px;}
	.m-fixH100 {height:100px;max-height: 100px;}
	
	.m-fix-PB100 {padding-bottom:100px;}
	.m-fix-PB90 {padding-bottom:90px;}
	.m-fix-PB80 {padding-bottom:80px;}
	.m-fix-PB70 {padding-bottom:70px;}
	.m-fix-PB60 {padding-bottom:60px;}
	.m-fix-PB50 {padding-bottom:50px;}
	.m-fix-PB40 {padding-bottom:40px;}
	.m-fix-PB30 {padding-bottom:30px;}
	.m-fix-PB20 {padding-bottom:20px;}
	.m-fix-PB10 {padding-bottom:10px;}
	.m-fix-PB0 {padding-bottom:0px;}
	
	.m-pad-l20p {padding-left:20%;}
	.m-pad-l15p {padding-left:15%;}
	.m-pad-l10p {padding-left:10%;}
	.m-pad-l5p {padding-left:5%;}
	.m-pad-l0p {padding-left:0;}
	.m-pad-r20p {padding-right:20%;}
	.m-pad-r15p {padding-right:15%;}
	.m-pad-r10p {padding-right:10%;}
	.m-pad-r5p {padding-right:5%;}
	.m-pad-r0p {padding-right:0;}
}



/* ratio */
.ratio-base {
	position: relative;
    display: inline-block;
    width: 100%;
	vertical-align: middle;
    box-sizing: border-box;
	overflow:hidden;
	text-align:center;
}
.ratio-base:after {
	
}
.ratio-use:after {
	content:'';
	display:block;
}

.ratio-1x1 .ratio-base:after {
    padding-bottom: 100%;
}
.ratio-1x2 .ratio-base:after {
    padding-bottom: 150%;
}
.ratio-2x3 .ratio-base:after {
    padding-bottom: 120%;
}
.ratio-125 .ratio-base:after {
    padding-bottom: 125%;
}
.ratio-3x4 .ratio-base:after {
	padding-bottom: 133.33333333333%;
}
.ratio-4x3 .ratio-base:after {
    padding-bottom: 75%;
}
.ratio-5x4 .ratio-base:after {
    padding-bottom: 90%;
}
.ratio-5x3 .ratio-base:after {
    padding-bottom: 60%;
}
.ratio-16x9 .ratio-base:after {
    padding-bottom: 56.25%;
}
.ratio-16x10 .ratio-base:after {
    padding-bottom: 62.5%;
}

.ratio-img-wrap {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	image-rendering: -webkit-optimize-contrast;
	z-index:1;
	font-size:0;
}
.ratio-img-wrap img {
	position:relative;
	width:100%;
    image-rendering: -webkit-optimize-contrast;
}
.ratio-use img {
    display:none;
}