@charset "UTF-8";
/*--------------------------------------------------------------
# Web Font
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");
@font-face {
  font-family: "GangwonEduPowerExtraBoldA";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2201-2@1.0/GangwonEduPowerExtraBoldA.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GmarketSansMedium";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Giants-Bold";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2307-1@1.1/Giants-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Giants-Regular";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2307-1@1.1/Giants-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "BMDOHYEON";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/BMDOHYEON.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "scdream";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Paperlogy-SemiBold";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-6SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Paperlogy-bold";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-7Bold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
/*--------------------------------------------------------------
# Color
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body::-webkit-scrollbar,
html::-webkit-scrollbar {
  display: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

body {
  font-family: "Pretendard", sans-serif;
  overflow-y: overlay;
  background-color: #000;
}

@media Screen and (max-width: 430px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }
}
a {
  color: #ffc451;
  text-decoration: none;
}
a:hover {
  color: #ffc451;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans KR", sans-serif;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.2rem;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 0.8rem;
}

h6 {
  font-size: 0.6rem;
}

.asset-danger {
  color: #b02a37;
  background-color: #f8d7da;
  border-color: #f1aeb5;
}
.asset-danger:hover, .asset-danger:focus {
  background-color: #f1aeb5;
}

.asset-warning {
  color: #997404;
  background-color: #fff3cd;
  border-color: #ffe69c;
}
.asset-warning:hover, .asset-warning:focus {
  background-color: #ffe69c;
}

.asset-primary {
  color: #0a58ca;
  background-color: #cfe2ff;
  border-color: #9ec5fe;
}
.asset-primary:hover, .asset-primary:focus {
  background-color: #9ec5fe;
}

.asset-secondary {
  color: #6c757d;
  background-color: #f8f9fa;
  border-color: #e9ecef;
}
.asset-secondary:hover, .asset-secondary:focus {
  background-color: #e9ecef;
}

.asset-success {
  color: #146c43;
  background-color: #d1e7dd;
  border-color: #a3cfbb;
}
.asset-success:hover, .asset-success:focus {
  background-color: #a3cfbb;
}

.asset-dark {
  color: #495057;
  background-color: #ced4da;
  border-color: #adb5bd;
}
.asset-dark:hover, .asset-dark:focus {
  background-color: #adb5bd;
}

.pastel-danger {
  color: #ffbdc2;
}

.pastel-primary {
  color: #b7d5ff;
}

.bg-pastel-danger {
  background-color: #fff9fa !important;
}

.bg-pastel-primary {
  background-color: #b7d5ff !important;
}

.bg-pastel-success {
  background-color: #f7fffb !important;
}

/*--------------------------------------------------------------
#  Modal 
--------------------------------------------------------------*/
.modal {
  color: white;
}
.modal .back-btn {
  cursor: pointer;
}
.modal .modal-content {
  border: 2px solid #ffc451;
  background-color: #000;
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(/public/custom/type_2/images/modal_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 1.5rem;
}
.modal .modal-content .modal-header,
.modal .modal-content .modal-footer {
  border: none;
}
.modal .modal-content .modal-header .btn,
.modal .modal-content .modal-footer .btn {
  font-size: 1.1rem;
}
.modal .modal-content .modal-header {
  height: 40px;
  font-size: 1.2rem;
}
.modal .modal-content .modal-header .modal-title {
  font-weight: 700;
  font-size: 1.4rem;
  color: #ffc451;
}
.modal .modal-content .modal-body .form-check label {
  color: rgb(175, 175, 175);
}
.modal.login .modal-content .form-floating .form-control,
.modal.login .modal-content .form-floating .form-select {
  height: 50px;
  font-size: 0.9rem;
}
.modal.login .modal-content .form-floating label {
  padding: 0.75rem 0.75rem;
}
.modal.login .description {
  font-size: 1.1rem;
  margin-left: 0.5rem;
  font-weight: 500;
  color: red;
  text-decoration: none;
}
.modal.login .login-message {
  color: #f95668;
}
.modal.login #login-btn,
.modal.login #change-nick-btn,
.modal.login #change-password-btn {
  border: 2px solid #ffc451;
  font-weight: 700;
  color: black;
  background-color: #ffc451;
  width: 100%;
  height: 50px;
  transition: all 0.3s;
}
.modal.login #login-btn:hover,
.modal.login #change-nick-btn:hover,
.modal.login #change-password-btn:hover {
  filter: brightness(0.7);
}
.modal.login a {
  font-size: 1.1rem;
  margin-left: 0.5rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  cursor: pointer;
}
.modal.login a:hover {
  filter: brightness(0.7);
}
.modal.login #login-join {
  color: #ffc451;
}
.modal.join .modal-dialog {
  max-width: 1000px;
}
.modal.join .modal-dialog .modal-content .form-select {
  height: 50px;
  font-size: 1rem;
}
.modal.join .modal-dialog .modal-content .form-floating .form-control {
  color: #000 !important;
  height: 50px;
}
.modal.join .modal-dialog .modal-content .form-floating label {
  font-weight: 500;
  color: #001676;
  padding: 0.8rem 0.75rem;
}
.modal.join .modal-dialog .modal-content .btn {
  font-weight: 500;
  color: #ffc451;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 0.9rem;
  border: 1px solid #ffc451;
}
.modal.join .modal-dialog .modal-content .btn:hover, .modal.join .modal-dialog .modal-content .btn:focus {
  box-shadow: rgb(255, 193, 7) 0px 0px 5px 3px inset;
}
.modal.join .modal-dialog .modal-content .description {
  color: rgba(255, 255, 255, 0.5);
  margin-top: 8px;
  margin-left: 7px;
  font-size: 0.95rem;
}
.modal.join #join-btn {
  font-weight: 700;
  background-color: #ffc451;
  width: 100%;
  height: 50px;
  color: black;
  font-size: 1.2rem;
  transition: all 0.3s;
}
.modal.join #join-btn.notice {
  background-color: #ffdbdb;
  color: #f95668;
  border: 1px solid #f95668;
}
.modal.join #join-btn:hover {
  filter: brightness(0.7);
}
.modal.join a {
  font-size: 1.2rem;
  margin-left: 0.5rem;
  font-weight: 700;
  color: #ffc451;
  text-decoration: none;
  cursor: pointer;
}
.modal.join a:hover {
  color: #ffc451;
  filter: brightness(0.7);
}
.modal.deposit .modal-content, .modal.withdraw .modal-content, .modal.reward .modal-content {
  padding: 2rem 2rem 1rem 2rem;
}
.modal.deposit .modal-content .modal-body .check h3, .modal.withdraw .modal-content .modal-body .check h3, .modal.reward .modal-content .modal-body .check h3 {
  margin-bottom: 0.8rem;
  font-size: 1.1rem;
}
.modal.deposit .modal-content .modal-body .check p, .modal.withdraw .modal-content .modal-body .check p, .modal.reward .modal-content .modal-body .check p {
  font-size: 1rem;
  font-weight: 300;
  color: #d6d6d6;
}
.modal.deposit .modal-content .modal-body .check a, .modal.withdraw .modal-content .modal-body .check a, .modal.reward .modal-content .modal-body .check a {
  color: #ffc451;
  cursor: pointer;
  font-weight: 700;
}
.modal.deposit .modal-content .modal-body .form, .modal.withdraw .modal-content .modal-body .form, .modal.reward .modal-content .modal-body .form {
  font-weight: 500;
  font-size: 1.1rem;
}
.modal.deposit .modal-content .modal-body .form .row, .modal.withdraw .modal-content .modal-body .form .row, .modal.reward .modal-content .modal-body .form .row {
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
}
.modal.deposit .modal-content .modal-body .form .row #deposit-bank-value, .modal.withdraw .modal-content .modal-body .form .row #deposit-bank-value, .modal.reward .modal-content .modal-body .form .row #deposit-bank-value {
  text-align: center;
  font-size: 0.95rem;
}
.modal.deposit .modal-content .modal-body .form .row hr, .modal.withdraw .modal-content .modal-body .form .row hr, .modal.reward .modal-content .modal-body .form .row hr {
  border: 1px solid #ffc451;
  text-align: center;
  opacity: 0.7;
  width: 110%;
  margin-left: auto;
  margin-right: auto;
}
.modal.deposit .modal-content .modal-body .form .row div, .modal.withdraw .modal-content .modal-body .form .row div, .modal.reward .modal-content .modal-body .form .row div {
  margin: 7px 0;
}
.modal.deposit .modal-content .modal-body .form .row div:nth-child(1), .modal.deposit .modal-content .modal-body .form .row div:nth-child(2), .modal.deposit .modal-content .modal-body .form .row div:nth-child(4), .modal.deposit .modal-content .modal-body .form .row div:nth-child(7), .modal.deposit .modal-content .modal-body .form .row div:nth-child(8), .modal.deposit .modal-content .modal-body .form .row div:nth-child(17), .modal.deposit .modal-content .modal-body .form .row div:nth-child(18), .modal.deposit .modal-content .modal-body .form .row div:nth-child(19), .modal.deposit .modal-content .modal-body .form .row div:nth-child(20), .modal.deposit .modal-content .modal-body .form .row div:nth-child(21), .modal.withdraw .modal-content .modal-body .form .row div:nth-child(1), .modal.withdraw .modal-content .modal-body .form .row div:nth-child(2), .modal.withdraw .modal-content .modal-body .form .row div:nth-child(4), .modal.withdraw .modal-content .modal-body .form .row div:nth-child(7), .modal.withdraw .modal-content .modal-body .form .row div:nth-child(8), .modal.withdraw .modal-content .modal-body .form .row div:nth-child(17), .modal.withdraw .modal-content .modal-body .form .row div:nth-child(18), .modal.withdraw .modal-content .modal-body .form .row div:nth-child(19), .modal.withdraw .modal-content .modal-body .form .row div:nth-child(20), .modal.withdraw .modal-content .modal-body .form .row div:nth-child(21), .modal.reward .modal-content .modal-body .form .row div:nth-child(1), .modal.reward .modal-content .modal-body .form .row div:nth-child(2), .modal.reward .modal-content .modal-body .form .row div:nth-child(4), .modal.reward .modal-content .modal-body .form .row div:nth-child(7), .modal.reward .modal-content .modal-body .form .row div:nth-child(8), .modal.reward .modal-content .modal-body .form .row div:nth-child(17), .modal.reward .modal-content .modal-body .form .row div:nth-child(18), .modal.reward .modal-content .modal-body .form .row div:nth-child(19), .modal.reward .modal-content .modal-body .form .row div:nth-child(20), .modal.reward .modal-content .modal-body .form .row div:nth-child(21) {
  color: #ffc451;
}
.modal.deposit .modal-content .modal-body .form .row .btn, .modal.withdraw .modal-content .modal-body .form .row .btn, .modal.reward .modal-content .modal-body .form .row .btn {
  width: 100%;
  background-color: #ffc451;
  color: black;
  font-size: 0.9rem;
  font-weight: 600;
}
.modal.deposit .modal-content .modal-body .form .row .btn.btn-light, .modal.withdraw .modal-content .modal-body .form .row .btn.btn-light, .modal.reward .modal-content .modal-body .form .row .btn.btn-light {
  background-color: white;
}
.modal.deposit .modal-content .modal-body .form .row .btn.history, .modal.withdraw .modal-content .modal-body .form .row .btn.history, .modal.reward .modal-content .modal-body .form .row .btn.history {
  background-color: transparent !important;
  color: #ffc451;
}
.modal.userInfo .modal-dialog {
  max-width: 400px !important;
}
.modal.userInfo .modal-dialog .modal-content {
  font-size: 1.1rem;
  padding: 1rem 1rem 0.5rem 1rem;
}
.modal.userInfo .modal-dialog .modal-content .modal-body {
  padding: 1.5rem;
  background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url(/public/custom/type_2/images/modal_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 5px;
}
.modal.userInfo .modal-dialog .modal-content .modal-body .row i {
  padding-right: 10px;
}
.modal.userInfo .modal-dialog .modal-content .modal-body .row .type {
  color: #ffbb38;
}
.modal.userInfo .modal-dialog .modal-content .modal-body .row .type.bankInfo {
  padding: 0 0 0 35px !important;
}
.modal.userInfo .modal-dialog .modal-content .modal-body .row .value {
  text-align: right;
}
.modal.userInfo .modal-dialog .modal-content .modal-body .row .col-4 {
  padding: 5px !important;
}
.modal.userInfo .modal-dialog .modal-content .modal-body .row .col-4 .historyBtn {
  font-size: 0.9rem;
  width: 100%;
  padding: 10px 6px;
}
.modal.userInfo .modal-dialog .modal-content .modal-body .row div {
  margin-bottom: 10px;
}
.modal.userInfo .modal-dialog .modal-content .modal-body .row div.bankName {
  color: #ffc451;
}
.modal.userInfo .modal-dialog .modal-content .modal-body .row div.maintenance {
  font-size: 0.9rem;
  font-weight: 300;
  padding: 0;
}
.modal.withdraw .input-group {
  text-align: center;
}
.modal.withdraw .input-group .input-group-text {
  background-color: #000;
  color: #ffc451;
  border: 1px solid #ffc451;
  width: 40%;
}
.modal.withdraw .form-control {
  border: none;
}
.modal.bankTime .modal-content .modal-body .row div {
  margin-bottom: 10px;
}
.modal.bankTime .modal-content .modal-body .row div.bankName {
  color: #ffc451;
}
.modal.bankTime .modal-content .modal-body .row div.maintenance {
  font-size: 0.9rem;
  font-weight: 300;
  padding: 0;
}
.modal.reward .modal-content {
  padding: 1rem 1rem 0.5rem 1rem;
}
.modal.reward .modal-content .modal-body {
  padding: 1rem 0.5rem;
}
.modal.reward .modal-content .modal-body .row div:nth-child(2), .modal.reward .modal-content .modal-body .row div:nth-child(18), .modal.reward .modal-content .modal-body .row div:nth-child(19) {
  color: white !important;
}
.modal.reward .modal-content .modal-body .row div:nth-child(3), .modal.reward .modal-content .modal-body .row div:nth-child(15), .modal.reward .modal-content .modal-body .row div:nth-child(17) {
  color: #ffc451;
}
.modal.notice {
  --bs-modal-width: 400px;
}
.modal.notice .modal-content {
  box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
}
.modal.notice .modal-content .modal-header {
  height: auto;
  padding: 0;
}
.modal.notice .modal-content .modal-header i {
  font-size: 2.5rem;
  color: #ffc451;
}
.modal.notice .modal-content .modal-footer .btn {
  font-weight: 500;
}
.modal.notice#logoutModal .modal-content {
  border: 2px solid #dc3545;
}
.modal.notice#logoutModal .modal-content i {
  color: #dc3545;
}
.modal.question .modal-content, .modal.message .modal-content, .modal.bankHistory .modal-content {
  color: #000;
  padding: 1.5rem 1rem 0 1rem;
}
.modal.question .modal-content .modal-body, .modal.message .modal-content .modal-body, .modal.bankHistory .modal-content .modal-body {
  margin-top: 10px;
  padding: 20px;
  background-color: #fff;
}
.modal.question#reqQuestionModal .modal-dialog .modal-content, .modal.question#viewQuestionModal .modal-dialog .modal-content, .modal.question#viewMessageModal .modal-dialog .modal-content, .modal.question#readNoticeModal .modal-dialog .modal-content, .modal.message#reqQuestionModal .modal-dialog .modal-content, .modal.message#viewQuestionModal .modal-dialog .modal-content, .modal.message#viewMessageModal .modal-dialog .modal-content, .modal.message#readNoticeModal .modal-dialog .modal-content, .modal.bankHistory#reqQuestionModal .modal-dialog .modal-content, .modal.bankHistory#viewQuestionModal .modal-dialog .modal-content, .modal.bankHistory#viewMessageModal .modal-dialog .modal-content, .modal.bankHistory#readNoticeModal .modal-dialog .modal-content {
  padding: 1.5rem 1.2rem 1rem 1.2rem;
}
.modal.question#reqQuestionModal .modal-dialog .modal-content .modal-body, .modal.question#viewQuestionModal .modal-dialog .modal-content .modal-body, .modal.question#viewMessageModal .modal-dialog .modal-content .modal-body, .modal.question#readNoticeModal .modal-dialog .modal-content .modal-body, .modal.message#reqQuestionModal .modal-dialog .modal-content .modal-body, .modal.message#viewQuestionModal .modal-dialog .modal-content .modal-body, .modal.message#viewMessageModal .modal-dialog .modal-content .modal-body, .modal.message#readNoticeModal .modal-dialog .modal-content .modal-body, .modal.bankHistory#reqQuestionModal .modal-dialog .modal-content .modal-body, .modal.bankHistory#viewQuestionModal .modal-dialog .modal-content .modal-body, .modal.bankHistory#viewMessageModal .modal-dialog .modal-content .modal-body, .modal.bankHistory#readNoticeModal .modal-dialog .modal-content .modal-body {
  background-color: rgba(0, 0, 0, 0.6);
}
.modal.question#gamePlayModal .modal-body, .modal.message#gamePlayModal .modal-body, .modal.bankHistory#gamePlayModal .modal-body {
  padding: 10px 10px 0 10px;
}
.modal.popup .modal-dialog {
  padding: 0;
}
.modal.popup .modal-dialog .modal-content {
  background-color: #000;
  background-image: none;
  max-width: 400px;
  height: auto;
  padding: 0px;
  border: 1px solid rgba(255, 193, 7, 0.5);
  font-size: 1.15rem;
  color: rgb(214, 214, 214);
}
.modal.popup .modal-dialog .modal-content .modal-header {
  display: none;
}
.modal.popup .modal-dialog .modal-content .modal-body {
  padding: 0;
}
.modal.popup .modal-dialog .modal-content .form-floating .form-control,
.modal.popup .modal-dialog .modal-content .form-floating .form-select {
  height: 50px;
  font-size: 0.9rem;
}
.modal.popup .modal-dialog .modal-content .form-floating label {
  padding: 0.75rem 0.75rem;
}
.modal.popup .popup-count-2.popup-order-1 {
  right: 50%;
}
.modal.popup .popup-count-2.popup-order-2 {
  left: 50%;
}
.modal.popup .popup-count-3.popup-order-1 {
  right: 100%;
}
.modal.popup .popup-count-3.popup-order-3 {
  left: 100%;
}
.modal.popup .popup-count-4.popup-order-1 {
  right: 132.5%;
}
.modal.popup .popup-count-4.popup-order-2 {
  right: 37.5%;
}
.modal.popup .popup-count-4.popup-order-3 {
  left: 57.5%;
}
.modal.popup .popup-count-4.popup-order-4 {
  left: 152.5%;
}
.modal.popup .popup-count-5.popup-order-1 {
  right: 137.5%;
}
.modal.popup .popup-count-5.popup-order-2 {
  right: 42.5%;
}
.modal.popup .popup-count-5.popup-order-3 {
  left: 52.5%;
}
.modal.popup .popup-count-5.popup-order-4 {
  left: 147.5%;
}
.modal.popup .popup-count-5.popup-order-5 {
  left: 147.5%;
}
.modal.popup #noticePopupImage {
  width: 100% !important;
  margin-bottom: 16px;
}
.modal#slotModal .modal-content {
  background-attachment: fixed;
}
.modal#noticePopup .modal-dialog {
  max-width: 1600px !important;
}
.modal#noticePopup .modal-dialog .modal-content {
  background-image: linear-gradient(rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.95)), url(/public/custom/type_2/images/modal_bg.webp);
}

