.main-slide-wrap {
  width: 100%;
  height: calc(100vh - 8rem);
  background-color: #000;
  margin-top: 8rem;
  /* display: flex; */
  /* align-items: flex-end; */
  /* background: url('../img/mainbg02.jpg') no-repeat center / cover; */
}

.main-slide-wrap .mainSwiper {
  height: 100%;
  background-color: #808080;
}

.main-slide-wrap .mainSwiper .swiper-slide {
  display: flex;
  align-items: flex-end;
}

.main-slide-wrap .mainSwiper .main-bg01 {
  background: url('../img/main01.jpg') no-repeat center / cover;
}
.main-slide-wrap .mainSwiper .main-bg02 {
  background: url('../img/main02.jpg') no-repeat center / cover;
}

.main-slide-wrap .mainSwiper .swiper-pagination-bullet {
  border-radius: 0;
  width: 8rem;
  height: 5px;
  position: relative;
}

.swiper-pagination-bullet-active {
  background-color: rgba(0, 0, 0, 0.2);
}

.main-slide-wrap .mainSwiper .swiper-pagination-bullet-active:after {
  display: block;
  height: 100%;
  content: '';
  transition: all 0.3s;
  background-color: #e2590f;
  position: absolute;
  top: 0;
  left: 0;
  animation: swiperProgress 5s 1;
}

@keyframes swiperProgress {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

.main-slide-title {
  padding-bottom: 7rem;
  color: #fff;
}

.main-slide-title .big-tit {
  font-size: 7rem;
  line-height: 1.12;
}

.main-slide-title .sub-small-tit {
  margin-top: 1em;
}

/* main-prod-container */
.main-prod-container {
  background-color: #fff;
}
.prod-tab-wrap {
  justify-content: flex-end;
}

.prod-tab-wrap .prod-tab-btn {
  cursor: pointer;
  color: #999;
  font-size: 2.4rem;
  margin-right: 1.5em;
  position: relative;
  padding-top: 0.5em;
}

.prod-tab-wrap .prod-tab-btn.on {
  color: #e2590f;
  font-weight: bold;
}

.prod-tab-wrap .prod-tab-btn.on::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #e2590f;
  position: absolute;
  display: block;
  top: -0.2em;
  left: 50%;
  transform: translateX(-50%);
}

.prod-tab-wrap .prod-tab-btn:last-child {
  margin-right: 0;
}

.tab-content-box {
  margin-top: 5rem;
  display: none;
}
.tab-content-box.on {
  display: flex;
}
.tab-content-box .tab-text-box {
  margin-top: 1em;
}
.tab-content-box .title-box .small-tit {
  color: #e2590f;
  font-size: 2.2rem;
  line-height: 1;
  margin-bottom: 0.5em;
}
.tab-content-box .title-box .big-tit {
  line-height: 1;
  margin-bottom: 0.3em;
}
.tab-content-box .info-box {
  margin: 1em 0;
  font-size: 1.8rem;
  letter-spacing: -0.01em;
  color: #777;
}

.tab-content-box .tab-img-box {
  width: 55%;
}

/* e::main-prod-container */

/* s:: parallax-container */
.parallax-container {
  width: 100%;
  height: 50rem;
  background: url('../img/parall-img.jpg') no-repeat center / cover;
  background-attachment: fixed;
  color: #fff;
  position: relative;
}

.parallax-container::before {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  z-index: 1;
}
.parallax-container .inner {
  padding-top: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
  z-index: 2;
}

.parallax-container .main-tit {
  font-size: 6rem;
  text-align: center;
}

/* e:: parallax-container */

/* s::half-container */
.half-container {
  height: 75rem;
}

.half-container .half-box {
  flex: 50%;
  width: 50%;
  padding: 4em;
}
.half-container .title {
  line-height: 1.2;
  margin-bottom: 0.5em;
}

.half-container .sub-tit {
  font-size: 2.1rem;
}
.half-container .left-container {
  background-color: #e2590f;
  color: #fff;
  background: #e2590f url('../img/compass-bg.svg') no-repeat 400px 250px/ 80% auto;
}

.half-container .half-box.right-container {
  padding-right: 0;
  background-color: #fff;
}

.half-container .prod-swiper-wrap {
  margin-top: 8rem;
  height: 45rem;
  position: relative;
}
.half-container .prod-swiper-wrap .swiper-wrapper {
  height: 32rem;
}

.half-container .prod-swiper-wrap .text-container {
  text-align: center;
}

.half-container .prod-swiper-wrap .text-container .prod-brand {
  font-size: 0.8em;
  color: #777;
}

.half-container .swiper-btn-wrap {
  width: 14rem;
  height: 7rem;
  position: absolute;
  bottom: 0;
}

