
header{
	width: 100%;
	background-color: rgba( 223, 223, 223, 0.5 );
	height: 60px;
	position: fixed;
	z-index: 10;
	font-family: 'Gmarket Sans', sans-serif;

	
}
header::after {
	display: none;
	content: "";
	width: 100%;
	height: 330px;
    height: 260px;
	background-color: rgba( 131, 131, 131, 0.5 );
	

}

header.on::after {
	display: block;

}
.h-in {
	width: 100%;
	height: 60px;	
	display: flex;
	justify-content: space-between;
	align-items: center;
	
}
.h-left {
	width: 5.5%;
	height: 26px;
	display: inline-block;
	background: url(../img/header/sim_logo.png) no-repeat 0 0 / contain;
	margin-left: 20px;

}
.h-left > a{
	display: inline-block;
	width: 100%;
	height: 100%;
}
.navi {
	width: 91%;
}

.navi >  ul {
	 display:flex;
	 justify-content: space-around;
	 align-items: center;
	 width: 100%;
}






.navi span {
	display: block;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 2px 1px #9d9d9d;
	text-overflow: ellipsis;
	

	
}
.navi .depth {
	width: 8%;
	display: none;
	position: absolute;
	top: 140%;
	text-overflow: ellipsis;
	overflow: hidden;
}

header.on .depth {
	display: block;
}

/*.navi .depth.on {
	display: block;
}*/

.navi .depth ul {
	overflow: hidden;
}
.navi .depth  li {
	display: block;
	margin-right: 5px;
}

.navi .depth span {
	font-size: 13px;
	font-weight: 500;
	margin: 12px 0;
	line-height: 1.3;
} 

.navi .depth span:hover {
	color: #565454;
	font-weight: 600;
}

.h-right {
	width: 10%;
}

.ham {
	width: 3.5%;
	text-align: right;
}

.ham > a {
	display: inline-block;
	width: 22px;
	height: 20px;
	margin-right: 20px;
	background: url(../img/header/ham.png) no-repeat 0 0 / 100%;
}




.mo-navi.on {
	display: block;
}
.mo-navi {
	position: fixed;
	width: 100%;
	top: 0;
	bottom: 0;
	background-color: rgb(108 108 108 / 78%);
	overflow-y: auto;
}
.mo-navi > .mo-nav-in {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 350px;
	box-sizing: border-box;
	background-color: #ffffff;
	overflow-y: auto;
}
.mo-nav-in > ul {
	padding: 70px 60px;
}
.mo-nav-in > ul > li {
	margin: 20px 0;
	position: relative;
}

.mo-nav-in > ul > li > a::after {
	display: inline-block;
	content: "";
	width: 20px;
	height: 20px;
	background: url(../img/header/ham_box2.png) no-repeat 0 0 / contain;
	position: absolute;
	top: 0;
	right: 0;
}
.mo-nav-in > ul > li >a {
	/*border-bottom: 2px solid #ccc;*/
}

.mo-nav-in > ul > li span {
	font-size: 15px;
	font-weight: 500;
	color: #878282;
}
.mo-nav-in > ul > li > .depth {
	display: none;
}

.mo-nav-in > ul > li > .depth.on {
	display: block;
}
.mo-nav-in > ul > li > .depth span {
	font-size: 13px;
	font-weight: 500;
	color: #9d9d9d;
}
.mo-nav-in > ul > li > .depth .mo-bold {
	font-size: 15px;
	font-weight: 500;
	margin: 10px 0;
	padding-bottom: 5px;
	color:#4a4b4c;
	display: inline-block;
	border-bottom: 1px solid #4a4b4c;
}
.mo-nav-in > ul > li > .depth ul {
	padding: 10px;
}
.mo-nav-in > ul > li > .depth ul > li {
	margin: 5px 0 5px 20px;
} 

.mo-navi > .x {
	display: inline-block;
	width: 20px;
	height: 20px;
	background:url(../img/header/btn_x.png) no-repeat 0 0/ contain;
	position: absolute;
	top: 25px;
	right: 45px;

}

/*인쇄판촉물 부분 링크 미사용*/
.navi ul li:nth-child(9)>a {
	pointer-events: none;
	cursor: default;
}

.mo-nav-in ul li:nth-child(9) > .depth > ul > li:nth-child(1) > a {
	pointer-events: none;
	cursor: default;
}




@media (max-width: 1783px) {
	.navi span {
		font-size: 12px;
		line-height: 1.3;
	}

	.navi .depth  span {
	   font-size: 11px;
	   font-weight: 500;
	   margin: 10px 0;
    } 
}
@media (max-width: 1550px) {

    .navi .depth  span {
    	
		letter-spacing:-0.05em;
    	}

}

@media (max-width: 1430px) {

    .navi .depth  span {
    	font-size: 10px;
    	}

}

@media (max-width: 1340px) {

	.navi span {
	    font-size: 11px;
    }
.navi .depth  span {
	font-size: 8px;
}
}

@media(max-width: 1060px) {
	header {
		height: 50px;
	}
	header.on::after {
		display: none;
	}

	.h-in {
		height: 50px;
	}
	.h-left {
		width: 84.6px;
	    height: 22.4px;
    }
    .navi {
		display: none;
	    
    }
    .ham > a {
	    width: 24.3px;
	    height: 21px;
    }
    .ham {
    	width: 24.3px;
	    height: 21px;
	    margin-right: 20px;
    }
}