.badge.green { background: #2abc3f !important; }

/* ------- 팝업 ------- */
.popup-container { z-index: 99; display: flex; align-items: center; justify-content: center; position: fixed; top: 0; left: 0; padding: 36px; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); }
.popup-container .popup-wrapper { position: relative; max-width: 620px; }
.popup-container .popup-body { overflow: auto; height: calc(100vh - 100px); word-break: break-word; max-height: 792px; background: var(--clr-dark); }
.popup-container .popup-body img { max-width: 100%; height: auto !important; }
.popup-container .popup-body a { display: inline-block; }
.popup-container .popup-foot { display: flex; align-items: center; justify-content: space-between; background: var(--clr-dark); }
.popup-container .popup-foot .close { display: block; width: 50px; height: 50px; background: url('/images/x-light-e7fb89851b79caec1094b297281ca19b.svg') no-repeat center; }
.popup-container .popup-foot .check i { top: 0; left: 20px; }
.popup-container .popup-foot .check label { padding-top: 12px; padding-bottom: 12px; padding-left: 2em; }
.popup-container .swiper-pagination { bottom: 65px; }
.popup-container .swiper-button-next,
.popup-container .swiper-button-prev { width: 80px; height: 80px; background-color: rgba(0, 0, 0, 0.5); background-position: center; background-size: auto 60%; }
.popup-container .swiper-button-next { right: 50%; margin: -50px -400px 0 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='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E%0A"); }
.popup-container .swiper-button-prev { left: 50%; margin: -50px 0 0 -400px; 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='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-left'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E"); }
.popup-container .swiper-pagination-bullet { opacity: 1; }
@media screen and (max-width: 1024px) {
    /* .popup-container { top: 80px !important; left: 3% !important; max-width: 50%; }
    .popup-container .popup-body img { width: 100%; }
    .popup-container .popup-foot .close { width: 45px; height: 45px; }
    .popup-container .popup-foot .check i { left: 12px; } */
    .popup-container .swiper-button-next,
    .popup-container .swiper-button-prev { display: none; }
}
@media screen and (max-width: 768px) {
    .popup-container { padding: 16px; }
    .popup-container .popup-wrapper { max-width: none; width: 100%; }
    .popup-container .popup-body { height: auto; max-height: calc(100vh - 100px); }
    .popup-container .popup-body img { width: 100%; }
    /* .popup-container { max-width: 94%; } */
    /* .popup-container .popup-foot .check label { padding-left: 1.5em; } */
}



/* ------- 게시판 ------- */
.board-list .search { display: flex; height: 55px; }
.board-list .search select { padding-top: 0; padding-bottom: 0; width: 160px; height: 100%; font-size: 1.6rem; font-weight: 500; border-radius: 55px; outline: none; }
.board-list .search input { padding-top: 0; padding-bottom: 0; width: 425px; height: 100%; font-size: 1.6rem; border: none; outline: none; }
.board-list .search button { position: absolute; top: 0; right: 0; width: 60px; height: 100%; background: url('/images/search-139cc1ead4262b5247271cacda8c6256.svg') no-repeat center / auto 46%; }
.board-list .search .box { flex: 1 1; overflow: hidden; position: relative; margin-left: 10px; padding-right: 60px; height: 100%; background: #fff; border: 1px solid var(--border); border-radius: 55px; }
.board-list .empty { margin-top: 5em; margin-bottom: 2.5em; text-align: center; }
.board-list .total { font-size: 3rem; font-weight: 700; color: #DDDDDD; }
.board-list .total em { padding-left: 0.46em; font-style: normal; color: var(--clr-black); }

.board-list-head { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 24px; }
@media screen and (max-width: 1024px) {
    .board-list .total { margin-top: 30px; font-size: 2rem; }
    .board-list .search { height: 50px; }

    .board-list-head { flex-direction: column-reverse; align-items: flex-start; }
    .board-list-head .col { width: 100%; }
}
@media screen and (max-width: 768px) {
    .board-list .search { flex-direction: column; height: auto; }
    .board-list .search select { width: 100%; height: 45px; }
    .board-list .search .box { flex: 1 0 auto; margin: 6px 0 0; width: 100%; height: 45px; }
}


/* 갤러리: 리스트 */
.gallery-board-list { display: flex; flex-wrap: wrap; margin: -30px -10px; }
.gallery-board-list .list { padding: 30px 10px; width: 25%; }
.gallery-board-list .list .block { display: block; }
.gallery-board-list .list .thumbnail { overflow: hidden; position: relative; }
.gallery-board-list .list .thumbnail::before { content: ''; display: block; padding-top: calc(320 / 385 * 100%); width: 100%; height: 0; }
.gallery-board-list .list .thumbnail img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; transition: transform ease .65s; }
.gallery-board-list .list .thumbnail .end { display: flex; align-items: center; justify-content: center; position: absolute; top: 0; left: 0; width: 100%; height: 100%; font-size: 2.4rem; font-weight: 700; color: #fff; background: rgba(0, 0, 0, 0.6); }
.gallery-board-list .list .title { overflow: hidden; margin-top: 20px; font-size: 2.4rem; font-weight: 700; color: var(--clr-black); white-space: nowrap; text-overflow: ellipsis; }
.gallery-board-list .list .info { display: flex; margin-top: 10px; font-size: 1.6rem; color: #666666; }

.catalog-board-list .list { width: 20%; }
.catalog-board-list .list .thumbnail::before { padding-top: calc(370 / 304 * 100%); }
.catalog-board-list .list .title { text-align: center; }
.catalog-board-list .list .info { justify-content: center; text-align: center; }
@media screen and (pointer: fine) {
    .gallery-board-list .block:hover .title,
    .gallery-board-list .block:focus .title { text-decoration: underline; text-underline-offset: 0.125em; }
    .gallery-board-list .block:hover .thumbnail img { transform: scale(1.1); }
}
@media screen and (max-width: 1024px) {
    .gallery-board-list .list { padding: 20px 10px; width: 33.3333%; }
    .gallery-board-list .list .title { margin-top: 20px; font-size: 1.8rem; }
    .gallery-board-list .list .info { margin-top: 10px; font-size: 1.4rem; }
    .gallery-board-list .list .thumbnail .end { font-size: 1.6rem; }
    .gallery-board-list .contents { padding: 14px 0 0 35px; }
    .gallery-board-list .contents .title { font-size: 2rem; padding-right: 20px; }
    .gallery-board-list .contents .category,
    .gallery-board-list .contents .date { font-size: 1.4rem; }
    .gallery-board-list .contents .category { padding-right: 20px; }
    .gallery-board-list .contents .category::after { right: 10px; }
    .gallery-board-list { margin: -20px -10px; }
}
@media screen and (max-width: 768px) {
    .gallery-board-list { margin: -16px -6px; }
    .gallery-board-list .list { padding: 16px 6px; width: 50%; }
    .gallery-board-list .list .title { margin-top: 14px; font-size: 1.6rem; }
    .gallery-board-list .list .info { margin-top: 4px; font-size: 1.3rem; }
    .gallery-board-list .list .thumbnail .end { font-size: 1.4rem; }
    .gallery-board-list .block { flex-direction: column; }
    .gallery-board-list .thumbnail { width: 100%; }
    .gallery-board-list .contents { padding: 24px 0 0; width: 100%; }
    .gallery-board-list .contents .title { font-size: 1.8rem; }
    .gallery-board-list .contents .date { font-size: 1.3rem; }
}

/* 갤러리: 뷰 */
.board-view { margin-right: auto; margin-left: auto; max-width: var(--inner); width: 90%; }
.board-view .addition { margin-top: 48px; }
/* .board-view .addition > li { display: flex; margin-top: 20px; padding: 14px 16px; border-left: 2px solid #3574f2; } */
.board-view .addition .title { flex: 0 0 auto; display: block; width: 120px; font-size: 1.6rem; color: var(--clr-dark); font-weight: 600; }
.board-view .addition .title::before { content: ''; display: inline-block; vertical-align: middle; margin-right: 10px; margin-bottom: 2px; width: 20px; height: 20px; background-repeat: no-repeat; background-position: center; background-size: auto 20px; }
.board-view .addition .link .title::before { background-image: url('../images/icon-link-dark.png'); }
.board-view .addition .file .title::before { background-image: url('../images/icon-file-dark.png'); }
/* .board-view .addition .file .list li { position: relative; padding-left: 14px; line-height: 1.4; } */
/* .board-view .addition .file .list li::before { content: ''; position: absolute; top: 12px; left: 0; width: 3px; height: 3px; background: #3574f2; border-radius: 50%; } */
.board-view .addition .list { margin-top: -2px; }
.board-view .addition .list li:not(:last-child) { margin-bottom: 15px; }
.board-view .addition .list a { display: inline-flex; align-items: center; padding: 9px 24px 7px; font-size: 1.9rem; font-weight: 200; color: var(--clr-dark); text-underline-offset: 0.25em; word-break: break-all; border: 1px solid var(--border); border-radius: 8px; }
.board-view .addition .list .icon { display: inline-flex; margin-right: 6px; margin-bottom: 4px; width: 20px; height: 20px; background-repeat: no-repeat; background-position: center; background-size: auto 100%; }
.board-view .addition .list .icon-download { background-image: url('/images/download-96dd02a1378d6f60b88d1abe5b5f421d.svg'); }
.board-view-head { margin: auto; max-width: 1260px; padding-bottom: 40px; border-bottom: 2px solid var(--border); }
.board-view-head .title { margin-bottom: 36px; line-height: 1.5; font-size: 4rem; font-weight: 700; color: var(--clr-dark); }
.board-view-head .info { display: flex; font-size: 1.6rem; font-weight: 500; color: #999; }
.board-view-head .info b { font-weight: 700; color: var(--clr-dark); }
.board-view-head .author { margin-right: 48px; }
.board-view-head .badge { display: inline-block; margin-bottom: 20px; padding: 9px 18px; min-width: 60px; line-height: 0.8; text-align: center; color: #fff; font-weight: 500; font-size: 1.5rem; background: #3574f2; }
.board-view-body { margin: auto; max-width: 1260px; padding: 40px 110px 60px; border-bottom: 1px solid var(--border); }
.board-view-body .contents { overflow-wrap: break-word; font-size: 1.4rem; color: var(--clr-dark); }
.board-view-body .contents b { font-weight: 700; }
.board-view-body .contents p { margin-bottom: 0.5em; }
.board-view-body .contents img { max-width: 100%; }
.board-view-body .contents .media-container { position: relative; margin: 60px 0; }
.board-view-body .contents .media-container::before { content: ''; display: block; padding-top: 56.25%; }
.board-view-body .contents .media-container:first-child { margin-top: 0; }
.board-view-body .contents .media-container:last-child { margin-bottom: 0; }
.board-view-body .contents .media-container iframe { position: absolute; top: 0; bottom: 0; left: 0; width: 100%; height: 100%; border: 0; }
.board-view-body .contents video { width: 100%; height: auto; }
.board-view-foot { display: flex; align-items: center; justify-content: center; margin: auto; max-width: 1260px; display: flex; flex-wrap: wrap; padding-top: 40px; }
.board-view-foot .col:nth-child(2) { order: 3; text-align: right; }
.board-view-foot .col:last-child { order: 2; }
.board-view-foot .link { display: inline-block; position: relative; max-width: 100%; }
.board-view-foot .link.disabled { pointer-events: none; opacity: 0.3; }
.board-view-foot .link.previous { padding-left: 24px; }
.board-view-foot .link.previous .icon { left: -6px; background-image: url('/images/chevron-left-c4b4c9065e44efcd2bc54f3e9d4224b9.svg'); }
.board-view-foot .link.previous .title { margin-right: 80px; }
.board-view-foot .link.next { padding-right: 24px; }
.board-view-foot .link.next .icon { right: -6px; background-image: url('/images/chevron-right-6cfb0faf25124f59045ee09ad511347b.svg'); }
.board-view-foot .link.next .title { margin-left: 80px; }
.board-view-foot .link .icon { display: block; position: absolute; top: 0; bottom: 0; margin: auto; width: 24px; height: 24px; background-repeat: no-repeat; background-position: center; background-size: auto 100%; }
.board-view-foot .link .text-wrap { overflow: hidden; position: relative; text-overflow: ellipsis; white-space: nowrap; max-width: 300px; width: 100%; font-size: 2rem; font-weight: 300; color: #222222; }
.board-view-foot .link .text-wrap .title { font-family: var(--font-display); font-weight: 500; color: var(--clr-dark); }
.board-view-foot .button { padding: 0; width: 65px; height: 65px; background: var(--clr-primary); border-radius: 50%; }
.board-view-foot .button::before { content: none; }
.board-view-foot .button::after { content: ''; display: block; width: 100%; height: 100%; background: url('/images/list-light-36fbf2b2ea402e85b8403e204ca2e0e6.svg') no-repeat center / auto 100%; }

@media screen and (pointer: fine) {
    .board-view .addition .list a:hover { text-decoration: underline; }
    .board-view-foot .link.previous:hover .icon::after { background-image: url('../images/board-arrow-left.png'); }
    .board-view-foot .link.next:hover .icon::after { background-image: url('../images/board-arrow-right.png'); }
    .board-view-foot .link:not(.disabled):hover .text { text-decoration: underline; text-underline-offset: 0.125em; }
    .board-view-foot .button-foot:hover { color: #fff; background: #FEBE10; border-color: #FEBE10; }
}
@media screen and (min-width: 1025px) {
}
@media screen and (max-width: 1024px) {
    .board-view .addition { margin-top: 45px; }
    .board-view .addition .title { font-size: 1.5rem; }
    .board-view .addition .list a { padding-right: 12px; padding-left: 12px; font-size: 1.6rem; }
    .board-view-head { padding: 0 0 24px; }
    .board-view-head .badge { font-size: 1.4rem; margin-bottom: 15px; }
    .board-view-head .title { font-size: 2.4rem; margin-bottom: 15px; }
    .board-view-head .date { font-size: 1.4rem; }
    .board-view-head .info { font-size: 1.6rem; }
    .board-view-body { padding: 36px 0; }
    .board-view-foot { flex-wrap: wrap; padding-top: 30px; }
    .board-view-foot .link .text-wrap .title { font-size: 1.5rem; margin-bottom: 0; }
    .board-view-foot .link .text-wrap .text { display: none; }
    .board-view-foot .link.next .title { position: static; }
    .board-view-foot .link.next .text-wrap { padding-right: 0; }
    .board-view-foot .link .icon { width: 20px; height: 20px; }
    .board-view-foot .button.list { margin-top: 50px; padding: 20px; max-width: none; }
}
@media screen and (max-width: 768px) {
    .board-view .addition { margin-top: 35px; }
    .board-view .addition > li { flex-direction: column; margin-top: 10px; }
    .board-view .addition .title { font-size: 1.4rem; }
    .board-view .addition .list { margin-top: 15px; }
    .board-view .addition .list a { font-size: 1.4rem; }
    .board-view .addition .list li:not(:last-child) { margin-bottom: 10px; }
    .board-view .addition .file .list li::before { top: 8px; }
    .board-view-head .badge { font-size: 1.3rem; }
    .board-view-head .title { font-size: 1.8rem; }
    .board-view-head .date { font-size: 1.3rem; }
    .board-view-foot { justify-content: space-between; }
    .board-view-foot .button.list { padding: 16px; margin-top: 30px; }
    .board-view-foot .button.list i { width: 16px; height: 16px; }
    .board-view-foot .col:nth-child(2) { order: 2; }
    .board-view-foot .col:last-child { order: 3; margin-top: 12px; width: 100%; text-align: center; }
    .board-view-foot .link.next .title { margin-left: 0; }
    .board-view-foot .link.previous .title { margin-right: 0; }
}


/* 다운로드: 리스트 */
.download-board-table { border-top: 1px solid #7e7e7e; }
.download-board-table th { padding: 24px 10px; font-size: 1.8rem; font-weight: 600; color: var(--clr-dark); background: #F7F7F7; border-bottom: 1px solid var(--border); }
.download-board-table td { padding: 24px 10px; text-align: center; font-size: 1.8rem; color: var(--clr-dark); border-bottom: 1px solid var(--border); }
.download-board-table .flex { display: flex; align-items: center; justify-content: space-between; padding: 0 50px 0 0; }
.download-board-table .code { width: 160px; text-align: center; }
.download-board-table .thumbnail { position: relative; width: 80px; }
.download-board-table .thumbnail::before { content: ''; display: block; padding-top: 100%; width: 100%; height: 0; }
.download-board-table .thumbnail img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
.download-board-table .button { height: 50px; line-height: 50px; font-size: 1.6rem; font-weight: 400; }
.download-board-table .button-border::before { background: var(--clr-primary); }
@media screen and (max-width: 1024px) {
    .download-board-table { display: block; margin-top: 50px; border-top: none; }
    .download-board-table thead { display: none; }
    .download-board-table tbody { display: flex; flex-wrap: wrap; margin: -20px; }
    .download-board-table tr { display: flex; flex-direction: column; width: 33.33333%; }
    .download-board-table td { display: block; padding: 0 20px; text-align: left; font-size: 1.4rem; border: none; word-break: break-all; }
    .download-board-table td:first-child { padding-top: 20px; }
    .download-board-table td:last-child { margin-top: auto; padding-bottom: 20px; }
    .download-board-table .flex { flex-direction: column-reverse; align-items: flex-start; padding-right: 0; }
    .download-board-table .code { margin-top: 10px; width: 100%; text-align: left; }
    .download-board-table .title { font-weight: 500; font-size: 1.5rem; }
    .download-board-table .button { margin-top: 14px; width: 100%; height: 45px; line-height: 45px; font-size: 1.4rem; }
    .download-board-table .button .icon { width: 20px; height: 20px; }
}
@media screen and (max-width: 768px) {
    .download-board-table tbody { margin: -12px; }
    .download-board-table tr { width: 50%; }
    .download-board-table td { padding-right: 12px; padding-left: 12px; font-size: 1.4rem; }
    .download-board-table td:first-child { padding-top: 12px; }
    .download-board-table td:last-child { padding-bottom: 12px; }
    .download-board-table .title { font-size: 1.4rem; }
    .download-board-table .button { padding-right: 10px; padding-left: 10px; }
}