:root {
  --header-height: calc(var(--header-top-height) + var(--header-bottom-height));
  --header-height1: calc(var(--header-top-height1) + var(--header-bottom-height));
  --header-top-height: 4.5rem;
  --header-top-height1: 10rem;
  --header-bottom-height: 0;
  --header-background: var(--color-card-background);
}
@media (max-width: 1024px) {
  :root {
    --header-top-height: 58px;
  }
}
.color_scheme_dark {
  --header-background: var(--color-card-background);
}
.app-header-space {
  position: relative;
}
.app-header {
  position: relative;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: var(--header-height);
  background-color: var(--header-background);
}
.color_scheme_dark .app-header {
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 10px, rgba(0, 0, 0, 0.2) 0 1px 1px;
}
.app-header1 {
  position: relative;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: var(--header-height1);
  background-color: var(--header-background);
  transition: top 0.8s ease-in-out;
}
.color_scheme_dark .app-header1 {
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 10px, rgba(0, 0, 0, 0.2) 0 1px 1px;
}
.app-header2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: var(--header-height1);
  transition: top 0.8s ease-in-out;
}
.color_scheme_dark .app-header2 {
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 10px, rgba(0, 0, 0, 0.2) 0 1px 1px;
}
.app-header__main {
  height: var(--header-top-height);
}
.app-header1__main {
  height: var(--header-top-height1);
}
.app-header2__main {
  height: var(--header-top-height);
}
.app-header__sub {
  height: var(--header-bottom-height);
  border-top: 1px solid var(--color-gray-300);
  border-bottom: 1px solid var(--color-gray-200);
}
.color_scheme_dark .app-header__sub {
  border-top-color: var(--color-gray-050);
}
.app-header-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  max-width: var(--base-container);
  padding-left: var(--base-padding);
  padding-right: var(--base-padding);
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1024px) {
  .app-header-container {
    max-width: calc(100% - var(--side-nav-width));
  }
}
@media (max-width: 1024px) {
  .app-header-container {
    max-width: 100%;
    padding-left: 1.25rem;
    padding-right: 0.5rem;
  }
}
.app-header-container .app-header__left, .app-header-container .app-header__right, .app-header-container .app-header__center {
  display: flex;
  align-items: center;
}
.app-header-container .app-header__left, .app-header-container .app-header__right {
  width: 250px;
}
.app-header-container .app-header__right {
  justify-content: flex-end;
}
.app-header-container .app-header__center {
  flex: 1;
  justify-content: left;
}
.app-header-container-width-full {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: var(--base-padding-top);
  padding-right: var(--base-padding-top);
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1024px) {
  .app-header-container-width-full {
    max-width: calc(100% - var(--side-nav-width));
  }
}
@media (max-width: 1024px) {
  .app-header-container-width-full {
    max-width: 100%;
    padding-left: 1.25rem;
    padding-right: 0.5rem;
  }
}
.app-header-container-width-full .app-header__left, .app-header-container-width-full .app-header__right, .app-header-container-width-full .app-header__center {
  display: flex;
  align-items: center;
}
.app-header-container-width-full .app-header__left, .app-header-container-width-full .app-header__right {
  width: 250px;
}
.app-header-container-width-full .app-header__right {
  justify-content: flex-end;
}
.app-header-container-width-full .app-header__center {
  flex: 1;
  justify-content: center;
}
.app-header-item {
  margin-right: 1rem;
}
.app-header-item.app-icon-button:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.app-header-logo {
  padding: 0;
  margin: 0 2rem 0 0;
  color: var(--color-gray-700);
  font-size: 1.25rem;
  font-weight: 500;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .app-header-logo {
    font-size: 1.25rem;
  }
}
.app-header-logo > img {
  display: block;
  width: auto;
  height: 2.5rem;
}
@media (max-width: 1024px) {
  .app-header-logo > img {
    height: 1.75rem;
  }
}
.app-header-logo > ion-icon {
  color: var(--color-black);
  font-size: 5rem;
  height: 2rem;
}
.app-header-login-link {
  color: var(--color-gray-600);
  font-size: 0.875rem;
  font-weight: 500;
  margin-right: 1.25rem;
}
.app-header-login-link i {
  font-size: 1rem;
  margin-right: 0.25rem;
}
.app-header-login-link:hover {
  color: var(--color-gray-700);
}
.app-header-item__badge {
  position: absolute;
  top: 0;
  left: 1.5em;
  padding: 2px 4px 1px;
  color: var(--color-text-primary);
  line-height: 1;
  font-size: 0.75rem;
  background-color: var(--color-danger);
  border-radius: 99999px;
}
.app-header-profile {
  margin-left: 0.5rem;
}
.app-color-scheme-toggle__icon-dark, .app-color-scheme-toggle__icon-light {
  pointer-events: none;
}
.app-color-scheme-toggle__icon-dark {
  display: none;
}
.app-color-scheme-toggle__icon-light {
  display: inline-flex;
}
.app-color-scheme-toggle--dark .app-color-scheme-toggle__icon-dark {
  display: inline-flex;
}
.app-color-scheme-toggle--dark .app-color-scheme-toggle__icon-light {
  display: none;
}
/* eoshub */
.eh_login_box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 134px;
  margin-bottom: 1.4rem;
  border-radius: 5px;
}
.eh_login_box .top {
  position: relative;
  display: block;
  width: 80%;
  height: 33.3%;
  color: var(--color-gray-600);
  font-size: 0.7rem;
  margin: 0 auto;
  padding-top: 22px;
  text-align: left;
}
.eh_login_box .center {
  position: relative;
  display: block;
  width: 80%;
  height: 33.3%;
  color: var(--color-white);
  font-size: 0.9rem;
  margin: 0 auto;
  padding-top: 11px;
  text-align: center;
  background-color: var(--color-primary);
}
.eh_login_box .btm {
  position: relative;
  display: block;
  width: 80%;
  height: 33.3%;
  color: var(--color-gray-600);
  font-size: 0.8rem;
  margin: 0 auto;
  padding-top: 7px;
  text-align: left;
}
.eh_login_box_pro {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: left;
  width: 100%;
  height: 134px;
  margin-bottom: 1.4rem;
  border-radius: 5px;
}
.eh_login_box_pro .img {
  position: absolute;
  top: 1rem;
  left: 1rem;
}
.eh_login_box_pro .nick {
  position: absolute;
  top: 1.5rem;
  left: 5rem;
  font-weight: 600;
}
.eh_login_box_pro .noty {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.eh_login_box_pro_top {
  position: relative;
  display: block;
  width: 100%;
  height: 95px;
}
.eh_login_box_pro_bottom {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 39px;
  font-size: 0.9rem;
  font-weight: 500;
  border-top: 1px solid var(--color-gray-300);
}
.eh_login_box_pro_bottom .left {
  width: 50%;
  height: 39px;
  padding-top: 9px;
  border-right: 1px solid var(--color-gray-300);
  text-align: center;
}
.eh_login_box_pro_bottom .left > ion-icon {
  font-size: 1.2rem;
}
.eh_login_box_pro_bottom .right {
  width: 50%;
  height: 39px;
  padding-top: 9px;
  text-align: center;
}
.eh_login_box_pro_bottom .right > ion-icon {
  font-size: 1.2rem;
}
.eh_logo_subtext {
  position: relative;
  display: block;
  left: -26px;
  font-size: 1.3rem;
  font-weight: 900;
}
/* header scroll */
.app-header__sub_menu {
  display: flex;
  justify-content: space-evenly;
  background-color: var(--header-background);
  box-shadow: rgba(0, 0, 0, 0.07) 0 1px 3px, rgba(0, 0, 0, 0.05) 0 0 1px;
  transition: top 0.8s ease-in-out;
  width: 100%;
}
.app-header__sub_fixed {
  position: fixed;
  top: 0px;
}
/*# sourceMappingURL=31a07f84e353acb804f4fef982e3858e4852ae36.header.scss.map */
