@charset "UTF-8";
/*****************************************
 * Reset
 ******************************************/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, form, fieldset, p, button {
    margin: 0;
    padding: 0;
}

body, h1, h2, h3, h4, input, button, textarea {
    font-family: Malgun Gothic, Dotum, Helvetica, droid sans fallback, AppleSDGothicNeo, sans-serif;
    color: black;
}

body {
    background-color: #ccc;
    word-break: break-all;
    -ms-word-break: break-all;
    letter-spacing: -0.050em;
}

img, fieldset, iframe {
    border: 0 none;
}

ul, ol, li {
    list-style: none;
}

img {
    vertical-align: middle;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-pixelated;
    image-rendering: pixelated;
}

label, button, input[type="radio"], input[type="checkbox"] {
    cursor: pointer;
}

input, select, button {
    vertical-align: middle;
}

    button * {
        position: relative;
    }

    button img {
        left: -3px;
        *left: auto;
    }

option {
    padding-right: 6px;
}

hr {
    display: none;
}

legend {
    *width: 0;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    word-wrap: break-word;
    word-break: break-all;
}

caption {
    position: absolute;
    width: 0;
    line-height: 0;
    height: 0;
    font-size: 0;
    top: 0;
    left: -9999px;
    overflow: hidden;
}

input::-ms-clear {
    display: none;
}

input[type="text"] {
    height: 30px;
    padding-left: 10px;
    font-size: 12px;
    color: #999999;
    border: 1px solid #ddd;
}

    input[type="text"]:focus {
        color: black;
    }

select {
    height: 30px;
    padding-left: 8px;
    font-size: 12px;
    color: #999999;
    border: 1px solid #dddddd;
}

    select[disabled] {
        background-color: #e6e6e6;
    }

    select:focus {
        color: black;
    }

div:focus {
    outline: none;
}

a {
    color: black;
    text-decoration: none;
}

    a[disabled] {
        cursor: default;
    }

    a:hover, a:active {
        text-decoration: underline;
    }

    a:focus {
        outline: auto;
    }

/*****************************************
 * Layout
 ******************************************/
#suddenAttack {
    position: relative;
    max-width: 1920px;
    min-width: 1280px;
    margin: 0 auto;
    background-color: white;
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

#header {
    position: relative;
    background: url("https://img.sa.nexon.com/assets/common/sub/header_bg.jpg") no-repeat 50% 0;
    min-height: 360px;
}

#body {
    position: relative;
}

#body_left {
    position: relative;
    float: left;
    width: 850px;
    margin-bottom: 100px;
    padding: 40px 0 0 0;
}

#body_right {
    position: relative;
    float: right;
    width: 265px;
    margin-bottom: 100px;
    padding: 40px 40px 0 40px;
}

/*****************************************
 * Title
 ******************************************/
.h1 {
    position: relative;
    display: inline-block;
    margin: 0 14px 0 -4px;
    font-size: 42px;
    font-weight: normal;
    color: black;
    line-height: 28px;
    letter-spacing: -5px;
    *display: inline;
    *line-height: normal;
}

.h2 {
    position: relative;
    margin: 0 0 19px 0;
    padding: 18px 0 0 0;
    font-size: 18px;
    color: black;
}

    .h2 span {
        color: #cf5228;
        vertical-align: top;
    }

.h3 {
    position: relative;
    margin: 0 0 19px 0;
    font-size: 18px;
    font-weight: normal;
    color: black;
}

.title {
    position: relative;
    height: 39px;
    margin: 0 0 25px 0;
    font-size: 16px;
    color: #777777;
}

.sentence {
    vertical-align: -4px;
}

.bullet {
    display: inline-block;
    min-width: 46px;
    height: 18px;
    margin: 0 10px 0 0;
    padding: 0 3px;
    font-size: 12px;
    color: white;
    text-align: center;
    background-color: #c7c3c2;
}

/*****************************************
 * Loaction
 ******************************************/
.location {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 12px;
    color: #777777;
}

    .location b {
        color: black;
    }

    .location .step {
        display: inline-block;
        width: 0;
        height: 0;
        margin: 0 5px;
        vertical-align: 1px;
        border-top: 3px solid transparent;
        border-bottom: 3px solid transparent;
        border-left: 3px solid #aaaeb1;
    }

/*****************************************
 * Page tab
 ******************************************/
.pageTab {
    position: relative;
    height: 55px;
    border: 1px solid #e7e7e7;
    border-bottom: 2px solid #141313;
}

    .pageTab li {
        border-left: 1px solid #e7e7e7;
        float: left;
    }

        .pageTab li:first-child {
            border-left: 0;
        }

        .pageTab li a {
            display: block;
            width: 100%;
            height: 55px;
            font-size: 16px;
            color: #666666;
            text-align: center;
            line-height: 54px;
        }

        .pageTab li.active a {
            color: white;
            background-color: #cf5228;
            text-decoration: none;
        }

        .pageTab li a .num {
            color: #cf5228;
        }

        .pageTab li.active a .num {
            color: #feee3b;
        }

    .pageTab.pt2 li {
        width: 49.93961%;
    }

    .pageTab.pt3 li {
        width: 33.24879%;
    }

    .pageTab.pt4 li {
        width: 24.90338%;
    }

    .pageTab.pt5 li {
        width: 19.907%;
    }

    .pageTab.pt6 li {
        width: 16.55797%;
    }

    .pageTab.pt7 li {
        width: 14.17874%;
    }

    .pageTab.pt8 li {
        width: 12.3913%;
    }

/*****************************************
 * Icons
 ******************************************/
.sp {
    background: url("https://img.sa.nexon.com/assets/common/icon/spritesheet_20221110.png") no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.sp-over {
    display: none;
}

.sp-arrow {
    width: 9px;
    height: 11px;
    background-position: -5px -5px;
}

.sp-b-atoz {
    width: 24px;
    height: 24px;
    background-position: -5px -26px;
}

.sp-b-free {
    width: 24px;
    height: 24px;
    background-position: -5px -60px;
}

.sp-b-bug {
    width: 24px;
    height: 24px;
    background-position: -5px -2201px;
}

.sp-b-friend {
    width: 24px;
    height: 24px;
    background-position: -5px -94px;
}

.sp-b-gallery {
    width: 24px;
    height: 24px;
    background-position: -5px -128px;
}

.sp-b-notice {
    width: 24px;
    height: 24px;
    background-position: -5px -162px;
}

.sp-b-ucc {
    width: 24px;
    height: 24px;
    background-position: -5px -196px;
}

.sp-calendar {
    width: 14px;
    height: 13px;
    background-position: -5px -230px;
}

.sp-clip {
    width: 15px;
    height: 14px;
    background-position: -5px -253px;
}

.sp-cry {
    width: 15px;
    height: 15px;
    background-position: -5px -277px;
}

.sp-down {
    width: 10px;
    height: 7px;
    background-position: -5px -302px;
}

.sp-download {
    width: 14px;
    height: 10px;
    background-position: -5px -319px;
}

.sp-exclamation {
    width: 16px;
    height: 16px;
    background-position: -5px -339px;
}

.sp-facebook {
    width: 34px;
    height: 34px;
    background-position: -5px -365px;
}

.sp-first {
    width: 20px;
    height: 20px;
    background-position: -5px -409px;
}

.sp-flag-best {
    width: 42px;
    height: 44px;
    background-position: -5px -439px;
}

.sp-flag-hot {
    width: 42px;
    height: 44px;
    background-position: -5px -493px;
}

.sp-flag-new {
    width: 41px;
    height: 41px;
    background-position: -5px -547px;
}

.sp-flag-new2 {
    width: 42px;
    height: 44px;
    background-position: -5px -2122px;
}

.sp-fomos {
    width: 45px;
    height: 18px;
    background-position: -5px -598px;
}

.sp-friend {
    width: 20px;
    height: 17px;
    background-position: -5px -626px;
}

.sp-home {
    width: 20px;
    height: 20px;
    background-position: -5px -653px;
}

.sp-img {
    width: 13px;
    height: 13px;
    background-position: -5px -683px;
}

.sp-last {
    width: 20px;
    height: 20px;
    background-position: -5px -706px;
}

.sp-letter {
    width: 20px;
    height: 17px;
    background-position: -5px -736px;
}

.sp-live {
    width: 32px;
    height: 18px;
    background-position: -5px -763px;
}

.sp-logout {
    width: 15px;
    height: 15px;
    background-position: -5px -791px;
}

.sp-medal-bronze {
    width: 28px;
    height: 24px;
    background-position: -5px -816px;
}

.sp-medal-fifth {
    width: 28px;
    height: 24px;
    background-position: -5px -850px;
}

.sp-medal-fourth {
    width: 28px;
    height: 24px;
    background-position: -5px -884px;
}

.sp-medal-gold {
    width: 28px;
    height: 24px;
    background-position: -5px -918px;
}

.sp-medal-silver {
    width: 28px;
    height: 24px;
    background-position: -5px -952px;
}

.sp-mobile {
    width: 8px;
    height: 13px;
    background-position: -5px -986px;
}

.sp-new {
    width: 19px;
    height: 19px;
    background-position: -5px -1009px;
}

.sp-next {
    width: 20px;
    height: 20px;
    background-position: -5px -1038px;
}

.sp-next20 {
    width: 20px;
    height: 20px;
    background-position: -5px -1068px;
}

.sp-next25 {
    width: 25px;
    height: 25px;
    background-position: -5px -1098px;
}

.sp-note {
    width: 20px;
    height: 17px;
    background-position: -5px -1133px;
}

.sp-off {
    width: 20px;
    height: 17px;
    background-position: -5px -1160px;
}

.sp-on {
    width: 20px;
    height: 17px;
    background-position: -5px -1187px;
}

.sp-p-card {
    width: 18px;
    height: 19px;
    background-position: -5px -1214px;
}

.sp-p-card-over {
    width: 18px;
    height: 19px;
    background-position: -5px -1243px;
}

.sp-p-character {
    width: 26px;
    height: 19px;
    background-position: -5px -1272px;
}

.sp-p-character-over {
    width: 26px;
    height: 19px;
    background-position: -5px -1301px;
}

.sp-p-clan {
    width: 16px;
    height: 19px;
    background-position: -5px -1330px;
}

.sp-p-clan-over {
    width: 16px;
    height: 19px;
    background-position: -5px -1359px;
}

.sp-p-friends {
    width: 17px;
    height: 19px;
    background-position: -5px -1388px;
}

.sp-p-friends-over {
    width: 17px;
    height: 19px;
    background-position: -5px -1417px;
}

.sp-p-message {
    width: 18px;
    height: 19px;
    background-position: -5px -1446px;
}

.sp-p-message-over {
    width: 18px;
    height: 19px;
    background-position: -5px -1475px;
}

.sp-p-deal {
    width: 16px;
    height: 18px;
    background-position: -33px -1564px;
}

.sp-p-deal-over {
    width: 16px;
    height: 18px;
    background-position: -33px -1593px;
}

.sp-p-news {
    width: 20px;
    height: 19px;
    background-position: -5px -1504px;
}

.sp-p-news-over {
    width: 20px;
    height: 19px;
    background-position: -5px -1533px;
}

.sp-p-note {
    width: 18px;
    height: 19px;
    background-position: -5px -1562px;
}

.sp-p-note-over {
    width: 18px;
    height: 19px;
    background-position: -5px -1591px;
}

.sp-pencil {
    width: 20px;
    height: 20px;
    background-position: -5px -1620px;
}

.sp-play {
    width: 24px;
    height: 37px;
    background-position: -5px -1650px;
}

.sp-prev {
    width: 20px;
    height: 20px;
    background-position: -5px -1697px;
}

.sp-prev20 {
    width: 20px;
    height: 20px;
    background-position: -5px -1727px;
}

.sp-prev25 {
    width: 25px;
    height: 25px;
    background-position: -5px -1757px;
}

.sp-rss {
    width: 16px;
    height: 16px;
    background-position: -5px -1792px;
}

.sp-search {
    width: 40px;
    height: 40px;
    background-position: -5px -1818px;
}

.sp-siren {
    width: 15px;
    height: 15px;
    background-position: -5px -1868px;
}

.sp-smile {
    width: 15px;
    height: 15px;
    background-position: -5px -1893px;
}

.sp-star {
    width: 18px;
    height: 19px;
    background-position: -5px -1918px;
}

.sp-star-mini {
    width: 15px;
    height: 15px;
    background-position: -5px -1947px;
}

.sp-talk {
    width: 47px;
    height: 16px;
    background-position: -5px -1972px;
}

.sp-up {
    width: 10px;
    height: 7px;
    background-position: -5px -1998px;
}

.sp-video {
    width: 13px;
    height: 13px;
    background-position: -5px -2015px;
}

.sp-youtube {
    width: 34px;
    height: 34px;
    background-position: -5px -2038px;
}

.sp-youtube-play {
    width: 30px;
    height: 30px;
    background-position: -5px -2082px;
}

.sp-like {
    width: 16px;
    height: 15px;
    background-position: -5px -2176px;
}

/*****************************************
 * Button
 ******************************************/
.button {
    position: relative;
    display: inline-block;
    min-width: 68px;
    height: 30px;
    padding: 10px 8px 0 8px;
    font-size: 14px;
    color: white;
    text-align: center;
    background-color: #cac6c5;
}

    .button.orange {
        background-color: #cf5228;
    }

    .button.brown {
        background-color: #554843;
    }

    .button.sky {
        background-color: #8e9ebb;
    }

    .button.blue {
        background-color: #336cc1;
    }

    .button.lightbrown {
        background-color: #cac6c5;
    }

    .button.lightblue {
        background-color: #c7cbd4;
    }

.iButton {
    display: inline-block;
    height: 18px;
    padding: 5px 8px;
    font-size: 12px;
    font-weight: bold;
    color: #24272c;
    text-align: center;
    background-color: white;
    border: 1px solid #d4d1d1;
}

    .iButton i.sp {
        margin: 0 6px 0 0;
    }

    .iButton.grey {
        height: 24px;
        padding: 6px 10px 0 10px;
        background-color: #f8f8f8;
        border: 1px solid #d4d1d1;
    }

    .iButton.brown {
        height: 26px;
        padding: 8px 10px 0 10px;
        color: white;
        background-color: #554843;
        border: 0;
    }

    /* 2023-05-18 추가 */
    .iButton.red {
        margin-left: 5px;
        background: #cf5228;
        border: 1px solid #cf5228;
        color: #fff;
    }

    .iButton.type2 {
        padding: 5px 10px;
    }
/* //2023-05-18 추가 */

/*****************************************
 * Common
 ******************************************/
.relative {
    position: relative;
}

.hide {
    position: absolute;
    width: 0;
    line-height: 0;
    height: 0;
    font-size: 0;
    top: 0;
    left: -9999px;
    overflow: hidden;
}

.center {
    position: relative;
    width: 1200px;
    padding: 0 40px;
    margin: 0 auto;
}

.tahoma {
    font-family: Tahoma;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
}

.clear::after {
    content: '';
    display: block;
    clear: both;
}

.ellipsis {
    display: inline-block;
    padding-right: 1px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: middle;
}

.valign::before,
.valign-li li::before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.scroll-y {
    overflow: hidden;
    overflow-y: auto;
    scrollbar-base-color: #555;
    scrollbar-3dlight-color: #555;
    scrollbar-highlight-color: #555;
    scrollbar-track-color: #333;
    scrollbar-arrow-color: #555;
    scrollbar-shadow-color: #555;
}

    .scroll-y::-webkit-scrollbar {
        background-color: rgba(255, 255, 255, 0.1);
    }

    .scroll-y::-webkit-scrollbar-track {
        background-color: rgba(255, 255, 255, 0.1);
    }

    .scroll-y::-webkit-scrollbar-thumb {
        background-color: rgba(255, 255, 255, 0.2);
    }

.highlighting {
    background-color: #ff0;
    color: #000;
}

.grade,
.clanmark {
    position: relative;
    display: inline-block;
    margin: 0 3px 0 0;
    *display: inline;
}

    .grade.small,
    .clanmark.small {
        *margin-right: 28px;
    }

        .grade.small img,
        .clanmark.small img,
        .mmr.small img {
            width: 26px;
            height: 26px;
            *position: absolute;
            *top: 0;
            *left: 0;
        }

    .grade.mini img,
    .clanmark.mini img,
    .mmr.mini img {
        width: 26px;
        height: 26px;
    }

    .clanmark img + img {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .clanmark img:last-child {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }

.nickname {
    font-size: 16px;
    color: black;
}

.block {
    position: relative;
    width: 265px;
    margin: 34px 0 0 0;
}

    .block:first-child {
        margin: 19px 0 0 0;
    }

.icon {
    position: relative;
    display: inline-block;
}

.more {
    position: absolute;
    top: 4px;
    right: -5px;
}

    .more a {
        display: block;
        width: 20px;
        height: 24px;
        font-size: 20px;
        font-weight: bold;
        color: #cac6c5;
        text-align: center;
        line-height: 20px;
    }

        .more a:hover,
        .more a:focus {
            text-decoration: none;
            color: #f15c30;
        }

.tab {
    height: 38px;
    margin: 0 0 12px 0;
    border: 1px solid #eae9e9;
    border-bottom: 0;
}

    .tab li {
        position: relative;
        border-left: 1px solid #eae9e9;
        border-bottom: 1px solid #eae9e9;
        float: left;
    }

        .tab li:first-child {
            border-left: 0;
        }

    .tab li {
        display: block;
        width: 87px;
        height: 28px;
        padding: 10px 0 0 0;
        font-size: 13px;
        text-align: center;
        color: #959392;
        background-color: #f9f7f6;
        cursor: pointer;
    }

        .tab li.active {
            font-weight: bold;
            color: #2d2725;
            background-color: white;
            text-decoration: none;
            border-bottom: 0;
        }

.panel {
    display: none;
}

    .panel li {
        position: relative;
        height: 49px;
        border-top: 1px solid #ecebeb;
        overflow: hidden;
    }

        .panel li:first-child {
            border-top: 0;
        }

        .panel li a {
            font-size: 14px;
            color: #24272c;
        }

        .panel li .reply {
            font-size: 14px;
            color: #e3613e;
        }

        .panel li .sp-new {
            margin: 0 0 0 4px;
            vertical-align: -7px;
        }

        .panel li .info {
            position: absolute;
            top: 50%;
            right: 0;
            margin: -8px 0 0 0;
            font-size: 12px;
            color: #999999;
            text-align: right;
        }

        .panel li.thumb {
            border: 0;
        }

            .panel li.thumb::before {
                display: none;
            }

            .panel li.thumb,
            .panel li.thumb a {
                display: block;
                width: 265px;
                height: 135px;
            }

                .panel li.thumb a::before {
                    content: '';
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    background-color: black;
                    background-color: rgba(0, 0, 0, 0.4);
                }

                .panel li.thumb a:hover::before,
                .panel li.thumb a:focus::before {
                    background-color: rgba(0, 0, 0, 0.1);
                }

                .panel li.thumb .headline {
                    position: absolute;
                    top: 0;
                    left: 0;
                }

                .panel li.thumb .sp-play {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    margin: -30px 0 0 -12px;
                }

                .panel li.thumb .bottom {
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    width: 100%;
                    height: 50px;
                    line-height: 46px;
                    background-color: black;
                    background-color: rgba(0, 0, 0, 0.7);
                }

                .panel li.thumb .subject {
                    padding: 0 0 0 19px;
                    font-size: 13px;
                    color: white;
                    letter-spacing: -1.5px;
                }

                .panel li.thumb .reply {
                    font-size: 13px;
                }

                .panel li.thumb .right {
                    position: absolute;
                    top: 2px;
                    right: 20px;
                    font-size: 13px;
                    color: #999;
                    text-align: right;
                }

.dots {
    position: relative;
    text-align: center;
}

    .dots a,
    .dots .dot {
        display: inline-block;
        width: 10px;
        height: 8px;
        margin: 0 1px;
        background-color: #d5d5d5;
        border-radius: 3px;
        cursor: pointer;
    }

        .dots a.active,
        .dots .dot.active {
            width: 18px;
            background-color: #f15c30;
        }

.closeAuto {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    opacity: 1;
    background-color: #d4d5d5;
    border-radius: 25px;
}

    .closeAuto::before {
        content: '';
        position: absolute;
        top: 4px;
        left: 4px;
        display: block;
        background: #324353 url("https://img.sa.nexon.com/assets/common/icon/close.png") no-repeat -5px -5px;
        width: 40px;
        height: 40px;
        border: 1px solid #d4d5d5;
        border-radius: 25px;
        z-index: 1;
    }

.fluctuation {
    width: 62px;
    font-size: 13px;
    color: #24272c;
    text-align: center;
    overflow: hidden;
}

    .fluctuation .sp {
        margin: 0 13px 0 0;
    }

.headline {
    position: relative;
    display: inline-block;
    height: 18px;
    padding: 2px 5px 1px 5px;
    font-size: 11px;
    color: white;
    line-height: 17px;
    letter-spacing: 0;
    background-color: #e3613e;
    overflow: hidden;
}

    .headline.tahoma {
        padding: 0 5px;
    }

.sort {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
}

    .sort a {
        position: relative;
        display: inline-block;
        margin: 0 0 0 23px;
        font-size: 13px;
        color: #999999;
    }

        .sort a b {
            color: black;
        }

        .sort a::before {
            position: absolute;
            top: 4px;
            left: -13px;
            content: '';
            display: block;
            width: 1px;
            height: 12px;
            background-color: #eaeaea;
        }

        .sort a:first-child::before {
            display: none;
        }

/*****************************************
 * News
 ******************************************/
#news {
    position: relative;
}

    #news .panel li a.ellipsis {
        max-width: 235px;
    }

