section {
}

.in_content {
    position: relative;
}

.roulette_article .item {
    position: absolute;
}

.roulette_article .btn_sound_bg {
    top: 85px;
    left: 25px;
    z-index: 100;
    width: 42px;
    height: 42px;
}
.btn_reload {
    background-position: -168px 0;
    top: 85px;
    left: 130px;
    z-index: 901;
    width: 42px;
    height: 42px;
}

.roulette_article .btn_sound_bg.off {
    background-position: -42px 0;
}

.roulette_article .btn_sound_play {
    background-position: -84px 0;
    top: 285px;
    left: 77px;
    z-index: 100;
    width: 42px;
    height: 42px;
}

.roulette_article .btn_sound_play.off {
    background-position: -126px 0;
}

.roulette_article .history .in_content {
    margin: 127px 40px 0 26px;
    padding: 0 18px;
    height: 140px;
}

.roulette_article .history h2 {
    font-family: tahoma;
    font-size: 16px;
    font-weight: bold;
    color: #522a15;
    letter-spacing: -1px;
    padding: 6px 0 6px 0;
    text-align: center;
}

.roulette_article .history ul {
    display: table;
    width: auto;
}

.roulette_article .history ul li {
    display: table-cell;
    padding: 1px 0;
}

.roulette_article .history ul li .data {
    width: 100px;
    height: 70px;
    border-right: 1px solid #be9e72;
    border-left: 1px solid #f8f1e8;
}

.roulette_article .history ul li .data h3 {
    text-align: center;
    font-size: 12px;
    padding: 10px 0;
    color: #522a15;
}

.roulette_article .history ul li .data .icon_box {
    text-align: center;
}

.roulette_radio {
    display: inline-block;
    width: 15px;
    height: 15px;
    content: "";
    background: url('/game/ladder/img/roulette_radio.png') no-repeat;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    top: -1px;
}

.roulette_radio.on {
    background-position: 0 -15px;
}


.icon_result {
    display: inline-block;
    height: 26px;
    width: 26px;
    line-height: 24px;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #562e19;
    border-radius: 12px;
    padding-right: 2px;
    font-family: dotum;
    font-size: 12px;
    font-weight: bold;
}

.icon_result.red {
    background-color: #ae0000;
    border-color: #562c0d;
    color: #fff;
}

.icon_result.red::after {
    content: "빨";
}

.icon_result.yellow {
    background-color: #ecd601;
    border-color: #562c0d;
    color: #000000;
}

.icon_result.yellow::after {
    content: "노";
}

.icon_result.odd {
    background-color: #7f0059;
    border-color: #3f0024;
    color: #fff;
}

.icon_result.odd::after {
    content: "홀";
}

.icon_result.even {
    background-color: #a400ab;
    border-color: #3f0024;
    color: #fff;
}

.icon_result.even::after {
    content: "짝";
}

.icon_result.under {
    background-color: #fff;
    border-color: #3f0024;
    color: #333;
}

.icon_result.over {
    background-color: #333;
    border-color: #000;
    color: #fff;
}

.icon_result.sbingo {
    padding: 0 10px;
    width: auto;
}

.icon_result.sbingo.red {
    background-color: #ae0000;
    border-color: #ad0033;
    color: #fff;
}

.icon_result.sbingo.red::after {
    content: "빨강판";
}

.icon_result.sbingo.blue {
    background-color: #4c97e7;
    border-color: #1b748c;
    color: #fff;
}

.icon_result.sbingo.blue::after {
    content: "파랑판";
}

.icon_result.sladder.odd {
    background-color: #3c93f2;
    border-color: #1867b2;
    color: #fff;
}

.icon_result.sladder.odd::after {
    content: "홀";
}

.icon_result.sladder.even {
    background-color: #c6362d;
    border-color: #a1281d;
    color: #fff;
}

.icon_result.sladder.even::after {
    content: "짝";
}

.roulette_article .history ul li:last-child .data {
    border-right: none;
}

