/* NO CSS*/
#section01 {
  padding-top: 8.8rem;
}
#section01 .visual {
  width: 187.2rem;
  max-width: 98%;
  margin: 0 auto;
  position: relative;
}
#section01 .swiper {
  height: 60rem;
  border-radius: 2.4rem;
}
#section01 .swiper-slide-active .swiper-slide-title h2 .ani {
  width: 100%;
}
#section01 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#section01 .swiper-slide-title {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 8rem 0 0 8rem;
}
#section01 .swiper-slide-title h2 {
  font-size: 8rem;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 800;
  position: relative;
}
#section01 .swiper-slide-title h2 .ani {
  width: 0;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1.3;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  transition: width 2s;
  transition-delay: 0.5s;
}
#section01 .swiper-slide-title h2 br.mobile {
  display: none;
}
@media (max-width: 850px) {
  #section01 .swiper-slide-title h2 br.mobile {
    display: block;
  }
}
@media (max-width: 1280px) {
  #section01 .swiper-slide-title {
    padding: 4rem 0 0 4rem;
  }
  #section01 .swiper-slide-title h2 {
    font-size: 6rem;
  }
}
@media (max-width: 768px) {
  #section01 .swiper-slide-title h2 {
    font-size: 4rem;
  }
}
#section01 .swiper-button {
  width: 7.2rem;
  height: 7.2rem;
  border-radius: 1.6rem;
  border: 1px solid #fff;
  font-size: 2.8rem;
  color: #fff;
  align-items: center;
  justify-content: center;
  display: none;
  position: absolute;
  bottom: 8.8rem;
  left: 8rem;
  transition: 0.2s;
  z-index: 1;
}
@media (max-width: 1280px) {
  #section01 .swiper-button {
    bottom: 4rem;
    left: 4rem;
  }
}
#section01 .swiper-button.active {
  display: flex;
}
#section01 .swiper-button:hover, #section01 .swiper-button:focus {
  background: rgba(255, 255, 255, 0.2);
}

#section02 {
  padding: 12rem 0;
  position: relative;
}
#section02::before {
  content: "";
  width: 73.1rem;
  height: 130.6rem;
  background: url(/resources/images/mps/eng/main/sec2-bg1.png) no-repeat right/contain;
  position: absolute;
  right: 0;
  top: -56rem;
  z-index: -1;
}
#section02::after {
  content: "";
  width: 33.5rem;
  height: 18.3rem;
  background: url(/resources/images/mps/eng/main/sec2-bg2.png) no-repeat right/contain;
  position: absolute;
  top: 10.8rem;
  right: 8.2rem;
  z-index: -1;
}
@media (max-width: 768px) {
  #section02::after {
    width: 23.5rem;
    height: 12.3rem;
    top: 4.8rem;
    right: 2.2rem;
  }
}
#section02 .sec2-wrap {
  display: flex;
  align-items: center;
  gap: 5rem 11.9rem;
}
#section02 .sec2-wrap-video {
  width: 64rem;
  max-width: 100%;
  height: 36rem;
  flex-shrink: 0;
  border-radius: 2.4rem;
  overflow: hidden;
  background: #ddd;
}
#section02 .sec2-wrap-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#section02 .sec2-wrap-txt {
  width: 100%;
}
#section02 .sec2-wrap-txt h3 {
  font-size: 4rem;
  font-weight: 900;
  letter-spacing: -0.1rem;
  background: url(/resources/images/mps/eng/main/sec2-wrap-txt.jpg) lightgray -413.488px 7.907px/184.408% 692.25% no-repeat;
  background-size: 200% 200%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#section02 .sec2-wrap-txt p {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.05rem;
  color: #081224;
  margin: 1.6rem 0 7rem;
}
#section02 .sec2-wrap-txt p b {
  font-weight: 800;
}
#section02 .sec2-wrap-txt .link {
  width: 100%;
  display: flex;
  gap: 3rem 4rem;
}
#section02 .sec2-wrap-txt .link a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-bottom: 1.6rem;
  border-bottom: 2px solid #081324;
  font-size: 2.4rem;
  color: #3a4962;
  font-weight: 600;
}
#section02 .sec2-wrap-txt .link a:hover::after {
  background: #081324;
  color: #fff;
}
#section02 .sec2-wrap-txt .link a::after {
  content: "\ea70";
  font-family: "remixicon";
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F5F6F9;
  color: #081224;
  font-weight: 400;
  transition: all 0.3s;
}
@media (max-width: 1400px) {
  #section02 .sec2-wrap {
    gap: 5rem;
  }
  #section02 .sec2-wrap-video {
    width: 52rem;
  }
}
@media (max-width: 1280px) {
  #section02 .sec2-wrap-txt .link {
    gap: 2rem;
    flex-wrap: wrap;
  }
  #section02 .sec2-wrap-txt .link a {
    width: 20rem;
  }
}
@media (max-width: 1024px) {
  #section02 .sec2-wrap {
    flex-direction: column;
  }
  #section02 .sec2-wrap-txt .link a {
    width: calc(33.3333333333% - 1.3333333333rem);
  }
}
@media (max-width: 480px) {
  #section02 .sec2-wrap-txt .link a {
    width: 100%;
  }
}

