@charset "UTF-8";
/* ---------------------------공통 게시판 스타일------------------------------- */
/* 게시판 title, header */
.xf-board {
    padding: 24px 0;
}

.xf-board .xe-list-board {
    position: relative;
    font-family: 'Inter','Noto Sans KR' , sans-serif !important;
    /* 검색 form */
}

.xf-board .xe-list-board .xe-list-board-header .xe-list-board-header__title-content {
    margin-bottom: 12px;
}

.xf-board .xe-list-board .xe-list-board-header .xe-list-board-header__title-content .xe-list-board-header__title-box {
    flex-direction: column;
    align-items: flex-start;
}

.xf-board .xe-list-board .xe-list-board-header .xe-list-board-header__title-content .xe-list-board-header__title-box .xe-list-board-header__title {
    font-size: 21px;
    font-weight: 500;
    letter-spacing: -0.8px;
    color: #141414;
}

.xf-board .xe-list-board .xe-list-board-header__contents .xe-list-board-header--left-box .xe-list-board--header__search {
    margin-bottom: 16px;
}

.xf-board .xe-list-board .xe-list-board-header__contents .xe-list-board-header--left-box .xe-list-board--header__search .xe-list-board--header__search__control {
    height: 46px;
    border-radius: 4px;
    border: solid 1px #d7d7d7;
    padding: 8px 46px 8px 10px;
}

.xf-board .xe-list-board .xe-list-board-header__contents .xe-list-board-header--left-box .xe-list-board--header__search .xe-list-board--header__search__control::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.6px;
    color: #aeaeae;
}

.xf-board .xe-list-board .xe-list-board-header__contents .xe-list-board-header--left-box .xe-list-board--header__search .xe-list-board--header__search__control::-moz-placeholder {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.6px;
    color: #aeaeae;
}

.xf-board .xe-list-board .xe-list-board-header__contents .xe-list-board-header--left-box .xe-list-board--header__search .xe-list-board--header__search__control:-ms-input-placeholder {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.6px;
    color: #aeaeae;
}

.xf-board .xe-list-board .xe-list-board-header__contents .xe-list-board-header--left-box .xe-list-board--header__search .xe-list-board--header__search__control::-ms-input-placeholder {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.6px;
    color: #aeaeae;
}

.xf-board .xe-list-board .xe-list-board-header__contents .xe-list-board-header--left-box .xe-list-board--header__search .xe-list-board--header__search__control::placeholder {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.6px;
    color: #aeaeae;
}

.xf-board .xe-list-board .xe-list-board-header__contents .xe-list-board-header--left-box .xe-list-board--header__search .xe-list-board--header__search__icon button .xi-search {
    font-size: 24px;
    color: #141414;
}

.xf-board .xe-list-board .xe-list-board-list__title-new {
    background-image: url("../img/icon_new.svg");
}

.xf-board .xe-list-board .new-select .xe-dropdown__button .xe-dropdown--menu .xe-dropdown--menu-item.on .xe-dropdown--menu-item-link {
    color: #4e3d89;
}

.xf-board .xe-list-board .new-select .xe-dropdown__button .xe-dropdown--menu .xe-dropdown--menu-item.on:after {
    background: #fff;
}

.xe-list-board-header__title-select-wrap{
    position: relative;
    width: auto;
    border: 1px solid #d7d7d7;
    border-radius: 4px;
    width: 120px;
}
.xe-list-board-header__title-select-wrap select{
    border :none;
    appearance: none;
    width: 100%;
    outline: none;
    padding: 8px 10px;
    font-size: 15px;
    color: #333;
    border-radius: 4px;
}
.xe-list-board-header__title-select-wrap svg{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-35%);
}
.flex{
    display: flex !important;
}
.gap-12{
    gap: 8px;
}
.items-center{
    align-items: center;
}

@media (min-width: 992px) {

    .xf-board {
        padding: 54px 0;
    }
    .xf-board .xe-list-board {
        /* 검색 form */
    }
    .xf-board .xe-list-board .xe-list-board-header .xe-list-board-header__title-content {
        margin-bottom: 32px;
        padding-right: 400px;
    }
    .xf-board .xe-list-board .xe-list-board-header .xe-list-board-header__title-content .xe-list-board-header__title-box {
        flex-direction: row;
        align-items: center;
    }
    .xf-board .xe-list-board .xe-list-board-header .xe-list-board-header__title-content .xe-list-board-header__title-box .xe-list-board-header__title {
        font-size: 32px;
        line-height: 46px;
        letter-spacing: -0.5px;
    }
    .xf-board .xe-list-board .xe-list-board-header__contents {
        position: absolute;
        right: 0;
        top: 0;
    }
}

/* 게시판 배너 */
.xf-board-banner-wrap {
    margin: 0 -15px;
}

