@charset "utf-8";

html,
body {width:100%;height:100%;box-shadow: none;background:#fff;}
body {
	line-height: 1.7; 
}
#page {width:100%;height:100%;box-shadow: none;position:relative;min-width:320px;/*max-width:1800px;*/}
#page {margin: 0 auto; padding: 0;}


.base-container {
	position:relative;
	width:100%;
	margin:0 auto;
	padding:0;
	padding-left:calc(100px);
	padding-right:calc(100px);
}
@media screen and (max-width: 1440px) {
	.base-container {
		padding-left:40px;
		padding-right:40px;
	}	
}
@media screen and (max-width: 1024px) {
	.base-container {
		padding-left:0px;
		padding-right:0px;
	}
}


.container,.f-container {
	width:100%;
	max-width: 1400px;
	margin:0 auto;
}
.articleContainer {
	width:100%;
	max-width: 1800px;
	margin:0 auto;
	padding:0 30px;
}

.container1200 {
	width:100%;
	max-width: 1200px;
	margin:0 auto;
	position:relative;
	z-index:2;
}

.container1000 {
	width:100%;
	max-width: 1000px;
	margin:0 auto;
	position:relative;
	z-index:2;
}
.container840 {
	width:100%;
	max-width: 840px;
	margin:0 auto;
	position:relative;
	z-index:2;
}
.container600 {
	width:100%;
	max-width: 600px;
	margin:0 auto;
	position:relative;
	z-index:2;
}

.fullContainer {
	width:100%;
	margin:0 auto;
	position:relative;
	padding:0 100px;
	z-index:2;
}
.full-imgContainer {
	width:100%;
	padding:0 100px;
	margin:0 auto;
	position:relative;
	z-index:2;
}
.noticeContainer {
	width:100%;
	max-width: 920px;
	margin:0 auto;
	position:relative;
}
.imgContainer {
	width:100%;
	max-width: 1440px;
	margin:0 auto;
	position:relative;
	padding:0 60px;
	z-index:2;
}
.imgContainer2 {
	width:100%;
	max-width: 1400px;
	margin:0 auto;
	position:relative;
	z-index:2;
}
.imgContainer1000 {
	width:100%;
	max-width: 1000px;
	margin:0 auto;
	position:relative;
	z-index:2;
}
.imgContainer1200 {
	width:100%;
	max-width: 1200px;
	margin:0 auto;
	position:relative;
	z-index:2;
}
.imgContainer1280 {
	width:100%;
	max-width: 1280px;
	margin:0 auto;
	position:relative;
	z-index:2;
}

.imgContainer840 {
	width:100%;
	max-width: 840px;
	margin:0 auto;
	position:relative;
	z-index:2;
}
.imgContainer600 {
	width:100%;
	max-width: 600px;
	margin:0 auto;
	position:relative;
	z-index:2;
}
.maxContainer {
	width:100%;
	margin:0 auto;
	position:relative;
	z-index:2;
}

br.none {
	display:none;
}
br.none2 {
	display:none;
}
br.none360 {
	display:none;
}
br.br_none360 {
}
br.none414 {
	display:none;
}
br.none320 {
	display:none;
}
/* #gnb */
#gnb {
	position: relative;
	top:0;
	left:0;
	width: 100%; 
	z-index: 100;
	/*-webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease;*/
	padding:25px 30px;
	max-width:1460px;
	margin:0 auto;
}
.gnb-trans #gnb {
	position: absolute;
	z-index:22;
	background:transparent;
	padding:25px 100px 65px 90px;
	max-width:100%;
	background:rgba(0,0,0,0) url(/imgs/gnb/gnbBG2.png) repeat-x;
}
@media screen and (max-width: 1600px) {
	.gnb-trans #gnb {
		padding-left:50px;
		padding-right:60px;
	}	
}
@media screen and (max-width: 1100px) {
	.gnb-trans #gnb {
		padding-left:30px;
		padding-right:40px;
	}	
}

#gnb.wide {
	max-width:1800px;
}
.gnbBox {
	display: table;
	width: 100%;
	margin:0 auto;
	
}
.gnbBox .gnbBoxItem {
	display:table-cell;
	vertical-align:middle;
	width:15%;
}
.gnbBox .gnbBoxNavi {
	display:table-cell;
	vertical-align:middle;
	width:70%;
}

