.faq-container {
    margin-top: 100px;
    margin-bottom: 100px;
}
.faq-container .heading {
    justify-content: center;
    text-align: center;
}

.faq-data-table {
    width: 80%;
    border-collapse: collapse;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
}
.faq-data-table th, .faq-data-table td {
    padding: 12px 8px;
    text-align: center;
}

.bg-colored-row {
    background: rgba(236, 102, 26, 0.08);
}
.faq-data-table th {
    text-align: center;
}
.faq-data-table td {
    text-align: left;
}
.faq-data-table th:first-child,
.faq-data-table td:first-child {
    width: 10%;
    text-align: left;
    padding-left: 40px;
    padding-right: 40px;
}

.faq-data-table th:nth-child(2),
.faq-data-table td:nth-child(2) {
    width: 90%;
}

.accordion-head {
    display: block;
}

.mobile-text{
    display: none !important;
}

@media screen and (max-width: 768px) {
    #header-container{
        border-bottom: 1px solid #eeeeee;
    }

    .faq-container {
        margin-top: 40px;
    }

    .faq-heading{
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .faq-title {
        color: var(--txt_main, #373737);
        font-family: Pretendard;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .accordion-head {
        display: none;
    }
    .accordion p {
        margin-bottom: 0px !important;
    }

    .accordion p span{
        font-size: 14px !important;
    }

    .faq-data-table {
        width: 100%;
        margin-top: 40px;
    }

    .accordion-button {
        align-items: unset;
        padding: unset;
    }

    .accordion-header{
        display: flex;
        gap:  12px;
    }
    .accordion-item strong{
        padding-right: 16px !important;
        color: #ec661a !important;
    }
    .accordion-header-mobile{
        padding:20px 20px;
        border-bottom: 1px solid #ECECEC;
    }

    .web-text{
        display: none;
    }

    .mobile-text{
        display:  flex !important;
        white-space: nowrap;
        font-size: 14px !important;
        align-items: center;
        box-shadow: none !important;
    }

    .accordion-button{
        color: #373737 !important;
    }
    .accordion-button::after {
        color: rgba(82, 82, 82, 1) !important;
    }

    .accordion-body {
        padding: 20px ;
        padding-left: 20px !important;
        padding-right: 20px !important;
        border-bottom: 1px solid #ECECEC;
        background: #FBFBFB;
    }
    .accordion-item strong {
        padding-left : unset !important;
        font-weight: 700 !important;
    }

    .mobile-text {
        white-space: unset;
    }
    .text-full {
        width: 270px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

}