.roulette_article .history ul li:first-child .data {
    border-left: none;
}

.roulette_article .choice .in_content {
    margin: 77px 36px 0 22px;
    padding: 0 18px;
    height: 141px;
}

.roulette_article .choice h2 {
    font-family: tahoma;
    font-size: 16px;
    font-weight: bold;
    color: #522a15;
    letter-spacing: -1px;
    padding: 6px 0 6px 0;
    text-align: center;
}

.roulette_article .choice ul {
    background-color: #e8d6bd;
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #cebca3;
    margin: 0 110px;
    padding: 0 19px;
}

.roulette_article .choice ul li {
    height: 32px;
    line-height: 30px;
    font-family: tahoma;
    font-weight: bold;
    font-size: 14px;
    color: #b10000;
    border-bottom: 1px solid #be9e72;
    border-top: 1px solid #f8f1e8;
    padding: 0 15px;
}

.roulette_article .choice ul li.l1 {
    border-top: none;
}

.roulette_article .choice ul li.l3 {
    border-bottom: none;
}

.roulette_article .info .in_content {
    margin: 106px 44px 0 30px;
    padding: 0 18px;
    height: 390px;
}

.roulette_article .info .in_content .my_data {
    height: 54px;
    line-height: 54px;
}

.roulette_article .info .in_content .my_log table {
    width: 536px;
}

.roulette_article .info .in_content .my_log thead th {
    color: #7b5014;
    font-size: 12px;
    font-weight: bold;
    line-height: 45px;
    height: 45px;
    border-bottom: 2px solid #be9e72;
}

.roulette_article .info .in_content .my_log tbody td {
    color: #333;
    font-size: 12px;
    line-height: 45px;
    height: 45px;
    border-bottom: 1px solid #ddc29d;
    text-align: center;
    font-family: gulim;
}

.roulette_article .info .in_content .my_log tbody td .tred {
    color: #ae0000;
}

.roulette_article .info .in_content .my_log tbody td .tblue {
    color: #0039ae;
}

.roulette_article .info .in_content .login_not {
    padding-top: 75px;
    text-align: center;
}

.roulette_article .info .in_content .login_not div {
    margin-bottom: 40px;
}

.roulette_article .info .in_content .login_not a {
    display: inline-block;
    width: 90px;
    height: 30px;
    line-height: 30px;
    background: #be9e72;
    margin: 0 10px;
    color: #fff;
    border-radius: 5px 5px 5px 5px;
}

.roulette_article .info .in_content .login_not a:hover {
    background: #a2855d;
}

.roulette_article .choice button.red {
    top: 30px;
    left: 10px;
}

.roulette_article .choice button.red:hover {
    background-position: -92px 0;
}

.roulette_article .choice button.red:active {
    background-position: -184px 0;
}

.roulette_article .choice button.yellow {
    top: 30px;
    right: 10px;
    background-position: 0 -92px;
}

.roulette_article .choice button.yellow:hover {
    background-position: -92px -92px;
}

.roulette_article .choice button.yellow:active {
    background-position: -184px -92px;
}

.roulette_radio.on {
    background-position: 0 -15px;
}

/*1172px;*/
.roulette_article .in_content .roulette_center .number {
    font-size: 17px;
}

.roulette_article .in_content .roulette_center .yellow {
    color: #ffea00;
}

.roulette_article .in_content .roulette_result_board h2 {
    margin-bottom: 10px;
    font-size: 12px;
    color: #522a15;
}

.container .help {
    bottom: 80px;
    left: 50px;
    color: #fff;
}

.container .help h2 {
    font-size: 12px;
    margin-bottom: 10px;
}

.container .help ul {
    padding-left: 10px;
}

.container .help ul li {
    line-height: 1.5;
}

/**

사다리게임

*/

.ladder_article {
    position: relative;
    width: 900px;
    height: 700px;
    background-image: url('/game/ladder/img/game_bg_01.png');
}
.ladder_article.ladder3 {
    background-image: url('/game/ladder/img/game_bg_01.png');
}
.ladder_article.ladder5 {
    background-image: url('/game/ladder/img/game_bg_01.png');
}

