.post-type-archive-promotion main {
  background: #EFF6FD;
}

.promotion-archive {
  padding: 32px 0 60px;
}
@media screen and (max-width: 991px) {
  .promotion-archive {
    padding: 30px 0;
  }
}
.promotion-archive-btn {
  padding: 16px 24px;
  border-radius: 50px;
  border: 1px solid #3B95FF;
  text-decoration: none;
  outline: none;
  background-color: #3B95FF;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  transition: all ease 0.4s;
}
@media (hover: hover) and (pointer: fine) {
  .promotion-archive-btn:hover {
    color: #3B95FF;
    background-color: #fff;
  }
}
.promotion-archive-btn--promotion-more {
  color: #3B95FF;
  background-color: #fff;
  margin-top: 30px;
}
@media (hover: hover) and (pointer: fine) {
  .promotion-archive-btn--promotion-more:hover {
    color: #fff;
    background-color: #3B95FF;
  }
}
.promotion-archive__title {
  margin: 0;
  font-size: 34px;
  font-weight: 600;
  line-height: 105%;
}
@media screen and (max-width: 991px) {
  .promotion-archive__title {
    font-size: 26px;
  }
}
@media screen and (max-width: 575px) {
  .promotion-archive__title {
    font-size: 22px;
  }
}
.promotion-archive__row {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  align-items: stretch;
  justify-content: flex-start;
  margin-top: 45px;
}
@media screen and (max-width: 991px) {
  .promotion-archive__row {
    margin-top: 25px;
  }
}
.promotion-archive-item {
  display: flex;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.04);
  overflow: hidden;
  color: #131313;
}
@media screen and (max-width: 767px) {
  .promotion-archive-item {
    flex-direction: column !important;
  }
}
.promotion-archive-item:nth-child(even) {
  flex-direction: row-reverse;
}
.promotion-archive-item .promotion-archive-btn {
  margin-top: auto;
  position: relative;
}
.promotion-archive-item__date {
  padding: 5px 10px;
  border-radius: 16px;
  background: #EFF6FD;
  font-size: 12px;
  font-weight: 600;
  line-height: 200%;
  display: inline-block;
}
.promotion-archive-item__img {
  min-width: 510px;
  max-width: 510px;
  border-radius: 16px;
  overflow: hidden;
  line-height: 0;
  max-height: 100%;
  position: relative;
}
@media screen and (max-width: 991px) {
  .promotion-archive-item__img {
    min-width: 420px;
    max-width: 420px;
  }
}
@media screen and (max-width: 767px) {
  .promotion-archive-item__img {
    min-width: unset;
    max-width: 100%;
    height: 250px;
  }
}
.promotion-archive-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 767px) {
  .promotion-archive-item__img img {
    object-position: top center;
  }
}
.promotion-archive-item__labels {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  column-gap: 5px;
  align-items: flex-start;
  justify-content: flex-start;
  line-height: 1;
  max-height: 100%;
  flex-wrap: wrap;
}
.promotion-archive-item__label {
  padding: 6px 20px;
  font-size: 14px;
  font-weight: 700;
  background-color: #FF3434;
  color: #fff;
}
.promotion-archive-item__label:first-child {
  border-radius: 16px 0 12px 0;
}
.promotion-archive-item__content {
  padding: 45px 40px;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: flex-start;
  row-gap: 24px;
}
@media screen and (max-width: 991px) {
  .promotion-archive-item__content {
    padding: 15px;
    row-gap: 15px;
  }
}
.promotion-archive-item__title {
  font-size: 28px;
  font-weight: 600;
  line-height: 128%;
}
@media screen and (max-width: 991px) {
  .promotion-archive-item__title {
    font-size: 20px;
  }
}
.promotion-archive-item__description {
  font-size: 14px;
  line-height: 171%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/*# sourceMappingURL=archive-promotion.css.map */
