/* Igniris main shared chrome.
 * The selectors are scoped to the new main page so existing screens keep hhm.css behavior.
 */
@font-face {
  font-family: "Apple SD Gothic Neo";
  src: local("AppleSDGothicNeoL00"), local("Apple SD Gothic Neo Light"),
    url("../../webflow/fonts/AppleSDGothicNeo-Light.woff2") format("woff2");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Apple SD Gothic Neo";
  src: local("AppleSDGothicNeoR00"), local("Apple SD Gothic Neo Regular"),
    url("../../webflow/fonts/AppleSDGothicNeo-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Apple SD Gothic Neo";
  src: local("AppleSDGothicNeoM00"), local("Apple SD Gothic Neo Medium"),
    url("../../webflow/fonts/AppleSDGothicNeo-Medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Apple SD Gothic Neo";
  src: local("AppleSDGothicNeoH00"), local("Apple SD Gothic Neo Heavy"),
    url("../../webflow/fonts/AppleSDGothicNeo-Black.woff2") format("woff2");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}

@font-face {
  font-family: "AppleSDGothicNeoL00";
  src: url("../../webflow/fonts/AppleSDGothicNeo-Light.woff2") format("woff2");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Apple SD Gothic Neo";
  src: local("AppleSDGothicNeoB00"), local("Apple SD Gothic Neo Bold"),
    url("../../webflow/fonts/AppleSDGothicNeo-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Apple SD Gothic Neo";
  src: local("AppleSDGothicNeoEB00"), local("Apple SD Gothic Neo ExtraBold"),
    url("../../webflow/fonts/AppleSDGothicNeo-ExtraBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: "AppleSDGothicNeoR00";
  src: url("../../webflow/fonts/AppleSDGothicNeo-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "AppleSDGothicNeoM00";
  src: url("../../webflow/fonts/AppleSDGothicNeo-Medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "AppleSDGothicNeoB00";
  src: url("../../webflow/fonts/AppleSDGothicNeo-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "AppleSDGothicNeoEB00";
  src: url("../../webflow/fonts/AppleSDGothicNeo-ExtraBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: "AppleSDGothicNeoH00";
  src: url("../../webflow/fonts/AppleSDGothicNeo-Black.woff2") format("woff2");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}

.font-apple-sd-gothic-neo {
  font-family: "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
}

/* .igniris-mobile-logo {
  display: none;
} */
/* 
.igniris-main-page .main_top {
  position: relative;
  z-index: 20;
  display: flex;
  width: 100%;
  min-width: 0;
  height: 64px;
  min-height: 64px;
  background: #020307;
  border-bottom: 1px solid rgba(118, 123, 201, .28);
}

.igniris-main-page .main_top .topblock {
  display: flex;
  align-items: center;
  width: min(100%, 1280px);
  min-width: 0;
  height: 64px;
  margin: 0 auto;
  padding: 0 24px;
  border: 0;
  background: transparent;
  box-sizing: border-box;
}

.igniris-main-page .main_top .logoblock {
  display: flex;
  flex: 0 0 110px;
  align-items: center;
  justify-content: flex-start;
  width: 110px;
  min-width: 110px;
  height: 30px;
}

.igniris-main-page .main_top .logoblock .logo {
  display: block;
  width: 92px;
  height: auto;
  object-fit: contain;
}*/

.igniris-main-page .igniris-mobile-logo {
  display: none;
}

.igniris-main-page .igniris-default-mobile-logo {
  display: block;
} 
/* 
.igniris-main-page .main_top .menu-wrap {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: flex-end;
  width: auto;
  min-width: 0;
  height: 100%;
}

.igniris-main-page .main_top .top-menu-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  width: auto;
  height: 100%;
}

.igniris-main-page .main_top .top_menubtnlist {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
  height: 100%;
  margin: 0;
}

.igniris-main-page .main_top .topmenubtn {
  height: 100%;
  min-width: auto;
  padding: 0 9px;
  background-size: 5px auto;
  background-position: center 80%;
  font-family: Arial, sans-serif;
  font-size: 10px;
}

.igniris-main-page .main_top .topmenubtn.not-arrow {
  background-image: none;
}

.igniris-main-page .main_top .mo-btn-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0;
  color: rgba(240, 242, 255, .82);
  background-image: none;
  font-size: 10px;
  white-space: nowrap;
}

.igniris-main-page .main_top .mo-btn-flex:hover,
.igniris-main-page .main_top .mo-btn-flex.on {
  color: #fff;
}

.igniris-main-page .main_top .top_leftblock {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: flex-end;
  width: auto;
  min-width: 0;
  height: 100%;
  margin-left: 8px;
} */

/* .igniris-main-page .main_top .login-flex-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: auto;
} */

/* .igniris-main-page .main_top .loginbtn,
.igniris-main-page .main_top .registbtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 38px;
  height: 26px;
  padding: 0 9px;
  border-radius: 3px;
  font-size: 10px;
  line-height: 1;
}

.igniris-main-page .main_top .registbtn {
  min-width: 48px;
  background: linear-gradient(135deg, #7040e8, #9862ff);
  color: #fff;
} */
/* 
.igniris-main-page .main_top .qr-code-frame {
  margin: 0 5px;
}

.igniris-main-page .main_top .qr-code {
  width: 18px;
  height: 18px;
  background-size: 13px auto;
  filter: invert(1);
}

.igniris-main-page .main_top .lang-box {
  min-width: 0;
  height: 100%;
  padding: 0 5px;
  gap: 4px;
}

.igniris-main-page .main_top .lang-link {
  display: flex;
  align-items: center;
}

.igniris-main-page .main_top .lang-box .my-info-img {
  width: 13px;
  height: 13px;
}

.igniris-main-page .main_top .lang-txt {
  color: rgba(240, 242, 255, .74);
  font-family: Arial, sans-serif;
  font-size: 9px;
  white-space: nowrap;
}

.igniris-main-page .main_top .topbtn_drop.lang {
  top: 55px;
  right: 0;
  left: auto;
  min-width: 118px;
  background: #0b0d24;
  border: 1px solid rgba(145, 125, 255, .28);
}

.igniris-main-page .main_top .topbtn_drop.lang .top-wrap-btn {
  height: 34px;
  margin: 0;
  font-size: 10px;
} */

/* .igniris-main-page .main_top .display_setting.mobile {
  margin-left: 5px;
  transform: scale(.74);
  transform-origin: center right;
} */
/* 
.igniris-main-page .main_top .topbtn_drop:not(.lang) {
  top: 58px;
  background: #0b0d24;
  border: 1px solid rgba(145, 125, 255, .28);
}

.igniris-main-page .bottom.mob_ci {
  display: flex;
  width: 100%;
  min-width: 0;
  background: #020708;
}

.igniris-main-page .bottom.mob_ci .footer {
  width: 100%;
  min-width: 0;
  padding: 0 24px 54px;
  background: #020708;
  color: #fff;
}

.igniris-main-page .bottom.mob_ci .footer_block-2 {
  width: min(100%, 1240px);
  margin: 0 auto;
  padding: 42px 0 48px;
  border-top: 1px solid rgba(132, 136, 190, .24);
  border-bottom: 1px solid rgba(132, 136, 190, .24);
}

.igniris-main-page .bottom.mob_ci .f_wrap {
  width: 100%;
  max-width: none;
  gap: 38px;
}

.igniris-main-page .bottom.mob_ci .footer_logo_box {
  display: flex;
  align-items: center;
  min-height: 30px;
}

.igniris-main-page .bottom.mob_ci .footer_logo_box img {
  display: block;
  width: 112px;
  height: auto;
  object-fit: contain;
}

.igniris-main-page .bottom.mob_ci .footerlist_warp {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 24px;
  width: 100%;
}

.igniris-main-page .bottom.mob_ci .footerlist_block {
  display: flex;
  align-items: flex-start;
  min-width: 0;
  margin: 0;
  gap: 7px;
}

.igniris-main-page .bottom.mob_ci .footerlist_title {
  margin: 0 0 9px;
  color: rgba(255, 255, 255, .94);
  font-family: Arial, sans-serif;
  font-size: 11px;
  line-height: 1.3;
}

.igniris-main-page .bottom.mob_ci .footerlist {
  width: auto;
  color: rgba(210, 214, 239, .5);
  font-family: Arial, sans-serif;
  font-size: 9px;
  line-height: 1.7;
}

.igniris-main-page .bottom.mob_ci .footerlist:hover {
  color: #fff;
}

.igniris-main-page .bottom.mob_ci .footerlist_block_app .qr_box {
  display: flex;
  align-items: flex-start;
  gap: 7px;
}

.igniris-main-page .bottom.mob_ci .footerlist_block_app .qr_box img {
  width: 62px;
  height: 62px;
  object-fit: cover;
}

.igniris-main-page .bottom.mob_ci .footerlist_block_app .qr_text {
  color: rgba(210, 214, 239, .5);
  font-size: 8px;
  white-space: nowrap;
} */

@media screen and (max-width: 1000px) {
  /* .igniris-main-page .main_top .topmenubtn {
    padding: 0 5px;
  }

  .igniris-main-page .main_top .topmenubtn,
  .igniris-main-page .main_top .mo-btn-flex,
  .igniris-main-page .main_top .lang-txt {
    font-size: 8px;
  }

  .igniris-main-page .bottom.mob_ci .footerlist_warp {
    gap: 15px;
  } */
}

@media screen and (max-width: 767px) {
  .igniris-main-page .main_top {
    /* position: fixed;
    top: 0;
    left: 0;
    overflow: visible;
    height: 64px;
    min-height: 64px;
    background: #02031D; */
    /* border-bottom-color: rgba(98, 92, 190, .3); */
  }
/* 
  .igniris-main-page .main_top .new_main_topblock {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 60px;
    padding: 0 16px;
  } */
/* 
  .igniris-main-page .main_top .new_main_topblock .top_left_logo_box img {
    width: 90px;
  }
 */
  .igniris-main-page .igniris-mobile-logo {
    display: block !important;
    width: 142px !important;
    height: auto;
  }

  .igniris-main-page .igniris-default-mobile-logo {
    display: none !important;
  }

  .igniris-main-page .main_top .topblock {
    position: absolute;
    top: 60px;
    left: 0;
    display: block;
    /* display: none; */
    width: 100%;
    /* height: 60px;
    min-height: 70px; */
    min-height: 0px;
    height: 0px;
    padding: 0 24px;
    overflow: visible;
    background: #000;
    /* border-bottom: 1px solid rgba(98, 92, 190, .22); */
  }
  .darkmode .main_top{
    background: #000;
  }
  .igniris-main-page .main_top .topblock.isLogin {
    height: 60px;
    min-height: 60px;

  }
  .igniris-main-page .main_top .topblock .logoblock {
    display: none;
  }
  .igniris-main-page .main_top .topblock .menu-wrap {
    /* display: none; */
  }

  .igniris-main-page .main_top .top_mo_content {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    height: 100%;
  }
.main_top .top-txt{
  display:none;
}
  /* .igniris-main-page .main_top .top_mo_content .profile_box {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #fff;
  }

  .igniris-main-page .main_top .top_mo_content .profile_img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }



  .igniris-main-page .main_top .top_mo_content .profile_bold_text {
    margin: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
  }

  .igniris-main-page .main_top .top_mo_content .logout_box {
    margin-left: auto;
  }

  .igniris-main-page .main_top .top_mo_content .logout_btn {
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: 400;
  }

  .igniris-main-page .main_top .top_right {
    display: flex;
    align-items: center;
  }

  .igniris-main-page .main_top .new_main_topblock .lang-box {
    height: 40px;
    padding: 0;
  }

  .igniris-main-page .main_top .new_main_topblock .lang-txt {
    display: none;
  }

  .igniris-main-page .main_top .new_main_topblock .lang-link .my-info-img {
    width: 19px;
    height: 19px;
    filter: brightness(1.7);
  } */

  /* .igniris-main-page .main_top .new_main_topblock .display_setting.mobile {
    display: flex;
    width: 68px;
    height: 28px;
    margin-left: 8px;
    padding: 2px;
    border-radius: 18px;
    background: #3c3d4b;
    transform: none;
  } */

  /* .igniris-main-page .main_top .new_main_topblock .display_sun_warp {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 24px;
    border-radius: 50%;
    color: #8e8e98;
    font-family: Arial, sans-serif;
    font-size: 9px;
    font-weight: 700;
  }

  .igniris-main-page .main_top .new_main_topblock .display_sun_warp.off {
    display: flex;
    background: #be59e5;
    color: #fff;
  }

  .igniris-main-page .main_top .new_main_topblock .display_sun_warp img {
    width: 18px;
    height: 18px;
    margin-right: 2px;
  } */

  .igniris-main-page .main_top .new_main_topblock .hamberger-menu {
    /* display: none; */
  }
  .main_top{
    height:60px;
  }
  .main_top.isLogin{
    height:120px;
  }
  .main_top .new_main_topblock{height:60px;}
  .igniris-main-page .main_top .top_mo_content .profile_text {
    color: rgba(255, 255, 255, 1);
  }

  .igniris-main-page .main_top .top_mo_content .logout_btn {
    color: #fff;
  }

  .top_assets_box {
    position: relative;
    margin: 0 2%;
    height: 100%;
    display: flex;
    align-items: center;
    color: #fff;
  }
  .top_assets_box .top_assets_pop {
    display: none;
    position: absolute;
    width: 300px;
    background: #fff;
    box-shadow: 0 4px 20px #d1d1d1;
    top: calc(100% + 14px);
    right: 0;
    z-index: 999;
    flex-direction: column;
    border-radius: 25px;
    background-color: #ffffff;
    padding: 24px;
    gap: 12px;
  }
  .top_assets_box.on .top_assets_pop.top_assets_pop_mousearea {
    display: flex;
    top: 100%;
    opacity: 0;
  }
  .top_assets_box.on .top_assets_pop {
    display: flex;
    transform: none;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100vw;
  }
  .top_assets_box.on::after {
    content: "";
    position: absolute;
    border-bottom: 7px solid #713FF5;
    width: 100%;
    height: 0;
    top: 100%;
  }
  .top_assets_total_box {
    display: flex;
    flex-direction: column;
    gap: 12px;
    background-color: #ededed;
    border-radius: 14px;
    padding: 20px;
  }
  .top_assets_total_title {
    display: flex;
    gap: 4px;
    align-items: center;
    font-size: 1.4rem;
    color: #4d4d4d;
  }
  .top_assets_total_value {
    color: #484848;
    font-size: 2rem;
    font-weight: bold;
  }
  .top_assets_total_dollar {
    font-size: 1.3rem;
    color: #555555;
  }
  .top_assets_text {
    color: #5d5d5d;
    font-size: 1rem;
  }
  .top_assets_button_box {
    display: flex;
    justify-content: space-around;
    color: #000;
    margin-bottom: 6px;
  }
  .top_deposit_btn {
    background-color: #713FF5;
    border-radius: 99px;
    padding: 8px 28px;
  }
  .top_widthdraw_btn {
    background-color: #d9d9d9;
    border-radius: 99px;
    padding: 8px 28px;
  }
  .top_assets_account_box {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .top_assets_account_item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #000;
  }
  .darkmode .top_assets_pop {
    background-color: #191919;
  }
  .darkmode .top_assets_total_box {
    background-color: #303030;
  }
  .darkmode .top_widthdraw_btn {
    background-color: #787878;
  }
  .darkmode .top_assets_account_item {
    color: #fff;
  }
  .darkmode .top_assets_box .top_assets_pop {
    box-shadow: none;
  }
  .darkmode .top_assets_total_title {
    color: #b1b1b1;
  }
  .darkmode .top_assets_total_value {
    color: #fff;
  }
  .darkmode .top_assets_total_dollar {
    color: #555555;
  }



  .main_root .bottom.mob_ci {
    display: flex;
    padding-bottom: 74px;
    background: #020708;
  }

  .bottom.mob_ci .footer {
    display: block;
    padding: 0 12px 92px;
    background: #020708;
  }

  .bottom.mob_ci .footer_block-2 {
    width: 100%;
    padding: 24px 0 26px;
    border-top: 1px solid rgba(123, 126, 170, .2);
    border-bottom: 0;
  }

  .bottom.mob_ci .f_wrap {
    gap: 22px;
  }

  .bottom.mob_ci .footer_logo_box {
    width: 108px;
  }

  .bottom.mob_ci .footer_logo_box img {
    width: 108px;
  }

  .bottom.mob_ci .footerlist_warp {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .bottom.mob_ci .footerlist_block {
    display: block;
    width: 100%;
    height: 31px;
    min-height: 31px;
    overflow: hidden;
    border-bottom: 1px solid rgba(123, 126, 170, .16);
    transition: height .2s ease;
  }

  .bottom.mob_ci .footerlist_block.on {
    height: 168px;
  }

  .bottom.mob_ci .footerlist_block_app {
    display: none;
  }

  .bottom.mob_ci .footerlist_title {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 31px;
    margin: 0;
    color: rgba(255, 255, 255, .86);
    font-size: 13px;
    font-weight: 400;
  }

  .bottom.mob_ci .footerlist_title::after {
    position: absolute;
    top: 50%;
    right: 4px;
    color: rgba(255, 255, 255, .68);
    content: ">";
    font-size: 18px;
    transform: translateY(-50%);
  }

  .bottom.mob_ci .footerlist_block.on .footerlist_title::after {
    transform: translateY(-50%) rotate(90deg);
  }

  .bottom.mob_ci .footerlist {
    padding: 3px 0;
    color: rgba(205, 208, 233, .55);
    font-size: 10px;
    line-height: 1.8;
  }

  .all_footer {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 60;
    display: flex !important;
    width: 100%;
    height: 74px;
    background: #303030;
    box-shadow: 0 -5px 18px rgba(0, 0, 0, .2);
  }

  .all_footer .mobile-menu {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: center;
    width: 100%;
    height: 74px;
    padding: 7px 9px 4px;
    background: transparent;
  }

  .all_footer .mobile-menu-btn-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    height: 60px;
    border-radius: 17px;
    color: #858589;
    font-size: 10px;
    line-height: 1;
  }

  .all_footer .mobile-menu-btn-wrap.on {
    color: #fff;
  }
  .whitemode.all_footer .mobile-menu-btn-wrap.on {
    color: #858589;
  }
  .all_footer .mo-menu-icon {
    width: 25px;
    height: 25px;
  }

  .all_footer .mo-menu-icon.on {
    width: 64px !important;
    height: 32px !important;
    border-radius: 99px;
    background: #5d5dff;
  }

  .all_footer .on .mo-menu-icon-bg{
    /* width: 16px; */
    /* height: 16px; */
    /* background-size: 15px; */
  }


}

 @font-face {
    font-family: "Igniris Noto";
    src: url("${pageContext.request.contextPath}/webflow/fonts/NotoSansKR-ExtraLight.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: "Igniris Inter";
    src: url("${pageContext.request.contextPath}/webflow/fonts/Inter-VariableFont_opszwght.ttf") format("truetype");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
  }

  .kx-font-apple-eb {
    font-family: "AppleSDGothicNeoEB00", "Apple SD Gothic Neo", sans-serif !important;
    font-weight: 800 !important;
  }

  .kx-font-apple-b {
    font-family: "AppleSDGothicNeoB00", "Apple SD Gothic Neo", sans-serif !important;
    font-weight: 700 !important;
  }

  .kx-font-apple-m {
    font-family: "AppleSDGothicNeoM00", "Apple SD Gothic Neo", sans-serif !important;
    font-weight: 500 !important;
  }

  .kx-font-apple-h {
    font-family: "AppleSDGothicNeoH00", "Apple SD Gothic Neo", sans-serif !important;
    font-weight: 900 !important;
  }

  .kx-font-apple-l {
    font-family: "AppleSDGothicNeoL00", "Apple SD Gothic Neo", sans-serif !important;
    font-weight: 300 !important;
  }

  .kx-font-orbitron {
    font-family: "Orbitron", sans-serif !important;
  }