.mb-wrapper,
.gnb-menu-item a {
    color: #3d3d3d !important;
}

.logo-w {
    display: none;
}
.logo {
    display: flex;
}

.menuBtns {
    mix-blend-mode: unset;
}

.menuBtns .bar {
    background-color: #222;
}

.menuBtns.on .bar {
    background-color: #fff;
}

.sub-promotion {
    position: relative;
    width: 100%;
    height: 550rem;
    background-color: #f8f6fa;
    background: url(../images/sub-p-bg.png) no-repeat;
    background-position: right bottom;
    background-size: cover;
    overflow: hidden;
}

.sub-promotion-wrapper {
    height: 100%;
    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;
    text-align: center;
    margin-top: 80rem;
}

.sub-p-text p {
    color: var(--main-color);
    font-size: 18rem;
    font-weight: 500;
    letter-spacing: 3rem;
    margin-right: -10px;
}

.sub-p-text h5 {
    color: #402e4d;
    font-size: 55rem;
    font-family: 'Noto Serif KR';
}

.sub-desc {
    position: relative;
    width: fit-content;
    color: var(--main-color);
    padding: 30rem 80rem;
    font-size: 20rem;
    font-family: 'Noto Serif KR';
    border-radius: 7px;
    border: 1px solid #e1dae7;
    margin-top: 40rem;
}
.sub-desc::before {
    content: '';
    position: absolute;
    top: 5%; left: 2%;
    width: 50rem;
    height: 50rem;
    background: url(../images/column.png) no-repeat;
    background-position: center;
    background-size: 50%;
}
.sub-desc::after {
    content: '';
    position: absolute;
    top: 5%; right: 2%;
    width: 50rem;
    height: 50rem;
    transform: scaleX(-1) scaleY(-1);
    background: url(../images/column.png) no-repeat;
    background-position: center;
    background-size: 50%;
}



/*==================================================*/
@media (max-width: 991px) {
    .menuBtns .bar {
        background-color: var(--main-color);
    }

    header.Fixed .menuBtns {
        background-color: var(--main-color);
    }

    header.Fixed .menuBtns .bar {
        background-color: #fff;
    }
}


@media (max-width: 550px) {
    .sub-p-text h5 {
        font-size: 60rem;
    }
    
    .sub-desc {
        margin: 0 5%;
        font-size: 24rem;
        margin-top: 30rem;
    }

    .sub-desc br {
        display: none;
    }
    
    .sub-navBtn {
        font-size: 22rem;
    }
}
