@charset "UTF-8";
.header .logo img {
  content: url("https://heatsol01.cdn1.cafe24.com/static/img/common/logo-w.png");
}

.header-wrap {
  width: 100vw;
}
.header-wrap.active .header .logo img {
  content: url("https://heatsol01.cdn1.cafe24.com/static/img/common/logo.png");
}

body {
  overflow-x: hidden;
  overflow-y: overlay;
  width: 100vw;
}
body.fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: calc(100vw - (100vw - 100%));
}
body.fixed .header-wrap {
  width: calc(100vw - (100vw - 100%));
}

.inner {
  max-width: 152rem;
  padding: 0 4rem;
  margin: 0 auto;
}

@media all and (max-width: 47.9375rem) {
  .inner {
    padding: 0 2rem;
  }
}
.ani-box-btn {
  z-index: 10;
  position: absolute;
  left: 50%;
  bottom: 5rem;
  height: -moz-fit-content;
  height: fit-content;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.ani-box-btn .txt {
  display: block;
  margin-bottom: 1.5rem;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
}
.ani-box-btn .ani-line {
  overflow: hidden;
  display: block;
  position: relative;
  margin: 0 auto;
  width: 4.2rem;
  height: 6.1rem;
}
.ani-box-btn .ani-line::after {
  z-index: 1;
  position: absolute;
  left: 0;
  top: -100%;
  width: 100%;
  height: 100%;
  content: "";
  background: url("https://heatsol01.cdn1.cafe24.com/static/img/common/down.png") no-repeat;
  background-size: cover;
  animation: line 1.5s infinite;
  -webkit-animation: line 1.5s infinite;
}

@keyframes line {
  0% {
    top: -100%;
  }
  50% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}
.visual {
  position: relative;
  width: 100%;
}
.visual .slider-wrap {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100vh;
}

/*인트로 */
.intro {
  width: 100%;
  height: 100vh;
}
.intro .bg-img {
  width: 100%;
  height: 100%;
  background-color: #103869;
  transform: scale(0);
  transform-origin: center bottom;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}
.intro .bg-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.intro .txt-wrap {
  z-index: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.intro .desc {
  overflow: hidden;
  display: block;
  position: relative;
  width: 100%;
  height: 7rem;
}
.intro .desc > span {
  display: block;
  position: absolute;
  top: 100%;
  width: 100%;
  text-align: center;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1.2;
  color: #000;
}
.intro .sec-tit {
  overflow: hidden;
  display: block;
  position: relative;
  margin-top: 3rem;
  width: 100%;
  height: 11.2rem;
}
.intro .sec-tit > span {
  display: block;
  position: absolute;
  top: 100%;
  width: 100%;
  text-align: center;
  font-size: 12rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
  color: #000;
}
.intro.active .bg-img {
  transform: scale(1);
  transition: transform 1.1s 1s ease-in-out;
  -webkit-transition: transform 1.1s 1s ease-in-out;
  -moz-transition: transform 1.1s 1s ease-in-out;
  -ms-transition: transform 1.1s 1s ease-in-out;
  -o-transition: transform 1.1s 1s ease-in-out;
}
.intro.active .desc > span {
  top: 0;
  color: #fff;
  transition: top 0.6s 0.2s, color 0.3s 1.6s;
  -webkit-transition: top 0.6s 0.2s, color 0.3s 1.6s;
  -moz-transition: top 0.6s 0.2s, color 0.3s 1.6s;
  -ms-transition: top 0.6s 0.2s, color 0.3s 1.6s;
  -o-transition: top 0.6s 0.2s, color 0.3s 1.6s;
}
.intro.active .sec-tit > span {
  top: 0;
  color: #fff;
  transition: top 0.6s 0.8s, color 0.3s 1.6s;
  -webkit-transition: top 0.6s 0.8s, color 0.3s 1.6s;
  -moz-transition: top 0.6s 0.8s, color 0.3s 1.6s;
  -ms-transition: top 0.6s 0.8s, color 0.3s 1.6s;
  -o-transition: top 0.6s 0.8s, color 0.3s 1.6s;
}

.sec-1 {
  position: relative;
}
.sec-1 .swiper {
  width: 100%;
  height: 100vh;
}
.sec-1 .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.sec-1 .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.sec-1 .bg img {
  height: 100%;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.sec-1 .swiper-slide-active.act .bg img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transition: transform 5.5s;
  -webkit-transition: transform 5.5s;
  -moz-transition: transform 5.5s;
  -ms-transition: transform 5.5s;
  -o-transition: transform 5.5s;
}
.sec-1 .slide-btn-wrap {
  position: absolute;
  width: 7rem;
  height: 15rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 999;
  right: 8.854167%;
}
.sec-1 .swiper-button-prev,
.sec-1 .swiper-button-next {
  position: static;
  width: 7rem;
  height: 7rem;
  margin-top: 0;
  opacity: 0.4;
}
.sec-1 .swiper-button-prev:hover,
.sec-1 .swiper-button-next:hover {
  opacity: 1;
}
.sec-1 .swiper-button-prev {
  background: url("https://heatsol01.cdn1.cafe24.com/static/img/common/prev.png") no-repeat center;
  background-size: cover;
  left: 3.125%;
}
.sec-1 .swiper-button-next {
  background: url("https://heatsol01.cdn1.cafe24.com/static/img/common/next.png") no-repeat center;
  background-size: cover;
  left: auto;
  right: 3.125%;
}
.sec-1 .pag-wrap {
  position: absolute;
  top: 61%;
  right: 8.854167%;
  width: 7rem;
  height: 2rem;
  z-index: 999;
}
.sec-1 .pag-wrap .swiper-pagination {
  font-size: 2rem;
  font-family: "montserrat", sans-serif;
  color: #fff;
  font-weight: 700;
}

.swiper-slide {
  position: relative;
}
.swiper-slide .txt-wrap {
  width: 100%;
  max-width: 152rem;
  padding: 0 4rem;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0;
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
}
.swiper-slide .txt-wrap .desc {
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 5rem;
  color: #fff;
  opacity: 0.6;
  text-align: left;
  transform: translateY(300%);
  -webkit-transform: translateY(300%);
  -moz-transform: translateY(300%);
  -ms-transform: translateY(300%);
  -o-transform: translateY(300%);
  transition: transform 0.8s;
  -webkit-transition: transform 0.8s;
  -moz-transition: transform 0.8s;
  -ms-transition: transform 0.8s;
  -o-transition: transform 0.8s;
}
.swiper-slide .txt-wrap .sec-tit {
  display: block;
  width: 100%;
  margin-top: 4.8rem;
  font-size: 8rem;
  color: #fff;
  transform: translateY(300%);
  -webkit-transform: translateY(300%);
  -moz-transform: translateY(300%);
  -ms-transform: translateY(300%);
  -o-transform: translateY(300%);
  transition: transform 0.8s;
  -webkit-transition: transform 0.8s;
  -moz-transition: transform 0.8s;
  -ms-transition: transform 0.8s;
  -o-transition: transform 0.8s;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-align: left;
  line-height: 1.1;
}
.swiper-slide .txt-wrap .small-desc {
  margin-top: 7.5rem;
  font-size: 2rem;
  color: #fff;
  line-height: 3.3rem;
  font-weight: 500;
  opacity: 0.7;
  text-align: left;
  transform: translateY(300%);
  -webkit-transform: translateY(300%);
  -moz-transform: translateY(300%);
  -ms-transform: translateY(300%);
  -o-transform: translateY(300%);
  transition: transform 0.8s;
  -webkit-transition: transform 0.8s;
  -moz-transition: transform 0.8s;
  -ms-transition: transform 0.8s;
  -o-transition: transform 0.8s;
}

.swiper-slide-active .txt-wrap {
  opacity: 1;
  transition: opacity 2.5s;
  -webkit-transition: opacity 2.5s;
  -moz-transition: opacity 2.5s;
  -ms-transition: opacity 2.5s;
  -o-transition: opacity 2.5s;
}
.swiper-slide-active .txt-wrap .desc {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transition: transform 1s;
  -webkit-transition: transform 1s;
  -moz-transition: transform 1s;
  -ms-transition: transform 1s;
  -o-transition: transform 1s;
}
.swiper-slide-active .txt-wrap .sec-tit {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transition: transform 1s;
  -webkit-transition: transform 1s;
  -moz-transition: transform 1s;
  -ms-transition: transform 1s;
  -o-transition: transform 1s;
}
.swiper-slide-active .txt-wrap .small-desc {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transition: transform 1s;
  -webkit-transition: transform 1s;
  -moz-transition: transform 1s;
  -ms-transition: transform 1s;
  -o-transition: transform 1s;
}

.sec-2 {
  padding: 17.5rem 0 15rem;
}
.sec-2 .top-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5.5rem;
}
.sec-2 .sec-tit {
  font-size: 5rem;
  font-family: "Montserrat", sans-serif;
  color: #002056;
}
.sec-2 .sec-tit span {
  font-size: 2.8rem;
  font-family: "SUIT", sans-serif;
  color: #000;
  font-size: 2.8rem;
  font-weight: 400;
}
.sec-2 .slide-inner {
  padding-left: calc(10.416667% + 4rem);
}
.sec-2 .pro-slide {
  height: 47rem;
}
.sec-2 .slide1 {
  width: 100%;
  height: 100%;
  background: url("https://heatsol01.cdn1.cafe24.com/static/img/main/pro1.png") no-repeat center center;
  background-size: cover;
}
.sec-2 .slide2 {
  width: 100%;
  height: 100%;
  background: url("https://heatsol01.cdn1.cafe24.com/static/img/main/pro2.png") no-repeat center center;
  background-size: cover;
}
.sec-2 .slide3 {
  width: 100%;
  height: 100%;
  background: url("https://heatsol01.cdn1.cafe24.com/static/img/main/pro3.png") no-repeat center center;
  background-size: cover;
}
.sec-2 .slide4 {
  width: 100%;
  height: 100%;
  background: url("https://heatsol01.cdn1.cafe24.com/static/img/main/pro4.png") no-repeat center center;
  background-size: cover;
}
.sec-2 .slide5 {
  width: 100%;
  height: 100%;
  background: url("https://heatsol01.cdn1.cafe24.com/static/img/main/pro5.png") no-repeat center center;
  background-size: cover;
}
.sec-2 .swiper-slide:hover .bg {
  opacity: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.sec-2 .swiper-slide:hover .bg p,
.sec-2 .swiper-slide:hover .bg a {
  opacity: 1;
  transition: opacity 0.5s 0.45s;
  -webkit-transition: opacity 0.5s 0.45s;
  -moz-transition: opacity 0.5s 0.45s;
  -ms-transition: opacity 0.5s 0.45s;
  -o-transition: opacity 0.5s 0.45s;
}
.sec-2 .swiper-pagination-bullet {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 1.2rem;
  -webkit-border-radius: 1.2rem;
  -moz-border-radius: 1.2rem;
  -ms-border-radius: 1.2rem;
  -o-border-radius: 1.2rem;
  background: #002056;
  opacity: 0.2;
}
.sec-2 .swiper-pagination-bullet-active {
  opacity: 1;
}
.sec-2 .bg {
  display: flex;
  opacity: 0;
  flex-direction: column;
  padding: 6rem 5rem;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  background: rgba(0, 32, 86, 0.9);
  transition: opacity 0.5s transform 0.5s;
  -webkit-transition: opacity 0.5s transform 0.5s;
  -moz-transition: opacity 0.5s transform 0.5s;
  -ms-transition: opacity 0.5s transform 0.5s;
  -o-transition: opacity 0.5s transform 0.5s;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
}
.sec-2 .bg p,
.sec-2 .bg a {
  opacity: 0;
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
}
.sec-2 .p-name {
  font-size: 2.5rem;
  color: #fff;
  font-weight: 600;
}

.sec-3 {
  padding: 17.5rem 0 19rem;
  background: #f3f3f4;
}
.sec-3 .top-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 5.5rem;
}
.sec-3 .sec-tit {
  font-size: 5rem;
  font-family: "Montserrat", sans-serif;
  color: #002056;
}
.sec-3 .sec-tit span {
  font-size: 2.8rem;
  font-family: "SUIT", sans-serif;
  color: #000;
  font-size: 2.8rem;
  font-weight: 400;
}
.sec-3 .viewmore {
  display: flex;
  gap: 1.4rem;
  align-items: flex-end;
}
.sec-3 .viewmore p {
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
}
.sec-3 .under-flex {
  display: flex;
  justify-content: center;
}
.sec-3 .box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 48rem;
  height: 56rem;
  padding: 6rem 0 6rem 5rem;
}
.sec-3 .box .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.sec-3 .box .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-3 .top-tit {
  font-size: 2rem;
  line-height: 4rem;
  font-weight: 600;
  color: #fff;
}
.sec-3 .pro-name {
  width: 100%;
  display: block;
  padding-right: 2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 700;
  color: #fff;
}

