.bbs-category ul li a {
    cursor: pointer;
}
.bbs-category ul li.active a,
.bbs-category ul li.active:hover span {
    color: #5A27BF !important;
}
.board-list table tr td {
    padding: 0 12px
}

.info-box {
    position: relative;
}

.info-box a.btn {
    position: absolute;
    top: 17px;
    right: 16px;
    border: 1px solid #5a27bf;
    color: #5a27bf
}

.info-box a.btn:hover {
    background: #5a27bf;
    color: #fff;
}


.bbs-category ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
}

    .bbs-category ul li {
        padding-left: 30px;
    }

        .bbs-category ul li a {
            display: block;
            height: 40px;
            line-height: 40px;
            font-weight: 500;
            font-size: 1.3rem;
            color: #333;
        }

        .bbs-category ul li.active a {
            font-weight: 700;
            color: #5A27BF;
            border-bottom: 3px solid #5A27BF;
        }

.paging {
    position: relative;
    margin-top: 16px;
    text-align: center;
}

    .paging a {
        display: inline-block;
        min-width: 24px;
        height: 24px;
        line-height: 24px;
        margin: 0 8px;
        color: #555;
        text-align: center;
        font-size: 1.5rem;
        font-weight: 400;
        vertical-align: top;
        word-break: break-all;
    }

        .paging a.on {
            background-color: #5a27bf;
            color: #fff;
            border-radius: 2px;
            border-radius: 8px;
        }

        .paging a.prev,
        .paging a.next,
        .paging a.prev.start,
        .paging a.next.end {
            width: 24px;
            height: 24px;
            background-repeat: no-repeat;
            background-position: center;
            margin: 0 2px;
        }

        .paging a.prev {
            background-image: url("/assets/img/icon-prev.png");
        }

        .paging a.next {
            background-image: url("/assets/img/icon-next.png");
        }

        .paging a.prev.start {
            background-image: url("/assets/img/icon-start.png");
        }

        .paging a.next.end {
            background-image: url("/assets/img/icon-end.png");
        }

.bbs-form ul {
    margin-top: 20px;
}

    .bbs-form ul li {
        display: flex;
        align-items: center;
        padding: 12px 0;
    }

        .bbs-form ul li + li {
            border-top: 1px solid #F5F5F5;
        }

        .bbs-form ul li .label-txt {
            min-width: 104px;
            font-weight: 700;
            font-size: 1.4rem;
            color: #333;
        }

        .bbs-form ul li textarea {
            width: 100%;
            border: 1px solid #E9E8EE;
            border-radius: 1px;
            padding: 16px;
            font-size: 1.2rem;
        }

.bbs-form.userhome ul li {
    gap: 8px;
}

    .bbs-form.userhome ul li input {
        width: 213px;
    }

.bbs-form.userhome p {
    text-align: left;
    font-size: 1.2rem;
    color: #666;
}

.bbs-view .view-info {
    display: flex;
    align-items: center;
    margin-top: 24px;
}

    .bbs-view .view-info li {
        font-size: 1.2rem;
        font-weight: 500;
        color: #666;
    }

        .bbs-view .view-info li + li {
            margin-left: 24px;
        }

        .bbs-view .view-info li span + span {
            margin-left: 4px;
        }

        .bbs-view .view-info li.report {
            color: #ED407F;
        }

