@charset "UTF-8";
/*
 * Copyright inpleworks, Co.
 * default is Mobile
*/
/* ------------------------------------------------------------------------------------------------------------------ */
/* MAIN - SECTIONS
/* ------------------------------------------------------------------------------------------------------------------ */
.xet-main-sections {
  /* BG jarallax scroll */
  /* BG parallax scroll */
  /* ------------------------------------------------------------------------------------------------------------------ */
  /* SLIDER
  /* ------------------------------------------------------------------------------------------------------------------ */
  /* ------------------------------------------------------------------------------------------------------------------ */
  /* SLIDER Style2
  /* ------------------------------------------------------------------------------------------------------------------ */
  /* OIE */
  /* */
  /* Vertical */
  /* ------------------------------------------------------------------------------------------------------------------ */
  /* slider Video
  /* ------------------------------------------------------------------------------------------------------------------ */
  /* ------------------------------------------------------------------------------------------------------------------ */
  /* Section - About
  /* ------------------------------------------------------------------------------------------------------------------ */
  /* ------------------------------------------------------------------------------------------------------------------ */
  /* Section - Service
  /* ------------------------------------------------------------------------------------------------------------------ */
  /* ------------------------------------------------------------------------------------------------------------------ */
  /* Section - Work
  /* ------------------------------------------------------------------------------------------------------------------ */
  /* ------------------------------------------------------------------------------------------------------------------ */
  /* Section - Partner
  /* ------------------------------------------------------------------------------------------------------------------ */
  /* ------------------------------------------------------------------------------------------------------------------ */
  /* Section - Banner
  /* ------------------------------------------------------------------------------------------------------------------ */
  /* ------------------------------------------------------------------------------------------------------------------ */
  /* Section - Contact
  /* ------------------------------------------------------------------------------------------------------------------ */
}
.xet-main-sections .xet-section {
  position: relative;
  background-color: #fafafa;
  color: #555356;
}
.xet-main-sections .xet-section:nth-child(odd) {
  background-color: #ffffff;
}
.xet-main-sections .xet-section img {
  vertical-align: top;
  max-width: 100%;
}
.xet-main-sections .xet-section .section-title {
  position: relative;
  display: inline-block;
  line-height: normal;
  color: #221c24;
}
.xet-main-sections .xet-section .section-title::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 1px;
  background: #221c24;
}
.xet-main-sections .xet-section .section-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 1px;
  background: #221c24;
}
.xet-main-sections .xet-section .more-link {
  border-bottom: 1px solid #555356;
  color: #555356;
}
.xet-main-sections .xet-section .section-title2 {
  position: relative;
}
.xet-main-sections .xet-section .section-title2::before {
  content: "";
  position: absolute;
  display: block;
  top: -130px;
  left: 0;
  width: 1px;
  height: 100px;
  background-color: #111;
}
.xet-main-sections .xet-section .subTitle {
  color: #1b1b1b;
}
.xet-main-sections .xet-section .subContent,
.xet-main-sections .xet-section .subContent a {
  color: #555356;
}
.xet-main-sections .xet-slider .xet-jarallax {
  height: calc(80vh - 60px);
}
.xet-main-sections .xet-slider.fullSzie .xet-jarallax {
  height: calc(100vh);
}
.xet-main-sections .xet-jarallax {
  position: relative;
  z-index: 0;
}
.xet-main-sections .xet-jarallax > .xet-jarallax-img {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.xet-main-sections .xet-jarallax-keep-img {
  position: relative;
  z-index: 0;
}
.xet-main-sections .xet-jarallax-keep-img > .xet-jarallax-img {
  position: relative;
  display: block;
  max-width: 100%;
  height: auto;
  z-index: -100;
}
.xet-main-sections span[data-jarallax-element] {
  display: inline-block;
}
.xet-main-sections .xet-parallax-scroll {
  background-color: #000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  /* ie8- graceful degradation */
  background-position: 50% 50% \9  !important;
}
.xet-main-sections .xet-slider {
  overflow: hidden;
  position: relative;
  background-color: #2b2b2b !important;
}
.xet-main-sections .xet-slider .swiper-caption {
  padding: 0 30px;
}
.xet-main-sections .xet-slider h1 {
  text-transform: uppercase;
  letter-spacing: -1px;
}
.xet-main-sections .xet-slider h1,
.xet-main-sections .xet-slider h5,
.xet-main-sections .xet-slider .xet-more {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.xet-main-sections .xet-slider .xet-more a {
  color: #fff;
  border-bottom-color: #fff;
}
.xet-main-sections .xet-slider .xet-slider-container {
  position: relative;
  width: 100%;
  height: calc(80vh - 60px);
}
.xet-main-sections .xet-slider.fullSzie .xet-slider-container {
  height: calc(100vh);
}
.xet-main-sections .xet-slider .xet-slider-container .swiper-slide {
  overflow: hidden;
}
.xet-main-sections .xet-slider .xet-slider-container .swiper-slide .slide-bg-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transform: scale(1) translateZ(0);
  -ms-transform: scale(1) translateZ(0);
  transform: scale(1) translateZ(0);
  -webkit-transition: 0.95s 0s cubic-bezier(0.3, 0.58, 0.42, 0.9);
  transition: 0.95s 0s cubic-bezier(0.3, 0.58, 0.42, 0.9);
}
.xet-main-sections .xet-slider .xet-slider-container .swiper-caption {
  z-index: 9;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.05);
  color: #fff;
}
.xet-main-sections .xet-slider .xet-slider-next,
.xet-main-sections .xet-slider .xet-slider-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  height: 100px;
  line-height: 100px;
  margin-top: -50px;
  width: 170px;
  opacity: 0.6;
  background-size: 64px;
  color: #fff;
  text-shadow: none;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.xet-main-sections .xet-slider .xet-slider-next {
  background-position: center right;
  right: 30px;
  background-image: url("../img/next.png");
}
.xet-main-sections .xet-slider .xet-slider-prev {
  background-position: center left;
  left: 30px;
  background-image: url("../img/prev.png");
}
.xet-main-sections .xet-slider .xet-slider-next:hover {
  transform: translateX(-30px);
  -moz-transform: translateX(-30px);
  -webkit-transform: translateX(-30px);
  opacity: 1;
}
.xet-main-sections .xet-slider .xet-slider-prev:hover {
  transform: translateX(30px);
  -moz-transform: translateX(30px);
  -webkit-transform: translateX(30px);
  opacity: 1;
}
.xet-main-sections .xet-slider-next.swiper-button-disabled,
.xet-main-sections .xet-slider-prev.swiper-button-disabled {
  cursor: auto;
  opacity: 0.35;
  pointer-events: none;
}
.xet-main-sections .xet-slider-pagination {
  z-index: 10;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px !important;
  color: #ccc;
  text-align: center;
}
.xet-main-sections .xet-slider-pagination.swiper-pagination-progressbar {
  top: auto !important;
  bottom: 0 !important;
}
.xet-main-sections .xet-slider-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: var(--xet-theme-color);
}
.xet-main-sections .xet-slider2 {
  overflow: hidden;
  position: relative;
  background-color: #2b2b2b !important;
}
.xet-main-sections .xet-slider2 .swiper-caption {
  text-align: center;
}
.xet-main-sections .xet-slider2 h1 {
  text-transform: uppercase;
  letter-spacing: -1px;
}
.xet-main-sections .xet-slider2 h1,
.xet-main-sections .xet-slider2 h5,
.xet-main-sections .xet-slider2 .xet-more {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.xet-main-sections .xet-slider2 .xet-more a {
  color: #fff;
  border-bottom-color: #fff;
}
.xet-main-sections .xet-slider2 .xet-slider-container {
  position: relative;
  width: 100%;
  height: calc(80vh - 60px);
  margin-top: 60px;
}
.xet-main-sections .xet-slider2.fullSzie .xet-slider-container {
  height: calc(100vh - 60px);
}
.xet-main-sections .xet-slider2 .xet-slider-container .swiper-slide {
  color: #fff;
}
.xet-main-sections .xet-slider2 .xet-slider-arrows {
  z-index: 10;
  position: absolute;
  left: 15px !important;
  right: 15px !important;
  bottom: 10% !important;
}
.xet-main-sections .xet-slider2 .xet-slider-next,
.xet-main-sections .xet-slider2 .xet-slider-prev {
  cursor: pointer;
  height: 50px;
  line-height: 50px;
  width: 100px;
  background-size: 64px;
  color: #fff;
  opacity: 0.5;
  text-shadow: none;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.xet-main-sections .xet-slider2 .xet-slider-next {
  padding-right: 20px;
  background-position: center right;
  background-image: url("../img/next.png");
}
.xet-main-sections .xet-slider2 .xet-slider-prev {
  padding-left: 20px;
  background-position: center left;
  background-image: url("../img/prev.png");
}
.xet-main-sections .xet-slider2 .xet-slider-next:hover {
  opacity: 1;
}
.xet-main-sections .xet-slider2 .xet-slider-prev:hover {
  opacity: 1;
}
.xet-main-sections .xet-slider2 .xet-slider-next.swiper-button-disabled,
.xet-main-sections .xet-slider2 .xet-slider-prev.swiper-button-disabled {
  cursor: auto;
  opacity: 0.35;
  pointer-events: none;
}
.xet-main-sections .xet-slider2 .xet-slider-pagination {
  z-index: 10;
  position: absolute;
  left: 0;
  top: auto;
  bottom: 10px !important;
  color: #ccc;
  text-align: center;
}
.xet-main-sections .xet-slider2 .xet-slider-pagination.swiper-pagination-progressbar {
  top: auto !important;
  bottom: 0 !important;
}
.xet-main-sections .xet-slider2 .xet-slider-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: var(--xet-theme-color);
}
.xet-main-sections .xet-slider2 .xet-slider-img {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.xet-main-sections .xet-slider2 .xet-slider-caption {
  position: absolute;
  left: 15px;
  right: 15px;
  top: 0;
  height: 100%;
}
.xet-main-sections .xet-slider-pagination .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #fff;
  margin: 0 3px;
  cursor: pointer;
}
.xet-main-sections .xet-slider-pagination .swiper-active-switch {
  background-color: var(--xet-theme-color);
}
.xet-main-sections .xet-slider-pagination .swiper-pagination-current {
  font-size: 200%;
  color: #fff;
}
.xet-main-sections .xet-slider-pagination .swiper-pagination-bullet {
  width: 2px;
  height: 6px;
  border-radius: 0;
  opacity: 0.7;
  background-color: #f1f1f1;
}
.xet-main-sections .xet-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  height: 16px;
  opacity: 1;
  background-color: var(--xet-theme-color);
}
.xet-main-sections .xet-slider2 .xet-slider-pagination .swiper-pagination-bullet {
  opacity: 0.7;
  background-color: #f1f1f1;
}
.xet-main-sections .xet-slider2 .xet-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: var(--xet-theme-color);
  border-radius: 30px;
}
.xet-main-sections .xet-slider .swiper-pagination-progress {
  z-index: 10;
}
.xet-main-sections .xet-slider .swiper-pagination-progress .swiper-pagination-progressbar {
  background: var(--xet-theme-color);
}
.xet-main-sections .xet-slider-pagination.vertical {
  z-index: 10;
  position: absolute;
  left: auto !important;
  bottom: auto !important;
  right: 30px;
  top: 50% !important;
  width: auto !important;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  color: #ccc;
  text-align: center;
}
.xet-main-sections .xet-slider-pagination.vertical .swiper-pagination-bullet {
  display: block !important;
  margin: 10px 0 !important;
  width: 30px !important;
  height: 2px !important;
  border-radius: 0 !important;
}
.xet-main-sections .xet-video {
  color: #fff;
}
.xet-main-sections #xet-service .item > div {
  position: relative;
  min-height: 200px;
}
.xet-main-sections #xet-service .item .xet-service-caption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 15px 15px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
}
.xet-main-sections #xet-service .item .xet-service-caption h4 {
  position: relative;
}
.xet-main-sections #xet-service .item .xet-service-caption h4:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -50%;
  width: 60%;
  height: 1px;
  background: #fff;
}
.xet-main-sections #xet-service .item .xet-service-caption a {
  color: #fff;
  border-bottom-color: #fff;
}
.xet-main-sections .xet-partner .more-link {
  text-decoration: underline;
  color: #555;
}
.xet-main-sections #xet-partner-owl .item a {
  display: block;
  padding: 30px 15px;
}
.xet-main-sections .xet-banner {
  background-color: #000 !important;
  color: #fff;
}
.xet-main-sections .xet-contact p {
  color: #555;
}
.xet-main-sections .xet-contact .contact-tel {
  display: block;
  color: #111;
}

