/* ------------------------ lottery, roulette, coupon start ------------------------- */

div.box_lottery[data-v-35afea22]{
  background-image: none;
}

.lottery .box_lottery[data-v-35afea22]{
  background: url(../images/sub/bg_lottery.jpg) no-repeat top;
}

.box_coupon[data-v-35afea22] {
  max-width: 682px;
  width: 40%;
  height: 200px;
  padding-top: 0px;
  /* background: #0b0c10; */
  /* border: 1px solid #d4d4d4; */
  box-shadow: 0 2px 5px 3px rgba(0, 0, 0, .8);
  cursor: pointer;
  background-image: url(../images/common/coupon3.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.box_coupon .lottery_result[data-v-35afea22] {
  background-image: none;
}

/* .box_coupon .lottery_result strong {
  padding-top: 14px;
} */

.box_lottery .ticket_remain div:first-of-type span[data-v-35afea22]{
  font-size: 1.6rem;
}

.box_lottery .ticket_remain div:nth-of-type(2) button[data-v-35afea22]{
  font-size: 1.6rem;
}

.box_lottery .ticket_remain div:nth-of-type(2) button[data-v-35afea22]:nth-of-type(1) {
  background: #7d7d7d;
  margin-left: 4px;
}

.box_lottery .ticket_remain div:nth-of-type(2) button[data-v-35afea22]:nth-of-type(2) {
  background: #7e93a6;
  margin-left: 4px;
}

.box_lottery .ticket_remain div:first-of-type img[data-v-35afea22] {
  margin: 30px 10px 30px 0;
  filter: brightness(3);
  height: 24px;
}

.box_lottery .ticket_remain div:first-of-type span[data-v-35afea22] {
  color: #979797;
}

.box_lottery .lottery_empty[data-v-35afea22], .lottery_result[data-v-35afea22] {
  background: url(../images/sub/bg_lottery_screen_.jpg) no-repeat 50%;
  background-size: cover;
}


@media (max-width: 991px){
  .box_coupon[data-v-35afea22] {
    width: 100%;
    cursor: unset;
  }
}


/* ------------------------ lottery, roulette, coupon End ------------------------- */

.baordClass{
    width: 684px; 
    transform: translate(0px);
}

.container_center {
    width: 100%;
    padding: 10px 10px 0;
}

.agile {
    position: relative;
}

.agile__list {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.agile__track {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.main_slide .slide--1 {
    background-size: cover;
    background-position: top;
}
.agile--disabled .agile__track, .agile__slide {
    display: block;
}

.main_slider_1, .main_slider_1 .slogan {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    justify-content: center;
}
.main_slider_1 {
    position: relative;
    align-items: center;
}

.main_img {
    width: 100%;
}

.main_img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.main_slider_1 .slogan {
    position: absolute;
    left: 0;
    top: 0;
    align-items: flex-start;
    padding: 0 50px;
}
.main_slider_1, .main_slider_1 .slogan {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    justify-content: center;
}

.main_slider_1 .slogan em, .main_slider_1 .slogan span {
    color: #fff;
    font-family: NEXONFootball;
    font-weight: 600;
    margin-left: 15px;
}

.main_slider_1 .slogan em {
    font-size: 2.2rem;
    margin-bottom: 10px;
}

.main_slider_1 .slogan span {
    font-size: 3rem;
    margin-top: 30px;
}
.main_slider_1 .slogan em, .main_slider_1 .slogan span {
    color: #fff;
    font-family: NEXONFootball;
    font-weight: 600;
    margin-left: 15px;
}

.agile__dots {
    position: absolute !important;
    left: 0;
    bottom: 10px;
    width: 100%;
    justify-content: flex-end;
    padding-right: 10px;
}

.agile__dots {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.agile__dots .agile__dot {
    display: inline-block !important;
    margin: 0 4px;
}

.agile__dots .agile__dot--current button {
    display: inline-block !important;
    width: 30px;
    height: 7px;
    background-color: #fff;
    border-radius: 7px;
    padding: 0 !important;
}

.agile__arrow {
    position: absolute !important;
    left: 0;
    top: 0;
    display: block !important;
}

.agile__arrow svg {
    display: block;
}

.box_banner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 15px;
}

.box_banner li {
    display: flex;
    width: calc(16.66667% - 10px);
}

.box_banner li a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 120px;
}

.box_banner li a:before {
    content: "";
    opacity: .5;
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 80%;
    background: linear-gradient(90deg, #2e2035 0, #603636 51%, #2e2035);
    background-size: 200% auto;
    transition: all .3s ease 0s;
}

.box_banner li a img {
    position: absolute;
    right: 20px;
    bottom: 10px;
    z-index: 10;
    width: 110px;
    transition: all .3s;
}

.box_banner li a span {
    position: absolute;
    left: 15px;
    bottom: 15px;
    z-index: 2;
    font-size: 1.4rem;
    color: #fff;
    background: hsla(0, 0%, 100%, 0);
    border-radius: 30px;
    padding: 5px 12px 7px;
}

.box_game_banner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}

.box_game_banner li {
    width: calc(16.66667% - 10px);
}

.box_game_banner li a {
    position: relative;
    display: flex;
    overflow: hidden;
    height: 460px;
    border-radius: 6px;
    background: #23252e;
}

.box_game_banner li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    transition: .5s ease-in-out;
}

/* .box_banner li a:hover img {
  box-shadow: 0px 0px 30px #ffffff!important;
  filter: grayscale(0) brightness(1);
  border-radius: 35px;
} */

.box_game_banner li:first-of-type a:before {
    background: linear-gradient(90deg, #67b628, #a9da2b);
    -webkit-clip-path: circle(150px at 80% 20%);
    clip-path: circle(150px at 80% 20%)
  }

  .box_game_banner li:first-of-type a:hover:before {
    -webkit-clip-path: circle(300px at 80% -20%);
    clip-path: circle(300px at 80% -20%)
  }

  .box_game_banner li:first-of-type a .img_photo {
    top: 50%;
    right: 10%;
    transform: translateY(-40%)
  }

  .box_game_banner li a strong {
      position: absolute;
      top: 45%;
      left: -15%;
      font-size: 7em;
      line-height: .8;
      font-family: Arial;
      font-weight: 900;
      font-style: italic;
      color: hsla(0, 0%, 100%, .04);
  }
  
  .box_game_banner li a i {
      position: absolute;
      left: 50%;
      bottom: -50%;
      z-index: 2;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 60px;
      height: 60px;
      color: #fff;
      font-size: 2.4rem;
      border-radius: 100%;
      background: linear-gradient(90deg, #67b628, #a9da2b);
      transform: translateX(-50%);
      transition: .5s ease-in-out;
  }
  
  /* .box_game_banner li a:hover .img_photo {
      top: inherit !important;
      left: inherit !important;
  } */

  .box_game_banner li a .img_effect {
      position: absolute;
      z-index: 1;
      width: auto;
      transition: .6s;
  }
  
  .box_game_banner li:first-of-type a:hover .img_photo {
      top: 0;
      right: 5%;
      transform: translateY(0);
  }
  
  .box_game_banner li:first-of-type a .img_photo {
      top: 50%;
      right: 10%;
      transform: translateY(-40%);
  }
  
  .box_game_banner li a .img_photo {
      position: absolute;
      z-index: 1;
      width: auto;
      transition: .5s;
  }
  
  .box_game_banner li:first-of-type a:hover span {
      bottom: 32%;
  }
  
  .box_game_banner li a span {
      position: absolute;
      bottom: 17%;
      z-index: 2;
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 100%;
      transition: .6s ease-in-out;
  }
  
  .box_game_banner li a span em {
      color: #fff;
      font-family: NEXONFootball;
      font-size: 2.4rem;
      line-height: 1.2;
  }
  
  .box_game_banner li a span sub {
      text-align: center;
      font-style: normal;
      color: #fff;
      font-family: NEXONFootball;
      font-size: 1.5rem;
      line-height: 1.4;
      margin-top: 10px;
  }
  

  .box_game_banner li:first-of-type a .img_effect {
    top: -5%;
    left: -70%
  }

  .box_game_banner li:first-of-type a:hover .img_effect {
    left: -90%
  }

  .box_game_banner li:first-of-type a:hover span {
    bottom: 32%
  }

  .box_game_banner li:first-of-type a:hover i {
    bottom: 15%
  }

  .box_game_banner li:nth-of-type(2) a:before {
    background: linear-gradient(90deg, #ff4300, #ff2152);
    -webkit-clip-path: circle(150px at 30% 10%);
    clip-path: circle(150px at 30% 10%)
  }

  .box_game_banner li:nth-of-type(2) a:hover:before {
    -webkit-clip-path: circle(300px at 80% -20%);
    clip-path: circle(300px at 80% -20%)
  }

  .box_game_banner li:nth-of-type(2) a .img_photo {
    top: 50%;
    right: 10%;
    transform: translateY(-50%)
  }

  .box_game_banner li:nth-of-type(2) a:hover .img_photo {
    top: 0;
    right: 0;
    transform: translateY(0)
  }

  .box_game_banner li:nth-of-type(2) a .img_effect {
    top: 10px;
    left: 20%
  }

  .box_game_banner li:nth-of-type(2) a:hover .img_effect {
    left: -60%
  }

  .box_game_banner li:nth-of-type(2) a:hover span {
    bottom: 32%
  }

  .box_game_banner li:nth-of-type(2) a:hover i {
    bottom: 15%
  }

  .box_game_banner li:nth-of-type(3) a:before {
    background: linear-gradient(90deg, #646464, #3f3f3f);
    -webkit-clip-path: circle(150px at 70% 10%);
    clip-path: circle(150px at 70% 10%)
  }

  .box_game_banner li:nth-of-type(3) a:hover:before {
    -webkit-clip-path: circle(300px at 80% -20%);
    clip-path: circle(300px at 80% -20%)
  }

  .box_game_banner li:nth-of-type(3) a .img_photo {
    top: 10%;
    left: 50%;
    transform: translateX(-50%)
  }

  .box_game_banner li:nth-of-type(3) a:hover .img_photo {
    top: 2%
  }

  .box_game_banner li:nth-of-type(3) a .img_effect {
    top: -20%;
    left: 40%
  }

  .box_game_banner li:nth-of-type(3) a:hover .img_effect {
    top: -30%;
    left: 50%
  }

  .box_game_banner li:nth-of-type(3) a:hover span {
    bottom: 32%
  }

  .box_game_banner li:nth-of-type(3) a:hover i {
    bottom: 15%
  }

  .box_game_banner li:nth-of-type(4) a:before {
    background: linear-gradient(90deg, #9c6830, #a87e35);
    -webkit-clip-path: circle(150px at 30% 0);
    clip-path: circle(150px at 30% 0)
  }

  .box_game_banner li:nth-of-type(4) a:hover:before {
    -webkit-clip-path: circle(300px at 80% -20%);
    clip-path: circle(300px at 80% -20%)
  }

  .box_game_banner li:nth-of-type(4) a .img_photo {
    top: 1%;
    left: 50%;
    transform: translateX(-50%)
  }

  .box_game_banner li:nth-of-type(4) a:hover .img_photo {
    top: -7%
  }

  .box_game_banner li:nth-of-type(4) a .img_effect {
    top: -5%;
    left: -30%
  }

  .box_game_banner li:nth-of-type(4) a:hover .img_effect {
    top: -5%;
    left: -10%
  }

  .box_game_banner li:nth-of-type(4) a:hover span {
    bottom: 32%
  }

  .box_game_banner li:nth-of-type(4) a:hover i {
    bottom: 15%
  }

  .box_game_banner li:nth-of-type(5) a:before {
    /* background: linear-gradient(90deg, #ff4300, #ff2152); */
    background: linear-gradient(90deg, #fcfe6e, #d0780e);
    -webkit-clip-path: circle(150px at 30% 10%);
    clip-path: circle(150px at 30% 10%)
  }

  .box_game_banner li:nth-of-type(5) a:hover:before {
    -webkit-clip-path: circle(300px at 80% -20%);
    clip-path: circle(300px at 80% -20%)
  }

  .box_game_banner li:nth-of-type(5) a .img_photo {
    top: 15%;
    left: 50%;
    transform: translateX(-50%)
  }

  .box_game_banner li:nth-of-type(5) a:hover .img_photo {
    top: 5%
  }

  .box_game_banner li:nth-of-type(5) a .img_effect {
    top: -20%;
    left: -20%
  }

  .box_game_banner li:nth-of-type(5) a:hover .img_effect {
    top: -10%;
    left: -20%
  }

  .box_game_banner li:nth-of-type(5) a:hover span {
    bottom: 32%
  }

  .box_game_banner li:nth-of-type(5) a:hover i {
    bottom: 15%
  }

  .box_game_banner li:nth-of-type(6) a:before {
    background: linear-gradient(90deg, #fec31a, #fea602);
    -webkit-clip-path: circle(150px at 60% 10%);
    clip-path: circle(150px at 60% 10%)
  }

  .box_game_banner li:nth-of-type(6) a:hover:before {
    -webkit-clip-path: circle(300px at 80% -20%);
    clip-path: circle(300px at 80% -20%)
  }

  .box_game_banner li:nth-of-type(6) a .img_photo {
    top: 5%;
    right: 10%
  }

  .box_game_banner li:nth-of-type(6) a:hover .img_photo {
    right: -20%
  }

  .box_game_banner li:nth-of-type(6) a .img_effect {
    top: -10%;
    left: -20%
  }

  .box_game_banner li:nth-of-type(6) a:hover .img_effect {
    top: -10%;
    left: -40%
  }

  .box_game_banner li:nth-of-type(6) a:hover span {
    bottom: 32%
  }

  .box_game_banner li:nth-of-type(6) a:hover i {
    bottom: 15%
  }
  
.event-div img{
  width: 100%;
}

.esports-tab{
  margin-bottom: 10px;
}

.esports-tab button{
  background-color: #2c2c34;
  color: #999!important;
  /* height: 30px; */
  padding: 5px!important;
}

.esports-tab button:hover, .esports-tab button.active {
  background: linear-gradient(90deg, #55565b, #757575);
  color: #FFF!important;
}


/* ---------------- 베팅내역 -----------------  */
.table_history.h-40>tbody>tr>td {
  color: #fff;
  font-weight: 400;
  text-align: center;
  border-collapse: collapse;
  padding: 8px 5px;
  height: 40px;
  overflow: hidden;
}

.table_history>tbody>tr>td {
  color: #fff;
  font-weight: 400;
  text-align: center;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-collapse: collapse;
  padding: 8px 5px;
  height: 40px;
  overflow: hidden;
}

.table_history.h-40>tbody>tr>td.border-none, 
.table_history.h-40>tbody>tr>td.border-none .history-log>.title[data-v-7c26ed95], 
.table_history.h-40>tbody>tr>td.border-none .history-log .log-wrap .log>div[data-v-7c26ed95] {
  border: none;
  border-bottom: 0px solid #16161c;
}

.history-log[data-v-7c26ed95] {
  width: 100%;
}

.history-log .back-btn[data-v-7c26ed95] {
  flex-shrink: 0;
}

.history-log>.title[data-v-7c26ed95] {
  flex-shrink: 0;
  height: 45px;
  background-color: #2f313c;
  padding: 0px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.history-log .log-wrap[data-v-7c26ed95] {
  flex-shrink: 0;
}

.history-log .log-wrap .log[data-v-7c26ed95] {
  flex-shrink: 0;
  margin-bottom: 10px;
}

.history-log .log-wrap .log[data-v-7c26ed95]:last-child {
  margin-bottom: 0px !important;
}

.history-log .log-wrap .log>div[data-v-7c26ed95] {
  padding: 0px 10px;
  height: 45px;
  background-color: #303340;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  align-items: center;
}

/* .history-log .log-wrap .log .pick[data-v-7c26ed95] {
  background-color: rgb(39, 43, 69) !important;
} */

.history-log>.total[data-v-7c26ed95] {
  flex-shrink: 0;
  height: 45px;
  background-color: #303340;
  padding: 0px 10px;
}

.history-log>.total>span[data-v-7c26ed95] {
  width: 25%;
}

.text {
  display: flex;
  justify-content: center;
  align-items: center;
}

.text.text-level-1 {
  font-weight: 300;
  font-size: 6rem !important;
  letter-spacing: -0.015625em !important;
}

.text.text-level-2 {
  font-weight: 300;
  font-size: 3.75rem !important;
  letter-spacing: -0.00833333em !important;
}

.text.text-level-3 {
  font-weight: 400;
  font-size: 3rem !important;
  letter-spacing: normal !important;
}

.text.text-level-4 {
  font-weight: 400;
  font-size: 2.125rem !important;
  letter-spacing: 0.00735294em !important;
}

.text.text-level-5 {
  font-weight: 400;
  font-size: 1.5rem !important;
  letter-spacing: normal !important;
}

.text.text-level-6 {
  font-weight: 500;
  font-size: 1.0625rem !important;
  letter-spacing: 0.0125em !important;
}

.text.text-level-7 {
  font-weight: 400;
  font-size: 0.812rem !important;
  letter-spacing: 0.009375em !important;
}

.text.text-level-8 {
  font-weight: 500;
  font-size: 0.75rem !important;
  letter-spacing: 0.00714286em !important;
}

.text.text-level-9 {
  letter-spacing: 0.0178571em !important;
}

.text.text-level-9, .text.text-level-10 {
  font-weight: 400;
  font-size: 0.6875rem !important;
}

.text.text-level-10 {
  letter-spacing: 0.03125em !important;
}

.text.text-level-11 {
  font-weight: 400;
  font-size: 0.625rem !important;
  letter-spacing: 0.0333333em !important;
}

.spacer {
  flex-grow: 1;
}

.tournament-icon img[data-v-3285b224] {
  height: 16px;
  margin-right: 5px;
}

/* --------------- 배팅내역 끝 ---------------- */


.event-div.break-spaces img{
  width: 100%!important;
}


@media (max-width: 1920px){
    .slogan {
        zoom: .5;
    }

    .box_banner {
        margin-top: 0;
    }

    .box_banner li a img {
        zoom: .7;
    }
}

@media (max-width: 1439px){
    .box_banner li {
        width: calc(33.33333% - 10px);
    }

    .box_banner .list {
        width: calc(33.33333% - 10px);
    }

    .box_banner li a img {
        width: 96px;
    }

    .box_game_banner {
        margin-top: 10px;
    }

    .box_game_banner li {
        width: calc(33.33333% - 6px);
    }
    
    .box_game_banner li:nth-child(4), 
    .box_game_banner li:nth-child(5), 
    .box_game_banner li:nth-child(6) {
        margin-top: 5px;
    }

}


@media (max-width: 1190px){
    .slogan {
        zoom: .5;
    }
}

@media (max-width: 991px){
    .main_img {
        width: 100%;
        height: 100%;
    }

    .main_img>img {
        width: 100%;
        height: 280px;
        -o-object-fit: cover;
        object-fit: cover;
    }
    
    .main_slider_1 .slogan {
        position: absolute;
        left: 0;
        top: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        width: 100%;
        height: 100%;
        padding: 0 25px;
    }

    .slogan {
        zoom: 1;
    }

    .slogan em {
        font-size: 1.3rem !important;
    }

    .slogan img {
        width: 100%;
        max-width: 300px;
        height: auto !important;
    }

    .slogan span {
        font-size: 1.5rem !important;
        line-height: 1.4;
    }

    .box_banner {
        display: flex;
        justify-content: space-between;
        margin: 2px 0 0;
    }

    .box_banner li {
        display: flex;
        width: calc(50% - 1px);
        margin-bottom: 1px;
    }

    .box_banner li a {
        position: relative;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        height: 70px;
    }

    .box_banner li a:before {
        content: "";
        opacity: .6;
        position: absolute;
        left: 0;
        bottom: 0;
        display: block;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, #2e2035 0, #9b3e3e 51%, #2e2035);
        background-size: 200% auto;
        transition: all .3s ease 0s;
    }

    .box_banner li a img {
        position: absolute;
        right: 20px;
        top: 16px;
        z-index: 10;
        width: 70px;
        transition: all .3s;
    }

    .box_banner li a:before {
        content: "";
        opacity: .6;
        position: absolute;
        left: 0;
        bottom: 0;
        display: block;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, #2e2035 0, #9b3e3e 51%, #2e2035);
        background-size: 200% auto;
        transition: all .3s ease 0s;
    }

}

@media (min-width: 768px){
    .box_banner li a:hover:before {
        background-position: 100%;
    }

    .box_banner li a:hover img {
        content: "";
        transform: scale(1.1);
    }

    .box_banner li a:hover span {
        background: #e32028;
    }
}

@media (max-width: 767px){
    .container_center {
        padding: 0;
    }

    .mobile_scroll {
        position: relative !important;
        height: 100%;
        overflow: hidden !important;
        overflow-y: auto !important;
    }

    .box_game_banner li {
        width: calc(50% - 1px);
        margin-top: 2px !important;
    }

    .box_game_banner li a {
        height: 200px;
        border-radius: 0;
    }

    .box_game_banner li a:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        -webkit-clip-path: circle(120px at 50% -20%) !important;
        clip-path: circle(120px at 50% -20%) !important;
        transition: .5s ease-in-out;
    }

    .box_game_banner li a .img_effect {
        display: none;
    }

    .box_game_banner li a .img_photo {
        position: absolute;
        z-index: 1;
        width: auto;
        transition: .5s;
    }

    .box_game_banner li a strong {
        position: absolute;
        top: 45%;
        left: -15%;
        font-size: 7em;
        line-height: .8;
        font-family: Arial;
        font-weight: 900;
        font-style: italic;
        color: hsla(0, 0%, 100%, .04);
    }

    .box_game_banner li a span {
        position: absolute;
        top: 0;
        bottom: inherit;
        z-index: 2;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
    }

    .box_game_banner li a span {
        height: 200px;
    }

    .box_game_banner li a span em {
        width: 120px;
        color: #fff;
        font-family: NEXONFootball;
        font-size: 2rem;
        text-align: center;
        line-height: 1;
        padding: 6px 0 4px;
        margin-top: 20px;
    }

    .box_game_banner li a i, .box_game_banner li a span sub {
        display: none;
    }

    .box_game_banner li a i, .box_game_banner li a span sub {
        display: none;
    }
}

@media (max-width:767px) {
    .box_game_banner {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-top: 0
    }

    .box_game_banner li {
      width: calc(50% - 1px);
      margin-top: 2px !important
    }

    .box_game_banner li a {
      height: 200px;
      border-radius: 0
    }

    .box_game_banner li a span {
      height: 200px
    }

    .box_game_banner li a:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      z-index: 1;
      width: 100%;
      height: 100%;
      -webkit-clip-path: circle(120px at 50% -20%) !important;
      clip-path: circle(120px at 50% -20%) !important;
      transition: .5s ease-in-out
    }

    .box_game_banner li a strong {
      position: absolute;
      top: 45%;
      left: -15%;
      font-size: 7em;
      line-height: .8;
      font-family: Arial;
      font-weight: 900;
      font-style: italic;
      color: hsla(0, 0%, 100%, .04)
    }

    .box_game_banner li a .img_photo {
      position: absolute;
      z-index: 1;
      width: auto;
      transition: .5s
    }

    .box_game_banner li a .img_effect {
      display: none
    }

    .box_game_banner li a span {
      position: absolute;
      top: 0;
      bottom: inherit;
      z-index: 2;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: center;
      width: 100%
    }

    .box_game_banner li a span em {
      width: 120px;
      color: #fff;
      font-family: NEXONFootball;
      font-size: 2rem;
      text-align: center;
      line-height: 1;
      padding: 6px 0 4px;
      margin-top: 20px
    }

    .box_game_banner li a i,
    .box_game_banner li a span sub {
      display: none
    }

    .box_game_banner li a:hover .img_photo {
      top: inherit !important;
      left: inherit !important
    }

    .box_game_banner li:first-of-type a .img_photo,
    .box_game_banner li:first-of-type a:hover .img_photo {
      top: 30% !important;
      left: 10% !important;
      right: inherit !important;
      transform: translateY(0);
      zoom: .8
    }

    .box_game_banner li:nth-of-type(2) a .img_photo,
    .box_game_banner li:nth-of-type(2) a:hover .img_photo {
      top: 30% !important;
      left: -15% !important;
      right: inherit !important;
      transform: translateY(0);
      zoom: .8
    }

    .box_game_banner li:nth-of-type(3) a .img_photo,
    .box_game_banner li:nth-of-type(3) a:hover .img_photo {
      top: 30% !important;
      left: 15% !important;
      right: inherit !important;
      transform: translateY(0);
      zoom: .8
    }

    .box_game_banner li:nth-of-type(4) a .img_photo,
    .box_game_banner li:nth-of-type(4) a:hover .img_photo {
      top: 20% !important;
      left: -3% !important;
      right: inherit !important;
      transform: translateY(0);
      zoom: .8
    }

    .box_game_banner li:nth-of-type(5) a .img_photo,
    .box_game_banner li:nth-of-type(5) a:hover .img_photo {
      top: 30% !important;
      left: 12% !important;
      right: inherit !important;
      transform: translateY(0);
      zoom: .8
    }

    .box_game_banner li:nth-of-type(6) a .img_photo,
    .box_game_banner li:nth-of-type(6) a:hover .img_photo {
      top: 30% !important;
      left: -3% !important;
      right: inherit !important;
      transform: translateY(0);
      zoom: .8
    }
  }



/* ------------------- Roulette Start ----------------------- */
/* .roulette_wrap .scroll_table_lottery_history.ps[data-v-35afea22] {
    background: #1c202f;
    height: 415px;
    border-radius: 0px 0px 5px 5px;
} */
@media (max-width: 575px){
  .pagenation_type_1 .inactive a.active, .pagenation_type_1 .inactive.active {
    color: #bbb;
    border: none;
    background-color: #7d7d7d;
  }
  .pagenation_type_1 .inactive {
    margin: 0px 3px!important;
    border-radius: 4px;
  }
}

.lottery .table_lottery_history thead tr[data-v-35afea22] {
  background: #292c3b;
}

.lottery .table_lottery_history tbody tr[data-v-35afea22] {
  background: #1d202d;
}  

.lottery .table_lottery_history tbody tr[data-v-35afea22]:nth-child(2n) {
  background: #232531;
}

.lottery .table_lottery_history tbody tr[data-v-35afea22] td{
  border: none;
}

.roulette_wrap .table_lottery_history thead tr[data-v-35afea22] {
  background: #292c3b;
}

.roulette_wrap .table_lottery_history tbody tr[data-v-35afea22] {
  background: #1d202d;
}  

.roulette_wrap .table_lottery_history tbody tr[data-v-35afea22]:nth-child(2n) {
  background: #232531;
}

.roulette_wrap .table_lottery_history tbody tr[data-v-35afea22] td{
  border: none;
}


.roulette_wrap .titlebox {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.roulette_wrap .titlebox .label{
  font-size: 1.6rem;
  color: #7d7d7d;
}

.roulette_wrap .titlebox .label span{
  font-size: 1.6rem;
  color: #ffffff;
}

#roulette {
  display: block;
  width: 100%;
  height: 680px;
  position: relative;
}

.shadow_box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 526px;
  height: 526px;
  /* box-shadow: inset 5px 5px 60px 30px #000000; */
  border-radius: 280px;
  z-index: 0;
}

.roulettebox {
  display: flex;
  justify-content: center;
}

img.roulette_base_plate {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
img.roulette_rotate_plate {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.roulette_rotate_plate {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

img.roulette_center_cover {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 110px;
}

.shadow_box, .shadow_box:hover {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 526px;
  height: 526px;
  /* box-shadow: inset 5px 5px 60px 30px #000000 !important; */
  /* box-shadow: inset 0px 0px 15px 5px #000000c7 !important; */
  border-radius: 280px;
  z-index: 1;
}

img.roulette_center_cover_ring{
  width: 585px;
  height: 585px;
}

@media (max-width: 991px){
  
  img.roulette_center_cover {
    width: 90px;
  }

  img.roulette_center_cover_ring {
    width: 410px;
    height: 410px;
  }
}

img.roulette_arrow {
  position: absolute;
  left: 50%;
  top: 55px;
  transform: translate(-50%, 0);
  z-index: 1;
}
.result_point {
  position: absolute;
  left: 50%;
  top: 0px;
  display: flex;
  transform: translate(-50%);
  white-space: nowrap;
}
.result_point > .label {
  font-size: 1.6rem;
  font-weight: 600;
  margin-right: 15px;
  margin-bottom: 0;
  color: #7d7d7d;
}
.result_point > .value {
  font-size: 1.6rem;
  font-weight: 600;
  margin-right: 0px;
  margin-bottom: 0;
  color: #ffffff;
}
.btn_play {
  position: absolute;
  left: 50%;
  bottom: 0px;
  height: 50px;
  width: 150px;
  text-align: center;
  line-height: 48px;
  border: 1px solid #262e45;
  transform: translate(-50%);
  border-radius: 10px;
  color: #CCCCCC;
}
.btn_play:hover {
  transform: translate(-50%) scale(1.1);
  transition: all 300ms;
  z-index: 10;
  color: #ffffff;
  text-shadow: 0px 0px 5px #991bd4, 0px 0px 10px #d41b8d, 0px 0px 20px #991bd4;
}
.btn_play > .effect {
  position: absolute;
  display: block;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  box-shadow: inset 0px 0px 10px #000000;
  transition: all 300ms;
  cursor: pointer;
}
@keyframes lottery_btn_effect {
  0% {
    background-position: 0rem;
  }
  100% {
    background-position: 20rem;
  }
}
.btn_play > .effect {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 20rem 20rem;
  filter: blur(5px);
  animation: lottery_btn_effect 3s infinite linear;
  box-shadow: inset 0px 0px 10px #7785ff93;
  transition: all 300ms;
}



@media (max-width: 991px){
  #roulette_wrap .titlebox {
    display: flex;
    justify-content: center;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  #roulette_wrap .titlebox > .labelgrp {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .roulettebox {
    display: flex;
    justify-content: center;
  }
  
  #roulette {
    display: block;
    width: 100%;
    height: 530px;
    position: relative;
  }

  #roulette > img.roulette_base_plate {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  #roulette > img.roulette_rotate_plate {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
  }

  #roulette > .roulette_rotate_plate {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
  }

  #roulette > .shadow_box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 360px;
    height: 360px;
    box-shadow: inset 5px 5px 60px 30px #000000;
    border-radius: 280px;
    z-index: 1;
  }

  #roulette > img.roulette_center_cover {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  #roulette > img.roulette_arrow {
    position: absolute;
    left: 50%;
    top: 55px;
    transform: translate(-50%, 0);
    z-index: 1;
  }

  #roulette > .result_point {
    position: absolute;
    left: 50%;
    top: 0px;
    display: flex;
    transform: translate(-50%);
  }

  #roulette > .result_point > .label {
    font-size: 22px;
    font-weight: 600;
    margin-right: 15px;
  }

  #roulette > .result_point > .value {
    font-size: 22px;
    font-weight: 600;
    margin-right: 15px;
    /* color: #ef7c00; */
  }

  #roulette > .btn_play {
    position: absolute;
    left: 50%;
    bottom: 0px;
    height: 50px;
    width: 150px;
    text-align: center;
    line-height: 48px;
    border: 1px solid #262e45;
    transform: translate(-50%);
    border-radius: 10px;
  }

  #roulette > .btn_play:hover {
    transform: translate(-50%) scale(1.1);
    transition: all 300ms;
    z-index: 10;
    color: #ffffff;
    text-shadow: 0px 0px 5px #991bd4, 0px 0px 10px #d41b8d, 0px 0px 20px #991bd4;
  }
  #roulette > .btn_play > .effect {
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    box-shadow: inset 0px 0px 10px #000000;
    transition: all 300ms;
    cursor: pointer;
  }

  @keyframes lottery_btn_effect {
    0% {
      background-position: 0rem;
    }
    100% {
      background-position: 20rem;
    }
  }

  #roulette > .btn_play > .effect {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
    background-size: 20rem 20rem;
    filter: blur(5px);
    animation: lottery_btn_effect 3s infinite linear;
    box-shadow: inset 0px 0px 10px #7785ff93;
    transition: all 300ms;
  }
}

