﻿html, body { width: 100%; height: 100%; padding: 0; margin: 0; background-color: transparent; overflow: hidden; }
#wrap { margin: 0; box-sizing: border-box; width: 100%; height: 100%; position: relative; }
div, span { cursor: default; }
ul, li { padding: 0; margin: 0; list-style-type: none; }
li { display: inline-block; }
a { text-decoration: none; color: black; }
button { border: none; padding: 0; margin: 0; background: none; color: inherit; cursor: pointer; }
a:focus, :focus { outline: none; }
h1, h2, h3, h4, h5, h6, strong { font-weight: normal; }

/* 버튼 */
.btn { font-size: 14px; color: white; cursor: pointer; width: auto; min-width: 50px; height: 30px; line-height: 30px; position: relative; vertical-align: middle; background-color: #08335f; box-sizing: border-box; border-radius: 3px; border: 1px solid rgba(0,0,0,0.25); box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.3); overflow: hidden; text-align: center; display: inline-block; text-shadow: 0 2px 2px rgba(0,0,0,1); padding: 0 10px; }
.btn:before { content: ''; width: 100%; height: 100%; display: inline-block; position: absolute; top: 0; left: 0; background: linear-gradient(rgba(255,255,255,0.2),transparent); }
.btn:after { content: ''; width: 100%; height: 100%; display: inline-block; position: absolute; top: -45%; left: 0; background: linear-gradient(rgba(255,255,255,0.1),rgba(255,255,255,0.05)); box-shadow: 0 0 2px rgba(0,0,0,0.1); }

.btn:hover { background: linear-gradient(rgba(255,255,255,0.1),rgba(255,255,255,0.005)); }
.btn:hover:before { background: linear-gradient( rgba(255,255,255,0.3),rgba(255,255,255,0.1)); }
.btn:active { height: 32px; background-color: rgb(29, 27, 23); background: linear-gradient(rgba(255,255,255,0.1),rgba(255,255,255,0.005)); box-shadow: inset 0 0 5px rgba(0,0,0,0.3); }
.btn:active:before { background: linear-gradient(transparent, rgba(0,0,0,0.2)); }
.btn:active:after { opacity: 0; }

.btn span { position: relative; top: -100%; font-size: 14px; color: white; }

.arial { }

/* 스크롤바 */
.scroll { overflow-x: hidden; overflow-y: auto; }
.scroll::-webkit-scrollbar { width: 19px; }
.scroll::-webkit-scrollbar-track { background-color: #272622; border-left: 1px solid #141412; border-right: 1px solid #141412; }
.scroll::-webkit-scrollbar-thumb { background-image: url(/Common/img/scroll/scroll_button.svg); background-position: center; background-color: #353331; background-repeat: no-repeat; background-size: 5px 10px; border: 1px solid #141412; }
.scroll::-webkit-scrollbar-thumb:hover { background-image: url(/Common/img/scroll/scroll_button_hover.svg); background-color: #424242; }
.scroll::-webkit-scrollbar-thumb:active { background-color: #515151; }
.scroll::-webkit-scrollbar-button { background-position: center; background-color: #272622; border: 1px solid #141412; opacity: 0; }
.scroll::-webkit-scrollbar-button:decrement { background-image: url(/Common/img/scroll/scroll_up.svg); background-position: center; opacity: 0; background-repeat: no-repeat; background-size: 7px 5px; }
.scroll::-webkit-scrollbar-button:decrement:hover { background-image: url(/Common/img/scroll/scroll_up_hover.svg); background-color: #424242; }
.scroll::-webkit-scrollbar-button:decrement:active { background-image: url(/Common/img/scroll/scroll_up_hover.svg); background-position: center; background-color: #515151; }
.scroll::-webkit-scrollbar-button:increment { background-image: url(/Common/img/scroll/scroll_down.svg); background-position: center; background-repeat: no-repeat; background-size: 7px 5px; }
.scroll::-webkit-scrollbar-button:increment:hover { background-image: url(/Common/img/scroll/scroll_down_hover.svg); background-position: center; background-color: #424242; }
.scroll::-webkit-scrollbar-button:increment:active { background-image: url(/Common/img/scroll/scroll_down_hover.svg); background-position: center; background-color: #515151; }

.scroll.type2 { }
.scroll.type2::-webkit-scrollbar { width: 4px; }
.scroll.type2::-webkit-scrollbar-track { background-color: #2f333b; border: none; border-radius: 5px; }
.scroll.type2::-webkit-scrollbar-thumb { background: #4e515d; border: none; border-radius: 5px; }
.scroll.type2::-webkit-scrollbar-thumb:hover { background: #616472; }
.scroll.type2::-webkit-scrollbar-thumb:active { background: #454751; }
.scroll.type2::-webkit-scrollbar-button { display: none; }
.scroll.type2::-webkit-scrollbar-button:decrement { background: none; height: 0; }
.scroll.type2::-webkit-scrollbar-button:decrement:hover { background: none; }
.scroll.type2::-webkit-scrollbar-button:decrement:active { background: none; }
.scroll.type2::-webkit-scrollbar-button:increment { background: none; height: 0; }
.scroll.type2::-webkit-scrollbar-button:increment:hover { background: none; }
.scroll.type2::-webkit-scrollbar-button:increment:active { background: none; }

/* scrollbar setting */
.scroll.type3 { overflow: auto; }
.scroll.type3::-webkit-scrollbar { width: 5px; height: 5px; }
.scroll.type3::-webkit-scrollbar-track { background-color: #404043; border: none; border-radius: 5px; }
.scroll.type3::-webkit-scrollbar-thumb { background: #735b2d; border: none; border-radius: 5px; }
.scroll.type3::-webkit-scrollbar-thumb:hover { background: #bf974b; }
.scroll.type3::-webkit-scrollbar-thumb:active { background: #5f4b25; }
.scroll.type3::-webkit-scrollbar-button { display: none; }
.scroll.type3::-webkit-scrollbar-button:decrement { background: none; height: 0; }
.scroll.type3::-webkit-scrollbar-button:decrement:hover { background: none; }
.scroll.type3::-webkit-scrollbar-button:decrement:active { background: none; }
.scroll.type3::-webkit-scrollbar-button:increment { background: none; height: 0; }
.scroll.type3::-webkit-scrollbar-button:increment:hover { background: none; }
.scroll.type3::-webkit-scrollbar-button:increment:active { background: none; }

.scroll.type4 { }
.scroll.type4::-webkit-scrollbar { width: 4px; }
.scroll.type4::-webkit-scrollbar-track { background-color: #4e515d; border: none; border-radius: 5px; }
.scroll.type4::-webkit-scrollbar-thumb { background: #cca471; border: none; border-radius: 5px; }
.scroll.type4::-webkit-scrollbar-thumb:hover { background: #616472; }
.scroll.type4::-webkit-scrollbar-thumb:active { background: #454751; }
.scroll.type4::-webkit-scrollbar-button { display: none; }
.scroll.type4::-webkit-scrollbar-button:decrement { background: none; height: 0; }
.scroll.type4::-webkit-scrollbar-button:decrement:hover { background: none; }
.scroll.type4::-webkit-scrollbar-button:decrement:active { background: none; }
.scroll.type4::-webkit-scrollbar-button:increment { background: none; height: 0; }
.scroll.type4::-webkit-scrollbar-button:increment:hover { background: none; }
.scroll.type4::-webkit-scrollbar-button:increment:active { background: none; }

.scrollVisibleY { overflow-y: scroll; }
.scrollVisibleX { overflow-x: scroll; }

/*[data-coherent-gt="true"] .scroll::-webkit-scrollbar-button:decrement { height: 0; }
[data-coherent-gt="true"] .scroll::-webkit-scrollbar-button:increment { height: 0; }
[data-coherent-gt="true"] .scroll::-webkit-scrollbar-track { border: none; background-color: transparent; }
[data-coherent-gt="true"] .scroll::-webkit-scrollbar-thumb { border: none; background-image: none; }
[data-isxbox="true"] .scroll::-webkit-scrollbar { width: 36px; }*/

/* messageBox */
.messageBox { z-index: 9999; width: 100%; height: 100%; box-sizing: border-box; text-align: center; position: absolute; left: 0; top: 0; vertical-align: middle; display: flex; }
.messageBox .messageBox_content { text-align: center; border-radius: 5px; background: rgba(0,0,0,0.9); box-shadow: 2px 2px 9px rgba(0,0,0,0.75); color: #b6b6b6; border: 1px solid #000; width: 360px; box-sizing: border-box; z-index: 1; margin: auto; max-width: 60%; max-height: 100%; height: auto; position: relative; }
.messageBox .messageBox_content:before { content: ''; display: inline-block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; border-radius: 6px; box-sizing: border-box; box-shadow: inset 0 0 0 1px #908379; }
.messageBox .messageBox_content .messageBox_str { min-height: 115px; display: table; padding: 10px; width: 100%; box-sizing: border-box; table-layout: fixed; }
.messageBox .messageBox_content .messageBox_str span { vertical-align: middle; display: table-cell; width: 100%; -ms-word-break: keep-all; word-break: keep-all; -ms-word-wrap: break-word; word-wrap: break-word; font-size:18px; line-height: 1.6; font-weight: normal; }
.messageBox .messageBox_content .messageBox_button { height: auto; padding: 0 12px 20px; }
.messageBox .messageBox_content .messageBox_button .btn { cursor: pointer; min-width: 80px; height: 33px; line-height: 33px; font-size: 12px; }
.messageBox .messageBox_content .messageBox_button .btn * { cursor: pointer; }
/*.messageBox .messageBox_content .messageBox_button .btn:focus { background: linear-gradient(rgba(255,255,255,0.1),rgba(255,255,255,0.5)) !important; }*/
.messageBox .messageBox_content .messageBox_button .btn + .btn { margin-left: 20px; }
.messageBox .messageBox_bg { width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-color: rgba(0,0,0,0); }

.messageBox.type2 { display: flex; }
.messageBox.type2.on { display: flex; }
.messageBox.type2 .messageBox_content { width: 430px; }
.messageBox.type2 .messageBox_content.musicnote { background-color: transparent; }
.messageBox.type2 .messageBox_content::before,
.messageBox.type2 .messageBox_content::after { content: ''; display: block; position: absolute; box-sizing: border-box; border-radius: 5px; overflow: hidden; }
.messageBox.type2 .messageBox_content::before { box-shadow: inset 0 0 0 1px #908379; width: 100%; height: 100%; top: 0; left: 0; background: -webkit-linear-gradient(top, rgba(176, 144, 70, 0.6) 0, rgba(97, 76, 65, 0.6) 50%, rgba(97, 76, 65, 1) 100%); background: linear-gradient(to bottom, rgba(176, 144, 70, 0.6) 0, rgba(97, 76, 65, 0.6) 50%, rgba(97, 76, 65, 1) 100%); z-index: 0; }
.messageBox.type2 .messageBox_content::after { width: calc(100% - 2px); height: calc(100% - 2px); top: 1px; left: 1px; background: rgba(18, 18, 19, 0.5); z-index: 1; }
.messageBox.type2 .messageBox_content [class^="messageBox_"] { position: relative; z-index: 2; width: calc(100% - 2px); margin: 0 auto; box-sizing: border-box; padding-left: 20px; padding-right: 20px; }
.messageBox.type2 .messageBox_content .messageBox_str { padding: 30px 20px; color: #ddc39e; background-color: #1f1f22; }
.messageBox.type2 .messageBox_content .messageBox_head { background: -webkit-linear-gradient(top, rgba(46, 46, 50, 1) 0, rgba(46, 46, 50, 1) 60%, rgba(55, 55, 60, 1) 100%); background: linear-gradient(to bottom, rgba(46, 46, 50, 1) 0, rgba(46, 46, 50, 1) 60%, rgba(55, 55, 60, 1) 100%); color: #ffedd4; font-size: 18px; padding-top: 10px; padding-bottom: 10px; height: calc(100% - 1px); margin-top: 1px; border-top-left-radius: 5px; border-top-right-radius: 5px; overflow: hidden; }
.messageBox.type2 .messageBox_content .messageBox_button { background-color: #2d2d31; padding-top: 10px; padding-bottom: 10px; height: calc(100% - 1px); margin-bottom: 1px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; overflow: hidden; display: flex; }
.messageBox.type2 .messageBox_content .messageBox_button .btn { position: relative; border-radius: 2px; background: #3d3e47; background: -webkit-linear-gradient(top, rgba(126, 128, 142, 0.75), rgba(87, 88, 97, 0.75)); background: linear-gradient(to bottom, rgba(126, 128, 142, 0.75) 0, rgba(87, 88, 97, 0.75) 100%); flex: 1; border: none; padding: 15px; color: #e0e0e0; box-shadow: none; text-shadow: none; line-height: 1.2; height: initial; font-size: 15px; }
.messageBox.type2 .messageBox_content .messageBox_button .btn::after { display: none; }
.messageBox.type2 .messageBox_content .messageBox_button .btn:before { content: ''; position: absolute; top: 1px; left: 1px; width: calc(100% - 2px); height: calc(100% - 2px); z-index: 0; background: -webkit-linear-gradient(top, #3c3d46, #464750); background: linear-gradient(to bottom, #464750 0, #3c3d46 100%); }
.messageBox.type2 .messageBox_content .messageBox_button .btn + .btn { margin-left: 10px; }
.messageBox.type2 .messageBox_content .messageBox_button .btn:not(:disabled):hover { color: #ffedd4; background: -webkit-linear-gradient(top, rgba(130, 104, 89, 0.75), rgba(121,93,72,0.73)); background: linear-gradient(to bottom, rgba(130, 104, 89, 0.75) 0, rgba(121,93,72,0.73) 100%); }
.messageBox.type2 .messageBox_content .messageBox_button .btn:not(:disabled):hover:before { background: -webkit-linear-gradient(top, #5b4b42, #50423b); background: linear-gradient(to bottom, #5b4b42 0, #50423b 100%); }

/* icon */
[data-isxbox="true"] .icnCm.gamePad { display: inline-block; width: 44px; height: 44px; background-image: url(../img/icn_com_xbox_spr.png); background-repeat: no-repeat; vertical-align: middle; }
[data-isps="true"] .icnCm.gamePad { display: inline-block; width: 44px; height: 44px; background-image: url(../img/icn_com_ps_spr.png); background-repeat: no-repeat; vertical-align: middle; }
.icnCm.icnGamePad0 { background-position: -1px -1px; }
.icnCm.icnGamePad1 { background-position: -91px -1px; }
.icnCm.icnGamePad2 { background-position: -136px -1px; }
.icnCm.icnGamePad3 { background-position: -46px -1px; }
.icnCm.icnGamePad4 { background-position: -91px -136px; }
.icnCm.icnGamePad5 { background-position: -136px -136px; }
.icnCm.icnGamePad6 { background-position: -46px -181px; }
.icnCm.icnGamePad7 { background-position: -1px -181px; }
.icnCm.icnGamePad8 { background-position: -1px -46px; }
.icnCm.icnGamePad9 { background-position: -46px -46px; }
.icnCm.icnGamePad10 { background-position: -1px -91px; }
.icnCm.icnGamePad11 { background-position: -46px -91px; }
.icnCm.icnGamePad12 { background-position: -181px -136px; }
.icnCm.icnGamePad13 { background-position: -181px -46px; }
.icnCm.icnGamePad14 { background-position: -181px -91px; }
.icnCm.icnGamePad15 { background-position: -181px -1px; }
.icnCm.icnGamePad16 { background-position: -1px -1px; }
.icnCm.icnGamePad17 { background-position: -91px -91px; }
.icnCm.icnGamePad18 { background-position: -136px -91px; }

.oxChange .icnCm.icnGamePad0 { background-position: -91px -1px; }
.oxChange .icnCm.icnGamePad1 { background-position: -1px -1px; }

:lang(ko-KR) .messageBox .messageBox_content .messageBox_str span { word-break: keep-all; }

@media screen and (max-width: 540px) {
    .messageBox .messageBox_content { font-size: 16px; max-width: 100%; }
    .messageBox .messageBox_content .messageBox_button .btn { font-size: 12px; line-height: 33px; height: 33px; }
}

/* 툴팁 */
.tooltip { z-index: 99999 !important; position: absolute !important; box-sizing: border-box !important; color: white !important; background: rgba(0, 0, 0, 0.8) !important; padding: 5px 10px !important; border-radius: 3px !important; font-size: 12px !important; }

/* 테이블 */
.table { display: table; width: 100%; }
.row { display: table-row; }
.col { display: table-cell; text-align: center; }
.thead { display: table-header-group; }
.tbody { display: table-row-group; }

/* 로딩 레이어 */
#loading { width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 9999; display: none; }
#loading .layer { width: 100%; height: 100%; position: absolute; bottom: 0; left: 0; background: rgba(0,0,0,0.5); }
#loading .layer .spin { border-radius: 50%; width: 24px; height: 24px; border: .25rem solid rgba(255,255,255, 0.2); border-top-color: white; top: 0; position: absolute; margin: auto; left: 0; right: 0; bottom: 0; -webkit-animation: move 2s linear infinite 0s; }

@keyframes move {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(359deg); }
}

@-webkit-keyframes move {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(359deg); }
}

/* 기타 */
.hide { display: none; position: fixed; z-index: -999; font-size: 0; width: 0; height: 0; opacity: 0; top: 20%; height: 0; }
.visibility { visibility: hidden; }
.hidden { visibility: hidden; width: 0; height: 0; position: absolute; z-index: -1; font-size: 0; }
.opacity { opacity: 0; }
.bold { font-weight: normal; font-weight:bold; }
i { font-style: normal; }
.gray { -webkit-filter: grayscale(1); }
.errorImage { background: #1d1b17 url(../img/error_point.png) no-repeat center center !important; }

/* 신고 카테고리 리스트 */
#comReportTypeList { position: fixed; z-index: 99; text-align: left; border-radius: 5px; overflow: hidden; line-height: 20px; font-size: 14px; top: 0; left: 0; }
#comReportTypeList li { color: #aaa; background: black; display: block; white-space: nowrap; }
#comReportTypeList li a { display: block; padding: 10px 15px 0 15px; color: #aaa; }
#comReportTypeList li a:hover { color: white; }
#comReportTypeList li:last-child a { padding-bottom: 10px; }