#section03 {
  padding-bottom: 12rem;
  position: relative;
}
#section03::before {
  content: "";
  width: 38.1rem;
  height: 41.7rem;
  background: url(/resources/images/mps/eng/main/sec3-bg.png) no-repeat left/contain;
  position: absolute;
  left: 0;
  top: -6.5rem;
  z-index: -1;
}
#section03 .sec3-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3.2rem;
}
#section03 .sec3-title h3 {
  font-size: 4rem;
  color: #434343;
  letter-spacing: -0.04rem;
  font-weight: 800;
}
#section03 .sec3-title .more-btn {
  width: 4.8rem;
  height: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3A4962;
  border-radius: 1.2rem;
  font-size: 2.2rem;
  color: #fff;
}
#section03 .sec3-title .more-btn i {
  line-height: 1;
  transition: 0.3s;
}
#section03 .sec3-title .more-btn:hover i, #section03 .sec3-title .more-btn:focus i {
  transform: rotate(180deg);
}
#section03 .sec3-list {
  width: 100%;
  display: flex;
  gap: 3.9rem;
}
#section03 .sec3-list > li {
  width: 100%;
}
#section03 .sec3-list > li:nth-of-type(2n) .sec3-list-item {
  background: #E4E9FF;
}
#section03 .sec3-list-item {
  aspect-ratio: 45.5/40;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.6rem;
  border-radius: 2.4rem;
  border: 1px solid #E3EDFF;
  background: #E3EDFF;
  transition: 0.2s;
}
#section03 .sec3-list-item:hover {
  border: 1px solid #081324;
  background: #fff !important;
  box-shadow: 0 0 2.4rem rgba(15, 21, 114, 0.24);
  transform: translateY(-1.6rem);
  transition: 0.3s;
}
#section03 .sec3-list-item:hover .info i {
  background: #081324;
  color: #fff;
}
#section03 .sec3-list-item .title {
  min-height: 13.6rem;
  font-size: 2.4rem;
  line-height: 1.5;
  text-transform: capitalize;
  color: #081224;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  padding: 2.4rem;
  padding-bottom: 0;
  position: relative;
  transition: 0.3s;
}
#section03 .sec3-list-item .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 1.6rem;
  background: #F3F7FB;
  padding-left: 2.4rem;
}
#section03 .sec3-list-item .info-date {
  color: #3A4962;
  font-size: 1.8rem;
  padding-left: 2.8rem;
  position: relative;
}
#section03 .sec3-list-item .info-date::before {
  content: "\eb27";
  font-family: "remixicon";
  font-size: 2rem;
  position: absolute;
  left: 0;
  top: -0.1rem;
}
#section03 .sec3-list-item .info i {
  width: 6.4rem;
  height: 6.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.6rem;
  font-size: 2.4rem;
  color: rgba(8, 18, 36, 0.6);
  transition: 0.2s;
}
@media (max-width: 1280px) {
  #section03 .sec3-list {
    gap: 2.4rem;
  }
  #section03 .sec3-list-item .title {
    font-size: 2rem;
    padding: 1.6rem 1.6rem 0;
  }
  #section03 .sec3-list-item .info i {
    width: 5.4rem;
    height: 5.4rem;
  }
}
@media (max-width: 1024px) {
  #section03 .sec3-list {
    flex-direction: column;
  }
  #section03 .sec3-list-item {
    aspect-ratio: auto;
    height: 25rem;
  }
}

.fixed-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #3A404A;
  padding: 4rem 0;
  color: #fff;
  z-index: 1;
  transform: translateY(100%);
  transition: 0.3s;
}
.fixed-wrap.active {
  transform: translateY(0);
  box-shadow: 0 -0.4rem 2.4rem rgba(0, 0, 0, 0.25);
}
.fixed-wrap .layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem 4rem;
}
.fixed-wrap p {
  line-height: 1.6;
}
.fixed-wrap .btn-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.fixed-wrap a {
  display: flex;
  height: 4.8rem;
  padding: 0 2.2rem;
  align-items: center;
  gap: 0.6rem;
  border-radius: 2.4rem;
  border: 1px solid #FFF;
  transition: 0.2s;
}
.fixed-wrap a:hover, .fixed-wrap a:focus {
  background: #fff;
  color: #3A404A;
}