@charset "utf-8";
/*color
#dce45d;

*/


.header-bg{
    width: 100%;
    height: 100px;

    position:fixed;
    top: 0;
    z-index: 10;
    transition: .3s;
}
.header-bg-bg{
    width: 100%;
    height: 330px;
    background-color: #ffffff;
    position:fixed;
    top: 0;
    display: none;
        z-index: 10;
	box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
}
.header-bg-bg::after{
    content: '';
    display: block;
    width:100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.24);
    position: absolute;
    z-index: 100000;
    top: 100px;
}

header{
    width: 100%;
    position: relative;
        z-index: 10000;
}
header h1{
    position: fixed;
    top: 20px;
    left: 30px;
    z-index: 10000;
}
header h1 a{
	padding: 10px;
}
header h1 a img{
	width:150px;
	position: absolute;
	
}



.gnb .gnb-after::after{
    content: '';
    display: block;
    width:0px;
    height: 3px;
    background-color: #dce45d;
    position: absolute;
    z-index: 100000;
    transition: .3s;
    top: 68px;
	transform: translateX(-50%);
margin-left: 87px;
}
.gnb-after:hover::after{
    width: 100px;
}

header .gnb .gnb-after{
    display: inline-block;
    vertical-align: top;
    width: 180px;
	text-align: center;
}
header .gnb{
    position: fixed;
    top: 30px;
    left: 30%;
    color: #fff;
    z-index: 10000;
	font-weight: 600;
}

header .gnb .gnb-after >a{
    font-size: 20px;
    padding: 10px 0;
}
.gnb .sub_menu li{
    display: block;
}
.nav .sub_menu li a{
padding: 0;
		padding-right: 20px;
}
.nav .sub_menu li{
    display: inline-block;
}

.sub_menu li a{
    font-size: 17px;
	padding: 15px 0;
}
.gnb .sub_menu{
	margin-top: 50px;
	text-align: center;
	display: none;
}


@media screen and (max-width:1024px){
    header .gnb{
display: none;
}
    header h1 a img{
	width:130px;
}
	header h1{
    top: 15px;
    left: 20px;
}
	.header-bg{
    height: 90px;
}
}


@media screen and (max-width:768px){
    
    .sub_menu{
        margin: 30px 5px;
    }
    .sub_menu li{
    display: block;
    padding-right:0;
    }
	
    header h1 a img{
	width:120px;
}
	header h1{
    top:15px;
    left:15px;
}
		.header-bg{
    height: 80px;
}
	.nav .sub_menu li{
    display: block;
}
	.nav .sub_menu li a{
		padding-right: 0px;
}

}


@media screen and (max-width:425px){

    header h1 a img{
	width:100px;
}
	header h1{
    top: 18px;
    left:10px;
}
	.header-bg{
    height: 80px;
}
}


































