/*header s*/
#header{
	position:fixed;
	top: 0;
	left: 0;
    width:100%;
	min-width: 1200px;
    height:60px;
    z-index:999;
    background-color:rgba(255,255,255,0.85);
	box-shadow: 0 0 10px rgba(18, 18, 18, 0.7);
}

#header .h_inner{
    width:1200px;
}
#header .logo{
    float:left;
    
}
#header nav{
    width:1200px;
    position:relative;
}
#header.Fixed nav{
    background-color:aqua;
}
#header nav > ul{
    width:100%;
    margin:0 auto;
}
#header nav > ul > li{
    float:left;
    width:125px;
    height:60px;
    transition:all 0.5s;
	position: relative;
}

#header nav > ul > li a{
    color: #fff;
}
#header nav > ul > li:hover{
    border-bottom:2px solid #415b42;
    box-sizing: border-box;
}
#header nav ul li:nth-child(1):hover{
    border-bottom:0;
}
#header nav ul li.logo{
    width:230px;
    height:60px;
    margin:0;
    position:relative;
}

#header nav ul li.logo a{
    display:block;
    width:100%;
    height:100%;
    background: url(../img/logo.png) no-repeat center 0;
}

#header nav ul li a{
    display:block;
    width:100%;
    height:100%;
    transition:all 0.3s;
}


#header nav ul li:nth-child(2) .m{
    background:url(../img/menu01.png) no-repeat center 0/cover;
}

#header nav ul li:nth-child(3) .m{
    background:url(../img/menu02.png) no-repeat center 0/cover;
}

#header nav ul li:nth-child(4) .m{
    background:url(../img/menu03.png) no-repeat center 0/cover;
}

#header nav ul li:nth-child(5) .m{
    background:url(../img/menu04.png) no-repeat center 0/cover;
}

#header nav ul li:nth-child(6) .m{
    background:url(../img/menu05.png) no-repeat center 0/cover;
}

#header nav ul li:nth-child(7) .m{
    background:url(../img/menu06.png) no-repeat center 0/cover;
}

#header nav ul li:nth-child(8) .m{
    background:url(../img/menu07.png) no-repeat center 0/cover;
}

#header.Fixed nav ul li.logo a{
	background: url(../img/logo.png) no-repeat center 0;
}

#header.Fixed nav ul li:nth-child(2):hover .m{
    background:url(../img/menu1_h.png) no-repeat center 0/cover;
}

#header.Fixed nav ul li:nth-child(3):hover .m{
    background:url(../img/menu2_h.png) no-repeat center 0/cover;
}

#header.Fixed nav ul li:nth-child(4):hover .m{
    background:url(../img/menu3_h.png) no-repeat center 0/cover;
}

#header.Fixed nav ul li:nth-child(5):hover .m{
    background:url(../img/menu4_h.png) no-repeat center 0/cover;
}

#header.Fixed nav ul li:nth-child(6):hover .m{
    background:url(../img/menu5_h.png) no-repeat center 0/cover;
}

#header.Fixed nav ul li:nth-child(7):hover .m{
    background:url(../img/menu6_h.png) no-repeat center 0/cover;
}

#header.Fixed nav ul li:nth-child(8):hover .m{
    background:url(../img/menu1_h.png) no-repeat center 0/cover;
}

/*sub_mn 스타일 적용*/


#header nav .sub_mn{
    width:125px;
    height: 0;
    background-color:rgba(255,255,255,0.7);
    position:absolute;
	top:60px;
    left:0;
    z-index:999;
    overflow: hidden;
    transition: height 0.5s;
}
#header nav .sub_mn li:last-child{
    border-bottom:5px solid #fff;
}
/*#header nav .m1 .sub_mn{
    top:60px;
    left:0;
}*/

#header nav .m1:hover .sub_mn.sm1{height:55px;}
#header nav .m1:hover .sub_mn.sm2{height:105px;}
#header nav .m1:hover .sub_mn.sm3{height:155px;}
#header nav .m1:hover .sub_mn.sm4{height:305px;}
#header nav .m1:hover .sub_mn.sm5{height:255px;}
#header nav .m1:hover .sub_mn.sm6{height:305px;}


#header nav .sub_mn li{
    width:100%;
    height:50px;
    text-align:center;
    line-height:50px;
    transition:0.3s;
}
#header nav .sub_mn li:hover{

    transition:0.5s;
}

#header nav .sub_mn > li > a{
    color:#555;
    font-size:16px;
    font-weight:500;
    transition:0.3s;
    display: block;
}

#header nav .sub_mn > li > a:hover{
	color:#415b42;
	font-weight: bold;
	font-size: 18px;
}


/* 푸터영역 */
#footer{width:100%; height: 30px; position: fixed; bottom: 0; left: 0; background: #363636; text-align: right;}
#footer .copy{color:rgba(255,255,255,0.6); height: 12px; padding: 10px 0; margin-right: 20px;}