.content-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: center;
  justify-content: flex-start;
  word-break: break-all;
  flex-wrap: wrap;
  flex: 1 0 auto;
  width: 1000px;
  margin: 0 auto;
}

.event-wrap {
  width: 1100px !important;
  margin: 0 auto;
}
.event-wrap .event-title img {
  width: 100%;
}

.event-banner,
.novel-list-wrap,
.event-footer-wrap {
  width: 720px;
  margin: 0 auto;
}

.event-banner img {
  width: 100%;
}

.novel-wrap {
  position: relative;
}
.novel-wrap .novel-cover {
  border-radius: 6px;
  box-sizing: border-box;
  overflow: hidden;
  flex-shrink: 0;
  position: relative;
}
.novel-wrap .novel-cover img {
  width: 100%;
  transition: 0.3s cubic-bezier(0.15, 0, 0.2, 1);
  margin: 0 auto;
}
.novel-wrap .novel-cover:hover img {
  transform: scale(1.04);
}
.novel-wrap .novel-cover.label_19:before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='72' height='72' viewBox='0 0 72 72' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3.6' y='3.6' width='64.8' height='64.8' rx='32.4' fill='white'/%3E%3Crect x='3.6' y='3.6' width='64.8' height='64.8' rx='32.4' stroke='%23DE3535' stroke-width='7.2'/%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M16.2 25.673l-.45.27v5.175l6.795-3.87v24.03h5.085V20.723h-3.24l-8.19 4.95Z' fill='black'/%3E%3Cpath d='M54.944 30.128c-.36-1.8-.945-3.285-1.755-4.545-.765-1.305-1.665-2.295-2.655-3.06-1.035-.81-2.16-1.395-3.375-1.71-2.835-.855-5.715-.765-8.28.18-1.395.54-2.565 1.305-3.51 2.25-.99.945-1.755 2.07-2.25 3.375-.54 1.26-.81 2.61-.81 4.14s.225 2.88.765 4.095c.45 1.215 1.17 2.34 2.16 3.33.99.99 2.115 1.71 3.42 2.205 1.26.495 2.745.765 4.365.765 1.935 0 3.735-.45 5.355-1.35.765-.405 1.44-.9 2.025-1.44 0 .45-.09.855-.18 1.305-.18 1.305-.54 2.34-.99 3.24-.45.945-.945 1.665-1.44 2.205-.585.585-1.26 1.08-2.025 1.485-.72.36-1.575.54-2.565.54-1.35 0-2.43-.27-3.33-.855-.855-.585-1.44-1.395-1.755-2.475l-.225-.765-4.995.945.27.945c.63 2.205 1.845 3.96 3.6 5.175 1.755 1.215 3.915 1.845 6.345 1.845 1.665 0 3.195-.315 4.545-.9 1.44-.585 2.61-1.44 3.69-2.52 2.745-2.79 4.14-7.245 4.14-13.185 0-1.665-.18-3.375-.54-5.13v-.09Zm-5.58.585c0 1.62-.54 2.97-1.665 4.095-1.125 1.125-2.52 1.71-4.32 1.71s-3.06-.495-4.14-1.575h-.045c-1.08-1.125-1.665-2.475-1.665-4.14 0-1.17.315-2.205.99-3.195.63-.945 1.395-1.62 2.25-1.98 1.98-.81 3.825-.72 5.4 0 .765.36 1.395.855 1.935 1.44.495.54.81 1.08 1.035 1.755.225.63.315 1.17.315 1.845l-.09.045Z' fill='black'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Crect width='39.735' height='31.635' fill='white' transform='translate(15.75 20.183)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  top: 4px;
  right: 4px;
  z-index: 15;
}
.novel-wrap .novel-cover:after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid var(--color-opa-neubk-rgba-10);
  border-radius: 6px;
  z-index: 10;
}
.novel-wrap .event-badge-wrap {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.novel-wrap .event-badge {
  background-color: var(--color-neu-700);
  color: var(--color-neu-00);
  height: 24px;
  border-radius: 6px 0 6px 0;
  font-size: 12px;
  align-items: center;
  display: inline-flex;
}
.novel-wrap .novel-genre,
.novel-wrap .novel-author,
.novel-wrap .novel-meta-wrap {
  color: var(--color-neu-500);
}
.novel-wrap .novel-genre,
.novel-wrap .novel-author {
  font-weight: 400;
}
.novel-wrap .novel-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--color-neu-900);
  text-overflow: ellipsis;
  font-weight: 500;
}

.novel-meta {
  display: inline-flex;
  align-items: flex-start;
  gap: 1px;
  flex-direction: row;
}
.novel-meta .meta-label {
  margin-right: 1px;
  color: var(--color-opa-neubk-rgba-50);
}
.novel-meta span {
  flex-shrink: 0;
  color: var(--color-opa-neu00-rgba-60);
}
.novel-meta .price,
.novel-meta .discount {
  color: var(--color-sec-org-500);
}

.novel-list.type-single {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin: 48px auto;
  width: 440px;
}

.type-single .novel-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 8px;
  border: 1px solid var(--color-opa-neu00-rgba-15);
  background-color: var(--color-opa-neu00-rgba-10);
  overflow: hidden;
}
.type-single .novel-wrap .event-badge {
  height: 28px;
  padding: 0 10px;
  font-size: 13px;
  line-height: 17px;
}
.type-single .novel-cover {
  width: 100%;
  border-radius: 0;
  box-sizing: border-box;
  overflow: hidden;
  flex-shrink: 0;
  position: relative;
}
.type-single .novel-cover:after {
  border: 0;
}
.type-single .novel-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
  align-items: center;
  padding: 16px 20px 20px;
  border-top: 1px solid var(--color-opa-neu00-rgba-15);
}
.type-single .novel-title {
  -webkit-line-clamp: 2;
  color: var(--color-neu-00);
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  text-align: center;
  max-height: 44px;
}
.type-single .novel-author {
  color: var(--color-opa-neu00-rgba-80);
  line-height: 18px;
  font-size: 14px;
}
.type-single .novel-meta-wrap {
  align-items: center;
  color: var(--color-opa-neu00-rgba-60);
  text-align: center;
}
.type-single .novel-meta {
  display: block;
  padding: 0 20px;
}

