@charset "UTF-8";
/*.testline{border: 1px solid red;}*/
/*.notice-body-container{width: 100%;height: 100%;}*/
/*!*이미지영역*!*/
/*.notice-body-container>.notice-img-area{width: 100%;height: 300px;position: relative;}*/
/*.notice-body-container>.notice-img-area::before{content:"";background:url("/img/comm/top-img-3.png");background-size:cover;opacity:0.5;position:absolute;top:0px;left:0px;right:0px;bottom:0px;}*/
/*.notice-body-container>.notice-img-area>p{position: absolute;top: 50%;left: 50%;font-size: 30px;transform: translate(-50% , -50%);}*/
/*!*타이틀 영역*!*/
/*.notice-body-container>.notice-title-area{width: 100%;height: 120px;}*/
/*.notice-body-container>.notice-title-area>div{width: 100%;height:100%;display: flex;justify-content: center;align-items: center;}*/
/*.notice-body-container>.notice-title-area>div>p{font-size: 20px; font-weight: bolder; border-top: 10px solid #EAE825;line-height: 58px;}*/
/*컨텐츠 영역*/

.body-layout > .notice-contents-area {
    width: 90%;
    height: 100%;
    margin: 0 auto;
    max-width: 1533px;
}

.body-layout > .notice-contents-area > .contents-find-area.notice-mobile {
    display: none;
}

.body-layout > .notice-contents-area > .contents-find-area {
    display: flex;
    margin: 15px 0
}

.body-layout > .notice-contents-area > .contents-find-area > div:nth-of-type(1) {
    margin-right: auto
}

.body-layout > .notice-contents-area > .contents-notice-wrapper > .notice-list-title {
    display: flex;
    width: 100%;
    height: 50px;
    background-color: #F9F9F9;
    border-top: 3px solid black;
    border-bottom: 1px solid #f9f9f9;
    text-align: center;
    font-size: 16px;
    font-weight: bold
}

.body-layout > .notice-contents-area > .contents-notice-wrapper > ul:not(ul.notice-list-pages) li {
    list-style: none;
    margin: auto;
}

.body-layout > .notice-contents-area > .contents-notice-wrapper > ul:not(ul.notice-list-pages) li:nth-of-type(1) {
    flex-basis: 10%;
    text-align: center;
}

.body-layout > .notice-contents-area > .contents-notice-wrapper > ul:not(ul.notice-list-pages) li:nth-of-type(2) {
    flex-basis: 13%;
    text-align: center;
}

.body-layout > .notice-contents-area > .contents-notice-wrapper > ul:not(ul.notice-list-pages) li:nth-of-type(3) {
    flex-basis: 50%;
}

.body-layout > .notice-contents-area > .contents-notice-wrapper > ul:not(ul.notice-list-pages) li:nth-of-type(4) {
    flex-basis: 10%;
    text-align: center;
}

.body-layout > .notice-contents-area > .contents-notice-wrapper > ul:not(ul.notice-list-pages) li:nth-of-type(5) {
    flex-basis: 10%;
    text-align: center;
}

.body-layout > .notice-contents-area > .contents-notice-wrapper > ul:not(ul.notice-list-pages) li:nth-of-type(6) {
    flex-basis: 10%;
    text-align: center;
}

.body-layout > .notice-contents-area > .contents-notice-wrapper > .notice-list-contents > div {
    display: flex;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #c6c6c6;
    /*text-align: center;*/
    font-size: 16px;
    align-items: center;
}
.body-layout > .notice-contents-area > .contents-notice-wrapper > .notice-list-contents > div.top-noti-Y {
    background: #FFFFE3;
}

.body-layout > .notice-contents-area > .contents-notice-wrapper > .notice-list-contents > div > li > img {
    width: 20px;
}

.body-layout > .notice-contents-area > .contents-notice-wrapper > .notice-list-pages {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px;
}

.body-layout > .notice-contents-area > .contents-notice-wrapper > .notice-list-pages > li {
    list-style: none;
    text-align: center;
    width: 35px;
    height: 35px;
    border: 1px solid #A0A0A0;
    margin: 0 5px;
    cursor: pointer;
    color: #000;
    align-content: center;
    font-size: 15px;
}

