/* BASIC css start */
.breadcrumb-wrap {
    padding: 16px 32px;
    margin: 0;
}

#contentWrap {
    max-width: 100%;
}

#contentWrapper .container-wrap {
    max-width: 1200px;
    padding: 0 16px;
    margin: 0 auto;
}

#contentWrapper {
    background: #FFFCF8;
    padding: 0;
}

.board-search-wrap {
    max-width: 552px;
    margin: 0 auto;
    box-sizing: border-box;
}

.board-search-wrap form {
    display: flex;
    justify-content: center;
    gap: 8px;

}

.input-board-search {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 100%;
    max-width: 320px;
}

.input-board-search input {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 48px;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #5A5858;
    font-size: 16px;
    color: #5A5858;
    background: #FFFCF8;
    padding: 0 148px 0 16px;
    font-weight: 400;
    line-height: 16px;
}

.input-board-search .btn-search {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 132px;
    height: 48px;
    border-radius: 4px;
    background: #211D1D;
    box-sizing: border-box;
    color: #FFF;
    font-family: "HvDTrial Brandon Grotesque";
    font-size: 16px;
    font-weight: 420;
    line-height: 1;
    transition: all .5s;
}

.input-board-search .btn-search:hover {
    background: #FB663A;
    color: #FFF;
    border: 1px solid #FB663A;
}

.input-board-search input::placeholder {
    color: #5A5858;
    font-family: "HvDTrial Brandon Grotesque";
    font-size: 16px;
    font-weight: 390;
    line-height: 150%;
}

.board-search-wrap .select-wrap {
    margin: 0;
}


.board-search-wrap .select-wrap select {
    min-width: 100px;
}

.visual-wrap {
    padding: 132px 16px;
    background: url('/design/hangso1/mallskin/pc/images/img_faq_visual01.png') no-repeat center;
    background-size: cover;
}

.visual-wrap > p {
    margin-bottom: 24px;
    color: #211D1D;
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    line-height: 48px;
}

.best-keyword-wrap {
    padding: 48px 0;
}

.best-keyword-wrap > p {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    color: #211D1D;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}

.best-keyword-wrap .btn-keyword {
    display: none;
    width: 16px;
    height: 16px;
    background: url('/design/hangso1/mallskin/pc/images/icon_faq_keyword.png') no-repeat center;
}

.best-keyword-wrap .btn-keyword.active {
    transform: rotate(-180deg);
}

.best-keyword-wrap .list-wrap {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    padding-top: 16px;
}

.best-keyword-wrap .list-wrap > li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    padding: 0 16px;
    border-radius: 999px;
    border: 1px solid #5A5858;
    box-sizing: border-box;
    color: #5A5858;
    font-size: 15px;
    font-weight: 400;
    line-height: 32px;
}

.bg-faq {
    background: #F4F2EF;
}

.category-wrap {
    padding: 48px 0;
    box-sizing: border-box;
}

.category-wrap > p {
    margin-bottom: 20px;
    color: #211D1D;
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
}

.category-wrap .list-wrap {
    display: flex;
    gap: 16px;
}

.category-wrap .list-wrap > li {
    flex: 1 1 100%;
    max-width: 100%;
}

.category-wrap .list-wrap > li > a {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    border: 1px solid #FFFFFF;
    background: #FFF;
    box-shadow: 4px 4px 16px 0px rgba(33, 29, 29, 0.08);
    padding: 24px 0;
    box-sizing: border-box;
    white-space: nowrap;
}

.category-wrap .list-wrap > li.active > a, .category-wrap .list-wrap > li > a:hover {
    border: 1px solid #FB663A;
}

.category-wrap .list-wrap .icon {
    display: block;
    width: 100%;
    height: 44px;
    background-repeat: no-repeat;
    background-position: center;
}

.category-wrap .list-wrap .icon1 {
    background-image: url('/design/hangso1/mallskin/pc/images/icon_faq_cate01.png');
}
.category-wrap .list-wrap .icon2 {
    background-image: url('/design/hangso1/mallskin/pc/images/icon_faq_cate02.png');
}
.category-wrap .list-wrap .icon3 {
    background-image: url('/design/hangso1/mallskin/pc/images/icon_faq_cate03.png');
}
.category-wrap .list-wrap .icon4 {
    background-image: url('/design/hangso1/mallskin/pc/images/icon_faq_cate04.png');
}
.category-wrap .list-wrap .icon5 {
    background-image: url('/design/hangso1/mallskin/pc/images/icon_faq_cate05.png');
}
.category-wrap .list-wrap .icon6 {
    background-image: url('/design/hangso1/mallskin/pc/images/icon_faq_cate06.png');
}

.qna-wrap {
    padding-top: 40px;
    margin-bottom: 24px;
}

.qna-wrap .qna-accordion-item:first-child {
    border-top: 1px solid #E8E6E1;
}

.qna-wrap .qna-accordion-item {
    border-bottom: 1px solid #E8E6E1;
    clear: both;
}

.qna-wrap .qna-accordion-item.active {
    border-bottom: 0;
}

.qna-wrap .qna-accordion-item.active + .qna-accordion-item {
    border-top: 1px solid #E8E6E1;
}

