



.live-casino-wrap {
    border-bottom: 1px solid #000000;
    height: auto;
    padding-bottom: 20px;
    overflow: hidden;
}

.live-casino-wrap h1 {
    height: 10px;
    line-height: 60px;
    margin-top: 80px;
    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: 24%;
    height: auto;
    padding-bottom: 20px;
    background: url(../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(../img/live_back.jpg);
}
.game-list ul li:nth-child(2) {
    background: url(../img/live_back_1.jpg);
}
.game-list ul li:nth-child(3) {
    background: url(../img/live_back_2.jpg);
}
.game-list ul li:nth-child(4) {
    background: url(../img/live_back_3.jpg);
}
.game-list ul li:nth-child(5) {
    background: url(../img/live_back_4.jpg);
}
.game-list ul li:nth-child(6) {
    background: url(../img/live_back_5.jpg);
}
.game-list ul li:nth-child(7) {
    background: url(../img/live_back_6.jpg);
}
.game-list ul li:nth-child(8) {
    background: url(../img/live_back_7.jpg);
}

.game-list ul li h2 {
    color: #fff;
    font-weight: 700;
    font-size: 32px !important;
    position: absolute;
    right: 5%;
    bottom: 25%;
    line-height: 50px;
    text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.9);
}

.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: 32.2%;
    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 {
    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: "오늘 하루 그만보기";
}