/*****************************************
 * Today People
 ******************************************/
#people .dots {
    margin: 0;
}

#people .picture {
    position: relative;
    height: 135px;
    margin: 0 0 15px 0;
}

#people .peopleList {
    display: none;
}

#people .picture a {
    position: relative;
    float: left;
    display: block;
    width: 132px;
    height: 135px;
}

    #people .picture a:first-child {
        margin: 0 1px 0 0;
    }

    #people .picture a::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 132px;
        height: 135px;
        background-color: rgba(62, 62, 71, 0.6);
    }

    #people .picture a::after {
        position: absolute;
        bottom: -8px;
        left: 50%;
        margin: 0 0 0 -8px;
        content: "";
        display: none;
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #3e3e47;
    }

    #people .picture a.active::before {
        display: none;
    }

    #people .picture a.active::after {
        display: block;
    }

#people .peopleInfo {
    position: relative;
    height: 60px;
    padding-top: 5px;
    padding-left: 55px;
}

    #people .peopleInfo .grade {
        position: absolute;
        top: 7px;
        left: 0;
    }

        #people .peopleInfo .grade img {
            width: 40px;
            height: 40px;
        }

	
	#people .peopleInfo .star {
	  padding-left: 22px;
	  font-size: 13px;
	  background: url("https://img.sa.nexon.com/assets/main/duo_icon_star.png") no-repeat left center;
	}

    #people .peopleInfo .text {
        font-size: 13px;
        color: #787878;
    }

    #people .peopleInfo .gap {
        display: inline-block;
        width: 1px;
        height: 12px;
        margin: 0 8px;
        background-color: #ecedee;
    }
	
#people .peopleInfo .count {
  font-weight: 700;
  font-size: 14px;
  color: #252525;
}

    #people .peopleInfo .value {
        font-weight: 700;
        font-size: 18px;
        color: #252525;
    }

#people .peopleText {
    padding-top: 15px;
    line-height: 20px;
    border-top: 1px solid #ecedee;
}

    #people .peopleText li {
        position: relative;
        margin-bottom: 6px;
        font-size: 13px;
        color: #787878;
    }

    #people .peopleText .right {
        position: absolute;
        top: 0;
        right: 0;
    }

    #people .peopleText .value {
        font-size: 16px;
        font-weight: 700;
        color: black;
    }

	#people .btn {
	  display: block;
	  margin-bottom: 30px;
	  padding: 11px 0;
	  width: 100%;
	  height: 20px;
	  font-weight: bold;
	  font-size: 14px;
	  line-height: 20px;
	  color: #333;
	  text-align: center;
	  border: 1px solid #000;
	  border-radius: 3px;
	}
	#people .btn:hover {
	  text-decoration: none;
	}
/*****************************************
 * SuddenAttack TV
 ******************************************/
.satv_image {
    position: absolute;
    bottom: 0;
    left: 50%;
}

#SATV {
    position: relative;
    background: url("https://img.sa.nexon.com/assets/main/satv_bg.jpg") no-repeat 50% 0;
    height: 230px;
    padding: 45px 0;
}

    #SATV .h3 {
        color: white;
    }

    #SATV .panel li.thumb {
        width: 265px;
        height: 185px;
        margin: 0 47px 0 0;
        float: left;
    }

        #SATV .panel li.thumb .sp-play {
            margin-top: -45px;
        }

        #SATV .panel li.thumb .subject {
            width: 175px;
            color: #ccc;
        }

        #SATV .panel li.thumb .right {
            width: 32px;
        }

    #SATV .more {
        top: 0;
        right: 348px;
    }

/*****************************************
 * Africa TV
 ******************************************/
 #africaTV .panel .thumb + .thumb {
    margin-top: 20px;
  }
  
#africaTV .panel a.ellipsis {
    max-width: 132px;
    vertical-align: -2px;
}

#africaTV .panel li .headline {
    margin: 0 4px 0 0;
    vertical-align: middle;
}

#africaTV .panel li .info {
    width: 80px;
}

#africaTV .thumb .live img {
    vertical-align: top;
}

#africaTV .thumb .subject {
    width: 74px;
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}

#africaTV .thumb .right {
    width: 74px;
}

/*****************************************
 * SA League
 ******************************************/
#league .thumb .fomos {
    position: absolute;
    top: 0;
    left: 0;
}

    #league .thumb .fomos img {
        vertical-align: top;
    }

#league .panel a.ellipsis {
    max-width: 200px;
}

#league .thumb .subject {
    width: 150px;
}

#league .dots {
    margin: 16px 0 0 0;
}

.league_pcbang li.thumb a::before {
    width: 132px;
}

.league_pcbang li.thumb .headline {
    position: relative;
    margin: 0 0 8px 0;
}

#league .lp_text {
    position: absolute;
    top: -3px;
    right: 0;
    width: 113px;
}

#league .lp_name {
    margin: 0 0 12px 0;
    font-size: 13px;
}

#league .lp_date {
    margin: 0 0 10px 0;
    font-size: 12px;
    color: #999999;
}

    #league .lp_date b {
        color: black;
    }

#league .lp_view {
    font-size: 12px;
    color: #999999;
}

#league .thumb:hover .lp_view {
    text-decoration: underline;
}

/*****************************************
 * Clan Promo
 ******************************************/
#promote .promoList {
    width: 265px;
    height: 251px;
    display: none;
}

#promote .thumb {
    background: url("https://img.sa.nexon.com/assets/main/clanpromo_bg.jpg") no-repeat;
    display: block;
    width: 265px;
    height: 115px;
    margin: 0 0 17px 0;
    padding: 20px 0 0 0;
    text-align: center;
    text-decoration: none;
}

#promote .clanmark {
    display: inline-block;
    width: 56px;
    height: 56px;
    margin: 0 0 16px 0;
}

    #promote .clanmark img {
        width: 56px;
        height: 56px;
    }

