@charset "UTF-8";
/**************************************** idx 공통 시작*/
.idx__sec {
  position: relative;
}

.idx__subtitle {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.idx__subtitle p {
  font-size: 1.25rem;
  font-weight: 800;
  text-decoration: underline;
  text-underline-position: under;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: rotate(-90deg) translateX(-100%);
          transform: rotate(-90deg) translateX(-100%);
}

/**************************************** idx 공통 시작*/
/**************************************** idx__sec1 시작*/
.idx__sec1 {
  width: 100%;
  height: 95vh;
  position: relative;
  z-index: 1;
}
.idx__sec1 > figure {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
  z-index: -1;
}
.idx__sec1 > figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.idx__sec1 .s1_wrap {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.idx__sec1 .s1_wrap figure {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
.idx__sec1 .s1_wrap figure img {
  -webkit-transform: translateY(150%);
          transform: translateY(150%);
  -webkit-transition: 1.4s ease-in-out;
  transition: 1.4s ease-in-out;
}
.idx__sec1 .s1_wrap figure img.animated {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.idx__sec1 .s1_wrap .title {
  font-size: 5rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 30px;
}
.idx__sec1 .s1_wrap .cap {
  font-size: 1.875rem;
  color: #fff;
}

/**************************************** idx__sec1 끝*/
/**************************************** idx__sec2 시작*/
.idx__sec2 {
  width: 100%;
}
.idx__sec2.blank {
  padding-top: 100px;
}

.idx__s2_slide .swiper-slide {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateY(120px);
          transform: translateY(120px);
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.15;
}
.idx__s2_slide .swiper-slide.swiper-slide-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  opacity: 1;
}

.idx__s2_con_wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 70px;
     -moz-column-gap: 70px;
          column-gap: 70px;
  position: relative;
}
.idx__s2_con_wrap figure {
  max-width: 474px;
  width: 100%;
  height: 570px;
  overflow: hidden;
  z-index: 2;
}
.idx__s2_con_wrap figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.idx__s2_con_wrap .cap_wrap {
  width: 100%;
  display: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.idx__s2_con_wrap .cap_wrap .title {
  font-size: 3.75rem;
  font-weight: 800;
  margin-bottom: 30px;
  opacity: 0;
}
.idx__s2_con_wrap .cap_wrap .cap p {
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.5;
  opacity: 0;
}
.idx__s2_con_wrap .cap_wrap .more {
  margin-top: 20vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #222;
  opacity: 0;
}
.idx__s2_con_wrap .cap_wrap .more i {
  font-weight: bold;
}
.idx__s2_con_wrap .cap_wrap .more:hover .btn_t1 {
  background-color: #ffd800;
}
.idx__s2_con_wrap .cap_wrap.centered {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.idx__s2_con_wrap .cap_wrap.centered .title {
  opacity: 1;
}
.idx__s2_con_wrap .cap_wrap.centered .cap p {
  opacity: 1;
}
.idx__s2_con_wrap .cap_wrap.centered .more {
  opacity: 1;
}

.idx__s2_slide_btn_wrap {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  margin-top: 100px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.idx__s2_slide_btn {
  margin: 0;
  position: static;
  width: 20px;
  height: 16px;
}
.idx__s2_slide_btn::after {
  display: none;
}
.idx__s2_slide_btn.idx__s2_next svg {
  -webkit-transform: scale(-1);
          transform: scale(-1);
}

.idx__s2_pagination {
  width: auto;
  position: static;
  text-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.idx__s2_pagination span {
  font-weight: 500;
}
.idx__s2_pagination span.swiper-pagination-total {
  color: #dddddd;
}
.idx__s2_pagination .line {
  width: 1px;
  height: 10px;
  background-color: #dddddd;
}

/**************************************** idx__sec2 끝*/
/**************************************** idx__sec3 시작*/
.idx__sec3 {
  z-index: 1;
  position: relative;
}
.idx__sec3 .sec3_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.idx__s3_con_wrap {
  max-width: 1140px;
  width: 100%;
}

.idx__s3_cap p {
  font-size: 2.8125rem;
  font-weight: 800;
  line-height: 1.5;
  overflow: hidden;
}
.idx__s3_cap p span {
  display: block;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.idx__s3_cap.animated p span {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.idx__s3_con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin-top: 80px;
}
.idx__s3_con li {
  position: relative;
}
.idx__s3_con li figure {
  width: 260px;
  height: 260px;
  overflow: hidden;
  position: relative;
}
.idx__s3_con li figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.idx__s3_con li .cap {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 1.25rem;
  font-weight: 800;
  padding: 15px 0;
}

.idx__s3_back {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 62vh;
  background-color: #f6f6f6;
  z-index: -1;
}

/**************************************** idx__sec3 끝*/
/**************************************** idx__sec4 시작*/
.idx__sec4.blank.end {
  padding-top: 120px;
}
.idx__sec4 .sec4_wrap {
  max-width: 1280px;
  width: 100%;
  height: 250px;
  margin: 0 auto;
  background-image: url(/img/idx/idx__sec4_back.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-color: #222;
  -webkit-transition: 1s;
  transition: 1s;
}
.idx__sec4 .sec4_wrap.animated {
  max-width: 100%;
}

.idx__s4_con {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.idx__s4_con .idx__s4_btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.idx__s4_con .idx__s4_btn i {
  font-weight: bold;
}
.idx__s4_con > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.idx__s4_con .title {
  color: #fff;
  font-size: 2.8125rem;
  font-weight: 800;
}

/**************************************** idx__sec4 끝*/
@media screen and (max-width: 1240px) {
  .idx__subtitle {
    position: static;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    margin-bottom: 20px;
  }
  .idx__subtitle p {
    -webkit-transform: rotate(0deg) translateX(0%);
            transform: rotate(0deg) translateX(0%);
  }
  .idx__sec2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .idx__s2_slide {
    max-width: none;
    width: 100%;
    padding: 0 20px;
  }
  .idx__s2_slide .swiper-wrapper {
    height: auto;
  }
  .idx__s2_slide .swiper-slide {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
    opacity: 1;
  }
  .idx__s2_slide .swiper-slide.swiper-slide-active {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
  }
  .idx__s2_con_wrap {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .idx__s2_con_wrap figure {
    max-width: 500px;
  }
  .idx__s2_slide_btn_wrap {
    max-width: none;
    margin-top: 40px;
  }
  .idx__s3_con li figure {
    width: 220px;
    height: 220px;
  }
}
@media screen and (max-width: 1024px) {
  .idx__sec1 .s1_wrap {
    padding: 0 20px;
  }
  .idx__sec1 .s1_wrap figure {
    max-width: 540px;
  }
  .idx__sec1 .s1_wrap .title {
    font-size: 3.125rem;
  }
  .idx__sec1 .s1_wrap .cap {
    font-size: 1.625rem;
  }
  .idx__s3_cap p {
    font-size: 1.875rem;
  }
  .idx__s3_con {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 10px;
    margin-top: 60px;
  }
  .idx__sec4 .sec4_wrap {
    background-position: 30% 50%;
  }
  .idx__s4_con .title {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 768px) {
  .idx__s2_con_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
  }
  .idx__s2_con_wrap figure {
    max-width: 540px;
    height: 360px;
  }
  .idx__s2_con_wrap figure img {
    -o-object-position: center;
       object-position: center;
  }
  .idx__s2_con_wrap .cap_wrap .more {
    margin-top: 30px;
  }
  .idx__s2_slide_btn_wrap {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (max-width: 540px) {
  .idx__sec1 .s1_wrap {
    padding: 0 20px;
  }
  .idx__sec1 .s1_wrap figure {
    max-width: 280px;
  }
  .idx__sec1 .s1_wrap .title {
    font-size: 2.1875rem;
    text-align: center;
    margin-bottom: 10px;
  }
  .idx__sec1 .s1_wrap .cap {
    font-size: 1.25rem;
  }
  .idx__s2_con_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
  }
  .idx__s2_con_wrap figure {
    max-width: 540px;
    height: 280px;
  }
  .idx__s2_con_wrap figure img {
    -o-object-position: center;
       object-position: center;
  }
  .idx__s2_con_wrap .cap_wrap .title {
    font-size: 1.875rem;
  }
  .idx__s2_con_wrap .cap_wrap .cap p {
    font-size: 1.25rem;
  }
  .idx__s2_con_wrap .cap_wrap .more {
    margin-top: 30px;
  }
  .idx__s2_slide_btn_wrap {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .idx__s2_slide_btn {
    width: 16px;
    height: 12px;
  }
  .idx__s2_slide_btn svg {
    width: 100%;
    height: 100%;
  }
  .idx__s3_cap p {
    word-break: keep-all;
    font-size: 1.25rem;
  }
  .idx__s3_con {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    row-gap: 10px;
    margin-top: 40px;
  }
  .idx__s3_con li {
    width: 100%;
    position: relative;
  }
  .idx__s3_con li figure {
    max-width: 540px;
    width: 100%;
    height: 130px;
  }
  .idx__s3_con li figure img {
    width: 100%;
    height: 100%;
  }
  .idx__s3_con li .cap {
    font-size: 1.125rem;
    font-weight: 500;
    padding: 10px 0;
  }
  .idx__s3_back {
    height: 42vh;
  }
  .idx__sec4.blank.end {
    padding-top: 80px;
  }
  .idx__sec4 .sec4_wrap {
    background-position: 35% 0%;
    height: 160px;
  }
}/*# sourceMappingURL=main.css.map */