



.live-casino-wrap {
    border-bottom: 1px solid #000000;
    height: auto;
    padding-bottom: 20px;
    overflow: hidden;
}

.live-casino-wrap h1 {
    height: 40px;
    line-height: 60px;
    margin-top: 20px;
    font-weight: 400;
    font-size: 18px;
}

.game-list {
    width: 100%;
    height: auto;
    padding-bottom: 30px;
    overflow: hidden;
}

.game-list ul li {
    /* width: 24.2%; */
    width: 19%;
    height: 215px;
    padding-bottom: 20px;
    background: url(/asset/img/live_back.jpg);
    background-size: 100%;
    filter: grayscale(0%);
    position: relative;
    border-radius: 10px;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    border: 1px solid #5f5f5f;
    cursor: pointer;
    transition-duration: 0.3s;
}

.game-list ul li:nth-child(1) {
    background: url(/asset/img/live_back.jpg);
    background-size: 100%;
}
.game-list ul li:nth-child(2) {
    background: url(/asset/img/live_back_1.jpg);
    background-size: 100%;
}
.game-list ul li:nth-child(3) {
    background: url(/asset/img/live_back_2.jpg);
    background-size: 100%;
}
.game-list ul li:nth-child(4) {
    background: url(/asset/img/live_back_3.jpg);
    background-size: 100%;
}
.game-list ul li:nth-child(5) {
    background: url(/asset/img/live_back_4.jpg);
    background-size: 100%;
}
.game-list ul li:nth-child(6) {
    background: url(/asset/img/live_back_5.jpg);
    background-size: 100%;
}
.game-list ul li:nth-child(7) {
    background: url(/asset/img/live_back_6.jpg);
    background-size: 100%;
}
.game-list ul li:nth-child(8) {
    background: url(/asset/img/live_back_7.jpg);
    background-size: 100%;
}
.game-list ul li:nth-child(9) {
    background: url(/asset/img/live_back_8.jpg);
    background-size: 100%;
}
.game-list ul li:nth-child(10) {
    background: url(/asset/img/live_back_9.jpg);
    background-size: 100%;
}
.game-list ul li:nth-child(11) {
    background: url(/asset/img/live_back_11.jpg);
    background-size: 100%;
}
.game-list ul li:nth-child(12) {
    background: url(/asset/img/live_back_12.jpg);
    background-size: 100%;
}
.game-list ul li:nth-child(13) {
    background: url(/asset/img/live_back_13.jpg);
    background-size: 100%;
}
.game-list ul li:nth-child(14) {
    background: url(/asset/img/live_back_14.jpg);
    background-size: 100%;
}
.game-list ul li:nth-child(15) {
    background: url(/asset/img/live_back_15.jpg);
    background-size: 100%;
}
.game-list ul li:nth-child(16) {
    background: url(/asset/img/live_back_16.jpg);
    background-size: 100%;
}
.game-list ul li:nth-child(17) {
    background: url(/asset/img/live_back_17.jpg);
    background-size: 100%;
}
.game-list ul li:nth-child(18) {
    background: url(/asset/img/live_back_18.jpg);
    background-size: 100%;
}
.game-list ul li h2 {
    color: #fff;
    font-weight: 700;
    font-size: 32px !important;
    position: absolute;
    right: 5%;
    bottom: 5%;
    line-height: 50px;
    text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.9);
    white-space: nowrap;
}

.game-list ul li h2 span {
    font-weight: 500;
    font-size:12px;
    width: 80px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border:1px solid #fff;
    border-radius: 5px;
    float: right;
    text-shadow: 0px 10px 10px rgba(0, 0, 0, 0.8);
    background: rgba(0, 0, 0, 0.6);
}

.game-list ul li h2 span:hover {
    background: #DC4F00;
    border: 1px solid #DC4F00;
    transition-duration: 0.3s;
}


#gameLoading {
    background: transparent;
}

.game-list ul li:hover {
    filter: grayscale(0);
    border: 1px solid #DC4F00;
    transition-duration: 0.3s;
}

.game-list ul li .char {
    transition-duration: 0.3s;
    display: block;
    transition-duration: 0.7s;
}