.bbs-view .top {
    padding: 16px;
    border-bottom: 1px solid #F5F5F5;
}

    .bbs-view .top p {
        font-weight: 700;
        font-size: 2.4rem;
        line-height: 1.5;
    }

    .bbs-view .top .top-bot {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
    }

    .bbs-view .top .view_report_box {
        margin-top: 15px;
        position: relative;
        padding: 24px 24px 24px 17px;
    }

        .bbs-view .top .view_report_box .r_content {
            position: relative;
        }

            .bbs-view .top .view_report_box .r_content .report_content {
                width: calc(100% - 81px);
                padding: 16px;
                resize: none;
                color: #666;
                border: 1px solid #E9E8EE;
                border-radius: 1px;
                height: 105px;
                font-size: 12px;
                font-weight: 400;
                line-height: 1.3;
            }

            .bbs-view .top .view_report_box .r_content .btn {
                width: 81px;
                height: 105px;
                position: absolute;
            }

            .bbs-view .top .view_report_box .r_content .number {
                position: absolute;
                bottom: 10px;
                right: 115px;
                font-size: 12px;
                font-weight: 500;
                color: #666;
            }

                .bbs-view .top .view_report_box .r_content .number .count {
                    color: #333;
                }

        .bbs-view .top .view_report_box .r_text {
            font-size: 1.2rem;
            margin-top: 5px;
        }

            .bbs-view .top .view_report_box .r_text .report_btn {
                border-radius: 4px;
                width: 81px;
                height: 105px;
                position: absolute;
                top: 54px;
                right: 16px;
                color: #fff;
                background-color: #5a27bf;
                font-size: 13px;
            }

.bbs-view .r_category {
    margin-bottom: 10px;
    display: flex;
    gap: 15px;
}

    .bbs-view .r_category .check_btn {
        font-size: 1.2rem;
        display: flex;
        align-items: center;
        gap: 3px;
        margin-right: 5px;
    }

        .bbs-view .r_category .check_btn.checked {
            color: #5A27BF
        }

            .bbs-view .r_category .check_btn.checked .checkbox {
                background-position: -20px;
            }

.bbs-view .cont {
    padding: 24px;
    min-height: 343px;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 20px;
}

    .bbs-view .cont .view-info {
        margin-top: 80px;
        justify-content: center;
    }

.bbs-view .btn-area {
    justify-content: space-between;
}

    .bbs-view .btn-area .btn {
        position: relative;
        padding-left: 34px;
        width: 6.9rem;
        background: url("../../assets/img/icon-ham.png") no-repeat left 14px top 0.65rem;
    }

.bbs-view .com-list-wrap {
    overflow: hidden;
    overflow-y: scroll;
    height: 200px;
    margin-top: 10px;
    margin-right: -16px
}

    .bbs-view .com-list-wrap::-webkit-scrollbar {
        width: 7px;
    }

    .bbs-view .com-list-wrap::-webkit-scrollbar-thumb {
        background-color: #aaa;
        border-radius: 100px;
    }

.bbs-view .comment-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .bbs-view .comment-box .name-wrap {
        display: flex;
        align-items: center;
        gap: 8px;
    }

        .bbs-view .comment-box .name-wrap .img {
            max-width: 28px;
        }

        .bbs-view .comment-box .name-wrap .user-nickname {
            font-weight: 700;
            font-size: 1.5rem;
        }

    .bbs-view .comment-box .btn {
        height: 35px;
        font-size: 1.2rem;
    }

.bbs-view .com-list {
    margin-bottom: 5px;
    height: 130px;
    white-space: nowrap;
    overflow: hidden;
}

    .bbs-view .com-list ul li {
        padding: 10px 16px;
    }

        .bbs-view .com-list ul li:hover {
            border-radius: 8px;
            transition: all ease 0.2s;
        }

.bbs-view .comment_more {
    font-size: 1.2rem;
    color: #5A27BF;
    text-align: center;
    width: 150px;
    height: 35px;
    border-radius: 8px;
    padding: 10px 16px;
    border: 1px solid #5a27bf;
    margin: 0 auto 25px;
}

    .bbs-view .comment_more:hover {
        background: #5A27BF;
        color: #fff;
    }

.bbs-view .com-list ul li a {
    font-size: 1.3rem;
}

.bbs-view .com-list ul li span + span {
    margin-left: 8px;
}

.bbs-view .com-list ul li .sbj strong {
    font-weight: 400;
    font-size: 1.3rem;
}

