@charset "euc-kr";

/************************ header ****************************/
#header{width: 100%; min-width: 1280px;}
/* util */
.utilWrap{
	width: 100%;
	background: #efefef;
}
.util{
	margin: 0 auto;
	width: 1200px;
	height: 50px;
	position: relative;
}
.util ul li{float: left;}
.util ul li a{
	display: block;
	color: #6f6f6f;
	font-size: 16px;
	padding-right:15px;
	background: url("/images/main/gnb_go.png") no-repeat right 19px;
	margin-right: 40px;
	line-height: 45px;
}
.util .logout{
	position: absolute;
	right: 0;
	top: 10px;
}
.util .logout p{
	display: inline-block;
	margin-right: 10px;
	color: #666;
	font-size: 14px;
}
.util .logout p em{font-style: italic; padding: 0 5px; vertical-align: text-bottom;}
.util .logout a{
	color: #6f6f6f;
	font-size: 16px;
	transition: .2s all;
	border: 1px solid #999;
	padding: 3px 10px;
	border-radius: 5px;
}
.util .logout a:hover{
	color: #ca000d;
	border-color: #ca000d;
	background: #ebebeb;
}
.headerWrap{
	margin: 0 auto;
	width :1200px;
	padding: 10px 0;
}
.header{
	padding: 20px 0;
}
h1{display: inline-block;}
.searchBox{
	display: inline-block;
	float: right;
	position: relative;
}
.searchBox input[type="text"]{
	border: none;
	border-bottom: 2px solid #333;
	padding-right: 30px;
	width: 200px;
}
.searchBox button{
	position: absolute;
	right: 0; bottom: 8px;
	background: url("/images/main/search_btn.png") no-repeat center center;
	width: 20px;
	height: 20px;
	border: none;
}

/* GNB */
.gnbWrap{
	position: relative;
	width: 100%;
	border-bottom: 1px solid #ccc;
	z-index: 99;
	padding-top: 10px;
}
ul.gnb{
/*
	display: flex;
	justify-content: space-between;
*/
	width: 1200px;
	margin: auto;
}
.gnb>li{
	float: left;
	padding: 0 49px;
}
.gnb>li:last-child{padding-right: 0;}
.gnb>li:first-child{padding-left: 0;}
.gnb>li>a{
	position: relative;
	display: block;
	font-size: 22px;
	font-weight: bold;
	color: #5c5c5c;
	letter-spacing: -1px;
	transition: 0.5s all ease;
	padding-bottom:25px;
}
.gnb>li:hover > a{
	color: #ca000d;
}
.gnb>li:hover > a:after{
	width: 100%;
}
.gnb>li > a:after{
	position: absolute;
	width: 0;
	height: 3px;
	left: 50%;
	bottom: -1px; 
	content:"";
	background-color: #ca000d;
	transition: .35s;
	transform: translateX(-50%);
}
.gnb li a i{
	display: inline-block;
	background: url("/images/main/menu_icon.png") no-repeat;
	width: 33px; height: 30px;
}
.gnb li a i.menu_icon01{background-position: 0 0;}
.gnb li:hover a i.menu_icon01{background-position: -35px 0;}

.gnb li a i.menu_icon02{background-position: 0 -30px;}
.gnb li:hover a i.menu_icon02{background-position: -35px -30px;}

.gnb li a i.menu_icon03{background-position: 0 -58px;}
.gnb li:hover a i.menu_icon03{background-position: -35px -58px;}

.gnb li a i.menu_icon04{background-position: 0 -84px;}
.gnb li:hover a i.menu_icon04{background-position: -35px -84px;}

.gnb li a i.menu_icon05{background-position: 0 -112px;}
.gnb li:hover a i.menu_icon05{background-position: -34px -112px;}

.gnb_sub{
	position: absolute;
	top: 70px;
	left: 0; right: 0;
	display: none;
	
	overflow: hidden;
	background: #fff;
	box-shadow: 0px 2px 6px rgb(0 0 0 / 20%);
	z-index: 9;
}
.gnb_sub.active{
	display: block;
}
.inner{
	position: relative;
	width: 1200px;
	margin: 30px auto ;
	min-height: 420px;
}
.gnb_2depth >li{
	/* width: 200px; */
	width: 100%;
}
.gnb_2depth > li > a{
	position: relative;
	/* max-width: calc(100% - 40px); */
	color: #5c5c5c;
	font-size: 19px;
	display: inline-block;
	line-height: 45px;
	/* letter-spacing: -1px; */
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.gnb_2depth > li.active > a{
	color: #333;
	font-weight: bold;
}
.gnb_2depth > li.for3depth:after{
	content:"";
	/* float: right; */
	float: left;
	position: relative;
	top: 5px; left: 160px;
	width: 20px;
	height: 33px;
	background: url("/images/main/menu_arrow.png") no-repeat 50% 50%;
	transition: left .5s, opacity .2s;
	opacity: 0;
}
.gnb_2depth > li.active:after{
	opacity: 1;
	left: 180px;
}

div.gnb3depth{
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 210px;
	margin-left: -20px;
	opacity: 0;
	overflow: hidden;
}
.gnb_2depth.active div.gnb3depth{
	margin-left: 0;
	opacity: 1;
}

div.gnb3depth ul{
	box-sizing: border-box;
	padding-left: 30px;
	padding-top: 10px;
	width :720px;
}
div.gnb3depth ul li{
	float: left;
	width: 30%;
	padding-bottom: 30px;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
div.gnb3depth ul li a{
	position: relative;
	font-size: 17px;
	color: #999999;
}
div.gnb3depth ul li a:hover{
	color: #ca000d;
}
div.gnb3depth ul li a:after{
	position: absolute;
	width: 0;
	height: 3px;
	left: 50%;
	bottom: -3px; 
	content:"";
	background-color: #ffc2c7;
	transition: .35s;
	transform: translateX(-50%);
}
div.gnb3depth ul li a:hover:after{
	width: 100%;
}
.gnbRight{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 260px;
	border-left: 1px solid #dddddd;
	transition: opacity .5s;
}
.gnbRight .gnbImg{
	float: right;
	width: 221px; height: 221px;
}
.gnbRight .gnbImg img{
	border-radius: 15px;
}

/************ sections ************/
#wrap{
	width: 100%;
	min-width: 1280px;
	margin: 0 auto;
}
.w1200{width: 1200px; margin: 0 auto;}
.sec{
	 padding: 70px 0 110px 0;
}
.sec h2{
	font-size: 24px;
	font-weight: bold;
	color: #000;
	text-align: center;
	padding-bottom: 45px;
	text-transform: uppercase;
}

/************ footer ************/
.footer{
	background: #333333;
	padding: 30px;
	width: 100%;
	min-width: 1280px;
	box-sizing: border-box;
}
.footer > div{
	position: relative;
}
.footer ul li{
	float: left;
	color: #d5d5d5;
	font-size: 16px;
	margin-right: 25px;
}
.footer p{
	font-size: 13px;
	color: #acacac;
	font-weight: 300;
}
.footer p.copy{
	font-size: 14px;
	color: #999999;
}
.footer .m_version{
	position: absolute;
	right: 0;
	top: 0;
}
.footer .m_version a{
	color: #d5d5d5;
	font-size: 16px;
	border: 1px solid #d5d5d5;
	border-radius: 5px;
	display: block;
	padding: 5px 15px;
	transition: all .2s;
}
.footer .m_version a:hover{
	background: #222;
}