.App {
  text-align: center;
  background-color: #1d1d1d;
  min-width: 1180px;
  min-height: 1080px;
  display: flex;
  flex-direction: column;
  white-space: pre-line;
}

.Main-banner {
  width: 100%;
  height: 1004px;
  margin: auto;
  background: #000;
  overflow: hidden;
  position: relative;
}

.Main-banner img.banner {
  width: 1920px;
  height: 1080px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 960px);
}

.Main-banner div.more {
  width: 300px;
  position: absolute;
  bottom: 88px;
  left: calc(50% - 150px);
  font-family: NotoSansKR;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}

.Main-banner img.arrow {
  width: 26px;
  height: 12px;
  position: absolute;
  bottom: 60px;
  left: calc(50% - 13px);
}

.Main-banner div.main {
  position: absolute;
  top: 0;
  width: 100%;
  height: 1004px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.Main-banner div.main img.logo {
  width: 207px;
  height: 207px;
}

.Main-banner div.main h1 {
  height: 70px;
  font-family: NotoSansKR;
  font-size: 48px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}

.Main-banner div.main h2 {
  height: 24px;
  font-family: NotoSansKR;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}

.Main-banner div.main div.buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}

.Main-banner1-descriptions {
  position: absolute;
  width: 940px;
  height: 396px;
  top: 0;
  left: calc(50% - 470px);
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.Main-introduce {
  width: 100%;
  height: 276px;
  background: #161514;
  position: relative;
  margin: auto;
}

.Main-introduce div.deco {
  width: 1920px;
  height: 100%;
  position: relative;
  margin: auto;
}

.Main-introduce div.deco img.right {
  width: 564px;
  height: 174px;
  position: absolute;
  right: 0;
  top: 0;
  -o-object-fit: fill;
     object-fit: fill;
}

.Main-introduce div.deco img.left {
  width: 463px;
  height: 210px;
  position: absolute;
  left: 0;
  bottom: 0;
  -o-object-fit: fill;
     object-fit: fill;
}

.Main-introduce div.main {
  display: flex;
  align-items: stretch;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.Main-introduce div.main div.group {
  padding-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 280px;
}

.Main-introduce div.main div.group div.circle {
  width: 56px;
  height: 56px;
  background-color: #e0be7a;
  border-radius: 50%;
}

.Main-introduce div.main div.group h1 {
  font-family: NotoSansKR;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}

.Main-introduce div.main div.group h2 {
  font-family: NotoSansKR;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}

.Main-about {
  width: 100%;
  height: 701px;
  background-image: linear-gradient(to bottom, #1c1b1a, #161514);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.Main-about img.logo {
  width: 56px;
  height: 56px;
  -o-object-fit: contain;
     object-fit: contain;
}

.Main-about h1 {
  font-family: NotoSansKR;
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}

.Main-about h2 {
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.29;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}

.Main-about div.boxes {
  display: flex;
  justify-content: center;
  align-items: stretch;
  height: 280px;
}

.Main-about div.boxes div.box {
  width: 300px;
  display: flex;
  padding: 36px 15px 0px;
  flex-direction: column;
  align-items: center;
  border-radius: 8px;
  background-color: #242322;
}

.Main-about div.boxes div.box div.circle {
  width: 56px;
  height: 56px;
  background-color: #e0be7a;
  border-radius: 50%;
}

.Main-about div.boxes div.box h1 {
  font-family: NotoSansKR;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #e0be7a;
}

.Main-about div.boxes div.box h2 {
  font-family: NotoSansKR;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.83;
  letter-spacing: normal;
  color: #fff;
  text-align: left;
}

.Main-games {
  width: 100%;
  height: 515px;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
}

.Main-games div.group {
  width: 300px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
}

.Main-games div.group h1 {
  font-family: NotoSansKR;
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  height: 40px;
}

.Main-games div.group h2 {
  font-family: NotoSansKR;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.83;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  height: 66px;
}

.Main-games div.group img.screenshot {
  width: 300px;
  height: 168px;
  -o-object-fit: contain;
     object-fit: contain;
}

.Main-start {
  width: 100%;
  height: 223px;
  background: #161514;
  position: relative;
  margin: auto;
}

.Main-start div.deco {
  width: 1920px;
  height: 100%;
  position: relative;
  margin: auto;
}

.Main-start div.deco img.right {
  width: 564px;
  height: 174px;
  position: absolute;
  right: 0;
  top: 0;
  -o-object-fit: fill;
     object-fit: fill;
}

.Main-start div.deco img.left {
  width: 463px;
  height: 210px;
  position: absolute;
  left: 0;
  bottom: 0;
  -o-object-fit: fill;
     object-fit: fill;
}

.Main-start div.main {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.Main-start div.main h1 {
  font-family: NotoSansKR;
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}

.link1 {
  width: 149px;
  height: 44px;
  padding: 12px 0px;
  border-radius: 8px;
  background-color: #e0be7a;
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #1c1b1a;
  border: none;
}

.link2 {
  width: 134px;
  height: 44px;
  padding: 12px 0px;
  border-radius: 8px;
  border: none;
  background-color: #e0be7a;
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #1c1b1a;
}

.App-header {
  width: 1180px;
  height: 76px;
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.Header-logo {
  width: 60px;
  height: 60px;
  float: left;
  margin: 8px 20px 0px 40px;
}

.Header-link {
  background-color: transparent;
  border: none;
  height: 76px;
  padding: 25px 16px;
  float: left;

  opacity: 0.7;
  font-family: NotoSansKR;
  font-size: 18px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

.Header-language {
  width: 100px;
  height: 56px;
  margin: 10px;
  padding: 11px 7px 10px 6px;
  border-radius: 8px;
  background-color: transparent;
  border-color: transparent;
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
}

.Header-language-selected {
  width: 100px;
  height: 56px;
  margin: 10px;
  padding: 11px 7px 10px 6px;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.35);
  border-color: transparent;
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
}

.Header-language-logo {
  width: 35px;
  height: 35px;
  margin: 0 10px 0 0;
  -o-object-fit: contain;
     object-fit: contain;
}

.Header-language-current {
  width: 24px;
  height: 26px;
  margin: 4px 0 0 0;
  opacity: 0.7;
  font-family: NotoSansKR;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

.Header-language-arrow {
  margin: 13px 0 14px 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 4px 0 4px;
  border-color: #ffffff transparent transparent transparent;
}

.Header-language-dropdown {
  width: 160px;
  height: 128px;
  border-radius: 8px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.35);
  background-color: #242322;
  position: absolute;
  left: 0;
  top: 76px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  overflow: hidden;
  z-index: 1;
}

.Header-language-dropdown-title {
  height: 32px;
  margin: 0 14px;
  font-family: NotoSansKR;
  font-size: 10px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #e0be7a;
  display: flex;
  align-items: center;
}

.Header-language-dropdown-menu {
  width: 160px;
  height: 32px;
  background-color: transparent;
  border: none;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.Header-language-dropdown-menu:hover {
  background-color: #a88f5b;
}

.Header-language-dropdown-menu-selected {
  width: 160px;
  height: 32px;
  background-color: #e0be7a;
  border: none;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.Header-language-dropdown-menu-label {
  font-family: NotoSansKR;
  font-size: 10px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}

.Header-language-dropdown-menu-label-selected {
  font-family: NotoSansKR;
  font-size: 10px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #1c1b1a;
}

.App-footer {
  width: 940px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

.Footer-logo {
  width: 60px;
  height: 60px;
}

.Footer-h1 {
  opacity: 0.4;
  font-family: NotoSansKR;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}

.Footer-h2 {
  opacity: 0.75;
  font-family: NotoSansKR;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}

.Signup-main {
  margin: 0 auto;
  width: 940px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: auto;
  padding-top: 120px;
  padding-bottom: 180px;
}

.Signup-logoside {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 87.5px;
}

.Signup-logoside-logo {
  width: 283px;
  height: 283px;
  -o-object-fit: contain;
     object-fit: contain;
}

.Signup-logoside-h1 {
  font-family: NotoSansKR;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

x.Signup-logoside-h2 {
  font-family: NotoSansKR;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

.Signup-infoside {
  width: auto;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.Signup-infoside-backbtn {
  width: 176px;
  height: 32px;
  padding: 5px 10px;
  border-radius: 8px;
  border: solid 1px #e0be7a;
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #e0be7a;
  background: none;
  text-align: center;
}

.Signup-infoside-box {
  width: 420px;
  height: auto;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.35);
  background-color: #242322;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}

.Signup-box-title {
  font-family: NotoSansKR;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #e0be7a;
  text-align: left;
}

.Signup-box-alert {
  font-family: NotoSansKR;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #e0be7a;
  text-align: left;
}

.Signup-info-label {
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  text-align: left;
}

.Signup-info-asterisk {
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #e0be7a;
  text-align: left;
}

.Signup-info-h1 {
  font-family: NotoSansKR;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #c96161;
  text-align: left;
}

.Signup-info-h2 {
  font-family: NotoSansKR;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: justify;
  color: #ffffff;
}

.Signup-dropdown {
  width: 80px;
  height: 32px;
  border-radius: 8px;
  border: solid 1px #e0be7a;
  background: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 10px;
  justify-content: space-between;
  position: absolute;
  left: 0;
  top: 0;
}

.Signup-dropdown-img {
  width: 20px;
  height: 17px;
}

.Signup-dropdown-label {
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #e0be7a;
}

.Signup-dropdown-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 4px 0 4px;
  border-color: #ffffff transparent transparent transparent;
}

.Signup-dropdown-control {
  width: 120px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.5);
  background-color: #242322;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 32px;
  display: flex;
  flex-direction: column;
  z-index: 1;
}

.signup-dropdown-menu {
  width: 120px;
  height: 32px;
  padding: 0 10px;
  box-shadow: inset 0 -1px 0 0 #ffffff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  background: none;
  border: none;
}

.Signup-phone-input {
  width: 130px;
  height: 32px;
  padding: 6px 10px 6px 10px;
  border-radius: 8px;
  border: solid 1px #ffffff;
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  background: none;
}

.Signup-input {
  width: 220px;
  height: 32px;
  padding: 6px 10px 6px 10px;
  border-radius: 8px;
  border: solid 1px #ffffff;
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  background: none;
}

.Signup-confirm {
  width: 140px;
  height: 32px;
  padding: 6px 10px;
  border-radius: 8px;
  background-color: #e0be7a;
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #1c1b1a;
  border: none;
}

.Signup-codetime-h1 {
  margin: 0 15px;
  font-family: NotoSansKR;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  opacity: 0.5;
}

.Signup-input-full {
  width: 380px;
  height: 32px;
  padding: 6px 10px 6px 10px;
  border-radius: 8px;
  border: solid 1px #ffffff;
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  background: none;
}

.Signup-input-certnum {
  width: 140px;
  height: 32px;
  padding: 6px 10px 6px 10px;
  border-radius: 8px;
  border: solid 1px #ffffff;
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  background: none;
}

.Signup-input-certnum:disabled {
  opacity: 0.3;
}

.Signup-certnum-description {
  font-family: NotoSansKR;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}

.Signup-button {
  width: 380px;
  height: 44px;
  margin: 0 auto;
  padding: 12px 120px 12px 120px;
  border-radius: 8px;
  background-color: #e0be7a;
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #1c1b1a;
  border: none;
}

.Signup-select-h1 {
  font-family: NotoSansKR;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}

.Signup-select-h2 {
  font-family: NotoSansKR;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}

.Signup-select-btn {
  width: 300px;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.35);
  background-color: #242322;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.Signup-select-btn h1 {
  font-family: NotoSansKR;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #e0be7a;
}

.Signup-select-btn h2 {
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: justify;
  color: #fff;
}

.Signup-select-btn button {
  width: 100%;
  height: 44px;
  padding: 12px;
  border-radius: 8px;
  background-color: #e0be7a;
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #1c1b1a;
  border: none;
}

.Signup-term {
  width: 420px;
  height: auto;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.35);
  background-color: #242322;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}

.Signup-term h1 {
  font-family: NotoSansKR;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #e0be7a;
}

.Signup-term h2 {
  width: 360px;
  height: 500px;
  padding: 10px;
  font-family: NotoSansKR;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  overflow: auto;
  border-radius: 8px;
  background-color: #1c1b1a;
}

.Signup-term h3 {
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
}

.Signup-term-button {
  width: 100%;
  height: 44px;
  padding: 12px;
  border-radius: 8px;
  background-color: #e0be7a;
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #1c1b1a;
  border: none;
}

.Signup-select-business {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.Signup-select-business h1 {
  font-family: NotoSansKR;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}

.Signup-select-business h2 {
  font-family: NotoSansKR;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}

.Signup-select-business h3 {
  font-family: NotoSansKR;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #e0be7a;
}

.Signup-select-business-box {
  width: 240px;
  height: 207px;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.35);
  background-color: #242322;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: none;
}

.Signup-select-business-box h1 {
  font-family: NotoSansKR;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #e0be7a;
}

.Signup-select-business-box h2 {
  font-family: NotoSansKR;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}

.Signup-select-business-box-selected {
  width: 240px;
  height: 207px;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.35);
  background-color: #e0be7a;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: none;
}

.Signup-select-business-box-selected h1 {
  font-family: NotoSansKR;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #1c1b1a;
}

.Signup-select-business-box-selected h2 {
  font-family: NotoSansKR;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #1c1b1a;
}

.Signup-select-business-b1 {
  width: 260px;
  height: 44px;
  padding: 12px;
  border-radius: 8px;
  background-color: #e0be7a;
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #1c1b1a;
  border: none;
}

.Signin-main {
  margin: 0 auto;
  width: 940px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: auto;
  padding-top: 120px;
  padding-bottom: 180px;
}

.Signin-logoside {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 87.5px;
}

.Signin-logoside-logo {
  width: 283px;
  height: 283px;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 0;
}

.Signin-logoside-h1 {
  font-family: NotoSansKR;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

.Signin-logoside-h2 {
  font-family: NotoSansKR;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

.Signin-infoside {
  width: auto;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.Signin-infoside-backbtn {
  width: 176px;
  height: 32px;
  padding: 5px 10px;
  border-radius: 8px;
  border: solid 1px #e0be7a;
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #e0be7a;
  background: none;
  text-align: center;
}

.Signin-infoside-box {
  width: 420px;
  height: auto;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.35);
  background-color: #242322;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}

.Signin-box-title {
  font-family: NotoSansKR;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #e0be7a;
  text-align: left;
}

.Signin-info-label {
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  text-align: left;
}

.Signin-input-full {
  width: 380px;
  height: 32px;
  padding: 6px 10px 6px 10px;
  border-radius: 8px;
  border: solid 1px #ffffff;
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  background: none;
}

.Signin-forget-area {
  height: 15px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.Signin-forget-label {
  font-family: NotoSansKR;
  font-size: 10px;
  font-weight: lighter;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  text-align: left;
}

.Signin-forget-button {
  font-family: NotoSansKR;
  font-size: 10px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #e0be7a;
  text-align: right;
  text-decoration: underline;
  background: none;
  border: none;
}

.Signin-button {
  width: 380px;
  height: 44px;
  margin: 0 auto;
  padding: 12px 120px 12px 120px;
  border-radius: 8px;
  background-color: #e0be7a;
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #1c1b1a;
  border: none;
}

.Signin-modal {
  margin: 160px auto 0;
  width: 420px;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.35);
  background-color: #1c1b1a;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}

.Signin-modal-cancelbtn {
  width: 54px;
  height: 32px;
  padding: 4px;
  border-radius: 8px;
  border: solid 1px #c96161;
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #c96161;
  background: none;
}

.Signin-modal-h1 {
  font-family: NotoSansKR;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #e0be7a;
}

.Signin-modal-h2 {
  font-family: NotoSansKR;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  text-align: left;
}

.Signin-modal-h3 {
  font-family: NotoSansKR;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #e0be7a;
  text-align: left;
  text-decoration: underline;
  padding: 0;
  background: none;
  border: none;
}

.Signin-modal-h4 {
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  text-align: left;
}

.Signin-modal-input {
  width: 100%;
  height: 100%;
  padding: 6px 10px;
  border-radius: 8px;
  border: solid 1px #ffffff;
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  background: none;
}

.Signin-modal-btn {
  width: 100%;
  height: 100%;
  padding: 6px;
  border-radius: 8px;
  background-color: #e0be7a;
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #1c1b1a;
  border: none;
}

.Toastify__toast-container {
  z-index: 9999;
  -webkit-transform: translate3d(0, 0, 9999px);
  position: fixed;
  padding: 4px;
  width: 320px;
  box-sizing: border-box;
  color: #fff;
}
.Toastify__toast-container--top-left {
  top: 1em;
  left: 1em;
}
.Toastify__toast-container--top-center {
  top: 1em;
  left: 50%;
  transform: translateX(-50%);
}
.Toastify__toast-container--top-right {
  top: 1em;
  right: 1em;
}
.Toastify__toast-container--bottom-left {
  bottom: 1em;
  left: 1em;
}
.Toastify__toast-container--bottom-center {
  bottom: 1em;
  left: 50%;
  transform: translateX(-50%);
}
.Toastify__toast-container--bottom-right {
  bottom: 1em;
  right: 1em;
}

@media only screen and (max-width : 480px) {
  .Toastify__toast-container {
    width: 100vw;
    padding: 0;
    left: 0;
    margin: 0;
  }
  .Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right {
    top: 0;
    transform: translateX(0);
  }
  .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {
    bottom: 0;
    transform: translateX(0);
  }
  .Toastify__toast-container--rtl {
    right: 0;
    left: initial;
  }
}
.Toastify__toast {
  position: relative;
  min-height: 64px;
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 8px;
  border-radius: 4px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: space-between;
  max-height: 800px;
  overflow: hidden;
  font-family: sans-serif;
  cursor: pointer;
  direction: ltr;
}
.Toastify__toast--rtl {
  direction: rtl;
}
.Toastify__toast--dark {
  background: #121212;
  color: #fff;
}
.Toastify__toast--default {
  background: #fff;
  color: #aaa;
}
.Toastify__toast--info {
  background: #3498db;
}
.Toastify__toast--success {
  background: #07bc0c;
}
.Toastify__toast--warning {
  background: #f1c40f;
}
.Toastify__toast--error {
  background: #e74c3c;
}
.Toastify__toast-body {
  margin: auto 0;
  flex: 1 1 auto;
  padding: 6px;
}

.Toastify--animate {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
}

@media only screen and (max-width : 480px) {
  .Toastify__toast {
    margin-bottom: 0;
    border-radius: 0;
  }
}
.Toastify__close-button {
  color: #fff;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  align-self: flex-start;
}
.Toastify__close-button--default {
  color: #000;
  opacity: 0.3;
}
.Toastify__close-button > svg {
  fill: currentColor;
  height: 16px;
  width: 14px;
}
.Toastify__close-button:hover, .Toastify__close-button:focus {
  opacity: 1;
}

@-webkit-keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}

@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: 9999;
  opacity: 0.7;
  background-color: rgba(255, 255, 255, 0.7);
  transform-origin: left;
}
.Toastify__progress-bar--animated {
  -webkit-animation: Toastify__trackProgress linear 1 forwards;
          animation: Toastify__trackProgress linear 1 forwards;
}
.Toastify__progress-bar--controlled {
  transition: transform 0.2s;
}
.Toastify__progress-bar--rtl {
  right: 0;
  left: initial;
  transform-origin: right;
}
.Toastify__progress-bar--default {
  background: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);
}
.Toastify__progress-bar--dark {
  background: #bb86fc;
}
@-webkit-keyframes Toastify__bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@-webkit-keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@-webkit-keyframes Toastify__bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@-webkit-keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@-webkit-keyframes Toastify__bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@-webkit-keyframes Toastify__bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
@-webkit-keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.Toastify__bounce-enter--top-left, .Toastify__bounce-enter--bottom-left {
  -webkit-animation-name: Toastify__bounceInLeft;
          animation-name: Toastify__bounceInLeft;
}
.Toastify__bounce-enter--top-right, .Toastify__bounce-enter--bottom-right {
  -webkit-animation-name: Toastify__bounceInRight;
          animation-name: Toastify__bounceInRight;
}
.Toastify__bounce-enter--top-center {
  -webkit-animation-name: Toastify__bounceInDown;
          animation-name: Toastify__bounceInDown;
}
.Toastify__bounce-enter--bottom-center {
  -webkit-animation-name: Toastify__bounceInUp;
          animation-name: Toastify__bounceInUp;
}

.Toastify__bounce-exit--top-left, .Toastify__bounce-exit--bottom-left {
  -webkit-animation-name: Toastify__bounceOutLeft;
          animation-name: Toastify__bounceOutLeft;
}
.Toastify__bounce-exit--top-right, .Toastify__bounce-exit--bottom-right {
  -webkit-animation-name: Toastify__bounceOutRight;
          animation-name: Toastify__bounceOutRight;
}
.Toastify__bounce-exit--top-center {
  -webkit-animation-name: Toastify__bounceOutUp;
          animation-name: Toastify__bounceOutUp;
}
.Toastify__bounce-exit--bottom-center {
  -webkit-animation-name: Toastify__bounceOutDown;
          animation-name: Toastify__bounceOutDown;
}

@-webkit-keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes Toastify__zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes Toastify__zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.Toastify__zoom-enter {
  -webkit-animation-name: Toastify__zoomIn;
          animation-name: Toastify__zoomIn;
}

.Toastify__zoom-exit {
  -webkit-animation-name: Toastify__zoomOut;
          animation-name: Toastify__zoomOut;
}

@-webkit-keyframes Toastify__flipIn {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}

@keyframes Toastify__flipIn {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@-webkit-keyframes Toastify__flipOut {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes Toastify__flipOut {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.Toastify__flip-enter {
  -webkit-animation-name: Toastify__flipIn;
          animation-name: Toastify__flipIn;
}

.Toastify__flip-exit {
  -webkit-animation-name: Toastify__flipOut;
          animation-name: Toastify__flipOut;
}

@-webkit-keyframes Toastify__slideInRight {
  from {
    transform: translate3d(110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes Toastify__slideInRight {
  from {
    transform: translate3d(110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes Toastify__slideInLeft {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInLeft {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes Toastify__slideInUp {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInUp {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes Toastify__slideInDown {
  from {
    transform: translate3d(0, -110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInDown {
  from {
    transform: translate3d(0, -110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(110%, 0, 0);
  }
}
@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(110%, 0, 0);
  }
}
@-webkit-keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-110%, 0, 0);
  }
}
@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-110%, 0, 0);
  }
}
@-webkit-keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0);
  }
}
@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0);
  }
}
@-webkit-keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0);
  }
}
@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0);
  }
}
.Toastify__slide-enter--top-left, .Toastify__slide-enter--bottom-left {
  -webkit-animation-name: Toastify__slideInLeft;
          animation-name: Toastify__slideInLeft;
}
.Toastify__slide-enter--top-right, .Toastify__slide-enter--bottom-right {
  -webkit-animation-name: Toastify__slideInRight;
          animation-name: Toastify__slideInRight;
}
.Toastify__slide-enter--top-center {
  -webkit-animation-name: Toastify__slideInDown;
          animation-name: Toastify__slideInDown;
}
.Toastify__slide-enter--bottom-center {
  -webkit-animation-name: Toastify__slideInUp;
          animation-name: Toastify__slideInUp;
}

.Toastify__slide-exit--top-left, .Toastify__slide-exit--bottom-left {
  -webkit-animation-name: Toastify__slideOutLeft;
          animation-name: Toastify__slideOutLeft;
}
.Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right {
  -webkit-animation-name: Toastify__slideOutRight;
          animation-name: Toastify__slideOutRight;
}
.Toastify__slide-exit--top-center {
  -webkit-animation-name: Toastify__slideOutUp;
          animation-name: Toastify__slideOutUp;
}
.Toastify__slide-exit--bottom-center {
  -webkit-animation-name: Toastify__slideOutDown;
          animation-name: Toastify__slideOutDown;
}

/*# sourceMappingURL=ReactToastify.css.map */
.Mypage-main {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: flex-start;
  width: 1180px;
  margin: 0 auto;
  height: auto;
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 180px;
}

.Mypage-userinfo-box {
  width: 380px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.35);
  background-color: #242322;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.Mypage-exchanges-tab {
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  opacity: 0.4;
  background: none;
  border: none;
  padding: 0;
}

.Mypage-exchanges-tab:disabled {
  opacity: 1;
}

.Mypage-exchanges-box {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  padding: 15px;
  border-radius: 4px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.35);
  border: solid 1px #1c1b1a;
  background-color: #242322;
}

.Mypage-exchanges-h1 {
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #fff;
}

.Mypage-exchanges-arrow {
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(135deg);
}

.Mypage-exchanges-arrow::after {
  content: '';
  display: block;
  width: 1px;
  height: 22px;
  background-color: #fff;
  transform: rotate(-45deg) translate(7px, 3px);
  left: 0;
  top: 0;
}

.Mypage-exchanges-h2 {
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #e0be7a;
}

.Mypage-exchanges-h3 {
  opacity: 0.65;
  font-family: NotoSansKR;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #fff;
}

.Mypage-exchanges-h4 {
  font-family: NotoSansKR;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #fff;
}

.Mypage-exchanges-dot1 {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #d8d8d8;
}

.Mypage-exchanges-h5 {
  font-family: NotoSansKR;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #91bc6a;
}

.Mypage-exchanges-dot2 {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #91bc6a;
}

.Mypage-exchanges-more {
  height: 40px;
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.5);
  border: solid 1px #1c1b1a;
  background-color: #242322;
  border: none;
  font-family: NotoSansKR;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #e0be7a;
}

.Mypage-wallet-box {
  width: 420px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.35);
  background-color: #242322;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.Mypage-title {
  height: 35px;
  font-family: NotoSansKR;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #e0be7a;
}

.Mypage-info-label {
  height: 20px;
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  text-align: left;
}

.Mypage-info-h1 {
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #e0be7a;
  text-decoration: underline;
}

.Mypage-info-h2 {
  font-family: NotoSansKR;
  font-size: 10px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #e0be7a;
  text-align: left;
  text-decoration: underline;
}

.Mypage-info-b1 {
  width: 100px;
  height: 32px;
  padding: 6px;
  border-radius: 8px;
  border: solid 1px #e0be7a;
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #e0be7a;
  background: none;
}

.Mypage-info-b2 {
  width: 100px;
  height: 32px;
  padding: 6px;
  border-radius: 8px;
  border: solid 1px #e0be7a;
  background-color: #e0be7a;
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #1c1b1a;
}

.Mypage-info-b3 {
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #e0be7a;
  text-decoration: underline;
  background: none;
  padding: 0;
  border: none;
}

.Mypage-info-input {
  width: 100%;
  height: 32px;
  padding: 6px 10px 6px 10px;
  border-radius: 8px;
  border: solid 1px #ffffff;
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  background: none;
}

.Mypage-info-input:disabled {
  opacity: 0.3;
}

.Mypage-info-button {
  margin-left: 20px;
  width: 54px;
  height: 32px;
  border-radius: 8px;
  border: solid 1px #e0be7a;
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #e0be7a;
  background-color: transparent;
  background: none;
}

.Mypage-info-info {
  opacity: 0.65;
  font-family: NotoSansKR;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
}

.Mypage-info-support {
  opacity: 0.65;
  font-family: NotoSansKR;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #e0be7a;
  position: absolute;
  right: 0;
  bottom: 0;
  text-decoration: underline;
  padding: 0;
  background: none;
  border: none;
}

.Mypage-wallet-label {
  height: 34px;
  font-family: NotoSansKR;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}

.Mypage-wallet-innerbox {
  position: relative;
  height: auto;
  padding: 10px 20px;
  border-radius: 8px;
  background-color: #1c1b1a;
}

.Mypage-wallet-innerbox-circle {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #e0be7a;
}

.Mypage-wallet-innerbox-h1 {
  width: 160px;
  height: auto;
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #e0be7a;
}

.Mypage-wallet-innerbox-h2 {
  height: auto;
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  text-align: left;
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none;
}

.Mypage-wallet-innerbox-h3 {
  height: auto;
  font-family: NotoSansKR;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #c96161;
  text-align: left;
}

.Mypage-wallet-innerbox-h4 {
  height: auto;
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #91bc6a;
  text-align: left;
}

.Mypage-wallet-innerbox-input {
  width: 191px;
  height: 32px;
  padding: 6px 10px;
  border-radius: 8px;
  border: solid 1px #ffffff;
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  background: none;
  color: #ffffff;
}

.Mypage-wallet-innerbox-h5 {
  height: 24px;
  margin: 0 10px;
  font-family: NotoSansKR;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}

.Mypage-wallet-innerbox-h6 {
  font-family: NotoSansKR;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #c96161;
}

.Mypage-wallet-innerbox-h7 {
  height: auto;
  font-family: NotoSansKR;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #aeaeae;
  text-align: left;
}

.Mypage-wallet-innerbox-h8 {
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
}

.Mypage-wallet-innerbox-h9 {
  font-family: NotoSansKR;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #c96161;
  text-align: left;
}

.Mypage-wallet-innerbox-h10 {
  font-family: NotoSansKR;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: justify;
  color: #ffffff;
}

.Mypage-wallet-innerbox-btn-full {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 3px 10px;
  border-radius: 8px;
  background-color: #c2a76c;
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  border-color: transparent;
  color: #1c1b1a;
}

.Mypage-wallet-innerbox-btn1 {
  width: 100px;
  height: 32px;
  padding: 3px 10px;
  border-radius: 8px;
  background-color: #c2a76c;
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  border-color: transparent;
  color: #1c1b1a;
}

.Mypage-wallet-innerbox-token {
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  text-align: left;
  overflow-wrap: break-word;
}

.Mypage-wallet-innerbox-btn2 {
  width: 100px;
  height: 32px;
  padding: 3px 10px;
  border-radius: 8px;
  border: solid 1px #e0be7a;
  background: none;
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #e0be7a;
}

.Mypage-wallet-innerbox-btn3 {
  width: 126px;
  height: 32px;
  padding: 3px 10px;
  border-radius: 8px;
  border: solid 1px #e0be7a;
  background: none;
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #e0be7a;
}

.Mypage-enquiry-box {
  margin: 160px auto 0;
  width: 420px;
  height: 460px;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.35);
  background-color: #1c1b1a;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}

.Mypage-enquiry-title {
  font-family: NotoSansKR;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #e0be7a;
}

.Mypage-modal-cancelbtn {
  width: 54px;
  height: 32px;
  padding: 4px;
  border-radius: 8px;
  border: solid 1px #c96161;
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #c96161;
  background: none;
}

.Mypage-modal-confirmbtn {
  width: 54px;
  height: 32px;
  padding: 4px;
  border-radius: 8px;
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #1c1b1a;
  background-color: #e0be7a;
  border-color: transparent;
}

.Mypage-modal-content {
  width: 380px;
  height: 263px;
  position: relative;
}

.Mypage-modal-textarea {
  width: 380px;
  height: 263px;
  padding: 6px 10px;
  border-radius: 8px;
  border: solid 1px #ffffff;
  background: none;
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}

.Mypage-modal-content-words {
  font-family: NotoSansKR;
  font-size: 8px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  text-align: right;
  position: absolute;
  right: 5px;
  bottom: 8px;
}

.Toastify__toast-container {
  width: 200px;
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

.Mypage-recommendees-modal {
  margin: 160px auto 0;
  width: 420px;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.35);
  background-color: #1c1b1a;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}

.Mypage-recommendees-id {
  padding: 7px;
  border: solid 1px rgba(255, 255, 255, 0.2);
  font-family: NotoSansKR;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  background: none;
}

.Mypage-modal-page {
  margin: 0 5px;
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  background: none;
  border: none;
  padding: 0;
  color: #ffffff;
}

.Mypage-modal-page:disabled {
  font-weight: bold;
  color: #e0be7a;
}

.Mypage-modal-h1 {
  font-family: NotoSansKR;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #c96161;
}

.Mypage-modal-h2 {
  font-family: NotoSansKR;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: justify;
  color: #ffffff;
}

.Mypage-userinfo-box-b1 {
  width: 100%;
  height: 32px;
  padding: 6px;
  border-radius: 8px;
  border: solid 1px #e0be7a;
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #e0be7a;
  background-color: transparent;
}

.Mypage-no-membership {
  width: 178px;
  height: 95px;
  padding: 14px;
  opacity: 1;
  border-radius: 12px;
  border: solid 3px #979797;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.Mypage-no-membership h1 {
  font-family: NotoSansKR;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  opacity: 1;
}

.Mypage-no-membership h2 {
  font-family: NotoSansKR;
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  opacity: 1;
}

.Mypage-userinfo-box-b2 {
  width: 150px;
  height: 32px;
  padding: 6px;
  border-radius: 8px;
  border: solid 1px #e0be7a;
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #e0be7a;
  background-color: transparent;
}

.Mypage-userinfo-box-b3 {
  width: 121px;
  height: 32px;
  padding: 6px;
  border-radius: 8px;
  border: solid 1px #e0be7a;
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #e0be7a;
  background-color: transparent;
}

.Myapge-incentive-h1 {
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  text-align: left;
}

.Myapge-incentive-h2 {
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #e0be7a;
  text-align: left;
}

.Myapge-incentive-h3 {
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  text-align: left;
}

.Mypage-membership-modal {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.Mypage-membership-modal h1 {
  font-family: NotoSansKR;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
}

.Mypage-membership-modal h2 {
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}

.Mypage-membership-modal-btn {
  width: 112px;
  height: 32px;
  padding: 6px;
  border-radius: 8px;
  background-color: #e0be7a;
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #1c1b1a;
  border: none;
}

.Mypage-membership-approved {
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #91bc6a;
}

.Mypage-total-box {
  width: 380px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.35);
  background-color: #242322;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.Mypage-total-box h1 {
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  text-align: center;
}

.Mypage-total-inner-box {
  padding: 20px;
  border-radius: 4px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.35);
  border: solid 1px #1c1b1a;
  background-color: #242322;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.Mypage-total-inner-box h1 {
  font-family: NotoSansKR;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.75;
  letter-spacing: normal;
  color: #e0be7a;
  text-align: center;
}

.Mypage-total-inner-box h2 {
  font-family: NotoSansKR;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.75;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}

.CustomerCare-box {
  width: 820px;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.35);
  background-color: #242322;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.CustomerCare-box-title {
  font-family: NotoSansKR;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #e0be7a;
}

