/******************************************
시공사례 
*******************************************/
.board select {
    -webkit-appearance:none; 
    -moz-appearance:none; 
    appearance:none; 
    width: 130px;
    height: 60px;
    line-height: 60px;
    border: 1px solid #ddd;
    background: url(../../images/icon/arr-down.png) #fff no-repeat center right 20px;
    font-size: 16px;
    padding: 0 20px;
    
}
/* Pagination */
.pagination { display: flex; align-items: center; justify-content: center; margin: 80px auto 0; }
.pagination .page-item .page-link { display: flex; align-items: center; justify-content: center; margin: 0 6px; width: 36px; height: 36px; font-size: 18px; color: #151515; border: 1px solid transparent; transition: opacity ease .15s; opacity: 0.55; }
.pagination .page-item.active .page-link { color: #097CD3; opacity: 1; }
.pagination .page-item .page-link span { display: block; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center; background-size: auto 100%; }
.pagination .page-item .page-link span.first { background-image: url("../../images/icon/prev_arr2.svg"); }
.pagination .page-item .page-link span.previous { background-image: url("../../images/icon/prev_arr1.svg"); }
.pagination .page-item .page-link span.next { background-image: url("../../images/icon/next_arr1.svg"); }
.pagination .page-item .page-link span.last { background-image: url("../../images/icon/next_arr2.svg"); }
.pagination .page-item:nth-child(1) .page-link,
.pagination .page-item:nth-child(2) .page-link,
.pagination .page-item:nth-last-child(1) .page-link,
.pagination .page-item:nth-last-child(2) .page-link { opacity: 1; }
.pagination .page-item.disabled,
.pagination .disabled > .page-link { opacity: 0.55; pointer-events: none; }
@media (hover: hover) and (pointer: fine) {
    .pagination .page-item:not(.active) .page-link:hover { opacity: 1; text-decoration: underline; text-underline-offset: 4px; }
}
@media screen and (max-width: 1200px) {
    .pagination { margin: 50px auto 0; }
    .pagination .page-item .page-link { margin: 0 4px; width: 24px; height: 24px; font-size: 14px; }
}
@media screen and (max-width: 768px) {
    .pagination { margin: 36px auto 0; }
    .pagination .page-item .page-link { margin: 0; }
}

.board-head{display:flex; justify-content:space-between; align-items:center; margin-bottom:40px; /* column-gap:20px; */ flex-direction: column; gap: 20px;}
.board-head .total{display:inline-block; font-size:16px; }
.board-head .total b{color:rgba(0, 55, 196, 0.2);}
.board-head .cate{display:flex; gap:10px; flex-wrap: wrap; justify-content: center;}
.board-head .cate a{display:inline-block; font-size:22px; padding:12px 30px; background:#fff; border:1px solid #ddd; color:#aaa; }
.board-head .cate a.on{background: #104770; color:#fff; border-color:#104770;}
.board-head .search{width:100%; max-width:500px; display:flex; justify-content:space-between; align-items:center;      }
.board-head .sch_wr{position:relative; width:calc(100% - 150px); }
.board-head .sch_wr input{width:100%;  height:60px; line-height:60px; border:1px solid #f7f7f7; background:#f7f7f7;  font-size:16px; padding:0 20px;}
.board-head .sch_wr button{width:60px; height:60px; line-height:60px;  background:transparent;  font-size:20px; border:0;display:flex; justify-content:center; align-items:center; position:absolute; right:0; top:0; color:#000;}

/* Gallery - List */
.gallery-board-list { display: flex; flex-wrap: wrap; margin: -50px -20px; }
.gallery-board-list.list-2 .list { width: 50%; }
.gallery-board-list.list-3 .list { width: 33.33333%; }
.gallery-board-list .list { padding: 50px 20px; }
.gallery-board-list .list-empty { padding: 180px 0; width: 100% !important; text-align: center; }
.gallery-board-list .thumbnail { overflow: hidden; position: relative; background: #000; }
.gallery-board-list .thumbnail::before { content: ''; z-index: 2; display: block; position: relative; padding-top: calc(400 / 720 * 100%); width: 100%; height: 0; }
.gallery-board-list .thumbnail img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; transition: all ease .6s; }
.gallery-board-list .contents .title { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: inline-block; position: relative; margin: 20px 0 12px; max-width: 100%; font-size: 22px; color: #151515; font-weight: 700; background-image: linear-gradient(transparent calc(100% - 2px), #151515 2px); background-size: 0% 100%; background-repeat: no-repeat; transition: background-size .3s; }
.gallery-board-list .contents .date { font-size: 19px; color: #555555; }
.gallery-board-list .button-expand { margin-top: 40px; }

/* button */
.button-expand { display: inline-flex; align-items: center; position: relative; padding: 0 70px 0 24px; line-height: 50px; height: 50px; font-size: 18px; font-weight: 400; color: #151515; background: #fff; border: 1px solid #DDDDDD; border-radius: 100px; }
.button-expand .circle { display: flex; align-items: center; justify-content: space-between; position: absolute; top: -1px; right: -1px; bottom: -1px; left: -1px; padding: 0 18px 0 24px; color: #fff; white-space: nowrap; background: #104770; border-radius: 100px; transition: clip-path .35s cubic-bezier(.785,.135,.15,.86), transform .35s cubic-bezier(.785,.135,.15,.86); clip-path: inset(8px 8px 8px calc(100% - 44px) round 36px); }
.button-expand .circle svg { overflow: hidden; width: 13px; height: 13px; }
.button-expand .circle path { fill: currentColor; transition: transform .35s cubic-bezier(.785,.135,.15,.86); }
.button-expand .circle path:first-child { transition-delay: .1s; }
.button-expand .circle path:last-child { transform: translateX(-100%); transition-delay: 0s; }
.button-expand-light { color: #fff; background: transparent; border-color: #fff; }
.button-expand-light .circle { color: #151515; background: #fff; }


@media (hover: hover) and (pointer: fine) {
    .gallery-board-list .block:hover .title,
    .gallery-board-list .block:focus .title { background-size: 100% 100%; }
    .gallery-board-list .block:hover .thumbnail img { transform: scale(1.2); }

    .button-expand:hover .circle { clip-path: inset(0 round 50px); }
    .button-expand:hover .circle path:first-child { transform: translateX(100%); transition-delay: 0s; }
    .button-expand:hover .circle path:last-child { transform: translateX(0); transition-delay: .1s; }

}
@media screen and (max-width: 1200px) {
    .gallery-board-list { margin: -12px; }
    .gallery-board-list .list { padding: 12px; }
    .gallery-board-list .list-empty { padding: 100px 0; }
    .gallery-board-list .contents .title { font-size: 18px; margin: 10px 0 0; }

    .button-expand { font-size: 15px; }

    .board-head .cate a { width: 30%; text-align: center;}
    
}
@media screen and (max-width: 768px) {
    .gallery-board-list.list-3 .list { width: 100%; }
    .gallery-board-list.list-2 .list { width: 100%; }
    .gallery-board-list .list-empty { padding: 60px 0; }
    .gallery-board-list .button-expand { margin-top: 20px; }
    .gallery-board-list .contents .title { font-size: 16px; }

    .button-expand { font-size: 14px; }

    .board-head .cate a { width: 48%;}
}

@media screen and (max-width: 480px) {
    .board-head .cate a{font-size: 15px; padding: 12px 0px;}
}

@media screen and (max-width: 430px) {
    .board-head .cate a{font-size: 14px; padding: 12px 0px;}

    .board-head .search{flex-direction: column; row-gap: 12px;}
    .board select{width: 100%;}
    .board-head .sch_wr{width: 100%;}
}
/* View */
.board-view-container .board-view-head { display: flex; flex-direction: column; justify-content: center; padding: 50px 60px; text-align: center; border-top: 2px solid #151515; border-bottom: 1px solid #dddddd; }
.board-view-container .board-view-head .title { margin-bottom: 30px; font-size: 40px; font-weight: 600; color: #151515; font-weight: 700; }
.board-view-container .board-view-head .date { font-size: 22px; font-weight: 500; color: #151515; }
.board-view-container .board-view-head .date span { padding-left: 10px; color: #555555; }
.board-view-container .board-view-head .badge { display: inline-block; margin-bottom: 20px; padding: 9px 18px; min-width: 60px; line-height: 0.8; text-align: center; font-weight: 500; font-size: 15px; background: #3574f2; }
.board-view-container .board-view-body { line-height: 1.65; color: #303030; border-bottom: 1px solid #dddddd; }
.board-view-container .board-view-body .contents { margin-bottom: 80px; padding: 80px 0 0; overflow-wrap: break-word; }
.board-view-container .board-view-body .contents .cont-layout {display: flex; gap: 40px; justify-content: space-between; margin-bottom: 50px;}
.board-view-container .board-view-body .contents .cont-layout .conts {width: 75%;}
.board-view-container .board-view-body .contents .cont-layout .info {width: 25%;}
.board-view-container .board-view-body .contents .cont-layout .info h2 {border-bottom: 1px solid #ddd; margin-bottom: 20px;}
.board-view-container .board-view-body .contents .cont-layout .info h2 span{display: inline-block; border-bottom: 3px solid #3574f2; font-size: 28px; font-weight: bold;}
.board-view-container .board-view-body .contents .cont-layout .info ul li {padding: 10px 0 5px; border-bottom: 1px dashed #ddd;}
.board-view-container .board-view-body .contents .cont-layout .info ul li b{display: block; font-size: 24px; font-weight: bold;}

.board-view-container .board-view-body .contents .cont-layout .info p{margin: 0; font-size: 20px;}
.board-view-container .board-view-body .contents p { margin-top: 1em; margin-bottom: 1em; font-size: 0.917em; color: inherit !important; }
.board-view-container .board-view-body .contents img { max-width: 100%; display: block; margin: 0 auto; }
.board-view-container .middle-title-list { margin-bottom: 60px; padding: 36px; background: #F3F3F3; }

.board-view-container .board-view-foot { display: flex; align-items: center; padding-top: 40px; }
.board-view-container .board-view-foot .col { flex: 1 0 33.33333%; width: 33.33333%; }
.board-view-container .board-view-foot .col:nth-child(2) { text-align: right; }
.board-view-container .board-view-foot .link { display: inline-flex; align-items: center; position: relative; max-width: 100%; }
.board-view-container .board-view-foot .link.disabled { pointer-events: none; }
/*.board-view-container .board-view-foot .link.disabled .heading::after { content: none; }*/
.board-view-container .board-view-foot .link.previous { padding-right: 20px; }
.board-view-container .board-view-foot .link.previous .heading { margin-right: 30px; padding-left: 24px; white-space: nowrap; }
.board-view-container .board-view-foot .link.previous .heading::after { left: 0; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E%0A"); }
.board-view-container .board-view-foot .link.next { flex-direction: row-reverse; padding-left: 20px; }
.board-view-container .board-view-foot .link.next .heading { margin-left: 30px; padding-right: 24px; white-space: nowrap; }
.board-view-container .board-view-foot .link.next .heading::after { right: 0; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E%0A"); }
.board-view-container .board-view-foot .link .heading { position: relative; display: block; font-size: 18px; font-weight: 600; color: #111; transition: all ease .35s; }
.board-view-container .board-view-foot .link .heading::after { content: ''; position: absolute; top: 0; bottom: 0; margin: auto; width: 20px; height: 20px; background-repeat: no-repeat; background-position: center; background-size: auto 100%; transition: all ease .35s; }
.board-view-container .board-view-foot .link .text-wrap { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 100%; }
.board-view-container .board-view-foot .link .text-wrap .title { margin-bottom: 8px; font-size: 16px; font-weight: 600; color: #666666; }
.board-view-container .board-view-foot .link .text-wrap .text { font-size: 16px; color: #999999; }
.board-view-container .board-view-foot .button.list { display: flex; margin: auto; padding: 0; line-height: 1; width: 80px; height: 80px; text-align: center; background-color: #104770; transition: all 0.3s; }
.board-view-container .board-view-foot .button.list i { display: block; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center; background-size: auto 48%; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M8.5,8.5h-3v-3h3V8.5z M13.5,5.5h-3v3h3V5.5z M18.5,5.5h-3v3h3V5.5z M8.5,10.5h-3v3h3V10.5z M13.5,10.5h-3v3h3V10.5z M18.5,10.5h-3v3h3V10.5z M8.5,15.5h-3v3h3V15.5z M13.5,15.5h-3v3h3V15.5z M18.5,15.5h-3v3h3V15.5z'/%3E%3C/svg%3E%0A"); transition: all ease .35s; }
@media (hover: hover) and (pointer: fine) {
    .board-view-container .board-view-foot .link:not(.disabled):hover .text { text-decoration: underline; text-underline-offset: 0.125em; }
    .board-view-container .board-view-foot .link.previous:hover .heading::after { transform: translateX(-15px); }
    .board-view-container .board-view-foot .link.next:hover .heading::after { transform: translateX(15px); }
    .board-view-container .board-view-foot .link:hover .text-wrap .title { text-decoration: underline; text-underline-offset: 0.25em; }
    .board-view-container .board-view-foot .link:hover .heading::after { opacity: 1; transform: none; }
    .board-view-container .board-view-foot .button.list:hover { background-color: #151515; border-color: #151515; }
    .board-view-container .board-view-foot .button.list:hover i { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M8.5,8.5h-3v-3h3V8.5z M13.5,5.5h-3v3h3V5.5z M18.5,5.5h-3v3h3V5.5z M8.5,10.5h-3v3h3V10.5z M13.5,10.5h-3v3h3V10.5z M18.5,10.5h-3v3h3V10.5z M8.5,15.5h-3v3h3V15.5z M13.5,15.5h-3v3h3V15.5z M18.5,15.5h-3v3h3V15.5z'/%3E%3C/svg%3E%0A"); }
}
@media screen and (min-width: 1025px) {
    .board-view-container .board-view-foot .col:nth-child(2) { order: 3; }
    .board-view-container .board-view-foot .col:last-child { order: 2; text-align: center; }
}
@media screen and (max-width: 1200px) {
    .board-view-container .board-view-head { padding: 36px; }
    .board-view-container .board-view-head .badge { font-size: 14px; margin-bottom: 15px; }
    .board-view-container .board-view-head .title { font-size: 26px; margin-bottom: 12px; }
    .board-view-container .board-view-head .date { font-size: 16px; }
    .board-view-container .board-view-body { padding: 36px 0 8px; }
    .board-view-container .board-view-body .contents { padding: 0; }

    .board-view-container .board-view-body .contents .cont-layout {flex-direction: column; gap: 20px; margin-bottom: 40px;}
    .board-view-container .board-view-body .contents .cont-layout .conts {width: 100%;}
    .board-view-container .board-view-body .contents .cont-layout .info {width: 100%;}

    .board-view-container .board-view-foot { flex-wrap: wrap; padding-top: 26px; }
    .board-view-container .board-view-foot .col { flex: 1 1 auto; width: 50%; }
    .board-view-container .board-view-foot .col:last-child { order: 3; text-align: center; }
    .board-view-container .board-view-foot .link,
    .board-view-container .board-view-foot .link.next { flex-direction: column; }
    .board-view-container .board-view-foot .link.next { align-items: flex-end; }
    .board-view-container .board-view-foot .link.previous { align-items: flex-start; }
    .board-view-container .board-view-foot .link.previous .heading { padding-left: 20px; }
    .board-view-container .board-view-foot .link.previous .heading::after { left: -5px; }
    .board-view-container .board-view-foot .link.next .heading { padding-right: 20px; }
    .board-view-container .board-view-foot .link.next .heading::after { right: -5px; }
    .board-view-container .board-view-foot .link .heading::after { top: 0; bottom: auto; }
    .board-view-container .board-view-foot .link .heading { margin-bottom: 10px; font-size: 16px; }
    .board-view-container .board-view-foot .link .text-wrap .title { font-size: 15px; margin-bottom: 0; }
    .board-view-container .board-view-foot .link .text-wrap .text { display: none; }
    .board-view-container .board-view-foot .button.list { margin-top: 30px; width: 50px; height: 50px; }
    .board-view-container .board-view-foot .button.list i { margin: auto; width: 50px; height: 50px; }
    .board-view-container .middle-title-list { padding: 30px 25px; }
    .board-view-container .middle-title-list,
    .board-view-container .board-view-body .contents { font-size: 15px; }
}
@media screen and (max-width: 768px) {
    .board-view-container .board-view-head { padding: 24px; }
    .board-view-container .board-view-head .badge { font-size: 13px; }
    .board-view-container .board-view-head .title { font-size: 20px; margin-bottom: 6px; }
    .board-view-container .board-view-head .date { font-size: 15px; }
}


/******************************************
자료실 
*******************************************/

.pc {
    display: block;
}


@media screen and (max-width: 1280px) {
    .pc {
        display: none !important;
    }
}

.taR {
    text-align: right;
}


/* BOARD : SEARCH */
.board_search {
    text-align: right;
    padding: 40px 0;
}

.board_search select {
    width: 157px;
    height: 42px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../../images/icon/arrow.svg) no-repeat right 18px center / 10px auto;
    padding: 0 18px;
    border-color: #C3C3C3;
    cursor: pointer;
    font-size: inherit;
    font-weight: inherit;
    -webkit-border-radius: 0;
    position: relative;
    top: 2px;
}



.board_search input {
    height: 42px;
}

.board_search input[type=text] {
    border: 1px solid #C3C3C3;
    margin: 0 3px;
    padding: 0 20px;
}

.board_search input[type=submit] {
    width: 132px;
    background-color: #104770;
    border: none;
    color: #fff;
}

/* BOARD : LIST */
.board_list {
    border-top: 1px solid #0c0c0c;
}

.board_list ul.thead {
    font-weight: 600;
}

.board_list ul li {
    display: flex;
    align-items: center;
    padding: 25px 0;
    border-bottom: 1px solid #C4C4C4;
    text-align: center;
    font-size: 24px;
}

.board_list ul li.blank {
    display: block;
}

.board_list ul li .num {
    width: 14%;
}

.board_list ul li .title {
    width: 58%;
}

.board_list ul li .title a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
}

.board_list ul li .title a:hover {
    text-decoration: underline;
}

.board_list ul li .file {
    width: 14%;
}

.board_list ul li .file span {
    display: inline-block;
    width: 24px;
    height: 27px;
}

.board_list ul li .file span.on {
    background: url(../../images/icon/file.png) no-repeat center center/cover;
    cursor: pointer;

}

.board_list ul li .date {
    width: 14%;
}

.board_list ul.tbody li .title {
    padding: 0 50px;
    text-align: left;
}

.board_list ul.tbody li .file {
    font-size: 0;
}

/* BOARD : PAGINATION */
.board_pager {
    margin-top: 66px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.board_pager .pager {
    display: inline-block;
    font-size: 20px;
    position: relative;
    padding-right: 110px;
    line-height: 1.1;
}

.board_pager .pager::after {
    /* content: "";
    width: 59px;
    height: 1px;
    background-color: #c3c3c3;
    position: absolute;
    right: 30px;
    top: 45%; */
}

.board_pager .pager>* {
    display: inline-block;
    color: #000;
}

.board_pager .pager span {
    /* border-bottom: 1px solid #000; */
    padding: 0 2px;
    padding-bottom: 3px;
    position: relative;
}

.board_pager .pager span::after{
    content: '';
    display: block;
    width: 13px;
    height: 1px;
    background-color: #000;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.board_pager .pager .pager_btn {
    width: 19px;
    height: 10px;
    text-indent: 999999px;
    overflow: hidden;
    background: url(../../images/icon/arrow.svg) no-repeat center center/contain;
    transform: rotate(90deg);
    /* position: absolute;
    left: 100%;
    top: calc(50% - 8px); */
    margin: 0;
}

.board_pager .pager .pager_btn.prev {
    margin-right: 5px;
}

.board_pager .pager .pager_btn.next {
    transform: rotate(-90deg);
    /* left: calc(100% + 50px); */
    margin-left: 5px;
}

/* BOARD : VIEW */
.board_view .bv_top {
    display: flex;
    align-items: flex-start;
    padding: 29px 50px;
    border: 1px solid #C3C3C3;
    border-width: 1px 0;
}

.board_view .bv_top .tit {
    width: 100%;
    font-size: 34px;
    font-weight: 600;
}

.board_view .bv_top .date {
    flex-shrink: 0;
    font-size: 16px;
    margin: 12px 0 0 10px;
}

.board_view .bv_con {
    width: 1148px;
    margin: 80px auto 138px 50px;
}
.board_view .bv_con img{
    max-width:100%;
}
.board_view .bv_con p{
    color: #333;
    font-size: 18px;
    margin-bottom: 12px;
}
.board_view .bv_con a{
    color: unset;
}
.board_view .bv_file {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: row-reverse;
    padding: 27px 0;
    border-top: 1px solid #C3C3C3;
    border-width: 1px 0;
}

.board_view .bv_file .tit {
    max-width: 180px;
    width: 100%;
}

.board_view .bv_file .tit em::before {
    content: "(";
}

.board_view .bv_file .tit em::after {
    content: ")";
}

.board_view .bv_file ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.board_view .bv_file ul li {
    margin-right: 30px;
    text-decoration: underline;
}

.board_view .bv_file ul li a{
    color: #000;
    font-weight: 400;
}

.listBtn {
    padding-top: 16px;
    border-top: 1px solid #c3c3c3;
}

.listBtn a {
    display: inline-block;
    width: 121px;
    padding: 10px 0;
    text-align: center;
    background-color: #104770;
    color: #fff;
}


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

    /* BOARD : SEARCH */
    .board_search {
        padding-top: 20px;
    }

    .board_search select {
        width: 100%;
        height: 35px;
        margin-bottom: 10px;
        font-size: 14px;
        font-weight: inherit;
    }

    .board_search input {
        height: 35px;
    }

    .board_search input[type=text] {
        width: calc(100% - 96px);
        margin: 0 10px 0 0;
        padding: 0 15px;
        font-size: 14px;
    }

    .board_search input[type=submit] {
        width: 81px;
    }

    /* BOARD : LIST */
    .board_list ul li {
        display: block;
        padding: 15px 0 21px;
        text-align: left;
        position: relative;
        font-size: 14px;
    }

    .board_list ul li .num {
        width: 100%;
    }

    .board_list ul li .cate {
        width: 100%;
    }

    .board_list ul li .title {
        width: 100%;
        margin: 20px 0 27px;
        font-size: 16px;
    }

    .board_list ul li .title a {
        white-space: unset;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        max-height: 46px;
    }

    .board_list ul li .file {
        width: auto;
        position: absolute;
        right: 0;
        bottom: 15px;
    }

    .board_list ul li .file span {
        display: block;
        width: 20px;
        height: 23px;
    }

    .board_list ul li .date {
        width: auto;
    }

    .board_list ul.tbody li .title {
        padding: 0;
    }

    /* BOARD : PAGINATION */
    .board_pager {
        margin-top: 50px;
        justify-content: center;
    }

    .board_pager .pager {
        font-size: 20px;
        padding-right: 0;
        width: auto;
        position: relative;
    }

    .board_pager .pager::after {
        width: 45px;
        right: -60px;
        top: 50%;
        transform: translateY(-50%);
    }

    .board_pager .pager .pager_btn {
        width: 15px;
        height: 10px;
        left: auto !important;
        right: 30px;
        top: calc(50% - 4px);
    }

    .board_pager .pager .pager_btn.prev {
        right: -102px;
    }

    .board_pager .pager .pager_btn.next {
        transform: rotate(-90deg);
        right: -145px;
    }

    /* BOARD : VIEW */
    .board_view .bv_top {
        display: block;
        padding: 25px 0;
    }

    .board_view .bv_top .tit {
        font-size: 18px;
    }

    .board_view .bv_top .date {
        font-size: 14px;
        margin: 10px 0 0;
    }

    .board_view .bv_con {
        width: 100%;
        margin: 40px 0 60px;
    }

    .board_view .bv_con p{
        font-size: 16px;
    }

    .board_view .bv_file {
        padding: 25px 0;
    }

    .board_view .bv_file .tit {
        width: 75px;
    }

    .board_view .bv_file ul li {
        margin-right: 10px;
        text-decoration: underline;
    }

    .listBtn {
        padding-top: 40px;
        text-align: center !important;
    }

    .listBtn a {
        width: 100px;
        padding: 7px 0;
    }

    

    .board .board_visual .__subTit span,
    .board .boardWrap .__subTit span {
        display: none;
    }

   
}


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

    .board_list ul li .title{
        font-size: 14px;
    }

    .board_view .bv_con p{
        font-size: 14px;
    }

    .board_pager .pager{
        font-size: 16px;
    }

    .board_pager .pager .pager_btn {
        width: 12px;
        height: 8px;
    }

}
