/* user-new leftover pages → 무한성 look */
.content_box { width: 100%; }
.title_box { margin: 0 0 16px; }
.title_box .title {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 1px 3px rgba(0,0,0,.5);
}
.title_box .title span { color: #cab593; font-size: 13px; margin-left: 8px; font-weight: 500; }
.content_box_in, .content_box_in2 { background: #000; padding: 8px; border-radius: 6px; }
.s_title1 { font-size: 16px; font-weight: 700; color: #cab593; margin: 12px 0 8px; }
.info_wrap, .info3 { color: #ebebeb; line-height: 1.7; font-size: 13px; padding: 8px; }
.font05, .font11, .font14 { color: #ffcc00; }
.write_box .write_tr, .write_title_top tr { display: flex; align-items: center; gap: 10px; padding: 8px 4px; border-bottom: 1px solid #222; }
.write_title, td.write_title { min-width: 110px; color: #cab593; font-weight: 600; }
.write_basic, td.write_basic { flex: 1; color: #eee; }
.input1, select.input1, .write_basic input, .write_basic select, .login_input {
    background: #111;
    border: 1px solid #585858;
    color: #fff;
    padding: 6px 8px;
    border-radius: 4px;
    min-height: 34px;
}
#request_coin_amount {
    color: #fff !important;
}
.btn3_1, .btn1_1, .btn1_2, .btn2_1, .write-btn span, .list-btn span, .delete-btn span {
    display: inline-block;
    padding: 8px 20px;
    font-size: 13px;
    color: #fff;
    background: #df7834;
    border-radius: 3px;
    font-weight: 400;
}
.btn1_1, .btn2_1 { background: #666; }
.btn1_2 { background: #5f4d2a; }
.btn_wrap_center { text-align: center; margin: 16px 0; }
.btn_wrap_center ul { display: flex; justify-content: center; gap: 10px; }
.list_box { width: 100%; }
.list_tr2, .list_tr3, .list_tr4 {
    display: flex;
    align-items: center;
    background: #222;
    margin-bottom: 3px;
    border-radius: 8px;
    min-height: 48px;
    padding: 0 8px;
}
.list_tr2.trfirst, .list_tr4.trfirst, .list_tr3:first-child {
    background: #5f4d2a;
    font-weight: 700;
}
.list_title2, .list_title3, .list_title4, .list3, .list_notice4, .list_notice1, .list_title1 {
    flex: 1;
    text-align: center;
    color: #ebebeb;
    font-size: 13px;
    padding: 6px 4px;
}
.list_title1 { background: #5f4d2a; padding: 12px; font-weight: 700; }
td.list_title1, th.list_title1 {
    display: table-cell;
    background: #5f4d2a;
    color: #fff;
    text-align: center;
    font-weight: 700;
    padding: 12px 8px;
    border-radius: 0;
}
td.list1 {
    background: #222;
    color: #ebebeb;
    text-align: center;
    padding: 12px 8px;
    font-size: 13px;
}
.board_content, td.list_notice1 { background: #222; padding: 16px; color: #ebebeb; line-height: 1.7; }
.bs-table { border-collapse: separate !important; border-spacing: 0 3px !important; }
.bs-table thead th { background-color: #5f4d2a; color: #fff; text-align: center; vertical-align: middle; }
.bs-table tr td { background-color: #222; color: #ebebeb; }
.bs-table tbody tr[data-href] { cursor: pointer; }
.bs-table input[type="checkbox"] { width: 16px; height: 16px; margin: 0; vertical-align: middle; }
.division1 { color: #ffcc00; }
.division2 { color: #4ade80; }
.division3, .division4 { color: #cab593; }
.page_wrap ul { display: flex; justify-content: center; gap: 4px; list-style: none; margin: 16px 0; }
.page_wrap .page, .page_wrap .pageon {
    display: flex; align-items: center; justify-content: center;
    min-width: 32px; height: 32px; padding: 0 8px;
    background: rgba(0,0,0,.25); border: 1px solid #222; color: #8fa4bd;
}
.page_wrap .pageon { background: #5f4d2a; color: #fff; }
.game_list ul { display: flex; flex-wrap: wrap; gap: 10px; list-style: none; }
.game_list ul li { width: calc(16.66% - 10px); }
.game_list ul li img { width: 100%; border-radius: 8px; }
.main_bbs_list .live_ticker_list li { display: flex; align-items: center; justify-content: space-between; }
.main_bbs_list .ticker_id { color: #fff; width: 30%; }
.main_bbs_list .ticker_amount { color: #ffcc00; width: 40%; text-align: right; }
.main_bbs_list .ticker_time { width: 30%; text-align: center; color: #8fa4bd; }
/* common / message alert */
.layer-wrap.default {
    width: 400px;
    max-width: calc(100vw - 32px);
    background: #121212;
    border: 10px solid #242424;
    border-radius: 0;
    box-shadow: inset 0 0 4px rgba(0,0,0,.5), 0 2px 4px rgba(0,0,0,.5);
    display: none;
    position: fixed;
    left: -9999em !important;
    top: 50% !important;
    transform: translate(-50%, -50%);
    z-index: 10050;
    color: #eee;
}
.layer-wrap.default.active {
    left: 50% !important;
}
#div_common_alert.layer-wrap.default,
#div_message_alert.layer-wrap.default {
    position: fixed !important;
    z-index: 10050;
}
.layer-wrap.default .is-con {
    padding: 36px 28px 24px;
    text-align: center;
}
.layer-wrap.default .is-con .ico {
    text-align: center;
}
.layer-wrap.default .is-con .ico img {
    max-height: 56px;
    width: auto;
}
.layer-wrap.default .is-con h3 {
    font-weight: 700;
    color: #ffc107;
    line-height: 1.3;
    font-size: 20px;
    margin-top: 16px;
}
.layer-wrap.default .is-con .stit {
    font-size: 14px;
    color: #ccc;
    line-height: 1.5;
    margin-top: 8px;
}
.layer-wrap.default .is-btm {
    border-top: 1px solid #333;
    text-align: center;
    font-size: 0;
    padding: 14px 0;
    background: #1a1a1a;
}
.layer-wrap.default .is-btm a {
    display: inline-block;
    vertical-align: top;
    line-height: 40px;
    height: 40px;
    text-align: center;
    min-width: 88px;
    margin: 0 5px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    padding: 0 16px;
}
.layer-wrap.default .is-btm .cancel-btn {
    background: #666;
    color: #fff;
}
.layer-wrap.default .is-btm .enter-btn {
    background: #df7834;
    color: #fff;
}
.layer-wrap.default .is-btm a:hover {
    filter: brightness(1.1);
    color: #fff;
}

/* PC image popup */
.center_popup_area_box {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3004;
    width: 100%;
    height: 100%;
    text-align: center;
    pointer-events: none;
    display: none;
    padding-top: 80px;
    background: rgba(0,0,0,.55);
    overflow: auto;
}
.center_popup_area_box .shadow {
    display: none;
}
.center_popup_area_box .line_up {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    pointer-events: auto;
    max-width: 1380px;
    width: min(100%, 1380px);
    margin: 0 auto;
    gap: 10px;
    box-sizing: border-box;
    padding: 0 8px;
    vertical-align: top;
    text-align: left;
}
.center_popup_area_box .center_popup_area {
    float: none;
    margin: 0;
    width: calc((100% - 20px) / 3);
    max-width: none;
    box-sizing: border-box;
    background: #000;
    border: 2px solid #564b29;
    overflow: hidden;
}
.center_popup_area_box .center_popup_area .conts {
    width: 100%;
    background: #000;
}
.center_popup_area_box .center_popup_area .conts img {
    display: block;
    width: 100%;
    height: auto;
    max-height: calc(100vh - 160px);
    object-fit: contain;
}
.center_popup_area_box .center_popup_area .bottom {
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    padding: 0 12px;
    background: #564b29;
    color: #fff;
}
.center_popup_area_box .center_popup_area .bottom input[type=checkbox] {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    vertical-align: middle;
}
.center_popup_area_box .center_popup_area .bottom span,
.center_popup_area_box .center_popup_area .bottom .pop_only_close {
    float: left;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
}
.center_popup_area_box .center_popup_area .bottom .pop_close {
    float: right;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

/* Mobile image popup */
.popup_area {
    position: fixed;
    top: 70px;
    left: 50%;
    z-index: 4000;
    transform: translateX(-50%);
    width: 280px;
    max-width: calc(100vw - 24px);
}
.popup_area .popup {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    border: 2px solid #564b29;
    overflow: hidden;
}
.popup_area .popup.pop02 { top: 16px; left: 8px; }
.popup_area .popup.pop03 { top: 32px; left: 16px; }
.popup_area .popup.pop04 { top: 48px; left: 24px; }
.popup_area .popup .content {
    overflow: hidden;
    background: #000;
}
.popup_area .popup .content img {
    display: block;
    width: 100%;
    height: auto;
}
.popup_area .close_box {
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    padding: 0 10px;
    background: #564b29;
}
.popup_area .pop_only_close,
.popup_area .pop_close {
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    padding: 0;
}
.popup_area .pop_only_close { float: left; }
.popup_area .pop_close { float: right; }
.popup-container { z-index: 9999; }
.ngdialog-login-page input[type='text'],
.ngdialog-login-page input[type='password'] { background-image: none; padding-left: 12px; }
.btnwrap a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    font-size: 14px;
    color: #fff;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
}
.btnwrap a.btn_gray { background: #666; }
.btnwrap a.btn_red { background: #910000; }
.pagination { display: flex; list-style: none; gap: 4px; justify-content: center; margin: 16px 0; padding: 0; }
.ngdialog-signup fieldset { overflow: hidden; margin-bottom: 8px; }
#join.popup_style02 {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.7);
    z-index: 2000;
    display: none;
    align-items: center;
    justify-content: center;
}
#join .join_wrap {
    max-width: 660px;
    width: 92%;
    background: #121212;
    border: 10px solid #242424;
    padding: 20px;
    max-height: 90vh;
    overflow: auto;
}
#join .login_title { font-size: 22px; text-align: center; margin-bottom: 12px; color: #fff; }
#join .join_title { color: #cab593; margin-bottom: 4px; }
#join .login_btn1, #join .login_btn2 {
    display: inline-block;
    padding: 8px 20px;
    background: #df7834;
    color: #fff;
    border-radius: 3px;
}
#join .login_btn2 { background: #666; }
.main_list_ttl { display: flex; align-items: center; gap: 8px; width: 100%; overflow: hidden; }
.main_list_ttl strong { color: #cab593; flex: none; }
.main_list_ttl span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.sports-main, .minigame-sports-main { width: 100%; }

.con_w > .cc,
.footer {
    width: 100% !important;
    max-width: 1280px;
}

/* Slot list pages */
.slot-list-page .con_box10 > table,
.slot-list-page .con_box10 > table tbody,
.slot-list-page .con_box10 > table tr {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 12px;
    margin-bottom: 0;
    border: 0;
}
.slot-list-page .con_box10 > table {
    margin-bottom: 12px;
}
.slot-list-page .con_box10 > table td.write_title {
    display: none !important;
}
.slot-list-page .con_box10 > table td.write_basic {
    flex: 0 0 auto;
    width: auto !important;
    padding: 0;
}
.slot-list-page .con_box10 > table td.write_basic:last-child {
    flex: 1 1 auto;
    min-width: 0;
}
.slot-list-page .con_box10 > table td.write_basic p {
    margin: 0;
    display: flex;
    align-items: center;
    white-space: nowrap;
}
.slot-list-page .con_box10 .info,
.slot-list-page .game-slot .num,
.slot-list-page.game-slot .num {
    display: inline-block;
    white-space: nowrap !important;
    font-size: 14px !important;
    font-weight: 700;
    padding-left: 0 !important;
    line-height: 36px;
}
.slot-list-page .search_box {
    display: flex !important;
    align-items: center;
    gap: 8px;
    width: 100%;
    max-width: 320px;
    margin-left: auto;
    height: 36px;
}
.slot-list-page .search_box .search_input {
    display: block;
    flex: 1 1 auto;
    min-width: 0;
    margin: 0 !important;
    height: 36px;
}
.slot-list-page .search_box input,
.slot-list-page .search_box input.search_slots,
.slot-list-page .search_box input#search {
    display: block;
    width: 100% !important;
    height: 36px !important;
    min-height: 36px !important;
    max-height: 36px !important;
    font-size: 13px !important;
    line-height: 36px !important;
    padding: 0 12px !important;
    box-sizing: border-box;
    background: #111;
    border: 1px solid #585858;
    color: #ccc;
    border-radius: 4px;
}
.slot-list-page .search_box .search_button {
    flex: none;
    height: 36px;
}
.slot-list-page .search_box .search_button a {
    display: block;
    width: 36px;
    height: 36px;
}
.slot-list-page .search_box .search_button img {
    width: 36px !important;
    height: 36px !important;
    display: block;
    object-fit: contain;
}
.slot-list-page .list-container {
    padding: 0 !important;
}
.slot-list-page .section-item-wrap {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 12px;
    box-sizing: border-box;
}
.slot-list-page .section-item {
    box-sizing: border-box;
    width: calc(50% - 6px) !important;
    flex: 0 0 calc(50% - 6px);
    min-width: 0;
    padding: 0 !important;
}
.slot-list-page .section-item .img,
.slot-list-page .section-item .img a {
    display: block;
    width: 100%;
}
.slot-list-page .section-item .img img {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 6px;
}
.slot-list-page .section-item .txt,
.slot-list-page .section-item .txt p {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
    margin: 6px 0 0;
    font-size: 16px !important;
    line-height: 1.35 !important;
    font-weight: 700;
    text-align: center !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.slot-list-page.game-slot .list ul,
.slot-list-page .game-slot .list ul {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 12px;
    justify-content: flex-start !important;
}
.slot-list-page.game-slot .list ul li,
.slot-list-page .game-slot .list ul li {
    box-sizing: border-box;
    width: calc(50% - 6px) !important;
    flex: 0 0 calc(50% - 6px);
    min-width: 0;
    margin: 0 !important;
}
.slot-list-page .game-slot .list ul li .img,
.slot-list-page .game-slot .list ul li .img a,
.slot-list-page.game-slot .list ul li .img,
.slot-list-page.game-slot .list ul li .img a {
    display: block;
    width: 100%;
}
.slot-list-page .game-slot .list ul li .img img,
.slot-list-page.game-slot .list ul li .img img {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 6px;
}
.slot-list-page .game-slot .list ul li .txt,
.slot-list-page .game-slot .list ul li .txt p,
.slot-list-page.game-slot .list ul li .txt,
.slot-list-page.game-slot .list ul li .txt p {
    width: 100% !important;
    font-size: 16px !important;
    line-height: 1.35 !important;
    font-weight: 700;
    text-align: center !important;
    margin-top: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media screen and (min-width: 981px) {
    .slot-list-page .section-item,
    .slot-list-page .game-slot .list ul li,
    .slot-list-page.game-slot .list ul li {
        width: calc(20% - 9.6px) !important;
        flex-basis: calc(20% - 9.6px);
    }
    .slot-list-page .section-item .txt,
    .slot-list-page .section-item .txt p,
    .slot-list-page .game-slot .list ul li .txt,
    .slot-list-page .game-slot .list ul li .txt p,
    .slot-list-page.game-slot .list ul li .txt,
    .slot-list-page.game-slot .list ul li .txt p {
        font-size: 22px !important;
    }
}
.tr_btnwrap .desktop { display: flex; }
.btn_orange, a.btn_orange, a.btn_gray { text-decoration: none; color: #fff; }
.ngdialog-signup .form-control { width: 100%; }
@media screen and (max-width: 980px) {
    .ngdialog-signup .col-sm-3, .ngdialog-signup .col-sm-5, .ngdialog-signup .col-sm-4 { width: 100%; }
    .tr_btnwrap .desktop { display: none !important; }
    .game_list ul li { width: calc(50% - 8px); }
    .write_box .write_tr, .write_title_top tr { flex-wrap: wrap; }
    .list_tr2, .list_tr3, .list_tr4 { font-size: 12px; }
    .bs-table .hide-m { display: none; }
    .layer-wrap.default { width: 92%; }
    .center_popup_area_box { padding-top: 56px; }
    .center_popup_area_box .line_up { flex-direction: column; align-items: center; }
    .center_popup_area_box .center_popup_area { float: none; display: block; width: 92%; max-width: 448px; }
    .slot-list-page .search_box { max-width: none; }
    .slot-list-page .section-item .txt,
    .slot-list-page .section-item .txt p,
    .slot-list-page .game-slot .list ul li .txt,
    .slot-list-page .game-slot .list ul li .txt p,
    .slot-list-page.game-slot .list ul li .txt,
    .slot-list-page.game-slot .list ul li .txt p {
        font-size: 18px !important;
        font-weight: 700;
    }
}
