@charset "utf-8";

/* board */
/* list */
.board-notice-type1 .board-list {
    width: 100%;
    border-top: 2px solid #1a365d;
}
.board-notice-type1 .board-list > li {
    display: table;
    width: 100%;
    border-bottom: 1px solid #dde2ea;
    table-layout: fixed;
}
.board-notice-type1 .board-list > li.active {
    background-color: #fff9f2;
}
.board-notice-type1 .board-list > li > div {
    display: table-cell;
    padding: 10px;
    vertical-align: middle;
    font-size: 1.5rem;
    text-align: center;
}
.board-notice-type1 .board-list .list-head {
    border-color: #dde2ea;
}
.board-notice-type1 .board-list .list-head > div {
    position: relative;
    padding: 16px 0;
    background-color: #f4f9ff;
    font-size: 1.5rem;
    font-weight: 600;
    color: #000;
    text-align: center;
}
.board-notice-type1 .board-list .list-head > div:not(:first-child):before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 100%;
    clear: both;
    background-color: #dde2ea;
    transform: translateY(-50%);
}
.board-notice-type1 .ic-notice:not(img) {
    display: inline-block;
    padding: 4px 11px;
    border: 1px solid #07f;
    border-radius: 30px;
    background-color: #fff;
    font-size: 11px;
    font-weight: 600;
    color: #07f;
    letter-spacing: -1px;
}
.board-notice-type1 .bbs-cate {
    display: inline-block;
    margin: 0 13px 0 0;
    font-weight: 600;
    letter-spacing: -1px;
}
.board-notice-type1 .reply-wrap {
    background-color: #fff8f8;
}
.board-notice-type1 .ic-reply {
    display: inline-block;
    font-weight: 600;
    color: #ff5e5e;
    letter-spacing: -0.05em;
}
.board-notice-type1 .board-list .bbs-tit {
    position: relative;
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
}
.board-notice-type1 .bbs-tit > a {
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
}
.board-notice-type1 .board-list .bbs-tit > a:hover {
    text-decoration: underline;
    text-underline-position: under;
}
.board-notice-type1 .board-list > li:not(.list-head) .bbs-tit {
    text-align: left;
}
.board-notice-type1 .board-list > li:not(.list-head) > div {
    border-left: 1px solid #e2e2e2;
}
.board-notice-type1 .board-list > li:not(.list-head) > div:first-child {
    border-left: 0;
}
.board-notice-type1 .ic-new {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    vertical-align: middle;
    background-color: #ff5e5e;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
}
.board-notice-type1 .bbs-tit:has(.ic-new) > a {
    max-width: calc(100% - 30px);
}
.board-notice-type1 .ic-cnt {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 20px;
    min-width: 30px;
    padding: 3px 5px;
    border: 1px solid #bbbbbb;
    border-radius: 30px;
    vertical-align: middle;
    background-color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    color: #7b7b7b;
    text-align: center;
    letter-spacing: -0.05em;
    transform: translateY(-50%);
}
.board-notice-type1 .bbs-tit:has(.ic-cnt) > a {
    width: calc(100% - 35px);
}
.board-notice-type1 .bbs-tit:has(.ic-new):has(.ic-cnt) > a {
    width: calc(100% - 65px);
}
.board-notice-type1 .bbs-show .form-item {
    width: 100%;
    min-width: auto;
    height: 27px;
    padding: 0 5px;
    font-size: 1.4rem;
}
.board-notice-type1 .board-list .no-data {
    padding: 35px 20px;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: normal;
    color: #999;
    letter-spacing: -1px;
}

.board-category-wrap {
    margin: 0 0 16px;
}
.board-category-wrap .btn {
    padding: 0 25px;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: normal;
    color: #fff;
    letter-spacing: -1px;
}
.board-category-wrap button.btn:hover,
.board-category-wrap button.btn.on {
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
}
.board-category-wrap .btn.category-type1 {
    border-color: #1a365d;
    background-color: #1a365d;
}
.board-category-wrap .btn.category-type2 {
    border-color: #3182ce;
    background-color: #3182ce;
}
.board-category-wrap .btn.category-type3 {
    border-color: #31b6ce;
    background-color: #31b6ce;
}
.board-category-wrap .btn.category-type4 {
    border-color: #7d5ae6;
    background-color: #7d5ae6;
}
.board-category-wrap .btn.category-type5 {
    border-color: #7fbd0c;
    background-color: #7fbd0c;
}