#miniModal {
  z-index: 1054;
}
#miniModal .modal-dialog {
  margin: auto !important;
  max-width: 1500px;
}
#miniModal .modal-dialog .modal-content {
  margin-top: 40px;
  height: auto;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/public/images/mini/modal_mini_b.webp);
}
#miniModal .modal-dialog .modal-content .modal-header .modal-title {
  font-size: 1.5rem;
  color: whitesmoke;
}
#miniModal .modal-dialog .modal-content .modal-body .relaySection {
  width: 900px;
  height: 640px;
}
#miniModal .modal-dialog .modal-content .modal-body .relaySection iframe {
  border-radius: 5px;
  border: none;
}
#miniModal .modal-dialog .modal-content .modal-body .betSection {
  position: relative;
  font-size: 1rem;
  width: 480px;
  height: 640px;
  padding: 12px 22px;
  border-radius: 5px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
}
#miniModal .modal-dialog .modal-content .modal-body .betSection .row {
  margin-top: 8px;
}
#miniModal .modal-dialog .modal-content .modal-body .betSection .btn {
  width: 100%;
  font-size: 1rem;
}
#miniModal .modal-dialog .modal-content .modal-body .betSection .betLockScreen {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  width: 480px;
  height: 640px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9));
  border-radius: 5px;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}