/* -------------------------- Roulette End ----------------------------- */


  #layout3Container > div.bg_normal_1 > div.bg_grad_1.padding-15px-lr.xs-no-padding-lr > div > div:nth-child(1) > div > div > table > tbody > tr > td > div > img{
    width: 45px;
    margin-top: 10px;
  }

@media (max-width: 991px){
  #layout3Container > div.bg_normal_1 > div.bg_grad_1.padding-15px-lr.xs-no-padding-lr > div > div:nth-child(1) > div > div > table > tbody > tr > td > div > img{
    /* width: 40px; */
    margin-top: 0px;
    margin-bottom: 10px;
  }
}

.title_info_s_.margin-10px-tb > img{
  height: 28px;
  margin-right: 5px;
}

.title_info_s_[data-v-621a4120] {
  font-size: 1.8rem;
}
.title_info[data-v-621a4120], .title_info_s_[data-v-621a4120] {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: NEXON2;
}

.box_p_estimate.bg_grad_bottom_1 div[data-v-2399d2bb]:nth-of-type(2){
  transform: translate(0px, -50%);
  margin-top: 0;
}

@media (max-width: 991px){
  .box_p_estimate.bg_grad_bottom_1 div[data-v-2399d2bb]:nth-of-type(2){
    transform: translate(0px, 0);
  }
}


