
*::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

*::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px rgb(218, 216, 216);
  border-radius: 3px;
}

*::-webkit-scrollbar-thumb {
  background: rgb(197, 191, 191);
  border-radius: 3px;
}


.round-btn {
  padding: 10px 15px;
  border-radius: 50px;
  box-shadow: #a7b5cc .1em .1em .6em;
  transition: all .3s;
  border: 1px solid #d7daf1;
  color: white;
  font-size: 12px;
}

.round-btn:focus {
  outline: none;
}

.round-btn:hover {
  opacity: 0.7;
}

.round-btn:active {
  opacity: 1;
}

.round-btn.red {
  background-color: #e42626;
}

.round-btn.green {
  background-color: #8ac7d7;
}

.round-btn.alice {
  background-color: #eaeafa;
  color: #6a7391;
}

.little-round-btn {
  padding: 5px 8px;
  color: white;
  font-size: 13px;
  font-weight: 600;
  border: none;
  border-radius: 5px;
  margin: 2px 3px;
}

.little-round-btn.gold {
  background-color: rgb(217, 180, 145);
}

.little-round-btn.almost-white {
  background-color: rgb(243, 243, 249);
  border: 1px solid rgb(223, 233, 255);
  color: black;
}

.little-round-btn.almost-blue {
  background-color: rgb(76, 158, 180);
}

.little-round-btn.almost-gray {
  background-color: rgb(143, 136, 136);
  padding: 10px;
}


/* 모달 CSS */

.gamearea-modal .modal-content{
  background-image: url(../../img/jisusss-img/game_modal_bg.png);
  background-size: cover;
}

.gamearea-modal .modal-body {
  max-height: 80vh;
  overflow-y: auto;
}

.gamearea-modal .modal-content .modal-header, .gamearea-modal .modal-content .modal-footer {
  border: none;
}

.login-modal {
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 783px;
}

.modal-content {
  background-color:#f4f4f4;
  border-radius: 15px;
  border: 1px solid #b4b926;
  box-shadow: #a7b5cc .1em .1em .3em;
}

.login-modal > .modal-dialog {
  width: 763px;
  max-width: unset;
}

.btn-close {
  font-weight: 400;
  font-size: 45px;
  padding: 0px;
  display: flex;
  background-color: rgba(0,0,0,0);
  transition: all .18s;
}

.btn-close:focus {
  box-shadow: none;
}

.login-modal-header {
  justify-content: end;
  font-weight: 400;
  padding-bottom: 0px;
  padding-top: 0px;
  border: none;
}

.login-modal-body {
  padding-top: 0px;
  border: none;
}

.btn-close:hover {
  animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform:rotateZ(540deg);
  transform-origin: 50% 50%;
}

.btn-close i.fa-close {
  font-size: 40px;
  transform: translateY(-18px);
}

.modal-header i.fa-dot-circle-o, .modal-body i.fa-dot-circle-o {
  color: #cc9a6c;
}

.login-left-panel, .login-right-panel {
  width: 50%;
}

.login-left-panel {
  position: relative;
}

.login-advertise {
  position: absolute;
  bottom: -12px;
  /* aspect-ratio: 0.7; */
  width: 100%;
}

.login-logo {
  width: 65%;
}

.login-rigth-title {
  font-size: 18pt;
  color: #c99463;
  padding-bottom: 16px;
  padding-top: 5px;
  border-bottom: 1px solid #c99463;
}

.text-yellow {
  color: #c99463;
}

.text-yellow:hover {
  color: #c99463;
}

.login-right-body {
  padding-top: 10px;
}

.login-right {
  font-size: 12pt;
}

.login-right-tip {
  display: flex;
  justify-content: end;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 10pt;
}

.login-right-footer {
  display: flex;
  justify-content: flex-end;
}

.modal {
  overflow-x:visible !important;
  overflow-y:visible !important;
}

.roundbtn {
  border-radius: 24px;
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 10px;
  box-shadow: #a7b5cc .1em .1em .6em;
}

.roundbtn:focus {
  box-shadow: #a7b5cc .1em .1em .6em;
}

.noborder {
  border: none;
}

.btn-wrapper {
  position: absolute;
  top: 0;
  right: 0;
}

.btn-wrapper button {
  width: 100%;
  height: 100%;
  display: block;
}

.modal-logo {
  height: 30px;
}

.modal-text-logo {
  margin: 0 10px;
  font-size: 24px;
  font-weight: bold;
  color: #cc9a6c;
}

.modal-title{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2px 0;
  border-bottom: 3px solid #cc9a6c;
}

.input-row, .input-row-noborder {
  display: flex;
  padding: 15px 0;
  border-bottom: 1px solid rgb(231, 210, 210);
}
.input-row-noborder {
  border: none;
}
.input-column {
  width: 48%;
  display: flex;
}
.input-row .input-column:first-child, .input-row-noborder .input-column:first-child {
  margin-right: 4%;
}
.input-column .indicator {
  width: 110px;
}
.input-column .input-content {
  width: 1px;
  flex-grow: 1;
}

.gray-panel {
  margin-top: 20px;
  border-top: 3px solid #5f5e53;
}
/* 모달 CSS */

.carousel-indicators {
  z-index: 1;
}

.carousel-item {
  padding: 10px 50px;
  height: 100%;
}