.ladder_article .in_content {
    position: relative;
}

.ladder_article .item {
    position: absolute;
}

.ladder_article .logo {
    top: 10px;
    left: 232px;
    width: 431px;
    height: 188px;
    background-image: url('/game/ladder/img/logo_n.png');
    z-index: 1000;
}
.ladder_article .logo.ladder3 {
    background-image: url('/game/ladder/img/logo_n_1.png');
}
.ladder_article .logo.ladder5 {
    background-image: url('/game/ladder/img/logo_n_2.png');
}
.ladder_article .bg_sound {
    background-image: url('/game/ladder/img/sound_btn.png');
}

.ladder_article .btn_sound_bg {
    top: 85px;
    left: 25px;
    z-index: 100;
    width: 42px;
    height: 42px;
}

.ladder_article .btn_sound_bg.off {
    background-position: -42px 0;
}

.ladder_article .btn_sound_play {
    background-position: -84px 0;
    top: 85px;
    left: 77px;
    z-index: 100;
    width: 42px;
    height: 42px;
}

.ladder_article .btn_sound_play.off {
    background-position: -126px 0;
}

.ladder_article .ladder {
    top: 270px;
    right: 140px;
    width: 86px;
    height: 125px;
    background-image: url('/game/ladder/img/add04.png');
    z-index: 290;
}
.ladder_article .ladder.ladder3 {
    background-image: url('/game/ladder/img/add04.png');
}
.ladder_article .ladder.ladder5 {
    background-image: url('/game/ladder/img/add04.png');
}
.ladder_article .link {
    top:275px;
    left:50%;
    transform: translateX(-50%);
}
.ladder_article .link a {
    margin:0 3px;
}
.ladder_article .game {
    top: 125px;
    left: 50px;
    width: 807px;
    height: 569px;
    background-image: url('/game/ladder/img/game_bg_03.png');
    z-index: 300;
}

.ladder_article .game .clock {
    top: 110px;
    left: 191px;
    width: 238px;
    height: 39px;
    background-image: url('/game/ladder/img/game_bg_02.png');
    z-index: 310;
    color: #dfedff;
    font-size: 18px;
    font-family: tahoma;
    font-weight: bold;
    text-shadow: 0px 0px 2px #25303b;
    text-align: center;
    padding-top: 7px;
}

.ladder_article .game .ladder_bg {
    top: 200px;
    left: 205px;
    width: 203px;
    height: 219px;
    background-image: url('/game/ladder/img/object_16.png?v=2');
}

.ladder_article .game .ladder_bg.s3 {
    background-position: -203px 0;
}

.ladder_article .game .ladder_bg.s4 {
    background-position: -812px 0;
}

.ladder_type1 .t1 {
    top: 20px;
    left: 2px;
    width: 12px;
    height: 0px;
    background: #f5e957;
}

.ladder_type1 .t2 {
    top: 75px;
    left: 2px;
    width: 0px;
    height: 12px;
    background: #f5e957;
}

.ladder_type1 .t3 {
    top: 75px;
    left: 190px;
    width: 12px;
    height: 0px;
    background: #f5e957;
}

.ladder_type1 .t4 {
    top: 103px;
    left: 2px;
    width: 0px;
    margin-left: 189px;
    height: 12px;
    background: #f5e957;
}

.ladder_type1 .t5 {
    top: 103px;
    left: 2px;
    width: 12px;
    height: 0px;
    background: #f5e957;
}

.ladder_type1 .t6 {
    top: 130px;
    left: 2px;
    width: 0px;
    height: 12px;
    background: #f5e957;
}

.ladder_type1 .t7 {
    top: 130px;
    left: 189px;
    width: 12px;
    height: 0px;
    background: #f5e957;
}

.ladder_type2 .t1 {
    top: 20px;
    left: 190px;
    width: 12px;
    height: 0px;
    background: #f5e957;
}

