﻿.show {
    display: block
}

.hide {
    display: none
}

.tab li,
.tab li a {
    box-sizing: border-box;
}

.tab li:nth-child(1) a,
.tab li:nth-child(2) a,
.tab li:nth-child(3) a {
    border-right: none;
}

.tab li:nth-child(1),
.tab li:nth-child(1) a{
    border-radius: 8px 0 0 8px;
}

.tab li:nth-child(4),
.tab li:nth-child(4) a{
    border-radius:0 8px 8px 0;
}

.hp_box .tab.type2 .tab-menu li a {
    font-size: 1.3rem;
}

.tab.type2 .tab-menu li.active a {
    color: #5a27bf;
    background-color: #f4efff;
    border-radius: 5px;
    font-weight: 600;
}

.board-list tr:hover {
    background: #f8f8f8;
}

.com-list li:hover {
    border-radius: 8px;
    transition: all ease 0.2s;
    background: #f5f5f5;
}

a:hover {
    transition: all .3s
}

.board-list .null {
    padding: 16px;
}

    .board-list .null p {
        color: #666;
    }

.btn_all {
    text-indent: -9999px;
}

.msg {
    margin-top: 0;
}

.date {
    color: #888
}

.new {
    background: url(/assets/img/new.png) no-repeat;
    width: 16px;
    height: 16px;
    background-size: 16px;
    text-indent: -9999px;
    display: inline-block;
    line-height: 16px;
    border: 0;
}

.badge.out {
    border: 1px solid #ed407f;
    color: #ed407f;
    border-radius: 4px;
    padding: 3px 6px;
    height: 20px;
    font-size: 1.2rem;
    margin-right: 5px;
}

.badge.join {
    border: 1px solid #666;
    color: #666;
    border-radius: 4px;
    padding: 3px 6px;
    height: 20px;
    font-size: 1.2rem;
    margin-right: 5px;
}

.icon-next {
    display: inline-block;
    background: url(/assets/res/guild/img/icon-next.png) no-repeat;
    width: 14px;
    height: 14px;
    margin-bottom: -3px;
}

.icon-arrow {
    display: inline-block;
    background: url(/assets/res/guild/img/icon-arrow.png) no-repeat;
    width: 28px;
    height: 22px;
}

.profile img {
    border-radius: 50%;
}

