footer {
    position: relative;
    padding:0 0 0 0;
    background-color: rgba(251, 251, 251, 1);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.footer_model_bg{
    background-image: url(../../images/common_icon/footer_banner.png);
    background-repeat: no-repeat;
    background-position: center center;
    width:100%;
    height:100%;
    position: absolute;
    z-index: -1;
    top:0;
    left:0;
    right:0;
}
.footer-logo a {
    display: inline-block;
}

.footer-logo img {
    display: block;
    width: 116px;
    padding-top: 15px;
}

.footer-link {
    float: right;
    margin-top: 45px;
    margin-left: 10px;
    margin-bottom: 0;
}

.footer-link li {
    display: inline-block;
    padding-left: 5px;
}

.footer-link img {
    width: 22px;
}

.footer-other {
    margin-top: 38px;
}

.footer-other a {
    margin: 0 0 0 10px;
    width: 85px;
    height: 65px;
    display: inline-block;
    text-align: center;
    background-color: rgba(20, 20, 20, 1);
    color: #fff;
    letter-spacing: 0.5px;
    position: relative;
    -moz-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

.footer-other a:hover {
    background: #148dc0;
    color: #fff;
}

.footer-other a:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 1px;
    position: absolute;
    background: #f19800;
    top: 20px;
    right: -12px;
    z-index: 2;
}

.footer-other a i {
    display: block;
    margin: 15px 0 5px 0;
}

.footer-info p {
    position: relative;
    margin-bottom: 0;
    letter-spacing: 1px;
    color:#976859;
}
.footer-info p.cont_txt a:hover {
    color:#534741;
}
.footer-info p.cont_title {
    max-width: 95%;
    margin-bottom:20px;
    color:#333;
    border-bottom:1px solid #555;
    padding-bottom:10px;
    position: relative;
}
.footer-info p.cont_title:before {
    content:"";
    display: inline-block;
    width:45px;
    height:2px;
    background: rgb(115, 95, 84);
    position: absolute;
    bottom:-1px;
    z-index: 1;
}
.footer-info p.cont_txt {
    margin-bottom:10px;
}
.footer-info p i {
    margin-right: 15px;
}

.footer-info p+p {
    padding-left: 0;
}
.footer-info .border_line {
    background: -webkit-gradient(linear, left top, right top, from(#e07d19), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to right, #e07d19, rgba(0, 0, 0, 0));
    height: 1px;
    margin: 15px 40px 15px 0;
}
.footer-info a,
.footer-info a:hover,
.footer-info a:active,
.footer-info a:focus {
    color: #976859;
}
.footer-info.follow_type a {
    display: inline-block;
    vertical-align: middle;
    margin-right:10px;
    text-align: center;
    background-color: rgba(151, 104, 89, 1);
    width:40px;
    height:40px;
    border-radius:40px;
    line-height:40px;
}
.footer-info.follow_type a:hover {
    background: #843d51;
}
.footer-info a i {
    font-size:24px;
    position: relative;
    top:2px;
    color:#fff;
}
.footer-info a:hover,.footer-copy a:hover{
    color: #ffd797;
}
.footer-copy {
    font-size: 14px;
    letter-spacing: 0.5px;
    margin-top: 10px;
    text-align: center;
}
.footer-copy a,
.footer-copy a:active,
.footer-copy a:focus {
    color: #aaaaaa;
}
.footer-copy a {
    color: #fff;
}
.footer-content{
    display: inline-block;
    width: 100%;
}
.c_goTop{
    position: fixed;
    bottom:50px;
    right:50px;
    z-index: 10;
}
.footer-copy {
    font-size: 14px;
    letter-spacing: 1px;
    position: relative;
    color:#636363;
    border-top:1px solid #403c3a;
    padding-top:12px;
    margin-top: 30px;
}
.footer_copyright{
    font-size: 1rem;
    letter-spacing: 2px;
}
.footer_list{
    padding-left: 0;
    font-size: 1.1rem;
}
.footer_list li{
    list-style: none;
    margin-bottom: 8px;
}
.footer_list li.address_type{
    height: 70px;
}
.footer_list li::marker{
/*     color: #534741; */
}
.footer-content{
    background: #3e3e3e;
    background-color: rgba(55, 55, 55, 1);
    color: #e0c6a6;
    border-top: 1px dotted #3b342a;
    margin-top: 0;
}
.footer-info .follow_type a{
    display: inline-block;
    vertical-align: middle;
    margin-right: 0;
    text-align: center;
    background-color: rgba(151, 104, 89, 1);
    width: 34px;
    height: 34px;
    border-radius: 5px;
    line-height: 34px;
}
.footer-info .follow_type a i {
    margin: auto;
}
.footer-info .line_type svg {
    border-radius: 5px;
    width: 34px;
    fill: rgb(115, 95, 84);
    opacity: 1;
    background: #fff;
    box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.2) !important;
}
.js_sidebutton_line img{
    background: #fff;
    padding: 5px;
    border:1px solid #ccc;
}
@media screen and (min-width: 992px) {
    .footer_company .footer-info{
        width: 33.3%;
    }
}

@media screen and (max-width: 991px) {
    .footer-info p+p:before {
        display: none;
    }
    .footer-link {
        margin-top: 30px;
    }
    .footer-info {
        clear: both;
        margin-top: 0;
        letter-spacing: 1px;
    }
    .footer-info p.cont_txt span.txt_title.type1 {
        font-size: 23px;
    }
    .footer-logo img {
        width: 85px;
        padding-top: 15px;
    }
    .footer-info p i {
        margin-right: 30px;
    }
    .footer-info p {
        display: block;
        text-align: left;
        margin-bottom:3px;
    }
    .footer-info p+p {
        padding-left: 0;
    }
    .footer-other {
        margin-top: 38px;
        text-align: center;
    }
    .footer-other a {
        margin: 0 10px 0 10px;
        width: 85px;
        height: 65px;
    }
    .footer-copy {
        letter-spacing: 1px;
        font-size: 1.5rem;
    }
    .footer-info p.cont_txt {
        font-size:18px;
    }
    .footer_map img{
        max-width: 100%;
    }
    .footer_list li.address_type{
        height: 50px;
    }
}

@media screen and (max-width: 767px) {
    footer {
        height: auto;
        padding: 0 0 0 0;
        background-image: url(../images/common/footer-bg-xs.png);
    }
    .footer-info p.cont_title {
        max-width: 100%;
        margin-bottom:15px;
    }
    .footer-info p.cont_title:before {
        display: none;
    }
    .footer-other {
        font-size:15px;
    }
    .footer-info.follow_type {
        margin-top:30px;
    }
    .footer-info p.cont_txt span {
        margin-bottom:1px;
    }
    .footer-info p.cont_txt span.txt_title {
        width:100%;
        display: inline-block;
        margin-bottom:5px;
    }
    .footer-info p.cont_txt span.txt_content {
        display: inline-block;
        width: 100%;
        margin-bottom:10px;
    }
    .footer-content{
        padding:0 0;
    }
    .footer-copy {
        margin-top:50px;
        border-top: 1px solid #403c3a;
    }
}