/* list::column width */
.board-notice-type1 .bbs-col-xs {
    width: 4.7%;
}
.board-notice-type1 .bbs-col-s {
    width: 5.3%;
}
.board-notice-type1 .bbs-col-m {
    width: 7.33%;
}
.board-notice-type1 .bbs-col-l {
    width: 8%;
}
.board-notice-type1 .bbs-col-xl {
    width: 8.7%;
}
.board-notice-type1 .bbs-col-xl2 {
    width: 15%;
}
.board-notice-type1 .bbs-col-xl3 {
    width: 20%;
}

.content-notice-wrap + .board-notice-type1 {
    margin: 60px 0 0;
}

/* button */
/* .board-notice-type1 .btn-wrap {
    margin-top: 10px;
} */
.board-notice-type1 .btn-admin {
    display: flex;
    gap: 7px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.board-notice-type1 .btn-admin .btn.btn-modify,
.board-notice-type1 .btn-admin .btn.btn-delete {
    width: 34px;
    height: 34px;
    margin: 0;
    border: 1px solid #ddd;
    border-radius: 3px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
}
.board-notice-type1 .btn-admin .btn.btn-modify {
    background-image: url("/assets/image/board/notice/ic_modify.png");
}
.board-notice-type1 .btn-admin .btn.btn-delete {
    background-image: url("/assets/image/board/notice/ic_delete.png");
}
.board-notice-type1 .board-view + .btn-wrap {
    text-align: right;
}

/* view */
.board-notice-type1 .board-view {
    letter-spacing: -0.05em;
}
.board-notice-type1 .board-view + .vod-list {
    margin: 30px 0 0;
}
.board-notice-type1 .view-contop {
    padding: 37px 25px 32px;
    border-top: 2px solid #dde2ea;
    border-bottom: 1px solid #eee;
    font-size: 1.5rem;
    line-height: normal;
    color: #888;
    letter-spacing: -1px;
}
.board-notice-type1 .view-contop .btn-wrap {
    margin: 0 0 10px;
}
.board-notice-type1 .view-contop + .view-contents {
    border-top: 0;
}
.board-notice-type1 .view-contop .board-category-wrap {
    margin: 0 0 12px;
}
.board-notice-type1 .view-contop .board-category-wrap .btn {
    height: 40px;
    padding: 11px 25px;
}
.board-notice-type1 .view-tit {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    justify-content: center;
    font-size: 2.6rem;
    font-weight: 600;
    color: #000;
    text-align: center;
    letter-spacing: -1px;
    word-break: break-all;
}
.board-notice-type1 .view-tit img {
    margin: 2px 0 0;
}
.board-notice-type1 .view-tit .division {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 2px 0px 0;
    padding: 8px 16px;
    border-radius: 30px;
    background: #00a3c4;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    letter-spacing: -0.5px;
}
.board-notice-type1 .view-contop:not(:has(.view-cnt)) .view-tit {
    margin-bottom: 10px;
}
.board-notice-type1 .view-cnt {
    margin-bottom: 10px;
}
.board-notice-type1 .view-cnt button + button {
    margin-left: 10px;
}
.board-notice-type1 .view-cnt .icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    vertical-align: middle;
    background-color: #fff;
}
.board-notice-type1 .view-cnt .cnt {
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}
.board-notice-type1 .view-info {
    display: flex;
    gap: 0 20px;
    flex-wrap: wrap;
}
.board-notice-type1 .view-info > span {
    display: inline-block;
    position: relative;
    vertical-align: top;
}
.board-notice-type1 .view-link {
    padding: 20px 25px 0;
}
.board-notice-type1 .view-link > a {
    display: inline-block;
    padding-left: 20px;
    vertical-align: top;
    background-image: url("/assets/image/board/notice/ic_view_link.png");
    background-repeat: no-repeat;
    background-position: 0 center;
    font-weight: 500;
    color: #000;
    word-break: break-all;
}
.board-notice-type1 .view-contents {
    overflow-x: auto;
    min-height: 300px;
    padding: 60px 25px;
    border-bottom: 1px solid #dde2ea;
    font-size: 2.2rem;
}
.board-notice-type1 .view-contents img {
    max-width: 100%;
}

