@import url(common.css);
@import url(style.css);
@import url(game-style.css);

main {
    background: none;
    width: 971px;
}
.statute-content {
    padding: 0;
}
.board-top {
    height: 68px;
    background: #0f1014;
    padding: 24px 28px;
    box-sizing: border-box;
}
.penalty-top .bottom-item button,
.board-top .top-left .left-item button {
    padding: 0 28px;
    height: 32px;
}
.penalty-top .top-item select,
.board-top .top-left .right-item select {
    width: 92px;
    height: 32px;
    font-size: 12px;
    color: #fff;
    background: #111217;
}
.penalty-top .top-item input,
.board-top .top-left .right-item input {
    width: 132px;
    height: 28px;
    color: #fff;
    border: 1px solid #626262;
    background-color: #111217;
}
.penalty-top .top-item button,
.board-top .top-left .right-item button {
    padding: 0 24px;
    height: 32px;
    font-weight: 600;
}
.view-comment .comment-info button,.reply-comment .comment-info button,
.write-btn button,.board-top .top-right button {
    padding: 0 30px;
    height: 32px;
    font-weight: 600;
}
.sevice-contents .sevice-title,
.board-contents .board-title {
    background: #262626;
    height: 50px;
    width: 100%;
    text-align: center;
}
.board-01, .board-05, .board-06, .board-07 {
    width: 8%;
    text-align: center;
}
.board-02 { width: 6%; text-align: center;}
.board-03 { width: 46%;}
.board-04 { width: 16%; text-align: center;}
.board-contents .board-item-wrap {
    width: 100%;
    height: 46px;
    background: #303030;
    border-bottom: 1px solid rgba(98,98,98, 0.3);
}
.board-contents .board-item-wrap:last-child {
    border-bottom: none;
}

.view-title {
    background: #0f1014;
    height: 58px;
    line-height: 58px;
    padding: 0 28px;
}
.view-info {
    height: 50px;
    background: #262626;
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-color: #626262;
    padding: 0 28px;
}
.view-info .view-useretc .user-views span {
    width: 21px;
    height: 18px;
    display: inline-block;
    background-position: -131px -24px;
}
.view-info .view-useretc .user-nice span {
    width: 19px;
    height: 18px;
    display: inline-block;
    background-position: -153px -24px;
}
.view-useretc button {
    background: #626262;
    color: #fff;
}
.view-text {
    height: 220px;
    padding: 28px;
}
.view-comment .comment-write {
    display: block;
}
.view-comment .comment-write textarea {
    overflow-y: auto;
    display: block;
    width: 94%;
    height: 135px;
    padding: 18px;
    border: 1px solid #626262;
    box-sizing: border-box;
    resize: none;
    line-height: 1.6em;
    background: #262626;
    color: #fff;
    margin: 0 auto;
}
.view-comment .comment-write textarea:focus {
    outline: none;
}
.view-comment .comment-info {
    background: #0f1014;
    width: 94%;
    height: 58px;
    margin: 0 auto;
    padding: 0 28px;
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-color: #626262;
}
.btn-list {
    justify-content: flex-end;
}
.btn-list button{
    padding: 0 30px;
    height: 32px;
    font-weight: 600;
    background: #626262;
    color: #fff;
    margin: 20px 58px 0;
}
.comment-view-wrap {
    position: relative;
}
.comment-view-title {
    margin-left: 66px;
}
.comment-view-contents {
    width: 94%;
    margin: 8px auto 8px;
    background: #262626;
    padding: 15px 15px 30px;
}
.comment-view-contents:last-child {
    margin: 0;
}
.comment-view-top p {
    color: #929292;
    font-size: 10px;
}
.comment-user-bottom p {
    padding: 20px 0;
}
.comment-view-wrap .btn-reply {
    position: absolute;
    left: 50px;
    top: 110px;
    font-size: 12px;
}
.comment-view-wrap .btn-report {
    position: absolute;
    left: 100px;
    top: 105px;
    font-size: 12px;
}
.reply-view-wrap {
    position: relative;
}
.reply-view-wrap .btn-reply {
    position: absolute;
    left: 104px;
    top: 118px;
    font-size: 12px;
}
.reply-view-wrap .btn-report {
    position: absolute;
    left: 154px;
    top: 113px;
    font-size: 12px;
}
.reply-view-wrap .btn-reply.active,
.comment-view-wrap .btn-reply.active {
    background: none;
}
.reply-view-contents {
    float: right;
    width: 88%;
    margin: 8px 30px 8px;
    background: #3a3a3a;
    padding: 15px 15px 30px;
}
.reply-view-top p {
    color: #929292;
    font-size: 10px;
}
.reply-user-bottom p {
    padding: 20px 0;
}

.reply-view {
    position: relative;
}
.comment-reply {
    position: relative;
    display: none;
}
.reply-view img,
.comment-reply img {
    position: absolute;
    top: -4%;
    left: 7%;
}