.logoArea .logo {
	display: table;
	width: auto;
	height:90px;
	margin:0;	
}
.logoArea .logo a { 
	display:block;
	width: 160px; 
	height: 90px; 
	background: url(/imgs/common/logo_black.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;
}
.gnb-trans .logoArea .logo a { 
	background: url(/imgs/common/logo_white.png) 0 center no-repeat;
}
.naviArea {
	display: block;
	text-align:center;
}

.naviArea .naviMain {
	display: inline-block;
	margin-bottom: 0;
	font-size:0;
}

.naviArea .naviMain > li, 
.naviArea .naviMain > li > a {
	display: inline-block;
	*display: inline;
	zoom: 1;
	position: relative;
}

.naviArea .naviMain > li {margin:0 0px}
.naviArea .naviMain > li > a {
	font-family:'Playfair Display', sans-serif;
    font-size: 17px;
	letter-spacing:0;
	padding: 16px 25px 16px;
	vertical-align:middle;
	
}
.naviArea .naviMain > li > a div {color:rgba(51,51,51,1);border-bottom:1px solid rgba(51,51,51,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 .naviMain > li.on > a div {color:rgba(0,0,0,1);border-bottom:1px solid rgba(51,51,51,1);}
.naviArea .naviMain > li > a:hover div {color:rgba(0,0,0,1);border-bottom:1px solid rgba(51,51,51,1);}

.gnb-trans .naviArea .naviMain > li > a {
	font-family:'Noto Serif KR', sans-serif;
	font-size: 13px;
	letter-spacing:1px;
	text-transform:uppercase;
	
}
@media screen and (max-width: 1180px) {
	.gnb-trans .naviArea .naviMain > li > a {
		text-transform:inherit;
		
	}
}
.gnb-trans .naviArea .naviMain > li > a div {color:rgba(255,255,255,1);border-bottom:1px solid rgba(255,255,255,0);font-weight:500;}
.gnb-trans .naviArea .naviMain > li.on > a div {color:rgba(255,255,255,1);border-bottom:1px solid rgba(255,255,255,1);}
.gnb-trans .naviArea .naviMain > li > a:hover div {color:rgba(255,255,255,1);border-bottom:1px solid rgba(255,255,255,1);}

.gnbRightArea {text-align:right;}
.gnbRightArea .naviSocial {
	position:relative;
	display: block;
	width:auto;
	margin-bottom: 0;
}

.gnbRightArea .naviSocial {
	padding:0px;
	font-size:0;
}
.gnbRightArea .naviSocial > li{
	display: inline-block;
	*display: inline;
	zoom: 1;
	position: relative;
	margin:0px;
}
.gnbRightArea .naviSocial a {
	display:block;
	position: relative;
	width:40px;
}

.gnbRightArea .naviSocial a.naverBlog {
	background:rgba(0,198,59,1);
	background:rgba(51,51,51,.2);	
}
.gnbRightArea .naviSocial a.naverTalkTalk {
	background:rgba(0,198,59,1);
	background:rgba(51,51,51,.4);	
}
.gnbRightArea .naviSocial a.kakaoTalk {
	background:rgba(251,227,0,1);
	background:rgba(51,51,51,.4);		
}
.gnbRightArea .naviSocial a.facebook {
	background:rgba(59,89,151,1);	
	background:rgba(51,51,51,.2);	
}
.gnbRightArea .naviSocial a.instagram {
	background:rgba(51,51,51,.4);		
}

.gnb-trans .gnbRightArea .naviSocial a.naverBlog {
	background:rgba(51,51,51,0);	
}
.gnb-trans .gnbRightArea .naviSocial a.naverTalkTalk {
	background:rgba(51,51,51,0);	
}
.gnb-trans .gnbRightArea .naviSocial a.kakaoTalk {
	background:rgba(51,51,51,0);	
}
.gnb-trans .gnbRightArea .naviSocial a.facebook {
	background:rgba(51,51,51,0);	
}
.gnb-trans .gnbRightArea .naviSocial a.instagram {
	background:rgba(51,51,51,0);	
}

.gnbRightArea .naviSocial a img {
	width:100%;
}
.gnbRightArea .naviSocial a:hover {background:rgba(51,51,51,1);color:#fff;}
.gnbRightArea .naviSocial a.naverBlog:hover {
	background:rgba(0,198,59,1);
}
.gnbRightArea .naviSocial a.naverTalkTalk:hover {
	background:rgba(0,198,59,1);
}
.gnbRightArea .naviSocial a.kakaoTalk:hover {
	background:rgba(251,227,0,1);
}
.gnbRightArea .naviSocial a.facebook:hover {
	background:rgba(59,89,151,1);	
}
.gnbRightArea .naviSocial a.instagram:hover {
	background-image: url(/imgs/common/gnb_instagram_bg.png);
	background-position:center center;
	background-repeat:no-repeat;
}
.gnbRightArea .naviSocial a img {
	width:100%;
}
.gnbRightArea .naviSocial a span {display:none;font-size:8px;line-height:25px;letter-spacing:0px;}

.gnbBox .langGroup {
	position:relative;
	display:inline-block;
	width:160px;
}
.gnbBox a.lang {
	position:relative;
	display:block;
	width:160px;
	height:40px;
	border:1px solid rgba(51,51,51,.15);
	font-size:12px;
	color:rgba(51,51,51,.7);
	line-height:20px;
	text-align:left;
	text-transform:uppercase;
	padding:10px;
}
.gnbBox a.lang:after { 
	position: absolute; 
	top: 10px; right: 10px; bottom: 0; 
	font-size: 14px; 
	font-family: 'themify';
	content: "\e65f";
	-webkit-font-smoothing: antialiased; text-indent: 0; -moz-osx-font-smoothing: grayscale; 
}

.gnb-trans .gnbBox a.lang {
	border:1px solid rgba(255,255,255,.3);
	color:rgba(255,255,255,.8);
}
.gnbBox a.lang.pc:hover {background:rgba(51,51,51,1);color:#fff;}
.gnbBox a.lang.active {background:rgba(51,51,51,1);color:#fff;}

.gnbBox .langGroup ul {
	width:160px;
	position:absolute;
	left:0;
	top:39px;
	background:#fff;
	overflow:hidden;
	border:1px solid rgba(51,51,51,.2);
	border-bottom:none;	
	z-index:10;
}
.gnbBox .langGroup ul li {font-size:12px;color:rgba(51,51,51,1);}
.gnbBox .langGroup ul li a {height:40px;padding:10px;display:block;text-decoration:none;line-height:20px;border-bottom:1px solid rgba(51,51,51,.2);text-align:left;}
.gnbBox .langGroup ul li a:hover, .gnbBox .langGroup ul li a:focus {background:rgba(51,51,51,1);color:#fff}
.gnbBox .langGroup #langSet {display:none}

.mobileBtn {
	width:24px;
	margin:0;
	float:right;
}

#hamburger {
	width: 24px;
	display:table-cell;
	vertical-align:middle;
	height: 50px;
}
#hamburger span {
   background: rgba(51,51,51,1);
   display: block;
   height: 3px;
   margin: 5px 0;
}
.gnb-trans #hamburger span {
   background: rgba(255,255,255,1);
}
#gnbMobile {
	position: relative;
	top:0;
	left:0;
	width: 100%; 
	z-index: 100;
	-webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease;
	padding:20px 30px;
	height:100px;
	max-width:1800px;
	margin:0 auto;
	display:none;
}
.gnb-trans #gnbMobile {
	position: absolute;
	background:transparent;
}
#gnbMobile .gnbBox .gnbBoxItem {
	width:25%;
}
#gnbMobile .gnbBox .gnbBoxNavi {
	width:50%;
}

#gnbMobile .logoArea .logo {
	display:block;
	width: auto;
	height:60px;
	margin:0 auto;	
	text-align:center;
}
#gnbMobile .logoArea .logo a { 
	display:inline-block;
	width: 120px; 
	height: 60px; 
	background: url(/imgs/common/logo60_black.png) center center no-repeat; text-indent: -9999px; 
}
.gnb-trans #gnbMobile .logoArea .logo a { 
	background: url(/imgs/common/logo60_white.png) center center no-repeat;
}
#gnbMobile .gnbBox .langGroup {
	width:40px;
}
#gnbMobile .gnbBox a.lang {
	width:40px;
	text-align:center;
	padding:0;
	line-height:38px;
}
#gnbMobile .gnbBox a.lang:after {display:none}
#gnbMobile .gnbBox .langGroup ul {
	width:40px;
}
#gnbMobile .gnbBox .langGroup ul li a {
	padding:0px;
	line-height:38px;
	text-align:center;
}

#sideMenu {
	width: 80%; 
	max-width:400px;
	height: 100%; 
	position: fixed; 
	top: 0px; 
	right: -81%; 
	z-index: 999; 
	text-align: left; 
	transition: all 0.2s ease; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease;
	background:rgba(51,51,51,1);
	background:#fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
	padding:0 0 0px 0;
	overflow-y:auto;
}

html.open {overflow: hidden;}
#sideMenu.open {right: 0px;}
.sideMenuBack.open {display: block;}
.sideMenuBack {
	display: none;
	position: fixed;
	left:0;
	top:0;
	bottom:0;
	right:0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	transition: all ease-out 0.3s;
	z-index:200;
}
.open-menu .sideMenuBack {
	visibility: visible;
	opacity: 1;
}
#sideMenu .sideTop {
	position:relative;
	padding:20px;
	text-align:left;
	background:rgba(51,51,51,1);
	background:#fff;
}
#sideMenu .sideTop h1{
	position:relative;
	font-size:30px;
	font-family:"Oswald", "Noto Sans KR", serif;
	font-weight:300;
	color:rgba(51,51,51,1);
	line-height:1;
	white-space: nowrap; overflow: hidden; text-overflow:ellipsis;
}
.closeXBtn {
	position:absolute;
	top:20px;
	right:15px;
	width:30px;
	margin:0;
}

