.sub-article {
    color: #000;
    background-color: #fff;
    padding: 120rem 0;
}

.space .article-wrapper {
    width: 1200rem;
}

.spc-box-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30rem;
}

.spc-box {
    position: relative;
    height: 450rem;
    overflow: hidden;
}
.spc-box::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40%;
    background-image: linear-gradient(to top, #000000e2, transparent);
    z-index: 1;
}

.spc-box-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}

.spc-box-image img {
    transition: all 1s;
}

.spc-box:hover .spc-box-image img {
    transform: scale(1.05);
}

.spc-box-text {
    position: absolute;
    bottom: 50rem;
    left: 60rem;
    z-index: 2;
}

.spc-box-text h5 {
    color: #fff;
    font-size: 50rem;
    font-weight: 700;
    font-family: 'artific';
    text-transform: uppercase;
    gap: 20rem;
}

.spc-box-text p {
    color: #fff;
    font-size: 19rem;
    line-height: 1.6;
    margin-top: 10rem;
}

.spc-box-text p br {
    display: none;
}


/* sub */
.spc {
    position: relative;
    height: 100vh;
    padding: 0 !important;
    background-color: #000;
    overflow: hidden;
    margin-bottom: -1px;
}

.scroll-down {
    position: relative;
    position: absolute;
    bottom: 0; left: 50%;
    transform: translate(-50%, 0);
    width: 2px;
    height: 200rem;
    background-color: rgba(255, 255, 255, .3);
    z-index: 3;
}

.sd-box {
    position: absolute;
    top: 0;
    width: 2px;
    height: 20rem;
    background-color: #fff;
    animation: sDown 1s infinite;
}

.scroll-down p {
    position: absolute;
    top: 0; left: 12px;
    color: #fff;
    font-size: 13rem;
    font-weight: 300;
    letter-spacing: 0.5px;
    writing-mode: vertical-lr;
    white-space: nowrap;
}

@keyframes sDown {
    100% {
        transform: translateY(200rem);
    }
}

.spc-title {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
}

.spc-title h5 {
    color: #fff;
    font-size: 120rem;
    font-weight: 600;
    font-family: 'artific';
    line-height: 1;
    text-transform: uppercase;
    text-shadow: 0 0 70rem rgba(0, 0, 0, .7);
    letter-spacing: -4px;
}

.spc-title p {
    color: #fff;
    font-size: 40rem;
    font-weight: 500;
    font-family: 'esamanru';
    margin-top: 40rem;
    letter-spacing: 0;
}

.spc-bg {
    position: relative;
    width: 100%;
    height: 100%;
    transform: scale(1.2);
}
.spc-bg::before {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 100%;
    height: 60%;
    background-image: linear-gradient(to top, #000000cc, transparent);
    z-index: 2;
}
.spc1 .spc-bg::after {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .1);
    z-index: 1;
}

.spc-bg img {
    height: 110vh;
    object-fit: cover;
    object-position: center;
}


.spc3-bg {
    transform: scale(1.3);
}


.spc-text {
    position: absolute;
    bottom: 150rem; left: 150rem;
    z-index: 3;
}

.spc-text h6 {
    color: #fff;
    font-size: 32rem;
    font-weight: 600;
    font-family: 'artific';
    margin-bottom: 50rem;
}

.spc-text h5 {
    color: #fff;
    font-size: 70rem;
    font-weight: 500;
    font-family: 'esamanru';
}

.spc-text p {
    color: #fff;
    font-size: 20rem;
    font-weight: 500;
    line-height: 1.6;
    margin-top: 30rem;
}


.spc4 {
    height: auto;
    padding: 160rem 0 !important;
    background-color: #fff;
    margin-bottom: 0;
}

.spc4-title {
    text-align: center;
    margin-bottom: 50rem;
}

.spc4-title p {
    color: var(--main-color);
    font-size: 19rem;
    margin-bottom: 25rem;
    letter-spacing: 0;
}

.spc4-title h5 {
    font-size: 55rem;
    font-weight: 500;
}

.spc4-box-wrapper {
    display: flex;
    flex-direction: column;
}

.spc4-box {
    padding: 60rem 20rem;
    display: flex;
    border-bottom: 1px solid #ddd;
}

.spc4-box-title {
    width: 300rem;
    font-size: 36rem;
    font-family: 'esamanru';
}

.spc4-box-info {
    display: flex;
    flex-direction: column;
    gap: 20rem;
    margin-top: 4px;
}

.spc4-box-info li {
    font-size: 24rem;
    display: flex;
    align-items: center;
    gap: 5px;
}

.spc4-box-info li span {
    display: flex;
    width: 135rem;
    min-width: 135rem;
    font-weight: 600;
}

.spc4-rsvBtn {
    color: #fff;
    width: 400rem;
    height: 80rem;
    font-size: 24rem;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    margin-top: 100rem;
}


.spc4-box-group {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 100rem;
}

.spc4-box-group .spc4-box {
    flex-direction: column;
    gap: 30rem;
}


/*==================================================*/
@media (max-width: 1800px) {
    .spc4-box-group {
        width: unset;
        grid-template-columns: repeat(1, 1fr);
        gap: 160rem;
    }

    .spc4-box-group .spc4-box {
        flex-direction: row;
    }
}


@media (max-width: 1250px) {
    .sub-article {
        padding: 30rem 0;
    }

    .space .article-wrapper {
        width: 100%;
        padding: 0 30rem;
    }

    .spc-box-text {
        left: 50%;
        transform: translate(-50%, 0);
        width: 90%;
        text-align: center;
    }
}


@media (max-width: 768px) {
    .spc-box::before {
        height: 80%;
        background-image: linear-gradient(to top, #000000ee, transparent);
    }
    
    .spc-box-image img {
        height: 100%;
        object-fit: cover;
    }
    
    .spc-box-text p br {
        display: block;
    }

    .spc-text {
        bottom: 100rem; left: 50rem;
        width: 90%;
    }

    .spc-text h6 {
        font-size: 24rem;
    }
    
    .spc-text h5 {
        font-size: 55rem;
    }

    .spc4 {
        padding: 60rem 0 !important;
    }

    .spc4-title {
        margin-bottom: 30rem;
    }

    .spc4-box-group,
    .spc4-box-wrapper {
        width: 90%;
    }

    .spc4-box-group .spc4-box-wrapper {
        width: 100%;
    }
    
    .spc4-box,
    .spc4-box-group .spc4-box {
        padding: 40rem 0;
        flex-direction: column;
        gap: 20rem;
    }

    .spc4-box-info {
        gap: 15rem;
    }
}


@media (max-width: 550px) {
    .spc-box-text h5 {
        font-size: 55rem;
    }
    
    .spc-box-text p {
        font-size: 22rem;
    }
}