@charset "UTF-8";
#nw-container {position: relative; height: 100%; overflow: auto;}
#gnb{background-color: transparent !important;}
.news-wrap {
    position: relative;
    width: 100%;
    height: 620px; 
    color: #fff; 
    text-align: center;
    background-image: url('../img/sub_notice.jpg'); 
    background-size: cover;
}
.news-inner {
    width: 100%;
    height: 100%;
    padding-top: 50%;
    margin: 0;
    top: 0;
    line-height: 28px;
}
.ne-tit {padding-bottom: 70px; font-size: 2.5em;}

.notice-wrap {
    height: 100%;
}
.notice-wrap::before {
    content: '';
    display: block;
    position: absolute;
    top: -90px;
    width: 100%;
    border-top: 1px solid #ddd;
}
.notice h3{
    float: left;
    width: 170px;
    height: 90px;
    margin-top: -70px;
    padding: 0 0 0 30px;
    z-index: 10;
    font-size: 1.8em;
    font-weight: 200 !important;
    text-align: center;
}
.notice > h3 > a {position: relative; display: block;}
.active1 {font-weight: 700;}
.active1::before {
    content: '';
    display: block;
    width: 150px;
    margin-top: -22px;
    padding-bottom: 18px;
    border-top: 5px solid #fff;
}
.notice-wrap h3 a {color: #fff;}
.notice-wrap ul {
}
.notice-list {
    position: relative;
    width: 100%;
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
}

.notice-tit::before{
    content: '';
    display: block;
    width: 70px;
    margin-left: -5px;
    padding-bottom: 5px;
    border-top: 2px solid #000;
}
.notice-tit {padding: 30px; font-size: 1.3em;}
#bo_v_share .btn {width: 100px !important;}
.news-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
    margin: 50px 0 70px;
}
.news-list-box img {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 240px;
    text-align: center;
}
.news-list-box {
    width: 330px;
    height: 430px;
    border-radius: 20px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}
.news-list-box:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.news-list-inner {
    padding: 20px;
}
.news-list-inner h4 {
    padding-bottom: 20px;
    font-weight: 700;
    font-size: 18px;
}
.news-list-inner div {
    color: #707070;
}

.news-content-tit {
    display: flex;
    flex-direction: column;
}
.news-content-tit h2 {
    font-size: 30px;
}
.news-content-sub {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0 10px;
    border-bottom: 1px solid #ddd;
}
.news-date {
    display: flex;
    align-items: center;
    color: #aaa;
}
.news-date .material-symbols-rounded {
    font-size: 20px;
    margin-right: 10px;
}
.news-list-all {
    color: #707070;
}
.news-list-all:hover {
    color: #000;
}
.news-list-all > div{
    font-size: 38px;
}
.news-content-txt {
    padding: 50px 0;
    line-height: 1.8;
    border-bottom: 1px solid #ddd;
}
.news-content-txt > img {
    margin-bottom: 20px;
}
.news-content-link {
    display: flex;
    align-items: center;
    color: #707070;
    padding: 20px 0;
    font-size: 18px;
    border-bottom: 1px solid #ddd;
}
.news-content-link > a {
    color: #707070;
    margin-left: 10px;
}
.news-content-link:hover, .news-content-link > a:hover {
    color: #000;
}

.news-pn-box {
    padding: 10px 0;
}

.news-next:hover, .news-prev:hover {
    color: #000;
}
.news-next-btn {
    display: flex;
    align-items: center;
}
.news-next-btn .material-symbols-rounded {margin-right: 10px;}

@media screen and (max-width: 767px) {
    .notice-new {
        padding: 0 20px;
    }
    .news-list {
        display: flex; 
        align-items: center;
        flex-direction: column;
        margin: 0 auto 0;
    }
    .news-list-box {
        margin: 40px 0;
    }
    .news-content {
        width: 100%;
        padding: 0 30px; 
        margin: auto;
        margin-bottom: 50px;
    }
    .news-prev {
        display: flex;
        flex-direction: column;
        color: #707070;
        padding: 10px 0 0px;
    }
    .news-next {
        display: flex;
        flex-direction: column;
        color: #707070;
        border-bottom: 1px solid #ddd;
        padding: 10px 0 20px;
    }
    .news-content-txt > img {
        width: 100%;
    }
    .news-content-link {
        max-width: 300px;
        word-break: break-all;
    }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
    .news-inner{padding-top: 25%;}
}
@media screen and (min-width: 1280px) {
    .news-inner{padding-top: 15%;}
    .notice h3{width: 350px; padding: 0 0 0 200px;}
    .news-content {
        width: 100%;
        padding: 0; 
        margin: auto;
        max-width: 1350px;
        margin-bottom: 50px;
    }
    .news-prev {
        display: grid;
        grid-template-columns: 10% 90%;
        color: #707070;
        padding: 10px 0 0px;
    }
    .news-next {
        display: grid;
        grid-template-columns: 10% 90%;
        color: #707070;
        border-bottom: 1px solid #ddd;
        padding: 10px 0 20px;
    }
    .news-next-content {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}
@media screen and (min-width: 1550px) {}