.ladder_type2 .t2 {
    top: 75px;
    left: 2px;
    width: 0px;
    margin-left: 189px;
    height: 12px;
    background: #f5e957;
}

.ladder_type2 .t3 {
    top: 75px;
    left: 2px;
    width: 12px;
    height: 0px;
    background: #f5e957;
}

.ladder_type2 .t4 {
    top: 103px;
    left: 2px;
    width: 0px;
    height: 12px;
    background: #f5e957;
}

.ladder_type2 .t5 {
    top: 103px;
    left: 189px;
    width: 12px;
    height: 0px;
    background: #f5e957;
}

.ladder_type2 .t6 {
    top: 130px;
    left: 2px;
    width: 0px;
    margin-left: 189px;
    height: 12px;
    background: #f5e957;
}

.ladder_type2 .t7 {
    top: 130px;
    left: 2px;
    width: 12px;
    height: 0px;
    background: #f5e957;
}

.ladder_type3 .t1 {
    top: 20px;
    left: 2px;
    width: 12px;
    height: 0px;
    background: #f5e957;
}

.ladder_type3 .t2 {
    top: 64px;
    left: 2px;
    width: 0px;
    height: 12px;
    background: #f5e957;
}

.ladder_type3 .t3 {
    top: 64px;
    left: 190px;
    width: 12px;
    height: 0px;
    background: #f5e957;
}

.ladder_type3 .t4 {
    top: 90px;
    left: 2px;
    width: 0px;
    margin-left: 189px;
    height: 12px;
    background: #f5e957;
}

.ladder_type3 .t5 {
    top: 90px;
    left: 2px;
    width: 12px;
    height: 0px;
    background: #f5e957;
}

.ladder_type3 .t6 {
    top: 117px;
    left: 2px;
    width: 0px;
    height: 12px;
    background: #f5e957;
}

.ladder_type3 .t7 {
    top: 117px;
    left: 189px;
    width: 12px;
    height: 0px;
    background: #f5e957;
}

.ladder_type3 .t8 {
    top: 144px;
    left: 2px;
    width: 0px;
    margin-left: 189px;
    height: 12px;
    background: #f5e957;
}

.ladder_type3 .t9 {
    top: 144px;
    left: 2px;
    width: 12px;
    height: 0px;
    background: #f5e957;
}



.ladder_type4 .t1 {
    top: 20px;
    left: 190px;
    width: 12px;
    height: 0px;
    background: #f5e957;
}

.ladder_type4 .t2 {
    top: 64px;
    left: 2px;
    width: 0px;
    margin-left: 189px;
    height: 12px;
    background: #f5e957;
}

.ladder_type4 .t3 {
    top: 64px;
    left: 2px;
    width: 12px;
    height: 0px;
    background: #f5e957;
}

.ladder_type4 .t4 {
    top: 90px;
    left: 2px;
    width: 0px;
    height: 12px;
    background: #f5e957;
}

.ladder_type4 .t5 {
    top: 90px;
    left: 189px;
    width: 12px;
    height: 0px;
    background: #f5e957;
}

.ladder_type4 .t6 {
    top: 117px;
    left: 2px;
    width: 0px;
    margin-left: 189px;
    height: 12px;
    background: #f5e957;
}

.ladder_type4 .t7 {
    top: 117px;
    left: 2px;
    width: 12px;
    height: 0px;
    background: #f5e957;
}

.ladder_type4 .t8 {
    top: 144px;
    left: 2px;
    width: 0px;
    height: 12px;
    background: #f5e957;
}

.ladder_type4 .t9 {
    top: 144px;
    left: 189px;
    width: 12px;
    height: 0px;
    background: #f5e957;
}

.ladder_article .game .start_icon {
    width: 85px;
    height: 68px;
    z-index: 500;
    background-image: url('/game/ladder/img/object_03.png');
}

.ladder_article .game .start_icon.s1 {
    top: 160px;
    left: 171px;
    background-position: 0 0;
}

