.sub_tt01 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #80c050;
}

.sub {
  height: calc(var(--px) * 655);
  box-sizing: border-box;
  justify-content: center;
}

.vcon02 {
  background-color: #F2F8ED;
  padding-top: 6vw;
  padding-bottom: 6vw;
}

.vcon02_box {
  width: 80%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.vcon02_card {
  width: 33.3333333333%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  margin-bottom: 3vw;
}

.vcon02_card_item {
  width: calc(var(--px) * 465);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
  border-radius: 2.5vw;
  overflow: hidden;
  cursor: pointer;
}

.vcon02_card_img {
  aspect-ratio: 465/465;
  overflow: hidden;
  border-radius: 0 0 2.5vw 2.5vw;
}
.vcon02_card_img > img {
  height: 100%;
  object-fit: cover;
}

.vcon02_card_expired {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.55);
  z-index: 2;
}
.vcon02_card_expired p {
  color: #ffffff;
  font-size: calc(var(--px) * 20);
  font-weight: 700;
  letter-spacing: -0.025em;
}

.vcon02_card_tt {
  width: 80%;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 1.5vw;
  padding-bottom: 1.5vw;
}

.vcon02_card_tt01 {
  width: 100%;
  font-size: calc(var(--px) * 18);
  font-weight: 500;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 1.5vw;
}

.ctt_sub21 .vcon02_card_tt01 {
  margin-bottom: 0.5vw;
}

.vcon02_card_tt02 {
  width: 100%;
  text-align: end;
  font-size: calc(var(--px) * 16);
  font-weight: 500;
  color: #7E7E7E;
}

.ctt_sub21 .vcon02_card_tt02 {
  text-align: start;
}

.vcon02_page {
  margin-top: 8vw;
  gap: 0.5vw;
}

.vcon02_arr {
  width: 1.6274%;
  aspect-ratio: 31/25;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-decoration: none;
}

.vcon02_arr.is-disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}

.vcon02_page_tab {
  width: calc(var(--px) * 69);
  aspect-ratio: 69/69;
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
  font-size: calc(var(--px) * 16);
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-family: "Paperozi";
  text-decoration: none;
}

.vcon02_page_tab.active {
  color: #fff;
  background-color: #71994B;
  font-weight: 800;
}

.vcon02_page_dots {
  cursor: default;
  pointer-events: none;
}

.vcon02_empty {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 5vw;
  padding-bottom: 5vw;
}
.vcon02_empty > p {
  font-size: calc(var(--px) * 18);
  color: #7E7E7E;
}

.vcon01_05 {
  width: 56.798%;
  aspect-ratio: 1082/1081;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  bottom: -39vw;
}

.vcon01_05 {
  animation-duration: 30s;
}

@media (max-width: 599px) {
  .sub {
    height: 69vw;
  }
  .vcon02 {
    padding-top: 12vw;
    padding-bottom: 12vw;
  }
  .vcon02_box {
    width: 81%;
    gap: 5vw;
  }
  .vcon02_card {
    width: 100%;
    margin-bottom: 0;
  }
  .vcon02_card_item {
    width: 100%;
    border-radius: 4vw;
  }
  .vcon02_card_img {
    border-radius: 0 0 4vw 4vw;
  }
  .vcon02_card_tt {
    width: 86%;
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
  .vcon02_card_tt01 {
    font-size: 4.2vw;
    margin-bottom: 2vw;
  }
  .ctt_sub21 .vcon02_card_tt01 {
    margin-bottom: 1.5vw;
  }
  .vcon02_card_tt02 {
    font-size: 3.5vw;
  }
  .vcon02_empty > p {
    font-size: 4vw;
  }
  .vcon02_page {
    margin-top: 8vw;
    gap: 1.5vw;
    flex-wrap: wrap;
  }
  .vcon02_arr {
    width: 7vw;
  }
  .vcon02_page_tab {
    width: 9vw;
    font-size: 3.5vw;
  }
  .vcon01_05 {
    display: none;
  }
}