#closeX {
	width: 30px;
	display:block;
	vertical-align:middle;
	height: 30px;
	text-align:center;
	background:rgba(51,51,51,.6);
	background:rgba(255,255,255,.6);
	/*border: 1px solid rgba(51,51,51,1);*/
}
#closeX span {
	width:24px;
	position: relative;
	top: 0;
	left: 0;
	display: block;
	height: 2px;
	background:rgba(255,255,255,1);
	background:rgba(51,51,51,1);
	left:3px;
}

#closeX span.top-bar {
   transform: rotate( 45deg );
   top: 14px;
}

#closeX span.bottom-bar {
   transform: rotate( -45deg );
   top: 12px;
}

#sideMenu .naviSocial {
	position:relative;
	display: block;
	width:100%;
	padding:10px 20px;
	font-size:0;
	background:rgba(51,51,51,.3);
	text-align:center;
}
#sideMenu .naviSocial > li{
	display: inline-block;
	*display: inline;
	zoom: 1;
	position: relative;
	margin:0px;
	width:25%;
	max-width:40px;
}
#sideMenu .naviSocial a {
	display:block;
	position: relative;
	width:100%;
}

#sideMenu .naviSocial a.naverBlog {
	background:rgba(0,198,59,1);
}
#sideMenu .naviSocial a.naverTalkTalk {
	background:rgba(0,198,59,1);
}
#sideMenu .naviSocial a.kakaoTalk {
	background:rgba(251,227,0,1);
}
#sideMenu .naviSocial a.facebook {
	background:rgba(59,89,151,1);	
}
#sideMenu .naviSocial a.instagram {
	background-image: url(/imgs/common/gnb_instagram_bg.png);
	background-position:center center;
	background-repeat:no-repeat;
}
#sideMenu .naviSocial a img {
	width:100%;
}
#sideMenu .naviSocial a span {display:none;font-size:8px;line-height:25px;letter-spacing:0px;}


#sideGnb { width:100%;position:relative;padding:0px 0 0px;}
.sideGnbMenu {}
.sideGnbMenu > li > a {
	position:relative;
	display:block;
	padding: 15px 20px 15px;
	font-size: 18px;
	text-decoration: none;
	color:rgba(33, 33, 33,.6);
	line-height:1;
	/*text-transform:uppercase;*/
	font-family:"Oswald", "Noto Sans KR", serif;
	border-bottom:1px solid rgba(232,232,232, 1);
	white-space: nowrap; overflow: hidden; text-overflow:ellipsis;
}

.sideGnbMenu > li.open > a,
.sideGnbMenu > li.on > a,
.sideGnbMenu > li > a:hover {
	color:rgba(33, 33, 33,1);
}

.sideGnbMenu > li.has-sub > a:after {
	position: absolute;
	right: 28px;
	top: 16px;
	z-index: 5;
	display: block;
	height: 18px;
	width: 2px;
	background: rgba(102,102,102, 1);
	content: "";
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.sideGnbMenu > li.has-sub > a:before {
	position: absolute;
	right: 20px;
	top: 24px;
	display: block;
	width: 18px;
	height: 2px;
	background: rgba(102,102,102, 1);
	content: "";
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.sideGnbMenu > li.has-sub.open > a:before {
	background: rgba(102,102,102, 0);
}
.sideGnbMenu > li.has-sub.open > a:after {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	background: rgba(102,102,102, 1);
}
.sideGnbMenu > li.has-sub.open > a {
	border-bottom:1px solid rgba(102,102,102, 0);
}
.sideGnbMenu ul {
	border-bottom:1px solid rgba(232,232,232, 1);
}
.sideGnbMenu ul {
	display:none;
}
.sideGnbMenu ul > li {
	/*margin-left:30px;*/
	border-top: 1px solid #f1f1f2;
}
.sideGnbMenu ul > li > a {
	position:relative;
	display:block;
	padding: 12px 20px 12px 30px;
	font-size: 16px;
	text-decoration: none;
	color:rgba(33, 33, 33,.6);
	line-height:1;
	background:#f9f9fa;
	/*text-transform:uppercase;*/
	font-family:"Oswald", "Noto Sans KR", serif;
	white-space: nowrap; overflow: hidden; text-overflow:ellipsis;
}
.sideGnbMenu ul > li > a:hover {
	color:rgba(33, 33, 33,1);
} 
.sideGnbMenu ul > li.open > a,
.sideGnbMenu ul > li.on > a{
	color:rgba(33, 33, 33,1);
	/*font-weight:400;*/
}

.sideGnbMenu ul ul {
	display: none;
}
.sideGnbMenu ul ul > li {
	border-top: none;
}

.sideGnbMenu ul ul li a {
	padding: 12px 20px 12px 44px;
	font-size: 14px;
	color:rgba(33, 33, 33,.6);
	background: #f1f1f5;
}

.sideGnbMenu ul ul li a:before {
	position: absolute;
	left: 30px;
	top: 0px;
	z-index: 5;
	display: block;
	height: 40px;
	width: 1px;
	background: rgba(102,102,102, .5);
	content: "";
}

.sideGnbMenu ul ul li a:after {
	position: absolute;
	left: 30px;
	top: 19px;
	z-index: 5;
	display: block;
	height: 1px;
	width: 8px;
	background: rgba(102,102,102, .5);
	content: "";
}

.sideGnbMenu ul ul li:first-child a {
	padding: 12px 20px 12px 30px;
}

.sideGnbMenu ul ul li:first-child a:before {
	display:none;
}

.sideGnbMenu ul ul li:first-child a:after {
	display:none;
}

.sideGnbMenu ul ul li:last-child a:before {
	height: 20px;
}

.sideGnbMenu ul ul > li.on > a{
	color:rgba(33, 33, 33,1);
	font-weight:400;
}

.sideGnbMenu ul li.has-sub > a:after {
	position: absolute;
	right: 28px;
	top: 13px;
	z-index: 5;
	display: block;
	height: 17px;
	width: 1px;
	background: rgba(102,102,102, 1);
	content: "";
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.sideGnbMenu ul li.has-sub > a:before {
	position: absolute;
	right: 20px;
	top: 21px;
	display: block;
	width: 17px;
	height: 1px;
	background: rgba(102,102,102, 1);
	content: "";
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.sideGnbMenu ul li.has-sub.open > a:before {
	background: rgba(102,102,102, 0);
}
.sideGnbMenu ul li.has-sub.open > a:after {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	background: rgba(102,102,102, 1);
}
.sideGnbMenu ul li.has-sub.open > a {
	/*border-bottom:1px solid rgba(102,102,102, 0);*/
}

#bottomSet {position:fixed; bottom:-150px; right:30px;
 z-index:201;/*footer z-index 보다 작게 */-webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease;}

#footer {
	position: relative;
	z-index: 200;
	margin:0px 0 0px 0;
}
#footer.copy {
	z-index: 202;
}

#footer .footerArea {
	position: relative;
	padding: 60px 0 40px 0;
	font-size: 14px;
	text-align: center;
	color: #cccccc;
	background: rgba(51,51,51,1);
}

