.footer-box{
    width: 100%;
    background-color: #2D2F39;
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
}
.footer-content{
    width: 83.33%;
    display: flex;
    margin: 0 auto;
}
.footer-content-list{
    display: flex;
    justify-content: space-around;
    width: 100%;
    /*flex: 0 0 70%;*/
    /*margin-right: 5%;*/
    flex-wrap: wrap;
}
.footer-content-list-item{
    min-width: 125px;
    padding: 5px 10px;
    color: #fff;
    margin: 50px 0;
    display: table;
    box-sizing: border-box;
}

.footer-content-list-item > a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    line-height: 25px;
}
.footer-content-list-item .footer-bottom-item{
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: bold;
}
.footer-content-list-item > a:hover {
    text-decoration: none;
    color: #fff;
}
.footer-right {
    /*flex: 0 0 25%;*/
    /*max-width: 265px;*/
    min-width: 275px;
    box-sizing: border-box;
    margin: 50px 0 50px 5%;
    color: #FFFFFF;
}
.footer-right-title{
    font-size: 20px;
    line-height: 28px;
    color: #FFFFFF;
}
.footer-right-email{
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}
.footer-right-email > img{
    width: 50px;
    height: 50px;
    margin-right: 11px;
    vertical-align: middle;
    flex-shrink: 0;
}
.footer-right-email-text{
    width: 100%;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 28px;
}
.footer-right-email-text a {
    color: #FFFFFF;
    text-decoration: none;
    white-space: normal;
    word-break: break-word;
}
.footer-right-email-text a:hover{
    color: #FFFFFF;
    text-decoration: none;
}
.footer-right-img-list{
    width: 100%;
    display: flex;
    margin: 20px 0 0;
    flex-wrap: wrap;
}
.footer-right-img-list a {
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-right-img-list img{
    width: 28px;
    height: 28px;
    vertical-align: middle;
    margin-right: 23px;
    margin-bottom: 20px;
}
.footer-right-img-list a:last-child img{
    margin-right: 0;
}
.footer-contact-box{
}
.footer-contact{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #FFFFFF;
    /*white-space: nowrap;*/
}
.footer-contact > img {
    width: 45px;
    margin-right: 8px;
}
.footer-contact-map{
    width: 100%;
    display: block;
    text-decoration: none;
    text-align: center;
    padding: 6px 12px;
    box-sizing: border-box;
    margin: 24px 0;
    border-radius: 40px;
    font-size: 16px;
}
.footer-contact-map:hover{
    text-decoration: none;
    color: #FFFFFF;
}
.footer-contact-input-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 100px;
    background: #FFFFFF;
    overflow: hidden;
    width: 100%;
    padding: 6px 12px;
    box-sizing: border-box;
}
.footer-contact-input-icon{

}
.footer-contact-input{
    width: 100%;
    border: none;
    padding: 6px 12px;
    box-sizing: border-box;
}


.record-box{
    box-sizing: border-box;
    width: 100%;
    padding: 15px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    /*white-space: nowrap;*/
    flex-wrap: wrap;
    line-height: 1.5;
    border-top: 1px solid #fff;
    text-align: center;
    background: #2d2f39;
}
.record-box a {
    color: #FFFFFF;
    text-decoration: none;
    margin: 0 10px;
}
.record-box a:hover{
    color: #FFFFFF;
    text-decoration: none;
}
.record-box img{
    vertical-align: text-top;
}

@media screen and (max-width: 1200px) {
    .footer-content{
        display: block;
    }
    .footer-content-list{
        justify-content: space-around;
    }
    .footer-right{
        margin: 52px auto 0;
    }
    .footer-right-email{
        border-bottom: 0;
    }
}
@media screen and (max-width: 880px) {
    .footer-right {
        flex-direction: column;
    }
    .footer-right-img{
        margin-left: 0;
        margin-top: 48px;
    }
    .footer-content-list{
        justify-content: flex-start;
    }
    .footer-content-list-item .footer-bottom-item{
        font-size: 18px;
    }
    .footer-content-list-item{
        margin: 25px 0;
    }
    .footer-content{
        width: 100%;
    }
    .footer-content-list{
        margin-right: 0;
    }
    .footer-right{
        margin: 26px auto 0;
        max-width:100%;
    }
}
@media screen and (max-width: 450px){
    .footer-content-list-item{
        margin: 15px 0;
    }
    .footer-content-list-item .footer-bottom-item{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .footer-content-list-item > a{
        font-size: 14px;
    }
}<!--0.00017285346984863-->