.board-notice-type1 .view-attach {
    border-top: 1px solid #dde2ea;
    border-bottom: 1px solid #dde2ea;
}
.board-notice-type1 .view-attach-con {
    display: flex;
    font-size: 1.5rem;
    line-height: normal;
    letter-spacing: -1px;
}
.board-notice-type1 .view-attach-con .tit {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 150px;
    border-right: 1px solid #dde2ea;
    background: #f4f9ff;
    font-weight: 600;
    color: #1a365d;
    box-sizing: border-box;
}
.board-notice-type1 .view-attach-con .con {
    width: calc(100% - 150px);
    padding: 25px;
    box-sizing: border-box;
}
.board-notice-type1 .view-attach-con .con > a {
    display: block;
    font-weight: 500;
    word-break: break-all;
}
.board-notice-type1 .view-attach-con .con > a:hover {
    text-decoration: underline;
    text-underline-position: under;
}
.board-notice-type1 .view-attach-con .con > a span {
    vertical-align: middle;
}
.board-notice-type1 .view-attach-con .con > a img {
    margin: 0 0 0 10px;
    vertical-align: middle;
}
.board-notice-type1 .view-attach-con .con > a + a {
    margin-top: 17px;
}

.board-notice-type1 .view-attach.type2 {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #dde2ea;
    background: #f9f9f9;
}
.board-notice-type1 .view-attach.type2 .view-attach-con {
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -1px;
}
.board-notice-type1 .view-attach.type2 .view-attach-con .con {
    padding: 17px 20px;
}
.board-notice-type1 .view-attach.type2 .view-attach-con .con > a + a {
    margin: 10px 0 0;
}

.view-reply-wrap {
    margin: 30px 0 0;
}
.view-reply-wrap .title-wrap {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px;
    background-color: #f4f9ff;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: normal;
    color: #0056b3;
    letter-spacing: -1px;
}
.view-reply-wrap .title-wrap .btn-wrap {
    gap: 4px;
    margin: 0;
}
.view-reply-wrap .title-wrap .btn-wrap a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    border-radius: 2px;
}
.view-reply-wrap .title-wrap .btn-wrap a.write {
    background-color: #1a365d;
}
.view-reply-wrap .title-wrap .btn-wrap a.delete {
    background-color: #e1002a;
}
.view-reply-wrap .content-wrap {
    padding: 20px 22px;
}
.view-reply-wrap .content-wrap p.empty {
    font-size: 1.6rem;
    letter-spacing: -1px;
}

