.inner{
    width: 1400px;
    margin: 0 auto;
}

.header-wrap{
    position: relative;
}

header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 99;
}
.header-box {
    position: relative;
    height: 80px;
}
.header-box .logo-box{
    width: 220px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.header-box .logo-box img{
    width: 100%;
}
.header-box .menu-box{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.header-box .menu-box ul li{
    float: left;
    margin-right: 55px;
}
.header-box .menu-box ul li a{
    color: #fff;
}
.header-box .menu-box ul li:hover a{
    border-bottom: 2px solid #fff;
}
.header-box .menu-box ul li:last-child{
    margin-right: 0;
}
.class-apply{
    position: fixed;
    bottom: 100px;
    right: 50px;
    z-index: 999;
}
.class-apply>*{
    float: left;
}
.class-apply .apply-box{
    width: 80px;
    height: 80px;
    border-radius: 20px;
    overflow: hidden;
    background-image: url(../images/common/apply-bg.png);
    background-size: 103%;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
}
.class-apply .apply-box p{
    text-align: center;
    color: #fff;
    font-weight: 700;
}
.class-apply .apply-txt{
    position: relative;
    width: 200px;
    height: 80px;
    border-radius: 20px;
    background-color:#f9f9f9;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    margin-left: 5px;
}
.class-apply .apply-txt p{
    position: absolute;
    top: 50%;
    left: 30px;
    color: #333;
    font-weight: 400;
    transform: translateY(-50%);
}
.class-apply .apply-txt p span{
    display: block;
    color: #2b559d;
}

footer{
    background-color: #fff;
    padding:75px 0 80px ;
}
footer .inner>div{
    float: left;
    width: 50%;
}
.foo-01 ul li{
    float: left;
    margin-right: 20px;
    font-weight: 300;
}
.foo-01 ul li:first-child a{
    font-weight: 600;
}
.sns-btn{
    margin-top: 50px;
}
.sns-btn button{
    background-color: transparent;
    border: none;
    width: 30px;
    margin-right: 5px;
    padding: 0;
    outline: none !important;
}
.sns-btn button img{
    width: 100%;
}
.foo-02 p{
    text-align: right;
}
.foo-02 p.copyright{
    margin-top: 20px;
    color: #aaa;
}

.m-menu-btn{
    display: none;
}
.m-menu{
    display: none;
}


.top_notice{
    position: relative;
    background:#000;
    width:100%;
    height:42px;
    line-height:42px;
    overflow:hidden;
}

.top_notice > section{
    position: relative;
    width: 1400px;
    margin: 0 auto;
}
.top_notice p{
    text-align:center;
    color:#fff;
    font-size:16px;
    width:95%;
    float:left;
}
.top_notice p a{color:inherit; font-weight:500; display:inline-block; text-decoration:underline;}
.top_notice .close{
    position:absolute;
    display:block;
    float:right; 
    cursor:pointer;
    width: 25px;
    height: 25px;
    background: url("../images/common/close-btn.png") center no-repeat;
    background-size: 15px;
    right: 20px;
    top: 8px;
 }



@media screen and (max-width : 1024px){
    .inner{
        width: 100%;
        padding: 0 20px;
    }
    .header-box .logo-box{
        left: 20px;
    }
    .header-box .menu-box{
        right: 20px;
    }

    .class-apply{
        bottom: 20px;
        right: 20px;
    }
    footer{
        padding: 50px 0 120px;
    }
}
@media screen and (max-width : 768px){
    .header-box .menu-box{
        display: none;
    }
    .m-menu-btn{
        display: block;
        position: relative;
        float: right;
        width: 24px;
        height: 80px;
    }
    .m-menu-btn img{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
    }
    .m-menu{
        display: none;
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
        background-color: #2b559d;
        background-image: url(../images/common/m-img.png);
        background-position: bottom 20px right 20px;
        background-repeat: no-repeat;
        background-size: 50%;
        z-index: 9999;
        padding: 50px;
    }

    .m-menu ul li{
        line-height: 3;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }
    .m-menu ul li:last-child{
        border-bottom: none;
    }
    .m-menu ul li a{
        font-size: 24px;
        font-weight: 300;
        color: #fff;
    }
    .m-close:focus{
        outline: none;
    }
    .m-close{
        position: absolute;
        right: 20px;
        top: 30px;
        background: none;
        width: 24px;
        border: 0;
        padding: 0;
    }
    .m-close img{
        width: 100%;
    }
    footer .inner>div{
        width: 100%;
    }
    .foo-01 ul li{
        margin-right: 12px;
    }
    .sns-btn{
        margin-top: 20px;
    }
    .foo-01 ul li a{
        font-size: 14px;
    }
    .sns-btn{
        text-align: right;
    }
    .foo-02{
        margin-top: 10px;
    }
    .foo-02 p{
        text-align: left;
    }

    .top_notice > section{
        width: 100%;
    }
}




select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: url("../images/common/arr-down.png") 95% center no-repeat;
}

select::-ms-expand { display: none; }