/* 팝업모달스타일 */

.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.8);
  z-index: 100;
  overflow: scroll;
  /* visibility: hidden;
  opacity: 0; */
}

.modal {
  padding: 0!important;
  overflow-y: auto
}

.modal::-webkit-scrollbar {
  width: 0
}

.modal::-webkit-scrollbar,.modal::-webkit-scrollbar-thumb {
  background-color: transparent
}

.modal ::-webkit-scrollbar {
  width: 10px;
  background: rgba(0,0,0,.75);
  border-radius: 5px
}

.modal ::-webkit-scrollbar-thumb {
  background: linear-gradient(#ffda91,#ffba49);
  border: 2px solid #000;
  border-radius: 5px
}
  

.modal-dialog {
  max-width: 900px; 
  padding: 0!important;
  /* border:1px solid white; */
}

.modal-dialog.login_form, .modal-dialog.join_pid_check{
  max-width: 550px; 
  padding: 0!important
}

.modal-content {
    width: 100%;
    min-width: 800px;
    margin: 0;
    /* display: inline-flex; */
    justify-content: center;
    background-color: transparent;
    border: none;
    z-index: 1;
    border-radius: 0;
    /* border:1px solid orange; */
}

  
.modal-panel, .modal-notice {
    width:100%;
    min-width:400px;
    max-width: 900px;
}   

.modal-header {
    border: none;
    border-radius: 15px;
    background-image: linear-gradient(#ae9c48,#251b0d,#251b0d);
    padding: 1px;
    overflow: hidden;
    flex-wrap: wrap
}
  

.modal-body {
    width: 100%;
    background-color: #251b0d;
    border-radius: 10px;
    margin: 5px 0 0;
    padding: 15px 30px;
}

.modal-backdrop {
    background-color: #060301
}

.modal-backdrop.show {
opacity: .9
}

.modal-close-btn {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 12px;
  top: 12px;
  background-color: hsla(0,0%,100%,.1);
  border-radius: 50%;
  border: none
}

.modal-close-btn:after,.modal-close-btn:before {
  width: 2px;
  height: calc(100% - 20px);
  background-color: #ffd989;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  transition: .5s
}

.modal-close-btn:after {
  transform: rotate(-45deg)
}

.modal-close-btn:hover:before {
  transform: rotate(135deg);
  background-color: #dc431f
}

.modal-close-btn:hover:after {
  transform: rotate(-135deg);
  background-color: #dc431f
}

.modal-banner {
  width: 100%;
  height: 200px;
  background-image: url(/ui15/images/modal-banner-bg.bf2e503d.jpg);
  background-size: cover;
  background-position: top;
  border-radius: 15px 15px 0 0;
  padding: 15px 0 0
}

.modal-banner .modal-logo {
    max-height:100px;
    width: 180px;
    object-fit: contain;
    display: inline-block;
    margin: 0 0 5px;
    filter: drop-shadow(0 2px 5px rgba(0,0,0,0.6))
  }

.modal-title {
  margin: 0 0 -90px
}

.modal-title .modal-icon {
  width: auto;
  height: 120px;
  background-image: url();
  background-size: 100% 100%;
  color: #ffd989;
  font-size: 36px;
  margin: 0 auto;
  text-shadow: 0 1px 2px #000,0 0 15px hsla(0,0%,100%,.5)
}

.modal-title .title-panel {
  margin: 5px 0 0
}

.modal-title .title {
  font-size: 24px;
  font-family: noto-sans-bold
}

.modal-title .sub,.modal-title .title {
  width: 100%;
  display: inline-block;
  vertical-align: top
}

.modal-title .sub {
  color: #ffd989;
  font-size: 10px;
  letter-spacing: 5px
}

.modal-head-panel {
  width: 100%;
  min-height: 34px;
  position: relative;
  margin: 35px auto 20px;
  padding: 0 30px
}

.modal-head-panel .btn-grp button {
  width: 110px;
  height: 34px;
  margin-left: 8px;
  font-size: 12px
}

.modal-menu {
  width: 100%;
  border-bottom: 2px solid hsla(0,0%,100%,.1);
  margin: 0 0 30px
}

.modal-menu li:before {
  content: "";
  width: 1px;
  height: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  background-color: hsla(0,0%,100%,.1)
}

.modal-menu li:first-child:before {
  display: none
}

.modal-menu li a {
  height: 68px;
  color: #ccc;
  position: relative;
  transition: 0s
}

.modal-menu li a:hover {
  color: var(--orange)
}

.modal-menu li a.active {
  color: #fff;
  text-shadow: 0 1px 0 #000,0 0 10px hsla(0,0%,100%,.25)
}

.modal-menu li a:before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -2px;
  margin: 0 auto;
  background-image: linear-gradient(90deg,hsla(47,72%,72%,0),#ebd484,hsla(47,72%,72%,0));
  opacity: 0
}

.modal-menu li a.active:before {
  opacity: 1
}

.modal-menu li a .icon-panel {
  width: 40px;
  height: 26px;
  margin: 0 0 0 -5px;
  position: relative;
  z-index: 1;
  color: #ffd989;
  transition: .3s
}

.modal-menu li a:hover .icon-panel {
  color: var(--orange)
}

.modal-menu li a.active .icon-panel {
  color: rgba(0,0,0,.75);
  text-shadow: 0 1px 0 hsla(0,0%,100%,.5);
  margin: 0 10px 0 -5px
}

.modal-menu li a .icon-panel:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 3px;
  transform: skew(-10deg);
  background-image: linear-gradient(#ecdc9a,#9f8b44);
  box-shadow: 0 1px 0 #000,0 0 10px hsla(0,0%,100%,.3);
  z-index: -1;
  opacity: 0;
  transition: .3s
}

.modal-menu li a.active .icon-panel:before {
  opacity: 1
}

.modal-close-btn {
  width: 30px;
  height: 30px
}

.modal-title-mob {
  display: none;
  color: var(--white-yellow);
  font-size: 10px;
  letter-spacing: 2px;
  margin-top: -15px
}

.modal-panel, .modal-notice {
    width:100%;
    min-width:400px;
    max-width: 900px;
}   

@media (min-width: 500px) {
  .modal-panel, .modal-notice {
      width:100%
  }    
}

@media (min-width: 624px) {
  .modal-panel {
      width:100%;
      margin: 5% auto
  }
  .modal-notice {
    width: 460px;
    margin: 6% auto
  }
  .slot-list {
    width:100%;
    margin: auto;
  }
  
}

@media (min-width: 1024px) {
  .modal-panel {
      /* width:60%; */
      max-width:900px;
      margin: 6% auto;
  }
  .modal-notice {
    width: 460px;
    margin: 6% auto
  }
  .slot-list {
    width:100%;
    margin: auto;
  }
}

@media (min-width: 1200px) {
  .modal-panel {
      /* width:60%; */
      max-width:900px;
      margin: 7% auto;
  }
  .modal-notice {
    width: 460px;
    margin: 6% auto
  }
  .slot-list {
    width:1100px;
    max-width:1100px;
    margin: auto;
  }
}

@media (min-width: 1400px) {
  .modal-panel {
      /* width:60%; */
      max-width:900px;
  }
  .modal-notice {
    width: 460px;
    margin: 6% auto
  }
  .modal-panel.coupon {
      width: 60%;
  }
  .slot-list {
    width:1380px;
    max-width:1380px;
    margin: auto;
  }
}

@media (min-width: 1600px) {
    .slot-list {
      width:1580px;
      max-width:1580px;
      margin: auto;
    }
  }
  

@media (max-width: 1280px) {
  .desktop {
      display:none!important
  }

  .mobile {
      display: block!important;
      display: none!important
  }

  .after-login .mobile button, .before-login .mobile button {
      width: calc(50% - 8px);
      height: 35px;
      margin: 0 4px
  }

  .mypage-btn i {
      font-size: 16px;
      transition: .3s
  }

  .mypage-btn.opened i {
      transform: rotate(180deg)
  }

  .sn-overlay {
      width: 100%;
      height: 100%;
      position: fixed;
      z-index: 98;
      background-color: rgba(11,2,16,.5);
      top: 0;
      left: 0;
      pointer-events: none;
      opacity: 0;
      transition: .3s
  }

  .sn-overlay.active {
      opacity: 1;
      pointer-events: auto
  }

  dd,dl,dt,li,ol,ul {
      margin: 0;
      list-style: none
  }

  @media screen and (max-width: 990px) {
      .notice_popup_area {
          top:4rem;
          left: 0;
          max-width: 100%
      }

      .notice_popup * {
          word-break: break-all;
          max-width: 100%;
          height: auto
      }

      .notice_popup .notice_popup_text {
          padding: 1rem
      }
  }

  @media (max-width: 1300px) {
      .banner-section {
          height:300px;
          padding: 0
      }

      .banner-section .container {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          margin: auto
      }

      .logo {
          width: 18.59%
      }

      .banner-carousel {
          margin-top: 1%
      }

      .banner-carousel .text-panel {
          padding: 1.5% 15px;
          margin-bottom: 1.25%
      }

      .banner-carousel .text-panel:before {
          height: 92%
      }
  }

  @media (max-width: 1140px) {
      .banner-section .banner-bg {
          width:140%;
          left: -20%
      }
  }

  @media (max-width: 900px) {
      .banner-carousel .text-panel {
          margin-bottom:1.75%
      }

      .banner-carousel .text-panel h1 {
          font-size: 3.4vw
      }

      .banner-carousel .text-panel h2 {
          font-size: 2.6vw
      }
  }

  @media screen and (min-width: 768px) {
      .custom-btn {
          max-width:105px
      }
  }

  @media (max-width: 767px) {
      .banner-section {
          height:220px;
          padding: 0
      }

      .logo {
          width: 22%
      }

      .banner-section .banner-bg {
          width: 170%;
          left: -35%
      }

      .banner-carousel .text-panel {
          padding: 3% 15px;
          margin-bottom: 2.5%
      }     
  }

  @media (max-width: 500px) {
      .banner-section {
          height:200px;
          padding: 0
      }

      .logo {
          width: 25%;
          margin-top: 1%
      }

      .carousel-indicators li {
          width: 20px;
          height: 4px;
          margin: 0 2px
      }

      .carousel-indicators li.active {
          width: 30px;
          height: 4px
      }

      .banner-section .banner-bg {
          width: 180%;
          left: -40%
      }

      .banner-background {
          width: 120%;
          left: -10%
      }
  }

  @media (min-width: 1536px) {
      .container {
          max-width:1280px!important
      }
  }

  @media (max-width: 1470px) {
      .main-menu li a {
          padding:0 20px
      }

      .before-login .desktop button {
          width: 100px
      }

      .before-login .input-panel {
          width: 150px
      }
  }

  @media (min-width: 1281px) {
      .sidebar {
          display:block!important
      }
  }

  @media (max-width: 1280px) {
      .mobile {
          display:block!important
      }

      .desktop {
          display: none!important
      }

      .header-section {
          height: auto
      }

      .header-section .container {
          padding: 0
      }

      .header-section:after,.header-section:before {
          height: 3px
      }

      .main-menu {
          width: 100%;
          table-layout: fixed;
          border-bottom: 1px solid hsla(0,0%,100%,.1)
      }

      .main-menu li a {
          height: 43px;
          padding: 2px 0 0
      }

      .main-menu li a:before {
          height: calc(100% - 4px)
      }

      .bal-container {
          /* border: 1px solid white; */
          width: 100%;
          padding: 8px 5px 11px
      }

      .sidebar {
          width: 100%;
          margin: 10px auto 0;
          padding: 15px 10px;
          background-color: rgba(0,0,0,.25);
          display: none
      }

      .sidebar .al-inner,.sidebar-fixed .al-inner {
          width: 100%;
          max-width: 500px;
          margin: 0 auto
      }
  }

  @media (max-width: 900px) {
      .toggle-section .container {
          padding:0
      }

      .toggle-btn {
          height: 70px;
          font-size: 18px;
          margin-top: -1px
      }

      .toggle-btn.mini-toggle {
          height: 50px
      }

      .toggle-btn .indicator {
          font-size: 24px
      }

      .toggle-btn .btn-panel {
          width: 100%
      }

      .toggle-btn.mini-toggle .btn-panel {
          font-size: .9em
      }

      .toggle-btn:first-child .icon-panel {
          margin-left: 0;
          margin-right: 15px
      }

      .toggle-btn:last-child .icon-panel {
          margin-right: 0;
          margin-left: 15px
      }

      .toggle-btn:first-child .btn-panel {
          margin-right: 0
      }

      .toggle-btn:last-child .btn-panel {
          margin-left: 0
      }

      .toggle-btn .icon-panel {
          width: 100px;
          height: 80px
      }

      .toggle-btn .icon-panel img {
          max-height: 60px
      }

      .toggle-btn .btn-panel:before {
          bottom: 3px
      }
  }

  @media (max-width: 600px) {
      .toggle-btn {
          width:calc(35% - 30px);
          height: 60px;
          font-size: 14px
      }

      .toggle-2 .toggle-btn {
          width: calc(40% - 45px)
      }

      .toggle-btn.mini-toggle {
          width: 18%
      }

      .toggle-btn .btn-panel {
          font-size: 1em;
          justify-content: center
      }

      .toggle-btn.mini-toggle .btn-panel {
          font-size: .9em
      }

      .toggle-btn .indicator {
          font-size: 18px;
          top: -2px;
          position: relative
      }

      .toggle-btn .icon-panel {
          display: none!important
      }

      .toggle-btn:first-child .btn-panel .category {
          margin-left: 2em
      }

      .toggle-btn:last-child .btn-panel .category {
          margin-right: 2em
      }
  }

  @media (max-width: 500px) {
      .main-menu li a {
          font-size:12px
      }

      .main-menu li a .fa {
          display: block
      }

      .toggle-section {
          padding: 0 5px
      }

      .toggle-btn {
          width: calc(35% - 8px);
          height: 50px;
          margin: 10px 4px 0
      }

      .toggle-2 .toggle-btn {
          width: calc(40% - 8px)
      }

      .toggle-btn.mini-toggle {
          flex-grow: 1
      }

      .toggle-btn .btn-panel {
          border-radius: 5px
      }

      .toggle-btn .btn-panel:after {
          display: none
      }

      .toggle-btn .icon-panel {
          width: 80px;
          height: 50px
      }

      .toggle-btn:first-child .icon-panel {
          margin-left: -10px;
          margin-right: 0
      }

      .toggle-btn:last-child .icon-panel {
          margin-right: -10px;
          margin-left: 0
      }

      .toggle-btn .icon-panel img {
          max-height: 44px
      }

      .toggle-btn {
          font-size: 12px
      }

      .toggle-btn .indicator {
          font-size: 14px
      }

      .toggle-btn:first-child .btn-panel .category {
          margin-left: 0
      }

      .toggle-btn:last-child .btn-panel .category {
          margin-right: 0
      }
  }

  @media (max-width: 414px) {
      .sidebar .al-inner {
          flex-wrap:wrap
      }

      .sidebar .al-cont {
          width: 50%!important;
          height: 40px;
          margin: 2px 0;
          padding: 5px 10px
      }

      .sidebar .al-cont:first-child {
          order: 1
      }

      .sidebar .al-cont:nth-child(2) {
          order: 3
      }

      .sidebar .al-cont:nth-child(3) {
          order: 5
      }

      .sidebar .al-cont:nth-child(4) {
          order: 2
      }

      .sidebar .al-cont:nth-child(5) {
          order: 4
      }

      .sidebar .al-cont:nth-child(6) {
          order: 6
      }

      .sidebar .al-cont .labels {
          top: 0;
          bottom: 0;
          left: 5px;
          margin: auto 0
      }

      .sidebar .btn-group {
          padding: 0;
          background-color: transparent;
          background-image: none;
          border: none
      }

      .sidebar .btn-group button {
          width: calc(50% - 8px);
          height: 30px;
          font-size: 12px;
          margin: 0 4px
      }
  }

  @media (max-width: 1430px) {
      .board-section .row {
          margin:0
      }

      .board-panel {
          width: 100%;
          max-width: 740px;
          margin: 10px 0
      }

      .board-panel:first-child {
          order: 2
      }

      .realtime-board {
          width: 100%;
          max-width: 740px;
          margin: 10px 0;
          order: 1;
          margin-bottom: 100px
      }

      .board-panel:last-child {
          order: 3
      }

      .board-section {
          padding: 40px 10px 15px
      }

      .customer-container {
          margin-top: 0
      }
  }

  @media (max-width: 1310px) {
      .sc-btn {
          width:calc(20% - 15px)
      }
  }

  @media (max-width: 1024px) {
      .sc-btn {
          width:calc(25% - 15px)
      }
  }

  @media (max-width: 767px) {
      .sc-btn {
          width:calc(50% - 15px)
      }

      .footer-section .provider-logo img {
          max-width: 80px;
          max-height: 34px;
          margin: 8px 10px
      }

      .sc-btn .g-info .g-name {
          font-size: 14px;
          white-space: nowrap
      }
  }

  @media (max-width: 476px) {
      .page-content {
          padding:0
      }

      .game-provider {
          margin: 20px 0 0
      }

      .sc-btn {
          width: calc(50% - 12px);
          margin: 7px 6px;
          padding: 2px;
          box-shadow: 0 2px 5px #000
      }

      .sc-btn .g-panel {
          padding: 6px 6px 8px
      }

      .sc-btn .play-btn {
          width: 80px;
          height: 30px;
          font-size: 12px
      }

      .board-panel .header .icon-panel img {
          max-width: 70px
      }

      .board-panel:last-child .header .icon-panel img {
          max-width: 60px
      }

      .board-panel .header .title-panel .title {
          font-size: 18px
      }

      .board-section .board-panel .content table td a {
          max-width: 200px;
          font-size: 12px
      }

      .board-panel table tr td {
          font-size: 12px;
          padding-right: 0
      }

      .realtime-board .rb-panel .rb-cont {
          padding: 5px 8px
      }

      .rolling-realtime ul li div {
          font-size: 12px
      }

      .rolling-realtime ul li div.amount {
          font-size: 14px;
          padding: 0
      }

      .rolling-realtime ul li .crown-icon {
          width: 30px
      }

      .footer-section {
          padding: 25px 0 35px
      }

      .footer-section .provider-logo {
          padding: 0 0 20px
      }

      .footer-section .copyright {
          padding: 15px 0 0
      }
  }

  @media (max-width: 1024px) {
      .level-information .container {
          width:25%
      }

      .level-information .container:first-child {
          width: 20%
      }

      .level-information .container span {
          font-size: 12px
      }

      .level-information .container .labels {
          margin-right: 0
      }

      .level-information .container .amount {
          font-size: 14px
      }

      .level-information .point-form {
          width: 55%;
          padding: 0 5px
      }

      .level-information .point-form input {
          width: 58%;
          border-radius: 5px 0 0 5px
      }

      .level-information .points-btn {
          width: 40%;
          position: relative;
          right: 0;
          font-size: 8px;
          border-radius: 0 5px 5px 0
      }

      .gamelist-container {
          margin: 0 0 -20px;
          padding: 0
      }

      .game-btn {
          width: calc(20% - 16px)
      }
  }


  @media (max-width: 600px) {
      .modal-menu .bs-ul {
          display:flex;
          flex-wrap: wrap
      }

      .modal-menu .bs-ul li {
          width: 25%;
          display: block
      }

      .modal-menu .bs-ul li:nth-child(4n+0):before {
          display: none
      }

      .modal-menu li a {
          height: 40px
      }

      .modal-menu li a:before {
          display: none
      }

      .gamelist-container {
          width: calc(100% + 10px);
          margin: 0 -5px -20px
      }

      .game-btn {
          width: calc(33.33% - 10px);
          margin: 0 5px 10px
      }

      .game-btn .g-panel .g-img {
          margin-bottom: 30px
      }

      .game-btn .g-panel .g-footer {
          height: 30px
      }

      .game-btn .g-panel .g-footer .name-text {
          font-size: 11px
      }

      .game-btn .g-panel .play-btn {
          top: 5px;
          left: 5px
      }

      .game-btn .g-panel .play-btn .icon {
          width: 30px;
          height: 30px
      }

      .modal-body {
          padding: 10px 20px 40px
      }

      .customer-container>.row {
          flex-flow: column
      }

      .customer-btn {
          max-width: none
      }
  }

  @media (max-width: 500px) {
      .modal-banner {
          height:auto
      }

      .modal-banner .modal-logo {
          width: 100px;
          margin: 0 0 5px
      }

      .modal-title .modal-icon {
          width: 60px;
          height: 65px;
          font-size: 20px
      }

      .modal-title .modal-icon img {
          max-width: 38px
      }

      .modal-title .title-panel {
          margin: -10px 0 0 10px
      }

      .modal-title .title {
          font-size: 18px
      }

      .modal-head-panel {
          padding: 0 10px
      }

      .modal-menu {
          margin: 0 0 20px
      }

      .modal-menu li a {
          font-size: 12px
      }

      .modal-menu li a .icon-panel {
          width: 30px;
          height: 22px
      }

      .modal-body {
          padding: 10px 10px 40px
      }

      .bs-table tr td a {
          max-width: 180px
      }

      .bs-table tr .title-td {
          max-width: 180px;
          padding: 0 0 0 10px
      }

      .bs-table tr .count-td {
          width: auto
      }

      .bs-table tr .date-td {
          width: auto;
          font-size: 12px
      }

      .bs-table tr .nav-td {
          width: 5em;
          padding: 0 4px
      }

      .new-icon {
          margin-left: 2px
      }

      .bs-table tr .count-tag {
          width: 20px;
          height: 20px;
          margin: 0 0 0 5px
      }

      .form-container .form-group {
          margin: 0 0 20px
      }

      .form-footer button,.form-footer input[type=submit] {
          height: 45px;
          margin: 0 4px
      }

      .bs-table td .level-txt {
          width: 100%;
          text-align: center
      }

      .clearable {
          width: 100%
      }
  }
}

.desktop {line-height: 1.5;}
.form-footer {padding-top:10px;}
.vendor-name {
    text-align: center;
    margin: 1em 0;
    font-size: 1.4em; 
    font-family: SCDream5,sans-serif;
    color: #ffd989
}
#gameLoading {
    z-index: 9999;
}