#promote .rank {
    display: block;
    font-size: 12px;
    color: white;
}

    #promote .rank .tahoma {
        font-size: 18px;
    }

#promote .name {
    margin: 0 0 8px 0;
    font-size: 16px;
}

#promote .text {
    display: block;
    height: 42px;
    margin: 0 0 8px 0;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
}

#promote .date {
    font-size: 12px;
    color: #7a7d84;
    text-align: right;
}

/*****************************************
 * Community
 ******************************************/
#community {
    min-height: 343px;
}

    #community .tab li {
        width: 52px;
    }

        #community .tab li:first-child {
            width: 51px;
        }

    #community .panel a.ellipsis {
        max-width: 210px;
    }

    #community .thumb .subject {
        width: 134px;
    }

/*****************************************
 * Guillotine 20200618 추가
 ******************************************/
@font-face {
    font-family: 'Rajdhani';
    font-style: normal;
    font-weight: 700;
    src: url("https://img.sa.nexon.com/assets/fonts/rajdhani-v9-latin-700.eot");
    /* IE9 Compat Modes */
    src: local("Rajdhani Bold"), local("Rajdhani-Bold"), url("https://img.sa.nexon.com/assets/fonts/rajdhani-v9-latin-700.eot?#iefix") format("embedded-opentype"), url("https://img.sa.nexon.com/assets/fonts/rajdhani-v9-latin-700.woff2") format("woff2"), url("https://img.sa.nexon.com/assets/fonts/rajdhani-v9-latin-700.woff") format("woff"), url("https://img.sa.nexon.com/assets/fonts/rajdhani-v9-latin-700.ttf") format("truetype"), url("https://img.sa.nexon.com/assets/fonts/rajdhani-v9-latin-700.svg#Rajdhani") format("svg");
    /* Legacy iOS */
}

.Rajdhani {
    font-family: 'Rajdhani';
    font-weight: 700;
}

#guillotine .info {
    position: relative;
    padding: 30px 0 40px 0;
    text-align: center;
    border-top: 1px solid #ebeaea;
    border-bottom: 1px solid #ebeaea;
}

#guillotine .date {
    font-size: 13px;
    color: #777777;
}

    #guillotine .date strong {
        color: #333333;
    }

#guillotine .total {
    letter-spacing: -2px;
}

    #guillotine .total .Rajdhani {
        position: relative;
        font-size: 72px;
        color: #252525;
    }

        #guillotine .total .Rajdhani::after {
            content: "";
            position: absolute;
            bottom: 13px;
            left: 0;
            display: block;
            width: 100%;
            height: 2px;
            background-color: #333333;
        }

    #guillotine .total .strong {
        font-size: 16px;
        color: #333333;
    }

#guillotine .type {
    position: relative;
    margin-top: 18px;
    font-size: 0;
}

    #guillotine .type ul {
        font-size: 0;
    }

    #guillotine .type li {
        position: relative;
        display: inline-block;
        width: 76px;
        padding: 0 16px 0 30px;
        font-size: 14px;
        color: #333333;
        text-align: left;
    }

        #guillotine .type li::before {
            content: "";
            position: absolute;
            top: 50%;
            left: 16px;
            display: block;
            width: 7px;
            height: 7px;
            margin-top: -3px;
            border-radius: 50%;
            background-color: #dcdada;
        }

    #guillotine .type .Rajdhani {
        position: absolute;
        top: -4px;
        right: 16px;
        width: 45px;
        font-size: 22px;
        color: #252525;
        text-align: right;
    }

    #guillotine .type .orange::before {
        background-color: #f45c01;
    }

    #guillotine .type .orange::after {
        content: "";
        position: absolute;
        top: 3px;
        right: 0;
        display: block;
        width: 1px;
        height: 13px;
        background-color: #eae9e9;
    }

    #guillotine .type .orange .Rajdhani {
        color: #f45c01;
    }

#guillotine .statistics {
    position: relative;
    padding-top: 20px;
    font-size: 14px;
    color: #777777;
    text-align: center;
    line-height: 20px;
}

    #guillotine .statistics strong {
        position: relative;
        color: #333333;
    }

        #guillotine .statistics strong::after {
            content: "";
            position: absolute;
            bottom: -1px;
            left: 0;
            display: block;
            width: 100%;
            height: 1px;
            background-color: #333333;
        }

#guillotineBanner {
    position: absolute;
    top: 105px;
    right: 30px;
    z-index: 1000;
}

    #guillotineBanner h3 {
        font-size: 24px;
        color: #333232;
    }

    #guillotineBanner strong {
        font-size: 15px;
        color: #f05f1b;
    }

    #guillotineBanner p {
        margin-top: 17px;
        line-height: 20px;
    }

    #guillotineBanner .g-box {
        position: relative;
        width: 284px;
        height: 290px;
        padding-top: 24px;
        font-size: 14px;
        color: #737475;
        text-align: center;
        background-color: white;
        border: 1px solid #e5e5e5;
    }

    #guillotineBanner .g-link {
        display: inline-block;
        width: 207px;
        height: 50px;
        margin-top: 24px;
        font-size: 15px;
        color: white;
        text-align: center;
        line-height: 50px;
        background-color: #d85323;
        border-radius: 25px;
    }

    #guillotineBanner .g-today {
        position: relative;
        margin-top: 17px;
        padding: 15px;
        text-align: left;
        border-top: 1px solid #e5e5e5;
    }

        #guillotineBanner .g-today label {
            font-size: 13px;
            color: #8c9092;
        }

        #guillotineBanner .g-today input {
            display: inline-block;
            width: 18px;
            height: 18px;
            margin: 0;
            border: 1px solid #b6b6b6;
            vertical-align: -4px;
        }

    #guillotineBanner .g-close {
        position: absolute;
        top: 15px;
        right: 15px;
        width: 41px;
        height: 20px;
        font-size: 12px;
        color: white;
        text-align: center;
        line-height: 20px;
        text-decoration: none;
        background-color: #363636;
        border-radius: 4px;
    }

/*****************************************
 * Weekly Ranking
 ******************************************/
#rank .panel li .medal {
    margin: 0 6px 0 0;
}

#rank .panel a.ellipsis {
    max-width: 130px;
}

#rank .panel li .fluctuation {
    position: absolute;
    top: 15px;
    right: 0;
}

/*****************************************
 * Information Center
 ******************************************/
#infoCenter .tab {
    position: absolute;
    top: 5px;
    right: 16px;
    height: auto;
    margin: 0;
    border: 0;
}

    #infoCenter .tab li {
        height: auto;
        padding: 0;
        border: 0;
        background-color: transparent;
    }

        #infoCenter .tab li:first-child::before {
            position: absolute;
            top: 4px;
            right: 3px;
            content: '';
            display: block;
            width: 1px;
            height: 12px;
            background-color: #cccccc;
        }
/* 20200929 수정 */
#infoCenter .infoList {
    position: relative;
    width: 265px;
    display: none;
}

#infoCenter .infoThumb {
    position: relative;
    display: block;
    width: 265px;
    color: #f15c30;
}

    #infoCenter .infoThumb:hover {
        text-decoration: none;
    }

    #infoCenter .infoThumb img {
        width: 265px;
        height: 134px;
    }

    #infoCenter .infoThumb:first-child {
        margin: 0 0 12px 0;
    }

#infoCenter .sp-flag-new {
    position: absolute;
    top: 0;
    left: 0;
}

#infoCenter .bottom {
    position: relative;
    display: block;
    width: 100%;
    height: 33px;
    line-height: 30px;
}

    #infoCenter .bottom .date {
        display: inline-block;
        width: 56px;
        font-size: 18px;
        color: black;
        vertical-align: middle;
    }

    #infoCenter .bottom .ellipsis {
        max-width: 202px;
        font-size: 14px;
        color: #333333;
    }

#infoCenter .more {
    top: -41px;
}

.row.row1 {
    height: 371px;
}

/* // 20200929 수정 */


/*****************************************
 * Banner in Sub page
 ******************************************/
#subBanner {
    position: absolute;
    top: 80px;
    left: 40px;
    width: 850px;
    height: 225px;
    overflow: hidden;
}

    #subBanner:before {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        display: block;
        width: 850px;
        height: 170px;
        background-color: black;
    }

.sbImages {
    position: relative;
    width: 850px;
    height: 225px;
    z-index: 1;
}

    .sbImages .sbimage {
        position: absolute;
        bottom: 0;
        right: 0;
        display: block;
        width: 850px;
        height: 170px;
    }

    .sbImages .sbimage {
        display: none;
    }

        .sbImages .sbimage img {
            position: absolute;
            bottom: 0;
            right: 0;
        }

.sbButtons {
    position: absolute;
    bottom: 10px;
    right: 58px;
    z-index: 1;
}

    .sbButtons .sbButton {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 0 1px;
        background-color: #888888;
        text-indent: -9999px;
        border-radius: 5px;
    }

        .sbButtons .sbButton.active {
            background-color: #cf5228;
        }

/*****************************************
 * Notice
 ******************************************/
#notice {
    position: absolute;
    top: 127px;
    right: 80px;
    width: 265px;
    height: 180px;
}

    #notice li {
        height: 31px;
        padding: 5px 0 0 0;
        border-top: 1px solid #999;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

        #notice li:first-child {
            border-top: 0;
        }

        #notice li a {
            font-size: 13px;
            color: #cac3c1;
        }

        #notice li .ellipsis {
            max-width: 240px;
        }

        #notice li .new {
            top: -3px;
        }

        #notice li a b {
            color: #f15c30;
        }

/*****************************************
 * Nicname popup
 ******************************************/
.p_infoPopup {
    position: absolute;
    width: 170px;
    border: 1px solid #bdbdbd;
    border-bottom: 1px solid #7f7f7f;
    background-color: #fcfcfc;
    z-index: 9000;
}

.p_infoTitle {
    position: relative;
    min-height: 16px;
    padding: 13px 13px 13px 38px;
    font-weight: bold;
    color: #444;
    line-height: 16px;
    background-color: #f3f3f4;
}

    .p_infoTitle .p_marks {
        position: absolute;
        top: 12px;
        left: 15px;
    }

    .p_infoTitle .p_grade img {
        width: 16px;
        height: 16px;
    }

    .p_infoTitle .p_clanmark img {
        position: absolute;
        top: 0;
        left: 0;
        width: 18px;
        height: 18px;
    }

    .p_infoTitle .p_profile {
        display: block;
        margin-top: 3px;
    }

        .p_infoTitle .p_profile img {
            width: 14px;
            height: 14px;
            border: 1px solid #b1b1b0;
        }

    .p_infoTitle .p_nickName,
    .p_infoTitle .p_clanName {
        word-break: break-all;
        font-size: 12px;
    }

    .p_infoTitle .p_clanMark {
        position: absolute;
        top: 12px;
        left: 15px;
    }

        .p_infoTitle .p_clanMark img {
            position: absolute;
            top: 0;
            left: 0;
        }

    .p_infoTitle .p_age {
        display: block;
        font-size: 11px;
        font-weight: normal;
        color: #999999;
    }

.p_bulitList {
    padding: 10px 0;
}

    .p_bulitList li {
        position: relative;
        height: 26px;
        padding: 0 0 0 22px;
        font-size: 11px;
    }

        .p_bulitList li::before {
            content: '*';
            position: absolute;
            top: 1px;
            left: 6px;
            display: block;
        }

        .p_bulitList li a {
            font-size: 11px;
            font-weight: bold;
        }

            .p_bulitList li a:hover,
            .p_bulitList li a:focus {
                color: #e1812b;
                text-decoration: underline;
            }

    .p_bulitList .p_off {
        color: #bfbfb8;
    }

.p_infoList {
    padding: 0 10px;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

    .p_infoList li {
        height: 20px;
        padding-top: 4px;
        border-bottom: 1px dotted #e2e2e1;
        font-size: 11px;
        color: #666666;
    }

        .p_infoList li b {
            display: inline-block;
            width: 38px;
            color: black;
        }

        .p_infoList li a {
            color: #666666;
        }

        .p_infoList li:last-child {
            border-bottom: 0;
        }

.p_gap {
    margin: 0 7px;
}

.caution {
    position: relative;
    margin-top: 15px;
}

    .caution li {
        position: relative;
        padding: 2px 0 2px 16px;
        font-size: 13px;
        color: #666666;
    }

        .caution li::before {
            content: '※';
            position: absolute;
            top: 2px;
            left: 0;
        }

/*****************************************
 * Style Add 20180201
 ******************************************/
.tab.t4 li {
    width: 65px;
}

.pos-right {
    position: relative;
    margin-top: 10px;
    text-align: right;
}

.crown {
    font-size: 11px;
    color: #e2aa31;
}

    .crown b {
        vertical-align: middle;
    }

.loading-data {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 1000;
    opacity: 0.8;
}

    .loading-data img {
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -120px 0 0 -120px;
    }

/*****************************************
 * Skip Navigation
 ******************************************/
#skipNav {
    position: relative;
    z-index: 99999999;
}

    #skipNav a {
        position: absolute;
        top: -90px;
        left: 0;
        min-width: 128px;
        padding: 0 15px;
        border: 2px solid #cf5228;
        background: #222;
        text-align: center;
        outline: none;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        #skipNav a:active, #skipNav a:focus {
            top: 0;
            text-decoration: none;
            cursor: pointer;
            zoom: 1;
            opacity: 1;
            outline: auto;
            filter: alpha(opacity=100);
        }

    #skipNav span {
        display: inline-block;
        padding: 7px 10px 10px 10px;
        font-size: 14px;
        line-height: 26px;
        color: #eee;
        letter-spacing: -1px;
    }

/*****************************************
 * Navigation
 ******************************************/
#nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1280px;
    background-color: black;
    /*background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;*/
    z-index: 9999;
}

    #nav.fixed {
        position: fixed;
    }

    #nav.maxWidth {
        left: 50%;
        width: 1920px;
        margin: 0 0 0 -960px;
    }

/*#nav:hover, #nav.over {
    background-color: black;
    -webkit-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
}*/
#logo {
    position: absolute;
    top: 0;
    left: 27px;
    z-index: 1;
}

    #logo a:focus {
        color: #f15c30;
    }

#menus {
    position: relative;
    width: 1000px;
    padding-right: 280px;
    /*width: 880px;
    padding-right: 400px;*/
    margin: 0 auto;
}

    #menus ul {
        position: relative;
    }

    #menus li {
        float: left;
    }

    #menus a {
        display: block;
        width: 124px;
        text-align: center;
    }

    #menus .depth1 a {
        position: relative;
        height: 52px;
        padding: 28px 0 0 0;
        font-size: 17px;
        color: white;
        text-decoration: none;
    }

        #menus .depth1 a::before {
            position: absolute;
            top: 36px;
            left: 0;
            content: '';
            display: block;
            width: 1px;
            height: 14px;
            background-color: #373535;
        }

    #menus li:first-child .depth1 a::before {
        display: none;
    }

    #menus .depth2 {
        display: none;
        padding-bottom: 38px;
    }

        #menus .depth2 li {
            float: none;
        }

        #menus .depth2 a {
            height: 28px;
            padding: 8px 0 0 0;
            font-size: 14px;
            color: #a1a1a1;
        }

            #menus .depth2 a:hover, #menus .depth2 a:focus {
                color: #eb6c40;
                text-decoration: none;
            }

#private {
    position: absolute;
    top: 0;
    right: 220px;
    width: 260px;
    height: 80px;
}

#log {
    display: block;
    height: 58px;
    padding: 22px 0 0 30px;
    font-size: 14px;
    font-weight: bold;
    color: white;
}

    #log .corp {
        display: inline-block;
        height: 29px;
        padding: 7px 0 0 44px;
        vertical-align: middle;
    }

        #log .corp.nexon {
            background: url("https://img.sa.nexon.com/assets/common/navigation/nexon.png") no-repeat;
        }

        #log .corp.naver {
            background: url("https://img.sa.nexon.com/assets/common/navigation/naver.jpg") no-repeat;
        }

    #log b {
        color: #d06d28;
    }

    #log .log_button {
        position: absolute;
        top: 26px;
        right: 20px;
        display: block;
        width: 25px;
        height: 26px;
        margin-left: 8px;
        padding-right: 1px;
        font-size: 12px;
        color: #bcb5b2;
        text-align: center;
        line-height: 26px;
        background-color: #524540;
        vertical-align: middle;
    }

    #log .log_text {
        position: absolute;
        top: 22px;
        right: 60px;
        display: inline-block;
        height: 38px;
        text-align: right;
        vertical-align: middle;
    }

    #log:hover, #log:focus {
        text-decoration: none;
    }

        #log:hover .corp, #log:focus .corp {
            text-decoration: underline;
        }

#gamestart {
    position: absolute;
    top: 0;
    right: 0;
    width: 220px;
    overflow-x: hidden;
}

    #gamestart .start {
        display: block;
        width: 220px;
        height: 80px;
    }

    #gamestart .server {
        display: none;
        background-color: rgba(0, 0, 0, 0.9);
        *font-size: 0;
        *line-height: 0;
    }

        #gamestart .server li {
            position: relative;
            *margin-top: -1px;
        }

        #gamestart .server a {
            background: url("https://img.sa.nexon.com/assets/common/gamestart/server.jpg") no-repeat;
            display: block;
            width: 100%;
            height: 61px;
            color: #595959;
        }

        #gamestart .server .voiceTalk {
            height: 19px;
            padding: 10px 15px;
            font-size: 12px;
            color: #ccc;
            line-height: 18px;
            background-color: #31302e;
            border-bottom: 1px solid #2f2e2c;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        }

        #gamestart .server .icon_voiceTalk {
            position: relative;
            top: -1px;
            margin-right: 2px;
        }

        #gamestart .server .voiceTalk a {
            position: absolute;
            top: 10px;
            right: 13px;
            background: url("https://img.sa.nexon.com/assets/common/gamestart/voicetalk.png") no-repeat;
            display: block;
            width: 47px;
            height: 21px;
        }

            #gamestart .server .voiceTalk a.on {
                background-position: 0 -21px;
            }

        #gamestart .server .normalBattle a {
            background-position: 50% 0;
        }

            #gamestart .server .normalBattle a:hover,
            #gamestart .server .normalBattle a:focus {
                background-position: 50% -61px;
            }

        #gamestart .server .clanBattle a {
            background-position: 50% -122px;
        }

            #gamestart .server .clanBattle a:hover,
            #gamestart .server .clanBattle a:focus {
                background-position: 50% -183px;
            }

        #gamestart .server .survivalBattle a {
            background-position: 50% -244px;
        }

            #gamestart .server .survivalBattle a:hover,
            #gamestart .server .survivalBattle a:focus {
                background-position: 50% -305px;
            }

#personal {
    position: relative;
    width: 100%;
    height: 80px;
}

.pmenu {
    position: relative;
    width: 33.3%;
    *width: 33.0%;
    height: 80px;
    float: left;
}

    .pmenu a {
        display: block;
        width: 100%;
        height: 62px;
        padding: 18px 0 0 0;
        text-align: center;
        text-decoration: none;
        border-left: 1px solid #333;
        border-left: 1px solid rgba(255, 255, 255, 0.1);
        *height: 80px;
        *padding: 0;
    }

    .pmenu:first-child a {
        border-left: 0;
    }

    .pmenu i.sp {
        margin: 0 0 10px 0;
    }

    .pmenu.active a .ptext, .pmenu a:hover .ptext {
        color: #ff9b2a;
    }

    .pmenu.active .sp-over, .pmenu a:hover .sp-over {
        display: inline-block;
    }

    .pmenu.active .sp-default, .pmenu a:hover .sp-default {
        display: none;
    }

    .pmenu .ptext {
        display: block;
        font-size: 11px;
        color: #b8b8b8;
    }

        .pmenu .ptext b {
            margin: 0 0 0 3px;
            color: #ff9b2a;
        }

.pmenu_box {
    position: absolute;
    top: 80px;
    right: 0;
    width: 272px;
    background-color: #262626;
    background-color: rgba(38, 38, 38, 0.9);
    display: none;
}

.pnickname {
    position: relative;
    height: 50px;
    padding: 0 18px;
    background-color: rgba(255, 255, 255, 0.1);
}

    .pnickname .level {
        margin: 0 2px 0 -5px;
    }

    .pnickname .nickname a {
        display: inline-block;
        max-width: 150px;
        font-size: 13px;
        color: white;
        vertical-align: middle;
    }

    .pnickname .logout {
        position: absolute;
        top: 18px;
        right: 20px;
        display: block;
        width: 15px;
        height: 15px;
        line-height: 12px;
        background-color: rgba(255, 255, 255, 0.2);
    }

        .pnickname .logout:hover, .pnickname .logout:focus {
            background-color: rgba(255, 255, 255, 0.3);
        }

.pmenu_tab span, .pmenu_friends .pemnu_pair {
    display: block;
    width: 90px;
    height: 29px;
    padding: 11px 0 0 0;
    font-size: 12px;
    color: #7f7c7c;
    text-align: center;
    text-decoration: none;
    border-left: 1px solid #333;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    background-color: #222;
    background-color: rgba(255, 255, 255, 0.1);
    cursor: pointer;
    float: left;
}

.pmenu_friends .pemnu_pair {
    position: absolute;
    top: 0;
    right: 0;
    cursor: default;
}

    .pmenu_friends .pemnu_pair.on {
        color: #f5952a;
    }

.pmenu_tab span:first-child {
    border-left: 0;
}

.pmenu_tab span:hover, .pmenu_tab span:focus, .pmenu_tab span.active {
    color: white;
    background-color: #d06d28;
}

.pmenu_friends .pmenu_list {
    height: auto;
    height: 280px;
    display: none;
}

.pmenu_top {
    height: 40px;
    font-size: 12px;
    color: white;
    text-align: center;
    background-color: #d06d28;
}

.pmenu_list li {
    position: relative;
}

    .pmenu_list li a {
        position: relative;
        display: block;
        height: 39px;
        padding: 0 20px;
        font-size: 12px;
        color: #cccccc;
        line-height: 37px;
        border-bottom: 1px solid #333;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

        .pmenu_list li a:hover, .pmenu_list li a:focus {
            text-decoration: none;
            background-color: rgba(0, 0, 0, 0.4);
        }

        .pmenu_list li a .grade {
            margin: 0 6px 0 0;
        }

        .pmenu_list li a .ellipsis {
            max-width: 120px;
            font-size: 12px;
            color: #cccccc;
        }

    .pmenu_list li .plist_right {
        position: absolute;
        top: 0;
        right: 18px;
    }

        .pmenu_list li .plist_right .sp-arrow {
            margin: 0 0 0 5px;
        }

        .pmenu_list li .plist_right .plist_num {
            color: #ff9b2a;
        }

    .pmenu_list li .plist_left {
        display: inline-block;
        width: 54px;
        color: #999999;
    }

    .pmenu_list li .plist_btn {
        display: block;
        width: 27px;
        height: 16px;
        margin: 12px 0 0 0;
        padding: 0;
        font-size: 11px;
        color: #12110d;
        text-align: center;
        background-color: #ff8e49;
        border-radius: 2px;
        line-height: 14px;
        text-decoration: none;
    }

        .pmenu_list li .plist_btn:hover, .pmenu_list li .plist_btn:focus {
            background-color: #ffa46c;
        }

    .pmenu_list li .plist_talk {
        position: absolute;
        top: 0;
        right: 15px;
        display: block;
        width: 47px;
        height: 16px;
        margin: 0;
        padding: 0;
        border: 0;
        text-decoration: none;
    }

        .pmenu_list li .plist_talk:hover, .pmenu_list li .plist_talk:focus {
            background-color: transparent;
        }

.pmenu_icon a {
    position: relative;
    display: block;
    width: 67px;
    height: 40px;
    text-align: center;
    border-left: 1px solid #444;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    background-color: #333;
    background-color: rgba(255, 255, 255, 0.1);
    float: left;
}

    .pmenu_icon a:first-child {
        width: 68px;
        border-left: 0;
    }

.pmenu_icon i.sp {
    vertical-align: -12px;
}

.pmenu_icon a:hover, .pmenu_icon a:focus {
    background-color: rgba(255, 255, 255, 0.2);
}

    .pmenu_icon.active .sp-over, .pmenu_icon a:hover .sp-over {
        display: inline-block;
    }

    .pmenu_icon.active .sp-default, .pmenu_icon a:hover .sp-default {
        display: none;
    }

.pmenu_pop {
    position: absolute;
    top: 46px;
    left: 50%;
    width: 42px;
    margin: 0 0 0 -26px;
    padding: 3px 5px 5px 5px;
    font-size: 11px;
    color: #333333;
    background-color: white;
    border-radius: 3px;
    display: none;
}

    .pmenu_pop::before {
        position: absolute;
        top: 0;
        left: 50%;
        margin: -4px 0 0 -4px;
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-bottom: 4px solid white;
    }

.pmenu_icon a:hover .pmenu_pop {
    display: block;
}

/* [START] 20240926 수정 - 길로틴 영역 추가 */
.pmenu-guillotine {
    padding: 15px;
  }
  .pmenu-guillotine__content {
    display: flex;
    align-items: center;
    gap: 7px;
    padding-bottom: 10px;
  }
  .pmenu-guillotine__desc {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .pmenu-guillotine__title {
    color: #ff9b2a;
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
  }
  .pmenu-guillotine__text {
    color: #fff;
    font-size: 12px;
    line-height: normal;
  }
  .pmenu-guillotine__button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 30px;
    border: 0;
    border-radius: 3px;
    color: #fff;
    background-color: #d85323;
    font-size: 12px;
  }
  .pmenu-guillotine__button:hover {
    background-color: #d06d28;
  }
  /* [END] 20240926 수정 - 길로틴 영역 추가 */

/*****************************************
 * Media Query
 ******************************************/
@media screen and (max-width: 1620px) {
    #menus {
        width: 800px;
        padding: 0 540px 0 180px;
    }

        #menus a {
            width: 100px;
        }

        #menus .depth1 a {
            height: 50px;
            padding: 30px 0 0 0;
            font-size: 16px;
        }

        #menus .depth2 a {
            font-size: 14px;
        }

    #private {
        width: 200px;
        right: 180px;
    }

    #log {
        padding: 22px 0 0 20px;
        font-size: 12px;
    }

        #log .corp {
            height: 27px;
            padding: 9px 0 0 44px;
        }

    #gamestart {
        width: 180px;
    }

        #gamestart .start {
            margin: 0 0 0 -20px;
        }
}

@media screen and (max-width: 1400px) {
    #menus {
        width: 700px;
        padding: 0 400px 0 180px;
    }

        #menus a {
            width: 87px;
        }

        #menus .depth1 a {
            height: 48px;
            padding: 32px 0 0 0;
            font-size: 14px;
        }

        #menus .depth2 a {
            font-size: 13px;
        }
}

/*****************************************
 * Quick Menu
 ******************************************/
