@import url("https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap");
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

html, body {
  width: 100%; }

a {
  outline: none;
  text-decoration: none;
  cursor: pointer;
  hlbr: expression(this.onFocus=this.blur()); }

table {
  border-collapse: collapse; }

input {
  line-height: normal; }
  input:focus {
    outline: none; }

ul,
li {
  list-style: none; }

i {
  font-style: normal; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal; }

iframe {
  border: 0; }

.wrapper_slot {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  width: 100vw;
  height: 100vh;
  font-family: 'Roboto', sans-serif;
  font-size: 3.4666666667vmin;
  background: #C8D2D9; }

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 0 0 10vmin;
  width: 100vw;
  height: 10vmin;
  background: #007774 0 0;
  background-size: cover;
  color: #FFFFFF; }
  header.fixed {
    position: fixed;
    z-index: 1; }
  header .bt_home {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 11.7333333333vmin;
    height: 11.7333333333vmin;
    line-height: 11.7333333333vmin;
    float: left; }
    header .bt_home:before {
      display: block;
      content: "";
      width: 6.9333333333vmin;
      height: 6.9333333333vmin;
      background-image: url(../../../theme/images/src-wos/images-m/icons/top_slideout/topmenu_home.png);
      background-position: 50% 50%;
      background-size: contain;
      background-repeat: no-repeat; }
  header .bt_close {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    float: right;
    width: 11.7333333333vmin;
    height: 11.7333333333vmin; }
    header .bt_close:before {
      display: block;
      content: "";
      width: 4.8vmin;
      height: 4.8vmin;
      background-image: url('data:image/svg+xml,<svg width="42" height="42" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><path d="M39.385 39.385L2.615 2.615m36.77 0l-36.77 36.77" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"/></g></svg>');
      background-position: 50% 50%;
      background-size: contain;
      background-repeat: no-repeat; }
  header .user-info {
    position: absolute;
    left: 50px; }
    header .user-info .balance {
      border-radius: 100px;
      padding: 0px 10px 0px 25px;
      line-height: 25px;
      color: #d7f4f3;
      display: inline-block;
      background: #2d6564 url(../../../theme/images/src-wos/images-m/icons/balance-w.png) no-repeat 2px 2px;
      background-size: 20px; }

.gamelist {
  padding-top: 14.4vmin;
  padding-bottom: 18.6666666667vmin; }
  .gamelist ul {
    max-width: 133.3333333333vmin;
    padding: 0 1.3333333333vmin;
    overflow: hidden;
    margin: 0 auto; }
    .gamelist ul li {
      float: left;
      width: calc( 100% / 3);
      padding: 0 1.3333333333vmin 2.6666666667vmin 1.3333333333vmin; }
      .gamelist ul li a {
        display: block;
        width: 100%;
        padding-bottom: 100%;
        position: relative; }
      .gamelist ul li img {
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 2.1333333333vmin; }
      .gamelist ul li p {
        height: calc( 3.4666666667vmin * 2.4);
        color: #338EA3;
        font-size: 3.4666666667vmin;
        text-align: center;
        overflow: hidden;
        line-height: normal; }
      .gamelist ul li .slot_pic {
        margin-bottom: 1.6vmin; }

.maintenance {
  display: block;
  position: relative;
  overflow: hidden; }
  .maintenance:before {
    content: '';
    display: block;
    position: absolute;
    right: -16vw;
    bottom: 8vw;
    width: 64vw;
    height: 13.3333333333vw;
    transform: rotate(-45deg);
    background: #ffe786;
    color: #000000;
    font-size: 2.9333333333vmin;
    font-weight: bold;
    line-height: 10.6666666667vw;
    text-align: center;
    z-index: 1; }
  .maintenance:before {
    display: block;
    width: 100%;
    height: 1.6vw;
    background: repeating-linear-gradient(45deg, black, black 6px, #ffe786 6px, #ffe786 12px);
    content: ''; }
  .maintenance img {
    filter: grayscale(100%); }

.body-iframe {
  overflow: hidden;
  position: relative; }
  .body-iframe .sportiframe {
    height: calc(200% - 105px) !important;
    width: 200%; }
  .body-iframe.touch-action-none {
    -ms-touch-action: none;
    touch-action: none; }

.body-iframe .game-iframe {
  position: fixed;
  top: 53px;
  width: 100%;
  height: 100%;
  z-index: 99;
  border-top: 3px solid #007774; }
  .body-iframe .game-iframe iframe {
    border: none;
    background: #444;
    width: 100%;
    height: calc(100% - 53px); }

.game-iframe.game-list-iframe {
  top: 10vmin;
  border-top: 0; }
  .game-iframe.game-list-iframe iframe {
    height: calc(100% - 10vmin); }

.pop_inpage {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100; }

.iframe-x2 {
  width: 200vw;
  height: 200vh; }

.page-title {
  z-index: 101 !important; }

.pop_up-box-list.announce {
  background: none;
  text-align: inherit;
  color: inherit;
  line-height: normal;
  font-size: inherit;
  font-weight: bold;
  padding: 0; }

.pop_up-box-list dl {
  margin-bottom: 6.4vmin; }
  .pop_up-box-list dl:last-child {
    margin-bottom: 0; }
  .pop_up-box-list dl:first-child dt {
    border-top: none; }

.pop_up-box-list dt {
  text-align: center;
  position: sticky;
  top: -4px;
  margin-bottom: 0;
  padding: 12px 10px;
  background-color: #007774;
  color: #fff;
  line-height: normal;
  font-size: 16px;
  font-weight: bold;
  z-index: 100; }

.pop_up-box-list dd {
  padding: 0;
  line-height: 1.6;
  text-align: center; }
  .pop_up-box-list dd img,
  .pop_up-box-list dd object {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto; }
  .pop_up-box-list dd p {
    margin: 0;
    padding: 10px 15px;
    text-align: left; }
  .pop_up-box-list dd ol, .pop_up-box-list dd ul, .pop_up-box-list dd .txt {
    margin: 15px 0 2% 0;
    padding: 0 6% 0 6%;
    text-align: left; }
  .pop_up-box-list dd ol, .pop_up-box-list dd ul {
    margin: 0; }
  .pop_up-box-list dd ol li {
    list-style: decimal; }
  .pop_up-box-list dd ul li {
    list-style: disc; }
  .pop_up-box-list dd li {
    text-align: left; }
  .pop_up-box-list dd .game-tit {
    margin-top: 2%;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    color: #007774; }
    .pop_up-box-list dd .game-tit.lt {
      text-align: left; }
  .pop_up-box-list dd .game-list {
    margin-left: 10%; }
    .pop_up-box-list dd .game-list.lt {
      padding-left: 0; }
  .pop_up-box-list dd .game-btnbox {
    padding: 10px 0 20px 0;
    display: block;
    text-align: center; }
    .pop_up-box-list dd .game-btnbox.lt {
      padding-left: 10%;
      text-align: left; }
  .pop_up-box-list dd .game-btn {
    display: inline-block;
    padding: 6px 20px;
    margin: 0 auto;
    background: #007774;
    border-radius: 100px;
    color: #fff;
    text-decoration: none;
    transition: all 0.30s; }
    .pop_up-box-list dd .game-btn:hover, .pop_up-box-list dd .game-btn:active {
      background: #fff;
      transition: all 0.30s; }
  .pop_up-box-list dd .game-message {
    color: #007774;
    border: 1px solid #007774;
    border-radius: 4px;
    padding: 10px;
    font-size: 0.9rem;
    line-height: 1.4; }
  .pop_up-box-list dd a {
    display: inline-block;
    color: #007774;
    text-decoration: underline; }
    .pop_up-box-list dd a:hover {
      text-decoration: none; }
  .pop_up-box-list dd hr {
    height: 1px;
    margin: 10px 0;
    border: 0;
    background: #007774; }

.login-input input {
  line-height: 30px;
  width: 100%; }

.error_text {
  padding: 1.0666666667vmin 4vmin;
  color: #D01B1B;
  font-size: 2.9333333333vmin; }

.report-iframe {
  padding-top: 50px; }

.report-header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 50px;
  margin: 0 auto;
  padding-left: 0;
  background: #007774;
  line-height: 50px;
  z-index: 1000; }
  .report-header .title {
    font-size: 1.3rem;
    color: #fff;
    width: 65%;
    overflow: hidden;
    display: inline-block; }
  .report-header .report-header-logo {
    padding: 3px 0 0 10px;
    vertical-align: top;
    display: inline-block;
    height: 50px;
    min-width: 55px; }
    .report-header .report-header-logo img {
      height: 45px;
      display: inline-block; }
  .report-header .header-rt {
    position: absolute;
    top: 0;
    right: 0; }
    .report-header .header-rt a {
      position: relative;
      line-height: 50px;
      width: 50px;
      height: 50px;
      display: inline-block;
      vertical-align: top;
      border: none; }
      .report-header .header-rt a::before {
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 1.3em;
        height: 1.3em;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        content: ''; }
      .report-header .header-rt a.close::before {
        background-image: url('data:image/svg+xml,<svg width="42" height="42" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><path d="M39.385 39.385L2.615 2.615m36.77 0l-36.77 36.77" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"/></g></svg>'); }
      .report-header .header-rt a.go-back {
        top: 5px;
        height: 40px;
        margin-right: 10px;
        border-right: 2px solid #53908d; }
        .report-header .header-rt a.go-back::before {
          left: 40%;
          background-image: url('data:image/svg+xml,<svg width="9" height="14" xmlns="http://www.w3.org/2000/svg"><path d="M8.645 12.355L3.302 7l5.343-5.355L7 0 0 7l7 7 1.645-1.645" fill="%23fff" fill-rule="evenodd"/></svg>');
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain; }
  .report-header.bg-white {
    color: #007774;
    border-bottom: 3px solid #007774;
    background-color: #fff; }
    .report-header.bg-white .title {
      color: #000;
      font-size: 1.2rem;
      display: inline-block; }
    .report-header.bg-white a.close::before {
      background-image: none; }
    .report-header.bg-white a.go-back {
      top: 4px;
      border-right: 2px solid #53908d; }
      .report-header.bg-white a.go-back::before {
        background-image: url('data:image/svg+xml,<svg width="9" height="14" xmlns="http://www.w3.org/2000/svg"><path d="M8.645 12.355L3.302 7l5.343-5.355L7 0 0 7l7 7 1.645-1.645" fill="%23007774" fill-rule="evenodd"/></svg>'); }
    .report-header.bg-white .close {
      position: relative;
      right: 5px;
      top: 5px;
      width: 40px;
      height: 40px; }
      .report-header.bg-white .close::before, .report-header.bg-white .close::after {
        position: absolute;
        left: 50%;
        top: 3px;
        content: '';
        height: 33px;
        width: 3px;
        background-color: #000; }
      .report-header.bg-white .close::before {
        transform: rotate(45deg); }
      .report-header.bg-white .close::after {
        transform: rotate(-45deg); }
    .report-header.bg-white .go-back {
      border-right: 2px solid #d6d6d6 !important; }
      .report-header.bg-white .go-back::before {
        background-image: url('data:image/svg+xml,<svg width="9" height="14" xmlns="http://www.w3.org/2000/svg"><path d="M8.645 12.355L3.302 7l5.343-5.355L7 0 0 7l7 7 1.645-1.645" fill="%23000" fill-rule="evenodd"/></svg>') !important; }

.overlay {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
  justify-content: center;
  align-items: center; }

.popup_base, .popup_login, .popup_alert, .pop_up-wrap .pop_up-content {
  width: 80vw;
  border-radius: 1.6vw;
  background: #ffffff;
  box-shadow: 0 0.5333333333vw 2.1333333333vw 0 rgba(0, 0, 0, 0.5); }

.popup_inner {
  display: block;
  width: 100%;
  height: 100%;
  padding: 2.6666666667vw; }

.icon_loading {
  width: 16vw;
  height: 16vw;
  background: svg-loading(rgba(255, 255, 255, 0.8)) 50% 50% no-repeat;
  background-size: cover; }

.popup_login {
  position: relative; }
  .popup_login button {
    width: 100%;
    height: 13.3333333333vw;
    border: 0;
    border-radius: 1.6vw;
    background-image: linear-gradient(#44adc5, #338EA3);
    color: #ffffff;
    font-size: 4.2666666667vmin;
    font-weight: bold; }
  .popup_login .error_text {
    padding: 1.0666666667vw 0;
    color: #D01B1B;
    font-size: 2.9333333333vmin; }
  .popup_login .app-wrap {
    display: flex;
    border: 1px solid #816948;
    border-radius: 1.6vw;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center; }
    .popup_login .app-wrap a {
      display: block;
      width: 34.9333333333vw;
      height: 34.9333333333vw; }
    .popup_login .app-wrap .qrcode img {
      width: 100%;
      height: 100%; }
    .popup_login .app-wrap .dl_app {
      position: relative;
      padding-top: 28vw;
      background: url("../../images/WOS_SITE_mobile/icon/icon-download.png") 50% 20% no-repeat;
      background-size: 40%;
      color: #338EA3;
      font-weight: bold;
      text-align: center; }
    .popup_login .app-wrap .version {
      display: block;
      width: 100%;
      background: rgba(159, 159, 159, 0.2);
      color: #9F9F9F;
      line-height: 1.6;
      text-align: center; }
  .popup_login .login-warning {
    padding: 1.3333333333vw 2.6666666667vw;
    border-radius: 0 0 1.6vw 1.6vw;
    background: #9F9F9F;
    color: #ffffff;
    font-size: 2.9333333333vmin; }
  .popup_login .icon-eye-open,
  .popup_login .icon-eye-close {
    display: inline-block;
    position: absolute;
    top: 0.5333333333vw;
    right: 2.6666666667vw;
    width: 8vw;
    height: 8vw;
    border: none;
    background: svg-eye-opened("#338EA3") no-repeat center center;
    background-size: 5.8666666667vw;
    cursor: pointer; }
  .popup_login .icon-eye-close {
    background: svg-eye-closed("#338EA3") no-repeat center center;
    background-size: 5.8666666667vw; }

.btn_pop_close {
  position: fixed;
  left: 50%;
  width: 26.6666666667vw;
  height: 11.7333333333vw;
  margin-top: 2.6666666667vw;
  transform: translate(-50%, 0);
  border: 2px solid #D8D8D8;
  border-radius: 5.8666666667vw;
  background: rgba(255, 255, 255, 0.2);
  color: #D8D8D8;
  line-height: 11.7333333333vw;
  text-align: center; }

.form-group dd {
  display: flex;
  position: relative;
  margin-bottom: 2.6666666667vw;
  border-bottom: 2px solid #D8D8D8;
  align-items: center; }
  .form-group dd:last-child {
    border-bottom: 0; }

.form-group label {
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  margin-left: 2.6666666667vw;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  flex: 0 0 5.3333333333vw; }
  .form-group label.icon_id {
    background-image: url("../../images/WOS_SITE_mobile/icon/icon-account.png"); }
  .form-group label.icon_password {
    background-image: url("../../images/WOS_SITE_mobile/icon/icon-password.png"); }

.form-group input {
  height: 10.6666666667vw;
  margin-left: 2.6666666667vw;
  border: 0;
  font-size: 4.2666666667vmin;
  flex: 1;
  line-height: 30px; }
  .form-group input::placeholder {
    color: #338EA3;
    font-weight: bold; }

.form-group .select_language {
  position: relative;
  height: 11.7333333333vw;
  flex: 1; }
  .form-group .select_language:before {
    display: block;
    height: 5.3333333333vw;
    margin-left: 2.6666666667vw;
    background-image: url("../../images/WOS_SITE_mobile/icon/icon-language.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    content: '';
    flex: 0 0 5.3333333333vw; }
  .form-group .select_language span {
    width: 100%;
    height: 100%;
    margin-left: 2.6666666667vw;
    color: #338EA3;
    font-size: 4.2666666667vmin;
    font-weight: bold;
    line-height: 11.7333333333vw; }
    .form-group .select_language span:after {
      position: absolute;
      top: 4.2666666667vw;
      right: 4.5333333333vw;
      width: 0;
      height: 0;
      border: 1.8666666667vw solid transparent;
      border-color: #338EA3 transparent transparent transparent;
      content: ''; }
    .form-group .select_language span.active:after {
      top: 9px;
      border-color: transparent transparent #338EA3 transparent; }
  .form-group .select_language ul {
    position: absolute;
    top: 0vw;
    left: 9.6vw;
    width: calc(100% - 10.4vw);
    max-height: 86.1333333333vw;
    transition: all cubic-bezier(0.35, 0.1, 0.2, 1) 0.3s;
    border-radius: 1.6vw;
    background: #338EA3;
    opacity: 0;
    z-index: -999;
    overflow-y: scroll; }
    .form-group .select_language ul.active {
      top: 11.2vw;
      opacity: 1;
      z-index: 999; }
  .form-group .select_language li {
    display: flex;
    height: 11.7333333333vw;
    padding-left: 2.6666666667vw;
    color: #fff;
    align-items: center;
    flex: 1; }

.form-group select {
  height: 10.6666666667vw;
  margin-left: 1.6vw;
  color: #338EA3;
  font-size: 4.2666666667vmin;
  font-weight: bold;
  flex: 1; }

.form-group dd.remember {
  width: 100%;
  border-bottom: 0;
  font-size: 3.4666666667vmin;
  font-weight: bold; }
  .form-group dd.remember label {
    display: flex;
    width: 100%;
    margin-left: 0;
    color: #9F9F9F;
    justify-content: center;
    align-items: center;
    flex: 1; }
  .form-group dd.remember .remember_checkbox {
    position: absolute;
    opacity: 0; }
  .form-group dd.remember #rememberMe:checked ~ .remember_label:before {
    display: inline-block;
    background-image: svg-check("#9B9B9B");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain; }
  .form-group dd.remember .remember_label {
    width: 100%;
    text-align: center; }
    .form-group dd.remember .remember_label:before {
      display: inline-block;
      width: 5.3333333333vw;
      height: 5.3333333333vw;
      margin-right: 1.3333333333vw;
      border: 2px solid #9F9F9F;
      border-radius: 1.0666666667vw;
      content: '';
      vertical-align: middle; }

#overlay_login {
  padding-top: 10%;
  align-items: flex-start; }

.popup_alert .popup_inner {
  display: flex;
  min-height: 26.6666666667vw;
  justify-content: center;
  align-items: center; }
  .popup_alert .popup_inner p {
    color: #338EA3;
    font-size: 4.2666666667vmin;
    text-align: center;
    word-wrap: break-word;
    word-break: break-all;
    flex: 1; }
  .popup_alert .popup_inner .btn_pop_close {
    margin-top: 8vw;
    color: #D8D8D8; }

.pop-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9; }

.pop_up-wrap {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 100vw;
  padding: 2.6666666667vw;
  z-index: 10;
  transform: translate(-50%, -50%); }
  .pop_up-wrap .pop_up-content {
    position: relative;
    width: 100%;
    overflow: hidden;
    border: 3px solid #3f9bb1;
    border-radius: 12px; }
    .pop_up-wrap .pop_up-content .modal-header {
      position: relative;
      background-color: #338EA3;
      height: 38px;
      text-align: right;
      padding: 0 5px; }
      .pop_up-wrap .pop_up-content .modal-header .modal-tit {
        position: absolute;
        left: 0;
        display: inline-block;
        text-align: left;
        color: #64bdd2;
        line-height: 34px;
        padding-left: 15px; }
      .pop_up-wrap .pop_up-content .modal-header .close {
        vertical-align: top;
        background: url('data:image/svg+xml,<svg width="42" height="42" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><path d="M39.385 39.385L2.615 2.615m36.77 0l-36.77 36.77" stroke="%23edfcff" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"/></g></svg>') 50% 50% no-repeat;
        background-size: 18px;
        border-radius: 100px;
        display: inline-block;
        width: 36px;
        height: 36px; }
      .pop_up-wrap .pop_up-content .modal-header .inputCheckbox {
        min-width: 90px;
        vertical-align: top;
        text-align: center;
        display: inline-block;
        background: #3f9bb1;
        padding: 2px 15px;
        border-radius: 100px;
        margin: 2px 5px 0px 5px; }
        .pop_up-wrap .pop_up-content .modal-header .inputCheckbox input[type="checkbox"] {
          display: none; }
        .pop_up-wrap .pop_up-content .modal-header .inputCheckbox input[type="checkbox"] + span:before {
          content: " ";
          vertical-align: middle; }
        .pop_up-wrap .pop_up-content .modal-header .inputCheckbox span {
          color: #dcf8ff;
          vertical-align: middle;
          line-height: 30px;
          font-size: 14px; }
          .pop_up-wrap .pop_up-content .modal-header .inputCheckbox span:before {
            display: inline-block;
            background: none;
            border: 2px solid #90d7e8;
            height: 15px;
            width: 15px;
            border-radius: 3px;
            margin-right: 5px; }
        .pop_up-wrap .pop_up-content .modal-header .inputCheckbox input[type="checkbox"]:checked + span:before {
          vertical-align: middle;
          border-color: #90d7e8;
          background: check-ok(#dcf8ff) 50% 50% no-repeat;
          background-size: 15px; }
    .pop_up-wrap .pop_up-content .btn-mail {
      position: absolute;
      right: 20px;
      bottom: 20px;
      display: inline-block;
      z-index: 100;
      background: #338EA3;
      width: 45px;
      height: 45px;
      border-radius: 45px; }
      .pop_up-wrap .pop_up-content .btn-mail::before {
        content: '';
        display: block;
        background: mailbox(#edfcff) 50% 50% no-repeat;
        width: 24px;
        height: 20px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin-top: 2px; }
  .pop_up-wrap .btnX {
    position: absolute;
    top: 2.1333333333vw;
    right: 2.6666666667vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    background-image: url('data:image/svg+xml,<svg width="42" height="42" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><path d="M39.385 39.385L2.615 2.615m36.77 0l-36.77 36.77" stroke="%23FFFFFF" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"/></g></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 10; }
  .pop_up-wrap .pop_up-box .pop_up-box-list {
    max-height: 80vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
  .pop_up-wrap .pop_up-box dl {
    margin-bottom: 6.4vmin; }
    .pop_up-wrap .pop_up-box dl:last-child {
      margin-bottom: 0; }
  .pop_up-wrap .pop_up-box dt {
    text-align: center;
    position: sticky;
    top: -4px;
    color: #ffffff;
    padding: 10px;
    background: #338EA3;
    line-height: normal;
    font-size: 16px;
    font-weight: bold; }
  .pop_up-wrap .pop_up-box dd {
    color: #5C5C5C;
    font-size: 3.4666666667vmin;
    line-height: 1.8;
    text-align: center; }
    .pop_up-wrap .pop_up-box dd img,
    .pop_up-wrap .pop_up-box dd object {
      display: block;
      width: 100%;
      height: auto;
      margin: 0 auto; }
    .pop_up-wrap .pop_up-box dd img {
      max-width: 100%; }
    .pop_up-wrap .pop_up-box dd p {
      margin: 0;
      padding: 10px 15px;
      text-align: left; }
    .pop_up-wrap .pop_up-box dd ol,
    .pop_up-wrap .pop_up-box dd ul,
    .pop_up-wrap .pop_up-box dd .txt {
      margin: 15px 0 2% 0;
      padding: 0 6% 0 6%;
      text-align: left; }
    .pop_up-wrap .pop_up-box dd ol,
    .pop_up-wrap .pop_up-box dd ul {
      margin: 0; }
    .pop_up-wrap .pop_up-box dd li {
      text-align: left; }
    .pop_up-wrap .pop_up-box dd ol li {
      list-style: decimal; }
    .pop_up-wrap .pop_up-box dd ul li {
      list-style: circle; }
    .pop_up-wrap .pop_up-box dd .game-tit {
      margin-top: 2%;
      text-align: center;
      line-height: 30px;
      font-weight: bold;
      color: #338EA3; }
      .pop_up-wrap .pop_up-box dd .game-tit.lt {
        text-align: left; }
    .pop_up-wrap .pop_up-box dd .game-list {
      margin-left: 10%; }
      .pop_up-wrap .pop_up-box dd .game-list.lt {
        padding-left: 0; }
    .pop_up-wrap .pop_up-box dd .game-btnbox {
      padding: 10px 0 20px 0;
      display: block;
      text-align: center; }
      .pop_up-wrap .pop_up-box dd .game-btnbox.lt {
        padding-left: 10%;
        text-align: left; }
    .pop_up-wrap .pop_up-box dd .game-btn {
      display: inline-block;
      padding: 6px 20px;
      margin: 0 auto;
      background: #338EA3;
      border-radius: 100px;
      color: #fff;
      text-decoration: none;
      transition: all 0.30s; }
    .pop_up-wrap .pop_up-box dd .game-message {
      color: #338EA3;
      border: 1px solid #338EA3;
      border-radius: 4px;
      padding: 10px;
      font-size: 0.9rem;
      line-height: 1.4; }
    .pop_up-wrap .pop_up-box dd a {
      display: inline-block;
      color: #338EA3;
      text-decoration: underline; }
    .pop_up-wrap .pop_up-box dd hr {
      height: 1px;
      margin: 10px 0;
      border: 0;
      background: #000000; }
  .pop_up-wrap .pop_up-box-btn {
    width: 29.3333333333vw;
    margin: 0 auto;
    border-radius: 2.1333333333vw; }
    .pop_up-wrap .pop_up-box-btn a {
      display: flex;
      width: 100%;
      padding: 2.6666666667vw 5.3333333333vw;
      border-radius: 2.1333333333vw;
      background-image: linear-gradient(#44adc5, #338EA3);
      color: #FFFFFF;
      justify-content: space-between;
      align-items: center; }
      .pop_up-wrap .pop_up-box-btn a:after {
        display: block;
        width: 2.4vw;
        height: 3.7333333333vw;
        background-image: svg-arrow-r("#FFFFFF");
        background-repeat: no-repeat;
        background-size: contain;
        content: ''; }
  .pop_up-wrap .pop_up-box .pop_up-box-bottom {
    display: flex;
    padding: 1.6vmin 2.6666666667vmin;
    background: rgba(92, 92, 92, 0.2);
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    flex: 0 0 10.6666666667vmin; }
    .pop_up-wrap .pop_up-box .pop_up-box-bottom .more {
      display: flex;
      align-items: center;
      justify-content: space-end;
      flex: 0 0 29.3333333333vmin; }
  .pop_up-wrap .pop_up-box .dont-show {
    display: flex;
    width: 100%;
    padding: 2.6666666667vw 0;
    color: #5C5C5C;
    font-size: 3.4666666667vmin;
    text-align: center;
    align-items: center;
    flex: 1; }
    .pop_up-wrap .pop_up-box .dont-show-checkbox {
      position: absolute;
      opacity: 0; }
    .pop_up-wrap .pop_up-box .dont-show #dont-show:checked ~ .dont-show-icon {
      background: svg-check(#5C5C5C) 50% 50% no-repeat;
      background-size: contain; }
    .pop_up-wrap .pop_up-box .dont-show-icon {
      width: 5.3333333333vw;
      height: 5.3333333333vw;
      margin-right: 2.6666666667vw;
      border: 1px solid #5C5C5C;
      border-radius: 0.8vw; }

.gamebtn__2 {
  width: 75px !important; }

.modal.fade {
  position: fixed;
  background-color: unset;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1050;
  width: 100%;
  height: auto;
  overflow: hidden;
  outline: 0; }
  .modal.fade .modal-content {
    background-color: #fff;
    box-shadow: 0 5px 10px #090e14;
    border-radius: 0;
    width: 90%;
    margin: 0 auto; }
    .modal.fade .modal-content .modal-header {
      border-top-left-radius: .3rem;
      border-top-right-radius: .3rem;
      color: #c9c9c9; }
      .modal.fade .modal-content .modal-header .modal-title {
        text-align: left;
        font-size: 17px;
        line-height: 34px;
        padding: 0 10px;
        color: #000; }
      .modal.fade .modal-content .modal-header .close {
        display: inline-block;
        width: 34px;
        height: 34px;
        padding: 0;
        position: absolute;
        right: 5px;
        top: 2px;
        background-image: url('data:image/svg+xml,<svg width="42" height="42" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><path d="M39.385 39.385L2.615 2.615m36.77 0l-36.77 36.77" stroke="%23000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"/></g></svg>');
        background-position: 50% 50%;
        background-size: 20px;
        background-repeat: no-repeat; }
        .modal.fade .modal-content .modal-header .close i {
          display: none; }
    .modal.fade .modal-content .modal-menu {
      padding: 15px;
      margin-bottom: 0;
      max-height: 80vh;
      overflow-y: auto; }
      .modal.fade .modal-content .modal-menu li {
        display: block;
        margin-bottom: 10px;
        text-align: center; }
        .modal.fade .modal-content .modal-menu li .btn {
          background-color: #007774;
          color: #fff;
          min-width: 140px; }