.game-list ul li:hover .char {
    opacity: 10;
    padding-left: 20px;
    transition-duration: 0.7s;
}

.game-list ul li .char img {
    margin-left: -10%;
}

/*slot*/
.slot-wrap {
    border-top: 1px solid #2b2b2b;
    border-bottom: 1px solid #000000;
    height: auto;
    overflow: hidden;
    padding-bottom: 20px;
    position: relative;

}

.slot-list {
    margin-top: 20px;
    width: 99.6%;
    overflow: hidden;
}

.slot-mimg {
    width: 29%;
    margin-right: 13px;
    float: left;
}

.slot-mimg img {
    width: 100%;
    border-radius: 7px;
    cursor: pointer;
    border: 1px solid #5f5f5f;
    float: left;
    transition-duration: 0.3s;
}

.slot-mimg img:hover {
    filter: blur(3px);
}

.slot-accarea {
    width: 75%;
    height: 100px;
    padding-left: 50px;
    display: inline-block;
}

.slot-accarea .t01 {
    height: 48px;
    font-weight: 400;
    font-size: 32px;
    color: #FBA06E;
    margin: 0;
    margin-top: 10px;
    display: block;
    width: 100%;
    text-align: center;
}

.slot-accarea .t02 {
    color: #A5A5A5;
    font-size: 13px;
    height: 23px;
    margin: 0;
    padding: 0;
    font-weight: 300;
    display: block;
    width: 100%;
    text-align: center;
}

.slot-accarea .t03 {
    font-size: 12px;
    color: #A5A5A5;
    font-weight: normal;
    height: 23px;
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    display: block;
    width: 100%;
    text-align: center;
}

.slot-btn {
    text-align: right;
}

.slot-btn button:hover {
    border: none;
    background: #DC4F00;
    border: 1px solid #f1aa6c;
    border-radius: 6px;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    margin-right: 5px;
    transition-duration: 0.2s;
    font-weight: bold;
}

.slot-btn button {
    border: none;
    background: #181818;
    border: 1px solid #424242;
    border-radius: 6px;
    font-size: 12px;
    width: 10%;
    height: 5vh;
    margin-bottom: 10px;
    color: #fff;
    cursor: pointer;
    margin-right: 5px;
    transition-duration: 0.2s;
    font-weight: bold;
}


.board-list {
    margin-top: 30px;
    height: auto;
}

.list-b {
    width: 49.1%;
    height: 239px;
    float: left;
    margin-right: 20px;
    background: #181818;
    border: 1px solid #393939;
    border-radius: 8px;
}

.list-b table {
    margin-left: 25px;
    border-collapse: collapse;
    font-size: 12px;
    color: #fff;
    width: 90%;
}

.list-b table tr {
    border-bottom: 1px solid #373737;
    height: 40px;
    transition-duration: 0.3s;
}

.list-b table tr:last-child {
    border-bottom: none;
}

.list-b table tr:hover {
    cursor: pointer;
    background: rgba(255, 255, 255, 0.1);
    transition-duration: 0.3s;
    color: #ffc600;
}

.list-b h1 {
    width: 50%;
    font-size: 18px;
    margin-left: 30px;
    height: 31px;
    margin-top: 20px;
}

.list-b h1 span:nth-child(1) {
    color: #FBA06E;
    font-weight: 600;
    text-align: center;
    width: 70px;
    margin-right: 5px;
    border: 2px solid #FBA06E;
    border-radius: 30px;
    display: inline-block;
}

.list-b h1 span {
    color: #DC4F00;
    font-weight: 400;
    border: none;
}

/* popup */

.popup-close {
    height:30px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 12px;
}

.popup-close a {
    padding: 0 10px;
    /* color: #c79f5f; */
    color: #FFD700;
    line-height: 20px;
    border: 1px solid rgba(255, 215, 0, 1);
    border-radius: 3px;
}

.popup-close .btn-close {
    float: right;
}

.popup-close .btn-close:after {
    content: "창닫기 ✕";
}

.popup-close .btn-close2 {
    margin-right: 2px;
    float: right;
}

.popup-close .btn-close2:after {
    content: "오늘 하루 그만보기";
}

