@charset "UTF-8";
@import url("https://fonts.cdnfonts.com/css/times-new-roman");
* {
  font-family: "Pretendard", sans-serif !important;
  box-sizing: border-box;
  letter-spacing: -0.3px;
}

body, html {
  height: 100%;
}

body {
  min-width: 1622px;
}

.bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.blankdiv {
  visibility: hidden;
}

.disnone {
  display: none !important;
}

.w100 {
  width: 100%;
}

#root {
  background-color: #07070B;
}

.contentWrap {
  width: calc(100% - 298px);
  min-height: calc(-60px + 100vh);
  margin-left: auto;
}

input::-moz-placeholder {
  color: #999999 !important;
  font-weight: 300;
}

input::placeholder {
  color: #999999 !important;
  font-weight: 300;
}

.accordion-item {
  border: none !important;
}

.accordion-button {
  border: none;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent !important;
}

.accordion .accordion-button:not(.collapsed) {
  box-shadow: none;
  background-color: transparent !important;
}

.accordion-button::after {
  display: none;
}

.numnav {
  display: flex;
  justify-content: center;
  align-items: center;
}
.numnav li button, .numnav li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  font-size: 14px;
  font-weight: 300;
  color: #999999 !important;
  margin-top: 50px;
}
.numnav li button.active {
  background-color: #FFD87E;
  border-radius: 6px;
  color: #000000 !important;
}

.warn {
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  color: #D42C2C;
  margin-bottom: 16px;
}

.modalform .input-name {
  font-size: 14px;
  color: #fff;
  font-weight: 200;
}
.modalform .require {
  color: #FFD87E;
}
.modalform .input-group {
  margin-top: 16px;
  display: block;
}
.modalform .input-group .inputbox-flex {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 12px;
}
.modalform .input-group .inputbox-flex .inputbox {
  margin-right: 10px;
}
.modalform .input-group .inputbox-flex .form-control {
  margin-top: 0 !important;
}
.modalform .form-control,
.modalform .form-select {
  width: 100% !important;
  height: 42px;
  background: rgba(0, 0, 0, 0.4) 0% 0% no-repeat padding-box;
  border-radius: 0 !important;
  border: none !important;
  font-size: 14px;
  font-weight: 300;
  margin-top: 12px;
  color: #fff;
}
.modalform .form-select {
  color: #fff;
  background-color: #0F1116 !important;
  background: url("../images/ico_22.png") no-repeat right 14px center;
}
.modalform .form-control:focus {
  background-color: #0F1116;
}
.modalform .inputbut {
  padding: 0 10px;
  height: 42px;
  font-size: 14px;
  font-weight: 300;
  color: #999999;
  background: transparent linear-gradient(180deg, #1D212B 0%, #0B0E13 100%) 0% 0% no-repeat padding-box;
  border: 1px solid #404040;
}

.blackborder, .pc-header .login-top .gamemoneybut,
.pc-header .login-top .pointbut {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(0, 0, 0, 0.4) 0% 0% no-repeat padding-box;
  border: 1px solid #404040;
  height: 36px;
  padding: 0 10px;
}

.pc-header {
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 5;
}
.pc-header .logbut {
  width: 150px;
  height: 36px;
  justify-content: center;
  background-image: url("../images/btn_login.png");
}
.pc-header .login-top {
  width: 100%;
  height: 60px;
  background-color: #0B0E13;
}
.pc-header .login-top .loginbox-div {
  max-width: 1872px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 auto;
}
.pc-header .login-top .loginbox-div button {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #fff;
  font-weight: 300;
}
.pc-header .login-top .levelbutton .levelicon {
  height: 22px;
}
.pc-header .login-top .levelbutton p {
  margin-left: 5px;
}
.pc-header .login-top .messagebutton {
  margin-left: 14px;
}
.pc-header .login-top .messagebutton .ico_11 {
  width: 22px;
}
.pc-header .login-top .messagebutton p {
  margin-left: 5px;
}
.pc-header .login-top .rulletbutton {
  margin-left: 14px;
}
.pc-header .login-top .rulletbutton .ico_3 {
  width: 22px;
}
.pc-header .login-top .rulletbutton p {
  margin-left: 5px;
}
.pc-header .login-top .gamemoneybut,
.pc-header .login-top .pointbut {
  margin-left: 14px;
}
.pc-header .login-top .gamemoneybut .yellowP,
.pc-header .login-top .pointbut .yellowP {
  color: #FFD87E;
  margin-right: 20px;
}
.pc-header .login-top .pointbut {
  margin-left: 5px !important;
}
.pc-header .login-top .logoutbut {
  margin-left: 6px;
}

.pc-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 298px;
  height: 100%;
  max-height: 100%;
  overflow-y: scroll;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  padding: 40px 20px;
  background: transparent linear-gradient(180deg, #1D212B 0%, #0B0E13 100%) 0% 0% no-repeat padding-box;
}
.pc-sidebar .logolink {
  display: block;
  width: 100%;
  text-align: center;
}
.pc-sidebar .menuUl {
  margin-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
}
.pc-sidebar .menuUl li {
  padding: 12px 0;
  border-bottom: 1px solid #404040;
}
.pc-sidebar .menuUl li:hover span {
  color: #FFD87E;
}
.pc-sidebar .menuUl .ico_box {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pc-sidebar .menuUl .ico_box img {
  width: 22px;
}
.pc-sidebar .menuUl button {
  width: 100%;
  display: flex;
  align-items: center;
}
.pc-sidebar .menuUl button span {
  display: inline-block;
  margin-left: 12px;
  font-size: 16px;
  color: #999999;
  font-weight: 300;
}
.pc-sidebar .rightborder {
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background: transparent linear-gradient(180deg, #FFF2D2 0%, #FFD87E 32%, #9E5811 59%, #44362C 100%) 0% 0% no-repeat padding-box;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* 불투명도 설정 */
  display: flex; /* 기본적으로 표시 상태 */
  align-items: center;
  justify-content: center;
  z-index: 1000; /* 다른 요소 위에 표시 */
}

/* 팝업 창 스타일 */
.popup {
  position: relative;
  width: auto;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.popup .eventimg {
  height: 400px;
}

/* 닫기 버튼 스타일 */
.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

#footarea {
  background-color: #000000;
}
#footarea .pc-footer {
  width: calc(100% - 298px);
  margin-left: auto;
  padding: 60px 0;
  text-align: center;
}
#footarea .pc-footer p {
  font-size: 14px;
  font-weight: 300;
  color: #999999;
  margin: 30px 0;
}
#footarea .pc-footer .gamelistDiv ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#footarea .pc-footer .gamelistDiv ul:nth-child(2) {
  margin-top: 5px;
}/*# sourceMappingURL=style.css.map */