#miniModal .modal-dialog .modal-content .modal-body .betSection .betLockScreen i {
  color: #ffba00;
  font-size: 5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#miniModal .modal-dialog .modal-content .modal-body .betSection .betLockScreen.show {
  opacity: 1;
  visibility: visible;
}
#miniModal .modal-dialog .modal-content .modal-body .betSection .betInfo .col-12:first-child {
  padding: 4px 0;
  margin-top: 0;
  background-color: black;
  border-radius: 4px;
}
#miniModal .modal-dialog .modal-content .modal-body .betSection .betInfo #remainTimer {
  letter-spacing: 2px;
  font-family: "Roboto";
  font-weight: 500;
  font-size: 1.05rem;
}
#miniModal .modal-dialog .modal-content .modal-body .betSection .betInfo .balance {
  font-size: 1.2rem;
}
#miniModal .modal-dialog .modal-content .modal-body .betSection .amountSelector {
  margin-top: 4px;
}
#miniModal .modal-dialog .modal-content .modal-body .betSection .amountSelector .btn {
  font-weight: 800;
}
#miniModal .modal-dialog .modal-content .modal-body .betSection .amountSelector .btn.resetBtn {
  font-weight: 400;
}
#miniModal .modal-dialog .modal-content .modal-body .betSection .amountSelector .btn-light.active {
  background-color: #ffba00;
  border-color: #ffba00;
  --bs-btn-focus-shadow-rgb: 0, 0, 0;
}
#miniModal .modal-dialog .modal-content .modal-body .betSection .ballBetSelector {
  background-color: black;
  padding: 0px 10px 15px;
  border-radius: 10px;
}
#miniModal .modal-dialog .modal-content .modal-body .betSection .ballBetSelector .standard {
  padding: 20px 0;
  font-size: 0.75rem;
}
#miniModal .modal-dialog .modal-content .modal-body .betSection .ballBetSelector .btn-primary.active {
  color: #ffba00;
  box-shadow: inset 0 0 5px 5px rgba(255, 186, 0, 0.9);
  background-color: #00255c;
}
#miniModal .modal-dialog .modal-content .modal-body .betSection .ballBetSelector .btn-danger.active {
  color: #ffba00;
  box-shadow: inset 0 0 5px 5px rgba(255, 186, 0, 0.9);
  background-color: #440000;
}
#miniModal .modal-dialog .modal-content .modal-body .betSection .ballBetSelector .powerBallBet,
#miniModal .modal-dialog .modal-content .modal-body .betSection .ballBetSelector .normalBallBet {
  margin-top: 12px;
}
#miniModal .modal-dialog .modal-content .modal-body .betSection .ballBetSelector .powerBallBet {
  padding-left: 0;
  padding-right: 2px;
}
#miniModal .modal-dialog .modal-content .modal-body .betSection .ballBetSelector .normalBallBet {
  padding-left: 2px;
  padding-right: 0;
}
#miniModal .modal-dialog .modal-content .modal-body .betSection .ladderBetSelector {
  margin-bottom: 16px;
}
#miniModal .modal-dialog .modal-content .modal-body .betSection .ladderBetSelector .col-6:first-child,
#miniModal .modal-dialog .modal-content .modal-body .betSection .ladderBetSelector .col-6:nth-child(2) {
  margin-top: 0;
}
#miniModal .modal-dialog .modal-content .modal-body .betSection .ladderBetSelector .col-6 {
  margin-top: 16px;
}
#miniModal .modal-dialog .modal-content .modal-body .betSection .ladderBetSelector .btn {
  height: 120%;
  font-size: 1.2rem;
}
#miniModal .modal-dialog .modal-content .modal-body .betSection .ladderBetSelector .btn-primary.active {
  color: #ffba00;
  box-shadow: inset 0 0 5px 5px rgba(255, 186, 0, 0.9);
  background-color: #00255c;
}
#miniModal .modal-dialog .modal-content .modal-body .betSection .ladderBetSelector .btn-danger.active {
  color: #ffba00;
  box-shadow: inset 0 0 5px 5px rgba(255, 186, 0, 0.9);
  background-color: #440000;
}
#miniModal .modal-dialog .modal-content .modal-body .betSection .betBoard {
  background-color: #2e2e2e;
  display: flex;
  align-items: center;
  padding: 10px 10px 15px;
  border-radius: 10px;
}
#miniModal .modal-dialog .modal-content .modal-body .betSection .betBoard .btn {
  width: 20% !important;
  padding: 4px !important;
  margin-left: 4px;
}
#miniModal .modal-dialog .modal-content .modal-body .betSection .betBoard .col-3,
#miniModal .modal-dialog .modal-content .modal-body .betSection .betBoard .col-9 {
  margin-top: 8px;
}
#miniModal .modal-dialog .modal-content .modal-body .betSection .betBoard .col-3 {
  text-align: left;
}
#miniModal .modal-dialog .modal-content .modal-body .betSection .betBoard .col-9 {
  text-align: right;
}
#miniModal .modal-dialog .modal-content .modal-body .betSection .betBoard .n_odd,
#miniModal .modal-dialog .modal-content .modal-body .betSection .betBoard .n_under {
  --bs-btn-border-width: 2px;
  --bs-btn-color: #0d6efd;
  background-color: transparent;
  font-weight: 800;
}
#miniModal .modal-dialog .modal-content .modal-body .betSection .betBoard .n_even,
#miniModal .modal-dialog .modal-content .modal-body .betSection .betBoard .n_over {
  --bs-btn-border-width: 2px;
  --bs-btn-color: #dc3545;
  background-color: transparent;
  font-weight: 800;
}
#miniModal .modal-dialog .modal-content .modal-body .betSection #miniSubmitBtn.btn {
  font-size: 1.25rem;
  font-weight: 800 !important;
}
#miniModal .modal-dialog .modal-content .modal-body .betSection #miniSubmitBtn.btn-warning {
  height: 46px !important;
  background-color: #ffba00;
  border-color: #ffba00;
  margin-top: 8px;
}
#miniModal .modal-dialog .modal-content .modal-body .betSection #miniSubmitBtn.btn-warning:hover {
  background-color: #e3a702;
  border-color: #e3a702;
}
#miniModal .modal-dialog .modal-content .modal-body .resultSection {
  border-radius: 10px;
  padding: 10px;
  overflow: hidden;
  background-color: whitesmoke;
  color: black;
}

#alertModal {
  z-index: 1056;
}

#popup1 {
  z-index: 1057;
}

#popup2 {
  z-index: 1058;
}

#popup3 {
  z-index: 1059;
}

#popup4 {
  z-index: 1060;
}

#popup5 {
  z-index: 1061;
}

#attendanceTable .countinueCounter,
#attendanceTable #attendanceBtn {
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 8px;
}
#attendanceTable table {
  font-weight: bolder;
  color: #000;
  background-color: #fff;
}
#attendanceTable table tbody {
  border-radius: 5px;
}
#attendanceTable table tbody td {
  width: 80px;
  height: 100px;
  padding: 8px;
}
#attendanceTable table tbody td.checked {
  background-color: rgba(255, 196, 81, 0.5);
  background-image: url("/public/images/attendance.png");
  background-repeat: no-repeat;
  background-size: 60px 60px;
  background-position: center 60%;
}
@media screen and (max-width: 992px) {
  #attendanceTable table tbody td {
    height: 70px;
  }
  #attendanceTable table tbody td.checked {
    background-size: 30px 30px;
    background-position: center 75%;
  }
}

.modal-backdrop {
  opacity: 0.6 !important;
}

@media screen and (max-width: 992px) {
  .modal.popup .modal-dialog .modal-content {
    height: 670px;
  }
  .modal.popup .popup-count-2.popup-order-1 {
    right: auto;
  }
  .modal.popup .popup-count-2.popup-order-2 {
    left: auto;
  }
  .modal.popup .popup-count-3.popup-order-1 {
    right: auto;
  }
  .modal.popup .popup-count-3.popup-order-3 {
    left: auto;
  }
  .modal.popup .popup-count-4.popup-order-1 {
    right: auto;
  }
  .modal.popup .popup-count-4.popup-order-2 {
    right: auto;
  }
  .modal.popup .popup-count-4.popup-order-3 {
    left: auto;
  }
  .modal.popup .popup-count-4.popup-order-4 {
    left: auto;
  }
  .modal.popup .popup-count-5.popup-order-1 {
    right: auto;
  }
  .modal.popup .popup-count-5.popup-order-2 {
    right: auto;
  }
  .modal.popup .popup-count-5.popup-order-3 {
    left: auto;
  }
  .modal.popup .popup-count-5.popup-order-4 {
    left: auto;
  }
  .modal.popup .popup-count-5.popup-order-5 {
    left: auto;
  }
  #popup1 {
    z-index: 1061;
  }
  #popup2 {
    z-index: 1060;
  }
  #popup3 {
    z-index: 1059;
  }
  #popup4 {
    z-index: 1058;
  }
  #popup5 {
    z-index: 1057;
  }
}
@media screen and (max-width: 430px) {
  .modal {
    font-size: 0.8rem;
  }
  .modal .modal-content {
    padding: 1rem;
    margin: 0 1rem;
  }
  .modal .modal-content .modal-header .modal-title {
    font-size: 1.2rem;
  }
  .modal .modal-content .btn {
    font-size: 0.7rem;
  }
  .modal .modal-content .join-text a {
    font-size: 0.9rem;
  }
  .modal.login .form-check, .modal.join .form-check {
    padding-top: 0.2rem;
  }
  .modal.login a, .modal.join a {
    font-size: 1rem;
  }
  .modal.login #login-btn,
  .modal.login #join-btn, .modal.join #login-btn,
  .modal.join #join-btn {
    font-size: 1rem;
    color: #240057;
    border: none;
    background-color: #ffc451;
  }
  .modal.login #login-btn:active,
  .modal.login #join-btn:active, .modal.join #login-btn:active,
  .modal.join #join-btn:active {
    position: relative;
    top: 1px;
    left: 1px;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.42);
  }
  .modal.deposit .modal-content, .modal.withdraw .modal-content {
    padding: 0.5rem;
  }
  .modal.deposit .modal-content .modal-title, .modal.withdraw .modal-content .modal-title {
    font-size: 1.2rem;
  }
  .modal.deposit .modal-content .modal-body .check, .modal.withdraw .modal-content .modal-body .check {
    margin-bottom: 2rem;
  }
  .modal.deposit .modal-content .modal-body .check h3, .modal.withdraw .modal-content .modal-body .check h3 {
    font-size: 1rem;
  }
  .modal.deposit .modal-content .modal-body .check p, .modal.withdraw .modal-content .modal-body .check p {
    font-size: 0.8rem;
    font-weight: 500;
  }
  .modal.deposit .modal-content .modal-body .form, .modal.withdraw .modal-content .modal-body .form {
    font-size: 1rem;
  }
  .modal.deposit .modal-content .modal-body .form .row .input-group .input-group-text,
  .modal.deposit .modal-content .modal-body .form .row .input-group .form-control, .modal.withdraw .modal-content .modal-body .form .row .input-group .input-group-text,
  .modal.withdraw .modal-content .modal-body .form .row .input-group .form-control {
    font-size: 0.8rem;
  }
  .modal.deposit .modal-content .modal-body .form .row .btn, .modal.withdraw .modal-content .modal-body .form .row .btn {
    font-size: 0.8rem;
  }
  .modal.bankTime .modal-body .row div.maintenance {
    font-size: 0.8rem;
  }
  .modal#gamePlayModal .modal-content {
    margin: 0;
  }
  .modal#gamePlayModal .modal-content .modal-body {
    padding: 1rem 0.5rem 0 0.5rem;
  }
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 4;
  padding: 10px 0 !important;
  background: rgba(0, 0, 0, 0.85);
}
#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0 0 0 10px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
}
#header .logo a {
  color: #fff;
}
#header .logo a span {
  color: #ffc451;
}
#header .navbar .col {
  font-size: 1.2rem;
  padding: 0;
  border-left: 1px solid rgba(255, 196, 81, 0.2);
  border-right: 1px solid rgba(255, 196, 81, 0.2);
}
#header .navbar .col:first-child {
  border-left: none;
  border-right: none;
}
#header .navbar .col:nth-child(2) {
  border-left: none;
}
#header .navbar .col:last-child {
  border-right: none;
}
#header .navbar .col .nav-link {
  color: #fff;
  font-size: 1.2rem;
  cursor: pointer;
}
#header .navbar .col .nav-link:hover {
  color: #ffc451;
  background-image: linear-gradient(to right, #ffc451, #ffc451);
  background-repeat: no-repeat;
  background-size: 50% 2px;
  background-position: center 100%;
}
#header .navbar #nav-logo {
  position: relative;
}
#header .navbar #nav-logo:hover {
  background: none;
}
#header .navbar #nav-logo img {
  position: absolute;
  top: -6px;
  left: 20px;
}
#header .login-buttons {
  font-size: 1.1rem;
  font-weight: 500;
}
#header .login-buttons #nav-login,
#header .login-buttons #nav-join,
#header .login-buttons #nav-logout {
  width: 90px;
  cursor: pointer;
  font-weight: bold;
  color: #ffc451;
  border-radius: 35px;
  padding: 5px 0;
  white-space: nowrap;
  font-size: 0.95rem;
  display: inline-block;
  background: #af0e1c;
  transition: all 0.3s;
  border: 2px solid transparent;
}
#header .login-buttons #nav-login:hover,
#header .login-buttons #nav-join:hover,
#header .login-buttons #nav-logout:hover {
  border: 2px solid #ffc451;
}
#header .login-buttons .get-started-btn {
  font-weight: bold;
  color: #ffc451;
  border-radius: 3px;
  padding: 5px 0;
  white-space: nowrap;
  font-size: 0.95rem;
  display: inline-block;
  background: #af0e1c;
  transition: all 0.3s;
  border: 2px solid transparent;
}
#header .login-buttons .get-started-btn:hover {
  border: 2px solid #ffc451;
}
#header .login-buttons i {
  border-radius: 5px;
  display: inline-block;
  width: 27px;
  height: 27px;
  padding: 3px 2px 1px;
  font-size: 1rem;
  font-weight: bold;
  font-style: normal;
  color: #ffc451;
  background: #af0e1c;
}
#header .login-buttons .user-money,
#header .login-buttons .user-point,
#header .login-buttons .user-name {
  padding: 4px 0 0 10px;
  color: #ffc451;
}
#header .login-buttons .user-money .levelBtn,
#header .login-buttons .user-point .levelBtn,
#header .login-buttons .user-name .levelBtn {
  background-color: #af0e1c;
  color: #ffc451;
  padding: 2px 8px;
}

