<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

.board{
    margin: 100px auto;
    padding-bottom: 0;
}

.board-top{
    margin-bottom: 30px;
}

.board-top p{
    float: left;
    margin-top: 10px;
}

.board-top span{
    font-weight: 600;
}


.search-wrap{
    float: right;
}


.board-top .search-wrap select{
    float: left;
    border:1px solid #ddd;
    height: 50px;
    line-height: 50px;
    width: 150px;
    padding: 0 20px;
    margin-right: 10px;
}

.board-top .search-wrap .search{
    float: left;

}

.board-top .search-wrap .search input{
    float:left;
    border:1px solid #ddd;
    height: 50px;
    line-height: 50px;
    width: 350px;
    padding: 0 20px;
}

.board-top .search button{
    float: left;
    height: 50px;
    line-height: 50px;
    width: 100px;
    background: #e42e2e;
    color: #fff;
    border:0;
}

.board-top span{
    font-weight: 600;
}

.table-wrap{
    width: 100%;
    border-top: 2px solid #333;
}

.table-wrap li{
    position: relative;
    cursor: pointer;
    padding: 20px;
    border-bottom: 1px solid #f4f4f4;
}

.table-wrap li:hover .tit{
    color: #e42e2e;
    transition: 0.2s;
}

.table-wrap .cbox{
    float: left;
}

.table-wrap .cbox.n-1{
    width: 5%;
    margin-right: 5%;
}

.table-wrap .cbox.n-1 .noti{
    display: block;
    border:1px solid #e42e2e;
    /* padding: 3px 0; */
    color: #e42e2e;
    text-align: center;
    font-size: 14px;
}

.table-wrap .cbox.n-1 .numb{
    display: block;
    padding: 5px 15px;
    text-align: center; 
}

.table-wrap .cbox.n-2{
    width: 80%;
}

.table-wrap .cbox.n-2 .tit{
    font-size: 18px;
    font-weight: 500;
    display: block;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
}

.table-wrap .cbox.n-2 .info-wrap span{
    font-weight: 300;
}

.table-wrap .cbox.n-2 .info-wrap .date{
    position: relative;
    padding: 0 10px;
    margin: 0 5px;
}

.table-wrap .cbox.n-2 .info-wrap .date::before,
.table-wrap .cbox.n-2 .info-wrap .date::after{
    content: '';
    display: block;
    position: absolute;
    top: 12px;
    width: 2px;
    height: 2px;
    box-sizing: border-box;
    background: #666;
}

.table-wrap .cbox.n-2 .info-wrap .date::before{
    left: 0;
}

.table-wrap .cbox.n-2 .info-wrap .date::after{
    right: 0;
}

.table-wrap .cbox.n-3{
    width: auto;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.table-wrap .cbox.n-3 .file{
    display: block;
    width: 30px;
    height: 30px;
    background: url("../images/sub/file.png") center no-repeat;
    background-size: 17px;
    margin: 0 auto;
    float: right;
}

.table-wrap .cbox.n-3 .file.empty{
    background:none;
}

.pagin-wrap{
    display: table;
    margin: 50px auto 0 auto;
}

.pagin-wrap a{
    color: #333;
}

.page-item.active .page-link{
    background: #000;
}

.board-view{
    padding: 100px 0;
}

.board-view article{
    margin:50px auto;
    border-top: 2px solid #000;
}

 .board-view article h2{
    font-size: 20px;
    font-weight: 600;
    padding: 20px;
    border-bottom: 1px dashed #d7d9da;
}

.board-view article .info-box { 
    overflow:hidden;
    padding:20px;
    border-bottom:1px solid #ededed;
}
.board-view article .info-box li { 
    float:left;
    margin:0 30px 0 0;
    font-size: 16px;
}
.board-view article .info-box  b{
    display: inline-block;
    margin-right: 10px;
}

.board-view article .con-box{
    padding:50px 20px;
    border-bottom:1px solid #ededed;
}
.board-view article .con-box p{
    font-size: 16px;
    line-height: 1.8em;
}

.board-view article .file-area{
    font-size: 16px;
    padding:20px;
    border-bottom:1px solid #ededed;
    display: flex;
    align-items: center;
}
.board-view article .file-area button{
  background-color: #e61e24;
    margin-left: 10px;
    /*border-radius: 10px;*/
    height: 42px;
}

.board-view article .file-area &gt; a{
    display: block;
    background: url("../images/common/file.png") center left no-repeat;
    padding-left: 25px;
    background-size: 18px;
}

.board-view article .file-area &gt; a:hover{
    color: #f26321;
    transition: 0.2s;
    text-decoration: underline;
}

.btn-area{
    float: right;
}

.btn-area button{
    border:0;
    border-radius: 5px;
    margin-right: 5px;
}

.btn-area button:last-child{
    margin-right: 0;
}

button{
    width: 100px;
    height: 50px;
    color: #fff !important;
}

button.write{
    background: #0094d9;
}

button.modify{
    background: #2e60ac;
}

button.delete{
    background: #2b2c31;
}

.m-file{
    display: none;
}

.table-wrap.gallery{
    border-top: 0;
}


.table-wrap.gallery li{
    float: left;
     width: calc((100% - 60px)/4);;
    margin-right: 20px;
    margin-bottom: 20px;
    border-bottom: 0;
    padding: 0;
}

.table-wrap.gallery li:nth-child(4n){
    margin-right: 0;
}

.table-wrap.gallery .img{
    width: 100%;
    height: 230px;
    background: #ddd;
    margin-bottom: 20px;
    background-size: 100%;
}

.table-wrap.gallery .img img{
    width: 100%;
}

.table-wrap.gallery .cbox.n-1{
    float: none;
    width: 15%;
}

.table-wrap.gallery .cbox.n-2{
    width: 100%;
    float: none;
}

.table-wrap.gallery .no-date{
    border-top: 2px solid #333;
    border-bottom: 1px solid #f4f4f4;
    padding: 10px 0;
}


.table-wrap.gallery .no-date li{
    width: 100% !important;
}

.table-wrap.gallery .no-date .cbox.n-2 {
    width: 100% !important;
    float: none;
}
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
  }
  
  .page-link {
    position: relative;
    display: block;
    color: #0d6efd;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }

  .page-link:hover {
    z-index: 2;
    color: #000;
    background-color: #e9ecef;
    border-color: #dee2e6;
  }
  .page-link:focus {
    z-index: 3;
    color: #000;
    background-color: #e9ecef;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  }
  
  .page-item:not(:first-child) .page-link {
    margin-left: -1px;
  }
  .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #000;
    border-color: #000;
  }
  .page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6;
  }
  
  .page-link {
    padding: 0.375rem 0.75rem;
  }
  
  .page-item:first-child .page-link {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
  
  .pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
  }
  .pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
  }
  .pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
  }
  
  .pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
  }
  .pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
  }
  .pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
  }


