.footer {
    border-top: 1px solid #cccccc;
}

.footer-wrapper {
    padding: 60px 0 50px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-left {
    text-align: left;
}

.footer-line {
    width: 1px;
    background: #777;
    height: 10px;
    display: inline-block;
    margin: 0 15px;
}

.footer-btn {
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    cursor: pointer;
}

.footer-text {
    font-size: 14px;
    color: #4c4c4c;
}

.oa {
    margin-left: 80px;
}

.footer-logo {
    width: 136px;
    height: 120px;
    cursor: pointer;
}

.footer-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to right, var(--theme-color), #38BDE9);
    height: 48px;
}

.footer-bar-btn {
    margin: 0 60px;
    font-size: 15px;
    color: #ffffff;
    cursor: pointer;
}

.footer-bar-divider {
    width: 1px;
    height: 20px;
    background-color: #ffffff;
}

.footer-logo-div {
    margin-right: 80px;
}


/* Γ½Με²ιΡ―ΚΚΕδ */
@media (max-width:1535px){
}

@media (max-width:1230px){
    .footer-company-info {display: flex; flex-direction: column;}
    .footer-company-info > .mg-l_10 {margin-left: unset !important;}

}

@media (max-width:1024px){
}

@media (max-width:925px){
}

@media (max-width:768px){
    .oa {margin-left: unset; margin-bottom: 30px;}
    .footer-wrapper {flex-direction: column-reverse;}
    .footer-left {text-align: center;}

    .footer-bar-btn {
        font-size: 12px;
        margin: 0 15px;
    }

    .footer-wrapper {
        flex-direction: column;
        padding: 30px 0;
    }

    .footer-logo-div {
        margin-right: unset;
        margin-left: 20px;
        margin-bottom: 20px;
    }
}
@media (max-width:648px){
    .footer-wrapper-h5 {
        height: 70px;
        line-height: 70px;
        text-align: center;
        color: var(--theme-color);
    }
}
/* Γ½Με²ιΡ―ΚΚΕδ */