.novel-list.type-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 20px 24px 20px 28px;
  gap: 0 20px;
}

.type-list .novel-wrap {
  padding: 16px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 14px;
  border-top: 1px solid var(--color-neu-20);
}
.type-list .novel-wrap .event-badge-wrap {
  top: -0.5px;
}
.type-list .novel-wrap .event-badge {
  height: 20px;
  padding: 0 6px;
  border-radius: 5px 0 5px 0;
  font-size: 11px;
  line-height: 14px;
}
.type-list .novel-wrap:first-of-type, .type-list .novel-wrap:nth-of-type(2) {
  border-top: 0;
}
.type-list .novel-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: left;
}
.type-list .novel-cover {
  width: 80px;
}
.type-list .novel-title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  font-size: 17px;
  line-height: 22px;
}
.type-list .novel-meta-wrap {
  margin-top: 12px;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.type-list .novel-meta-wrap .meta-label {
  color: var(--color-neu-300);
}
.type-list .novel-meta-wrap .novel-meta + .novel-meta {
  padding-left: 7px;
}
.type-list .novel-meta-wrap .novel-meta + .novel-meta::before {
  display: inline-block;
  vertical-align: top;
  margin: 4px 0 0 -6px;
  width: 1px;
  height: 10px;
  background-color: var(--color-neu-40);
  content: "";
  position: absolute;
}

.novel-list.type-carousel {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: 0 auto;
  padding: 30px 28px 36px 28px;
  gap: 32px 10px;
}

.type-carousel .novel-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.type-carousel .novel-wrap .event-badge {
  height: 28px;
  padding: 0 10px;
  border-radius: 6px 0 6px 0;
  font-size: 13px;
  line-height: 17px;
}
.type-carousel .novel-cover {
  width: 100%;
  border-radius: 6px;
  box-sizing: border-box;
  overflow: hidden;
  flex-shrink: 0;
  position: relative;
}
.type-carousel .novel-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
  align-items: flex-start;
  padding: 0 2px;
  box-sizing: border-box;
}
.type-carousel .novel-title {
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  text-align: left;
}
.type-carousel .novel-meta .meta-label {
  color: var(--color-opa-neubk-rgba-50);
}
.type-carousel .novel-meta .price,
.type-carousel .novel-meta .discount {
  color: var(--color-sec-org-500);
}
.type-carousel .novel-meta span {
  color: var(--color-opa-neubk-rgba-70);
}

.type-single .novel-wrap:hover,
.type-list .novel-wrap:hover,
.type-carousel .novel-wrap:hover {
  text-decoration: none;
}

.type-single .novel-cover.label_19:before,
.type-carousel .novel-cover.label_19:before {
  width: 18px;
  height: 18px;
  top: 5px;
  right: 5px;
}

.type-list .novel-genre {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: var(--color-neu-300);
}

.type-carousel .novel-genre {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: var(--color-opa-neubk-rgba-50);
}

.type-list .novel-author,
.type-carousel .novel-author {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.type-carousel .novel-author {
  color: var(--color-opa-neubk-rgba-70);
}

.type-single .novel-meta-wrap,
.type-carousel .novel-meta-wrap {
  margin-top: 6px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.type-single .novel-meta-wrap,
.type-carousel .novel-meta-wrap {
  display: flex;
  flex-direction: column;
}

.type-carousel .novel-meta-wrap {
  align-items: flex-start;
  gap: 4px;
}

.type-single .novel-meta .price,
.type-carousel .novel-meta .price {
  display: inline-flex;
  gap: 1px;
}

.novel-cover:after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid var(--color-opa-neubk-rgba-30);
  border-radius: 6px;
}
.novel-cover img {
  width: 100%;
}

.bg-color .novel-cover:after {
  border: 1px solid var(--color-opa-neubk-rgba-10);
}
.bg-color .novel-title {
  color: var(--color-neu-00);
}
.bg-color .novel-genre,
.bg-color .novel-author,
.bg-color .novel-meta-wrap {
  color: var(--color-opa-neu00-rgba-80);
}
.bg-color .novel-meta .meta-label {
  color: var(--color-opa-neu00-rgba-60);
}
.bg-color .novel-meta .price,
.bg-color .novel-meta .discount {
  color: var(--color-sec-org-400);
}
.bg-color .novel-meta span {
  color: var(--color-opa-neu00-rgba-70);
}

.event-footer-wrap {
  background-color: var(--color-neu-00);
}

.novel-list-wrap + .event-footer-wrap {
  border-top: 1px solid var(--color-neu-20);
}

.novel-list-wrap.bg-color + .event-footer-wrap {
  border-top: 0;
}

.event-footer {
  display: flex;
  padding: 36px 24px 32px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.event-footer-wrap .title {
  color: var(--color-neu-500);
  font-size: 18px;
  font-weight: 500;
  height: 23px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.event-footer-wrap .title svg {
  color: var(--color-neu-500);
}

.event-info {
  color: var(--color-neu-300);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  justify-content: flex-start;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
  line-height: 20px;
}
.event-info .event-info-title {
  color: var(--color-neu-300);
  font-weight: 500;
}