/* 게시판 */
@media screen and (min-width:769px) {
    .board-info-search-wrap {
        display: flex;
        -ms-display: flex;
        -ms-flex-align: center;
        align-items: center;
    }
}

.board-info-search-wrap .board-search-wrap {
    padding: 0;
    text-align: left;
}

@media screen and (min-width:769px) {
    .board-info-search-wrap .board-search-wrap {
        margin-left: auto;
    }
}

.search-total-num,
.board-search-wrap {
    display: block;
    background: transparent;
}

.search-total-num {}

.board-search-wrap {
    width: auto;
    text-align: right;
}

.search-input-wrap {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 67%;
}

@media screen and (min-width:769px) {
    .search-input-wrap {
        width: 240px;
    }

    .search-total-num,
    .board-search-wrap {
        display: inline-block;
    }
}

.board-search-wrap .search-input-wrap .search-btn-wrap {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.board-search-wrap .search-input-wrap .search-btn-wrap a {
    width: 16px;
    background-color: transparent !important;
    background-image: url(/html/_skin/seil/img/common/ico_search.png);
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 0;
}

.board-wrap input, .board-wrap select, .board-wrap textarea {
    border: 1px solid #ccd0d7;
    border-radius: 3px;
}

.board-search-wrap .search-btn-wrap a {
    width: 100%;
    background: #ee4647;
}

.basic-board-list, .webzine-board-list {
    border-top: 2px solid #ee4647;
    border-bottom: 1px solid #c7c7c7;
}

.basic-board-list tbody tr,
.webzine-board-list tbody tr {
    border-top: 1px solid #e9e9e9;
}

.basic-board-list tbody tr:first-child,
.webzine-board-list tbody tr:first-child {
    border-top: 1px solid #c7c7c7;
}

.basic-board-list thead th,
.webzine-board-list thead th {
    position: relative;
    background-color: #f4f5f7;
    font-size: 1.07rem;
}

.basic-board-list td, .webzine-board-list td {
    font-size: 1.07rem;
}

.basic-board-list thead th:before,
.webzine-board-list thead th:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 16px;
    background-color: #b1b1b1;
    top: 18px;
    left: 0;
}

.basic-board-list thead th:first-child:before,
.webzine-board-list thead th:first-child:before {
    display: none;
}

.basic-board-list tbody td.board-subject a img.list-file2 {
    display: none;
}

.board-wrap .btn-write-wrap .btn-write {
    border: 1px solid #7b858e;
    background: #7b858e;
    color: #fff;
}

.board-wrap .board-paging {
    margin-top: 15px;
}

.board-paging li>a {
    border: 0;
    font-size: 12px;
    border: 1px solid #cfcfcf;
}

.board-paging li.on>a,
.board-paging li:hover>a {
    /* border: 1px solid #ee4647; */
    background: #ee4647;
}

.board-write-btn-wrap .btn-confirm {
    color: #fff !important;
}

@media screen and (min-width: 1201px) {

    .basic-board-list tbody td.board-subject a:hover,
    .board-wrap .board-view .post-navi .next-post a:hover {
        text-decoration: underline;
    }

    .basic-board-list tbody td.board-subject a:hover img.list-file {
        display: none;
    }

    .basic-board-list tbody td.board-subject a:hover img.list-file2 {
        display: inline;
    }

    .board-wrap .btn-write-wrap .btn-write:hover,
    .board-search-wrap .search-btn-wrap a:hover,
    .board-wrap .board-view .btn-view-wrap .btn-list:hover,
    .board-wrap .board-view .btn-view-wrap .btn-del:hover,
    .board-wrap .board-view .btn-view-wrap .btn-modify:hover,
    .board-wrap .board-view .btn-view-wrap .btn-reply:hover,
    .board-write-btn-wrap .btn-confirm:hover,
    .board-write-btn-wrap .btn-cancel:hover {
        opacity: .8;
    }
}

@media screen and (max-width: 767px) {
    .basic-board-list tbody td {
        padding-right: 0;
    }

    .basic-board-list tbody td.board-subject a {
        white-space: normal;
        float: none !important;
    }
}

