#section01 .video-wrap {
  width: 100%;
  height: 100vh;
  aspect-ratio: 1280/720;
}
#section01 video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#section02 {
  padding: 30px 0;
  font-size: 26px;
  font-style: italic;
  background-color: #161e2f;
  color: #fff;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 1024px) {
  #section02 {
    padding: 39px 0;
    font-size: 42px;
  }
}
@media screen and (min-width: 768px) {
  #section02 .area {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
#section02 .btn-list {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
}
@media screen and (min-width: 768px) {
  #section02 .btn-list {
    margin-top: 0;
    gap: 10px;
  }
}
@media screen and (min-width: 1024px) {
  #section02 .btn-list {
    gap: 23px;
  }
}
#section02 .btn-list img {
  height: 10.6951871658vw;
}
@media screen and (min-width: 375px) {
  #section02 .btn-list img {
    height: 40px;
  }
}
@media screen and (min-width: 1024px) {
  #section02 .btn-list img {
    height: 50px;
  }
}
@media screen and (min-width: 1200px) {
  #section02 .btn-list img {
    height: 60px;
  }
}

#section03 {
  padding: 80px 0;
  background-color: #0e1119;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 1024px) {
  #section03 {
    padding: 150px 0;
    font-size: 36px;
    line-height: 1.6;
  }
}
#section03 .swiper {
  margin: 30px 0;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  #section03 .swiper {
    margin: 50px 0;
    border-radius: 30px;
  }
}
#section03 .swiper-slide {
  aspect-ratio: 1140/600;
}
#section03 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#section03 [class*=swiper-button] {
  width: 16px;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  #section03 [class*=swiper-button] {
    width: 40px;
  }
  #section03 [class*=swiper-button] svg {
    width: 18px;
  }
}
#section03 .txt2 {
  font-size: 16px;
  text-align: center;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 1024px) {
  #section03 .txt2 {
    font-size: 30px;
  }
}
#section03 .txt2 span {
  font-size: 18px;
}
@media screen and (min-width: 1024px) {
  #section03 .txt2 span {
    font-size: 36px;
  }
}

#section04 {
  background-color: #0e1119;
}
@media screen and (min-width: 1440px) {
  #section04 .title-wrap {
    margin-bottom: 140px;
  }
}
#section04 .title {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  #section04 .title {
    font-size: 48px;
    gap: 28px;
  }
  #section04 .title:after {
    width: 92%;
  }
}
#section04 .lists {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
@media screen and (min-width: 544px) {
  #section04 .lists {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  #section04 .lists {
    gap: 6.9492703266vw;
  }
}
@media screen and (min-width: 1440px) {
  #section04 .lists {
    gap: 100px;
  }
}
#section04 .lists li {
  display: flex;
  flex-direction: column;
  padding: 24px 16px;
  border-radius: 10px;
  background-color: #161e2f;
  color: #fff;
  aspect-ratio: 3/2;
}
@media screen and (min-width: 544px) {
  #section04 .lists li {
    aspect-ratio: 520/688;
  }
}
@media screen and (min-width: 1024px) {
  #section04 .lists li {
    padding: 65px 42px 45px;
    aspect-ratio: 520/688;
    border-radius: 20px;
  }
}
#section04 .lists li:first-child {
  background-color: #0a8ef2;
  background-image: url("../imgs/main_sec4_img1.png");
  background-repeat: no-repeat;
  background-position: center top 60%;
  background-size: auto 40%;
}
@media screen and (min-width: 544px) {
  #section04 .lists li:first-child {
    background-position: center top 56%;
    background-size: 70%;
  }
}
#section04 .lists li:last-child {
  background: none;
  padding: 0;
}
@media screen and (max-width: 543.98px) {
  #section04 .lists li:last-child {
    aspect-ratio: unset;
  }
}
#section04 .lists li img {
  width: 100%;
}
#section04 .lists .txt1 {
  margin-bottom: 13px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 1024px) {
  #section04 .lists .txt1 {
    margin-bottom: 45px;
    font-size: 30px;
  }
}
#section04 .lists .desc {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 1024px) {
  #section04 .lists .desc {
    font-size: 24px;
  }
}
#section04 .lists .btn {
  display: inline-flex;
  justify-content: center;
  border: solid 1.5px #fff;
  margin-left: auto;
  margin-top: auto;
  width: 120px;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 1024px) {
  #section04 .lists .btn {
    padding: 8px 5px;
    width: 155px;
    border-radius: 10px;
    font-size: 24px;
  }
}
#section04 .lists .txt2 {
  margin-top: 60px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.02em;
  line-height: 1.6;
  text-align: right;
  color: #fff;
}
@media screen and (min-width: 544px) {
  #section04 .lists .txt2 {
    margin-top: auto;
  }
}
@media screen and (min-width: 1024px) {
  #section04 .lists .txt2 {
    font-size: 36px;
  }
}

#section05 {
  position: relative;
  height: 300px;
  text-align: center;
  background: url("../imgs/main_sec5_bg.png") no-repeat center/cover;
}
@media screen and (min-width: 1024px) {
  #section05 {
    height: 53.8568450313vw;
  }
}
@media screen and (min-width: 1440px) {
  #section05 {
    height: 775px;
  }
}
#section05 .btn {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  padding: 7px 10px;
  border-radius: 8px;
  border: solid 1.5px #56abe8;
  background-color: #56abe8;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  #section05 .btn {
    bottom: 9.0340514246vw;
    padding: 7px 26px;
    border-radius: 10px;
    font-size: 24px;
  }
}
@media screen and (min-width: 1440px) {
  #section05 .btn {
    bottom: 130px;
  }
}