#milestone {
    background-image: url(image/common/BgMileStone.jpg);
    padding-top: 0px;

    display: flex;
    flex-direction: column;

    align-items: center;
    justify-content: flex-start;
    padding-top: 9vh;
}


.milestone-content {
    flex-direction: column;
    width: 100%;
    height: 95%;
}

/* milestone-hero */
.milestone-hero {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 50%;
    order: 2;
    margin-top: -10px;
}

.milestone-hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 800px;
    height: auto;
    transform: translate(-60%, -25%);

}

.milestone-hero-img {
    position: absolute;
    top: -10%;
    left: 50%;
    width: auto;
    height: 100vh;
    transform: translate(-60%, 0%);
}

.milestone-hero-overlay {
    width: auto;
    align-items: center;
    justify-content: center;
    height: 50%;
    margin-bottom: -15px;
    z-index: 5;
}

.milestone-hero-note-container {
    height: 5%;
    width: 70%;
    max-width: 350px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.milestone-hero-note-img {
    display: block;
    width: 100%;
    height: auto;
}

.milestone-hero-note-text {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    pointer-events: none;
    font-size: clamp(8px, 2.5vw, 12px);
    width: 100%;
    text-shadow:
        0 0 5px rgba(195, 0, 255, 0.2),
        0 0 10px rgba(195, 0, 255, 0.2),
        0 0 20px rgba(195, 0, 255, 0.2),
        0 0 40px rgba(195, 0, 255, 0.2);
}


.milestone-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    z-index: 5;
    order: 5;
    width: 100%;
    height: 50%;
}

.milestone-list-item {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    aspect-ratio: 5.27 / 1;
    height: 21%;
    max-width: 100vw;
    margin: 0 auto;
}

.milestone-frame {
    height: 105%;
    width: 100%;
    z-index: 0;
}

.milestone-list-item-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: center;

    padding-left: 40%;
    padding-right: 5%;
}

.milestone-list-people-text {
    position: absolute;
    Top: 50%;
    left: 18%;
    transform: translate(-50%, -50%);
    font-size: clamp(15px, 5vw, 25px);
    color: #fff;
    justify-content: center;
    align-items: center;
    text-shadow:
        0 0 5px rgba(195, 0, 255, 0.2),
        0 0 10px rgba(195, 0, 255, 0.2),
        0 0 20px rgba(195, 0, 255, 0.2),
        0 0 40px rgba(195, 0, 255, 0.2);

}

.milestone-list-check {

    position: absolute;
    Top: 50%;
    left: 35%;
    transform: translate(-50%, -50%);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}

.milestone-list-check img {
    max-width: 110%;
    max-height: 110%;
    height: auto;
    width: auto;
    object-fit: contain;
}

.milestone-list-tip-text {
    font-size: clamp(10px, 3vw, 15px);
    display: flex;
    flex: 5;
    height: 100%;
    color: #fff;
    justify-content: flex-end;
    padding-top: 5%;
    align-items: flex-start;
    text-shadow:
        0 0 5px rgba(195, 0, 255, 0.2),
        0 0 10px rgba(195, 0, 255, 0.2),
        0 0 20px rgba(195, 0, 255, 0.2),
        0 0 40px rgba(195, 0, 255, 0.2);
}

.milestone-list-reward {
    position: relative;
    flex: 10;
    height: 80%;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.milestone-list-reward img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.milestone-list-reward-text {
    position: absolute;
    bottom: 6%;
    left: 50%;
    transform: translateX(-50%);
    font-size: clamp(6px, 2vw, 10px);
    color: #fff;
    text-align: center;
    pointer-events: none;
    white-space: nowrap;
}