@charset "UTF-8";
/*-------------------------------------------------
title       : 설정
Author      : 플랜아이 moni
Create date : 2025-07-11
Last revision : 
-------------------------------------------------*/
/*-------------------------------------------------
title       : main
Author      : 플랜아이 moni
Create date : 2025-07-29
Last revision : 2025-07-00
-------------------------------------------------*/
#header {
  /* background: rgba(0, 0, 0, 0.05); backdrop-filter: blur(12px); height: 10rem; position: fixed; top: 0; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); width: 100%; z-index: 10; */
}
#header .header_wrap {
  width: 100%;
  max-width: calc(100% - 20rem);
  margin-left: auto !important;
  margin-right: auto !important;
  padding-top: 6rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  /* width: 100%; height: 100%;
  height: 10rem; z-index: 10;
  display: flex; justify-content: space-between; align-items: center;  */
}

#logo {
  display: inline-block;
}
#logo a {
  display: block;
  line-height: 3.2rem;
}
#logo img {
  vertical-align: top;
  width: 10rem;
}

#visual {
  height: 98rem;
}
#visual .video_box {
  width: 100%;
  height: 98rem;
  position: absolute;
  z-index: -1;
}
#visual .video_box video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#visual .txt_box {
  width: 120rem;
  max-width: calc(100% - 8rem);
  margin-left: auto !important;
  margin-right: auto !important;
  padding-top: 29rem;
  text-align: center;
}
#visual .txt1 {
  font-family: "Gmarket Sans";
  color: #fff;
  font-size: 7.1rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 2.4rem;
  /*  animation: reveal 3000ms ease-in-out forwards 200ms, glow 2500ms linear infinite 2000ms; */
}
#visual .txt1 div {
  opacity: 0;
  display: inline-block;
  -webkit-transform: scale(1.1) translate3d(0, -40px, 0) rotateZ(0);
          transform: scale(1.1) translate3d(0, -40px, 0) rotateZ(0);
}
#visual .txt1 div span {
  display: inline-block;
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  will-change: transform, opacity;
}
#visual .txt1 div.text1 span.show {
  -webkit-animation: smokeEffect 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
          animation: smokeEffect 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
#visual .txt1 div.text2 span.show {
  -webkit-animation: smokeEffect 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s forwards;
          animation: smokeEffect 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s forwards;
}
#visual .txt1 div.text3 span.show {
  -webkit-animation: smokeEffect 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.9s forwards;
          animation: smokeEffect 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.9s forwards;
}
#visual .txt1 div.text4 span.show {
  -webkit-animation: smokeEffect 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.2s forwards;
          animation: smokeEffect 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.2s forwards;
}
#visual .txt1 div.text5 span.show {
  -webkit-animation: smokeEffect 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s forwards;
          animation: smokeEffect 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s forwards;
}
#visual .txt2 {
  font-family: "Pretendard";
  color: #fff;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.6;
}
#visual .txt2 span {
  position: relative;
  top: 2rem;
  opacity: 0;
  display: block;
  overflow: hidden;
}
#visual.active .txt1 div {
  opacity: 1;
  -webkit-transform: scale(1) translate(0, 0);
          transform: scale(1) translate(0, 0);
  -webkit-transition: all 1.4s ease-in-out;
  transition: all 1.4s ease-in-out;
}
#visual.active .txt2 span:nth-child(1) {
  top: 0;
  opacity: 1;
  -webkit-transition: all 0.6s ease-out 2.2s;
  transition: all 0.6s ease-out 2.2s;
}
#visual.active .txt2 span:nth-child(2) {
  top: 0;
  opacity: 1;
  -webkit-transition: all 0.6s ease-out 2.7s;
  transition: all 0.6s ease-out 2.7s;
}

