@charset "UTF-8";
@import url("https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");
/*
    COLOR
*/
/*
    Z-INDEX
*/
/*
    PATH
*/
/*
    FONT-WEIGHT
*/
html {
  font-size: 14px;
}
@media screen and (max-width: 1280px) {
  html {
    font-size: 10.5px;
  }
}
@media screen and (max-width: 450px) {
  html {
    font-size: 8px;
  }
}

.main {
  width: 100%;
  height: auto;
}

:root {
  --app-height: 100%;
}

br.m-line-break {
  display: none;
}
@media screen and (max-width: 1280px) {
  br.m-line-break {
    display: block;
  }
}

html,
body {
  width: 100%;
  height: var(--app-height);
  min-height: 57.5rem;
  scroll-behavior: smooth;
  word-break: keep-all;
}
@media screen and (max-width: 1280px) {
  html,
  body {
    min-height: 100vh;
  }
}
@media screen and (max-width: 1280px) and (orientation: landscape) {
  html,
  body {
    height: auto;
  }
}

body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, "Noto Sans", "Helvetica Neue", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-synthesis-weight: none;
  /* 일본어 기본폰트 */
  /* 중국어 기본폰트 */
  /* 아랍어 기본폰트 */
}
body.-noneScroll {
  min-height: 100vh;
  overflow: hidden;
  touch-action: none;
}
body .font-en {
  font-family: inherit;
}
body .font-ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
body .font-tc {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 800;
}
body .font-ar {
  font-family: "Noto Sans Arabic", sans-serif;
}
body .font-kr {
  font-family: "Noto Sans KR", sans-serif;
}
body.ja .font-trans {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700;
}
body.tc .font-trans {
  font-family: "Noto Sans TC", sans-serif !important;
  font-weight: 700;
}
body.ar .font-trans {
  font-family: "Noto Sans Arabic", sans-serif !important;
}

@media screen and (max-width: 1280px) {
  .pc {
    display: none !important;
  }
}

.mo {
  display: none !important;
}
@media screen and (max-width: 1280px) {
  .mo {
    display: flex !important;
  }
}

.arab {
  text-align: right;
}

* {
  margin: 0;
  padding: 0;
  font: inherit;
  color: inherit;
}

*,
:after,
:before {
  box-sizing: border-box;
  flex-shrink: 0;
}

:root {
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  cursor: default;
  line-height: 1;
  overflow-wrap: break-word;
  -moz-tab-size: 4;
  tab-size: 4;
}

