@charset "utf-8";

/* 여백초기화 */
* {
    margin: 0px auto;
    padding: 0px;
	
}

ol, ul, li{
	list-style:none; 
}

a{
	color:#333333;
	text-decoration:none;
}

body {
    font-family: "나눔스퀘어OTF_ac", "맑은고딕", arial, sans-serif;
    font-size: 12px;
    color: #333333;
}

header {
    width: 100%;
    height: 115px;
	
}

.lnb_wrap {
    width: 100%;
    height: 30px;
    background-color: #eb590c;
}

.lnb_wrap > .lnb {
    width: 1200px;
    height: 30px;
    margin: 0px auto;
	padding-left: 900px;
	padding-top: 12px;
	box-sizing: border-box;
}

.lnb li {
    float: left;
    text-align: center;
    width: 50px;
    padding: 2px 10px;
    border-right: 1px solid #ffffff;
	line-height: 4px;
    font-size: 12px;
    font-family: "나눔스퀘어OTF_ac BOLD","맑은고딕", arial, sans-serif;
}
.lnb li:last-child{border-right:none;}
.lnb a {
    color: #ffffff;
    text-decoration: none;
    
}

.lnb a:hover {
    color: #a2a1a1;
    font-weight: bold;
}


#gnb_wrap > nav {
    width: 1200px;
    height: 130px;
    background-color: #ffffff;
    color: #333333;
    text-align: center;
	margin: 0px auto;
	box-sizing: border-box;
}

h1 {position:absolute;
    left:50%;
    top:38px;
    margin-left:-43px;
    z-index:1000;
}
#gnb_wrap{
	width: 100%;
	height: 80px;
	transition: 0.5s;
	overflow: hidden;
	position: relative; top:0px; /*서브목록,위치고정 작업*/
	background-color: rgba(255, 255, 255, 0.85);
	z-index: 99;
}

#gnb_wrap:hover{height:250px;}

.gnb {
    width: 1200px;
    margin: 0px auto;
    font-weight: bold;
    font-size: 18px;
    font-family: "나눔스퀘어OTF_ac ExtraBOLD", "맑은고딕", arial, sans-serif;
    position: relative;
    top: -8px;
    left: 80px;
    margin-top: -45px;
}


.gnb > ul{}

.gnb > li {
    width: 145px;
    height: 38px;
    float: left;
}

.gnb > li > a {
    padding: 80px 8px 0px 0px;
    color: #2a2a2a;
    text-transform: capitalize;
    display: block;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    /* 밑줄 없애기 */
}

.gnb > li > a:hover {
    font-weight: bold;
    color: #eb590c;
}





/*서브 메뉴 서식*/
.sub{
	padding-top: 10px;
	position: absolute; /*서브목록 짤린거 살리는*/
	z-index: 1000;
}

.sub > li{ 
	font-size: 14px;
	font-family: "나눔스퀘어OTF_ac BOLD", "맑은고딕", arial, sans-serif;
	height: 20px;
	text-align: left;
	margin: 5px 0px 0px 30px;
}
.sub > li > a{
    color:#8b8b8d;
    font-weight: bold;
}
.sub > li a:hover {
    font-weight: bold;
    color: #eb590c;
}
