@charset "utf-8";
@import url("notosanskr.css");
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: none 0;
    font-family: "Noto Sans KR";
    font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 12px;
}

img,
fieldset,
iframe {
    border: 0 none;
}

table,
div {
    border-collapse: collapse;
    font-size: 12px;
}

textarea {
    overflow: auto;
    outline-style: none;
    font-family: "Dotum", "Noto Sans KR";
}

select,
input,
img,
li {
    vertical-align: middle;
    text-align: left;
    font-family: "Dotum", "Noto Sans KR";
    outline-style: none;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ul,
li,
ol {
    list-style-type: none;
}

legend,
caption {
    display: none;
}

hr {
    border-collapse: collapse;
    display: none;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #222;
}

html,
body {
    width: 100%;
    height: 100%;
}

body {
    background: #fff;
    font-size: 12px;
    color: #222;
}

.sound_only {
    display: none;
}

#um_sub_wrap {
    overflow: hidden;
    width: 840px;
    margin: 0px;
}

.t_sutda {
    height: 1500px;
    background: url("../img/bg_sutda.jpg") no-repeat;
    overflow: hidden;
}

/* TOP */
.t_minigame_top {
    position: relative;
    height: 420px;
    overflow: hidden;
}

.t_minigame_top > .t_minigame_top_btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 32px;
    background: rgba(57, 25, 42, 0.6);
    overflow: hidden;
}

.t_minigame_top > .t_minigame_top_btn > ul {
    float: left;
    width: 377px;
    margin-left: 5px;
    overflow: hidden;
}

.t_minigame_top > .t_minigame_top_btn > ul > li {
    float: left;
    height: 32px;
    padding: 0 15px;
    color: #fff;
    line-height: 31px;
    cursor: pointer;
    transition: 0.2s;
}

.t_minigame_top > .t_minigame_top_btn > ul > li:hover {
    color: #ddd;
}

.t_minigame_top > .t_minigame_top_btn > ul > li > img {
    opacity: 0;
    transition: 0.2s;
}

/*.t_minigame_top > .t_minigame_top_btn > ul > li:hover > img {opacity:0.5}*/
.t_minigame_top > .t_minigame_top_btn > ul > li.active > img {
    opacity: 0.5;
}

.t_minigame_top > .t_minigame_top_btn > ul > li.sound {
    background: url("../img/btn_sound_on.png") no-repeat center;
}

.t_minigame_top > .t_minigame_top_btn > ul > li.bgm {
    background: url("../img/btn_bgm_on.png") no-repeat center;
}

/* TOP BUTTON */
.t_minigame_top > .t_minigame_top_btn > a {
    display: block;
    float: left;
    height: 32px;
    padding-left: 25px;
    color: #fff;
    line-height: 30px;
    background: none;
    cursor: pointer;
}

/* .t_minigame_top > .t_minigame_top_btn > a:hover {text-decoration:underline} */
/* ROUND TITLE */
.t_minigame_top > .t_minigame_area {
    position: absolute;
    left: 20px;
    top: 38px;
    width: 438px;
    height: 384px;
}

.t_minigame_top > .t_minigame_area > h3 {
    height: 44px;
    margin-bottom: 5px;
    text-align: center;
    font-weight: 400;
    color: #fff;
    line-height: 44px;
    background: url("../img/img_title_bg.png") no-repeat;
}

.t_minigame_top > .t_minigame_area > h3 > img {
    width: 39px;
    margin: 0 5px;
}

.t_minigame_top > .t_minigame_area > h1 {
    height: 44px;
    text-align: center;
    font-weight: 400;
    color: #fff;
    line-height: 44px;
    background: url("../img/img_title_bg.png") no-repeat;
}

/* HISTOGRAM */
.t_minigame_top > .t_minigame_area > .t_minigame_zone {
    height: 240px;
    margin: -2px 0 5px;
    background: url("../img/img_game_bg.png") no-repeat;
}

.t_minigame_top > .t_minigame_area > .t_minigame_zone > .t_minigame_histogram {
    position: relative;
    width: 380px;
    height: 34px;
    padding: 20px 30px;
    overflow: hidden;
}