/* 팝업의 위치와 가시성을 보장하는 스타일 */



.popup-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000;  /* z-index를 충분히 높게 설정 */
    background-color: rgba(0, 0, 0, 0.5); /* 배경 반투명 효과 추가 */
}

.pop_main {
    position: relative;
    z-index: 10001;  /* pop_main도 z-index를 높여주기 */
}

.popup-close {
    position: absolute;
    top: 10px;
    right: 10px;  /* 오른쪽 상단에 위치하도록 조정 */
    z-index: 10002;  /* 버튼의 z-index도 높여주기 */
}
.tabbox .tab-btn-box {
    overflow:auto;
}

.tabbox .tab-btn-box .tab-btn {
    float:left;
    margin:2px;
    padding:10px 25px;
    font-weight: 500;
    background-color: #DC4F00;
    border-radius: 10px;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
}

.tabbox .tab-btn-box .tab-btn:hover {
    color: #ddd;
    background: #bb4502;
}

.tabbox .tab-btn-box .tab-btn.active {
    color:#fff;
    background-color:#2e3442;
}

.tabbox .tab-content {
    margin-top:40px;
    display:none;
}

.tabbox .tab-content.active {
    display:block;
}
.subpage-wrap .pagination {
    width: 256px;
    margin: 30px auto;
    padding-left: 10px;
}

.subpage-wrap .pagination a {
    color: #999;
    font-size: 12px;
    float: left;
    padding: 8px 14px;
    text-decoration: none;
}

.subpage-wrap .pagination a#active {
    background-color: #d15d04;
    color: #fff;
}

.subpage-wrap .pagination a:hover:not(#active) {
    background-color: #333;
    color: #fff;
}


@media screen and (min-width: 200px) and (max-width: 500px){
    .btn-close2 {
        position: relative;
        left: 300px;
        top: 50px;
        float: right;
    }

    .pop_main {
    display:inline-block;
    width:300px;
    height:400px;
    }

    #popup1 {
        z-index: 1000px;
        position: absolute;
    }
    #popup2 {
        z-index: 1100px;
        position: absolute;

    }
    #popup3 {
        z-index: 1200px;
        position: absolute;
    }
    #popup4 {
        z-index: 1200px;
        position: absolute;
    }
    #popup5 {
        z-index: 1200px;
        position: absolute;
    }

    .popup-close {
    position: absolute;
    top: 10px;
    right: 26px;  /* 오른쪽 상단에 위치하도록 조정 */
    z-index: 10002;  /* 버튼의 z-index도 높여주기 */
}

}


.title_wrap{width:100%; margin:84px 0 0 0;}
.title_wrap ul {}
.title_wrap ul li span {margin: 25% -100%;}
.title_box {}
.title_search {border:solid 1px #141414; display:flex; justify-content:center;}
.slot_list {width: 100%;margin-left:3%;}
/*.slot_list li {width:calc(100% / 5);display:inline-flex;}*/
/*.slot_list li img {width:90%;}*/

.slot_list li {
    width: calc(100% / 6); /* 다섯 개씩 정렬 */
    display: inline-flex;
    justify-content: center; /* 수평 가운데 정렬 */
    align-items: center; /* 수직 가운데 정렬 */
    list-style: none; /* 불필요한 리스트 스타일 제거 */
    background-size: cover; /* 이미지가 박스에 맞게 채워지도록 */
    background-position: center; /* 이미지가 박스 중앙에 위치 */
    background-repeat: no-repeat; /* 이미지 반복 방지 */
    aspect-ratio: 16 / 9; /* 가로 세로 비율 설정 */
    border-radius: 10px; /* 선택적으로 모서리 둥글게 */
    margin: 10px; /* 요소 간 간격 */
}

.slot_list li:hover {
    transform: scale(1.05); /* 호버 시 확대 효과 */
    transition: transform 0.3s ease; /* 부드러운 전환 효과 */
}



@media screen and (max-width:768px) {
    .title_wrap{background-size:cover;}
    .title{font-size:24px; line-height:1.5; padding:10px 0;}
	.title_wrap ul li span {font-size:12px;padding:0 20%;}
	.slot_list li {width: calc(100% / 3);}
}