.btn-wrap-box a {
    padding: 3px 10px;
    border-radius: 4px;
    border: 1px solid #0071c3;
    background: rgba(0, 163, 255, 0.4);
    color: #fff;
    height: 28px;
    line-height: 28px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.btn_join {
    padding: 0 10px;
    background: #44A0F4;
    color: #fff;
    min-width: 74px;
    height: 28px;
    line-height: 26px;
    transition: 0.3s;
    border-radius: 16px;
}

.btn_out {
    padding: 0 10px;
    background: rgba(0, 0, 0, 0.1);
    color: #666;
    height: 28px;
    line-height: 26px;
    transition: 0.3s;
    border-radius: 16px
}
.btn_out:after {
    content:'';
    display: inline-block;
    background: url(/Assets/res/guild/img/icon-out.png) no-repeat;
    width: 18px;
    height: 18px;
    background-size: cover;
    margin: 0 0 -3px 3px;
}

.btn_out:hover {
    background: rgba(0, 0, 0, 0.15);
    color: #666
}

.hp_box .title {
    font-size: 1.3rem;
    font-weight: 600;
    text-align: center;
    padding: 16px 0;
    background-color: #f2f2f2;
    border-radius: 10px 10px 0 0;
}

.board-list td.writer {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
/* 메인 */
.main_banner {
    position: relative;
}
   .main_banner img {
        width: 100%;
        border-radius: 10px;
    }

    .main_banner .text-box {
        display: inline-block;
        position: absolute;
        right: 3%;
        top: 50%;
        transform: translateY(-50%);
        color: #fff;
        line-height: 1.7;
        font-size: 1.4rem;
    }

        .main_banner .text-box h2 {
            font-size: 1.8rem;
            font-weight: 600;
            margin-bottom: 5px;
        }

        .main_banner .text-box > p {
            margin-bottom: 10px;
        }

        .main_banner .text-box p span {
            font-size: 1.6rem;
            font-weight: 600;
        }

.my_guild .none {
    border-radius: 4px;
    border: 1px solid #c92d2d;
    background: rgba(0, 0, 0, 0.4);
    padding: 1px 10px;
    color: #c92d2d;
}

.my_guild strong {
    color: #ffe500;
    font-weight: 600;
}

.my_guild .guild_name {
    padding: 0 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.4);
    color: #fff;
    height: 26px;
    line-height: 24px;
    display: flex;
    align-items: center;
    gap: 5px;
    border: 1px solid #aaa;
}

    .my_guild .guild_name p {
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .my_guild .guild_name:hover {
        background: rgba(255, 255, 255, .2);
    }

.create_guild:hover {
    background: rgba(0, 163, 255, .2);
    color: #fff
}

.best_guild {
    position: relative;
}

    .best_guild .bg {
        background: url(/Assets/res/guild/img/banner-null.png);
        width: 95%;
        height: 200px;
        position: absolute;
        top: 55%;
        left: 50%;
        transform: translate(-50%,-50%);
        opacity: 0.5;
        border-radius: 16px
    }
    .best_guild .banner_null {
        position: absolute;
        top: 55%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: 2;
       /* background: rgba(255,255,255,.3);*/
        padding: 10px 16px;
        border-radius: 16px;
        font-weight: 600;
        display: flex;
        gap: 8px;
        align-items: center;
        color: #fff;
        transition: all .3s
    }
   /*     .best_guild .banner_null:hover {
            background: rgba(255,255,255,.2);
        }*/
        .best_guild .banner_null:hover .guild_name {
            color: #444;
        }
            .best_guild .banner_null img {
                border-radius: 50%;
                width: 60px;
                height: 60px
            }
    .best_guild .guild_name {
        font-size: 4rem;
        color: #2c2c2c;
        letter-spacing: -0.05em;
        text-shadow: 2px 2px 0px #d5d5d5, 5px 6px 0px rgba(0, 0, 0, 0.2);
    }

    .best_guild img {
        width: 100%;
    }

    .best_guild .guild_banner {
        width: 96%;
        position: absolute;
        top: 79px;
        left: 50%;
        transform: translateX(-50%);
    }
  
    .best_guild .info {
        font-size: 1.2rem;
        color: #fff;
        position: absolute;
        bottom: 11px;
        left: 1%;
    }

        .best_guild .info:before {
            content: "";
            display: inline-block;
            background: url(/assets/res/guild/img/icon-info.png) no-repeat;
            width: 16px;
            height: 17px;
            vertical-align: middle;
            margin-right: 5px;
        }

.board-list .img-rank.badge_1 {
    text-indent: -999px;
    background: url(/Assets/img/rank-1-icon.png) no-repeat center;
    background-size: 42px;
    width: 42px;
    height: 42px;
}
.board-list .img-rank.badge_2 {
    text-indent: -999px;
    background: url(/Assets/img/rank-2-icon.png) no-repeat center;
    background-size: 42px;
    width: 42px;
    height: 42px;
}
.board-list .img-rank.badge_3 {
    text-indent: -999px;
    background: url(/Assets/img/rank-3-icon.png) no-repeat center;
    background-size: 42px;
    width: 42px;
    height: 42px;
}

.board-list table {
    border-collapse: separate;
    border-left: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    border-radius: 10px 10px 0 0;
}

    .board-list table thead {
        border: 1px solid #d4d4d4;
        border-radius: 10px;
    }

    .board-list table tbody {
        border-left: 1px solid #d4d4d4;
        border-right: 1px solid #d4d4d4;
    }

    .board-list table th {
        background-color: #fff;
        border-top: 1px solid #d4d4d4;
        border-bottom: 1px solid #d4d4d4;
        color: #7d7d7d;
    }

        .board-list table th:first-child {
            border-radius: 10px 0 0 10px;
        }

        .board-list table th:last-child {
            border-radius: 0 10px 10px 0;
        }

.board-list td {
    box-shadow: none;
    border-bottom: 1px solid #d4d4d4;
    padding: 0 15px;
}

.board-list .profile {
    display: flex;
    align-items: center;
    gap: 6px;
}

    .board-list .profile img {
        width: 32px;
        height: 32px;
    }

/* family-home */
.guild_info .info_wrap {
    position: relative;
}

    .guild_info .profile {
        position: absolute;
        top: 21.5%;
        left: 14%;
    }

        .guild_info .profile img {
            width: 140px;
            height: 140px;
        }

    .guild_info .guild_name {
        font-size: 1.8rem;
        font-weight: 600;
        position: absolute;
        bottom: 92px;
    }

        .guild_info .info_img.rank_1 .guild_name ,
        .guild_info .info_img.rank_2 .guild_name ,
        .guild_info .info_img.rank_3 .guild_name {         
             bottom: 86px;
        }

    .guild_info .btn_donation {
        background: #ed407f;
        color: #fff;
        font-size: 1.6rem;
        width: 100px;
        height: 36px;
        border-radius: 8px;
        transition: 0.3s;
        position: absolute;
        bottom: 38px;
    }

    .guild_info .info_img {
        background: url(/assets/res/guild/img/fam_home_rank.png) no-repeat;
        height: 330px;
        width: 360px;
        margin: 6px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

        .guild_info .info_img .badge {
            border-radius: 16px;
            font-size: 1.6rem;
            background-color: rgba(255, 255, 255, 0.2);
            position: absolute;
            top: 30px;
            padding: 2px 12px;
            line-height: 1.2;
            min-height: 28px;
        }

        .guild_info .info_img.rank_1 .badge,
        .guild_info .info_img.rank_2 .badge,
        .guild_info .info_img.rank_3 .badge {
            top: 25px;
        }

        .guild_info .info_img.rank_1 {
            background-position: -360px 0;
            color: #fff;
        }

        .guild_info .info_img.rank_2 {
            background-position: -720px 0;
            color: #fff;
        }

        .guild_info .info_img.rank_3 {
            background-position: -1080px 0;
            color: #fff;
        }

    .guild_info .info_desc {
        margin: 0 auto;
        width: calc(100% - 400px);
        font-size: 1.3rem;
    }

        .guild_info .info_desc .tit {
            padding: 16px 0;
            border-bottom: 1px solid #f1f1f1;
            display: flex;
            justify-content: space-between;
            align-items: center
        }

        .guild_info .info_desc h1{
            font-size: 1.8rem;
            font-weight: 600;
        }

.info_desc .sum {
    display: flex;
    margin: 24px 0;
}

    .info_desc .sum .badge {
        user-select: none;
        display: inline-block;
        min-width: 24px;
        min-height: 24px;
        padding: 5px;
        text-align: center;
        text-align-last: center;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
        border-radius: 50%;
        background: #fff;
        color: #000;
        text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.4);
        border: 2px solid #fff;
        background: #7e4fe5;
        color: #fff;
    }

        .info_desc .sum .badge span {
            font-size: 1.3rem
        }


.info_desc .sum li,
.info_desc div ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
    .info_desc .sum li h2 {
        display: flex;
        align-items: center;
        gap: 8px;
    }

.info_desc > div {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .info_desc .sum span {
        display: inline-block;
        padding: 0 8px;
        height: 23px;
        line-height: 23px;
        opacity: 0.6;
        background: #3a3a3a;
        border-radius: 16px;
        color: #fff;
    }

.info_desc .list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 16px;
}

    .info_desc .list span {
        font-size: 1.3rem;
        font-weight: 600;
    }

    .info_desc .list p {
        width: 100%;
        border: 1px solid #eee;
        padding: 10px;
        border-radius: 8px;
        font-size: 1.3rem;
        color: #666
    }

    .info_desc .list .notice {
        display: flex;
        align-items: center;
        gap: 4px;
    }

        .info_desc .list .notice:before {
            content: "";
            display: inline-block;
            background: url(/assets/res/guild/img/icon-notice.png) no-repeat;
            width: 16px;
            height: 16px;
        }
.guild_wrap {
    display: flex;
    align-items: center
}
.guild_banner {
    height: 200px;
    display: inline-block;
    position: relative;
}

.guild_banner .banner-null h1 {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 2.2rem;
    background: rgba(0,0,0,.1);
    padding: 10px 16px;
    border-radius: 16px;
    color: #333;
    line-height: 1.5;
    height: 56px;
}

.guild_banner .banner-null p {
    font-size: 1.3rem;
    color: #888;
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translateX(-50%)
}

.guild_banner .banner-null .btn {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translateX(-50%)
}

.guild_member {
    position: relative;
}

    .guild_member ul {
        position: relative;
        display: flex;
        gap: 20px;
        padding: 70px 32px 50px;
    }

        .guild_member ul li {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 12px;
            width: 138px;
            position:relative
        }

        .guild_member ul li:after {
            content: "";
            display: inline-block;
            width: 1px;
            height: 145px;
            background-color: #eee;
            position:absolute;
            left:145px;
            top: 0;
        }

.guild_member ul li:last-child:after {
    display: none;
}

.guild_member ul li .member {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.guild_member .rank_1st {
    display: inline-block;
    position: relative;
    width: 94px;
    height: 94px;
    overflow: initial
}

    .guild_member .rank_1st:after {
        content: "";
        display: inline-block;
        background: url(/assets/res/guild/img/fam_member_1st.png) no-repeat;
        width: 125px;
        height: 159px;
        position: absolute;
        left: -16%;
        top: -50px;
    }

.guild_member .name-wrap {
    margin-top: 20px;
}

.guild_member .user_photo img {
    border-radius: 50%;
    width: 94px;
    height: 94px;
}

.guild_member .btn {
    border: 1px solid #5a27bf;
    color: #5a27bf;
    margin-left: 2px;
}

.guild_member .btn:hover {
    background-color: #5a27bf;
    color: #fff;
}

.guild_member .info {
    text-align: center;
    color: #888;
    position: absolute;
    bottom: 15px;
    width: 100%;
    font-size: 1.3rem;
}

    .guild_member .info:before {
        content: "";
        display: inline-block;
        background: url(/assets/res/guild/img/icon-info_gray.png) no-repeat;
        width: 16px;
        height: 17px;
        vertical-align: middle;
        margin-right: 5px;
        margin-top: -2px;
    }

.guild_article ul {
    width: 416px;
    display: inline-block;
    margin: 10px 0 12px;
    height: 175px;
    overflow: hidden;
    padding: 0 8px;
    border-right: 1px solid #f5f5f5
}

    .guild_article ul li {
        line-height: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        font-size: 1.3rem;
    }

        .guild_article ul li a.subject {
            font-size: 1.3rem;
            max-width: 400px;
            width: 100%;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            word-wrap: normal;
            display: inline-block;
            vertical-align: bottom;
            margin-right: 3px;
        }

            .guild_article ul li a.subject:before {
                content: "";
                display: inline-block;
                background: url(/assets/img/icon-text.png) no-repeat;
                width: 16px;
                height: 16px;
                background-size: 16px;
                vertical-align: text-bottom;
                margin: 0 3px;
            }
                .guild_article ul li .comment{
                    color: #5a27bf
               }

                .guild_article ul li .name-wrap {
                  max-width: 140px;
                  width: 100%;
               }

                .guild_article ul li .date {
                    color: #888;
                    font-size: 1.2rem
               }
/*.guild_news ul {
    width: 50%;
    display: inline-block;
    overflow: hidden;
    border-right: 1px solid #f5f5f5;
}*/
.guild_news ul li {
    display: flex;
    align-items: center;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #f5f5f5;
    font-size: 1.2rem;
    padding: 0 8px;
    font-size: 1.3rem;
    gap: 8px;
    justify-content: space-between;
}
    .guild_news ul li:nth-child(10),
    .guild_news ul li:nth-child(20)
    {
        border-bottom: 0;
    }

    /* 게시판 */
    .guild_bbs {
        font-size: 1.3rem;
    }
    .guild_bbs .intro h2 {
        gap:3px;
    }

        .guild_bbs .intro h2 img {
            margin-right: 8px;
        }

    .guild_bbs .intro p {
        display: flex;
        align-items: center;
        gap: 5px;
    }

.arrow_box {
    position: relative;
    background: #ebebeb;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #ebebeb;
}

    .arrow_box:after {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        width: 0;
        height: 0;
        border: 8px solid transparent;
        border-right-color: #ebebeb;
        border-left: 0;
        margin-top: -8px;
        margin-left: -8px;
    }

.guild_bbs .board-list table th:first-child,
.guild_bbs .board-list table th:last-child {
    border-radius: 0;
}

.guild_bbs .board-list table {
    border-collapse: collapse;
}

    .guild_bbs .box-wrap,
    .guild_bbs .board-list table tbody,
    .guild_bbs .board-list table,
    .guild_bbs .board-list table thead {
        border: 0;
    }

.guild_bbs .board-list tr {
    border-bottom: 1px solid #d4d4d4;
}

    .guild_bbs .board-list tr:last-child {
        border-bottom: 0;
    }

.guild_bbs .board-list td {
    border-bottom: 0;
}

.guild_bbs .board-list .tit {
    display: flex;
    align-items: center;
}

.guild_bbs .board-list .tit a {
    max-width: 293px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-wrap: normal !important;
    line-height: 54px;
}
.top-btn-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 16px;
}

.top-btn-area .btn {
    width: 6.9rem;
}

    .top-btn-area .top-btn-left {
        display: flex;
        gap: 5px;
    }

.view-info {
    display: flex;
    align-items: center;
}

    .view-info li {
        font-size: 1.3rem;
        font-weight: 500;
    }

    .view-info li strong{
        color: #666;
    }


        .view-info li + li {
            margin-left: 24px;
        }

        .view-info li span + span {
            margin-left: 4px;
        }

        .view-info li.report {
            color: #ff2323;
        }

.board_up .board-like {
    background-image: url("/Assets/img/like_default.png");
    width: 160px;
    height: 160px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
}

.board_up .board-like_on {
    background-image: url("/Assets/img/like_on.png");
    width: 160px;
    height: 160px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
}

.board_up {
    height: 160px;
    position: relative;
    margin-top: 20px;
}

    .board_up .board-like:hover {
        background-image: url("/Assets/img/like_on.png");
    }

.guild_view .top {
    padding: 16px;
    border-bottom: 1px solid #ebebeb;
}

    .guild_view .top .tit {
        font-weight: 700;
        font-size: 2.4rem;
        line-height: 1.3;
        margin-bottom: 8px;
    }

.guild_view .top .view_report_box {
    margin-top: 15px;
    position: relative;
    padding: 24px 24px 24px 17px;
}

    .guild_view .top .view_report_box .r_content {
        position: relative;
    }

        .guild_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;
        }

        .guild_view .top .view_report_box .r_content .btn {
            width: 81px;
            height: 105px;
            position: absolute;
        }

        .guild_view .top .view_report_box .r_content .number {
            position: absolute;
            bottom: 10px;
            right: 115px;
            font-size: 12px;
            font-weight: 500;
            color: #666;
        }

            .guild_view .top .view_report_box .r_content .number .count {
                color: #333;
            }

    .guild_view .top .view_report_box .r_text {
        font-size: 1.2rem;
        margin-top: 5px;
    }

        .guild_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;
        }

