
@font-face {
	font-family: NotoSansKR-Black;
	src: url("../font/NotoSansKR-Black.otf") format("opentype");
}

@font-face {
	font-family: NotoSansKR-Bold;
	src: url("../font/NotoSansKR-Bold.otf") format("opentype");
}

@font-face {
	font-family: NotoSansKR-Light;
	src: url("../font/NotoSansKR-Light.otf") format("opentype");
}

@font-face {
	font-family: NotoSansKR-Medium;
	src: url("../font/NotoSansKR-Medium.otf") format("opentype");
}

@font-face {
	font-family: NotoSansKR-Regular;
	src: url("../font/NotoSansKR-Regular.otf") format("opentype");
}

@font-face {
	font-family: NotoSansKR-Thin;
	src: url("../font/NotoSansKR-Thin.otf") format("opentype");
}
@font-face {
	font-family:SCDream1;
	src: url("../font/SCDream1.otf") format("opentype");
}
@font-face {
	font-family:SCDream2;
	src: url("../font/SCDream2.otf") format("opentype");
}
@font-face {
	font-family:SCDream3;
	src: url("../font/SCDream3.otf") format("opentype");
}
@font-face {
	font-family:SCDream4;
	src: url("../font/SCDream4.otf") format("opentype");
}
@font-face {
	font-family:SCDream5;
	src: url("../font/SCDream5.otf") format("opentype");
}
@font-face {
	font-family:SCDream6;
	src: url("../font/SCDream6.otf") format("opentype");
}
@font-face {
	font-family:SCDream7;
	src: url("../font/SCDream7.otf") format("opentype");
}
@font-face {
	font-family:SCDream8;
	src: url("../font/SCDream8.otf") format("opentype");
}
@font-face {
	font-family:SCDream9;
	src: url("../font/SCDream9.otf") format("opentype");
}
html,body {
    background-color: black;
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 3vw;
    width: 100%;
    height: 100%;
    color: #ffffff;
    font-family: NotoSansKR-Light;
}
.container {
    margin: auto;
    padding: 0vw 2vw;
}