.langBtn {
  cursor: pointer;
}
.langBtn img {
  border-radius: 5px;
  width: 25px;
  transition: all 0.5s;
}
.langBtn img:hover {
  transform: scale(1.2);
}

.langLst {
  visibility: hidden;
  position: absolute;
  font-size: 0.9rem;
  top: 75px;
  right: 10px;
  width: 165px;
  opacity: 0;
  transition: all 0.5s;
}
.langLst img {
  width: 20px;
}
.langLst.show {
  visibility: visible;
  opacity: 1;
}

@media Screen and (max-width: 992px) {
  #header {
    position: relative;
    background: rgba(0, 0, 0, 0);
  }
  #header .logo img {
    height: 60px;
  }
  #header .offcanvas {
    max-width: 80%;
    font-family: "GmarketSansMedium" !important;
    color: #ffc451;
    border: 1px solid rgba(255, 193, 7, 0.5);
    border-left: none;
    background-color: #000;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("/public/images/offcanvas_bg.webp");
    background-repeat: no-repeat;
    background-size: 100%;
  }
  #header .offcanvas .offcanvas-header {
    padding-bottom: 0 !important;
  }
  #header .offcanvas .offcanvas-header .offcanvas-title {
    font-family: "Giants-Bold" !important;
    font-size: 1.3rem !important;
  }
  #header .offcanvas .offcanvas-body {
    position: relative;
  }
  #header .offcanvas .offcanvas-body .user-info .username {
    font-size: 1.2rem;
  }
  #header .offcanvas .offcanvas-body .let-login {
    text-align: center;
    font-size: 1.2rem;
    margin: 20px 0;
    width: 100%;
    text-shadow: 1px 1px 5px black;
  }
  #header .offcanvas .offcanvas-body .sidebarMenu .col-6 {
    text-align: center;
    padding: 0 !important;
    margin-bottom: 10px;
  }
  #header .offcanvas .offcanvas-body .sidebarMenu .col-6 .btn-grad {
    height: 25px;
    background-image: linear-gradient(to right, #c19a6b 0%, #e7c392 51%, #c19a6b 100%);
    margin: 5px;
    padding: 20px 5px 15px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: black;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #header .offcanvas .offcanvas-body .sidebarMenu .col-6 .btn-grad:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
  }
  #header .offcanvas .offcanvas-body .mobile-customer-section {
    width: 100%;
    position: absolute;
    bottom: 30px;
    font-size: 0.9rem;
  }
  #header .offcanvas .offcanvas-body .mobile-customer-section .kakaotalk,
  #header .offcanvas .offcanvas-body .mobile-customer-section .telegram {
    width: 40%;
  }
  #header .offcanvas .offcanvas-footer {
    font-family: "GmarketSansMedium" !important;
    font-weight: bold;
  }
  #header .offcanvas .offcanvas-footer .cs-info {
    text-align: left;
    margin-top: 1rem;
  }
  #header .offcanvas .offcanvas-footer .cs-info .title {
    text-align: left;
    margin-left: 8px;
    margin-bottom: 0.5rem;
    font-size: 1.4rem;
  }
  #header .offcanvas .offcanvas-footer .cs-info .telegram_id {
    color: #1da1de;
    margin-left: 5px;
    font-size: 1rem;
  }
  #header .offcanvas .offcanvas-footer .cs-info .kakao_id {
    color: #ffe90a;
    margin-left: 5px;
    font-size: 1rem;
  }
  #header .m_login {
    margin-top: 10px;
  }
  #header .m_login .mobile-user-logout {
    margin: 10px 0;
  }
  #header .m_login .mobile-user-logout div {
    padding: 0 2px;
    text-align: center;
  }
  #header .m_login .mobile-user-logout div input::-moz-placeholder {
    padding: 5px;
  }
  #header .m_login .mobile-user-logout div input,
  #header .m_login .mobile-user-logout div input::placeholder {
    padding: 5px;
  }
  #header .m_login .mobile-user-logout div #mobile-login-btn {
    padding: 0.5rem 0.25rem;
    font-size: 1rem;
    color: #ffc451;
    background-color: #af0e1c;
  }
  #header .m_login .mobile-user-logout div #nav-join {
    padding: 0.5rem 0.25rem;
    font-size: 1rem;
    color: #ffc451;
    border: 1px solid #ffc451;
  }
  #header .m_login .mobile-user-logout .mobile-login-input {
    background-color: #222222;
    border: 1px solid rgba(255, 196, 81, 0.2);
    width: 95%;
    height: 32px;
    border-radius: 5px;
    color: #ffffff;
    font-size: 12px;
  }
  #header .m_login .mobile-user-login {
    margin: 20px 0 10px 0;
    font-size: 0.9rem;
    color: whitesmoke;
  }
  #header .m_login .mobile-user-login .login-symbol {
    margin-left: 12px;
    color: #ffc451;
    background-color: #af0e1c;
    width: 22px;
    height: 22px;
    padding: 1px 1px 0 0;
    vertical-align: middle;
    font-size: 0.8rem;
  }
  #header .m_login .mobile-user-login .user-name {
    font-size: 1.1rem;
  }
  #header .m_login .mobile-user-login .level-btn {
    background-color: #af0e1c;
    color: #ffc451;
    pointer-events: none;
  }
  #header .m_login .mobile-user-login #mobile-logout-btn {
    padding: 4px 5px;
    color: #ffc451;
    background-color: #af0e1c;
  }
}
@media Screen and (max-width: 430px) {
  #header .logo img {
    height: 45px;
  }
  #header .m_login .mobile-user-logout div #mobile-login-btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    color: #ffc451;
    background-color: #af0e1c;
  }
  #header .m_login .mobile-user-logout div #nav-join {
    padding: 0.25rem 0.3rem;
    font-size: 0.875rem;
    color: #ffc451;
    border: 1px solid #ffc451;
  }
  #header .m_login .mobile-user-logout .mobile-login-input {
    background-color: #222222;
    border: 1px solid rgba(255, 196, 81, 0.2);
    width: 95%;
    height: 32px;
    border-radius: 5px;
    color: #ffffff;
    font-size: 12px;
  }
}
/*--------------------------------------------------------------
#  Get Startet Button
--------------------------------------------------------------*/
.get-started-btn {
  font-weight: bold;
  color: #ffc451;
  border-radius: 3px;
  padding: 5px 0;
  white-space: nowrap;
  font-size: 0.95rem;
  display: inline-block;
  background: #af0e1c;
  transition: all 0.3s;
  border: 2px solid transparent;
}
.get-started-btn:hover {
  border: 2px solid #ffc451;
}

@media (max-width: 992px) {
  .get-started-btn {
    padding: 7px 20px 8px 20px;
    margin-right: 15px;
  }
}
/*--------------------------------------------------------------
#  Game Selector
--------------------------------------------------------------*/
.game-selector {
  margin: -20px auto 10px;
  width: 80%;
}
.game-selector .nav.nav-tabs {
  border: none;
  margin-bottom: 20px;
}
.game-selector .nav.nav-tabs #nav-popular-tab,
.game-selector .nav.nav-tabs #nav-new-tab,
.game-selector .nav.nav-tabs #nav-casino-tab,
.game-selector .nav.nav-tabs #nav-slots-tab,
.game-selector .nav.nav-tabs #nav-mini-tab,
.game-selector .nav.nav-tabs #nav-sport-tab {
  margin: auto;
  padding: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  border: none;
  background-color: transparent;
  transition: all 0.3s ease;
}
.game-selector .nav.nav-tabs #nav-popular-tab + .text,
.game-selector .nav.nav-tabs #nav-new-tab + .text,
.game-selector .nav.nav-tabs #nav-casino-tab + .text,
.game-selector .nav.nav-tabs #nav-slots-tab + .text,
.game-selector .nav.nav-tabs #nav-mini-tab + .text,
.game-selector .nav.nav-tabs #nav-sport-tab + .text {
  color: #9b9da2;
  padding-top: 0.5rem;
  font-size: 1rem;
}
.game-selector .nav.nav-tabs .partition-tab {
  margin: auto;
  width: 10px;
  height: 274px;
}
.game-selector #nav-casino-tab,
.game-selector #nav-slots-tab,
.game-selector #nav-mini-tab {
  filter: brightness(0.3);
}
.game-selector #nav-casino-tab:hover, .game-selector #nav-casino-tab:focus, .game-selector #nav-casino-tab:active, .game-selector #nav-casino-tab.active,
.game-selector #nav-slots-tab:hover,
.game-selector #nav-slots-tab:focus,
.game-selector #nav-slots-tab:active,
.game-selector #nav-slots-tab.active,
.game-selector #nav-mini-tab:hover,
.game-selector #nav-mini-tab:focus,
.game-selector #nav-mini-tab:active,
.game-selector #nav-mini-tab.active {
  filter: drop-shadow(0px 0px 30px #ffc451);
}
.game-selector #nav-casino-tab:hover + .text, .game-selector #nav-casino-tab:focus + .text, .game-selector #nav-casino-tab:active + .text, .game-selector #nav-casino-tab.active + .text,
.game-selector #nav-slots-tab:hover + .text,
.game-selector #nav-slots-tab:focus + .text,
.game-selector #nav-slots-tab:active + .text,
.game-selector #nav-slots-tab.active + .text,
.game-selector #nav-mini-tab:hover + .text,
.game-selector #nav-mini-tab:focus + .text,
.game-selector #nav-mini-tab:active + .text,
.game-selector #nav-mini-tab.active + .text {
  color: #ffc451;
  font-weight: 700;
}

.tab-content .tab-pane#nav-casino, .tab-content .tab-pane#nav-slots {
  margin-top: -20px;
}
.tab-content .provider-banner,
.tab-content .casino-banner,
.tab-content .mini-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.tab-content .image-container {
  position: relative;
  border-radius: 10px;
}
.tab-content .image-container .main-image {
  width: 100% !important;
  border-radius: 10px;
}
.tab-content .image-container .logo-image {
  position: absolute;
  top: 0;
  left: 0;
  filter: drop-shadow(3px 3px 3px black);
}
.tab-content .image-container .logo-text {
  font-size: 1.2rem;
  font-family: "GangwonEduPowerExtraBoldA";
  position: absolute !important;
  bottom: 5%;
  left: 6%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #d4af37, #ffd700);
  filter: drop-shadow(5px 5px 5px black);
  transition: all 0.2s ease-in-out;
}
.tab-content #nav-casino .image-container {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/public/images/casino/casino_bg.jpg");
  background-size: 100%;
}
.tab-content #nav-casino .image-container .main-image::before {
  background: linear-gradient(to center, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}
.tab-content #nav-casino .casino-banner {
  position: relative;
  margin: 5px;
  width: 200px;
  height: 300px;
  margin: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.tab-content #nav-casino .casino-banner .casino-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tab-content #nav-casino .casino-banner .casino-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: all 0.3s ease;
}
.tab-content #nav-casino .casino-banner .casino-name {
  font-family: "Giants-Regular", serif;
  width: 100%;
  height: 55px;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 22px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #ffc451;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: all 0.3s ease;
}
.tab-content #nav-slots .image-container {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/public/images/slots/slots_bg.jpg");
}
.tab-content #nav-slots .image-container .main-image::before {
  background: linear-gradient(to center, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}
