.section__notice {}

.notice__title {
    h2 {
        font-size: 40px;
        font-weight: 700;
    }
}

.ft_cnt {
  border-top: 1px solid rgba(17, 17, 17, 0.6);
  border-bottom: 1px solid rgba(17, 17, 17, 0.6);
    h2{
        font-size: 40px;
    }
    .list__item {
        padding: 30px 20px;

        &:not(:last-child) {
            border-bottom: 1px solid #bababa;
        }

        a {}

        .list__txt {
            display: flex;
            align-items: center;
            justify-content: space-between;

            .--df {
                align-items: center;
            }

            .notice__badge {
                padding: 4.4px 14.2px;
                background-color: var(--theme-color);
                color: #fff;
                border-radius: 50px;
                margin: 0 24px;
                font-weight: 500;
                font-family: 'Noto Sans KR';
                font-size: 16px;
            }

            .date {
                font-size: 14px;
                color: #bababa;
            }

            .subject {
                font-size: 18px;
                color: #868686;
                font-weight: 500;
                font-family: 'Noto Sans KR';
            }
        }
    }
}