@charset "UTF-8";

.notice-single__container {
    max-width: 1110px;
    margin: 0 auto;
    padding: 0 15px;
}

.notice-single__h1 {
    font-size: 28px;
    font-weight: bold;
    margin-top: 70px !important;
    padding-top: 0px !important;
    margin-bottom: 0px !important;
    border-top: none !important;
    padding-bottom: 10px;
}


.notice-single__container p {
    margin: 100px 0;
}

li{
    list-style: none;
}

.notice__btn {
    text-align: center;
}


.notice__btn--inner {
    width: 250px;
    color: #000000;
    background-color: #ffffff;
    display: inline-flex;
    text-align: center;
    padding: 13px 0;
    font-weight: bold;
    border: 1px solid #000000;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    margin: 100px 0;
}
