@charset "utf-8";

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body.short-header {
    background-position: center 60px;
    padding-top: 60px;
}

.site {
    width: 100%;
    margin: 0 auto;
}

.page-play main.site {
    max-width: 100%;
}

.clearfix:before,
.clearfix:after,
#page-content:before,
#page-content:after {
    content: " ";
    display: table;
}

.clearfix:after,
#page-content:after {
    clear: both;
}

.clearfix,
#page-content {
    *zoom: 1;
}

main.site {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.list-line {
    list-style: none;
    margin: 0;
    padding: 0;
}

.list-line>li {
    display: inline-block;
    vertical-align: top;
}

.list-controls {
    position: relative;
    z-index: 3;
}

.list-controls>li+li {
    margin-left: 1em;
}

/*.ind-block,
#page-content,
#header-space{
    margin-bottom: 25px;
}*/

.text-upper {
    text-transform: uppercase;
}

.centered-block {
    margin-left: auto;
    margin-right: auto;
}

.block-bord {
    background: #ffd800;
    background: -moz-linear-gradient(top, #ffc6c6 0%, #ffd800 100%);
    background: -webkit-linear-gradient(top, #ffc6c6 0%, #ffd800 100%);
    background: linear-gradient(to bottom, #ffc6c6 0%, #ffd800 100%);
    padding: 2px;
}

.block-bord>.content {
    background-color: #000;
    padding: 15px;
    position: relative;
}

.block-buble>.content>.contents {
    position: relative;
    z-index: 2;
}

.block-buble>.content>.bubbles {
    overflow: hidden;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}

a {
    color: #FC0;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

.logo {
    display: block;
    transition: all 0.25s;
    -webkit-border-radius: 10% 10% 50% 50%;
    -moz-border-radius: 10% 10% 50% 50%;
    border-radius: 10% 10% 50% 50%;
    margin: 0 30px;
    position: relative;
}

.logo:hover {
    -webkit-box-shadow: inset 0 0 50px #000, 0 0 30px #000;
    -moz-box-shadow: inset 0 0 50px #000, 0 0 30px #000;
    box-shadow: inset 0 0 50px #000, 0 0 30px #000;
}

.logo:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 21%;
    left: 20%;
    margin-top: -31px;
    margin-left: -31px;
    width: 62px;
    height: 62px;
    background: url("../images/blink.png") 0 0 no-repeat;
    animation: blink-round 5s linear infinite;
    opacity: 0;
    -webkit-transform: rotateZ(0deg) scale(0, 0);
    -moz-transform: rotateZ(0deg) scale(0, 0);
    -ms-transform: rotateZ(0deg) scale(0, 0);
    -o-transform: rotateZ(0deg) scale(0, 0);
    transform: rotateZ(0deg) scale(0, 0);
}


#header-logo {
    position: relative;
    width: 195px;
    margin-bottom: 8px;
}

#header-elements {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

#header-left {
    width: 35%;
    float: left;
}

#header-right {
    width: 35%;
    float: left;
}

#header-center {
    width: 30%;
    overflow: hidden;
    margin: 0 auto -41px;
    text-align: center;
    background: url("../images/bg-logo-center.png") 0 30% / 100% 166px no-repeat;
}

#header-right {
    float: right;
}

#header-lang-icons a,
/*#header-lang-icons a:before{
    -webkit-box-shadow: inset 0 0 1px 1px #000;
    -moz-box-shadow: inset 0 0 1px 1px #000;
    box-shadow: inset 0 0 1px 1px #000;
}*/
#header-lang-icons a {
    display: block;
    width: 25px;
    height: 25px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    /*border-radius: 50%;
    border: 1px solid #ffffff;*/
    overflow: hidden;
    position: relative;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    line-height: 30px;
    font-size: 13px;
    text-transform: uppercase;
}

#header-lang-icons a:hover,
#header-lang-icons a.active {
    color: #ffc600;
    /*border:1px solid #FFC600;*/
}

#header-lang-icons a:before,
.img-icon:before {
    content: '';
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    vertical-align: middle;
}

