/*!*************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/main.scss ***!
  \*************************************************************************************************************/
@charset "UTF-8";
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s;
  -webkit-text-fill-color: #fff !important;
  caret-color: white;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

* {
  margin: 0px;
  padding: 0px;
}

html {
  width: 100%;
  height: 100%;
}
html body {
  width: 100%;
  height: 100%;
  font-family: "noto", "Roboto", sans-serif;
  font-size: 20px;
  color: #aaaaaa;
}

input,
select {
  padding-top: 3px;
  font-size: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
button,
textarea,
select {
  margin: 0px;
  padding: 0;
}

fieldset {
  border: 0px currentColor;
  border-image: none;
}

iframe {
  border: 0px currentColor;
  border-image: none;
}

img {
  margin: 0px;
  padding: 0px;
  line-height: 0;
  font-size: 0px;
}

li {
  list-style: none;
}

a {
  color: #363636;
  text-decoration: none;
}

em {
  font-style: normal;
}

.modal {
  background-color: rgba(0, 0, 0, 0);
  backdrop-filter: blur(10px);
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
}
.modal .modalTitle {
  font-size: 36px;
  color: #fff;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
}

.modalBg {
  top: 50%;
  left: 50%;
  width: 600px;
  margin: 0 auto;
  min-width: 360px;
  min-height: 410px;
  position: absolute;
  box-sizing: border-box;
  background: linear-gradient(0deg, rgb(20, 20, 3) 0%, rgb(0, 0, 0) 100%);
  border-radius: 18px;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.5);
  transform: translate(-50%, -50%);
  border: 3px solid #987830;
}
.modalBg:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  z-index: 0;
  border-radius: inherit;
  background-size: 100%;
  mix-blend-mode: overlay;
}
.modalBg:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -3px;
  border-radius: 20px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}

.modalContents {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  box-sizing: border-box;
  padding: 10px;
}

.modalHead {
  min-height: 50px;
}

.modalBody {
  min-height: 200px;
  padding: 10px 0;
}

.modalFooter {
  min-height: 50px;
}