.CustomerCare-row-h1 {
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #e0be7a;
  text-align: left;
}

.CustomerCare-row-h2 {
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  text-align: left;
}

.CustomerCare-row-h3 {
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  text-align: left;
  opacity: 0.6;
}

.CustomerCare-enquiry-btn {
  width: 100px;
  height: 32px;
  padding: 6px;
  border-radius: 8px;
  background-color: #c2a76c;
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #1c1b1a;
  text-align: center;
}

.Notice-box {
  width: 820px;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.35);
  background-color: #242322;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.Notice-box-title {
  font-family: NotoSansKR;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #e0be7a;
}

.Notice-row-h1 {
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #e0be7a;
  text-align: left;
}

.Notice-row-h2 {
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  text-align: left;
}

.Notice-row-h3 {
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  text-align: left;
  opacity: 0.6;
}

.Notice-main {
  width: 820px;
  height: auto;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.35);
  background-color: #242322;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 10px;
}

.Notice-main-h1 {
  font-family: NotoSansKR;
  font-size: 10px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  text-align: left;
}

.Notice-main-h2 {
  height: 35px;
  margin-bottom: 10px;
  font-family: NotoSansKR;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #e0be7a;
  text-align: left;
}

.Notice-main-h3 {
  height: 15px;
  margin-bottom: 10px;
  font-family: NotoSansKR;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #aeaeae;
  text-align: left;
}