#header-lang-icons a:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 2;
    /*background: url("../images/sprite.png") -1px -24px no-repeat;*/
    width: 26px;
    height: 26px;
}

#header-lang-icons a.lang-fr:before {
    background-position: -24px -24px;
}

.header-chat.img-icon:before {
    background-image: url("../images/sprite.png");
    margin: 0.3em 5px 0 0;
}

.img-icon.img-icon-chat:before {
    width: 21px;
    background-position: -1px 0;
}

.img-icon.img-icon-login:before {
    width: 19px;
    background-position: -24px 0;
}

.img-icon.img-icon-register:before {
    width: 19px;
    background-position: -46px 0;
}

.img-icon.img-icon-phone:before {
    width: 20px;
    background-position: -2px -77px;
}

.header-chat {
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    font-weight: bold;
    text-transform: capitalize;
    line-height: 30px;
    text-decoration: none;
    color: #ffffff;
}

a.header-chat:hover {
    text-decoration: none;
    color: #FC0;
}

nav a {
    text-transform: capitalize;
}

#header-space {
    position: fixed;
    top: 2px;
    left: 0;
    right: 0;
    z-index: 2;
    max-width: 100%;
}

.page-play #header-space {
    position: absolute;
    z-index: 10;
}

#header-space:before,
#header-space:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 28px;
    width: 15%;
    z-index: 40;
}

#header-space:before {
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    left: 0;
}

#header-space:after {
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    right: 0;
}

.short-header #header-space .list-controls {
    display: none;
}

.short-header #header-space #header-logo {
    width: 140px;
}

.short-header #header-space .logo:after {
    bottom: 11%;
    left: 31%;
}

#css-rain {
    position: relative;
}

#center-lobby {
    position: relative;
    margin: 30px auto;
    height: 776px;
    max-width: 1032px;
    /*z-index: 4;*/
    /*When snow is on*/
}

#site-content {
    position: relative;
    z-index: 2;
}

.page-play #site-content {
    padding-top: 25px;
}

@-webkit-keyframes lightSpeedOutRight {
    0% {
        opacity: 0.6;
        left: 0%;
        -webkit-transform: skewX(0deg);
        transform: skewX(0deg);
    }

    50%,
    100% {
        left: 45%;
        -webkit-transform: skewX(30deg);
        transform: skewX(30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOutRight {
    0% {
        opacity: 0.6;
        left: 0%;
        -webkit-transform: skewX(0deg);
        transform: skewX(0deg);
    }

    50%,
    100% {
        left: 45%;
        -webkit-transform: skewX(30deg);
        transform: skewX(30deg);
        opacity: 0;
    }
}

@-webkit-keyframes lightSpeedOutLeft {
    0% {
        opacity: 0.6;
        right: 0%;
        -webkit-transform: skewX(0deg);
        transform: skewX(0deg);
    }

    50%,
    100% {
        right: 45%;
        -webkit-transform: skewX(-30deg);
        transform: skewX(-30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOutLeft {
    0% {
        opacity: 0.6;
        right: 0%;
        -webkit-transform: skewX(0deg);
        transform: skewX(0deg);
    }

    50%,
    100% {
        right: 45%;
        -webkit-transform: skewX(-30deg);
        transform: skewX(-30deg);
        opacity: 0;
    }
}

.lightSpeedOutRight,
#header-bg:before {
    -webkit-animation-name: lightSpeedOutRight;
    animation-name: lightSpeedOutRight;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

.lightSpeedOutLeft,
#header-bg:after {
    -webkit-animation-name: lightSpeedOutLeft;
    animation-name: lightSpeedOutLeft;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

#header-bg {
    position: relative;
}

#header-bg:before,
#header-bg:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 99;
    bottom: 10px;
    width: 60px;
    height: 80px;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
    -webkit-animation-duration: 5s;
    -moz-animation-duration: 5s;
    -o-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

#header-bg:before {
    left: 0;
}

#header-bg:after {
    right: 0;
}

.header-img-indent {
    padding: 1px 0;
}

.site-footer {
    /*background: -moz-radial-gradient(center, ellipse cover,  rgba(62,43,1,1) 0%, rgba(31,22,1,0) 50%, rgba(0,0,0,0) 100%);
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(62,43,1,1) 0%,rgba(31,22,1,0) 50%,rgba(0,0,0,0) 100%);
    background: radial-gradient(ellipse at center,  rgba(62,43,1,1) 0%,rgba(31,22,1,0) 50%,rgba(0,0,0,0) 100%);*/
    position: relative;
    z-index: 10;
    background-color: #000000;
}

#footer-disclaimer,
#footer-payments,
#footer-menu {
    max-width: 760px;
    text-align: center;
    font-size: 16px;
    padding: 10px;
}

/*#ceg-973b1fde-3bbc-44bd-a2e7-2ef8bcc2c020{
    display: inline-block;
    transform: translateY(12px);
}*/

#footer-disclaimer {
    max-width: 600px;
}

#footer-payments {
    vertical-align: middle;
}