.half-container .swiper-btn-wrap .swiper-button-next,
.half-container .swiper-btn-wrap .swiper-button-prev {
  display: block;
  width: 5rem;
  height: 5rem;
  color: #e2590f;
  border: 2px solid #e2590f;
  display: flex;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.half-container .swiper-button-next.swiper-button-disabled,
.half-container .swiper-button-prev.swiper-button-disabled {
  color: #999;
  border: 2px solid #999;
}

.half-container .swiper-btn-wrap .swiper-button-prev:after,
.half-container .swiper-btn-wrap .swiper-button-next:after {
  content: '';
  font-size: 2.5rem;
  text-align: center;
  background-size: 80% auto;
  background-repeat: no-repeat;
  background-position: center center;
  line-height: 1;
}

.half-container .swiper-btn-wrap .swiper-button-prev:after {
  content: '←';
}
.half-container .swiper-btn-wrap .swiper-button-next:after {
  content: '→';
}
/* e::half-container */

/* main-contact-wrap */
.main-contact-wrap {
  padding: 10rem 0;
  height: 50rem;
  background: url('../img/contact-us-web.jpg') no-repeat top / cover;
  /* background-color: #fceee7; */
}

.main-contact-wrap .sub-small-tit {
  color: #fff;
}

.main-contact-wrap .round-go-btn {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}

.main-contact-wrap .round-go-btn:hover {
  background-color: #fff;
  color: #000;
}

.main-contact-wrap .round-go-btn:hover:after {
  background-image: url(../img/view-more.svg);
}
.main-contact-wrap .inner {
  align-items: center;
  height: 100%;
}

.main-contact-wrap .title-box {
  margin-bottom: 1em;
}

.main-contact-wrap .img-wrap {
  width: 40%;
}
/* e::main-contact-wrap */

@media (max-width: 1280px) {
  .parallax-container .main-tit {
    text-align: center;
    font-size: 5rem;
    line-height: 1.3;
    margin-bottom: 0.2em;
  }
}

@media (max-width: 1024px) {
  .main-slide-title .big-tit {
    font-size: 5rem;
  }

  .prod-tab-wrap .prod-tab-btn {
    font-size: 2rem;
  }

  .parallax-container {
    height: 40rem;
  }

  .parallax-container .main-tit {
    font-size: 4rem;
  }

  .half-container {
    height: 100vh;
  }

  .half-container .prod-swiper-wrap {
    height: 30rem;
  }
  .half-container .sub-tit {
    font-size: 1.8rem;
  }
}

/* 아이패드 프로 */
@media (max-width: 1024px) and (min-height: 1360px) {
  .main-slide-wrap {
    height: calc(70vh - 8rem);
  }

  .half-container {
    height: 70rem;
  }

  .half-container .left-container {
    background-position-x: 200px;
  }
}

@media (max-width: 820px) {
  .half-container {
    height: 55rem;
  }
  .half-container .half-box {
    padding: 2em;
  }

  .half-container .half-box br {
    display: none;
  }
}

@media (max-width: 650px) {
  .main-slide-wrap .mainSwiper .swiper-slide .inner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main-slide-wrap {
    height: 60vh;
    align-items: center;
  }
  .main-slide-title {
    padding-bottom: 0;
  }
  .main-slide-title .big-tit {
    font-size: 2.4rem;
    text-align: center;
    line-height: 1.3;
    font-weight: 700;
  }
  .main-slide-title .big-tit .font-b {
    font-weight: 700;
  }
  .main-slide-title .big-tit br {
    display: none;
  }

  .main-slide-title .sub-small-tit {
    text-align: center;
  }
  .prod-tab-wrap {
    border-bottom: 1px solid #ccc;
    padding-bottom: 0.5em;
  }
  .prod-tab-wrap,
  .prod-tab-box {
    justify-content: space-between;
    width: 100%;
  }

  .prod-tab-wrap .prod-tab-btn {
    font-size: 1.4rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0;
    width: calc(100% / 3);
  }

  .tab-content-box .title-box .small-tit {
    font-size: 1.4rem;
  }

  .tab-content-box .info-box {
    font-size: 1.4rem;
  }

  .tab-content-box .info-box br {
    display: none;
  }

  .tab-content-box .tab-img-box {
    width: 100%;
    margin-top: 3vh;
  }
  .parallax-container {
    height: 30rem;
  }
  .parallax-container .inner {
    text-align: center;
  }

  .parallax-container .main-tit {
    font-size: 3rem;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 0.3em;
  }

  .half-container .half-box {
    flex: 100%;
    width: 100%;
    padding: 2em;
  }

  .half-container .sub-tit {
    font-size: 1.4rem;
  }

  .half-container .sub-tit br {
    display: none;
  }
  .half-container {
    height: initial;
  }
  .half-container .prod-swiper-wrap {
    height: 30rem;
  }

  .half-container .swiper-btn-wrap .swiper-button-next,
  .half-container .swiper-btn-wrap .swiper-button-prev {
    width: 4rem;
    height: 4rem;
  }

  .half-container .swiper-btn-wrap {
    width: 12rem;
  }

  .main-contact-wrap {
    height: 45rem;
    padding: 4vh 1em;
    background-image: url('../img/contact-us-m.jpg');
  }

  .main-contact-wrap .img-wrap {
    width: 100%;
    text-align: right;
    margin-top: 5vh;
  }

  .main-contact-wrap .inner {
    align-items: flex-end;
    height: 100%;
  }
  .main-contact-wrap .text-container {
    text-align: center;
  }

  .main-contact-wrap br {
    display: inline-block;
  }

  .main-contact-wrap .title-box .sub-tit {
    font-size: 1.4rem;
    margin-top: 1em;
  }

  .main-contact-wrap .sub-small-tit {
    font-size: 1.6rem;
    margin-top: 0.2em;
  }

  .main-contact-wrap .img-wrap img {
    width: 70%;
  }
}
