@charset "UTF-8";
/*
* for supported in all modern browsers
* Copyright inpleworks, Co.
* https://xetemplate.com
*/
/* ------------------------------------------------------------------------------------------------------------------ */
/* 레이아웃 - 메인
/* ------------------------------------------------------------------------------------------------------------------ */
.xet-layout #xet-scroll-to-section {
  display: none;
  z-index: 97;
  position: fixed;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: var(--transition-all);
}
.xet-layout #xet-scroll-to-section a {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 14px;
  margin-bottom: 4px;
  overflow-y: hidden;
  height: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: var(--text-base-color);
}
.xet-layout #xet-scroll-to-section a > span {
  opacity: 0;
  visibility: hidden;
  transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
}
.xet-layout #xet-scroll-to-section a::after {
  content: "";
  position: absolute;
  left: 2px;
  top: 50%;
  display: inline-block;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
}
.xet-layout #xet-scroll-to-section a.current > span {
  opacity: 1;
  visibility: visible;
}
.xet-layout #xet-scroll-to-section a.current {
  color: var(--theme-color);
}
.xet-layout #xet-scroll-to-section a.current:after {
  left: 0;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background-color: var(--theme-color);
}
.xet-layout .layout-main-sections > section {
  position: relative;
  padding: 2rem 0;
  background-color: #efefef;
}
.xet-layout .layout-main-sections > section:nth-child(odd) {
  background-color: #ffffff;
}
.xet-layout .layout-main-sections > section .section-title-wrp {
  text-align: center;
  overflow: hidden;
  margin-bottom: 1rem;
}
.xet-layout .layout-main-sections > section .section-title-wrp .section-title {
  font-weight: 700;
  margin-bottom: 1rem;
}
.xet-layout .layout-main-sections > section .section-title-wrp .section-title > span {
  position: relative;
  font-size: 1.5rem;
}
.xet-layout .layout-main-sections > section .section-title-wrp .section-title > span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 1px;
  background: var(--text-base-color);
}
.xet-layout .layout-main-sections > section .section-title-wrp .section-title > span::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
  height: 1px;
  background: var(--text-base-color);
}
.xet-layout .layout-main-sections > section .section-content {
  overflow: hidden;
}
.xet-layout .layout-main-sections > section .section-content.cover img {
  height: 100%;
  object-fit: cover;
}
.xet-layout .layout-main-sections > section .section-content.cover .main_img_h {
  height: 300px;
}
.xet-layout .layout-main-sections > section .section-content.cover .main_img_h2 {
  height: 300px;
}
.xet-layout .layout-main-sections > section .section-content.cover .flex-container .sub-flex-container {
  display: flex;
  flex-direction: row;
}
.xet-layout .layout-main-sections > section .section-content img {
  width: 100%;
}
.xet-layout .layout-main-sections > section .section-content .flex-container {
  display: flex;
  flex-wrap: wrap;
}
.xet-layout .layout-main-sections > section .section-content .flex-container > div {
  padding: 0 !important;
}
.xet-layout .layout-main-sections > section .section-content .flex-container > div:not([class*="col-]"]):not([class*=" col-"]) {
  flex: 1;
}
.xet-layout .layout-main-sections > section .section-content .flex-container .item {
  position: relative;
  overflow: hidden;
  padding: 0 !important;
}
.xet-layout .layout-main-sections > section .section-content .flex-container .item img {
  width: 100%;
}
.xet-layout .layout-main-sections > section .section-content .flex-container .item .caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.xet-layout .layout-main-sections > section .section-content .flex-container .item .caption > div {
  padding: 2rem 1rem;
}
.xet-layout .layout-main-sections > section .section-content .flex-container .item .caption .xet-btn {
  border-radius: 0;
  min-width: auto;
  color: #fff;
  border-bottom-color: #fff;
  background-color: transparent !important;
}
.xet-layout .layout-main-sections > section .xet-btn {
  min-width: 180px;
}
.xet-layout .xet-slider {
  overflow: hidden;
  position: relative;
  background-color: var(--dark-content-bg-color) !important;
  color: #ffffff00;
}
.xet-layout .xet-slider:not(.auto):not(.vh100) {
  height: calc(80vh - 60px);
}
.xet-layout .xet-slider .xet-slider-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.xet-layout .xet-slider .xet-slider-container .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.xet-layout .xet-slider .swiper-caption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 2rem;
}
.xet-layout .xet-slider .swiper-caption .h1 {
  letter-spacing: 2px;
}
.xet-layout .xet-slider .swiper-caption .h1,
.xet-layout .xet-slider .swiper-caption .h3,
.xet-layout .xet-slider .swiper-caption .xet-more {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
}
.xet-layout .xet-slider .swiper-caption .xet-btn {
  border-radius: 0;
  color: #fff !important;
  border-bottom-color: #fff;
  background: none !important;
}
.xet-layout .xet-slider .xet-slider-next,
.xet-layout .xet-slider .xet-slider-prev {
  display: none;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  opacity: 0.5;
  height: 100px;
  line-height: 100px;
  margin-top: -50px;
  color: #fff;
  text-shadow: none;
  transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.xet-layout .xet-slider .xet-slider-next i,
.xet-layout .xet-slider .xet-slider-prev i {
  line-height: inherit;
}
.xet-layout .xet-slider .xet-slider-next.swiper-button-disabled,
.xet-layout .xet-slider .xet-slider-prev.swiper-button-disabled {
  cursor: auto !important;
  opacity: 0.35 !important;
  pointer-events: none !important;
}
.xet-layout .xet-slider .xet-slider-next {
  right: 1rem;
  text-align: right;
}
.xet-layout .xet-slider .xet-slider-next:hover {
  opacity: 1;
  transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -webkit-transform: translateX(-10px);
}
.xet-layout .xet-slider .xet-slider-prev {
  left: 1rem;
  text-align: left;
}
.xet-layout .xet-slider .xet-slider-prev:hover {
  opacity: 1;
  transform: translateX(10px);
  -moz-transform: translateX(10px);
  -webkit-transform: translateX(10px);
}
.xet-layout .xet-slider .xet-slider-pagination {
  z-index: 10;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1rem !important;
  color: #ccc;
  text-align: center;
}
.xet-layout .xet-slider .xet-slider-pagination .swiper-pagination-bullet {
  width: 40px;
  height: 2px;
  margin: 0 !important;
  border-radius: 0;
  background: #fff;
}
.xet-layout .xet-slider .xet-slider-pagination.swiper-pagination-progressbar {
  top: auto !important;
  bottom: 0 !important;
}
.xet-layout .xet-slider .xet-slider-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: var(--theme-color);
}
.xet-layout .xet-slider .xet-jarallax {
  position: relative;
  z-index: 0;
  height: 100%;
}
.xet-layout .xet-slider .xet-jarallax > .xet-jarallax-img {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.xet-layout .xet-slider .xet-jarallax-keep-img {
  position: relative;
  z-index: 0;
}
.xet-layout .xet-slider .xet-jarallax-keep-img > .xet-jarallax-img {
  position: relative;
  display: block;
  max-width: 100%;
  height: auto;
  z-index: -100;
}
.xet-layout .xet-slider span[data-jarallax-element] {
  display: inline-block;
}
.xet-layout .xet-tab-swiper-list {
  position: relative;
  overflow: hidden;
  height: 40px;
}
.xet-layout .xet-tab-swiper-list .scroller {
  overflow: hidden;
  width: 100%;
  height: 60px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 15px;
}
.xet-layout .xet-tab-swiper-list ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: table;
  text-align: center;
}
.xet-layout .xet-tab-swiper-list ul li {
  position: relative;
  display: table-cell;
  margin: 0;
  padding: 0 1rem;
}
.xet-layout .xet-tab-swiper-list ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 8px;
  margin-top: -4px;
  background: var(--border-color);
}
.xet-layout .xet-tab-swiper-list ul li:first-child::after {
  background: transparent;
}
.xet-layout .xet-tab-swiper-list ul li a {
  display: inline-block;
  white-space: nowrap;
  font-weight: 700;
  padding-bottom: 5px;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.xet-layout .xet-tab-swiper-list ul li.on a {
  color: var(--theme-color);
  border-color: var(--theme-color);
}
.xet-layout .xet-video .vertical-align {
  background-color: rgba(0, 0, 0, 0.16);
}
.xet-layout .scroll-arrow {
  position: absolute;
  left: 50%;
  bottom: 60px;
  margin-left: -40px;
  z-index: 10;
  width: 80px;
  height: 60px;
  text-align: center;
  color: #fff;
}
.xet-layout .scroll-arrow::before {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0px;
  left: 20px;
}
.xet-layout .scroll-arrow div:nth-child(1) {
  font-size: 20px;
  -webkit-animation: arrow 1200ms 0s linear infinite;
  -moz-animation: arrow 1200ms 0s linear infinite;
  animation: arrow 1200ms 0s linear infinite;
}
.xet-layout .scroll-arrow .scroll-arrow-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 12px;
  letter-spacing: 1px;
  opacity: 0.8;
}
@keyframes arrow {
  0% {
    transform: translate(0px, 0px);
    opacity: 0;
  }
  50% {
    transform: translate(0px, 9px);
    opacity: 1;
  }
  100% {
    transform: translate(0px, 18px);
    opacity: 0;
  }
}
.xet-layout .xet-banner {
  padding: 0 !important;
  height: 20rem;
  background-color: #000 !important;
  color: #fff;
}
.xet-layout .xet-banner .vertical-align {
  background-color: rgba(0, 0, 0, 0.16);
}
.xet-layout .xet-banner .xet-lightbox {
  display: inline-block;
  color: #fff;
}