.cursor {
  opacity: 0.5;
  z-index: 100;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  text-align: center;
  font-size: 2rem;
  font-weight: 800;
  color: #fff;
  background-color: #60a8ff;
  border-radius: 10rem;
  pointer-events: none;
  transition: opacity 0.2s, transform 0.3s;
  box-shadow: 0 0 1rem rgba(0, 6, 18, 0.3);
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  -ms-border-radius: 10rem;
  -o-border-radius: 10rem;
  -webkit-transition: opacity 0.2s, transform 0.3s;
  -moz-transition: opacity 0.2s, transform 0.3s;
  -ms-transition: opacity 0.2s, transform 0.3s;
  -o-transition: opacity 0.2s, transform 0.3s;
}
.cursor > span {
  opacity: 0;
  visibility: hidden;
}
.cursor.move {
  opacity: 1;
  width: 12rem;
  height: 12rem;
  transition: opacity 0.2s 0.1s, width 0.5s 0.1s, height 0.5s 0.1s;
  -webkit-transition: opacity 0.2s 0.1s, width 0.5s 0.1s, height 0.5s 0.1s;
  -moz-transition: opacity 0.2s 0.1s, width 0.5s 0.1s, height 0.5s 0.1s;
  -ms-transition: opacity 0.2s 0.1s, width 0.5s 0.1s, height 0.5s 0.1s;
  -o-transition: opacity 0.2s 0.1s, width 0.5s 0.1s, height 0.5s 0.1s;
}
.cursor.move > span {
  position: relative;
  visibility: visible;
  opacity: 1;
  line-height: 1.2;
  transition: all 0.5s 0.3s;
  -webkit-transition: all 0.5s 0.3s;
  -moz-transition: all 0.5s 0.3s;
  -ms-transition: all 0.5s 0.3s;
  -o-transition: all 0.5s 0.3s;
}