.t_minigame_top
    > .t_minigame_area
    > .t_minigame_zone
    > .t_minigame_histogram
    > span {
    display: block;
    float: left;
    width: 50%;
    height: 53px;
    overflow: hidden;
}

.t_minigame_top
    > .t_minigame_area
    > .t_minigame_zone
    > .t_minigame_histogram
    > span.red {
    background: url("../img/img_redwin.png") no-repeat left top;
}

.t_minigame_top
    > .t_minigame_area
    > .t_minigame_zone
    > .t_minigame_histogram
    > span.blue {
    background: url("../img/img_bluewin.png") no-repeat right top;
}

.t_minigame_top
    > .t_minigame_area
    > .t_minigame_zone
    > .t_minigame_histogram
    > span
    > font {
    display: block;
    margin: 15px 0 10px;
    font-weight: 400;
    color: #fff;
    line-height: 12px;
}

.t_minigame_top
    > .t_minigame_area
    > .t_minigame_zone
    > .t_minigame_histogram
    > span.red
    > font {
    margin-left: 55px;
}

.t_minigame_top
    > .t_minigame_area
    > .t_minigame_zone
    > .t_minigame_histogram
    > span.blue
    > font {
    margin-right: 55px;
    text-align: right;
}

.t_minigame_top
    > .t_minigame_area
    > .t_minigame_zone
    > .t_minigame_histogram
    > span
    > p {
    width: 134px;
    height: 10px;
    background: #fff;
}

.t_minigame_top
    > .t_minigame_area
    > .t_minigame_zone
    > .t_minigame_histogram
    > span.blue
    > p {
    float: right;
}

.t_minigame_top
    > .t_minigame_area
    > .t_minigame_zone
    > .t_minigame_histogram
    > span
    > p
    > var {
    display: block;
    height: 10px;
}

.t_minigame_top
    > .t_minigame_area
    > .t_minigame_zone
    > .t_minigame_histogram
    > span.red
    > p
    > var {
    display: block;
    float: right;
    height: 10px;
    background: #ff4e4e;
}

.t_minigame_top
    > .t_minigame_area
    > .t_minigame_zone
    > .t_minigame_histogram
    > span.blue
    > p
    > var {
    display: block;
    height: 10px;
    background: #00a2ff;
}

.t_minigame_top
    > .t_minigame_area
    > .t_minigame_zone
    > .t_minigame_histogram
    > code {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 112px;
    height: 54px;
    margin-left: -56px;
    background: url("../img/img_histogram_bg.png") no-repeat center bottom;
}

.t_minigame_top
    > .t_minigame_area
    > .t_minigame_zone
    > .t_minigame_histogram
    > code
    * {
    text-align: center;
    font-weight: 400;
}

.t_minigame_top
    > .t_minigame_area
    > .t_minigame_zone
    > .t_minigame_histogram
    > code
    > h1 {
    height: 30px;
    color: #fff;
    line-height: 30px;
}

.t_minigame_top
    > .t_minigame_area
    > .t_minigame_zone
    > .t_minigame_histogram
    > code
    > p {
    height: 24px;
    line-height: 24px;
}

.t_minigame_top
    > .t_minigame_area
    > .t_minigame_zone
    > .t_minigame_histogram
    > code
    > p
    > font {
    margin: 0 10px;
    font-weight: 700;
}

.t_minigame_top
    > .t_minigame_area
    > .t_minigame_zone
    > .t_minigame_histogram
    > code
    > p
    > font.red {
    color: #ff2929;
}

.t_minigame_top
    > .t_minigame_area
    > .t_minigame_zone
    > .t_minigame_histogram
    > code
    > p
    > font.blue {
    color: #0066ff;
}

/* GAME CANVAS */
.t_minigame_top > .t_minigame_area > .t_minigame_zone > .t_minigame_canvas {
    position: relative;
    width: 380px;
    height: 136px;
    padding: 12px 30px;
    overflow: hidden;
}

.t_minigame_top
    > .t_minigame_area
    > .t_minigame_zone
    > .t_minigame_canvas
    > ul {
    float: left;
    margin-left: 28px;
    overflow: hidden;
}