#footer-menu li a,
#footer-menu li+li:before {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.5em;
}

#footer-menu li a {
    color: #ffffff;
    text-decoration: none;
}

#footer-menu li a:hover {
    color: #ffcc00;
}

#footer-menu li+li {
    margin-left: 0.5em;
}

#footer-menu li+li:before {
    content: '|';
    font-size: 1.5em;
    line-height: 1em;
    margin: -0.25em 0.5em -0.1em 0;
}


/*@media only screen and (min-width: 768px) {*/

#header-space {
    background: -moz-linear-gradient(top, #565757 0%, #262626 30px, #131313 30px, #000000 100%);
    background: -webkit-linear-gradient(top, #565757 0%, #262626 30px, #131313 30px, #000000 100%);
    background: linear-gradient(to bottom, #565757 0%, #262626 30px, #131313 30px, #000000 100%);
}

#header-bg {
    background: url("../images/header_bgr_a.png") 100% repeat-x;
    height: 119px;
}

.header-chat-img,
.header-chat,
.header-menuright-img,
.header-menuleft,
.header-menuleft-img {
    display: inline-block;
}

.header-chat {
    font-size: 12px;
}

.header-chat-img {
    margin-left: 5px;
}

#header-right {
    text-align: right;
}

#header-menuleft {
    position: absolute;
    bottom: 0px;
    width: 35%;
    text-align: justify;
    -moz-text-align-last: justify;
    -ms-text-align-last: justify;
    text-align-last: justify;
    z-index: 60;
    /*margin-left: 50px;*/
}

#header-menuright {
    position: absolute;
    bottom: 0px;
    width: 30%;
    text-align: center;
    text-align: justify;
    -moz-text-align-last: justify;
    -ms-text-align-last: justify;
    text-align-last: justify;
    z-index: 60;
}

#header-menuright {
    text-align: left;
}

#header-menuleft {
    text-align: right;
}

.header-menuright-img,
.header-menuleft-img {
    height: 59px;
    overflow: hidden;
    display: inline-block;
    padding: 2px 5px;
    transition: all 0.2s;
}

/*.header-menuleft-img:hover,
    .header-menuright-img:hover {
        background-color: rgba(0, 0, 0, 0.5);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-shadow: 0 0 5px #fff;
        -moz-box-shadow: 0 0 5px #fff;
        box-shadow: 0 0 5px #fff;
    }*/

.header-menuleft-img:hover img,
.header-menuright-img:hover img {
    margin-top: -64px;
}

.header-menuleft-imga {
    display: inline-block;
    padding: 2px 5px;
    bottom: 25px;
}

.header-menuright-imga {
    display: inline-block;
    padding: 2px 5px;
    bottom: 25px;
}

/*.header-menuright-img,
.header-menuright-imga{
    margin-right: 22px;
}*/
.dropdown {
    position: relative;
}

.dropdown-menu {
    left: 0;
}

.dropdown:hover>.dropdown-menu {
    display: block;
    margin-top: -2px;
    position: absolute;
    z-index: 99;
}

