/*
 * Copyright inpleworks, Co.
 * layout.css
*/
/* XET CSS v2.0.9 2025-11-05 for supported in all modern browsers By xetemplate(https://xetemplate.com) */
:root {
  --xet-theme-color: #58c4a7;
  --xet-theme-header-bg-color: #fff;
  --xet-theme-header-top-bg-color: #1b1b1b;
  --xet-theme-footer-bg-color: #1b1b1e;
  --xet-theme-border-color: #d6dee0;
  --xet-theme-body-bg-color: #ffffff;
  --xet-theme-content-bg-color: #f9f9f9;
  --xet-theme-dark-header-bg-color: #1b1b1e;
  --xet-theme-dark-body-bg-color: #000000;
  --xet-theme-dark-content-bg-color: #151515;
  --xet-theme-dark-border-color: rgba(255, 255, 255, 0.1);
  --xet-theme-dark-text-strong-color: #EFF2F7;
  --xet-theme-box-shadow: 0px 0.5rem 1rem rgba(0, 0, 0, .08);
  --xet-theme-transition-all: all 0.25s ease-out;
  --xet-theme-button-height: 3rem;
}
html, body, table, th, td, button, select, input, textarea {
  font-size: 16px;
  font-family: "Lato", "Noto Sans KR" -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}
.xet-layout {
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
  overflow: hidden;
  color: var(--xet-theme-text-base-color);
}
.xet-layout .theme-color {
  color: var(--xet-theme-color) !important;
}
.xet-layout .xet-btn {
  border-radius: 2rem;
}
.xet-layout .xet-btn.btn-outline:hover {
  color: #fff !important;
  background-color: var(--xet-theme-color) !important;
  border-color: var(--xet-theme-color) !important;
}
.xet-layout .layout-body {
  flex: 1 0 auto;
  background-color: #fff;
}
.xet-layout .layout-body .layout-body__page-title {
  display: flex;
  align-items: center;
  height: 160px;
  background-color: var(--xet-theme-color);
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.xet-layout .layout-body .layout-body__page-title .page-title__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.xet-layout .layout-body .layout-body__page-title .page-title__inner a {
  color: inherit;
}
.xet-layout .layout-body .layout-body__content-wrp {
  padding: 2rem 0;
}
.xet-layout .layout-body .layout-body__content-wrp .layout-body__content__inner .layout-body__content .layout__lnb-v__title {
  display: none;
  font-size: 1.25rem;
  font-weight: 700;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  color: var(--xet-theme-text-strong-color);
  border-bottom: 1px solid var(--xet-theme-text-strong-color);
}
@media (min-width: 992px) {
  .xet-layout .layout-body .layout-body__page-title {
    height: 220px;
  }
  .xet-layout .layout-body .layout-body__content-wrp {
    padding: 3rem 0;
  }
  .xet-layout .layout-body .layout-body__content-wrp .layout-body__content__inner .layout-body__content {
    overflow: hidden;
  }
  .xet-layout .layout-body .layout-body__content-wrp .layout-body__content__inner .layout-body__content .layout__lnb-v__title {
    display: flex;
    align-items: center;
    height: 4rem;
  }
}
/*# sourceMappingURL=ebfd8945e215f24aeca5f026446206a18b80babf.layout.scss.map */
