@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);

@font-face {
    font-family: "Noto Sans KR", sans-serif; 
}



html {
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll !important;
}

 

body.active {
    overflow: hidden;
}

body.mld-active {
    overflow: hidden;
}

input, button, select, a, p {
    outline: none !important;
    font-family: SCDream4, Fallback, sans-serif;
}

.modal-open {
    padding-right: 0 !important;
}

.modal-open .modal::-webkit-scrollbar {
    width: 0px;
    background: transparent !important;
}

.modal-open .modal::-webkit-scrollbar-thumb {
    background: transparent;
}

.wrapper {
    width: 100%;
    min-width: 360px;
    min-height: 100%;
    float: left;
    position: relative;
    overflow-x: hidden;
}

.wrapper p {
    margin: 0;
}

.wrapper button {
    white-space: nowrap;
    padding: 0;
}

.cc-ul {
    list-style: none;
    margin-bottom: 0;
    width: auto;
    display: table;
    height: 100%;
    padding: 0;
}

.cc-ul li {
    list-style: none;
    width: auto;
    height: auto;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.cc-center {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    display: inline-block;
}

/* -- BACKGROUND -- */

.bg-container {
    width: 100%;
    max-width: 1920px;
    height: auto;
    float: left;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    z-index: 0;
    pointer-events: none;
    
}

.bg-desktop {
    display: block;
}

.bg-mobile {
    display: none;
}

.bg-video {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.bg-video video {
    width: 120%;
    top: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}

.bg-blg-light {
    width: 100%;
    float: left;
    top: 115px;
    position: relative;
    z-index: 1;
	display:none
}

.bg-blg-light video {
    width: 100%;
    top: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}

.bg-blg-light img {
    width: 100%;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}

/* -- NAV MAIN -- */

.nav-main {
    width: 100%;
    height: 60px;
    float: left;
    background-color: rgba(0, 0, 0, 0.7);
	border-bottom:1px solid #a79829;
    position: relative;
    z-index: 99;
   
}

.nav-main:before {
    content: '';
    width: 100%;
    height: 7px;
    position: absolute;
    bottom: -7px;
    left: 0;
    background-color: rgba(0, 0, 0, 0);
}

.nav-main .center {
    width: 1346px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.cc-logo {
    width: 250px;
    height: 90px;
    float: left;
    display: inline-block;
    position: absolute;
    top:70%;
    transform: translateY(-50%);
    margin-left:-130px;
    left:50%;
    z-index: 999;
    border:3px solid #e1cf6c;
    text-align: center;
    background: #000;    
    
    border: 1px solid yellow;
   
}

.cc-logo .logo-pattern {
    float: left;
    width: 100%;
    opacity: 0;
}

.cc-logo .logo-cont {
    width: 100%;
    position: absolute;
    left: 0;
    top: 10%;
}

.cc-logo .logo-cont img {
   
}

.cc-logo .logo-img {
    width: 50%;
    left: 0;
    top: 0;
    animation: logoImgAnim 10s ease infinite;
}

@keyframes logoImgAnim {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    20% {
        opacity: 0;
        transform: translateY(-100%);
    }
    30% {
        opacity: 1;
        transform: translateY(5%);
    }
    40% {
        opacity: 1;
        transform: translateY(-5%);
    }
    50% {
        opacity: 1;
        transform: translateY(5%);
    }
    60% {
        opacity: 1;
        transform: translateY(-5%);
    }
    70% {
        opacity: 1;
        transform: translateY(5%);
    }
    80% {
        opacity: 1;
        transform: translateY(-5%);
    }
    90% {
        opacity: 1;
        transform: translateY(5%);
    }
    95% {
        opacity: 1;
        transform: translateY(5%);
    }
    100% {
        opacity: 0;
        transform: translateY(5%);
    }
}

.cc-logo .cozy-kr {
    width: 50%;
    left: 45%;
    top: 10%;
    animation: cozyKrAnim 10s ease infinite;
}

@keyframes cozyKrAnim {
    0% {
        opacity: 0;
        transform: rotateX(360deg);
    }
    10% {
        opacity: 1;
        transform: rotateX(0deg);
    }
    95% {
        opacity: 1;
        transform: rotateX(0deg);
    }
    100% {
        opacity: 0;
        transform: rotateX(0deg);
    }
}

.cc-logo .cozy-en {
    width: 18.50%;
    left: 35%;
    bottom: 0;
    animation: cozyEnAnim 10s ease infinite;
	display:none
}

@keyframes cozyEnAnim {
    0% {
        opacity: 0;
        transform: rotateX(360deg);
    }
    5% {
        opacity: 0;
        transform: rotateX(360deg);
    }
    15% {
        opacity: 1;
        transform: rotateX(0deg);
    }
    95% {
        opacity: 1;
        transform: rotateX(0deg);
    }
    100% {
        opacity: 0;
        transform: rotateX(0deg);
    }
}

.cc-logo .txt-hide {
    position: absolute;
    overflow: hidden;
}

.cc-logo .txt-hide img {
    float: left;
    width: 100%;
    position: relative;
    animation: thImgAnim 10s ease infinite;
}

@keyframes thImgAnim {
    0% {
        opacity: 1;
        transform: translateX(-100%);
    }
    15% {
        opacity: 1;
        transform: translateX(-100%);
    }
    20% {
        opacity: 1;
        transform: translateX(0);
    }
    95% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(0);
    }
}

.cc-logo .txt-hide.kr {
    width: 50%;
    right: 5%;
    top: 80%;
}

.cc-logo .txt-hide.en {
    width: 21.25%;
    left: 54%;
    bottom: 6%;
	display:none
}

.nav-main .link-grp {
    width: auto;
    height: 100%;
    float: left;
    margin-left: 65px;
	
}

.nav-main .link-grp ul li {
    padding: 0 20px;
}

.nav-main .link-grp ul li:first-child {
    padding-left: 0;
}

.nav-main .link-grp ul li:last-child {
    padding-right: 0;
}

.nav-main .link-grp a {
    line-height: 20px;
    text-decoration: none;
    position: relative;
    top: 3px;
}

.nav-main .link-grp a p {
    font-family: "Noto Sans KR", sans-serif;
    font-weight: 600;
    transition: 0.3s;
}

.nav-main .link-grp a .kr {
    color: #fff;
    font-size: 16px;
}

.nav-main .link-grp a .en {
    color: #cccccc;
    font-size: 10px;
     display: none;
}

.nav-main .link-grp a:hover .kr {
    color: #fcc61c;
}

.nav-main .link-grp a:hover .en {
    color: #4ec3e6;
}

.ba-container {
    float: right;
    width: auto;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-right: 60px;
}

.before-login {
    width: auto;
    height: auto;
    float: left;
    display: none;
}

.before-login.active {
    display: block;
}

.before-login .bl-cont.desktop {
    display: block;
}

.before-login .bl-cont.mobile {
    display: none;
}

.before-login input {
    width: 100px;
    height: 30px;
    float: left;
    border-radius: 6px;
    border: solid 1px #666666;
    box-shadow: inset 0 3px 3px #1b1a1a, 0 3px 3px #000;
    background-color: #231f1f;
    padding: 0 15px;
    color: #fff;
    font-size: 12px;
    position: relative;
    margin-left: 6px;
    background-image: url(../images/bg/input.png);
    background-repeat: no-repeat;
    background-position: top left;
}

.before-login input::-webkit-input-placeholder {
    color: #cccccc;
    font-size: 12px;
    font-family: "Noto Sans KR", sans-serif;
}

.before-login button {
    height: 30px;
    float: left;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    font-family: "Noto Sans KR", sans-serif;
    position: relative;
    margin-left: 4px;
    transition: 0.5s;
}

.before-login button i {
    margin-right: 3px;
    position: relative;
    top: -1px;
}

.before-login button.login {
    width: 60px;
    border: none;
    background-color: #ff2323;
    background: linear-gradient(to bottom, #ff3333, #ff0101);
}

#login-btn-mobile {
    width: 60px;
    border: none;
    background-color: #ff2323;
    background: linear-gradient(to bottom, #ff3333, #ff0101);
}
.before-login button.login:hover {
    background: linear-gradient(to bottom, #f1c80b, #f1c80b);
    color: #000;
}

.before-login button.join {
    width: 100px;
    border: solid 1px #2068a0;
    background-color: #7cddfa;
    background: linear-gradient(to bottom, #7cddfa, #4fa4c9);
    box-shadow: inset 0 2px 15px rgba(2, 20, 42, 0.80);
    text-shadow: 0 1px 1px #000;
}

.before-login button.join:hover {
    color: #000;
    border: solid 1px #0fd06c;
    background: linear-gradient(to bottom, #0fd06c, #0fd06c);
    text-shadow: 0 0 0 transparent;
    box-shadow: inset 0 0 0 rgba(2, 20, 42, 0);
}

.before-login .bl-cont.mobile button {
    width: 116px;
}

.after-login {
    width: auto;
    height: auto;
    float: left;
    /*display: none;*/
    position: relative;
}

.after-login.active {
    display: block;
}

.after-login .al-desktop {
    width: auto;
    height: auto;
    float: left;
    display: block
}

.mypg-dropdown {
   float: right;
  
    
}

.mypg-dropdown .inner {    
   width:80%;
    display: block;
    margin: 0px auto;
    position: relative;
     text-align: center;
    
   
}

.mypg-dropdown .btn-grp  {
  float: right;
  width:450px !important;
  text-align: right !important;;
    
 
    
}
.mypg-dropdown .btn-grp button {
    min-width: 55px;
    display: inline-block !important;
    float:left;
   
    
}

.after-login .al-desktop.active {z-index: 9999;}
/*----------------------------------------------------------*/
.mypg-dropdown .al-row {
    width: 32.33%;
    height: 32px;
    margin: 2px 0.50%;
    float: left;
    border-radius: 6px;
    border: solid 1px #999;
    background-color: rgba(35, 34, 34, 0.75);
    box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.5);
    position: relative;
    overflow: hidden;
    animation: alrowAnim 1s ease backwards;
}

.mypg-dropdown .al-row2 {
    width: 32.33%;
    height: 32px;
    margin: 2px 0.50%;
    float: left;
    border-radius: 6px;
    border: solid 1px #999;
    background-color: rgba(35, 34, 34, 0.75);
    box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.5);
    position: relative;
    overflow: hidden;
    animation: alrowAnim 1s ease backwards;
}
/*----------------------------------------------------------*/
@keyframes alrowAnim {
    0% {
        opacity: 0;
        transform: translateX(-5%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

/*----------------------------------------------------------*/
.mypg-dropdown .al-row:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    pointer-events: none;
}

.mypg-dropdown .al-row:after {
    content: '';
    position: absolute;
    top: -50%;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.05);
    transition: 0.35s;
    opacity: 1;
    z-index: 0;
}

.mypg-dropdown .al-row .labels {
    width: auto;
    height: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    background-color: #1ca9eb;
    background: linear-gradient(to top, #1674a0, #40bcf7);
    padding: 0 5px;
}
/*----------------------------------------------------------*/
.mypg-dropdown .al-row2:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    pointer-events: none;
}

.mypg-dropdown .al-row2:after {
    content: '';
    position: absolute;
    top: -50%;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.05);
    transition: 0.35s;
    opacity: 1;
    z-index: 0;
}

.mypg-dropdown .al-row2 .labels {
    width: auto;
    height: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    background-color: #1ca9eb;
    background: linear-gradient(to top, #1674a0, #40bcf7);
    padding: 0 5px;
}
/*----------------------------------------------------------*/
.mypg-dropdown .al-row .labels p {
    color: #000;
    font-size: 12px;
    font-family: SCDream7;
}

.mypg-dropdown .al-row .labels img {
    position: relative;
    top: 0;
}

.mypg-dropdown .al-row .info {
    width: auto;
    height: 100%;
    float: left;
    display: flex;
    padding-left: 10px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

.mypg-dropdown .al-row .info p {
    color: #fff;
    font-size: 12px;
}

.mypg-dropdown .al-row .info p span {
    color: #d64959;
    font-size: 13px;
    font-family: SCDream7;
}

/* Progress Bar */
.mypg-dropdown .al-row.pb {
    width: 64.66%;
}

.mypg-dropdown .al-row.pb .labels {
    width: 60px;
    height: 100%;
    background-color: transparent;
    justify-content: center;
    padding: 0;
    background: none;
    position: absolute;
    left: 0;
    top: 0;
}

.mypg-dropdown .al-row.pb .labels p {
    color: #09dfbc;
}

.mypg-dropdown .al-row.pb .info {
    width: 100%;
    padding-left: 65px;
    padding-right: 48px;
}


/*----------------------------------------------------------*/

.mypg-dropdown .al-row2 .labels p {
    color: #000;
    font-size: 12px;
    font-family: SCDream7;
}

.mypg-dropdown .al-row2 .labels img {
    position: relative;
    top: 0;
}

.mypg-dropdown .al-row2 .info {
    width: auto;
    height: 100%;
    float: left;
    display: flex;
    padding-left: 10px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

.mypg-dropdown .al-row2 .info p {
    color: #fff;
    font-size: 12px;
}

.mypg-dropdown .al-row2 .info p span {
    color: #d64959;
    font-size: 13px;
    font-family: SCDream7;
}

/* Progress Bar */
.mypg-dropdown .al-row2.pb {
    width: 64.66%;
}

.mypg-dropdown .al-row2.pb .labels {
    width: 60px;
    height: 100%;
    background-color: transparent;
    justify-content: center;
    padding: 0;
    background: none;
    position: absolute;
    left: 0;
    top: 0;
}

.mypg-dropdown .al-row2.pb .labels p {
    color: #09dfbc;
}

.mypg-dropdown .al-row2.pb .info {
    width: 100%;
    padding-left: 65px;
    padding-right: 48px;
}

/*----------------------------------------------------------*/

.mypg-dropdown .prog-bar {
    width: 100%;
    height: 18px;
    float: left;
    background-image: url(../images/icon/pb-bg.png);
    background-repeat: repeat-x;
    position: relative;
    top: -2px;
}

.mypg-dropdown .prog-bar .percent {
    /*width: 50%;*/
    height: 100%;
    position: absolute;
    background-image: url(../images/icon/pb-percent.png);
    background-repeat: repeat-x;
    left: 0;
    top: 0;
}

.mypg-dropdown .prog-bar .percent:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url(../images/icon/pb-percent-on.png);
    background-repeat: repeat-x;
    left: 0;
    top: 0;
    animation: percentAnim 1s ease infinite;
}

@keyframes percentAnim {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.mypg-dropdown .percent-text {
    width: 50px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.mypg-dropdown .percent-text p {
    color: #d64959;
    font-size: 12px;
    font-family: SCDream7;
}

.mypg-dropdown .btn-grp {
    width: 32.33%;
    height: auto;
    float: left;
    margin: 2px 0.50%;
}

.mypg-dropdown .btn-grp button {
    width: 32.66%;
    height: 32px;
    float: left;
    margin: 0 0.60%;
    border-radius: 5px;
    font-size: 12px;
    position: relative;
    transition: 0.3s;
    display: inline-block;
    max-width:95px;
    padding:0px 2px;
}

.mypg-dropdown .btn-grp button.msg-btn {
    margin-left: 0;
    background-color: #ba1c4d;
    border: solid 1px #e24a79;
    color: #fff;
    
}

.mypg-dropdown .btn-grp button.msg-btn:hover {
    background-color: #e4366c;
    border: solid 1px #e4366c;
    color: #fff;
}

.mypg-dropdown .btn-grp button.goto-btn {
    margin-right: 0;
    background-color: #ba1c4d;
    border: solid 1px #e24a79;
    color: #fff;
   
}

.mypg-dropdown .btn-grp button.goto-btn:hover {
    margin-right: 0;
    background-color: #e4366c;
    border: solid 1px #e4366c;
    color: #fff;
}

.mypg-dropdown .btn-grp button.logout-btn {
    margin-right: 0;
    background-color: #ba1c4d;
    border: solid 1px #e24a79;
    color: #fff;
   
}

.mypg-dropdown .btn-grp button.logout-btn:hover {
    margin-right: 0;
    background-color: #e4366c;
    border: solid 1px #e24a79;
    color: #fff;
}

.mypg-dropdown .btn-grp button i {
    display: inline-block;
    font-size: 14px;
    color:#fff;
}

.msg-btn span {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    background-color: #49d6c5;
    color: #fff;
    font-size: 10px;
    border-radius: 50%;
    position: absolute;
    top: -4px;
    right: -4px;
    animation: countAnim 1s ease infinite;
}

@keyframes countAnim {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 1;
    }
    75% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.mypg-dropdown .close-btn {
    position: absolute;
    width: 100%;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.4);
    bottom: -35px;
    left: 0;
    margin: auto;
    color: #fff;
    font-size: 12px;
    border: none;
    border-radius: 6px;
    display: none;
}

.after-login .al-mobile {
    width: auto;
    height: auto;
    float: left;
    display: none;
}

.after-login .alm-btn {
    width: 116px;
    height: 37px;
    border-radius: 6px;
    border: none;
    transition: 0.3s;
    color: #fff;
    font-size: 14px;
    float: left;
    margin: 0 2px;
    background-color: #1ca9eb;
    border: solid 2px #005882;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.after-login .alm-btn:last-child {
    background-color: #d64959;
    border: solid 2px #842d37;
}

.after-login .alm-btn:last-child:hover {
    background-color: #f1c80b;
    border: solid 2px #f1c80b;
    color: #000;
}

/* -- BODY MAIN -- */

.body-main {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    z-index: 1;
    text-align: center;
}

/* -- BANNER MAIN -- */

.banner-main {
    width: 100%;
    height: auto;
    
    margin-top: 60px;
    position: relative;
    z-index: 0;
    display: block;
}

.banner-main .main-bg {
    width: 100%;
    float: left;
    pointer-events: none;
    opacity: 0;
}

.banner-main .rich-man {
    position: absolute;
    left: -1.50%;
    bottom: 0;
    z-index: 3;
    width: 32.65%;
    animation: richManAnim 15s ease infinite;
}

@keyframes richManAnim {
    0% {
        opacity: 0;
        transform: translateX(15%);
    }
    5% {
        opacity: 1;
    }
    10% {
        opacity: 1;
        transform: translateX(0);
    }
    95% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(0);
    }
}

.banner-main .card-chip {
    position: absolute;
    left: -3%;
    bottom: 5%;
    z-index: 1;
    width: 6.72%;
    animation: cardChipAnim 15s ease infinite;
}

@keyframes cardChipAnim {
    0% {
        opacity: 0;
        transform: translateY(10%);
    }
    6% {
        opacity: 0;
        transform: translateY(10%);
    }
    16% {
        opacity: 1;
        transform: translateY(0);
    }
    26% {
        opacity: 1;
        transform: translateY(5%);
    }
    36% {
        opacity: 1;
        transform: translateY(0);
    }
    46% {
        opacity: 1;
        transform: translateY(5%);
    }
    56% {
        opacity: 1;
        transform: translateY(0);
    }
    66% {
        opacity: 1;
        transform: translateY(5%);
    }
    76% {
        opacity: 1;
        transform: translateY(0);
    }
    86% {
        opacity: 1;
        transform: translateY(5%);
    }
    95% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(0);
    }
}

.banner-main .casino-girl {
    position: absolute;
    left: 20%;
    bottom: 0;
    z-index: 2;
    width: 25%;
    animation: casinoGirlAnim 15s ease infinite;
}

@keyframes casinoGirlAnim {
    0% {
        opacity: 0;
        transform: translateX(-15%);
    }
    2% {
        opacity: 0;
        transform: translateX(-15%);
    }
    7% {
        opacity: 1;
    }
    12% {
        opacity: 1;
        transform: translateX(0);
    }
    95% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(0);
    }
}

.banner-main .hide-cont {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

.banner-main .hide-cont img {
    position: absolute;
    z-index: 0;
}

.banner-main .hide-cont .slot-machine {
    width: 42.45%;
    left: 27%;
    bottom: 0;
    z-index: 1;
    animation: smAnim 15s ease infinite;
    transform-origin: bottom;
}

@keyframes smAnim {
    0% {
        opacity: 0;
        transform: rotate(30deg)
    }
    4% {
        opacity: 0;
        transform: rotate(30deg)
    }
    9% {
        opacity: 1;
    }
    14% {
        opacity: 1;
        transform: rotate(0deg)
    }
    95% {
        opacity: 1;
        transform: rotate(0deg)
    }
    100% {
        opacity: 0;
        transform: rotate(0deg)
    }
}

.banner-main .hide-cont .wine {
    width: 13.50%;
    left: 18.50%;
    bottom: 0;
    z-index: 4;
    animation: wineAnim 15s ease infinite;
	display:none;
}

@keyframes wineAnim {
    0% {
        opacity: 0;
        transform: translateY(20%);
    }
    7% {
        opacity: 0;
        transform: translateY(20%);
    }
    12% {
        opacity: 1;
        transform: translateY(0);
    }
    95% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(0);
    }
}

.banner-main .hide-cont .coins {
    width: 10.90%;
    left: 30%;
    bottom: 0;
    z-index: 3;
    animation: coinsAnim 15s ease infinite;
}

@keyframes coinsAnim {
    0% {
        opacity: 0;
        transform: translateY(20%);
    }
    10% {
        opacity: 0;
        transform: translateY(20%);
    }
    15% {
        opacity: 1;
        transform: translateY(0);
    }
    95% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(0);
    }
}

.banner-main .hide-cont .light-beam {
    width: 40.15%;
    left: 30.80%;
    z-index: 0;
    top: 0;
    animation: lightBeamAnim 15s linear infinite;
}

@keyframes lightBeamAnim {
    0% {
        opacity: 0;
        transform: rotate(0deg);
    }
    10% {
        opacity: 0;
    }
    27% {
        opacity: 1;
    }
    37% {
        opacity: 0.5;
    }
    47% {
        opacity: 1;
    }
    57% {
        opacity: 0.5;
    }
    67% {
        opacity: 1;
    }
    77% {
        opacity: 0.5;
    }
    87% {
        opacity: 1;
    }
    95% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: rotate(360deg);
    }
}

.announce-carousel {
    width: auto;
    height: 100%;
    z-index: 9;
    position: absolute;
    float: right;
    right: 0;
}

.announce-carousel .carousel-inner {
    height: 100%;
}

.announce-carousel .carousel-inner .item {
    height: 100%;
}

.announce-carousel .text-cont {
    width: auto;
    min-width: 385px;
    height: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    text-align: left;
	font-family: "Noto Sans KR", sans-serif; 
}

.announce-carousel .text-cont * {
    animation: carouselTextAnim 1s ease 1 backwards;
}

@keyframes carouselTextAnim {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.announce-carousel .text-cont .title {
    color: #ffb65a;
    font-size: 40px;
    font-family: "Noto Sans KR", sans-serif;
    text-shadow: 0 2px 2px #000;
	font-weight:600;
}

.announce-carousel .text-cont .title .blue {
    color: #fffc0a;
	padding-left:5px;
}

.announce-carousel .text-cont .sub {
    color: #decfbb;
    font-size: 24px;
    font-family: "Noto Sans KR", sans-serif;
    text-shadow: 0 2px 2px #000;
}

.announce-carousel .more-btn {
    width: 120px;
    height: 40px;
    border-radius: 20px;
    white-space: nowrap;
    color: #ffffff;
    font-size: 16px;
    border: solid 2px #842d37;
    background-color: #d64959;
    margin-top: 30px;
}

/* -- MENU MAIN -- */

.menu-main {
    width: 80%;
    height: 50px;
    border-radius: 80px 80px 0 0;
    box-shadow: inset 0 0px 0px #000;
    background-color: #e5ae01;
    background-repeat: repeat;
    background-position: top center;
    display: block;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    margin:0px auto;
    text-align: center;
}


.memInfo{ display: block; margin:0px auto;position: absolute;
        left:50%;margin-left: -300px;top:30%}
.memInfo li{float:left;font-size:1em;list-style: none;margin:0px 3px;}
.memInfo li span{display: inline-block; background: #e74c27;color:#fff;border-radius: 60px;padding:3px 15px;margin-right: 5px;}
.memInfo li a{color:#000; font-size:1.2em;font-weight:600;margin-right: 5px;}


.menu-main2{    
    width:80%;
    height: 50px;
    border-radius:  0 0 80px 80px;    
    box-shadow: inset 0 0px 0px #000;
    /* background-color: #018fe5; */
    background-repeat: no-repeat;
    background-position: top center;
    display: block;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    margin:0px auto;
    text-align: center; 
    margin-top:-12px;
    max-height: 500px;
}

.menu-main2 li{ float: left; list-style: none;width:50%;text-align: center; border-radius: 0px  0px 60px 60px; height: 100%; }
.menu-main2 li.go1{background: #e58b01;}
.menu-main2 li a{color:#f7f3c6;font-size:1.4em;font-weight: 800;text-shadow: 1px 1px 3px #000;line-height:40px;}
.menu-main2 li a:hover{text-decoration: none;color:#fff;text-shadow: -1px -1px 3px #000;}
.menu-main2 li img{float:right;margin-right:40px;margin-top:5px;}
.menu-main2 li.go2{background: #018fe5;}






.category-btn {
    width: 24%;
    height: 50px;
    float: left;
    margin: 0 0.50%;
    border: none;
    background-color: transparent;
    color: #d64959;
    position: relative;
    z-index: 1;
    padding: 0 8px !important;
}

.category-btn .inner {
    width: 100%;
    height: 100%;
    float: left;
    background-color: transparent;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0);
    transition: 0.5s;
}

.category-btn:hover .inner {
    background:rgba(27,8,8,0.7) ;
    box-shadow: 0 0 10px rgba(0, 0, 0, 1);
	border:1px solid #804100;
}

.category-btn.active .inner {
   background:rgba(27,8,8,0.7) ;
    box-shadow: 0 0 10px rgba(0, 0, 0, 1);
	border:1px solid #804100;
}

.category-btn .inner .under {
    width: 100%;
    height: 70%;
    position: absolute;
    left: 0;
    top: 20%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-family: "Noto Sans KR", sans-serif;
    text-shadow: 0 1px 1px #000;
    transition: 0.5s;
}

.category-btn .inner .under div {
    width: auto;
    height: auto;
    display: inline-block;
    position: relative;
	color:#fff77d;
	font-weight:600;
}

.category-btn.active .inner .under {
    top: 0;
    opacity: 0;
}

.category-btn.active:hover .inner .under {
    top: 30%;
    opacity: 1;
}

.category-btn img {
    margin-right: 5px;
}

.category-btn span {
    color: #b0b0b0;
    font-size: 12px;
    margin-left: 5px;
}

.category-btn .inner .over {
    width: 100%;
    height: 60%;
    position: absolute;
    left: 0;
    top: 20%;
    background-color: #863e01;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #fff949;
    font-size: 16px;
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
    transition: 0.5s;
    opacity: 0;
	font-weight:600;
	
}

.category-btn.active .inner .over {
    opacity: 1;
}

.category-btn:hover .inner .over {
    top: -35%;
}

.category-btn .inner .over:after {
    background: linear-gradient(135deg, rgba(0, 0, 0, 1) 0%, #d64959 100%);
    right: 3px;
}

.category-btn .inner .over:before {
    left: 3px;
    background: linear-gradient(135deg, #d64959 0%, rgba(0, 0, 0, 1) 100%);
}

.category-btn .inner .over:before, .category-btn .inner .over:after {
    position: absolute;
    display: block;
    width: 12px;
    height: 12px;
    content: " ";
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: -1 !important;
    bottom: -6px;
    transition: 0.5s;
    transition-delay: 0.5s;
    opacity: 0;
}

.category-btn.active .inner .over:before, .category-btn.active .inner .over:after {
    opacity: 1;
}

/* -- COZY GAME MAIN -- */

.cozy-game-main {
    width: 100%;
    height: auto;
    float: left;
    border-radius: 30px;
    border: solid 2px #bca32b;
    box-shadow: inset 0 3px 6px #000;
    background-color: rgba(0, 0, 0, 0.75);
    margin-top: 0px;
}

.cozy-game-main .cg-cont {
    width: 100%;
    height: auto;
    float: left;
    display: none;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    padding: 28px 10px;
}

.cozy-game-main .cg-cont.active {
    display: flex;
}

/*-------------------------------------------------------------------------*/


.deposit_withdraw {
    width: 100%;
    height: auto;
    float: left;
    border-radius: 30px;
    border: solid 3px #2a2a2a;
    box-shadow: inset 0 3px 6px #000;
    background-color: rgba(35, 34, 34, 0.75);
    margin-top: 7px;
}

.deposit_withdraw .deposit-tbl {
    width: 100%;
    height: auto;
    float: left;
    display: none;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    padding: 28px 10px;
}

.dep-wit .dep-wid-content.active {
    display: flex;
}

.deposit_withdraw .deposit-tbl {
    padding: 10px;
}

.cozy-game-main2{}
.footer_bigbanner{text-align: center}
.footer_bigbanner img{width:95%;margin-top:30px;max-width:1190px; }


/*-------------------------------------------------------------------------*/

.sc-btn {
    width: 175px;
    height: auto;
    float: left;
    margin: 9px 7px;
    background-color: #1a2543;
    border-radius: 10px;
    border: solid 1px #212020;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.84);
    position: relative;
    overflow: hidden;
    transition: 0.35s;
    transform-origin: left center;
    animation: scBtnAnim 0.5s linear 1 backwards;
    perspective: 900px;
    transform-style: preserve-3d;
    padding-bottom: 41px;
}

@keyframes scBtnAnim {
    0% {
        opacity: 0;
        transform: rotateY(100deg);
    }
    100% {
        opacity: 1;
        transform: rotateY(0);
    }
}

.hotel .sc-btn {
    width: 208px;
}

.sports .sc-btn {
    width: 1120px;
    padding-bottom: 0;
}

.sc-btn:hover {
    border: 1px solid #ffefa7;
}

.sc-btn .img-cont {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}

.sc-btn .img-cont img {
    width: 100%;
    float: left;
    transition: 0.5s;
    transform: scale(1) rotate(0deg);
}

.sc-btn:hover .img-cont img {
    transform: scale(1.2) rotate(10deg);
}

.sc-btn .hover-lay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(26, 37, 67, 0.80);
    background: linear-gradient(to top, rgba(26, 37, 67, 0.50), rgba(76, 106, 195, 0.50));
    opacity: 0;
    transition: 0.35s;
    border-radius: 10px 10px 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.sc-btn:hover .hover-lay {
    opacity: 1;
}

.sc-btn .hover-lay:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    border: 1px solid #ad781f;
    content: '';
    opacity: 1;
    transition: opacity 0.35s, transform 0.35s;
    transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1);
    transform-origin: 50%;
	background:rgba(90,56,0,0.3)
}

.sc-btn:hover .hover-lay:before {
    opacity: 1;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
    transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
}

.sc-btn .hover-lay p {
    color: #fff;
    font-size: 14px;
	font-weight:600;

}

.sc-btn .footer-cont {
    width: 100%;
    height: 41px;
    float: left;
    background-color: #43341a;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
    color: #fff;
    font-size: 13px;
    text-shadow: 0 1px 1px #000;
}

.sc-btn .footer-cont p {
    position: relative;
    z-index: 1;
}

.hotel .sc-btn .footer-cont {
    height: 74px;
    background-color: #222222;
    background-image: url(../images/hotel/footer-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.sports .sc-btn .footer-cont {
    height: auto;
    padding: 20px 0;
    background-color: transparent;
}

.sc-btn .footer-cont img {
    position: relative;
    z-index: 1;
}

.sc-btn:hover .footer-cont img {
    animation: scFootImgAnim 1s linear infinite;
}

@keyframes scFootImgAnim {
    0% {
        transform: translateY(-5%);
    }
    50% {
        transform: translateY(5%);
    }
    100% {
        transform: translateY(-5%);
    }
}

.sc-btn .footer-cont:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #432813, #754c2e);
    transition: 0.35s;
    opacity: 0;
    z-index: 0;
}

.hotel .sc-btn .footer-cont:after {
    display: none;
}

.sports .sc-btn .footer-cont:after {
    display: none;
}

.sports .sc-btn .footer-cont:before {
    display: none;
}

.sc-btn:hover .footer-cont:before {
    opacity: 1;
}

.sc-btn .footer-cont:after {
    content: '';
    position: absolute;
    top: -48%;
    left: -48%;
    width: 100%;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.05);
    transform: rotate(-38deg);
    transition: 0.35s;
    opacity: 1;
    z-index: 0;
}

.sc-btn:hover .footer-cont:after {
    animation: scFootAnim 1s ease infinite;
}

@keyframes scFootAnim {
    0% {
        transform: rotate(-40deg) translate(0, 0);
    }
    100% {
        transform: rotate(-40deg) translate(100%, 400%);
    }
}

/* -- BOARD MAIN -- */

.board-main {
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    margin-top: 50px;
}

.not-eve-board {
    width: 395px;
    height: auto;
    float: left;
    margin-top: 10px;
}

.not-eve-board:first-child {
    margin-right: 76px;
}

.not-eve-board .head {
    width: 100%;
    height: 50px;
    float: left;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
    border-bottom: solid 1px #5a5a5a;
}

.not-eve-board .head .star-deco {
    color: #d6c749;
    font-size: 11px;
    position: absolute;
    right: -5px;
    bottom: -6px;
}

.not-eve-board .head .title {
    color: #d64959;
    font-size: 24px;
    font-family: "Noto Sans KR", sans-serif;
    text-shadow: 0 1px 1px #000;
}

.not-eve-board .head .more-link {
    color: #cccccc;
    font-size: 11px;
    position: relative;
    right: 25px;
    top: 8px;
}

.not-eve-board table {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 20px;
}

.not-eve-board table tr {
    height: 32px;
}

.not-eve-board table tr td {
    color: #ffffff;
    font-size: 12px;
    font-family: SCDream4;
}

.not-eve-board table tr td a {
    color: #ffffff;
    font-size: 12px;
    font-family: SCDream4;
    transition: 0.3s;
}

.not-eve-board table tr td a:hover {
    color: #d64959;
}

.not-eve-board table tr .info {
    text-align: left;
    padding: 0 10px;
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.not-eve-board table tr .date {
    text-align: center;
    padding: 0 5px;
    width: 81px;
}

.service-board {
    width: auto;
    height: auto;
    margin-left: 60px;
    margin-top: 10px;
}

.service-board .title {
    color: #4ae124;
    font-size: 24px;
    font-family: SCDream4;
    text-shadow: 0 1px 1px #000;
}

.service-board .social-cont {
    width: 100%;
    height: auto;
    margin-top: 40px;
    text-align: center;
}

.service-board .social-cont img {
    display: inline-block;
    margin: 0 3px;
}

.service-board .cc-user {
    color: #999999;
    font-size: 14px;
    font-family: "Noto Sans KR", sans-serif;
    margin-top: 15px;
}

/* -- FOTER MAIN -- */

.footer-main {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 65px;
    padding: 50px 10px;
    position: relative;
    background-color: #000;
}

.footer-main .center {
    width: auto;
    max-width: 920px;
    height: auto;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
}

.footer-main img {
    margin: 8px 5px;
}

/***************************************************************************** MODAL *****************************************************************************/

.cc-modal {
    height: auto;
    position: absolute;
    top: 10%;
    right: 0;
    left: 0;
    margin: auto;
    margin-bottom: 20px;
    z-index: 1000;
    background-color: #141313;
    /* background-image: url(../images/bg/modal-bg.png); */
    background-repeat: repeat-x;
    background-position: top center;
    border-radius: 10px;
    border: solid 1px #412e23;
    box-shadow: 0 5px 5px #000000, inset 0 0 2px rgba(217, 217, 214, 0.09) !important;
    padding: 30px 20px;
}

.cc-modal button {
    padding: 0;
}

.cc-modal p {
    margin: 0;
}

.cc-modal .close-btn {
    width: auto;
    height: auto;
    float: right;
    border: none;
    position: absolute;
    top: 20px;
    right: 20px;
    color: #db3346;
    font-size: 28px;
    background-color: transparent;
    padding: 0;
    transition: 0.3s;
}

.cc-modal .close-btn:hover {
    color: #fff;
}

/* Header */

.cc-modal .header {
    width: 100%;
    height: auto;
    float: left;
}

.cc-modal .header .btn-grp {
    width: auto;
    height: auto;
    float: left;
}

.cc-modal .header .btn-grp button {
    width: 160px;
    height: 43px;
    float: left;
    margin: 0 2px;
    background-color: #333333;
    border-radius: 3px;
    border: solid 1px #454444;
    color: #fff;
    font-size: 15px;
    transition: 0.3s;
}

.cc-modal .header .btn-grp button:first-child {
    margin-left: 0;
}

.cc-modal .header .btn-grp button:last-child {
    margin-right: 0;
}

.cc-modal .header .btn-grp button:hover {
    background-color: #1ca9eb;
    border: solid 1px #1ca9eb;
}

.cc-modal .header .btn-grp button.active {
    background-image: linear-gradient(to bottom, #b4192b, #d44050);
    border: none;
    color: #fff;
}

.cc-modal .header .btn-grp button.active:hover {
    background-image: linear-gradient(to bottom, #b4192b, #d44050);
    border: none;
    color: #fff;
    text-shadow: none;
    box-shadow: none;
}

/* Modal Body */
.modal-header {
    border: none;
    border-radius: 15px;
    background-image: linear-gradient(#ae9c48, #251b0d, #251b0d);
    padding: 1px;
    overflow: hidden;
    flex-wrap: wrap;
}
.modal-body {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    padding: 0;
    margin-top: 20px;
}

.modal-body.no-top {
    margin-top: 0;
}

.modal-body .form-group {
    width: auto;
    height: auto;
    display: inline-block;
    margin: 12px 0;
    position: relative;
}

.modal-body .form-group div {
    height: auto;
    float: left;
}

.modal-body .form-group div:first-child {
    width: 129px;
}

.modal-body .form-group div:first-child p {
    float: left;
    color: #ffffff;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 0;
    text-shadow: 0 1px 1px #000;
}

.modal-body .form-group div:first-child p i {
    color: #fc0000;
    font-size: 10px;
    margin-right: 5px;
    text-shadow: none;
    position: relative;
    top: -1px;
}

.modal-body .form-group div:last-child {
    width: 380px;
}

.modal-body .form-group div:last-child p {
    float: left;
    color: #e46876;
    font-size: 18px;
    position: relative;
    top: 4px;
    margin: 0;
}

.modal-body .form-group div:last-child input {
    width: 100%;
    height: 35px;
    float: left;
    background-color: #ffffff;
    border: none;
    padding: 0 8px;
    color: #000;
    font-size: 13px;
    border-radius: 1px;
}

.modal-body .form-group div.w-btn input {
    width: 75%;
}

.modal-body .form-group div.w-btn button {
    width: 24%;
    height: 35px;
    border: none;
    padding: 0;
    white-space: nowrap;
    margin-left: 1%;
    background-color: #1ca9eb;
    border-radius: 1px;
    color: #fff;
    font-size: 12px;
}

.modal-body .form-group div.w-btn button:hover {
    background-image: linear-gradient(to bottom, #ffcc00, #c26e0a);
}

.modal-body .form-group div:last-child input::-webkit-input-placeholder {
    color: #333;
    font-size: 13px;
}

.modal-body .form-group div:last-child label {
    position: relative;
    width: 100%;
    height: 35px;
    float: left;
}

.modal-body .form-group div:last-child select {
    width: 100%;
    height: 100%;
    float: left;
    background-color: #ffffff;
    border: none;
    padding: 0 8px;
    color: #333;
    font-size: 13px;
    border-radius: 1px;
}

.modal-body .form-group div:last-child label i {
    position: absolute;
    right: 3px;
    top: 7px;
    color: #1a1a1a;
    font-size: 20px;
    pointer-events: none;
}

.modal-body .form-group .btn-grp {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 10px;
}

.modal-body .form-group .btn-grp button {
    width: 14%;
    height: 25px;
    float: left;
    border-radius: 1px;
    border: none;
    transition: 0.3s;
    color: #000000;
    font-size: 13px;
    font-family: NotoSansKr-Regular;
    background-color: #cccccc;
    margin: 0 2px;
    padding: 0;
    white-space: nowrap;
}

.modal-body .form-group .btn-grp button:first-child {
    margin-left: 0px;
}

.modal-body .form-group .btn-grp button:last-child {
    width: 10%;
    color: #fff;
    background-image: linear-gradient(to bottom, #b4192b, #d44050);
}

.modal-body .form-group .btn-grp button:hover {
    background-color: #666666;
    color: #fff;
}

.modal-body .form-group .btn-grp button:last-child:hover {
    background-image: linear-gradient(to bottom, #1ca9eb, #1ca9eb);
    color: #fff;
}

/* Modal Footer */

.modal-btn-grp {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 22px;
    text-align: center;
}

.modal-btn-grp .btn-cont {
    width: auto;
    height: auto;
    display: inline-block;
}

.modal-btn-grp .btn-cont button {
    width: 100px;
    height: auto;
    float: left;
    margin: 0 2px;
    background-color: #333333;
    border-radius: 3px;
    border: solid 1px #454444;
    color: #fff;
    font-size: 15px;
    transition: 0.3s;
}

.modal-btn-grp .btn-cont button:first-child {
    margin-left: 0;
}

.modal-btn-grp .btn-cont button:last-child {
    margin-right: 0;
}

.modal-btn-grp .btn-cont button:hover {
    background-color: #6b6868;
    color: #000;
}

.modal-btn-grp .btn-cont button.red {
    border: none;
    color: #fff;
    background-image: linear-gradient(to bottom, #b4192b, #d44050);
}

.modal-btn-grp .btn-cont button.red:hover {
    color: #040404;
    background-image: linear-gradient(to bottom, #f1c80b, #f1c80b);
}

.money-modal .modal-btn-grp .btn-cont {
    float: left;
    margin-left: 143px;
}

.login-join-modal .modal-btn-grp .btn-cont {
    float: left;
    margin-left: 156px;
}

.login-join-modal.join .modal-btn-grp .btn-cont button.red {
    width: 290px;
}

.mypage-modal .modal-btn-grp.pass .btn-cont {
    float: left;
    margin-left: 262px;
}

/* Login Join */

.login-join-modal {
    width: 520px;
}

.login-join-modal .modal-body .form-group div:last-child {
    width: 290px;
}

/* Money Modal */

.money-modal {
    width: 580px;
}

/* Board Modal */

.board-modal {
    width: 720px;
}

.board-modal .ott-table {
    margin-top: 20px;
}

.notice-view {
    width: 100%;
    height: 340px;
    float: left;
    background-color: #2d2d2d;
    margin-top: 1px;
    margin-bottom: 2px;
    color: #ffffff;
    font-size: 14px;
    text-align: left;
    padding: 10px;
    overflow-y: scroll;
}

.notice-view::-webkit-scrollbar {
    width: 10px;
    background-color: #1f1f1f;
    border: solid 2px #696969;
}

/* OTT Table */

.ott-table {
    width: 100%;
    height: auto;
    float: left;
}

.ott-table tr th {
    height: 40px;
    background-color: #737373;
    color: #fff;
    font-size: 13px;
    text-align: center;
}

.ott-table tr td {
    height: 40px;
    color: #fff;
    font-size: 13px;
    text-align: center;
    border-bottom: solid 1px #333;
}

.ott-table tr td a {
    color: #fff;
    font-size: 13px;
}

.ott-table tr td a:hover {
    color: #1ca9eb;
}

.new-icon {
    width: 34px;
    height: 18px;
    color: #fff;
    font-size: 10px;
    border-radius: 3px;
    background-color: #1ca9eb;
    border: none;
}

.ott-table td .level-txt {
    display: inline-block;
    width: 45px;
    text-align: left;
}

.board-modal .ott-table tr td.count {
    width: 10%;
}

.board-modal .ott-table tr td.title {
    width: 70%;
    text-align: left;
}

.board-modal .ott-table tr td.date {
    width: 20%;
}

.ott-table.bet-win td:first-child {
    text-align: left;
    padding: 0 10px;
    width: 20%;
}

.ott-table td.red {
    color: #fbc600;
}

/* Pagination */

.pagination > li > a {
    color: #fff;
    font-size: 14px;
    font-family: NotoSansKr-Regular;
    border-radius: 0 !important;
    text-decoration: none;
    border: none;
    background-color: #333;
    width: 25px;
    height: 25px;
    padding: 2px 0;
    margin: 0 2px;
    border-radius: 3px !important;
}

.pagination li.turn-pg a {
    color: #000;
    background-color: #fff;
    padding: 0 0;
    font-size: 18px;
}

.pagination li.turn-pg a span {
    position: relative;
    top: -2px;
}

.pagination li.space-r a {
    margin-right: 7px;
}

.pagination li.space-l a {
    margin-left: 7px;
}

.pagination .active {
    color: #fff;
    background-color: #1ca9eb;
}

.pagination > li > a:hover {
    color: #fff;
    background-image: linear-gradient(to bottom, #ff3333, #ff0101);
}

.pagination .active:hover {
    color: #fff;
    background-image: none;
    background-color: #1ca9eb;
}

/* -- MY PAGE MODAL -- */

.mypage-modal {
    width: 800px;
}

.mypage-modal .modal_body .form-group div:first-child {
    width: 115px;
}

.mypage-modal .mp-head {
    width: 100%;
    height: 50px;
    float: left;
    padding: 0 5px;
    margin-bottom: 10px;
    position: relative;
    border-radius: 10px;
    border: solid 2px #2a2a2a;
    box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.8);
    background-color: rgba(35, 34, 34, 0.75);
}

.mypage-modal .mp-head a {
    width: auto;
    height: 28px;
    float: left;
    padding: 3px 15px;
    margin: 0 2px;
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
    transition: 0.3s;
    background-color: #333;
    border-radius: 1px;
    border: solid 1px #454444;
    margin-top: 10px;
}

.mypage-modal .mp-head a:hover {
    background-color: #f9d405;
    color: #080808;
    text-decoration: none;
    border: solid 1px #454444;
}

.mypage-modal .mp-head a.active {
    color: #000;
    background-image: linear-gradient(to bottom, #ffcc00, #c26e0a);
    border: solid 1px transparent;
}

.mypage-modal .mp-body {
    width: 100%;
    height: auto;
    float: left;
}

.mypage-modal .my-account {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 20px;
}

.mypage-modal .mp-tab {
    width: 100%;
    height: auto;
    float: left;
    display: none;
}

.mypage-modal .mp-tab.active {
    display: block
}

.mypage-modal .modal-body .form-group:first-child {
    margin-top: 10px;
}

.mypage-modal .modal-body .form-group:last-child {
    margin-bottom: 0;
}

.mypage-modal .mp-info {
    width: 100%;
    height: 80px;
    float: left;
    background-color: #232323;
}

.mypage-modal .mp-info .cont {
    width: 33.33%;
    height: 100%;
    float: left;
    display: table;
}

.mypage-modal .mp-info .cont span {
    color: #fff;
    font-size: 14px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.mypage-modal .mp-info .cont span img {
    position: relative;
    top: -2px;
}

.mypage-modal .mp-info .cont span p:first-child {
    color: #fff;
    font-size: 14px;
    display: inline-block;
}

.mypage-modal .mp-info .cont span p:last-child {
    color: #1ca9eb;
    font-size: 18px;
    display: inline-block;
    position: relative;
    top: 2px;
}

.mypage-modal .mp-info .points-btn {
    color: #fff;
    font-size: 14px;
    width: auto;
    height: 35px;
    border: none;
    border-radius: 3px;
    background-color: #1ca9eb;
    padding: 0 10px;
    transition: 0.3s;
}

.mypage-modal .mp-info .points-btn:hover {
    background-color: #f0c70b;
    color: #000;
}

.mypage-modal .my-table {
    width: 100%;
    height: auto;
    float: left;
}

.soon-text {
    color: #fff;
    padding: 50px 0;
}

.modal-btn-grp.mypage {
    width: auto;
    margin-left: 325px;
}

/* 1:1 */
.inquiry-container {
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
}

.inquiry-table {
    width: 98%;
    height: auto;
    float: left;
    margin-left: 1%;
    margin-top: 7px;
}

.inquiry-table .head {
    color: #fff;
    font-size: 13px;
    background-color: #333;
    text-align: center;
    padding: 0 5px;
    height: 40px;
    width: 100%;
    float: left;
}

.inquiry-table .head th {
    text-align: center;
}

.inquiry-table .state-t {
    width: 10%;
    text-align: center;
}

.inquiry-table .consult-th {
    width: 90%;
    text-align: center;
}

/**/
.inquiry-list {
    width: 100%;
    height: auto;
    float: left;
    cursor: pointer;
    transition: 0.3s;
    overflow: hidden;
}

.inquiry-list .inquiry-btn {
    width: 100%;
    height: 100%;
    float: left;
    text-align: center;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
}

.inquiry-list .inquiry-btn:hover {
    background-color: rgba(28, 169, 235, 0.1);
}

.inquiry-list .inquiry-btn.active {
    background-color: rgba(28, 169, 235, 0.1);
}

.inquiry-list .inquiry-btn table {
    width: 100%;
    height: 100%;
    float: left;
}

.inquiry-list .inquiry-btn table td {
    text-align: center;
    font-size: 13px;
}

.inquiry-list .inquiry-btn table td.title {
    width: 65%;
    text-align: left;
}

.inquiry-list .inquiry-btn table td.date {
    width: 30%;
}

.inquiry-list .inquiry-btn table td.option {
    width: 5%;
}

.inquiry-list .inquiry-btn table td.note-title {
    text-align: left;
    padding-left: 10px;
}

.inquiry-list .inquiry-btn table td.co-td {
    width: 10%;
}

.inquiry-list .inquiry-btn .state-btn {
    width: auto;
    height: 25px;
    padding: 0 5px;
    border: none;
    border-radius: 2px;
    background-color: #ff3333;
    background-image: linear-gradient(to bottom, #ff3333, #ff0101);
    color: #fff;
    font-size: 10px;
}

.inquiry-list .inquiry-btn .note-btn {
    width: 30px;
    height: 25px;
    padding: 0 5px;
    border: none;
    border-radius: 2px;
    background-color: #ff3333;
    background-image: linear-gradient(to bottom, #ff3333, #ff0101);
    color: #fff;
    font-size: 10px;
}

.inquiry-list .inquiry-btn .reply-icon {
    position: relative;
    left: -10px;
}

.inquiry-list .inquiry-btn .delete-btn {
    width: auto;
    height: auto;
    border: none;
    background-color: transparent;
    transition: 0.3s;
    color: #fff;
    padding: 0;
}

.inquiry-list .inquiry-btn .delete-btn:hover {
    color: #ffcc00;
}

.inquiry-list .td-view {
    width: 100%;
    height: 150px;
    float: left;
    background-color: #696969;
    margin-top: 1px;
    margin-bottom: 2px;
    color: #ffffff;
    font-size: 14px;
    text-align: left;
    padding: 10px;
    overflow-y: scroll;
    display: none;
}


.inquiry-list .inquiry-btn .delete-btn2 {
    width: auto;
    height: auto;
    border: none;
    background-color: transparent;
    transition: 0.3s;
    color: #fff;
    padding: 0;
}

.inquiry-list .inquiry-btn .delete-btn2:hover {
    color: #ffcc00;
}

.inquiry-list .td-view {
    width: 100%;
    height: 150px;
    float: left;
    background-color: #696969;
    margin-top: 1px;
    margin-bottom: 2px;
    color: #ffffff;
    font-size: 14px;
    text-align: left;
    padding: 10px;
    overflow-y: scroll;
    display: none;
}



.inquiry-list .td-view::-webkit-scrollbar {
    width: 10px;
    background-color: #1f1f1f;
    border: solid 2px #696969;
}

.inquiry-form {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    margin-top: 10px;
}

.inquiry-form input {
    width: 100%;
    height: 35px;
    border: none;
    background-color: #97deff;
    color: #000;
    font-size: 14px;
    padding-left: 20px;
}

.inquiry-form textarea {
    width: 100%;
    height: 150px;
    border: none;
    background-color: #fff;
    color: #000;
    font-size: 14px;
    padding: 15px 20px;
    margin-top: 10px;
}

.inquiry-form input::-webkit-input-placeholder {
    color: #000;
    font-size: 14px;
}

.inquiry-form textarea::-webkit-input-placeholder {
    color: #000;
    font-size: 14px;
}

/* Gamelist */

.gamelist-modal {
    width: 1024px;
}

.gamelist-modal .header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.gamelist-modal .header .company-img {
    margin-left: 15px;
}

.gamelist-modal .modal-body {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    max-height: 548px;
    overflow-y: scroll;
}

.gamelist-modal .modal-body::-webkit-scrollbar {
    width: 5px;
    background-color: #333;
}

.gamelist-modal .modal-body::-webkit-scrollbar-thumb {
    background-color: #000;
    border: solid 1px #333;
}

.cp-modal .header .slot-logo {
    margin-right: 10px;
    position: relative;
    top: -2px;
}

.gamelist-modal .gl-menu {
    width: 100%;
    height: auto;
    float: left;
    padding: 8px 10px;
    border-radius: 10px;
    border: solid 2px #2a2a2a;
    box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.8);
    background-color: rgba(35, 34, 34, 0.75);
    margin-top: 30px;
}

.gamelist-modal .gl-menu a {
    width: 80px;
    height: 28px;
    float: left;
    padding: 3px 5px;
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
    transition: 0.3s;
    background-color: #333;
    border-radius: 1px;
    border: solid 1px #454444;
    margin: 2px 2px;
    text-align: center;
}

.gamelist-modal .gl-menu a:first-child {
    margin-left: 0;
}

.gamelist-modal .gl-menu a:hover {
    background-color: #f9d405;
    color: #000;
    text-decoration: none;
    border: solid 1px #454444;
}

.gamelist-modal .gl-menu a.active {
    color: #000;
    background-image: linear-gradient(to bottom, #ffcc00, #c26e0a);
    border: solid 1px transparent;
}

.game-btn {
    width: 180px;
    height: auto;
    display: inline-block;
    position: relative;
    margin: 5px 6px;
    background-size: cover;
    background-position: center top;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    transform-style: flat;
    border: solid 1px transparent;
}

.game-btn .img-cont {
    width: 96%;
    height: auto;
    float: left;
    border-radius: 10px;
    transition: 0.3s;
    border: 1px solid transparent;
    overflow: hidden;
}

.game-btn .img-cont .main-img {
    width: 100%;
    transition: 0.3s;
    opacity: 1;
}

.game-btn:hover .img-cont {
    border: 1px solid #a7dfff;
}

.game-btn:hover .img-cont .main-img {
    opacity: 0.5;
}

.game-btn .ribbon-tag {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.game-btn .ribbon-tag .inner {
    width: 96%;
    height: 40px;
    float: left;
    background-color: #444;
    box-shadow: 0 0 10px rgba(0, 0, 0, 1);
}

.game-btn .inner .under {
    width: 100%;
    height: 60%;
    position: absolute;
    left: 0;
    top: 20%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    font-family: "Noto Sans KR", sans-serif;
    text-shadow: 0 1px 1px #000;
    transition: 0.5s;
    opacity: 0;
}

.game-btn:hover .inner .under {
    top: 35%;
    opacity: 1;
}

.game-btn .inner .over {
    width: 100%;
    height: 60%;
    position: absolute;
    left: 0;
    top: 20%;
    background-color: #1ca9eb;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
    transition: 0.5s;
    opacity: 1;
}

.game-btn:hover .inner .over {
    top: -30%;
}

.game-btn .inner .over:after {
    background: linear-gradient(135deg, rgba(0, 0, 0, 1) 0%, #1ca9eb 100%);
    right: 3px;
}

.game-btn .inner .over:before {
    left: 3px;
    background: linear-gradient(135deg, #1ca9eb 0%, rgba(0, 0, 0, 1) 100%);
}

.game-btn .inner .over:before, .game-btn .inner .over:after {
    position: absolute;
    display: block;
    width: 12px;
    height: 12px;
    content: " ";
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: -1 !important;
    bottom: -6px;
    transition: 0.5s;
    transition-delay: 0.5s;
    opacity: 1;
}
 .modal-body .form-group .btn-grp button {
        width: 13.2% !important;
        margin: 0 0.50%;
    }
@media (max-width: 1100px) {
    .gamelist-modal {
        width: 96%;
    }
    
    .modal-body .form-group {
        width: 100%;
        margin-bottom: 0px;
    }
	 .modal-body .form-group .btn-grp button {
        width: 13.2% !important;
        margin: 0 0.50%;
    }
    
}

@media (max-width: 840px) {
    
    btn-grp button{font-size:0.95em !important;height: 35px  !important;}   
      .after-login .al-desktop.active { right: 0; width: 14%;}

    .login-join-modal {
        width: 96%;
    }

    .board-modal {
        width: 96%;
    }

    .money-modal {
        width: 96%;
    }

    .mypage-modal {
        width: 100%;
    }

    .cc-modal {
        top: 2% !important;
    }

    /* .cc-modal .close-btn {
        top: 5px;
        right: 10px;
    } */

    .cc-modal .header {
        margin-top: 20px;
    }

    .cc-modal .header .btn-grp button {
        width: 150px;
        height: 43px;
    }
	 .modal-body .form-group .btn-grp button {
        width: 13.2% !important;
        margin: 0 0.50%;
    }
    .modal-body .form-group {
        width: 100%;
        margin-bottom: 0px;
    }

    .modal-body .form-group:first-child {
        margin-top: 10px;
    }

    .modal-body .form-group div:first-child {
        width: 100%;
        margin-bottom: 10px;
    }

    .modal-body .form-group div:last-child {
        width: 100%;
    }

    .login-join-modal .modal-body .form-group div:last-child {
        width: 100%;
    }

    .modal-body .form-group div:last-child p {
        float: none;
    }

    .login-join-modal .modal-btn-grp .btn-cont {
        float: none;
        margin-left: 0;
    }

    .login-join-modal.join .modal-btn-grp .btn-cont button.red {
        width: 200px;
    }

    .money-modal .modal-btn-grp .btn-cont {
        float: none;
        margin-left: 0;
    }

    .mypage-modal .modal-btn-grp.pass .btn-cont {
        float: none;
        margin-left: 0;
    }

    .mypage-modal .my-account {
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .mypage-modal .mp-head {
        height: auto;
        padding: 10px 5px;
        background-size: 4px 100%;
    }

    .mypage-modal .mp-head a {
        margin-top: 5px;
    }

    .inquiry-list .inquiry-btn table td {
        font-size: 10px;
    }
}

@media (max-width: 660px) {
  
       
    .gamelist-modal .header {
        position: relative;
    }

    .gamelist-modal .header .company-img {
        position: absolute;
        left: 165px;
    }

    .gamelist-modal .gl-menu a {
        width: 19%;
        margin: 2px 0.50%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .gamelist-modal .modal-body {
        max-height: initial;
        overflow-y: auto;
    }

    .game-btn {
        width: 31.33%;
        margin: 5px 1%;
    }

    .mypage-modal .mp-head a {
        width: 32.33%;
        padding: 0 0;
        margin: 2px 0.50%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    
    .menu-main2{height:35px;}
     .menu-main2 li a {font-size:1.2em;line-height: 25px;}
     .menu-main2 li img{ display: none;}
}

@media (max-width: 500px) {
    .cc-modal .header .btn-grp {
        width: 100%;
    }

    .cc-modal .header .btn-grp button {
        padding-left: 10px;
        margin: 0 1%;
    }

    .cc-modal .header.one .btn-grp button {
        width: 100%;
    }

    .cc-modal .header.two .btn-grp button {
        width: 49%;
    }

    .ott-table tr td {
        font-size: 11px;
    }

    .ott-table tr td a {
        font-size: 10px;
    }

    .modal-body .form-group .btn-grp button {
        width: 13.2% !important;
        margin: 0 0.50%;
    }

    .modal-btn-grp.three .btn-cont {
        width: 100%;
    }

    .modal-btn-grp.three .btn-cont button {
        width: 32%;
    }
    
    .modal-body .form-group {
        width: 100%;
        margin-bottom: 0px;
    }
   
}

@media (max-width: 480px) {
    .game-btn {
        width: 48%;
    }
    .cc-logo{left:40px;}
    .cc-logo img{width:40%}
}

/*--------------------------------------------------------------------------- MOBILE --------------------------------------------------------------------------*/

.sn-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 96;
    top: 0;
    left: 0;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: 0.3s;
}

.sn-overlay.active {
    opacity: 1;
    pointer-events: auto;
}




@media (max-width: 1460px) {
    .cc-logo {
    }

    .nav-main .center {
        width: 100%;
        padding: 0 1%;
    }

    .nav-main .link-grp {
        margin-left:20px; /*40px;*/
    }

    .nav-main .link-grp ul li {
        padding: 0 30px;
    }

    .ba-container {
        margin-right: 0;
    }
     .cc-logo { width: 180px;margin-left:-50px;height:90px;}
    .cc-logo img { width: 85%;margin-top:10px;}
}

@media (max-width: 1260px) {
     
    
    
    .cc-center {
        width: 96%;
    }

    
    .after-login .al-mobile {
        display: block;
    }

    .after-login .al-desktop {
        display: none;
        transition: 0.5s;
        opacity: 0;
    }

    .after-login .al-desktop.active {
        display: block;
        position: fixed;
        top: 108px;
        right: 0;
        width: 50%;
        background-color: rgba(0, 0, 0, 0.8);
        padding: 10px;
        border-radius: 0 0 0 6px;
        opacity: 1;
        height: 100%;
        overflow-y: auto;
        padding-bottom: 188px;
        
    }

    .after-login .al-desktop::-webkit-scrollbar {
        width: 0px;
        background: transparent !important;
    }

    .after-login .al-desktop::-webkit-scrollbar-thumb {
        background: transparent;
    }

    .mypg-dropdown {
        width: 100%;
    }

    .mypg-dropdown .inner {
        display: flex;
        flex-wrap: wrap;
    }
/*----------------------------------------------------------*/
    .mypg-dropdown .al-row {
        width: 100%;
        height: 40px;
        margin: 2px 0;
    }

    .mypg-dropdown .al-row:nth-child(1) {
        order: 1;
    }

    .mypg-dropdown .al-row.pb {
        width: 100%;
        order: 4;
    }

    .mypg-dropdown .al-row:nth-child(3) {
        order: 2;
    }

    .mypg-dropdown .al-row:nth-child(4) {
        order: 3;
    }

    .mypg-dropdown .al-row .labels {
        width: 100px;
        left: 0;
        top: 0;
        position: absolute;
        justify-content: center;
    }

    .mypg-dropdown .al-row .info {
        width: 100%;
        padding-left: 120px;
    }
/*----------------------------------------------------------*/

    .mypg-dropdown .al-row2 {
        width: 100%;
        height: 40px;
        margin: 2px 0;
    }

    .mypg-dropdown .al-row2:nth-child(1) {
        order: 1;
    }

    .mypg-dropdown .al-row2.pb {
        width: 100%;
        order: 4;
    }

    .mypg-dropdown .al-row2:nth-child(3) {
        order: 2;
    }

    .mypg-dropdown .al-ro2w:nth-child(4) {
        order: 3;
    }

    .mypg-dropdown .al-row2 .labels {
        width: 100px;
        left: 0;
        top: 0;
        position: absolute;
        justify-content: center;
    }

    .mypg-dropdown .al-row2 .info {
        width: 100%;
        padding-left: 120px;
    }

/*----------------------------------------------------------*/

    .mypg-dropdown .btn-grp {
        width: 100%;
        order: 5;
        margin-top: 5px;
    }

    .mypg-dropdown .btn-grp button {
        width: 49%;
        height: 40px;
        font-size: 14px;
    }

    .mypg-dropdown .btn-grp button i {
        display: inline-block;
        font-size: 14px;
    }

    .mypg-dropdown .btn-grp button.logout-btn {
        display: none;
    }

    .mypg-dropdown .close-btn {
        display: block;
    }
}

@media (max-width: 1230px) {
    .before-login .bl-cont.desktop {
        display: none;
    }

    .before-login .bl-cont.mobile {
        display: block;
    }
}

@media (max-width: 1000px) {
   .after-login .al-desktop.active { width: 100%;}
    
    .bg-container {
        width: 160%;
        left: -30%;
    }

    .nav-main {
        height: 70px;
        margin-bottom: 40px;
        padding-bottom: 0;
    }

    .nav-main:before {
        display: none;
    }

    .cc-logo {
        width: 163px;
        height: 56px;
        top: 43%;
        border:none;
        background: none;
    }

    .nav-main .link-grp {
        width: 100%;
        height: 40px;
        margin-left: 0;
        position: absolute;
        left: 0;
        top: 70px;
        background-color: rgba(12, 20, 36, 0.8);
		border-bottom:1px solid #1a4874;
    }

    .nav-main .link-grp .cc-ul {
        width: 100%;
        display: block;
    }

    .nav-main .link-grp .cc-ul li {
        width: 20%; /*탑메뉴가 5개로 늘어나서 길이 조정*/
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        padding: 0;
        float: left;
    }

    .nav-main .link-grp a .kr {
        color: #fff;
    }

    .nav-main .link-grp a .en {
        display: none;
    }

    .before-login .bl-cont.mobile button {
        width: 80px;
        height: 30px;
        font-size: 12px;
    }

    .before-login .bl-cont.mobile button i {
        margin-right: 0;
    }

    .after-login .alm-btn {
        width: 80px;
        height: 30px;
        font-size: 11px;
    }

    .banner-main {
        margin-top: 20px;
    }

    .announce-carousel .text-cont {
        min-width: auto;
    }

    .announce-carousel .text-cont .title {
        font-size: 3.8vw;
    }

    .announce-carousel .text-cont .sub {
        font-size: 2.6vw;
    }

    .announce-carousel .more-btn {
        width: 100px;
        height: 30px;
        font-size: 12px;
        margin-top: 10px;
    }

    .cozy-game-main .cg-cont {
        padding: 10px;
    }

    .board-main {
        margin-top: 20px;
    }

    .not-eve-board {
        width: 100%;
    }

    .not-eve-board:first-child {
        margin-right: 0;
    }

    .service-board {
        margin-left: 0;
        margin-top: 20px;
    }
}

@media (max-width: 680px) {
   
    
    .banner-main {
        margin-top: 10px;
    }

    .banner-main .main-bg {
        width: 120%;
    }

    .sc-btn {
        width: 31.33%;
        margin: 9px 1%;
    }

    .hotel .sc-btn {
        width: 31.33%;
        margin: 9px 1%;
    }

    .sports .sc-btn .img-cont img {
        width: 140%;
        position: relative;
        left: -20%;
    }
    .memInfo{display: none;}
}

@media (max-width: 500px) {
    .hotel .sc-btn {
        width: 48%;
        margin: 9px 1%;
    }

    .sports .sc-btn .img-cont img {
        width: 180%;
        left: -40%;
    }
}

@media (max-width: 414px) {
    .sc-btn {
        width: 48%;
        margin: 9px 1%;
    }
}

/* Main Menu */

@media (max-width: 1060px) {
    .category-btn .inner .under {
        font-size: 16px;
    }
    

    .category-btn img {
        width: 20px;
    }

    .category-btn.casino img {
        width: 22px;
    }

    .category-btn.slot img {
        width: 26px;
    }
}

@media (max-width: 930px) {
    
    
    .bg-desktop {
        display: none;
    }

    .bg-mobile {
        display: block;
    }

    .category-btn span {
        display: block;
        width: 100%;
        position: relative;
        top: -1px;
        margin-left: 0;
    }

    .category-btn img {
        position: absolute;
        left: -24px;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .category-btn.slot img {
        left: -30px;
    }

    .category-btn .inner .under div {
        margin-left: 24px;
    }
}

@media (max-width: 580px) {
    .btn-grp button{font-size:0.95em !important;height: 35px  !important;}   
    .menu-main {
        background-size: cover;
        height: auto;
        padding: 5px 0;
    }

    .category-btn {
        width: 49%;
        height: 40px;
        margin: 4px 0.50%;
    }

    .category-btn .inner {
        background-color: #444;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    }

    .category-btn .inner .under {
        top: 0;
        height: 100%;
        font-size: 14px;
    }

    .category-btn.active:hover .inner .under {
        top: 0;
        opacity: 0;
    }

    .category-btn:hover .inner .over {
        top: 20%;
    }

    .nav-main .link-grp a .kr {
        font-size: 14px;
        font-family: SCDream4;
        font-weight: normal;
    }

  
}

@media (max-width: 414px) {

    .not-eve-board table tr .info {
        max-width: 262px;
    }
}

.mld-active .modal {
    overflow-y: auto;
}


/* custom */
.parsley-errors-list {
    position: absolute;
}

.parsley-errors-list.filled {
    margin-top: 38px;
    margin-left: -35px;
    list-style: none;
    font-size: 12px;
    font-weight: bolder;
    color: #c90001;
    -webkit-transition: opacity 2s;
    transition: opacity 2s;
}

.popup_window {
    position: fixed;
    background-color: #fff;
    color: #000000;
    padding: 0;
    display: none;
    z-index: 999;
}

.wrapper_loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1976;
}

.wrapper_loading_img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
    width: 80px;
    height: 80px;
}

.level-icon {
    max-width: 28px;
    max-height: 28px;
}

.modal-body .form-group div:last-child input[readonly] {
    background-color: darkgray;;
}

 