html {
  height: 100%;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

button {
  background: none;
  border: 0;
  cursor: pointer;
}

a {
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
}

@font-face {
  font-family: "Pretendard-Regular";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans KR", serif;
  src: url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");
}
.header .logo {
  position: absolute;
  left: 15px;
  top: 10px;
}
.start .header .logo {
  left: 20px;
  top: 40px;
}
@media screen and (max-width: 1280px) {
  .start .header .logo {
    width: min(36vw, 240px);
    top: min(10vw, 45px);
    right: 4vw;
  }
}
@media screen and (max-width: 1280px) {
  .header .logo {
    width: 26vw;
  }
}
.header .lang_select {
  position: absolute;
  top: min(10vw, 2px);
  margin-top: 20px;
  right: 55px;
  z-index: 1;
}
@media screen and (max-width: 1280px) {
  .header .lang_select {
    right: min(4vw, 35px);
  }
}
.header .lang_select.active ul {
  height: auto;
}
.header .lang_select_wrap {
  position: relative;
  width: min(30vw, 125px);
  height: auto;
  aspect-ratio: 230/62;
  font-size: min(3.125vw, 14px);
  color: #fff;
}
.header .lang_select_wrap .lang_selected {
  width: 100%;
  height: 100%;
  background: #3c3c3c;
  display: flex;
  align-items: center;
  padding-left: 20px;
  cursor: pointer;
  border-radius: 5px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .header .lang_select_wrap .lang_selected {
    padding-left: min(3.25vw, 15px);
  }
}
.header .lang_select_wrap .lang_selected::after {
  content: "";
  width: 14px;
  aspect-ratio: 7/12;
  background: url("/resources/images/lang_select_arrow.webp") no-repeat center center/contain;
  display: block;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1280px) {
  .header .lang_select_wrap .lang_selected::after {
    right: min(3.25vw, 15px);
    width: min(2vw, 10px);
  }
}
.header .lang_select_wrap ul {
  position: absolute;
  width: inherit;
  left: 0;
  top: calc(100% + 10px);
  height: 0;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 1280px) {
  .header .lang_select_wrap ul {
    top: calc(100% + 5px);
  }
}
.header .lang_select_wrap ul li {
  width: 178px;
  height: 48px;
  background: #3c3c3c;
  display: flex;
  align-items: center;
  padding-left: 20px;
  cursor: pointer;
}
@media screen and (max-width: 1280px) {
  .header .lang_select_wrap ul li {
    width: min(30vw, 125px);
    height: auto;
    aspect-ratio: 230/62;
    font-size: min(3.125vw, 14px);
  }
}
.header .lang_select_wrap ul li:hover {
  background: #666;
}

.wrap {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
  font-family: "Noto Sans KR", serif;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 1280px) {
  .wrap {
    background-position: top center;
  }
}

.inner {
  flex: 1;
  width: 95%;
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 1280px) {
  .inner {
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 3vw;
    width: 92%;
    padding-top: 65vw;
  }
}
@media screen and (max-width: 1280px) and (orientation: landscape) {
  .inner {
    justify-content: center;
    align-items: center;
    width: 90vw;
    padding: 4vw 0;
  }
}

.form {
  width: 95%;
  max-width: 580px;
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  font-size: 18px;
  color: black;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .form {
    width: 100%;
    max-width: 700px;
    height: auto;
    overflow: auto;
    padding: min(3.25vw, 15px);
  }
}
@media screen and (max-width: 1280px) and (orientation: landscape) {
  .form {
    max-height: 100%;
    height: auto;
  }
}
.form_title {
  padding-top: 5px;
  padding-bottom: 30px;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 1280px) {
  .form_title {
    padding-top: 3.25vw;
    padding-bottom: 6.25vw;
    font-size: 5.5vw;
  }
}
@media screen and (max-width: 1280px) and (orientation: landscape) {
  .form_title {
    font-size: min(4vw, 26px);
    padding-top: 2.25vw;
    padding-bottom: 4.25vw;
  }
}
.form .server_select {
  position: relative;
  height: 65px;
  border-radius: 5px;
  border: 1px solid #d1d1d1;
}
@media screen and (max-width: 1280px) {
  .form .server_select {
    height: 10.5vw;
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 1280px) and (orientation: landscape) {
  .form .server_select {
    height: min(8.5vw, 55px);
    font-size: min(2.5vw, 18px);
  }
}
.form .server_select .server_selected {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 25px;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .form .server_select .server_selected {
    padding: 3.25vw;
  }
}
@media screen and (max-width: 1280px) and (orientation: landscape) {
  .form .server_select .server_selected {
    padding: min(3.25vw, 28px);
  }
}
.form .server_select .server_selected::after {
  content: "";
  width: 20px;
  aspect-ratio: 7/12;
  background: url("/resources/images/server_select_arrow.webp") no-repeat center center/contain;
  display: block;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1280px) {
  .form .server_select .server_selected::after {
    width: 2.5vw;
  }
}
.form .server_select ul {
  position: absolute;
  left: 0;
  top: calc(100% + 5px);
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  height: 0;
}
.form .server_select ul li {
  cursor: pointer;
  background: #fff;
  display: flex;
  align-items: center;
  padding-left: 25px;
  height: 65px;
}
@media screen and (max-width: 1280px) {
  .form .server_select ul li {
    height: 10.5vw;
    font-size: 3.125vw;
    padding: 3.25vw;
  }
}
@media screen and (max-width: 1280px) and (orientation: landscape) {
  .form .server_select ul li {
    height: min(8.5vw, 55px);
    font-size: min(2.5vw, 18px);
    padding: min(3.25vw, 28px);
  }
}
.form .server_select ul li:hover {
  background: #f0f0f0;
}
.form .server_select.active ul {
  height: auto;
}
.form input {
  width: 100%;
  height: 65px;
  background: #f0f0f0;
  color: black;
  border-radius: 5px;
  margin-top: 9px;
  padding-left: 25px;
  border: 0;
}
@media screen and (max-width: 1280px) {
  .form input {
    height: 10.5vw;
    font-size: 3.125vw;
    padding: 3.25vw;
  }
}
@media screen and (max-width: 1280px) and (orientation: landscape) {
  .form input {
    height: min(8.5vw, 55px);
    font-size: min(2.5vw, 18px);
    padding: min(3.25vw, 28px);
  }
}
.form input:focus {
  outline: #000;
}
.form input[type=number]::-webkit-outer-spin-button,
.form input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form .login_wrap {
  display: flex;
  gap: 5px;
}
.form .login_wrap input {
  width: calc(100% - 148px);
}
@media screen and (max-width: 1280px) {
  .form .login_wrap input {
    width: 75%;
  }
}
.form .login_wrap button {
  flex-grow: 1;
  height: 65px;
  background: black;
  color: #fff;
  margin-top: 9px;
  border-radius: 5px;
}
@media screen and (max-width: 1280px) {
  .form .login_wrap button {
    height: 10.5vw;
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 1280px) and (orientation: landscape) {
  .form .login_wrap button {
    height: min(8.5vw, 55px);
    font-size: min(2.5vw, 18px);
  }
}
.form .login_wrap button:hover {
  background: #ff6e00;
}

.check_exchange {
  width: 100%;
  height: 65px;
  background: #ff6e00;
  color: #fff;
  border-radius: 5px;
  margin-top: 25px;
  opacity: 0.5;
  pointer-events: none;
  transition: opacity 0.3s, background 0.3s;
}
@media screen and (max-width: 1280px) {
  .check_exchange {
    height: 10.5vw;
    font-size: 4vw;
  }
}
@media screen and (max-width: 1280px) and (orientation: landscape) {
  .check_exchange {
    height: min(8.5vw, 55px);
    font-size: min(2.5vw, 18px);
    margin-top: 15px;
  }
}
.check_exchange.active {
  opacity: 1;
  pointer-events: auto;
}

.notice {
  padding-top: 30px;
  border-top: 1px solid #d1d1d1;
  margin-top: 40px;
}
.notice ul {
  list-style-type: circle;
  padding-left: 20px;
  margin: 0;
}
.notice h3 {
  color: #666;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}
@media screen and (max-width: 1280px) {
  .notice h3 {
    font-size: min(3.125vw, 35px);
    margin-bottom: min(3vw, 20px);
  }
}
@media screen and (max-width: 1280px) and (orientation: landscape) {
  .notice h3 {
    font-size: min(2.5vw, 18px);
  }
}
.notice li {
  font-size: 13px;
  color: #222;
  margin-bottom: 5px;
  list-style-position: outside;
}
@media screen and (max-width: 1280px) {
  .notice li {
    font-size: min(3vw, 13px);
    margin-bottom: min(1.5vw, 10px);
  }
}
@media screen and (max-width: 1280px) and (orientation: landscape) {
  .notice li {
    font-size: min(2.4vw, 16px);
  }
}

.form_login_after {
  background: #f0f0f0;
  padding: 20px;
  border-radius: 5px;
}
@media screen and (max-width: 1280px) {
  .form_login_after {
    padding: min(4vw, 18px);
  }
}
.form_login_after .profile_logout {
  display: flex;
  align-items: center;
  gap: 15px;
}
.form_login_after .profile_logout figure {
  width: 70px;
  aspect-ratio: 1/1;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1280px) {
  .form_login_after .profile_logout figure {
    width: min(10.5vw, 85px);
  }
}
.form_login_after .profile_logout figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.form_login_after .profile_logout p {
  color: #222;
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 1280px) {
  .form_login_after .profile_logout p {
    font-size: min(3.125vw, 14px);
  }
}
.form_login_after .profile_logout button {
  margin-left: auto;
  width: 126px;
  height: 48px;
  color: #fff;
  background: #666;
  border-radius: 5px;
}
@media screen and (max-width: 1280px) {
  .form_login_after .profile_logout button {
    font-size: min(3.125vw, 14px);
    width: min(20vw, 85px);
    aspect-ratio: 152/58;
    height: auto;
  }
}
.form_login_after .profile_logout button:hover {
  background: #ff6e00;
}
.form_login_after input {
  background: #fff;
  margin-top: 15px;
}

.step_checker {
  position: absolute;
  right: 5px;
  top: 5px;
  color: #f00;
}

.alert {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  align-items: center;
  justify-content: center;
}
.alert.active {
  display: flex;
}
.alert_wrap {
  width: 480px;
  height: 280px;
  background: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  padding: 35px 0;
}
@media screen and (max-width: 1280px) {
  .alert_wrap {
    padding: min(3vw, 18px);
    width: 100%;
    height: auto;
    aspect-ratio: 588/350;
    max-width: 380px;
  }
}
.alert_wrap p {
  color: #222;
  font-size: 20px;
  font-weight: 500;
  flex-grow: 1;
  white-space: normal;
  overflow-wrap: break-word;
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
}
@media screen and (max-width: 1280px) {
  .alert_wrap p {
    font-size: min(4.1vw, 16px);
  }
}
.alert_wrap .confirm {
  width: 200px;
  height: 64px;
  color: #fff;
  background: #ff6e00;
  border-radius: 5px;
  font-size: 22px;
}
@media screen and (max-width: 1280px) {
  .alert_wrap .confirm {
    font-size: min(4vw, 16px);
    aspect-ratio: 245/78;
    max-width: 200px;
    width: min(32vw, 135px);
    height: auto;
  }
}
.alert_wrap .close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 25px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 1280px) {
  .alert_wrap .close {
    width: min(4vw, 18px);
  }
}
.alert_wrap .close img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* game155 */
#footer.game155 {
  width: 100%;
  position: relative;
  z-index: 5;
}
#footer.game155 .footer-wrap {
  font-size: 15px;
  line-height: 1.5;
  color: #fff;
  font-weight: 600;
  text-align: center;
  padding: 33px 50px;
  background: #270f65;
}
@media screen and (max-width: 450px) {
  #footer.game155 .footer-wrap {
    padding: 5%;
    font-size: 12px;
  }
}
#footer.game155 .footer-wrap .menus {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
}
#footer.game155 .footer-wrap .menus .menus-cell {
  position: relative;
  padding: 0 7px;
}
#footer.game155 .footer-wrap .menus .menus-cell + .menus-cell::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 14px;
  transform: translateY(-50%);
  background: #52525b;
}
#footer.game155 .footer-wrap .menus .menus-cell > a {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 450px) {
  #footer.game155 .footer-wrap .menus .menus-cell > a {
    font-size: 12px;
  }
}
#footer.game155 .footer-wrap .menus .menus-cell > a.red {
  color: red;
}
#footer.game155 .footer-wrap .menus .menus-cell > a em {
  font-weight: 600;
  color: #fff;
}
#footer.game155 .footer-wrap .menus .menus-cell > a span {
  color: #fde047;
}