.dropdown>.dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

.dropdown-item {
    text-decoration: none;
    text-align: center;
}

/********************************************************/
.dropdown-item:hover {
    background-color: transparent;
    color: white;
    outline: none;
}

/* end of hover */

.ticker-container {
    max-width: 100%;
    margin: 0;
}

.notice-container {
    top: 0;
    width: 100%;
    height: 30px;
    margin: auto;
    overflow: hidden;
    padding: 3px;
    -webkit-user-select: none
}

.notice-container ul {
    float: left;
    padding-left: 20px;
    animation: ticker 10s cubic-bezier(1, 0, .5, 0) infinite;
    -webkit-user-select: none
}

.notice-container li {
    line-height: 28px;
    list-style: none
}

.notice-container ul li a {
    font-weight: bold;
    color: #efc223;
    font-style: italic;
    text-decoration: none;
    list-style: none;
    font-size: 17px;
    -webkit-font-smoothing: antialiased;
    -webkit-user-select: none
}

.noticedate {
    color: white;
    font-style: normal;
}

.notice-container ul:hover {
    animation-play-state: paused
}

.notice-container span:hover+ul {
    animation-play-state: paused
}

@keyframes ticker {
    0% {
        margin-top: 0
    }

    25% {
        margin-top: -30px
    }

    50% {
        margin-top: -60px
    }

    75% {
        margin-top: -90px
    }

    100% {
        margin-top: 0
    }
}

.noticedate {
    color: white;
    font-style: normal;
}

.footer-container {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    z-index: 2;
    position: relative;
}

.footer-top {
    max-width: 1200px;
}

/* Clear floats after the columns */
.row-footer:after {
    content: "";
    display: table;
    clear: both;
}

/* Create three equal columns that floats next to each other */
.column-payments {
    padding-top: 15px;
    float: left;
    width: 40%;
    text-align: center;
}

/*.column-sns-a {
    padding-top: 25px;
    float: left;
    width: 9%;
    text-align: right;
}
.column-sns-b {
    padding-top: 25px;
    float: left;
    width: 9%;
    text-align: left;
}*/
.column-logo {
    float: left;
    width: 20%;
    text-align: center;
}

.column-quick-service {
    padding-top: 25px;
    float: left;
    width: 40%;
    text-align: left;
}

.payments-logo {
    width: 100%;
    max-width: 430px;
}

/* SNS */
.sns-logos {
    width: 100%;
    max-width: 50px;
}

.footer-logo-img {
    width: 100%;
    max-width: 210px;
    max-height: 210px;
}

.footer-navbar {
    color: #efc223;
    font-size: 20px;
    display: block;
    text-align: center;
    margin-right: 0;
    margin-left: 0;
    cursor: pointer;
    padding-top: 5px;
    padding-bottom: 5px;
}

.footer-navbar a {
    border-right: 2px solid #ffffff;
}

.footer-game-logo {
    position: relative;
    z-index: 10;
    width: 100%;
    background-color: #000000;
}

