.shortcode-pc .container-history {
  margin-left: 10%;
}
.shortcode-pc .container-history h3 {
  margin: 0;
}
.shortcode-pc .container-history .swiper-container {
  padding-right: 100px;
}
.shortcode-pc .container-history .swiper-container .swiper-wrapper {
  padding-bottom: 10px;
  margin-top: 20px;
}
.shortcode-pc .container-history .swiper-container .swiper-scrollbar {
  bottom: auto;
  top: 0;
}
.shortcode-pc .container-history .swiper-slide {
  width: 1.5rem;
}
.shortcode-pc .container-history .swiper-slide .year {
  font-size: 0.2rem;
  left: 100px;
  width: fit-content;
  padding-bottom: 20px;
  color: #fff;
  font-weight: 300;
  position: relative;
  cursor: pointer;
  z-index: 10;
}
.shortcode-pc .container-history .swiper-slide .year.active + .line::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: calc(100% - 6px);
  left: calc(100px + 0.3rem);
  z-index: 1;
}
.shortcode-pc .container-history .swiper-slide .line {
  width: calc(100% + 10px);
  height: 1px;
  border-top: 1px solid #C6C2B4;
  position: relative;
}
.shortcode-pc .container-history .list-gallery {
  margin-top: 20px;
  margin-bottom: 50px;
  padding-left: 0;
  position: relative;
  width: 90vw;
  display: flex;
  flex-wrap: wrap;
}
.shortcode-pc .container-history .list-gallery li {
  position: relative;
  list-style-type: none;
}
.shortcode-pc .container-history .list-gallery .month {
  font-size: 0.2rem;
  font-weight: 300;
  color: #F3F3F3;
  margin-bottom: 10px;
  position: relative;
}
.shortcode-pc .container-history .list-gallery .gallery-item {
  margin-right: 20px;
  margin-bottom: 20px;
  width: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.shortcode-pc .container-history .list-gallery .gallery-item:hover {
  z-index: 1;
}
.shortcode-pc .container-history .list-gallery .gallery-item .title {
  color: #F3F3F3;
  font-size: 0.22rem;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 10px;
  flex: auto;
}
.shortcode-pc .container-history .list-gallery .gallery-item img {
  width: 3rem;
}
.shortcode-pc .container-history .list-gallery .gallery-item img:hover {
  transform: scale(2);
  transform-origin: center;
  z-index: 2;
}
