﻿/*SKIP NAVI*/
#skipNavi {display: none;}
#skipNavi li { font-size:0; line-height:0; z-index:99999999999;}
#skipNavi li a { display:block; width:100%; padding:10px 0; color:#fff; position:absolute; left:0; top:-100px; text-align:center; z-index:200; background:#413022; border:0 none; z-index:99999999999;}
#skipNavi li a:active, #skipNavi li a:focus { top:0; font-weight:bold;font-size:16px;line-height:1.5; border-bottom:1px solid #fff; z-index:99999999999;}


/*header*/
#header {
	width: 100%;
	height: 90px;
	position: relative;
	top: 0;
	left: 0;
	z-index: 8;
	background-color: rgb(255,255,255);
	border-bottom: 1px solid rgb(238,238,238);
	box-sizing: border-box;
}
#header > .inner {
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 20px;
}
#header > .inner:after {
	content: '';
	display: block;
	clear: both;
}
#header .logo {float: left;}
#header .logo a {
	width: 200px;
	height: 90px;
	display: block;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/common/logo1.png);
}

.gnb {
	float: left;
	margin: 0 0 0 50px;
}
.gnb > ul {float: left;}
.gnb > ul > li {
	float: left;
	margin: 0 0 0 33px;
	position: relative;
	top: 0;
	left: 0;
}
.gnb > ul > li:first-child {margin: 0;}
.gnb > ul > li > a {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	font-weight: 300;
	font-size: 18px;
	color: rgb(102,102,102);
	line-height: 90px;
	-webkit-transition: color 0.5s;
	-ms-transition: color 0.5s;
	transition: color 0.5s;
}
.gnb > ul > li.on > a,
.gnb > ul > li:hover > a {color: rgb(224,0,42);}
.gnb > ul > li.on > a:after {
	width: 100%;
	height: 2px;
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgb(224,0,42);
}
.gnb .depth2-box {
	width: 188px;
	height: 0;
	overflow: hidden;
	position: absolute;
	top: auto;
	left: 0;
	background-color: rgb(224,0,42);	
	box-sizing: border-box;
	-webkit-transition: height 0.5s;
	-ms-transition: height 0.5s;
	transition: height 0.5s;
}
.gnb .depth2-box.w238{width: 238px;}

.gnb > ul > li:nth-child(1):hover > .depth2-box {height: 182px;}
.gnb.en > ul > li:nth-child(1):hover > .depth2-box {width: 225px;}
.gnb > ul > li:nth-child(2):hover > .depth2-box {height: 325px;}
.gnb > ul > li:nth-child(3):hover > .depth2-box {height: 182px;}
.gnb.en > ul > li:nth-child(3):hover > .depth2-box {width: 230px;}
.gnb > ul > li:nth-child(4):hover > .depth2-box {height: 110px;}
.gnb > ul > li:nth-child(5):hover > .depth2-box {height: 110px;}

.gnb > ul > li.sustainability .depth2-box {width: 220px;}
.gnb > ul > li.sustainability .depth2-box.w240 {width: 240px !important;}
.gnb > ul > li.sustainability:hover > .depth2-box {height: 146px;}

.gnb .depth2-box ul {padding: 18px 30px 20px;}
.gnb .depth2-box ul.p25 {padding: 18px 25px 20px;}
.gnb .depth2-box ul li a {
	display: block;
	font-weight: 300;
	font-size: 16px;
	color: rgb(204,204,204);
	line-height: 36px;
}
.gnb .depth2-box ul li.on a,
.gnb .depth2-box ul li:hover a {
	font-weight: 400;
	color: rgb(255,255,255);
}
.gnb .language {
	float: left;
	margin: 0 0 0 40px;
	padding: 31px 0 0 40px;
	position: relative;
	top: 0;
	left: 0;
}
.gnb .language:before {
	width: 1px;
	height: 30px;
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	background-color: rgb(230,230,230);
}
.gnb .language a {
	width: 60px;
	height: 30px;
	float: left;
	margin: 0 0 0 10px;
	font-family: arial;
	font-weight: 400;
	font-size: 13px;
	color: rgb(102,102,102);
	text-align: center;
	line-height: 28px;
	border: 1px solid rgb(204,204,204);
	border-radius: 30px;
	box-sizing: border-box;
}
.gnb .language a:first-child {margin: 0;}
.gnb .language a.on,
.gnb .language a:hover {border-color: rgb(102,102,102);}