.ladder_article .game .start_icon.s1.on {
    background-position: -85px 0;
}

.ladder_article .game .start_icon.s2 {
    top: 160px;
    left: 358px;
    background-position: -170px 0;
}

.ladder_article .game .start_icon.s2.on {
    background-position: -255px 0;
}

.ladder_article .game .end_icon {
    width: 193px;
    height: 153px;
    z-index: 501;
    background-image: url('/game/ladder/img/object_15.png');
}

.ladder_article .game .end_icon.s1 {
    top: 300px;
    left: 110px;
}

.ladder_article .game .end_icon.s1.on {
    background-position: -386px 0;
}

.ladder_article .game .end_icon.s2 {
    top: 300px;
    left: 308px;
}

.ladder_article .game .end_icon.s2.on {
    background-position: -193px 0;
}

.ladder_article .game .wait_box {
    top: 245px;
    left: 125px;
    width: 364px;
    height: 115px;
    background-image: url('/game/ladder/img/object_07.png');
    color: #fff;
    padding: 32px 0 0 0;
    text-align: center;
    line-height: 1.5;
    font-size: 16px;
    font-family: tahoma;
    font-weight: bold;
}

.ladder_article .game .wait_box .time_color {
    color: #a5ec5f;
}

.ladder_article .game .wait_box div {
    display: inline-block;
}

.ladder_article .game .history {
    top: 80px;
    right: 85px;
    z-index: 350;
    width: 145px;
}

.ladder_article .game .history .result_list {
    height: 340px;
    overflow: hidden;
    overflow-y: scroll;
    border-top: 1px solid #797e84;
}

.ladder_article .game .history h2 {
    font-family: tahoma;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: -1px;
    padding: 22px 0 18px 0;
    text-align: center;
    border-bottom: 1px solid #4b5055;
}

.ladder_article .game .history ul {}

.ladder_article .game .history ul li {
    padding: 1px 0;
    border-top: 1px solid #797e84;
    border-bottom: 1px solid #4b5055;
}

.ladder_article .game .history ul li:first-child {
    border-top: none;
}

.ladder_article .game .history ul li:last-child {
    border-bottom: none;
}

.ladder_article .game .history ul li .data {}

.ladder_article .game .history ul li .data h3 {
    text-align: center;
    font-size: 12px;
    padding: 6px 0;
    color: #fff;
}

.ladder_article .game .history ul li .data .icon_box {
    text-align: center;
    padding-bottom: 6px;
}

.ladder_article .bottom {
    top: 650px;
    left: 15px;
    width: 797px;
    height: 858px;
    background-image: url('/game/ladder/img/game_bg_04.png');
    z-index: 290;
    padding-top: 190px;
}

.ladder_article .choice {
    width: 100%;
    height: 130px;
    z-index: 301;
    padding: 0 110px;
}

.ladder_article .choice h2 {
    font-family: tahoma;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    letter-spacing: -1px;
    padding: 6px 0 6px 0;
    text-align: center;
}

.ladder_article .choice ul {
    margin: 0 110px;
    padding: 20px 19px 0 19px;
}

.ladder_article .choice ul li {
    height: 32px;
    line-height: 30px;
    font-family: tahoma;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    border-top: 2px solid #d18e57;
    border-bottom: 1px solid #84180e;
    padding: 0 0 0 50px;
}

.ladder_article .choice ul li.l1 {
    border-top: none;
}

.ladder_article .choice ul li.l3 {
    border-bottom: none;
}

.ladder_article .choice button {
    position: absolute;
    width: 92px;
    height: 69px;
    background: url('/game/ladder/img/btn_set_02.png') no-repeat;
    content: "";
    border: none;
}

.ladder_article .choice button.red {
    top: 35px;
    left: 0px;
}

.ladder_article .choice button.red:hover {
    background-position: -92px 0;
}

.ladder_article .choice button.red:active {
    background-position: -184px 0;
}