.t_minigame_top
    > .t_minigame_area
    > .t_minigame_zone
    > .t_minigame_canvas
    > ul:first-child {
    margin-left: 0;
}

.t_minigame_top
    > .t_minigame_area
    > .t_minigame_zone
    > .t_minigame_canvas
    > ul
    > li {
    position: relative;
    float: left;
    margin-left: 4px;
    width: 86px;
    height: 135px;
}

.t_minigame_top
    > .t_minigame_area
    > .t_minigame_zone
    > .t_minigame_canvas
    > ul
    > li:first-child {
    margin-left: 0;
}

.t_minigame_top
    > .t_minigame_area
    > .t_minigame_zone
    > .t_minigame_canvas
    > div {
    position: absolute;
    top: 4px;
    width: 192px;
    height: 146px;
    background: url("../img/img_winning.png") no-repeat;
    z-index: 999;
}

.t_minigame_top
    > .t_minigame_area
    > .t_minigame_zone
    > .t_minigame_canvas
    > div.left {
    left: 22px;
}

.t_minigame_top
    > .t_minigame_area
    > .t_minigame_zone
    > .t_minigame_canvas
    > div.right {
    right: 22px;
}

/* TODAY */
.t_minigame_top > .t_minigame_area > h2 {
    width: 438px;
    height: 44px;
    margin-bottom: 10px;
    font-weight: 400;
    color: #fff;
    line-height: 44px;
    background: url("../img/img_title_bg.png") no-repeat;
    overflow: hidden;
}

.t_minigame_top > .t_minigame_area > h2 > span {
    float: left;
    display: block;
    width: 130px;
    padding-left: 89px;
    font-weight: 400;
    background: url("../img/img_today.png") no-repeat 29px;
}

/* MIDDLE */
.t_minigame_middle {
    display: none;
    position: absolute;
    left: 10px;
    top: 42px;
    width: 820px;
    overflow: hidden;
    z-index: 2000;
}

/* GAME INFO */
.t_minigame_middle > .t_minigame_info {
    display: none;
    width: 820px;
    height: 398px;
    background: url("../img/img_game_info.png") no-repeat;
}

/* HISTORY */
.t_minigame_middle > .t_minigame_history {
    width: 816px;
    height: 391px;
    background: rgba(0, 0, 0, 0.9);
    border: 2px solid rgba(243, 131, 176, 0.95);
    overflow-x: scroll;
}

.t_minigame_middle > .t_minigame_history > h1 {
    height: 40px;
    padding: 0 15px;
    font-family: "Noto Sans KR";
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    line-height: 40px;
}

.t_minigame_middle > .t_minigame_history > h2 {
    overflow: hidden;
}

.t_minigame_middle > .t_minigame_history > h2 > dl {
    float: left;
    width: 122px;
    height: 334px;
    border-right: 1px solid rgba(224, 93, 104, 0.95);
    overflow: hidden;
}

.t_minigame_middle > .t_minigame_history > h2 > dl:last-child {
    border-right: none;
}

.t_minigame_middle > .t_minigame_history > h2 > dl.thead {
    width: 50px;
}

.t_minigame_middle > .t_minigame_history > h2 > dl * {
    text-align: center;
    color: #fff;
}

.t_minigame_middle > .t_minigame_history > h2 > dl > dt {
    height: 24px;
    line-height: 24px;
    background: rgba(224, 93, 104, 0.95);
}

.t_minigame_middle > .t_minigame_history > h2 > dl > dd.red {
    display: table;
    background: rgba(89, 29, 34, 0.95);
}

.t_minigame_middle > .t_minigame_history > h2 > dl > dd.blue {
    display: table;
    background: rgba(29, 50, 89, 0.95);
}

.t_minigame_middle > .t_minigame_history > h2 > dl > dd.result {
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid rgba(224, 93, 104, 0.95);
}

.t_minigame_middle > .t_minigame_history > h2 > dl > dd.winner {
    height: 46px;
    line-height: 46px;
    border-bottom: 1px solid rgba(224, 93, 104, 0.95);
}

.t_minigame_middle > .t_minigame_history > h2 > dl > dd.total {
    height: 37px;
    line-height: 37px;
    border-bottom: 1px solid rgba(224, 93, 104, 0.95);
}