.carousel-item img {
  border-radius: 30px;
}

.banner-girl-img {
  overflow: hidden;
  width: 30%;
}

.banner-girl-img img {
  width: 90%;
}
/* PAGINATION CSS */
.pagination ul li a {
  background-color: #9e9e9e;
  color: white;
  border-collapse: collapse;
  border-right: 1px solid;
}
.pagination ul li.active a {
  background-color: #cc9a6c;
}
.pagination ul li.first a{
  border-radius: 10px 0 0 10px;
  border: none;
  border-right: 1px solid;
}

.pagination ul li.last a{
  border-radius: 0 10px 10px 0;
  border: none;
}
/* PAGINATION CSS */



/* GAME LIST */
@media screen and (max-width: 768px) {
    .mp-symbol-item {
        transition: all 0.3s;
        cursor: pointer;
        position: relative;
        width: 30%;
    }
}

@media screen and (max-width: 1200px) {
    .mp-symbol-item {
        transition: all 0.3s;
        cursor: pointer;
        position: relative;
    }
}

.mp-symbol-item:hover {
  opacity: 0.7;
}

.mp-symbol-item:active {
  opacity: 1;
}

.mp-symbol-img {
  width: 100%;
  padding: 5px;
}

.mp-symbol-text {
  position: absolute;
    top: calc(50% - 18.5px);
    text-align: center;
    /* width: calc(100% - 30px); */
    color: #f5ee0c;
    width: 100%;
    font-size: 30px;
    font-weight: bold;
    /* text-shadow: 2px 2px 4px #3b58a8; */
    text-shadow: 2px 1px 2px #b39a9a;
}

.mp-symbol-item .mp-symbol-text {
  background-color: rgba(50, 50, 128, 0.7);
  border-radius: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
}
/* GAME LIST */

.no-data {
  display: flex;
  flex-direction: column;
  padding: 20px;
  align-items: center;
}

.no-data-kor {
  text-align: center;
  font-size: 30px;
  margin-top: 10px;
  color: #6b6f63;
  margin-bottom: 5px;
}

.no-data-eng {
  text-align: center;
  font-size: 20px;
  color: rgb(183, 221, 231);
  margin-bottom: 0;
}

.no-data img{
  width: 30%;
}

.yb-wf {
  background-color: #cc9a6c;
  color: white;
}

.hidden {
  display: none !important;
}

.invisible {
  opacity: 0 !important;
}

.pnf-btn {
  color: black;
  background-color: #d8b869;
  font-size: 12px;
  font-weight: bold;
  padding: 7px 10px;
  /* border-radius: 3px; */
  cursor: pointer;
  user-select: none;
}

.pnf-btn:hover {
  opacity: 0.8;
}

.pnf-btn:active {
  opacity: 1;
}

.popup-notif {
  width: 24vw;
  transition: all .5s;
  position: absolute;
  top: 165px;
  z-index: 10;
  pointer-events: all;
}

.popup-notif-title {
  color: goldenrod !important;
  height: 50px !important;
  font-size: 18px;
  font-weight: bold;
  font-family: malgun;
}

.popup-notif-title-content {
  display: flex;
  align-items: center;
}

.popup-notif-title-content::before {
  content: '※';
  font-family: fantasy;
  font-weight: 1000;
}

.popup-notif-title-content::after {
  content: '※';
  font-family: fantasy;
  font-weight: 1000;
}

.popup-notif-body {
  overflow-y: auto;
  border: 3px solid #d8b869 !important;
  padding: 25px 20px !important;
  max-height: 70vh !important;
  /* height: 350px; */
  min-height: 45vh;
  background-color: rgba(18, 18, 18, 1);
}

.popup-notif-func {
  display: flex;
  justify-content: flex-end;
}

.popup-area {
  overflow-x: hidden;
  position: fixed;
  top: 0px;
  left: 5vw;
  width: 90%;
  height: 100vh;
  z-index: 10;
  pointer-events: none;
}


.game-title {
  padding: 2px 5px;
  text-align: center;
  font-weight: bold;
  text-shadow: -1px -1px 2px #92957c, 1px 1px 2px #e3e3e2;
  color: #eb430e;
}

.game-searchbar {
  width: 200px;
  height: 35px;
  border-radius: 9px;
  border: none;
  border: 1px solid #49494c;
  box-shadow: inset 0px 0px 3px 0px black;
  padding: 3px 10px;
  font-size: 14px;
}

@media only screen and (max-width: 1200px) {
  .popup-notif {
    width: 22vw;
    margin-right: 4vw;
    margin-left: 4vw;
    transition: all 1.5s;
    top: 90px;
  }
}

@media only screen and (max-width: 576px) {
  .login-left-panel {
    display: none;
  }
  .login-right-panel {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .popup-notif {
    width: 80vw;
    margin-right: 5vw;
    margin-left: 5vw;
    transition: all 1.5s;
  }
  .login-modal > .modal-dialog {
    width: 100vw;
    margin: auto
  }
}


@media only screen and (max-width: 500px) {
  .popup-notif {
    width: 80vw;
    margin-right: 5vw;
    margin-left: 5vw;
    transition: all 1.5s;
    top: 155px;
  }
}

@media (min-width: 992px) {
  .modal-lg, .modal-xl {
    max-width: 90% !important;
  }
}