.Notice-main-h4 {
  margin: 20px 0;
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.63px;
  text-align: justify;
  color: #ffffff;
}

.Notice-main-h5 {
  height: 35px;
  margin-bottom: 10px;
  font-family: NotoSansKR;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #91bc6a;
  text-align: left;
}

.Notice-main-line {
  height: 1px;
  border: solid 1px #ffffff;
}

.Notice-info-h1 {
  height: 20px;
  margin-bottom: 4px;
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.63px;
  text-align: left;
  color: #ffffff;
}

.Notice-info-h2 {
  height: 26px;
  margin-bottom: 4px;
  font-family: NotoSansKR;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.8px;
  text-align: left;
  color: #e0be7a;
  text-decoration: underline;
  padding: 0;
  border: none;
  background: none;
}

.Notice-info-h3 {
  height: 15px;
  font-family: NotoSansKR;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #aeaeae;
}

.Challenge-stage {
  width: 465px;
  height: 45px;
  border-radius: 8px;
  border: solid 2px #e0be7a;
  background-color: #1c1b1a;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 100%;
}

.Challenge-stage-label1 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: NotoSansKR;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #1c1b1a;
  border: none;
  background-color: #e0be7a;
  border-radius: 8px;
  margin: -4px;
}

.Challenge-stage-label2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: NotoSansKR;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #e0be7a;
  border: none;
  background: none;
}