.t_minigame_middle > .t_minigame_history > h2 > dl > dd.total > font.red {
    color: #ff6161;
}

.t_minigame_middle > .t_minigame_history > h2 > dl > dd.total > font.blue {
    color: #498cff;
}

.t_minigame_middle > .t_minigame_history > h2 > dl > dd > div {
    display: table-cell;
    width: 122px;
    height: 75px;
    padding: 10px 0;
    vertical-align: middle;
}

.t_minigame_middle > .t_minigame_history > h2 > dl.thead > dd > div {
    width: 50px;
}

.t_minigame_middle > .t_minigame_history > h2 > dl > dd > div > span {
    display: inline-block;
    width: 38px;
    margin: 0 4px;
    font-weight: 400;
}

.t_minigame_middle > .t_minigame_history > h2 > dl > dd > div > span > img {
    display: block;
    height: 57px;
}

/* BOTTOM */
.t_minigame_bottom {
    width: 800px;
    height: 358px;
    padding: 10px 20px;
}

.t_minigame_bottom .t_betting_cart {
    display: none;
    width: 764px;
    height: 142px;
    margin-bottom: 10px;
    padding: 14px 18px 18px;
    background: url("../img/img_bottom_bg.png") no-repeat;
}

.t_minigame_bottom .t_betting_cart .t_betting_point {
    display: table;
    height: 38px;
    margin-bottom: 14px;
    overflow: hidden;
}

.t_minigame_bottom .t_betting_cart .t_betting_point > h1 {
    display: table-cell;
    height: 38px;
    padding-right: 35px;
    font-size: 24px;
    color: #fff;
    line-height: 30px;
}

.t_minigame_bottom .t_betting_cart .t_betting_point > h1 > span {
    margin-right: 15px;
}

.t_minigame_bottom .t_betting_cart .t_betting_point > h1 > em {
    text-align: center;
    font-size: 16px;
}

.t_minigame_bottom .t_betting_cart .t_betting_point > h1 > em::after {
    content: " p";
    text-align: center;
    font-size: 16px;
}

.t_minigame_bottom .t_betting_cart .t_betting_point > h2 {
    display: table-cell;
    position: relative;
    width: 225px;
    height: 38px;
    padding: 0 20px;
    vertical-align: top;
    line-height: 38px;
    background: url("../img/img_mypoint_bg.png") no-repeat;
    overflow: hidden;
}

.t_minigame_bottom .t_betting_cart .t_betting_point > h2 > span {
    font-size: 12px;
    color: #fff;
    opacity: 0.5;
}

.t_minigame_bottom .t_betting_cart .t_betting_point > h2 > code {
    position: absolute;
    right: 20px;
    top: 0;
    width: 180px;
    height: 38px;
    text-align: right;
    line-height: 34px;
}

.t_minigame_bottom .t_betting_cart .t_betting_point > h2 > code > em {
    margin-right: 5px;
    font-weight: 700;
    font-size: 24px;
    color: #faf867;
}

.t_minigame_bottom .t_betting_cart .t_betting_point > h2 > code > var {
    font-weight: 700;
    font-size: 16px;
    color: #fff;
}

.t_minigame_bottom .t_betting_cart .t_betting_point > h3 {
    display: table-cell;
    height: 38px;
    padding-left: 15px;
    vertical-align: middle;
    font-size: 14px;
    color: #fff;
}

.t_minigame_bottom .t_betting_cart .t_betting_point > h3 > P {
    font-size: 12px;
}

.t_minigame_bottom .t_betting_cart .t_betting_point > h3 > P > B {
    font-weight: 700;
}

.t_minigame_bottom .t_betting_cart .t_betting_btn {
    width: 760px;
    overflow: hidden;
}

.t_minigame_bottom .t_betting_cart .t_betting_btn > .left_box {
    float: left;
    width: 524px;
    margin-right: 58px;
    overflow: hidden;
}

.t_minigame_bottom .t_betting_cart .t_betting_btn > .left_box > ul {
    margin-bottom: 6px;
    overflow: hidden;
}

