body, html {
  font-size: 10px;
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  list-style: none;
  font-style: normal;
  font-family: Noto Sans KR, sans-serif;
}

a, abbr, acronym, address, applet, article, aside, 
audio, b, big, blockquote, button, canvas, caption, 
center, cite, code, dd, del, details, dfn, div, dl, 
dt, em, embed, fieldset, figcaption, figure, footer, 
form, h1, h2, h3, h4, h5, h6, header, hgroup, i, 
iframe, img, ins, kbd, label, legend, li, mark, 
menu, nav, object, ol, output, p, pre, q, ruby, 
s, samp, section, small, span, strike, strong, 
sub, summary, sup, table, tbody, td, tfoot, th, 
thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 1.3rem;
  box-sizing: border-box;
  list-style: none;
  font-style: normal;
  font-family: Noto Sans KR, sans-serif;
}

a{
  text-decoration: blink;
}


.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  background-color: #141621;
}

.header_top {
  position: relative;
  height: 51px;
}

.logo {
  position: absolute;
  left: 20px;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
  transition: all .3s;
}

.logo span {
  color: #fff;
  font-family: NEXON2;
  font-size: 1.5rem;
  padding-left: 20px;
}

.logo img {
    height: 50px;
    margin-top: 20px;
}

.logo span b {
  color: #e32028;
}

.top_menu {
  position: absolute;
  right: 20px;
  top: 0;
  display: flex;
  justify-content: flex-end;
}

.menu_1>li>div, .top_menu {
  align-items: center;
  height: 100%;
}

.top_asset {
  display: flex;
  align-items: center;
}

.top_asset a {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 20px;
  color: #fff;
  font-size: 1.3rem;
  padding: 0 10px;
}

.main-color2-light {
  color: #a9da2b !important;
}

.top_asset a i {
  font-size: 1.6rem;
  color: #fff;
  margin-right: 5px;
  margin-bottom: -1px;
}

[class*=" xi-"], [class^=xi-] {
  font-family: xeicon!important;
  display: inline-block;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.top_log button:first-of-type {
  background: hsla(0, 0%, 100%, .2);
  margin-left: 0;
}

.top_log button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 36px;
  color: #fff;
  font-size: 1.3rem;
  background: hsla(0, 0%, 100%, .2);
  /* background: #a9da2b; */
  padding-bottom: 2px;
  margin-left: 2px;
}

.top_log button:hover{
  background: #e32028;
}


.top_log_active {
  background: #e3202888;
}

.mobile_header_info, 
.mobile_logout, 
.mobile_menu_close, 
.mobile_reflesh, 
.mobile_toggle {
  display: none;
}


.margin-10px-right {
  margin-right: 10px;
}


.display-none {
  display: none !important;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.menu_1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  transition: all .3s;
  max-width: 1200px;
  margin: auto;
}

.menu_1>li {
  width: 11.11111111111111%;
  cursor: pointer
}

.menu_1>li,
.menu_1>li>a {
  position: relative;
  height: 100%
}

.menu_1>li>a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 1.6rem;
  font-family: Noto Sans KR;
  font-weight: 400;
  color: #fff !important;
  padding: 0 0 2px;
  text-align: center;
}

.menu_1>li>a.nuxt-link-active,
.menu_1>li>a:hover {
  color: #fff !important;
  background: linear-gradient(90deg, rgb(255, 65, 4) 0px, rgb(255, 36, 75) 51%, rgb(255, 65, 4)) 0% 0% / 200%;
  /* background: linear-gradient(90deg, rgb(158, 158, 158), rgb(189, 189, 189)) 0% 0% / 200%; */
  background-size: 200% auto;
  transition: all .3s ease 0s
}

.menu_1>li>div {
  display: inline-flex;
  font-size: 1.5rem;
  font-family: NEXON2;
  font-weight: 500;
  letter-spacing: -.5px;
  color: #fff !important;
  padding: 0 15px
}

.menu_1>li>div,
.top_menu {
  align-items: center;
  height: 100%
}

.top_div[data-v-ff1f95d0] {
  width: 1px;
  height: 16px;
  background: hsla(0, 0%, 100%, .3);
  margin: 0 20px 0 10px;
}