.guild_view .r_category {
    margin-bottom: 10px;
    display: flex;
    gap: 15px;
}

    .guild_view .r_category .check_btn {
        font-size: 1.2rem;
        display: flex;
        align-items: center;
        gap: 3px;
        margin-right: 5px;
        cursor: pointer;
    }

        .guild_view .r_category .check_btn:hover,
        .guild_view .r_category .check_btn.checked {
            color: #5A27BF;
        }

            .guild_view .r_category .check_btn.checked .checkbox {
                background-position: -20px;
            }

.comment-section .comment_content {
    width: calc(100% - 81px);
    padding: 16px;
    resize: none;
    color: #666;
    border: 1px solid #E9E8EE;
    border-radius: 1px;
    height: 115px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;
}
.comment-section .comment_btn {
    width: 81px;
    height: 115px;
}
    .comment-section .txt-counter {
        position: absolute;
        bottom: 25px;
        right: 114px;
        font-size: 1.2rem;
        font-weight: 500;
        color: #666;
    }
 
    .comment-section .txt-counter strong {
        color: #333;
    }
.single-comment {
    font-size: 1.3rem;
    padding: 16px;

}
    .single-comment > .name-wrap {
        padding: 0px 0 10px;
        border-bottom: 1px solid #e5e5e5
    }
    .single-comment .btn-wrap-box {
        position: relative;
        width: 100%;
        min-height: 32px;
    }
    .single-comment .reply-wrap {
        width: 100%
    }
    .single-comment .reply-wrap button.reply {
        position: absolute;
        top: 0;
        left: 0;
    }
        .single-comment .reply-wrap .reply-section {
            margin-top: 45px;
            width: 800px;
        }
            .single-comment .reply-wrap .reply-section .box-wrap {
                display: flex;
                flex-direction: column;
                align-items:inherit;
                position: relative;
                padding-left: 32px;
                background: url(/assets/img/icon-answer.png) no-repeat;
                background-size: 24px auto;
                border: none;
            }
               .single-comment .reply-wrap .reply-section .box-wrap .reply-box {
                   width: 100%;
               }
    .single-comment .edit-wrap {
        width: 100%
    }
        .single-comment .edit-wrap .edit-comment-section {
            margin-top: 50px;
            margin-left: -9px;
            width: 800px;
        }
        .single-comment .edit-wrap .edit-comment-section button {
            margin-top: -11px;
        }
    .single-comment .edit-wrap button.edit {
        position: absolute;
        top: 0;
        left: 50px;
    }
    .single-comment button.delete {
        position: absolute;
        top: 0;
        left: 100px;
    }
    .comment-content {
        padding: 16px 0;
        line-height: 1.3;
        text-align: left;
        word-break: break-word;
        display: inline-block;
        width: 100%;
    }