/* view::comment */
.board-notice-type1 .comment-wrap {
    margin-top: 50px;
    font-size: 1.6rem;
    line-height: 1.3;
}
.board-notice-type1 .comment-wrap > .tit {
    margin-bottom: 15px;
    padding: 0 25px;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: -0.07em;
}
.board-notice-type1 .comment-write-wrap {
    display: flex;
    gap: 15px;
    padding: 0 25px;
    font-size: 1.6rem;
    line-height: 1.4;
}
.board-notice-type1 .comment-write-wrap .form-item {
    height: 80px;
    padding: 20px;
    border-color: #e7e7e7;
    border-radius: 5px;
}
.board-notice-type1 .comment-write-wrap .btn-submit {
    flex: 0 0 auto;
    width: 135px;
    height: 80px;
    border-radius: 5px;
    background-color: #1a365d;
    font-size: 1.8rem;
    font-weight: 600;
    color: #fff;
}
.board-notice-type1 .comment-list-wrap {
    margin-top: 35px;
    border-top: 1px solid #e2e2e2;
}
.board-notice-type1 .comment-list-wrap ul > li {
    display: flex;
    flex-wrap: wrap;
    padding: 35px 30px;
    border-bottom: 1px solid #e2e2e2;
    letter-spacing: -0.05em;
}
.board-notice-type1 .comment-contop {
    width: 100%;
}
.board-notice-type1 .comment-name {
    font-size: 1.8rem;
    font-weight: 600;
    color: #000;
}
.board-notice-type1 .comment-date {
    margin-left: 10px;
    font-size: 1.5rem;
    color: #9e9e9e;
}
.board-notice-type1 .comment-contop .view-cnt {
    margin-bottom: 0;
}
.board-notice-type1 .comment-contop .view-cnt .icon {
    border: 1px solid #d9dde4;
}
.board-notice-type1 .comment-contents {
    display: flex;
    align-items: end;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
    font-size: 1.5rem;
    line-height: 1.6;
}
.board-notice-type1 .comment-contents .btn-wrap {
    flex: 0 0 auto;
    margin: 0;
    padding-left: 20px;
}
.board-notice-type1 .btn.btn-comment {
    display: inline-block;
    min-width: 60px;
    margin: 2px;
    padding: 3px 0;
    border: 1px solid #4986ac;
    border-radius: 3px;
    background-color: #fff;
    font-size: 14px;
    font-weight: 600;
    color: #4986ac;
    text-align: center;
    letter-spacing: -0.07em;
}
.board-notice-type1 .btn-comment.btn-modify {
    border-color: #1a365d;
    color: #1a365d;
}
.board-notice-type1 .btn-comment.btn-delete {
    border-color: #bd466a;
    color: #bd466a;
}
.board-notice-type1 .comment-list-wrap li.comment-reply {
    padding-left: 50px;
    background-image: url("/assets/image/board/notice/ic_comment_reply.png");
    background-repeat: no-repeat;
    background-position: 25px 38px;
}
.board-notice-type1 .comment-reply .comment-write-wrap {
    width: 100%;
    padding: 0;
}
.board-notice-type1 .comment-reply .comment-write-wrap .form-item {
    height: 80px;
}
.board-notice-type1 .comment-reply .comment-write-wrap .btn {
    flex: 0 0 auto;
    width: 110px;
    height: 80px;
    border-radius: 5px;
    font-size: 1.8rem;
    font-weight: 600;
    color: #fff;
}

.board-notice-type1 .help-desk-view .view-contop {
    padding: 38px 23px 20px;
    border-top: 3px solid #1a365d;
}
.board-notice-type1 .view-info {
    gap: 24px;
}
.board-notice-type1 .view-info > span.border-type {
    position: relative;
    padding: 0 0 0 24px;
}
.board-notice-type1 .view-info > span.border-type:before {
    content: "|";
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 1.5rem;
    font-weight: 200;
    line-height: 1;
    color: #d4d4d4;
    text-align: center;
    letter-spacing: -1px;
    transform: translateY(-51%);
}

/* view::move */
.board-notice-type1 .view-move {
    display: flex;
    width: 100%;
    margin-top: 40px;
}
.board-notice-type1 .view-move-con {
    display: flex;
    align-items: center;
    padding: 20px 25px;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: normal;
    color: #666;
    letter-spacing: -1px;
}
.board-notice-type1 .view-move-con .tit {
    flex-shrink: 0;
    position: relative;
    margin: 0 20px 0 0;
    padding: 0 0 0 16px;
    background-repeat: no-repeat;
    background-position: 0 center;
    font-weight: 600;
    transition: background 0.3s ease;
}
.board-notice-type1 .view-move-con .con {
    width: calc(100% - 67px);
}
.board-notice-type1 .view-move-con a {
    padding: 0 0 1px;
    vertical-align: top;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -1px;
}
.board-notice-type1 .view-move-con:hover a {
    text-decoration: underline;
    text-underline-position: under;
}
.board-notice-type1 .view-move-con:hover .tit:after {
    background-color: #000000;
}

.board-notice-type1 .view-move.type1 .view-move-con {
    width: 50%;
    border: 1px solid #e2e2e2;
    transition: 0.3s ease;
}
.board-notice-type1 .view-move.type1 .view-move-con + .view-move-con {
    border-left: 1px solid transparent;
}
.board-notice-type1 .view-move.type1 .view-prev {
    border-radius: 4px 0 0 4px;
}
.board-notice-type1 .view-move.type1 .view-prev .tit {
    background-image: url("/assets/image/board/notice/ic_arrow_prev.png");
}
.board-notice-type1 .view-move.type1 .view-prev:hover .tit {
    background-image: url("/assets/image/board/notice/ic_arrow_prev_on.png");
}
.board-notice-type1 .view-move.type1 .view-next {
    flex-direction: row-reverse;
    border-radius: 0 4px 4px 0;
    text-align: right;
}
.board-notice-type1 .view-move.type1 .view-next .tit {
    background-image: url("/assets/image/board/notice/ic_arrow_next.png");
    background-position: right center;
}
.board-notice-type1 .view-move.type1 .view-next:hover .tit {
    background-image: url("/assets/image/board/notice/ic_arrow_next_on.png");
}
.board-notice-type1 .view-move.type1 .view-next .tit:after {
    left: 0;
}
.board-notice-type1 .view-move.type1 .view-move-con:hover {
    border-color: #859cc8;
}