.tab-content #nav-slots .provider-banner {
  position: relative;
  margin: 5px;
  width: 200px;
  height: 268px;
  margin: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.tab-content #nav-slots .provider-banner .provider-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tab-content #nav-slots .provider-banner .provider-character {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
.tab-content #nav-slots .provider-banner .provider-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: all 0.3s ease;
}
.tab-content #nav-slots .provider-banner .provider-name {
  font-family: "Giants-Regular", serif;
  width: 100%;
  height: 55px;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 22px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #ffc451;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: all 0.3s ease;
}

/*-------------------------------------------------
#  Main Section
-------------------------------------------------*/
#main-section {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("/public/custom/type_2/images/main_bg.jpg");
  background-position: top;
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 100vh;
}
#main-section .container {
  position: relative;
  padding: 0;
  max-width: 75%;
  margin-top: 160px;
}
#main-section .star-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 100vh;
  background-size: cover;
}
#main-section .star-section span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1), 0 0 0 8px rgba(255, 255, 255, 0.1), 0 0 20px rgba(255, 255, 255, 0.1);
  animation: animate 3s linear infinite;
}
#main-section .star-section span::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 300px;
  height: 1px;
  background: linear-gradient(90deg, #fff, transparent);
}
@keyframes animate {
  0% {
    transform: rotate(315deg) translateX(0);
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    transform: rotate(315deg) translateX(-1000px);
    opacity: 0;
  }
}
#main-section .star-section span:nth-child(1) {
  top: 0;
  right: 0;
  left: initial;
  animation-delay: 0s;
  animation-duration: 2s;
}
#main-section .star-section span:nth-child(2) {
  top: 0;
  right: 80px;
  left: initial;
  animation-delay: 0.4s;
  animation-duration: 6s;
}
#main-section .star-section span:nth-child(3) {
  top: 80;
  right: 0px;
  left: initial;
  animation-delay: 0s;
  animation-duration: 4s;
}
#main-section .star-section span:nth-child(4) {
  top: 0;
  right: 180px;
  left: initial;
  animation-delay: 0.6s;
  animation-duration: 3s;
}
#main-section .star-section span:nth-child(5) {
  top: 0;
  right: 400px;
  left: initial;
  animation-delay: 0.8s;
  animation-duration: 5s;
}
#main-section .star-section span:nth-child(6) {
  top: 0;
  right: 600px;
  left: initial;
  animation-delay: 1s;
  animation-duration: 6s;
}
#main-section .star-section span:nth-child(7) {
  top: 300px;
  right: 0px;
  left: initial;
  animation-delay: 0s;
  animation-duration: 4s;
}
#main-section .star-section span:nth-child(8) {
  top: 0px;
  right: 700px;
  left: initial;
  animation-delay: 1.4s;
  animation-duration: 2.5s;
}
#main-section .star-section span:nth-child(9) {
  top: 0px;
  right: 1000px;
  left: initial;
  animation-delay: 0.75s;
  animation-duration: 4.5s;
}
#main-section .star-section span:nth-child(9) {
  top: 0px;
  right: 450px;
  left: initial;
  animation-delay: 2.75s;
  animation-duration: 5.5s;
}
#main-section .banner-section {
  margin-top: -7%;
  position: relative;
}
#main-section .banner-section .text-logo {
  position: absolute;
  top: 33%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 2;
  width: 13.2292vw;
  height: auto;
}
#main-section .banner-section .item-card {
  position: absolute;
  top: 51%;
  left: 6%;
  opacity: 1;
  z-index: 1;
  width: 15.8854vw;
  height: auto;
}
#main-section .banner-section .item-chips {
  position: absolute;
  top: 72%;
  left: 11%;
  opacity: 1;
  z-index: 1;
  width: 8.125vw;
  height: auto;
}
#main-section .banner-section .item-dice {
  position: absolute;
  top: 78%;
  left: 5%;
  opacity: 1;
  z-index: 3;
  width: 7.6563vw;
  height: auto;
}
#main-section .banner-section .item-triple {
  position: absolute;
  top: 55%;
  left: 60%;
  opacity: 1;
  z-index: 1;
  width: 23.75vw;
  height: auto;
}
#main-section .banner-section .item {
  position: absolute;
  top: 56%;
  left: 52%;
  transform: translate(-50%, -50%) scale(0) rotate(-720deg);
  opacity: 0;
  animation-name: stretch;
  animation-duration: 1s;
  animation-delay: 1.8s;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
}
#main-section .banner-section .main-tom,
#main-section .banner-section .main-jerry {
  position: absolute;
  top: -50%;
  left: -50%;
  transform: translate(-50%, -50%);
  animation-fill-mode: forwards;
  z-index: 3;
}
#main-section .banner-section .main-tom {
  animation-duration: 1.5s, 10s;
  animation-timing-function: ease-in-out, linear;
  animation-delay: 1s, 2s;
  animation-name: slideInTom, reverseShake;
  animation-iteration-count: 1, infinite;
}
#main-section .banner-section .main-jerry {
  animation-duration: 2s, 10s;
  animation-timing-function: ease-in-out, linear;
  animation-name: slideInJerry, shake;
  animation-delay: 0s, 2s;
  animation-iteration-count: 1, infinite;
}

/*--------------------------------------------------------------
# Carousel
--------------------------------------------------------------*/
.carousel-cover {
  position: relative;
  margin-top: -5.5vh;
  width: 100%;
  z-index: 2;
}

.carousel {
  position: absolute;
  z-index: -1;
  top: 13%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 78%;
  height: auto;
}
.carousel .carousel-inner {
  outline: none;
  width: 100%;
  height: 100%;
}
.carousel .carousel-inner img {
  width: 100%;
  height: 100%;
}
.carousel .carousel-control-prev,
.carousel .carousel-control-next {
  position: absolute;
}

/*--------------------------------------------------------------
#  Image Overlay
--------------------------------------------------------------*/
#nav-slots div {
  overflow: hidden;
  position: relative;
}
#nav-slots div img {
  transition: all 0.3s ease;
}
#nav-slots div .overlay {
  color: white;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s ease;
  background-color: black;
  z-index: 1;
  border-radius: 10px;
}
#nav-slots div .overlay .play,
#nav-slots div .overlay .enter {
  font-size: 4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#nav-slots div .overlay .name,
#nav-slots div .overlay .provider {
  font-family: "Giants-Bold";
  width: 90%;
  word-wrap: break-word;
  text-align: center;
  position: absolute;
  font-size: 1.4rem;
  left: 50%;
  color: #ffc451;
  transform: translateX(-50%);
}
#nav-slots div .overlay .name {
  width: 90% !important;
  top: 15%;
}
#nav-slots div .overlay .provider {
  bottom: 15%;
}
#nav-slots div:hover > img {
  opacity: 0.2;
}
#nav-slots div:hover > .logo-text {
  opacity: 0.2;
}
#nav-slots div:hover > .overlay {
  border: 3px solid #ffc451;
  opacity: 0.95;
}
#nav-slots div:hover > .title {
  opacity: 0.2;
}
#nav-slots div .overlay .play,
#nav-slots div .overlay .enter {
  top: 55%;
}

#nav-casino div {
  overflow: hidden;
  position: relative;
}
#nav-casino div img {
  transition: all 0.3s ease;
}
#nav-casino div .overlay {
  color: white;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s ease;
  background-color: black;
  z-index: 1;
  border-radius: 10px;
}
#nav-casino div .overlay .play,
#nav-casino div .overlay .enter {
  font-size: 4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#nav-casino div .overlay .name,
#nav-casino div .overlay .provider {
  font-family: "Giants-Bold";
  width: 90%;
  word-wrap: break-word;
  text-align: center;
  position: absolute;
  font-size: 1.4rem;
  left: 50%;
  color: #ffc451;
  transform: translateX(-50%);
}
#nav-casino div .overlay .name {
  width: 90% !important;
  top: 15%;
}
#nav-casino div .overlay .provider {
  bottom: 15%;
}
#nav-casino div:hover > img {
  opacity: 0.2;
}
#nav-casino div:hover > .logo-text {
  opacity: 0.2;
}
#nav-casino div:hover > .overlay {
  border: 3px solid #ffc451;
  opacity: 0.95;
}
#nav-casino div:hover > .title {
  opacity: 0.2;
}
#nav-casino div .overlay .play,
#nav-casino div .overlay .enter {
  top: 58%;
}

#nav-mini div {
  overflow: hidden;
  position: relative;
}
#nav-mini div img {
  transition: all 0.3s ease;
}
#nav-mini div .overlay {
  color: white;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s ease;
  background-color: black;
  z-index: 1;
  border-radius: 10px;
}
#nav-mini div .overlay .play,
#nav-mini div .overlay .enter {
  font-size: 3rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#nav-mini div .overlay .name,
#nav-mini div .overlay .provider {
  font-family: "Giants-Bold";
  width: 90%;
  word-wrap: break-word;
  text-align: center;
  position: absolute;
  font-size: 1.3rem;
  left: 50%;
  color: #ffc451;
  transform: translateX(-50%);
}
#nav-mini div .overlay .name {
  width: 90% !important;
  top: 10%;
}
#nav-mini div .overlay .provider {
  bottom: 10%;
}
#nav-mini div:hover > img {
  opacity: 0.2;
}
#nav-mini div:hover > .logo-text {
  opacity: 0.2;
}
#nav-mini div:hover > .overlay {
  border: 3px solid #ffc451;
  opacity: 0.95;
}
#nav-mini div:hover > .title {
  opacity: 0.2;
}
#nav-mini div .overlay .play,
#nav-mini div .overlay .enter {
  top: 58%;
}

.modal::-webkit-scrollbar {
  display: none;
}

body.modal-open {
  padding-right: 0 !important;
}

#slotModal div {
  overflow: hidden;
  position: relative;
}
#slotModal div img {
  transition: all 0.3s ease;
}
#slotModal div .overlay {
  color: white;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s ease;
  background-color: black;
  z-index: 1;
  border-radius: 10px;
}
#slotModal div .overlay .play,
#slotModal div .overlay .enter {
  font-size: 3.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#slotModal div .overlay .name,
#slotModal div .overlay .provider {
  font-family: "Giants-Bold";
  width: 90%;
  word-wrap: break-word;
  text-align: center;
  position: absolute;
  font-size: 1rem;
  left: 50%;
  color: #ffc451;
  transform: translateX(-50%);
}
#slotModal div .overlay .name {
  width: 90% !important;
  top: 10%;
}
#slotModal div .overlay .provider {
  bottom: 10%;
}
#slotModal div:hover > img {
  opacity: 0.2;
}
#slotModal div:hover > .logo-text {
  opacity: 0.2;
}
#slotModal div:hover > .overlay {
  border: 3px solid #ffc451;
  opacity: 0.95;
}
#slotModal div:hover > .title {
  opacity: 0.2;
}
#slotModal .modal-xl {
  max-width: 80%;
}
#slotModal .slot-banner .slot-icon {
  border-radius: 10px 10px 0 0;
  background-color: #222222;
  max-width: 210px;
  padding: 15px 15px 0;
}
#slotModal .slot-banner .title {
  background-color: #222222;
  color: #ffc451;
  font-family: "Giants-Regular";
  padding: 15px 0 10px;
  margin: auto;
  max-width: 210px;
  border-radius: 0 0 10px 10px;
  border-top: none;
  transition: all 1s ease;
  opacity: 1;
}
#slotModal .slot-banner .overlay {
  max-width: 210px;
  -o-object-fit: cover;
     object-fit: cover;
}
#slotModal .slot-banner:hover > img {
  opacity: 0.2;
}