#footer .footerArea.copyArea {
	padding: 20px 0 20px 0;
	background: rgba(32,32,32,1);
	
}

#footer .footerArea svg {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -96px;
	margin-top: -50px;
	
}
#footer .footerArea svg path {
	fill: rgba(51,51,51,1);
}

#footer .footerArea .btn--top {
	position: absolute;
	top: 0px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

#footer .footerArea .btn--top_text {
	display: block;
	position: absolute;
	top: -40px;
	left: 50%;
	width: 80px;
	height: 60px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: white;
	-moz-transform: translateX(-50%) translateY(-30%);
  	-ms-transform: translateX(-50%) translateY(-30%);
  	-o-transform: translateX(-50%) translateY(-30%);
  	-webkit-transform: translateX(-50%) translateY(-30%);
  	transform: translateX(-50%) translateY(-30%);
}
#footer .footerArea .btn--top_text .btn__arrow {
    display: block;
    position: absolute;
    left: 50%;
    height: 10px;
    width: 10px;
    border-left: 2px solid white;
    border-top: 2px solid white;
    -moz-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    -o-transform: translateX(-50%) rotate(45deg);
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg); }
#footer .footerArea .btn--top_text .btn__arrow--top {
    top: 32px;
}
#footer .footerArea .btn--top_text .btn__arrow--bottom {
    top: 38px;
}
#footer .footerArea .privacyArea {display:table-cell;width:25%}
#footer .footerArea .copyright {display:table-cell;width:50%;text-align:center;}
#footer .footerArea .language {display:table-cell;width:25%;text-align:right;}
#footer .footerArea .copyright {font-size:12px;letter-spacing:0.5px;color:#999999;}

#footer .footerArea .privacyArea li {
	display: inline-block; *display: inline; *zoom: 1; 
}
#footer .footerArea .privacyArea li a {
	color:#ccc; 
	text-align:center; 
	position:relative;
	width: auto; 
	padding:5px 10px;
	background:#333;
	font-size:12px;
	
}
#footer .footerArea .privacyArea li a:hover {
	background:#666;
}

#footer .langGroup {
	position:relative;
	display:inline-block;
	width:160px;
}
#footer a.lang {
	position:relative;
	display:block;
	width:160px;
	height:30px;
	font-size:12px;
	color:#ccc; 
	text-align:left;
	padding:5px 10px;
	text-transform:uppercase;
	background:#333;
}
#footer a.lang:after { 
	position: absolute; 
	top: 5px; right: 10px; bottom: 0; 
	font-size: 14px; 
	font-family: 'themify';
	content: "\e65f";
	-webkit-font-smoothing: antialiased; text-indent: 0; -moz-osx-font-smoothing: grayscale; 
}
#footer a.lang:hover {background:rgba(51,51,51,1);color:#fff;}
#footer .langGroup ul {
	width:160px;
	position:absolute;
	left:0;
	bottom:30px;
	background:#fff;
	overflow:hidden;
	border-bottom:none;	
	z-index:10;
}
#footer .langGroup ul li {font-size:12px;color:rgba(51,51,51,1);}
#footer .langGroup ul li a {height:40px;padding:10px;display:block;text-decoration:none;line-height:20px;border-bottom:1px solid rgba(51,51,51,.2);text-align:left;}
#footer .langGroup ul li a:hover, #footer .langGroup ul li a:focus {background:rgba(51,51,51,1);color:#fff}


#footer .footer-container {width:100%;margin: 0px auto;text-align:left;display:table;}
#footer .footer-container2 {width:100%;margin: 0px auto;text-align:left;display:table;}
#footer .footer-tableCell {display:table-cell;width:24%;vertical-align:top;border-right:1px solid rgba(255,255,255,.1);padding:0 2% 0 2%;}
#footer .footer-tableCell.f1 {display:table-cell;padding:0px 2% 0 0;}
#footer .footer-tableCell.f2 {display:table-cell;width:28%;}
#footer .footer-tableCell.f3 {display:table-cell;width:27%;}
#footer .footer-tableCell.sns {display:table-cell;width:21%;padding:0 0px;border-right:none;}
#footer .footer-tableCell.sns dl {float:right;}

#footer dl{
	margin:10px 0px 10px 0;
	float:left;
	text-align:left;
	vertical-align:top;
	width:auto;
}

#footer dt{
	margin:0 0 15px 0px; 
	padding:0 0 0 0; 
	font-size:20px; 
	/*font-weight:normal; */
	letter-spacing:0px;
	font-family:"Oswald", "Noto Sans KR", serif;
	font-weight:400;
	color:#fff;
	padding:10px 0 0 0; 
	background:url('/imgs/common/blt_hBar.png') no-repeat;
	color:#fff;
	vertical-align:bottom;
}
#footer dt span {font-size:16px;}

#footer dl dd a {display:inline-block;*display:inline;vertical-align:top;text-align:center;margin:0 5px 0 0;position:relative;}
#footer dl dd span {display:block;font-size:10px;line-height:25px;letter-spacing:0px;font-weight:300;}
#footer dl dd div {display:inline-block;margin:0 0 0 0px;letter-spacing:0px;color:#fff;line-height:140%;text-align:left;vertical-align:middle;}
#footer dl dd div span {color:#919191}
#footer dl dd div.cafe {margin:3px 0 0 10px;vertical-align:top;}

#footer .sns a img {width:50px}
#footer .sns a:hover {color:#fff;}
#footer dl dd a.last {margin:0px}
/*#footer .sns a.naverBlog {
	color:rgba(0,198,59,1);
}
#footer .sns a.naverTalkTalk {
	color:rgba(0,198,59,1);
}
#footer .sns a.kakaoTalk {
	color:rgba(251,227,0,1);
}
#footer .sns a.facebook {
	color:rgba(59,89,151,1);	
}*/


#footer dt.kor {font-size:18px;font-family:"Playfair Display", 'Noto Serif KR', serif;}
#footer dl ul{ padding:0; margin:0 }
#footer dl ul li{ list-style:none; display:block; margin:0 0px 5px;vertical-align:top;color:rgba(255,255,255,.7);font-weight:300;}
#footer dl ul li.tel{ display:block; margin:14px 0px 0}
#footer dl .copyright {font-size:10px;}
#footer dl .white {color:#fff;font-size:16px;font-weight:400;}
#footer dl ul li span{display:inline-block;*display: inline; *zoom: 1;}
/*
#footer a.naverBlog {
	background:rgba(0,198,59,1);
}
#footer a.naverTalkTalk {
	background:rgba(0,198,59,1);
}
#footer a.kakaoTalk {
	background:rgba(251,227,0,1);
}
#footer a.facebook {
	background:rgba(59,89,151,1);	
}*/

