#WWPForum {
  width: 100%;
  max-width: unset;
  padding: 20px 15px;
  background: linear-gradient(to bottom, #f1fdfe, #fff5e5);
}
section {
  max-width: 1200px;
  margin: 0 auto 40px;
  flex-direction: column;
}
section .common-title {
  margin-bottom: 12px;
}
.single-icon {
  width: 21.4%;
  min-width: 170px;
}
.story-cover {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
.fill-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: blur(5px);
  z-index: -1;
  object-fit: cover;
}
.cover-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.display-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.swiper-box {
  position: relative;
  width: 100%;
}
.swiper-box .swiper {
  position: static;
  width: 85%;
}
.swiper-box .swiper-button-next:after,
.swiper-box .swiper-button-prev:after {
  display: none;
}
.forum-list {
  flex-wrap: wrap;
}
.story-summary {
  padding: .5em;
  border: 1px solid #800020;
  border-top: none;
}
.limited-line {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.limited-2-line{
  -webkit-line-clamp: 2;
  word-break: break-word;
  line-height: 1.5;
  min-height: 3em;
  max-width: 100%;
}
.limited-1-line {
  -webkit-line-clamp: 1;
}
.limited-3-line {
  min-height: 4.5em;
  -webkit-line-clamp: 3;
}

#module01 .display-box {
  width: 100%;
  overflow: hidden;
  align-items: stretch;
}
#module01 .cover-preview {
  width: 79%;
  aspect-ratio: 16 / 9;
}
#module01 .menus {
  width: 20%;
  margin: 0;
  align-self: stretch;
}
#module01 .swiper-wrapper {
  justify-content: space-between;
}
#module01 .swiper-slide {
  height: fit-content;
}
#module01 .story-title {
  font-size: 14px;
  color: #000128;
  line-height: 1.2;
  padding: .2em .2em 0;
}
#module01 .cover-preview a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 0;
  transition: all ease 1s;
}
#module01 .cover-preview .active {
  opacity: 1;
  z-index: 1;
}
#module01 .cover-preview .story-title {
  display: none;
}
#module01 .limited-2-line {
  line-height: 1.2;
  min-height: unset;
}
#module01 .cover-preview .limited-2-line {
  font-size: clamp(16px, 1.145vw, 22px);
}

#module02 .item {
  width: 23.75%;
  margin-bottom: 1.65%;
  background: #ffffec;
}

#module03 .swiper {
  width: 88.5%;
  padding: 15% 0;
}
#module03 .swiper-wrapper {
  align-items: center;
}
#module03 .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 77.4%;
  aspect-ratio: 16 / 9;
  height: fit-content;
}
#module03 .swiper-slide-prev .thumb-img-blur {
  transform: scale(2.2) translateX(27%);
}
#module03 .swiper-slide-next .thumb-img-blur {
  transform: scale(2.2) translateX(-27%);
}
#module03 .swiper-slide.swiper-slide-active .thumb-img-blur {
  transform: scale(2.65) translateZ(0);
}
#module03 .story-summary {
  display: none;
}
#module03 .story-summary a {
  text-align: center;
}
#module03 .swiper-slide-active {
  width: 88.3%;
  z-index: 10;
}
#module03 .swiper-slide-active .story-summary {
  display: block;
}
#module03 .swiper-button-prev {
  left: 0;
}
#module03 .swiper-button-next {
  right: 0;
}
#module03 .story-summary {
  position: absolute;
  left: auto;
  bottom: -82.5%;
  width: 265%;
  background: rgb(15 151 222 / 0.48);
  border: none;
  color: #fff;
}

#module04 .item {
  width: 29.42%;
  background: #ffffec;
}
#module04 .story-summary {
  padding-left: .8em;
  border-radius: 0 0 30px 30px;
}
#module04 .publish-time {
  width: 22.66%;
  min-width: 62px;
  aspect-ratio: 8/7;
  flex-direction: column;
  background: #800020;
  color: #fff;
}
#module04 .publish-date {
  font-size: clamp(18px, 1.5625vw, 30px);
}
#module04 .publish-dates {
  font-size: 14px;
}
#module04 .story-summary a {
  flex: 1;
  min-height: unset;
  padding-left: 1.2em;
  font-size: 14px;
  line-height: 1.4;
  color: #000;
}

#module06 {
  margin-bottom: 0;
}

@media (max-width: 1200px) {
  #module01 .cover-preview {
    width: 75%;
  }
  #module01 .menus {
    width: 24%;
  }
  #module01 .story-title {
    display: none;
  }
  #module01 .active .story-title {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    padding: .5em 1em;
    color: #fff;
    text-align: center;
    background: rgb(15 151 222 / 0.48);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 768px) {
  #module04 .item {
    width: 32%;
  }
  #module04 .story-summary {
    border-radius: 0 0 15px 15px;
  }
}
@media (max-width: 578px) {
  #module01 .display-box {
    flex-direction: column;
    gap: 5px;
  }
  #module01 .cover-preview,
  #module01 .menus {
    width: 100%;
  }
  #module01 .swiper-wrapper {
    flex-direction: row;
  }
  #module01 .swiper-slide {
    width: 32.5%;
  }
  #module03 .swiper {
    padding: 0;
  }
  #module03 .swiper-slide-prev .thumb-img-blur,
  #module03 .swiper-slide-next .thumb-img-blur,
  #module03 .swiper-slide.swiper-slide-active .thumb-img-blur {
    transform: unset;
  }
  #module03 .story-summary {
    width: 100%;
    left: 0;
    bottom: 0;
  }
  #module02 .item,
  #module04 .item {
    width: 100%;
    margin-bottom: 3.3%;
  }
  #module04 .publish-time {
    width: 12%;
    justify-content: space-around;
  }
}