.reply-comment .reply-write {
    display: block;
    width: 100%;
}
.reply-comment .reply-write textarea {
    float: right;
    overflow-y: auto;
    display: block;
    width: 88%;
    height: 135px;
    padding: 18px;
    border: 1px solid #626262;
    box-sizing: border-box;
    resize: none;
    line-height: 1.6em;
    background: #262626;
    color: #fff;
    margin-right: 30px;
}
.reply-comment .reply-write textarea:focus {
    outline: none;
}

.reply-comment .comment-info {
    background: #0f1014;
    float: right;
    width: 88%;
    height: 58px;
    margin-right: 30px;
    padding: 0 28px;
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-color: #626262;
}


.write-title {
    padding: 8px;
}
.write-title input {
    width: 949px;
    background: #0f1014;
    color: #fff;
    line-height: 58px;

}
.write-title input:focus {
    outline: none;
}

.write-btn {
    justify-content: flex-end;
    padding: 18px 28px;
}
.write-btn button:first-child {
    background: #626262;
    color: #fff;
}




.sevice-contents .sevice-title {
    padding: 0 28px; 
}
.sevice-contents .sevice-title button {
    color: #fff;
    font-weight: 600;
}
.sevice-contents .sevice-title button:hover,
.sevice-contents .sevice-title button.active {
    background: none;
    color:#a3ff12;
}
.sevice-contents .qna-item-wrap {
    width: 100%;
    background: #303030;
    border-bottom: 1px solid rgba(98,98,98, 0.3);
}
.sevice-contents .qna-item-wrap:last-child {
    border-bottom: none;
}
.query-contents .pefilter,
.sevice-contents .qna-item-wrap .qnafilter {
    display: none;
}
.query-contents .pefilter.show {
    display: flex;
}
.sevice-contents .qna-item-wrap .qnafilter.show {
    display: block;
}
.sevice-contents .qna-item-wrap .qna-quest {
    padding: 13px 28px;
    border-bottom: 1px solid rgba(98,98,98, 0.3);
    width: 100%;
}
.sevice-contents .qna-item-wrap .qna-quest.active .icon-arrow {
    background-position: -96px -119px;
}
.sevice-contents .qna-item-wrap .qna-quest.active .icon-question {
    background-position: -24px -119px;
}
.icon-question, .icon-mark {
    width: 22px;
    height: 22px;
    display: inline-block;
}
.icon-arrow{
    width: 14px;
    height: 8px;
    display: inline-block;
}
.icon-question {
    background-position: 0 -119px;
}
.icon-arrow {
    background-position: -72px -119px;
}
.sevice-contents .qna-item-wrap .qna-quest p {
    font-size: 12px;
}
.sevice-contents .qna-item-wrap .qna-ans-wrap {
    background: #0f1014;
    padding: 13px 28px;
    display: none;
}
.sevice-contents .qna-item-wrap .qna-ans {
    padding-bottom: 13px;
}
.sevice-contents .qna-item-wrap .qna-ans p {
    color: #00FFFF;
}

.query-contents .query-title {
    background: #262626;
    height: 50px;
    width: 100%;
    text-align: center;
}

.query-01 { width: 15%; text-align: center;}
.query-02 { width: 60%;}
.query-03 { width: 25%; text-align: center;}
.query-contents .query-item-wrap {
    width: 100%;
    height: 46px;
    background: #303030;
    border-bottom: 1px solid rgba(98,98,98, 0.3);
}
.query-contents .query-item-wrap:last-child {
    border-bottom: none;
}
.query-contents .query-item-wrap .query-wait {
    border: 1px solid #b4b4b4;
    padding: 7px 14px;
    border-radius: 2px;
}
.query-contents .query-item-wrap .query-end {
    border: 1px solid #a3ff12;
    color: #a3ff12;
    padding: 7px 14px;
    border-radius: 2px;
}

.query-btn-list {
    justify-content: flex-end;
    margin: 0 30px 15px 0;
}
.query-btn-list button{
    padding: 0 30px;
    height: 32px;
    font-weight: 600;
    background: #626262;
    color: #fff;

}
.penalty-top {
    flex-direction: column;
    background: #0f1014;
    padding: 20px 28px 0;
    box-sizing: border-box;
}
.penalty-top .bottom-item {
    padding: 18px 0;
}

.penalty-01 { width: 8%; text-align: center;}
.penalty-02 { width: 18%; text-align: center;}
.penalty-03 { width: 6%; text-align: center;}
.penalty-04 { width: 40%;}
.penalty-05,.penalty-06 { width: 14%; text-align: center;}

.off-screen {
	display: none;
}
#nav {
    text-align: center;
    padding: 30px 0 40px;

}
#nav a {
	display: inline-block;
    color: #fff;
    background: #1B1B1C;
    padding: 4px 12px;
    transition: background-color .3s;
    border: 1px solid #414141;
    margin: 0 4px;
    border-radius: 2px;
}
#nav a.active {
    background-color: #a3ff12;
    color: #000;
    font-weight: 600;
    border: 1px solid #a3ff12;
}