#footer .link {margin:0 10px;display:inline-block;position:relative;}
#footer .link a {  
	color:rgba(51,51,51,1);
	background:rgba(255,255,255,1);
	display: inline-block; *display: inline; *zoom: 1; 
	width: auto; 
	line-height: 22px; 
	text-align: left; 
	font-size: 12px; 
	letter-spacing:0; 
	position: relative; 
	padding: 0 20px 0 10px; 
	-webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px;
	webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; 
	margin:0px 2px 0;
}
#footer .link a:hover { background:rgba(255,255,255,.7); }
#footer .link a:after { position: absolute; top: 0; right: 5px; bottom: 0; display: block; font-size: 12px; font-family: 'themify'; content: "\e61a";   font-weight: normal; line-height: 22px;}

#footer .logo {
	display: inline-block;
	*display: inline; *zoom: 1;
	vertical-align:bottom;
	color:#fff;
}

#footer .logo img {
	width:100%;
	max-width:240px;
}

#footer .logoMent h1{
	font-size:39px;
	font-family: 'Oswald', serif;
	font-weight:400;
	line-height:100%;
	letter-spacing:0px;
}
#footer .logoMent h2{
	font-size:12px;
	line-height:100%;
	font-family: 'Oswald', serif;
	font-weight:300;
	text-indent:3px;
	letter-spacing:0.5px;
	margin-bottom:5px;
}
#footer .officeNum {
	margin:20px 0 0;
	font-size:13px;
	font-weight:300;
	color:rgba(255,255,255,.7);
	text-align:center;
}

/* MAGNIFIC POPUP DEBUGGING */
body.mfp_open { overflow: hidden; }
.mfp-bg, .mfp-wrap { position: fixed !important; height: 100% !important; }
.mfp-bg { }
.mfp-wrap { top: 0 !important; overflow-y: scroll; }