.t_minigame_bottom .t_betting_cart .t_betting_btn > .left_box > ul > li {
    position: relative;
    float: left;
    width: 100px;
    height: 40px;
    margin-left: 6px;
    background: url("../img/img_amount_btn_bg.png") no-repeat;
    cursor: pointer;
}

.t_minigame_bottom
    .t_betting_cart
    .t_betting_btn
    > .left_box
    > ul
    > li:first-child {
    margin-left: 0;
}

.t_minigame_bottom .t_betting_cart .t_betting_btn > .left_box > ul > li > img {
    opacity: 0;
    transition: 0.2s;
}

.t_minigame_bottom
    .t_betting_cart
    .t_betting_btn
    > .left_box
    > ul
    > li:hover
    > img {
    opacity: 1;
}

.t_minigame_bottom
    .t_betting_cart
    .t_betting_btn
    > .left_box
    > ul
    > li.selected_point
    > img {
    opacity: 1;
}

.t_minigame_bottom .t_betting_cart .t_betting_btn > .left_box > ul > li > h1 {
    position: absolute;
    left: 0;
    top: 10px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #fff;
    text-shadow: 0 2px 2px #000;
}

.t_minigame_bottom .t_betting_cart .t_betting_btn > .left_box > span {
    float: left;
    height: 40px;
    cursor: pointer;
}

.t_minigame_bottom
    .t_betting_cart
    .t_betting_btn
    > .left_box
    > span.cancel_btn {
    width: 206px;
    margin-right: 6px;
    background: url("../img/img_cancel_btn_bg.png") no-repeat;
}

.t_minigame_bottom
    .t_betting_cart
    .t_betting_btn
    > .left_box
    > span.betting_btn {
    width: 312px;
    background: url("../img/img_betting_btn_bg.png") no-repeat;
}

.t_minigame_bottom .t_betting_cart .t_betting_btn > .left_box > span > img {
    opacity: 0;
    transition: 0.2s;
}

.t_minigame_bottom
    .t_betting_cart
    .t_betting_btn
    > .left_box
    > span:hover
    > img {
    opacity: 1;
}

.t_minigame_bottom .t_betting_cart .t_betting_btn > .right_box {
    float: left;
    overflow: hidden;
}

.t_minigame_bottom .t_betting_cart .t_betting_btn > .right_box > span {
    display: block;
    position: relative;
    float: left;
    width: 86px;
    height: 86px;
    margin-left: 6px;
    overflow: hidden;
    cursor: pointer;
}

.t_minigame_bottom
    .t_betting_cart
    .t_betting_btn
    > .right_box
    > span:first-child {
    margin-left: 0;
}

.t_minigame_bottom .t_betting_cart .t_betting_btn > .right_box > span.odd_btn {
    background: url("../img/img_red_btn.png") no-repeat;
}

.t_minigame_bottom .t_betting_cart .t_betting_btn > .right_box > span.even_btn {
    background: url("../img/img_blue_btn.png") no-repeat;
}

.t_minigame_bottom
    .t_betting_cart
    .t_betting_btn
    > .right_box
    > span.odd_even_selected
    > img {
    opacity: 1;
}

.t_minigame_bottom .t_betting_cart .t_betting_btn > .right_box > span > img {
    opacity: 0;
    transition: 0.2s;
}

.t_minigame_bottom
    .t_betting_cart
    .t_betting_btn
    > .right_box
    > span:hover
    > img {
    opacity: 1;
}

.t_minigame_bottom .t_betting_history {
    height: 174px;
    background: url("../img/img_bottom_bg.png") no-repeat;
    display: none;
}

.t_minigame_bottom .t_betting_history ul {
    display: table;
    width: 800px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}

.t_minigame_bottom .t_betting_history ul.title {
    height: 44px;
    background: url("../img/img_history_title_bg.png") no-repeat left top;
}

.t_minigame_bottom .t_betting_history ul > li {
    display: table-cell;
    text-align: center;
    font-family: "Noto Sans KR";
    font-weight: 400;
    font-size: 14px;
    color: #fff;
}

.t_minigame_bottom .t_betting_history ul > li.num {
    width: 60px;
    padding-left: 2px;
}

.t_minigame_bottom .t_betting_history ul > li.date {
    width: 188px;
}

