.sect-1 {
  padding: 50px 0 0;
}
.sect-1 .swiper {
  overflow: hidden;
}
.sect-1 .swiper .swiper-slide img {
  width: 100%;
  aspect-ratio: 1.4;
  object-fit: cover;
}
.sect-1 .txt-box {
  width: 100%;
  aspect-ratio: 1.4;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sect-1 .txt-box .name {
  font-size: 24px;
  font-weight: 700;
  color: #000000;
}
.sect-1 .txt-box .pri {
  margin-top: 18px;
  font-size: 22px;
  font-weight: 400;
  color: #5a5a5a;
}
.sect-1 .txt-box .desc {
  font-size: 14px;
  font-weight: 400;
  color: #818181;
  line-height: 30px;
  margin-top: 40px;
}
.sect-1 .txt-box .btn {
  width: 200px;
  height: 50px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 500;
  color: #11524e;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
  border: 1px solid #11524e;
  background: linear-gradient(to right, #11524e, #11524e) no-repeat;
  background-size: 0 100%;
  transition: all 0.3s linear;
}
.sect-1 .txt-box .btn:hover {
  background-size: 100% 100%;
  color: #fff;
}
.sect-2 {
  padding: 50px 0;
  text-align: center;
}
footer {
  background-color: #1B1B1B;
  padding-top: 50px;
}
footer .filing-number {
  border-top: 1px #313131 solid;
  height: 72px;
  font-size: 16px;
  font-weight: 300;
  color: #6b6b6b;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
footer .logo {
  max-width: 300px;
}
footer .logo img {
  width: 100%;
  height: auto;
}
footer .a-box {
  display: flex;
  justify-content: space-around;
}
footer .a-box a {
  font-size: 16px;
  font-weight: 400;
  color: #6b6b6b;
  line-height: 2.4;
  display: block;
}
footer .a-box .tit {
  font-size: 16px;
  font-weight: 500;
  color: #bfbfbf;
}
footer .qr-box {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  color: #6b6b6b;
  line-height: 30px;
}
footer .qr-box img {
  width: 120px;
  height: 120px;
  margin: 0 20px 4px;
}
@media (min-width: 768px) {
  .sect-1 {
    padding: 50px 0 0;
  }
  .sect-1 .swiper {
    overflow: hidden;
  }
  .sect-1 .swiper .swiper-slide img {
    width: 100%;
    aspect-ratio: 1.4;
    object-fit: cover;
  }
  .sect-1 .txt-box {
    width: 100%;
    aspect-ratio: 1.4;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .sect-1 .txt-box .name {
    font-size: 28px;
    font-weight: 700;
    color: #000000;
  }
  .sect-1 .txt-box .pri {
    margin-top: 20px;
    font-size: 22px;
    font-weight: 400;
    color: #5a5a5a;
  }
  .sect-1 .txt-box .desc {
    font-size: 16px;
    font-weight: 400;
    color: #818181;
    line-height: 30px;
    margin-top: 40px;
  }
  .sect-1 .txt-box .btn {
    width: 200px;
    height: 50px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 500;
    color: #11524e;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
    border: 1px solid #11524e;
    background: linear-gradient(to right, #11524e, #11524e) no-repeat;
    background-size: 0 100%;
    transition: all 0.3s linear;
  }
  .sect-1 .txt-box .btn:hover {
    background-size: 100% 100%;
    color: #fff;
  }
}
@media (min-width: 992px) {
  .sect-1 {
    padding: 50px 0 0;
    margin-top: 100px;
  }
  .sect-1 .swiper {
    overflow: hidden;
  }
  .sect-1 .swiper .swiper-slide img {
    width: 100%;
    aspect-ratio: 1.4;
    object-fit: cover;
  }
  .sect-1 .txt-box {
    width: 100%;
    aspect-ratio: 1.4;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .sect-1 .txt-box .name {
    font-size: 40px;
    font-weight: 700;
    color: #000000;
  }
  .sect-1 .txt-box .pri {
    margin-top: 20px;
    font-size: 22px;
    font-weight: 400;
    color: #5a5a5a;
  }
  .sect-1 .txt-box .desc {
    font-size: 16px;
    font-weight: 400;
    color: #818181;
    line-height: 30px;
    margin-top: 40px;
  }
  .sect-1 .txt-box .btn {
    width: 200px;
    height: 50px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 500;
    color: #11524e;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
    border: 1px solid #11524e;
    background: linear-gradient(to right, #11524e, #11524e) no-repeat;
    background-size: 0 100%;
    transition: all 0.3s linear;
  }
  .sect-1 .txt-box .btn:hover {
    background-size: 100% 100%;
    color: #fff;
  }
}
/*# sourceMappingURL=pdetail.css.map */