.pc {
  display: block;
}
.h5 {
  display: none;
}
.page1 {
  padding: 60px 0 70px;
  background: linear-gradient(180deg, #ffffff 0%, #fcfcfc 100%);
}
.page1 .tit {
  text-align: center;
  font-weight: 500;
  color: #172033;
}
.page1 .wrapper {
  overflow: initial;
}
.page1 .list {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page1 .list li {
  width: 32%;
  border-radius: 6px;
  position: relative;
  padding-top: 20%;
  overflow: hidden;
  transition: all 0.3s;
}
.page1 .list li .img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.page1 .list li .img img {
  height: 100%;
  object-fit: cover;
}
.page1 .list li .top-num {
  position: absolute;
  top: 0;
  left: 30px;
  background: rgba(0, 0, 0, 0.1);
  border: 0.6px solid rgba(255, 255, 255, 0.42);
  width: 90px;
  padding: 0 0 10px;
  z-index: 5;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  overflow: hidden;
  transition: all 0.3s;
}
.page1 .list li .top-num p {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.2;
  text-align: center;
  display: block;
  transition: all 0.3s;
}
.page1 .list li .top-num span {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  display: block;
}
.page1 .list li .txt {
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: 90%;
  z-index: 5;
}
.page1 .list li .txt p {
  display: block;
  color: #fff;
  font-weight: 500;
}
.page1 .list li .txt span {
  display: block;
  font-weight: 500;
  color: #d6d6d6;
  margin-top: 5px;
}
.page1 .list li .ic {
  width: 82px;
  position: absolute;
  top: 22px;
  right: 30px;
  z-index: 5;
  opacity: 0.3;
  transition: all 0.3s;
}
.page1 .list li:hover {
  box-shadow: 0px 10px 32px rgba(0, 0, 0, 0.18);
}
.page1 .list li:hover .top-num {
  border: 0.6px solid rgba(252, 120, 44, 0.64);
}
.page1 .list li:hover .top-num p {
  color: #fc782c;
}
.page1 .list li:hover .ic {
  opacity: 1;
}
.page2 {
  padding: 60px 0;
}
.page2 .tit {
  font-weight: 500;
  color: #172033;
  text-align: center;
}
.page2 .wrapper {
  overflow: initial;
}
.page2 img:hover {
  box-shadow: 0px 10px 32px rgba(0, 0, 0, 0.08);
}
.page2 .pic1 {
  margin-top: 30px;
}
.page2 .pic2 {
  margin-top: 24px;
}
.page3 {
  background: #fafafa;
  padding-top: 40px;
}
.page3 .reservation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  margin: 0 auto;
}
.page3 .reservation .img-l {
  width: 23%;
}
.page3 .reservation .img-l p {
  font-weight: 500;
  color: #172033;
  display: block;
  margin-bottom: 15px;
}
.page3 .reservation .phone {
  width: 37.2%;
}
.page3 .reservation .img-r {
  width: 19%;
}
.page3 .reservation .img-r p {
  display: block;
  font-weight: 500;
  color: #172033;
  text-align: center;
  margin-top: 10px;
}
.page3 .reservation .img-r span {
  display: block;
  text-align: center;
  color: #6b6b6b;
  font-weight: 400;
}
/* 125% */
@media screen and (max-width: 1280px) {
  .page1 .list li {
    padding-top: 24%;
  }
}
/* 150 */
@media screen and (max-width: 998px) {
  .pc {
    display: none;
  }
  .h5 {
    display: block;
    margin-bottom: 0;
  }
  .page1 {
    padding: 0 0 20px;
  }
  .page1 .tit {
    display: none;
  }
  .page1 .list {
    margin-top: 0;
  }
  .page1 .list li {
    width: 100%;
    margin-bottom: 30px;
    padding-top: 0;
  }
  .page1 .list li .img {
    position: static;
  }
  .page1 .list li .top-num {
    background: rgba(0, 0, 0, 0.2);
    border: 0.6px solid rgba(252, 120, 44, 0.64);
    width: 74px;
    left: 24px;
  }
  .page1 .list li .top-num p {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -1px;
    color: #fc782c;
  }
  .page1 .list li .top-num span {
    font-size: 10px;
    font-weight: 400;
  }
  .page1 .list li .ic {
    width: 65px;
    right: 25px;
  }
  .page1 .list li .txt {
    left: 24px;
    bottom: 16px;
  }
  .page1 .list li .txt p {
    font-size: 18px;
    font-weight: 500;
  }
  .page1 .list li .txt span {
    font-size: 12px;
    font-weight: 400;
    color: #e6e6e6;
    margin-top: 1px;
  }
  .page2 {
    padding: 36px 0;
  }
  .page2 .tit {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #0c101a;
  }
  .page2 .pic1 {
    margin-top: 15px;
  }
  .page2 .pic2 {
    margin-top: 30px;
  }
  .page3 .reservation .img-l {
    display: none;
  }
  .page3 .reservation .img-r {
    display: none;
  }
  .page3 .reservation {
    flex-wrap: wrap;
    width: 90%;
  }
  .page3 .reservation .h5 {
    width: 100%;
    text-align: center;
  }
  .page3 .reservation .h5 .tit {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #0c101a;
    text-align: center;
    display: inline-block;
  }
  .page3 .reservation .h5 .qr {
    width: 160px;
    margin: 26px auto 0;
  }
  .page3 .reservation .h5 .t1 {
    font-size: 18px;
    font-weight: 500;
    color: #172033;
    text-align: center;
    display: block;
    margin-top: 10px;
  }
  .page3 .reservation .h5 .t2 {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #6b6b6b;
    margin-top: 8px;
  }
  .page3 .reservation .h5 .flow {
    margin-top: 20px;
  }
  .page3 .reservation .phone {
    width: 100%;
  }
}
/*# sourceMappingURL=./EnrollmentPlan.css.map */