@charset "UTF-8";

.m-footer-bg {
    background-color: #0C4D96;
}

.m-font-size-12 {
    font-size: 12px;
}

.m-font-size-13 {
    font-size: 13px;
}

.m-footer-nav-area-1 {
    margin: 0px auto;
    width: 13%;
    margin-right: 7%;
}

.m-footer-nav-area-2 {
    width: 20%;
}

.m-footer-logo-1 {
    position: absolute;
    left: -20px;
    top: 30px;
    width: 120px;
    height: auto;
}

.m-footer-logo-2 {
    width: 120px;
    height: auto;
}

.m-footer-link-1 {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
}

.m-footer-link-2 {
    height: 35px;
    line-height: 35px;
    font-size: 13px;
}

.m-footer-qrcode-1 {
    width: 100px;
    height: auto;
}

.m-footer-qrcode-title-1 {
    width: 100px;
    font-size: 13px;
}

.m-footer-qrcode-title-2 {
    width: 100px;
}

.m-to-top-btn-frame {
    z-index: 999;
    display: none;
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 60px;
    height: 60px;
}

.m-to-top-btn-frame-in {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 5px;
}

.m-to-top-btn-bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 60px;
    height: 60px;
    border-radius: 5px;
    background-color: #000;
    opacity: 0.5;
    filter: alpha(opacity=0.5);
}

.m-to-top-btn-txt-area {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 60px;
    height: 60px;
    border-radius: 5px;
    background-color: transparent;
    cursor: pointer;
    text-align: center;
}