/* privacy */
.request_privacy_container { padding: 180px 0; max-width:1200px; margin:0 auto; word-break: keep-all; color: #fff; }
.request_privacy_header { margin-bottom: 50px; border-bottom: 4px solid #d3000c; }
.request_privacy_header_title { font-size: 50px; font-weight: 300; line-height: 1.2; }
.request_privacy_header_date { font-size: 14px; font-weight: 500; position: relative; top: -20px; text-align: right; }
.request_privacy_listitem {font-size: 15px;line-height: 2;letter-spacing: -0.025em;color: #bbb;}
.request_privacy_content h2 {padding-bottom: 6px;font-size: 15px;color: #fff;}
.request_privacy_content table {width: 100%;max-width: 486px;border-top: 2px solid #bbb;}
.request_privacy_content table * {padding: 14px 0;text-align: center;}
.request_privacy_content thead th {width: 60%;font-weight: 500;color: #fff;border-bottom: 1px solid #bbb;}
.request_privacy_content thead th:first-child {width: 40%;border-right: 1px solid #bbb;}
.request_privacy_content tbody td {width: 60%;border-bottom: 1px solid #bbb;}
.request_privacy_content tbody td:first-child {width: 40%;border-right: 1px solid #bbb;}
.request_privacy_content .request_privacy_first h2 {font-size: 18px;}
.request_privacy_content .request_privacy_first p {color: #fff;}
.request_privacy_listitem > p,
.request_privacy_listitem > ul,
.request_privacy_listitem > ol,
.request_privacy_listitem > table {margin-bottom: 30px;}
.request_privacy_close {font-size: 50px;position: fixed;top: 61px;right: 61px;width: 64px;height: 64px;padding: 0;cursor: pointer;opacity: 0;color: #fff;border: 0;outline: 0;background: #d3000c;z-index: 1044;-webkit-transition: opacity 600ms ease;transition: opacity 600ms ease;}
.request_privacy_close:hover,
.request_privacy_close:focus { opacity: .7; }
.mfp_open .request_privacy_close{opacity: 1;}
.request_privacy_close {}
.request_privacy_close span {display:block; width:100%; height:100%; font-family:'Noto Sans KR';line-height:50px;}


.h100 {
	min-height:100%;
}

@media screen and (max-width: 1280px) {
	
}
@media screen and (max-width: 1024px) {
	.h100 {
		/*min-height:calc(100% - 120px);*/
	}
}
@media screen and (max-width: 480px) {
	.h100 {
		/*min-height:calc(100% - 120px);*/
	}
}

@media (max-width: 1340px) {
	#page {max-width:1340px;}
	.container, .f-container {padding:0 30px}
	/*#gnb {padding:35px 0px;}*/
	
	.container1200, .container1000, .container840, .articleContainer, .fullContainer, .imgContainer, .imgContainer2, 
	.imgContainer840, .imgContainer1000, .imgContainer1200, .imgContainer1280, .imgContainer1340, .noticeContainer, .full-imgContainer {padding:0 30px}	
	
	/* MAGNIFIC POPUP */
    .request_privacy_container { padding: 120px 3%; }
    .request_privacy_close { top: 3%; right: 3%; }
}

@media (max-width: 1280px) {
	#page {max-width:1280px;}
	.container, .f-container {padding:0 30px}
	.container1200, .container1000, .container840, .articleContainer, .fullContainer, .imgContainer, .imgContainer2, 
	.imgContainer840, .imgContainer1000, .imgContainer1200, .imgContainer1280, .imgContainer1340, .noticeContainer, .full-imgContainer {padding:0 30px}
	/*#gnb {padding:35px 0px;}*/
	
	/* MAGNIFIC POPUP */
    .request_privacy_container { padding: 120px 3%; }
    .request_privacy_close { top: 3%; right: 3%; }
}


@media (max-width: 1180px) {
	#page {padding:0 0px;}
	.naviArea .naviMain > li > a {
		font-size: 15px;
		padding: 16px 13px 16px;
	}
	
	#footer .footerArea {padding:40px 0 0}
	#footer dl {width:100% !important;margin:30px 0; text-align:center;}
	#footer dl dt{display:inline-block;*display:inline;}
	#footer dt {background-position:top center}
	#footer dl dd div {display:block;margin:10px 0 0 0;text-align:center;}
	#footer .link {display:block;margin-top:10px;}
	
	#footer .footer-container {}
	#footer .footer-tableCell {width:100%;text-align:center;}
	#footer .footer-tableCell.f1 {float:left;width:30%;margin:0 0 30px;border-right:none;}
	#footer .footer-tableCell.f2 {float:left;width:40%;border-left:1px solid rgba(255,255,255,.2);border-right:1px solid rgba(255,255,255,.2);}
	#footer .footer-tableCell.f3 {float:left;width:30%;padding:0 0 0 2%;border-right:none;}
	#footer .footer-tableCell.sns {float:none;display:inline-block;width:100% !important;padding:0;border-right:none;text-align:center;border-top:1px solid rgba(255,255,255,.2);}
	#footer .footer-tableCell.sns dl {float:none;display:inline-block;}
	#footer .footer-container {width:100%}
	#footer br {display:block;}
	
	
}

@media (max-width: 1024px) {
	#page {padding:0px !important;}
	#gnb {display:none;}
	#gnbMobile {display:block;}
	
	/* 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 (max-width: 768px) {
	.f-container {padding:0 0px !important}
	.footer-container2 {padding: 0 20px}
	
	br.none {display:block;}
	br.none2 {display:block !important;}
	
	.container, .container1200, .container1000, .container840, .articleContainer, .fullContainer, .imgContainer, .imgContainer2, .imgContainer840, .container600,
	.imgContainer1000, .imgContainer1200, .imgContainer1280, .imgContainer1340, .noticeContainer, .full-imgContainer {padding:0 20px}
	
	#footer .footer-container {}
	#footer .footer-tableCell {width:100%;padding:0;text-align:center;}
	#footer .footer-tableCell.f1 {float:none;display:inline-block;width:100% !important;padding:0;margin:0 0 30px;border-right:none;}
	#footer .footer-tableCell.f2 {float:left;width:50% !important;padding:0;border-left:none;border-top:1px solid rgba(255,255,255,.2);}
	#footer .footer-tableCell.f3 {float:left;width:50% !important;padding:0;border-top:1px solid rgba(255,255,255,.2);}
	
	#bottomSet {right:10px;}
	#bottomSet img {width:40px}
}

@media (max-width: 640px) {
	.articleArea {padding:20px 0 30px !important;}
	.articleArea.main { padding:0px 0 30px !important;}
	#gnbMobile {padding:20px 20px}
	.container, .articleContainer {
		padding:0 20px;
	}	
	#footer .footer-tableCell.f2 {float:none;display:inline-block;width:100% !important;padding:0;border:none;background:rgba(255,255,255,.1);}
	#footer .footer-tableCell.f3 {float:none;display:inline-block;width:100% !important;padding:0;border:none;}
	#footer .footer-tableCell.sns {background:rgba(255,255,255,.1);border-top:none;}
	
	#footer .footerArea .privacyArea {display:block;width:100%;text-align:center;}
	#footer .footerArea .copyright {display:block;width:100%;text-align:center;margin:20px 0 0;}
	#footer .footerArea .language {display:none;width:100%;text-align:center;}
	
	
}
@media (max-width: 480px) {
	#footer .logo img {
		max-width:160px;
	}
	br.none360 {display:block !important;}
	.imgContainer, .imgContainer840, .imgContainer1000, .imgContainer1200, .imgContainer1280, .imgContainer1340, .full-imgContainer {padding:0 0}
	.imgContainer640 {padding:0 0}
}

@media screen and (max-width: 414px) {
	br.none414 {display:block !important;}
}
@media screen and (max-width: 375px) {
	br.none320 {display:block !important;}
}


@media (max-width: 320px) {
}

/************** 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  - 140px) !important;}
.fixH-gnb-95v {height:calc(95vh  - 140px) !important;}
.fixH-gnb-90v {height:calc(90vh  - 140px) !important;}
.fixH-gnb-85v {height:calc(85vh  - 140px) !important;}
.fixH-gnb-80v {height:calc(80vh  - 140px) !important;}
.fixH-gnb-75v {height:calc(75vh  - 140px) !important;}
.fixH-gnb-70v {height:calc(70vh  - 140px) !important;}
.fixH-gnb-65v {height:calc(65vh  - 140px) !important;}
.fixH-gnb-60v {height:calc(60vh  - 140px) !important;}
.fixH-gnb-55v {height:calc(55vh  - 140px) !important;}
.fixH-gnb-50v {height:calc(50vh  - 140px) !important;}
.fixH-gnb-45v {height:calc(45vh  - 140px) !important;}
.fixH-gnb-40v {height:calc(40vh  - 140px) !important;}
.fixH-gnb-35v {height:calc(35vh  - 140px) !important;}
.fixH-gnb-30v {height:calc(30vh  - 140px) !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  - 140px) !important;}
	.fixH-gnb-95v {height:calc(95vh  - 140px) !important;}
	.fixH-gnb-90v {height:calc(90vh  - 140px) !important;}
	.fixH-gnb-85v {height:calc(85vh  - 140px) !important;}
	.fixH-gnb-80v {height:calc(80vh  - 140px) !important;}
	.fixH-gnb-75v {height:calc(75vh  - 140px) !important;}
	.fixH-gnb-70v {height:calc(70vh  - 140px) !important;}
	.fixH-gnb-65v {height:calc(65vh  - 140px) !important;}
	.fixH-gnb-60v {height:calc(60vh  - 140px) !important;}
	.fixH-gnb-55v {height:calc(55vh  - 140px) !important;}
	.fixH-gnb-50v {height:calc(50vh  - 140px) !important;}
	.fixH-gnb-45v {height:calc(45vh  - 140px) !important;}
	.fixH-gnb-40v {height:calc(40vh  - 140px) !important;}
	.fixH-gnb-35v {height:calc(35vh  - 140px) !important;}
	.fixH-gnb-30v {height:calc(30vh  - 140px) !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-l0p {padding-left:0;}
.pad-r20p {padding-right:20%;}
.pad-r15p {padding-right:15%;}
.pad-r10p {padding-right:10%;}
.pad-r5p {padding-right:5%;}
.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  - 140px) !important;}
	.l-fixH-gnb-95v {height:calc(95vh  - 140px) !important;}
	.l-fixH-gnb-90v {height:calc(90vh  - 140px) !important;}
	.l-fixH-gnb-85v {height:calc(85vh  - 140px) !important;}
	.l-fixH-gnb-80v {height:calc(80vh  - 140px) !important;}
	.l-fixH-gnb-75v {height:calc(75vh  - 140px) !important;}
	.l-fixH-gnb-70v {height:calc(70vh  - 140px) !important;}
	.l-fixH-gnb-65v {height:calc(65vh  - 140px) !important;}
	.l-fixH-gnb-60v {height:calc(60vh  - 140px) !important;}
	.l-fixH-gnb-55v {height:calc(55vh  - 140px) !important;}
	.l-fixH-gnb-50v {height:calc(50vh  - 140px) !important;}
	.l-fixH-gnb-45v {height:calc(45vh  - 140px) !important;}
	.l-fixH-gnb-40v {height:calc(40vh  - 140px) !important;}
	.l-fixH-gnb-35v {height:calc(35vh  - 140px) !important;}
	.l-fixH-gnb-30v {height:calc(30vh  - 140px) !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  - 140px) !important;}
	.p-fixH-gnb-95v {height:calc(95vh  - 140px) !important;}
	.p-fixH-gnb-90v {height:calc(90vh  - 140px) !important;}
	.p-fixH-gnb-85v {height:calc(85vh  - 140px) !important;}
	.p-fixH-gnb-80v {height:calc(80vh  - 140px) !important;}
	.p-fixH-gnb-75v {height:calc(75vh  - 140px) !important;}
	.p-fixH-gnb-70v {height:calc(70vh  - 140px) !important;}
	.p-fixH-gnb-65v {height:calc(65vh  - 140px) !important;}
	.p-fixH-gnb-60v {height:calc(60vh  - 140px) !important;}
	.p-fixH-gnb-55v {height:calc(55vh  - 140px) !important;}
	.p-fixH-gnb-50v {height:calc(50vh  - 140px) !important;}
	.p-fixH-gnb-45v {height:calc(45vh  - 140px) !important;}
	.p-fixH-gnb-40v {height:calc(40vh  - 140px) !important;}
	.p-fixH-gnb-35v {height:calc(35vh  - 140px) !important;}
	.p-fixH-gnb-30v {height:calc(30vh  - 140px) !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;}
}

.do-round-out {
	position:relative;
	width:100%;
	overflow:hidden;
	
	-webkit-border-radius: 20px; 
	   -moz-border-radius: 20px; 
		    border-radius: 20px;
}

.do-round-out-15 {
	position:relative;
	width:100%;
	overflow:hidden;
	-webkit-border-radius: 15px; 
	   -moz-border-radius: 15px; 
		    border-radius: 15px;
}

.do-round-out-10 {
	position:relative;
	width:100%;
	overflow:hidden;
	-webkit-border-radius: 10px; 
	   -moz-border-radius: 10px; 
		    border-radius: 10px;
}

.do-round-out-8 {
	position:relative;
	width:100%;
	overflow:hidden;
	-webkit-border-radius: 8px; 
	   -moz-border-radius: 8px; 
		    border-radius: 8px;
}

.do-round-out-6 {
	position:relative;
	width:100%;
	overflow:hidden;
	-webkit-border-radius: 6px; 
	   -moz-border-radius: 6px; 
		    border-radius: 6px;
}

.do-round-out-4 {
	position:relative;
	width:100%;
	overflow:hidden;
	-webkit-border-radius: 4px; 
	   -moz-border-radius: 4px; 
		    border-radius: 4px;
}


/* 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-2x3 .ratio-base:after {
    padding-bottom: 150%;
}
.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;
}

/************** 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;}
}

#sideQuick {
	position:fixed; 
	/*top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);*/
	right:50px; 
	z-index:201;
	-webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease;
	text-align:right;
	margin-top:60px;
	top: auto;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	bottom:-20px;
	bottom:-150px;
	bottom:-230px;
	margin-top:0px;
}
#sideQuick.bottom {
	top: auto;
	-webkit-transform:none;
	-moz-transform:none;
	-ms-transform:none;
	-o-transform:none;
	transform:none;
	bottom:50px;
}
#sideQuick > li {
    font-size:0;
}
#sideQuick > li+li {
    margin-top:12px;
}
#sideQuick .tel {
	/*display:none;*/
}

#sideQuick .item {
    display: inline-block;
    overflow: hidden;
    position: relative;
    width:auto;
    height: 60px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    background-color: #fff;
    text-align: center;
    -webkit-box-shadow: 3px 4px 10px 2px rgba(0,0,0,.2);
    box-shadow: 3px 4px 10px 2px rgba(0,0,0,.2);
	-webkit-transition:.4s ease-out; -moz-transition:.4s ease-out; -o-transition:.4s ease-out; transition:.4s ease-out;
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

#sideQuick .top {
    margin-bottom:0px;
	opacity:0;
	visibility:hidden;
}
#sideQuick.topShow {
	margin-top:0px;
	bottom:50px !important;
}

#sideQuick.floatShow {
	bottom:-20px;
}

#sideQuick.topShow .item.top {
	margin-bottom:0px;
	opacity:1;
	visibility:visible;
}

#sideQuick .bg {
	/*background-color:#98837f !important;*/
	background: url(/imgs/side/bg.png) center center repeat-x;
}
#sideQuick .bg-dark {
    background-color:#5e3f2f !important;
}
#sideQuick .bg-yellow {
    background-color:#ffcd00 !important;
}
#sideQuick .bg-brown {
    background-color:#d2b38e !important;
}

