.main__notice {
    display: flex;
    height: 90px;
    align-items: center;
    justify-content: center;
    background-color: var(--notice-bg-color);
}

.notice__icon-close {
    position: absolute;
    top: 24px;
    right: 150px;
    width: 24px;
    height: 24px;
    font-size: 1.875rem;
    color: #fff;
    cursor: pointer;
}

.notice__text {
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
    color: #fff;
}