body {
  background: #f8f8f8;
  font-size: 16px;
}
body .top-bar,
body .top-bar-h5 {
  margin-bottom: 0;
}
[v-cloak] {
  display: none !important;
}
.banner {
  width: 100%;
}
#TimeLine:before {
  content: "";
  display: block;
  position: sticky;
  top: 120px;
  left: 0;
  width: 100%;
  height: 2em;
  background: #f8f8f8;
  z-index: 10;
}
.wrap {
  position: relative;
  max-width: 1200px;
  padding: 0 15px 30px;
  margin: 0 auto;
}
.wrap .list-wrap {
  height: 0;
  overflow: hidden;
  transition: all ease .7s;
}
.wrap .list-wrap.active {
  height: unset;
  overflow: unset;
}
.wrap .timeline-date {
  position: relative;
  width: 100%;
  height: 4em;
  background: #f8f8f8;
}
.wrap .timeline-date {
  position: sticky;
  top: calc(110px + 2em);
  z-index: 10;
}
.timeline-date .today-tag,
.timeline-date .timestmp {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.wrap .today-tag {
  left: -1.8em;
  width: 4.2em;
  height: 4.2em;
  font-size: clamp(16px, 1.2vw, 24px);
  line-height: 3.9em;
  text-align: center;
  color: #006CBF;
  border-radius: 50%;
  border: 3px solid #2963AC;
  background: #f8f8f8;
  z-index: 10;
}
.wrap .timestmp {
  display: flex;
  gap: 8px;
  width: 15em;
  padding: 0.23em 0 .33em 3em;
  font-size: clamp(16px, 1.25vw, 24px);
  background: linear-gradient(to right, #2963AC 20%, #f8f8f8);
}
.wrap .timestmp.not-today-stmp {
  padding-left: .5em;
}
.wrap .timestmp>img {
  width: 1.33em;
}
.wrap .timestmp span {
  font-size: clamp(16px, 1.25vw, 24px);
  font-weight: 800;
  line-height: 1.33;
  color: #F8F8F8;
}
.wrap .list-wrap:not(:first-child).active .timestmp {
  padding-left: 1em;
}
.wrap li {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 1.7%;
  margin-bottom: 21px;
  padding-left: 30px;
}
.wrap li:first-child {
  padding-top: 2.5%;
  margin-top: -5px;
}
.wrap .lines {
  position: absolute;
  top: 0;
  left: 0;
  height: 96%;
  width: 0.89em;
  background: #2963AC;
}
.wrap .lines:before,
.wrap .lines:after {
  content: "";
  position: absolute;
  left: 0;
}
.wrap .lines:before {
  top: 0;
  border-left: .445em solid #2963AC;
  border-right: .445em solid #2963AC;
  border-top: .3em solid #f8f8f8;
}
.wrap .lines:after {
  bottom: -.2em;
  border-left: .445em solid #f8f8f8;
  border-right: .445em solid #f8f8f8;
  border-top: .3em solid #2963AC;
}
.wrap .cover {
  position: relative;
  width: 17.2%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.wrap .fill-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: blur(5px);
  z-index: -1;
}
.wrap .real-cover {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.wrap .desc {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  min-height: stretch;
}
.wrap .desc .title {
  font-size: clamp(16px, 1.1vw, 22px);
  font-weight: normal;
  color: #252525;
  line-height: 1.2;
}
.wrap .desc .summary {
  font-size: clamp(14px, .9vw, 18px);
  color: #818080;
  line-height: 1.6;
}
.wrap .more {
  display: block;
  margin: 30px auto 0;
  padding: 8px 15px 5px;
  font-size: clamp(18px, 1.15vw, 22px);
  color: #666666;
  line-height: 1;
  border-radius: 10px;
  border: 1px solid #666666;
}

@media (max-width: 1200px) {
  .wrap:before {
    top: 75px;
  }
  .wrap .list-wrap.active .timeline-date {
    top: calc(65px + 2em);
  }
}
@media (max-width: 996px) {
  .wrap:before {
    top: 52px;
  }
  .wrap .list-wrap.active .timeline-date {
    top: calc(42px + 2em);
  }
}
@media (max-width: 768px) {
  .wrap .cover {
    width: 30%;
  }
}
@media (max-width: 578px) {
  .wrap .cover {
    width: 40%;
  }
  .wrap .desc {
    padding-top: .8em;
    justify-content: unset;
  }
  .wrap .desc .title {
    display: block;
    text-overflow: unset;
    overflow: unset;
  }
  .wrap .desc .summary {
    display: none;
  }
}
