.h_notice {
    font-weight: 700 !important;
}

.h_notice::after {
    width: 180% !important;
}

.s_main {
    background-image: url(/images/06_notice/con01_01.png);
}

.con01_02 {
    width: 19.3176%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.notice {
    padding-top: 7vw;
    padding-bottom: 3vw;
}

.con01_03 {
    width: 8.71391%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
    overflow: hidden;
}


/* news */
div.news_search {
    gap: 0.1vw;
    color: #a3a3a3;
    margin-bottom: 2vw;
    background-color: #005246;
    padding: 0.5vw 0;
    border-radius: 50vw;
}

.news_search select {
    color: #000;
    font-family: 'pretendard Variable';
    width: 13%;
    height: 2.5vw;
    box-sizing: border-box;
    outline: none;
    appearance: none;
    border-radius: 50vw;
    padding: 0 1vw;
    font-weight: 400;
    cursor: pointer;
    background-image: url(/images/06_notice/con01_06.png);
    background-repeat: no-repeat;
    background-position: 90%;
    background-size: 9%;
    margin-right: 0.5vw;
    border: none;
    font-size: 0.9vw;
}

.news_search select option {
    font-family: 'pretendard Variable';
}

.news_search input {
    width: 50%;
    height: 2.5vw;
    box-sizing: border-box;
    outline: none;
    border: none;
    border-radius: 50vw;
    padding: 0 3vw;
    font-family: 'pretendard Variable';
    font-size: 0.9vw;
}

.news_search input::placeholder {
    font-family: 'pretendard Variable';
}

.news_search_submit {
    width: 13%;
    height: 2.5vw;
    font-weight: 400;
    background-color: #FF7413;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 50vw;
    font-size: 1vw;
    margin-left: 0.5vw;
}

.news_box_wrap {
    border-top: 2px solid #000;
}

.news_box_wrap>div>div {
    height: 2vw;
    justify-content: space-between;
}

.news_box_wrap>div>div>p:nth-child(1),
.news_box_wrap>div>div>p:nth-child(3) {
    width: 25%;
    text-align: center;
}

.news_box_wrap>div>div>p:nth-child(2) {
    width: 42%;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
}

.news_box_top {
    height: 2.3vw;
    background-color: #D4B36C;
    color: white;
}

div.news_box_mid {
    font-size: 0.9vw;
    overflow: hidden;
    justify-content: flex-start;
    margin-bottom: 2.5vw;
}

.news_box_mid>.news_box_mid_item {
    height: 4vw;
    border-bottom: 1px solid #000;
    box-sizing: border-box;
    cursor: pointer;
}

.news_box_mid_item:hover p:nth-child(2) {
    text-decoration: underline;
}

.news_box_bottom {
    gap: 0.3vw;
}

.news_box_bottom span {
    width: 1.4vw;
    height: 1.5vw;
    background-color: transparent;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.9vw;
}

.news_box_bottom span.news_change {
    background-color: #FF7413;
    color: white;
}

.news_sd {
    bottom: 0%;
    border-top: 1px solid #000;
    padding: 1vw 0;
}

div.news_box_box {
    width: 69%;
}

div.news_box {
    opacity: 0;
    transform: translateY(10%);
    transition: all 0.5s;
    z-index: 0;
    top: 0%;
    left: 0%;
}

div.news_box.news_change {
    opacity: 1;
    transform: translateY(0%);
    z-index: 2;
}

.news_noti {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.news_noti p {
    background-color: #FF7413;
    color: white;
    padding: 0.3vw 0.8vw;
    border-radius: 50vw;
}

/* news */





@media screen and (max-width:599px) {

    .con01_02 {
        width: 57.3176%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .con01_03 {
        width: 23.71391%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 6vw;
    }

    .notice {
        padding-top: 15vw;
        padding-bottom: 15vw;
    }

    div.news_box_box {
        width: 96%;
    }

    /* news */
    .news_search select {
        width: 18%;
        height: 9vw;
        font-size: 2.8vw;
        border-radius: 2vw;
        padding: 0 3vw;
        background-size: 13%;

    }

    .news_search input {
        height: 9vw;
        font-size: 2.8vw;
        border-radius: 2vw;
    }

    div.news_search {
        gap: 1.1vw;
        padding: 2.5vw 0;
        justify-content: center;
        margin-bottom: 4vw;
        border-radius: 2vw;
    }

    .news_search_submit {
        width: 18%;
        height: 9vw;
        font-size: 2.8vw;
        border-radius: 2vw;
    }

    .news_box_wrap>div>div>p:nth-child(1),
    .news_box_wrap>div>div>p:nth-child(3) {
        width: 23%;
        text-align: center;
    }

    .news_box_top {
        height: 10.3vw;
        background-color: #D4B36C;
        color: white;
    }

    div.news_box_mid {
        font-size: 2.9vw;
        overflow: hidden;
        justify-content: flex-start;
        margin-bottom: 6.5vw;
    }

    .news_box_mid>.news_box_mid_item {
        height: 15vw;
        border-bottom: 1px solid #a3a3a38c;
        box-sizing: border-box;
        cursor: pointer;
    }

    .news_box_bottom span {
        width: 6.4vw;
        height: 7.5vw;
        background-color: #a3a3a331;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 3.9vw;
    }

    .news_box_bottom {
        gap: 1.3vw;
    }

    .news_noti p {
        background-color: #FF7413;
        color: white;
        padding: 1.3vw 2.8vw;
        border-radius: 50vw;
    }

    /* news */
}