@font-face {
  font-family: 'Smiley Sans';
  src: url('../../fonts/Smiley-Sans.otf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: '사천항공';
  src: url('../../fonts/SacheonHangGong-Regular.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.b-lazy {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.container-fluid {
  overflow: hidden;
}
.banner {
  height: 9.89rem;
}
.banner img {
  width: 100%;
  height: 100%;
}
.part1 {
  height: 9.08rem;
  padding-top: 1.65rem;
}
.part1 .con-tit {
  font-family: 'Smiley Sans';
  font-size: 0.6rem;
  color: #000000;
  text-align: center;
}
.part1 .part-box {
  display: flex;
  justify-content: space-between;
  width: 15.08rem;
  margin: 0.25rem auto;
}
.part1 .part-item {
  width: 4.88rem;
}
.part1 .part-item .part-img {
  width: 100%;
}
.part1 .part-item p {
  font-family: "사천항공";
  font-size: 0.24rem;
  color: #000;
  text-align: center;
  line-height: 0.32rem;
  margin-top: 0.1rem;
}
.part2 {
  height: 13.24rem;
  position: relative;
  padding-top: 1.55rem;
}
.part2 .pro-name {
  font-family: 'Smiley Sans';
  font-size: 0.5rem;
  font-weight: bold;
  color: #000000;
  text-align: center;
  width: 200%;
  background-color: #ead634;
  height: 0.72rem;
  position: absolute;
  left: -0.1rem;
  top: -0.14rem;
  transform-origin: 25% 50%;
  transform: rotate(3.7deg);
}
.part2 .pro-name .line {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.part2 .con-tit {
  width: 7.42rem;
  height: 0.84rem;
  margin: 0 auto;
}
.part2 .con-tit img {
  width: 100%;
  height: 100%;
}
.part2 .pro-box {
  margin: 0.4rem auto 0;
  display: flex;
  width: 16.5rem;
  height: 8.9rem;
  align-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
}
.part2 .pro-item {
  width: 2.72rem;
}
.part2 .pro-item img {
  width: 100%;
  margin-bottom: 0.1rem;
}
.part2 .pro-item p {
  color: #fef7e4;
  font-size: 0.16rem;
  font-family: '사천항공';
  line-height: 0.2125rem;
  text-align: center;
  padding-left: 0.1rem;
}
.part2 .pro-item:nth-child(1) {
  margin-left: 1.15rem;
}
.part2 .pro-item:nth-child(5) {
  margin-right: 1.15rem;
}
.part3 {
  height: 9.9rem;
  padding-top: 2.3rem;
  padding-left: 3.25rem;
  color: #fff;
  font-family: "사천항공";
}
.part3 .con-tit {
  font-size: 0.48rem;
  font-weight: bold;
  margin-bottom: 0.15rem;
}
.part3 p {
  font-size: 0.18rem;
  line-height: 0.22rem;
  font-style: italic;
}
@media (max-width: 750px) {
  .banner {
    height: 13.34rem;
  }
  .part1 {
    height: 14.39rem;
    padding-top: 0.8rem;
  }
  .part1 .part-box {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .part1 .part-item {
    margin-bottom: 0.25rem;
  }
  .part2 {
    height: 35.87rem;
    padding-top: 2.17rem;
  }
  .part2 .con-tit {
    width: 4.88rem;
    height: 1.91rem;
  }
  .part2 .pro-name {
    left: -0.2rem;
    margin-top: 0;
    transform: rotate(12deg);
  }
  .part2 .pro-box {
    margin: 0.65rem auto 0;
    width: 6.4rem;
    height: 29.5rem;
    align-content: flex-start;
  }
  .part2 .pro-item {
    margin: 0 0 0.3rem !important;
    width: 3rem;
  }
  .part2 .pro-item p {
    font-size: 0.18rem;
  }
  .part3 {
    height: 9.58rem;
    padding-top: 5.45rem;
    padding-left: 0;
    text-align: center;
  }
  .part3 .con-tit {
    font-size: 0.6rem;
  }
  .part3 p {
    font-size: 0.24rem;
    line-height: 0.3rem;
  }
}
