.activity {
  width: 100%;
  background: linear-gradient(160deg, #f8f0e7 0%, #efe1d3 42%, #e7d2c0 100%);
  padding: 10cqw 0;
}

.activiti-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 7cqw;
}

.activity-inner {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.activity-inner #help-notice .privacy-inner {
    width: 100%;
    margin-top: 10cqw;
}

.activity-content-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10cqw;
    margin-top: 4cqw;
    z-index: 2;
}

.activity-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 5cqw 3cqw 3cqw 3cqw;
    background-color: var(--panel);
    border-radius: 4cqw;
    box-shadow: var(--shadow);
    overflow: hidden;
}

.time-line {
    height: calc(87cqw + 10cqw);
}

.time-line-item {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10cqw;
    margin-top: 10cqw;
    align-items: center;
    justify-content: center;
    position: relative;
}

.time-line-item-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: right;
}

.time-line-item-left-inner {
    width: max-content;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
}

.time-line-item-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
}

.time-line-item-right-inner {
    width: max-content;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.time-line-img {
    align-self: center;
    width: 10cqw;
    height: auto;
}

.time-line-separator {
    height: 70cqw;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.activity-content-info-container {
    margin-top: 4cqw;
}

.blind-box-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 4cqw;
    margin-top: 7cqw;
    align-items: center;
}

.blind-box-img-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2cqw;
}

.blind-box-img {
    width: 100%;
    height: auto;
}

.blind-box-info-container {
    width: 100%;
    border-radius: 2cqw;
    background-color: #62121b;
    padding: 4cqw;
    align-items: center;
}

.blind-box-info-text {
    color: #fff;
}

.cola-img {
    width: 100%;
    border-radius: 2cqw;
    margin-top: 4cqw;
}

.blind-box-dec {
    width: 10cqw;
    align-self: center;
}