.inner {
  width: 100%;
  max-width: 150rem;
  margin: 0 auto;
  padding: 0 4rem;
}

.sec-1 .swiper {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.sec-1 .swiper-slide {
  overflow: hidden;
}
.sec-1 .container {
  width: 100%;
  height: 100vh;
}
.sec-1 .container video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-1 .bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  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 .slide1 .bg {
  width: 100%;
  height: 100%;
  background: url("../img/main/slide1.jpg") no-repeat center;
  background-size: cover;
}
.sec-1 .slide2 .bg {
  width: 100%;
  height: 100%;
  background: url("../img/main/slide2.jpg") no-repeat center;
  background-size: cover;
}
.sec-1 .act .txt-wrap .sub,
.sec-1 .act .txt-wrap .sec-tit {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transition: transform 1s, opacity 1s;
  -webkit-transition: transform 1s, opacity 1s;
  -moz-transition: transform 1s, opacity 1s;
  -ms-transition: transform 1s, opacity 1s;
  -o-transition: transform 1s, opacity 1s;
}
.sec-1 .act .bg {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transition: transform 3s;
  -webkit-transition: transform 3s;
  -moz-transition: transform 3s;
  -ms-transition: transform 3s;
  -o-transition: transform 3s;
}
.sec-1 .inner {
  height: 100vh;
}
.sec-1 .control-wrap .inner {
  height: auto;
}
.sec-1 .txt-wrap {
  display: flex;
  height: 100%;
  padding-bottom: 16.198%;
  justify-content: flex-end;
  flex-direction: column;
  gap: 1.4rem;
  text-align: left;
}
.sec-1 .txt-wrap .sub {
  font-size: calc(var(--fs-mtit) - 0.5rem);
  font-weight: 300;
  line-height: 2.5;
  color: #fff;
  letter-spacing: -1.5px;
}
.sec-1 .txt-wrap .sec-tit {
  font-size: var(--fs-tit);
  font-weight: 600;
  line-height: 1;
  color: #fff;
}
.sec-1 .txt-wrap .sec-tit .point {
  color: #1B7E23;
}
.sec-1 .txt-wrap .sub,
.sec-1 .txt-wrap .sec-tit {
  opacity: 0;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
}
.sec-1 .control-wrap {
  position: absolute;
  left: 0%;
  bottom: 5.208333%;
  width: 100%;
  z-index: 99;
}
.sec-1 .control {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  gap: 5rem;
}
.sec-1 .pause {
  display: block;
}
.sec-1 .swiper-pagination {
  position: static;
  display: flex;
  align-items: center;
  gap: 12rem;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.sec-1 .swiper-pagination-bullet {
  position: relative;
  width: auto;
  height: auto;
  background: none;
  opacity: 1 !important;
  font-size: calc(var(--fs-md) - 0.2rem);
  font-weight: 800;
  line-height: 1;
  color: rgba(255, 255, 255, 0.6);
}
.sec-1 .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -9rem;
  transform: translateY(-50%);
  width: 8rem;
  height: 0.2rem;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
  background: rgba(255, 255, 255, 0.3);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.sec-1 .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -9rem;
  transform-origin: left center;
  width: 8rem;
  height: 0.2rem;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
  background: #fff;
}
.sec-1 .swiper-pagination-bullet-active {
  color: #fff;
  font-weight: 800;
}
.sec-1 .swiper-pagination-bullet-active::after {
  animation: bar 4.5s;
  -webkit-animation: bar 4.5s;
}

@keyframes bar {
  0% {
    transform: translateY(-50%) scaleX(0);
    -webkit-transform: translateY(-50%) scaleX(0);
    -moz-transform: translateY(-50%) scaleX(0);
    -ms-transform: translateY(-50%) scaleX(0);
    -o-transform: translateY(-50%) scaleX(0);
  }
  100% {
    transform: translateY(-50%) scaleX(1);
    -webkit-transform: translateY(-50%) scaleX(1);
    -moz-transform: translateY(-50%) scaleX(1);
    -ms-transform: translateY(-50%) scaleX(1);
    -o-transform: translateY(-50%) scaleX(1);
  }
}
@keyframes btnLoop {
  0% {
    width: 0;
    transform: translateX(0);
    opacity: 1;
  }
  25% {
    width: 100%;
    transform: translateX(0);
  }
  50% {
    width: 100%;
    transform: translateX(100%);
  }
  75% {
    width: 0;
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    width: 0;
    opacity: 0;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
  }
}
.txt-wrap-all {
  display: flex;
  flex-direction: column;
  gap: 5.5rem;
}
.txt-wrap-all .type {
  font-size: calc(var(--fs-md) + 0.5rem);
  font-weight: 700;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  color: #1B7E23;
}
.txt-wrap-all .sec-tit {
  margin-top: -2.5rem;
  font-size: var(--fs-tit);
  font-weight: 700;
  line-height: 1.3;
}
.txt-wrap-all .desc {
  font-size: var(--fs-md);
  font-weight: 400;
  line-height: 1.6;
}
.txt-wrap-all .btn {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem 3rem;
  border: 0.1rem solid rgba(0, 0, 0, 0.3);
  border-radius: 6rem;
  -webkit-border-radius: 6rem;
  -moz-border-radius: 6rem;
  -ms-border-radius: 6rem;
  -o-border-radius: 6rem;
  font-size: calc(var(--fs-com) - 0.1rem);
  font-weight: 500;
  line-height: 2;
}
.txt-wrap-all .btn .icon,
.txt-wrap-all .btn img {
  display: block;
}

.sec-2 {
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding-top: 20rem;
  background: #FAEFD7;
}
.sec-2::before {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../img/main/sec-2.png") no-repeat;
  background-size: cover;
}

.sec-3 {
  min-height: 100vh;
  padding-top: 10.65rem;
}
.sec-3 .txt-wrap-all {
  align-items: center;
}
.sec-3 .txt-wrap-all .type,
.sec-3 .txt-wrap-all .sec-tit {
  text-align: center;
}
.sec-3 .slide-outer {
  position: relative;
  margin-top: 5.5rem;
}
.sec-3 .swiper-slide {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  padding: 5rem 0;
  background: rgba(240, 242, 243, 0.7);
}
.sec-3 .img {
  mix-blend-mode: darken;
}
.sec-3 dl {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.sec-3 dt {
  font-size: calc(var(--fs-md) + 0.2rem);
  font-weight: 600;
  line-height: 1.36364;
  text-align: center;
}
.sec-3 dd {
  font-size: var(--fs-md);
  font-weight: 300;
  line-height: 1.38889;
  text-align: center;
}
.sec-3 .btn {
  display: flex;
  gap: 0.8rem;
  padding-left: 0.5rem;
  justify-content: center;
  align-items: center;
  width: 14rem;
  height: 4.6rem;
  font-size: calc(var(--fs-com) - 0.1rem);
  font-weight: 500;
  line-height: 2;
}
.sec-3 .btn .icon,
.sec-3 .btn img {
  display: block;
}
.sec-3 .btn:hover {
  text-decoration: underline;
}
.sec-3 .control {
  position: absolute;
  display: flex;
  justify-content: space-between;
  z-index: 10;
  align-items: center;
  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%);
  width: 100%;
}
.sec-3 .button {
  display: flex;
  flex-direction: column;
  gap: 1.7rem;
  align-items: center;
  opacity: 0.3;
  cursor: pointer;
}
.sec-3 .button:hover {
  opacity: 1;
}
.sec-3 .prev {
  padding-right: 3rem;
  margin-left: -11.3rem;
}
.sec-3 .next {
  margin-right: -11.3rem;
  padding-left: 3rem;
}
.sec-3 .swiper-prev-button,
.sec-3 .swiper-next-button {
  position: static;
  margin: 0;
  width: 8rem;
  height: 8rem;
}
.sec-3 .swiper-prev-button {
  background: url("../img/main/prev.png") no-repeat;
  background-size: cover;
}
.sec-3 .swiper-next-button {
  background: url("../img/main/next.png") no-repeat;
  background-size: cover;
}

.sec-4 {
  width: 100%;
  height: 100vh;
  background: url("../img/main/sec-4.jpg") no-repeat;
  background-size: cover;
}
.sec-4 .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.sec-4 .txt-wrap-all {
  align-items: center;
}
.sec-4 .sec-tit {
  margin-top: 0;
}
.sec-4 .sec-tit,
.sec-4 .desc,
.sec-4 .btn {
  text-align: center;
  color: #fff;
}
.sec-4 .btn {
  border: 0.1rem solid rgba(255, 255, 255, 0.3);
}

.sec-5 {
  width: 100%;
  min-height: 100vh;
  padding-top: 11.3rem;
  background: url("../img/main/sec-5.jpg") no-repeat;
  background-size: cover;
}
.sec-5 .txt-wrap-all {
  gap: 3rem;
}
.sec-5 .sec-tit {
  margin-top: 0;
}
.sec-5 .flex-bt {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.sec-5 .list {
  margin-top: 5.5rem;
}
.sec-5 .list li {
  display: flex;
  max-width: 100%;
  width: 100%;
  gap: 4rem;
  padding: 2.2rem;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.sec-5 .list li:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.sec-5 .list .thumb {
  min-width: 20rem;
  max-width: 20rem;
  height: auto;
  aspect-ratio: 4/3;
  line-height: 1;
}
.sec-5 .list .thumb img {
  width: 100%;
  height: 100%;
}
.sec-5 .list .right {
  display: flex;
  max-width: calc(100% - 24rem);
  flex-direction: column;
  justify-content: flex-end;
  gap: 4rem;
}
.sec-5 .list .txt-area {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.sec-5 .list .title {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: calc(var(--fs-md) + 0.2rem);
  font-weight: 600;
  line-height: 1.27273;
}
.sec-5 .list .desc {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: var(--fs-com);
  font-weight: 400;
  line-height: 1.875;
}
.sec-5 .list .desc p span {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: var(--fs-com) !important;
  font-weight: 400;
  line-height: 1.875;
  background-color: transparent !important;
  color: #000 !important;
}
.sec-5 .list .btn {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  font-size: calc(var(--fs-com) - 0.1rem);
  font-weight: 500;
  line-height: 2;
}
.sec-5 .list .btn:hover {
  text-decoration: underline;
}
.sec-5 .list .btn .icon,
.sec-5 .list .btn img {
  display: block;
}
.sec-5 .list .btn {
  border: none;
  padding: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

@media all and (max-width: 85.375rem) {
  .sec-2 {
    padding-top: 15rem;
  }
  .sec-3 {
    padding: 10.65rem 0 10rem;
  }
  .sec-3 .slide-outer {
    max-width: calc(100% - 22rem);
    margin: 5.5rem auto 0;
  }
  .sec-3 .swiper-slide {
    height: auto;
    padding: 5rem 2rem;
  }
  .sec-3 dt {
    font-size: var(--fs-md);
    word-break: keep-all;
  }
  .sec-3 dd {
    font-size: calc(var(--fs-md) - 0.2rem);
    word-break: keep-all;
  }
  .sec-5 {
    padding: 10rem 0;
  }
}
@media all and (max-width: 64rem) {
  .sec-1 .control {
    justify-content: flex-start;
    gap: 4rem;
  }
  .sec-1 .txt-wrap .desc {
    height: 7rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .txt-wrap-all {
    gap: 4rem;
  }
  .txt-wrap-all .sec-tit {
    margin-top: -1.5rem;
  }
  .sec-1 .btn {
    padding: 1.2rem 0;
  }
  .sec-1 .txt-wrap {
    padding-bottom: 32.198%;
  }
  .sec-1 .txt-wrap .desc {
    height: 5rem;
  }
  .sec-1 .txt-wrap .sub {
    letter-spacing: -0.5px;
  }
  .sec-1 .control-wrap {
    bottom: 15.208333%;
  }
  .sec-1 .control {
    gap: 2rem;
  }
  .sec-1 .swiper-pagination {
    gap: 8rem;
  }
  .sec-1 .swiper-pagination-bullet {
    font-size: var(--fs-com);
  }
  .sec-1 .swiper-pagination-bullet::before, .sec-1 .swiper-pagination-bullet::after {
    width: 6rem;
    right: -7rem;
  }
  .sec-2 {
    padding: 10rem 0;
    min-height: 0;
  }
  .sec-2::before {
    width: 40%;
  }
  .sec-3 {
    padding: 10rem 0;
    min-height: 0;
  }
  .sec-3 .slide-outer {
    max-width: calc(100% - 16rem);
  }
  .sec-3 .swiper-next-button,
  .sec-3 .swiper-prev-button {
    width: 6rem;
    height: 6rem;
  }
  .sec-3 .next {
    padding-left: 2rem;
    margin-right: -8.3rem;
  }
  .sec-3 .prev {
    padding-right: 2rem;
    margin-left: -8.3rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .inner {
    padding: 0 2rem;
  }
  .txt-wrap-all {
    gap: 3rem;
  }
  .txt-wrap-all .sec-tit {
    margin-top: -1rem;
  }
  .txt-wrap-all .desc {
    font-size: calc(var(--fs-com) + 0.2rem);
  }
  .txt-wrap-all .btn {
    padding: 0.6rem 2rem;
  }
  .sec-1 .swiper-pagination {
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
  }
  .sec-1 .txt-wrap {
    padding-bottom: 58.198%;
  }
  .sec-1 .txt-wrap .desc {
    height: 6rem;
    word-break: keep-all;
  }
  .sec-1 .txt-wrap .desc br {
    display: none;
  }
  .sec-2 {
    padding: 8rem 0 45rem;
  }
  .sec-2::before {
    width: 100%;
    height: 40rem;
    top: auto;
    bottom: 0;
  }
  .sec-3 {
    padding: 8rem 0;
  }
  .sec-3 .slide-outer {
    max-width: calc(100% - 12rem);
    margin-top: 3.5rem;
  }
  .sec-3 .swiper-slide {
    padding: 3rem 1rem;
    gap: 1.2rem;
  }
  .sec-3 dl {
    gap: 0.6rem;
  }
  .sec-3 dt {
    font-size: calc(var(--fs-md) - 0.2rem);
  }
  .sec-3 dd {
    font-size: var(--fs-com);
  }
  .sec-3 .button {
    gap: 1rem;
  }
  .sec-3 .swiper-next-button,
  .sec-3 .swiper-prev-button {
    width: 4rem;
    height: 4rem;
  }
  .sec-3 .next {
    margin-right: -6.3rem;
  }
  .sec-3 .prev {
    margin-left: -6.3rem;
  }
  .sec-5 {
    padding: 8rem 0;
  }
  .sec-5 .flex-bt {
    align-items: center;
    gap: 2rem;
  }
  .sec-5 .flex-bt .btn {
    margin-left: auto;
  }
  .sec-5 .list {
    margin-top: 3.5rem;
  }
  .sec-5 .list li {
    flex-direction: column;
    gap: 3rem;
  }
  .sec-5 .list .txt-area {
    gap: 1rem;
  }
  .sec-5 .list .right {
    gap: 3rem;
  }
  .sec-5 .list .thumb {
    width: 100%;
    max-width: none;
  }
  .sec-5 .list .right {
    width: 100%;
    max-width: none;
  }
}
/*aos*/
.txt-wrap-all,
.slide-outer {
  opacity: 0;
}

.sec-5 .list {
  opacity: 0;
}/*# sourceMappingURL=main.css.map */