.qna-wrap .accordion-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
    padding: 16px 0;
    box-sizing: border-box;
    cursor: pointer;
}

.qna-wrap .accordion-header .item.left {
    display: flex;
    gap: 16px;
}

.qna-wrap .accordion-header .item.left > span {
    color: #211D1D;
    font-family: "HvDTrial Brandon Grotesque";
    font-size: 16px;
    font-weight: 420;
    line-height: 20px;
}

.qna-wrap .accordion-header .item.left > p {
    color: #211D1D;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    word-break: keep-all;
}

.qna-wrap .accordion-header .item.right > p {
    color: #5A5858;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.qna-wrap .accordion-body .item {
    float: left;
}

.qna-wrap .accordion-body .item.left {
    margin-right: 16px;
    color: #A9A9A9;
    font-family: "HvDTrial Brandon Grotesque";
    font-size: 16px;
    font-weight: 420;
    line-height: 20px;
}

.qna-wrap .accordion-body .item.right {
    width: 85%;
    color: #5A5858;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 24px;
}

.qna-wrap .accordion-body .item.right img {
    max-width: 100%;
}

.pager {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
    clear: both;
}

.pager > ol {
    display: flex;
    align-items: center;
}

.pager > ol > li {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    height: 30px;
    box-sizing: border-box;
}

.pager > ol > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #5A5858;
    font-family: "HvDTrial Brandon Grotesque";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.pager > ol > li strong {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #211D1D;
    font-family: "HvDTrial Brandon Grotesque";
    font-size: 14px;
    font-weight: 450;
    line-height: 20px;
}

.pager > ol > li.prev a {
    background: url('/design/hangso1/mallskin/pc/images/icon_faq_prev.png') no-repeat center;
}

.pager > ol > li.next a {
    display: block;
    width: 100%;
    height: 100%;
    background: url('/design/hangso1/mallskin/pc/images/icon_faq_next.png') no-repeat center;
}

.email-wrap {
    padding: 48px 0 60px;
}

.email-wrap .text-notice {
    color: #211D1D;
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 32px;
}

.email-wrap .email-box {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #DDDCD7;
    background: #FFFFFF;
    padding: 24px 16px;
    box-sizing: border-box;
    max-width: 500px;
    margin: 0 auto;
}

.email-wrap .email-box .title-wrap {
    display: flex;
    gap: 10px;
    align-items: center;
}

.email-wrap .email-box .title-wrap p {
    color: #211D1D;
    font-family: "HvDTrial Brandon Grotesque";
    font-size: 22px;
    font-weight: 420;
    line-height: 24px;
}

.email-wrap .email-box .title-wrap:before {
    content: '';
    display: block;
    width: 32px;
    height: 26px;
    background: url('/design/hangso1/mallskin/pc/images/icon_faq_email.png') no-repeat center;
}

.email-wrap .email-box .sub-title {
    color: #4A4444;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
}

.email-wrap .email-box .btn-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 190px;
    height: 48px;
    border-radius: 4px;
    background: #211D1D;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    border: 1px solid #211D1D;
    transition: all .5s;
    box-sizing: border-box;
}

.email-wrap .email-box .btn-link:hover {
    background: #FB663A;
    color: #FFFFFF;
    border: 1px solid #FB663A;
}



@media (max-width: 768px) {
    .breadcrumb-wrap {
        padding: 16px;
    }

    .visual-wrap {
        padding: 134px 16px;
    }

    .visual-wrap > p {
        font-size: 36px;
        line-height: 44px;
    }

    .best-keyword-wrap {
        padding: 16px 0;
    }

    .best-keyword-wrap .btn-keyword {
        display: block;
    }

    .best-keyword-wrap .list-wrap {
        height: 0;
        overflow: hidden;
        padding-top: 0;
    }

    .best-keyword-wrap .list-wrap.active {
        height: auto;
        padding-top: 16px;
    }

    .best-keyword-wrap .list-wrap > li a {
        font-size: 14px;
    }

    .category-wrap .list-wrap {
        flex-wrap: wrap;
    }

    .category-wrap .list-wrap > li {
        flex: 0 0 calc(33.333% - 10.67px);
        max-width: calc(33.333% - 10.67px);
        box-sizing: border-box;
    }

    .input-board-search input {
        padding: 0 96px 0 16px;
    }

    .input-board-search .btn-search {
        min-width: 80px;
    }
}


@media (max-width: 375px) {
    .visual-wrap {
        padding: 90px 16px;
    }


    .visual-wrap > p {
        font-size: 32px;
        line-height: 40px;
    }

    .best-keyword-wrap .list-wrap > li a {
        font-size: 13px;
    }

   .category-wrap .list-wrap > li {
       flex: 0 0 calc(50% - 8px);
       max-width: calc(50% - 8px);
       box-sizing: border-box;
   }

    .qna-wrap .accordion-header .item.left > span {
        font-size: 14px;
    }

    .qna-wrap .accordion-header .item.left > p {
        font-size: 14px;
    }

    .qna-wrap .accordion-header .item.right > p {
        display: none;
    }

    .qna-wrap .accordion-body .item.right {
        font-size: 13px;
    }

    .email-wrap .text-notice {
        font-size: 24px;
    }

}




















/* BASIC css end */