.single-comment.reply-comment {
    margin-top: 16px;

}

    .single-comment.reply-comment .reply-content {
        padding-left: 32px;
        background: url(/assets/img/icon-answer.png) no-repeat;
        background-size: 24px auto;
    }


/* 멤버 */
.guild_members {
    font-size: 1.3rem;
}

    .guild_members .box-wrap {
        display: flex;
        flex-direction: column;
    }

        .guild_members .box-wrap > div {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 5px;
        }

        .guild_members .box-wrap .guild_tip {
            margin: 8px 0 0;
            color: #666;
        }

        .guild_members .box-wrap .my_donatiton {
            padding: 16px 0;
            width: 100%;
            background-color: #f5f5f5;
            border-radius: 4px;
        }

            .guild_members .box-wrap .my_donatiton strong {
                font-weight: 600;
                color: #ed407f;
            }

    .guild_members .board-list table th:first-child,
    .guild_members .board-list table th:last-child {
        border-radius: 0;
    }

    .guild_members .board-list table {
        border-collapse: collapse;
    }

        .guild_members .box-wrap,
        .guild_members .board-list table tbody,
        .guild_members .board-list table,
        .guild_members .board-list table thead {
            border: 0;
        }

    .guild_members .board-list tr {
        border-bottom: 1px solid #d4d4d4;
    }

        .guild_members .board-list tr:last-child {
            border-bottom: 0;
        }

    .guild_members .board-list td {
        border-bottom: 0;
    }

    .guild_members .board-list .writer .flex {
        display: flex;
    }

    .guild_members .board-list .user_photo > img {
        width: 40px;
        height: 40px;
        border-radius: 50%;
    }

