#header-top{
    padding: 13px 0;
    height: auto !important;
    background-color: var(--color-dark);
    
}
#header-top .wrap{
    display: flex;
    max-width: 1770px;
    position: relative;
}
@media screen and (min-width:1501px) and (max-width:1800px){
    #header-top{
        zoom: .9;
        -ms-zoom: 0.9;
        -webkit-zoom: 0.9;

    }
}
@media screen and (min-width:1000px) and (max-width:1500px){
    #header-top{
        zoom: .8;
        -ms-zoom: 0.8;
        -webkit-zoom: 0.8;
    }
}
.announcement-mobile-link{
    display: none;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 1;
    padding: 16px 0 14px;
    position: relative;
}
.announcement-mobile-link svg{
    position: absolute;
    right:15px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
}

.announcement-item{
    display: flex;
    flex: auto;
    line-height: 2.5;
    padding: 10px 0;
    column-gap: 16px;
    flex-wrap: wrap;
    min-width: 50%;
    text-align: center;
    justify-content: center;
}
.announcement-item{
    border-right: 1px solid #fff;
}
.announcement-item:last-child{
    border-right: none;
}
.announcement-item.scroll{
    position: fixed;
    top: 0;
}

.announcement-label{
    font-size: 17px;
    color: var(--color-light);
    font-weight: bold;
    letter-spacing: 0.84px;
}
.announcement-message{
    color: #fff;
    font-size: 17px;
}
.announcement-link,
.announcement-link:hover{
    color: #fff;
    font-size: 17px;
    text-decoration: underline;
}

@media screen and (max-width:999px){
    #header-top{
        padding-bottom: 0;
        padding-top: 0;
    }
    #header-top .wrap{
        display: none;
    }
    #header-top.open .wrap{
        display: block;
    }
    #header-top.open .announcement-mobile-link svg{
        opacity: 1;
    }
    .announcement-mobile-link{
        display: block;
    }
    .announcement-item{
        text-align: center;
        justify-content: center;
        row-gap: 8px;
        margin: 26px 0;
        border-right: none;
    }
}

@media screen and (max-width:600px){
     .parking-p{
    	margin: -40px 40px 30px;
	padding: 0;
	}
      .parking-btn{
	margin: -10px 110px  0px !important;
	}
}
