@charset "utf-8";
/**
공지 게시판용 CSS
*/
.project.contents {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    margin-top: 25px;
}
.notice{
    font-size: 16px;
    font-family: nskr, 'Nanum Gothic';
    box-sizing: border-box;
}
.notice *{
    font-family: nskr, 'Nanum Gothic';
}
/* .notice-header {
    padding:0 0 40px;
} */
/* .notice-header h1{
    font-size:30px;
    font-weight: bold;
    text-align: center;
    margin:0.5em auto;
}
.notice-header h2{
    font-size:16px;
    font-weight: normal;
    text-align: center;
    margin:0.5em auto;
} */
/* 

.notice-nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:10px 0;
    border-bottom: 2px solid #808080;
}
.notice-form-search{
    font-size: 20px;
    padding:0px 8px;
    border-radius: 10px;
    background-color: #F4F4F4;
    display: flex;
    box-sizing: border-box;
    height: 40px;


} */
.notice-form-search div:first-child{
    flex: 1 0 200px;
}
.notice-form-search input{
    font-size: inherit;
    background-color: transparent;
    border-width: 0;;
    width:100%;
    padding:4px;
    box-sizing: border-box;
}
.notice-form-search button{
    height: 100%;
    width:1.5em;
    border-width: 0;
    background-color: transparent;
    background: transparent url(/_asset/img/project/icon_search.png) no-repeat center center;
    background-size: contain;
    text-indent: -99999px;
}
.notice-btn-inquiry{
    width:140px;
    height: 40px;
    /* padding:4px; */
    box-sizing: border-box;
    font-size: 14px;
    background-color: #000;
    color: #fff;
    border-radius: 8px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.notice-list{
    font-size: 18px;
}
.notice-list ul,.notice-list li{
    list-style: none;
}
/* .notice-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin:40px 0 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #D5D5D5;
} */
/* .notice-row-subject{
    min-width: 300px;
    font-weight: bold;
}
.notice-row-date{
    font-size: 0.8em;
    font-weight: bold;
} */
.notice-icon-new{
    height:1em;
}

.imodal-notice-row .imodal-content{
    max-width:1000px;
    padding:10px;
    font-size: 14px;;
}
.imodal-notice-row .imodal-header{
    background-color: #fff;
    padding:20px 20px 0 20px;
    text-align: left;
}
.imodal-notice-row .imodal-body{
    background-color: #fff;
    padding:0 20px 20px 20px;
    overflow-y: auto;
    overflow-x: auto;
}
.imodal-notice-row .imodal-footer{
    background-color: #fff;
    padding:20px;
    text-align: right;
}
.imodal-notice-row .imodal-footer > div{
    cursor: pointer;
}
.imodal-notice-row .imodal-close{
    width:2em;
    height:2em;
}

.imodal-notice-row .close-btn{
    display: inline-block;
    right: 16px;
    top: 16px;
    width: 25px;
    height: 25px;
    background: url(/_asset/img/close_Btn.png) no-repeat center center;
    cursor: pointer;
}
.notice-row-nav{
    text-align: right;
    padding-bottom: 20px;
}
.notice-row-etc{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    font-weight: normal;
    font-size: 0.8em;
    padding: 10px 0;
}
.notice-row-etc > div{
    margin:0 10px;
    color: #ACACAC;
}

.imodal-notice-row .notice-row-subject{
    font-size: 40px;
    font-weight: bold;
    border-bottom: 2px solid #000;
    padding: 0 0 10px;
}

.notice-body .arrow.arrow2{
    margin-bottom: 20px;
}

/* 공지사항 상세페이지 css 24.02.20 */
.notice-view-wrap{
    width: 95%;
    max-width: 1200px;
    margin: 20px auto;
}
.notice-view-header {
    width: 100%;
    max-width: 1200px;
    background: #fff;
    padding: 10px 0;
    border-bottom: 2px solid #000;
}
.notice-view-header.sticky{
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 20px;
    z-index: 10;
}
.notice-view-header h1 {
    font-size: 30px;
    margin-bottom: 8px;
    word-break: break-all;
}
.notice-view-header.sticky h1 {
    font-size: 20px;
}

.header-btn {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    column-gap: 8px;
}
.header-btn > * {
    display: block;
    font-size: 14px;
    border-radius: 8px;
    padding: 4px 16px;
    cursor: pointer;
}
.header-btn button {
    background: #e6e6e6;
    border: 0;
}
.header-btn a {
    background: #000;
    color: #fff;
}
.notice-view-sub-header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 12px;
    margin-top: 8px;
    color: #999;
    font-size: 14px;
}
.notice-view-content{
    font-size: 16px;
}
.notice-view-back {
    padding-top: 20px;
    border-top: 1px solid #acacac;
    margin-bottom: 40px;
}

@media (max-width: 800px){
    .notice-header{
        padding: 0;
        margin: 15px;
    }
    .notice-body{
        padding:15px;
    }

    .notice-wrap .notice-row-date{
        width: 100%;
        text-align: right;
    }
    .imodal-notice-row .notice-row-subject{
        font-size: 30px;
    }


    .notice-nav{
        flex-wrap: wrap;
        justify-content: flex-end;
        row-gap: 6px;
    }

    .notice-nav-search{
        order: 2;
        width: 100%;
    }
    .notice-nav-search form,
    .notice-nav-search form .search-area{
        width: 100%;
    }
    .notice-nav-btns{
        order: 1;
    }
    .notice-btn-inquiry{
        width: 100px;
    }

    .notice-view-header.sticky{
        padding: 20px 16px 10px;
        left: 50%;
        transform: translateX(-50%);
    }
    .notice-view-header h1{
        font-size: 24px;
    }
    .notice-view-header.sticky h1 {
        font-size: 20px;
    }

    .project.contents {
        width: 100%;
        margin: 0 auto;
        position: relative;
        padding: 30px 2% 80px;
    }
}