/* footer */
ul{
    list-style: none;
}
.footer {
    background: #fff;
    padding-top: 15px;
    /* margin-top: 30px; */
    clear: both;
    border-top: 0.5px solid #F1F1F1;
    padding-bottom: 20px;
   
}

.f-title {
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 20px;
    width: 60px;
    color: #008ba8;
    border-bottom: 2px solid #008ba8;
}

.c-right p {
    margin-top: 50px;
    text-align: center;
    font-size: 15px;
    color: #666666;
}

.footer li {
    margin-top: 10px;
    text-align: left;
}

.footer li a {
    font-size: 15px;
    color: #666666;
}

.mobile-footer {
    display: none;
}

.pc-footer {
    display: flex;
    margin-top: 50px;
}

.no-padding {
    padding: 0;
}

/* .rank-top {
    padding-left: 0;
    width: 300px;
    margin: 0 0 0 auto;
    display: block;
} */

.pad-line ul {
    padding: 0 60px;
    height: 100%;
    border-right: 0.5px solid rgb(216, 216, 216);
}
@media screen and (max-width:480px) {
    .pc-footer {
        display: none;
    }

    .mobile-footer {
        display: block;
        width: 100%;
    }

    .mobile-footer img {
        width: 100px;
    }
     /* ---------------------------footer JQ ui --------------------------*/
     .footer li {
        font-family: 'Noto Sans TC', sans-serif;
        font-size: 15px;
        color: #666666;
        text-align: left;
    }
    
    .ui-state-default {
        border: none;
        font-family: 'Noto Sans TC', sans-serif;
        background: #fff;
        font-weight: normal;
        color: #454545;
        text-align: left;
        border-bottom: 1px solid #dedede;
    }

    .ui-state-active {
        border: none;
        font-weight: normal;
        color: #454545;
    }

    .ui-widget-content {
        border: none;
        background: #fff;
        color: #333;
    }

    .footer-li :hover {
        margin-top: 15px;
        color: #454545;
    }

    .c-right p {
        color: #666666;
        font-size: 15px;
        padding: 0 30px;
    }

}