#ecoland-notice-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
	letter-spacing:2px;
    font-size: 0.9rem;
	background-color:#197b46;
    z-index: 9999;
    overflow: hidden;
}

#ecoland-notice-bar .notice-text {
    display: none;
    position: absolute;
}