@media (max-width: 991px){
  .header {
      position: fixed;
      left: 0;
      top: 0;
      z-index: 100;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 50px;
      border-bottom: 1px solid #e32028;
  }

  .header_bottom, .header_top {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: #141621;
  }

  .logo {
    position: relative;
    left: inherit;
  }

  .logo img {
    height: 26px;
  }

  .md-display-none {
    display: none !important;
  }

  .md-display-none {
    display: none !important;
  }

  .top_asset a {
    padding: 0 5px;
  }

  .mobile_header_info, 
  .mobile_top_log {
    position: fixed;
    display: flex;
    left: 0;
    top: 50px;
    width: 100%;
    height: 50px;
    background: #141621;
  }

  .mobile_top_log {
    z-index: 10000;
    display: inline-flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
  }

  .mobile_top_log a, .mobile_top_log button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: calc(50% - 1px);
    height: 36px;
    border: 1px solid #e32028;
    border-radius: 18px;
    color: #fff;
    font-size: 1.3rem;
    padding-bottom: 3px;
  }

  .mobile_top_log i {
    font-size: 1.6rem;
    margin-bottom: -2px;
  }
  

  .md-display-block {
    display: block !important;
  }

  .modal-register{
    height: 90%;
    overflow: auto;
    display: block;
  }

  .nav {
    position: fixed;
    display: block;
    width: 100%;
    height: 100vh;
    z-index: 100000;
    background: rgba(0, 0, 0, .85);
    left: 0;
    top: 0;
    text-align: center;
    transition: all .5s;
    overflow: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-top: 50px;
  }

  .mobile_menu_close {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100001;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    cursor: pointer;
  }

  .logo_menu {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10000;
    width: 100%;
    height: 51px;
    border-bottom: 1px solid rgba(0, 0, 0, .3);
    background: #141621;
  }

  .logo_menu, 
  .telegram {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .logo_menu img {
    height: 26px;
  }

  .mobile_menu_0 {
    display: flex;
    align-items: center;
    background: #141621;
    height: 36px;
    margin: 10px 10px 0;
  }

  .mobile_menu_0 a {
    width: 50%;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 36px;
    color: #fff;
    font-size: 1.6rem;
  }

  .mobile_menu_0 a i {
    font-size: 1.6rem;
    color: #a9da2b;
    margin-right: 5px;
    margin-bottom: -2px;
  }

  .mobile_menu_1 {
    display: flex;
    align-items: center;
    height: 72px;
    margin: 10px 12px;
    flex-wrap: wrap;
  }

  .mobile_menu_1 a {
    /* width: 33.33%; */
    width: 25%;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 36px;
    color: #fff;
    font-size: 1.6rem;
    padding-bottom: 2px;
  }

  .mobile_menu_1 a i {
    font-size: 1.6rem;
    color: #fff;
    margin-right: 5px;
    margin-bottom: -2px;
  }

  .mobile_menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 10px;
  }

  .mobile_menu li {
    width: calc(50% - 1px);
    margin: 0 0 2px;
  }

  .mobile_menu li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    font-family: Gmarket;
    letter-spacing: -1px;
    background: #e32028;
  }

  .mobile_menu_2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px;
  }

  .mobile_menu_2 li {
    width: calc(33.33% - 1px);
    margin: 0 0 2px;
  }
  /* .mobile_menu_2 li {
    width: calc(33.33333% - 1px);
    margin: 0 0 2px;
  } */

  .mobile_menu_2 li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    color: #fff;
    font-size: 1.6rem;
    letter-spacing: -1px;
    background: #8ea4b7;
    padding-bottom: 0;
  }

}


@media (max-width: 1920px) {
  .header_bottom[data-v-ff1f95d0] { padding: 0px; }
}

@media (max-width: 1600px) {
  .header_bottom[data-v-ff1f95d0] { padding: 0px; }
  
  .modal-register{
    height: 90%;
    overflow: auto;
    display: block;
  }
}

@media (max-width: 1439px) {
  .menu_1 > li > a[data-v-ff1f95d0] { font-size: 1.5rem; }
  
  .modal-register{
    height: 90%;
    overflow: auto;
    display: block;
  }
}

@media (max-width: 1190px) {
  .menu_1 > li > a[data-v-ff1f95d0] { font-size: 1.4rem; }
  .top_menu ul[data-v-ff1f95d0] { display: none; }
  .top_asset a[data-v-ff1f95d0] { padding: 0px 5px; }
  
  .modal-register{
    height: 90%;
    overflow: auto;
    display: block;
  }
}