/**************************************************************/
/*********************** start header *************************/
/**************************************************************/
.header {
  padding-bottom: 10vh;
}
.header-group {
	  position: fixed;
    top: 0;
    height: 8vh;
    background: #000;
    width: 100%;
    z-index: 999;
    left: 0;
    right: 0;
    margin-bottom: 10vh;
}
.menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 8.5vh;
}
.menu-left {}
.menu-icon {}
.menu-icon img {}
.logo {}
.logo img {}
.meni-right {}
.button-login {}
.info-header {
    background-color: #313131;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1vh 0vw;
}
.list-info-header {
    display: flex;
    align-items: center;
    /* font-size: 3.5vw; */
}
.username {}
.usercash {
    display: flex;
    align-items: center;
    padding: 0vw 2vw;
}
.usercash img {}
.usercash .number {
    padding: 0vw 2vw;
}
.userpoint {
    display: flex;
    align-items: center;
}
.userpoint img {}
.userpoint .number {
    padding: 0vw 2vw;
}
.userpoint .userbutton {
    background: #6c6c6c;
    border-radius: 20px;
    padding: 0.2vh 2vw;
}
.slidebar {}
.slidebar-left {
    background-image: url(../images/home/slidebar/user/bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 56vw;
    padding: 1vh 0vw 3vh 0vw;
    overflow: hidden;
    transition: 0.25s;
    position: absolute;
    top: 0;
    left: -73vw;
    z-index: 999;
}
.slidebar-left.menu-show {

    left: 0;
}
.button-close {
    height: 9vh;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 7vw;
}
.button-close img {}
.list-menu-user {
    margin: 0vh 3vw;
    color: #c9c9c9;
}
.menu-user {
    display: flex;
    height: 7vh;
    align-items: center;
    padding: 0vw 4vw;
    border-bottom: 1px solid #a0a0a0;
}
.menu-user .icon {
    width: 6vw;
}
.menu-user .icon img {}
.menu-user .name {
    padding-left: 3vw;
}
.list-menu-user .menu-logout {
    background-image: url(../images/home/slidebar/user/bg-logout.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 6vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4vw;
}
.slidebar-right {
    background-image: url(../images/home/slidebar/game/bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 70vw;
    height: 90%;
    padding: 1vh 0vw 3vh 0vw;
    overflow: hidden;
    transition: 0.25s;
    position: fixed;
    top: 0;
    left: 100%;
    /* transform: translateX(300%); */
    z-index: 999;
}
.slidebar-right.menu-show {
	/* transform: translateX(0%); */
	left: 30%;
}
.button-close-r {
    height: 9vh;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 7vw;
    border-bottom: 1px solid #ddd;
}
.mask-overlay-l {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;.list-menu-game

    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}
.mask-overlay-r {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}
.button-close-r img {}
.list-menu-game {
    margin: 0vh 2vw;
    display: flex;
    justify-content: space-between;
}
.menuheader-right{
    display: none;
}
.conswitch.checked .menuheader-right.switch-checked {
    display: block;
}
.list-menu-game.flex-start {
    justify-content: flex-start;
}
.con-menu-game-link {
    padding-top: 5vw;
}
.con-menu-game-link.just-center {
    display: flex;
    justify-content: space-between !important;
    align-items: center;
    position: relative;
}
.menu-game {
    display: flex;
    align-items: center;
    background-image: url(../images/home/slidebar/game/new-bg-btn-1-4.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 0vh 1vw;
    margin: 1vw;
    height: 4vh;
    width: 29vw;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu-game.btn-s-szie {
    width: 18vw;
}
.all-menu-game {
    overflow: auto;
    height: 140vw;
	padding-top: 4vw;
}
.menu-game .icon {
    width: 6vw;
}
.menu-game .icon img {}
.menu-game .name {
}
.menu-game-link {
    padding: 0vh 1vw;
    height: 7vh;
    display: flex;
    align-items: center;
}
.menu-game-link:hover {
	background: #1b1b1b;
}
.menu-game-link .icon-r {
    padding: 0vw 2vw;
    /* width: 10vw; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu-game-link .icon-r img {/* max-width: 70%; *//* min-width: 3vw; *//* height: 100%; */}
/**************************************************************/
/*********************** end header *************************/
/**************************************************************/

/**************************************************************/
/*********************** start home *************************/
/**************************************************************/
.slider {}
.main-slide {}
.con-slide {
    height: 27vh;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.con-notice-marquee {
    padding: 1vh 0vw;
}
.notice-marquee {
    display: flex;
    align-items: center;
}
.icon-marquee {
    padding-right: 10vw;
}
.icon-marquee img {}
.marquee-caption {}
.marquee-caption  marquee {}
.tabs-nav {
    margin-bottom: 2vh;
}
.tabs-nav ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
  }
  
  .tabs-nav li {
    display: flex;
    background-image: url(../images/home/bg-button.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 18.5vw;
    align-items: center;
    justify-content: center;
  }
  
  .tabs-nav a {
    display: block;
    padding: 3vw 0vw;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
  }
  /* Active tab */
  
  .tabs-nav li.active {
    /* background: #FFF; */
    color: #000;
  }
  
  .tabs-nav li.active a {
    color: inherit;
  }
  /* Tab content */
  
  .tabs-content {
    overflow: hidden;
  }
  

  /* Hide all but first content div */
  
  .tabs-content .conten-games-group:not(:first-child) {
    display: none;
  }
.list-games-group {}
.icon-games-group {
    width: 100%;
}
.icon-games-group img {
    width: 100%;
    margin: 1vw 0vw;
}

/* login */
 
.md-modal {
	position: fixed;
	top: 45%;
	left: 50%;
	width: 100%;
	max-width: 744px;
	min-width: 320px;
	height: auto;
	z-index: 2000;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.md-show {
	visibility: visible;
}

.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 1001;
	opacity: 0;
	background: rgb(0 0 0);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show ~ .md-overlay {
	opacity: 1;
	visibility: visible;
}

/* Content styles */
.md-content {width: 100%;}

/* Effect 1: Fade in and scale up */
.md-effect-1 .md-content {
	-webkit-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show.md-effect-1 .md-content {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.conten-login {
    background-image: url('../images/login/bg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    justify-content: flex-end;
    width: 90%;
    height: 34vh;
    margin: auto;
    padding: 4vh 0vw;
}
.conten-login.none {
    display: none;
}
.login-from {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 80%;
    margin: auto;
}
.logo-login {
    display: flex;
    justify-content: center;
}
.login-name {
}
.con-login-input.password{padding-top: 10px;}
.login-input-group {
    background: #000000;
    border: 1px solid #959595;
    border-radius: 4px;
    color: #8e8e8e;
    padding: 1vw 1vw;
    display: flex;
    align-items: center;
    height: 5vh;
}
.title-input {padding-left: 5vw;width: 10%;}
.sub-names {
    padding: 0px 10px;
}
.input-login-user {
    height: 100%;
    display: flex;
    align-items: center;
}
.input-login-user input {height: 100%;width: 100%;padding: 0vw 2vw;background: unset;border: unset;outline: unset;color: #ffffff;}
.input-login-user input::placeholder,
.input-login-password input::placeholder{
	color: #ffffff;
}
.con-login-input {
}

.input-login-password {
    height: 100%;
    display: flex;
    align-items: center;
}
.input-login-password input {
    height: 100%;
    width: 100%;
    padding: 0vw 2vw;
    background: unset;
    border: unset;
    outline: unset;
    color: #ffffff;
}
.con-login-checkbox {
    display: flex;
    padding: 2vh 0vw;
    align-items: center;
}

.checkbox-login {
    display: flex;
    align-items: center;
    justify-content: center;
}
.checkbox-login input {
    width: 6vw;
    height: 3vh;
}
.checkbox-text-info {
    color: #626262;
    font-size: 4vw;
    padding-left: 2vw;
}
.login-buttons {
}
.button-login-group {
    justify-content: space-between;
}
.button-login-popup {
    background-image: url(../images/login/bg-btn-login.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 6vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    cursor: pointer;
}
.button-login-popup:hover {
	opacity:0.7;
	transition:0.3s;
}
.button-signup {
    background-image: url(../images/login/bg-signup.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 35.5vw;
    height: 6vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 4vw;
    cursor: pointer;
}
.button-signup:hover {
	opacity:0.7;
	transition:0.3s;
}
.button-inquiry {
    width: 35.5vw;
    height: 6vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 4vw;
    cursor: pointer;
    background: #fae301;
    color: #532f0b;
}
.button-inquiry:hover {
	opacity:0.7;
	transition:0.3s;
}
.login-buttons-info-sub {display: flex;justify-content: center;padding: 1vh 0vw;}
.text-info-sub-login {
    font-size: 13px;
    text-align: center;
    padding: 10px 0px;
}
.text-info-sub-login a {
    color: #4385f8;
}
.close-btn {
    position: absolute;
    top: -6%;
    right: 0%;
    box-sizing: border-box;
    width: 2em;
    height: 2em;
    border-radius: 4em;
    border: unset;
    color: transparent;
    cursor: pointer;
    transition: all ease 0.3s;
    background: #4385f8;
  }
  .close-btn:before,
  .close-btn:after {
    position: absolute;
    width: 1em;
    height: 2px;
    left: 76%;
    top: 46%;
    margin-left: -1em;
    content: '';
    background: #ffffff;
    transition: all ease 1s;
  }
  .close-btn:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .close-btn:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .close-btn:hover,
  .close-btn:focus {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    border-color: #f26a3d;
    background: rgb(242 106 61);
  }
  .close-btn:hover:before,
  .close-btn:focus:before,
  .close-btn:hover:after,
  .close-btn:focus:after {
    background: white;
  }
  /* join */
.conten-join {
    background-image: url('../images/login/bg.png');
    background-size: 100%;
    width: auto;
    height: 73vh;
    overflow: auto;
    display: none;
}
.conten-join.code {
    background-image: url('../images/join/bg-code.png');
    background-size: 100%;
    width: auto;
    height: 73vh;
    overflow: auto;
    display: none;
    padding-top: 11vw;
    background-repeat: no-repeat;
}
.conten-join.active {
    display: block;
}
.join-from {
    transform: scale(0.9);
}
.title-join {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.join-name {
    width: auto;
    text-align: center;
    font-size: 7vw;
    padding: 3vw 0vw 6vw 0vw;
    font-family: NotoSansKR-Medium;
}
.rows-join {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    padding-bottom: 1vh;
    padding-top: 0vh;
    width: 100%;
}
.con-join-input {
    width: 100%;
}
.join-input-group {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.title-input-join {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 28vw;
}
.title-input-join .color-red {
	color:red;
}
.title-input-join img {}
.input-join {
    /* width: 100%; */
}
.input-join input {
    background: #000000;
    border: 1px solid #959595;
    height: 35px;
    width: 67vw;
    border-radius: 4px;
    color: #8e8e8e;
    padding: 0px 10px;
}
.input-join-button input {
    background: unset;
    border: unset;
    outline: unset;
    color: #fff;
    width: 100%;
    height: 4vh;
}
.input-join-button input::placeholder {
	font-size:3vw;
	color:#959595;
}
.close-btn-join {
    top: -3%;
    right: -64%;
}
.md-modal.join.none {
	display:none;	
}
.input-join-button {
    display: flex;
    background: #000000;
    border: 1px solid #959595;
    height: 5vh;
    width: 70vw;
    border-radius: 4px;
    color: #8e8e8e;
    margin: 1vw 0vw;
    padding: 0vw 1vw;
    align-items: center;
    justify-content: space-between;
}
.icon-check {
    padding: 0vw 0vw;
}
.button-blue {
    border: 2px solid #4385f8;
    border-radius: 20px;
    width: 10vw;
    height: 2vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 4px;
    cursor: pointer;
    padding: 1vw 1vw;
}
.button-blue .color-w {
    color: #ffffff;
}
.color-gray {
	color:#959595;
}
.button-blue .color-b {
    color: #4385f8;
}
.join-buttons {
    padding: 2vw 0vw;
}
.button-join-group {
    background-image: url(../images/login/bg-btn-login.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-family: NotoSansKR-Bold;
    cursor: pointer;
}
.button-join-group:hover {
	transition:0.3s;
	opacity:0.5;
}
.button-join-submit {}
.input-join-button.just-start {
    justify-content: flex-start;
}

/**************************************************************/
/*********************** end home *************************/
/**************************************************************/


/**************************************************************/
/*********************** satart footer *************************/
/**************************************************************/
.hero-btn {
    position: relative;
    width: 15.2vw;
    height: 15.2vw;
    margin: auto;
  }
  .hero-btn .btn {
    background-color: #ff0083;
    border: none;
    outline: none;
    letter-spacing: 2px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -moz-appearance: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-box-shadow: 0 15px 40px rgba(255, 0, 131, 0.5);
    -webkit-box-shadow: 0 15px 40px rgba(255, 0, 131, 0.5);
    box-shadow: 0 15px 40px rgba(255, 0, 131, 0.5);
    -moz-transform: perspective(600px) rotateX(0deg) scale(1);
    -ms-transform: perspective(600px) rotateX(0deg) scale(1);
    -webkit-transform: perspective(600px) rotateX(0deg) scale(1);
    transform: perspective(600px) rotateX(0deg) scale(1);
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .hero-btn .btn:hover {
    background-color: #e60076;
    -moz-box-shadow: 0 20px 40px rgba(255, 0, 131, 0.5);
    -webkit-box-shadow: 0 20px 40px rgba(255, 0, 131, 0.5);
    box-shadow: 0 20px 40px rgba(255, 0, 131, 0.5);
  }
  .hero-btn .btn:active {
    -moz-transform: perspective(600px) rotateX(15deg) scale(0.9);
    -ms-transform: perspective(600px) rotateX(15deg) scale(0.9);
    -webkit-transform: perspective(600px) rotateX(15deg) scale(0.9);
    transform: perspective(600px) rotateX(15deg) scale(0.9);
    -moz-box-shadow: 0 20px 40px rgba(255, 0, 131, 0.5);
    -webkit-box-shadow: 0 20px 40px rgba(255, 0, 131, 0.5);
    box-shadow: 0 20px 40px rgba(255, 0, 131, 0.5);
  }
  .active .hero-btn .btn:active {
    -moz-transform: perspective(600px) rotateX(0deg) scale(1);
    -ms-transform: perspective(600px) rotateX(0deg) scale(1);
    -webkit-transform: perspective(600px) rotateX(0deg) scale(1);
    transform: perspective(600px) rotateX(0deg) scale(1);
    font-size: 22px;
    -moz-box-shadow: 0 15px 40px rgba(255, 0, 131, 0.5);
    -webkit-box-shadow: 0 15px 40px rgba(255, 0, 131, 0.5);
    box-shadow: 0 15px 40px rgba(255, 0, 131, 0.5);
  }
  .hero-btn .particles-circle {
    position: absolute;
    background-color: #ffffff70;
    width: 30px;
    height: 30px;
    top: 10px;
    left: 50%;
    margin-left: -15px;
    z-index: -1;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
  }
  .hero-btn .particles-circle:nth-of-type(odd) {
    border: solid 2px #ffffff70;
    background-color: transparent;
  }
  @keyframes particles-1 {
    from {
      transform: scale(1);
      visibility: visible;
    }
    to {
      left: 34px;
      top: -124px;
      transform: scale(0);
      visibility: hidden;
    }
  }
  .active .hero-btn .particles-circle:nth-of-type(1) {
    animation: particles-1 1.5s 0.025s;
  }
  @keyframes particles-2 {
    from {
      transform: scale(1);
      visibility: visible;
    }
    to {
      left: 202px;
      top: 168px;
      transform: scale(0);
      visibility: hidden;
    }
  }
  .active .hero-btn .particles-circle:nth-of-type(2) {
    animation: particles-2 1.5s 0.05s;
  }
  @keyframes particles-3 {
    from {
      transform: scale(1);
      visibility: visible;
    }
    to {
      left: -46px;
      top: -210px;
      transform: scale(0);
      visibility: hidden;
    }
  }
  .active .hero-btn .particles-circle:nth-of-type(3) {
    animation: particles-3 1.5s 0.075s;
  }
  @keyframes particles-4 {
    from {
      transform: scale(1);
      visibility: visible;
    }
    to {
      left: -197px;
      top: 4px;
      transform: scale(0);
      visibility: hidden;
    }
  }
  .active .hero-btn .particles-circle:nth-of-type(4) {
    animation: particles-4 1.5s 0.1s;
  }
  @keyframes particles-5 {
    from {
      transform: scale(1);
      visibility: visible;
    }
    to {
      left: 70px;
      top: 54px;
      transform: scale(0);
      visibility: hidden;
    }
  }
  .active .hero-btn .particles-circle:nth-of-type(5) {
    animation: particles-5 1.5s 0.125s;
  }
  @keyframes particles-6 {
    from {
      transform: scale(1);
      visibility: visible;
    }
    to {
      left: -44px;
      top: -72px;
      transform: scale(0);
      visibility: hidden;
    }
  }
  .active .hero-btn .particles-circle:nth-of-type(6) {
    animation: particles-6 1.5s 0.15s;
  }
  @keyframes particles-7 {
    from {
      transform: scale(1);
      visibility: visible;
    }
    to {
      left: 108px;
      top: -205px;
      transform: scale(0);
      visibility: hidden;
    }
  }
  .active .hero-btn .particles-circle:nth-of-type(7) {
    animation: particles-7 1.5s 0.175s;
  }
  @keyframes particles-8 {
    from {
      transform: scale(1);
      visibility: visible;
    }
    to {
      left: 72px;
      top: 3px;
      transform: scale(0);
      visibility: hidden;
    }
  }
  .active .hero-btn .particles-circle:nth-of-type(8) {
    animation: particles-8 1.5s 0.2s;
  }
  @keyframes particles-9 {
    from {
      transform: scale(1);
      visibility: visible;
    }
    to {
      left: 85px;
      top: -108px;
      transform: scale(0);
      visibility: hidden;
    }
  }
  .active .hero-btn .particles-circle:nth-of-type(9) {
    animation: particles-9 1.5s 0.225s;
  }
  @keyframes particles-10 {
    from {
      transform: scale(1);
      visibility: visible;
    }
    to {
      left: -39px;
      top: 34px;
      transform: scale(0);
      visibility: hidden;
    }
  }
  .active .hero-btn .particles-circle:nth-of-type(10) {
    animation: particles-10 1.5s 0.25s;
  }
  @keyframes particles-11 {
    from {
      transform: scale(1);
      visibility: visible;
    }
    to {
      left: -184px;
      top: -153px;
      transform: scale(0);
      visibility: hidden;
    }
  }
  .active .hero-btn .particles-circle:nth-of-type(11) {
    animation: particles-11 1.5s 0.275s;
  }
  @keyframes particles-12 {
    from {
      transform: scale(1);
      visibility: visible;
    }
    to {
      left: 188px;
      top: -174px;
      transform: scale(0);
      visibility: hidden;
    }
  }
  .active .hero-btn .particles-circle:nth-of-type(12) {
    animation: particles-12 1.5s 0.3s;
  }
  @keyframes particles-13 {
    from {
      transform: scale(1);
      visibility: visible;
    }
    to {
      left: 179px;
      top: 51px;
      transform: scale(0);
      visibility: hidden;
    }
  }
  .active .hero-btn .particles-circle:nth-of-type(13) {
    animation: particles-13 1.5s 0.325s;
  }
  @keyframes particles-14 {
    from {
      transform: scale(1);
      visibility: visible;
    }
    to {
      left: -204px;
      top: 227px;
      transform: scale(0);
      visibility: hidden;
    }
  }
  .active .hero-btn .particles-circle:nth-of-type(14) {
    animation: particles-14 1.5s 0.35s;
  }
  @keyframes particles-15 {
    from {
      transform: scale(1);
      visibility: visible;
    }
    to {
      left: -147px;
      top: 220px;
      transform: scale(0);
      visibility: hidden;
    }
  }
  .active .hero-btn .particles-circle:nth-of-type(15) {
    animation: particles-15 1.5s 0.375s;
  }
  @keyframes particles-16 {
    from {
      transform: scale(1);
      visibility: visible;
    }
    to {
      left: -121px;
      top: 148px;
      transform: scale(0);
      visibility: hidden;
    }
  }
  .active .hero-btn .particles-circle:nth-of-type(16) {
    animation: particles-16 1.5s 0.4s;
  }
  @keyframes particles-17 {
    from {
      transform: scale(1);
      visibility: visible;
    }
    to {
      left: -248px;
      top: 25px;
      transform: scale(0);
      visibility: hidden;
    }
  }
  .active .hero-btn .particles-circle:nth-of-type(17) {
    animation: particles-17 1.5s 0.425s;
  }
  @keyframes particles-18 {
    from {
      transform: scale(1);
      visibility: visible;
    }
    to {
      left: -208px;
      top: -30px;
      transform: scale(0);
      visibility: hidden;
    }
  }
  .active .hero-btn .particles-circle:nth-of-type(18) {
    animation: particles-18 1.5s 0.45s;
  }
  @keyframes particles-19 {
    from {
      transform: scale(1);
      visibility: visible;
    }
    to {
      left: 236px;
      top: -192px;
      transform: scale(0);
      visibility: hidden;
    }
  }
  .active .hero-btn .particles-circle:nth-of-type(19) {
    animation: particles-19 1.5s 0.475s;
  }
  @keyframes particles-20 {
    from {
      transform: scale(1);
      visibility: visible;
    }
    to {
      left: 77px;
      top: 240px;
      transform: scale(0);
      visibility: hidden;
    }
  }
  .active .hero-btn .particles-circle:nth-of-type(20) {
    animation: particles-20 1.5s 0.5s;
  }
  @keyframes particles-21 {
    from {
      transform: scale(1);
      visibility: visible;
    }
    to {
      left: -189px;
      top: -190px;
      transform: scale(0);
      visibility: hidden;
    }
  }
  .active .hero-btn .particles-circle:nth-of-type(21) {
    animation: particles-21 1.5s 0.525s;
  }
  @keyframes particles-22 {
    from {
      transform: scale(1);
      visibility: visible;
    }
    to {
      left: 140px;
      top: 249px;
      transform: scale(0);
      visibility: hidden;
    }
  }
  .active .hero-btn .particles-circle:nth-of-type(22) {
    animation: particles-22 1.5s 0.55s;
  }
  @keyframes particles-23 {
    from {
      transform: scale(1);
      visibility: visible;
    }
    to {
      left: 179px;
      top: 195px;
      transform: scale(0);
      visibility: hidden;
    }
  }
  .active .hero-btn .particles-circle:nth-of-type(23) {
    animation: particles-23 1.5s 0.575s;
  }
  @keyframes particles-24 {
    from {
      transform: scale(1);
      visibility: visible;
    }
    to {
      left: -99px;
      top: -69px;
      transform: scale(0);
      visibility: hidden;
    }
  }
  .active .hero-btn .particles-circle:nth-of-type(24) {
    animation: particles-24 1.5s 0.6s;
  }
  @keyframes particles-25 {
    from {
      transform: scale(1);
      visibility: visible;
    }
    to {
      left: -171px;
      top: 194px;
      transform: scale(0);
      visibility: hidden;
    }
  }
  .active .hero-btn .particles-circle:nth-of-type(25) {
    animation: particles-25 1.5s 0.625s;
  }
  @keyframes particles-26 {
    from {
      transform: scale(1);
      visibility: visible;
    }
    to {
      left: 224px;
      top: -52px;
      transform: scale(0);
      visibility: hidden;
    }
  }
  .active .hero-btn .particles-circle:nth-of-type(26) {
    animation: particles-26 1.5s 0.65s;
  }
  @keyframes particles-27 {
    from {
      transform: scale(1);
      visibility: visible;
    }
    to {
      left: -201px;
      top: 12px;
      transform: scale(0);
      visibility: hidden;
    }
  }
  .active .hero-btn .particles-circle:nth-of-type(27) {
    animation: particles-27 1.5s 0.675s;
  }
  @keyframes particles-28 {
    from {
      transform: scale(1);
      visibility: visible;
    }
    to {
      left: 44px;
      top: -7px;
      transform: scale(0);
      visibility: hidden;
    }
  }
  .active .hero-btn .particles-circle:nth-of-type(28) {
    animation: particles-28 1.5s 0.7s;
  }
  @keyframes particles-29 {
    from {
      transform: scale(1);
      visibility: visible;
    }
    to {
      left: 33px;
      top: -40px;
      transform: scale(0);
      visibility: hidden;
    }
  }
  .active .hero-btn .particles-circle:nth-of-type(29) {
    animation: particles-29 1.5s 0.725s;
  }
  @keyframes particles-30 {
    from {
      transform: scale(1);
      visibility: visible;
    }
    to {
      left: 206px;
      top: -117px;
      transform: scale(0);
      visibility: hidden;
    }
  }
  .active .hero-btn .particles-circle:nth-of-type(30) {
    animation: particles-30 1.5s 0.75s;
  }
  @keyframes particles-31 {
    from {
      transform: scale(1);
      visibility: visible;
    }
    to {
      left: 47px;
      top: -123px;
      transform: scale(0);
      visibility: hidden;
    }
  }
  .active .hero-btn .particles-circle:nth-of-type(31) {
    animation: particles-31 1.5s 0.775s;
  }
  @keyframes particles-32 {
    from {
      transform: scale(1);
      visibility: visible;
    }
    to {
      left: -53px;
      top: 22px;
      transform: scale(0);
      visibility: hidden;
    }
  }
  .active .hero-btn .particles-circle:nth-of-type(32) {
    animation: particles-32 1.5s 0.8s;
  }
  @keyframes particles-33 {
    from {
      transform: scale(1);
      visibility: visible;
    }
    to {
      left: 52px;
      top: -248px;
      transform: scale(0);
      visibility: hidden;
    }
  }
  .active .hero-btn .particles-circle:nth-of-type(33) {
    animation: particles-33 1.5s 0.825s;
  }
  @keyframes particles-34 {
    from {
      transform: scale(1);
      visibility: visible;
    }
    to {
      left: -9px;
      top: 239px;
      transform: scale(0);
      visibility: hidden;
    }
  }
  .active .hero-btn .particles-circle:nth-of-type(34) {
    animation: particles-34 1.5s 0.85s;
  }
  @keyframes particles-35 {
    from {
      transform: scale(1);
      visibility: visible;
    }
    to {
      left: -160px;
      top: 102px;
      transform: scale(0);
      visibility: hidden;
    }
  }
  .active .hero-btn .particles-circle:nth-of-type(35) {
    animation: particles-35 1.5s 0.875s;
  }
  
  .v-align {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 50%;
    width: 10vw;
    margin: auto;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  
  .wrap__sparks {
    transform: translateZ(-100px);
  }
  .made-with-love {
    position: fixed;
    left: 0;
    width: 100%;
    bottom: 10px;
    text-align: center;
    font-size: 10px;
    z-index: 9999;
    font-family: arial;
    color: #ffffff;
    font-weight: 600;
  }
  .made-with-love i {
    font-style: normal;
    font-size: 14px;
    position: relative;
    top: 2px;
  }
  .made-with-love a {
    color: #ffffff;
    text-decoration: none;
  }
  .made-with-love a:hover {
    text-decoration: underline;
  }
  .made-with-love .dribble img {
    max-width: 100%;
    width: 26px;
    position: relative;
    top: -2px;
    vertical-align: middle;
  }
.footer {
    display: flex;
    justify-content: center;
    background-image: url(../images/footer/bg-footer.png);
    background-size: 100% 100%;
    position: fixed;
    width: 100vw;
    height: 20vw;
    margin: auto;
    bottom: 0;
    z-index: 1000;
    color: #ffffff;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center top;
    -o-background-size: cover;
    -moz-transform: translate3d(0px,0,0);
    transform: translateZ(0);
    -webkit-transform: translate3d(0px,0,0);
    -ms-transform: translate3d(0px,0,0);
    -o-transform: translate3d(0px,0,0);
}
.footer ul {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 8vw;
    width: 100%;
    padding: 0vw 5vw;
}
.footer ul li {
    width: 10vw;
    list-style: none;
    padding: 0;
}
.footer ul li a {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #ffffff;
    font-size: .72rem;
    text-decoration: none;
}
.footer ul li:nth-child(3) a {
    width: 15.2vw;
    height: 15.2vw;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    top: -0.4vw;
    left: -2.6vw;
    background-image: url(../images/footer/bg-home.png);
    background-size: 100%;
    background-repeat: no-repeat;
    margin: auto;
}
.menu-footer {}
.icon-footer img {}
.footer-icon-name {}
.menu-footer {}
.icon-footer-home {}
.con-footer {
    padding-top: 15vh;
}


/**************************************************************/
/*********************** end footer *************************/
/**************************************************************/

/**************************************************************/
/*********************** start games page *************************/
/**************************************************************/

.on-off-toggle {
    width: 15vw;
    height: 5vw;
    position: relative;
    display: inline-block;
  }
  
  .on-off-toggle__slider {
    width: 15vw;
    height: 5vw;
    display: block;
    border-radius: 34px;
    transition: background-color 0.4s;
    background-image: url(../images/mini/bg-slide-menu.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  
  .on-off-toggle__slider:before {
      content: '';
      display: block;
      bottom: 0;
      height: 5vw;
      left: -1vw;
      position: absolute;
      transition: .4s;
      width: 6vw;
      z-index: 5;
      border-radius: 100%;
      background-image: url(../images/mini/icon-slide-menu.png);
      background-repeat: no-repeat;
      background-size: 100%;
    }
  
  .on-off-toggle__slider:after {
      display: block;
      line-height: 5vw;
      text-transform: uppercase;
      content: 'off';
      padding-left: 30px;
      transition: all 0.4s;
    }
  
  .on-off-toggle__input {
    position: absolute;
    opacity: 0;
  }
  
  .on-off-toggle__input:checked + 
  .on-off-toggle__slider {
    background-color: #000
  }
  
  .on-off-toggle__input:checked + 
  .on-off-toggle__slider:before {
      transform: translateX(40px);
    }
  
  .on-off-toggle__input:checked + 
  .on-off-toggle__slider:after {
      content: 'on';
      color: #000000;
      padding-left: 8px;
      background: #fff;
      border-radius: 40px;
    }
    .menu-mini-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2vw 0vw;
}
    .mini-slide-title {
    padding: 0vw 2vw;
}
.list-minigames {
    font-weight: bold;
}
.listlive-menumini {
    display: flex;
    justify-content: space-between;
}
.live-menumini {
    background-image: url(../images/mini/bg-minimenugames.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 8vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4vw;
}
.rows-minigames {
    display: flex;
    justify-content: space-between;
}
.minigames-btn {
    background-image: url(../images/mini/bg-minimenugames-s.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 8vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 3vw;
}
.minigames-sub {}
.conminigame {
    padding-top: 1vh;
}
.conround-games {
    background-image: url(../images/mini/bg-round-game.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 8vh;
    margin: 2vw 0vw;
}
.timer-panel {
  font-size: 5vw;
  font-family: NotoSansKR-Black;
}
.timer-panel .minigame-timer {

}
.timer-panel .deadline-text {
  display: none;
  color: #ff0000;
}
.timer-panel.deadline .minigame-timer {
  display: none;
  color: #ff0000;
}
.timer-panel.deadline .deadline-text {
  display: block;
  color: #ff0000;
}

.minidateround {}
.minitime {
    font-size: 5vw;
    font-family: NotoSansKR-Black;
}
.conmini-buttonbet {}
.buttonbet-top {
    display: flex;
    justify-content: space-between;
    color: #000;
    padding: 0;
    margin: 0;
}
.buttonbet-top li {
	width:100%;
	list-style: none;
}
.list-buttonbet-sub .btn-bet.active {
    transition: 0.3s;
    background-image: url(../images/mini/bg-bet-button-cc-active.png);
}
.btn-bet.active {
    transition: 0.3s;
    background-image: url(../images/mini/bg-bet-button-cc2-active.png);
}
/* strat bet button style 1 */
.button-bet-l {
    background-image: url(../images/mini/bg-bet-button-l.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 12vh;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 4vw;
    flex-direction: column;
    margin: 0vw 1vw;
}
.buttonbet-top .btn-bet .team {
    font-size: 9vw;
    font-weight: bold;
    font-family: SCDream9;
}
.button-bet-l .rate {
    font-size: 3vw;
    padding-bottom: 3vw;
}
.button-bet-r {
    background-image: url(../images/mini/bg-bet-button-l.png);
	background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 12vh;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 4vw;
    flex-direction: column;
}
.button-bet-r .rate {
    font-size: 3vw;
    padding-bottom: 3vw;
}
.buttonbet-sub {}
.list-buttonbet-sub {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}
.list-buttonbet-sub li {
    width: 100%;
    list-style: none;
    padding: 0;
}
.buttonbet-sub-a {
    background-image: url(../images/mini/bg-bet-button-m.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 8vh;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-around;
    font-size: 4vw;
    margin: 0vw 0.5vw;
}
.buttonbet-sub-a .team {
    font-size: 5vw;
    font-weight: bolder;
    font-family: SCDream9;
    color: #000;
    padding-top: 1vw;
}
.buttonbet-sub-b {
    background-image: url(../images/mini/button-sub-1002.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 8vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4vw;
}
.buttonbet-sub-c {
    background-image: url(../images/mini/button-sub-1003.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 8vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4vw;
}
.buttonbet-sub-d {
    background-image: url(../images/mini/button-sub-1004.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
     height: 8vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4vw;
}
.buttonbet-sub-e {
    background-image: url(../images/mini/button-sub-1005.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 8vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4vw;
}
.buttonbet-sub-f {
    background-image: url(../images/mini/button-sub-1006.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 8vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4vw;
}
.buttonbet-sub-g {
    background-image: url(../images/mini/button-sub-1007.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
	height: 8vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4vw;
}
.buttonbet-sub-h {
    background-image: url(../images/mini/button-sub-1008.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 8vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4vw;
}

.buttonbet-sub-a .rate {
    color: #000000;
    margin-top: 3vh;
    font-size: 3vw;
}
.buttonbet-sub-b .rate {
    color: #000000;
    margin-top: 4vh;
    font-size: 3vw;
}
.buttonbet-sub-c .rate {
    color: #000000;
    margin-top: 3vh;
    font-size: 3vw;
}
.buttonbet-sub-d .rate {
    color: #000000;
    margin-top: 3vh;
    font-size: 3vw;
}
.buttonbet-sub-e .rate {
    color: #000000;
    margin-top: 3vh;
    font-size: 3vw;
}
.buttonbet-sub-f .rate {
    color: #000000;
    margin-top: 3vh;
    font-size: 3vw;
}
.buttonbet-sub-g .rate {
    color: #000000;
   margin-top: 3vh;
    font-size: 3vw;
}
.buttonbet-sub-h .rate {
    color: #000000;
    margin-top: 3vh;
    font-size: 3vw;
}
/* end bet button style 1 */

/* strat bet button style 2 */
.b-button-bet-l {
    background-image: url(../images/mini/button-player.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 12vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4vw;
}
.b-button-bet-l .rate {
    margin-top: 7vh;
    font-size: 3vw;
}
.b-button-bet-c {
    background-image: url(../images/mini/button-tie.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 12vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4vw;
}
.b-button-bet-c .rate {
    margin-top: 7vh;
    font-size: 3vw;
}
.b-button-bet-r {
    background-image: url(../images/mini/button-banker.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 12vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4vw;
}
.b-button-bet-r .rate {
    margin-top: 7vh;
    font-size: 3vw;
}

/* end bet button style 2 */
/* strat bet button style 3 */
.c-button-bet-l .rate,
.c-button-bet-c .rate,
.c-button-bet-r .rate {
	margin-top: 7vh;
    font-size: 3vw;
}
.c-button-bet-l {
    background-image: url(../images/mini/button-game-3005.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 12vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4vw;
}
.c-button-bet-c {
    background-image: url(../images/mini/button-game-3006.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 12vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4vw;
}
.c-button-bet-r {
    background-image: url(../images/mini/button-game-3007.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 12vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4vw;
}
.c-buttonbet-sub-a .rate,
.c-buttonbet-sub-b .rate,
.c-buttonbet-sub-c .rate,
.c-buttonbet-sub-d .rate,
.c-buttonbet-sub-e .rate,
.c-buttonbet-sub-f .rate,
.c-buttonbet-sub-g .rate,
.c-buttonbet-sub-h .rate {
	margin-top: 4vh;
    font-size: 3vw;
	color:#000000;
}
.c-buttonbet-sub-a {
    background-image: url(../images/mini/button-game-3001.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 8vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4vw;
}
.c-buttonbet-sub-b {
    background-image: url(../images/mini/button-game-3002.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 8vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4vw;
}
.c-buttonbet-sub-c {
    background-image: url(../images/mini/button-game-3003.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 8vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4vw;
}
.c-buttonbet-sub-d {
    background-image: url(../images/mini/button-game-3004.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 8vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4vw;
}
.c-buttonbet-sub-e {
   background-image: url(../images/mini/button-game-3005.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
     height: 8vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4vw;
}
.c-buttonbet-sub-f {
    background-image: url(../images/mini/button-game-3006.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
     height: 8vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4vw;
}
.c-buttonbet-sub-g {
    background-image: url(../images/mini/button-game-3007.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
     height: 8vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4vw;
}
.c-buttonbet-sub-h {
    background-image: url(../images/mini/button-game-3008.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
     height: 8vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4vw;
}

/* end bet button style 3 */
.toggle-btn-live {
    position: relative;
    display: block;
    color: white;
    width: auto;
    padding: 2vw 3vw;
    text-decoration: none;
    margin-bottom: 1vw;
    background-image: url(../images/mini/bg-title.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  
  .arrow {
    position: absolute;
    top: 5vw;
    right: 5vw;
  }
  
  .arrow::before,
  .arrow::after {
    position: relative;
    content: '';
    display: block;
    width: 10px;
    height: 1px;
    background: white;
    transition: 0.3s ease-in-out;
  }
  
  .arrow::before {
    transform: rotate(45deg);
  }
  
  .arrow::after {
    left: 6px;
    top: -1px;
    transform: rotate(-45deg);
  }
  
  
  .toggle-btn-live {
  }
  
  .toggle-btn-live.active .arrow::before {
    transform: rotate(-45deg);
  }
  
  .toggle-btn-live.active .arrow::after {
    transform: rotate(45deg);
  }

.title-pages {
    display: flex;
    align-items: center;
}
.title-pages .nametext {
    font-family: NotoSansKR-Regular;
    font-size: 4vw;
}
.title-pages .reload-pages {
    display: flex;
    align-items: center;
    margin: 0vw 2vw;
    background: #1b1b1b;
    border: 1px solid #ffffff;
    padding: 1vw 1vw;
}
.contenlive {
    display: none;
}
.contenlive.active {
    display: block;
}
.iframe-video {}
.iframe-video img {
    width: 100%;
}
.betting-cart {
    background: #ffffff;
    width: 15vw;
    height: 15vw;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #000000;
    font-size: 3vw;
    position: fixed;
    top: 50%;
    right: 0;
    padding: 2vw;
}
.betcount {
    position: absolute;
    background: #006cff;
    color: #ffffff;
    width: 6vw;
    height: 6vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    top: -5%;
    right: 5%;
}
.betting-slip {
    border-bottom: 1px solid #000000;
    width: 15vw;
    text-align: center;
    padding-top: 4vw;
}
.bettingrate {
    color: #006cff;
}
.betting-cart-conten {
    background: #000;
    width: 95%;
    padding-top: 2vw;
    overflow: auto;
    height: 80vh;
    margin: auto;
}
.betting-cart-title {
    padding: 2vw 0vw;
    text-align: center;
    font-size: 5vw;
    font-family: NotoSansKR-Medium;
}
.beting-cart-tite-sub {
    display: flex;
    justify-content: space-between;
    padding-bottom: 2vw;
}
.beting-cart-tab:first-child {
	background: #a0a0a0;
	color:#1b1b1b;
}
.beting-cart-tab {
    background: #1b1b1b;
    width: 100%;
    text-align: center;
    padding: 2vw 0vw;
    font-size: 4vw;
    font-family: NotoSansKR-Regular;
}
.betting-cart-slected-con {}
.betting-deleteall {
    padding: 1vw 0vw;
    border-bottom: 1px solid #fff;
    text-align: center;
    width: 13vw;
    margin-left: 4vw;
}
.betting-cart-slected {
    width: 95%;
    margin: 3vw auto;
}
.betting-cart-slected-info {
    border: 1px solid #fff;
    border-radius: 5px;
    margin: 2vw 0vw;
}
.selected-title {
    display: flex;
    justify-content: space-between;
    background-image: url(../images/mini/bg-info-select.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 2vw 2vw;
    border-radius: 5px 5px 0px 0px;
}
.selected-title-info {}
.selected-title-delete {}
.selected-title-delete img {}
.selected-titlesub {
    padding: 2vw 2vw;
}
.selected-titlesub .kname {
    padding: 1vw 0vw;
}
.selected-titlesub .con-ename {
    display: flex;
    justify-content: space-between;
    padding: 1vw 0vw;
}
.selected-titlesub .con-ename .ename {
    display: flex;
    align-items: center;
}
.selected-titlesub .con-ename .rate {
    font-size: 4vw;
}
.conbetting-info {
    border: 1px solid #fff;
    border-radius: 5px;
    width: 95%;
    margin: 3vw auto;
}
.conbetting-info .title {
    display: flex;
    justify-content: space-between;
    background-image: url(../images/mini/bg-info-select.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 2vw 2vw;
    border-radius: 5px 5px 0px 0px;
}
.conbetting-info .right {}
.conbetting-info .list-info {
    display: flex;
    justify-content: space-between;
    padding: 1vw 2vw;
}
.conbetting-info .list-info .left {}
.conbetting-info .list-info .right {
    display: flex;
}
.conbetting-info .list-info .right .inputbet {}
.conbetting-info .list-info .right .inputbet input {
    background: #323232;
    border: unset;
    padding: 1vw 2vw;
    margin: 0vw 2vw;
    color: #ffffff;
    outline: unset;
    text-align: right;
    width: 24vw;
}
.list-bettingcart-button {}
.rows-bettingcart-button {
    display: flex;
    justify-content: space-between;
    padding: 0vw 2vw;
}
.bettingcart-button {
    background-image: url(../images/mini/bg-button-cash.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 2vw 1vw;
    width: 19vw;
    display: flex;
    justify-content: center;
    margin: 0.5vw 0vw;
}
.betting-button-sub {
    display: flex;
    justify-content: space-between;
    padding: 2vw 2vw;
}
.cancellation {
    background-image: url(../images/mini/bg-cancellation.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 3vw 2vw;
    width: 15vw;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Makingbet {
    background-image: url(../images/mini/bg-Makingbet.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 3vw 6vw;
    width: 54vw;
    display: flex;
    align-items: center;
    justify-content: center;
}
.list-info-sub {}
.list-info-sub-cash {
    display: flex;
    justify-content: space-between;
    padding: 2vw 5vw;
}
.list-info-sub-cash .left {}
.list-info-sub-cash .right {}




/**************************************************************/
/*********************** end games page *************************/
/**************************************************************/

/**************************************************************/
/*********************** start sport page *************************/
/**************************************************************/

/******** sport cart *********/
.conten-bettingsport {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #000000;
}
.bettingsport-cart {display: none;}
.sport-betlist-slip {
    margin: 3vw 0vw;
    max-height: 255px;
    overflow: scroll;
}
.sport-betlist {
    margin: 0vw 1vw;
    overflow: auto;
}
.sport-list-info {
    border: 1px solid #434343;
    padding: 1vw 1vw;
    background: #1b1b1b;
    margin: 1vw 0vw;
}
.list-team {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.team-l-cart {}
.nameteam-cart {}
.status-cart {}
.button-close-cart {
    display: flex;
    align-items: center;
}
.button-close-cart img {
    width: 8vw;
}
.list-sub-team {
    display: flex;
    justify-content: space-between;
}
.team-l-cart {}
.sub-nameteam-cart {}
.team-r-cart {
    display: flex;
    align-items: center;
}
.bet-rate {}
.conten-infosportbetting {
    margin-bottom: 0vw;
}
.rows-infosportbetting {
    display: flex;
    justify-content: space-between;
    padding: 0vw 1vw;
}
.con-infosport {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 1vw 2vw;
    border: 1px solid #434343;
}
.con-infosport .bet-name {}
.con-infosport .bet-cash {}
.con-infosport .bet-cash input {
    background-color: #000;
    color: #ffffff;
    border: 1px solid #434343;
    padding: 1vw 2vw;
    outline: unset;
    width: 20vw;
    text-align: right;
}
.con-betting-sportbutton {}
.conbutton-betcash {
    display: flex;
    justify-content: space-between;
}
.button-betcash {
    display: flex;
    background-image: url(../images/sport/bg-title-list.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 8vw;
    width: 100%;
    align-items: center;
    padding: 0vw 2vw;
    justify-content: center;
    margin: 1px 1px;
}
.con-large-button {
    display: flex;
    justify-content: space-between;
    margin: 0.5vw 0vw;
}
.button-submit-bet {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1b1b1b;
    color: #ffffff;
    width: 100%;
    padding: 1vw 1vw;
    height: 8vw;
    border: 1px solid #434343;
    margin: 0vw 0.2vw;
    font-size: 4vw;
}
.button-dalete-bet {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000000;
    color: #ffffff;
    width: 100%;
    padding: 1vw 1vw;
    height: 8vw;
    border: 1px solid #434343;
    margin: 0vw 0.2vw;
    font-size: 4vw;
}



/******** sport cart *********/
.list-games {
    position: relative;
    display: block;
  }

  .toggle-btn-live {
}

.sport-title-list.active .arrow::before {
  transform: rotate(-45deg);
}

.sport-title-list.active .arrow::after {
  transform: rotate(45deg);
} 
    
.menu-sport {
    margin: 0vw 0vw;
}
.rows-menu-sport {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.rows-menu-sport img {width: 20vw;}
.menu-sport-sub {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #434343;
    padding: 2vw 2vw;
}
.menu-sport-sub .menu-left {
    display: flex;
    align-items: center;
}
.menu-sport-sub .menu-left img {}
.menu-sport-sub .menu-left .icon-name {
    padding: 0vw 2vw;
}
.menu-sport-sub .menu-right {}
.menu-sport-sub .menu-right .button-sport {
    border: 1px solid #ffffff;
    width: 20vw;
    height: 8vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
}
.container-sport {}
.sport-title-list {
    position: relative;
}
.sport-title-list .list-games {
    display: flex;
    background-image: url(../images/sport/bg-title-list.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 10vw;
    align-items: center;
    padding: 0vw 2vw;
}
.sport-title-list .list-games .icon {
    display: flex;
    align-items: center;
    padding: 0vw 1vw;
}
.sport-title-list .list-games .name {
    padding: 0vw 1vw;
}
.conten-sport-list {}

.sport-list-date {
    display: flex;
    justify-content: space-between;
    padding: 1vw 1vw;
}
.sport-date-time {
    border: 1px solid #434343;
    width: 21vw;
    height: 8vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
}
.spot-bet-more {
    width: 30vw;
    height: 8vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #434343;
}
.betting-table-sport, td {
  border: unset;
  font-family: NotoSansKR-Light;
  padding: 0vw 1vw;
}
.betting-table-sport .team-td:first-child .btn-bet.active {
    background-color: #588c3e;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    opacity: 1;
}

.betting-table {
    border-bottom: 2vw solid #1b1b1b;
}

.betting-list {}
.betting-list .bs-ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
}
.betting-list .bs-ul li {
    display: flex;
    align-items: center;
    margin: 0.6vw 0vw;
}
.betting-list .bs-ul .team-td {
    width: 43%;
}
.betting-list .bs-ul .team-td button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #1b1b1b;
    border: unset;
    color: #ffffff;
    width: 100%;
    padding: 1vw 1vw;
    height: 14vw;
    border-radius: 3px;
}
.betting-list .bs-ul .team-td button .team{
	color:#bfbfbf;
}



.betting-list .bs-ul .vs-td {
    width: 13%;
}
.betting-list .bs-ul .vs-td button {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1b1b1b;
    border: unset;
    color: #ffffff;
    padding: 1vw 1vw;
    height: 14vw;
    width: 100%;
    border-radius: 3px;
}

.betting-list .bs-ul .vs-td button.color-gray {
	color:#898989;
}

.betting-list .bs-ul .vs-td1 {
    width: 13%;
}
.betting-list .bs-ul .vs-td1 button {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1b1b1b;
    border: unset;
    color: #ffffff;
    padding: 1vw 1vw;
    height: 14vw;
    width: 100%;
    border-radius: 3px;
}


.betting-table-sport .btn-bet.active {
     background-color: #005200 !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    opacity: 1;
}
/**************************************************************/
/*********************** end sport page *************************/
/**************************************************************/

/**************************************************************/
/*********************** start exchange page *************************/
/**************************************************************/
.exchange {}
.title-exchange {
    display: flex;
    padding: 4vw 0vw;
    align-items: flex-end;
}
.title-exchange .name-ko {
    font-size: 6vw;
    font-family: NotoSansKR-Medium;
}
.title-exchange .name-en {
    padding: 0vw 2vw;
    font-size: 4vw;
    text-transform: uppercase;
}
.exchange-info-conten {
    margin: 2vw 0vw;
}
.exchange-info-title {
    background-image: url(../images/exchange/bg-title.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    padding: 2vw 4vw;
    font-size: 4vw;
}
.exchange-info-list {
    background: #1b1b1b;
    padding: 2vw 3vw;
    color: #b5b5b5;
}
.list-info-group {
    padding: 3vw 0vw;
}
.list-info-group .text-info {
    padding: 0.1vw 0vw;
}
.conten-charge-exchange-page {
    padding: 1vw;
    background-color: #434343;
    margin: 3vw 0vw;
}
.conten-charge-exchange-list {
    display: flex;
    justify-content: space-between;
}
.conten-charge-exchange-left {
    border: 1px solid #626262;
    width: 40vw;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 14vw;
}
.conten-charge-exchange-left .name-rows {}
.conten-charge-exchange-right {
    border: 1px solid #626262;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 1vw 1vw;
    background-color: #1b1b1b;
}
.con-input-charge-exchange {
    display: flex;
    align-items: center;
    width: 60vw;
}
.con-input-charge-exchange input {
    width: 100%;
    height: 7vw;
    background: #000000;
    border: unset;
    margin: 1vw 0vw;
	color: #ffffff;
}
.con-button-charge-exchange {
    display: flex;
    flex-wrap: wrap;
    width: 61vw;
    justify-content: flex-start;
}
.button-charge-exchange {
    width: 80px;
    height: 35px;
    background-image: url(../images/charge-exchange/bg-button-s.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.button-charge-exchange:hover {
	transition:0.3s;
	opacity:0.5;
}
.text-sub-charge-exchange {
    display: flex;
    align-items: center;
    padding: 0px 10px;
}
.con-text-sub-charge-exchange {width: 100%;padding-left: 5vw;display: flex;align-items: center;justify-content: flex-start;}
.con-text-sub-charge-exchange div {
    margin: 0vw 2vw;
}
.button-charge-exchange-cash {
    width: 19.7vw;
    height: 8vw;
    background-image: url(../images/exchange/bg-cash.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.2vw;
    cursor: pointer;
}
.button-charge-exchange-cash:hover {
	transition:0.3s;
	opacity:0.5;
}
.con-checkbox-charge-exchange {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1vw 0vw;
}
.con-checkbox-charge-exchange input {
    width: 4vw;
    height: 4vw;
}
.con-checkbox-charge-exchange .info-checkbox {
    padding: 0vw 3vw;
}
.bg-1 {
    background-image: url(../images/exchange/bg-1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.bg-2 {
	    background-image: url(../images/exchange/bg-2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.bg-3 {
	    background-image: url(../images/exchange/bg-3.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.betting-table {}
.betting-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: unset;
}
.betting-table table thead {height: 10vw;background-image: url(../images/exchange/bg-thead.png);background-repeat: no-repeat;background-size: 100% 100%;}

.betting-table  {
  border: 1px solid;
}

.betting-table , td {
  border: 1px solid;
  border-color: #626262;
  font-family: NotoSansKR-Light;
  background-color: #1b1b1b; 
}
.betting-table table thead tr {}
.betting-table table thead tr th {font-weight: normal;}
.betting-table table tbody {}
.betting-table table tbody tr {
}
.betting-table table tbody tr td {
    height: 15vw;
    text-align: center;
    border: unset;
}

.betting-info-list-sub {}
.rows-betting-info-list-sub {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px;
    font-size: 13px;
}
.betting-checkbox {
}
.betting-checkbox input {}
.betting-list-info-group {
    width: 300px;
}
.betting-list-date-time {
    color: #5ca1ff;
    text-align: center;
}
.betting-name-info {
    text-align: center;
    padding: 5px 0px;
}
.betting-name-info .color-blue {
    color: #5ca1ff;
}
.betting-info-list-button {
    display: flex;
    justify-content: flex-end;
}
.betting-table .date-time {
    display: flex;
    justify-content: center;
}
.betting-table .League {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0px 5px;
}
.betting-table .League img {
    padding: 0px 3px;
}
.betting-chioce-team-td {
    display: flex;
    justify-content: space-between;
    padding: 0px 5px;
}
.betting-table .selected {
	background-image: url(../images/betting/bg-selected-betting.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.betting-chioce-vs {
    display: flex;
    justify-content: center;
    align-items: center;
    color: red;
}
.betting-score {
	display: flex;
    justify-content: center;
    align-items: center;
}
.betting-status {
	display: flex;
	justify-content: center;
	align-items: center;
	color: red;
}
.rows-betting-info-list-button {
    display: flex;
}
.betting-info-button {
    background-image: url(../images/betting/bg-button-betting-page-l.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 5px 2px;
    width: 159px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.betting-button-more {
    display: flex;
    justify-content: center;
}
.button-more {
    background-image: url(../images/betting/bg-button-betting-page-b.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 5px 2px;
    width: 145px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
}
.button-more:hover {
	transition:0.3s;
	opacity:0.5;
}
.betting-theader {
    display: flex;
    justify-content: space-between;
    margin: 0;
}
.name-theader-center {
	   width:100%;
}
.betting-theader .thead-input {
    padding: 0vw 1vw;
}
.betting-theader .empty {}
.betting-theader .name-theader {}
.betting-theader .border-theader {}

/* customer pages */
.conten-customer {}
.customer-info {
    background-color: #1b1b1b;
}
.con-button-ex {
    display: flex;
    justify-content: center;
    padding: 4vw 0vw 10vw 0vw;
}
.con-button-ex button{
    background-image: url(../images/exchange/bg-button.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 35vw;
    height: 12vw;
    border-radius: 5px;
    color: #ffffff;
    font-size: 4vw;
    font-family: NotoSansKR-Regular;
}
.size-charge {
    width: 14.7vw;
}
/* .roundedOne */
.roundedOne {
    width: 4vw;
    height: 4vw;
    position: relative;
    background: #fcfff4;
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 40%, #ffffff 100%);
    border-radius: 50px;
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
  }
  .roundedOne label {
    width: 3vw;
    height: 3vw;
    cursor: pointer;
    position: absolute;
    left: 0.5vw;
    top: 0.5vw;
    background: linear-gradient(to bottom, #a7a7a7 0%, #000000 100%);
    border-radius: 50px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px white;
  }
  .roundedOne label:after {
    content: '';
    width: 3vw;
    height: 3vw;
    position: absolute;
    top: -0.5vw;
    left: 0vw;
    background: #6d6d6d;
    background: linear-gradient(to bottom, #6d6d6d 0%, #ffffff 100%);
    opacity: 0;
    border-radius: 50px;
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
  }
  .roundedOne label:hover::after {
    opacity: 0.3;
  }
  .roundedOne input[type=checkbox] {
    visibility: hidden;
  }
  .roundedOne input[type=checkbox]:checked + label:after {
    opacity: 1;
  }
  
  /* end .roundedOne */

  /* .roundedTwo */
.roundedTwo {
    width: 4vw;
    height: 4vw;
    position: relative;
    background: #fcfff4;
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 40%, #ffffff 100%);
    border-radius: 50px;
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
  }
  .roundedTwo label {
    width: 3vw;
    height: 3vw;
    cursor: pointer;
    position: absolute;
    left: 0.5vw;
    top: 0.5vw;
    background: linear-gradient(to bottom, #a7a7a7 0%, #000000 100%);
    border-radius: 50px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px white;
  }
  .roundedTwo label:after {
    content: '';
    width: 3vw;
    height: 3vw;
    position: absolute;
    top: -0.5vw;
    left: 0vw;
    background: #6d6d6d;
    background: linear-gradient(to bottom, #6d6d6d 0%, #ffffff 100%);
    opacity: 0;
    border-radius: 50px;
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
  }
  .roundedTwo label:hover::after {
    opacity: 0.3;
  }
  .roundedTwo input[type=checkbox] {
    visibility: hidden;
  }
  .roundedTwo input[type=checkbox]:checked + label:after {
    opacity: 1;
  }
  
  /* end .roundedTwo */
/**************************************************************/
/*********************** end exchange page *************************/
/**************************************************************/

/**************************************************************/
/*********************** start customer page *************************/
/**************************************************************/
.con-button-customer {}
.rows-buttons-customer {
    display: flex;
    flex-wrap: wrap;
    padding: 3vw 0vw;
}
.cus-buttons-pages {
    background-image: url(../images/cus/bg-button.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 23.3vw;
    height: 8vw;
    border-radius: 5px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.3vw;
}
.con-button-cus {
    display: flex;
    justify-content: center;
    padding: 8vw;
}
.con-button-cus button {
    background-image: url(../images/cus/bg-cus.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 23.3vw;
    height: 8vw;
    border-radius: 5px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.3vw;
    border: unset;
}
.event-num-pages {
    padding: 0vw 0vw 3vw 0vw;
}
.event-num-pages-link {
    display: flex;
    justify-content: center;
    padding: 0vw 0vw;
    font-size: 12px;
}
.num-pages-link.border-l {
    border-right: 1px solid #ddd;
    margin: 0vw 1vw;
}
.num-pages-link.border-r {
    border-left: 1px solid #ddd;
    padding: 0vw 2vw;
}
.num-pages-link {
    margin: 0vw 0vw;
    height: 6vw;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0vw 2vw;
}
.num-pages-link.active {
    background: #707070;
}
.center-conten {
    display: flex;
    justify-content: center;
    align-items: center;
}
.textarea-cus {
    width: 100%;
    background: #000000;
    border: unset;
    margin: 1vw 0vw;
    padding: 1vw 2vw;
    color: #fff;
}
.button-charge-exchange-cash.margin {
    margin: 0vw 1vw;
}

/**************************************************************/
/*********************** end customer page *************************/
/**************************************************************/

nav{
	/* position: fixed; */
	top: 55vh;
	bottom: auto;
	z-index: 10;
	display: flex;
	justify-content: center;
	margin: auto;
	width: 100%;
}
nav ul{
	list-style: none;
	padding: 0;
	display: flex;
	margin: auto;
	width: 100%;
	justify-content: center;
}
nav li{
	padding: 2vw 0vw;
	display: flex;
	background-image: url(../images/home/bg-button.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 19vw;
	align-items: center;
	justify-content: center;
	margin: 0vw 0.2vw;
}
nav span{
	display: inline-block;
	position:relative;
}
nav a{
	display: inline-block;
	color: #ffffff;
	text-decoration: none;
	font-size: 1em;
}

.rect{
	height: 3px;
	width: 0px;
	left: 0;
	bottom: 4px;
	background-color: #272727;
	-webkit-transition: -webkit-transform 0.6s, width 1s;
	-moz-transition: -webkit-transform 0.6s, width 1s;
	transition: transform 0.6s, width 1s;
}
nav .active-section{
	color: #fff903;
}
nav .active-section span{
	background-color: #fff903;
}
nav .active-section .circle{
	height: 10px;
	width: 10px;
	left: -10px;
	border-radius: 50%;
	background-color: #fff903;

}
nav .active-section .rect{
	width: 3vw;
}
.content-section{
	/* height: auto; */
}
.content-section:first-child {
    /* height: 71vw; */
}
.content-section h1{
	position: relative;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
	color:#9b59b6;
	font-size: 3em;
}

/*CREDITS*/
.about{
	position: fixed;
	bottom:0; 
	left: 1%;
}
.about a{
	text-decoration: none;
	font-size: 1.5em;
}
.about a:visited, .about a:active, .about a:link{
	color:#000;
}
.about a:hover{
	color: red;
}
.maingame {
    /* position: fixed; */
    top: 98vw;
    overflow: scroll;
}
.tab-maingame {
    height: 100vh;
    overflow: scroll;
    margin-top: 4vw;
    position: sticky;
    padding-bottom: 0vh;
}
.maingame-box {
}
.hight-scroll {}


.header-over {
  position: relative;
  height: 58vh;
}
.button-cart-sport {
    display: flex;
    background-image: url(../images/sport/bg-title-list.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 10vw;
    align-items: center;
    padding: 0vw 2vw;
    justify-content: center;
    font-size: 4vw;
    margin: 1vw 0.2vw;
    font-family: NotoSansKR-Medium;
}
.button-cart-sport .arrow {
  position: unset;
}
.consport-list {
    padding-bottom: 55vh;
}
.name-button {
    padding: 0vw 3vw;
}



.button-cart-sport .arrow {
  position: unset;
  top: 20px;
  right: 20px;
}

.button-cart-sport  .arrow::before,
.button-cart-sport  .arrow::after {
  position: relative;
  content: '';
  display: block;
  width: 10px;
  height: 2px;
  background: white;
  transition: 0.3s ease-in-out;
}

.button-cart-sport  .arrow::before {
  transform: rotate(-45deg);
}

.button-cart-sport  .arrow::after {
  left: 6px;
  top: -1px;
  transform: rotate(45deg);
}



.button-cart-sport.active .arrow::before {
  transform: rotate(45deg);
}

.button-cart-sport.active .arrow::after {
  transform: rotate(-45deg);
}

.conbetfooter{}
.conbodyfix{
    padding-bottom: 50vh;
}
.join-code {display: flex;flex-direction: column;align-items: center;}
.coninputcode {
    margin: 3vw 0vw;
}
.coninputcode input {
    background: #000000;
    border: 1px solid #959595;
    border-radius: 4px;
    color: #8e8e8e;
    padding: 4vw 6vw 2vw 6vw;
    display: flex;
    align-items: center;
    height: 5vh;
    width: 63vw;
    outline: unset;
}
.coninputcode input::placeholder {
	color:#fff;
	font-size:5vw;
	align-items: center;
	display:flex;


}
.conbuttoncode {
    display: flex;
    justify-content: space-between;
    width: 74vw;
}
.buttoncode {
    background-image: url('../images/join/bg-button-code.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 8vh;
    width: 36vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 5vw;
}


.messege-table {}
.messege-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: unset;
}
.messege-table table thead {height: 10vw;background-image: url(../images/exchange/bg-thead.png);background-repeat: no-repeat;background-size: 100% 100%;}

.messege-table  {
  border: 1px solid;
}

.messege-table , td {
  border: 1px solid;
  border-color: #626262;
  font-family: NotoSansKR-Light;
  background-color: #1b1b1b;
  border-top: unset;
  border-right: unset;
  border-left: unset;
}
.messege-table, td:first-child {
	border: 1px solid #626262;
	border-right: unset;
	border-top: unset;
	bottom: unset;
}
.messege-table, td:last-child {
	border: 1px solid #626262;
	border-left: unset;
	border-top: unset;
	bottom: unset;
}
.messege-table table thead tr {}
.messege-table table thead tr th {font-weight: normal;}
.messege-table table tbody {}
.messege-table table tbody tr {
}
.messege-table table tbody tr td {
    height: 10vw;
    text-align: center;
}

.con-input-point input {
  width: 20vw;
  height: 7vw;
  background: #000000;
  border: unset;
  margin: 1vw 0vw;
  padding: 0;
  color: #ffffff;
  padding: 0vw 1vw;
  border-radius: unset;
}


/* popup styles */
.popup {
  display_: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
}
.popup-overlay {
  background: rgb(0 0 0 / 44%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.popup-content {
  position: absolute;
  background-image: url('../images/popup/bg-conten.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 96%;
  margin: 0vw -48vw;
  left: 50%;
  top: 15%;
  z-index: 11;
  padding: 0px;
}
.close-popup {
  display: inline-block;
  position: absolute;
  top: -3%;
  right: 0%;
  font-size: 5vw;
  background: #000;
  border-radius: 100px;
  height: 10vw;
  width: 10vw;
  text-align: center;
  line-height: 10vw;
  text-decoration: none;
  color: #ffffff;
}

/* Animations */
.fadeIn {
  animation: fadeIn 0.5s ease-in both;
  -webkit-animation: fadeIn 0.5s ease-in both;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
}

.fadeOut {
  animation: fadeOut 0.5s ease-out both;
  -webkit-animation: fadeOut 0.5s ease-out both;
}
@keyframes fadeOut {
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOut {
  to {
    opacity: 0;
  }
}

.scaleIn {
  animation: scaleIn 0.5s ease-in both;
  -webkit-animation: scaleIn 0.5s ease-in both;
}
@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.5);
  }
}
@-webkit-keyframes scaleIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }
}

.scaleOut {
  animation: scaleOut 0.5s ease-out both;
  -webkit-animation: scaleOut 0.5s ease-out both;
}
@keyframes scaleOut {
  to {
    opacity: 0;
    transform: scale(0.5);
  }
}
@-webkit-keyframes scaleOut {
  to {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }
}

.scaleUpIn {
  animation: scaleIn 0.5s ease-in both;
  -webkit-animation: scaleIn 0.5s ease-in both;
}
.scaleUpOut {
  animation: scaleUpOut 0.5s ease-in both;
  -webkit-animation: scaleUpOut 0.5s ease-in both;
}
@keyframes scaleUpOut {
  to {
    opacity: 0;
    transform: scale(1.2);
  }
}
@-webkit-keyframes scaleUpOut {
  to {
    opacity: 0;
    -webkit-transform: scale(1.2);
  }
}

.scaleDownIn {
  animation: scaleDownIn 0.5s ease-in both;
  -webkit-animation: scaleDownIn 0.5s ease-in both;
}
.scaleDownOut {
  animation: scaleOut 0.5s ease-in both;
  -webkit-animation: scaleOut 0.5s ease-in both;
}
@keyframes scaleDownIn {
  from {
    opacity: 0;
    transform: scale(1.2);
  }
}
@-webkit-keyframes scaleDownIn {
  from {
    opacity: 0;
    -webkit-transform: scale(1.2);
  }
}

.slideIn {
  animation: slideIn 0.5s ease-in both;
  -webkit-animation: slideIn 0.5s ease-in both;
}
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-50%);
  }
}
@-webkit-keyframes slideIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-50%);
  }
}

.slideOut {
  animation: slideOut 0.5s ease-out both;
  -webkit-animation: slideOut 0.5s ease-out both;
}
@keyframes slideOut {
  to {
    opacity: 0;
    transform: translateY(50%);
  }
}
@-webkit-keyframes slideOut {
  to {
    opacity: 0;
    -webkit-transform: translateY(50%);
  }
}

.slideLeftIn {
  animation: slideLeftIn 0.5s ease-in both;
  -webkit-animation: slideLeftIn 0.5s ease-in both;
}
@keyframes slideLeftIn {
  from {
    opacity: 0;
    transform: translateX(-50%);
  }
}
@-webkit-keyframes slideLeftIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(-50%);
  }
}

.slideLeftOut {
  animation: slideLeftOut 0.5s ease-out both;
  -webkit-animation: slideLeftOut 0.5s ease-out both;
}
@keyframes slideLeftOut {
  to {
    opacity: 0;
    transform: translateX(50%);
  }
}
@-webkit-keyframes slideLeftOut {
  to {
    opacity: 0;
    -webkit-transform: translateX(50%);
  }
}

.flipLeftIn {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: flipLeftIn 0.5s both ease-out;
  -moz-animation: flipLeftIn 0.5s both ease-out;
  animation: flipLeftIn 0.5s both ease-out;
}
@-webkit-keyframes flipLeftIn {
  from {
    -webkit-transform: translateZ(-1000px) rotateY(90deg);
    opacity: 0.2;
  }
}
@keyframes flipLeftIn {
  from {
    transform: translateZ(-1000px) rotateY(90deg);
    opacity: 0.2;
  }
}

.flipLeftOut {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: flipLeftOut 0.5s both ease-in;
  -moz-animation: flipLeftOut 0.5s both ease-in;
  animation: flipLeftOut 0.5s both ease-in;
}

@-webkit-keyframes flipLeftOut {
  to {
    -webkit-transform: translateZ(1000px) rotateY(-90deg);
    opacity: 0;
  }
}
@keyframes flipLeftOut {
  to {
    transform: translateZ(1000px) rotateY(-90deg);
    opacity: 0;
  }
}

.flipRightIn {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: flipRightIn 0.5s both ease-out;
  -moz-animation: flipRightIn 0.5s both ease-out;
  animation: flipRightIn 0.5s both ease-out;
}
@-webkit-keyframes flipRightIn {
  from {
    -webkit-transform: translateZ(-1000px) rotateY(-90deg);
    opacity: 0.2;
  }
}
@keyframes flipRightIn {
  from {
    transform: translateZ(-1000px) rotateY(-90deg);
    opacity: 0.2;
  }
}

.flipRightOut {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: flipRightOut 0.5s both ease-in;
  -moz-animation: flipRightOut 0.5s both ease-in;
  animation: flipRightOut 0.5s both ease-in;
}

@-webkit-keyframes flipRightOut {
  to {
    -webkit-transform: translateZ(1000px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipRightOut {
  to {
    transform: translateZ(1000px) rotateY(90deg);
    opacity: 0;
  }
}

.rotateIn {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: rotateIn 0.5s both ease-out;
  -moz-animation: rotateIn 0.5s both ease-out;
  animation: rotateIn 0.5s both ease-out;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform: translateZ(-3000px) rotateZ(-360deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateIn {
  from {
    -moz-transform: translateZ(-3000px) rotateZ(-360deg);
    opacity: 0;
  }
}
@keyframes rotateIn {
  from {
    transform: translateZ(-3000px) rotateZ(-360deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: rotateOut 0.5s both ease-in;
  -moz-animation: rotateOut 0.5s both ease-in;
  animation: rotateOut 0.5s both ease-in;
}
@-webkit-keyframes rotateOut {
  to {
    -webkit-transform: translateZ(-3000px) rotateZ(360deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOut {
  to {
    -moz-transform: translateZ(-3000px) rotateZ(360deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  to {
    transform: translateZ(-3000px) rotateZ(360deg);
    opacity: 0;
  }
}

.rotateCubeIn {
  -webkit-transform-origin: 50% 100%;
  -webkit-animation: rotateCubeIn 0.6s both ease-in;
  -moz-transform-origin: 50% 100%;
  -moz-animation: rotateCubeIn 0.6s both ease-in;
  transform-origin: 50% 100%;
  animation: rotateCubeIn 0.6s both ease-in;
}
@-webkit-keyframes rotateCubeIn {
  0% {
    opacity: 0.3;
    -webkit-transform: translateY(-100%) rotateX(90deg);
  }
  50% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
  }
}
@-moz-keyframes rotateCubeIn {
  0% {
    opacity: 0.3;
    -moz-transform: translateY(-100%) rotateX(90deg);
  }
  50% {
    -moz-animation-timing-function: ease-out;
    -moz-transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
  }
}
@keyframes rotateCubeIn {
  0% {
    opacity: 0.3;
    transform: translateY(-100%) rotateX(90deg);
  }
  50% {
    animation-timing-function: ease-out;
    transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
  }
}

.rotateCubeOut {
  -webkit-transform-origin: 50% 0;
  -webkit-animation: rotateCubeOut 0.6s both ease-in;
  -moz-transform-origin: 50% 0;
  -moz-animation: rotateCubeOut 0.6s both ease-in;
  transform-origin: 50% 0;
  animation: rotateCubeOut 0.6s both ease-in;
}
@-webkit-keyframes rotateCubeOut {
  50% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
  }
  100% {
    opacity: 0.3;
    -webkit-transform: translateY(100%) rotateX(-90deg);
  }
}
@-moz-keyframes rotateCubeOut {
  50% {
    -moz-animation-timing-function: ease-out;
    -moz-transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
  }
  100% {
    opacity: 0.3;
    -moz-transform: translateY(100%) rotateX(-90deg);
  }
}
@keyframes rotateCubeOut {
  50% {
    animation-timing-function: ease-out;
    transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
  }
  100% {
    opacity: 0.3;
    transform: translateY(100%) rotateX(-90deg);
  }
}

.popup {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  perspective: 1200px;
}
.popup-content {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.bg-title-popu {
  background-image: url('/images/popup/bg-title.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 5vw;
}
.popup-caption {
  display_: flex;
  align-items: center;
  justify-content: center;
  padding: 5vw 5vw;
}
.popup-caption img {
    width: 100%;
}
.conten-event {}
.rows-event {}
.rows-event {
    display: flex;
    flex-direction: column;
}
.evnent-conten-info {
    margin-bottom: 20px;
}
.bannner-event {
    display: flex;
}
.bannner-event img {
    width: 100%;
}
.event-cation {
    display: flex;
    justify-content: space-between;
    background: #1b1b1b;
    height: 45px;
    align-items: center;
    padding: 0px 10px;
}
.subject-event {}
.event-buttons {
    border: 1px solid #ffffff;
    border-radius: 20px;
    width: 85px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.event-buttons:hover {
	background:#000;
	transition:0.3s;
}

.container-calendar {
  padding: 0vw;
  margin: 0 auto;
  overflow: auto;
}

.button-container-calendar button {
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  background: #00a2b7;
  color: #fff;
  border: 1px solid #0aa2b5;
  border-radius: 4px;
  padding: 5px 10px;
}

.table-calendar {
  border-collapse: collapse;
  width: 100%;
}
.table-calendar thead {}
.table-calendar thead tr {
    background-image: url('/images/attendance/bg-th-attendance.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.table-calendar thead tr th {
    height: 8vw;
    line-height: 7vw;
}
.table-calendar tbody {}
.table-calendar tbody tr {}
.table-calendar tbody tr td {
    border: 1px solid #454545;
    text-align: left;
    height: 11vw;
}
.table-calendar tbody tr td:first-child {
    background-color: #2d2d2d;
}
.table-calendar tbody tr td:last-child {
	background-color: #2d2d2d;
}
.table-calendar td, .table-calendar th {
  /* padding: 2vw; */
  /* padding: 5px; */
  border: unset;
  text-align: center;
  vertical-align: top;
}

.date-picker.selected {
  font-weight: bold;
  background-image: url(../images/attendance/check.png);
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: center;
}

.date-picker.selected span {
  /* border-bottom: 2px solid currentColor; */
}

/* sunday */
.date-picker:nth-child(1) {/* color: red; */}

/* friday */
.date-picker:nth-child(6) {/* color: green; */}

#monthAndYear {
  text-align: center;
  margin-top: 0;
}

.button-container-calendar {
  position: relative;
  margin-bottom: 1em;
  overflow: hidden;
  clear: both;
  display: none;
}

#previous {
  float: left;
}

#next {
  float: right;
}

.footer-container-calendar {
  margin-top: 1em;
  border-top: 1px solid #dadada;
  padding: 10px 0;
  display: none;
}

.footer-container-calendar select {
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  background: #ffffff;
  color: #585858;
  border: 1px solid #bfc5c5;
  border-radius: 3px;
  padding: 5px 1em;
}
.con-button-attendance button {
  background-image: url(../images/exchange/bg-button.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 28vw;
  height: 8vw;
  border-radius: 5px;
  color: #ffffff;
  font-size: 4vw;
  font-family: NotoSansKR-Regular;
}
#monthAndYear {
    justify-content: center;
    font-size: 4vw;
    font-family: NotoSansKR-Regular;
    font-weight: bold;
}
.conmonthandyear {
    display: flex;
    justify-content: space-between;
    padding: 1vw 0vw;
}
.conmonthandyear div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}


/* result page */
.contitle-result {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.conselect-result {
    padding: 0vw 1vw;
}
.conselect-result select {
    background: #000000;
    border: 1px solid #ffffff;
    border-radius: 4px;
    color: #ffffff;
    padding: 1vw 1vw;
    display: flex;
    align-items: center;
    height: 5vh;
    width: 26vw;
}
.rows-result-list {
    padding-bottom: 2vw;
}
.result-title-list {}
.result-title-list .list-games {
    background-image: url(../images/result/bg-team.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 10vw;
    padding: 0vw 1vw;
}
.result-title-list .list-games .icon {
    display: flex;
    padding: 0vw 1vw;
}
.result-title-list .list-games .name {
    padding: 0vw 2vw;
}
.result-title-list .list-games .date-time {
    display: flex;
}
.result-title-list .list-games .date-time div {
    padding: 0vw 2vw;
}
.result-title-list .list-games .date-time .date {}
.result-title-list .list-games .date-time .time {}
.result-thader {}
.result-thader .trows {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-image: url(../images/result/bg-th.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 10vw;
    padding: 0vw 1vw;
}
.result-thader .trows .team-home {
    width: 30vw;
    text-align: center;
}
.result-thader .trows .team-vs {
    width: 10vw;
    text-align: center;
}
.result-thader .trows .team-away {
    width: 30vw;
    text-align: center;
}
.result-thader .trows .team-score {
    width: 20vw;
    text-align: center;
}

.result-list {}
.result-list .bs-ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
}
.result-list .bs-ul li {
    display: flex;
    align-items: center;
    margin: 0.6vw 0vw;
}
.result-list .bs-ul .team-td {
    width: 32.2vw;
}
.result-list .bs-ul .status-td {
    width: 20vw;
}
.result-list .bs-ul .team-td button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #1b1b1b;
    border: unset;
    color: #ffffff;
    width: 100%;
    padding: 0vw 1vw;
    height: 11vw;
    border-radius: 3px;
    font-size: 3vw;
}
.result-list .bs-ul .team-td button .team{
	color:#bfbfbf;
}
.result-list .bs-ul .vs-td {
    width: 10vw;
}
.result-list .bs-ul .vs-td .red {
    color: red;
}
.result-list .bs-ul .vs-td button {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1b1b1b;
    border: unset;
    color: #ffffff;
    padding: 1vw 1vw;
    height: 11vw;
    width: 100%;
    border-radius: 3px;
    font-size: 3vw;
}
.result-list .bs-ul .vs-td button.color-gray {
	color:#898989;
}
.status-td .status {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-color: #1b1b1b;
    border: unset;
    color: #ffffff;
    width: 100%;
    padding: 1.2vw 1vw;
    border-radius: 3px;
    font-size: 3vw;
}
.status-td .status .score {}
.status-td .status .status-win {}
.status-td .status .status-win.color-blue {
	color:#367dff;
}
.status-td {}
.status-td .datetime {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-color: #1b1b1b;
    border: unset;
    color: #ffffff;
    width: 100%;
    padding: 1vw 1vw;
    height: 9vw;
    border-radius: 3px;
}
.status-td .datetime .time {}
.status-td .datetime .status-win {}

/* casino page */
.allgame-casino {
    padding: 3vw 0vw;
}
.rows-casino-games {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 2vw 0vw;
}
.casino-games {
}
.casino-games .icon {
    width: 47vw;
}
.casino-games .icon img {
    width: 100%;
}
.icon-comingsoon {
    height: 53vw;
}
.casino-games .conicon {
    background-image: url(../images/game/casino/bg-casino.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 47vw;
    height: 42vw;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.casino-games .conicon .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4vw 2vw;
    width: 35vw;
    height: 26vw;
}
.casino-games .conicon .icon img {
    width: 100%;
    display: flex;
}
.casino-games .conicon .name {
    text-shadow: 0px 1px 2px #000000ab;
    font-size: 4vw;
    width: 100%;
    height: 10vw;
    display: flex;
    align-items: center;
    justify-content: center;
}
.casino-games .coninfo {
    display: flex;
    justify-content: space-between;
    background-color: #545454;
    padding: 2vw 1vw;
    border-radius: 0px 0px 3px 3px;
}
.just-center {
	justify-content: center !important;
}
.casino-games .coninfo .name {
    display: flex;
    align-items: center;
    padding: 0vw 1vw;
}
.casino-games .coninfo .casinobutton {
    background: #ffffff;
    color: #000000;
    width: 20vw;
    padding: 1.5vw 0vw;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3vw;
}

/* slot-page */
.allgame-slot {
    padding-top: 2vw;
}
.rows-slot-games {
    display: flex;
    justify-content: space-between;
}
.slot-games {margin: 1vw 1vw;}
.slot-games .icon {
    display: flex;
}
.slot-games .icon .slot-game {
    width: 30vw;
}
.conicon-slot {
    background-image: url(../images/game/slot/bg-slot.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 30vw;
    height: 30vw;
    display: flex;
    align-items: center;
}
.conicon-slot .icon {display: flex;align-items: center;justify-content: center;width: 100%;}
.conicon-slot .icon img {width: 20vw;}
.coninfo-slot {
    background: #545454;
    height: 9vw;
    display: flex;
    align-items: center;
    justify-content: center;
}
.coninfo-slot .name {font-size: 9px;}
.icon-comingsoon-slot {
    width: 100%;
    height: 39vw;
}
.header-slot2 {
    background-color: #181818;
    padding: 2vw 0vw;
}
.title-slot {
    display: flex;
    justify-content: center;
    padding: 2vw 0vw;
    font-size: 4vw;
}
.title-info-slot {}
.title-info-slot img {
    padding: 0vw 3vw;
}
.consearch-slot {
    display: flex;
    justify-content: center;
    width: 100%;
}
.search-group {
    background: #313131;
    padding: 2vw 0vw;
    display: flex;
    width: 90vw;
    justify-content: center;
}
.search-group .icon {
    padding: 0vw 4vw;
    display: flex;
    align-items: center;
}
.search-group .icon img {}
.search-group input {
    width: 66vw;
    background: #000000;
    border: unset;
    outline: unset;
    height: 6vw;
    color: #ffffff;
}
.betting-info-group {
    background: #313131;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 2vw;
}
.betting-info {}
.betting-info  .ckeckbox {}
.betting-info  .ckeckbox input {}
.info-betting-list {}
.info-betting-list .alltime {
    color: #5ca1ff;
}
.info-betting-list .info-list {
    display: flex;
    justify-content: center;
    padding: 1vw 0vw;
}
.info-betting-list .info-list .head-line {}
.info-betting-list .info-list .bet-cash {
    color: #5ca1ff;
}
.con-button-betting-info {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 2vw;
}
.con-button-betting-info button {
    background-image: url('../images/betting/bg-btn.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 35vw;
    height: 8vw;
    border-radius: 5px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.3vw;
    border: unset;
}
/*************************************************************************/
/*************************** RULE ****************************************/
/*************************************************************************/
.rule-table .num {
  text-align: center;
}
.rule-table .banner {
  display: flex;
}
.rule-table .banner img {
    width: 100%;
    height: 100%;
}
.rule-table .logo-rule {
  text-align: center;
}
.rule-table .logo-rule img {}
.rule-table .views {
  text-align: center;
}
.rule-table {}
.rule-table table {
width: 100%;
border-collapse: separate;
border-spacing: unset;
}
.rule-table table thead {height: 10vw;background-image: url(../../images/betting/bg-table-theader.png);background-repeat: no-repeat;background-size: 100% 100%;}

.rule-table  {
border: 1px solid;
}
.rule-table , td {
border: unset;
border-color: unset;
font-family: NotoSansKR-Light;
background-color: #1b1b1b;
}
.rule-table table thead tr {}
.rule-table table thead tr th {font-weight: normal;}
.rule-table table tbody {}
.rule-table table tbody tr {
  border-color: #626262;
}
.rule-table table tbody tr td:first-child {
border: 1px solid #626262;
border-right: unset;
border-top: unset;
}
.rule-table table tbody tr td:last-child {
border: 1px solid #626262;
border-left: unset;
border-top: unset;
}
.rule-table table tbody tr td {
  border-bottom: 1px solid #626262;
}
.rule-table table tbody tr td:nth-child(2) {
  border-bottom: 1px solid #626262;
}
.rule-table table tbody tr td:nth-child(3) {
  border-bottom: 1px solid #626262;
}
.conten-rule-detail {
  padding: 10px;
  background: #434343;
}
.rule-detail {}
.rule-detail-form {
  display: flex;
}
.rule-detail-form-name {
  background: #1b1b1b;
  width: 166px;
  border: 1px solid #626262;
  display: flex;
  justify-content: flex-end;
  padding: 7px 20px;
}
.rule-detail-list {
  background: #2d2d2d;
  width: 100%;
  border: 1px solid #626262;
  padding-left: 20px;
  display: flex;
  align-items: center;
}
.rule-detail-list .sub-text {}
.rule-detail-conten {
  background: #1b1b1b;
  height: 300px;
  margin: 5px 0px;
  border: 1px solid #626262;
}

/* Notice */
.main-notice {
  width: 400px;
  padding: 0;
  position: absolute;
  /*top: 80px;*/
  background: #111;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 5px 5px 5px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 5px 5px 5px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 5px 5px 5px 2px rgba(0, 0, 0, 0.5);
  z-index: 99999;
}

.main-notice .notice-logo {
  text-align: center;
  height: 25px;
  opacity: 0.8;
  padding: 15px 0;
}

.main-notice .notice-logo img {
  height: 25px;
}

.main-notice .notice-title {
  padding: 5px 10px 20px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  font-size: 1.5em;
  font-weight: 900;
  text-align: center;
}

.main-notice .notice-body {
  /*min-height: 150px;*/
  /*max-height: 450px;*/
  /*overflow-y: auto;*/
  /*border-bottom: 1px solid rgba(0, 0, 0, 0.4);*/
  /*border-top: 1px solid rgba(255, 255, 255, 0.2);*/
}

.main-notice .notice-foot {
  font-size: 12px;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.main-notice .notice-foot .notice-foot-btn {
  width: 50%;
  float: left;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  color: #aaa;
  background: #222;
  font-size: 15px;
}

.main-notice .notice-body img {width:100%;}

.checkbox-ya {
	display: inline-block;    
	height: 28px;    
	line-height: 28px;  
	margin-right: 10px; 
	position: relative;
	vertical-align: middle;
	user-select: none;
}
.checkbox-ya .checkbox-ya-switch {
	display: inline-block;
	box-sizing: border-box;
	width: 16vw;
	height: 8vw;
	margin: 0 auto;
	position: relative;
	border-color: rgb(0 0 0);
	border: 2px solid #ffffff;
	border-radius: 35vw;
	font-size: 2vw;
	color: #fff;
	transition: all 150ms ease-in;
	text-transform: uppercase;
}
.checkbox-ya .checkbox-ya-switch:before {
	content: '';
	display: block;
	box-sizing: border-box;
	width: 28px;
	height: 28px;
	position: absolute;
	top: 50%;
	left: -1px;
	text-indent: -100%;
	background-color: #fff;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 35vw;
	transform: translateY(-50%);
	transition: all 150ms ease-in;
}
.checkbox-ya .checkbox-ya-feature {
	position: relative;
	display: block;
	height: 7vw;
	overflow: hidden;
}
.checkbox-ya .checkbox-ya-feature:before, .checkbox-ya .checkbox-ya-feature:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: all 150ms ease-in;
}
.checkbox-ya .checkbox-ya-feature:before {
	content: attr(data-label-on);
	left: -60%;
}
.checkbox-ya .checkbox-ya-feature:after {
	content: attr(data-label-off);
	right: 8px;
}
.checkbox-ya input[type=checkbox] {
	display: block;	
	width: 0;
	height: 0;	
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.checkbox-ya input[type=checkbox]:checked + .checkbox-ya-switch {
	background-position: 0 0;
	border-color: rgb(0 0 0);
	border: 2px solid #ffffff;
	border-radius: 35vw;
}
.checkbox-ya input[type=checkbox]:checked + .checkbox-ya-switch:before {
	left: calc(100% - 27px);
}
.checkbox-ya input[type=checkbox]:checked + .checkbox-ya-switch .checkbox-ya-feature:before {
	left: 13px;
}
.checkbox-ya input[type=checkbox]:checked + .checkbox-ya-switch .checkbox-ya-feature:after {
	right: -60%;
}

/* Hover */
.checkbox-ya input[type=checkbox]:not(:disabled) + .checkbox-ya-switch:hover:before {
	border-color: rgba(0,0,0,.6);
}
.checkbox-ya input[type=checkbox]:not(:disabled) + .checkbox-ya-switch:hover {
	cursor: pointer;
}

/* Disabled */
.checkbox-ya input[type=checkbox]:disabled + .checkbox-ya-switch {
	border-color: rgba(0, 0, 0, .1);	
	filter: grayscale(70%);
}
.checkbox-ya input[type=checkbox]:disabled + .checkbox-ya-switch .checkbox-ya-feature {
	color: #999;
}

/* Focus */
.checkbox-ya.focused .checkbox-ya-switch:before {
	border-width: 2px;
	border-color: #ffdb4d;
}


.switch {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
  overflow: hidden;
  border-color: rgb(0 0 0);
  border: 2px solid #ffffff;
  border-radius: 35vw;
  width: 17vw;
  height: 7vw;
  left: -3vw;
  padding: 0vw 0vw;
}
.switch input {
  display: none;
}
.switch input:checked + div {
  left: calc(80px - 38px);
  box-shadow: 0px 0px 0px white;
}
.switch div {
  position: absolute;
  width: 5vw;
  height: 5vw;
  border-radius: 35vw;
  background-color: white;
  top: 1vw;
  left: 1vw;
  box-shadow: 0px 0px 1px rgb(150, 150, 150);
  transition: all 0.3s;
}
.switch div:before,
.switch div:after {
  position: absolute;
  content: "ON";
  width: calc(80px - 46px);
  height: 8vw;
  line-height: 7vw;
  font-size: 3vw;
  font-weight: bold;
  top: -1vw;
  padding-left: 2vw;
}
.switch div:before {
  content: "OFF";
  color: rgb(255 255 255);
  left: 100%;
}
.switch div:after {
  content: "ON";
  right: 100%;
  color: white;
}

.switch-checked {
  /* background-color: #000000; */
  box-shadow: none;
}

.con-menu-game-link .arrow {
  position: absolute;
  top: 11vw;
  right: 6vw;
  transform: rotate(180deg);
}

.con-menu-game-link .arrow::before,
.con-menu-game-link .arrow::after {
  position: relative;
  content: '';
  display: block;
  width: 10px;
  height: 1px;
  background: white;
  transition: 0.3s ease-in-out;
}

.con-menu-game-link  .arrow::before {
  transform: rotate(45deg);
}

.con-menu-game-link .arrow::after {
  left: 6px;
  top: -1px;
  transform: rotate(-45deg);
}

.con-menu-game-link.active .arrow::before {
  transform: rotate(-45deg);
}

.con-menu-game-link.active .arrow::after {
  transform: rotate(45deg);
}

.tabbedPanels {width: 100%;}

.panelContainer {clear: left;margin-bottom: 2vw;
/* add height if you want equal panels */}




/* reset ul defaults  */
.tabs {margin: 0;padding: 0;list-style: none;display: flex;justify-content: space-between;}

/* set li properties  */
.tabs li {padding: 0;margin: 0;text-align: center;}

/* all formatting goes inside 'a' */
.tabs a {
             display: block;
             text-decoration: none;
             color: #fff;
             font-weight: bold;
             padding: 1vw 0vw 0vw 0vw;
               /* spaces out the tabs  */
             
               /* negative margin will move it down
             to blend in with outer border  */
             background-image: url(../images/mini/bg-slide-icon-mini-off.png);
             background-repeat: no-repeat;
             background-size: 100% 100%;
             width: 25vw;
             height: 16vw;
             }


.tabs a.active {background-color: #fff;color: #000;font-weight: bold;background-image: url(../images/mini/bg-slide-icon-mini-on.png);}

.panel img {

margin-top: 10px;
}

.panel p  {

margin-bottom: 0px;
}

.mini-tabs {}
.mini-tab-icon {
    height: 10vw;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tabs .mini-tab-icon .icon-1 {
    background-image: url(../images/mini/slide-icon-mini-1001.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 8vw;
    height: 8vw;
}
.tabs .mini-tab-icon .icon-2 {
    background-image: url(../images/mini/slide-icon-mini-1002.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 8vw;
    height: 8vw;
}
.tabs .mini-tab-icon .icon-3 {
    background-image: url(../images/mini/slide-icon-mini-1003.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 9vw;
    height: 9vw;
}
.tabs .mini-tab-icon .icon-4 {
    background-image: url(../images/mini/slide-icon-mini-1004.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 8vw;
    height: 8vw;
}
.tabs .mini-tab-icon .icon-5 {
    background-image: url(../images/mini/slide-icon-mini-1005.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 10vw;
    height: 4vw;
}


.tabs .active .mini-tab-icon .icon-1 {
    background-image: url(../images/mini/slide-icon-mini-1001-on.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 8vw;
    height: 8vw;
}
.tabs .active .mini-tab-icon .icon-2 {
    background-image: url(../images/mini/slide-icon-mini-1002-on.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 8vw;
    height: 8vw;
}
.tabs .active .mini-tab-icon .icon-3 {
    background-image: url(../images/mini/slide-icon-mini-1003-on.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 9vw;
    height: 9vw;
}
.tabs .active .mini-tab-icon .icon-4 {
    background-image: url(../images/mini/slide-icon-mini-1004-on.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 8vw;
    height: 8vw;
}
.tabs .active .mini-tab-icon .icon-5 {
    background-image: url(../images/mini/slide-icon-mini-1005-on.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 10vw;
    height: 4vw;
}
.mini-tab-icon img {}
.nini-tab-name {}

.mini-panel-tab {
    display: flex;
    justify-content: space-between;
}
.mini-list-tab {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url(../images/mini/bg-slide-icon-mini-penel.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #000;
    padding: 3vw 0vw;
    border: 1px solid #fff;
}
.mini-list-tab .mini-en {}
.mini-list-tab .mini-ko {}