body.color_scheme_dark .xet-layout .layout-main-sections > section {
  background-color: var(--dark-bg-color);
}
body.color_scheme_dark .xet-layout .layout-main-sections > section:nth-child(odd) {
  background-color: var(--dark-content-bg-color);
}
body.color_scheme_dark .xet-layout .layout-main-sections > section .section-title-wrp .section-title > span::after {
  background: var(--dark-text-base-color);
}
body.color_scheme_dark .xet-layout .layout-main-sections > section .section-title-wrp .section-title > span::before {
  background: var(--dark-text-base-color);
}

@media (min-width: 1024px) {
  .xet-layout #xet-scroll-to-section a:hover > span {
    opacity: 1;
    visibility: visible;
  }
  .xet-layout .layout-main-sections > section {
    padding: 3rem 0;
  }
  .xet-layout .layout-main-sections > section .section-title-wrp {
    margin-bottom: 2rem;
  }
  .xet-layout .layout-main-sections > section .section-title-wrp .section-title > span {
    font-size: 2rem;
  }
  .xet-layout .layout-main-sections > section .section-title-wrp .section-subtitle {
    padding: 0 10%;
  }
  .xet-layout .layout-main-sections > section .section-content .flex-container {
    flex-direction: row;
  }
  .xet-layout .layout-main-sections > section .section-content .flex-container > .oder1 {
    order: 1;
  }
  .xet-layout .layout-main-sections > section .section-content .flex-container > .order2 {
    order: 2;
  }
  .xet-layout .layout-main-sections > section .section-content.cover .main_img_h {
    height: 600px;
  }
  .xet-layout .layout-main-sections > section .section-content.cover .main_img_h2 {
    height: 300px;
  }
  .xet-layout .layout-main-sections > section.main-about .section-content.cover .flex-container .sub-flex-container {
    flex-direction: column;
  }
  .xet-layout .xet-slider:not(.auto):not(.full) {
    height: calc(70vh);
  }
  .xet-layout .xet-slider .swiper-caption .h1 {
    font-size: 2rem !important;
  }
  .xet-layout .xet-slider .xet-slider-next,
.xet-layout .xet-slider .xet-slider-prev {
    display: block;
  }
  .xet-layout .xet-tab-swiper-list ul li {
    padding: 0 2rem;
  }
  .xet-layout .xet-banner {
    height: 30rem;
  }
  .xet-layout .xet-banner .vertical-align {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
@media (min-width: 1200px) {
  .xet-layout .layout-main-sections > section {
    padding: 4rem 0;
  }
  .xet-layout .layout-main-sections > section .section-title-wrp .section-title > span {
    font-size: 3rem;
  }
  .xet-layout .xet-slider .swiper-caption .h1 {
    font-size: 4rem !important;
  }
  .xet-layout .xet-banner {
    height: 35rem;
  }
  .xet-layout .xet-banner .h1 {
    font-size: 4rem !important;
  }
}