body {
    background: #fff;
}
.help-container {
    padding: 60px 0;
}
.help-container .standard {
    width: 1130px; margin: 0 auto;
}

.help-container .help-page-title {
    font-size: var(--fs-24); line-height: var(--lh-24); letter-spacing: var(--ls-24);
    font-weight: 600;
}

.help-container .home-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.help-container .list-wrapper {
    display: grid;
    grid-template-columns: auto 400px;
    gap: 68px;
}



.help-container .banners {
    display: grid;
    grid-template-columns: auto 440px;
    gap: 20px;
}

.help-container .banners .bn01 {
    border-radius: 12px;
    background-color: #EAFF96;
    background-image: url("/app/help/images/frame01.png");
    background-size: cover; 
    background-position: 0 0;
    height: 210px; display: flex; padding: 24px 20px;
}
.help-container .banners .bn02 {
    height: 210px; 
    display: flex; padding: 24px 20px;
    border-radius: 12px; background: #FFEB3B;
}
.help-container .banners .bn02 .shape {
    position: absolute;
    top: 20px; right: 20px;
}


.help-container .banners .bn {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative; 

}
.help-container .banners .bn .title {
    font-size: var(--fs-22); line-height: var(--lh-22); letter-spacing: var(--ls-22);
    font-weight: 600; color: #020202; display: flex; flex-direction: column;
    gap: 12px;
}
.help-container .banners .bn .title .desc {
    font-size: var(--fs-14); line-height: var(--lh-14); letter-spacing: var(--ls-14);
    font-weight: 400; color: #000;
}
.help-container .banners .bn .btns {
    display: flex; gap: 12px;
    
}
.help-container .banners .bn .btns .btn {
    font-size: var(--fs-14); line-height: var(--lh-14); letter-spacing: var(--ls-14);
    font-weight: 600;
    padding: 12px 10px;
    border-radius: 8px;
    background: #000;
    color: #fff;
    width: 155px; display: flex; justify-content: center;
}
.help-container .banners .bn .btns .btn.white {
    background: #fff;
    color: #000;
}
.help-container .banners .bn.bn01 .btns {
    justify-content: right;
}
.help-container .banners .bn.bn02 .btns .btn {
    width: 118px;
}


.help-container .boards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 75px;
}
.board_cnt_02 {
    display: flex;
    flex-direction: column;
    gap: 52px;
    /* justify-content: space-between; */
}

.help-container .board {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.help-container .list-wrapper .board {
    gap: 32px;
}


.help-container .board .list-tab {
    display: flex; gap: 24px;
    font-size: var(--fs-16); line-height: var(--lh-16); letter-spacing: var(--ls-16);
    font-weight: 600; color: rgba(60, 60, 67, 0.60);
    padding: 0 8px;
}
.help-container .board .list-tab > a {
    cursor: pointer;
}
.help-container .board .list-tab > a.selected {
    color: #000;
}

html, body, .body-class { height: 100%; }
main { min-height: 100%; }

.help-container .board .list-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: var(--fs-22); line-height: var(--lh-22); letter-spacing: var(--ls-22);
    font-weight: 600;
}
.help-container .list-wrapper .board .list-title {
    padding: 0 8px;
    font-size: var(--fs-24); line-height: var(--lh-24); letter-spacing: var(--ls-24);
}
.help-container .board .list-title .more {
    display: flex;
    gap: 5px;
    align-items: center;
    color: rgba(60, 60, 67, 0.60);
    font-size: var(--fs-13); line-height: var(--lh-13); letter-spacing: var(--ls-13);
}
.help-container .board .list {
    display: flex; flex-direction: column;
}
.help-container .board .list > li {
    display: flex; width: 100%; flex-direction: column; align-items: center;
    border-bottom: 1px solid rgba(84, 84, 86, 0.18);
    font-size: var(--fs-13); line-height: var(--lh-13); letter-spacing: var(--ls-13);
}
.help-container .board .list > li:hover {
    /* background: rgba(120, 120, 128, 0.08); */
}
.help-container .board .list > li .contents {
    display: flex; width: 100%; 
    
    padding: 0 12px 16px 12px;

    font-size: var(--fs-15); line-height: var(--lh-15); letter-spacing: var(--ls-15);
    color: #000; overflow: hidden; text-align: left;
    justify-content: left;  flex-direction: column;

    transition: max-height 0.3s ease-in-out, visibility 0.3s ease-in-out;
    display: none;

}
.help-container .board .list > li .contents p {padding: 4px 0; margin: 0;}
.help-container .board .list > li .contents a {
    text-decoration: normal;
    color: #F57F16; font-weight: 400;
}

