.header-wrap {
  background: rgba(255, 255, 255, 0.1);
}

.header-wrap .header .logo img {
  content: url("https://mirae005.cdn1.cafe24.com/static/img/common/logo-w.png");
}

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

.visual-wrap {
  width: 100vw;
}

.visual {
  width: 100%;
  height: 60rem;
  background-size: cover !important;
}

.visual-tit {
  padding-top: 29rem;
  font-size: 6rem;
  color: #fff;
}

.section {
  width: 100%;
  padding: 0 0 13rem;
}

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

.flex-wrap {
  display: flex;
}

.right {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.product-name {
  font-size: 4rem;
  line-height: 1.2;
}

.page-desc {
  font-size: 2rem;
  line-height: 1.6;
}

.go a {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.go a span {
  display: block;
  color: #60646F;
  font-size: 1.8rem;
}

.go:hover a span {
  font-weight: 700;
  color: var(--c-main);
}

.go:hover img {
  content: url("https://mirae005.cdn1.cafe24.com/static/img/icon/arrow-hover.png");
}

.point {
  color: var(--c-main);
}

.page-top {
  margin-bottom: 10rem;
}

.page-top .dep2 {
  display: inline-block;
  margin-bottom: 3rem;
  padding: 0.8rem 2rem;
  color: var(--c-main);
  font-size: 2rem;
  background: #F5F8FF;
  border-radius: 10rem;
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  -ms-border-radius: 10rem;
  -o-border-radius: 10rem;
}

.page-top .page-tit {
  font-size: 5rem;
  line-height: 6rem;
}

@media all and (max-width: 85.375rem) {
  .section {
    padding-bottom: 10rem;
  }
}

@media all and (max-width: 64rem) {
  .section {
    padding-bottom: 8rem;
  }

  .page-top .dep2 {
    margin-bottom: 2rem;
    font-size: 1.8rem;
  }
}

@media all and (max-width: 63.9375rem) {
  .section {
    padding-bottom: 6rem;
  }
}

@media all and (max-width: 47.9375rem) {
  .section {
    padding-bottom: 4rem;
  }

  .section .page-top .dep2 {
    font-size: 1.6rem;
  }
}

.sec-1 .video-wrap {
  width: 100%;
}

.sec-1 .video-wrap video {
  width: 100%;
  height: 100%;
  max-width: none;
}

.sec-2 .flex-wrap {
  gap: 15.5rem;
}

.sec-2 .img-wrap {
  position: relative;
}

.sec-2 .img-wrap::before {
  display: none;
  content: "";
  width: 9.7rem;
  height: 9.6rem;
  position: absolute;
  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%);
  background: url("https://mirae005.cdn1.cafe24.com/static/img/main/main-hover.png") no-repeat;
  background-size: cover;
}

.sec-2 .img-wrap:hover::before {
  display: block;
}

.sec-2 .slider-wrap {
  position: relative;
}

.sec-2 .thumbsSlider {
  position: absolute !important;
  width: 52rem;
  overflow: hidden;
  z-index: 100;
  bottom: 13rem;
  right: 27rem;
  background: #fff;
}

.sec-2 .thumbsSlider .swiper-slide {
  width: 25rem !important;
  display: block !important;
}

.sec-2 .thumbsSlider .swiper-slide-visible.swiper-slide-thumb-active {
  display: none !important;
}

.sec-2 .swiper-button-next,
.sec-2 .swiper-button-prev {
  width: 3rem !important;
  height: 6rem !important;
  background-size: cover;
  top: auto !important;
  bottom: 26rem;
}

.sec-2 .swiper-button-next {
  background: url("https://mirae005.cdn1.cafe24.com/static/img/main/next.png") no-repeat center;
}

.sec-2 .swiper-button-prev {
  background: url("https://mirae005.cdn1.cafe24.com/static/img/main/prev.png") no-repeat center;
}

@media all and (max-width: 85.375rem) {
  .sec-2 {
    padding-bottom: 0;
  }

  .sec-2 .slider-wrap {
    padding: 0 0 10rem;
  }

  .sec-2 .flex-wrap {
    gap: 8rem;
  }

  .sec-2 .thumbsSlider {
    right: 0;
  }

  .sec-2 .page-tit {
    font-size: 4rem;
    line-height: 1.3;
  }

  .sec-2 .page-desc {
    font-size: 1.8rem;
    word-break: keep-all;
  }

  .sec-2 .product-name {
    font-size: 3rem;
  }
}

@media all and (max-width: 64rem) {
  .sec-2 .page-top .page-tit {
    font-size: 3rem;
  }

  .sec-2 .img-wrap {
    width: 40%;
  }

  .sec-2 .img-wrap::before {
    width: 7.7rem;
    height: 7.6rem;
  }

  .sec-2 .thumbsSlider {
    width: 32rem;
    bottom: 8rem;
  }

  .sec-2 .thumbsSlider .swiper-slide {
    width: 15rem !important;
  }
}

@media all and (max-width: 63.9375rem) {
  .sec-2 .page-top {
    margin-bottom: 4rem;
  }

  .sec-2 .right {
    gap: 1rem;
  }

  .sec-2 .flex-wrap {
    gap: 6rem;
  }

  .sec-2 .product-name {
    font-size: 2.4rem;
  }

  .sec-2 .page-desc {
    font-size: 1.6rem;
  }

  .sec-2 .img-wrap::before {
    width: 4.7rem;
    height: 4.6rem;
  }

  .sec-2 .go a span {
    font-size: 1.4rem;
  }

  .sec-2 .thumbsSlider {
    width: 22rem;
    bottom: 6rem;
  }

  .sec-2 .thumbsSlider .swiper-slide {
    width: 10rem !important;
  }

  .sec-2 .swiper-button-next,
  .sec-2 .swiper-button-prev {
    bottom: 10rem;
  }
}

@media all and (max-width: 47.9375rem) {
  .sec-2 .flex-wrap {
    flex-direction: column;
  }

  .sec-2 .slider-wrap {
    padding-bottom: 15rem;
  }

  .sec-2 .img-wrap {
    width: 100%;
    height: 20rem;
    text-align: center;
    gap: 4rem;
  }

  .sec-2 .img-wrap img {
    height: 100%;
  }

  .sec-2 .swiper-button-next,
  .sec-2 .swiper-button-prev {
    width: 1.5rem !important;
    height: 3rem !important;
    bottom: 29rem;
    background-size: cover;
  }

  .sec-2 .page-top .page-tit {
    font-size: 2.4rem;
  }
}

.sec-3 {
  background: #F6F6F6;
}

.sec-3 .inner {
  position: relative;
}

.sec-3 .inner::before {
  content: "";
  position: absolute;
  width: 40rem;
  height: 40rem;
  background: url("https://mirae005.cdn1.cafe24.com/static/img/main/inq.png") no-repeat;
  bottom: -13rem;
  right: 0;
}

.sec-3 .page-top {
  padding-top: 13rem;
  margin-bottom: 6rem;
  text-align: center;
}

.sec-3 .page-top .dep2 {
  background: #fff;
}

.sec-3 .page-top .page-tit {
  font-size: 6rem;
}

.sec-3 .btn-wrap {
  display: flex;
  justify-content: center;
}

.sec-3 .btn {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 1.2rem 2rem;
  background: var(--c-main);
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  border-radius: 10rem;
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  -ms-border-radius: 10rem;
  -o-border-radius: 10rem;
}

@media all and (max-width: 85.375rem) {
  .sec-3 .inner::before {
    width: 32rem;
    height: 32rem;
    background-size: cover;
    bottom: -10rem;
    right: 4rem;
  }

  .sec-3 .page-top {
    padding-top: 10rem;
  }

  .sec-3 .page-top .page-tit {
    font-size: 4.5rem;
  }
}

@media all and (max-width: 64rem) {
  .sec-3 .inner::before {
    width: 25rem;
    height: 25rem;
    bottom: -8rem;
  }

  .sec-3 .page-top {
    padding-top: 8rem;
  }

  .sec-3 .page-top .page-tit {
    font-size: 3.5rem;
  }

  .sec-3 .btn {
    font-size: 1.6rem;
  }
}

@media all and (max-width: 63.9375rem) {
  .sec-3 .inner::before {
    width: 20rem;
    height: 20rem;
    bottom: -6rem;
  }

  .sec-3 .page-top {
    padding-top: 6rem;
    margin-bottom: 4rem;
  }
}

@media all and (max-width: 47.9375rem) {
  .sec-3 .inner::before {
    width: 16rem;
    height: 16rem;
    bottom: -4rem;
    right: 2rem;
  }

  .sec-3 .page-top {
    padding-top: 4rem;
    margin-bottom: 2rem;
  }

  .sec-3 .page-top .page-tit {
    font-size: 2.5rem;
  }

  .sec-3 .btn {
    padding: 1rem 1.6rem;
    font-size: 1.4rem;
  }
}

.sec-4 {
  padding: 13rem 0;
}

.sec-4 .all-wrap {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-left: 8.333333%;
  gap: 13.5rem;
}

.sec-4 .left {
  min-width: 20.8rem;
  height: 32.2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sec-4 .page-tit {
  font-size: 6rem;
}

.sec-4 .slider-wrap {
  width: 100%;
  overflow: hidden;
}

.sec-4 .swiper-wrapper {
  display: flex;
}

.sec-4 .swiper-slide {
  opacity: 0.4;
}

.sec-4 .swiper-slide.swiper-slide-active,
.sec-4 .swiper-slide.swiper-slide-next {
  opacity: 1;
}

.sec-4 .swiper-slide .img-wrap {
  height: 23.2rem;
  text-align: center;
}

.sec-4 .swiper-slide .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sec-4 .swiper-button-next,
.sec-4 .swiper-button-prev {
  width: 5rem;
  height: 7rem;
  top: auto !important;
  bottom: 0;
  background-size: cover;
}

.sec-4 .swiper-button-next {
  background: url("https://mirae005.cdn1.cafe24.com/static/img/main/slide-next.png") no-repeat center;
  right: auto !important;
  left: 7rem;
}

.sec-4 .swiper-button-next:hover {
  background: url("https://mirae005.cdn1.cafe24.com/static/img/main/slide-next-hover.png") no-repeat center;
  background-size: cover;
}

.sec-4 .swiper-button-prev {
  background: url("https://mirae005.cdn1.cafe24.com/static/img/main/slide-prev.png") no-repeat center;
  left: 0 !important;
}

.sec-4 .swiper-button-prev:hover {
  background: url("https://mirae005.cdn1.cafe24.com/static/img/main/slide-prev-hover.png") no-repeat center;
  background-size: cover;
}

.sec-4 .txt-wrap {
  display: flex;
  margin-top: 3rem;
  flex-direction: column;
  gap: 2rem;
}

.sec-4 .date {
  font-size: 2rem;
  font-weight: 700;
}

.sec-4 .desc {
  display: block;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 2rem;
  overflow: hidden;
}

@media all and (max-width: 85.375rem) {
  .sec-4 {
    padding: 10rem 0;
  }

  .sec-4 .swiper-slide.swiper-slide-next {
    opacity: 0.4;
  }

  .sec-4 .swiper-slide .img-wrap {
    height: 22.7rem;
  }

  .sec-4 .page-top .page-tit {
    font-size: 4rem;
  }
}

@media all and (max-width: 64rem) {
  .sec-4 {
    padding: 8rem 0;
  }

  .sec-4 .all-wrap {
    gap: 0;
  }

  .sec-4 .left {
    height: 33rem;
  }

  .sec-4 .swiper-slide.swiper-slide-next {
    opacity: 1;
  }

  .sec-4 .page-top .page-tit {
    font-size: 3rem;
  }
}

@media all and (max-width: 63.9375rem) {
  .sec-4 {
    padding: 6rem 0;
  }

  .sec-4 .left {
    min-width: 15.8rem;
    height: 20rem;
  }

  .sec-4 .txt-wrap {
    gap: 1rem;
  }

  .sec-4 .date {
    font-size: 1.6rem;
  }

  .sec-4 .swiper-button-prev,
  .sec-4 .swiper-button-next {
    width: 3rem;
    height: 5rem;
    background-size: cover;
  }

  .sec-4 .swiper-slide .img-wrap {
    height: 12.1rem;
  }
}

@media all and (max-width: 47.9375rem) {
  .sec-4 {
    padding: 4rem 0;
  }

  .sec-4 .left {
    min-width: 11.8rem;
    height: 18rem;
  }

  .sec-4 .swiper-slide.swiper-slide-next {
    opacity: 0.4;
  }

  .sec-4 .swiper-slide .img-wrap {
    height: 10rem;
  }

  .sec-4 .date {
    font-size: 1.5rem;
  }

  .sec-4 .desc {
    font-size: 1.6rem;
  }

  .sec-4 .page-top .page-tit {
    font-size: 2rem;
  }

  .sec-4 .swiper-button-next {
    left: 5rem;
  }
}

.sec-5 {
  padding: 13rem 0;
  background: url("https://mirae005.cdn1.cafe24.com/static/img/main/section_05.png") no-repeat;
  background-size: cover;
}

.sec-5 .flex-wrap {
  gap: 13.5rem;
}

.sec-5 .page-tit {
  color: #fff;
  font-size: 6rem;
  line-height: 7rem;
}

.sec-5 .img-box {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  justify-content: center;
  width: 48rem;
  height: 28rem;
  background: #fff;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}

.sec-5 .img-box::before {
  content: "";
  width: 12rem;
  height: 16rem;
  background: url("https://mirae005.cdn1.cafe24.com/static/img/main/box_01.png") no-repeat;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}

.sec-5 .box-tit {
  font-size: 3rem;
}

@media all and (max-width: 85.375rem) {
  .sec-5 {
    padding: 10rem 0;
  }

  .sec-5 .page-top {
    margin-bottom: 0;
  }

  .sec-5 .page-top .page-tit {
    font-size: 4.5rem;
  }
}

@media all and (max-width: 64rem) {
  .sec-5 {
    padding: 8rem 0;
  }

  .sec-5 .flex-wrap {
    gap: 8rem;
  }

  .sec-5 .page-top .page-tit {
    font-size: 3.5rem;
    line-height: 1.3;
  }
}

@media all and (max-width: 63.9375rem) {
  .sec-5 {
    padding: 6rem 0;
  }

  .sec-5 .flex-wrap {
    gap: 4rem;
  }

  .sec-5 .img-box {
    width: 25rem;
    height: 20rem;
  }

  .sec-5 .img-box::before {
    width: 8rem;
    height: 12rem;
    background-size: cover;
  }

  .sec-5 .box-tit {
    font-size: 2.4rem;
  }

  .sec-5 .go a span {
    font-size: 1.6rem;
  }
}

@media all and (max-width: 47.9375rem) {
  .sec-5 {
    padding: 4rem 0;
  }

  .sec-5 .flex-wrap {
    flex-direction: column;
  }

  .sec-5 .page-top .page-tit {
    font-size: 2.5rem;
  }

  .sec-5 .img-box {
    width: 100%;
  }
}

.sec-6 {
  padding: 3.5rem 0;
  background: var(--fc-main);
}

.sec-6 .grid-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}

.sec-6 .icon {
  display: flex;
  gap: 2rem;
  align-items: center;
}

.sec-6 .desc {
  position: relative;
  padding-left: 1rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
}

.sec-6 .desc::before {
  content: "";
  width: 2px;
  height: 1.4rem;
  background: var(--c-main);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0;
}

@media all and (max-width: 64rem) {
  .sec-6 .grid-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media all and (max-width: 63.9375rem) {
  .sec-6 .grid-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media all and (max-width: 47.9375rem) {
  .sec-6 {
    padding: 2rem 0;
  }

  .sec-6 .grid-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