@media (max-width: 991px) {
  .header[data-v-ff1f95d0] { position: fixed; left: 0px; top: 0px; z-index: 100; display: flex; justify-content: center; align-items: center; width: 100%; height: 50px; border-bottom: 1px solid rgb(227, 32, 40); }
  .header.nav-up[data-v-ff1f95d0] { background: rgb(23, 26, 35); }
  .nav[data-v-ff1f95d0] { position: fixed; display: block; width: 100%; height: 100vh; z-index: 100000; background: rgba(0, 0, 0, 0.85); left: 0px; top: 0px; text-align: center; transition: all 0.5s ease 0s; overflow: hidden scroll; padding-top: 50px; }
  .nav[data-v-ff1f95d0]::-webkit-scrollbar { width: 0px; height: 0px; }
  .logo[data-v-ff1f95d0] { position: relative; left: inherit; }
  .logo img[data-v-ff1f95d0] { height: 26px; }
  .mobile_toggle[data-v-ff1f95d0] { position: absolute; left: 0px; top: 0px; display: flex; justify-content: center; align-items: center; width: 50px; height: 50px; cursor: pointer; }
  .mobile_toggle i[data-v-ff1f95d0] { font-size: 22px; color: rgb(255, 255, 255); line-height: 50px; }
  .mobile_reflesh[data-v-ff1f95d0] { position: absolute; left: 50px; top: 0px; display: flex; justify-content: center; align-items: center; width: 40px; height: 50px; cursor: pointer; }
  .mobile_reflesh i[data-v-ff1f95d0] { font-size: 22px; color: rgb(255, 255, 255); line-height: 50px; }
  .mobile_menu_close[data-v-ff1f95d0] { position: fixed; right: 0px; top: 0px; z-index: 100001; display: flex; justify-content: center; align-items: center; width: 50px; height: 50px; cursor: pointer; }
  .mobile_menu_close i[data-v-ff1f95d0] { font-size: 22px; color: rgb(255, 255, 255); line-height: 50px; }
  .mobile_logout[data-v-ff1f95d0] { position: absolute; right: 0px; top: 0px; display: flex; justify-content: center; align-items: center; width: 50px; height: 50px; cursor: pointer; }
  .mobile_logout i[data-v-ff1f95d0] { font-size: 22px; color: rgb(255, 255, 255); }
  .mobile_header_info[data-v-ff1f95d0] { display: flex; }
  .mobile_header_info[data-v-ff1f95d0], .mobile_top_log[data-v-ff1f95d0] { position: fixed; left: 0px; top: 50px; width: 100%; height: 50px; background: rgb(20, 22, 33); }
  .mobile_top_log[data-v-ff1f95d0] { z-index: 10000; display: inline-flex; flex-direction: row; justify-content: space-between; align-items: center; padding: 0px 15px; }
  .mobile_top_log a[data-v-ff1f95d0], .mobile_top_log button[data-v-ff1f95d0] { display: inline-flex; justify-content: center; align-items: center; width: calc(50% - 1px); height: 36px; border: 1px solid rgb(227, 32, 40); border-radius: 18px; color: rgb(255, 255, 255); font-size: 1.3rem; padding-bottom: 3px; }
  .mobile_top_log a.full[data-v-ff1f95d0], .mobile_top_log button.full[data-v-ff1f95d0] { background: rgb(227, 32, 40); }
  .mobile_top_log i[data-v-ff1f95d0] { font-size: 1.6rem; margin-bottom: -2px; }
  .mobile_top_user[data-v-ff1f95d0] { display: flex; flex-wrap: wrap; align-items: center; width: 100%; }
  .mobile_top_user > div[data-v-ff1f95d0] { display: inline-flex; align-items: center; width: 50%; height: 25px; color: rgb(255, 255, 255); font-size: 1.3rem; padding-left: 20px; }
  .mobile_top_user > button[data-v-ff1f95d0], .mobile_top_user > div[data-v-ff1f95d0]:nth-child(3) { background: rgba(255, 255, 255, 0.05); }
  .mobile_top_user > div i[data-v-ff1f95d0] { font-size: 1.6rem; color: rgb(227, 32, 40); margin-right: 5px; }
  .mobile_top_user > button[data-v-ff1f95d0] { display: inline-flex; align-items: center; width: 50%; height: 25px; color: rgb(255, 255, 255); font-size: 1.3rem; padding-left: 20px; }
  .mobile_top_user > button i[data-v-ff1f95d0] { font-size: 1.6rem; color: rgb(227, 32, 40); margin-right: 5px; }
  .mobile_top_user > button strong[data-v-ff1f95d0] { display: inline-block; font-weight: 300; font-size: 1.3rem; background: rgb(255, 33, 82); border-radius: 2px; padding: 3px 3px 4px; margin: 1px 0px 0px 5px; }
  .mobile_top_user .user a em[data-v-ff1f95d0] { color: rgb(255, 255, 255); margin-right: 5px; }
  .mobile_top_user .user a span[data-v-ff1f95d0] { color: rgb(255, 33, 82); text-decoration: underline; margin-bottom: 2px; }
  .box_user[data-v-ff1f95d0] { justify-content: space-between; width: 100%; padding: 0px 20px 10px; }
  .box_user[data-v-ff1f95d0], .box_user > span[data-v-ff1f95d0] { display: flex; align-items: center; }
  .box_user > span[data-v-ff1f95d0], .box_user > span:first-of-type em[data-v-ff1f95d0] { color: rgb(255, 255, 255); }
  .box_user > span[data-v-ff1f95d0]:nth-of-type(2) { color: rgb(227, 32, 40); font-size: 1.5rem; font-weight: 500; }
  .box_user > span:nth-of-type(2) img[data-v-ff1f95d0] { height: 16px; }
  .top_cash[data-v-ff1f95d0] { flex-direction: row; justify-content: center; height: 36px; padding: 0px 10px; }
  .top_cash[data-v-ff1f95d0], .top_cash em[data-v-ff1f95d0] { display: flex; align-items: center; }
  .top_cash em[data-v-ff1f95d0] { font-size: 1.3rem; margin-right: 10px; }
  .top_cash em a[data-v-ff1f95d0] { display: flex; flex-direction: row; justify-content: center; align-items: center; width: 26px; height: 26px; border: 1px solid rgb(204, 204, 204); border-radius: 100%; margin-left: 5px; }
  .top_cash em a img[data-v-ff1f95d0] { width: 10px; opacity: 0.7; }
  .top_cash span[data-v-ff1f95d0] { display: inline-flex; justify-content: center; align-items: center; height: 30px; color: rgb(255, 255, 255); font-size: 1.4rem; border: 1px solid rgb(227, 32, 40); border-radius: 15px; padding: 0px 15px; }
  .top_cash span img[data-v-ff1f95d0] { width: 14px; vertical-align: middle; margin-right: 5px; }
  .top_cash span i[data-v-ff1f95d0] { font-size: 1.4rem; font-weight: 500; vertical-align: middle; margin-left: 5px; color: rgb(255, 255, 255); }
  .mobile_box_top_menu[data-v-ff1f95d0] { position: fixed; left: 0px; top: 50px; z-index: 10000; display: inline-flex; flex-direction: column; width: 100%; background: rgb(20, 22, 33); }
  .mobile_menu_0[data-v-ff1f95d0] { display: flex; align-items: center; background: rgb(20, 22, 33); height: 36px; margin: 10px 10px 0px; }
  .mobile_menu_0 a[data-v-ff1f95d0] { width: 50%; position: relative; display: inline-flex; justify-content: center; align-items: center; height: 36px; color: rgb(255, 255, 255); font-size: 1.6rem; }
  .mobile_menu_0 a[data-v-ff1f95d0]:nth-of-type(2) { background: rgba(0, 0, 0, 0.5); }
  .mobile_menu_0 a i[data-v-ff1f95d0] { font-size: 1.6rem; color: rgb(169, 218, 43); margin-right: 5px; margin-bottom: -2px; }
  .mobile_menu[data-v-ff1f95d0] { display: flex; flex-wrap: wrap; justify-content: space-between; padding: 0px 10px; }
  .mobile_menu li[data-v-ff1f95d0] { width: calc(50% - 1px); margin: 0px 0px 2px; }
  .mobile_menu li a[data-v-ff1f95d0] { display: flex; justify-content: center; align-items: center; width: 100%; height: 50px; color: rgb(255, 255, 255); font-size: 2rem; font-weight: 600; font-family: Gmarket; letter-spacing: -1px; background: rgb(227, 32, 40); }
  .mobile_menu_1[data-v-ff1f95d0] { display: flex; align-items: center; height: 36px; margin: 10px 12px; }
  .mobile_menu_1 a[data-v-ff1f95d0] { width: 25%; position: relative; display: inline-flex; justify-content: center; align-items: center; height: 36px; color: rgb(255, 255, 255); font-size: 1.6rem; padding-bottom: 2px; }
  .mobile_menu_1 a i[data-v-ff1f95d0] { font-size: 1.6rem; color: rgb(255, 255, 255); margin-right: 5px; margin-bottom: -2px; }
  .mobile_menu_2[data-v-ff1f95d0] { display: flex; flex-wrap: wrap; justify-content: space-between; padding: 10px; }
  .mobile_menu_2 li[data-v-ff1f95d0] { width: calc(33.3333% - 1px); margin: 0px 0px 2px; }
  .mobile_menu_2 li a[data-v-ff1f95d0] { display: flex; justify-content: center; align-items: center; width: 100%; height: 50px; color: rgb(255, 255, 255); font-size: 1.6rem; letter-spacing: -1px; background: rgb(142, 164, 183); padding-bottom: 0px; }
  .mobile_menu_2 li a i[data-v-ff1f95d0] { margin-right: 5px; color: rgb(255, 255, 255); }
  .box_sns[data-v-ff1f95d0] { width: 100%; padding: 20px 10px; }
  .box_sns em[data-v-ff1f95d0] { position: relative; font-size: 1.5rem; font-weight: 500; color: rgb(255, 255, 255); }
  .box_sns em i[data-v-ff1f95d0] { font-family: BebasNeuePro; font-size: 2rem; font-weight: 600; }
  .box_sns em[data-v-ff1f95d0]::before { left: -25px; }
  .box_sns em[data-v-ff1f95d0]::after, .box_sns em[data-v-ff1f95d0]::before { content: ""; position: absolute; top: 50%; display: block; width: 15px; height: 1px; background: rgb(255, 255, 255); }
  .box_sns em[data-v-ff1f95d0]::after { right: -25px; }
  .telegram[data-v-ff1f95d0] { color: rgb(255, 255, 255); font-size: 1.5rem; border-radius: 4px; background: linear-gradient(270deg, rgb(50, 163, 218), rgb(46, 185, 253)); padding: 12px 10px; }
  .logo_menu[data-v-ff1f95d0], .telegram[data-v-ff1f95d0] { display: flex; justify-content: center; align-items: center; }
  .logo_menu[data-v-ff1f95d0] { position: fixed; left: 0px; top: 0px; z-index: 10000; width: 100%; height: 51px; border-bottom: 1px solid rgba(0, 0, 0, 0.3); background: rgb(20, 22, 33); }
  .logo_menu img[data-v-ff1f95d0] { height: 26px; }
  .top_menu_1[data-v-ff1f95d0] { display: flex; justify-content: space-between; align-items: center; width: 100%; height: 40px; border-top: 1px solid rgba(255, 255, 255, 0.15); padding-left: 10px; }
  .btn_mobile_sports_search[data-v-ff1f95d0] { position: fixed; left: 30px; bottom: 40px; z-index: 100; justify-content: center; align-items: center; width: 50px; height: 50px; border-radius: 100%; opacity: 0.8; display: flex !important; background: rgb(255, 255, 255) !important; }
  .btn_mobile_sports_search i[data-v-ff1f95d0] { font-size: 2.2rem; margin-top: 2px; }
  .btn_top[data-v-ff1f95d0] { position: fixed; right: 30px; bottom: 40px; z-index: 100; justify-content: center; align-items: center; width: 50px; height: 50px; border-radius: 100%; opacity: 0.8; display: flex !important; background: rgb(255, 255, 255) !important; }
  .btn_top i[data-v-ff1f95d0] { font-size: 2.2rem; margin-bottom: 2px; }
}


@media (max-width: 767px) {
  .modal_double_join[data-v-ff1f95d0] { width: 100%; padding: 0px 15px; }
  .modal_double_join .modal-container[data-v-ff1f95d0] { width: 100%; }
}
/* @media screen and (min-width: 800px){
  .mobile_logout{ display: none; }
} */
  

@media screen and (max-width: 500px){
  .mobile_top_user[data-v-ff1f95d0]{
    display: block;
  }
  .mobile_top_user > div[data-v-ff1f95d0]{
    width: auto;
  }
  .mobile_top_user > button[data-v-ff1f95d0]{
    width: auto;
  }
}