.help-container .board .list > li .toggle-checkbox {
    /* display: none; */
}
.help-container .board .list > li .link {
    display: flex; width: 100%;
    justify-content: space-between;
    padding: 16px 12px;
    cursor: pointer;
}
.help-container .board .list > li .link .title {
    display: flex; gap: 12px; align-items: center;
    user-select: none;
}
.help-container .board .list > li .link .title.column {
    flex-direction: column; align-items: flex-start; text-align: center; gap: 8px;
}
.help-container .board .list > li .link .title .cat {
    color: #007AFF; font-weight: 600; 
    min-width: 47px;
}
.help-container .board .list > li .link .title .txt {
    font-size: var(--fs-15); line-height: var(--lh-15); letter-spacing: var(--ls-15);
    text-align: left; 
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* width: 100px; */
    /* position: relative; */
}

.help-container .board .list > li .link .right {
    color: rgba(60, 60, 67, 0.60);
    user-select: none;
    display: flex;
    align-items: end;
}
/* 회전 효과 */
.help-container .board .list > li .toggle-checkbox:checked + .link .right img {
    transform: rotate(180deg);
    transition: transform 0.3s ease-in-out;
    width: 20px;
}
/* 체크박스를 활용한 아코디언 효과 */
.help-container .board .toggle-checkbox:checked + .link + .contents {
    /* visibility: visible; */
    display: flex;
    max-height: 5000px; /* 충분한 값 */
}

.help-container .board .list > li.nothing {
    padding: 100px 0;
    color: rgba(60, 60, 67, 0.60);
    font-size: var(--fs-15);
    line-height: var(--lh-15);
    letter-spacing: var(--ls-15);
    justify-content: center;
    border-bottom: 0;
}


.pagenation {
    display: flex; justify-content: center;
    gap: 12px;
}
.pagenation .number {
    font-size: var(--fs-14);
    line-height: var(--lh-14);
    letter-spacing: var(--ls-14);
    color: rgba(60, 60, 67, 0.60);
    padding: 0 2px;
}
.pagenation .number.selected {
    color: #000;
}


@media only screen and (max-width: 1150px) {  

    .help-container .standard {
        width: auto; margin: 0 16px;
    }
}
@media only screen and (max-width: 1050px) {  
    .help-container .boards {
        gap: 30px;
    }
}
@media only screen and (max-width: 1000px) {  

    .help-container {
        padding: 32px 0 60px 0;
    }

    .help-container .help-page-title {
        font-size: var(--fs-20);
        line-height: var(--lh-20);
        letter-spacing: var(--ls-20);
    }

    .help-container .board .list-title {
        font-size: var(--fs-18);
        line-height: var(--lh-18);
        letter-spacing: var(--ls-18);
    }
    .help-container .banners {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .help-container .boards {
        grid-template-columns: 1fr;
        gap: 52px;
    }
    .mobile-hidden {
        display: none !important;
    }

    .help-container .banners .bn .btns .btn {
        width: 100%;
    }

    .help-container .board .list > li .link {
        padding: 16px 8px;
    }
    

    .help-container .board .list.v_faq > li .link {
        display: grid;
        grid-template-columns: auto 20px; gap: 12px;
    }
    .help-container .board .list.v_faq > li .link .title.column {
        overflow: hidden;
        /* word-wrap: break-word; */
        
    }
    .help-container .board .list.v_faq > li .link .title.column .txt {
        white-space: initial;
    }

    .help-container .board .list.v_notice > li .link {
        display: grid;
        grid-template-columns: auto 55px;
        gap: 12px;
    }
    .help-container .board .list.v_notice > li .link .title {
        overflow: hidden;
        display: grid; grid-template-columns: 47px auto;
        
    }
    .help-container .board .list.v_notice > li .link .right {
        max-width: 55px;
    }
    .help-container .board .list.v_notice > li .link .title .txt {
        max-width: 100%;
        display: inline-block;
    }


    .help-container .list-wrapper {
        grid-template-columns: 1fr;
    }

}