#header .btn__mall {
	width: 220px;
	height: 40px;
	float: right;
	margin: 26px 0 0;
	padding: 0 0 0 23px;
	font-weight: 400;
	font-size: 15px;
	color: rgb(255,255,255);
	line-height: 40px;
	background-repeat: no-repeat;
	background-position: calc(100% - 18px) center;
	background-color: rgb(210,32,48);
	background-image: url(../images/common/arr_right_wt_5x7.png);
	border-radius: 40px;
	box-sizing: border-box;
}


/*footer*/
#footer {
	width: 100%;
	padding: 40px 0 31px;
	position: relative;
	top: 0;
	left: 0;
	z-index: 4;
	background-color: rgb(255,255,255);
	border-top: 1px solid rgb(238,238,238);
	box-sizing: border-box;
}
#footer > .inner {
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 20px;
}
#footer .link-box:after {
	content: '';
	display: block;
	clear: both;
}
#footer .link-box .logo {
	width: 200px;
	height: 21px;
	float: left;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/common/logo1.png);
}
#footer .link-box .btn__report {
	float: right;
	margin: -3px 0 0;
	font-weight: 700;
	font-size: 14px;
	color: rgb(0,0,0);
}
#footer .addr-box {margin: 10px 0 0;}
#footer .addr-box:after {
	content: '';
	display: block;
	clear: both;
}
#footer .addr-box .address {
	float: left;
	font-weight: 200;
	font-size: 12px;
	color: rgb(136,136,136);
	line-height: 24px;
}
#footer .addr-box .copyright {
	float: right;
	margin: 27px 0 0;
	font-weight: 400;
	font-size: 12px;
	color: rgb(136,136,136);
}


#header .btn__menu {
	width: 52px;
	height: 70px;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
#header .btn__menu span {
	width: 20px;
	height: 1px;
	display: block;
	position: absolute;
	left: 50%;
	background-color: rgb(51,51,51);
	transition: all 0.5s;
}
#header .btn__menu span.top {
	top: 28px;
	-webkit-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
}
#header .btn__menu span.mid {
	top: 34px;
	-webkit-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
}
#header .btn__menu span.bot {
	top: 40px;
	-webkit-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
}
body.gnb--open #header .btn__menu span:not(.mid) {
	opacity: 0;
	-webkit-transform: translate(-500%, 0%);
	-ms-transform: translate(-500%, 0%);
	transform: translate(-500%, 0%);
}
body.gnb--open #header .btn__menu span.mid {background-color: rgb(210,32,48);}

.m-gnb {
	width: 100%;
	max-height: calc(100vh - 70px);
	overflow-y: auto;
	position: fixed;
	left: 0;
	z-index: 7;
	background-color: rgb(255,255,255);
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: transform 0.5s;
	-ms-transition: transform 0.5s;
	transition: transform 0.5s;
}
.m-gnb > ul > li {border-bottom: 1px solid rgb(238,238,238);}
.m-gnb > ul > li > a {
	height: 60px;
	display: block;
	padding: 0 20px;
	font-weight: 300;
	font-size: 1.8rem;
	color: rgb(102,102,102);
	line-height: 6.0rem;
}
.m-gnb > ul > li.on > a {color: rgb(210,32,48);}
.m-gnb > ul > li:not(.no-depth) > a {
	background-repeat: no-repeat;
	background-position: calc(100% - 20px) center;
	background-image: url(../images/common/arr_down_gr_16x12.png);
	background-size: 8px;
}
.m-gnb > ul > li:not(.no-depth).on > a {background-image: url(../images/common/arr_up_rd_16x12.png);}
.m-gnb .depth2-box {
	display: none;
	background-color: rgb(187,187,187);
	border-top: 1px solid rgb(238,238,238);
}
.m-gnb .depth2-box ul {padding: 18px 0 16px;}
.m-gnb .depth2-box ul li a {
	display: block;
	padding: 0 20px;
	font-weight: 300;
	font-size: 1.6rem;
	color: rgb(255,255,255);
	line-height: 4.0rem;
}
.m-gnb .link-box {padding: 30px 20px;}
.m-gnb .link-box:after {
	content: '';
	display: block;
	clear: both;
}
.m-gnb .link-box .language {
	width: 110px;
	height: 40px;
	float: left;
	border: 1px solid rgb(204,204,204);
	border-radius: 40px;
	box-sizing: border-box;
}
.m-gnb .link-box .language a {
	width: 50%;
	float: left;
	position: relative;
	top: 0;
	left: 0;
	font-family: arial;
	font-size: 1.4rem;
	color: rgb(153,153,153);
	line-height: 3.8rem;
	text-align: center;
}
.m-gnb .link-box .language a.on {color: rgb(102,102,102);}
.m-gnb .link-box .language a:after {
	width: 1px;
	height: 10px;
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	background-color: rgb(204,204,204);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.m-gnb .link-box .language a:first-child:after {content: none;}
.m-gnb .link-box .btn__mall {
	width: 170px;
	height: 40px;
	float: right;
	font-weight: 400;
	font-size: 1.4rem;
	color: rgb(255,255,255);
	text-align: center;
	line-height: 4.0rem;
	background-color: rgb(210,32,48);
	border-radius: 40px;
}

#contents {
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
}