.btnJoin {
  cursor: pointer;
  background-color: #6d0355;
  background: linear-gradient(0deg, #181702 0%, #000000 100%) no-repeat;
  color: #fc0;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  text-align: center;
  font-size: 24px;
  line-height: 1.5;
  padding: 10px 30px;
  border: 2px solid rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  position: relative;
}
.btnJoin .btnClose {
  width: 50px;
  height: 50px;
  opacity: 0.75;
  cursor: pointer;
  border: 0;
  position: absolute;
  right: 10px;
  top: 10px;
}
.btnJoin:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 2px;
  top: 2px;
  background-size: 50%;
  opacity: 0.5;
}
.btnJoin:hover {
  background-color: #6d0355;
  background: linear-gradient(0deg, #5b0052 0%, #b2007c 100%) no-repeat;
  color: #fc0;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
  border: 2px solid rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.btnJoin:hover:after {
  content: "";
  position: absolute;
  opacity: 1;
}
.btnJoin:hover span {
  background: none;
  background: linear-gradient(0deg, #fc0, #ff0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 0.5px #fc0;
}
.btnJoin span {
  background: linear-gradient(0deg, #5c4200, #ffd267);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btnConfirm {
  cursor: pointer;
  background-color: #6d0355;
  background: linear-gradient(0deg, #490242 0%, #98046b 100%) no-repeat;
  color: #fc0;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  text-align: center;
  font-size: 24px;
  line-height: 1.5;
  padding: 10px 30px;
  border: 2px solid rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  position: relative;
}

.btnConfirm:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 2px;
  top: 2px;
  background-size: 50%;
  opacity: 0.75;
}

.btnConfirm span {
  background: linear-gradient(0deg, #5c4200, #ffd267);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btnConfirm:hover {
  background-color: #6d0355;
  background: linear-gradient(0deg, #5b0052 0%, #b2007c 100%) no-repeat;
  color: #fc0;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
  border: 2px solid rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}

.btnConfirm:hover:after {
  content: "";
  position: absolute;
  opacity: 1;
}

.btnConfirm:hover span {
  background: none;
  background: linear-gradient(0deg, #fc0, #ff0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 0.5px #fc0;
}

.btnCancel {
  cursor: pointer;
  background-color: #6d0355;
  background: linear-gradient(0deg, #222 0%, #666 100%) no-repeat;
  color: #fc0;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  text-align: center;
  font-size: 24px;
  line-height: 1.5;
  padding: 10px 30px;
  border: 2px solid rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  position: relative;
}

.btnCancel:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 2px;
  top: 2px;
  background-size: 50%;
  opacity: 0.5;
}

.btnCancel span {
  background: linear-gradient(0deg, #666, #ccc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btnCancel:hover {
  background-color: #6d0355;
  background: linear-gradient(0deg, #666 0%, #aaa 100%) no-repeat;
  color: #fc0;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
  border: 2px solid rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}

.btnCancel:hover:after {
  content: "";
  position: absolute;
  opacity: 1;
}

.btnCancel:hover span {
  background: none;
  background: linear-gradient(0deg, #ccc, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 0.5px #fff;
}

.btnClose {
  width: 50px;
  height: 50px;
  opacity: 0.75;
  cursor: pointer;
  border: 0;
  position: absolute;
  right: 10px;
  top: 10px;
}

.btnClose:hover {
  opacity: 1;
}

.btnCheckDuplicates {
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid rgba(255, 204, 0, 0.5);
  border-radius: 50px;
  padding: 8px 20px;
  color: #870;
  cursor: pointer;
  box-sizing: border-box;
}

.btnCheckDuplicates:hover {
  background-color: #000;
  color: #fc0;
  border: 2px solid #fc0;
}

.formArea {
  overflow: hidden;
  min-height: 200px;
  max-width: 720px;
  margin: 0 auto;
}

.listArea {
  overflow: hidden;
  min-height: 200px;
  width: 100%;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.2666666667);
  border: 0;
  padding: 10px;
  border-radius: 10px;
  box-sizing: border-box;
  box-shadow: inset 0 3px 10px rgba(0, 0, 0, 0.5333333333);
}

.modalBody .row {
  padding: 5px 10px;
  text-align: left;
}

.modalBody .row.center {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2666666667);
  padding: 20px;
  border-radius: 10px;
}

.modalBody .row > * {
  display: inline-block;
}

.modalBody .row p {
  margin: 0;
  width: 150px;
  font-size: 24px;
  color: #ffd9ed;
  letter-spacing: -1px;
}

.modalBody .row span {
  margin-left: 155px;
  color: #fc0;
  padding-top: 5px;
  opacity: 1;
  display: block;
}

.modalBody .row span.warning {
  color: #f30;
}

.modalBody .row input[type=text],
.modalBody .row input[type=password] {
  width: calc(100% - 280px);
  border: 0;
  padding: 12px;
  color: #fff;
  vertical-align: middle;
  margin-right: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px rgba(249, 143, 249, 0.5333333333);
}

.modalBody .row select {
  width: calc(100% - 280px);
  border: 0;
  padding: 12px;
  color: #fff;
  vertical-align: middle;
  margin-right: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  background: linear-gradient(0deg, #520d3e 0%, #852f73 100%) no-repeat;
  box-shadow: 0 -1px rgba(249, 143, 249, 0.5333333333), 0 2px rgba(0, 0, 0, 0.2666666667);
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

.modalBody .row .select-arrow {
  content: "";
  width: 18px;
  height: 12px;
  margin-left: -40px;
}

.modalBody .row select::-ms-expand {
  display: none;
}

.modalBody .row input[type=radio] {
  width: 50px;
  height: 50px;
  vertical-align: middle;
  opacity: 0;
}

.modalBody .row input[type=radio] + label {
  color: #ffd9ed;
  font-size: 20px;
  margin-right: 20px;
}

.modalBody .row input[type=radio] + label span {
  margin-left: -55px;
  display: inline-block;
  width: 50px;
  height: 50px;
  vertical-align: middle;
  margin-right: 5px;
  box-sizing: border-box;
}

.modalBody .row input[type=radio]:checked + label span {
  margin-left: -55px;
  background-color: #fff;
  width: 50px;
  height: 50px;
}

.modalBody .row datalist {
  position: absolute;
  background-color: transparent;
  font-family: sans-serif;
  font-size: 0.8rem;
}

.modalBody .invisibleSelect {
  position: absolute;
  opacity: 0;
  margin-left: -60px;
  width: 50px !important;
}

.modalBody .row option {
  margin-bottom: 1px;
  cursor: pointer;
}

/* 탭 전체 스타일 */
.modalBody .tabs {
  margin-top: 50px;
  padding-bottom: 5px;
  width: 100%;
  margin: 0 auto;
}

/* 탭 스타일 */
.modalBody .tab_item {
  width: calc(33.3333333333% - 1px);
  height: 50px;
  background-color: #852f73;
  background: linear-gradient(0deg, #520d3e 0%, #852f73 100%) no-repeat;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5333333333);
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  border-radius: 10px 10px 0 0;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin-right: 1px;
  margin-bottom: 5px;
}

#shopModal .tab_item {
  width: calc(25% - 1px);
}

#vaultModal .tab_item {
  width: calc(50% - 1px);
}

.modalBody .tab_item:hover {
  opacity: 0.75;
}

/* 라디오 버튼 UI삭제*/
.modalBody input[name=tab_item] {
  display: none;
}

.modalBody input[name=_tab_item] {
  display: none;
}

/* 탭 컨텐츠 스타일 */
.modalBody .tab_content {
  display: none;
  clear: both;
  overflow: hidden;
  min-height: 130px;
}

/* 선택 된 탭 콘텐츠를 표시 */
#deposit:checked ~ #deposit_content,
#withdrawal:checked ~ #withdrawal_content,
#depositList:checked ~ #depositList_content,
#withdrawalList:checked ~ #withdrawalList_content {
  display: block;
}

#charge:checked ~ #charge_content,
#exchange:checked ~ #exchange_content {
  display: block;
}

/* 선택된 탭 스타일 */
.modalBody .tabs input:checked + .tab_item {
  background-color: #852f73;
  background: linear-gradient(0deg, #430f24 0%, #c90065 100%) no-repeat;
  color: #fff;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
}

#joinModal .modalBg {
  width: 640px;
  height: 500px;
}

#shopModal .modalBg {
  height: 510px;
}

#vaultModal .modalBg {
  height: 510px;
}

#inquiryModal .modalBg {
  width: 1000px;
  height: 920px;
}

#noticeModal .modalBg {
  width: 1000px;
  height: 510px;
}

.modalBody table {
  table-layout: fixed;
  word-break: break-all;
  width: 100%;
  border-spacing: 2px;
  font-size: 20px;
}

.modalBody table th {
  font-size: 18px;
  background-color: #c80163;
  color: rgba(255, 255, 255, 0.5333333333);
  font-weight: normal;
}

.modalBody table tr:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.1333333333);
}

.modalBody table td {
  font-size: 20px;
  color: #fff;
  font-weight: normal;
  line-height: 1.5;
}

.modalBody table td.date {
  font-size: 18px;
  letter-spacing: -1px;
  color: rgba(255, 255, 255, 0.5333333333);
}

.modalBody table td.amount {
  font-size: 20px;
  color: #fc0;
}

.modalBody table td.subject {
  font-size: 20px;
  text-align: left;
  padding-left: 10px;
}

.modalBody table td.subject a {
  color: rgba(255, 204, 0, 0.5333333333);
}

.modalBody table td.subject a:hover {
  color: #fc0;
}

.modalBody table td.emptyData {
  font-size: 20px;
  color: #fff;
  text-align: center;
  height: 200px;
}

.btnArea {
  text-align: center;
  padding: 10px 0;
}

.topVault {
  text-align: center;
  margin: 20px 0;
}

.topVault > * {
  display: inline-block;
}

.topVault img {
  width: 50px;
  height: 50px;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 20px;
}

.topVault input {
  text-align: right;
  padding-right: 10px;
  width: 200px;
  display: block;
  border: 0;
  padding: 12px;
  color: #fc0;
  vertical-align: middle;
  margin-right: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px rgba(249, 143, 249, 0.5333333333);
}

.modalBody input.money {
  text-align: right;
  padding-right: 10px;
  color: #fc0 !important;
}

.modalBody .textArea {
  width: 100%;
  height: 700px;
  background-color: rgba(255, 255, 255, 0.1333333333);
  box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.5333333333);
  font-size: 20px;
  color: #fff;
  line-height: 1.5;
  border: none;
  border-radius: 10px;
  padding: 10px;
  text-align: left;
  box-sizing: border-box;
  margin-bottom: 10px;
  overflow: scroll;
}

