    input::placeholder{
        color: #AFAFAF;
    }
    #faq{
        background-color: #FFF;
        position: relative;
        width: 100%;
        height: 100%;
        max-width: 100vw;
    }
    #faq p{
        font-family: var(--font-sans);
    }
    #faq .faq-wrap {
        position: relative;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .faq-wrap .faq-header{
        position: relative;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        z-index: 1;
        padding-bottom: 9.3125rem;
        height: 60vh;
        justify-content: end;
    }
    .faq-wrap .faq-header img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top center;
        z-index: -1;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .faq-wrap .faq-header .header-info {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: calc(13.35rem + var(--header-height));
    }
    
    .faq-wrap .faq-header p{
        color: var(--white-color);
        text-align: center;
        line-height: 100%;
        letter-spacing: -0.03125rem;
        z-index: 1;
    }
    .faq-wrap .faq-header p.eng {
        font-size : var(--font-size-24);
        font-weight: 500;
    }
    .faq-wrap .faq-header p.kor {
        font-size : var(--font-size-36);
        font-weight: 700;
    }
    .faq-header::after {
        content: '';
        display: block;
        width: 100%;
        height: .6875rem;
        position: absolute;
        bottom: 0;
        left: 0;
        background: linear-gradient(90deg, #000 0%, #671AEB 41.83%, #F1E5FF 97.6%);
    }


    .faq-content {
        position: relative;
        display: flex;
        width: 100%;
        gap:4rem;
        padding: 5rem 25rem;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .faq-content>#srhForm>select {
        padding: 0.39306rem 1rem;
        border: 1px solid #DEDEDE;
        border-radius: 5px;
        width: 10rem;
        font-size: 1rem;
        font-style: normal;
        font-weight: 500;
        line-height: 150%; /* 1.5rem */
        letter-spacing: -0.03125rem;
        height: 3rem;
    }

    .faq-content>#srhForm {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 1.5rem;
        width: 100%;
        align-items: center;
    }
    .faq-content>#srhForm .srhKeyword {
        border: 1px solid  #DEDEDE;
        background: #FFF;
        border-radius: 5px;
        padding: .75rem 1rem;
        align-items: center;
        max-width: 28.125rem;
        flex: 1;

        font-size: var(--font-size-16);
        font-weight: 500;
        line-height: 150%;
        letter-spacing: -0.03125rem;
    }


    .faq-content>#srhForm .srhBtn {
        padding: 0.75rem 1.59rem;
        background: var(--primary-color);
        border-radius: 5px;
        font-size: var(--font-size-16);
        font-style: normal;
        font-weight: 500;
        line-height: 150%; /* 1.5rem */
        letter-spacing: -0.03125rem;
        border: none;
        color: #FFF;
    }

    .faq-content>ul.list {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .faq-content>.faq-list {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .faq-content>.faq-list .no-data{
        text-align: center;
        font-size: 1.5rem;
        color:#515151;
    }
    .faq-content>.faq-list>.list {
        display: flex;
        width: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 1.25rem;
    }

    .faq-content>.faq-list>.list>li {
        padding: 2.2125rem 2rem;
        height: 100%;
        display: flex;
        width: 100%;
        border-radius: 5px;
        border: 1px solid #DEDEDE;
        flex-direction: column;
        gap: .75rem;
        justify-content: center;
    }
    .faq-content>.faq-list>.list>li.active svg{
        transform: rotate(180deg);
    }
    .faq-content>.faq-list>.list>li>.con_inner{
        display: none;
        font-size: 1rem;
        font-weight: 400;
        line-height: 150%; /* 1.5rem */
        letter-spacing: -0.03125rem;
        color: #515151;
    }

    .faq-content>.faq-list>.list>li a {
        display: flex;
        justify-content: space-between;
        width: 100%;
        position: relative;
        align-items: center;
        color: #000;
    }

    .faq-content>.faq-list>.list>li span {
        font-size: var(--font-size-16);
        font-weight: 700;
        line-height: 150%;
        letter-spacing: -0.03125rem;
    }
    .faq-content>.faq-list>.list>li p.title {
        font-size: var(--font-size-16);
        font-weight: 400;
        line-height: 160%; /* 1.5rem */
        letter-spacing: -0.03125rem;
    }

    .faq-content>.faq-list>.list>li p.date {
        font-size: var(--font-size-16);
        font-weight: 300;
        line-height: 150%; /* 1.5rem */
        letter-spacing: -0.03125rem;
    }

    .faq-content>.faq-list>.list>li a>.faq-info {
        display: flex;
        gap: .75rem;
    }

    .faq-content>.faq-list>.list>li svg {
        height: 100%;
    }

    .faq-content>.faq-list>.paging {
        display: flex;
        width: 100%;
        gap: 2.5rem;
        align-items: center;
        justify-content: center;
        padding-top: 4rem;
    }

    .faq-content>.faq-list>.paging .current {
        font-size: var(--font-size-16);
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 1.5rem */
        letter-spacing: -0.03125rem;
    }

    .faq-content>.faq-list>.paging .total {
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 1.5rem */
        letter-spacing: -0.03125rem;
        color: #AFAFAF;
    }
    .faq-content>#srhForm>div {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        gap: .625rem;
    }

    .faq-content>#srhForm>ul {
        display: flex;
        gap: .5rem;
        width: 100%;
        justify-content: center;
    }

    .faq-content>#srhForm>ul>li {
        border-radius: 5px;
        border: 1px solid #DEDEDE;
        background-color: #FFF;
        padding: .5rem .75rem;
    }

    .faq-content>#srhForm>ul>li>a {
        font-size: var(--font-size-14);
        font-style: normal;
        font-weight: 500;
        line-height: 140%;
        letter-spacing: -0.03125rem;
        display: flex;
        color: #515151;
    }
    .faq-content>#srhForm>ul>li.active {
        background-color:#000;
    }
    .faq-content>#srhForm>ul>li.active>a {
        color: #FFF;
    }
    @media screen and (max-width: 767.9px) {
        .faq-wrap .faq-header{
            height: 25vh;
            padding-bottom:2.5rem;
        }
        .faq-wrap .faq-header .header-info{
            padding-top: calc(4.3125rem + var(--header-height));
        }
        .faq-wrap .faq-header p.kor{
            font-size: var(--font-size-25);
            line-height: 140%; /* 1.5rem */
        }
        .faq-content{
            padding: 2.5rem 1rem;
            gap: 2rem;
        }
        .faq-content>.faq-list .no-data{
            font-size: 0.875rem;
            font-style: normal;
            font-weight: 400;
            line-height: 100%; /* 0.875rem */
            letter-spacing: -0.03125rem;
        }
        .faq-content>#srhForm{
            align-items: start;
        }
        .faq-content>#srhForm .srhKeyword{
            width: 14.875rem;
            padding:.875rem 1rem;
            font-size: var(--font-size-14);
            font-weight: 400;
            line-height: 100%;
            height: 2.5rem;
        }
        .faq-content>#srhForm .srhBtn{
            padding: .8125rem 1.7825rem;
            font-size: var(--font-size-14);
            line-height: 100%;
            white-space: nowrap;
            height: 2.5rem;
        }
        .faq-content>#srhForm>ul{
            flex-wrap: wrap;
        }
        .faq-content>#srhForm>ul>li{
            padding: .5rem .625rem;
        }
        .faq-content>#srhForm>ul>li>a{
            line-height: 100%;
        }
        .faq-content>.faq-list>.list>li{
            padding: 1.125rem 1rem;
        }
        .faq-content>.faq-list>.paging{
            padding: 1.5rem 0;

        }
    }