#quick {
    position: absolute;
    top: 104px;
    left: 50%;
    margin: 0 0 0 600px;
    z-index: 100;
}

    #quick.fixed {
        position: fixed;
        top: 150px;
    }

    #quick li {
        position: relative;
    }

    #quick .store {
        width: 120px;
        height: 166px;
        background-color: #141210;
    }

        #quick .store ol {
            position: relative;
            height: 135px;
            overflow: hidden;
        }

        #quick .store li {
            padding: 8px 0 0 0;
            text-align: center;
        }

            #quick .store li a {
                text-decoration: none;
            }

            #quick .store li .item_name {
                display: block;
                margin: -5px 0 12px 0;
                font-size: 11px;
                color: #c7c7c7;
            }

            #quick .store li .item_price {
                display: block;
                width: 90px;
                padding: 3px 0 6px 0;
                margin: 0 auto;
                font-size: 12px;
                color: #cac4c4;
                border-top: 1px solid #302e2d;
                border-bottom: 1px solid #302e2d;
            }

                #quick .store li .item_price b {
                    margin: 0 4px 0 0;
                    font-size: 20px;
                    color: #deb749;
                    vertical-align: -3px;
                }

        #quick .store .dots .dot {
            width: 8px;
            background-color: #5b5a58;
            border-radius: 5px;
        }

            #quick .store .dots .dot.active {
                width: 8px;
                background-color: #d4af46;
            }

.quick_box {
    position: absolute;
    top: 0;
    right: 120px;
    width: 303px;
    padding: 0 2px 0 0;
    font-size: 12px;
    color: #666666;
    display: none;
}

    .quick_box.quick_pcbang .quick_body {
        max-height: 110px;
    }

.quick_header {
    height: 50px;
    background-color: #8a2d0c;
}

    .quick_header p {
        padding: 15px 0;
        font-size: 14px;
        color: white;
        text-align: center;
    }

.quick_body {
    padding: 28px 26px;
    font-size: 13px;
    text-align: center;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    background-color: #fcfcfc;
}

    .quick_body b {
        color: black;
    }

.quick_footer {
    background-color: #fcfcfc;
}

    .quick_footer a {
        display: block;
        width: 151px;
        height: 29px;
        padding: 11px 0 0 0;
        font-size: 12px;
        color: white;
        text-align: center;
        text-decoration: none;
        background-color: #cac6c5;
        float: left;
    }

        .quick_footer a:hover, .quick_footer a:focus {
            background-color: #cf5228;
        }

        .quick_footer a:first-child {
            margin: 0 1px 0 0;
        }

.quick_search {
    border-bottom: 1px solid #e9e9e9;
}

.quick_header a {
    display: block;
    width: 151px;
    height: 35px;
    padding: 15px 0 0 0;
    font-size: 14px;
    color: white;
    text-align: center;
    text-decoration: none;
    background-color: #cac6c5;
    float: left;
}

    .quick_header a.active {
        width: 152px;
        background-color: #8a2d0c;
    }

.quick_text {
    margin: 0 0 10px 0;
    font-size: 14px;
    text-align: left;
}

.quick_input input[type="text"] {
    width: 195px;
    height: 36px;
    border-right: 0;
}

.quick_input a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #cf5228;
}


/* [START] 🙌 20250717 수정 - 퀵 메뉴 수정 */
/*****************************************
 * Quick Menu
 ******************************************/
#quick {
  top: 53px;
  margin: 0 0 0 640px;
}
#quick .quick__sns {
  display: flex;
  width: 100%;
  margin-bottom: 10px;
}
#quick .quick__sns a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #f0f0f0;
  background-color: #fcfcfc;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center;
}
#quick .quick__sns a.quick__sns-youtube {
  background-image: url("https://img.sa.nexon.com/assets/common/quick/icon_youtube-gray.png");
}
#quick .quick__sns a.quick__sns-facebook {
  background-image: url("https://img.sa.nexon.com/assets/common/quick/icon_facebook-gray.png");
}
#quick .quick__sns a.quick__sns-instagram {
  background-image: url("https://img.sa.nexon.com/assets/common/quick/icon_instagram-gray.png");
}
#quick .quick__sns a:hover {
  background-image: none;
}
#quick .quick__sns a:hover img {
  display: block;
}
#quick .quick__sns li:not(:first-child) a {
  border-left: 0;
}
#quick .quick__sns img {
  display: none;
  width: 24px;
  height: 24px;
}


/*****************************************
 * Footer
 ******************************************/
#footer {
    position: relative;
    padding: 37px 0 50px 0;
    border-top: 1px solid #ebecee;
    background-color: white;
}

    #footer .footer_inner {
        position: relative;
        width: 1200px;
        padding: 0 40px;
        margin: 0 auto;
    }

    #footer .footer_menu {
        position: relative;
        margin-bottom: 9px;
    }

        #footer .footer_menu a {
            position: relative;
            display: inline-block;
            margin-right: 24px;
            font-size: 12px;
            font-weight: bold;
            color: #666666;
            word-wrap: break-word;
            word-break: keep-all;
        }

            #footer .footer_menu a strong {
                color: black;
            }

            #footer .footer_menu a::after {
                position: absolute;
                top: 3px;
                right: -14px;
                content: '';
                display: block;
                width: 1px;
                height: 12px;
                background-color: #e2e3e4;
            }

            #footer .footer_menu a:last-child::after {
                display: none;
            }

    #footer .footer_information {
        position: relative;
        margin: 0 0 28px 0;
        line-height: 16px;
    }

        #footer .footer_information span {
            margin: 0 10px 0 0;
        }

        #footer .footer_information, #footer .footer_information a {
            font-size: 11px;
            color: #888888;
        }

            #footer .footer_information .copyright {
                display: inline-block;
                padding-top: 2px;
            }

            #footer .footer_information .addition {
                display: block;
                padding: 6px 0 0 0;
            }

    #footer .footer_symbol a {
        margin: 0 18px 0 0;
        vertical-align: top;
    }

    #footer .footer_symbol .nexon {
        background: url("https://img.sa.nexon.com/assets/common/footer/nexon.png") no-repeat;
        display: inline-block;
        width: 72px;
        height: 22px;
    }

    #footer .footer_symbol .nexongt {
        background: url("https://img.sa.nexon.com/assets/common/footer/nexongt.png") no-repeat;
        display: inline-block;
        width: 98px;
        height: 22px;
    }

    #footer.dark {
        background-color: black;
    }

        #footer.dark .footer_menu a {
            color: #bbbbbb;
        }

            #footer.dark .footer_menu a strong {
                color: #eeeeee;
            }

            #footer.dark .footer_menu a::after {
                background-color: #4e4e50;
            }

        #footer.dark .footer_information,
        #footer.dark .footer_information a {
            color: #999999;
        }

        #footer.dark .footer_symbol .nexon,
        #footer.dark .footer_symbol .nexongt {
            background-position: 0 -22px;
        }

/*****************************************
 * Board common
 ******************************************/
.icon.info {
    position: relative;
    font-size: 13px;
    color: #666666;
}

    .icon.info span {
        display: inline-block;
        height: 18px;
        margin: 0 5px 0 0;
        padding: 0 5px;
        font-size: 12px;
        color: white;
        background-color: #e3613e;
    }

/*****************************************
 * Board buttons
 ******************************************/
.boardButtons {
    position: relative;
    height: 40px;
    text-align: right;
}

    .boardButtons.absolute {
        position: absolute;
        bottom: 125px;
        right: 0;
    }

    .boardButtons .button {
        margin: 0 0 0 -3px;
    }

/*****************************************
 * Page number
 ******************************************/
.pageNumber {
    position: relative;
    margin: 0 0 56px 0;
    text-align: center;
}

.pageNum {
    margin: 0 10px;
}

    .pageNum a, .pageNum b {
        position: relative;
        display: inline-block;
        width: 26px;
        height: 26px;
        padding: 0 0 0 1px;
        font-size: 13px;
        color: black;
        line-height: 24px;
    }

        .pageNum a::before, .pageNum b:before {
            position: absolute;
            top: 7px;
            left: 0;
            content: '';
            display: block;
            width: 1px;
            height: 12px;
            background-color: #d6d6d6;
        }

    .pageNum > :first-child::before {
        display: none;
    }

    .pageNum b {
        color: #cf5228;
    }

.pagePrev i, .pageNext i {
    margin: 0 -1px;
}

/*****************************************
 * Search
 ******************************************/
.srch_keyword {
    margin-bottom: 15px;
    text-align: center;
    font-size: 13px;
}

    .srch_keyword > span {
        color: #cf5228;
    }

    .srch_keyword a {
        text-decoration: underline;
        color: #00c;
    }

.searchBox {
    width: 100%;
    padding: 15px 0;
    text-align: center;
    background-color: #f9f9f9;
    border-top: 1px solid #e7e8e9;
    border-bottom: 1px solid #e7e8e9;
}

    .searchBox .sb_text, .searchBox b {
        margin: 0 13px 0 0;
        font-size: 16px;
        color: black;
    }

    .searchBox select {
        width: 133px;
        height: 40px;
        border: 1px solid #cfd2d4;
    }

    .searchBox input[type="text"] {
        width: 273px;
        height: 38px;
        padding: 0 0 0 10px;
        font-size: 14px;
        color: #838d93;
        border: 1px solid #cfd2d4;
        border-right: 0;
    }

        .searchBox input[type="text"]:focus {
            color: black;
        }

input[type="button"].btn-search,
input[type="submit"].btn-search {
    width: 78px;
    height: 40px;
    padding: 0 0 4px 0;
    color: white;
    cursor: pointer;
    background-color: #cf5228;
    border: 0;
}

/*****************************************
 * Category
 ******************************************/
.category {
    position: relative;
    height: 60px;
    padding: 0 0 0 18px;
    background-color: #f9f9f9;
    border-bottom: 1px solid #e7e8e9;
}

    .category li, .category li a {
        font-size: 14px;
        color: #999999;
    }

    .category li {
        padding: 20px 0 0 0;
        float: left;
    }

        .category li.active a, .category li a b {
            font-weight: bold;
            color: black;
        }

        .category li::before {
            content: '';
            display: inline-block;
            width: 1px;
            height: 12px;
            margin: 0 14px 0 10px;
            background-color: #c7cacc;
            vertical-align: middle;
        }

        .category li:first-child::before {
            display: none;
        }

.cate_right {
    position: absolute;
    top: 15px;
    right: 20px;
}

    .cate_right select {
        height: 30px;
        border: 1px solid #d4d1d1;
    }

/*****************************************
 * Typical
 ******************************************/
.typical {
    position: relative;
    margin: 0 0 30px 0;
    background-color: #f9f9f9;
    border: 1px solid #554843;
    border-top: 0;
}

    .typical .tp_header {
        height: 43px;
        padding: 13px 0 0 90px;
        background-color: #554843;
    }

    .typical .flag {
        position: absolute;
        top: 0;
        left: 30px;
    }

    .typical .title {
        position: relative;
        font-size: 20px;
        color: white;
    }

        .typical .title span {
            color: #ffcc00;
            vertical-align: 0;
        }

    .typical .more {
        position: absolute;
        top: 17px;
        right: 20px;
        font-size: 14px;
        color: white;
    }

        .typical .more span {
            margin: 0 10px;
        }

        .typical .more a {
            display: inline-block;
            width: 20px;
            height: 20px;
            margin: 0 -1px;
            line-height: 14px;
            background-color: #847a77;
            vertical-align: middle;
        }

            .typical .more a:hover, .typical .more a:focus {
                background-color: #736a67;
            }

            .typical .more a img {
                vertical-align: top;
            }

    .typical .tp_body {
        padding: 0 30px;
    }

.typical_left, .typical_right {
    position: relative;
    display: block;
    width: 424px;
    height: 100%;
    float: left;
}

.typical_right {
    width: 423px;
    border-left: 1px solid #665b56;
}

.typical .tp_body li {
    position: relative;
    padding: 19px 0 19px 0;
    font-size: 14px;
    color: black;
    border-top: 1px solid #e1dfde;
}

    .typical .tp_body li:first-child {
        border-top: 0;
    }

    .typical .tp_body li .cate {
        color: #d06d28;
    }

.typical .tp_table {
    padding: 30px 0 10px 0;
}

.typical .tp_body th {
    height: 44px;
    font-size: 13px;
    background-color: white;
    border-top: 1px solid #e1dfde;
}

.typical .tp_body td {
    height: 47px;
    font-size: 14px;
    color: #777777;
    text-align: center;
    border-top: 1px solid #e1dfde;
}

.typical .tp_body .left {
    padding-left: 20px;
    text-align: left;
}

.typical .tp_body .btn_default {
    display: inline-block;
    height: 23px;
    padding: 5px 10px 0 10px;
    font-size: 12px;
    color: #24272c;
    border: 1px solid #d4d1d1;
    background-color: white;
}

/*****************************************
 * Private card
 ******************************************/
.privateCardWrap {
    position: relative;
    margin-bottom: 50px;
    padding: 20px 0 50px 0;
    background-color: #fcfcfc;
    border-top: 1px solid #e7e8e9;
    border-bottom: 1px solid #e7e8e9;
}

.privateCardBox {
    position: relative;
    width: 710px;
    margin: 0 auto;
}

