/*---------------------------------------
   메뉴바 공통              
-----------------------------------------*/
ul,ol,li {
	list-style: none;
}
button {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 0 none;
	background-color: transparent;
	cursor: pointer;
}

/*---------------------------------------
   PC 메뉴             
-----------------------------------------*/
#header {
	position: relative;
	z-index: 99;
}
.head-nav {
	position: relative;
	max-width: 94%;
	margin: 0 auto;
	z-index: 1;
}
.main-logo img {
	position: absolute;
	left: 0;
	margin-top: 8px !important;
	width: 239px;
	height: 65px;
}
/* 메인 메뉴 */
.gnb {
	position: relative;
	width: 920px;
	padding: 0 80px;
	margin: 0 auto;
	top: 0;
}
.gnb>li {
	position: relative;
	float: left;
	width: 25%;
	z-index: 10;
}
.gnb>li>a {
	display: block;
	font-family: 'NanumSquareB';
	color: #444444;
	text-align: center;
	font-size: 1.17em;
	margin-top: 27px;
	margin-bottom: 27px;	
}
.gnb>li.on>a {
	color: #016b21;
	margin-bottom: 27px;
	letter-spacing: -0.1px;
	border-bottom: 0px solid #2877aa;
}
.gnb .list01 .sub {
	border-left: 1px solid rgba(255, 255, 255, .1);
}

/* 우측 메뉴 */
.etc {
    position: absolute;
	right: 0;
	top: 30px;
	z-index: 100;
}
.etc img {
	vertical-align: middle;
	padding: 0 5px;
}
.etc a {
	font-size: 14px !important;
	color: #7a7a7a;	
    background: url('/bizdemo59708/img/common/util_line.png') no-repeat center right;
    padding-right: 9px;
}
.etc a.last {
    background: none;
    padding-right: 0;
}
/* 서브 */
.sub {
	display: none;
	position: absolute;
	width: 100%;
	top: 80px;
	left: 0px;
	height: 0px;	
    border-right: 1px solid rgba(255, 255, 255, .1);
    padding: 0;
	text-align: center;
}
.sub li:first-child {
	margin-top: 25px
}
.sub>li>a {
	color : rgba(255, 255, 255, 0.85);
    font-size: 0.95em;
}
.sub>li>a:hover {	
	color: rgb(202, 255, 219);	

}
.sub>li {
	margin-bottom: 12px;
}

/* 햄버거 메뉴 */
.act-btn {
	display: none;
}
.act-btn>a {
	display: block;
}
.act-btn .top {
	display: block;
	width: 25px;
	height: 4px;
	background-color: #000;
}
.act-btn .middle {
	display: block;
	width: 25px;
	height: 4px;
	margin-top: 5px;
	background-color: #000;
}
.act-btn .bottom {
	display: block;
	width: 25px;
	height: 4px;
	margin-top: 5px;
	background-color: #000;
}

/* sub background */
.gnb-bg {
	display: none;
	position: absolute;
	top: 80px;
	left: 0;
	width: 100%;
	height: 0;
	border-top: 1px solid #e1e1e1;
	border-bottom: 0px solid #e1e1e1;	
	background-color: rgba(1, 80, 14, 0.938);

}
.gnb-bg .etc-menu {
	display: inline-block;
	position: static;
}

.m-gnb-wrap .m-gnb-top .logo a img {
	width: 145px;
}

