@charset "utf-8";
.header{
    width: 966px;
    height: 60px;
    background-color: #fff;
}
.header .nav{
    width: 966px;
    margin: 0 auto;
    height: 60px;
    position: relative;
}
.logo{
    overflow: hidden;
    height: 42px;
    padding:8px 15px 12px;
    float: left;
}
/* .header .nav ul{
    overflow: hidden;
} */
.small_menu{margin-right: 5px;}
.small_menu li{
    width: 6.9%;
    float: left;
    line-height: 60px;
    text-align: center;
    background: #c4c0c1; /* Old browsers */
    background: -moz-linear-gradient(top, #c4c0c1 0%, #908c8d 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #c4c0c1 0%,#908c8d 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #c4c0c1 0%,#908c8d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.header .nav .small_menu > li:nth-of-type(1){
    border-radius: 5px 0 0 5px;
}
.header .nav .small_menu > li:nth-of-type(3){
    border-radius: 0px 5px 5px 0px;
    margin-right: 5px
}

.header .nav .small_menu li a{
    font-size: 11px;
    color: #fff;
    font-weight: 700;
}
.header .nav .main_menu li{
    float: left;
    width: 13.7%;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
    transition: 0.1s;
    box-sizing: border-box;
    background: #a0c718; /* Old browsers */
    background: -moz-linear-gradient(top, #a0c718 0%, #5dab48 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #a0c718 0%,#5dab48 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #a0c718 0%,#5dab48 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    

}
.header .nav .main_menu > li:nth-of-type(1){
    border-radius: 5px 0 0 5px;
}
.header .nav .main_menu > li:nth-of-type(4){
    border-radius: 0px 5px 5px 0px;
}
.header .nav .main_menu li:last-child{
    border-right: 1px solid #fff;
    
}
.header .nav .main_menu li a{
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
      font-size: 14px;
}
.header .nav .submenu{
    position: absolute;
    top: 62px;
    width: 13.5%;
    background-color: #F6F6F6;
    transition: 0.5s;
    height: 0;
    overflow: hidden;
    border-radius: 5px;
      z-index: 9;
}
/* .header .nav #num2{
    width: 25%;
} */
.header .nav .submenu ul li{
    width: 100%;
    line-height: 40px;
    border-right-width: 0;
    border-left-width: 0;
    background: #F6F6F6;
    border-radius: none;
}
.header .nav .submenu ul li:hover a{
    color: #40a803;
      font-weight: bold;
}
.header .nav .submenu ul li a{
    color: #7E7E7E;
    font-size: 12px;
}
.header .nav ul li:hover #num1{
    height: 170px;
}
.header .nav ul li:hover #num2{
    height: 170px;
}
.header .nav ul li:hover #num3{
    height: 170px;
}
.header .nav ul li:hover #num4{
    height: 210px;
}

/* 로그인 */
.log_b{
    width: 100%;
    background-color: #a2c817;
    height: 90px;
    display: block;
}
.log_img{
    width: 25%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    top: 50px;
    z-index: 1;
}

/* left */
.left_ul{
	padding: 15px 14px;
}

.left_li{
	font-size: 14px;
    line-height: 30px;
    color: #000;
    font-weight: 600;
    text-align: right;
    border-bottom: 1px #ccc9c9;
    border-style: dashed;
}
.login_l{
    width: 230px;
    height: 270px;
    background-color: gray;
    float: left;
    margin: 80px 0 50px 218px;
}
#login_box{
	border: 1px solid #eee;
    height: 270px;
    display: inline-block;
   /*  padding: 70px 70px;*/
    margin-top: 80px;
}