.bbs-gallery.type2 .img-box {
    background-color: #000;
}

    .bbs-gallery.type2 .img-box img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        transform: none;
    }

.bbs-gallery ul {
    padding: 0 16px;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

    .bbs-gallery ul li {
        width: calc(25% - 15px);
        padding-top: 16px;
    }

        .bbs-gallery ul li .img-box {
            position: relative;
            overflow: hidden;
            background: transparent;
            padding-bottom: 100%;
            height: 0;
            border-radius: 8px;
            width: 100%;
        }

            .bbs-gallery ul li .img-box img {
                position: absolute;
                display: block;
                margin: auto;
                min-width: calc(100% + 1px);
                min-height: 100%;
                max-width: 300%;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%);
                -o-object-fit: cover;
                object-fit: cover;
                width: 100%;
            }

        .bbs-gallery ul li .txt-box {
            margin-top: 16px;
            font-weight: 400;
            color: #333;
        }

            .bbs-gallery ul li .txt-box .tit {
                font-size: 1.3rem;
            }

            .bbs-gallery ul li .txt-box .name-wrap {
                display: flex;
                align-items: center;
                margin-top: 10px;
                gap: 6px;
                justify-content: left;
            }

                .bbs-gallery ul li .txt-box .name-wrap .img {
                    max-width: 18px;
                }

                .bbs-gallery ul li .txt-box .name-wrap .user-nickname {
                    font-size: 1.2rem;
                    margin-left: 0;
                }

.bbs-view .top-btn-area .btn {
    position: relative;
    width: 6.9rem;
}

.bbs-view .top-btn-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 16px;
}

    .bbs-view .top-btn-area .top-btn-left {
        display: flex;
        gap: 5px;
    }

    .bbs-view .top-btn-area .list {
        position: relative;
        width: 7rem;
        padding-left: 26px
    }

.top-btn-area .list span:nth-child(1) {
    top: 0;
}

.top-btn-area .list span {
    position: absolute;
    width: 14px;
    height: 2px;
    background-color: #555;
    border-radius: 4px;
    left: 12px
}

    .top-btn-area .list span:nth-child(1) {
        top: 11px;
    }

    .top-btn-area .list span:nth-child(2) {
        top: 15px;
    }

    .top-btn-area .list span:nth-child(3) {
        top: 19px;
    }

/* °Ô½ÃÆÇ»ó¼¼ ´ä±ÛºÎºÐ */
.answer {
    position: relative;
    padding-left: 32px;
    background: url("../img/icon-answer.png") no-repeat;
    background-size: 24px auto;
}

    .answer .answer-txt {
        margin-top: 12px;
    }

        .answer .answer-txt .txt-box {
            position: relative;
        }

        .answer .answer-txt textarea {
            width: calc(100% - 81px);
            padding: 16px;
            resize: none;
            color: #666;
            border: 1px solid #E9E8EE;
            border-radius: 1px;
            height: 105px;
            font-size: 12px;
            font-weight: 400;
        }

            .answer .answer-txt textarea:placeholder {
                color: #B7B7B7;
            }

        .answer .answer-txt .btn {
            width: 81px;
            height: 105px;
        }

        .answer .answer-txt .number {
            position: absolute;
            bottom: 16px;
            left: 16px;
            font-size: 12px;
            font-weight: 500;
            color: #666;
        }

            .answer .answer-txt .number .count {
                color: #333;
            }


.bg-sb {
    background: #F9F6FF;
    border-color: #E9DFFF !important;
}


.bg-box.type2 {
    border-radius: 8px;
    padding: 10px;
}