@media all and (max-width: 64rem) {
  .cursor {
    display: none;
  }
}
@keyframes left {
  0% {
    left: -2rem;
  }
  100% {
    left: -2.5rem;
  }
}
@keyframes right {
  0% {
    right: -2rem;
  }
  100% {
    right: -2.5rem;
  }
}
.sec-4 {
  padding: 18rem 0 15rem;
}
.sec-4 .top-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 5.5rem;
}
.sec-4 .sec-tit {
  font-size: 5rem;
  font-family: "Montserrat", sans-serif;
  color: #002056;
}
.sec-4 .sec-tit span {
  font-size: 2.8rem;
  font-family: "SUIT", sans-serif;
  color: #000;
  font-size: 2.8rem;
  font-weight: 400;
}
.sec-4 .viewmore {
  display: flex;
  gap: 1.4rem;
  align-items: flex-end;
}
.sec-4 .viewmore p {
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
}
.sec-4 .notice-wrap {
  display: flex;
  gap: 3rem;
}
.sec-4 .notice-box {
  max-width: calc(100% - 2rem);
  width: calc(33.3333333333% - 2rem);
}
.sec-4 .notice-box .n-img {
  height: 28rem;
}
.sec-4 .notice-box .n-img img {
  width: 100%;
  height: 100%;
}
.sec-4 .notice-box:hover .desc {
  text-decoration: underline;
}
.sec-4 .desc {
  margin-top: 5rem;
  font-size: 2rem;
  line-height: 3.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.sec-4 .date {
  display: block;
  margin-top: 2rem;
  font-size: 1.8rem;
  line-height: 3.3rem;
}

.sec-5 {
  position: relative;
}
.sec-5 .info-wrap {
  position: absolute;
  z-index: 99;
  width: 50%;
  margin-top: 12.7rem;
}
.sec-5 .info-wrap .inner {
  margin: 0;
  padding-left: calc(20.416667% + 4rem);
}
.sec-5 .sec-tit {
  font-family: "Montserrat", sans-serif;
  font-size: 4rem;
  color: #fff;
  font-weight: 500;
}
.sec-5 .pag {
  margin-top: 8.8rem;
  display: inline-block;
}
.sec-5 .swiper-pagination {
  position: static;
  display: flex;
  gap: 4.7rem;
  width: 7rem !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sec-5 .swiper-pagination .swiper-pagination-bullet {
  display: block;
  opacity: 0.5;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.sec-5 .swiper-pagination .swiper-pagination-bullet:first-child {
  width: 2.9rem;
  height: 2.9rem;
  background: url("https://heatsol01.cdn1.cafe24.com/static/img/main/pa1.png") no-repeat;
  background-size: cover;
}
.sec-5 .swiper-pagination .swiper-pagination-bullet:first-child.swiper-pagination-bullet-active {
  width: 7rem;
  height: 7rem;
  background: url("https://heatsol01.cdn1.cafe24.com/static/img/main/pa1-ac.png") no-repeat;
}
.sec-5 .swiper-pagination .swiper-pagination-bullet:nth-child(2) {
  width: 2.6rem;
  height: 2.6rem;
  background: url("https://heatsol01.cdn1.cafe24.com/static/img/main/pa2.png") no-repeat;
  background-size: cover;
}
.sec-5 .swiper-pagination .swiper-pagination-bullet:nth-child(2).swiper-pagination-bullet-active {
  width: 7rem;
  height: 7rem;
  background: url("https://heatsol01.cdn1.cafe24.com/static/img/main/pa2-ac.png") no-repeat;
}
.sec-5 .swiper-pagination .swiper-pagination-bullet:nth-child(3) {
  width: 2.3rem;
  height: 2.7rem;
  background: url("https://heatsol01.cdn1.cafe24.com/static/img/main/pa3.png") no-repeat;
  background-size: cover;
}
.sec-5 .swiper-pagination .swiper-pagination-bullet:nth-child(3).swiper-pagination-bullet-active {
  width: 7rem;
  height: 7rem;
  background: url("https://heatsol01.cdn1.cafe24.com/static/img/main/pa3-ac.png") no-repeat;
}
.sec-5 .swiper-pagination .swiper-pagination-bullet:nth-child(4) {
  width: 2.5rem;
  height: 2.5rem;
  background: url("https://heatsol01.cdn1.cafe24.com/static/img/main/pa4.png") no-repeat;
  background-size: cover;
}
.sec-5 .swiper-pagination .swiper-pagination-bullet:nth-child(4).swiper-pagination-bullet-active {
  width: 7rem;
  height: 7rem;
  background: url("https://heatsol01.cdn1.cafe24.com/static/img/main/pa4-ac.png") no-repeat;
}
.sec-5 .swiper-pagination .swiper-pagination-bullet:last-child {
  width: 2.6rem;
  height: 2.6rem;
  background: url("https://heatsol01.cdn1.cafe24.com/static/img/main/pa5.png") no-repeat;
  background-size: cover;
}
.sec-5 .swiper-pagination .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active {
  width: 7rem;
  height: 7rem;
  background: url("https://heatsol01.cdn1.cafe24.com/static/img/main/pa5-ac.png") no-repeat;
}
.sec-5 .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.sec-5 .swiper-slide {
  width: 100%;
  height: 69rem;
}
.sec-5 .swiper-slide .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.sec-5 .swiper-slide .inner-box {
  position: relative;
  z-index: 99;
  width: 100%;
  height: 100%;
}
.sec-5 .swiper-slide .right-cont {
  position: absolute;
  z-index: 99;
  left: 55.208333%;
  bottom: 9.5rem;
}
.sec-5 .swiper-slide .right-cont .type-tit {
  font-size: 5.5rem;
  font-weight: 800;
  color: #fff;
}
.sec-5 .swiper-slide .right-cont .line {
  height: 1px;
  width: 10.6rem;
  margin: 4rem 0;
  background: rgba(255, 255, 255, 0.3);
}
.sec-5 .swiper-slide .right-cont .desc {
  height: 11rem;
  font-size: 2.5rem;
  color: #fff;
  opacity: 0.7;
  line-height: 4rem;
}
.sec-5 .swiper-slide .right-cont .go {
  display: block;
  margin-top: 2rem;
}
.sec-5 .slide1 .bg {
  background: url("https://heatsol01.cdn1.cafe24.com/static/img/main/bg1.png") no-repeat center;
  background-size: cover;
}
.sec-5 .slide2 .bg {
  background: url("https://heatsol01.cdn1.cafe24.com/static/img/main/bg2.png") no-repeat center;
  background-size: cover;
}
.sec-5 .slide3 .bg {
  background: url("https://heatsol01.cdn1.cafe24.com/static/img/main/bg3.png") no-repeat center;
  background-size: cover;
}
.sec-5 .slide4 .bg {
  background: url("https://heatsol01.cdn1.cafe24.com/static/img/main/bg4.png") no-repeat center;
  background-size: cover;
}
.sec-5 .slide5 .bg {
  background: url("https://heatsol01.cdn1.cafe24.com/static/img/main/bg5.png") no-repeat center;
  background-size: cover;
}
.sec-5 .swiper-slide-active .bg {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transition: all 3s;
  -webkit-transition: all 3s;
  -moz-transition: all 3s;
  -ms-transition: all 3s;
  -o-transition: all 3s;
}

.viewmore:hover {
  text-decoration: underline;
}

@media all and (min-width: 120.0625rem) {
  .sec-2 .slide-inner {
    padding-left: calc(20.06667% + 4rem);
  }
  .sec-5 .info-wrap .inner {
    padding-left: calc(40.06667% + 4rem);
  }
}
@media all and (max-width: 85.375rem) {
  .intro .desc span {
    font-size: 4rem;
  }
  .intro .sec-tit span {
    font-size: 10rem;
  }
  .sec-1 .swiper {
    height: 76rem;
  }
  .sec-1 .swiper-slide .txt-wrap .desc {
    font-size: 3rem;
  }
  .sec-1 .swiper-slide .txt-wrap .sec-tit {
    font-size: 6rem;
  }
  .sec-1 .pag-wrap {
    top: 63%;
  }
  .sec-2 {
    padding: 15.5rem 0 15rem;
  }
  .sec-2 .slide-inner {
    padding-left: 4rem;
  }
  .sec-2 .pro-slide {
    height: 36rem;
  }
  .sec-2 .top-flex {
    margin-bottom: 4rem;
  }
  .sec-2 .sec-tit {
    font-size: 4rem;
  }
  .sec-2 .sec-tit span {
    font-size: 2.4rem;
  }
  .sec-3 {
    padding: 15.5rem 0 15rem;
  }
  .sec-3 .top-flex {
    margin-bottom: 4rem;
  }
  .sec-3 .sec-tit {
    font-size: 4rem;
  }
  .sec-3 .sec-tit span {
    font-size: 2.4rem;
  }
  .sec-3 .box {
    padding: 4rem 0 4rem 3rem;
    width: 33.3333333333%;
    height: 50rem;
  }
  .sec-3 .top-tit {
    font-size: 1.8rem;
  }
  .sec-3 .pro-name {
    font-size: 2.6rem;
  }
  .sec-4 {
    padding: 16rem 0 12rem;
  }
  .sec-4 .top-flex {
    margin-bottom: 4rem;
  }
  .sec-4 .sec-tit {
    font-size: 4rem;
  }
  .sec-4 .sec-tit span {
    font-size: 2.4rem;
  }
  .sec-4 .notice-box .n-img {
    height: 24rem;
  }
  .sec-4 .desc {
    margin-top: 3rem;
    font-size: 1.8rem;
  }
  .sec-4 .date {
    margin-top: 1rem;
    font-size: 1.6rem;
  }
  .sec-5 .info-wrap {
    width: auto;
  }
  .sec-5 .info-wrap .inner {
    padding-left: 4rem;
  }
  .sec-5 .swiper-slide .inner-box {
    padding-right: 4rem;
  }
  .sec-5 .swiper-slide .right-cont {
    left: 46.208333%;
    bottom: 12.5rem;
  }
  .sec-5 .swiper-slide .right-cont .type-tit {
    font-size: 4.5rem;
  }
  .sec-5 .swiper-slide .right-cont .desc {
    height: 8rem;
    font-size: 2rem;
    line-height: 1.8;
  }
  .sec-5 .swiper-slide .right-cont .go {
    margin-top: 5rem;
  }
}
@media all and (max-width: 64rem) {
  .intro .desc span {
    font-size: 3.6rem;
  }
  .intro .sec-tit span {
    font-size: 9rem;
  }
  .sec-1 .swiper {
    height: 100%;
  }
  .sec-1 .swiper-slide .txt-wrap .desc {
    font-size: 2.7rem;
  }
  .sec-1 .swiper-slide .txt-wrap .sec-tit {
    margin-top: 4rem;
    font-size: 5rem;
    line-height: 1.1;
  }
  .sec-1 .swiper-slide .txt-wrap .small-desc {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .sec-2 {
    padding: 12.5rem 0 12rem;
  }
  .sec-2 .sec-tit {
    font-size: 3.2rem;
  }
  .sec-2 .sec-tit span {
    font-size: 2rem;
  }
  .sec-2 .bg {
    padding: 4rem 4rem;
  }
  .sec-3 {
    padding: 12.5rem 0 12rem;
  }
  .sec-3 .sec-tit {
    font-size: 3.2rem;
  }
  .sec-3 .sec-tit span {
    font-size: 2rem;
  }
  .sec-3 .box {
    height: 45rem;
  }
  .sec-3 .top-tit {
    font-size: 1.6rem;
    line-height: 1;
  }
  .sec-3 .pro-name {
    font-size: 2rem;
  }
  .sec-4 .sec-tit {
    font-size: 3.2rem;
  }
  .sec-4 .sec-tit span {
    font-size: 2rem;
  }
  .sec-4 .desc br {
    display: none;
  }
  .sec-4 .notice-box .n-img {
    height: 21rem;
  }
  .sec-5 .info-wrap {
    margin-top: 10.7rem;
  }
  .sec-5 .swiper-slide {
    height: 65rem;
  }
  .sec-5 .swiper-slide .right-cont {
    left: 35.208333%;
    bottom: 6.5rem;
  }
  .sec-5 .swiper-slide .right-cont .desc {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .ani-box-btn .ani-line {
    width: 3.3rem;
    height: 5.1rem;
  }
  .intro .desc span {
    font-size: 3rem;
  }
  .intro .sec-tit {
    margin-top: 2rem;
    height: 9.2rem;
  }
  .intro .sec-tit span {
    font-size: 7rem;
  }
  .sec-1 .swiper-slide .txt-wrap .desc {
    font-size: 2.7rem;
    line-height: 1.5;
  }
  .sec-1 .swiper-slide .txt-wrap .sec-tit {
    margin-top: 3rem;
    font-size: 4.8rem;
  }
  .sec-1 .swiper-slide .txt-wrap .small-desc {
    margin-top: 5rem;
    font-size: 1.6rem;
    word-break: keep-all;
  }
  .sec-1 .swiper-slide .txt-wrap .small-desc br {
    display: none;
  }
  .sec-1 .slide-btn-wrap {
    right: 2.854167%;
  }
  .sec-1 .swiper-button-prev,
  .sec-1 .swiper-button-next {
    width: 6rem;
    height: 6rem;
  }
  .sec-1 .pag-wrap {
    top: 57.5%;
    right: 3.554167%;
  }
  .sec-1 .pag-wrap .swiper-pagination {
    font-size: 1.8rem;
  }
  .sec-2 .pro-slide {
    height: 30rem;
  }
  .sec-2 .p-name {
    font-size: 2rem;
  }
  .sec-3 .box {
    padding: 4rem 0 4rem 2rem;
    height: 36rem;
  }
  .sec-3 .top-tit {
    margin-bottom: 2rem;
  }
  .sec-3 .pro-name {
    line-height: 1.5;
  }
  .sec-4 .notice-box .n-img {
    height: 14rem;
  }
  .sec-4 .desc {
    margin-top: 2rem;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .sec-5 .swiper-slide .right-cont {
    left: 28.208333%;
    bottom: 13.5rem;
  }
  .sec-5 .swiper-slide .right-cont .type-tit {
    font-size: 4rem;
  }
  .sec-5 .swiper-slide .right-cont .line {
    margin: 3rem 0;
  }
  .sec-5 .swiper-slide .right-cont .desc {
    height: 9rem;
    padding-right: 4rem;
    font-size: 1.7rem;
  }
  .sec-5 .swiper-slide .right-cont .desc br {
    display: none;
  }
}
@media all and (max-width: 47.9375rem) {
  .inner {
    padding: 0 2rem;
  }
  .intro .desc {
    height: 6rem;
  }
  .intro .desc span {
    font-size: 2.4rem;
  }
  .intro .sec-tit {
    margin-top: 2rem;
    height: 6rem;
  }
  .intro .sec-tit span {
    font-size: 5rem;
  }
  .sec-1 .bg1,
  .sec-1 .bg2,
  .sec-1 .bg3 {
    background: url("https://heatsol01.cdn1.cafe24.com/static/img/main/slide1.png") no-repeat 65%;
    background-size: cover;
  }
  .sec-1 .swiper-slide .txt-wrap {
    top: 40%;
    padding: 0 2rem;
  }
  .sec-1 .swiper-slide .txt-wrap .desc {
    font-size: 1.6rem;
    line-height: 1.5;
    word-break: keep-all;
  }
  .sec-1 .swiper-slide .txt-wrap .sec-tit {
    margin-top: 2rem;
    font-size: 2.5rem;
    word-break: keep-all;
  }
  .sec-1 .swiper-slide .txt-wrap .small-desc {
    margin-top: 2rem;
    font-size: 1.4rem;
    white-space: wrap;
    word-break: keep-all;
  }
  .sec-1 .swiper-slide .txt-wrap .small-desc br {
    display: none;
  }
  .sec-1 .slide-btn-wrap {
    top: 72%;
  }
  .sec-1 .pag-wrap {
    top: 83%;
    right: 4.154167%;
  }
  .sec-1 .pag-wrap .swiper-pagination {
    font-size: 1.6rem;
  }
  .sec-2 {
    padding: 10.5rem 0 10rem;
  }
  .sec-2 .swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
  }
  .sec-2 .top-flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 4rem;
    margin-bottom: 2rem;
  }
  .sec-2 .sec-tit {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    font-size: 2.7rem;
  }
  .sec-2 .sec-tit span {
    display: block;
    font-size: 1.8rem;
  }
  .sec-2 .slide-inner {
    padding-left: 2rem;
  }
  .sec-2 .pro-slide {
    height: 19rem;
  }
  .sec-2 .bg {
    padding: 2rem;
  }
  .sec-2 .bg a {
    display: block;
    width: 5rem;
    height: 5rem;
  }
  .sec-2 .p-name {
    font-size: 1.6rem;
  }
  .sec-3 {
    padding: 10.5rem 0 10rem;
  }
  .sec-3 .top-flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 3rem;
    margin-bottom: 2rem;
  }
  .sec-3 .sec-tit {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    font-size: 2.7rem;
  }
  .sec-3 .sec-tit span {
    display: block;
    font-size: 1.8rem;
  }
  .sec-3 .viewmore p {
    font-size: 1.5rem;
  }
  .sec-3 .under-flex {
    flex-direction: column;
  }
  .sec-3 .box {
    width: 100%;
    height: 33rem;
  }
  .sec-3 .top-tit {
    margin-bottom: 1rem;
    font-size: 1.8rem;
  }
  .sec-3 .pro-name {
    font-size: 2.1rem;
  }
  .sec-4 {
    padding: 12rem 0 10rem;
  }
  .sec-4 .top-flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 3rem;
    margin-bottom: 2rem;
  }
  .sec-4 .sec-tit {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    font-size: 2.7rem;
  }
  .sec-4 .sec-tit span {
    display: block;
    font-size: 1.8rem;
  }
  .sec-4 .viewmore p {
    font-size: 1.5rem;
  }
  .sec-4 .notice-wrap {
    flex-direction: column;
  }
  .sec-4 .notice-box {
    max-width: none;
    width: 100%;
  }
  .sec-4 .notice-box .n-img {
    height: 19rem;
  }
  .sec-5 .info-wrap {
    margin-top: 8rem;
  }
  .sec-5 .info-wrap .inner {
    padding-left: 2rem;
  }
  .sec-5 .sec-tit {
    font-size: 3rem;
  }
  .sec-5 .swiper-pagination {
    flex-direction: row;
    width: 100% !important;
    gap: 2.7rem;
  }
  .sec-5 .pag {
    margin-top: 4rem;
  }
  .sec-5 .swiper-slide {
    height: 50rem;
  }
  .sec-5 .swiper-slide .inner-box {
    padding-right: 2rem;
  }
  .sec-5 .swiper-slide .right-cont {
    max-width: calc(100% - 4rem);
    left: 2rem;
    bottom: 2.5rem;
  }
  .sec-5 .swiper-slide .right-cont .type-tit {
    font-size: 2.7rem;
  }
  .sec-5 .swiper-slide .right-cont .line {
    margin: 2rem 0;
  }
  .sec-5 .swiper-slide .right-cont .desc {
    padding-right: 0;
    height: 8rem;
    font-size: 1.5rem;
    word-break: keep-all;
  }
  .sec-5 .swiper-slide .right-cont .desc br {
    display: none;
  }
  .sec-5 .swiper-slide .right-cont .go {
    margin-top: 7rem;
  }
}