body {
  background: #F6F6F6;
}

.banner {
  width: 100%;
  height: 35rem;
  position: relative;
}

.banner-swiper__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.banner-btn {
  position: absolute;
  bottom: 12%;
  transform: translateX(-50%);
  left: 50%;
  display: flex;
  align-items: center;
  z-index: 1;
}

.banner-prev, .main-btn {
  border-radius: 3.125rem;
  background: linear-gradient(180deg, #FFDEA6 0%, #FFBE0B 100%);
  box-shadow: 4px 10px 10px 0px rgba(121, 4, 4, 0.22);
  width: 37.5rem;
  height: 5rem;
  line-height: 5rem;
  font-size: 2rem;
  color: #FF220C;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}

.main {
  margin: 2rem 0 0;
  position: relative;
}

.main-title {
  font-size: 2rem;
  letter-spacing: 1.5px;
  color: #FF8533;
  text-align: center;
  font-weight: bold;
}

.panel {
  margin: auto;
  width: 90rem;
  margin-top: 6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.panel-item {
  position: relative;
  width: 13.75rem;
  height: 7.625rem;
  border-radius: 1rem;
  background: #FFFAF3;
  box-shadow: 0px 4px 10px 0px rgba(111, 82, 2, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
}
.panel-item img {
  width: 5.3125rem;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: -3rem;
}

.panel-txt {
  margin-top: 0.5rem;
  font-size: 1.25rem;
  color: #FF8533;
}

.main-btn {
  margin: 4rem auto 4rem;
}

.table-box {
  padding: 4rem 0;
  background-color: #fff;
}

.table {
  margin: 3rem auto 0;
  width: 90rem;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.22);
}

.table-head {
  display: flex;
  background: linear-gradient(180deg, #F9F589 0%, #FEB43E 100%);
}

.table-th {
  display: flex;
}

.table-td {
  flex: 1;
  padding: 2rem 0;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 1.5px;
  color: #FF220C;
}

.table-txt {
  font-size: 1.5rem;
  flex: 1;
  padding: 2rem 0;
  text-align: center;
  letter-spacing: 1.5px;
  color: #3D3D3D;
}

.table-not {
  font-size: 1.5rem;
  flex: 1;
  font-weight: bold;
  padding: 4rem 0;
  text-align: center;
  letter-spacing: 1.5px;
  color: #3D3D3D;
}

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