.footer-game-logos {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* MOBILE */
.dc-logo-mobile {
    width: 100%;
    padding-top: 5px;
}

.mobile-logo {
    width: 100%;
    max-width: 350px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.navbar-mobile {
    float: left;
    z-index: 2;
    position: relative;
}

.mobile-login-nav {
    width: 90%;
}

.mobile-login-item {
    position: relative;
    width: 100%;
    margin: 0px 5px auto;
    float: left;
}

.mobile-login-input {
    width: 100%;
    max-width: 170px;
    padding: 0px 5px 0px 5px;
    display: inline-block;
    border: 1px solid #ba0015;
    border-radius: 4px;
    transition: 0.2s ease-out;
    color: black (#ededed, 30%);
}

.login-input:focus {
    padding: 10px 5px 10px 10px;
    outline: 0;
    border-color: #efc223;
}

.mobile-buttonLogin {
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: bold;
    position: relative;
    display: inline-block;
    border-radius: 1px;
    padding: 4px;
    margin-bottom: 1px;
    width: 100%;
    max-width: 100px;
    vertical-align: middle;
    color: #000;
    background: #efc223;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    letter-spacing: 1px;
    border: 0;
    cursor: pointer;
}

.mobile-login-button:focus {
    outline: 0;
}

.mobile-buttonSignup {
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: bold;
    position: relative;
    display: inline-block;
    border-radius: 1px;
    padding: 2px;
    margin-bottom: 1px;
    margin: 0;
    width: 100%;
    max-width: 100px;
    color: #fff;
    background: #ba0015;
    border: 2px solid #efc223;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    letter-spacing: 1px;
    cursor: pointer;
}

.mobile-buttonLogin:focus {
    outline: 0;
}

.mobile-buttonSignup:focus {
    outline: 0;
}

/* Button modifiers */
.mobile-buttonLogin:hover {
    background: #ffcf26;
}

.mobile-buttonSignup:hover {
    background: #f0374c;
}

.navbar-logo {
    cursor: pointer;
}

/* secondary navbar */
.navbar-brand {
    width: 90%;
}

.nav-item {
    padding-left: 20px
}

.nav-link {
    color: #efc223;
}

.navbar {
    border-bottom: 10px solid #f49e2c;
}

/*SECONDARY NAVBAR*/
.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(239,194,35,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.sn-buttons {
    cursor: pointer;
}

#dropdown-last {
    background-color: #000;
    border: 1px solid #efc223;
    min-width: 100%;
}

/* end of hover */
/* start of login navbar */
.mobile-login-logout-item-a {
    position: relative;
    width: 36%;
    margin: 0px 5px auto;
    float: left;
}
.mobile-login-logout-item-b {
    position: relative;
    width: 29%;
    margin: 0px 5px auto;
    float: left;
}
.mobile-login-logout-item-c {
    position: relative;
    width: 29%;
    margin: 0px 5px auto;
    float: left;
}
.mobile-user-img {
    display: inline-block;
    margin-top: 3px;
}
.mobile-profilepic-img {
    display: inline-block;
    width: 100%;
    max-width: 40px;
    border: 2px solid #efc223;
    border-radius: 50%;
    margin-bottom: 15px;
}

.mobile-user-welcome {
    display: inline-block;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    margin-left: 5px;
    margin-right: 8px;
}
.mobile-buttonLogout {
    display: inline-block;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: bold;
    position: relative;
    border-radius: 1px;
    padding: 5px;
    width: 100%;
    max-width: 90px;
    vertical-align: middle;
    color: #000;
    background: #efc223;
    font-size: 13px;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    letter-spacing: 1px;
    border: 0;
    cursor: pointer;
    margin-bottom: 15px;
}
.mobile-menu-button {
    display: inline-block;
    position: relative;
    width: 100%;
    max-width: 95px;
    height: 30px;
    font-weight: bold;
    border: 1px solid #efc223;
    border-radius: 5px;
    color: #efc223;
    background: none;
    font-size: 15px;
    margin-top: 8px;
}

.notif .badge {
    position: absolute;
    top: -10px;
    right: -5px;
    padding: 3px 6px;
    border-radius: 50%;
    background-color: red;
    color: white;
}

.nav-notif {
    cursor: pointer;
}

.notif {
    position: relative;
}

/*Mobile Download*/
.mobile-download {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    background-color: #efc223;
    text-align: center;
    border-radius: 5px;
    border-color: #ffd571;
    font-weight: bold;
    margin-bottom: 10px;
}

.downloadpage {
    padding-top: 10px;
    background-color: #212121;
    border: 1px solid black;
    border-radius: 10px;
    text-align: center;
}
.downloadpagediv {
    text-align: center;
    padding: 10px;
    height: auto;
    background-color: #efc223;
}

.download-title {
    color: #efc223;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}
.download-tagline {
    color: #efc223;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}
.imgdownload{
    width: 100%;
    max-width: 300px;
    border-radius: 15px;
    margin-bottom: 10px;
}
.imgdownloadguide{
    width: 100%;
    border-radius: 15px;
    margin-top: 10px;
}