.full-preview {
    height: 100vh;
    width: 100%;
}

.full-preview-mask {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.40) 66%);
}

.full-preview__img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.full-preview__description {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.full-preview__title {
    font-family: 'YouthMedium', sans-serif;
    font-size: 64px;
    letter-spacing: calc(1em / 20);
    color: #FFFFFF;
    text-align: center;
    line-height: 1;
    opacity: 0;
}

.full-preview__text {
    font-family: 'JostRegular', sans-serif;
    color: #FFFFFF;
    letter-spacing: calc(1em / 20);
    line-height: 27.64px;
    font-size: 20px;
    width: 649px;
    text-align: center;
    margin-top: 36px;
    opacity: 0;
}

.full-preview .blur-button {
    margin-top: 53px;
    width: 240px;
    opacity: 0;
}

@media screen and (max-width: 768px) {
    .full-preview__title {
        font-size: 40px;
    }

    .full-preview__text {
        font-size: 16px;
        width: 80%;
        margin-top: 30px;
    }

    .full-preview .blur-button {
        margin-top: 40px;
        width: 60%;
    }
}


.section2 {
    margin-top: 140px;
}

@media screen and (max-width: 768px) {
    .section2 {
        margin-top: 120px;
    }
}

.section2 .detailed {
    margin-top: 50px;
}

.section2 .detailed__load-more {
    margin: 94px auto 0;
}


@media screen and (max-width: 768px) {
    .section2 .detailed {
        margin-top: 120px;
    }

    .section2 .detailed__load-more {
        margin: 50px auto 0;
    }
}

.section4 {
    margin-top: 219px;
}

.section4__join {
    margin: 78px auto 0;
}

@media screen and (max-width: 768px) {
    .section4 {
        margin-top: 101px;
    }
}

.location-card-list {
    margin-top: 200px;
    border-bottom: 1px solid #D9D9D9;
}

.location-card-list .location-card {
    margin-bottom: 40px;
}

@media screen and (max-width: 620px) {
    .location-card-list {
        margin-top: 100px;
    }

    .location-card-list .location-card {
        margin-bottom: 30px;
    }
}

.section9 {
    margin-top: 200px;
    margin-bottom: 200px;
}

.section9 .detailed__description {
    grid-column-start: 1;
    margin-left: 0;
}

.section9 .detailed__img {
    grid-column: span 6 / span 6;
    grid-column-start: 7;
}

.section9 .outline-button {
    width: 200px;
    margin-top: 60px;
}

@media screen and (min-width: 1001px) {
    .section9 .detailed__text {
        width: 393px;
    }

    .section9 .detailed__img {
        height: 690px;
    }
}

@media screen and (max-width: 768px) {
    .section9 {
        margin-top: 100px;
        margin-bottom: 100px;
    }
}


@media screen and (max-width: 620px) {
    .section9 .outline-button {
        width: 100%;
        margin-top: 40px;
    }

    .detailed {
        gap: 40px;
    }
}
