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

.sec-1 .swiper {
  width: 100%;
  height: 200vh;
  overflow: hidden;
}
.sec-1 .swiper-slide {
  overflow: hidden;
}
.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 .slide3 .bg {
  width: 100%;
  height: 100%;
  background: url("../img/main/slide3.jpg") no-repeat center;
  background-size: cover;
}
.sec-1 .slide4 .bg {
  width: 100%;
  height: 100%;
  background: url("../img/main/slide4.jpg") no-repeat center;
  background-size: cover;
}
.sec-1 .act .txt-wrap .desc,
.sec-1 .act .txt-wrap .sec-tit,
.sec-1 .act .txt-wrap .btn {
  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%;
  justify-content: center;
  flex-direction: column;
  gap: 2.5rem;
  text-align: center;
}
.sec-1 .txt-wrap .desc {
  height: 9rem;
  font-size: calc(var(--fs-mtit) - 0.5rem);
  font-weight: 300;
  line-height: 1.5;
  color: #fff;
}
.sec-1 .txt-wrap .sec-tit {
  font-size: calc(var(--fs-vtit) + 0.5rem);
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
.sec-1 .txt-wrap .sec-tit .point {
  color: #FF893B;
}
.sec-1 .txt-wrap .desc,
.sec-1 .txt-wrap .sec-tit,
.sec-1 .txt-wrap .btn {
  opacity: 0;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
}
.sec-1 .btn {
  position: relative;
  display: flex;
  gap: 0.5rem;
  margin: 3.5rem auto 0;
  justify-content: center;
  align-items: center;
  width: 17rem;
  padding: 1.5rem 0;
  text-align: center;
  border-radius: 10rem;
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  -ms-border-radius: 10rem;
  -o-border-radius: 10rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-size: var(--fs-com);
  font-weight: 500;
  line-height: 1.875;
  color: #fff;
  overflow: hidden;
}
.sec-1 .btn::before {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: #FF893B;
  border-radius: 10rem;
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  -ms-border-radius: 10rem;
  -o-border-radius: 10rem;
}
.sec-1 .btn:hover::before {
  animation: btnLoop 1.5s infinite;
  -webkit-animation: btnLoop 1.5s infinite;
}
.sec-1 .control-wrap {
  position: absolute;
  left: 0%;
  bottom: 6.7rem;
  width: 100%;
  z-index: 99;
}
.sec-1 .control {
  display: flex;
  width: 100%;
  justify-content: center;
  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%);
  }
}
.sec-2 {
  position: absolute;
  z-index: 999;
  top: 100vh;
  left: 0;
  width: 100vw;
  height: 100vh;
}
.sec-2 .inner {
  height: 100%;
}
.sec-2 .txt-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 3.5rem;
  align-items: center;
  justify-content: center;
}
.sec-2 .c-name {
  font-size: var(--fs-md);
  font-weight: 700;
  color: #FF893B;
}
.sec-2 .sec-tit {
  font-size: var(--fs-tit);
  font-weight: 600;
  color: #fff;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 5rem;
  font-style: normal;
  line-height: normal;
}
.sec-2 .desc {
  text-align: center;
  font-size: var(--fs-stit);
  font-weight: 300;
  line-height: 1.6667;
  color: #fff;
  letter-spacing: -1.2px;
}