.t_minigame_bottom .t_betting_history ul > li.round {
    width: 60px;
}

.t_minigame_bottom .t_betting_history ul > li.game {
    width: 60px;
}

.t_minigame_bottom .t_betting_history ul > li.rating {
    width: 60px;
}

.t_minigame_bottom .t_betting_history ul > li.point {
    width: 110px;
}

.t_minigame_bottom .t_betting_history ul > li.gain {
    width: 110px;
}

.t_minigame_bottom .t_betting_history > div {
    width: 798px;
    height: 128px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.t_minigame_bottom .t_betting_history > div > ul {
    height: 44px;
    line-height: 44px;
}

.t_minigame_bottom .t_betting_history > div > h1 {
    margin: 15px 0;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    color: #fff;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    display: block;
    height: 10px;
}

::-webkit-scrollbar-button:vertical:increment {
    background-color: #644d3d;
}

::-webkit-scrollbar-track-piece {
    background-color: #26100b;
    -webkit-border-radius: 3px;
}

::-webkit-scrollbar-thumb:vertical {
    height: 50px;
    background-color: #fbf1dc;
    -webkit-border-radius: 3px;
}

.t_minigame_canvas img {
    display: none;
}

.card_img_back1 {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 99;
}

.card_img_back2 {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 101;
}

.card_img1 {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 100;
}

.card_img2 {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 100;
}

#remainTime {
    color: yellow;
    font-weight: bold;
    font-size: 14px;
}

.t_minigame_resultbox {
    *display: none;
    position: absolute;
    left: 465px;
    top: 38px;
    width: 354px;
    height: 376px;
    overflow-y: scroll;
    border-radius: 5px;
    border: 2px solid #f58dac;
    background: rgba(0, 0, 0, 0.6);
}

.t_minigame_resultbox > div {
}

.t_minigame_resultbox > div > ul {
    overflow: hidden;
}

.t_minigame_resultbox > div > ul > li {
    float: left;
    width: 140px;
    height: 30px;
    padding-top: 12px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    border-bottom: 1px solid #f58dac;
    border-right: 1px solid #f58dac;
}

.t_minigame_resultbox > div > ul > li:first-child {
    width: 60px;
}

.t_minigame_resultbox > div > ul > li > span {
    display: inline-block;
    background: #888;
    width: 15px;
    height: 15px;
    border-radius: 20px;
    border: 2px solid #fff;
}

.t_minigame_resultbox > div > ul > li > span.t_redball {
    background: #ff2929;
}

.t_minigame_resultbox > div > ul > li > span.t_blueball {
    background: #005eff;
}

.t_minigame_resultbox > div > ul > li:nth-child(4) {
    display: none;
}

.t_minigame_resultbox > div > ul > li:nth-child(5) {
    display: none;
}

/* EXT101 integration overrides */
html,body{margin:0;padding:0;background:#1a0b12;overflow-x:hidden}
#um_sub_wrap{width:840px;min-height:420px}
.t_sutda{height:620px;background-color:#1a0b12}
.t_minigame_bottom{display:none!important}
.t_minigame_top>.t_minigame_top_btn>ul{width:460px}
.t_minigame_top>.t_minigame_top_btn>ul>li{user-select:none}
.t_minigame_middle>.t_minigame_info{position:relative}
.royal-special-note{position:absolute;right:12px;bottom:10px;width:385px;padding:7px 10px;border:1px solid rgba(243,131,176,.75);background:rgba(0,0,0,.72);color:#fff;font:12px/1.55 'Noto Sans KR',sans-serif;box-sizing:border-box}
.royal-special-note b{color:#f8d45b}
.t_minigame_resultbox>div>ul>li{box-sizing:content-box}
.t_minigame_resultbox .t_drawball{background:#49a96b}
.royal-hand-name{display:block;margin-top:2px;font-size:10px;color:#f7dbe8;font-weight:400}
.royal-loading{color:#fff;text-align:center;padding:18px}
#server_sync{position:absolute;right:8px;top:7px;color:rgba(255,255,255,.55);font-size:10px;z-index:5}
@media (max-width:840px){#um_sub_wrap{transform-origin:top left}}
