.bold {
    font-weight: bold;
}

.green {
    color: #27d1d1 !important;
}

.no-padding {
    padding: 0;
}

#top #top-img {
    padding: 0;
    overflow: hidden;
    background: url("/images/customer-top-pc.jpg") no-repeat center center;
    height: 190px;
    width: 100%;
    position: relative;
}

#top #top-label {
    width: 1200px;
    margin: 0 auto;
    padding: 57px 0 0 20px;
}

#top #top-label .top-label-l {
    font-size: 35px;
    letter-spacing: -1px;
}

#top #top-label .top-label-s {
    font-size: 15px;
    color: #666;
    letter-spacing: -1px;
}

#tab {
    width: 1200px;
    margin: 0 auto;
    margin-top: 194px;
    position: relative;
}

#tab #tab-wrap {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 780px;
    height: 65px;
}

#tab #tab-wrap .tab {
    float: left;
    width: 25%;
    color: white;
    font-size: 15px;
    text-align: center;
    padding: 20px 0;
    background-color: #a3a4a5;
    cursor: pointer;
}

#tab #tab-wrap .tab.active {
    background-color: #1cc8c9;
}

#faq {
    width: 1200px;
    margin: 0 auto;
    margin-top: 70px;
}

#faq #faq-table {
    width: 100%;
    border: 0;
    border-collapse: collapse;
    border-top: 3px solid #333;
    margin-bottom: 200px;
}

#faq #faq-table td {
    padding: 20px 8px;
    border-bottom: 1px solid #dedede;
    font-size: 15px;
    cursor: pointer;
}

#faq #faq-table .q td {
    color: #666;

}

#faq #faq-table .a {
    display: none;
}

#faq #faq-table .a td {
    color: #a5a5a5;
}

#faq #faq-table .faq-icon {
    color: white;
    border-radius: 50%;
    font-size: 18px;
    padding: 2px;
    width: 30px;
    height: 30px;
    text-align: center;
    margin-left: 4px;
}

#faq #faq-table .q .faq-icon {
    background-color: #666;
}

#faq #faq-table .a .faq-icon {
    background-color: #4dd1d1;
}

@media (max-width: 991px) {
    #top #top-img {
        width: 100%;
        height: auto;
        background: url("/images/customer-top-mobile.jpg") no-repeat center center;
        background-size: cover;
    }

    #top #top-label {
        width: 100%;
        padding: 27px 0 27px 20px;
    }

    #top #top-label .top-label-l {
        font-size: 20px;
    }

    #top #top-label .top-label-s {
        font-size: 12px;
    }

    #tab {
        width: 100%;
        margin-top: 180px;
        position: relative;
    }

    #tab #tab-wrap {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 65px;
    }

    #tab #tab-wrap .tab {
        float: left;
        width: 50%;
        color: white;
        font-size: 15px;
        text-align: center;
        padding: 20px 0;
        background-color: #a3a4a5;
        cursor: pointer;
    }

    #faq {
        width: 100%;
        margin-top: 90px;
    }
}