/* Copyright inpleworks, Co. XET CSS v2.0.4 2024-08-02 for supported in all modern browsers By xetemplate(https://xetemplate.com) */
:root {
  --xet-theme-color: #E41618;
  --xet-theme-active-color: #E41618;
  --xet-theme-text-base-color: #606060;
  --xet-theme-text-strong-color: #191717;
  --xet-theme-body-bg-color: #f1f1f1;
  --xet-theme-content-bg-color: #f9f9f9;
  --xet-theme-border-color: #e4ebeb;
  --xet-theme-input-border-color: rgba(0, 0, 0, 0.2);
  --xet-theme-focus-border-color: rgba(0, 0, 0, 0.5);
  --xet-theme-disabled-bg-color: #F0F0F0;
  --xet-theme-disabled-color: #B1B1B1;
  --xet-theme-button-border-color: #c1c1c1;
  --xet-theme-header-bg-color: #fff;
  --xet-theme-footer-bg-color: #232225;
  --xet-theme-lnb-bg-color: #232225;
  --xet-theme-box-shadow: 0px 3px 10px rgba(0, 0, 0, .14);
  --xet-theme-box-shadow2: 0px 3px 10px rgba(0, 0, 0, .2);
  --xet-theme-dark-text-base-color: #ADB7BE;
  --xet-theme-dark-body-bg-color: #1e1f21;
  --xet-theme-dark-content-bg-color: #000000;
  --xet-theme-dark-bg-color: #2c2d30;
  --xet-theme-dark-text-strong-color: #fff;
  --xet-theme-dark-border-color: #272729;
  --xet-theme-dark-input-border-color: rgba(255, 255, 255, 0.2);
  --xet-theme-dark-focus-border-color: rgba(255, 255, 255, 0.5);
  --xet-theme-dark-disabled-bg-color: #3C3C3C;
  --xet-theme-dark-disabled-color: #515151;
  --xet-theme-dark-btn-border-color: #3C3C3C;
  --xet-theme-dark-header-bg-color: #0D0C0F;
  --xet-theme-radius-product: 1rem;
  --xet-theme-radius-btn: 1rem;
  --xet-theme-input-height: 3rem;
  --xet-theme-button-height: 3rem;
  --xet-theme-gap: 1rem;
  --xet-theme-gap2x: 2rem;
  --xet-theme-gap3x: 3rem;
  --xet-theme-gap4x: 4rem;
  --xet-theme-pd-fluid-2-4: clamp(2rem, 2.581vw + 1.484rem, 4rem);
  --xet-theme-pd-fluid-3-5: clamp(3rem, 2.3671rem + 2.7004vw, 5rem);
  --xet-theme-transition-all: all 200ms cubic-bezier(.8, 0, .33, 1);
}
html, body, table, th, td, button, input {
  font-size: 16px;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, "Noto Sans KR", Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}