.tab{
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
    margin-bottom: 20px;
}

.tab .on a{
    border: 1px solid #e42e2e;
    background-color: #e42e2e;
    color: #fff;
    cursor: pointer;
}

.tab a{
    border: 1px solid #eaeaea;
    border-radius: 50px;
    padding: 5px 20px;
    text-align: center;
}

  .cr::after{
    display: block;
    content: "";
    clear: both;
  }

@media screen and (max-width : 1024px){
    
    .board {
        margin: 50px auto;
    }

    #sub .board .inner{
        width: 100%;
        padding: 0 20px;
    }

    .board-top p{
        float: none;
    }

    .search-wrap{
        float: none;
        margin-top: 20px;
    }

    .table-wrap li{
        padding: 10px 0 0 0;
    }


    .table-wrap.gallery li{
        padding: 10px 0;
    }

    .board-top .search-wrap select{
        width: 23%;
        font-size: 14px;
        height: 35px;
        line-height: 35px;
        padding: 0 10px;
        margin-right: 0;
        background-size: 7px;
    }

    .board-top .search-wrap .search{
        width: 75%;
        float: right;
    }

    .board-top .search-wrap .search input{
        width: 80%;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
        padding: 0 10px;
    }

    .board-top .search-wrap .search button{
        width: 20%;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }

    .table-wrap .cbox.n-2 .tit{
        height: 24px;
    }

    .table-wrap .cbox.n-1 {
        width: 10%;
        margin-right: 0;
    }

    .table-wrap .cbox.n-1 .noti{
        font-size: 14px;
        height: 25px;
        line-height: 25px;
    }

    .table-wrap .cbox.n-2 {
        width: 80%;
        margin: 0 0 10px 0;
    }


    .table-wrap .cbox.n-3 {
        display: none;
    }

    .table-wrap .cbox.n-2{
        float: right;
        width: 83%;
    }

    .table-wrap .cbox.n-2 .tit{
        font-size: 15px;
    }

    .table-wrap .cbox.n-2 .info-wrap span{
        font-size: 14px;
    }

    .m-file{
        position: relative;
        display: inline-block;
        width: 10px;
        height: 10px;
        background: url("../images/common/file.png") center no-repeat;
        background-size: 10px;
        padding-left: 15px;
        margin-left: 15px;
    }

    .m-file::before{
        content: '';
        display: block;
        position: absolute;
        top: 6px;
        left: -6px;
        width: 2px;
        height: 2px;
        box-sizing: border-box;
        background: #666;
    }

    .board-view article .con-box{
        padding: 20px 0;
    }

    .btn-area{
        float: none;
        display: table;
        margin: 0 auto;
    }

    .table-wrap.gallery li{
        width: calc((100% - 20px)/2);
        padding: 0;
    }

    .table-wrap.gallery li:nth-child(2n){
        margin-left: 0;
        margin-right: 0;
    }
    .table-wrap.gallery li:nth-child(3n){
        margin-right: 20px;
    }

    .table-wrap.gallery .img{
        height: 150px;
        margin-bottom: 10px;
    }

    .table-wrap .cbox.n-2 .tit{
        font-size: 16px;
    }

    .table-wrap.gallery .cbox.n-2 .tit{
        padding: 0;
    }


    .table-wrap.gallery .info-wrap{
        padding: 0;
    }

    .table-wrap .cbox.n-2 .info-wrap .date::before{
        display: none;
    }

    .table-wrap .cbox.n-2 .info-wrap span{
        font-size: 12px;
    }

    .table-wrap .cbox.n-2 .info-wrap .date {
        padding: 0 10px;
        margin: 0 5px;
        padding: 0 10px 0 0;
        margin: 0 5px 0 0;
    }

    .table-wrap .cbox.n-2 .info-wrap .date::after {
        right: 0;
        top: 9px;
    }

    .board-view article h2{
        padding: 10px 0;
        font-size: 16px;
    }

    .board-view article .info-box{
        padding: 10px 0;
    }

    .board-view article .file-area{
        padding: 10px 0;
    }

    .board-view{
        padding: 50px 0;
    }

    .tab a{
        font-size: 14px;
    }
    

}

@media screen and (max-width : 768px){
    
}
    </pre></body></html>