/*---------------------------------------
   모바일 메뉴             
-----------------------------------------*/
.m-gnb-wrap {
	overflow-y: auto;
	position: fixed;
	right: -280px;
	top: 0;
	width: 280px;
	height: 100%;
	border-left: 1px solid #e5e5e5;
	background: #fff;
    z-index: 99990;    
}
.m-gnb-wrap a {
    color: #555555;
}
.m-gnb-wrap a:hover {
    color: #2d5b79;
}
.m-navi>li>a {
	display: block;
	padding: 20px 0 20px 20px;
	font-size: 1.2em
}
.m-navi>li:first-child {
	border-top: 1px solid #e5e5e5;
}
.m-navi>li {
	position: relative;
	border-bottom: 1px solid #e5e5e5;
}
.m-navi>li.on>a {
	background: #953414;
	font-weight: bold;
	color: #fff;
}
.m-navi>li.on .arrow {
	background: url(/bizdemo59708/img/common/m_gnb_arr_on.png) no-repeat center center;
}
.m-navi {
    padding: 0;
}
.m-navi .m-sub {
    display: none; 
    padding: 0;   
}
.m-navi .m-sub>li>a {
	display: block;
	padding: 15px 0 15px 30px;
	border-bottom: 1px solid #e5e5e5;
	background: #f5f4f1;
}
.m-gnb-wrap .m-navi .m-sub>li:last-child>a {
	border-bottom: 0 none;
}
.m-gnb-wrap .m-cancel-btn {
	position: absolute;
	right: 22px;
	top: 29px;
	z-index: 99;
}
.m-gnb-wrap .m-cancel-btn button {
	font-size: 32px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
.m-gnb-wrap .m-navi_bg {
	padding: 20px 0 0 15px
}
.m-gnb-wrap .m-navi_bg p {
	padding: 16px 0 0 7px
}
.m-gnb-wrap .arrow {
	width: 35px;
	height: 35px;
	position: absolute;
	right: 15px;
	top: 16px;
	background: url(/bizdemo59708/img/common/m_gnb_arr.png) no-repeat 50% 50%;
	cursor: pointer;
}
.m-gnb-wrap .etc-menu {
	top: auto;
	padding: 10px 0 0 20px;
	left: 0;
	right: 0;
}
.m-gnb-wrap {
	position: fixed;
	top: 0;
	right: -280px;
	width: 280px;
	height: 100%;
	border-left: 1px solid #ccc;
	background: #fff;
}
.m-gnb-top {
	padding: 5px 0 15px 15px;
}
.m-navi {
	border-top: 1px solid #e5e5e5;
}
.m-gnb-bg {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	z-index: 999;
}
/* 모바일 하단 메뉴(로그인 외) */
.etc-menu {
	position: absolute;
	left: 0 !important;
	top: 0;
}
.etc-menu>li {
	display: inline-block;

}
.etc-menu li.chk {
	padding-right: 15px;
	background: url('/bizdemo59708/img/common/util_line.png') no-repeat right center;
}
.etc-menu li.chk2 {
	padding-left: 12px;
}
.etc-menu li a {
	color: #a1a1a1;
}
.etc-menu>li img {
    padding-right: 5px;
	vertical-align: middle;
}

/*---------------------------------------
   상단메뉴바 고정             
-----------------------------------------*/
#header.fixed {
	position: fixed;
	width: 100%;
	padding: 0;
	background-color: #fff;
	border-bottom: 1px solid #e1e1e1;
	border-color: rgba(231, 231, 231, 0);
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
	height: 81px;
	/*-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2); 
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2); (그림자)*/
}
#header.fixed .head-nav .etc-menu {
	display: none;
}
#header.fixed .main-logo {
	width: 145px;
}
#header.fixed .main-logo img {
	width: 239px;
}
#header.fixed .etc {
	top: 30px;
}
#header.fixed .gnb {
	padding-top: 0;
}
#header.fixed .gnb-bg {
	top: 80px;
}

/*---------------------------------------
   가로사이즈 반응             
-----------------------------------------*/
@media screen and (max-width:1100px) {
	.gnb {
		width: 95%;
		margin-left: 13%;
	}
	.gnb>li {
		width: 14%;
	}
}
@media screen and (max-width:991px) {
	#header {
		width: 100%;
		margin: 0 auto;
		height: 80px;
	}
	.gnb {
		display: none;
	}
	.head-nav .etc-menu {
		display :none;
	}
	.etc img {
		display: none;
	}
	.etc a {
		display: none;
	}
	.m-gnb-btn {
		display: inline-block;
	}
	.etc {
		top: 30px;
	}
	.main-logo {
		top: 0;
	}
}
@media screen and (max-width:480px) {
	.main-logo a img {
		width: 239px;
		
	}
	.main-logo {
		top: 0;
	}	
	.etc-menu {
		top: 0;
	}
	.etc-menu li {
		margin-left: 3px;
	}
}