.sub-article {
    padding: 120rem 0;
}

.sub-promotion {
    position: relative;
    width: 100%;
    height: 500rem;
    display: flex;
    justify-content: center;
    background-color: #000;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}
.sub-promotion::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background-size: 128px;
    background-repeat: repeat;
    background-image: url(../../../contents/images/nosie.png);
    opacity: 0.075;
    z-index: 2;
}

.sub-promotion-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sub-p-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20rem;
    text-align: center;
    margin-top: 40rem;
    z-index: 3;
}

.sub-p-text h5 {
    color: #fff;
    font-size: 50rem;
}

.p-route {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 5px;
}

.p-route p {
    font-size: 17rem;
    font-weight: 500;
    letter-spacing: -0.5rem;
}

.sub-navigation {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 20;
}

.sub-navBtn {
    color: rgba(255, 255, 255, .7);
    font-size: 18rem;
    padding: 18rem 40rem;
    background-color: rgba(0, 0, 0, .2);
    white-space: nowrap;
}

.sub-navBtn.show {
    color: #222 !important;
    font-weight: 700;
    background-color: #fff;
    box-shadow: 0 -5px 20px rgba(0, 0, 0, .08);
}

.sub-navBtn:hover {
    color: #fff;
}


.about {
    background: url(../images/about-bg.jpg);
    background-position: center;
    background-size: cover;
}
.jebo {
    background: url(../images/jebo-bg.jpg);
    background-position: center;
    background-size: cover;
}
.review {
    background: url(../images/review-bg.jpg);
    background-position: center;
    background-size: cover;
}
.com {
    background: url(../images/com-bg.jpg);
    background-position: center;
    background-size: cover;
}
.cs {
    background: url(../images/cs-bg.jpg);
    background-position: center;
    background-size: cover;
}


/*==================================================*/
@media (max-width: 768px) {
    .about .sub-navBtn {
        padding: 18rem 30rem;
    }
}


@media (max-width: 550px) {
    .sub-p-text h5 {
        font-size: 60rem;
    }
    
    .p-route p {
        font-size: 22rem;
    }
    
    .sub-navBtn {
        font-size: 22rem;
    }
}