.c-write {
    position: relative;
    background-size: 24px auto;
}

    .c-write .c-write-txt {
        margin-top: 12px;
    }

        .c-write .c-write-txt .txt-box {
            position: relative;
        }

        .c-write .c-write-txt textarea {
            width: calc(100% - 81px);
            padding: 16px;
            resize: none;
            color: #666;
            border: 1px solid #E9E8EE;
            border-radius: 1px;
            height: 105px;
            font-size: 12px;
            font-weight: 400;
            line-height: 1.3;
        }

            .c-write .c-write-txt textarea .report_content {
                color: #B7B7B7;
            }

        .c-write .c-write-txt .btn {
            width: 81px;
            height: 105px;
        }

        .c-write .c-write-txt .number {
            position: absolute;
            bottom: 16px;
            right: 115px;
            font-size: 12px;
            font-weight: 500;
            color: #666;
        }

            .c-write .c-write-txt .number .count {
                color: #333;
            }

.comment_search .txt-tit {
    font-size: 1.2rem;
    font-weight: 600;
}

.btn-wrap-box .btn-ico.reset {
    width: 24px;
    height: 24px;
}

.c_list .txt-date {
    font-size: 1.2rem;
}

.c_list .more.popup {
    font-size: 1.2rem;
}

    .c_list .more.popup:hover {
        color: #5A27BF;
        font-weight: 600;
    }

/*Æ÷Åä°Ô½ÃÆÇ ¸®½ºÆ®*/
.photo_list {
    position: relative;
    left: -1px;
    width: 830px;
    padding: 10px 0 0 10px
}

    .photo_list a {
        position: relative;
        display: inline-block;
        overflow: hidden;
        width: 195px;
        height: 195px;
        margin-right: 6px;
        margin-bottom: 10px;
        vertical-align: bottom
    }

        .photo_list a img.thumb {
            position: absolute;
            top: 50%;
            left: 0;
            display: block;
            width: 195px;
            transform: translateY(-50%)
        }

        .photo_list a .add_box {
            position: absolute;
            bottom: -80px;
            width: 195px;
            height: 74px;
            padding: 15px 10px;
            background: rgba(0,0,0,.4)
        }

            .photo_list a .add_box .subject {
                font-size: 13px;
                margin-bottom: 10px;
                padding: 0 2px;
                color: #fff
            }

                .photo_list a .add_box .subject .new {
                    display: inline-block;
                    margin-right: 4px;
                    color: #f0ff00
                }

            .photo_list a .add_box .user_nick {
                color: #fff
            }

    .photo_list .null {
        padding: 400px 0 450px;
        text-align: center;
        color: #666
    }

.bottom_box {
    background: #f5f5f5
}

.name-wrap span {
    text-align: left;
}

/* ÀÚÁÖÇÏ´Â Áú¹® */
.faq_list {
  margin-top: 15px;
  padding: 0 5px 5px 5px;
  font-size: 1.3rem;
}
.faq_list > ul > li {
  border-top: 1px solid #e8e8e8;
  width: 100%;
  position: relative;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #AFAFAF;
  background: #FFF;
  margin-bottom: 8px;  
  line-height: 1.6;
}
.faq_list ul li:last-child {
    margin-bottom: 0;
}
.faq_list > ul > li.on  {
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.4);
}
    .faq_list > ul > li .tit {
        padding: 5px 10px;
        position: relative;
        padding-left: 32px;
        cursor: pointer;
    }