@media screen and (max-width: 480px) {

    .board-search-wrap .search-btn-wrap a,
    .board-wrap .btn-write-wrap .btn-write {
        font-size: 0.75rem;
    }
}

.only-display-list .search-total-num,
.only-display-list .board-search-wrap,
.only-display-list .board-paging,
.board-paging-d-none,
.search-total-num-d-none,
.baord-search-d-none {
    display: none;
}

.board-bg-none .board-wrap .gallery-list {
    background-color: transparent;
}

/* custom */
/* gallery */
.board-wrap .gallery-list {
    padding: 50px;
    border: 0;
    background-color: #f4f4f4;
}

.board-wrap .gallery-list figure {
    height: auto !important;
}

.board-wrap .gallery-list figure a figcaption {
    background-color: transparent;
}

.board-wrap .gallery-list figure a figcaption .gallery-date {
    color: #ee1f42;
    font-size: 12px;
}

.board-wrap .gallery-list figure a figcaption .gallery-date--bottom {
    display: none;
}

.board-wrap .gallery-list figure a figcaption {
    text-align: center;
}

.board-wrap .gallery-list figure a figcaption p img {
    display: inline-block;
}

/* manual */
.board-wrap .manual-list {
    margin-bottom: 0;
    padding-bottom: 0;
    border-top: 0;
    border-bottom: 0;
}

.board-wrap .manual-list figure {
    width: 50%;
    height: auto !important;
    margin-bottom: 3.125rem;
    padding-left: 10px;
    padding-right: 10px;
}

@media screen and (min-width:769px) {
    .board-wrap .manual-list figure {
        width: 33.333%;
    }
}

@media screen and (min-width:1201px) {
    .board-wrap .manual-list figure {
        width: 25%;
    }
}

.board-wrap .manual-list figure a .thumb-wrap.embed-responsive-16by9 {
    padding-bottom: 0%;
    height: 100%;
    text-align: center;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1)
}

.board-wrap .manual-list figure a .thumb-wrap.embed-responsive-16by9 img {
    max-width: 330px;
}

.board-wrap .manual-list figure a figcaption {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    background-color: transparent;
    color: #111;
}

.board-wrap .manual-list .manual-title {
    margin-bottom: 1.5rem;
    font-size: .875rem;
    font-weight: 400;
    text-align: center;
}

html:lang(en) .board-wrap .manual-list .manual-title {
    word-break: break-word;
}

@media screen and (min-width:769px) {
    .board-wrap .manual-list .manual-title {
        margin-bottom: 1.5rem;
        font-size: 1.25rem;
    }
}

.board-wrap .manual-list .manual-title>img {
    display: inline-block;
}

.board-wrap .manual-list figure a figcaption li:last-of-type {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: 1.25;
    height: 60px;
    font-size: 1.125rem;
    font-weight: 300;
    color: #111;
}

/* webzine */
.board-wrap .webzine-board-list tbody tr td.board-subject div strong {
    display: block;
    text-align: left;
}

.board-wrap .webzine-board-list tbody tr td img {
    padding-left: 0;
}

/*  */
.board-write-btn-wrap .btn-confirm {
    background-color: #00243d
}

@media (max-width: 768px) {
    .board-wrap .webzine-board-list tbody tr {
        padding: 2rem 1rem;
    }

    .board-wrap .webzine-board-list tbody tr td {
        float: inherit;
        display: block;
        padding: 0;
    }

    .board-wrap .webzine-board-list tbody tr td.board-subject {
        margin-top: 1rem;
    }

    .board-wrap .webzine-board-list tbody tr td.board-subject a {
        width: 100%;
    }

    .board-wrap .webzine-board-list tbody tr td.board-subject div:first-child {
        position: static;
        width: 100%;
        height: 160px;
    }

    .board-wrap .webzine-board-list tbody tr td.board-subject div img.thumb {
        height: auto;
        width: 100%;
        transform: translateY(-25%);
        -webkit-transform: translateY(-25%);
        -ms-transform: translateY(-25%);
    }
}