@-webkit-keyframes smokeEffect {
  0% {
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}

@keyframes smokeEffect {
  0% {
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}
/* 
@keyframes reveal {
    80%{
        letter-spacing: 8px;
    }
    100% {
        background-size: 300% 300%;
    }
}
@keyframes glow {
    40% {
        text-shadow: 0 0 8px #fff;
    }
} */
.section1 {
  padding: 15.2rem 0;
  text-align: center;
}
.section1 .inner {
  width: 168rem;
  max-width: calc(100% - 14rem);
  margin-left: auto !important;
  margin-right: auto !important;
}
@media screen and (max-width: 1280px) {
  .section1 .inner {
    max-width: calc(100% - 8rem);
  }
}
@media screen and (max-width: 768px) {
  .section1 .inner {
    max-width: calc(100% - 5rem);
  }
}
.section1 .txt1 {
  font-size: 3.2rem;
  color: #666;
  font-weight: 600;
  letter-spacing: -0.32px;
}
.section1 .txt1 .br2 {
  display: none;
}
.section1 .txt1 span {
  display: inline-block;
  color: #0078cb;
  opacity: 0;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-filter: blur(3px);
          filter: blur(3px);
  -webkit-transition: all 1s;
  transition: all 1s;
}
.section1 .txt1 .text5 {
  color: #666;
  -webkit-transform: none;
          transform: none;
  -webkit-filter: blur(0px);
          filter: blur(0px);
}
.section1.active .txt1 .text1 {
  color: #666;
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 1s;
  transition: all 1s;
}
.section1.active .txt1 .text2 {
  color: #666;
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 1s 0.5s;
  transition: all 1s 0.5s;
}
.section1.active .txt1 .text3 {
  color: #666;
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 1s 1s;
  transition: all 1s 1s;
}
.section1.active .txt1 .text4 {
  color: #666;
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 1s 1.5s;
  transition: all 1s 1.5s;
}
.section1.active .txt1 .text5 {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 1s 2.2s;
  transition: all 1s 2.2s;
}

.section2 {
  padding: 18rem 0 0;
  background-image: url("../img/main/bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.section2 .txt1 {
  color: #222;
  text-align: center;
  font-family: "Gmarket Sans";
  font-size: 6rem;
  font-weight: 600;
  line-height: 1.2;
  padding-bottom: 11.7rem;
  opacity: 0;
  -webkit-transform: rotateY(45deg);
          transform: rotateY(45deg);
  -webkit-transition: all 3s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: all 3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.section2 .group2 {
  position: relative;
  height: 132rem;
  opacity: 0;
}
.section2 .video_box {
  width: 131rem;
  height: 73.5rem;
  overflow: hidden;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 1.4rem;
  background: #000;
}
.section2 .stand {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: initial;
}
.section2 .text {
  width: 96.6rem;
  max-width: calc(100% - 4rem);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 26rem;
}
.section2 .tabs {
  position: relative;
  height: 100%;
}
.section2 .tabs .automatic {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section2 .tabs .automatic button {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 2rem;
  color: #aaa;
  font-weight: 500;
  position: relative;
  line-height: 1.3;
  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;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.section2 .tabs .automatic button + button {
  margin-left: 5.2rem;
}
.section2 .tabs .automatic button + button::before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: #f60;
  position: absolute;
  left: -2.8rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.section2 .tabs .automatic button:hover, .section2 .tabs .automatic button:focus {
  color: #000;
}
.section2 .tabs .automatic button[aria-selected=true] {
  color: #000;
}
.section2 .tabs .group {
  display: block;
  opacity: 1;
}
.section2 .tabs .group.is-hidden {
  opacity: 0;
}
.section2.active .txt1 {
  opacity: 1;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.section2.active .group2 {
  opacity: 1;
  -webkit-transition: all 1s 0.5s;
  transition: all 1s 0.5s;
}

.title_item {
  text-align: center;
}
.title_item .txt1 {
  color: #222;
  font-family: "Gmarket Sans";
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1rem;
  opacity: 0;
  -webkit-transform: translateY(5rem);
          transform: translateY(5rem);
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.title_item .txt1.co_wh {
  color: #fff;
}
.title_item .txt2 {
  color: #444;
  font-family: "Pretendard";
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.7;
  opacity: 0;
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.title_item .txt2.co_wh {
  color: #fff;
}

.section.active .title_item .txt1 {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.section.active .title_item .txt2 {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.section3 {
  background: -webkit-gradient(linear, left top, left bottom, from(#372913), color-stop(20.39%, #282525));
  background: linear-gradient(180deg, #372913 0%, #282525 20.39%);
  padding: 26rem 0;
}
.section3 .inner {
  width: 168rem;
  max-width: calc(100% - 14rem);
  margin-left: auto !important;
  margin-right: auto !important;
}
@media screen and (max-width: 1280px) {
  .section3 .inner {
    max-width: calc(100% - 8rem);
  }
}
@media screen and (max-width: 768px) {
  .section3 .inner {
    max-width: calc(100% - 5rem);
  }
}
.section3 .group1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10rem 3.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 19rem;
}
.section3 .group1 .item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 1.75rem);
          flex: 1 1 calc(50% - 1.75rem);
  max-width: calc(50% - 1.75rem);
  opacity: 0;
  -webkit-transform: translateY(5rem);
          transform: translateY(5rem);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.section3 .group1 .item.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.section3 .group1 .item.item2, .section3 .group1 .item.item4 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.section3 .group1 .img_box img {
  width: 100%;
}
.section3 .group1 .txt_box {
  margin-top: -11rem;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  padding: 3.2rem 6rem;
  color: #fff;
}
.section3 .group1 .txt1 {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 4.4rem;
}
.section3 .group1 .txt2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1.6rem;
}
.section3 .group1 .txt2 span {
  padding: 1.1rem 2rem;
  border-radius: 3rem;
  border: 1px solid #fff;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}
.section3 .group1 .txt3 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 3rem;
  min-height: 9rem;
}

.section4 {
  padding: 16rem 0 12rem;
  background: #DDDAD5;
}
.section4 .inner {
  width: 150rem;
  max-width: calc(100% - 5rem);
  margin: 0 auto;
}

.why_swiper {
  height: 69rem;
  margin-top: 6rem;
  padding: 0 5rem 10rem;
  position: relative;
  -webkit-transform: translateY(5rem);
          transform: translateY(5rem);
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.why_swiper::before {
  content: "";
  width: 100%;
  height: 7.5rem;
  background: #DDDAD5;
  position: absolute;
  left: 0;
  bottom: 0rem;
  z-index: 2;
}
.why_swiper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48.5rem;
  opacity: 0;
}
.why_swiper .swiper-slide .txt_box {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(100% - 48.5rem);
          flex: 1 1 calc(100% - 48.5rem);
  background: #fff;
  height: 48.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10rem;
  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;
}
.why_swiper .swiper-slide .img_box {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 48.5rem;
          flex: 1 1 48.5rem;
  height: 48.5rem;
}
.why_swiper .swiper-slide.swiper-slide-active {
  opacity: 1;
  -webkit-box-shadow: 0 3rem 2rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 3rem 2rem 0 rgba(0, 0, 0, 0.1);
}
.why_swiper .swiper-slide.swiper-slide-prev, .why_swiper .swiper-slide.swiper-slide-next {
  opacity: 0.5;
}
.why_swiper .swiper-pagination-vertical.swiper-pagination-bullets {
  right: initial;
  left: 50%;
  top: initial;
  bottom: 0;
  width: 30rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.why_swiper .swiper-pagination-bullet-active {
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  text-align: center;
  color: #fff;
  font-weight: 400;
  background: #ff6600;
}
.why_swiper .swiper-pagination-bullet b {
  display: none;
}
.why_swiper .swiper-pagination-bullet.swiper-pagination-bullet-active b {
  display: block;
}
.why_swiper .txt1 {
  color: #FF6600;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.6;
}
.why_swiper .txt2 {
  color: #444;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 2.4rem;
}
.why_swiper .txt3 {
  color: #666;
  font-size: 2rem;
  line-height: 1.6;
}
.why_swiper.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.section5 {
  padding: 18rem 0;
  background: #F4F2F1;
}
.section5 .inner {
  width: 140rem;
  max-width: calc(100% - 14rem);
  margin-left: auto !important;
  margin-right: auto !important;
}
@media screen and (max-width: 1280px) {
  .section5 .inner {
    max-width: calc(100% - 8rem);
  }
}
@media screen and (max-width: 768px) {
  .section5 .inner {
    max-width: calc(100% - 5rem);
  }
}
.section5 .tabs {
  position: relative;
  margin-top: 10rem;
  opacity: 0;
  -webkit-transform: translateY(5rem);
          transform: translateY(5rem);
}
.section5 .tabs .automatic {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.8rem;
  width: 121.6rem;
  max-width: 100%;
  margin: 0 auto 10.2rem;
}
.section5 .tabs .automatic button {
  width: 100%;
  padding: 0.5rem 1rem;
  height: 7rem;
  display: block;
  font-size: 2.4rem;
  color: #666;
  position: relative;
  line-height: 1.3;
  background: #FBFAF9;
  border: 1px solid #FBFAF9;
  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;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.section5 .tabs .automatic button img {
  background: #aaa;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  margin-right: 1.2rem;
  margin-top: -2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.section5 .tabs .automatic button:hover, .section5 .tabs .automatic button:focus {
  color: #444;
  border-color: #666666;
  background: #fff;
  font-weight: 700;
}
.section5 .tabs .automatic button:hover img, .section5 .tabs .automatic button:focus img {
  background: #FF6600;
}
.section5 .tabs .automatic button[aria-selected=true] {
  color: #444;
  border-color: #666666;
  background: #fff;
  font-weight: 700;
}
.section5 .tabs .automatic button[aria-selected=true] img {
  background: #FF6600;
}
.section5 .tabs .group {
  display: block;
  position: relative;
  /* &.active{
      .type_list{
          .star1{animation: stretch-bounce 1.2s ease-in-out;}
          .star2{animation: stretch-bounce 1.3s ease-in-out .2s;}
          .star3{animation: stretch-bounce 1.4s ease-in-out .4s;}
      }
  }  */
}
.section5 .tabs .group.is-hidden {
  display: none;
}
.section5 .tabs .group .more {
  position: absolute;
  left: -17rem;
  bottom: 0;
  width: 4.8rem;
  height: 4.8rem;
  line-height: 4.6rem;
  text-align: center;
  border: 1px solid #fff;
  font-size: 3rem;
  color: #424242;
}
.section5 .tabs .group .more:hover, .section5 .tabs .group .more:focus {
  color: #fff;
  background: #000;
  border-color: #000;
}
.section5 .tabs.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 1s;
  transition: all 1s;
}
.section5 .tabs.active .group.active .type_list .star1 {
  -webkit-animation: stretch-bounce 1.2s ease-in-out 0.4s;
          animation: stretch-bounce 1.2s ease-in-out 0.4s;
}
.section5 .tabs.active .group.active .type_list .star2 {
  -webkit-animation: stretch-bounce 1.3s ease-in-out 0.6s;
          animation: stretch-bounce 1.3s ease-in-out 0.6s;
}
.section5 .tabs.active .group.active .type_list .star3 {
  -webkit-animation: stretch-bounce 1.4s ease-in-out 0.8s;
          animation: stretch-bounce 1.4s ease-in-out 0.8s;
}
.section5 .type_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10.3rem; /* justify-content: center; */
}
.section5 .type_list > li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(33.33% - 6.9rem);
          flex: 1 1 calc(33.33% - 6.9rem);
  max-width: calc(33.33% - 6.9rem);
  position: relative;
}
.section5 .type_list .title {
  background: #8C8073;
  padding: 0.9rem 2rem;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 3rem;
}
.section5 .type_list .title.type2 {
  background: #C69F53;
}
.section5 .type_list .star1 {
  width: 6rem;
  height: 6rem;
  background: url("../img/main/star.png");
  background-size: cover;
  position: absolute;
  right: 4rem;
  top: -3rem;
}
.section5 .type_list .star2 {
  width: 3rem;
  height: 3rem;
  background: url("../img/main/star.png");
  background-size: cover;
  position: absolute;
  right: 2rem;
  top: 1rem;
}
.section5 .type_list .star3 {
  width: 3rem;
  height: 3rem;
  background: url("../img/main/star.png");
  background-size: cover;
  position: absolute;
  right: 2rem;
  top: -4rem;
}
.section5 .type_list .box1 {
  padding: 3rem 0rem 2rem 1.7rem;
  border-bottom: 1px dashed #aaa;
}
.section5 .type_list .box1 .txt1 {
  color: #8C8073;
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: 1.3;
}
.section5 .type_list .box1 .txt2 {
  color: #222;
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 4rem;
}
.section5 .type_list .box1 .txt2 span {
  font-weight: 400;
}
.section5 .type_list .box1 .txt3 {
  color: #555;
  font-size: 2rem;
  line-height: 2rem;
  margin-top: 1.4rem;
}
.section5 .type_list .box1 .txt3 span {
  color: #222;
  font-weight: 500;
}
.section5 .list1 {
  padding: 2.8rem 0 2.8rem 1.7rem;
}
.section5 .list1 li {
  padding-left: 3rem;
  position: relative;
  font-size: 2rem;
  font-weight: 500;
  color: #666;
  line-height: 2.6rem;
}
.section5 .list1 li::before {
  content: "\eb7b";
  font-family: "remixicon";
  width: 1.8rem;
  height: 1.8rem;
  line-height: 1.8rem;
  text-align: center;
  border-radius: 50%;
  background: #F49D25;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0.3rem;
  font-size: 1.6rem;
}
.section5 .list1 li + li {
  margin-top: 0.8rem;
}
.section5 .list1.type2 li::before {
  background: #BF995A;
}

@-webkit-keyframes stretch-bounce {
  0% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1.2);
  }
  50% {
    -webkit-transform: scale(0.5);
  }
  75% {
    -webkit-transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
.section6 {
  padding: 16rem 0 18rem;
  background: #282525;
}
.section6 .inner {
  width: 140rem;
  max-width: calc(100% - 14rem);
  margin-left: auto !important;
  margin-right: auto !important;
}
@media screen and (max-width: 1280px) {
  .section6 .inner {
    max-width: calc(100% - 8rem);
  }
}
@media screen and (max-width: 768px) {
  .section6 .inner {
    max-width: calc(100% - 5rem);
  }
}
.section6 .list {
  margin-top: 9.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10rem;
}
.section6 .list .item {
  border: 2px solid #97805B;
  border-radius: 50%;
  text-align: center;
  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;
  padding: 3rem;
  position: relative;
  aspect-ratio: 1/1;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(33.33% - 6.66rem);
          flex: 1 1 calc(33.33% - 6.66rem);
  max-width: calc(33.33% - 6.66rem);
  opacity: 0;
  -webkit-transform: rotateY(45deg);
          transform: rotateY(45deg);
}
.section6 .list .item::before {
  content: "";
  width: 0rem;
  height: 2px;
  background: #fff;
  position: absolute;
  right: 0rem;
  top: calc(50% - 1px);
}
.section6 .list .item::after {
  content: "";
  width: 0;
  height: 0;
  border: 2rem solid transparent;
  border-left: 1.3rem solid #fff;
  border-top: 1rem solid transparent;
  border-bottom: 1rem solid transparent;
  position: absolute;
  right: -10.2rem;
  top: calc(50% - 1rem);
  opacity: 0;
}
.section6 .list .item:last-child::before, .section6 .list .item:last-child::after {
  display: none;
}
.section6 .list .txt1 {
  color: #fff;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 2.4rem;
}
.section6 .list .txt2 {
  color: #fff;
  font-size: 2rem;
  letter-spacing: -0.2px;
  line-height: 1.5;
}
.section6 .list.active .item1 {
  opacity: 1;
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.section6 .list.active .item1::before {
  width: 9rem;
  right: -9.2rem;
  -webkit-transition: all 0.3s 0.3s;
  transition: all 0.3s 0.3s;
}
.section6 .list.active .item1::after {
  opacity: 1;
  right: -12.2rem;
  -webkit-transition: all 0.3s 0.4s;
  transition: all 0.3s 0.4s;
}
.section6 .list.active .item2 {
  opacity: 1;
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
  -webkit-transition: all 0.4s ease-out 0.5s;
  transition: all 0.4s ease-out 0.5s;
}
.section6 .list.active .item2::before {
  width: 9rem;
  right: -9.2rem;
  -webkit-transition: all 0.3s 0.8s;
  transition: all 0.3s 0.8s;
}
.section6 .list.active .item2::after {
  opacity: 1;
  right: -12.2rem;
  -webkit-transition: all 0.3s 0.9s;
  transition: all 0.3s 0.9s;
}
.section6 .list.active .item3 {
  opacity: 1;
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
  -webkit-transition: all 0.4s ease-out 1s;
  transition: all 0.4s ease-out 1s;
}

.section7 {
  height: 91.4rem;
  position: relative;
}
.section7 .video_box {
  width: 100%;
  height: 91.4rem;
  position: absolute;
  z-index: -1;
}
.section7 .video_box video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.section7 .inner {
  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;
  height: 100%;
  max-width: calc(100% - 5rem);
  margin: 0 auto;
}
.section7 .link {
  border-radius: 30px;
  background: #F60;
  width: 30rem;
  line-height: 6rem;
  padding: 0 2rem;
  color: #FFF;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: -0.2px;
  display: inline-block;
  margin-top: 5.3rem;
  opacity: 0;
  -webkit-transform: translateY(5rem);
          transform: translateY(5rem);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.section7 .link:hover, .section7 .link:focus {
  background: #fff;
  color: #F60;
}
.section7.active .link {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.5s ease-out 1s, -webkit-transform 0.5s ease-out 1s;
  transition: opacity 0.5s ease-out 1s, -webkit-transform 0.5s ease-out 1s;
  transition: opacity 0.5s ease-out 1s, transform 0.5s ease-out 1s;
  transition: opacity 0.5s ease-out 1s, transform 0.5s ease-out 1s, -webkit-transform 0.5s ease-out 1s;
}

#footer {
  background: #E8E5E3;
  padding: 8rem 0 10.7rem;
}
#footer .inner {
  width: 140rem;
  max-width: calc(100% - 5rem);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
#footer .link {
  margin-bottom: 3.6rem;
  display: block;
}
#footer .link img {
  width: 14rem;
}
#footer .siteinfo {
  font-size: 1.8rem;
  color: #666;
  line-height: 1.3;
}
#footer .siteinfo p b {
  color: #222;
  font-weight: 600;
  margin-right: 0.6rem;
}
#footer .siteinfo p + p {
  margin-top: 0.5rem;
}
#footer .group2 .txt1 {
  color: #666;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
  display: block;
}
#footer .group2 .copyright {
  color: #666;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
}