#sideQuick .item .icon {
	position:relative;
    display: inline-block;
	width:60px;
    height:60px;
	overflow: hidden;
    -webkit-border-radius: 50%;
    border-radius: 50%;
	background-size:contain;
	
}
#sideQuick .item .text {
	position:relative;
	display:none;
	-webkit-transition:.4s ease-out; -moz-transition:.4s ease-out; -o-transition:.4s ease-out; transition:.4s ease-out;
    font-size: 16px;
    vertical-align: top;
    line-height: 60px;
    color:#55463c;
	color:#42281e;
	font-weight:400;
    white-space: nowrap;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
#sideQuick .text-white .text {
	color: #fff;
}


#sideQuick .item:hover {
	width:auto;
	-webkit-border-radius:30px;
	border-radius:30px;
	padding:0 25px 0 5px;
}
#sideQuick .top:hover {
	padding:0 0px 0 0;
}
#sideQuick .item:hover .text {
	display:inline-block;
	width:auto;
	opacity:1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


#sideQuick .item .blind {
    overflow: hidden;
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
}
#sideQuick .top .icon {
	background-image: url(/imgs/side/top.png);
	background-position:center center;
	background-repeat:no-repeat;
}
#sideQuick .kakaotalk {
	background-color:#ffcd00 !important;
}

#sideQuick .kakaotalk .icon {
	background-image: url(/imgs/side/talk.png);
	background-position:center center;
	background-repeat:no-repeat;
}
#sideQuick .kakaotalk .w {
	background-image: url(/imgs/side/talk_w.png);
	background-position:center center;
	background-repeat:no-repeat;
}
#sideQuick .kakaotalk .kakaotalk {
	background-image: url(/imgs/side/kakaotalk.png);
	background-position:center center;
	background-repeat:no-repeat;
}
#sideQuick .kakaotalk .kakaotalk_w {
	background-image: url(/imgs/side/kakaotalk_w.png);
	background-position:center center;
	background-repeat:no-repeat;
}

#sideQuick .instagram {
	background-image: url(/imgs/side/instagram_bg3.png);
	background-position:center center;
	background-repeat:no-repeat;
}

#sideQuick .instagram .icon {
	background-image: url(/imgs/side/instagram.png);
	background-position:center center;
	background-repeat:no-repeat;
}
#sideQuick .instagram .w {
	background-image: url(/imgs/side/instagram_w.png);
	background-position:center center;
	background-repeat:no-repeat;
}

#sideQuick .facebook {
	background-color: #3e5b99 !important;
}

