.inner-pagebox {
    margin-bottom: 0 !important;
}

.faq-wrapper {
    background-color: #F7F7F7;
    margin: 72px -40px 0;
    padding: 72px 0 128px;
}

.faq-box {
    max-width: 1200px;
    padding: 0 40px;
    margin: 0 auto;
    text-align: center;
    box-sizing: content-box;
}

.faq-box .inner-title {
    margin-bottom: 0 !important;
}

.faq-box .issue-cons {
    text-align: left;
    background-color: #fff;
    margin-top: 60px;
}

.tab-box ul {
    margin-right: -1px;
}

.tab-box li {
    float: left;
    border-right: 1px solid #fff;
    width: 33.33333%;
    font-size: 16px;
    line-height: 1.56;
    background-color: #9D9FA2;
    color: #fff;
    height: 52px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-weight: 500;
}

.tab-box li.active {
    background-color: #fff;
    color: #000;
}

.tab-contents {
    padding: 0 72px;
    background: #fff;
}

.issue-list {
    padding: 48px 0;
    display: none;
}

.issue-list li {
    cursor: pointer;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.issue-list .topic {
    font-size: 16px;
    margin: 20px 0;
    max-height: 64px;
    position: relative;
    font-weight: 500;
    padding-right: 16px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.issue-list .answer {
    padding-bottom: 24px;
    display: none;
    overflow: hidden;
    font-size: 16px;
    color: #808080;
    line-height: 1.5;
}

.topic i {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1em;
    transition: all .2s ease;
    color: #000;
}

@media (max-width: 1200px) {
    .faq-wrapper {
        margin: 54px -20px 0;
        padding-top: 54px;
    }

    .faq-box .issue-cons {
        margin-top: 45px;
    }

    .faq-box {
        padding: 0 30px;
    }

    .tab-contents {
        padding: 0 54px;
    }

    .issue-list {
        padding: 36px 0;
    }
}

@media (max-width: 767px) {
    .tab-box {
        overflow-x: auto;
    }

    .tab-box ul {
        max-width: 100%;
        display: flex;
        white-space: nowrap;
    }

    .tab-box li {
        font-size: 14px;
        float: none;
        height: 44px;
        line-height: 44px;
        width: auto;
        padding: 0 16px;
        display: inline-block;
    }

    .faq-wrapper {
        margin: 36px -16px 0;
        padding: 36px 0 48px;
    }

    .faq-box .issue-cons {
        margin-top: 24px;
    }

    .faq-box {
        padding: 0 16px;
    }

    .tab-contents {
        padding: 0 16px;
    }

    .issue-list {
        padding: 24px 0;
    }

    .issue-list .topic {
        font-size: 14px;
        margin-top: 16px;
        margin-bottom: 16px;
        max-height: 44px;
    }

    .issue-list .answer {
        font-size: 14px;
        padding-bottom: 16px;
    }
}