.cardTop {
    position: relative;
    background: url(https://img.sa.nexon.com/sa/community/comm_card_bg_top.png) no-repeat;
    height: 280px;
}

.ct_picture {
    position: absolute;
    top: 89px;
    left: 63px;
}

    .ct_picture .ct_grade {
        position: absolute;
        top: -61px;
        left: -63px;
    }

    .ct_picture .ct_kd {
        position: absolute;
        bottom: -74px;
        left: -10px;
        width: 130px;
        height: 50px;
        padding: 10px;
    }

    .ct_picture .ct_kd_txt {
        font-family: Tahoma;
        font-weight: bold;
        font-size: 10px;
        color: #b9bece;
    }

    .ct_picture .ct_kd_per {
        height: 32px;
        font-family: Tahoma;
        font-weight: bold;
        font-size: 11px;
        color: #fff;
    }

/*20180201수정*/
.ct_profile {
    position: absolute;
    top: 72px;
    left: 180px;
    width: 214px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 20px;
}

    .ct_profile a {
        font-size: 12px;
        font-weight: bold;
        color: #fff;
    }

    .ct_profile .ct_id {
        padding-top: 2px;
        padding-left: 116px;
        margin-bottom: 14px;
    }

    .ct_profile .ct_mmr {
        position: absolute;
        top: 0;
        left: -4px;
    }

    .ct_profile .ct_mark {
        position: absolute;
        top: 0;
        left: 52px;
    }

    .ct_profile .ct_name {
        width: 88px;
        font-size: 14px;
        font-weight: bold;
        color: #fed858;
        line-height: 14px;
    }

    /*20180201수정*/
    .ct_profile .ct_list {
        margin-bottom: 16px;
    }

    .ct_profile .ct_gap {
        margin: 0 6px;
        color: #666f88;
    }

    .ct_profile .ct_clan, .ct_profile .ct_clan a {
        position: relative;
        font-size: 14px;
    }

    .ct_profile .ct_clanmark {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin-right: 5px;
        background-color: #fff;
        vertical-align: top;
    }

        .ct_profile .ct_clanmark img {
            position: absolute;
            top: 0;
            left: 0;
        }

    .ct_profile .ct_clanname {
        display: inline-block;
        width: 160px;
        line-height: 14px;
    }

.ct_info {
    position: absolute;
    top: 74px;
    left: 420px;
    width: 244px;
}

    .ct_info table td {
        position: relative;
        height: 32px;
        font-size: 12px;
        font-weight: bold;
        color: #ffffff;
        letter-spacing: -0.5px;
        line-height: 14px;
        *letter-spacing: -1px;
    }

        .ct_info table td .ct_info_vs {
            font-size: 11px;
            color: #c6cbd9;
            text-align: center;
        }

        .ct_info table td .ct_graph_bar {
            position: relative;
            background: url(https://img.sa.nexon.com/sa/community/comm_card_bar_bg.png) no-repeat;
            width: 140px;
            height: 20px;
            padding: 2px;
        }

            .ct_info table td .ct_graph_bar img {
                float: left;
            }

        .ct_info table td .ct_graph_bar_width {
            position: absolute;
            top: 2px;
            left: 2px;
            width: 136px;
            padding-left: 4px;
        }

        .ct_info table td .ct_graph_bar_blue {
            width: 0%;
            height: 20px;
            background: url(https://img.sa.nexon.com/sa/community/comm_card_bar_blue_right.png) no-repeat right top;
        }

        .ct_info table td .ct_graph_bar_red {
            width: 0%;
            height: 20px;
            background: url(https://img.sa.nexon.com/sa/community/comm_card_bar_red_right.png) no-repeat right top;
        }

        .ct_info table td .ct_graph_bar_txt {
            position: absolute;
            top: 2px;
            left: 50%;
            width: 100px;
            margin-left: -50px;
            text-align: center;
            text-shadow: 1px 1px #000;
        }

        .ct_info table td .ct_info_num {
            font-family: Tahoma;
            font-size: 16px;
        }

        .ct_info table td .ct_info_per {
            font-family: Tahoma;
            font-size: 10px;
            color: #898e9a;
            vertical-align: 5px;
        }

        .ct_info table td .ct_info_num.ct_blue {
            color: #b3e4f9;
        }

        .ct_info table td .ct_info_num.ct_red {
            color: #ffb68b;
        }

        .ct_info table td.ct_txt_right {
            text-align: right;
        }

.ct_popup {
    position: absolute;
    top: 164px;
    left: 177px;
    background: url(https://img.sa.nexon.com/sa/community/comm_card_popup_bg.png) no-repeat;
    width: 376px;
    height: 129px;
    padding: 2px 3px;
    z-index: 200;
}

.ct_popup_close {
    position: absolute;
    top: 3px;
    right: 3px;
}

.ct_popup li {
    position: relative;
    width: 94px;
    height: 115px;
    padding-top: 15px;
    float: left;
    text-align: center;
}

.ct_popup ul:after {
    content: "";
    display: block;
    clear: both;
}

.ct_popup .ct_popup_txt {
    margin-top: 12px;
    font-size: 11px;
    font-weight: normal;
    color: #c6cbd9;
}

.ct_popup .ct_popup_nodata {
    padding-top: 40px;
    font-size: 11px;
    font-weight: normal;
    color: #c6cbd9;
}

.ct_popup.emblem {
    background: url(https://img.sa.nexon.com/sa/barrackNote/card_popup_bg2.png) no-repeat;
    width: 282px;
    height: 93px;
    padding: 2px 3px;
    z-index: 300;
}

    .ct_popup.emblem li img {
        width: 64px;
        height: auto;
        padding: 6px 0 7px;
    }

.cardBody {
    background: url(https://img.sa.nexon.com/sa/community/comm_card_bg_pattern.png) repeat-y;
    padding: 10px 27px;
}

.cb_title {
    font-size: 16px;
    font-weight: bold;
    color: #fed858;
    margin-bottom: 4px;
}

.cb_record {
    position: relative;
    margin-bottom: 15px;
}

.cb_table01 {
    background: url(https://img.sa.nexon.com/sa/community/comm_card_table_bg01.png) no-repeat;
    width: 654px;
    height: 245px;
    padding-top: 1px;
}

    .cb_table01 th, .cb_table01 td {
        height: 33px;
        font-size: 12px;
        color: #c7c8c9;
        text-align: center;
        line-height: 14px;
    }

        .cb_table01 td .cb_txt_red {
            font-family: Tahoma;
            font-size: 13px;
            font-weight: bold;
            color: #f0602d;
        }

        .cb_table01 td .cb_txt_blue {
            font-family: Tahoma;
            font-size: 13px;
            font-weight: bold;
            color: #55a8d0;
        }

        .cb_table01 td .cb_txt_sky {
            font-family: Tahoma;
            font-size: 13px;
            font-weight: bold;
            color: #c6cbd9;
        }

        .cb_table01 td .cb_txt_gray {
            font-size: 11px;
            font-weight: bold;
            color: #959aab;
        }

        .cb_table01 td .cb_txt_per {
            margin-left: 2px;
            font-family: Tahoma;
            font-size: 11px;
            font-weight: bold;
            color: #6e737c;
            vertical-align: 2px;
        }

.cb_table02 {
    background: url(https://img.sa.nexon.com/assets/community/comm_card_table_bg02.png) no-repeat;
    width: 654px;
    height: 106px;
    padding-top: 1px;
}

    .cb_table02 th, .cb_table02 td {
        height: 33px;
        font-size: 12px;
        color: #c7c8c9;
        text-align: center;
        line-height: 14px;
        letter-spacing: 0;
    }

        .cb_table02 td .cb_txt_sky {
            font-family: Tahoma;
            font-size: 14px;
            font-weight: bold;
            color: #c6cbd9;
        }

        .cb_table02 td .cb_txt_per {
            font-family: Tahoma;
            font-size: 11px;
            font-weight: bold;
            color: #6e737c;
            vertical-align: 3px;
        }

.cb_graph_line {
    position: relative;
    width: 323px;
    height: 206px;
    margin-right: 3px;
    border: 1px solid #373d4a;
    background-color: #272b33;
    float: left;
}

    .cb_graph_line .cb_title2 {
        position: absolute;
        top: 24px;
        left: 50%;
        width: 420px;
        margin-left: -210px;
        font-size: 12px;
        color: #fff;
        text-align: center;
    }

.cb_graph_box {
    height: 208px;
}

.cb_record:after {
    content: "";
    display: block;
    clear: both;
}

.cardBottom {
    position: relative;
    background: url(https://img.sa.nexon.com/sa/community/comm_card_bg_bottom.png) no-repeat;
    height: 92px;
}

.cb_btns {
    padding-top: 20px;
    padding-left: 26px;
}

    .cb_btns a {
        float: left;
        margin: 0 1px;
    }

    .cb_btns:after {
        content: "";
        display: block;
        clear: both;
    }

.cb_toggle {
    position: absolute;
    top: 22px;
    right: 31px;
}

    .cb_toggle a {
        display: block;
        width: 113px;
        height: 30px;
        background: url(https://img.sa.nexon.com/sa/community/comm_card_btn_openclose.png) no-repeat;
    }

    .cb_toggle.open a {
        background-position: left bottom;
    }

/*****************************************
 * Board search
 ******************************************/
.searchResult {
    position: relative;
    height: 20px;
    margin: 0 0 18px 0;
    padding: 45px 0 0 0;
    font-size: 14px;
    color: black;
    border-top: 2px solid black;
}

    .searchResult .count {
        position: relative;
        color: #cf5228;
        margin: 0 0 0 12px;
        padding: 0 0 0 12px;
    }

        .searchResult .count::before {
            position: absolute;
            top: 3px;
            left: 0;
            content: '';
            display: block;
            width: 1px;
            height: 14px;
            background-color: #eeeeee;
        }

/*****************************************
 * Board list
 ******************************************/
.boardList {
    position: relative;
    margin-bottom: 27px;
    border-bottom: 2px solid black;
}

    .boardList .left {
        padding-left: 20px;
        text-align: left;
    }

    .boardList .right {
        padding-right: 20px;
        text-align: right;
    }

    .boardList thead th {
        height: 54px;
        font-size: 14px;
        font-weight: normal;
        color: white;
        background-color: #554843;
    }

    .boardList tbody td {
        padding: 10px 0;
        font-size: 13px;
        text-align: center;
        border-top: 1px solid #dfdfdf;
        color: #777777;
    }

    .boardList.td46 tbody td {
        height: 26px;
    }

    .boardList tbody tr:nth-child(even) td {
        background-color: #fcfcfc;
    }

    .boardList tbody td.type {
        vertical-align: middle;
    }

    .boardList tbody span.type {
        vertical-align: middle;
        color: #222;
        display: inline-block;
        width: 55px;
        text-align: center;
    }

    .boardList tbody td.subject {
        text-align: left;
        padding-left: 25px;
        padding-right: 25px;
    }

        .boardList tbody td.subject a {
            font-size: 14px;
            color: black;
            vertical-align: -1px;
        }

        .boardList tbody td.subject.bestPost a {
            color: #d2450e;
            font-weight: bold;
        }

        .boardList tbody td.subject .num_reply {
            color: #d2450e;
        }

    .boardList tbody td.writer {
        text-align: left;
    }

        .boardList tbody td.writer img {
            padding-right: 2px;
            vertical-align: middle;
        }

        .boardList tbody td.writer a {
            display: inline-block;
            max-width: 110px;
            padding: 0 0 4px 0;
            color: #777777;
            line-height: 16px;
            vertical-align: middle;
        }

    .boardList tbody td .empty {
        padding: 130px 20px 150px 20px;
        font-size: 14px;
        color: #666666;
        line-height: 26px;
    }

        .boardList tbody td .empty p {
            font-size: 18px;
            color: black;
        }

    .boardList tbody tr.notice td {
        background-color: #f7f2f0;
    }

    .boardList tbody tr.notice .subject {
        font-weight: bold;
        letter-spacing: -1px;
    }

    .boardList tbody tr.notice td.writer {
        text-align: center;
    }

/*****************************************
 * Board thumbnail list
 ******************************************/
.boardThumbList {
    position: relative;
    margin: 0 0 30px 0;
    padding: 40px 0 0 40px;
    border: 1px solid #e7e8e9;
    border-top: 0;
}

    .boardThumbList td {
        width: 270px;
        padding: 0 0 40px 0;
    }

    .boardThumbList .thumb {
        position: relative;
        display: block;
        width: 230px;
        height: 170px;
        margin: 0 0 10px 0;
    }

        .boardThumbList .thumb::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: black;
            background-color: rgba(0, 0, 0, 0.4);
        }

        .boardThumbList .thumb:hover::before, .boardThumbList .thumb:focus::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: black;
            background-color: rgba(0, 0, 0, 0.1);
        }

    .boardThumbList .icon {
        position: absolute;
        top: 0;
        left: 0;
        display: inline-block;
        height: 18px;
        padding: 0 5px;
        font-size: 11px;
        color: white;
        background-color: #e46440;
    }

        .boardThumbList .icon.humor {
            background-color: #e6b033;
        }

        .boardThumbList .icon.fanart {
            background-color: #e67956;
        }

    .boardThumbList .sp-play {
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -18px 0 0 -12px;
    }

    .boardThumbList .image img {
        width: 230px;
        height: 170px;
    }

    .boardThumbList .subject {
        margin: 0 0 10px 0;
        font-size: 14px;
        font-weight: bold;
    }

        .boardThumbList .subject .ellipsis {
            max-width: 180px;
            vertical-align: -4px;
        }

        .boardThumbList .subject .reply {
            font-size: 14px;
            color: #cf5228;
        }

    .boardThumbList .info {
        margin: 0 0 4px 0;
        font-size: 13px;
        color: #777777;
    }

        .boardThumbList .info b {
            color: black;
        }

        .boardThumbList .info span::before {
            content: '';
            display: inline-block;
            width: 1px;
            height: 10px;
            margin: 0 12px 0 10px;
            background-color: #dddddd;
            vertical-align: middle;
        }

        .boardThumbList .info span:first-child::before {
            display: none;
        }

        .boardThumbList .info .smile .sp-smile {
            margin: 0 10px 0 0;
        }

        .boardThumbList .info .smile b {
            color: #cf5228;
        }

    .boardThumbList .nickname {
        font-size: 13px;
        color: black;
    }

/*****************************************
 * Board view
 ******************************************/
.boardView {
    position: relative;
    border-top: 2px solid #141313;
}

    .boardView .bSubject {
        height: 60px;
        padding: 0 20px;
        font-size: 16px;
        color: black;
        border-bottom: 1px solid #e7e8e9;
        background-color: #f0f0f0;
    }

        .boardView .bSubject img {
            vertical-align: middle;
        }

        .boardView .bSubject .newBul {
            margin-left: 5px;
        }

        .boardView .bSubject .ellipsis {
            display: inline-block;
            max-width: 730px;
        }

    .boardView .bInfo {
        position: relative;
        height: 60px;
        padding: 0 20px;
        font-size: 13px;
        color: black;
        border-bottom: 1px solid #e7e8e9;
    }

        .boardView .bInfo img {
            vertical-align: middle;
        }

        .boardView .bInfo .ellipsis {
            font-size: 14px;
            vertical-align: -5px;
        }

        .boardView .bInfo .url {
            margin: 0 0 0 5px;
            color: #666666;
        }

        .boardView .bInfo .btn_download {
            margin: 0 0 0 15px;
        }

        .boardView .bInfo .btn_rss {
            position: relative;
            margin: 0 0 0 10px;
        }

            .boardView .bInfo .btn_rss span {
                position: absolute;
                top: 38px;
                left: 0;
                width: 440px;
                padding: 4px 10px;
                font-size: 11px;
                color: #555;
                text-align: center;
                background-color: white;
                border: 1px solid #cacac8;
                border-radius: 2px;
                display: none;
            }

                .boardView .bInfo .btn_rss span:before {
                    position: absolute;
                    top: -8px;
                    left: 42px;
                    margin: 0 0 0 -8px;
                    content: "";
                    width: 0;
                    height: 0;
                    border-left: 8px solid transparent;
                    border-right: 8px solid transparent;
                    border-bottom: 8px solid #cacac8;
                }

                .boardView .bInfo .btn_rss span:after {
                    position: absolute;
                    top: -6px;
                    left: 42px;
                    margin: 0 0 0 -6px;
                    content: "";
                    width: 0;
                    height: 0;
                    border-left: 6px solid transparent;
                    border-right: 6px solid transparent;
                    border-bottom: 6px solid white;
                }

            .boardView .bInfo .btn_rss:hover span {
                display: block;
            }

        .boardView .bInfo .bInfoRight {
            position: absolute;
            top: 22px;
            right: 12px;
            color: #999999;
        }

            .boardView .bInfo .bInfoRight span {
                position: relative;
                display: inline-block;
                padding: 0 10px;
            }

                .boardView .bInfo .bInfoRight span:before {
                    position: absolute;
                    top: 4px;
                    left: 0;
                    content: '';
                    display: block;
                    width: 1px;
                    height: 11px;
                    background-color: #e7e8e9;
                }

                .boardView .bInfo .bInfoRight span:first-child:before {
                    display: none;
                }

            .boardView .bInfo .bInfoRight b {
                margin: 0 5px 0 0;
                font-weight: normal;
                color: black;
            }

    .boardView .bContent {
        position: relative;
        min-height: 400px;
        font-size: 14px;
        color: #666666;
        line-height: 28px;
        padding: 30px 0 40px 0;
        overflow: hidden;
    }

        .boardView .bContent .text {
            padding: 0 20px;
            min-height: 300px;
        }

            .boardView .bContent .text img {
                max-width: 100%;
                vertical-align: bottom;
            }

    .boardView .boardViewBox {
        position: relative;
        width: 850px;
        margin: 0 auto;
    }

        .boardView .boardViewBox.width710 {
            width: 710px;
        }

.boardBtns {
    position: relative;
    height: 60px;
    margin: 0 0 20px 0;
    padding: 0 20px;
    background-color: #f9f9f9;
    border-top: 1px solid #e7e8e9;
    border-bottom: 1px solid #e7e8e9;
}

    .boardBtns .bv_share {
        display: inline-block;
        height: 20px;
    }

        .boardBtns .bv_share.fb {
            width: 62px;
            margin: 0 0 0 -4px;
        }

        .boardBtns .bv_share.tw {
            width: 54px;
        }

    .boardBtns .btn_register {
        position: absolute;
        top: 20px;
        right: 20px;
        font-size: 13px;
    }

        .boardBtns .btn_register .sp-siren {
            margin: 0 6px 0 0;
        }

.bv_scrap_num {
    position: relative;
    display: inline-block;
    height: 23px;
    margin: 0 0 0 3px;
    padding: 5px 10px 0 10px;
    font-size: 12px;
    color: #e3613e;
    background-color: white;
    border: 1px solid #d4d1d1;
    border-radius: 2px;
}

    .bv_scrap_num:before {
        position: absolute;
        top: 8px;
        left: 0;
        margin: 0 0 0 -6px;
        content: "";
        width: 0;
        height: 0;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-right: 6px solid #d4d1d1;
    }

    .bv_scrap_num:after {
        position: absolute;
        top: 10px;
        left: 0;
        margin: 0 0 0 -4px;
        content: "";
        width: 0;
        height: 0;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-right: 4px solid white;
    }

.extra {
    padding: 10px 0;
    font-size: 14px;
    color: #666666;
    text-align: right;
}

    .extra span {
        font-size: 11px;
        margin: 0 10px;
    }

.likeBox {
    margin: 45px 0 25px 0;
    text-align: center;
}

    .likeBox a {
        display: inline-block;
        width: 144px;
        height: 48px;
        margin: 0 3px;
        font-size: 14px;
        color: #24272c;
        text-align: left;
        text-decoration: none;
        background-color: #f8f8f8;
        border: 1px solid #d4d1d1;
    }

        .likeBox a .txt {
            position: relative;
            display: inline-block;
            width: 60px;
            text-align: center;
        }

            .likeBox a .txt::after {
                content: '';
                display: inline-block;
                position: absolute;
                top: 10px;
                right: 0;
                width: 1px;
                height: 12px;
                background-color: #c7cacc;
            }

        .likeBox a .sp {
            display: inline-block;
            width: 15px;
            height: 15px;
            margin: 0 0 0 10px;
            vertical-align: -3px;
        }

        .likeBox a .num {
            display: inline-block;
            width: 40px;
            color: #cf5228;
            text-align: center;
        }

.listMove {
    margin-top: 50px;
    border-top: 1px solid #e7e8e9;
}

    .listMove li {
        height: 60px;
        padding: 0 30px;
        font-size: 12px;
        color: black;
        background-color: #f9f9f9;
        border-bottom: 1px solid #e7e8e9;
    }

        .listMove li a {
            font-size: 14px;
            font-weight: bold;
            color: black;
        }

    .listMove .up, .listMove .down {
        position: relative;
        display: inline-block;
        width: 90px;
        margin: 0 20px 0 0;
    }

        .listMove .up:after, .listMove .down:after {
            position: absolute;
            top: 4px;
            right: 0;
            content: '';
            display: block;
            width: 1px;
            height: 11px;
            background-color: #c7cacc;
        }

        .listMove .up:before {
            position: relative;
            top: -10px;
            content: "";
            width: 0;
            height: 0;
            margin: 0 15px 0 0;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            border-bottom: 8px solid #554843;
        }

        .listMove .down:before {
            position: relative;
            top: 14px;
            content: "";
            width: 0;
            height: 0;
            margin: 0 15px 0 0;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            border-top: 8px solid #554843;
        }

    .listMove .reply {
        font-size: 14px;
        font-weight: bold;
        color: #e3613e;
    }

/*****************************************
 * Board write
 ******************************************/
.boardWrite .wTop {
    height: 31px;
    padding: 45px 0 0 0;
    font-size: 13px;
    color: #666666;
    border-top: 2px solid black;
}

.boardWrite .wTitle {
    position: relative;
    border-top: 2px solid black;
    margin-bottom: 20px;
}

    .boardWrite .wTitle input[type="text"] {
        width: 600px;
    }

.boardWrite .boardTH {
    position: absolute;
    top: 14px;
    left: 28px;
    display: block;
    width: 50px;
}

.boardWrite .rowBox {
    position: relative;
    height: 60px;
    padding: 0 20px;
    font-size: 13px;
    color: #3a3a40;
    background-color: #f9f9f9;
    border-bottom: 1px solid #e3e4e5;
}

    .boardWrite .rowBox b {
        display: inline-block;
        width: 60px;
        color: black;
    }

    .boardWrite .rowBox select {
        width: 185px;
        height: 30px;
        margin: 0 10px 0 0;
        color: #666666;
        border: 1px solid #dddddd;
    }

    .boardWrite .rowBox input[type="text"] {
        width: 720px;
        height: 28px;
        padding: 0 0 0 10px;
        color: #666666;
        border: 1px solid #dddddd;
    }

.boardWrite .writeTool {
    position: relative;
    margin-bottom: 20px;
}

.edSec {
    height: 410px;
    border: 1px solid #e7e8e9;
    background-color: #fff;
}

.cardAddBox {
    position: relative;
    height: 60px;
    margin-top: -20px;
    border: 1px solid #e7e8e9;
    border-top: 0;
    margin-bottom: 20px;
    background-color: #f7f7f7;
}

.cardAdd_txt {
    width: 122px;
    height: 40px;
    padding: 20px 15px 0 20px;
    font-size: 13px;
    font-weight: bold;
    color: black;
    border-right: 1px solid #e7e8e9;
}

.cardAdd_input {
    position: absolute;
    top: 0;
    left: 153px;
    height: 18px;
    padding: 16px 20px 14px 20px;
}

    .cardAdd_input label {
        font-size: 13px;
        color: black;
        margin-left: 4px;
        margin-right: 25px;
    }

/*****************************************
 * Comment
 ******************************************/
.comment {
    position: relative;
    margin-bottom: 25px;
    padding-top: 30px;
}

    .comment .text {
        position: relative;
        margin-bottom: 10px;
    }

        .comment .text span {
            font-size: 14px;
            font-weight: bold;
        }

        .comment .text .num {
            color: #f46c3b;
        }

        .comment .text .gap {
            margin: 0 10px;
            font-size: 10px;
            font-weight: normal;
        }

    .comment .comtWrite {
        position: relative;
        border: 1px solid #cfd2d4;
        height: 80px;
        padding: 0 90px 0 78px;
    }

        .comment .comtWrite .comtStar {
            background: url(https://img.sa.nexon.com/sa/common/comment_bg3.gif) no-repeat;
            display: block;
            padding: 23px 12px;
        }

        .comment .comtWrite .score {
            font-size: 14px;
            font-weight: bold;
            color: #999999;
            vertical-align: -2px;
            letter-spacing: -1px;
        }

        .comment .comtWrite .starRed {
            color: #d2450e;
            font-size: 14px;
        }

        .comment .comtWrite textarea {
            position: relative;
            width: 98%;
            height: 60px;
            padding: 10px 1%;
            color: #999999;
            background-color: white;
            border: 0;
            *height: 45px;
            resize: none;
        }

            .comment .comtWrite textarea:focus {
                color: black;
            }

        .comment .comtWrite .limit {
            position: absolute;
            bottom: 10px;
            right: 118px;
            font-size: 11px;
            color: #999999;
        }

        .comment .comtWrite .btn {
            position: absolute;
            top: -1px;
            right: -1px;
        }

            .comment .comtWrite .btn .button {
                width: 90px;
                height: 52px;
                padding: 30px 0 0 0;
            }

    .comment .comtList .comt {
        position: relative;
        min-height: 50px;
        padding: 20px 0;
        padding-left: 78px;
        border-top: 1px solid #fefefe;
        border-bottom: 1px solid #e6e6e6;
    }

    .comment .comtList .img {
        position: absolute;
        top: 20px;
        left: 0;
    }

    .comment .comtList .comment_mark {
        margin: 0 15px 0 0;
    }

    .comment .comtList .img img {
        width: 60px;
        height: 60px;
    }

    .comment .comtList .who {
        margin: 0 0 8px 0;
        font-size: 14px;
    }

    .comment .comtList .grade {
        vertical-align: 2px;
    }

    .comment .comtList .nickname {
        font-size: 14px;
        color: #f46c3b;
    }

    .comment .comtList .bullet {
        margin: 0 0 0 2px;
        min-width: 22px;
        font-size: 11px;
    }

    .comment .comtList .gap {
        margin: 0 10px;
        font-size: 10px;
        font-weight: normal;
        color: #dcdcdc;
    }

    .comment .comtList .time {
        font-size: 11px;
        font-weight: normal;
        color: #a6a6a6;
    }

    .comment .comtList .report {
        margin-left: 10px;
    }

    .comment .comtList .star {
        top: 40px;
    }

    .comment .comtList .best {
        margin-right: 8px;
    }

        .comment .comtList .best img {
            vertical-align: -8px;
        }

    .comment .comtList .good {
        position: absolute;
        top: 40px;
        right: 0;
        background: url(https://img.sa.nexon.com/sa/common/bul_good.gif) no-repeat;
        display: block;
        width: 43px;
        height: 17px;
        padding: 3px;
        padding-left: 18px;
        font-size: 11px;
        font-weight: bold;
        color: #f46c3b;
        text-align: center;
        text-decoration: none;
        cursor: pointer;
    }

    .comment .comtList .comt p {
        font-size: 12px;
        color: #686868;
        line-height: 16px;
    }

    .comment .comtList .modify textarea {
        width: 96%;
        height: 46px;
        padding: 6px 2%;
        border: 1px solid #cfd2d4;
        background-color: white;
        color: #686868;
        resize: none;
    }

    .comment .comtList .comt .btn a {
        margin-left: 2px;
    }

    .comment .comtList .comt .message {
        font-size: 13px;
    }

        .comment .comtList .comt .message img {
            vertical-align: bottom;
        }

    .comment .comtTemp {
        padding: 60px 0;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        border-bottom: 1px solid #e6e6e6;
    }

    .comment .starWrite textarea {
        position: absolute;
        top: 1px;
        left: 150px;
        width: 444px;
        height: 47px;
        padding: 10px;
        border: 0;
        background-color: transparent;
        color: #999999;
        resize: none;
    }

    .comment .comtMore {
        padding: 30px 0 0 0;
    }

        .comment .comtMore a {
            display: block;
            width: 346px;
            height: 40px;
            margin: 0 auto;
            font-size: 12px;
            line-height: 40px;
            text-align: center;
            border: 1px solid #d4d1d1;
            background-color: #f8f8f8;
        }

    .comment .comtList.upDown .comt {
        padding-left: 163px;
    }

    .comment .comtList.upDown .comment_mark {
        position: absolute;
        top: 20px;
        left: 0;
    }

    .comment .comtList.upDown .state {
        position: absolute;
        top: 20px;
        left: 40px;
    }

    .comment .comtList.upDown .img {
        position: absolute;
        top: 20px;
        left: 81px;
    }

    .comment .comtList.upDown .likebtn {
        position: absolute;
        top: 17px;
        right: 0;
        width: 48px;
        height: 22px;
        padding: 2px 0 0 20px;
        font-size: 13px;
        font-weight: bold;
        color: #f46c3b;
        text-align: center;
        text-decoration: none;
        border: 1px solid #d4d1d1;
        cursor: pointer;
    }

    .comment .comtList.upDown .sp-like {
        position: absolute;
        top: 4px;
        left: 8px;
    }

    .comment .comtList.upDown .btn_reply {
        display: block;
        width: 50px;
        height: 20px;
        margin: 8px 0 0 0;
        font-size: 12px;
        color: white;
        text-align: center;
        line-height: 18px;
        background-color: #ada7a5;
    }

        .comment .comtList.upDown .btn_reply:hover {
            text-underline: none;
        }

    .comment .comtList.upDown .comt > ul {
        margin-top: -20px;
        padding-bottom: 20px;
    }

        .comment .comtList.upDown .comt > ul > li {
            position: relative;
            padding: 18px 0 18px 60px;
            border-bottom: 1px dotted #cccccc;
        }

            .comment .comtList.upDown .comt > ul > li .img {
                position: absolute;
                top: 20px;
                left: 0;
            }

                .comment .comtList.upDown .comt > ul > li .img:before {
                    content: '';
                    position: absolute;
                    top: 0;
                    left: -30px;
                    background: url("https://img.sa.nexon.com/assets/common/board/comment_reply_symbol.png") no-repeat;
                    display: block;
                    width: 11px;
                    height: 20px;
                }

                .comment .comtList.upDown .comt > ul > li .img img {
                    width: 40px;
                    height: 40px;
                }

    .comment .comtList.upDown .comtMore {
        padding-top: 10px;
    }

        .comment .comtList.upDown .comtMore a {
            width: 100%;
            height: 30px;
            line-height: 28px;
        }

.postPoll {
    position: relative;
    height: 130px;
    padding-top: 20px;
    margin-top: 30px;
    text-align: center;
    background-color: #fdfdfe;
    border: 1px solid #cccdcf;
}

    .postPoll .pp_title {
        margin-bottom: 5px;
        font-size: 18px;
    }

    .postPoll .pp_text {
        margin-bottom: 15px;
        font-size: 12px;
        color: #667387;
    }

    .postPoll .pp_barBox {
        position: relative;
        width: 550px;
        height: 40px;
        margin: 0 auto;
    }

.pp_num {
    position: absolute;
    top: 82px;
    left: 55px;
    font-family: Tahoma;
    font-size: 11px;
    color: #353f4f;
    text-align: center;
}

    .pp_num b:first-child {
        font-size: 14px;
    }

    .pp_num svg {
        position: absolute;
        top: 0;
        right: -30px;
    }

    .pp_num.right {
        left: 752px;
    }

        .pp_num.right svg {
            position: absolute;
            top: 0;
            right: auto;
            left: -30px;
        }

.pp_bar {
    width: 50%;
    height: 40px;
    font-size: 12px;
    color: white;
    text-align: center;
    line-height: 40px;
    float: left;
}

.pp_up {
    background-color: #ff6c54;
}

.pp_down {
    background-color: #7f9fd3;
}

.comm_tab {
    position: absolute;
    top: 0;
    right: 0;
}

    .comm_tab a {
        position: relative;
        display: inline-block;
        margin-left: 20px;
        font-size: 12px;
        color: #667387;
    }

        .comm_tab a::before {
            position: absolute;
            top: 4px;
            left: -12px;
            content: '';
            display: block;
            width: 1px;
            height: 10px;
            background-color: #ccc;
        }

        .comm_tab a:first-child::before {
            display: none;
        }

        .comm_tab a.active {
            font-weight: bold;
        }

.emoticonListBox {
    position: absolute;
    top: 72px;
    left: 80px;
    z-index: 608;
}

.emoticonMenuBox {
    position: relative;
    width: 358px;
    height: 44px;
    padding-top: 5px;
    background-color: #e4e4e4;
    border: 1px solid #d8d8d8;
    overflow: hidden;
}

.emoticonLeft {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

    .emoticonLeft a {
        background: url(https://img.sa.nexon.com/sa/emoticon/emoticon_menu_left.png) no-repeat;
        display: block;
        width: 22px;
        height: 49px;
    }

    .emoticonLeft.off a {
        background-position: -22px 0;
        cursor: default;
    }

.emoticonRIght {
    position: absolute;
    top: 0;
    right: 44px;
    z-index: 10;
}

    .emoticonRIght a {
        background: url(https://img.sa.nexon.com/sa/emoticon/emoticon_menu_right.png) no-repeat;
        display: block;
        width: 23px;
        height: 49px;
    }

    .emoticonRIght.off a {
        background-position: -23px 0;
        cursor: default;
    }

.emoticonMenu {
    width: 240px;
    padding-left: 38px;
    overflow: hidden;
}

    .emoticonMenu ul {
        width: 1000px;
    }

    .emoticonMenu li {
        float: left;
    }

        .emoticonMenu li a {
            background: url(https://img.sa.nexon.com/assets/common/board/emoticon_menus.png) no-repeat;
            display: block;
            width: 40px;
            height: 40px;
        }

    .emoticonMenu .ecml_01 a {
        background-position: 0 0;
    }

    .emoticonMenu .ecml_01.on a {
        background-position: 0 -40px;
    }

    .emoticonMenu .ecml_02 a {
        background-position: -40px 0;
    }

    .emoticonMenu .ecml_02.on a {
        background-position: -40px -40px;
    }

    .emoticonMenu .ecml_03 a {
        background-position: -80px 0;
    }

    .emoticonMenu .ecml_03.on a {
        background-position: -80px -40px;
    }

    .emoticonMenu .ecml_04 a {
        background-position: -120px 0;
    }

    .emoticonMenu .ecml_04.on a {
        background-position: -120px -40px;
    }

    .emoticonMenu .ecml_05 a {
        background-position: -160px 0;
    }

    .emoticonMenu .ecml_05.on a {
        background-position: -160px -40px;
    }

    .emoticonMenu .ecml_06 a {
        background-position: -200px 0;
    }

    .emoticonMenu .ecml_06.on a {
        background-position: -200px -40px;
    }

    .emoticonMenu .ecml_07 a {
        background-position: -240px 0;
    }

    .emoticonMenu .ecml_07.on a {
        background-position: -240px -40px;
    }

    .emoticonMenu .ecml_08 a {
        background-position: -280px 0;
    }

    .emoticonMenu .ecml_08.on a {
        background-position: -280px -40px;
    }

    .emoticonMenu .ecml_09 a {
        background-position: -320px 0;
    }

    .emoticonMenu .ecml_09.on a {
        background-position: -320px -40px;
    }

    .emoticonMenu ul:after {
        content: "";
        display: block;
        clear: both;
    }

.emoticonClose {
    position: absolute;
    top: 0;
    right: 0;
}

.emoticonClose2 {
    position: absolute;
    top: 0;
    right: 0;
}

.emoticonClose3 {
    position: absolute;
    top: 0;
    right: 0;
}

.emoticonList {
    position: relative;
    width: 338px;
    height: 214px;
    padding: 10px;
    background-color: #f3f3f3;
    border: 1px solid #e7e7e7;
    border-top: 1px solid #f9f9f9;
    overflow: hidden;
    overflow-y: scroll;
    display: none;
}

.emoticonList li {
    float: left;
    margin: 5px;
    width: 95px;
    height: 95px;
    border: 1px solid transparent;
}

.emoticonList li:hover {
    border: 1px solid #ccc;
    background-color: #f7f7f7;
}

.emoticonList ul:after {
    content: "";
    display: block;
    clear: both;
}

.emoticonView {
    position: absolute;
    top: 10px;
    left: 10px;
}

.emoticonView2 {
    position: absolute;
    top: 0;
    left: 0;
}

.emoticonView3 {
    position: absolute;
    top: 0;
    left: 0;
}

/*******************************************
* popup
********************************************/
.hide {
    position: absolute;
    width: 0;
    line-height: 0;
    height: 0;
    font-size: 0;
    top: 0;
    left: -9999px;
    overflow: hidden;
}

.popup_button {
    display: inline-block;
    width: 120px;
    height: 35px;
    padding: 15px 0 0 0;
    font-size: 14px;
    color: white;
    text-align: center;
    background-color: #cac6c5;
}

    .popup_button.orange {
        background-color: #cf5228;
    }

#popup_shade {
    position: absolute;
    top: 0;
    left: 0;
    width: 100.5%;
    height: 100.5%;
    background: black;
    z-index: 1000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    display: none;
}

.popup_wrap {
    position: relative;
    background-color: #fcfcfc;
    letter-spacing: -1px;
}

.popup_close {
    position: absolute;
    top: 0;
    right: 0;
}

.popup_header {
    position: relative;
    width: 100%;
    height: 60px;
    background-color: #554843;
}

.popup_h1 {
    display: inline-block;
    padding: 17px 0 0 30px;
    font-size: 16px;
    color: white;
}

.popup_body {
    position: relative;
    width: 100%;
    font-size: 12px;
    color: #666666;
    background-color: white;
}

.popup_h2 {
    margin: 0 0 13px 0;
    font-size: 14px;
}

.popup_content {
    padding: 27px 30px;
}

.popup_tab {
    position: relative;
    height: 40px;
    margin: 0 0 28px 0;
}

    .popup_tab ul:after {
        content: '';
        display: block;
        clear: both;
    }

    .popup_tab li {
        width: 33%;
        margin: 0 0 0 1px;
        float: left;
    }

        .popup_tab li a {
            display: block;
            width: 100%;
            height: 29px;
            padding: 11px 0 0 0;
            font-size: 12px;
            font-weight: bold;
            color: white;
            text-align: center;
            background-color: #cac6c5;
        }

        .popup_tab li.active a {
            background-color: #cf5228;
        }

.popup_footer {
    position: relative;
    padding: 0 0 50px 0;
    background-color: white;
}

.popup_buttons {
    font-weight: bold;
    text-align: center;
}

/*****************************************
 * Popup Add 20180201
 ******************************************/
.sub_sentence {
    position: relative;
    padding-left: 11px;
    margin-left: 10px;
    font-size: 12px;
    color: #b6b4b4;
}

    .sub_sentence:after {
        display: block;
        position: absolute;
        left: 0;
        top: 4px;
        width: 1px;
        height: 10px;
        background-color: #b6b4b4;
        content: '';
    }

/*****************************************
 * Magnific Popup
 ******************************************/
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999942;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999943;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .mfp-container:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 99999945;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 99999944;
}

    .mfp-preloader a {
        color: #CCC;
    }

        .mfp-preloader a:hover {
            color: #FFF;
        }

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 99999946;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

    .mfp-close:hover,
    .mfp-close:focus {
        opacity: 1;
    }

    .mfp-close:focus {
        outline: 1px solid rgba(255, 255, 255, 0.3);
    }

    .mfp-close:active {
        top: 1px;
    }

.mfp-close-btn-in .mfp-close {
    display: none;
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

    .mfp-arrow:active {
        margin-top: -54px;
    }

    .mfp-arrow:hover,
    .mfp-arrow:focus {
        opacity: 1;
    }

    .mfp-arrow:before,
    .mfp-arrow:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 35px;
        margin-left: 35px;
        border: medium inset transparent;
    }

    .mfp-arrow:after {
        border-top-width: 13px;
        border-bottom-width: 13px;
        top: 8px;
    }

    .mfp-arrow:before {
        border-top-width: 21px;
        border-bottom-width: 21px;
        opacity: 0.7;
    }

.mfp-arrow-left {
    left: 0;
}

    .mfp-arrow-left:after {
        border-right: 17px solid #FFF;
        margin-left: 31px;
    }

    .mfp-arrow-left:before {
        margin-left: 25px;
        border-right: 27px solid #3F3F3F;
    }

.mfp-arrow-right {
    right: 0;
}

    .mfp-arrow-right:after {
        border-left: 17px solid #FFF;
        margin-left: 39px;
    }

    .mfp-arrow-right:before {
        border-left: 27px solid #3F3F3F;
    }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

    .mfp-iframe-holder .mfp-content {
        line-height: 0;
        width: 100%;
        max-width: 900px;
    }

    .mfp-iframe-holder .mfp-close {
        top: -40px;
    }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

    .mfp-iframe-scaler iframe {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        background: #000;
    }

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

    .mfp-figure:after {
        content: '';
        position: absolute;
        left: 0;
        top: 40px;
        bottom: 40px;
        display: block;
        right: 0;
        width: auto;
        height: auto;
        z-index: -1;
        -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        background: #444;
    }

    .mfp-figure small {
        color: #BDBDBD;
        display: block;
        font-size: 12px;
        line-height: 14px;
    }

    .mfp-figure figure {
        margin: 0;
    }

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /* Remove all paddings around the image on small screen */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .mfp-img-mobile .mfp-bottom-bar:empty {
            padding: 0;
        }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}