@charset "utf-8";

.faq_sec1 {
    padding-bottom: 20px;
    background: #FAFAFA;
}

.qa_h2_wrap {
    padding: 60px 0 40px 20px;
    border-left: solid 1px #e0e0e0;
    margin-bottom: 0;
}

.qa_h2 {
    color: var(--System-Gray-900, #212121);
    font-family: Inter;
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.5px;
}

p.h2_btm {
    color: #212121;
}

.faq_anchor_wrap {
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

a.faq_anchor {
    color: #fff;
    background: #9e9e9e;
    margin: 0 6px;
    padding: 5.5px 16px;
}

.qa_post_item {
    padding-top: 180px;
    margin-top: -160px;
}

.cp_qa .cp_actab:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #9e9e9e, #9e9e9e 1px, transparent 1px, transparent 2px);
    background-size: 3px 1px;
    background-repeat: repeat-x;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

@media screen and (max-width: 767px) {

    .faq_anchor_wrap {
        flex-direction: column;
        text-align: center;
        padding-top: 20px;
    }

    a.faq_anchor {
        width: 90%;
        color: #fff;
        background: #9e9e9e;
        margin: 5px auto;
        padding: 8.5px 0px;
    }

    .qa_h2_wrap {
        padding: 20px 0 20px 20px;
        border-left: solid 1px #e0e0e0;
        margin-bottom: 0;
    }

    .qa_h2 {
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 34px;
        letter-spacing: 0.5px;
    }

}