@charset "UTF-8";

body {
    background: #fbfcfd;
    min-width: 830px;
    width: 830px;
}

.el-rank-items {
    justify-content: flex-end;
    margin: 48px 0;
}

.el-rank-items .el-rank-item,
.result_inner > div > ul > li > h2 + h2 {
    padding: 6px 5px;
}

.el-rank-item .gm-time {
    color: #fff;
    display: inline-block;
    font-size : 15px;
}

.el-rank-item .gm-time .time {
    color: #00ff4e;
    font-size: 17px;
    letter-spacing: 0.03rem;
}

.js_contents {
    background: url(/Assets/img/main.jpg) no-repeat;
    background-size: 835px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    height: 602px;
}

.js_contents .el_title-wrap {
    box-shadow: none;
    position: relative;
}

.js_contents .el_title-wrap .el_more {
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    right: 3%;
    top: 92%;
    transform: translateY(-50%);
}

.js_contents .el_title-wrap .el_more:before {
    border-left: 2px solid #333;
    border-top: 2px solid #333;
    height: 8px;
    right: -6px;
    top: 55%;
    width: 8px;
}

.js_contents .el-rank-item .squeeze.flex {
    justify-content: space-between;
    position: relative;
}

.js_contents .el-rank-item .squeeze.flex:after {
    background: url(/Assets/img/icon-select-wh.png) no-repeat right;
    content:'';
    display: block;
    height: 16px;
    position: absolute;
    right: 7px;
    width: 16px;
}

.js_contents .el-rank-item select {
    background-color: rgba(76, 8, 76, .7);
    background-image: none;
    border: 1px solid rgba(255,255,255,0.5);
    color: #fff;
    cursor: pointer;
}

.result_inner {
    height: 150px;
    width: 270px;
}

.result_inner > div > ul > li {
    display: flex;
    flex-direction: column;
    background: #1c112e;
    border: 1px solid #826b97;
    border-radius: 7px;
    margin-top: 7px;
    overflow: hidden;
    height: 150px;
}

.result_inner > div > ul > li:first-child {
    margin-top: 10px;
}

.result_inner > div > ul > li > h1 {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3a245e;
    color: #d0c0db;
    font-size: 16px;
    font-weight: 400;
    line-height: 41px;
    text-align: center;
}

.result_inner > div > ul > li > h1 > span {
    color: #FFF;
    font-weight: 400;
}

.result_inner > div > ul > li > h2 {
    flex-grow: 4;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
}

.result_inner > div > ul > li > h2.inner-text {
    color: #484848;
    font-family: 'NEXEN_TIRE_Bold';
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 0.5rem;
    padding: 12px 0 0 10px;
}

.result_inner > div > ul > li > h2 > span,
.result_inner > div > ul > li > h2 > code {
    border-radius: 50%;
    color: #FFF;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    height: 30px;
    line-height: 30px;
    margin-left: 4px;
    position: relative;
    text-align: center;
    width: 30px;
}

.result_inner > div > ul > li > h2 > code {
    align-items: center;
    display: inline-flex;
    font-size: 24px;
    justify-content: center;
    height: 38px;
    width: 38px;
    font-weight: 800;
}

.result_inner > div > ul > li > h2 > code.odd::before,
.result_inner > div > ul > li > h2 > code.under::before,
.result_inner > div > ul > li > h2 > code.over::before,
.result_inner > div > ul > li > h2 > code.even::before,
.result_inner > div > ul > li > h2 > code.line3::before,
.result_inner > div > ul > li > h2 > code.line4::before,
.result_inner > div > ul > li > h2 > code.left::before,
.result_inner > div > ul > li > h2 > code.right::before,
.result_inner > div > ul > li > h2 > code.over::before,
.result_inner > div > ul > li > h2 > code.small::before,
.result_inner > div > ul > li > h2 > code.mid::before,
.result_inner > div > ul > li > h2 > code.large::before {
    font-weight: 800;
    font-size: 17px
}

.result_inner code.yellow {
    background: url(../img/code_yellow.png) no-repeat center !important;
    background-size: 38px !important;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.result_inner code.small,
.result_inner code.green {
    background: url(../img/code_green.png) no-repeat center !important;
    background-size: 38px !important;
    box-sizing: border-box;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.result_inner code.left,
.result_inner code.line3,
.result_inner code.mid,
.result_inner code.under,
.result_inner code.odd,
.result_inner code.blue {
    background: url(../img/code_blue.png) no-repeat center !important;
    background-size: 38px !important;
    box-sizing: border-box;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.result_inner code.right,
.result_inner code.line4,
.result_inner code.large,
.result_inner code.over,
.result_inner code.even,
.result_inner code.red {
    background: url(../img/code_red.png) no-repeat center !important;
    background-size: 38px !important;
    box-sizing: border-box;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.result_inner code.power {
    background: url(../img/code_power.png) no-repeat center !important;
    background-size: 38px !important;
    box-sizing: border-box;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

code.lock {
    background: #645c69 url('../img/lock.png') no-repeat center 6px;
}

code > strong {
    color: #f8de4f;
    display: block;
    font-size: 14px;
    height: 14px;
    line-height: 14px;
    position: absolute;
    right: -4px;
    top: -2px;
    width: 14px;
    text-shadow: 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black;
}

.circle {
    margin: 2px;
}

.popup-content {
    background: none;
}

.animal {
    background-repeat: no-repeat;
    background-size: 28px 28px;
    border: none;
    display: inline-block;
    height: 28px;
    top: 10px;
    width: 28px;
}

.animal.animal_1 {
    background-image: url(/assets/res/live/maruturn/img/1.png);
}

/* ... other animal classes go here ... */

.kenoNum {
    display: grid;
    grid-gap: 5px;
    grid-template-columns: repeat(11,1fr);
    grid-template-rows: repeat(2,1fr);
    height: 37px;
    margin: 0 auto;
    padding: 8px;
    width: 255px;
}

.kenoNum span {
    color: #fff;
    font-size: 13px;
}

.chatroom > .chat_list {
    height: 517px;
    overflow-y: scroll;
}

.chatroom > .chat_list::-webkit-scrollbar {
    width: 7px;
}

.chatroom > .chat_list::-webkit-scrollbar-thumb {
    background-color: #aaa;
    border-radius: 100px;
}

.chat_list .item {
    padding: 15px 10px;
}

.chat_list .item .user-info .count p {
    color: #666;
}

.chat_list .list .item:hover {
    background: #fff;
    box-sizing: border-box;
    outline: 2px solid #333;
}

.chat_list .list .item:before {
    display: none;
}

/* 커뮤니티 리스트 */
.community-list {
    padding: 6px 16px 10px;
}
.community-list .sub_title {
    margin: 4px 0;
}
.community-list .sub_cont {
    margin-top: 8px;
}
.community-list .sub_cont .board_list .item {
   padding: 3px 6px 5px;
}

.photo_list .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 16px
}
    .photo_list .list .item {
        width: 118px;
        height: 136px;
        justify-content: center;
    }
    .photo_list .list .item .tit {
        flex-direction: column;
        gap: 0;
    }

.photo_list .board_list .item .img-wrap img {
    width: 110px;
    height: 110px;
}
.photo_list .board_list .item .tit .subject.photo-sub {
    width: 100px;
    line-height: 20px;
    margin-left: 17px;
}
