body {
  background-color: #F8F9F8;
}

.sect-1 {
  height: 500px;
  position: relative;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-1 {
    height: 300px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-1 {
    height: 400px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-1 {
    height: 450px;
  }
}
.sect-1 .bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sect-1 .waves {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  height: 170px;
  width: 100%;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-1 .waves {
    height: 100px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-1 .waves {
    height: 120px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-1 .waves {
    height: 140px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sect-1 .waves {
    height: 160px;
  }
}

.sect-2 {
  padding: 60px 0;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-2 {
    padding: 30px 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-2 {
    padding: 40px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-2 {
    padding: 50px 0;
  }
}
.sect-2 .content {
  width: 1480px;
  margin: 0 auto;
  padding: 60px 40px;
  background: #ffffff;
  border-radius: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-2 .content {
    width: 100%;
    padding: 15px;
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-2 .content {
    width: 100%;
    padding: 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-2 .content {
    width: 100%;
    padding: 0 15px;
  }
}
.sect-2 .content .l-box {
  width: 100%;
  aspect-ratio: 74/50;
}
.sect-2 .content .l-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.sect-2 .content .r-box .tit {
  font-size: 32px;
  font-weight: 700;
  color: #333333;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-2 .content .r-box .tit {
    font-size: 24px;
    line-height: 1.6;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-2 .content .r-box .tit {
    font-size: 26px;
    line-height: 1.6;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-2 .content .r-box .tit {
    font-size: 28px;
    line-height: 1.6;
  }
}
.sect-2 .content .r-box .line {
  width: 100px;
  height: 6px;
  background-color: #FFBE02;
  margin-top: 6px;
}
.sect-2 .content .r-box .txt {
  font-size: 14px;
  font-weight: 500;
  color: #5e5e5e;
  line-height: 30px;
  margin-top: 30px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-2 .content .r-box .txt {
    margin-top: 15px;
    line-height: 1.8;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-2 .content .r-box .txt {
    margin-top: 15px;
    line-height: 1.8;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-2 .content .r-box .txt {
    margin-top: 15px;
    line-height: 1.8;
  }
}

.sect-3 {
  padding: 60px 0;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-3 {
    padding: 30px 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-3 {
    padding: 40px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-3 {
    padding: 50px 0;
  }
}
.sect-3 .title {
  width: 1480px;
  margin: 0 auto;
  font-size: 36px;
  font-weight: 700;
  text-align: left;
  color: #333333;
  padding-left: 20px;
  position: relative;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-3 .title {
    font-size: 24px;
    line-height: 1.6;
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-3 .title {
    font-size: 26px;
    line-height: 1.6;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-3 .title {
    font-size: 28px;
    line-height: 1.6;
  }
}
.sect-3 .title::before {
  content: "";
  width: 8px;
  height: 32px;
  background: #ffbe02;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-3 .title::before {
    height: 24px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-3 .title::before {
    height: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-3 .title::before {
    height: 24px;
  }
}
.sect-3 .content {
  width: 1480px;
  margin: 20px auto 0;
  border-radius: 20px;
  box-shadow: 3px 3px 6px 0 rgba(209, 209, 209, 0.44);
  display: flex;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-3 .content {
    width: 100%;
    padding: 15px;
    display: block;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-3 .content {
    width: 100%;
    padding: 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-3 .content {
    width: 100%;
    padding: 0 15px;
  }
}
.sect-3 .content .l-box {
  border-radius: 20px 0 0 20px;
  width: 40%;
  max-height: 500px;
  overflow: auto;
  flex-shrink: 0;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-3 .content .l-box {
    width: 100%;
    max-height: 300px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-3 .content .l-box {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-3 .content .l-box {
    width: 100%;
  }
}
.sect-3 .content .l-box .item {
  min-height: 100px;
  display: flex;
  align-items: center;
  padding: 0 30px;
  font-size: 18px;
  text-align: left;
  color: #333333;
  line-height: 34px;
  border-bottom: 1px solid #ECECEC;
  background-color: #f9f9f9;
  transition: all 0.3s linear;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-3 .content .l-box .item {
    padding: 10px 15px;
    font-size: 14px;
    line-height: 1.8;
    min-height: 50px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-3 .content .l-box .item {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-3 .content .l-box .item {
    width: 100%;
  }
}
.sect-3 .content .l-box .item:hover {
  background-color: #fff;
}
.sect-3 .content .l-box .act {
  background-color: #fff;
}
.sect-3 .content .r-box {
  display: flex;
  padding: 40px;
  gap: 40px;
  width: 60%;
  flex-shrink: 0;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-3 .content .r-box {
    width: 100%;
    display: block;
    gap: 15px;
    padding: 30px 15px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-3 .content .r-box {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-3 .content .r-box {
    width: 100%;
  }
}
.sect-3 .content .r-box .img {
  width: 50%;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-3 .content .r-box .img {
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-3 .content .r-box .img {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-3 .content .r-box .img {
    width: 100%;
  }
}
.sect-3 .content .r-box .img img {
  width: 100%;
  height: auto;
}
.sect-3 .content .r-box .info {
  font-size: 14px;
  font-weight: 500;
  color: #5e5e5e;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-3 .content .r-box .info {
    width: 100%;
    margin-top: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-3 .content .r-box .info {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-3 .content .r-box .info {
    width: 100%;
  }
}
.sect-3 .content .r-box .info .tit {
  font-size: 18px;
  font-weight: 700;
  color: #333333;
  line-height: 34px;
}
.sect-3 .content .r-box .info ul {
  padding-left: 20px;
  line-height: 2;
}
.sect-3 .content .r-box .info .txt {
  line-height: 2;
}
.sect-3 .content .r-box .info .sub-tit {
  margin-top: 40px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-3 .content .r-box .info .sub-tit {
    margin-top: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-3 .content .r-box .info .sub-tit {
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-3 .content .r-box .info .sub-tit {
    margin-top: 20px;
  }
}

.sect-4 {
  padding: 60px 0;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-4 {
    padding: 30px 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-4 {
    padding: 40px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-4 {
    padding: 50px 0;
  }
}
.sect-4 .title {
  width: 1480px;
  margin: 0 auto;
  font-size: 36px;
  font-weight: 700;
  text-align: left;
  color: #333333;
  padding-left: 20px;
  position: relative;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-4 .title {
    font-size: 24px;
    line-height: 1.6;
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-4 .title {
    font-size: 26px;
    line-height: 1.6;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-4 .title {
    font-size: 28px;
    line-height: 1.6;
  }
}
.sect-4 .title::before {
  content: "";
  width: 8px;
  height: 32px;
  background: #ffbe02;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-4 .title::before {
    height: 24px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-4 .title::before {
    height: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-4 .title::before {
    height: 24px;
  }
}
.sect-4 .content {
  width: 1480px;
  margin: 20px auto 0;
  border-radius: 20px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-4 .content {
    width: 100%;
    padding: 0 15px;
    border-radius: 10px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-4 .content {
    width: 100%;
    padding: 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-4 .content {
    width: 100%;
    padding: 0 15px;
  }
}
.sect-4 .content .table-box {
  margin-top: 40px;
  border-radius: 16px;
  background-color: #F2F6F8;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-4 .content .table-box {
    margin-top: 20px;
    overflow: auto;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-4 .content .table-box {
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-4 .content .table-box {
    margin-top: 20px;
  }
}
.sect-4 .content .table-box .thead {
  height: 60px;
  font-size: 14px;
  font-weight: 800;
  color: #434343;
  display: flex;
  gap: 1px;
}
.sect-4 .content .table-box .thead > div {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e0f2ea;
}
.sect-4 .content .table-box .thead > div:nth-child(1) {
  border-radius: 16px 0 0 0;
  width: 13.7931034483%;
  min-width: 80px;
}
.sect-4 .content .table-box .thead > div:nth-child(2) {
  width: 13.7931034483%;
  min-width: 80px;
}
.sect-4 .content .table-box .thead > div:nth-child(3) {
  width: 13.7931034483%;
  min-width: 120px;
}
.sect-4 .content .table-box .thead > div:nth-child(4) {
  width: 13.7931034483%;
  min-width: 180px;
}
.sect-4 .content .table-box .thead > div:nth-child(5) {
  width: 31.0344827586%;
  min-width: 180px;
}
.sect-4 .content .table-box .thead > div:nth-child(6) {
  border-radius: 0 16px 0 0;
  width: 13.7931034483%;
  min-width: 120px;
}
.sect-4 .content .table-box .tbody .item {
  display: flex;
  gap: 1px;
  height: 60px;
  margin-top: 1px;
  font-size: 14px;
  font-weight: 400;
  color: #4b4b4b;
}
.sect-4 .content .table-box .tbody .item:last-child > div:nth-child(1) {
  border-radius: 0 0 0 16px;
}
.sect-4 .content .table-box .tbody .item:last-child > div:last-child {
  border-radius: 0 0 16px 0;
}
.sect-4 .content .table-box .tbody .item a {
  color: #5282d6;
}
.sect-4 .content .table-box .tbody .item > div {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sect-4 .content .table-box .tbody .item > div:nth-child(1) {
  width: 13.7931034483%;
  min-width: 80px;
}
.sect-4 .content .table-box .tbody .item > div:nth-child(2) {
  width: 13.7931034483%;
  min-width: 80px;
}
.sect-4 .content .table-box .tbody .item > div:nth-child(3) {
  width: 13.7931034483%;
  min-width: 120px;
}
.sect-4 .content .table-box .tbody .item > div:nth-child(4) {
  width: 13.7931034483%;
  min-width: 180px;
}
.sect-4 .content .table-box .tbody .item > div:nth-child(5) {
  width: 31.0344827586%;
  min-width: 180px;
}
.sect-4 .content .table-box .tbody .item > div:nth-child(6) {
  width: 13.7931034483%;
  min-width: 120px;
}
.sect-4 .content .table-box .tbody .item:nth-child(odd) > div {
  background: #F6F6F6;
}
.sect-4 .content .table-box .tbody .item:nth-child(even) > div {
  background: #fff;
}

.sect-5 {
  padding: 60px 0;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-5 {
    padding: 30px 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-5 {
    padding: 40px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-5 {
    padding: 50px 0;
  }
}
.sect-5 .content {
  width: 1480px;
  margin: 20px auto 0;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 3px 3px 6px 0 rgba(209, 209, 209, 0.44);
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 40px;
  background-color: #fff;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-5 .content {
    width: 100%;
    padding: 0 15px;
    border-radius: 10px;
    grid-template-columns: 1fr;
    gap: 15px;
    margin-top: 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-5 .content {
    width: 100%;
    padding: 0 15px;
    border-radius: 10px;
    grid-template-columns: 1fr;
    gap: 15px;
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-5 .content {
    width: 100%;
    padding: 0 15px;
    border-radius: 10px;
    grid-template-columns: 1fr;
    gap: 15px;
    margin-top: 0;
  }
}
.sect-5 .content .l-box {
  aspect-ratio: 50/44;
}
.sect-5 .content .l-box img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  box-shadow: -10px 10px 0 4px #34959C;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-5 .content .r-box {
    margin-top: 20px;
  }
}
.sect-5 .content .r-box .txt {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 34px;
}
.sect-5 .content .r-box .ul {
  margin-top: 40px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-5 .content .r-box .ul {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
.sect-5 .content .r-box .ul > div {
  line-height: 2;
  font-size: 14px;
  font-weight: 500;
  color: #5e5e5e;
}

.sect-6 {
  padding: 60px 0;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-6 {
    padding: 30px 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-6 {
    padding: 40px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-6 {
    padding: 50px 0;
  }
}
.sect-6 .title {
  width: 1480px;
  margin: 0 auto;
  font-size: 36px;
  font-weight: 700;
  text-align: left;
  color: #333333;
  padding-left: 20px;
  position: relative;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-6 .title {
    font-size: 24px;
    line-height: 1.6;
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-6 .title {
    font-size: 26px;
    line-height: 1.6;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-6 .title {
    font-size: 28px;
    line-height: 1.6;
  }
}
.sect-6 .title::before {
  content: "";
  width: 8px;
  height: 32px;
  background: #ffbe02;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-6 .title::before {
    height: 24px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-6 .title::before {
    height: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-6 .title::before {
    height: 24px;
  }
}
.sect-6 .sub-tit {
  font-size: 16px;
  font-weight: 400;
  color: #919191;
  width: 1480px;
  margin: 10px auto 0;
  line-height: 1.8;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-6 .sub-tit {
    padding: 0 15px;
    margin-top: 0;
    font-size: 14px;
    width: 100%;
  }
}
.sect-6 .content {
  width: 1480px;
  margin: 20px auto 0;
  border-radius: 20px;
  background-color: #fff;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 40px;
  padding: 40px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-6 .content {
    width: 100%;
    padding: 0 15px;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-6 .content {
    width: 100%;
    padding: 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-6 .content {
    width: 100%;
    padding: 0 15px;
  }
}
.sect-6 .content .item .mian {
  width: 100%;
  aspect-ratio: 33/25;
  object-fit: cover;
  border-radius: 20px 120px 20px 20px;
}
.sect-6 .content .item .info {
  padding: 20px 10px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-6 .content .item .info {
    padding: 10px;
  }
}
.sect-6 .content .item .info .name {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #333333;
  line-height: 34px;
}
.sect-6 .content .item .info .txt {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #5e5e5e;
  line-height: 30px;
}

.sect-7 {
  padding: 60px 0;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-7 {
    padding: 30px 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-7 {
    padding: 40px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-7 {
    padding: 50px 0;
  }
}
.sect-7 .title {
  width: 1480px;
  margin: 0 auto;
  font-size: 36px;
  font-weight: 700;
  text-align: left;
  color: #333333;
  padding-left: 20px;
  position: relative;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-7 .title {
    font-size: 24px;
    line-height: 1.6;
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-7 .title {
    font-size: 26px;
    line-height: 1.6;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-7 .title {
    font-size: 28px;
    line-height: 1.6;
  }
}
.sect-7 .title::before {
  content: "";
  width: 8px;
  height: 32px;
  background: #ffbe02;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-7 .title::before {
    height: 24px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-7 .title::before {
    height: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-7 .title::before {
    height: 24px;
  }
}
.sect-7 .content {
  width: 1480px;
  margin: 20px auto 0;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 3px 3px 6px 0 rgba(209, 209, 209, 0.44);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  background-color: #fff;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-7 .content {
    width: 100%;
    padding: 0 15px;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-7 .content {
    width: 100%;
    padding: 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-7 .content {
    width: 100%;
    padding: 0 15px;
  }
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-7 .content .l-box {
    margin-top: 20px;
  }
}
.sect-7 .content .l-box .txt {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 34px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-7 .content .l-box .txt {
    font-size: 14px;
    line-height: 1.8;
  }
}
.sect-7 .content .l-box .ul {
  margin-top: 40px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-7 .content .l-box .ul {
    margin-top: 20px;
  }
}
.sect-7 .content .l-box .ul > div {
  line-height: 2;
  font-size: 14px;
  font-weight: 500;
  color: #5e5e5e;
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-7 .content .l-box .ul > div {
    line-height: 1.8;
  }
}
.sect-7 .content .l-box .ul > div .dot {
  width: 14px;
  height: 14px;
  background: #34959c;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  flex-shrink: 0;
  margin-top: 6px;
}
.sect-7 .content .l-box .ul > div .dot::before {
  content: "";
  display: block;
  width: 4px;
  height: 7px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  rotate: 40deg;
  position: absolute;
  left: 4px;
  top: 1px;
}
.sect-7 .content .r-box {
  aspect-ratio: 68/38;
  position: relative;
  width: 100%;
}
.sect-7 .content .r-box .img-1 {
  width: 100%;
  height: 100%;
  border-radius: 100px;
}
.sect-7 .content .r-box .img-2 {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 10px solid #fff;
  position: absolute;
  left: -20px;
  top: -20px;
  object-fit: cover;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-7 .content .r-box .img-2 {
    width: 100px;
    height: 100px;
    left: -10px;
  }
}
.sect-7 .content .r-box .img-3 {
  width: 400px;
  height: 200px;
  border-radius: 100px;
  border: 10px solid #fff;
  object-fit: cover;
  position: absolute;
  right: -30px;
  bottom: -10px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-7 .content .r-box .img-3 {
    width: 200px;
    height: 100px;
    right: -10px;
    bottom: 0;
  }
}

.sect-8 {
  padding: 60px 0;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-8 {
    padding: 30px 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-8 {
    padding: 40px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-8 {
    padding: 50px 0;
  }
}
.sect-8 .title {
  width: 1480px;
  margin: 0 auto;
  font-size: 36px;
  font-weight: 700;
  text-align: left;
  color: #333333;
  padding-left: 20px;
  position: relative;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-8 .title {
    font-size: 24px;
    line-height: 1.6;
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-8 .title {
    font-size: 26px;
    line-height: 1.6;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-8 .title {
    font-size: 28px;
    line-height: 1.6;
  }
}
.sect-8 .title::before {
  content: "";
  width: 8px;
  height: 32px;
  background: #ffbe02;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-8 .title::before {
    height: 24px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-8 .title::before {
    height: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-8 .title::before {
    height: 24px;
  }
}
.sect-8 .sub-tit {
  font-size: 16px;
  font-weight: 400;
  color: #919191;
  margin: 10px auto 0;
  line-height: 1.8;
  width: 1480px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-8 .sub-tit {
    padding: 0 15px;
    margin-top: 0;
    font-size: 14px;
    width: 100%;
  }
}
.sect-8 .content {
  width: 1480px;
  margin: 40px auto 0;
  border-radius: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 40px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-8 .content {
    width: 100%;
    padding: 0 15px;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-8 .content {
    width: 100%;
    padding: 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-8 .content {
    width: 100%;
    padding: 0 15px;
  }
}
.sect-8 .content .item {
  background-color: #fff;
  border-radius: 120px 20px 20px 20px;
  transition: all 0.3s linear;
}
.sect-8 .content .item:hover {
  box-shadow: 6px 6px 12px 0 rgba(210, 210, 210, 0.16);
}
.sect-8 .content .item .mian {
  width: 100%;
  aspect-ratio: 48/27;
  object-fit: cover;
  border-radius: 120px 0 120px 0;
}
.sect-8 .content .item .info {
  padding: 30px 20px 40px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-8 .content .item .info {
    padding: 15px;
  }
}
.sect-8 .content .item .info .name {
  font-size: 18px;
  font-weight: 700;
  color: #333333;
  line-height: 34px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-8 .content .item .info .name {
    line-height: 1.8;
  }
}
.sect-8 .content .item .info .txt {
  font-size: 14px;
  font-weight: 500;
  color: #5e5e5e;
  line-height: 30px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-8 .content .item .info .txt {
    line-height: 1.8;
  }
}

.sect-9 {
  padding: 60px 0;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-9 {
    padding: 30px 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-9 {
    padding: 40px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-9 {
    padding: 50px 0;
  }
}
.sect-9 .title {
  width: 1480px;
  margin: 0 auto;
  font-size: 36px;
  font-weight: 700;
  text-align: left;
  color: #333333;
  padding-left: 20px;
  position: relative;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-9 .title {
    font-size: 24px;
    line-height: 1.6;
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-9 .title {
    font-size: 26px;
    line-height: 1.6;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-9 .title {
    font-size: 28px;
    line-height: 1.6;
  }
}
.sect-9 .title::before {
  content: "";
  width: 8px;
  height: 32px;
  background: #ffbe02;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-9 .title::before {
    height: 24px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-9 .title::before {
    height: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-9 .title::before {
    height: 24px;
  }
}
.sect-9 .content {
  width: 1480px;
  margin: 40px auto 0;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-9 .content {
    width: 100%;
    padding: 0 15px;
    margin: 20px auto 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-9 .content {
    width: 100%;
    padding: 0 15px;
    margin: 20px auto 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-9 .content {
    width: 100%;
    padding: 0 15px;
    margin: 20px auto 0;
  }
}
.sect-9 .content .swiper {
  overflow: hidden;
}
.sect-9 .content .item {
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  aspect-ratio: 47/42;
}
.sect-9 .content .item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sect-10 {
  padding: 60px 0;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-10 {
    padding: 30px 15px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-10 {
    padding: 40px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-10 {
    padding: 50px 0;
  }
}
.sect-10 .content {
  width: 1480px;
  margin: 20px auto 0;
  border-radius: 20px;
  background-color: #15774D;
  padding: 80px 40px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-10 .content {
    width: 100%;
    padding: 20px 15px;
    margin-top: 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-10 .content {
    width: 100%;
    padding: 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-10 .content {
    width: 100%;
    padding: 0 15px;
  }
}
.sect-10 .content .txt {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-10 .content .txt {
    font-size: 16px;
  }
}
.sect-10 .content .btn {
  width: 220px;
  height: 56px;
  border: 1px solid #f9f9f9;
  border-radius: 29px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto 0;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-10 .content .btn {
    margin: 20px auto 0;
    width: 120px;
    height: 36px;
    font-size: 14px;
  }
}

/*# sourceMappingURL=adetail.css.map */
