/*header s*/
#header{
	position:fixed;
	top: 0;
	left: 0;
    width:100%;
	min-width: 1200px;
    z-index:999;
    transition:all 0.4s;
    height:70px;
    border-bottom:1px solid #fff;
    background-color:rgba(255,255,255,0.7);
}

#header .h_img img{
    position:absolute;
}
#header .h_img img:first-child{
    top:0;
    left:0;
}
#header .h_img img:last-child{
    top:0;
    right:0;
}


#header .h_inner{
    width:1200px;
    margin:0 auto;
}
#header .logo{
    float:left;
}
#header nav{
    width:1200px;
    position:relative;
    margin:0 auto;
}
#header nav > ul{
    width:980px;
    margin:0 auto;
}
#header nav > ul > li{
    float:left;
    width:125px;
    height:70px;
    transition:all 0.5s;
}
/*
#header nav ul li.logo:hover{
    border-bottom:0;
}
*/
#header nav ul li.logo{
    width:230px;
    height:70px;
    margin:0;
    position:relative;
}
#header nav ul li.logo img{
    position:absolute;
    top:0;
    left:0;
}
#header nav ul li.logo a{
    display:block;
    width:100%;
    height:100%;
    text-align:center;
}
#header nav ul li.logo a img{
    margin:0 0 0 0;
}
#header nav ul li a{
    display:block;
    width:100%;
    height:100%;
    transition:all 0.3s;
}
#header nav ul li:first-child .m{
    background:url(../images/menu01.png) no-repeat center 0/cover;
}

#header nav ul li:nth-child(2) .m{
    background:url(../images/menu02.png) no-repeat center 0/cover;
}

#header nav ul li:nth-child(3) .m{
    background:url(../images/menu03.png) no-repeat center 0/cover;
}

#header nav ul li:nth-child(5) .m{
    background:url(../images/menu04.png) no-repeat center 0/cover;
}

#header nav ul li:nth-child(6) .m{
    background:url(../images/menu05.png) no-repeat center 0/cover;
}

#header nav ul li:nth-child(7) .m{
    background:url(../images/menu06.png) no-repeat center 0/cover;
}

/*하버스타일 적용*/
#header nav ul li:first-child .m:hover{
    background:url(../images/menu01_ov.png) no-repeat center 0/cover;
}

#header nav ul li:nth-child(2) .m:hover{
    background:url(../images/menu02_ov.png) no-repeat center 0/cover;
}

#header nav ul li:nth-child(3) .m:hover{
    background:url(../images/menu03_ov.png) no-repeat center 0/cover;
}

#header nav ul li:nth-child(5) .m:hover{
    background:url(../images/menu04_ov.png) no-repeat center 0/cover;
}

#header nav ul li:nth-child(6) .m:hover{
    background:url(../images/menu05_ov.png) no-repeat center 0/cover;
}

#header nav ul li:nth-child(7) .m:hover{
    background:url(../images/menu06_ov.png) no-repeat center 0/cover;
}

/*sub_mn 스타일 적용*/
#header nav .room .sub_mn{
    width:1200px;
    height:0;
/*background-color:rgba(255,255,255,0.6);*/
    position:absolute;
    left:0;
    top:70px;
    border-radius:5px;
}
#header nav .room .sub_mn li{
    width:16.25%;
    height:160px;
    float:left;
    margin:0 0 0 0.5%;
}
#header nav .room .sub_mn li:first-child{
    margin:0;
}
#header nav .room .sub_mn li a .r{
    width:100%;
    height:160px;
    overflow:hidden;
    border-radius:5px;
}
#header nav .room .sub_mn li a .r img{
    transition:all 0.4s;
}
#header nav .room .sub_mn li a .r:hover img{
    transform: scale(1.06);
}

#header nav .room:hover .sub_mn{
    height:160px;
}

#header nav .sub_mn{
    width:125px;
    height: 0;
    position:absolute;
    z-index:999;
    overflow: hidden;
    transition: height 0.5s;
}
#header nav .sub_mn li{
    margin:5px 0 0 0;
    background-color:rgba(255,255,255,0.7);
    border-radius:5px;
}
#header nav .sub_mn li:first-child{
    margin:0 0 0 0;
}
#header nav .m1 .sub_mn{
    top:75px;
    left:0;
}
#header nav .m1:first-child .sub_mn{
    left:110px;
}
#header nav .m1:first-child:hover .sub_mn{
    height:165px;
}

#header nav .m1:nth-child(3) .sub_mn{
    left:360px;
}
#header nav .m1:nth-child(3):hover .sub_mn{
    height:385px;
}

#header nav .m1:nth-child(6) .sub_mn{
    left:840px;
}
#header nav .m1:nth-child(6):hover .sub_mn{
    height:105px;
}

#header nav .m1:nth-child(7) .sub_mn{
    left:965px;
}
#header nav .m1:nth-child(7):hover .sub_mn{
    height:165px;
}


#header nav .sub_mn li{
    width:100%;
    height:50px;
    text-align:center;
    line-height:50px;
    transition:0.3s;
}
#header nav .sub_mn li:hover{
    background-color:rgba(1,120,160,0.8);
    transition:0.3s;
}

#header nav .sub_mn > li > a{
    color:#222;
    font-size:15px;
    font-weight:400;
    transition:0.3s;
    display: block;
}
#header nav .sub_mn > li:hover > a{
    color:#fff;
}


/* 푸터영역 */
#footer{
    width:100%;
    padding:30px 0;
/*    background: #474747;*/
    background:url(../images/f_bg.jpg) no-repeat center center/cover;
}
#footer .inner .left{
    float:left;
    margin:0 0 0 80px;
}
#footer .inner .right{
    float:left;
    margin:0 0 0 100px;
}
#footer .inner .right address{
    font-style:normal;
    text-align:center;
    font-size:15px;
    line-height:25px;
    color:#ddd;
}
#footer .inner .right address a img{
    width:11%;
    margin:4px 0 0 0;
}
#footer .inner .right address .login{
    color:#ff6666;
    font-weight:400;
}