@charset "UTF-8";
/*
* Copyright inpleworks, Co.
* https://xetemplate.com
* css/main.scss
*/
.xet-main-page {
  /* 공통 */
  /* MAIN - 맞춤제작 안내 */
  /* MAIN - 템플릿 뉴스 */
  /* MAIN - XE템플릿 소개 */
}
.xet-main-page > section {
  z-index: 2;
  position: relative;
  overflow: hidden;
  padding: 40px 0;
  /* 섹션 타이틀 */
}
.xet-main-page > section.bg-parallax {
  position: relative;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.xet-main-page > section img {
  vertical-align: top;
  max-width: 100%;
}
.xet-main-page > section .xe-icon {
  display: inline-block;
}
.xet-main-page > section .section__title {
  text-align: center;
  margin-bottom: 20px;
  color: var(--text-strongColor);
}
.xet-main-page > section .section__title h2.title {
  font-size: 28px;
  line-height: 1;
}
.xet-main-page > section .section__title h4.title {
  line-height: 1;
}
.xet-main-page > section .section__title p.title {
  margin-top: 10px;
  font-size: 14px;
  color: var(--text-baseColor);
}
.xet-main-page > section .section__item-box {
  background: #fff;
  border-radius: 10px;
  box-shadow: var(--box-shadow);
}
.xet-main-page .main-page__custom-section {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 40px 0;
  height: 300px;
  background-image: url("../../../../layouts/xetemplate_v5_demo/img/subpage-bg.jpg");
  background-color: #000;
  color: #fff;
}
.xet-main-page .main-page__custom-section::before {
  content: "";
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.xet-main-page .main-page__custom-section h5 {
  font-weight: 100;
}
.xet-main-page .main-page__custom-section .xet-btn {
  border-color: #fff;
  color: #fff;
}
.xet-main-page .main-page__news-section {
  position: relative;
  overflow: hidden;
  background-color: #f3f5f5;
  /* 더보기 버튼 */
}
.xet-main-page .main-page__news-section .news-section__container {
  display: grid;
  row-gap: 40px;
}
.xet-main-page .main-page__news-section .news-section__container .item {
  padding: 20px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: var(--box-shadow);
}
.xet-main-page .main-page__news-section .xet-btn-more {
  padding: 0;
}
.xet-main-page .main-page__intro-section .intro-section__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 20px;
  column-gap: 20px;
}
.xet-main-page .main-page__intro-section .intro-section__container .item {
  padding: 15px;
  overflow: hidden;
}
.xet-main-page .main-page__intro-section .intro-section__container .item h6.title {
  margin: 10px 0;
}
@media (min-width: 768px) {
  .xet-main-page {
    /* 공통 */
  }
  .xet-main-page > section {
    padding: 50px 0;
  }
}
/* PC Device 
---------------------------------------------------------------------------- */
@media (min-width: 992px) {
  .xet-main-page {
    /* 공통 */
    /* MAIN - 맞춤제작 안내 */
    /* MAIN - 템플릿 뉴스 */
    /* MAIN - XE템플릿 소개 */
  }
  .xet-main-page > section {
    padding: 60px 0;
    /* 타이틀 */
  }
  .xet-main-page > section .section__title {
    margin-bottom: 30px;
  }
  .xet-main-page > section .section__title h2.title {
    font-size: 38px;
  }
  .xet-main-page > section .section__title p.title {
    font-size: 16px;
  }
  .xet-main-page .main-page__custom-section {
    height: 450px;
  }
  .xet-main-page .main-page__news-section .news-section__container {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 40px;
  }
  .xet-main-page .main-page__news-section .news-section__container .item {
    padding: 0;
    box-shadow: none;
  }
  .xet-main-page .main-page__intro-section .intro-section__container {
    grid-template-columns: repeat(4, 1fr);
  }
  .xet-main-page .main-page__intro-section .intro-section__container .item {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .xet-main-page {
    /* 공통 */
    /* MAIN - 맞춤제작 안내 */
    /* MAIN - 템플릿 뉴스 */
    /* MAIN - XE템플릿 소개 */
  }
  .xet-main-page > section {
    padding: 70px 0;
  }
  .xet-main-page .main-page__news-section .news-section__container {
    column-gap: 40px;
  }
  .xet-main-page .main-page__intro-section .intro-section__container .item {
    padding: 30px;
  }
}
@media (min-width: 1400px) {
  .xet-main-page {
    /* 공통 */
    /* MAIN - 맞춤제작 안내 */
    /* MAIN - 템플릿 뉴스 */
    /* MAIN - XE템플릿 소개 */
  }
  .xet-main-page > section {
    padding: 80px 0;
  }
  .xet-main-page .main-page__news-section .news-section__container {
    column-gap: 60px;
  }
  .xet-main-page .main-page__intro-section .intro-section__container .item {
    padding: 40px;
  }
}
/*# sourceMappingURL=2b962f2b6704e1916f88e8091277ec2f87053642.main.scss.map */