.xet-layout {
  position: relative;
  min-height: 100dvh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.xet-layout a {
  color: inherit;
  transition: color 0.2s ease;
}
.xet-layout .xetemplate-message {
  margin-bottom: 16px;
  padding: 16px;
  border-radius: 8px;
  background-color: #f9f9f9;
  border: 1px solid var(--xet-theme-border-color, #ccc);
}
.xet-layout .xetemplate-message .message__header {
  text-align: center;
}
.xet-layout .xetemplate-message .message__header h1 {
  line-height: 1;
  margin: 0 0 1rem;
  font-size: 40px;
  font-weight: 700;
  color: var(--xet-theme-text-strong-color);
}
.xet-layout .xetemplate-message .message__header p {
  margin: 1rem 0;
  color: #f44336;
}
.xet-layout .xetemplate-message .message__body {
  margin-top: 16px;
}
.xet-layout .xetemplate-message .message__body p {
  margin: 0;
}
.xet-layout .xetemplate-message .message__body p + p {
  margin-top: 16px;
}
.xet-layout .xetemplate-message .message__footer {
  text-align: center;
}
.xet-layout .xetemplate-message .message__footer > a {
  text-decoration: none;
  font-size: 13px;
  color: var(--xet-theme-text-base-color, #707070);
}
.xet-layout .xetemplate-message .message__footer > a:hover, .xet-layout .xetemplate-message .message__footer > a:active, .xet-layout .xetemplate-message .message__footer > a:focus {
  text-decoration: underline;
}
.xet-layout .xet-warning {
  text-align: center;
  padding: 1rem;
  margin-bottom: 1rem;
  border-radius: 8px;
  border: 1px solid #FF0000;
  color: #FFFFFF;
}
.xet-layout .layout__page-top {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-block: 2rem;
  background-color: var(--xet-theme-dark-header-bg-color);
  color: var(--xet-theme-dark-text-strong-color);
}
.xet-layout .layout__page-top .browser-title {
  text-align: center;
  overflow: hidden;
}
.xet-layout .layout__lnb {
  height: 4rem;
  color: var(--xet-theme-dark-text-strong-color);
  background-color: var(--xet-theme-lnb-bg-color);
}
.xet-layout .layout__lnb #js-lnb-fixed.is-fixed {
  background-color: var(--xet-theme-lnb-bg-color);
  z-index: 98;
  position: fixed;
  top: var(--xet-theme-header_height);
  left: 0;
  right: 0;
}
.xet-layout .layout__body {
  flex: 1 0 auto;
  background-color: var(--xet-theme-content-bg-color);
}
.xet-layout .layout__body .browser-title {
  text-align: center;
  margin-bottom: max(2%, 1rem);
}
.xet-layout .layout__body .browser-title .title {
  color: var(--xet-theme-text-strong-color);
}
.xet-layout .layout__body .browser-title .title ~ div {
  margin-top: 1rem;
}
.xet-layout .layout__body .layout__body__inner {
  flex: 1 0 auto;
}
.xet-layout .layout__body .layout__body__inner .xet-content {
  padding: max(6%, 2rem) 0;
}
.xet-layout .layout__body .layout__body__inner .xet-page {
  overflow: hidden;
  padding: max(6%, 2rem) 0;
  color: var(--xet-theme-text-strong-color);
}
.xet-layout .layout__body .layout__body__inner .xet-page:nth-child(even) {
  background-color: var(--xet-theme-body-bg-color);
}
.xet-layout .layout__body .layout__body__inner .xet-page > section + section {
  margin-top: 2rem;
}
.xet-layout .layout__body .layout__body__inner .xet-page .page__title {
  text-align: center;
  margin-bottom: max(2%, 1rem);
}
.xet-layout .layout__body .layout__body__inner .xet-page .page__title .h2 {
  margin-bottom: 0.5rem;
  color: var(--xet-theme-text-strong-color);
}
.xet-layout .layout__body .layout__body__inner .xm .nav-tabs {
  display: none !important;
}
.xet-layout .layout__body .layout__body__inner .rhymix_content, .xet-layout .layout__body .layout__body__inner .xe_content {
  font-family: inherit;
  word-break: keep-all;
}
.xet-layout .xet-layout__footer {
  padding: max(6%, 2rem) 0;
  background-color: var(--xet-theme-footer-bg-color);
  color: var(--xet-theme-dark-text-base-color);
}
.xet-layout .xet-layout__footer .layout__footer-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.xet-layout .xet-layout__footer .layout__footer-container .title {
  margin-bottom: 0.5rem;
  color: var(--xet-theme-dark-text-strong-color);
}
.xet-layout .xet-layout__footer .layout__footer-container ul li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}
.xet-layout .xet-layout__footer .layout__footer-container ul li + li {
  margin-top: 8px;
}
.xet-layout .xet-layout__footer .layout__footer-container ul li > span.icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.xet-layout .xet-layout__footer .layout__footer-container ul li svg {
  width: 1rem;
}
.xet-layout .xet-layout__footer .layout__footer-container ul li a {
  display: flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
  cursor: pointer;
  color: inherit;
}
.xet-layout .xet-layout__footer .layout__footer-container ul li a:hover {
  color: var(--xet-theme-dark-text-strong-color);
}
.xet-layout .xet-layout__footer .layout__footer-container ul li em {
  flex-shrink: 0;
}
.xet-layout .xet-layout__footer .layout__footer-info {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid var(--xet-theme-dark-border-color);
  display: flex;
  flex-direction: column;
}
.xet-layout .xet-layout__footer .layout__footer-copyright {
  margin-top: 1rem;
}
.xet-layout.login-act .layout__body {
  display: flex;
  flex-direction: column;
}
.xet-layout.login-act .layout__body > .layout__body__inner {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 1024px) {
  html, body, table, th, td, button, input {
    font-size: 14px;
  }
  .xet-layout .layout__page-top {
    padding-block: 4rem;
  }
  .xet-layout .xet-layout__footer .layout__footer-container {
    flex-direction: row;
    gap: 2rem;
  }
  .xet-layout .xet-layout__footer .layout__footer-container > div {
    flex: 1;
  }
  .xet-layout .xet-layout__footer .layout__footer-container > div.about {
    flex: 2;
  }
  .xet-layout .xet-layout__footer .layout__footer-container .title {
    margin-bottom: 1rem;
  }
  .xet-layout .xet-layout__footer .layout__footer-info {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .xet-layout .xet-layout__footer .layout__footer-info span {
    flex: auto;
    margin-right: 1rem;
  }
}
@media (min-width: 1280px) {
  .xet-layout .layout__page-top {
    padding-block: 6rem;
  }
}
/*# sourceMappingURL=ccc7fac6939b4b6f5e8ba9b0064252aa45997e1b.layout.scss.map */