/* 관리_설정 */
.table.vertical .photo-help {
    font-size: 1.3rem;
    line-height: 1.5;
    margin-top: 16px;
}

.table.vertical th {
    background-color: #f2f2f2;
}

.table.vertical td:nth-child(3),
.table.vertical td:nth-child(4) {
    padding: 16px 0;
    text-align: right;
}

.table.vertical td:nth-child(4) {
    padding: 16px 16px 16px 0;
}

.table.vertical .user_photo img {
    display: inline-block;
    width: 130px;
    height: 130px;
    border: 1px solid #ebebeb;
    border-radius: 50%;
}

.table.vertical .banner_photo img {
    display: inline-block;
    width: 400px;
    border: 1px solid #ebebeb;
}

.table.vertical .guild_delete {
    border: 1px solid #ff2323;
    color: #ff2323;
}
.table.vertical .guild_delete:hover {
    border: 1px solid #ff2323;
    background-color: #ff2323;
    color: #fff
}
.table {
    font-size: 1.3rem;
    font-weight: 400;
}

    .table.vertical {
        border-left: 1px solid #EEEEEE;
        border-right: 1px solid #EEEEEE;
    }

        .table.vertical th {
            text-align: left;
            background: #F5F5F5;
            color: #333;
            padding: 15px 16px;
            width: 160px;
            border-bottom: 1px solid #fff;
            vertical-align: middle;
        }

        .table.vertical td {
            text-align: left;
            padding: 15px 16px;
            border-bottom: 1px solid #EEEEEE;
            vertical-align: middle;
        }

            .table.vertical td.txt-right.w-200 {
                width: 200px;
            }

            .table.vertical td .btn-wrap-box .btn.xxsmall {
                font-size: 1.2rem;
            }

                .table.vertical td .btn-wrap-box .btn.xxsmall:hover {
                    border: 1px solid #5a27bf;
                    color: #5a27bf;
                }

            .table.vertical td .btn-wrap-box .btn.bg-btn:hover {
                background: #5a27bf;
                color: #fff;
            }

            .table.vertical td .name-wrap {
                justify-content: left;
            }

        .table.vertical tr:first-child th {
            border-top: 1px solid #EEEEEE;
        }

        .table.vertical tr:first-child td {
            border-top: 1px solid #EEEEEE;
        }

        .table.vertical tr:last-child th {
            border-bottom: 1px solid #EEEEEE;
        }

    .table .default-no {
        color: #B7B7B7;
    }

    .table .user-ip {
        position: relative;
        margin-right: 35px;
    }

    .table .user-ip + .user-ip::after {
        position: absolute;
        content: '';
        display: inline-block;
        width : 1px;
        height: 12px;
        background: #ccc;
        top: 4px;
        left: -21px;
    }


