<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* board - total */
.board-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.board-total {
    color: var(--textGray);
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
}

.board-total span {
    color: var(--keyColor);
    font-size: 22px;
    font-weight: 500;
}

/* board - Search */
.board-search {
    border-bottom: 1px solid #DDD;
    width: 360px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.board-search input {
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
    font-size: 16px;
    border: none;
    flex: 1;
}

.board-search button {
    width: 38px;
}

.board-search button img {
    margin-left: auto;
    margin-right: auto;
}

/* board - List */
.board-list {
    border-top: 2px solid #283B57;
    margin-top: 40px;
}

.board-list__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #EBEBEB;
    background-color: #F7F8F9;
}

.board-list__header &gt; div {
    text-align: center !important;
    font-size: 18px !important;
    color: #000 !important;
    font-weight: 700 !important;
    padding: 25px 0;
}

.board-list__header &gt; div:not(:last-child),
.board-list__record &gt; div:not(:last-child) {
    border-right: 1px solid #EBEBEB;
}

.board-list__record {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    border-bottom: 1px solid #EBEBEB;
}

a.board-list__record:hover {
    background-color: #F7F8F9;
}

.board-list__record &gt; div {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}

.board-list__num,
.board-list__cate {
    width: 125px;
}

.board-list__tit {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
    overflow: hidden;
    flex-direction: column;
    align-items: flex-start !important;
    padding-left: 40px;
    padding-right: 40px;
}