.faq_list .tit:before {
    content: '';
    display: inline-block;
    background: url(/Assets/res/customer/img/icon_q_off.png) no-repeat;
    background-size: cover;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 3px;
}
.faq_list ul li .tit::after {
  content: "";
  background: url(/Assets/img/icon-more.png) no-repeat;
  width: 25px;
  height: 20px;
  position: absolute;
  right: 5px;
  top: 3px;
}
.faq_list > ul > li.on .tit::after {
  background: url(/Assets/img/icon-more.png) no-repeat;
  transform: rotate(180deg);
  top: 3px;
  right: 10px;
}
.faq_list .item {
  padding: 10px 0;
  display: none;
  position: relative;
}
    .faq_list .item .flex {
        flex-direction: column;
        position: absolute;
        top: 29.5%;
        left: 40%;
        gap: 5px
    }
    .faq_list .text-box {
        padding: 10px 16px;
        width: 432px;
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        line-height: 1.5;
    }
        .faq_list .text-box p {
            margin: 6px 0;
            font-weight: 600;
        }
        .faq_list .text-box:first-child {

        }
        .faq_list .text-box:nth-child(2) {
        }
        .faq_list .text-box:last-child {
            padding: 305px 16px 53px 16px;
            margin-top: 72px;
        }
        .faq_list .item .faq_answer {
            position: relative;
            padding-left: 32px;
            height: 32px;
            line-height: 25px;
        }
    .faq_list .item .faq_answer:before {
        content: '';
        display: inline-block;
        background: url(/Assets/res/customer/img/icon_a.png) no-repeat;
        background-size: cover;
        width: 25px;
        height: 25px;
        position: absolute;
        left: 0;
        top: 0;
    }
    .faq_list .item .box-wrap {
        display: flex;
        gap: 16px;
        border: 0;
    }
    .faq_list .item .bg-box {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 15px 20px;
        flex: 1;
        letter-spacing: -0.07rem;
        font-weight: 600;
        color: #4d4d4d;
    }
        .faq_list .item .bg-box:first-child {
            flex: 2;
        }
        .faq_list .item .bg-box span:first-child {
            margin-bottom: 10px;
            padding-bottom: 10px;
            border-bottom: 1px solid #D8D8D8;
            width: 100%;
            text-align: center;
        }
.faq_list > ul > li.on .tit {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 16px;
    color: #5a27bf;
    font-weight: 600;
}
.faq_list > ul > li.on .tit:before {
    background: url(/Assets/res/customer/img/icon_q.png) no-repeat;
    background-size: cover;
    width: 25px;
    height: 25px;
}

.faq_list:first-child {
  margin-top: 0;
}
.faq_list .board-list {
    margin-top: 10px;
}
    .faq_list .board-list .sub-tit,
    .faq_list .board-list .content {
        display: flex;
        justify-content: center;
    }
    .faq_list .board-list .sub-tit > div,
    .faq_list .board-list .content > div {
        width: 100px;
        height: 36px;
        line-height: 32px;
        text-align: center;
    }
    .faq_list .win_list.board-list .sub-tit > div {
        background: #FDE9F0;
        border-bottom: 1px solid #E987AA;
        border-top: 1px solid #E987AA;
        border-left: 1px solid #E987AA;
    }
        .faq_list .win_list.board-list .sub-tit > div:last-child {
            border-right: 1px solid #E987AA
        }
    .faq_list .lose_list.board-list .sub-tit > div {
        background: #E5F3FF;
        border-bottom: 1px solid #44A0F4;
        border-top: 1px solid #44A0F4;
        border-left: 1px solid #44A0F4;
    }
        .faq_list .lose_list.board-list .sub-tit > div:last-child {
            border-right: 1px solid #44A0F4
        }
    .faq_list .win_list.board-list .content > div,
    .faq_list .lose_list.board-list .content > div {
        border-bottom: 1px solid #DEDEDE;
        border-left: 1px solid #DEDEDE;
    }
        .faq_list .win_list.board-list .content > div:last-child,
        .faq_list .lose_list.board-list .content > div:last-child {
            border-right: 1px solid #DEDEDE
        }

    .faq_list ul li.premium_room.on {
        height: 890px;
    }
    .faq_list ul li.premium_room.on .item {
        overflow-y: scroll;
        display: block;
        position: absolute;
        height: 800px;
        width: 98%;
        top: 60px;
        right: 0px;
    }
.faq_list ul li.scroll .item::-webkit-scrollbar-thumb {
    background-color: #aaa;
    border-radius: 100px;
}
    .faq_list ul li.scroll .item::-webkit-scrollbar {
        width: 7px;
    }