/* 관리_멤버 */
/*.tab.type2 .tab-menu .depth-wrap {
    display: none !important;
    position: absolute;
    top: 30px;
    left: 2px;
    padding: 4px 0;
    z-index: 100;
    background-color: #f4efff;
    color: #333;
    font-weight: 400;
    font-size: 13px;
    border-radius: 8px;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.09);
    min-width: 100px
}

.tab.type2 .tab-menu .depth-menu > li {
    position: relative;
    text-align: center;
    cursor: pointer;
}

.tab.type2 .tab-menu li:nth-child(2):hover .depth-wrap {
    display: block !important
}

.tab.type2 .tab-menu .depth-menu > li a {
    color: #333;
    font-weight: 400;
}

.tab.type2 .tab-menu .depth-menu > li:hover a {
    color: #fff;
    background-color: #5a27bf
}

.tab.type2 .tab-menu > li:nth-child(2):before {
    position: absolute;
    border-top: 8px solid #666;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: " ";
    right: 5px;
    top: 70%;
    transform: translate(-50%,-100%);
}

.tab.type2 .tab-menu > li:nth-child(2).active:before,
.tab.type2 .tab-menu > li:nth-child(2):hover:before {
    position: absolute;
    border-top: 8px solid #5a27bf;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: " ";
    right: 5px;
    top: 70%;
    transform: translate(-50%,-100%);
}
.tab.type2 .tab-menu .depth-menu > li:after {
    display: none;
}*/