#sideQuick .facebook .icon {
	background-image: url(/imgs/side/facebook.png);
	background-position:center center;
	background-repeat:no-repeat;
}
#sideQuick .facebook .w {
	background-image: url(/imgs/side/facebook_w.png);
	background-position:center center;
	background-repeat:no-repeat;
}

#sideQuick .blog {
	background-color: #19ce60 !important;
}

#sideQuick .blog .icon {
	background-image: url(/imgs/side/naverBlog.png);
	background-position:center center;
	background-repeat:no-repeat;
}
#sideQuick .blog .w {
	background-image: url(/imgs/side/naverBlog_w.png);
	background-position:center center;
	background-repeat:no-repeat;
}

#sideQuick .reservation .icon {
	background-image: url(/imgs/side/reservation.png);
	background-position:center center;
	background-repeat:no-repeat;
}
#sideQuick .reservation .w {
	background-image: url(/imgs/side/reservation_w.png);
	background-position:center center;
	background-repeat:no-repeat;
}
#sideQuick .reservation .reserv2 {
	background-image: url(/imgs/side/reservation2.png);
	background-position:center center;
	background-repeat:no-repeat;
}
#sideQuick .reservation .reserv2_w {
	background-image: url(/imgs/side/reservation2_w.png);
	background-position:center center;
	background-repeat:no-repeat;
}
#sideQuick .reservation .reserv3 {
	background-image: url(/imgs/side/reservation3.png);
	background-position:center center;
	background-repeat:no-repeat;
}

#sideQuick .parking .icon {
	background-image: url(/imgs/side/parking.png);
	background-position:center center;
	background-repeat:no-repeat;
}
#sideQuick .parking .w {
	background-image: url(/imgs/side/parking_w.png);
	background-position:center center;
	background-repeat:no-repeat;
}

#sideQuick .phone .icon {
	background-image: url(/imgs/side/phone.png);
	background-position:center center;
	background-repeat:no-repeat;
}

#sideQuick .phone .w {
	background-image: url(/imgs/side/phone_w.png);
	background-position:center center;
	background-repeat:no-repeat;
}
#sideQuick .phone2 .icon {
	background-image: url(/imgs/side/phone2.png);
	background-position:center center;
	background-repeat:no-repeat;
}

#sideQuick .open {
	display:block !important;
}

#sideQuick .sideQuick_oc_btn {
	display:none;
}
#sideQuick .sideQuick_oc_btn:hover {
	padding:0 0px 0 0px;
}
#sideQuick .sideQuick_oc_btn .icon {
	background-image: url(/imgs/side/open.png);
	background-position:center center;
	background-repeat:no-repeat;
}
#sideQuick .sideQuick_oc_btn .w {
	background-image: url(/imgs/side/open_w.png);
	background-position:center center;
	background-repeat:no-repeat;
}
#sideQuick .sideQuick_oc_btn.close .icon {
	background-image: url(/imgs/side/close.png);
	background-position:center center;
	background-repeat:no-repeat;
}
#sideQuick .sideQuick_oc_btn.close .w {
	background-image: url(/imgs/side/close_w.png);
	background-position:center center;
	background-repeat:no-repeat;
}

#sideQuick .mobile {
	display:none;
}

@media screen and (max-width: 1360px) {
	
	#sideQuick {
		right:30px; 
		margin-top:40px;
	}
}

@media screen and (max-width: 1024px) {
	
	#sideQuick {
		top: auto;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		bottom:-36px;
		bottom:-160px;
		bottom:-220px;
		margin-top:0px;
	}
	#sideQuick.topShow {
		bottom:30px !important;
	}
	#sideQuick.floatShow {
		bottom:-36px;
	}
	
}

@media screen and (max-width: 768px) {
	#sideQuick {
		right:20px;
	}
	#sideQuick.topShow {
		bottom:20px !important;
	}
	#sideQuick .tel {
		/*display:inline-block;*/
	}
	#sideQuick .sideQuick_oc_btn {
		display:inline-block;
	}
	#sideQuick .item {
		height: 44px;
		-webkit-border-radius: 22px;
		border-radius: 22px;
		-webkit-box-shadow: 1px 2px 6px 2px rgba(0,0,0,.2);
	    box-shadow: 1px 2px 6px 2px rgba(0,0,0,.2);
	}
	#sideQuick .item:hover {
		-webkit-border-radius:22px;
		border-radius:22px;
	}
	#sideQuick > li+li {
 	   margin-top:10px;
	}

	#sideQuick .item .icon {
		width:44px;
		height:44px;
	}
	#sideQuick .item .text {
		font-size: 14px;
		line-height: 44px;
	}
	#sideQuick .mobile {
		display:block;
	}
	#sideQuick .pc {
		display:none;
	}
}

@media screen and (max-width: 480px) {
	#sideQuick {
		right:15px;
	}
}


.do-info-line-set {
	position: relative;
	font-size:16px;
	color: rgba(80,50,20,1);
}
.bg-use .do-info-line-set {
	position: relative;
	font-size:16px;
	color: rgba(255,255,255,1);
}
.do-info-line {
	position: relative;
}
.do-info-line:before {
	position: absolute;
	width:100%;
	height:1px;
	left:0;
	bottom:0;
	background:rgba(195,170,140,.5);
	content: '';
	z-index:2;
}
.bg-use .do-info-line:before {
	background:rgba(255,255,255,.3);
}
.do-info-line h1 {
	position: relative;
	font-size:2.000em;
	font-weight:400;
	line-height:140%;
	letter-spacing:-0.5px;
}
.do-info-line h1 span {
	font-weight:600;
}
.do-info-line h2 {
	position: relative;
	font-size:1.125em;
	margin-left:0.250em;
	font-weight:200;
	color:rgba(195,170,140,1);
}
.do-info-line h3 {
	position: relative;
	font-size:1.125em;
	margin-left:0.125em;
}
.do-line-tb,
.do-tb-out {
	position: relative;
	display:table;
	width:100%;
}
.do-line-tb-cell,
.do-tb-out-cell {
	position: relative;
	display:table-cell;
	vertical-align:middle;
	width:auto;
}
.do-tb-out-cell-end {
	position: relative;
	display:table-cell;
	vertical-align:middle;
	text-align:right;
	width:10px;
	padding-left:2.500em;
	white-space:nowrap;
}
.do-line-tb-cell + .do-line-tb-cell {
	text-align:right;
	width:10px;
	padding-left:5.000em;
	white-space:nowrap;
}


@media screen and (max-width: 1024px) {
	.do-info-line-set {
		font-size:14px;
	}
}
@media screen and (max-width: 768px) {
	.do-info-line-set {
		font-size:10px;
	}
	.do-info-line-set h2 {
		font-size:16px;
	}
	.do-info-line-set h3 {
		font-size:16px;
	}
	.do-tb-out-cell,
	.do-tb-out-cell-end {
		position: relative;
		display:block;
		width:100%;
		padding-left:0;
	}

}
