.header {
    background-color: #fff !important;
}
.top-banner {
    background-color: #000 !important;
}
.gnb-menu-item,
.gnb-menu-item a {
    color: #181818 !important;
}
.logo-w {
    display: none !important;
}
.logo {
    display: flex !important;
}

.sub-title {
    width: 100%;
    padding-bottom: 61rem;
    text-align: center;
    border-bottom: 1px solid #ddd;
    margin-top: 168rem;
}

.sub-title p {
    font-size: 14rem;
    margin-bottom: 15rem;
}

.sub-title h5 {
    font-size: 22rem;
    font-weight: 500;
    font-family: 'Montserrat';
}

.sub-title h5::first-letter {
    text-transform: uppercase;
}


/*==================================================*/
@media (max-width: 1650px) {
    .menuBtns .bar {
        background-color: #000 !important;
    }

    .searchBtn-m {
        color: #000 !important;
    }
}

@media screen and (max-width:1200px){
	.sub-title p{
		font-size:16px;
	}

	.sub-title h5{
		font-size:20px;
	}
}

@media screen and (max-width:640px){
	.sub-title p{
		font-size:14px;
	}

	.sub-title h5{
		font-size:18px;
	}
}