@charset "utf-8";
/*
2024-04-04 (주)파이브센스_FIVESENSES.Corp.

본 라이브러리(라이브러리 소스코드)는 (주)파이브센스의 자산입니다.
무단으로 외부로 유출 및 일시 반출을 할 경우 손해배상 책임 및 민사/형사적 책임이 있습니다.
*/

/* 타이틀 컨테이너 */
.main_faq1 .title_container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 70px;
}

/* 타이틀 */
.main_faq1 .main_cont_title {
    margin-bottom: 0px;
}
.main_faq1 .main_cont_title h2 {
    display: inline-block;
    width: auto;
    font-size: 64px;
    font-weight: 700;
    text-align: center;
    color: var(--main-point-color);
}

/* faq 게시글 */
.main_faq1 .board_list {
    padding: 0 140px;
}
.main_faq1 .list-box {
    border-bottom: 1px solid #e1e1e1;
}

/* faq 질문 */
.main_faq1 .list-box .faq-q-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0;
    cursor: pointer;
}
.main_faq1 .list-box .faq-q-box.open p {
    color: #a26b3b;
    text-overflow: initial;
    white-space: normal;
    overflow: initial;
}
.main_faq1 .list-box .faq-q-box.open .faq-arrow-icon img {
    transform: rotate(45deg);
    transition: .3s;
}

/* faq 답변 */
.main_faq1 .list-box .faq-a-box {
    display: none;
}
.main_faq1 .list-box .faq-a-content {
    padding: 25px 0;
    font-size: 18px;
    color: #5d5d5d;
    line-height: 28px;
}

/* 전체보기 */
.main_faq1 .btn_container {
    width: 100%;
    margin-top: 100px;
    text-align: center;
}
.main_faq1 .btn_container .btn_more {
    display: inline-block;
}
.main_faq1 .btn_more .more_link {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 5px;
    height: 55px;
    min-width: 200px;
    padding: 0 40px;
    border-radius: 15px;
    background: #fff;
    border: 1px solid #e1e1e1;
    overflow: hidden;
    transition: all 0.3s ease;
}

/* 전체보기 텍스트 */
.main_faq1 .btn_more .more_link .more_txt {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #666666;
    display: inline-block;
    width: auto;
    transition: all 0.3s ease;
}
.main_faq1 .btn_more .more_link:hover {
    background: #583d2c;
    border: 1px solid #583d2c;
}
.main_faq1 .btn_more .more_link:hover .more_txt {
    color: #fff;
}

/* 전체보기 아이콘 hover 액션 */
.main_faq1 .btn_more .more_link .more_icon .more_b {display: block;}
.main_faq1 .btn_more .more_link .more_icon .more_w {display: none;}
.main_faq1 .btn_more .more_link:hover .more_icon .more_b {display: none;}
.main_faq1 .btn_more .more_link:hover .more_icon .more_w {display: block;}

/* 게시판 리스트 */
.main_faq1 .list-box {
    position: relative;
}

/* 게시판 new 스티커 */
.main_faq1 .list-box .new_label {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}

.main_faq1 .list-box .new_label span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 21px;
    border-radius: 3px;
    background-color: var(--main-point-bg-soft-color-active);
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
}

/* 게시판 타이틀 */
.main_faq1 .list-box .faq-q-box p {
    width: 100%;
    color: #0c0c0c;
    font-size: 18px;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/* 게시판 아이콘 hover 액션 */
.main_faq1 .list-box .faq-q-box .more_b {display: block;}
.main_faq1 .list-box .faq-q-box.on .more_b {display: none;}
.main_faq1 .list-box .faq-q-box .more_w {display: none;}
.main_faq1 .list-box .faq-q-box.on .more_w {display: block;}

@media (max-width:1560px) {
    .main_faq1 .main_cont_title h2 {
        font-size: 45px;
    }

    .main_faq1 .board_list {
        padding: 0;
    }
}

@media (max-width: 991px) {
    .main_faq1 .board_list {
        padding: 0;
    }
    /* 타이틀 컨테이너 */
    .main_faq1 .title_container {
        justify-content: center;
        margin-bottom: 30px;
    }

    /* 타이틀 */
    .main_faq1 .main_cont_title h2 {
        font-size: 31.5px;
		line-height:40px;
    }

    /* 게시판 new 스티커 */
    .main_faq1 .list-box .new_label {
        position: absolute;
        top: 50%;
        left: 10px;
        transform: translateY(-50%);
    }
    .main_faq1 .list-box .new_label span {
        width: 35px;
        height: 18px;
    }

    /* FAQ 답변 */
    .main_faq1 .list-box .faq-q-box {
        gap: 10px;
        padding: 19px 3px 19px 0;
    }
    .main_faq1 .list-box .faq-q-box p {
        font-size: 15px;
    }
    .main_faq1 .list-box .faq-arrow-icon img {
        width: 17px;
        height: 17px;
    }

    /* FAQ 질문 */
    .main_faq1 .list-box .faq-a-content {
        font-size: 14px;
    }
    .main_faq1 .list-box .faq-a-content p {
        font-size: 14px !important;
    }

    /* 전체보기 */
    .main_faq1 .btn_container {
        margin-top: 57px;
    }
    .main_faq1 .btn_more {
        text-align: center;
    }
    .main_faq1 .btn_more .more_link {
        display: inline-flex;
        height: 49px;
        min-width: 170px;
		gap:13px;
    }

    /* 전체보기 텍스트 */
    .main_faq1 .btn_more .more_link .more_txt {
        font-size: 15px;
        font-weight: 400;
        color: #5d5d5d;
    }
}