.board-notice-type1 .view-move.type2 {
    flex-direction: column;
    border-top: 1px solid #e2e2e2;
}
.board-notice-type1 .view-move.type2 .view-move-con .tit:after {
    right: 0;
}
.board-notice-type1 .view-move.type2 .view-move-con {
    border-bottom: 1px solid #eee;
}
.board-notice-type1 .view-move.type2 .view-prev .tit {
    background-image: url("/assets/image/board/notice/ic_arrow_top.png");
}
.board-notice-type1 .view-move.type2 .view-next .tit {
    background-image: url("/assets/image/board/notice/ic_arrow_bottom.png");
}

/* write */
.board-notice-type1 .write-contop {
    margin-bottom: 10px;
}
.board-notice-type1 .help-text {
    font-size: 14px;
}
.board-notice-type1 .write-wrap {
    border-top: 2px solid #1a365d;
}
.board-notice-type1 .write-wrap > li {
    border-bottom: 1px solid #e2e2e2;
}
.board-notice-type1 .write-wrap > li > div {
    line-height: 1.3;
}
.board-notice-type1 .write-wrap .form-tit {
    background-color: #f6f9ff;
    color: #1a365d;
    text-align: center;
}
.board-notice-type1 .write-wrap .form-con .btn-small {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: auto;
    padding: 10px 15px;
    border-radius: 2px;
    vertical-align: middle;
    background-color: #888;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
}

.institution-registration-wrap .board-notice-type1 .bbs-no {
    width: 3%;
}
.institution-registration-wrap .board-notice-type1 .board-list > li:not(.list-head) .bbs-tit {
    text-align: center;
}
.institution-registration-wrap .board-notice-type1 .board-list > li:not(.list-head) .bbs-email {
    word-break: break-all;
}

@media screen and (max-width: 1024px) {
    /* list::column width */
    .board-notice-type1 .bbs-col-xs {
        width: 9%;
    }
    .board-notice-type1 .bbs-col-s {
        width: 6%;
    }
    .board-notice-type1 .bbs-col-m {
        width: 10%;
    }
    .board-notice-type1 .bbs-col-l {
        width: 11%;
    }
    .board-notice-type1 .bbs-col-xl {
        width: 12%;
    }
}