.xf-board-banner-wrap .board-banner-item {
    position: relative;
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.xf-board-banner-wrap .board-banner-item img {
    width: 100%;
}

.xf-board-banner-wrap .board-banner-item img.bn-img-pc {
    display: none;
}

.xf-board-banner-wrap .board-banner-item img.bn-img-mb {
    display: block;
    padding: 15px;
}

.xf-board-banner-wrap .board-banner-item .banner-item-btn {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border-radius: 38.5px;
    background-image: -webkit-gradient(linear, left top, right top, from(#3588f2), to(#00205f));
    background-image: linear-gradient(to right, #3588f2 0%, #00205f 100%);
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 24px;
    letter-spacing: -0.53px;
    color: #fff;
    text-decoration: none;
    width: 170px;
    display: block;
    padding: 12px 4px;
    text-align: center;
}

@media (min-width: 768px) {
    .xf-board-banner-wrap {
        margin: 0 0;
    }
    .xf-board-banner-wrap .board-banner-item img.bn-img-pc {
        display: block;
    }
    .xf-board-banner-wrap .board-banner-item img.bn-img-mb {
        display: none;
    }
    .xf-board-banner-wrap .board-banner-item .banner-item-btn {
        font-size: 24px;
        line-height: 36px;
        letter-spacing: -0.8px;
        width: 370px;
        padding: 20px;
    }
}

/* 게시판 카테고리 */
.xf-board-check-category {
    padding: 20px 0;
    border-bottom: solid 1px #ececec;
}

.xf-board-check-category .check-category-list {
    list-style: none;
    padding: 0;
    margin: 0 -4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.xf-board-check-category .check-category-list .check-category-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    padding: 0 4px 8px;
}

.xf-board-check-category .check-category-list .check-category-item input {
    display: none;
}

.xf-board-check-category .check-category-list .check-category-item input[type="checkbox"] + label {
    display: block;
    text-align: center;
    border-radius: 8px;
    border: solid 1px #d7d7d7;
    line-height: 28px;
    font-size: 16px;
    letter-spacing: -0.6px;
    text-align: center;
    color: #141414;
    padding: 6px;
}

.xf-board-check-category .check-category-list .check-category-item input[type="checkbox"] + label:hover {
    cursor: pointer;
}

.xf-board-check-category .check-category-list .check-category-item input[type="checkbox"]:checked + label {
    background-color: #2684ff;
    color: #fff;
    -webkit-box-shadow: inset 3px 3px 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 3px 3px 0 0 rgba(0, 0, 0, 0.1);
    border-color: #2684ff;
}

@media (min-width: 992px) {
    .xf-board-check-category {
        padding: 32px 0;
    }
    .xf-board-check-category .check-category-list {
        max-width: unset !important;
        margin: 0 auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .xf-board-check-category .check-category-list .check-category-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 180px;
        flex: 0 0 180px;
        padding: 7.5px;
    }
    .xf-board-check-category .check-category-list .check-category-item input {
        display: none;
    }
    .xf-board-check-category .check-category-list .check-category-item input[type="checkbox"] + label {
        font-size: 20px;
        line-height: 28px;
        letter-spacing: -0.6px;
        padding: 14px;
    }
    .xf-board-check-category .check-category-list .check-category-item input[type="checkbox"]:checked + label {
        background-color: #2684ff;
        color: #fff;
        -webkit-box-shadow: inset 3px 3px 0 0 rgba(0, 0, 0, 0.1);
        box-shadow: inset 3px 3px 0 0 rgba(0, 0, 0, 0.1);
        border-color: #2684ff;
    }
}

/* 게시판 리스트 */
.xf-board .xe-list-gallery-board-body .xe-list-gallery-board-list .xe-list-gallery-board-list-item {
    margin-bottom: 12px;
}

.xf-board .xe-list-gallery-board-body .xe-list-gallery-board-list .xe-list-gallery-board-list-item .xe-list-gallery-board-list-item__body {
    border: solid 1px #d7d7d7;
    position: relative;
}

.xf-board .xe-list-gallery-board-body .xe-list-gallery-board-list .xe-list-gallery-board-list-item .xe-list-gallery-board-list-item__body .xe-list-board-list-item__notice-banner {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 5px 15px;
    background: #2684ff;
    color: #fff;
}

.xf-board .xe-list-gallery-board-body .xe-list-gallery-board-list .xe-list-gallery-board-list-item .xe-list-gallery-board-list-item__body .xe-list-gallery-board-list-item__user {
    background-color: #f8f8f8;
    padding: 15px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.xf-board .xe-list-gallery-board-body .xe-list-gallery-board-list .xe-list-gallery-board-list-item .xe-list-gallery-board-list-item__body .xe-list-gallery-board-list-item__user .xe-list-gallery-board-list-item__text-link {
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: -0.46px;
    color: #141414;
}

.xf-board .xe-list-gallery-board-body .xe-list-gallery-board-list .xe-list-gallery-board-list-item .xe-list-gallery-board-list-item__body .xe-list-gallery-board-list-item__user .xe-list-board-list__team {
    padding-left: 8px;
}

.xf-board .xe-list-gallery-board-body .xe-list-gallery-board-list .xe-list-gallery-board-list-item .xe-list-gallery-board-list-item__body .xe-list-gallery-board-list-item__user .xe-list-board-list__team .team-name {
    font-size: 16px;
    line-height: 1.38;
    letter-spacing: -0.46px;
    color: #767676;
    display: block;
}

.xf-board .xe-list-gallery-board-body .xe-list-gallery-board-list .xe-list-gallery-board-list-item .xe-list-gallery-board-list-item__body .xe-list-gallery-board-list-item__info {
    padding: 20px;
}

.xf-board .xe-list-gallery-board-body .xe-list-gallery-board-list .xe-list-gallery-board-list-item .xe-list-gallery-board-list-item__body .xe-list-gallery-board-list-item__info .xe-list-gallery-board-list-item__state .state-item {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.4px;
    border-radius: 5px;
    color: #fff;
    line-height: 20px;
    padding: 4px 8px;
    display: inline-block;
}

.xf-board .xe-list-gallery-board-body .xe-list-gallery-board-list .xe-list-gallery-board-list-item .xe-list-gallery-board-list-item__body .xe-list-gallery-board-list-item__info .xe-list-gallery-board-list-item__state .category-label-item {
    background-color: #97a0af;
}

.xf-board .xe-list-gallery-board-body .xe-list-gallery-board-list .xe-list-gallery-board-list-item .xe-list-gallery-board-list-item__body .xe-list-gallery-board-list-item__info .xe-list-gallery-board-list-item__state .category-label-item.label-type-1 {
    background-color: #0747a6;
}

.xf-board .xe-list-gallery-board-body .xe-list-gallery-board-list .xe-list-gallery-board-list-item .xe-list-gallery-board-list-item__body .xe-list-gallery-board-list-item__info .xe-list-gallery-board-list-item__state .category-label-item.label-type-2 {
    background-color: #36b375;
}

.xf-board .xe-list-gallery-board-body .xe-list-gallery-board-list .xe-list-gallery-board-list-item .xe-list-gallery-board-list-item__body .xe-list-gallery-board-list-item__info .xe-list-gallery-board-list-item__state .category-label-item.label-type-3 {
    background-color: #f49342;
}

.xf-board .xe-list-gallery-board-body .xe-list-gallery-board-list .xe-list-gallery-board-list-item .xe-list-gallery-board-list-item__body .xe-list-gallery-board-list-item__info .xe-list-gallery-board-list-item__state .category-label-item.label-type-4 {
    background-color: #7F05F8 !important;
}

.xf-board .xe-list-gallery-board-body .xe-list-gallery-board-list .xe-list-gallery-board-list-item .xe-list-gallery-board-list-item__body .xe-list-gallery-board-list-item__info .xe-list-gallery-board-list-item__state .state-label-item {
    background-color: #2684ff;
}

.xf-board .xe-list-gallery-board-body .xe-list-gallery-board-list .xe-list-gallery-board-list-item .xe-list-gallery-board-list-item__body .xe-list-gallery-board-list-item__info .xe-list-gallery-board-list-item__text {
    margin-top: 6px;
    margin-bottom: 0;
}

.xf-board .xe-list-gallery-board-body .xe-list-gallery-board-list .xe-list-gallery-board-list-item .xe-list-gallery-board-list-item__body .xe-list-gallery-board-list-item__info .xe-list-gallery-board-list-item__text .xe-list-gallery-board-list-item__text-link {
    display: block;
}

.xf-board .xe-list-gallery-board-body .xe-list-gallery-board-list .xe-list-gallery-board-list-item .xe-list-gallery-board-list-item__body .xe-list-gallery-board-list-item__info .xe-list-gallery-board-list-item__text .xe-list-gallery-board-list-item__title-box {
    margin-bottom: 2px;
}

.xf-board .xe-list-gallery-board-body .xe-list-gallery-board-list .xe-list-gallery-board-list-item .xe-list-gallery-board-list-item__body .xe-list-gallery-board-list-item__info .xe-list-gallery-board-list-item__text .xe-list-gallery-board-list-item__title-box .xe-list-gallery-board-list-item__title {
    font-weight: 500;
    line-height: 28px;
}

.xf-board .xe-list-gallery-board-body .xe-list-gallery-board-list .xe-list-gallery-board-list-item .xe-list-gallery-board-list-item__body .xe-list-gallery-board-list-item__info .xe-list-gallery-board-list-item__text .xe-list-gallery-board-list-item__tag .tag-item {
    font-size: 15px;
    letter-spacing: -0.47px;
    color: #767676;
}

.xf-board .xe-list-gallery-board-body .xe-list-gallery-board-list .xe-list-gallery-board-list-item .xe-list-gallery-board-list-item__body .xe-list-gallery-board-list-item__info .xe-list-gallery-board-list-item--wrapper {
    padding-top: 8px;
}

.xf-board .xe-list-gallery-board-body .xe-list-gallery-board-list .xe-list-gallery-board-list-item .xe-list-gallery-board-list-item__body .xe-list-gallery-board-list-item__info .xe-list-gallery-board-list-item--wrapper .xe-list-board-list--middle-box .xe-list-gallery-board-list-item___detail-info .xe-list-gallery-board-list-item___detail {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.4px;
    color: #484848;
    padding: 0 6px;
}

.xf-board .xe-list-gallery-board-body .xe-list-gallery-board-list .xe-list-gallery-board-list-item .xe-list-gallery-board-list-item__body .xe-list-gallery-board-list-item__info .xe-list-gallery-board-list-item--wrapper .xe-list-board-list--middle-box .xe-list-gallery-board-list-item___detail-info .xe-list-gallery-board-list-item___detail:first-child {
    padding-left: 0;
}

.xf-board .xe-list-gallery-board-body .xe-list-gallery-board-list .xe-list-gallery-board-list-item .xe-list-gallery-board-list-item__body .xe-list-gallery-board-list-item__info .xe-list-gallery-board-list-item--wrapper .xe-list-board-list--middle-box .xe-list-gallery-board-list-item___detail-info .xe-list-gallery-board-list-item___detail:last-child::after {
    display: none;
}

.xf-board .xe-list-gallery-board-body .xe-list-gallery-board-list .xe-list-gallery-board-list-item .xe-list-gallery-board-list-item__body .xe-list-gallery-board-list-item__info .xe-list-gallery-board-list-item--wrapper .xe-list-board-list--middle-box .xe-list-gallery-board-list-item___detail-info .xe-list-gallery-board-list-item___detail::after {
    content: '';
    width: 1px;
    height: 12px;
    position: absolute;
    margin: 0;
    right: -2px;
    top: 50%;
    margin-top: -6px;
    background-color: #d7d7d7;
    display: block;
}

@media (min-width: 992px) {
    .xf-board .xe-list-gallery-board-body .xe-list-gallery-board-list .xe-list-gallery-board-list-item {
        margin-bottom: 16px;
    }
    .xf-board .xe-list-gallery-board-body .xe-list-gallery-board-list .xe-list-gallery-board-list-item .xe-list-gallery-board-list-item__body .xe-list-gallery-board-list-item__info .xe-list-gallery-board-list-item--wrapper.idea-wrapper {
        padding-top: 16px;
    }
}

/* 게시판 페이지네이션 */
.xe-list-board .xe-list-board--pagination.xe-list-board--pagination-pc {
    margin-top: 50px;
}

.xe-list-board .xe-list-board--pagination.xe-list-board--pagination-pc .xe-list-board--pagination-list .xe-list-board__pagination-item {
    border: 0;
}

.xe-list-board .xe-list-board--pagination.xe-list-board--pagination-pc .xe-list-board--pagination-list .xe-list-board__pagination-item .xe-list-board__pagination-item-link {
    border-radius: 50%;
    overflow: hidden;
    font-size: 15px;
    color: #9c9c9c;
}

.xe-list-board .xe-list-board--pagination.xe-list-board--pagination-pc .xe-list-board--pagination-list .xe-list-board__pagination-item .xe-list-board__pagination-item-link:hover {
    background-color: transparent;
    color: #000;
    font-weight: 500;
}

.xe-list-board .xe-list-board--pagination.xe-list-board--pagination-pc .xe-list-board--pagination-list .xe-list-board__pagination-item.xe-list-board__btn_pagination .xe-list-board__pagination-item-link {
    color: #9c9c9c;
    font-size: 10px;
}

.xe-list-board .xe-list-board--pagination.xe-list-board--pagination-pc .xe-list-board--pagination-list .xe-list-board__pagination-item.xe-list-board__btn_pagination .xe-list-board__pagination-item-link i {
    font-weight: 700;
}

.xe-list-board .xe-list-board--pagination.xe-list-board--pagination-pc .xe-list-board--pagination-list .xe-list-board__pagination-number.xe-list-board__pagination-number--active {
    border: 0 !important;
}

.xe-list-board .xe-list-board--pagination.xe-list-board--pagination-pc .xe-list-board--pagination-list .xe-list-board__pagination-number.xe-list-board__pagination-number--active a {
    background-color: #f7f8f9;
    font-weight: 500;
    color: #000;
}

.xe-list-board .xe-list-board-footer .xe-list-board--button-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0;
}

.xe-list-board .xe-list-board-footer .xe-list-board--button-box .xe-list-board--btn-center-box {
    margin-top: 12px;
    width: 100%;
}

.xe-list-board .xe-list-board-footer .xe-list-board--button-box .xe-list-board--btn-center-box .xe-list-board__btn {
    width: 100%;
    max-width: 370px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.8px;
    color: #fff;
    padding: 14px;
    border-radius: 38.5px;
    background-color: #00205f;
    font-size: 20px;
    font-weight: 500;
    margin: 0 auto;
    height: auto;
    display: block;
}

@media (min-width: 768px) {
    .xe-list-board .xe-list-board-footer .xe-list-board--button-box .xe-list-board--btn-center-box {
        margin-top: 34px;
    }
    .xe-list-board .xe-list-board-footer .xe-list-board--button-box .xe-list-board--btn-center-box .xe-list-board__btn {
        padding: 20px;
        font-size: 24px;
    }
}

/* 입력폼 */
.xf-write-form-head {
    margin: 0 0 16px;
}

.xf-write-form-head .xf-write-form-head-tit {
    font-size: 26px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -1px;
    color: #141414;
    margin: 0;
}

.xf-write-form-group {
    width: 100%;
    margin-bottom: 15px;
}

.xf-write-form-group.xf-xf-attach-file-wrap .xf-input-btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.xf-write-form-group.xf-xf-attach-file-wrap .xf-input-btn-wrap + .xf-input-btn-wrap {
    margin-top: 8px;
}

.xf-write-form-group.xf-xf-attach-file-wrap .xf-input-btn-wrap input.file-input {
    border-radius: 6px 0 0 6px;
}

.xf-write-form-group.xf-xf-attach-file-wrap .xf-input-btn-wrap .xf-attach-file {
    padding: 12px 4px;
    border-radius: 0 6px 6px 0;
    border: 1px solid #d7d7d7;
    background-color: #ececec;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.33;
    letter-spacing: -0.5px;
    color: #484848;
    word-break: keep-all;
    cursor: pointer;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    text-align: center;
}

.xf-write-form-group .xe-dropdown {
    max-width: 465px;
}

.xf-write-form-group .xe-dropdown .xe-btn {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: -0.5px;
    padding: 13px 15px;
    border-radius: 6px;
    border: solid 1px #d7d7d7;
}

.xf-write-form-group .xe-dropdown .xe-btn::after {
    content: "\e936";
    font-family: 'xeicon';
    font-size: 16px;
    border: 0;
    display: block;
    height: auto;
    width: auto;
    margin-top: -10px;
    color: #484848;
}

.xf-write-form-group .xf-write-form-label {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.4px;
    color: #484848;
    margin-bottom: 8px;
    display: inline-block;
}

.xf-write-form-group input {
    background-color: #fff;
    font-size: 15px;
    height: 46px;
    padding: 12px 15px;
    width: 100%;
    border-radius: 6px;
    border: solid 1px #d7d7d7;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.xf-write-form-group input::-webkit-input-placeholder {
    font-size: 15px;
    line-height: 1.33;
    letter-spacing: -0.5px;
    color: #c0c0c0;
}

.xf-write-form-group input::-moz-placeholder {
    font-size: 15px;
    line-height: 1.33;
    letter-spacing: -0.5px;
    color: #c0c0c0;
}

.xf-write-form-group input:-ms-input-placeholder {
    font-size: 15px;
    line-height: 1.33;
    letter-spacing: -0.5px;
    color: #c0c0c0;
}

.xf-write-form-group input::-ms-input-placeholder {
    font-size: 15px;
    line-height: 1.33;
    letter-spacing: -0.5px;
    color: #c0c0c0;
}

.xf-write-form-group input::placeholder {
    font-size: 15px;
    line-height: 1.33;
    letter-spacing: -0.5px;
    color: #c0c0c0;
}

.xf-write-form-group textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 6px;
    border: solid 1px #d7d7d7;
    width: 100%;
    padding: 12px 15px;
    resize: none;
    /* 상하만 가능 */
}

.xf-write-form-group textarea:focus {
    outline: 0;
}

.xf-write-form-group textarea::-webkit-input-placeholder {
    font-size: 15px;
    line-height: 1.33;
    letter-spacing: -0.5px;
    color: #c0c0c0;
}

.xf-write-form-group textarea::-moz-placeholder {
    font-size: 15px;
    line-height: 1.33;
    letter-spacing: -0.5px;
    color: #c0c0c0;
}

.xf-write-form-group textarea:-ms-input-placeholder {
    font-size: 15px;
    line-height: 1.33;
    letter-spacing: -0.5px;
    color: #c0c0c0;
}

.xf-write-form-group textarea::-ms-input-placeholder {
    font-size: 15px;
    line-height: 1.33;
    letter-spacing: -0.5px;
    color: #c0c0c0;
}

.xf-write-form-group textarea::placeholder {
    font-size: 15px;
    line-height: 1.33;
    letter-spacing: -0.5px;
    color: #c0c0c0;
}

.xf-board .xe-list-board-body .xe-list-board-body--footer .xe-list-board-body--footer-button-box {
    margin-top: 24px;
}

.xf-board .xe-list-board-body .xe-list-board-body--footer .xe-list-board-body--footer-button-box .xe-list-board-body--footer-button.xe-list-board-body--footer-button__register {
    width: 100%;
    max-width: 370px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.8px;
    color: #fff;
    padding: 14px;
    border-radius: 38.5px;
    background-color: #00205f;
    font-size: 20px;
    font-weight: 500;
    margin: 0 auto;
    height: auto;
    display: block;
}

.xf-dropdown-type .xe-dropdown-menu {
    border: solid 1px #d7d7d7;
    border-radius: 6px;
}

.xf-dropdown-type .xe-dropdown-menu li.on > a {
    color: #141414;
}

.xf-dropdown-type .xe-dropdown-menu li > a {
    color: #333;
}

.xf-dropdown-type .xe-dropdown-menu li > a:hover {
    color: #141414 !important;
}

@media (min-width: 992px) {
    .xf-write-form-head {
        margin: 0 0 40px;
    }
    .xf-write-form-head .xf-write-form-head-tit {
        font-size: 36px;
        letter-spacing: -1px;
    }
    .xf-write-form-group.xf-xf-attach-file-wrap .xf-input-btn-wrap .xf-attach-file {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
        flex: 0 0 120px;
    }
    .xf-board .xe-list-board-body .xe-list-board-body--footer .xe-list-board-body--footer-button-box {
        margin-top: 34px;
    }
    .xf-board .xe-list-board-body .xe-list-board-body--footer .xe-list-board-body--footer-button-box .xe-list-board-body--footer-button.xe-list-board-body--footer-button__register {
        padding: 20px;
        font-size: 24px;
    }
}

/*  */
/* 게시판 view */
.xe-list-board-show-body .xf-list-board-badge-wrap {
    margin-bottom: 8px;
}

.xe-list-board-show-body .xf-list-board-badge-wrap .xf-list-board-badge {
    padding: 3px 8px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: -0.4px;
    color: #fff;
    display: inline-block;
}

.xe-list-board-show-body .xf-list-board-badge-wrap .xf-list-board-badge.badge-default {
    background-color: #97a0af;
}

.xe-list-board-show-body .xf-list-board-badge-wrap .xf-list-board-badge.badge-blue {
    background-color: #2684ff;
}

.xe-list-board-show-body .xf-list-board-badge-wrap .xf-list-board-badge.badge-black {
    background-color: #484848;
}

.xe-list-board-show-body .xf-input-btn-file {
    margin-bottom: 14px;
}

.xe-list-board-show-body .xf-xf-attach-file-wrap {
    margin-top: 23px;
}

.xe-list-board-show-body .xf-xf-attach-file-wrap .xf-input-btn-down {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.11;
    letter-spacing: -0.6px;
    color: #141414;
    display: block;
    text-decoration: none;
}

.xe-list-board-show-body .xf-xf-attach-file-wrap .xf-input-btn-down:hover .file-name {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    text-decoration: underline;
}

.xe-list-board-show-body .xf-xf-attach-file-wrap .xf-input-btn-down i {
    font-size: 20px;
    margin-right: 6px;
    display: inline-block;
    vertical-align: middle;
    color: #2684ff;
}

.xe-list-board-show-body .xf-xf-attach-file-wrap .xf-input-btn-down .file-name {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}

.xe-list-board-show-body .xf-input-btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.xe-list-board-show-body .xf-input-btn-wrap .xe-list-board-body--header-title-input {
    border-radius: 6px 0 0 6px;
    border-right: 0;
}

.xe-list-board-show-body .xf-input-btn-wrap .xf-attach-file {
    padding: 12px;
    border-radius: 0 6px 6px 0;
    border: 1px solid #d7d7d7;
    background-color: #ececec;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.33;
    letter-spacing: -0.5px;
    color: #484848;
    word-break: keep-all;
    cursor: pointer;
}

.xe-theme .xe-list-board-body.xe-list-board-show-body {
    margin: 0 0 27px;
}

.xe-theme .xe-list-board-body.xe-list-board-show-body .xe-list-board-body__title {
    padding: 0;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 16px;
}

.xe-theme .xe-list-board-body.xe-list-board-show-body .xe-list-board-body__title .xe-list-board-body__title-text {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -0.6px;
    color: #000;
    margin-bottom: 20px;
}

.xe-theme .xe-list-board-body.xe-list-board-show-body .xe-list-board-body__title .board-article-status {
    border-radius: 27px;
    border: 1px solid #2684ff;
    background-color: transparent;
    text-align: center;
    padding: 12px 0 14px 0;
    margin-bottom: 16px;
}

.xe-theme .xe-list-board-body.xe-list-board-show-body .xe-list-board-body__title .board-article-status .status-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.38;
    letter-spacing: -0.6px;
    text-align: center;
    color: #2684ff;
}

.xe-theme .xe-list-board-body.xe-list-board-show-body .xe-list-board-body__title .board-article-status.plan {
    background-color: #2684ff;
    border: 1px solid #2684ff;
}

.xe-theme .xe-list-board-body.xe-list-board-show-body .xe-list-board-body__title .board-article-status.plan .status-text {
    color: #fff;
}

.xe-theme .xe-list-board-body.xe-list-board-show-body .xe-list-board-body__title .board-article-status.finish {
    background-color: #484848;
    border: 1px solid #484848;
}

.xe-theme .xe-list-board-body.xe-list-board-show-body .xe-list-board-body__title .board-article-status.finish .status-text {
    color: #fff;
}

.xe-theme .xe-list-board-body.xe-list-board-show-body .xf-field-box-wrap {
    border-bottom: 1px solid #c0c0c0;
    margin-bottom: 24px;
}

.xe-theme .xe-list-board-body.xe-list-board-show-body .xe-field-box {
    margin-bottom: 24px;
}

.xe-theme .xe-list-board-body.xe-list-board-show-body .xe-field-box .idea-keyword-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -3px -6px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.xe-theme .xe-list-board-body.xe-list-board-show-body .xe-field-box .idea-keyword {
    padding: 8px 16px;
    border-radius: 27px;
    border: 1px solid  #aeaeae;
    background-color: transparent;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.38;
    letter-spacing: -0.6px;
    font-style: normal;
    margin: 0 3px 6px;
}


.xe-theme .xe-list-board-body.xe-list-board-show-body .__xe_section .__xe_df{
    font-size: 19px;
    font-weight: 500;
    line-height: 1.47;
    letter-spacing: -0.6px;
    color: #141414;
    display: block;
    margin-bottom: 10px;
}

.xe-theme .xe-list-board-body.xe-list-board-show-body .__xe_section .__xe_df + .__xe_df {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.75;
    letter-spacing: -0.6px;
    color: #484848;
    margin-left: 15px;
    display: block;
}


.xe-theme .xe-list-board-body.xe-list-board-show-body .xe-field-box .xf-field-box-title {
    font-size: 19px;
    font-weight: 500;
    line-height: 1.47;
    letter-spacing: -0.6px;
    color: #141414;
    display: block;
    margin-bottom: 10px;
}

.xe-theme .xe-list-board-body.xe-list-board-show-body .xe-field-box .xf-field-box-cont {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.75;
    letter-spacing: -0.6px;
    color: #484848;
    margin-left: 15px;
    display: block;
}

.xe-theme .xe-list-board-body.xe-list-board-show-body .xe-field-box .xf-field-box-cont p {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.75;
    letter-spacing: -0.6px;
    color: #484848;
    margin: 0;
}

.xe-theme .xe-list-board-body.xe-list-board-show-body .xe-field-box .xf-field-box-cont .xf-video-wrap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
}

.xe-theme .xe-list-board-body.xe-list-board-show-body .xe-field-box .xf-field-box-cont iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.xe-theme .xe-list-board-body.xe-list-board-show-body .xe-field-user-box-wrap .field-user-box {
    margin-bottom: 8px;
}

.xe-theme .xe-list-board-body.xe-list-board-show-body .xe-field-user-box-wrap .field-user-box-item {
    padding: 20px 19px 20px 20px;
    background-color: #8993a4;
    border-radius: 5px;
}

.xe-theme .xe-list-board-body.xe-list-board-show-body .xe-field-user-box-wrap .field-user-box-item .item-text {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.75;
    letter-spacing: -0.66px;
    text-align: center;
    color: #ffff;
    margin: 0;
}

.xe-theme .xe-list-board-body.xe-list-board-show-body .xe-field-user-box-wrap .field-user-box-item .item-text .item-link-help {
    text-decoration: underline;
    color: #ffff;
}

.xe-theme .xe-list-board-body.xe-list-board-show-body .xe-field-user-box-wrap .field-user-box-item .user-box-link {
    border-radius: 5px;
    background-color: #fff;
    width: 100%;
    padding: 14px;
    margin-top: 24px;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.13;
    letter-spacing: -0.53px;
    color: 141414;
    text-decoration: none;
    cursor: pointer;
}

.xe-theme .xe-list-board-body.xe-list-board-show-body .xe-field-user-box-wrap .field-user-box-item .user-box-link.voted .icon-heart {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-image: url(../../../views/Skins/Boards/AssignmentBoardSkin/assets/img/icon-heart-on.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    vertical-align: middle;
    margin-right: 12px;
}

.xe-theme .xe-list-board-body.xe-list-board-show-body .xe-field-user-box-wrap .field-user-box-item .user-box-link i {
    font-size: 20px;
    color: #141414;
    vertical-align: middle;
    margin-right: 12px;
}

.xe-theme .xe-list-board-body.xe-list-board-show-body .xe-field-user-box-wrap .field-user-box-item .user-box-link .icon-heart {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-image: url(../../../views/Skins/Boards/AssignmentBoardSkin/assets/img/icon-heart.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    vertical-align: middle;
    margin-right: 12px;
}

.xe-theme .xe-list-board-body.xe-list-board-show-body .xe-field-user-box-wrap .field-user-box-item .user-box-link .user-text {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.13;
    letter-spacing: -0.53px;
    color: #141414;
    display: inline-block;
    vertical-align: middle;
}

.xe-theme .xe-list-board-body.xe-list-board-show-body .xf-modal-wrap {
    max-width: 375px;
    width: 100%;
    height: 460px;
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: none;
    z-index: 99;
}

.xe-theme .xe-list-board-body.xe-list-board-show-body .xf-modal-wrap.on {
    display: block;
}

.xe-theme .xe-list-board-body.xe-list-board-show-body .xf-modal-wrap .modal-header {
    margin: 0 15px;
    border-bottom: 1px solid #d7d7d7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.xe-theme .xe-list-board-body.xe-list-board-show-body .xf-modal-wrap .modal-header .header-title {
    margin: 18px 0;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.6px;
    color: #000;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.xe-theme .xe-list-board-body.xe-list-board-show-body .xf-modal-wrap .modal-header .header-num {
    color: #2684ff;
}

.xe-theme .xe-list-board-body.xe-list-board-show-body .xf-modal-wrap .modal-header .btn-close {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.xe-theme .xe-list-board-body.xe-list-board-show-body .xf-modal-wrap .modal-header .btn-close i {
    font-style: 24px;
    color: #aeaeae;
}

.xe-theme .xe-list-board-body.xe-list-board-show-body .xf-modal-wrap .modal-cont {
    padding: 0 15px;
    height: 393px;
    overflow-y: auto;
    overflow-x: hidden;
}

.xe-theme .xe-list-board-body.xe-list-board-show-body .xf-modal-wrap .modal-cont::-webkit-scrollbar {
    width: 15px;
    background-color: transparent;
    height: 100%;
}

.xe-theme .xe-list-board-body.xe-list-board-show-body .xf-modal-wrap .modal-cont::-webkit-scrollbar-thumb {
    background-color: #D7D7D7;
    border: 3px solid #fff;
    border-radius: 8px;
}

.xe-theme .xe-list-board-body.xe-list-board-show-body .xf-modal-wrap .modal-cont::-webkit-scrollbar-track {
    background-color: transparent;
}

.xe-theme .xe-list-board-body.xe-list-board-show-body .xf-modal-wrap .modal-cont .no-data {
    font-size: 16px;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: -0.6px;
    text-align: center;
    color: #484848;
    padding: 50px 0;
}

.xe-theme .xe-list-board-body.xe-list-board-show-body .xf-modal-wrap .modal-cont .user-list-wrap {
    list-style: none;
    padding: 0;
    margin: 0;
}

.xe-theme .xe-list-board-body.xe-list-board-show-body .xf-modal-wrap .modal-cont .user-list-wrap .user-list {
    border-bottom: 1px solid #ececec;
    padding: 11px 0;
}

.xe-theme .xe-list-board-body.xe-list-board-show-body .xf-modal-wrap .modal-cont .user-list-wrap .user-list .user-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.xe-theme .xe-list-board-body.xe-list-board-show-body .xf-modal-wrap .modal-cont .user-list-wrap .user-list .user-thumbnail {
    width: 40px;
    height: 40px;
    border: 1px solid  #d7d7d7;
    background-color: #f8f8f8;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 8px;
    min-width: 40px;
}

.xe-theme .xe-list-board-body.xe-list-board-show-body .xf-modal-wrap .modal-cont .user-list-wrap .user-list .user-thumbnail .thumbnail-img {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    padding-top: 100%;
}

.xe-theme .xe-list-board-body.xe-list-board-show-body .xf-modal-wrap .modal-cont .user-list-wrap .user-list .user-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: -0.6px;
    color: #141414;
}

.xe-theme .xe-list-board-body.xe-list-board-show-body .xf-modal-wrap .modal-cont .user-list-wrap .user-list .user-text .user-tel {
    font-style: normal;
}

.xe-theme .xe-list-board-body.xe-list-board-show-body .xf-dimmed {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.45);
    width: 100%;
    height: 100%;
    z-index: 98;
}

.xe-theme .xe-list-board-body.xe-list-board-show-body .xf-dimmed.on {
    display: block;
}

/* 댓글 */
.board_comment, .board_comment label, .board_comment table, .board_comment input, .board_comment textarea, .board_comment select {
    font-family: 'Inter', 'Noto Sans KR' , sans-serif !important;
}

.xf-board .xf-comment-list-link {
    display: block;
    padding: 11px;
    border-radius: 8px;
    border: 1px solid #d7d7d7;
    background-color: transparent;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.63;
    letter-spacing: -0.2px;
    text-align: center;
    color: #484848;
    text-decoration: none;
}

.xf-board .board_comment textarea {
    border-radius: 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #e0e0e0;
    width: 100%;
    height: 120px;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.33;
    letter-spacing: -0.5px;
    padding: 12px 15px;
    margin-top: 40px;
    display: block;
}

.xf-board .board_comment textarea::-webkit-input-placeholder {
    color: #c0c0c0;
}

.xf-board .board_comment textarea::-moz-placeholder {
    color: #c0c0c0;
}

.xf-board .board_comment textarea:-ms-input-placeholder {
    color: #c0c0c0;
}

.xf-board .board_comment textarea::-ms-input-placeholder {
    color: #c0c0c0;
}

.xf-board .board_comment textarea::placeholder {
    color: #c0c0c0;
}

.xf-board .board_comment .xf-comment-no-data {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.75;
    letter-spacing: -0.6px;
    text-align: center;
    color: #484848;
    padding: 30px 15px 50px;
    margin: 0;
    border-bottom: 1px solid #ececec;
}

.xf-board .comment_action {
    display: none;
}

.xf-board .comment_header {
    border-bottom: solid 1px #ececec;
    padding-bottom: 18px;
    padding: 18px 0;
}

.xf-board .comment_header .total_count {
    display: inline-block;
    padding-right: 5px;
    border-bottom: 0;
    color: #141414;
    margin: 0;
    border-bottom: 0;
    height: auto;
    line-height: 24px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.23px;
}

.xf-board .comment_header .total_count_num {
    font-size: 20px;
    font-weight: 500;
    color: #2684ff;
}

.xf-board .comment_list {
    margin: 0;
}

.xf-board .comment_entity.depth0 {
    padding: 4px 0;
    border-bottom: 1px solid #ececec;
    margin-bottom: 20px;
}

.xf-board .comment_entity.depth0 .comment_entity_body {
    margin: 0;
    padding: 0 15px;
}

.xf-board .comment_entity.depth0 .comment_entity_body .comment_entity_body_meta::after {
    content: '';
    display: block;
    clear: both;
}

.xf-board .comment_entity.depth0 .comment_entity_body .comment_entity_body_meta .author {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: normal;
    color: #141414;
}

.xf-board .comment_entity.depth0 .comment_entity_body .comment_entity_body_meta .date {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.29;
    letter-spacing: -0.4px;
    color: #9c9c9c;
    vertical-align: middle;
}

.xf-board .comment_entity.depth0 .comment_entity_body .xe-content p {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.75;
    letter-spacing: -0.6px;
    color: #484848;
}

.xf-board .comment_entity .comment_modify, .xf-board .comment_entity .comment_delete, .xf-board .comment_entity .comment_more_view {
    font-size: 13px;
    font-weight: normal;
    line-height: 1.38;
    letter-spacing: -0.2px;
    text-align: right;
    color: rgba(118, 118, 118, 0.9);
}

.xf-board .comment_entity .comment_entity_tool {
    float: right;
    margin: 3px 0 0 0;
}

.xf-board .comment_entity .comment_entity_tool i {
    display: none;
}

.xf-board .comment_entity .comment_entity_tool a {
    position: relative;
    margin: 0;
    padding: 0 6px;
}

.xf-board .comment_entity .comment_entity_tool a + a::after {
    content: '';
    position: absolute;
    top: 6px;
    left: 0px;
    width: 1px;
    height: 9px;
    background-color: #e0e0e0;
}

.xf-board .comment_entity_avatar {
    display: none;
}

.xf-board .comment_more_view {
    display: none;
}

.xf-board .xf-comment-btn-wrap {
    margin-top: 12px;
}

.xf-board .xe-list-board-body--footer-button {
    border-radius: 8px;
    background-color: #00205f;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.63;
    letter-spacing: -0.2px;
    text-align: center;
    color: #fff;
    width: 100%;
    display: block;
    padding: 11px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: none;
}

@media (max-width: 767px) {
    .board_comment {
        margin: 27px 0;
    }
}

@media (min-width: 992px) {
    .xe-theme .xe-list-board-body.xe-list-board-show-body {
        margin: 0 auto;
        max-width: 947px;
    }
    .xe-theme .xe-list-board-body.xe-list-board-show-body .xf-field-box-wrap {
        margin-bottom: 32px;
    }
    .xe-theme .xe-list-board-body.xe-list-board-show-body .xe-field-box {
        margin-bottom: 32px;
    }
    .xe-theme .xe-list-board-body.xe-list-board-show-body .xe-field-box .idea-keyword {
        padding: 13px 32px;
    }
    .xe-theme .xe-list-board-body.xe-list-board-show-body .xe-list-board-body__title {
        position: relative;
        margin-bottom: 32px;
    }
    .xe-theme .xe-list-board-body.xe-list-board-show-body .xe-list-board-body__title .xe-list-board-body__title-text {
        font-size: 32px;
        margin-bottom: 28px;
        width: calc(100% - 200px);
    }
    .xe-theme .xe-list-board-body.xe-list-board-show-body .xe-list-board-body__title .board-article-status-wrap {
        position: absolute;
        bottom: -4px;
        right: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .xe-theme .xe-list-board-body.xe-list-board-show-body .xe-list-board-body__title .board-article-status-wrap .board-article-status {
        display: inline-block;
        padding: 16px;
        min-width: 157px;
        margin-bottom: 0;
    }
    .xe-theme .xe-list-board-body.xe-list-board-show-body .xf-write-form-group .xe-dropdown {
        width: 177px;
    }
    .xe-theme .xe-list-board-body.xe-list-board-show-body .xf-input-btn-file {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .xe-theme .xe-list-board-body.xe-list-board-show-body .xf-input-btn-file .xf-input-btn-wrap {
        width: 450px;
        margin-right: 20px;
    }
    .xe-theme .xe-list-board-body.xe-list-board-show-body .xe-field-user-box-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -8px;
        padding-top: 18px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .xe-theme .xe-list-board-body.xe-list-board-show-body .xe-field-user-box-wrap .field-user-box {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        padding: 0 8px;
        max-width: 50%;
    }
    .xe-theme .xe-list-board-body.xe-list-board-show-body .xe-field-user-box-wrap .field-user-box .field-user-box-item {
        padding: 40px 80px;
    }
    .xe-theme .xe-list-board .board_comment {
        padding: 0;
        max-width: 947px;
    }
    .xe-theme .xf-board .comment_header .total_count {
        font-size: 24px;
        font-weight: 500;
        line-height: normal;
        letter-spacing: -0.67px;
        color: #000;
    }
    .xe-theme .xf-board .comment_header .total_count_num {
        font-size: 24px;
    }
    .xe-theme .xf-board .xf-comment-btn-wrap {
        margin-top: 12px;
    }
    .xe-theme .xf-board .xf-comment-btn-wrap::after {
        content: '';
        display: block;
        clear: both;
    }
    .xe-theme .xf-board .xf-comment-list-link {
        width: 167px;
        float: right;
    }
    .xe-theme .xf-board .xe-list-board-body--footer-button {
        width: 167px;
        float: right;
    }
}

/*# sourceMappingURL=kossa.css.map */
