/*全局样式*/
.naver,
.naver .droper {
	z-index: 99;
}

.naver .module a, .naver .sub a, .naver .brand a {
	border-color: #ccc !important;
	    text-align: center;
}
.naver li {
    display: inline-block;
    height: 70px;
    margin-right: 40px;
}
.naver,
.naver .sub a, .naver .brand a {
	height: 90px;
	line-height: 89px;
}
.naver .module a {
    height: 70px;
    line-height: 30px;
}
.naver .module ul {
       margin-left: 0;
    padding-top: 10px;
    height: 80px;
}
.naver .brand {
    float: left;
    display: inline;
    width: 209px;
}
.naver .brand img{

    margin-top: 15px;
}
.top-head{
	height: 40px;
}
.top-head .brand {
	float: left;
	display: inline;
	width: 200px;
	line-height: 40px;
}
.top-head .sub {
    float: right;
    display: inline;
    margin-right: 15px;
}
.top-head .sub img {    
	margin-top: 7%;
    margin-right: 10px;
}
.top-head .top-margin{
	width: 1180px;
	margin: 0 auto;
}
p {
	margin: 0;
}
.bg-black{
	background: #100404;
}

.naver .module {
	margin: 0;
    margin-left: 150px;
    float: left;
    display: inline;
    height: 90px;
}
.naverButton1{
        width: 20%;
        height: 10%;
        position: absolute;
        top: 40%;
        display: block;
        left:55%;
        float: left;
        line-height: 150%;
        font-size: 2vw;
        background-size: 100% 100%;

}
.naverButton2{
        width: 20%;
        height: 10%;
        position: absolute;
        top: 65%;
        display: block;
        left: 55%;
        float: left;
        line-height: 150%;
        font-size: 2vw;
        background-size: 100% 100%;
            
}

@media (max-width: 940px) and (min-width: 10px){
.naver .module {
    background: #fff;
    margin-left: 0;
    margin-right: 0;
}
.naver, .naver .brand, .naver .module, .naver ul, .naver li, .naver .sub, .naver .sub a {
    display: block;
    float: none;
    text-align: left;
}
.naver .module a {
    display: block;
    line-height: 45px;
    height: 45px;
}


}
/*
@media (min-width: 1300px) and (max-width: 1440px) {
    .naverButton1{
        position: absolute;
        top: 40%;
        height: 60px;
        display: block;
        width: 300px;
        left: 750px;
        float: left;
        line-height: 51px;
        font-size: 25px;
}
    .naverButton2{
        position: absolute;
        top: 65%;
        height: 60px;
        display: block;
        width: 300px;
        left: 750px;
        float: left;
        line-height: 51px;
        font-size: 25px;
}
    
}


@media (min-width: 1000px) and (max-width: 1300px) {
.naverButton1{
        width: 300px;
        height: 60px;
        position: absolute;
        top: 40%;
        display: block;
        left: 570px;
        float: left;
        line-height: 51px;
        font-size: 25px;
}
.naverButton2{
        width: 300px;
        height: 60px;
        position: absolute;
        top: 65%;
        display: block;
        left: 570px;
        float: left;
        line-height: 51px;
        font-size: 25px;
}
}

@media (min-width: 768px) and (max-width: 1000px) {
    .naverButton1{
        position: absolute;
        top: 32%;
        display: block;
        left: 490px;
        float: left;
        background-size: 56px 28px;
}
    .naverButton2{
        position: absolute;
        top: 50%;
        display: block;
        left: 490px;
        float: left;
        background-size: 56px 28px;
}
}

@media (min-width: 0px) and (max-width: 768px) {

.naverButton1{
        position: absolute;
        top: 20%;
        display: block;
        left: 250px;
        float: left;
        background-size: 56px 28px;
}
.naverButton2{
        position: absolute;
        top: 31%;
        display: block;
        left: 250px;
        float: left;
        background-size: 56px 28px;
}
}*/