.Challenge-mode {
  width: 310px;
  height: 45px;
  border-radius: 8px;
  border: solid 2px #e0be7a;
  background-color: #1c1b1a;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 100%;
}

.Challenge-infobox {
  width: 300px;
  border-radius: 8px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.35);
  background-color: #242322;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}

.Challenge-infobox-h1 {
  margin: 13px 20px;
  font-family: NotoSansKR;
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #e0be7a;
}

.Challenge-infobox-h2 {
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}

.Challenge-infobox-h3 {
  font-family: NotoSansKR;
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #e0be7a;
  display: flex;
  align-items: center;
}

.Challenge-infobox-h4 {
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #e0be7a;
  text-align: left;
}

.Challenge-infobox-control {
  margin: 0 10px 10px;
  height: 181px;
  border-radius: 4px;
  border: solid 1px #c2a76c;
  background: none;
  position: relative;
}

.Challenge-bet-btn {
  background: none;
  padding: 0;
  border: none;
}

.Challenge-bet-btn:disabled {
  opacity: 0.3;
}

.Challenge-infobox-long-label {
  font-family: NotoSansKR;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #91bc6a;
}

.Challenge-infobox-short-label {
  font-family: NotoSansKR;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #c96161;
}

.Challenge-infobox-control-label {
  width: 90px;
  height: 11px;
  font-family: NotoSansKR;
  font-size: 8px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #c2a76c;
  position: absolute;
  top: -9px;
  left: 95px;
  background-color: #242322;
}

.Challenge-infobox-stopbtn {
  height: 44px;
  margin: 0 10px 10px;
  border-radius: 8px;
  background-color: #e0be7a;
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #1c1b1a;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Challenge-infobox-stopbtn:disabled {
  opacity: 0.3;
}

.Challenge-rewards-box {
  width: 820px;
  height: 270px;
  border-radius: 8px;
  border: solid 2px #e0be7a;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  overflow: hidden;
}

.Challenge-rewards-title {
  height: 42px;
  font-family: NotoSansKR;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #e0be7a;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Challenge-rewards-h1 {
  font-family: NotoSansKR;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  text-align: center;
}

.Challenge-rewards-round {
  height: 32px;
  padding: 1px 20px 1px;
  border: solid 1px #353535;
  font-family: NotoSansKR;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  text-align: center;
}

