body {
    background: black;
}

.container {
    width: 1900px;
    height: 970px;
    position: relative;
    overflow: hidden;
    left: 50%;
    margin-left: -950px;
}
.container img {
    display: block;
}


header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}
header .logo {
    float: left;
    margin-right: 50px;
}
header .menu {
    float: left;
    display: none;
}
header .menu.on {
    display: block;
}
header .menu li {
    float: left;
    margin-right: 100px;
}
header .menu li:last-child {
    margin-right: 50px;
}
header .search_btn {
    float: left;
    width: 200px;
    height: 100px;
    position: relative;
}
header .search_btn img {
    position: absolute;
    top: 0;
    left: 0;
    /*left: 50px;*/
}
header .search_btn input {
    position: absolute;
    top: 37px;
    right: 55px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #ff3666;
    /*width: 150px;*/
    width: 0;
    height: 30px;
    /*padding: 0 6px;*/
    padding: 0;
    color: #ff3666;
}
header .search_btn input:focus {
    outline: none;
}



.contents {
    width: 1900px;
    height: 970px;
    position: absolute;
    top: 0;
    left: 0;
}
.contents .inner {
    width: 1900px;
    height: 970px;
    overflow: hidden;
    position: absolute;
}




footer {
    width: 100%;
    height: 53px;
    background: url("../img/bgbg.png");
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
}
footer .all_menu {
    float: left;
    margin-right: 50px;
    cursor: pointer;
}
footer .info {
    float: left;
    margin-right: 50px;
    cursor: pointer;
}
footer .main_menu {
    float: left;
    margin-right: 50px;
}
footer .main_menu li {
    float: left;
    cursor: pointer;
    transition: all 0.5s;
}
footer .main_menu li:nth-child(1) {
    background: url("../img/menu1_off.png") no-repeat 0 0;
    width: 300px;
    height: 53px;
}
footer .main_menu li:nth-child(1).on {
    background: url("../img/menu1_on.png") no-repeat 0 0;
}
footer .main_menu li:nth-child(2) {
    background: url("../img/menu2_off.png") no-repeat 0 0;
    width: 300px;
    height: 53px;
}
footer .main_menu li:nth-child(2).on {
    background: url("../img/menu2_on.png") no-repeat 0 0;
}
footer .main_menu li:nth-child(3) {
    background: url("../img/menu3_off.png") no-repeat 0 0;
    width: 300px;
    height: 53px;
}
footer .main_menu li:nth-child(3).on {
    background: url("../img/menu3_on.png") no-repeat 0 0;
}
footer .main_menu li a {
    width: 100%;
    height: 100%;
    display: block;
}
footer .location {
    float: left;
    margin-right: 50px;
}
footer .sns_btn {
    width: 200px;
    height: 53px;
    float: left;
}
footer .sns_btn li {
    float: left;
    margin-right: 15px;
}

.popup1 {
    width: 891px;
    height: 781px;
    position: absolute;
    bottom: 53px;
    left: 50%;
    margin-left: -446px;
    display: none;
}
.popup1 .menu_close {
    position: absolute;
    right: -32px;
    top: 0;
    cursor: pointer;
}

.popup2 {
    width: 712px;
    height: 392px;
    position: absolute;
    bottom: 53px;
    left: 50%;
    margin-left: -365px;
    display: none;
}
.popup2 .info_close {
    position: absolute;
    right: -32px;
    top: 0;
    cursor: pointer;
}
.popup2 .btn {
    position: absolute;
    top: 110px;
    left: 48px;
}
.popup2 .btn li a {
    display: block;
    width: 111px;
    height: 26px;
    margin-bottom: 10px;
    background: red;
    opacity: 0.5;
}