/* 2022-02-22 헤더 수정 */
#header.v2 .gnb > ul > li:nth-child(2):hover > .depth2-box {height: 286px;}
#header.v2 .gnb > ul > li:nth-child(6):hover > .depth2-box {height: 110px;}
#header.v2 .gnb > ul > li > .depth2-box.w255 {width: 255px;}
/* //2022-02-22 헤더 수정 */



/*데스크탑*/
@media screen and (min-width:1200px) {
	.d-hide{display:none !important;}

	.m-gnb {display: none;}
	#contents {min-height: calc(100vh - 241px);}
}

/* 1450 */
@media screen and (max-width: 1450px) and (min-width: 1200px) {
	.gnb > ul > li {margin-left: 20px;}
	.gnb > ul > li:first-child {margin-left: 0;}
	.gnb > ul > li > a {font-size: 15px}
	.gnb .language {
		margin-left: 20px;
		padding-left: 20px;
	}
	#header .btn__mall {
		width: 185px;
		font-size: 12px;
	}
}


/*태블릿 & 모바일*/
@media screen and (max-width: 1199px){
	body {min-width: 320px;}
	.tm-hide{display:none !important;}	

	#contents {
		/* min-height: calc(100vh - 301px); */
		background-color: rgb(255,255,255);
		margin-top: 70px;
	}
	
	#header {
		height: 70px;
		position: fixed;
		border-bottom: 1px solid rgb(238,238,238);
		box-sizing: border-box;
	}
	#header > .inner {padding: 0;}
	#header .btn__menu {display: block;}
	.gnb,
	#header .btn__mall {display: none;}

	#header .logo {
		width: 177px;
		float: none;
		margin: 0 auto;
	}
	#header .logo a {
		width: 100%;
		height: 70px;
		background-image: url(../images/common/logo1.png);
		background-size: 177px;
	}
	
	#footer {
		padding: 30px 0 25px;
		background-color: rgb(238,238,238);
	}
	#footer > .inner {box-sizing: border-box;}
	#footer .link-box .logo {
		width: 152px;
		height: 16px;
		background-image: url(../images/common/logo1.png);
		background-size: 152px;
	}
	#footer .link-box .btn__report {
		margin: 0px 0 0;
		font-size: 1.2rem;
	}
	#footer .addr-box {margin: 12px 0 0;}
	#footer .addr-box .address {
		width: 100%;
		float: none;
		font-size: 1.2rem;
		line-height: 2.4rem;
	}
	#footer .addr-box .address .bar {
		margin: 0 10px 0 0;
		padding: 0 10px 0 0;
		position: relative;
		top: 0;
		left: 0;
	}
	#footer .addr-box .address .bar:after {
		width: 1px;
		height: 11px;
		content: '';
		display: block;
		position: absolute;
		right: 0;
		bottom: 3px;
		background-color: rgb(161,161,161);
	}
	#footer.en .addr-box .address .bar:after{display: none;}
	#footer .addr-box .copyright {
		float: none;
		margin: 7px 0 0;
		font-size: 1.2rem;
	}	
	.bg-wrap {
		width: 100%;
		height: 100%;
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 6;
		background-color: rgba(0,0,0,0.7);
	}
	body.gnb--open .bg-wrap {display: block;}
	body.gnb--open .m-gnb {
		-webkit-transform: translateY(0%);
		-ms-transform: translateY(0%);
		transform: translateY(0%);
	}
}

/*태블릿*/
@media screen and (max-width: 1199px) and (min-width: 768px) {
	.t-hide{display:none !important;}
}

/* 모바일  */
@media screen and (max-width: 767px) {
	.m-hide{display:none !important;}
}

@media screen and (max-width: 320px) {
	.m-gnb .link-box .btn__mall {
		float: left;
		margin-top: 10px;
	}
}