@media screen and (max-width: 768px) {
    .board-notice-type1 .no-pc {
        display: inline-block;
    }
    .board-notice-type1 .board-list .list-head {
        display: none;
    }
    .board-notice-type1 .board-list > li:not(.list-head) > div {
        border-left: 0;
    }
    .board-notice-type1 .board-list > li:not(.list-head) > div.bbs-date .no-pc {
        display: inline-block;
        margin-left: 5px;
    }
    .board-notice-type1 .board-list > li {
        position: relative;
        padding: 10px 0;
    }
    .board-notice-type1 .board-list > li > div {
        display: inline-block;
        position: relative;
        width: auto;
        padding: 0 10px;
        vertical-align: middle;
        font-size: 14px;
    }
    .board-notice-type1 .board-list > li > div:before {
        content: "";
        display: block;
        position: absolute;
        top: 7px;
        left: 0;
        width: 1px;
        height: 9px;
        clear: both;
        background-color: #bfbfbf;
    }
    .board-notice-type1 .board-list > li .n-bar:before {
        display: none;
    }
    .board-notice-type1 .board-list > li .bbs-no,
    .board-notice-type1 .board-list > li .bbs-file,
    .board-notice-type1 .board-list > li .bbs-show,
    .board-notice-type1 .board-list > li .bbs-admin {
        display: none;
    }
    .board-notice-type1 .board-list .bbs-tit {
        padding: 0 10px;
    }
    .board-notice-type1 .board-list > li .bbs-no:has(.ic-notice) {
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 15px;
        padding: 0;
        transform: translateY(-50%);
    }
    .board-notice-type1 .board-list > li:has(.ic-notice) {
        padding-left: 55px;
    }
    .board-notice-type1 .ic-notice {
        width: 20px;
        margin: 0 5px;
    }
    .board-notice-type1 .ic-notice:not(img) {
        min-width: 31px;
        margin: 0;
        padding: 3px 0;
        font-size: 12px;
    }
    .board-notice-type1 .board-list > li .bbs-tit {
        display: block;
        width: 100%;
        font-weight: 600;
    }
    .board-notice-type1 .bbs-cate {
        margin: 0 7px 0 0;
    }
    .board-notice-type1 .ic-reply {
        padding-left: 20px;
        background-image: url("/assets/image/board/notice/ic_reply.png");
        background-repeat: no-repeat;
        background-position: 0 center;
        background-size: 13px;
    }
    .board-notice-type1 .ic-new {
        font-size: 10px;
    }
    .board-notice-type1 .ic-cnt {
        position: static;
        top: auto;
        right: auto;
        min-width: 28px;
        font-size: 12px;
        transform: none;
    }
    .board-notice-type1 .bbs-tit:has(.ic-new):has(.ic-cnt) > a {
        width: calc(100% - 60px);
    }
    .board-notice-type1 .board-list .no-data {
        padding: 25px 15px;
        font-size: 14px;
    }

    .content-notice-wrap + .board-notice-type1 {
        margin: 30px 0 0;
    }

    /* view */
    .board-notice-type1 .view-contop {
        padding: 20px 15px;
    }
    .board-notice-type1 .view-tit {
        gap: 5px;
        margin-bottom: 10px;
        font-size: 17px;
        line-height: 1.3;
    }
    .board-notice-type1 .view-tit img {
        width: 20px;
    }
    .board-notice-type1 .view-cnt {
        margin-bottom: 5px;
        font-size: 12px;
    }
    .board-notice-type1 .view-cnt button + button {
        margin-left: 5px;
    }
    .board-notice-type1 .view-cnt .icon {
        width: 20px;
        height: 20px;
        padding: 5px;
    }
    .board-notice-type1 .view-cnt .icon img {
        max-width: 100%;
    }
    .board-notice-type1 .view-cnt .cnt {
        margin-left: 3px;
    }
    .board-notice-type1 .view-info {
        gap: 0 15px;
    }
    .board-notice-type1 .view-info > span {
        font-size: 14px;
    }
    .board-notice-type1 .view-info > span + span:before {
        top: 6px;
        height: 10px;
    }
    .board-notice-type1 .view-link {
        padding: 10px 10px 0;
    }
    .board-notice-type1 .view-link > a {
        padding-left: 15px;
        background-position: 0 6px;
        background-size: 10px;
        font-size: 13px;
    }

    .board-notice-type1 .view-contents {
        overflow-x: auto;
        min-height: 200px;
        padding: 20px 15px;
        font-size: 14px;
        line-height: 1.5;
    }

    .board-notice-type1 .view-attach-con {
        flex-wrap: wrap;
        font-size: 14px;
    }
    .board-notice-type1 .view-attach-con .tit {
        width: 100%;
        height: 50px;
        border-bottom: 1px solid #dde2ea;
        border-right: none;
    }
    .board-notice-type1 .view-attach-con .con {
        width: 100%;
        padding: 15px;
    }
    .board-notice-type1 .view-attach-con .con > a {
        font-size: 12px;
        line-height: 1.3;
    }
    .board-notice-type1 .view-attach-con .con > a + a {
        margin: 5px 0 0;
    }

    .board-notice-type1 .view-attach.type2 .view-attach-con .con {
        padding: 15px 10px;
    }

    .view-reply-wrap .title-wrap {
        gap: 10px;
        padding: 10px 15px;
        font-size: 14px;
    }
    .view-reply-wrap .content-wrap {
        padding: 10px 15px;
    }
    .view-reply-wrap .content-wrap p.empty {
        font-size: 14px;
    }
    .view-reply-wrap .title-wrap .btn-wrap a {
        width: 20px;
        height: 20px;
    }
    .view-reply-wrap .title-wrap .btn-wrap a img {
        width: 14px;
    }

    /* view::comment */
    .board-notice-type1 .comment-wrap {
        margin-top: 30px;
        font-size: 14px;
    }
    .board-notice-type1 .comment-wrap > .tit {
        margin-bottom: 10px;
        padding: 0;
        font-size: 14px;
    }
    .board-notice-type1 .comment-write-wrap {
        gap: 5px;
        padding: 0;
    }
    .board-notice-type1 .comment-write-wrap .form-item {
        height: 50px;
        padding: 10px;
        border-radius: 3px;
    }
    .board-notice-type1 .comment-write-wrap .btn-submit {
        width: 70px;
        height: 50px;
        border-radius: 3px;
        font-size: 14px;
    }
    .board-notice-type1 .comment-list-wrap {
        margin-top: 15px;
        border-radius: 3px;
    }
    .board-notice-type1 .comment-list-wrap ul > li {
        padding: 15px 0;
    }
    .board-notice-type1 .comment-name {
        font-size: 14px;
    }
    .board-notice-type1 .comment-date {
        margin-left: 5px;
        font-size: 12px;
    }
    .board-notice-type1 .comment-contents {
        align-items: start;
        flex-direction: column;
        width: 100%;
        margin-top: 5px;
        font-size: 14px;
    }
    .board-notice-type1 .comment-contents .btn-wrap {
        width: 100%;
        margin-top: 10px;
        padding-left: 0;
        text-align: right;
    }
    .board-notice-type1 .btn.btn-comment {
        min-width: initial;
        padding: 3px 12px;
        font-size: 12px;
    }
    .board-notice-type1 .comment-list-wrap li.comment-reply {
        padding-left: 20px;
        background-position: 0 17px;
        background-size: 13px;
    }
    .board-notice-type1 .comment-reply .comment-write-wrap .form-item {
        height: 50px;
    }
    .board-notice-type1 .comment-reply .comment-write-wrap .btn {
        width: 50px;
        height: 50px;
        border-radius: 3px;
    }

    /* view::move */
    .board-notice-type1 .view-move {
        margin-top: 20px;
    }
    .board-notice-type1 .view-move-con {
        padding: 8px 10px;
        font-size: 14px;
    }
    .board-notice-type1 .view-move-con .tit {
        background-size: 7px;
    }
    .board-notice-type1 .view-move-con .tit:after {
        top: 6px;
        width: 1px;
        height: 10px;
    }
    .board-notice-type1 .view-move-con .con {
        width: calc(100% - 73px);
        padding: 0;
    }

    .board-notice-type1 .view-move.type1 .view-prev {
        border-radius: 3px 0 0 3px;
    }
    .board-notice-type1 .view-move.type1 .view-next {
        border-radius: 0 3px 3px 0;
    }
    .board-notice-type1 .view-move.type2 .view-move-con .tit {
        background-size: 10px;
    }

    .btn-wrap.flex-type.board-category-wrap {
        gap: 6px;
    }
    .board-category-wrap .btn {
        height: 30px;
        padding: 0 7px;
        font-size: 12px;
    }

    .board-notice-type1 .view-contop .board-category-wrap .btn {
        height: 30px;
        padding: 10px 15px;
    }

    /* write */
    .board-notice-type1 .help-text {
        font-size: 12px;
    }
    .board-notice-type1 .write-wrap .form-tit {
        text-align: left;
    }
    .board-notice-type1 .write-wrap .form-con .btn-small {
        padding: 4px 8px;
        font-size: 12px;
    }

    .institution-registration-wrap .board-notice-type1 .board-list > li:not(.list-head) .bbs-tit {
        text-align: left;
    }
    .institution-registration-wrap .board-notice-type1 .board-list > li:not(.list-head) .bbs-email {
        width: 100%;
        margin: 2px 0 5px;
        text-align: left;
    }
    .institution-registration-wrap .board-notice-type1 .board-list > li:not(.list-head) .bbs-btn-check {
        width: 100%;
        margin-top: 10px;
        text-align: right;
    }
}