.ladder_article .choice button.blue {
    top: 35px;
    right: 0px;
    background-position: 0 -69px;
}

.ladder_article .choice button.blue:hover {
    background-position: -92px -69px;
}

.ladder_article .choice button.blue:active {
    background-position: -184px -69px;
}

.ladder_article .info {
    width: 600px;
    height: 388px;
    top: 145px;
    left: 102px;
    z-index: 301;
    background: #fff3e1;
    border-radius: 20px 20px 20px 20px;
}

.ladder_article .info .in_content {
    padding: 0 20px;
    height: 390px;
}

.ladder_article .info .in_content .my_data {
    height: 54px;
    line-height: 54px;
}

.ladder_article .info .in_content .point_box {
    position: absolute;
    top: 15px;
    right: 20px;
    width: 232px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-family: tahoma;
    font-weight: bold;
    text-align: right;
    padding-right: 10px;
    color: #b10000;
    background: url('/game/ladder/img/game_bg_07.png') no-repeat;
}

.ladder_article .info .in_content .my_log {
    width: 561px;
    height: 322px;
    overflow: hidden;
    overflow-y: scroll;
    border-radius: 10px 10px 10px 10px;
    background: url('/game/ladder/img/bg_mydata_list.png') no-repeat;
}

.ladder_article .info .in_content .my_log table {
    width: 536px;
}

.ladder_article .info .in_content .my_log thead th {
    color: #7b5014;
    font-size: 12px;
    font-weight: bold;
    line-height: 45px;
    height: 45px;
    border-bottom: 2px solid #be9e72;
}

.ladder_article .info .in_content .my_log tbody td {
    color: #333;
    font-size: 12px;
    line-height: 45px;
    height: 45px;
    border-bottom: 1px solid #ddc29d;
    text-align: center;
    font-family: gulim;
}

.ladder_article .info .in_content .my_log tbody td .tred {
    color: #ae0000;
}

.ladder_article .info .in_content .my_log tbody td .tblue {
    color: #0039ae;
}

.ladder_article .info .in_content .login_not {
    padding-top: 75px;
    text-align: center;
}

.ladder_article .info .in_content .login_not div {
    margin-bottom: 40px;
}

.ladder_article .info .in_content .login_not a {
    display: inline-block;
    width: 90px;
    height: 30px;
    line-height: 30px;
    background: #be9e72;
    margin: 0 10px;
    color: #fff;
    border-radius: 5px 5px 5px 5px;
}

.ladder_article .info .in_content .login_not a:hover {
    background: #a2855d;
}

.l_icon_result {
    display: inline-block;
    width: 36px;
    height: 32px;
    background-image: url('/game/ladder/img/object_14.png');
}

.l_icon_result.ld_a1 {
    background-position: 0 0;
}

.l_icon_result.ld_a2 {
    background-position: 0 -32px;
}

.l_icon_result.ld_b3 {
    background-position: -36px 0;
}

.l_icon_result.ld_b4 {
    background-position: -36px -32px;
}

.l_icon_result.ld_c1 {
    background-position: -72px 0;
}

.l_icon_result.ld_c2 {
    background-position: -72px -32px;
}

.scroll_type_1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #e6d3b8;
    margin-bottom: 10px 10px 10px 10px;
}

.scroll_type_1::-webkit-scrollbar {
    width: 17px;
    background-color: #f3eadd;
}

.scroll_type_1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #bb9a6e;
}

.scroll_type_2::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #aee6e7;
    margin-bottom: 10px 10px 10px 10px;
}

.scroll_type_2::-webkit-scrollbar {
    width: 17px;
    background-color: #e5feff;
}

.scroll_type_2::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #228276;
}

.scroll_type_3::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(60, 64, 17, 1);
    border-radius: 10px;
    background-color: #656963;
    margin-bottom: 10px 10px 10px 10px;
}

.scroll_type_3::-webkit-scrollbar {
    width: 20px;
}

.scroll_type_3::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #3c4047;
}

.time_color {
    color: #000;
}
