#gnbBox #gnb {
    width: 650px;
}
#gnbBox #gnb>li {
    width: 130px;
}
#gnbBox #gnb>li>ul>li {
    padding: 0 20px;
}
#logo {
    background: url("/images/common/en/logo_top.png") no-repeat 50%;
    background-size: contain;
}
.bxslider div:first-child {
    background: url("/images/main/en/img_main_slide01.jpg") no-repeat 50% 50%;
}
.bxslider div:nth-child(2) {
    background: url("/images/main/en/img_main_slide02.jpg") no-repeat 50% 50%;
}
.bxslider div:nth-child(3) {
    background: url("/images/main/en/img_main_slide03.jpg") no-repeat 50% 50%;
}
.bxslider div:nth-child(4) {
    background: url("/images/main/en/img_main_slide04.jpg") no-repeat 50% 50%;
}
#footer .footer_inner .footer_logo {
    background: url("/images/common/en/logo_footer.png") no-repeat;
    background-size: contain;
}
@media screen and (max-width: 960px) {
    #footer .footer_inner .footer_logo {
        background: url("/images/common/en/logo_footer.png") no-repeat;
        background-size: contain;
    }
}
@media screen and (max-width: 560px) {
    .bxslider div:first-child {
        background: url("/images/main/en/img_main_slide01_m.jpg") no-repeat 50% 50%;
    }
    .bxslider div:nth-child(2) {
        background: url("/images/main/en/img_main_slide02_m.jpg") no-repeat 50% 50%;
    }
    .bxslider div:nth-child(3) {
        background: url("/images/main/en/img_main_slide03_m.jpg") no-repeat 50% 50%;
    }
    .bxslider div:nth-child(4) {
        background: url("/images/main/en/img_main_slide04_m.jpg") no-repeat 50% 50%;
    }
}
