
@charset "utf-8";

/**************************************************
*
*   board.css1
*
***************************************************/
/* 공통 테이블 */
.com-tbl-wrap {}
.com-tbl-wrap table {text-align: center;}
.com-tbl-wrap th {font-weight: 600;}

.com-tbl-wrap.type-01 {color: #000;}
.com-tbl-wrap.type-01 table {border-top: 2px solid #333; background-color: #fff;}
.com-tbl-wrap.type-01 :where(th,td) {border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 14px 10px;}
.com-tbl-wrap.type-01 th {background-color: #f9f9f9;}

.com-tbl-wrap.type-02 {font-size: 15px;}
.com-tbl-wrap.type-02 table {border-top: 2px solid #871854; position: relative;}
.com-tbl-wrap.type-02 table::after {content: ""; width: 1px; height: 100%; position: absolute; top: 0; right: -1px; background-color: #fff;}
html[data-mode="dark"] .com-tbl-wrap.type-02 table::after {background-color: var(--bg--bg-primary);}
.com-tbl-wrap.type-02 :where(th,td) {border-bottom: 1px solid #ddd; border-right: 1px solid #ddd; padding: 20px 10px;}
.com-tbl-wrap.type-02 th {color: #000; font-weight: 800; background-color: var(--bg--board-header);}
.com-tbl-wrap.type-02 td {color: #6C6E6F;}

.com-tbl-wrap.type-03 {}
.com-tbl-wrap.type-03 table {border-left: 1px solid #d9d9d9; border-top: 1px solid #A61660;}
.com-tbl-wrap.type-03 :where(th,td) {padding: 20px 10px; border-right: 1px solid #d9d9d9; border-bottom: 1px solid #d9d9d9;}
.com-tbl-wrap.type-03 th {font-size: 17px; color: #000; background-color: #fcfcfc;}
.com-tbl-wrap.type-03 td {font-size: 16px; font-weight: 500;}

.com-tbl-wrap.type-04 {font-size: 16px;}
.com-tbl-wrap.type-04 table {border-top: 2px solid var(--border--board-header);}
.com-tbl-wrap.type-04 :where(th,td) {padding: 15px 10px; border-bottom: 1px solid var(--border--table-td); word-break: break-all;}
.com-tbl-wrap.type-04 col:not(:last-of-type) {border-right: 1px solid var(--border--table-td);}
.com-tbl-wrap.type-04 th {background-color: var(--bg--board-header); font-weight: 600;}
.com-tbl-wrap.type-04 td {font-weight: 400;}
.com-tbl-wrap.type-04 .ta-left-pdlr {text-align: left; padding: 0 10px;}
.com-tbl-wrap.type-04 .color-inherit {color: inherit;}

.com-tbl-wrap.type-05 {font-size: 16px; font-weight: 500; color: #000; line-height: 1.4;}
.com-tbl-wrap.type-05 :where(th,td) {border: 1px solid #aaa;}
.com-tbl-wrap.type-05 thead th {color: #fff; background-color: #004386; border-color: #2A5A8B; font-size: 17px; font-weight: 500; padding: 20px 10px;}
.com-tbl-wrap.type-05 thead th.active {background-color: #006CD9;}
.com-tbl-wrap.type-05 thead .date {font-weight: 400; font-size: 14px; color: #B5D5FF;}
.com-tbl-wrap.type-05 tbody th {background-color: #FBFCFD; font-weight: inherit;}
.com-tbl-wrap.type-05 tbody th.type-02 {font-size: 18px; font-weight: 600;}
.com-tbl-wrap.type-05 tbody :where(th,td) {padding: 25px 10px;}
.com-tbl-wrap.type-05 .txt-list-01 {display: flex; flex-direction: column; justify-content: center; gap: 2px;}
.com-tbl-wrap.type-05 .txt-list-01.holiday {color: #A61660;}
.com-tbl-wrap.type-05 .txt-list-02 {color: #000; text-align: left; padding: 0 20px;}
.com-tbl-wrap.type-05 .txt-list-02 > div {display: flex; gap: 20px;}
.com-tbl-wrap.type-05 .txt-list-02 > div:not(:last-of-type) {margin-bottom: 2px;}
.com-tbl-wrap.type-05 .txt-list-02 dt {flex-shrink: 0; width: 100px; font-weight: 800;}
.com-tbl-wrap.type-05 .txt-list-02 dd {width: 100%;}

.com-tbl-wrap.type-06 {color: #000;}
.com-tbl-wrap.type-06 table {border-top: 2px solid #A61660; border-bottom: 1px solid #aaa; text-align: left;}
.com-tbl-wrap.type-06 tr:not(:last-of-type) {border-bottom: 1px solid #ddd;}
.com-tbl-wrap.type-06 th {padding: 15px 30px; background-color: #fbfbfb;}
.com-tbl-wrap.type-06 td {padding: 15px 20px;}



@media screen and (max-width: 1080px) {
    .com-tbl-wrap.type-01 {font-size: 14px;}
    .com-tbl-wrap.type-01 :where(th,td) {padding: 12px 10px;}

    .com-tbl-wrap.type-02 {font-size: 14px;}
    .com-tbl-wrap.type-02 :where(th,td) {padding: 12px 10px;}

    .com-tbl-wrap.type-03 :where(th,td) {padding: 12px 10px;}
    .com-tbl-wrap.type-03 th {font-size: 15px;}
    .com-tbl-wrap.type-03 td {font-size: 14px;}

    .com-tbl-wrap.type-04 {font-size: 14px;}
    .com-tbl-wrap.type-04 :where(th,td) {padding: 10px;}
    .com-tbl-wrap.type-04 .ta-left-pdlr {padding: 0 3px;}

    .com-tbl-wrap.type-05 {font-size: 14px;}
    .com-tbl-wrap.type-05 thead th {font-size: 15px;}
    .com-tbl-wrap.type-05 thead .date {font-size: 13px;}
    .com-tbl-wrap.type-05 tbody th.type-02 {font-size: 16px;}
    .com-tbl-wrap.type-05 tbody :where(th,td) {padding: 20px 10px;}
    .com-tbl-wrap.type-05 .txt-list-02 {padding: 0 10px;}
    .com-tbl-wrap.type-05 .txt-list-02 > div {gap: 10px;}
    .com-tbl-wrap.type-05 .txt-list-02 dt {width: 80px;}

    .com-tbl-wrap.type-06 {font-size: 14px;}
    .com-tbl-wrap.type-06 td {padding: 10px 15px;}
    .com-tbl-wrap.type-06 th {padding: 10px 20px;}

}

@media screen and (max-width: 768px) {
    /* 스크롤 O */
    .com-tbl-wrap.scroll::-webkit-scrollbar {width: 3px; height:3px;}
    .com-tbl-wrap.scroll::-webkit-scrollbar-thumb {background: #a9a9a9;}
    .com-tbl-wrap.scroll {overflow: auto;}
    .com-tbl-wrap.scroll table {width: 900px;}

    /* th,td width 100% */
    .com-tbl-wrap.mob-no-table {}
    .com-tbl-wrap.mob-no-table table {text-align: center;}
    .com-tbl-wrap.mob-no-table colgroup {display: none;}
    .com-tbl-wrap.mob-no-table :where(table,tbody,tr,th,td) {display: block; width: 100%;}
    .com-tbl-wrap.mob-no-table :where(th,td) {padding: 12px 10px;}
    .com-tbl-wrap.mob-no-table th {border-bottom: 1px solid #ddd;}
}

/* 테이블 주석 */
.com-tbl-info-01 {font-size: 15px; font-weight: 500; margin-top: 20px; color: #888;}

@media screen and (max-width: 1080px) {
    .com-tbl-info-01 {font-size: 13px; margin-top: 15px;}
}

/* 게시판 헤드 01 */
.com-brd-hd-01 {display: flex; flex-wrap: wrap-reverse; justify-content: space-between; align-items: flex-start; gap: 25px 10px; margin-bottom: 15px;}
.com-brd-hd-01 .cnt-box {display: flex; align-items: center; gap: 12px;}
.com-brd-hd-01 .cnt-box b {color: #907382;}
.com-brd-hd-01 .cnt-box .page-cnt {font-size: 14px;}
.com-brd-hd-01 .srch-box {display: flex; height: 45px; gap: 10px;}
.com-brd-hd-01 .srch-box select {width: 135px; background-color: var(--bg--bg-primary); border: none; border-bottom: 1px solid #d9d9d9;}
.com-brd-hd-01 .input-box {position: relative;}
.com-brd-hd-01 .input-box input {width: 260px; height: 100%; border: none; border-bottom: 1px solid #d9d9d9; padding-left: 10px; padding-right: 40px;}
.com-brd-hd-01 .input-box input::placeholder {color: var(--contents--placeholder);}
.com-brd-hd-01 .input-box .btn-srch {position: absolute; top: 50%; right: 10px; transform: translateY(-50%);}

@media screen and (max-width: 1080px) {
    .com-brd-hd-01 {font-size: 14px; margin-bottom: 10px;}
    .com-brd-hd-01 .srch-box {height: 38px; gap: 7px;}
    .com-brd-hd-01 .srch-box select {width: 85px;}
    .com-brd-hd-01 .input-box input {width: 200px;}
    .com-brd-hd-01 .cnt-box {gap: 8px;}
    .com-brd-hd-01 .cnt-box .page-cnt {font-size: 13px;}
    .com-brd-hd-01 .input-box .btn-srch {width: 18px;}
}

@media screen and (max-width: 768px) {
    .com-brd-hd-01 .srch-box {width: 100%;}
    .com-brd-hd-01 .srch-box select {flex-shrink: 0;}
    .com-brd-hd-01 .input-box {width: 100%;}
    .com-brd-hd-01 .input-box input {width: 100%;}
}

/* 게시판 헤드 02 */
.com-brd-hd-02 {display: flex; align-items: center; margin-bottom: 40px; row-gap: 8px; column-gap: 20px; flex-wrap: wrap;}
.com-brd-hd-02 .txt-box {font-size: 20px; font-weight: 800;}
.com-brd-hd-02 .sel-box {display: flex; align-items: center; gap: 5px;}
.com-brd-hd-02 select {width: 120px; height: 40px; appearance: none; padding-left: 10px; padding-right: 30px; background: url("/resources/user/web/img/icon/icon_down_arrow_02.svg") no-repeat center right 10px;}

@media screen and (max-width: 1080px) {
    .com-brd-hd-02 {column-gap: 13px;}
    .com-brd-hd-02 .txt-box {font-size: 18px;}
    .com-brd-hd-02 select {width: 100px; height: 35px; font-size: 14px;}
}

@media screen and (max-width: 768px) {
    .com-brd-hd-02 {margin-bottom: 25px;}
    .com-brd-hd-02 .txt-box {font-size: 16px;}
    .com-brd-hd-02 .sel-box {width: 100%;}
    .com-brd-hd-02 select {width: 100%;}
}

@media screen and (max-width: 480px) {
    
}







/* 게시글 헤드 01 */
.com-post-hd-01 {border-top: 2px solid #A61660; border-bottom: 1px solid #ddd; padding: 30px 20px;}
.com-post-hd-01 .deadline-box {display: flex; align-items: flex-start; justify-content: center; gap: 10px; margin-bottom: 25px;}
.com-post-hd-01 .status {flex-shrink: 0; font-size: 14px; border-radius: 50px; padding: 7px 16px;}
.com-post-hd-01 .status.type-01 {background-color: #004386; color: #fff;}
.com-post-hd-01 .status.type-02 {background-color: #888; color: #fff;}
.com-post-hd-01 .deadline {font-size: 15px; color: #000; padding-top: 6px;}
.com-post-hd-01 .title {font-size: 20px; color: #000; font-weight: 600; text-align: center;}
.com-post-hd-01 .etc-list {--mgpd-r: 16px; display: flex; justify-content: center; align-items: center; margin-top: 13px; flex-wrap: wrap; gap: 5px var(--mgpd-r);}
.com-post-hd-01 li:not(:last-of-type) {padding-right: var(--mgpd-r); position: relative;}
.com-post-hd-01 li:not(:last-of-type)::after {content: ""; width: 1px; height: 70%; background-color: #000; position: absolute; top: 50%; right: 0; transform: translateY(-50%);}

.com-post-hd-01 .status.dg01 {text-transform:uppercase;}
.etc-list li.dg02 {text-transform:capitalize;}

@media screen and (max-width: 1080px) {
    .com-post-hd-01 {padding: 20px;}
    .com-post-hd-01 .deadline-box {gap: 7px; margin-bottom: 20px;}
    .com-post-hd-01 .status {font-size: 13px; padding: 5px 12px;}
    .com-post-hd-01 .deadline {font-size: 14px; padding-top: 4px;}
    .com-post-hd-01 .title {font-size: 18px;}
    .com-post-hd-01 .etc-list {--mgpd-r: 10px; font-size: 14px; margin-top: 10px;}
}

@media screen and (max-width: 768px) {
    .com-post-hd-01 {padding: 15px 10px;}
    .com-post-hd-01 .deadline-box {margin-bottom: 13px;}
    .com-post-hd-01 .status {font-size: 12px; padding: 5px 10px;}
    .com-post-hd-01 .deadline {font-size: 13px;}
    .com-post-hd-01 .title {font-size: 16px;}
    .com-post-hd-01 .etc-list {--mgpd-r: 7px; font-size: 13px;}
}

/* 게시글 파일리스트 01 */
.com-post-files-01 {font-size: 15px; color: #000; background-color: #fbfbfb; border-top: 1px solid #ddd; padding: 30px 25px;}
.com-post-files-01 .icon-paperclip {transform: rotate(45deg); font-size: 18px;}
.com-post-files-01 li:not(:last-of-type) {margin-bottom: 10px;}
.com-post-files-01 button {display: flex; gap: 10px; text-align: left;  text-transform:capitalize;}
.com-post-files-01 button:where(:hover,:focus) .file-name {text-decoration: underline; text-underline-position: under;}

@media screen and (max-width: 1080px) {
    .com-post-files-01 {font-size: 14px; padding: 20px;}
    .com-post-files-01 button {gap: 5px;}
    .com-post-files-01 .icon-paperclip {font-size: 16px;}
}

@media screen and (max-width: 768px) {
    .com-post-files-01 {font-size: 13px; padding: 15px;}
    .com-post-files-01 .icon-paperclip {font-size: 15px;}
}

/* 게시글 내용 */
.com-post-content-01 {min-height: 300px; padding: 55px 60px; font-size: 17px; color: #000; line-height: 1.6; border-bottom: 1px solid #ddd;}
.com-post-content-01.no-border-bottom {border-bottom: none;}
.com-post-content-01.no-pdlr {padding-left: 0; padding-right: 0;}

@media screen and (max-width: 1080px) {
    .com-post-content-01 {min-height: 220px; font-size: 15px; padding: 35px;}
}

@media screen and (max-width: 768px) {
    .com-post-content-01 {font-size: 14px; padding: 20px;}
}

/* 게시글 갤러리 슬라이드 01 */
.com-gallery-slider-01 {padding-bottom: 30px;}
.com-gallery-slider-01 .swiper-button-prev::after,
.com-gallery-slider-01 .swiper-button-next::after {display: none;}
.com-gallery-slider-01 :is(.swiper-button-prev, .swiper-button-next) {width: 30px; height: 100px; display: flex; justify-content: center; align-items: center; position: absolute; top: 50%; transform: translateY(-50%); margin: 0; padding: 0; background-color: #111;}
.com-gallery-slider-01 .swiper-button-prev {left: 0; right: unset;}
.com-gallery-slider-01 .swiper-button-next {right: 0; left: unset;}
.com-gallery-slider-01 .main-slider {height: 545px; margin-bottom: 20px; background-color: #333;}
.com-gallery-slider-01 .main-slider .swiper-slide {display: flex; justify-content: center; align-items: center; padding: 0 60px;}
.com-gallery-slider-01 .main-slider .swiper-slide img {max-height: 100%;}
.com-gallery-slider-01 .thumbnail-slider-wrapper {background-color: #333; position: relative; padding: 26px 54px;}
.com-gallery-slider-01 .thumbnail-slider {height: 120px;}
.com-gallery-slider-01 .thumbnail-slider .swiper-slide img {width: 100%; height: 100%; object-fit: cover;}

@media screen and (max-width: 1080px) {
    .com-gallery-slider-01 :is(.swiper-button-prev, .swiper-button-next) {width: 27px; height: 90px;}
    .com-gallery-slider-01 :is(.swiper-button-prev, .swiper-button-next) img {width: 9px;}
    .com-gallery-slider-01 .main-slider {height: 480px; margin-bottom: 10px;}
    .com-gallery-slider-01 .main-slider .swiper-slide {padding: 0 45px;}
    .com-gallery-slider-01 .thumbnail-slider-wrapper {padding: 20px 45px;}
}

@media screen and (max-width: 768px) {
    .com-gallery-slider-01 :is(.swiper-button-prev, .swiper-button-next) {width: 24px; height: 75px;}
    .com-gallery-slider-01 :is(.swiper-button-prev, .swiper-button-next) img {width: 8px;}
    .com-gallery-slider-01 .main-slider {height: 420px;}
    .com-gallery-slider-01 .thumbnail-slider {height: 100px;}
}

@media screen and (max-width: 480px) {
    .com-gallery-slider-01 {padding-bottom: 20px;}
    .com-gallery-slider-01 .main-slider {height: 250px;}
    .com-gallery-slider-01 .main-slider .swiper-slide {padding: 0 35px;}
    .com-gallery-slider-01 .thumbnail-slider-wrapper {padding: 15px 35px;}
    .com-gallery-slider-01 .thumbnail-slider {height: 80px;}
}





/* 게시글 해시태그 */
.com-post-tag-list {padding: 30px; display: flex; flex-direction: column; gap: 15px;}
.com-post-tag-list .show-box {display: flex; align-items: flex-start; gap: 15px; font-size: 14px;}
.com-post-tag-list .icon-tag {margin-top: 5px;}
.com-post-tag-list .list {display: flex; align-items: flex-start; flex-wrap: wrap; gap: 5px 10px; text-transform:capitalize;}
.com-post-tag-list .list li:not(.btn-add) {display: block; padding: 5px 10px; color: #000; background-color: #F6F6F6;}
.com-post-tag-list .btn-remove {font-size: 12px; margin-left: 5px;}
.com-post-tag-list input {width: 100%; padding: 0 12px;}
.com-post-tag-list .add-box {display: flex; height: 50px;}
.com-post-tag-list .btn-add {flex-shrink: 0; width: 50px; background-color: #004386; color: #fff; display: flex; justify-content: center; align-items: center; font-size: 20px;}
.com-post-tag-list .btn-add:where(:hover,:focus) {filter: brightness(0.8);}
.com-post-tag-list .btn-add i {font-weight: 800;}

@media screen and (max-width: 1080px) {
    .com-post-tag-list {font-size: 13px; padding: 15px 20px; gap: 12px;}
    .com-post-tag-list .list {gap: 5px 7px;}
    .com-post-tag-list .icon-tag {width: 16px;}
    .com-post-tag-list .add-box {height: 40px;}
    .com-post-tag-list .btn-add {width: 40px; font-size: 18px;}
    .com-post-tag-list input {padding: 0 10px;}
}

@media screen and (max-width: 768px) {
    .com-post-tag-list {padding: 15px;}
}

/* 게시글 이동 박스 */
.com-post-move-box {color: #000; border-top: 1px solid #aaa; border-bottom: 1px solid #aaa;}
.com-post-move-box > div {display: flex; align-items: center; padding: 12px 0;}
.com-post-move-box > div:not(:last-of-type) {border-bottom: 1px solid #ddd;}
.com-post-move-box dt {flex-shrink: 0; font-size: 16px; display: flex; align-items: center; gap: 20px; font-weight: 600; padding: 0 30px;}
.com-post-move-box dt img {width: 10px;}
.com-post-move-box dd {padding-right: 30px;}
.com-post-move-box dd a {font-size: 15px;}
.com-post-move-box dd a:where(:hover,:focus) {text-decoration: underline; text-underline-position: under;}
.com-post-move-box .prev-box dt img {transform: rotate(180deg);}

@media screen and (max-width: 1080px) {
    .com-post-move-box dt {font-size: 15px; gap: 10px; padding: 0 20px;}
    .com-post-move-box dt img {width: 9px;}
    .com-post-move-box dd a {font-size: 14px;}
}

@media screen and (max-width: 768px) {
    .com-post-move-box > div {flex-wrap: wrap; padding: 0;}
    .com-post-move-box dt {width: 100%; padding: 10px; justify-content: center; background-color: #f1f1f1; border-bottom: 1px solid #ddd; font-size: 14px;}
    .com-post-move-box dd {width: 100%; padding: 12px 10px; text-align: center; font-size: 13px;}
}

/* 게시글 작성 */
.com-post-write {}
.com-post-write.admin {}
.com-post-write.admin .com-tbl-wrap.type-06 td {padding: 10px;}
.com-post-write.admin .com-tbl-wrap.type-06 th {padding: 10px 30px;}
.com-post-write.admin :where(input:where([type="text"],[type="password"]), select) {height: 40px; padding: 0 10px;}
.com-post-write.admin textarea {height: 170px;}
.com-post-write.admin .com-post-tag-list {padding: 10px;}

.com-post-write .mw-440 {max-width: 440px;}
.com-post-write .mw-230 {max-width: 230px;}
.com-post-write .icon-star {color: #FF0000; font-weight: 800; padding-right: 5px;}
.com-post-write :where(input:where([type="text"],[type="password"]), select, textarea, .com-post-tag-list) {border: 1px solid #ccc;}
.com-post-write :where(input:where([type="text"],[type="password"]), select) {height: 50px; padding: 0 12px;}
.com-post-write textarea {height: 246px; padding: 10px 15px;}
.com-post-write select {appearance: none; background: url("/resources/user/web/img/icon/icon_down_arrow_02.svg") no-repeat center right 12px; padding-right: 30px;}
.com-post-write input:where([type="text"],[type="password"]) {width: 100%;}
.com-post-write input:where([type="text"],[type="password"])::placeholder {color: #888;}
.com-post-write .phone {display: flex; align-items: center; gap: 7px;}
.com-post-write .phone li:not(.dash) {width: 100%; max-width: 160px;}
.com-post-write .phone .dash {flex-shrink: 0;}
.com-post-write .phone select {width: 100%;}
.com-post-write .com-post-tag-list {padding: 25px 20px;}
.com-post-write .com-post-tag-list .add-box {height: auto;}
.com-post-write .robot-block {display: flex; flex-wrap: wrap; align-items: center; gap: 12px 20px;}

@media screen and (max-width: 1080px) {
    .com-post-write.admin textarea {height: 130px;}
    .com-post-write.admin :where(input:where([type="text"],[type="password"]), select) {height: 35px; padding: 5px 8px;}

    .com-post-write :where(input:where([type="text"],[type="password"]), select) {height: 40px; padding: 0 9px;}
    .com-post-write .phone li:not(.dash) {max-width: 120px;}
    .com-post-write .com-post-tag-list {padding: 15px;}
    .com-post-write textarea {height: 190px; padding: 10px;}
}

@media screen and (max-width: 768px) {
    .com-post-write :is(.mw-440,.mw-230) {max-width: unset;}
    .com-post-write .phone {gap: 4px;}
    .com-post-write .phone li:not(.dash) {max-width: unset;}
}

/* 게시글 고정 글귀 01 */
.com-post-fixed-box-01 {margin-bottom: 30px;}
.com-post-fixed-box-01 img {margin: 0 auto;}

@media screen and (max-width: 1080px) {
    .com-post-fixed-box-01 {margin-bottom: 20px;}
    .com-post-fixed-box-01 img {max-height: 100px;}
}

@media screen and (max-width: 768px) {
    .com-post-fixed-box-01 {margin-bottom: 10px;}
}


/* 설문조사 01 */
.com-survey-01 {--wh-pdl: 55px;}
.com-survey-01 textarea {background-color: #fff; border: 1px solid #ddd; color: #888; padding: 15px; height: 155px;}
.com-survey-01 .com-radio-01 .circle,
.com-survey-01 .com-checkbox-01 .square {width: 25px; height: 25px; border-color: #d9d9d9;}
.com-survey-01 .com-radio-01 input[type="radio"]:checked + label .circle {border-width: 7px !important;}
.com-survey-01 :where(.com-radio-01, .com-checkbox-01) {width: fit-content;}
.com-survey-01 :where(.com-radio-01, .com-checkbox-01) label {gap: 11px;}
.com-survey-01 .survey-box {margin-top: 40px;}
.com-survey-01 .qa-box:not(:last-of-type) {margin-bottom: 20px;}
.com-survey-01 .title {font-size: 20px; color: #000; font-weight: 600; margin-bottom: 26px;}
.com-survey-01 .question-box {display: flex; min-height: var(--wh-pdl);}
.com-survey-01 .question-box .num {flex-shrink: 0; width: var(--wh-pdl); display: flex; justify-content: center; align-items: center; background-color: #004386; color: #fff; font-weight: 600; font-size: 18px;}
.com-survey-01 .question-box .txt {width: 100%; background-color: #f9f9f9; color: #000; font-size: 17px; font-weight: 600; display: flex; flex-direction: column; justify-content: center; padding: 10px 20px;}
.com-survey-01 .answer-box {padding: 25px 0 25px var(--wh-pdl); display: flex; flex-direction: column; gap: 40px;}
.com-survey-01 .answer-box textarea {}

.com-survey-01 .multiple-choice-01 > li {display: flex; flex-direction: column; gap: 15px;}
.com-survey-01 .multiple-choice-01 > li:not(:last-of-type) {margin-bottom: 10px;}
.com-survey-01 .input-text-01 {width: 100%; padding: 0 20px; height: 55px; color: #888;}
.com-survey-01 .multiple-choice-02 {display: flex; flex-direction: column; gap: 10px;}
.com-survey-01 .multiple-choice-02 .line-box {display: flex; align-items: center;}
.com-survey-01 .multiple-choice-02 .line-box > div {padding: 0 10px;}
.com-survey-01 .multiple-choice-02 .line-box > div:first-of-type {width: 30%; text-align: left;}
.com-survey-01 .multiple-choice-02 .line-box > div:first-of-type::before,
.com-survey-01 .multiple-choice-02 .line-box > div:first-of-type::after {display: none;}
.com-survey-01 .multiple-choice-02 .line-box > div {width: calc(70% / 5); text-align: center; position: relative;}
.com-survey-01 .multiple-choice-02 .line-box > div::before,
.com-survey-01 .multiple-choice-02 .line-box > div::after {content: ""; width: 50%; border-top: 1px dashed #ddd; position: absolute; bottom: 12px;}
.com-survey-01 .multiple-choice-02 .line-box > div::before {left: 0;}
.com-survey-01 .multiple-choice-02 .line-box > div::after {left: 50%;}
.com-survey-01 .multiple-choice-02 .line-box > div:nth-of-type(2)::before,
.com-survey-01 .multiple-choice-02 .line-box > div:last-of-type::after {display: none;} 
.com-survey-01 .multiple-choice-02 .line-box.hd-box {border-bottom: 1px solid #ddd; padding-bottom: 10px; margin-bottom: 7px;}
.com-survey-01 .multiple-choice-02 .line-box.hd-box > div:first-of-type {opacity: 0;}
.com-survey-01 .multiple-choice-02 .line-box.hd-box > div::before,
.com-survey-01 .multiple-choice-02 .line-box.hd-box > div::after {display: none;}
.com-survey-01 .multiple-choice-02 .com-radio-01 {margin: 0 auto; position: relative; z-index: 1;}
.com-survey-01 .multiple-choice-02 .com-radio-01 label {display: flex; flex-direction: column; gap: 5px; font-size: 13px;}
.com-survey-01 .multiple-choice-03 {}
.com-survey-01 .multiple-choice-03 .hd-box {color: #000; background-color: #F0F5FA; text-align: center; padding: 20px 10px; margin-bottom: 27px; font-weight: 500;}
.com-survey-01 .multiple-choice-03 .degree-box {display: flex; align-items: center; gap: 20px; padding: 0 20px;}
.com-survey-01 .multiple-choice-03 .degree-box p {width: 12%;}
.com-survey-01 .multiple-choice-03 .degree-box p:last-of-type {text-align: right;}
.com-survey-01 .multiple-choice-03 .com-radio-02 label {margin: 0 auto;}
.com-survey-01 .multiple-choice-03 .list {width: 76%; display: flex; align-items: center;}
.com-survey-01 .multiple-choice-03 .list li {width: 100%; position: relative;}
.com-survey-01 .multiple-choice-03 .list li::before,
.com-survey-01 .multiple-choice-03 .list li::after {content: ""; width: 50%; border-top: 1px dashed #ddd; position: absolute; top: 50%; transform: translateY(-50%);}
.com-survey-01 .multiple-choice-03 .list li::before {left: 0;}
.com-survey-01 .multiple-choice-03 .list li::after {left: 50%;}
.com-survey-01 .multiple-choice-03 .list li:first-of-type::before,
.com-survey-01 .multiple-choice-03 .list li:last-of-type::after {display: none;}
.com-survey-01 .btn-01 {color: #000; background-color: #eee; border-radius: 30px; padding: 5px 15px; font-size: 14px;}
.com-survey-01 .btn-01:where(:hover,:focus) {filter: brightness(0.9);}
.com-survey-01 .btn-box-01 {display: flex; flex-wrap: wrap; gap: 5px 10px;}
.com-survey-01 .chart-result-box-01 {display: flex; align-items: flex-start; gap: 40px; justify-content: space-between;}
.com-survey-01 .chart-result-box-01 .chart-box {width: 60%;}
.com-survey-01 .chart-result-box-01 .result-box {width: 40%;}
.com-survey-01 .chart-result-box-01 .result-box .list {}
.com-survey-01 .chart-result-box-01 .result-box .list li {display: flex; justify-content: space-between; gap: 20px;}
.com-survey-01 .chart-result-box-01 .result-box .list li:not(:last-of-type) {margin-bottom: 5px;}
.com-survey-01 .chart-result-box-01 .result-box .list .type {display: flex; gap: 10px;}
.com-survey-01 .chart-result-box-01 .result-box .list .type .num {flex-shrink: 0; width: 26px; height: 26px; display: flex; justify-content: center; align-items: center; color: #fff; background-color: #5479BF; border-radius: 3px; font-size: 13px; font-weight: 600;}
.com-survey-01 .chart-result-box-01 .result-box .list :where(.type .txt, .value) {padding-top: 4px;}
.com-survey-01 .chart-result-box-01 .result-box .list .value {flex-shrink: 0;}
.com-survey-01 .result-list-01 {color: #000;}
.com-survey-01 .result-list-01 .cnt {text-align: right; margin-bottom: 10px;}
.com-survey-01 .result-list-01 .list {max-height: 201px; overflow: auto; background-color: #eee; border: 1px solid #ddd;}
.com-survey-01 .result-list-01 .list > div {display: flex; align-items: center; padding: 10px 0;}
.com-survey-01 .result-list-01 .list > div:not(:last-of-type) {border-bottom: 1px solid #ddd;}
.com-survey-01 .result-list-01 dt {flex-shrink: 0; width: 130px; font-weight: 800; font-size: 14px; text-align: center;}
.com-survey-01 .result-list-01 dd {font-size: 16px; padding-right: 20px;}

@media screen and (max-width: 1080px) { 
    .com-survey-01 {--wh-pdl: 45px;}
    .com-survey-01 .title {font-size: 18px; margin-bottom: 20px;}
    .com-survey-01 .question-box .num {font-size: 16px;}
    .com-survey-01 .question-box .txt {font-size: 15px; padding: 10px 15px;}
    .com-survey-01 .answer-box {font-size: 14px; padding: 20px 0 20px var(--wh-pdl);}
    .com-survey-01 .com-radio-01 .circle, 
    .com-survey-01 .com-checkbox-01 .square {width: 20px; height: 20px;}
    .com-survey-01 :where(.com-radio-01, .com-checkbox-01) label {gap: 9px;}
    .com-survey-01 .input-text-01 {height: 45px; padding: 0 15px;}
    .com-survey-01 .multiple-choice-02 .line-box > div::before, 
    .com-survey-01 .multiple-choice-02 .line-box > div::after {bottom: 9px;}
    .com-survey-01 .multiple-choice-03 .com-radio-02 label {font-size: 15px; width: 45px; height: 45px;}
    .com-survey-01 .btn-01 {font-size: 13px; gap: 12px;}
    .com-survey-01 .btn-box-01 {gap: 5px;}
    .com-survey-01 .chart-result-box-01 .result-box .list .type {gap: 7px;}
    .com-survey-01 .chart-result-box-01 .result-box .list .type .num {font-size: 12px; width: 23px; height: 23px;}
    .com-survey-01 .result-list-01 dt {width: 90px; font-size: 13px;}
    .com-survey-01 .result-list-01 dd {font-size: 14px; padding-right: 10px;}
}

@media screen and (max-width: 768px) {  
    .com-survey-01 {--wh-pdl : 40px;}
    .com-survey-01 textarea {padding: 10px; height: 120px;}
    .com-survey-01 .question-box .num {font-size: 15px;}
    .com-survey-01 .question-box .txt {font-size: 14px;}
    .com-survey-01 .multiple-choice-02 {gap: 30px;}
    .com-survey-01 .multiple-choice-02 .line-box.hd-box {border-bottom: none; padding-bottom: 0; margin-bottom: 0;}
    .com-survey-01 .multiple-choice-02 .line-box.hd-box > div {display: none;}
    .com-survey-01 .multiple-choice-02 .line-box.hd-box > div:first-of-type {opacity: 1; display: block; text-align: center; border: 1px solid #000; font-weight: 600; color: #000; padding: 10px; margin-bottom: 0;}
    .com-survey-01 .multiple-choice-02 .line-box {flex-wrap: wrap;}
    .com-survey-01 .multiple-choice-02 .line-box > div {padding: 0; width: 20%;}
    .com-survey-01 .multiple-choice-02 .line-box > div:first-of-type {width: 100%; margin-bottom: 17px;}    .com-survey-01 .chart-result-box-01 {flex-wrap: wrap; gap: 0;}
    .com-survey-01 .multiple-choice-03 .hd-box {margin-bottom: 20px;}
    .com-survey-01 .multiple-choice-03 .degree-box {flex-wrap: wrap; justify-content: space-between; gap: 10px 0; padding: 0 10px;}
    .com-survey-01 .multiple-choice-03 .degree-box p {width: 40%; font-size: 13px;}
    .com-survey-01 .multiple-choice-03 .list {width: 100%; order: 3;}
    .com-survey-01 .multiple-choice-03 .com-radio-02 label {font-size: 13px; width: 40px; height: 40px;}
    .com-survey-01 .chart-result-box-01 .chart-box {width: 100%;}
    .com-survey-01 .chart-result-box-01 .result-box {width: 100%;}
}



/* 게시판 페이지네이션 01 */
.com-pagination-01 {--next-prev-mg-lr: 8px; --i-mg-lr: -3px; display: flex; gap: 4px; font-size: 15px; justify-content: center; margin-top: 46px; flex-wrap: wrap;}
.com-pagination-01 li {}
.com-pagination-01 button {width: 30px; height: 35px; display: flex; justify-content: center; align-items: center; text-align: center; background-color: var(--bg--bg-primary); border: 1px solid #ccc; color: #aaa;}
.com-pagination-01 button:not(.active):where(:hover,:focus) {background-color: #f1f1f1;}
html[data-mode="dark"] .com-pagination-01 button:not(.active):where(:hover,:focus) {background-color: #000;}
.com-pagination-01 button.active {color: #fff; background-color: var(--contents--accent-color);}
.com-pagination-01 button i {font-size: 13px;}
.com-pagination-01 .btn-prev {margin-right: var(--next-prev-mg-lr);}
.com-pagination-01 .btn-next {margin-left: var(--next-prev-mg-lr);}
.com-pagination-01 :where(.btn-begin,.btn-end) i:first-of-type {margin-right: var(--i-mg-lr);}
.com-pagination-01 :where(.btn-begin,.btn-end) i:last-of-type {margin-left: var(--i-mg-lr);}

@media screen and (max-width: 768px) {
    .com-pagination-01 {--next-prev-mg-lr: 3px; font-size: 13px;}
    .com-pagination-01 button {width: 25px; height: 30px;}
    .com-pagination-01 button i {font-size: 11px;}
}


/* 게시판 리스트 01 */
.com-brd-list-01 {text-align: center;}
.com-brd-list-01 table {border-top: 2px solid #A61660;}
.com-brd-list-01 :where(td,th) {padding: 12px 5px;}
.com-brd-list-01 tr {border-bottom: 1px solid #ddd;}
.com-brd-list-01 .td-title .etc-list {--gap-pdl: 16px; display: flex; gap: 5px var(--gap-pdl); font-size: 15px; flex-wrap: wrap;}
.com-brd-list-01 .td-title .etc-list li {position: relative;}
.com-brd-list-01 .td-title .etc-list li:not(:first-of-type) {padding-left: var(--gap-pdl);}
.com-brd-list-01 .td-title .etc-list li:not(:first-of-type)::before {content: ""; width: 1px; height: 60%; background-color: var(--contents---primary); position: absolute; top: 50%; left: 0; transform: translateY(-50%);}
.com-brd-list-01 .td-title .title {display: block; width: fit-content; text-align: left; line-height: 1.4; margin-bottom: 10px; font-weight: 600;}
.com-brd-list-01.survey .td-title .title {margin-bottom: 0;}
.com-brd-list-01 .td-title .title:where(:hover,:focus) {text-decoration: underline; text-underline-position: under;}
.com-brd-list-01 .td-title .title img {display: inline-block; vertical-align: text-bottom;}
.com-brd-list-01 .td-title .title :where(.icon-reply, .icon-lock) {margin-right: 5px;}
.com-brd-list-01 .td-title .title .icon-new {margin-left: 5px;}
.com-brd-list-01 .icon-download {width: 25px; height: 25px; display: flex; justify-content: center; align-items: center; color: var(--contents--dominant-color); border-radius: 3px; border: 1px solid #aaa; background-color: #fff; margin: 0 auto; font-size: 16px;}
.com-brd-list-01 .icon-download:where(:hover,:focus) {filter: brightness(0.9);}
.com-brd-list-01 .brd-writer {font-size: 15px;}
.com-brd-list-01 :where(.tag-type-01,.tag-type-02) {padding: 8px; font-size: 14px; border-radius: 50px;}
.com-brd-list-01 .tag-type-01 {max-width: 75px; width: 100%; color: #fff; background-color: #444;}
.com-brd-list-01 .tag-type-02 {max-width: 55px; width: 100%;}
.com-brd-list-01 .tag-type-02.type-01 {color: #fff; background-color: #004386;}
.com-brd-list-01 .tag-type-02.type-02 {color: #fff; background-color: #888;}
.com-brd-list-01 .icon-notice {margin: 0 auto;}
.com-brd-list-01 .tr-noticed {background-color: #f9f9f9;}
.com-brd-list-01 .tr-closed {background-color: #f1f1f1;}
.com-brd-list-01 .answer-status {font-weight: 600;}
.com-brd-list-01 .answer-complete {color: #888;}
.com-brd-list-01 .answer-waiting {color: var(--main01);}

@media screen and (max-width: 1080px) {
    .com-brd-list-01 {font-size: 14px;}
    .com-brd-list-01 .td-title .etc-list {--gap-pdl: 10px; font-size: 13px;}
    .com-brd-list-01 .brd-writer {font-size: 13px;}
    .com-brd-list-01 .td-title .title {margin-bottom: 5px;}
    .com-brd-list-01 .td-title .title .icon-new {width: 17px; margin-left: 3px;}
    .com-brd-list-01 .td-title .title :where(.icon-reply, .icon-lock) {margin-right: 3px;}
    .com-brd-list-01 :where(.tag-type-01,.tag-type-02) {font-size: 13px; padding: 6px 8px;}
    .com-brd-list-01 .tag-type-01 {max-width: 65px;}
}

@media screen and (max-width: 768px) {

    /* 스크롤로 변경 */
    .com-brd-list-01.scroll {overflow: auto;}
    .com-brd-list-01.scroll table {width: 900px;}
    .com-brd-list-01.scroll :where(.tag-type-01,.tag-type-02) {font-size: 12px;}


    /* 다른 스타일로 변경 */
    .com-brd-list-01.normal table {}
    .com-brd-list-01.normal colgroup {display: none;}
    .com-brd-list-01.normal tr {display: flex; align-items: center; flex-wrap: wrap; padding: 10px 5px; gap: 10px 6px;}
    .com-brd-list-01.normal .td-title {order: -1; width: 100%;}
    .com-brd-list-01.normal :where(td,th) {padding: 0;}
    .com-brd-list-01.normal .brd-num {font-weight: 600;}
    .com-brd-list-01.normal .brd-num::before {content: "No. ";}
    .com-brd-list-01.normal :where(.tag-type-01,.tag-type-02) {font-size: 12px; padding: 5px 8px;}
    .com-brd-list-01.normal .tag-type-01 {max-width: unset; width: auto;}
    .com-brd-list-01.normal .icon-notice {width: 18px;}
}

/* 게시판 리스트 02 */
.com-brd-list-02 {border-top: 2px solid #A61660;}
.com-brd-list-02 > li {border-bottom: 1px solid #ddd;}
.com-brd-list-02 > li.reversed a {background-color: var(--bg--sub-bg); flex-direction: row-reverse;}
.com-brd-list-02 a {display: flex; padding: 25px 45px; justify-content: space-between; align-items: center; gap: 40px; background-color: #fff;}
.com-brd-list-02 a:where(:hover,:focus) {filter: brightness(0.9);}
.com-brd-list-02 a:where(:hover,:focus) .title {text-decoration: underline; text-underline-position: under;}
.com-brd-list-02 a:where(:hover,:focus) .img-box img {transform: scale(1.1);}
.com-brd-list-02 .title {font-size: 22px; color: #000; font-weight: 600;}
.com-brd-list-02 .ctt {color: #555; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; text-overflow: ellipsis; font-weight: 500; margin-top: 20px;}
.com-brd-list-02 .date {color: #888; margin-top: 54px;}
.com-brd-list-02 .img-box {aspect-ratio: 380 / 238; flex-shrink: 0; width: 380px; overflow: hidden;}
.com-brd-list-02 .img-box img {width: 100%; height: 100%; transition: 0.5s; object-fit: cover;}

@media screen and (max-width: 1080px) {
    .com-brd-list-02 .img-box {width: 300px;}
    .com-brd-list-02 .txt-box {font-size: 14px;}
    .com-brd-list-02 .title {font-size: 20px;}
    .com-brd-list-02 .ctt {margin-top: 10px;}
    .com-brd-list-02 .date {margin-top: 50px;}
    .com-brd-list-02 a {padding: 20px;}
}

@media screen and (max-width: 768px) {
    .com-brd-list-02 a {gap: 25px; padding: 15px 10px;}
    .com-brd-list-02 .img-box {width: 200px;}
    .com-brd-list-02 .title {font-size: 18px;}
    .com-brd-list-02 .ctt {margin-top: 5px;}
    .com-brd-list-02 .date {margin-top: 30px;}
}

@media screen and (max-width: 480px) {
    .com-brd-list-02 a {flex-wrap: wrap-reverse; gap: 12px;}
    .com-brd-list-02 .txt-box {padding: 0 5px;}
    .com-brd-list-02 .img-box {width: 100%;}
}

/* 게시판 리스트 03 */
.com-brd-list-03 {display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 25px 20px;}
.com-brd-list-03 a {display: block;}
.com-brd-list-03 a:where(:hover,:focus) {box-shadow: 0 0 15px #ccc;}
.com-brd-list-03 a:where(:hover,:focus) .img-box img {transform: scale(1.1);}
.com-brd-list-03 a:where(:hover,:focus) .title {color: var(--contents--dominant-color);}
.com-brd-list-03 a:where(:hover,:focus) .arrow {background-color: var(--btn--btn-color02);}

.com-brd-list-03 .img-box {aspect-ratio: 310 / 188; width: 100%; overflow: hidden;}
.com-brd-list-03 .img-box img {width: 100%; height: 100%; transition: 0.5s; object-fit: cover;}
.com-brd-list-03 .txt-box {background-color: #fff; position: relative; padding: 20px 15px; border: 1px solid #ddd; border-top: none;}
.com-brd-list-03 .title {font-size: 17px; font-weight: 600; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.com-brd-list-03 .date {color: var(--contents--text-color555); margin-top: 10px; font-size: 14px; display: flex; justify-content: space-between;}
.com-brd-list-03 .arrow {width: 58px; height: 14px; clip-path: polygon(0 80%, 0 100%, 100% 100%, 80% 0, 74% 0, 90% 80%); background-color: #ddd; margin-top: 7px; transition: 0.3s;}

@media screen and (max-width: 1080px) {
    .com-brd-list-03 {gap: 15px;}
    .com-brd-list-03 .txt-box {padding: 12px 10px;}
    .com-brd-list-03 .title {font-size: 15px;}
    .com-brd-list-03 .date {font-size: 13px; margin-top: 7px;}
    .com-brd-list-03 .arrow {width: 40px; height: 10px;}
}

@media screen and (max-width: 768px) {
    .com-brd-list-03 {grid-template-columns: repeat(2, minmax(0,1fr));}
}

@media screen and (max-width: 480px) {
    .com-brd-list-03 {grid-template-columns: repeat(1, minmax(0,1fr));}
}

/* 게시판 리스트 04 */
.com-brd-list-04 {}
.com-brd-list-04 .ta-left-pdlr {text-align: left; padding: 0 15px;}
.com-brd-list-04 table {border-left: 1px solid #ddd; border-top: 2px solid #A61660; text-align: center;}
.com-brd-list-04 :where(th,td) {border-right: 1px solid #ddd; border-bottom: 1px solid #ddd;}
.com-brd-list-04 thead :where(th,td) {font-size: 17px; padding: 20px 10px;}
.com-brd-list-04 tbody :where(th,td) {font-size: 16px; padding: 10px;}
.com-brd-list-04 th {background-color: #fafafa; color: #000; font-weight: 600;}
.com-brd-list-04 td {font-weight: 500;}

@media screen and (max-width: 1080px) {
    .com-brd-list-04 :where(th,td) {padding: 15px 10px;}
    .com-brd-list-04 thead :where(th,td) {font-size: 15px; padding: 15px 10px;}
    .com-brd-list-04 tbody :where(th,td) {font-size: 14px;}
    .com-brd-list-04 .ta-left-pdlr {padding: 0 10px;}
}

@media screen and (max-width: 768px) {
    /* 스크롤 O */
    .com-brd-list-04.scroll {overflow: auto;}
    .com-brd-list-04.scroll table {width: 900px;}
}

@media screen and (max-width: 480px) {
    
}

/* 게시판 리스트 05 */
.com-brd-list-05 {border-top: 2px solid #A61660;}
.com-brd-list-05 > li {border-bottom: 1px solid #ddd;}
.com-brd-list-05 a {display: flex; align-items: center; gap: 37px; padding: 30px 40px;}
html[data-mode="dark"] .com-brd-list-05 a:where(:hover,:focus) {background-color: #000;}
.com-brd-list-05 a:where(:hover,:focus) {background-color: #f1f1f1;}
.com-brd-list-05 a:where(:hover,:focus) .title {text-decoration: underline; text-underline-position: under;}
.com-brd-list-05 a:where(:hover,:focus) .img-box img {transform: scale(1.1);}
.com-brd-list-05 .img-box {flex-shrink: 0; width: 320px; aspect-ratio: 320 / 200; overflow: hidden;}
.com-brd-list-05 .img-box img {width: 100%; height: 100%; transition: 0.5s; object-fit: cover;}
.com-brd-list-05 .txt-box {width: 100%; font-weight: 500; display: flex; flex-direction: column; justify-content: center;}
.com-brd-list-05 .title {font-size: 17px; font-weight: 800; line-height: 1.4;}
.com-brd-list-05 .title img {display: inline-block; vertical-align: text-bottom; margin-left: 10px;}
.com-brd-list-05 .ctt {font-size: 16px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; text-overflow: ellipsis; margin-top: 18px; line-height: 1.5;}
.com-brd-list-05 .etc-list {--pd-r-mg-l: 12px; font-size: 15px; display: flex; margin-top: 34px;}
.com-brd-list-05 .etc-list li:not(:last-of-type) {padding-right: var(--pd-r-mg-l); margin-right: var(--pd-r-mg-l); position: relative;}
.com-brd-list-05 .etc-list li:not(:last-of-type)::after {content: ""; width: 1px; height: 70%; background-color: var(--contents---primary); position: absolute; top: 50%; right: 0; transform: translateY(-50%);}

@media screen and (max-width: 1080px) {
    .com-brd-list-05 a {gap: 25px; padding: 20px 25px;}
    .com-brd-list-05 .title {font-size: 16px;}
    .com-brd-list-05 .ctt {font-size: 15px; margin-top: 13px;}
    .com-brd-list-05 .etc-list {font-size: 14px; margin-top: 26px;}
    .com-brd-list-05 .img-box {width: 280px;}
    .com-brd-list-05 .title img {margin-left: 5px; margin-bottom: 1px;}
    .com-brd-list-05 .icon-new {width: 18px;}
}

@media screen and (max-width: 768px) {
    .com-brd-list-05 a {flex-wrap: wrap; padding: 15px 10px; gap: 15px;}
    .com-brd-list-05 .img-box {width: 100%;}
    .com-brd-list-05 .txt-box {width: 100%;}
    .com-brd-list-05 .title {font-size: 15px;}
    .com-brd-list-05 .ctt {font-size: 14px; margin-top: 13px;}
    .com-brd-list-05 .etc-list {font-size: 13px; margin-top: 26px;}
    .com-brd-list-05 .icon-new {width: 16px;}
}

@media screen and (max-width: 480px) {
    
}

/* 게시판 리스트 06 */
.com-brd-list-06 {display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); padding: 40px 30px; gap: 35px; border-top: 2px solid #A61660;}
.com-brd-list-06 > li {border: 1px solid #ddd;}
.com-brd-list-06 a {display: block; padding: 20px;}
.com-brd-list-06 a:where(:hover,:focus) {background-color: #f1f1f1;}
.com-brd-list-06 a:where(:hover,:focus) .title {text-decoration: underline; text-underline-position: under;} 
.com-brd-list-06 a:where(:hover,:focus) .img-box img {transform: scale(1.1);}
.com-brd-list-06 a:where(:hover,:focus) .icon-play {border-color: #A6165F;}
.com-brd-list-06 a:where(:hover,:focus) .icon-play .triangle {background-color: #A6165F;}
.com-brd-list-06 a:where(:hover,:focus) {}
.com-brd-list-06 .img-box {aspect-ratio: 350 / 200; width: 100%; position: relative; overflow: hidden;}
.com-brd-list-06 .img-box img {width: 100%; height: 100%; transition: 0.5s; object-fit: cover;}
.com-brd-list-06 .txt-box {text-align: center; padding-top: 25px;}
.com-brd-list-06 .cover-box {width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-color: rgba(0, 0, 0, 0.4);}
.com-brd-list-06 .icon-play {width: 64px; height: 64px; border: 2px solid #d9d9d9; border-radius: 50%; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); display: flex; justify-content: center; align-items: center; transition: 0.3s;}
.com-brd-list-06 .icon-play .triangle {width: 18px; height: 20px; background-color: #d9d9d9; clip-path: polygon(0 0, 100% 50%, 0 100%); transition: 0.3s;}
.com-brd-list-06 .title {font-size: 17px; font-weight: 600; margin-bottom: 10px; min-height: 40px;}
.com-brd-list-06 .date {font-size: 15px; color: #888;}

@media screen and (max-width: 1080px) {
    .com-brd-list-06 {padding: 15px 10px; gap: 15px;}
    .com-brd-list-06 a {padding: 0;}
    .com-brd-list-06 .txt-box {padding: 15px 10px;}
    .com-brd-list-06 .title {font-size: 15px; min-height: 36px;}
    .com-brd-list-06 .date {font-size: 13px;}
    .com-brd-list-06 .icon-play {width: 50px; height: 50px;}
    .com-brd-list-06 .icon-play .triangle {width: 14px; height: 16px;}
}

@media screen and (max-width: 768px) {
    .com-brd-list-06 {grid-template-columns: repeat(2, minmax(0,1fr));}
}

@media screen and (max-width: 480px) {
    .com-brd-list-06 {grid-template-columns: repeat(1, minmax(0,1fr));}
}

/* 게시판 리스트 07 */
.com-brd-list-07 {}
.com-brd-list-07 > li {display: flex; gap: 30px;}
.com-brd-list-07 > li:not(:last-of-type) {margin-bottom: 40px;}
.com-brd-list-07 .com-calendar-01 {flex-shrink: 0; width: 320px;}
.com-brd-list-07 .com-list-01 {width: 100%; height: 264px; overflow: auto;}

@media screen and (max-width: 1080px) {
    .com-brd-list-07 > li {gap: 20px;}
    .com-brd-list-07 > li:not(:last-of-type) {margin-bottom: 30px;}
    .com-brd-list-07 .com-calendar-01 {width: 290px;}
    .com-brd-list-07 .com-list-01 {height: 259px;}
}

@media screen and (max-width: 768px) {
    .com-brd-list-07 > li {flex-wrap: wrap; gap: 15px;}
    .com-brd-list-07 .com-calendar-01 {width: 100%;}
    .com-brd-list-07 .com-list-01 {height: auto;}
    .com-brd-list-07 .com-list-01 > div:last-of-type {border-bottom: none;}
}

/* 게시판 리스트 08 */
.com-brd-list-08 {border-top: 2px solid var(--border--board-header); line-height: 1.5;}
.com-brd-list-08 > li {border-bottom: 1px solid var(--border--table-td);}
.com-brd-list-08 .qa-box .inner {display: flex; position: relative; padding: 15px 70px 15px 0;}
.com-brd-list-08 .qa-mark {flex-shrink: 0; width: 80px; font-size: 23px; font-weight: 800; text-align: center; color: var(--contents--accent-color);}
.com-brd-list-08 .qa-txt {width: 100%; font-size: 16px; font-weight: 600; padding-top: 6px;}
.com-brd-list-08 .btn-open-toggle {font-size: 24px; position: absolute; top: 50%; right: 25px; transform: translateY(-50%);}
.com-brd-list-08 .btn-open-toggle .xi-plus {color: #888;}
.com-brd-list-08 .btn-open-toggle .xi-minus {display: none; color: var(--contents--accent-color);}
.com-brd-list-08 .question-box {display: block;}
.com-brd-list-08 .question-box:not(.active):where(:hover,:focus) {background-color: #f9f9f9;}
html[data-mode="dark"] .com-brd-list-08 .question-box:not(.active):where(:hover,:focus) {background-color: #000;}
.com-brd-list-08 .question-box.active {background-color: var(--bg--board-header);}
.com-brd-list-08 .question-box.active .btn-open-toggle .xi-plus {display: none;}
.com-brd-list-08 .question-box.active .btn-open-toggle .xi-minus {display: block;}
.com-brd-list-08 .answer-box {display: none; border-top: 1px solid var(--border--table-td);}
.com-brd-list-08 .answer-box .qa-mark {color: #aaa;}
.com-brd-list-08 .answer-box .qa-txt {font-weight: 400;}
.com-brd-list-08 .com-with-shape-01 {font-size: 15px;}

@media screen and (max-width: 1080px) {
    .com-brd-list-08 .qa-box .inner {padding: 12px 60px 12px 0;}
    .com-brd-list-08 .qa-txt {font-size: 15px; padding-top: 5px;}
    .com-brd-list-08 .qa-mark {width: 65px; font-size: 20px;}
    .com-brd-list-08 .btn-open-toggle {font-size: 19px;}
}





@media screen and (max-width: 1560px) {
    
}
@media screen and (max-width: 1400px) {
    
}
@media screen and (max-width: 1240px) {
    
}
@media screen and (max-width: 1080px) {
    
}
@media screen and (max-width: 768px) {
    
}
@media screen and (max-width: 480px) {
    
}

/* 게시판 리스트 12 */
.com-brd-list-12 {}
.com-brd-list-12 .list {padding: 40px 30px; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); border-top: 2px solid var(--border--board-header); gap: 25px;} 
.com-brd-list-12 .list > li {} 
.com-brd-list-12 .list a {}
.com-brd-list-12 .list a:where(:hover,:focus) .txt-box {filter: brightness(0.9);}
html[data-mode="dark"] .com-brd-list-12 .list a:where(:hover,:focus) .txt-box {background-color: #000;}
.com-brd-list-12 .list a:where(:hover,:focus) .img-box img {transform: scale(1.1);}
.com-brd-list-12 .img-box {height: 180px; overflow: hidden;}
.com-brd-list-12 .img-box img {width: 100%; height: 100%; object-fit: cover; transition: 0.5s;}
.com-brd-list-12 .txt-box {padding: 25px 30px; border: 1px solid var(--border--table-td); border-top: none; font-size: 15px; color: #333; display: flex; flex-direction: column; gap: 6px; background-color: var(--bg--bg-primary); background:url(/resources/user/web/img/sub/subboard_arrow.png) no-repeat right 15px bottom 35px; transition: 0.5s;}
html[data-mode="dark"] .com-brd-list-12 .txt-box {color: #fff;}
.com-brd-list-12 .txt-box p {overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}

.com-brd-list-12 a:hover .txt-box {background:url(/resources/user/web/img/sub/subboard_arrow_hover.png) no-repeat right 15px bottom 35px;}
.com-brd-list-12 a:hover .txt-box .house-name {color:#004386;}

.com-brd-list-12 .house-type {}
.com-brd-list-12 .house-type .type {font-weight: 600; padding-right: 10px;}
.com-brd-list-12 .house-type .type.type-01 {color: var(--contents--accent-color);}
.com-brd-list-12 .house-type .type.type-02 {color: #004386;}
html[data-mode="dark"] .com-brd-list-12 .house-type .type.type-02 {color: var(--contents--accent-color);}
.com-brd-list-12 .house-name {font-size: 17px; color: var(--contents--primary); font-weight: 600;}
.com-brd-list-12 .rent {color: var(--contents--primary); font-weight: 600;}
.com-brd-list-12 .location {margin-top:10px;}

.com-brd-list-12 a:hover .box_shadow {box-shadow:0 4px 10px rgba(0, 0, 0, 0.15);}

@media screen and (max-width: 1080px) {
    .com-brd-list-12 .list {grid-template-columns: repeat(3, minmax(0, 1fr)); padding: 25px 20px; gap: 20px;}
    .com-brd-list-12 .img-box {height: 150px;}
    .com-brd-list-12 .txt-box {font-size: 14px; padding: 15px 17px; gap: 5px; background-position:right 10px bottom 25px !important; background-size:53px;}
    .com-brd-list-12 .house-name {font-size: 16px;}

    .com-brd-list-12 a:hover .txt-box {background-position:right 10px bottom 25px !important; background-size:53px;}
}

@media screen and (max-width: 768px) {
    .com-brd-list-12 .list {grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 15px 12px; gap: 13px;}
    .com-brd-list-12 .txt-box {font-size: 13px; background-position:right 10px bottom 20px !important; background-size:43px;}
    .com-brd-list-12 .house-name {font-size: 15px;}

    .com-brd-list-12 a:hover .txt-box {background-position:right 10px bottom 20px !important; background-size:43px;}
}

@media screen and (max-width: 480px) {
    .com-brd-list-12 .list {grid-template-columns: repeat(1, minmax(0, 1fr));}
    .com-brd-list-12 .txt-box p {white-space: unset;}
    .com-brd-list-12 .house-type {display: flex;}
    .com-brd-list-12 .house-type .type {flex-shrink: 0;}
}