@media Screen and (max-width: 992px) {
  #nav-casino div {
    overflow: hidden;
    position: relative;
  }
  #nav-casino div img {
    transition: all 0.3s ease;
  }
  #nav-casino div .overlay {
    color: white;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.5s ease;
    background-color: black;
    z-index: 1;
    border-radius: 10px;
  }
  #nav-casino div .overlay .play,
  #nav-casino div .overlay .enter {
    font-size: 3rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #nav-casino div .overlay .name,
  #nav-casino div .overlay .provider {
    font-family: "Giants-Bold";
    width: 90%;
    word-wrap: break-word;
    text-align: center;
    position: absolute;
    font-size: 1.4rem;
    left: 50%;
    color: #ffc451;
    transform: translateX(-50%);
  }
  #nav-casino div .overlay .name {
    width: 90% !important;
    top: 12%;
  }
  #nav-casino div .overlay .provider {
    bottom: 12%;
  }
  #nav-casino div:hover > img {
    opacity: 0.2;
  }
  #nav-casino div:hover > .logo-text {
    opacity: 0.2;
  }
  #nav-casino div:hover > .overlay {
    border: 3px solid #ffc451;
    opacity: 0.95;
  }
  #nav-casino div:hover > .title {
    opacity: 0.2;
  }
  #nav-casino div .overlay .play,
  #nav-casino div .overlay .enter {
    top: 62%;
  }
  #nav-slots div {
    overflow: hidden;
    position: relative;
  }
  #nav-slots div img {
    transition: all 0.3s ease;
  }
  #nav-slots div .overlay {
    color: white;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.5s ease;
    background-color: black;
    z-index: 1;
    border-radius: 10px;
  }
  #nav-slots div .overlay .play,
  #nav-slots div .overlay .enter {
    font-size: 3rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #nav-slots div .overlay .name,
  #nav-slots div .overlay .provider {
    font-family: "Giants-Bold";
    width: 90%;
    word-wrap: break-word;
    text-align: center;
    position: absolute;
    font-size: 1.2rem;
    left: 50%;
    color: #ffc451;
    transform: translateX(-50%);
  }
  #nav-slots div .overlay .name {
    width: 90% !important;
    top: 11%;
  }
  #nav-slots div .overlay .provider {
    bottom: 11%;
  }
  #nav-slots div:hover > img {
    opacity: 0.2;
  }
  #nav-slots div:hover > .logo-text {
    opacity: 0.2;
  }
  #nav-slots div:hover > .overlay {
    border: 3px solid #ffc451;
    opacity: 0.95;
  }
  #nav-slots div:hover > .title {
    opacity: 0.2;
  }
  #nav-slots div .overlay .play,
  #nav-slots div .overlay .enter {
    top: 58%;
  }
  #slotModal .modal-xl {
    max-width: 100%;
  }
  #slotModal div {
    overflow: hidden;
    position: relative;
  }
  #slotModal div img {
    transition: all 0.3s ease;
  }
  #slotModal div .overlay {
    color: white;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.5s ease;
    background-color: black;
    z-index: 1;
    border-radius: 10px;
  }
  #slotModal div .overlay .play,
  #slotModal div .overlay .enter {
    font-size: 2.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #slotModal div .overlay .name,
  #slotModal div .overlay .provider {
    font-family: "Giants-Bold";
    width: 90%;
    word-wrap: break-word;
    text-align: center;
    position: absolute;
    font-size: 1rem;
    left: 50%;
    color: #ffc451;
    transform: translateX(-50%);
  }
  #slotModal div .overlay .name {
    width: 90% !important;
    top: 10%;
  }
  #slotModal div .overlay .provider {
    bottom: 10%;
  }
  #slotModal div:hover > img {
    opacity: 0.2;
  }
  #slotModal div:hover > .logo-text {
    opacity: 0.2;
  }
  #slotModal div:hover > .overlay {
    border: 3px solid #ffc451;
    opacity: 0.95;
  }
  #slotModal div:hover > .title {
    opacity: 0.2;
  }
  #slotModal div .slot-icon {
    width: 175px !important;
    height: 160px !important;
  }
}
@media Screen and (max-width: 430px) {
  #nav-casino div {
    overflow: hidden;
    position: relative;
  }
  #nav-casino div img {
    transition: all 0.3s ease;
  }
  #nav-casino div .overlay {
    color: white;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.5s ease;
    background-color: black;
    z-index: 1;
    border-radius: 10px;
  }
  #nav-casino div .overlay .play,
  #nav-casino div .overlay .enter {
    font-size: 2.7rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #nav-casino div .overlay .name,
  #nav-casino div .overlay .provider {
    font-family: "Giants-Bold";
    width: 90%;
    word-wrap: break-word;
    text-align: center;
    position: absolute;
    font-size: 0rem;
    left: 50%;
    color: #ffc451;
    transform: translateX(-50%);
  }
  #nav-casino div .overlay .name {
    width: 90% !important;
    top: 15%;
  }
  #nav-casino div .overlay .provider {
    bottom: 15%;
  }
  #nav-casino div:hover > img {
    opacity: 0.2;
  }
  #nav-casino div:hover > .logo-text {
    opacity: 0.2;
  }
  #nav-casino div:hover > .overlay {
    border: 3px solid #ffc451;
    opacity: 0.95;
  }
  #nav-casino div:hover > .title {
    opacity: 0.2;
  }
  #nav-casino div .overlay .play,
  #nav-casino div .overlay .enter {
    top: 50%;
  }
  #nav-slots div {
    overflow: hidden;
    position: relative;
  }
  #nav-slots div img {
    transition: all 0.3s ease;
  }
  #nav-slots div .overlay {
    color: white;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.5s ease;
    background-color: black;
    z-index: 1;
    border-radius: 10px;
  }
  #nav-slots div .overlay .play,
  #nav-slots div .overlay .enter {
    font-size: 2.7rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #nav-slots div .overlay .name,
  #nav-slots div .overlay .provider {
    font-family: "Giants-Bold";
    width: 90%;
    word-wrap: break-word;
    text-align: center;
    position: absolute;
    font-size: 0rem;
    left: 50%;
    color: #ffc451;
    transform: translateX(-50%);
  }
  #nav-slots div .overlay .name {
    width: 90% !important;
    top: 15%;
  }
  #nav-slots div .overlay .provider {
    bottom: 15%;
  }
  #nav-slots div:hover > img {
    opacity: 0.2;
  }
  #nav-slots div:hover > .logo-text {
    opacity: 0.2;
  }
  #nav-slots div:hover > .overlay {
    border: 3px solid #ffc451;
    opacity: 0.95;
  }
  #nav-slots div:hover > .title {
    opacity: 0.2;
  }
  #nav-slots div .overlay .play,
  #nav-slots div .overlay .enter {
    top: 50%;
  }
  #nav-mini div {
    overflow: hidden;
    position: relative;
  }
  #nav-mini div img {
    transition: all 0.3s ease;
  }
  #nav-mini div .overlay {
    color: white;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.5s ease;
    background-color: black;
    z-index: 1;
    border-radius: 10px;
  }
  #nav-mini div .overlay .play,
  #nav-mini div .overlay .enter {
    font-size: 2.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #nav-mini div .overlay .name,
  #nav-mini div .overlay .provider {
    font-family: "Giants-Bold";
    width: 90%;
    word-wrap: break-word;
    text-align: center;
    position: absolute;
    font-size: 0rem;
    left: 50%;
    color: #ffc451;
    transform: translateX(-50%);
  }
  #nav-mini div .overlay .name {
    width: 90% !important;
    top: 10%;
  }
  #nav-mini div .overlay .provider {
    bottom: 10%;
  }
  #nav-mini div:hover > img {
    opacity: 0.2;
  }
  #nav-mini div:hover > .logo-text {
    opacity: 0.2;
  }
  #nav-mini div:hover > .overlay {
    border: 3px solid #ffc451;
    opacity: 0.95;
  }
  #nav-mini div:hover > .title {
    opacity: 0.2;
  }
  #nav-mini div .overlay .play,
  #nav-mini div .overlay .enter {
    top: 50%;
  }
  #slotModal .modal-xl {
    max-width: 100%;
  }
  #slotModal .modal-body {
    padding: 0%;
  }
  #slotModal div {
    overflow: hidden;
    position: relative;
  }
  #slotModal div img {
    transition: all 0.3s ease;
  }
  #slotModal div .overlay {
    color: white;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.5s ease;
    background-color: black;
    z-index: 1;
    border-radius: 10px;
  }
  #slotModal div .overlay .play,
  #slotModal div .overlay .enter {
    font-size: 2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #slotModal div .overlay .name,
  #slotModal div .overlay .provider {
    font-family: "Giants-Bold";
    width: 90%;
    word-wrap: break-word;
    text-align: center;
    position: absolute;
    font-size: 0rem;
    left: 50%;
    color: #ffc451;
    transform: translateX(-50%);
  }
  #slotModal div .overlay .name {
    width: 90% !important;
    top: 10%;
  }
  #slotModal div .overlay .provider {
    bottom: 10%;
  }
  #slotModal div:hover > img {
    opacity: 0.2;
  }
  #slotModal div:hover > .logo-text {
    opacity: 0.2;
  }
  #slotModal div:hover > .overlay {
    border: 3px solid #ffc451;
    opacity: 0.95;
  }
  #slotModal div:hover > .title {
    opacity: 0.2;
  }
  #slotModal .slot-banner .slot-icon {
    width: 100px !important;
    height: 100px !important;
    padding: 0;
  }
  #slotModal .slot-banner .title {
    font-size: 0.8rem;
    padding: 6px;
  }
  #slotModal .slot-banner .overlay {
    width: 100px;
  }
}
/*--------------------------------------------------------------
#  Footer Section
--------------------------------------------------------------*/
footer {
  background-color: #000;
}
footer .partners {
  width: 1200px;
  height: 180px;
}
footer .copyright {
  color: rgb(105, 105, 105);
  padding: 10px 0;
  font-size: 1rem;
}