.modalBody .inqueryInput {
  width: 100%;
  border: 0;
  padding: 12px;
  color: #fff;
  vertical-align: middle;
  margin-right: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px rgba(249, 143, 249, 0.5333333333);
}

.modalBody .textArea .answer {
  color: #fc0;
}

#joinModal .modalBg .row {
  padding: 2px 10px;
}

#joinModal .modalBg input,
#joinModal .modalBg select {
  padding: 4px 12px;
}

#joinModal .modalBody .row p {
  font-size: 20px;
}

.center {
  text-align: center;
}

.pagination {
  display: inline-block;
  margin: 10px 0;
}

.pagination li {
  float: left;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.0666666667);
  margin: 0 4px;
  background-color: rgba(255, 255, 255, 0.5333333333);
  border-radius: 5px;
}

.pagination li.active a {
  background-color: #c80163;
  color: white;
  border: 1px solid #c80163;
}

.pagination li:not(.active) a:hover {
  background-color: #fff;
  color: #000;
}

.modalBody .noticeTextArea {
  width: calc(100% - 280px);
  height: 190px;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px rgba(249, 143, 249, 0.5333333333);
  font-size: 20px;
  color: #fff;
  line-height: 1.5;
  border: none;
  border-radius: 10px;
  padding: 10px;
  text-align: left;
  box-sizing: border-box;
  margin-bottom: 10px;
  vertical-align: top;
  resize: none;
}