.body-layout > .notice-contents-area > .contents-notice-wrapper > .notice-list-contents > div > li:nth-of-type(3) {
    white-space: nowrap; /* 줄바꿈 방지 */
    overflow: hidden; /* 넘치는 텍스트를 숨김 */
    text-overflow: ellipsis; /* 넘치는 부분을 ...으로 표시 */
}


.total,.noti-1,.noti-2 {
    font-size: 15px;
}
.body-layout>.notice-contents-area>.contents-notice-wrapper>ul:not(ul.notice-list-pages) li:nth-of-type(3):hover {
    font-weight: bold;
    cursor: pointer;
}

/*noticeInfo*/
.notice-info-file div p {
    text-decoration: underline;
    cursor: pointer;
}
.notice-info-file>div{
    display: flex;
}
.notice-info-file>div>img{
    margin-right: 10px;
    margin-left: 10px;
    width: 20px;
    height: 20px;
}
.bolder {
    font-weight: bold;
    text-align: center;
    font-size: 17px;
}

.noticeInfo-contents-area {
    min-height: 700px;
    height: 100%;
    width: 85%;
    margin: auto;
}

.noticeInfo-contents-area > .contents-wapper {
    width: 95%;
    height: 100%;
    border-top: 3px solid black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.noticeInfo-contents-area > .contents-wapper > .info-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.noticeInfo-contents-area > .contents-wapper > div {
    min-height: 50px;
    height: 100%;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #A0A0A0;
}

.noticeInfo-contents-area > .contents-wapper > div > p {
    min-height: 30px;
    height: 100%;
    line-height: 30px;
}

.noticeInfo-contents-area > .contents-wapper > div > p:not(.bolder) {
    padding-left: 30px;
    font-size: 16px;
}

.noticeInfo-contents-area > .contents-wapper > .notice-info-title {
    display: flex;
    background-color: #F9F9F9;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.noticeInfo-contents-area > .contents-wapper > .notice-info-title > p.new-mark {
    width: 20px;
    height: 20px;
    background-color: #EAE825;
    padding: 0;
    text-align: center;
    margin-left: 5px;
    min-height: 20px;
    line-height: 20px;
    border-radius: 20px;
    font-weight: bold;
}

.noticeInfo-contents-area > .contents-wapper > .notice-info-reg {
    display: flex;
    width: 100%;
}

.noticeInfo-contents-area > .contents-wapper > .notice-info-reg > p:nth-of-type(1) {
    background-color: #F9F9F9;
    width: 15%;
    height: 50px;
    align-content: center;

}

.noticeInfo-contents-area > .contents-wapper > .notice-info-reg > p:nth-of-type(2) {
    width: 35%;
    font-size: 16px;
    align-content: center;
}

.noticeInfo-contents-area > .contents-wapper > .notice-info-reg > p:nth-of-type(3) {
    background-color: #F9F9F9;
    width: 15%;
    height: 50px;
    align-content: center;
    font-size: 17px;
}

.noticeInfo-contents-area > .contents-wapper > .notice-info-reg > p:nth-of-type(4) {
    width: 35%;
    font-size: 15px;
}

.noticeInfo-contents-area > .contents-wapper > .notice-info-file {
    display: flex;
    width: 100%
}

.noticeInfo-contents-area > .contents-wapper > .notice-info-file > p:nth-of-type(1) {
    background-color: #F9F9F9;
    width: 16%;
    height: 50px;
    align-content: center;
    font-size: 17px;
}

.noticeInfo-contents-area > .contents-wapper > .notice-info-file > div {
    width: 90%;
    font-size: 15px;
    /*margin-left: 30px;*/
}

.noticeInfo-contents-area > .contents-wapper > .notice-info-text {
    width: 100%;
    font-size: 15px;
}

.noticeInfo-contents-area > .contents-wapper > .notice-info-prev {
    display: flex;
    width: 100%;
}

.noticeInfo-contents-area > .contents-wapper > .notice-info-prev > p:nth-of-type(1) {
    background-color: #F9F9F9;
    width: 15%;
    height: 50px;
    align-content: center;
}

.noticeInfo-contents-area > .contents-wapper > .notice-info-prev > p:nth-of-type(2) {
    width: 85%;
    font-size: 14px;
    align-content: center;
}

.noticeInfo-contents-area > .contents-wapper > .notice-info-next {
    display: flex;
    width: 100%;
}

.noticeInfo-contents-area > .contents-wapper > .notice-info-next > p:nth-of-type(1) {
    background-color: #F9F9F9;
    width: 15%;
    height: 50px;
    align-content: center;
}

.noticeInfo-contents-area > .contents-wapper > .notice-info-next > p:nth-of-type(2) {
    width: 85%;
    font-size: 14px;
    align-content: center;
}

.noticeInfo-contents-area > .list-button {
    /*width: 100%;*/
    height: 80px;
    text-align: center;
    margin: 40px;
}

.noticeInfo-contents-area > .list-button > button {
    margin: 0 5px;
    width: 160px;
    height: 60px;
    background-color: #3F4444;
    color: #fff;
    font-size: 17px;
}
.noticeInfo-contents-area > .list-button > button:hover {
    background-color: #333;
}
.margin05 {
    margin:0 5px;
}

@media screen and (max-width: 960px) {
    .noticeInfo-contents-area > .contents-wapper > .notice-info-reg > p:nth-of-type(3) {
        font-size: 14px;
    }
    .noticeInfo-contents-area > .contents-wapper > .notice-info-file > p:nth-of-type(1) {
        font-size: 14px;
    }
    .bolder {
        font-size: 15px;
    }
    .noticeInfo-contents-area > .contents-wapper > .notice-info-file > div {
        width: 82.5%;
    }
    .notice-info-file div p {
       white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;

    }
    .body-layout>.notice-contents-area>.contents-notice-wrapper>.notice-list-contents>div{ font-size: 13px;}
    .body-layout>.notice-contents-area>.contents-notice-wrapper>.notice-list-title{font-size: 13px;}
    .noticeInfo-contents-area {
        width: 100%;
        height: 100%;
        margin-top: 30px;
    }
    .noticeInfo-contents-area > .contents-wapper > div > p {
        line-height: 25px;
    }
    .noticeInfo-contents-area > .contents-wapper > .notice-info-file > p:nth-of-type(1){
        width: 17.5%;
    }
    .noticeInfo-contents-area > .contents-wapper > .notice-info-reg > p:nth-of-type(1) {
        width: 18%;
        font-size: 14px;
    }
    .noticeInfo-contents-area > .contents-wapper > .notice-info-prev > p:nth-of-type(1),
    .noticeInfo-contents-area > .contents-wapper > .notice-info-next > p:nth-of-type(1){
        width: 18%;
        font-size: 14px;
    }

}
@media screen and (max-width: 916px) {
    .body-layout>.notice-contents-area>.contents-notice-wrapper>.notice-list-title>li:last-of-type{display: none}
    .body-layout>.notice-contents-area>.contents-notice-wrapper>.notice-list-contents>div>li:last-of-type{display: none}
    .body-layout>.notice-contents-area>.contents-notice-wrapper>ul:not(ul.notice-list-pages) li:nth-of-type(5) {display: none}
    .body-layout>.notice-contents-area>.contents-notice-wrapper{font-size: 10px}
    .body-layout>.notice-contents-area>.contents-notice-wrapper>ul:not(ul.notice-list-pages) li:nth-of-type(2) {flex-basis: 18%;}
    .body-layout>.notice-contents-area>.contents-notice-wrapper>ul:not(ul.notice-list-pages) li:nth-of-type(4) {flex-basis: 15%;}

    .body-layout>.notice-contents-area>.contents-find-area.notice-pc{display: none;}

    .body-layout>.notice-contents-area>.contents-find-area.notice-mobile{display: block;}
    .body-layout>.notice-contents-area>.contents-find-area.notice-mobile>div{display: flex;}
    .body-layout>.notice-contents-area>.contents-find-area.notice-mobile>div>select{width: 100px;margin: 0;padding: 0;}
    .body-layout>.notice-contents-area>.contents-find-area.notice-mobile>div>input{margin: 0;/*padding: 0;*/}
    .body-layout>.notice-contents-area>.contents-find-area.notice-mobile>div>.default-button{width: 120px;}
}