.board-list__tit p {
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.board-list__tit span {
    color: #aaa;
    font-size: 14px;
    font-weight: 400;
}

.board-list__etc {
    width: 270px;
}

.board-list__etc.ing {
    color: #71A3EE;
}

.board-list__etc.end {
    color: #aaa;
}

/*  gallery - List */
.gallery-list {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 40px;
    row-gap: 60px;
}

.gallery-list__thumb {
    aspect-ratio: 8 / 5.45;
    overflow: hidden;
    border: 1px solid #DDD;
    border-radius: 10px;
}

.gallery-list__thumb img {
    object-fit: cover;
    transition: all 0.7s;
}

a.gallery-list__record:hover .gallery-list__thumb img {
    scale: 1.1;
}

.gallery-list__text {
    margin-top: 25px;
}

.gallery-list__tit {
    margin-bottom: 5px;
    white-space: normal;
    line-height: 1.4em;
    height: 2.8em;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 20px;
    font-weight: 500;
}

.gallery-list__cont {
    white-space: normal;
    line-height: 1.4em;
    height: 2.8em;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 18px;
    font-weight: 400;
    color: var(--textGray);
}

.gallery-list__date {
    font-size: 16px;
    color: var(--textGray);
    font-weight: 400;
    line-height: 100%;
}

/* board - Pager */
.list-pager {
    margin-top: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 50px;
}

.list-pager &gt; a {
    color: var(--textGray);
    font-size: 18px;
    font-weight: 500;
}

.list-pager &gt; a.active {
    color: var(--keyColor);
}

/* moreBtn */
.moreBtn {
    font-family: var(--gibson);
    font-size: 18px;
    font-weight: 400;
    color: #3C3C3C;
    margin: 120px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    gap: 11px;
    width: max-content;
}

.moreBtn svg {
    width: 25px;
}

/* board-search_none */
.board-search_none {
    margin-top: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}

.board-search_none i {
    font-size: 60px;
    color: var(--subDarkColor);
}

/* board - View */
.boardView-wrap {
    margin-top: var(--headerHeight);
}

.board-view-news {
    color: var(--keyColor);
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    line-height: 1;
}

.board-view-tit {
    font-weight: 700;
    line-height: 1.4em;
    text-align: center;
    font-size: 40px;
    padding: 0 5%;
    margin: 15px 0 55px;
}

.board-view-date {
    color: #888;
    font-size: 20px;
    font-weight: 500;
    line-height: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.board-view-ct {
    padding-top: 120px;
    padding-bottom: 80px;
    font-size: 18px;
    font-weight: 500;
    border-top: 1px solid #ddd;
}

.board-view-ct .u-editor {
    max-width: 960px;
    margin: auto;
}

.board-view-ct .u-editor img {
    max-width: 100%;
    margin: auto;
}

.board-view-file {
    border-top: 1px solid #DDD;
    padding: 25px 0;
}

.board-view-file li {
    padding-left: 55px;
    margin: 5px 0;
    background: url(/image/common/icon_file.png) no-repeat left 30px center;
    background-size: 16px;
}

.board-view-file a {
    font-size: 16px;
    color: #666;
    font-weight: 400;
    line-height: 100%;
}

.board-view-file a:hover {
    text-decoration: underline;
}

.editor-vod {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.editor-vod iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.board-view-nav {
    border-top: 1px solid #ddd;
}

.board-view-nav li {
    display: flex;
    gap: 20px;
    padding: 30px;
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    font-weight: 400;
}

.board-view-nav li:first-child {
    color: #888;
}

.board-view-nav .lb {
    display: flex;
    align-items: center;
    gap: 30px;
    border-right: 1px solid #ddd;
    padding-right: 30px;
}

.board-view-nav a:hover {
    text-decoration: underline;
}

@media all and (max-width: 1024px) {
    .board-list__etc {
        width: 20%;
    }

    .board-view-ct {
        margin-top: 8%;
    }

    .gallery-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media all and (max-width: 768px) {
    .board-list__header {
        display: none;
    }

    .board-list__num, .board-list__cate {
        width: 70px;
    }

    .board-list__date {
        width: 120px;
    }

    .board-view-info {
        font-size: 14px;
    }

    .gallery-list {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 60px;
    }

}

@media all and (max-width: 640px) {
    .board-top {
        flex-direction: column;
        align-items: flex-start;
    }

    .board-total {
        order: 2;
    }

    .board-total span {
        font-size: 19px;
    }

    .board-search {
        width: 100%;
        margin-bottom: 20px;
    }

    .board-search select {
        font-size: 14px;
        width: 90px;
        height: 42px;
        line-height: 42px;
        padding-left: 15px;
    }

    .board-search &gt; div input {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        padding-left: 15px;
    }

    .board-search &gt; div button {
        width: 13%;
    }

    .board-top &gt; form {
        width: 100%;
    }

    .board-list {
        margin-top: 15px;
    }

    .board-list__record {
        flex-wrap: wrap;
        padding: 20px 15px;
    }

    .board-list__record &gt; div {
        padding: 0;
        font-size: 15px;
    }

    .board-list__record &gt; div:not(:last-child) {
        border-right: none;
    }

    .board-list__num {
        display: none !important;
    }

    .board-list__cate {
        width: auto;
    }

    .board-list__tit {
        width: 100%;
        flex: none;
        font-size: 15px;
        margin: 8px 0;
    }

    .board-list__etc {
        width: auto;
    }

    .board-list__date {
        width: 100%;
        font-size: 13px;
        margin-top: 5px;
        text-align: left;
    }

    .list-pager {
        margin-top: 50px;
        gap: 30px;
    }

    .moreBtn {
        margin-top: 80px;
        font-size: 16px;
    }

    .moreBtn svg {
        width: 21px;
    }

    .board-search_none {
        margin-top: 65px;
        font-size: 18px;
    }

    .board-view {
        margin-top: 40px;
    }

    .board-view-tit {
        font-size: 26px;
    }

    .board-view-date {
        font-size: 14px;
    }

    .board-view-info {
        padding: 10px 5px 0px 5px;
        font-size: 12px;
    }

    .board-view-ct {
        font-size: 15px;
        padding-top: 25px;
        margin-bottom: 60px;
    }

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

    .board-view-file li {
        padding-left: 45px;
        background: url(/image/common/icon_file.png) no-repeat left 15px center;
        background-size: contain;
        margin: 5px 0;
    }

    .board-view-file a {
        font-size: 15px;
    }

    .board-view-nav li {
        padding: 12px 5px 12px 15px;
        font-size: 15px;
    }

    .board-view-nav .lb {
        font-size: 15px;
    }

    .board-view-nav li img {
        margin-left: 6px;
    }

    .board-view-btn {
        width: 140px;
        font-size: 15px;
        line-height: 43px;
        height: 45px;
        margin-top: 40px;
    }

    .gallery-list {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 30px;
        margin-top: 15px;
    }

    .gallery-list__text {
        margin-top: 10px;
    }

    .gallery-list__tit {
        font-size: 16px;
    }

    .gallery-list__cont {
        font-size: 14px;
    }
}
</pre></body></html>