@media Screen and (max-width: 992px) {
  footer .container {
    margin: auto;
    width: 100% !important;
  }
  footer .container .partners {
    width: 100%;
    height: 100%;
  }
}
@media Screen and (max-width: 430px) {
  footer .copyright {
    font-size: 0.8rem;
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.btn-pulse {
  animation: pulse 1s infinite;
  font-size: 0.9rem;
}

/*-------------------------------------------------
#  Information Section
-------------------------------------------------*/
#information {
  margin-top: -1vh;
  width: 80%;
  color: white;
}
#information #lottery-list,
#information #notice-list,
#information #bank-list,
#information #win-list {
  background-color: rgba(0, 0, 0, 0.8);
  height: 15vw;
  border: 3px solid #ffc451;
  border-radius: 10px;
}
#information #jackpot {
  position: relative;
  height: 13vh;
  font-family: "Giants-Bold";
  font-size: 2rem;
  background-image: url(/public/custom/type_2/images/jackpot_bg.png);
  background-repeat: no-repeat;
  background-size: 98%;
  background-position: center;
}
#information #jackpot #counter {
  position: absolute;
  right: 17%;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 3.5rem;
  font-family: "Giants-Bold";
  color: goldenrod;
  background-image: linear-gradient(to right, #f5f5f5, #f5f5f5);
  background-size: 200% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  animation: shine 2s linear infinite;
}
#information #lottery-list .nav-pills .nav-link,
#information #notice-list .nav-pills .nav-link,
#information #bank-list .nav-pills .nav-link {
  font-size: 1.1rem;
  font-family: "GmarketSansMedium";
  padding-top: 0.75rem;
  background-color: transparent;
  color: #ffc451;
  border-radius: 0;
  padding-bottom: 6px;
}
#information #lottery-list .nav-pills .nav-link.active,
#information #notice-list .nav-pills .nav-link.active,
#information #bank-list .nav-pills .nav-link.active {
  background-image: linear-gradient(to right, #ffc451, #ffc451);
  background-repeat: no-repeat;
  background-size: 65% 2px; /* 밑줄 길이와 두께 조절 */
  background-position: center 100%; /* 가운데 정렬 및 Y 위치 조절 */
  padding-bottom: 5px; /* 글자와 밑줄 사이의 간격 조절 */
}
#information #lottery-list .list-group-item,
#information #notice-list .list-group-item,
#information #bank-list .list-group-item {
  color: white;
  font-weight: 700;
  background-color: transparent;
}
#information #lottery-list .marquee,
#information #notice-list .marquee,
#information #bank-list .marquee {
  padding-left: 5%;
  text-align: left;
  overflow: hidden;
}
#information #lottery-list .marquee:hover,
#information #notice-list .marquee:hover,
#information #bank-list .marquee:hover {
  color: red;
}
#information #notice-list .marquee {
  height: 150px;
}
#information #lottery-list {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(/public/custom/type_2/images/ball_mix.webp), url(/public/custom/type_2/images/ball_case.webp), url(/public/custom/type_2/images/spotlight.jpg);
  background-repeat: no-repeat;
  background-size: cover, 23%, 23%, cover;
  background-position: center, 95% 50%, 95% 50%, center;
}
#information #lottery-list .lottery-title,
#information #lottery-list .lottery-count {
  font-size: 1.1rem;
  font-family: "GmarketSansMedium";
  padding-top: 0.75rem;
  background-color: transparent;
  color: #ffc451;
  border-radius: 0;
  padding-bottom: 6px;
}
#information #lottery-list .lottery-title {
  padding-left: 30px;
}
#information #lottery-list .lottery-count {
  font-size: 1.4rem;
  font-weight: bold;
}
#information #lottery-list .marquee {
  padding-left: 0;
}
#information #lottery-list .marquee:hover {
  color: white;
}
#information #lottery-list .ball {
  font-size: 0.9rem;
  display: inline-block;
  width: 27px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  border-radius: 50%;
  color: white;
  margin-right: 5px;
  text-shadow: 1px 1px 1px black;
}
#information #lottery-list .ball.yellow {
  background-color: #fac200;
}
#information #lottery-list .ball.blue {
  background-color: #5bb4dd;
}
#information #lottery-list .ball.red {
  background-color: #ff7272;
}
#information #lottery-list .ball.gray {
  background-color: #aaaaaa;
}
#information #lottery-list .ball.green {
  background-color: #b0d840;
}
#information #win-list {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(/public/custom/type_2/images/spotlight.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 992px) {
  #information {
    width: 100%;
    margin-top: 0.3rem;
  }
  #information #jackpot,
  #information #bank-list,
  #information #notice-list,
  #information #live-win,
  #information #lottery-list {
    height: 8rem;
  }
  #information #jackpot .nav-pills .nav-link,
  #information #bank-list .nav-pills .nav-link,
  #information #notice-list .nav-pills .nav-link,
  #information #live-win .nav-pills .nav-link,
  #information #lottery-list .nav-pills .nav-link {
    padding-top: 0.25rem;
  }
  #information #jackpot {
    font-size: 1.8rem;
    height: 4rem;
  }
  #information #jackpot #counter {
    right: 18.5%;
    font-size: 2rem;
    text-shadow: 1px 2px 2px #818181, 1px 1px 2px rgba(206, 89, 55, 0);
  }
  #information #lottery-list .lottery-title,
  #information #lottery-list .lottery-count,
  #information #lottery-list .lottery {
    font-size: 0.9rem;
  }
  #information #lottery-list .lottery-title {
    padding-left: 1rem;
  }
  #information #lottery-list .lottery-count {
    padding: 1rem 0 0 0.7rem !important;
  }
  #information #lottery-list .lottery-count i {
    font-size: 1rem !important;
  }
  #information #lottery-list .list-group .info-ball-group {
    padding-right: 1rem !important;
  }
  #information #lottery-list .list-group .info-ball-group .ball {
    margin-right: 10px;
    margin-bottom: 5px;
    font-size: 0.9rem;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  #information #notice-list .nav-link {
    font-size: 0.9rem !important;
  }
  #information #notice-list .list-group-item {
    padding: 0 10px;
    font-size: 0.9rem;
  }
  #information #bank-list .nav-link {
    font-size: 0.9rem !important;
  }
  #information #bank-list .list-group-item {
    padding: 0 10px;
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 430px) {
  #information {
    width: 100%;
    margin-top: 0;
  }
  #information #jackpot,
  #information #bank-list,
  #information #notice-list,
  #information #live-win,
  #information #lottery-list {
    height: 6rem;
  }
  #information #jackpot {
    font-size: 1.8rem;
    height: 3rem;
  }
  #information #jackpot #counter {
    right: 18.5%;
    font-size: 0.8rem;
    text-shadow: 1px 2px 2px #818181, 1px 1px 2px rgba(206, 89, 55, 0);
  }
  #information #lottery-list .lottery-title,
  #information #lottery-list .lottery-count,
  #information #lottery-list .lottery {
    font-size: 0.7rem;
  }
  #information #lottery-list .lottery-title {
    padding-left: 1rem;
  }
  #information #lottery-list .lottery-count {
    padding: 0.3px 0 0 0.7rem !important;
  }
  #information #lottery-list .lottery-count i {
    font-size: 1rem !important;
  }
  #information #lottery-list .list-group .info-ball-group {
    padding-right: 1rem !important;
  }
  #information #lottery-list .list-group .info-ball-group .ball {
    margin-right: 5px !important;
    margin-bottom: 5px;
    font-size: 0.7rem;
    width: 22px;
    height: 22px;
    line-height: 22px;
  }
  #information #bank-list .nav-link {
    font-size: 0.7rem;
  }
  #information #bank-list .list-group-item {
    padding: 0 10px;
    font-size: 0.7rem;
  }
}
/*-------------------------------------------------
#  Lottery event
-------------------------------------------------*/
.lottery .modal-content {
  padding: 1rem 1rem 0.5rem 1rem;
  background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url(/public/custom/type_2/images/modal_bg.webp);
  background-repeat: repeat-y;
  background-size: 100%;
}
.lottery .modal-content table {
  margin-bottom: 0;
}
.lottery .modal-content .sub-title {
  font-size: 1.4rem;
}
.lottery .modal-content #lotteryList .sub-title,
.lottery .modal-content #lotteryDetail .sub-title {
  font-size: 1.2rem;
  font-weight: bold;
}
.lottery .modal-content #lotteryList .count,
.lottery .modal-content #lotteryDetail .count {
  line-height: 2.5rem;
  font-size: 1.25rem;
}
.lottery .modal-content #lotteryList #clock,
.lottery .modal-content #lotteryDetail #clock {
  display: flex;
  align-items: center;
}
.lottery .modal-content #lotteryList #clock .countdown,
.lottery .modal-content #lotteryDetail #clock .countdown {
  padding: 0 0 0.5rem 1rem;
  font-size: 2rem;
}
.lottery .modal-content #lotteryList .ball,
.lottery .modal-content #lotteryDetail .ball {
  font-size: 1.1rem;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  color: white;
  margin-right: 5px;
}
.lottery .modal-content #lotteryList .ball.yellow,
.lottery .modal-content #lotteryDetail .ball.yellow {
  background-color: #fac200;
}
.lottery .modal-content #lotteryList .ball.blue,
.lottery .modal-content #lotteryDetail .ball.blue {
  background-color: #5bb4dd;
}
.lottery .modal-content #lotteryList .ball.red,
.lottery .modal-content #lotteryDetail .ball.red {
  background-color: #ff7272;
}
.lottery .modal-content #lotteryList .ball.gray,
.lottery .modal-content #lotteryDetail .ball.gray {
  background-color: #7e7e7e;
}
.lottery .modal-content #lotteryList .ball.green,
.lottery .modal-content #lotteryDetail .ball.green {
  background-color: #b0d840;
}
.lottery .modal-content #lotteryDetail a {
  pointer-events: none;
}
.lottery .modal-content #lotteryDetail .lotto-table-title {
  font-size: 1.4rem;
  padding-left: 1rem;
  text-align: left;
}
.lottery .modal-content #lotteryDetail #lottoNumberTable {
  border-top: 2px solid black;
}
.lottery .modal-content #lotteryDetail #lottoNumberTable #lottoNumberGrid .selected {
  background-color: #ffc451;
}
.lottery .modal-content #lotteryDetail #lottoNumberTable .selected-ball-group {
  height: 4rem;
  text-align: center;
  margin: 3rem auto;
  /* 색상별 그라데이션 추가 */
}
.lottery .modal-content #lotteryDetail #lottoNumberTable .selected-ball-group .ball {
  font-size: 2rem;
  display: inline-block;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  text-align: center;
  border-radius: 50%;
  color: white;
  margin-right: 10px;
  text-shadow: 1px 1px 2px black;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.8);
  transition: transform 0.3s ease;
  position: relative;
}
.lottery .modal-content #lotteryDetail #lottoNumberTable .selected-ball-group .ball:before {
  content: "";
  position: absolute;
  top: 10%;
  left: 0%;
  width: 60%;
  height: 30%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.8), transparent);
  border-radius: 50%;
  transform: scale(1.2) rotate(-45deg); /* 반사 효과 크기 조절 */
}
.lottery .modal-content #lotteryDetail #lottoNumberTable .selected-ball-group .ball:hover {
  transform: scale(1.05); /* 마우스 오버 시 확대 및 회전 */
}
.lottery .modal-content #lotteryDetail #lottoNumberTable .selected-ball-group .ball.yellow {
  background-color: #fac200;
}
.lottery .modal-content #lotteryDetail #lottoNumberTable .selected-ball-group .ball.blue {
  background-color: #5bb4dd;
}
.lottery .modal-content #lotteryDetail #lottoNumberTable .selected-ball-group .ball.red {
  background-color: #ff7272;
}
.lottery .modal-content #lotteryDetail #lottoNumberTable .selected-ball-group .ball.gray {
  background-color: #aaaaaa;
}
.lottery .modal-content #lotteryDetail #lottoNumberTable .selected-ball-group .ball.green {
  background-color: #b0d840;
}
.lottery .modal-content #lotteryDetail #lottoNumberTable .selected-ball-group .yellow {
  background: linear-gradient(to bottom right, #ffe066, #fac200);
}
.lottery .modal-content #lotteryDetail #lottoNumberTable .selected-ball-group .blue {
  background: linear-gradient(to bottom right, #9ad4e6, #5bb4dd);
}
.lottery .modal-content #lotteryDetail #lottoNumberTable .selected-ball-group .red {
  background: linear-gradient(to bottom right, #ffb6b6, #ff7272);
}
.lottery .modal-content #lotteryDetail #lottoNumberTable .selected-ball-group .gray {
  background: linear-gradient(to bottom right, #d4d4d4, #aaaaaa);
}
.lottery .modal-content #lotteryDetail #lottoNumberTable .selected-ball-group .green {
  background: linear-gradient(to bottom right, #d4f07c, #b0d840);
}
.lottery .modal-content #lotteryDetail #lottoNumberTable .lotte-btn-group {
  padding: 2rem 2rem 0 2rem;
}
.lottery .modal-content #lotteryDetail #drawnParticipantsTable .ball-group .ball.yellow {
  background-color: #fac200;
}
.lottery .modal-content #lotteryDetail #drawnParticipantsTable .ball-group .ball.blue {
  background-color: #5bb4dd;
}
.lottery .modal-content #lotteryDetail #drawnParticipantsTable .ball-group .ball.red {
  background-color: #ff7272;
}
.lottery .modal-content #lotteryDetail #drawnParticipantsTable .ball-group .ball.gray {
  background-color: #7e7e7e;
}
.lottery .modal-content #lotteryDetail #drawnParticipantsTable .ball-group .ball.green {
  background-color: #b0d840;
}
.lottery .modal-content #lotteryDetail #drawnParticipantsTable .ball {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 1rem;
}
.lottery .modal-content #lotteryDetail #drawnParticipantsTable .ball.yellow, .lottery .modal-content #lotteryDetail #drawnParticipantsTable .ball.blue, .lottery .modal-content #lotteryDetail #drawnParticipantsTable .ball.red, .lottery .modal-content #lotteryDetail #drawnParticipantsTable .ball.gray, .lottery .modal-content #lotteryDetail #drawnParticipantsTable .ball.green {
  background-color: #d4d2d2;
}
.lottery .modal-content #lotteryDetail #drawnParticipantsTable .ball.win.yellow {
  background-color: #fac200;
}
.lottery .modal-content #lotteryDetail #drawnParticipantsTable .ball.win.blue {
  background-color: #5bb4dd;
}
.lottery .modal-content #lotteryDetail #drawnParticipantsTable .ball.win.red {
  background-color: #ff7272;
}
.lottery .modal-content #lotteryDetail #drawnParticipantsTable .ball.win.gray {
  background-color: #7e7e7e;
}
.lottery .modal-content #lotteryDetail #drawnParticipantsTable .ball.win.green {
  background-color: #b0d840;
}
.lottery .modal-content #lotteryDetail #rankingInfoTable {
  vertical-align: middle;
}
.lottery .modal-content #lotteryDetail #rankingInfoTable tr {
  height: 3rem !important;
}
.lottery .modal-content #lotteryDetail #rankingInfoTable tr div {
  max-height: 5rem;
}
.lottery .modal-content #lotteryDetail #rankingInfoTable .col-rank {
  width: 10%;
}
.lottery .modal-content #lotteryDetail #rankingInfoTable .col-win-count {
  width: 10%;
}
.lottery .modal-content #lotteryDetail #rankingInfoTable .col-win-id {
  width: 40%;
}
.lottery .modal-content #lotteryDetail #rankingInfoTable .col-win-condition {
  width: 20%;
}