/* ---------------------- Custome Radio Button ------------------------ */

.radio-group{
  height: 50px;
  color: #FFF;
}

/* The container */
.radio-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  height: 24px;
  width: 24px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio-container input:checked ~ .checkmark {
  background-color: #7d7d7d;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio-container .checkmark:after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
	border-radius: 50%;
	background: white;
}

.justify-evenly{
  justify-content: space-evenly;
}

.birthday-input{
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0;
}


/* ----------------------- 유저 정보변경 ------------------------- */

.update-use-box{
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}

.update-use-box > div {
  width: calc(50% - 1px);
  background-color: #191b27;
  padding: 30px 50px;
}

.update-use-box .user-input-div > span{
  padding-bottom: 10px;
  padding-left: 10px;
  display: block;
}

.user-input-div{
  /* margin: auto; */
  max-width: 800px;
}

.user-update-div:first-child .user-input-div{
  margin-left: auto;
}

.user-update-div:nth-child(2) .user-input-div{
  margin-right: auto;
}

.update-use-box label{
  font-size: 16px;
}

.update-use-box .radio-container{
  padding-right: 30px;
}

.update-use-box .radio-container.padding-left-0{
  padding-left: 0;
}

.update-use-box .radio-container.padding-right-0{
  padding-right: 10px;
}

@media (max-width: 991px){
  .update-use-box{
    display: block;
  }

  .update-use-box > div {
    width: 100%;
  }
}