.rank-ipt { display:none; }

/* ë”œëŸ¬ ì¶”ê°€/ì‚­ì œ íŒì—… */
.dealer_addDel_popup {
    position: fixed;
    z-index: 10;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.5);
}

.dealer_addDel {
    background-color: #fff;
    padding: 20px;
    box-shadow: 1px 1px 10px #8b8787;
}

.dealer_addDel h3 {
    font-weight: 400;
    font-size: 18px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #333;
}

.dealer_add {
    margin-bottom: 30px;
    display: flex;
}

.dealer_add input {
    width: 100%;
    border: 1px solid #eee;
    margin-right: 15px;
    padding: 10px;
}

.dealer_add button {
    background-color: #32435c;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    padding: 13px 30px;
    white-space: nowrap;
}

.dealer-list {
    margin-bottom: 30px;
}

.btn-addDel {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    white-space: nowrap;
    flex-wrap: wrap;
}

.btn-addDel button {
    padding: 10px 40px;
    border: 1px solid #32435c;
}

.btn-addDel button:first-child {
    background-color: #32435c;
    color: #fff;
}
.dealer_addDel_popup table {
    border-collapse: collapse;
    width: 100%;
    font-size: 14px;
}

.dealer_addDel_popup  th,
.dealer_addDel_popup  td {
    padding: 8px;
    text-align: center;
}

.dealer_addDel_popup  th {
    background-color: #f3f3f3;
    font-weight: bold;
}


.number-box .number-list ul li .tbBox p{font-size:16px}
.popup-body .text-content{font-size: 18px;font-weight: bold;color: #fff;}
/* 테이블 박스 */
.tbBox {
    width: 90px;
    height: 60px;
    padding: 10px;
}

.toltip:hover::after {
    content: '이동 할 테이블을 선택하세요';
    position: absolute;
    z-index: 3;
    font-size: 13px;
    right: -100px;
    top: -10px;
    padding: 5px 10px;
    background-color: #000;
    color: #fff;
}

.tbBox .close00 {
    padding: 5px 10px;
    top: -1px;
    right: -1px;
}

.tbBox .check00 {
    padding: 3px 10px;
    top: 0;
    left: 0;
}

/* 아이콘 */
.i-close00 {
    background-image: url(/assets/images/close.png);
    width: 10px;
    height: 10px;
    background-position: center;
    background-size: cover;
    display: block;
}
.i-close000 {
    background-image: url(/assets/images/close.png);
    width: 13px;
    height: 13px;
    background-position: center;
    background-size: cover;
    display: block;
}
.btn-remove-table{
    background: #5d5d5d;
    padding: 25px 15px;
    border-radius: 5px;

}

.i-check00 {
    background-image: url(/assets/images/check.png);
    width: 13px;
    height: 13px;
    background-position: center;
    background-size: cover;
    display: block;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}
.bg_da {
    background: #1D8CF8;
}
.sideGame {
    position: relative;
}

.sideGame:hover::after {
    content: '테이블 선택';
    font-size: 14px;
    display: block;
    position: absolute;
    white-space: nowrap;
    top: -12px;
    left: 10px;
    z-index: 2;
    color: #fff;
    background-color: #000;
    padding: 5px 10px;
    border-radius: 5px;
    box-shadow: 3px 3px 15px #000;
}

.sideGame input[type="checkbox"]{
    appearance: none;
}

.sideGame input[type="checkbox"] + label{
    background-color: white;
    padding: 10px;
    cursor: pointer;
    height: 63px;
    width: 20px;
    position: relative;
}

.sideGame input[type="checkbox"]:checked + label::after{
    content:'✔';
    font-size: 14px;
    color: #fff;
    background-color: #2B2C31;
    height: 63px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
}

.adStoreTxtList{
    font-size: 15px;
    font-weight: bold;
    color: #fff;
}

.tournament-timer {padding:0px 0;}
.tournament-timer .swiper-wrapper {transition-timing-function:linear;}
.tournament-timer .swiper-wrapper .swiper-slide {width:420px; height: 264px; margin:0 40px 0 0;}
.tournament-timer .swiper-wrapper .swiper-slide img {width:420px; height: 264px;}
@media (max-width:991px){
    .tournament-timer {padding:50px 0;}
    .tournament-timer .swiper-wrapper .swiper-slide {width:100%; margin:0 10px 0 0;}
}


.hide,.hidden{display: none;}

.detail-link{cursor: pointer;}


header .header-fixed .fixed-body .body-cate > ul > li > a:hover {
    transform: translateY(-3px);
}

header .header-fixed .fixed-body .body-cate > ul > li > a:hover > p {
    color: #51005D;
}

header .header-fixed .fixed-body .body-cate > ul > li > ul.depth-2 > li > a {
    position: relative;
    transition: transform 0.2s ease-out;
}
header .header-fixed .fixed-body .body-cate > ul > li > ul.depth-2 > li > a:hover {
    transform: translateY(-2px);
    color: #51005D;
}

header .header-fixed .fixed-body .body-cate > ul > li > ul.depth-2 > li > .depth-3 > li a {
    position: relative;
    transition: transform 0.2s ease-out;
}
header .header-fixed .fixed-body .body-cate > ul > li > ul.depth-2 > li > .depth-3 > li a:hover {
    transform: translateY(-1px);
    color: #51005D;
}

.number-box .number-list ul li{
    cursor: pointer;
}





header .header-fixed .fixed-body .body-cate > ul > li.dashbaord-menu > a:before {background-image: url('../images/icon/icon_admin_dashboard.svg');}
header .header-fixed .fixed-body .body-cate > ul > li.tournament-menu > a:before {background-image: url('../images/icon/icon_admin_tournament.svg');}
header .header-fixed .fixed-body .body-cate > ul > li.store-menu > a:before {background-image: url('../images/icon/icon_admin_store.svg');}
header .header-fixed .fixed-body .body-cate > ul > li.seed-menu > a:before {background-image:url('../images/icon/icon_admin_seed.svg?v=2');}
header .header-fixed .fixed-body .body-cate > ul > li.buyin-menu > a:before {background-image:url('../images/icon_admin_buyin.svg');}
header .header-fixed .fixed-body .body-cate > ul > li.structure-menu > a:before {background-image: url('../images/icon/icon_admin_structure.svg');}
header .header-fixed .fixed-body .body-cate > ul > li.tbl-menu > a:before {background-image: url('../images/icon/icon_admin_tbl.svg');}
header .header-fixed .fixed-body .body-cate > ul > li.post-change-menu > a:before {background-image: url('../images/icon/icon_admin_post_change.svg');}
header .header-fixed .fixed-body .body-cate > ul > li.qna-menu > a:before {background-image: url('../images/icon/icon_admin_qna.svg');}
header .header-fixed .fixed-body .body-cate > ul > li.notice-menu > a:before {background-image: url('../images/icon/icon_admin_notice.svg');}
header .header-fixed .fixed-body .body-cate > ul > li > a:before {background-size: contain;background-repeat: no-repeat;background-position: center;transition: filter 0.3s ease;}
header .header-fixed .fixed-body .body-cate > ul > li > a:hover:before {filter: brightness(0) saturate(100%) invert(11%) sepia(26%) saturate(7195%) hue-rotate(280deg) brightness(113%) contrast(139%);}

.right-member .btn-top-login{

    font-size: 16px;
    font-weight: 600;
    color: #fff ;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.btn-reset-table-users {
    background: #5d5d5d;
    padding: 21px 15px;
    border-radius: 5px;
    color: #fff;
}

.currunt-seat-num b{
    color: red;
    font-size: 24px;
    font-weight: bold;
}