@media screen and (max-width: 430px) {
  .lottery .modal-content #lotteryList .participant-title,
  .lottery .modal-content #lotteryDetail .participant-title {
    font-size: 0.95rem;
    text-align: left;
    padding-left: 1rem;
  }
  .lottery .modal-content #lotteryList .sub-title,
  .lottery .modal-content #lotteryDetail .sub-title {
    font-size: 0.9rem;
    font-weight: bold;
  }
  .lottery .modal-content #lotteryList .count,
  .lottery .modal-content #lotteryDetail .count {
    line-height: 1.5rem;
    font-size: 0.9rem;
  }
  .lottery .modal-content #lotteryList .ball-group,
  .lottery .modal-content #lotteryDetail .ball-group {
    text-align: center;
  }
  .lottery .modal-content #lotteryList .ball-group .ball,
  .lottery .modal-content #lotteryDetail .ball-group .ball {
    font-size: 0.9rem;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    color: white;
    margin-right: 5px;
  }
  .lottery .modal-content #lotteryList #clock,
  .lottery .modal-content #lotteryDetail #clock {
    display: block;
  }
  .lottery .modal-content #lotteryList #clock .countdown-desc,
  .lottery .modal-content #lotteryDetail #clock .countdown-desc {
    font-size: 0.9rem;
  }
  .lottery .modal-content #lotteryList #clock .countdown,
  .lottery .modal-content #lotteryDetail #clock .countdown {
    width: 60%;
    padding: 0.7rem 0 0 4rem;
    text-align: center;
    font-size: 1.8rem;
  }
  .lottery .modal-content #lotteryDetail #rankingInfoTable .col-rank {
    width: 11%;
  }
  .lottery .modal-content #lotteryDetail #rankingInfoTable .col-win-count {
    width: 13%;
  }
  .lottery .modal-content #lotteryDetail #rankingInfoTable .col-win-id {
    width: 35%;
  }
  .lottery .modal-content #lotteryDetail #rankingInfoTable .col-win-condition {
    width: 17%;
  }
  .lottery .modal-content #lotteryDetail #drawnParticipantsTable th {
    padding: 0.5rem;
  }
  .lottery .modal-content #lotteryDetail #drawnParticipantsTable .selectedNumber .ball {
    margin: 0.1rem;
    width: 27px;
    height: 27px;
    line-height: 27px;
    font-size: 0.8rem;
  }
  .lottery .modal-content #lotteryDetail #drawnParticipantsTable .winningCount {
    width: 2.5rem;
  }
  .lottery .modal-content #lotteryDetail #drawnParticipantsTable .rank .btn-success,
  .lottery .modal-content #lotteryDetail #drawnParticipantsTable .rank .btn-primary,
  .lottery .modal-content #lotteryDetail #drawnParticipantsTable .rank .btn-danger {
    width: 2.5rem !important;
  }
}
/*-------------------------------------------------
#  ETC Section
-------------------------------------------------*/
#btn-back-to-top {
  position: fixed;
  bottom: 3.5%;
  left: 50%;
  z-index: 100;
  display: none;
  transform: translateX(-50%);
  box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

@media screen and (max-width: 430px) {
  #btn-back-to-top {
    position: fixed;
    bottom: 2%;
    left: 50%;
    z-index: 100;
    display: none;
    transform: translateX(-50%);
    box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
  }
}
.spinner-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5);
}

.spinner-border {
  width: 3rem;
  height: 3rem;
}

body.modal-open {
  overflow: hidden;
  padding-right: 15px; /* 스크롤 바의 너비에 맞게 조정하세요 */
}

.tab-content .row .overlay {
  border: #ffc451 3px solid;
  border-radius: 1rem;
}

.img-thumbnail {
  padding: 0.1rem !important;
  border: #ffc451 3px solid !important;
}

.text3d-multi {
  text-shadow: 1px 1px 0 #fff, 2px 2px 0 #dfdfdf, 3px 3px 0 #bfbfbf, 4px 4px 0 #9f9f9f;
}

#captcha-img {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
  background-color: #fafafa;
  cursor: pointer;
}

@media screen and (max-width: 992px) {
  #main-section {
    position: relative;
    background-size: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7)), url(/public/custom/type_2/images/main_bg_m.jpg);
  }
  #main-section .star-section {
    width: 100vw;
  }
  #main-section .container {
    margin: 0rem auto;
    max-width: 90%;
  }
  #main-section .container .carousel-cover {
    width: 97%;
    margin-top: 0;
  }
  #main-section .container .carousel-cover .carousel {
    top: 17%;
    width: 86%;
  }
  #main-section .container .carousel-cover .carousel .carousel-inner {
    width: 100%;
  }
  #main-section .container .carousel-cover .carousel .carousel-inner img {
    width: 100%;
  }
  #main-section .container .game-selector {
    width: 100%;
    padding: 0;
  }
  #main-section .container .game-selector .nav.nav-tabs {
    height: 13rem;
    border: none;
    margin: 0rem 0;
  }
  #main-section .container .game-selector .nav.nav-tabs .col-4 {
    padding: 0;
  }
  #main-section .container .game-selector .nav.nav-tabs #nav-casino-tab {
    width: 100%;
    margin-right: 0;
  }
  #main-section .container .game-selector .nav.nav-tabs #nav-slots-tab {
    width: 100%;
    margin-left: 0;
  }
  #main-section .container .game-selector .tab-content .image-container .logo-text {
    font-size: 0.75rem;
  }
  .m-login-message {
    color: #f95668;
  }
}
@media screen and (max-width: 430px) {
  #main-section {
    background-position: top;
  }
  #main-section .container {
    margin: auto;
    max-width: 95%;
  }
  #main-section .container .banner-section {
    margin-top: -2%;
    z-index: 1;
    background-size: contain;
  }
  #main-section .container .banner-section .item-main img {
    margin-top: -4.5%;
    width: 75%;
  }
  #main-section .container .banner-section .text-logo {
    top: 23%;
  }
  #main-section .container .banner-section .text-logo img {
    width: 25%;
  }
  #main-section .container .carousel-cover {
    width: 95%;
    margin-top: 0;
  }
  #main-section .container .carousel-cover .carousel {
    top: 17%;
    width: 86%;
  }
  #main-section .container .carousel-cover .carousel .carousel-inner {
    width: 100%;
  }
  #main-section .container .carousel-cover .carousel .carousel-inner img {
    width: 100%;
  }
  #main-section .container .game-selector {
    padding: 0;
  }
  #main-section .container .game-selector .nav.nav-tabs {
    border: none;
    height: 6.5rem;
    margin: 1rem 0 0 0;
  }
  #main-section .container .game-selector .nav.nav-tabs #nav-casino-tab,
  #main-section .container .game-selector .nav.nav-tabs #nav-slots-tab,
  #main-section .container .game-selector .nav.nav-tabs #nav-sport-tab {
    height: 100%;
  }
  #main-section .container .tab-content .tab-pane#nav-casino, #main-section .container .tab-content .tab-pane#nav-slots {
    margin-top: initial;
  }
  #main-section .container .tab-content .tab-pane#nav-mini {
    margin-top: 0.5rem;
  }
  #main-section .container .tab-content .casino-banner {
    width: 90%;
    height: auto;
    aspect-ratio: 2/3;
    margin: 4px auto;
  }
  #main-section .container .tab-content .casino-banner .casino-name {
    padding: 4px;
    font-size: 12px;
    height: 35px;
    background-color: rgba(0, 0, 0, 0.7);
  }
  #main-section .container .tab-content .provider-banner {
    width: 90%;
    height: auto;
    aspect-ratio: 3/4;
    margin: 4px auto;
  }
  #main-section .container .tab-content .provider-banner .provider-name {
    padding: 4px;
    font-size: 12px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.7);
  }
  .m-login-message {
    color: #f95668;
  }
}
.sns-pc {
  width: 12.5rem;
  position: fixed;
  right: 50px;
  bottom: 50px;
  font-size: 1.6rem;
  font-weight: bold;
}
.sns-pc img {
  width: 3rem;
}
.sns-pc .telegram {
  border: 3px solid #1da1de;
  border-radius: 0.5rem;
}
.sns-pc .telegram img {
  background-color: #1da1de;
}
.sns-pc .telegram a {
  margin-left: 5px;
  color: #20a3e1;
}
.sns-pc .kakao {
  border: 3px solid #ffe90a;
  border-radius: 0.5rem;
}
.sns-pc .kakao img {
  background-color: #ffe90a;
}
.sns-pc .kakao span {
  margin-left: 5px;
  color: #ffe90a;
}

.sns-mobile {
  width: 8.2rem;
  font-size: 1.2rem;
  font-weight: bold;
}
.sns-mobile img {
  width: 2rem;
  border-radius: 0.5rem;
}
.sns-mobile .telegram img {
  background-color: #1da1de;
}
.sns-mobile .telegram a {
  margin-left: 5px;
  color: #20a3e1;
}
.sns-mobile .kakao img {
  background-color: #ffe90a;
}
.sns-mobile .kakao span {
  margin-left: 5px;
  color: #ffe90a;
}/*# sourceMappingURL=style_2.css.map */