/*
 * 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: #102169;
  --xet-theme-border-color: #d9d9d9;
  --xet-theme-body-bg-color: #eeeeee;
  --xet-theme-content-bg-color: #ffffff;
  --xet-theme-button-border-color: #d9d9d9;
  --xet-theme-dark-body-bg-color: #090a0b;
  --xet-theme-dark-content-bg-color: #19191c;
  --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, .1);
  --xet-theme-transition-all: all 0.2s ease;
  --xet-theme-button-height: 3rem;
  --xet-theme-grid-gap-xs: 16px;
  --xet-theme-grid-gap: 24px;
  --xet-theme-grid-gap-xl: 32px;
  --xet-theme-grid-gap-xxl: 40px;
}

html,
body,
table,
th,
td,
button,
select,
input,
textarea {
  font-size: 16px;
  font-family: "SUIT", -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;
}

svg {
  width: 1rem;
  fill: var(--xet-theme-text-strong-color);
  transition: var(--xet-theme-transition-all);
}

body {
  background-color: #fff;
}

.xet-layout {
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
  padding-bottom: 4rem;
  overflow: hidden;
  color: var(--xet-theme-text-strong-color);
}
.xet-layout [class*=xet-container] {
  padding: 0 1rem;
  max-width: 1700px;
}
.xet-layout.page .xe_content,
.xet-layout.page .rhymix_content {
  font-size: 1rem;
}
.xet-layout .theme-color {
  color: var(--xet-theme-color) !important;
}
.xet-layout .xet-btn {
  z-index: 2;
  gap: 4px;
  min-width: var(--xet-theme-button-height);
  border-radius: var(--xet-theme-button-height);
  background-color: #fff;
  color: var(--xet-theme-text-strong-color);
}
.xet-layout .xet-btn > i + span {
  margin-left: 2px;
}
.xet-layout .xet-btn.btn-outline {
  border-color: var(--xet-theme-button-border-color);
}
.xet-layout .xet-btn.btn-outline:hover {
  border-color: var(--xet-theme-color) !important;
  color: var(--xet-theme-color) !important;
}
.xet-layout .xet-btn.btn-outline:hover svg {
  fill: var(--xet-theme-color);
}
.xet-layout .xet-btn.btn-primary-theme {
  background-color: var(--xet-theme-color) !important;
  color: #fff !important;
}
.xet-layout .xet-btn.btn-submit {
  background-color: var(--xet-theme-color) !important;
  color: #fff !important;
}
.xet-layout a {
  color: inherit;
  transition: var(--xet-theme-transition-all);
}
.xet-layout a svg {
  fill: var(--xet-theme-text-strong-color);
}
.xet-layout .layout-sub-top {
  position: relative;
  padding-top: 10rem;
  text-align: center;
}
.xet-layout .layout-sub-top::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.45);
}
.xet-layout .layout-sub-top > div {
  position: relative;
  z-index: 3;
}
.xet-layout .layout-sub-top .layout-sub-top__container {
  color: var(--xet-theme-dark-text-strong-color);
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.16);
}
.xet-layout .layout-sub-top .layout-sub-top__container .browser-title {
  position: relative;
  padding-bottom: 4rem;
}
.xet-layout .layout-sub-top .layout-sub-top__container .browser-title::after {
  content: "";
  position: absolute;
  top: 48px;
  left: 50%;
  bottom: 0;
  width: 1px;
  background-color: #fff;
}
.xet-layout .layout-sub-lnb {
  display: none;
  padding: 2rem 0;
}
.xet-layout .layout-sub-lnb .layout-sub-lnb__container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
}
.xet-layout .layout-sub-lnb .layout-sub-lnb__container a {
  padding: 1rem 0;
  font-size: 1.125rem;
  border-bottom: 1px solid transparent;
  color: var(--xet-theme-text-base-color);
}
.xet-layout .layout-sub-lnb .layout-sub-lnb__container a.is-active, .xet-layout .layout-sub-lnb .layout-sub-lnb__container a:hover {
  color: var(--xet-theme-text-strong-color) !important;
  border-color: var(--xet-theme-text-strong-color);
}
.xet-layout .layout-content {
  flex-grow: 1;
  overflow: hidden;
  background-color: var(--xet-theme-content-bg-color);
}
.xet-layout .layout-content .lnb {
  display: none;
  background-color: #fafafa;
  border-bottom: 1px solid var(--xet-theme-border-color);
}
.xet-layout .layout-content .lnb .__container {
  display: flex;
  justify-content: flex-end;
}
.xet-layout .layout-content .lnb .__container > ul {
  display: flex;
}
.xet-layout .layout-content .lnb .__container > ul > li {
  position: relative;
  display: flex;
  align-items: center;
  height: 4rem;
}
.xet-layout .layout-content .lnb .__container > ul > li:not(:last-child) {
  margin-right: 3rem;
}
.xet-layout .layout-content .lnb .__container > ul > li:not(:last-child)::after {
  position: absolute;
  top: 50%;
  left: calc(100% + .5rem);
  width: 1px;
  height: 15px;
  content: "";
  transform: translateY(-50%);
  background-color: #a6a8ab;
  margin: 0 1.2rem;
}
.xet-layout .layout-content .lnb .__container > ul > li > label {
  display: flex;
  align-items: center;
  height: 100%;
  cursor: pointer;
}
.xet-layout .layout-content .lnb .__container > ul > li > ul {
  z-index: 88;
  position: absolute;
  top: 100%;
  right: -50%;
  opacity: 0;
  visibility: hidden;
  gap: 0.5rem;
  padding: 1rem;
  min-width: 10rem;
  border: 1px solid var(--xet-theme-border-color);
  background-color: #fff;
  transition: var(--xet-theme-transition-all);
}
.xet-layout .layout-content .lnb .__container > ul > li > ul > li > a {
  display: block;
  padding: 0.5rem;
}
.xet-layout .layout-content .lnb .__container > ul > li > ul > li > a:hover, .xet-layout .layout-content .lnb .__container > ul > li > ul > li > a.is-active {
  color: #fff;
  background-color: var(--xet-theme-color);
}
.xet-layout .layout-content .lnb .__container > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
}
.xet-layout .layout-content .xet-content {
  padding: 2rem 0;
}
.xet-layout .layout-content .xet-content .page__title {
  margin-bottom: 2rem;
}
.xet-layout .layout-footer {
  background-color: #fff;
}
.xet-layout .layout-footer .footer__nav {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f2f5f5;
}
.xet-layout .layout-footer .footer__nav + .footer__nav {
  margin-top: 1px;
}
.xet-layout .layout-footer .footer__nav .footer__nav__container .h4 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.xet-layout .layout-footer .footer__nav .footer__nav__container .h4.active > i {
  transform: rotateZ(180deg);
}
.xet-layout .layout-footer .footer__nav .footer__nav__container nav {
  display: none;
  flex-wrap: wrap;
  column-gap: 2rem;
  row-gap: 1rem;
}
.xet-layout .layout-footer .footer__nav .footer__nav__container nav.active {
  margin-top: 1rem;
  display: flex;
}
.xet-layout .layout-footer .footer__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top: 1px solid #f2f5f5;
}
.xet-layout .layout-footer .footer__content .__container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.xet-layout .layout-footer .footer__content .__container > .item {
  order: 2;
}
.xet-layout .layout-footer .footer__content .__container > .item .logo img {
  max-width: 200px;
}
.xet-layout .layout-footer .footer__content .__container > .item address {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 1rem 0;
  font-style: normal;
  color: var(--xet-theme-text-base-color);
}
.xet-layout .layout-footer .footer__content .__container > .item address > span {
  display: flex;
  align-items: center;
  gap: 8px;
}
.xet-layout .layout-footer .footer__content .__container > .item address > span strong {
  flex-shrink: 0;
  display: inline-flex;
  width: 60px;
  color: var(--xet-theme-text-strong-color);
}
.xet-layout .layout-footer .footer__content .__container > .item nav {
  display: flex;
  gap: 1rem;
}
.xet-layout .layout-footer .footer__content .__container > .item .sns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}
.xet-layout .layout-footer .footer__content .__container > .item .sns li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 2.5rem;
  overflow: hidden;
  color: #fff;
  background-color: #2b2b2b;
}
.xet-layout .layout-footer .footer__content .__container > .item .sns li a:hover {
  color: var(--xet-theme-color) !important;
}
.xet-layout .layout-footer .footer__content .__container > .item.footer__nav3 {
  display: none;
}
.xet-layout .layout-footer .footer__content .__container > .item.footer__linkBox {
  order: 1;
  padding-bottom: 2rem;
}
.xet-layout .layout-footer .footer__content .__container > .item.footer__linkBox .linkBox {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 1rem;
}
.xet-layout .layout-footer .footer__content .__container > .item.footer__linkBox .linkBox .h3 {
  display: none;
}
.xet-layout .layout-footer .footer__content .__container > .item.footer__linkBox .linkBox > a {
  flex-grow: 1;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3rem;
  background-color: #fafafa;
  border: 1px solid var(--xet-theme-border-color);
}

body.nav-visible {
  overflow: hidden;
}

@media (min-width: 768px) {
  .xet-layout [class*=xet-container] {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .xet-layout {
    padding-bottom: 0;
  }
  .xet-layout [class*=xet-container] {
    padding: 0 3rem;
  }
  .xet-layout .layout-sub-top {
    padding-top: 15rem;
  }
  .xet-layout .layout-sub-top .layout-sub-top__container .browser-title {
    position: relative;
    padding-bottom: 10rem;
  }
  .xet-layout .layout-sub-top .layout-sub-top__container .browser-title::after {
    content: "";
    top: 80px;
  }
  .xet-layout .layout-sub-lnb {
    display: block;
  }
  .xet-layout .layout-content .lnb {
    display: block;
  }
  .xet-layout .layout-content .xet-content {
    padding: 2rem 0;
  }
  .xet-layout .layout-footer .footer__nav .footer__nav__container {
    display: flex;
    gap: 2rem;
  }
  .xet-layout .layout-footer .footer__nav .footer__nav__container .h4 {
    width: 10rem;
  }
  .xet-layout .layout-footer .footer__nav .footer__nav__container .h4 i {
    display: none;
  }
  .xet-layout .layout-footer .footer__nav .footer__nav__container nav {
    display: flex;
  }
  .xet-layout .layout-footer .footer__content {
    padding-top: 2rem;
    padding-bottom: 2rem;
    gap: 2rem;
  }
  .xet-layout .layout-footer .footer__content .__container {
    flex-direction: row;
    gap: 2rem;
  }
  .xet-layout .layout-footer .footer__content .__container > .item {
    order: 1;
    flex-grow: 1;
    flex-shrink: 0;
  }
  .xet-layout .layout-footer .footer__content .__container > .item:first-child {
    flex-grow: 2;
    flex-shrink: 1;
  }
  .xet-layout .layout-footer .footer__content .__container > .item address {
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 1rem;
    column-gap: 2rem;
  }
  .xet-layout .layout-footer .footer__content .__container > .item address > span strong {
    width: auto;
  }
  .xet-layout .layout-footer .footer__content .__container > .item nav {
    flex-direction: column;
  }
  .xet-layout .layout-footer .footer__content .__container > .item.footer__nav3 {
    display: block;
  }
  .xet-layout .layout-footer .footer__content .__container > .item.footer__linkBox {
    order: 3;
    padding-bottom: 0;
  }
  .xet-layout .layout-footer .footer__content .__container > .item.footer__linkBox .linkBox {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding: 3rem;
    background-color: #fafafa;
    border-radius: 2rem;
    gap: 1rem;
    white-space: nowrap;
  }
  .xet-layout .layout-footer .footer__content .__container > .item.footer__linkBox .linkBox .h3 {
    display: block;
  }
  .xet-layout .layout-footer .footer__content .__container > .item.footer__linkBox .linkBox > a {
    height: auto;
    border: 0;
    background-color: transparent;
  }
  .xet-layout.main .layout-footer .footer__content {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (min-width: 1200px) {
  .xet-layout [class*=xet-container] {
    padding: 0 4rem;
  }
  .xet-layout .layout-content .xet-content {
    padding: 3rem 0;
  }
}