/* 관리_신청확인 */
.accept_member {
    border: 1px solid #ed407f;
    color: #ed407f !important;
}
    .accept_member:hover {
        background-color: #ed407f;
        color: #fff !important;
    }

.refuse_member {
    border: 1px solid #44a0f4;
    color: #44a0f4 !important;
}
    .refuse_member:hover {
        background-color: #44a0f4 !important;
        color: #fff !important;
    }

.dropdown {
  width: 124px;
  position: relative;
}

.dropdown.active .select-label {
    border-radius: 8px 8px 0 0;
}
.dropdown .select-label {  
  position: relative;
  display: block;
  width: 100%;
  height: 36px;
  line-height: 36px;
  color: #333;
  font-size: 13px;
  text-indent:30px;
  background: #fff;
  border: 1px solid #E9E8EE;
  z-index: 9999;
  cursor: pointer;
  transform-style: preserve-3d;  
  transform-origin: 50% 0%;
  transition: transform 300ms;
  user-select: none;
  border-radius: 8px
}
.dropdown .select-label:after {
  content: '▼';
  position: absolute;
  top: 0;
  right: 20px;  
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-size: 12px;  
}
.dropdown-list {
  position: absolute;
  top: 0px;
  width: 100%;
}
.dropdown.active li {
    border-left: 1px solid #E9E8EE;
    border-right: 1px solid #E9E8EE;
}
.dropdown-list li {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 12px;
    line-height: 32px;
    text-indent: 30px;
    color: #333;
    cursor: pointer;
    letter-spacing: 2px;
    background-color: #fff;
    transition-duration: .3s;
    list-style: none;
    opacity: 1;
    user-select: none;
    border-bottom: 1px solid #E9E8EE;
}
.dropdown-list li:hover {color: #5a27bf; font-weight:600}
.dropdown-list li:nth-child(1){z-index:4;}
.dropdown-list li:nth-child(2){z-index:3;}
.dropdown-list li:nth-child(3){z-index:2;}
    .dropdown-list li:nth-child(4) {
        z-index: 1;
        border-radius: 0 0 8px 8px;
    }

.dropdown .select-label:active:after {
  content: '▲';
}

.dropdown.active .select-label:after {
  content: '▲';
}
.dropdown.active .dropdown-list li:nth-child(1) {
  transform: translateY(100%);
}
.dropdown.active .dropdown-list li:nth-child(2) {
  transform: translateY(200%);
}
.dropdown.active .dropdown-list li:nth-child(3) {
  transform: translateY(300%);
}
.dropdown.active .dropdown-list li:nth-child(4) {
  transform: translateY(400%);
}

/* 관리_점수관리 */
.guild_point {
    font-size: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center
}
    .guild_point .circle {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        border: 1px solid #897CC7;
        background: #EDE5FF;
        color: #5a27bf;
        line-height: 30px;
        font-size: 1.8rem;
        font-weight: 600
    }
    .guild_point .point {
        border-radius: 4px;
        background: #F2ECFF;
        color: #5A27BF;
        padding: 10px
    }
    .guild_point .point strong {
        font-weight: 600
    }
    .guild_point .arrow_box {
        padding: 10px 12px;
        border-radius: 9px;
        border: 1px solid #C2C2C2;
        background-color: #fff;
        line-height: 1.3;
    }
        .guild_point .arrow_box::after {
            right: -9px;
            left: initial;
            transform: rotate(180deg);
            border-right-color: #C2C2C2
        }
    .guild_point p {
        font-size: 1.3rem;
        color: #777
    }
    .guild_point button {
        background-color: #DFDFDF
    }
    .guild_point button:hover {
        background-color: #ed407f;
        color: #fff;
    }
    /* 관리_레벨혜택 */
    .badge {
        user-select: none;
        display: inline-block;
        min-width: 30px;
        min-height: 30px;
        padding: 5px;
        text-align: center;
        text-align-last: center;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
        border-radius: 50%;
        background: #fff;
        color: #000;
        text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.4);
        border: 2px solid #fff;
        background: #7e4fe5;
        color: #fff;
    }
.badge span {
    font-size:1.6rem
}
.badge_1 {
    background: #D9D9D9;
}
.badge_2 {
    background: #FF9797;
}
.badge_3 {
    background: #FFC397;
}
.badge_4 {
    background: #ffd02c;
}
.badge_5 {
    background: #7cdd4f;
}
.badge_6 {
    background: #54c4f3;
}
.badge_7 {
    background: #5F86EB;
}
.badge_8 {
    background: #9D8DFF;
}
.badge_9 {
    background: #FF66D4;
}


/* 페이징 */
.paging {
    position: relative;
    margin-top: 16px;
    text-align: center;
}
    .paging .on,
    .paging a {
        display: inline-block;
        min-width: 24px;
        height: 24px;
        line-height: 24px;
        margin: 0 4px;
        color: #555;
        text-align: center;
        font-size: 1.5rem;
        font-weight: 400;
        vertical-align: top;
        word-break: break-all;
    }

        .paging .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;
        text-indent: -9999px;
    }

        .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");
        }