/* Small devices (tablets, 768px 이상)
---------------------------------------------------------------------------- */
@media (min-width: 768px) {
  .xet-main-sections .xet-slider .xet-slider-container {
    height: calc(60vh);
  }
  .xet-main-sections .xet-slider .xet-jarallax {
    height: calc(60vh);
  }
  .xet-main-sections .xet-slider2 .xet-slider-container {
    height: calc(60vh - 60px);
    margin-top: 60px;
  }
}
/* Medium devices (desktops, 992px 이상)
---------------------------------------------------------------------------- */
@media (min-width: 992px) {
  .xet-main-sections {
    /* Section - Slider
    -------------------------------------- */
    /* Section - Slider2
    -------------------------------------- */
    /* Section - Service
    -------------------------------------- */
    /* Section - team
    -------------------------------------- */
    /* Section - partners
    -------------------------------------- */
  }
  .xet-main-sections .xet-slider .xet-slider-container {
    height: calc(70vh);
  }
  .xet-main-sections .xet-slider .swiper-caption {
    padding: 0 145px;
  }
  .xet-main-sections .xet-slider .xet-jarallax {
    height: calc(70vh);
  }
  .xet-main-sections .xet-slider .xet-slider-container .swiper-slide .slide-bg-wrap {
    -webkit-transform: scale(1.11) translateZ(0);
    -ms-transform: scale(1.11) translateZ(0);
    transform: scale(1.11) translateZ(0);
  }
  .xet-main-sections .xet-slider2 .xet-slider-container {
    height: calc(80vh - 60px);
    margin-top: 80px;
  }
  .xet-main-sections .xet-slider2.fullSzie .xet-slider-container {
    height: calc(100vh - 80px);
  }
  .xet-main-sections .xet-slider2 .swiper-caption {
    text-align: left;
  }
  .xet-main-sections .xet-slider2 .xet-slider-img {
    position: absolute;
    right: 0;
    top: 0;
    width: 70%;
  }
  .xet-main-sections .xet-slider2 .xet-slider-caption {
    top: 25%;
    height: 50%;
    text-align: left;
  }
  .xet-main-sections .xet-slider2 .xet-slider-pagination {
    left: 30px !important;
    top: 30px !important;
    bottom: auto !important;
    width: 40px !important;
    text-align: left;
  }
  .xet-main-sections .xet-slider2 .xet-slider-pagination .swiper-pagination-bullet {
    display: block !important;
    width: 8px;
    height: 1px;
    margin: 10px 0 !important;
    border-radius: 0 !important;
    opacity: 0.5;
    background-color: #f1f1f1;
  }
  .xet-main-sections .xet-slider2 .xet-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 15px;
    opacity: 1;
    background-color: var(--xet-theme-color);
  }
  .xet-main-sections .xet-slider2 .xet-slider-pagination.swiper-pagination-progressbar {
    top: 30px !important;
    background: #000;
  }
  .xet-main-sections #xet-service .item .xet-service-caption {
    padding: 15px 25%;
  }
  .xet-main-sections .xet-team-item .team-img-inner a {
    font-size: 18px;
    margin: 0 5px;
  }
  .xet-main-sections #xet-partner-owl .item a {
    padding: 60px 30px;
  }
}
/* Large devices (large desktops, 1200px 이상)
---------------------------------------------------------------------------- */