.Challenge-rewards-round-reward {
  height: 82px;
  border: solid 1px #353535;
  font-family: NotoSansKR;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.Challenge-rewards-label {
  font-family: NotoSansKR;
  text-shadow: 0 0 4px #000;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #91bc6a;
  position: absolute;
  top: 50px;
  z-index: 1;
}

.Challenge-rewards-label-shadow {
  -webkit-text-stroke: 8px rgba(0, 0, 0, 0.75);
  font-family: NotoSansKR;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #91bc6a;
  position: absolute;
  top: 50px;
}

.Challenge-footer {
  height: 76px;
  box-shadow: inset 0 1px 0 0 #a89670;
  background-color: #1c1b1a;
}

.Challenge-footer-copyrights {
  opacity: 0.4;
  font-family: NotoSansKR;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

.Challenge-footer-support-title {
  opacity: 0.75;
  font-family: NotoSansKR;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

.Challenge-footer-support {
  opacity: 0.4;
  font-family: NotoSansKR;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

.Challenge-pointbtn-title {
  font-family: NotoSansKR;
  font-size: 50px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.71px;
  text-align: center;
  color: #e0be7a;
  height: 70px;
  overflow: hidden;
}

.Challenge-pointbtn-description {
  font-family: NotoSansKR;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.71px;
  text-align: center;
  color: #ffffff;
  height: 30px;
  overflow: hidden;
}

.Challenge-modebtn {
  width: 380px;
  height: 240px;
  border-radius: 10px;
  border-color: transparent;
  border: none;
  overflow: hidden;
  position: relative;
}

.Challenge-modebtn-selected {
  width: 380px;
  height: 240px;
  border-radius: 10px;
  background-color: #e0be7a;
  border: none;
  overflow: hidden;
  position: relative;
}

.Challenge-modebtn-label {
  font-family: NotoSansKR;
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #e0be7a;
}

.Challenge-modebtn-content {
  width: 380px;
  height: 240px;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  padding: 25px;
}

.Challenge-modebtn-label-selected {
  font-family: NotoSansKR;
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #1c1b1a;
}

.Challenge-modebtn-h1 {
  width: 320px;
  font-family: NotoSansKR;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

.Challenge-gameinfo-box {
  width: 420px;
  height: auto;
  margin: 60px auto;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.35);
  background-color: #242322;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}

.Challenge-gameinfo-box-h1 {
  font-family: NotoSansKR;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #e0be7a;
}

.Challenge-gameinfo-box-h2 {
  font-family: NotoSansKR;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  text-align: left;
}

.Challenge-gameinfo-box-h3 {
  font-family: NotoSansKR;
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #e0be7a;
  text-align: left;
}

.Challenge-gameinfo-prebtn {
  padding: 12px;
  border-radius: 8px;
  border: solid 1px #e0be7a;
  background: none;
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #e0be7a;
}

.Challenge-gameinfo-prebtn:disabled {
  opacity: 0.3;
}

.Challenge-gameinfo-nextbtn {
  padding: 12px;
  border-radius: 8px;
  border: none;
  background-color: #e0be7a;
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #1c1b1a;
}

.Challenge-gameinfo-nextbtn:disabled {
  opacity: 0.3;
}

.Challenge-stagebtn {
  width: 300px;
  height: 240px;
  border-radius: 8px;
  border: solid 1px #e0be7a;
  background: none;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  padding: 25px;
  font-family: NotoSansKR;
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #e0be7a;
}

.Challenge-stagebtn-selected {
  width: 300px;
  height: 240px;
  border-radius: 8px;
  background-color: #e0be7a;
  border: none;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  padding: 25px;
  font-family: NotoSansKR;
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #1c1b1a;
}

.Challenge-record-box {
  width: 620px;
  height: 45px;
  border-radius: 8px;
  border: solid 2px #e0be7a;
  background-color: #1c1b1a;
  overflow: hidden;
}

.Challenge-record-top-h1 {
  font-family: NotoSansKR;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #e0be7a;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Challenge-record-top-h2 {
  font-family: NotoSansKR;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #1c1b1a;
  background-color: #e0be7a;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Challenge-record-h1 {
  font-family: NotoSansKR;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #353535;
}

.Challenge-record-h2 {
  font-family: NotoSansKR;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #91bc6a;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #353535;
}

.Challenge-record-h3 {
  font-family: NotoSansKR;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #c96161;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #353535;
}

.Challenge-record-h4 {
  font-family: NotoSansKR;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #e0be7a;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #353535;
}

.Challenge-record-line {
  width: 1px;
  height: 27px;
  border: solid 1px #353535;
}

.Challenge-result-background {
  width: 100%;
  height: 100%;
  background: none;
}

.Challenge-result-modal {
  width: 420px;
  height: 481px;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.35);
  background-color: #1c1b1a;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}

.Challenge-result-modal-h1 {
  font-family: NotoSansKR;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #e0be7a;
}

.Challenge-result-modal-b1 {
  border-radius: 4px;
  border: solid 1px #e0be7a;
  background: none;
  padding: 15px 60px;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
}

.Challenge-result-modal-h2 {
  font-family: NotoSansKR;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #e0be7a;
}

.Challenge-result-modal-h3 {
  font-family: NotoSansKR;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}

.Challenge-result-modal-h4 {
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

.Challenge-result-modal-h5 {
  font-family: SpoqaHanSans;
  font-size: 56px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.75;
  letter-spacing: normal;
  text-align: center;
  color: #e0be7a;
  margin: 20px;
}

.Challenge-result-modal-h6 {
  font-family: NotoSansKR;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #e0be7a;
}

.Challenge-result-modal-b2 {
  height: 44px;
  padding: 12px;
  border-radius: 8px;
  background-color: #e0be7a;
  border: none;
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #1c1b1a;
}

.Challenge-roundend-line {
  width: 1px;
  height: 422px;
  border: solid 1px #e0be7a;
}

.Challenge-roundend-label {
  margin: 4px;
  font-family: NotoSansKR;
  font-size: 8px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #e0be7a;
}

.Challenge-betstart-line {
  width: 1px;
  height: 422px;
  border: solid 1px #ffffff;
}

.Challenge-betstart-label {
  margin: 4px;
  font-family: NotoSansKR;
  font-size: 8px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

.Challenge-pricetag {
  width: 55px;
  height: 20px;
  background: #ffffff;
  position: relative;
  padding: 3px;

  font-family: NotoSansKR;
  font-size: 10px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #000000;
}

.Challenge-pricetag:after {
  position: absolute;
  left: -10px;
  top: 0;
  content: '';
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #ffffff;
}

.Challenge-pricetag-long {
  width: 55px;
  height: 20px;
  background: #91bc6a;
  position: relative;
  padding: 3px;

  font-family: NotoSansKR;
  font-size: 10px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #ffffff;
}

.Challenge-pricetag-long:after {
  position: absolute;
  left: -10px;
  top: 0;
  content: '';
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #91bc6a;
}

.Challenge-pricetag-short {
  width: 55px;
  height: 20px;
  background: #c96161;
  position: relative;
  padding: 3px;

  font-family: NotoSansKR;
  font-size: 10px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #ffffff;
}

.Challenge-pricetag-short:after {
  position: absolute;
  left: -10px;
  top: 0;
  content: '';
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #c96161;
}

.Challenge-time-h1 {
  font-family: NotoSansKR;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

.Challenge-time-h2 {
  font-family: NotoSansKR;
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #e0be7a;
}

.Toastify__toast-container {
  width: 200px;
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

.Challenge-bitcoin-label {
  opacity: 0.5;
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  text-align: left;
  position: absolute;
  top: 12px;
  left: 45px;
}

.Introduction-main {
  width: 940px;
  margin: 0 auto;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.Introduction-title {
  height: 52px;
  font-family: NotoSansKR;
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #e0be7a;
  padding: 0;
  background: none;
  background-color: transparent;
  border: none;
  opacity: 0.4;
}

.Introduction-title:disabled {
  opacity: 1;
}

.Introduction-tab-box {
  margin-top: 20px;
  margin-bottom: 15px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}

.Introduction-tab {
  width: auto;
  font-family: NotoSansKR;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  background: none;
  border: none;
  opacity: 0.4;
}

.Introduction-tab:disabled {
  opacity: 1;
}

.Introduction-h1 {
  height: auto;
  font-family: NotoSansKR;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.71px;
  text-align: left;
  color: #ffffff;
}

.Introduction-h2 {
  height: auto;
  font-family: NotoSansKR;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.8px;
  text-align: justify;
  color: #e0be7a;
}

.Introduction-h3 {
  height: auto;
  font-family: NotoSansKR;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.71px;
  text-align: left;
  color: #aeaeae;
}

.Introduction-h4 {
  font-family: NotoSansKR;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: justify;
  color: #ffffff;
}

.Introduction-rewards {
  width: 820px;
  height: 270px;
  border-radius: 8px;
  border: solid 2px #e0be7a;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  overflow: hidden;
}

.Introduction-button {
  width: 64px;
  height: 64px;
}

.Introduction-long {
  font-family: NotoSansKR;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: justify;
  color: #91bc6a;
}

.Introduction-short {
  font-family: NotoSansKR;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: justify;
  color: #c96161;
}

.Introduction-stage-box {
  height: auto;
  padding: 20px;
  border-radius: 8px;
  background-color: #242322;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.Introduction-stage-box-img {
  height: 127px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Introduction-stage-box-h1 {
  height: auto;
  font-family: NotoSansKR;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #e0be7a;
}

.Introduction-stage-box-h2 {
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

.Introduction-stage-box-h5 {
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.63px;
  text-align: justify;
  color: #ffffff;
}

.Introduction-point-h1 {
  font-family: NotoSansKR;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #e0be7a;
}

.Introduction-point-h2 {
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}

.Introduction-point-h3 {
  opacity: 0.5;
  font-family: NotoSansKR;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}

.Introduction-stage-box-box {
  height: 106px;
  padding: 17px 30px;
  border-radius: 4px;
  background-color: #1c1b1a;
}

.Introduction-stage-box-box-h1 {
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

.Introduction-stage-box-box-h2 {
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #e0be7a;
}

.Introduction-stage-box-h3 {
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  text-align: justify;
}

.Introduction-stage-box-h4 {
  opacity: 0.5;
  font-family: NotoSansKR;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  text-align: left;
}

.Introduction-stage-box-description2 {
  height: auto;
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  text-align: left;
  letter-spacing: 0.63px;
  color: #aeaeae;
}

.Introduction-wallet-box {
  width: 460px;
  height: auto;
  padding: 20px 15px;
  border-radius: 8px;
  background-color: #242322;
}

.Introduction-gotochallenge {
  height: auto;
  font-family: NotoSansKR;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.8px;
  text-align: justify;
  color: #e0be7a;
  text-decoration: underline;
}

.Introduction-rewards-round {
  height: 32px;
  padding: 1px 20px 1px;
  border: solid 1px #353535;
  font-family: NotoSansKR;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  text-align: center;
}

.Introduction-rewards-round-reward {
  height: 82px;
  border: solid 1px #353535;
  font-family: NotoSansKR;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.Introduction-rewards-label {
  text-shadow: 0 0 4px #000000;
  font-family: NotoSansKR;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #91bc6a;
  position: absolute;
  top: 50px;
}

.ForgetAccounts-main {
  margin: 0 auto;
  width: 940px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: auto;
  padding-top: 120px;
  padding-bottom: 180px;
}

.ForgetAccounts-logoside {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 87.5px;
}

.ForgetAccounts-logoside-logo {
  width: 283px;
  height: 283px;
  -o-object-fit: contain;
     object-fit: contain;
}

.ForgetAccounts-logoside-h1 {
  font-family: NotoSansKR;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

.ForgetAccounts-logoside-h2 {
  font-family: NotoSansKR;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

.ForgetAccoutns-infoside {
  width: auto;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.ForgetAccoutns-infoside-backbtn {
  width: 176px;
  height: 32px;
  padding: 5px 10px;
  border-radius: 8px;
  border: solid 1px #e0be7a;
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #e0be7a;
  background: none;
  text-align: center;
}

.ForgetAccoutns-infoside-box {
  width: 420px;
  height: auto;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.35);
  background-color: #242322;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}

.ForgetAccoutns-infoside-box-h1 {
  font-family: NotoSansKR;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #e0be7a;
  opacity: 0.4;
  background: none;
  border: none;
  text-align: left;
  padding-left: 0px;
}

.ForgetAccoutns-infoside-box-h1:disabled {
  opacity: 1;
}

.ForgetAccoutns-infoside-box-h2 {
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  text-align: left;
}

.ForgetAccoutns-infoside-box-input {
  width: 100%;
  padding: 5px 10px;
  border-radius: 8px;
  border: solid 1px #ffffff;
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  background: none;
}

.ForgetAccoutns-infoside-box-btn1 {
  width: 140px;
  height: 32px;
  padding: 5px 10px;
  border-radius: 8px;
  background-color: #c2a76c;
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #1c1b1a;
  border-color: transparent;
}

.ForgetAccoutns-infoside-box-h3 {
  font-family: NotoSansKR;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  text-align: left;
}

.ForgetAccoutns-infoside-box-btn2 {
  height: 44px;
  border-radius: 8px;
  background-color: #e0be7a;
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  align-items: center;
  color: #1c1b1a;
  border-color: transparent;
}

.SendEnquiry-box {
  width: 820px;
  height: 520px;
  margin: 96px auto 180px;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.35);
  background-color: #242322;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.SendEnquiry-title {
  font-family: NotoSansKR;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #e0be7a;
}

.SendEnquiry-label {
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  text-align: left;
}

.SendEnquiry-input {
  padding: 6px;
  border-radius: 8px;
  border: solid 1px #ffffff;
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  text-align: left;
  background: none;
}

.SendEnquiry-textarea {
  height: 256px;
  padding: 6px 10px;
  border-radius: 8px;
  border: solid 1px #ffffff;
  background: none;
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}

.SendEnquiry-toggle-on {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background-color: #e0be7a;
  padding: 0;
  border: none;
}

.SendEnquiry-toggle-off {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  border-color: #e0be7a;
  background-color: transparent;
  padding: 0;
  background: none;
  border-style: solid;
}

.SendEnquiry-is-private-label {
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}

.SendEnquiry-send-btn {
  width: 120px;
  height: 44px;
  padding: 12px;
  border-radius: 8px;
  background-color: #e0be7a;
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #1c1b1a;
  border: none;
}

.Purchase-box {
  width: 420px;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.35);
  background-color: #242322;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.Purchase-box-g1 {
  display: flex;
  align-items: center;
}

.Purchase-box-g1 h1 {
  font-family: NotoSansKR;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #e0be7a;
}

.Purchase-box-g1 h2 {
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
}

.Purchase-box-g1 h3 {
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #e0be7a;
}

.Purchase-box h1 {
  font-family: NotoSansKR;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  text-align: left;
}

.Purchase-box-box {
  padding: 10px 20px;
  border-radius: 8px;
  background-color: #1c1b1a;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.Purchase-box-box h1 {
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #e0be7a;
  text-align: left;
}

.Purchase-box-box h2 {
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  text-align: left;
}

.Purchase-box-box-b1 {
  width: 100px;
  height: 32px;
  padding: 6px;
  border-radius: 8px;
  border: solid 1px #e0be7a;
  background-color: transparent;
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #e0be7a;
}

.Purchase-box-box h3 {
  font-family: NotoSansKR;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #c96161;
  text-align: left;
}

.Purchase-box-box h4 {
  font-family: NotoSansKR;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #aeaeae;
  text-align: left;
}

.Purchase-box-box h5 {
  font-family: NotoSansKR;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #e0be7a;
  text-align: left;
}

.Purchase-box-box h6 {
  font-family: NotoSansKR;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #c96161;
  text-align: left;
}

.Purchase-box-box-b2 {
  width: 100%;
  height: 32px;
  padding: 6px;
  border-radius: 8px;
  background-color: #c2a76c;
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #1c1b1a;
  border: none;
}

.Purchase-box-box-b2:disabled {
  opacity: 0.5;
}

.Purchase-box-box2 {
  padding: 10px 20px;
  border-radius: 8px;
  background-color: #1c1b1a;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.Purchase-box-box2 div {
  display: flex;
  justify-content: space-between;
}

.Purchase-box-box2 div h1 {
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
}

.Purchase-box-box-b3 {
  width: 170px;
  height: 32px;
  padding: 6px;
  border-radius: 8px;
  border: solid 1px #e0be7a;
  background-color: transparent;
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #e0be7a;
}

.BusinessTree-btn {
  width: 176px;
  height: 32px;
  padding: 6px;
  border-radius: 8px;
  border: solid 1px #e0be7a;
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #e0be7a;
  background: none;
}

.BusinessTree-box {
  width: 1586px;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.35);
  background-color: #242322;
}

.BusinessTree-box h1 {
  font-family: NotoSansKR;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #e0be7a;
  text-align: left;
}

.BusinessTree-box h2 {
  font-family: NotoSansKR;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #aeaeae;
  text-align: left;
}

.BusinessTree-box-mask {
  width: 900px;
  height: 445px;
  opacity: 1;
  border-radius: 8px;
  box-shadow: inset 0 4px 8px 0 rgba(0, 0, 0, 0.35);
  background-color: #1c1b1a;
}

.BusinessTree-box-mask-total {
  width: 205px;
  height: 36px;
  padding: 12px;
  border-radius: 8px;
  border: solid 1px #e0be7a;
  background-color: #242322;
  font-family: NotoSansKR;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #e0be7a;
  z-index: 1;
}

.BusinessTree-box-mask-total-panel {
  width: 205px;
  height: 165px;
  padding: 10px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: rgba(0, 0, 0, 0.15);
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.BusinessTree-box-mask-total-panel h1 {
  font-family: NotoSansKR;
  font-size: 10px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #e0be7a;
  text-align: left;
}

.BusinessTree-box-mask-total-panel h2 {
  font-family: NotoSansKR;
  font-size: 10px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  text-align: left;
}

.BusinessTree-box-mask-total-panel h3 {
  font-family: NotoSansKR;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #aeaeae;
  text-align: left;
}

.BusinessTree-box-container {
  width: auto;
  height: auto;
  background: none;
  padding: 20px;
}

.BusinessTree-member {
  width: 180px;
  height: 70px;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.35);
  background-color: #242322;
  display: flex;
  flex-direction: column;
  margin: 0px 10px;
}

.BusinessTree-member-title {
  display: flex;
  align-items: center;
}

.BusinessTree-member-title img {
  width: 36px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

.BusinessTree-member-title h1 {
  font-family: NotoSansKR;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #e0be7a;
}

.BusinessTree-member-title h2 {
  font-family: NotoSansKR;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #fff;
}

.BusinessTree-member-group {
  display: flex;
  justify-content: space-between;
}

.BusinessTree-member-group h1 {
  font-family: NotoSansKR;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #aeaeae;
}

.BusinessTree-member-group h2 {
  font-family: NotoSansKR;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: right;
  color: #e0be7a;
}

@-webkit-keyframes loaderSpin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes loaderSpin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.rs-table {
  border: 1px solid #eee;
  position: relative;
  overflow: hidden;
}
.rs-table-column-resizing {
  cursor: ew-resize;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.rs-table-row {
  overflow: hidden;
  position: absolute;
  height: 36px;
  width: 100%;
  top: 0;
  border-bottom: 1px solid #eee;
}
.rs-table-row-rowspan + .rs-table-row {
  border-top: 1px solid #eee;
}
.rs-table-hover .rs-table-row:hover {
  background: #f5f5f5;
}
.rs-table-hover .rs-table-row:hover .rs-table-cell-group {
  background: #f5f5f5;
}
.rs-table-hover .rs-table-row:hover .rs-table-cell {
  background: #f5f5f5;
}
.rs-table-row-header {
  background: #f5f5f5;
}
.rs-table-row-header .rs-table-cell {
  background: #f5f5f5;
}
.rs-table-row-header .rs-table-cell-group-shadow {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.28);
  z-index: 5;
}
.rs-table-hover .rs-table-row:hover .rs-table-cell-group {
  background: #f5f5f5;
}
.rs-table-hover .rs-table-row:hover .rs-table-cell {
  background: #f5f5f5;
}
.rs-table-header-row-wrapper {
  z-index: 2;
  position: relative;
}
.rs-table-affix-header {
  z-index: 3;
  visibility: hidden;
}
.rs-table-affix-header.fixed {
  visibility: visible;
}
.rs-table-body-row-wrapper {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.rs-table-body-info {
  width: 100%;
  text-align: center;
  top: 50%;
  position: absolute;
  margin-top: -20px;
  line-height: 40px;
}
.rs-table-body-info .icon {
  margin: 0 10px;
}
.rs-table-body-info-wheel-area {
  width: 100%;
}
.rs-table-cell {
  height: 36px;
  border-style: solid;
  border-width: 0;
  border-color: #eee;
  display: block;
  overflow: hidden;
  position: absolute;
  white-space: normal;
  background: #fff;
}
.rs-table-cell.first {
  border-left-width: 0;
}
.rs-table-cell-wrap1 {
  display: table;
}
.rs-table-cell-wrap2 {
  display: table-row;
}
.rs-table-cell-wrap3 {
  display: table-cell;
  vertical-align: middle;
}
.rs-table-cell-content {
  padding: 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  width: 100%;
}
.rs-table-cell-header-sortable {
  cursor: pointer;
}
.rs-table-cell-header-sort-wrapper {
  display: inline-block;
}
.rs-table-cell-rowspan {
  border-bottom: 1px solid #eee !important;
}
.rs-table-column-resize-spanner {
  height: 36px;
  width: 6px;
  z-index: 3;
  position: absolute;
  cursor: ew-resize !important;
  outline: none;
}
.rs-table-column-resize-spanner:hover {
  background: #34c3ff;
}
.rs-table-cell-group-fixed-left {
  position: absolute;
  z-index: 4;
  background: #fff;
}
.rs-table-cell-group-fixed-right {
  position: absolute;
  z-index: 4;
  background: #fff;
}
.rs-table-cell-group-left-shadow {
  box-shadow: 3px 0px 5px rgba(9, 9, 9, 0.08);
}
.rs-table-cell-group-shadow,
.rs-table-cell-group-right-shadow {
  box-shadow: -3px 0px 5px rgba(9, 9, 9, 0.08);
}
.rs-table-mouse-area {
  display: none;
  background: #34c3ff;
  left: -1px;
  top: 0;
  position: absolute;
  width: 1px;
  z-index: 6;
}
.rs-table-bordered .rs-table-cell {
  border-width: 0 1px 0 0;
}
.rs-table-word-wrap .rs-table-cell-content {
  white-space: unset;
  word-break: break-all;
  word-wrap: break-word;
}
.rs-table-row-expanded {
  position: absolute;
  height: 46px;
  bottom: 0;
  width: 100%;
  z-index: 4;
  border-top: 1px solid #eee;
  padding: 10px;
  background: #f5f5f5;
}
.rs-table-loader-wrapper {
  visibility: hidden;
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}
.rs-table-loader {
  width: 100%;
  text-align: center;
  top: 50%;
  position: absolute;
  margin-top: -20px;
  line-height: 40px;
}
.rs-table-loader-icon {
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
  margin-right: 12px;
  padding-top: 3px;
}
.rs-table-loader-icon::before,
.rs-table-loader-icon::after {
  width: 18px;
  height: 18px;
}
.rs-table-loader-icon::before,
.rs-table-loader-icon::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  border-radius: 50%;
}
.rs-table-loader-icon::before {
  border: 3px solid rgba(247, 247, 250, 0.8);
}
.rs-table-loader-icon::after {
  border-width: 3px;
  border-style: solid;
  border-color: #a6a6a6 transparent transparent;
  -webkit-animation: loaderSpin 0.6s infinite linear;
          animation: loaderSpin 0.6s infinite linear;
}
.rs-table-loading .rs-table-loader-wrapper {
  visibility: visible;
}
.rs-table-cell-expand-icon {
  cursor: pointer;
  outline: none;
}
.rs-table-cell-expand-wrapper {
  margin-right: 10px;
  display: inline-block;
  cursor: pointer;
}
.rs-table-scrollbar {
  background: rgba(45, 45, 45, 0.05);
  position: absolute;
}
.rs-table-scrollbar-active {
  background: rgba(45, 45, 45, 0.1);
}
.rs-table-scrollbar-hide {
  display: none;
}
.rs-table-scrollbar-handle {
  position: absolute;
  background: rgba(45, 45, 45, 0.5);
  border-radius: 4px;
}
.rs-table-scrollbar-horizontal {
  width: 100%;
  height: 10px;
  bottom: 2px;
}
.rs-table-scrollbar-horizontal.fixed {
  position: fixed;
}
.rs-table-scrollbar-horizontal .rs-table-scrollbar-handle {
  height: 8px;
  left: 0px;
  top: 1px;
}
.rs-table-scrollbar-horizontal .rs-table-scrollbar-pressed,
.rs-table-scrollbar-horizontal:hover {
  height: 14px;
  box-shadow: 1px 1px 2px #ddd inset;
}
.rs-table-scrollbar-horizontal .rs-table-scrollbar-pressed .rs-table-scrollbar-handle,
.rs-table-scrollbar-horizontal:hover .rs-table-scrollbar-handle {
  top: 2px;
  height: 10px;
}
.rs-table-scrollbar-vertical {
  top: 0;
  right: 0px;
  width: 10px;
  bottom: 2px;
}
.rs-table-scrollbar-vertical .rs-table-scrollbar-handle {
  min-height: 20px;
  width: 8px;
  top: 0px;
  left: 1px;
}
.rs-table-scrollbar-vertical .rs-table-scrollbar-pressed,
.rs-table-scrollbar-vertical:hover {
  width: 14px;
  box-shadow: 1px 1px 2px #ddd inset;
}
.rs-table-scrollbar-vertical .rs-table-scrollbar-pressed .rs-table-scrollbar-handle,
.rs-table-scrollbar-vertical:hover .rs-table-scrollbar-handle {
  left: 2px;
  width: 10px;
}
.rs-table-column-group {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
}
.rs-table-column-group-header {
  border-bottom: 1px solid #eee;
  position: absolute;
  width: 100%;
}
.rs-table-column-group-header-content {
  display: table-cell;
  padding: 8px;
}
.rs-table-column-group-cell {
  position: absolute;
  border-right: 1px solid #eee;
}

/*# sourceMappingURL=index.css.map */

.FutureTrading-list {
  width: 295px;
  height: 888px;
  border-radius: 8px;
  background-color: #242322;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.FutureTrading-list div.title {
  margin: 13px 20px;
  font-family: NotoSansKR;
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #e0be7a;
}

.FutureTrading-list div.line {
  width: 100%;
  height: 1px;
  opacity: 0.15;
  border: solid 1px #fff;
}

.FutureTrading-list div.sort {
  margin: 20px 20px 10px 20px;
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  text-align: left;
}

.FutureTrading-list button.dropdown-button {
  width: 255px;
  height: 32px;
  padding: 6px;
  border-radius: 8px;
  border: none;
  background-color: #1c1b1a;
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  text-align: left;
  margin: 0 20px 13px 20px;
}
.FutureTrading-list div.dropdown {
  position: relative;
  display: inline-block;
}
.FutureTrading-list div.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffdab9;
  width: 255px;
  height: 32px;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
  background-color: #242322;
  margin: -13px 20px;
  z-index: 1;
}
.FutureTrading-list div.dropdown-content button {
  text-decoration: none;
  display: block;
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #e0be7a;
  text-align: left;
  width: 100%;
  height: 32px;
  box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.15);
  background-color: #242322;
  align-items: center;
  border: none;
  z-index: 1;
}
.FutureTrading-list div.dropdown-content button:hover {
  background-color: #fff;
  color: #242322;
  border: none;
  z-index: 1;
}
.FutureTrading-list div.dropdown:hover .dropdown-content {
  display: block;
  z-index: 1;
}
.FutureTrading-list div.dropdown:hover .dropdown-button {
  background-color: #fff;
  color: #242322;
  border: none;
  z-index: 1;
}

.FutureTrading-list div.ticket {
  width: 255px;
  height: 56px;
  margin: 0 20px;
  padding: 7px 1.5px 11px 0;
  box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
}

.FutureTrading-list div.ticket div.point {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.FutureTrading-list div.ticket h1 {
  font-family: NotoSansKR;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #91bc6a;
  text-align: left;
}

.FutureTrading-list div.ticket h2 {
  font-family: NotoSansKR;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #c96161;
  text-align: left;
}

.FutureTrading-list div.ticket h3 {
  font-family: NotoSansKR;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
}

.FutureTrading-list div.ticket h4 {
  opacity: 0.5;
  font-family: NotoSansKR;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #fff;
}

.FutureTrading-chart {
  width: 1380px;
  height: 670px;
  overflow: hidden;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  align-items: center;
  text-align: center;
}

.FutureTrading-chart div.bettingList {
  width: 524px;
  height: 231px;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
  background-color: #242322;
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.FutureTrading-chart div.bettingList div.title {
  height: 56px;
  font-family: NotoSansKR;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #e0be7a;
  padding: 13px 20px;
}

.FutureTrading-chart div.bettingList div.line {
  height: 1px;
  opacity: 0.15;
  border: solid 1px #fff;
}

.FutureTrading-chart div.bettingList div.ticketTitle {
  height: 56px;
  display: grid;
  grid-template-columns: 107px 114px 182px 80px;
  padding: 10px 20px;
  box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.15);
}

.FutureTrading-chart div.bettingList div.ticketTitle h1 {
  font-family: NotoSansKR;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  text-align: left;
}

.FutureTrading-chart div.bettingList div.ticket {
  height: 56px;
  align-items: center;
  display: grid;
  grid-template-columns: 107px 114px 182px 80px;
  padding: 0 20px;
  box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.15);
}

.FutureTrading-chart div.bettingList div.ticket h1 {
  font-family: NotoSansKR;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  text-align: left;
}

.FutureTrading-chart div.bettingList div.ticket h2 {
  opacity: 0.5;
  font-family: NotoSansKR;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  text-align: left;
}

.FutureTrading-chart div.bettingList div.ticket h3 {
  font-family: NotoSansKR;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #91bc6a;
  text-align: left;
}

.FutureTrading-chart div.bettingList div.ticket h4 {
  font-family: NotoSansKR;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #c96161;
  text-align: left;
}

.FutureTrading-chart div.bettingList div.ticket button {
  width: 80px;
  height: 36px;
  padding: 9px 0;
  background-color: #1c1b1a;
  font-family: NotoSansKR;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #e0be7a;
  text-decoration: underline;
  border: none;
}

.FutureTrading-chart img.icon {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 24px;
  height: 24px;
}

.FutureTrading-chart div.label {
  opacity: 0.5;
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  text-align: left;
  position: absolute;
  top: 12px;
  left: 45px;
}

.FutureTrading-chart div.btns {
  position: absolute;
  top: 6px;
  left: 190px;
  display: flex;
  flex-direction: row;
}

.FutureTrading-chart div.btns button {
  height: 30px;
  margin-right: 5px;
  padding: 5px 14px;
  border-radius: 4px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.5);
  background-color: rgba(255, 255, 255, 0.1);
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  opacity: 0.75;
  border: none;
}

.FutureTrading-chart div.askbid {
  width: 135px;
  height: 56px;
  border-radius: 8px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: rgba(36, 36, 34, 0.75);
  position: absolute;
  bottom: 121px;
  right: 22px;

  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;

  display: flex;
  align-items: center;
  justify-content: center;
}

.FutureTrading-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.FutureTrading-menu h1 {
  font-family: NotoSansKR;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #e0be7a;
}

.FutureTrading-menu h2 {
  font-family: NotoSansKR;
  font-size: 21px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}

.FutureTrading-menu div.box {
  width: 125px;
  height: 91px;
  padding: 11px 16px 16px;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
  background-color: #242322;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
}

.FutureTrading-menu div.box h1 {
  font-family: NotoSansKR;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #e0be7a;
  text-align: left;
}

.FutureTrading-menu div.box h2 {
  font-family: NotoSansKR;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  text-align: left;
}

.FutureTrading-menu div.box input {
  height: 25px;
  padding: 0 8px;
  border-radius: 4px;
  background-color: #161514;
  border: none;
  font-family: NotoSansKR;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
}

.FutureTrading-menu div.box button.dropdown-button {
  width: 90px;
  height: 32px;
  padding: 0 6px;
  border-radius: 8px;
  border: none;
  background-color: #1c1b1a;
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  text-align: left;
}
.FutureTrading-menu div.box div.dropdown {
  position: relative;
  display: inline-block;
}
.FutureTrading-menu div.box div.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffdab9;
  width: 90px;
  height: 30px;
  border-radius: 8px;
  background-color: transparent;
  border: none;
}
.FutureTrading-menu div.box div.dropdown-content button {
  text-decoration: none;
  display: block;
  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  text-align: left;
  width: 100%;
  height: 32px;
  background-color: #242322;
  align-items: center;
  border: none;
}
.FutureTrading-menu div.box div.dropdown-content button:hover {
  background-color: #fff;
  color: #242322;
  border: none;
}
.FutureTrading-menu div.box div.dropdown:hover .dropdown-content {
  display: block;
}
.FutureTrading-menu div.box div.dropdown:hover .dropdown-button {
  background-color: #fff;
  color: #242322;
  border: none;
}

.FutureTrading-menu button.sell {
  width: 125px;
  height: 90px;
  padding: 16px;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
  border: solid 1px #e0be7a;
  background-color: #242322;
  font-family: NotoSansKR;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #e0be7a;
}

.tag-long {
  width: 55px;
  height: 20px;
  background: #91bc6a;
  position: relative;
  padding: 3px;

  font-family: NotoSansKR;
  font-size: 10px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #000;
}

.tag-long:after {
  position: absolute;
  left: -10px;
  top: 0;
  content: '';
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #91bc6a;
}

.tag-short {
  width: 55px;
  height: 20px;
  background: #c96161;
  position: relative;
  padding: 3px;

  font-family: NotoSansKR;
  font-size: 10px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #000;
}

.tag-short:after {
  position: absolute;
  left: -10px;
  top: 0;
  content: '';
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #c96161;
}

.FutureTrading-list div.ticket div.arrow-long {
  width: 0px;
  height: 0px;
  border-left: 5px solid transparent;
  border-bottom: 8px solid #91bc6a;
  border-right: 5px solid transparent;
}

.FutureTrading-list div.ticket div.arrow-short {
  width: 0px;
  height: 0px;
  border-left: 5px solid transparent;
  border-top: 8px solid #c96161;
  border-right: 5px solid transparent;
}

.FutureTrading-list div.bettingList div.ticket div.point {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.FutureTrading-list div.bettingList div.ticket div.point div.arrow-long {
  width: 0px;
  height: 0px;
  border-left: 5px solid transparent;
  border-bottom: 8px solid #91bc6a;
  border-right: 5px solid transparent;
}

.FutureTrading-list div.bettingList div.ticket div.point div.arrow-short {
  width: 0px;
  height: 0px;
  border-left: 5px solid transparent;
  border-top: 8px solid #c96161;
  border-right: 5px solid transparent;
}

.FutureTrading-chart div.spread {
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background-color: #000;
  border-top: 2px dashed #fff;
  border-bottom: 2px dashed #fff;
}

.FutureTrading-positions {
  width: 1525px;
  height: 274px;
  border-radius: 8px;
  background-color: #242322;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.FutureTrading-positions div.title {
  padding: 10px 20px;
  font-family: NotoSansKR;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #e0be7a;
  text-align: left;
}

.FutureTrading-positions div.line {
  width: 100%;
  height: 1px;
  background-color: #fff;
  opacity: 0.15;
}

.FutureTrading-positions div.cols {
  display: grid;
  grid-template-columns: 175px 176px 175px 166px 176px 196px 196px 142px 96px;
  align-items: center;
  padding: 5px 10px 5px 17px;
}

.FutureTrading-positions div.cols h1 {
  font-family: NotoSansKR;
  font-size: 10px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  text-align: left;
  opacity: 0.6;
}

.FutureTrading-positions div.long {
  display: grid;
  grid-template-columns: 175px 176px 175px 166px 176px 196px 196px 142px 96px;
  align-items: center;
  padding: 5px 10px 5px 17px;
  box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.05);
  height: 40px;
  background-color: rgba(145, 188, 106, 0.05);
}

.FutureTrading-positions div.long h1 {
  font-family: NotoSansKR;
  font-size: 10px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  text-align: left;
}

.FutureTrading-positions div.long h2 {
  font-family: NotoSansKR;
  font-size: 10px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #91bc6a;
  text-align: left;
}

.FutureTrading-positions div.long h3 {
  font-family: NotoSansKR;
  font-size: 10px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #c96161;
  text-align: left;
}

.FutureTrading-positions div.long button {
  width: 96px;
  height: 30px;
  padding: 5px;
  border-radius: 4px;
  border: solid 1px #e0be7a;
  font-family: NotoSansKR;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #e0be7a;
  background-color: transparent;
}

.FutureTrading-positions div.short {
  display: grid;
  grid-template-columns: 175px 176px 175px 166px 176px 196px 196px 142px 96px;
  align-items: center;
  padding: 5px 10px 5px 17px;
  box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.05);
  height: 40px;
  background-color: rgba(201, 97, 97, 0.05);
}

.FutureTrading-positions div.short h1 {
  font-family: NotoSansKR;
  font-size: 10px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  text-align: left;
}

.FutureTrading-positions div.short h2 {
  font-family: NotoSansKR;
  font-size: 10px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #91bc6a;
  text-align: left;
}

.FutureTrading-positions div.short h3 {
  font-family: NotoSansKR;
  font-size: 10px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #c96161;
  text-align: left;
}

.FutureTrading-positions div.short button {
  width: 96px;
  height: 30px;
  padding: 5px;
  border-radius: 4px;
  border: solid 1px #e0be7a;
  font-family: NotoSansKR;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #e0be7a;
  background-color: transparent;
}

.FutureTrading-pricetag {
  width: 90px;
  height: 30px;
  background: #ffffff;
  position: relative;
  padding: 3px;

  font-family: NotoSansKR;
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}

.FutureTrading-pricetag:after {
  position: absolute;
  left: -15px;
  top: 0;
  content: '';
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid #ffffff;
}

.FutureTrading-pricetag-long {
  width: 90px;
  height: 30px;
  background: #91bc6a;
  position: relative;
  padding: 3px;

  font-family: NotoSansKR;
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}

.FutureTrading-pricetag-long:after {
  position: absolute;
  left: -15px;
  top: 0;
  content: '';
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid #91bc6a;
}

.FutureTrading-pricetag-short {
  width: 90px;
  height: 30px;
  background: #c96161;
  position: relative;
  padding: 3px;

  font-family: NotoSansKR;
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}

.FutureTrading-pricetag-short:after {
  position: absolute;
  left: -15px;
  top: 0;
  content: '';
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid #c96161;
}

.FutureTrading-chart div.chart-menu {
  position: absolute;
  left: 15px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 30px;
  height: 120px;
  z-index: 2;
}

.FutureTrading-chart div.chart-menu button {
  width: 30px;
  height: 30px;
  padding: 0;
  border-radius: 4px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  border: none;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.5);
  background-color: rgba(255, 255, 255, 0.1);
  overflow: hidden;

  display: flex;
  justify-content: center;
  align-items: center;
}

.FutureTrading-chart div.chart-menu button:disabled {
  border: solid 1px #fff;
  background-color: rgba(255, 255, 255, 0.1);
}

.FutureTrading-chart div.chart-menu button div.text {
  opacity: 0.35;
  font-family: NotoSansKR;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
.FutureTrading-chart div.chart-menu button:disabled div.text {
  opacity: 1;
}

.FutureTrading-chart div.chart-menu button img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 20px;
  height: 20px;
  opacity: 0.35;
}

.FutureTrading-chart div.chart-menu button:disabled img {
  opacity: 1;
}

.FutureTrading-chart div.chart-select {
  position: absolute;
  left: 50px;
  bottom: 60px;
  display: flex;
  flex-direction: column;
  width: 140px;
  border-radius: 4px;
  background-color: #242322;
  z-index: 2;
}

.FutureTrading-chart div.chart-select button {
  display: flex;
  align-items: center;
  height: 30px;
  padding: 0;
  border-radius: 4px;
  background: none;
  border: none;
}

.FutureTrading-chart div.chart-select button img {
  width: 17px;
  height: 17px;
  overflow: hidden;
  -o-object-fit: contain;
     object-fit: contain;
}

.FutureTrading-chart div.chart-select button h1 {
  font-family: NotoSansKR;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}

.FutureTrading-chart div.chart-select button:disabled h1 {
  color: #e0be7a;
}

.FutureTrading-chart div.tick-select {
  position: absolute;
  left: 50px;
  bottom: 20px;
  width: 310px;
  padding: 10px;
  border-radius: 4px;
  background-color: #242322;
  display: flex;
  flex-direction: column;
  z-index: 2;
}

.FutureTrading-chart div.tick-select h1 {
  font-family: NotoSansKR;
  font-size: 13px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}

.FutureTrading-chart div.tick-select h2 {
  font-family: NotoSansKR;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #e0be7a;
}

.FutureTrading-chart div.tick-select div.buttons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(6, 1fr);
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 0px;
  grid-auto-flow: column;
}

.FutureTrading-chart div.tick-select div.buttons button {
  height: 30px;
  padding: 5px 10px;
  box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.15);
  background-color: #242322;
  border: none;
  font-family: NotoSansKR;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}

.FutureTrading-chart div.tick-select div.buttons button:disabled {
  box-shadow: inset 0 -1px 0 0 #e0be7a;
  background-color: rgba(255, 255, 255, 0.05);
  color: #e0be7a;
}

.FutureTrading-chart div.tick-select div.auto {
  display: flex;
  height: 20px;
  align-items: center;
}

.FutureTrading-chart div.tick-select div.auto button.on {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background-color: #e0be7a;
  border: none;
  padding: 0;
}

.FutureTrading-chart div.tick-select div.auto button.off {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border-color: #e0be7a;
  background-color: transparent;
  padding: 0;
  background: none;
  border-style: solid;
}

.FutureTrading-chart div.tick-select div.auto h1 {
  font-family: NotoSansKR;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  text-align: left;
}

.FutureTrading-chart div.period-select {
  position: absolute;
  left: 50px;
  bottom: 20px;
  width: 210px;
  padding: 10px;
  border-radius: 4px;
  background-color: #242322;
  display: flex;
  flex-direction: column;
  z-index: 2;
}

.FutureTrading-chart div.period-select h1 {
  font-family: NotoSansKR;
  font-size: 13px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}

.FutureTrading-chart div.period-select h2 {
  font-family: NotoSansKR;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #e0be7a;
}

.FutureTrading-chart div.period-select div.buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(4, 1fr);
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 0px;
  grid-auto-flow: column;
}

.FutureTrading-chart div.period-select div.buttons button {
  height: 30px;
  padding: 5px 10px;
  box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.15);
  background-color: #242322;
  border: none;
  font-family: NotoSansKR;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}

.FutureTrading-chart div.period-select div.buttons button:disabled {
  box-shadow: inset 0 -1px 0 0 #e0be7a;
  background-color: rgba(255, 255, 255, 0.05);
  color: #e0be7a;
}

html {
  box-sizing: border-box;
}

@font-face {
  font-family: 'NotoSansKR';
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype');
}
@font-face {
  font-family: 'NotoSansKR';
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype');
}
@font-face {
  font-family: 'NotoSansKR';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');
}
@font-face {
  font-family: 'NotoSansKR';
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');
}
@font-face {
  font-family: 'NotoSansKR';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');
}
@font-face {
  font-family: 'NotoSansKR';
  font-style: normal;
  font-weight: 900;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype');
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

button {
  cursor: pointer;
}

a {
  text-decoration: none;
}


/*# sourceMappingURL=index.e4dc334d9d3dfed669ce.css.map*/