/* game159 */
#footer.game159 {
  width: 100%;
  height: 18vh;
  position: relative;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1280px) {
  #footer.game159 {
    height: auto;
    padding: 3.125rem 0;
  }
}
#footer.game159 .footer__inner {
  display: flex;
  align-items: center;
  gap: 0 50px;
  width: calc(100% - 40px);
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  #footer.game159 .footer__inner {
    display: block;
  }
}
#footer.game159 .footer__resuLogo {
  max-width: 18rem;
}
@media screen and (max-width: 1280px) {
  #footer.game159 .footer__resuLogo {
    max-width: none;
    display: flex;
    justify-content: center;
    text-align: center;
    margin-bottom: 35px;
  }
  #footer.game159 .footer__resuLogo img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }
}
#footer.game159 .footer__content {
  width: 76%;
}
@media screen and (max-width: 1280px) {
  #footer.game159 .footer__content {
    width: 100%;
  }
}
@media screen and (max-width: 1280px) {
  #footer.game159 .footer__top {
    display: flex;
    flex-direction: column;
    order: 3;
  }
}
#footer.game159 .footer__top > p {
  margin-bottom: 10px;
}
@media screen and (max-width: 1280px) {
  #footer.game159 .footer__top > p {
    font-size: 12px;
  }
}
#footer.game159 .footer__bt {
  display: flex;
}
@media screen and (max-width: 1280px) {
  #footer.game159 .footer__bt {
    order: 1;
    margin: 0 0 30px;
  }
}
#footer.game159 .footer__bt > ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer.game159 .footer__bt > ul > li {
  list-style: none;
  margin-right: 10px;
}
#footer.game159 .footer__bt > ul > li > a {
  font-size: 16px;
  font-weight: 700;
  color: #989898;
}
@media screen and (max-width: 1280px) {
  #footer.game159 .footer__bt > ul > li > a {
    font-size: 12px;
  }
}
#footer.game159 .footer__bt > ul > li > a.red {
  color: red;
}
#footer.game159 .copy {
  font-size: 14px;
  color: #fff;
  margin-bottom: 14px;
}
@media screen and (max-width: 1280px) {
  #footer.game159 .copy {
    font-size: 12px;
  }
}
@media screen and (max-width: 1280px) {
  #footer.game159 .resu__ft {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
#footer.game159 .resu__ft > div {
  color: #717171;
  font-size: 14px;
  line-height: 1.3;
}

html body #onetrust-banner-sdk,
html body #onetrust-banner-sdk * {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, "Noto Sans", "Helvetica Neue", sans-serif !important;
  font-weight: 400 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-synthesis-weight: none;
}

html body #onetrust-banner-sdk #onetrust-accept-btn-handler,
html body #onetrust-banner-sdk #onetrust-reject-all-handler {
  font-weight: 600 !important;
}

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