/* list  */
.notice-list#bo_list {margin-bottom: 300px;}
.notice-list > picture {text-align: center;}
.notice-list > picture img {width: 100%; max-width: 1920px; margin-bottom: 100px;}
.notice-list #fboardlist {max-width: 1360px; margin: 0 auto; padding: 0 15px;}
.notice-list #fboardlist #bo_list_total span {font-size: 16px; font-weight: 500; line-height: normal;}
.notice-list #fboardlist #bo_btn_top {display: flex; position: relative; margin: 10px 0 23px; align-items: center; justify-content: space-between;}
.notice-list #fboardlist #bo_btn_top:after {display: none;}
.notice-list #fboardlist #bo_btn_top .btn_bo_user {position: absolute; top: -40px; right: 0;}
.notice-list #fboardlist #bo_btn_top .search-box {position: relative; width: 100%; max-width: 380px;}
.notice-list #fboardlist #bo_btn_top .search-box input {width: 100%; padding: 0 10px; border-bottom: 1.4px solid #EEE; font-size: 16px; font-weight: 500; line-height: 40px; color: #000;}
.notice-list #fboardlist #bo_btn_top .search-box input::placeholder {color: #999;}
.notice-list #fboardlist #bo_btn_top .search-box input:focus-visible {border-color:#000; outline: unset;}
.notice-list #fboardlist #bo_btn_top .search-box button {position: absolute; top: 50%; right: 0; transform: translateY(-50%);}
.notice-list #fboardlist .chk_box input[type="checkbox"] + label span {float: unset; margin: auto;}
.notice-list #fboardlist .bo_notice td {background: none !important;}
.notice-list #fboardlist .td_subject a {display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;overflow: hidden; font-size: 16px; font-weight: 400;}
.notice-list #fboardlist .td_datetime {font-size: 15px; font-weight: 400; color: #666;}
.notice-list #fboardlist .tbl_head01 {margin: 0 0 72px;}
.notice-list #fboardlist .tbl_head01 td {border-color: #E3E3E3; vertical-align: middle;}
.notice-list #fboardlist .tbl_head01 td .td_num2 {font-size: 16px;}
.notice-list #fboardlist .tbl_head01 thead th {border-bottom: 1px solid #E3E3E3; font-size: 17px; font-weight: bold;}
.notice-list #fboardlist .notice_icon {height: 32px; padding: 0 12px; border-radius: 16px; font-size: 17px; line-height: 32px; color: #FFF; background: #75b3aa;}
.notice-list #fboardlist .tbl_wrap table {border-top: 2px solid #75b3aa;}
.notice-list #fboardlist .tbl_wrap .bo_tit > i,
.notice-list #fboardlist .tbl_wrap .bo_tit .new_icon {display: none;}
.notice-list .modal-wrap {display: none; position: fixed; z-index: 101; width: 100%; height: 100%; left: 0; top: 0;}
.notice-list .modal-wrap .modal-dim {position: absolute; width: 100%; height: 100%; left: 0; top: 0; background-color: rgba(17, 17, 17, 0.8);}
.notice-list .modal-wrap .modal-box {position: absolute; width: 100%; max-width: 1280px; height: 100%; max-height: calc(100vh - 100px); left: 50%; top: 50px; transform: translateX(-50%); overflow-y: auto; background-color: #fff; padding: 40px 45px 90px;}
.notice-list .modal-wrap .modal-box::-webkit-scrollbar {display: none;}
.notice-list .modal-wrap .modal-box h3 {font-size: 34px; font-weight: 700; color: #000; margin-bottom: 15px; text-align: center; line-height: 44px;}
.notice-list .modal-wrap .modal-box > ul {display: flex; flex-wrap: wrap; justify-content: center; gap: 5px; margin-bottom: 60px;}
.notice-list .modal-wrap .modal-box > ul li {display: flex; align-items: center; font-size: 13px; font-weight: 600; color: #b6b6b6;}
.notice-list .modal-wrap .modal-box > ul li:not(:first-child)::before {content: ''; margin-right: 5px; width: 1px; height: 14px; background-color: #b6b6b6;}
.notice-list .modal-wrap .modal-box .modal-close {position: absolute; top: 40px; right: 45px;}
.notice-list .modal-wrap .modal-box .modal-body p {text-align: center;}
.notice-list .modal-wrap .modal-box .modal-body p:not(:last-of-type) {margin-bottom: 50px;}
.notice-list .modal-wrap .modal-box .modal-body p img {max-width: 100%;}

/* write */
.notice-write .filter-wrap h2 {font-size: 18px; font-weight: 500; text-align: center; margin-bottom: 15px; color: #222;}
.notice-write .filter-wrap > p {font-size: 16px; font-weight: 400; text-align: center; margin-bottom: 15px; color: #4b4b49;}
.notice-write .filter-wrap .filter-list {margin-bottom: 20px; padding: 0 10px;}
.notice-write .filter-wrap .filter-list strong {display: block; font-size: 16px; font-weight: 500; margin-bottom: 10px; color: #167343;}
.notice-write .filter-wrap .filter-list ul {display: flex; flex-wrap: wrap; gap: 10px;}
.notice-write .image-drop-zone {border: 2px dashed #aaa; padding: 50px 20px; text-align: center; margin-bottom: 20px; cursor: pointer;}
.notice-write .image-drop-zone.dragover {border-color: #333;background: #f5f5f5;}
.notice-write .image-list {display: flex; gap: 0 20px; padding: 0 15px;}
.notice-write .image-list .image-item .remove-btn {position: absolute; top: 0; right: 0; background-color: rgba(0,0,0,.6); color: #fff; border: none; font-size: 15px; width: 20px; height: 20px; cursor: pointer;}

@media screen and (max-width: 1024px){
    /* list */
    .notice-list #fboardlist .notice_icon {height: 28px; padding: 0 8px; font-size: 14px; line-height: 28px;}
    .notice-list #fboardlist colgroup .col-checkbox {width: 10px !important;}
    .notice-list #fboardlist colgroup .col-num {width: 70px !important;}
    .notice-list #fboardlist colgroup .col-date {width: 100px !important;}
    .notice-list #fboardlist .tbl_head01 td {width: auto; height: 55px; font-size: 14px;}
    .notice-list #fboardlist .tbl_head01 thead th {font-size: 16px; padding: 15px 0;}
    .notice-list #fboardlist .td_subject a {font-size: 15px;}
    .notice-list #fboardlist .td_datetime {width: auto; font-size: 14px;}
}