.sec-3 {
  position: relative;
  width: 100%;
  height: 100vh !important;
  background: #2A1A12;
}
.sec-3 .video {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.sec-3 .video video {
  width: 100%;
  height: 100%;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.sec-3 .inner {
  height: 100%;
}
.sec-3 .txt-wrap {
  position: relative;
  z-index: 2;
  display: flex;
  width: 50%;
  margin-left: auto;
  flex-direction: column;
  height: 100%;
  gap: 3.5rem;
  justify-content: center;
}
.sec-3 .c-name {
  font-size: var(--fs-md);
  font-weight: 700;
  color: #FF893B;
}
.sec-3 .sec-tit {
  font-size: var(--fs-tit);
  font-weight: 600;
  color: #fff;
  text-align: left;
}
.sec-3 .desc {
  text-align: left;
  font-size: var(--fs-stit);
  font-weight: 300;
  line-height: 1.6667;
  color: #fff;
  letter-spacing: -1.2px;
  word-break: keep-all;
}
.sec-3 .btn {
  position: relative;
  display: flex;
  gap: 0.5rem;
  margin: 3.5rem 0 0;
  justify-content: center;
  align-items: center;
  width: 17rem;
  padding: 1.5rem 0;
  text-align: center;
  border-radius: 10rem;
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  -ms-border-radius: 10rem;
  -o-border-radius: 10rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-size: var(--fs-com);
  font-weight: 500;
  line-height: 1.875;
  color: #fff;
  overflow: hidden;
}
.sec-3 .btn::before {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: #FF893B;
  border-radius: 10rem;
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  -ms-border-radius: 10rem;
  -o-border-radius: 10rem;
}
.sec-3 .btn:hover::before {
  animation: btnLoop 1.5s infinite;
  -webkit-animation: btnLoop 1.5s infinite;
}

.sec-4 {
  padding: 15rem 0;
  height: 100vh;
  background: #2A1A12;
}
.sec-4 .info-card {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.sec-4 .info-card > li {
  width: 100%;
  height: 2rem;
  overflow: hidden;
  display: flex;
  gap: 8rem;
  align-items: center;
}
.sec-4 .info-card > li:first-child {
  height: auto;
}
.sec-4 .info-card > li:first-child .txt-wrap {
  opacity: 1;
}
.sec-4 .txt-wrap {
  opacity: 0;
}
.sec-4 .img {
  min-width: 59.52381%;
  aspect-ratio: 10/4.5;
  height: 100%;
}
.sec-4 .img img {
  display: block;
}
.sec-4 dl {
  display: flex;
  flex-direction: column;
  gap: 2.9rem;
}
.sec-4 dt {
  font-size: calc(var(--fs-tit) - 1rem);
  font-weight: 600;
  line-height: 1;
  color: #fff;
}
.sec-4 .dot-list li {
  position: relative;
  padding-left: 3rem;
  font-size: var(--fs-md);
  font-weight: 300;
  line-height: 1.5;
  color: #CAC2BE;
}
.sec-4 .dot-list li::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  top: 1.3rem;
  left: 1.2rem;
  background: #CAC2BE;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}
.sec-4 .btn {
  position: relative;
  z-index: 3;
  display: flex;
  gap: 0.5rem;
  margin: 2.9rem 0 0;
  justify-content: center;
  align-items: center;
  width: 17rem;
  padding: 1.5rem 0;
  text-align: center;
  border-radius: 10rem;
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  -ms-border-radius: 10rem;
  -o-border-radius: 10rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-size: var(--fs-com);
  font-weight: 500;
  line-height: 1.875;
  color: #fff;
  overflow: hidden;
}
.sec-4 .btn::before {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: #FF893B;
  border-radius: 10rem;
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  -ms-border-radius: 10rem;
  -o-border-radius: 10rem;
}
.sec-4 .btn:hover::before {
  animation: btnLoop 1.5s infinite;
  -webkit-animation: btnLoop 1.5s infinite;
}

.sec-5 {
  padding: 15rem 0;
}
.sec-5 .inner {
  position: relative;
}
.sec-5 .bg {
  width: calc(100% - 8rem);
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.sec-5 .bg img {
  width: 100%;
}
.sec-5 .txt-wrap {
  position: relative;
  padding-top: 30rem;
  z-index: 2;
  display: flex;
  margin-left: auto;
  flex-direction: column;
  height: 100%;
  gap: 3.5rem;
  align-items: center;
  justify-content: center;
}
.sec-5 .c-name {
  font-size: var(--fs-md);
  font-weight: 700;
  color: #FF893B;
  text-align: center;
}
.sec-5 .sec-tit {
  font-size: var(--fs-tit);
  font-weight: 600;
  text-align: center;
}
.sec-5 .desc {
  margin-top: 1.5rem;
  text-align: center;
  font-size: var(--fs-stit);
  font-weight: 300;
  line-height: 1.6667;
  letter-spacing: -1.2px;
  white-space: nowrap;
}
.sec-5 .esg-list {
  display: flex;
  justify-content: center;
  margin-top: 12rem;
}
.sec-5 .esg-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
  max-width: 30rem;
  margin-right: -2rem;
}
.sec-5 .esg-list li:last-child {
  margin-right: 0 !important;
}
.sec-5 .esg-list dl {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.sec-5 .esg-list dt {
  text-align: center;
  font-size: calc(var(--fs-mtit) - 0.5rem);
  font-weight: 700;
  color: #59504B;
}
.sec-5 .esg-list dd {
  font-size: calc(var(--fs-md) - 0.2rem);
  font-weight: 400;
  text-align: center;
  line-height: 1.6667;
  letter-spacing: -0.9px;
  color: #59504B;
  white-space: nowrap;
}
.sec-5 .scrolling-wrapper {
  overflow: hidden;
  margin-top: 0rem;
}
.sec-5 .scrolling-wrapper .track {
  display: flex;
  white-space: nowrap;
  width: -moz-fit-content;
  width: fit-content;
}
.sec-5 .scrolling-wrapper .track .img {
  display: block;
  width: 310rem;
  margin-right: 10rem;
}
.sec-5 .scrolling-wrapper .track .img img {
  display: block;
}
.sec-5 .info-wrapper {
  margin-bottom: 2rem;
}
.sec-5 .info {
  margin-top: 3rem;
  text-align: center;
  font-size: calc(var(--fs-mtit) - 0.5rem);
  font-weight: 300;
  line-height: 1.33333;
}
.sec-5 .mob {
  display: none;
}

.sec-6 {
  padding-top: 17.9rem;
}
.sec-6 .txt-wrap {
  position: relative;
  z-index: 2;
  display: flex;
  margin-left: auto;
  flex-direction: column;
  height: 100%;
  gap: 3.5rem;
  justify-content: center;
}
.sec-6 .c-name {
  font-size: var(--fs-md);
  font-weight: 700;
  color: #FF893B;
  text-align: left;
}
.sec-6 .sec-tit {
  font-size: var(--fs-tit);
  font-weight: 600;
  text-align: left;
}
.sec-6 .wrap {
  padding-left: 6.25%;
  overflow: hidden;
  margin-top: 5rem;
}
.sec-6 .swiper-wrapper {
  width: 100%;
}
.sec-6 .swiper-slide {
  display: flex;
  aspect-ratio: 41/20;
  flex-direction: column;
  justify-content: center;
  padding: 1rem 0 0 8rem;
}
.sec-6 .slide1 {
  background: url("../img/main/cards1.png") no-repeat;
  background-size: cover;
}
.sec-6 .slide2 {
  background: url("../img/main/cards2.png") no-repeat;
  background-size: cover;
}
.sec-6 .slide3 {
  background: url("../img/main/cards3.png") no-repeat;
  background-size: cover;
}
.sec-6 dl {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.sec-6 dt {
  font-size: calc(var(--fs-tit) - 1rem);
  font-weight: 600;
  line-height: 0.75;
  letter-spacing: -2px;
  color: #fff;
}
.sec-6 dd {
  font-size: calc(var(--fs-md) - 0.2rem);
  font-weight: 400;
  line-height: 1.6667;
  color: #fff;
  letter-spacing: -0.9px;
}
.sec-6 .btn {
  position: relative;
  z-index: 3;
  display: flex;
  gap: 0.5rem;
  margin: 3rem 0 0;
  justify-content: center;
  align-items: center;
  width: 17rem;
  padding: 1.5rem 0;
  text-align: center;
  border-radius: 10rem;
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  -ms-border-radius: 10rem;
  -o-border-radius: 10rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-size: var(--fs-com);
  font-weight: 500;
  line-height: 1.875;
  color: #fff;
  overflow: hidden;
}
.sec-6 .btn::before {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: #FF893B;
  border-radius: 10rem;
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  -ms-border-radius: 10rem;
  -o-border-radius: 10rem;
}
.sec-6 .btn:hover::before {
  animation: btnLoop 1.5s infinite;
  -webkit-animation: btnLoop 1.5s infinite;
}

@media all and (min-width: 120.0625rem) {
  .sec-6 .wrap {
    padding-left: 16.9%;
  }
}
.sec-7 {
  padding: 11rem 0 0;
}
.sec-7 .txt-wrap {
  position: relative;
  z-index: 2;
  display: flex;
  margin-left: auto;
  flex-direction: column;
  height: 100%;
  gap: 3.5rem;
  justify-content: center;
}
.sec-7 .c-name {
  font-size: var(--fs-md);
  font-weight: 700;
  color: #FF893B;
  text-align: left;
}
.sec-7 .sec-tit {
  font-size: var(--fs-tit);
  font-weight: 600;
  text-align: left;
}
.sec-7 .flex-wrap {
  display: block;
  gap: 8rem;
  margin-top: 5rem;
}
.sec-7 .list {
  width: 100%;
  margin-top: 12rem;
  margin-bottom: 10rem;
}
.sec-7 .list li {
  border-bottom: 0.1rem solid #000;
}
.sec-7 .list li:first-child {
  border-top: 0.1rem solid #000;
}
.sec-7 .list li:hover {
  background: rgba(212, 197, 190, 0.1);
}
.sec-7 .list li:hover .num,
.sec-7 .list li:hover .title {
  font-weight: 600;
}
.sec-7 .list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  padding: 1.5rem;
}
.sec-7 .list span {
  color: #000;
}
.sec-7 .list .num-title {
  display: flex;
  align-items: center;
  gap: 2rem;
  max-width: calc(100% - 18rem);
}
.sec-7 .list .num {
  display: block;
  min-width: 8rem;
  text-align: center;
  font-size: var(--fs-md);
  font-weight: 400;
  line-height: 2.25;
}
.sec-7 .list .title {
  display: block;
  min-height: calc(100% - 10rem);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: var(--fs-md);
  font-weight: 400;
}
.sec-7 .date-view {
  display: flex;
  align-items: center;
  gap: 3rem;
}
.sec-7 .date-view span {
  font-size: var(--fs-com);
  font-weight: 300;
  line-height: 2.8125;
  color: #888;
  min-width: 3rem;
  text-align: left;
}
.sec-7 .date-view .date {
  position: relative;
}
.sec-7 .date-view .date::before {
  content: "";
  width: 0.1rem;
  height: 1.9rem;
  position: absolute;
  top: 50%;
  right: -1.6rem;
  background: #888;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.sec-7 .map {
  width: 100%;
  min-width: 45.833333%;
  height: 50rem;
}
.sec-7 .map iframe {
  width: 100%;
  height: 100%;
  pointer-events: auto;
  zoom: 1;
}

@media all and (max-width: 85.375rem) {
  .sec-4 {
    padding: 10rem 0;
  }
  .sec-4 .info-card > li {
    gap: 4rem;
  }
  .sec-4 dl {
    gap: 2rem;
  }
  .sec-4 dt {
    font-size: calc(var(--fs-mtit) - 0.5rem);
  }
  .sec-4 .dot-list li {
    font-size: calc(var(--fs-md) - 0.2rem);
  }
  .sec-4 .btn {
    margin-top: 2rem;
    padding: 1.2rem 0;
  }
  .sec-5 {
    padding: 12rem 0 0;
  }
  .sec-5 .txt-wrap {
    padding-top: 20rem;
  }
  .sec-5 .esg-list {
    margin-top: 10rem;
  }
  .sec-5 .esg-list dd {
    font-size: var(--fs-com);
  }
  .sec-5 .icon {
    width: 24rem;
  }
  .sec-5 .scrolling-wrapper {
    margin-top: 10rem;
  }
  .sec-5 .scrolling-wrapper .track .img {
    width: 270rem;
  }
  .sec-6 {
    padding-top: 15rem;
  }
  .sec-6 .wrap {
    padding-left: 4rem;
  }
  .sec-7 .flex-wrap {
    gap: 4rem;
  }
}
@media all and (max-width: 64rem) {
  .sec-1 .control {
    justify-content: flex-start;
    gap: 4rem;
  }
  .sec-1 .txt-wrap .desc {
    height: 7rem;
  }
  .sec-2 .desc {
    font-size: var(--fs-md);
  }
  .sec-4 {
    height: auto;
  }
  .sec-4 .info-card {
    gap: 6rem;
  }
  .sec-4 .info-card > li {
    height: auto;
  }
  .sec-4 .img {
    height: 40rem;
    min-width: 54.52381%;
  }
  .sec-4 .img img {
    width: 100%;
    height: 100%;
  }
  .sec-4 .txt-wrap {
    opacity: 1;
  }
  .sec-3 {
    z-index: 99;
  }
  .sec-3 .video video {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sec-5 {
    padding: 10rem 0 0;
  }
  .sec-5 .txt-wrap {
    padding-top: 16rem;
  }
  .sec-5 .esg-list {
    margin-top: 7rem;
  }
  .sec-5 .esg-list li {
    gap: 2rem;
  }
  .sec-5 .esg-list dl {
    gap: 2rem;
  }
  .sec-5 .esg-list dd {
    max-width: 24rem;
    white-space: nowrap;
  }
  .sec-5 .scrolling-wrapper {
    margin-top: 8rem;
  }
  .sec-5 .scrolling-wrapper .track .img {
    width: 240rem;
  }
  .sec-5 .sec-tit {
    line-height: 1.2;
  }
  .sec-5 .info {
    font-size: var(--fs-md);
  }
  .sec-6 {
    padding-top: 12rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .sec-1 .btn {
    padding: 1.2rem 0;
  }
  .sec-1 .txt-wrap .desc {
    height: 5rem;
  }
  .sec-1 .control {
    gap: 2rem;
  }
  .sec-1 .pause {
    width: 5rem;
  }
  .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 .desc {
    word-break: keep-all;
  }
  .sec-2 .desc br {
    display: none;
  }
  .sec-3 .btn {
    margin-top: 2rem;
    padding: 1.2rem 0;
  }
  .sec-4 dt {
    font-size: var(--fs-mtit);
  }
  .sec-4 .info-card > li {
    flex-direction: column;
    align-items: flex-start;
  }
  .sec-4 .dot-list li::before {
    top: 1rem;
  }
  .sec-5 .txt-wrap {
    padding-top: 12rem;
  }
  .sec-5 .icon {
    width: 18rem;
  }
  .sec-5 .esg-list dd {
    max-width: 18rem;
    white-space: wrap;
    word-break: keep-all;
  }
  .sec-5 .esg-list dd br {
    display: none;
  }
  .sec-5 .scrolling-wrapper {
    margin-top: 6rem;
  }
  .sec-5 .scrolling-wrapper .track .img {
    width: 220rem;
  }
  .sec-5 .info {
    font-size: calc(var(--fs-md) - 0.2rem);
  }
  .sec-6 {
    padding-top: 10rem;
  }
  .sec-6 .swiper-slide {
    padding: 1rem 0 0 6rem;
  }
  .sec-6 .btn {
    margin: 2rem 0 0;
    padding: 1.2rem 0;
  }
  .sec-6 .txt-wrap,
  .sec-7 .txt-wrap {
    gap: 2rem !important;
  }
  .sec-7 {
    padding: 10rem 0 8rem;
  }
  .sec-7 .flex-wrap {
    flex-direction: column;
    gap: 6rem;
  }
  .sec-7 .map {
    height: 40rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .inner {
    padding: 0 2rem;
  }
  .sec-1 .swiper-pagination {
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
  }
  .sec-1 .txt-wrap .desc {
    height: 6rem;
    word-break: keep-all;
  }
  .sec-1 .txt-wrap .desc br {
    display: none;
  }
  .sec-3 .txt-wrap {
    width: 100%;
  }
  .sec-4 .img {
    height: 24rem;
  }
  .sec-5 {
    padding: 0 0 6rem 0;
  }
  .sec-5 .inner {
    padding-bottom: 8rem;
  }
  .sec-5 .txt-wrap {
    padding-top: 8rem;
    gap: 2rem;
  }
  .sec-5 .bg {
    height: 100%;
    width: 100%;
  }
  .sec-5 .bg img {
    height: 100%;
  }
  .sec-5 .sec-tit {
    word-break: keep-all;
  }
  .sec-5 .sec-tit br {
    display: none;
  }
  .sec-5 .desc {
    font-size: var(--fs-md);
    white-space: wrap;
    word-break: keep-all;
  }
  .sec-5 .desc br {
    display: none;
  }
  .sec-5 .esg-list {
    flex-direction: column;
    margin-top: 4rem;
    gap: 2rem;
  }
  .sec-5 .esg-list li {
    width: 100%;
    margin: 0 auto;
  }
  .sec-5 .esg-list li:last-child {
    margin: 0 auto;
    margin-right: auto !important;
  }
  .sec-5 .scrolling-wrapper {
    margin-top: 4rem;
  }
  .sec-5 .scrolling-wrapper .track .img {
    width: 150rem;
  }
  .sec-5 .info {
    display: none;
  }
  .sec-5 .mob {
    display: block;
  }
  .sec-6 {
    padding-top: 8rem;
  }
  .sec-6 .wrap {
    padding-left: 2rem;
    margin-top: 3rem;
  }
  .sec-6 .swiper-slide {
    padding: 1rem 0 0 4rem;
    aspect-ratio: 41/30;
  }
  .sec-6 dt {
    font-size: var(--fs-md);
  }
  .sec-6 dd {
    font-size: var(--fs-com);
  }
  .sec-6 .btn {
    margin: 1.6rem 0 0;
    padding: 1rem 0;
  }
  .sec-7 {
    padding: 8rem 0 0rem;
  }
  .sec-7 .flex-wrap {
    gap: 4rem;
    margin-top: 3rem;
  }
  .sec-7 .news-list {
    gap: 2rem 1rem;
  }
  .sec-7 .news-list li {
    width: calc(50% - 0.5rem);
  }
  .sec-7 .news-list .tarea {
    gap: 0.6rem;
  }
  .sec-7 .list {
    width: 100%;
    margin-top: 4rem;
    margin-bottom: 10rem;
  }
  .sec-7 .list li {
    border-bottom: 0.1rem solid #000;
  }
  .sec-7 .list li:first-child {
    border-top: 0.1rem solid #000;
  }
  .sec-7 .list li:hover {
    background: rgba(212, 197, 190, 0.1);
  }
  .sec-7 .list li:hover .num,
  .sec-7 .list li:hover .title {
    font-weight: 600;
  }
  .sec-7 .list a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    padding: 1.5rem;
  }
  .sec-7 .list span {
    color: #000;
  }
  .sec-7 .list .num-title {
    display: flex;
    align-items: center;
    gap: 2rem;
    max-width: 100%;
  }
  .sec-7 .list .num {
    display: none;
  }
  .sec-7 .list .title {
    padding: 1rem 0;
  }
  .sec-7 .list .date-view {
    display: none;
  }
}
/*aos*/
.sec-3 .txt-wrap {
  opacity: 0;
}

.sec-5 .txt-wrap,
.sec-5 .esg-list,
.sec-5 .info {
  opacity: 0;
}

.sec-6 .txt-wrap,
.sec-6 .swiper {
  opacity: 0;
}

.sec-7 .txt-wrap,
.sec-7 .news-list,
.sec-7 .map {
  opacity: 0;
}/*# sourceMappingURL=main.css.map */