@charset "utf-8";

#sub_bna.sub-common{position: relative; display: block; width: 100%;}
#sub_bna.sub-common .sec-sub-bna{position: relative; display: block; width: 100%; padding: 200px 0 160px; background-color: #ffffff; overflow: hidden;}
#sub_bna.sub-common .sec-sub-bna .cinner{position: relative; display: flex; flex-direction: column; align-items: center; gap: 100px; width: 100%; max-width: 1440px; padding: 0 20px; margin: 0 auto; box-sizing: border-box;}
#sub_bna.sub-common .sec-sub-bna .cinner .bna-notice-box{display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 12px; width: 100%; text-align: center;}
#sub_bna.sub-common .sec-sub-bna .cinner .bna-notice-box .bna-notice-title{margin: 0; font-family: 'NanumSquare', 'SUIT', sans-serif; font-size: 26px; font-weight: 700; line-height: 40px; color: #1C1C1C; word-break: keep-all;}
#sub_bna.sub-common .sec-sub-bna .cinner .bna-notice-box .bna-notice-desc{margin: 0; font-family: 'NanumSquare', 'SUIT', sans-serif; font-size: 20px; font-weight: 700; line-height: 34px; color: #939393; word-break: keep-all;}
#sub_bna.sub-common .sec-sub-bna .cinner .bna-filter-bar{display: flex; justify-content: space-between; align-items: center; gap: 20px; width: 100%; padding-bottom: 32px; border-bottom: 1px solid #B5BAC3; box-sizing: border-box;}
#sub_bna.sub-common .sec-sub-bna .cinner .bna-filter-bar .bna-cate-list{display: flex; align-items: center; gap: 0; overflow-x: auto;}
#sub_bna.sub-common .sec-sub-bna .cinner .bna-filter-bar .bna-cate-list .cate-pill{display: inline-flex; justify-content: center; align-items: center; min-width: 96px; height: 48px; padding: 0 24px; border: 1px solid transparent; border-radius: 8px; background-color: transparent; transition: all 0.2s ease; cursor: pointer; font-family: 'NanumSquare', 'SUIT', sans-serif; font-size: 20px; font-weight: 400; line-height: 34px; color: #707070; text-decoration: none; white-space: nowrap;}
#sub_bna.sub-common .sec-sub-bna .cinner .bna-filter-bar .bna-cate-list .cate-pill.active{border: 1px solid #16335D; background-color: #16335D; font-weight: 800; color: #ffffff;}
#sub_bna.sub-common .sec-sub-bna .cinner .bna-filter-bar .bna-search-form{display: flex; align-items: center; gap: 15px; height: 64px; padding: 0 24px 0 32px; border: 1px solid #B5BAC3; border-radius: 8px; background-color: #ffffff; box-sizing: border-box;}
#sub_bna.sub-common .sec-sub-bna .cinner .bna-filter-bar .bna-search-form .bna-search-input{width: 200px; height: 100%; border: none; outline: none; background: transparent; font-family: 'NanumSquare', 'SUIT', sans-serif; font-size: 18px; font-weight: 700; line-height: 26px; color: #1C1C1C;}
#sub_bna.sub-common .sec-sub-bna .cinner .bna-filter-bar .bna-search-form .bna-search-input::placeholder{font-family: 'NanumSquare', 'SUIT', sans-serif; font-size: 18px; font-weight: 700; color: #707070;}
#sub_bna.sub-common .sec-sub-bna .cinner .bna-filter-bar .bna-search-form .bna-search-btn{display: flex; justify-content: center; align-items: center; width: 32px; height: 32px; padding: 0; border: none; background: transparent; cursor: pointer;}
#sub_bna.sub-common .sec-sub-bna .cinner .bna-filter-bar .bna-search-form .bna-search-btn svg{display: block; width: 32px; height: 32px;}
#sub_bna.sub-common .sec-sub-bna .cinner #fboardlist{display: block; width: 100%;}
#sub_bna.sub-common .sec-sub-bna .cinner #fboardlist .bna-card-grid{display: grid; grid-template-columns: repeat(2, 1fr); gap: 50px 45px; width: 100%; box-sizing: border-box;}
#sub_bna.sub-common .sec-sub-bna .cinner #fboardlist .bna-card-grid .empty-list{grid-column: 1 / -1; display: block; width: 100%; padding: 120px 0; border-top: 1px solid #eeeeee; border-bottom: 1px solid #eeeeee; font-family: 'NanumSquare', 'SUIT', sans-serif; font-size: 18px; color: #747474; text-align: center;}
#sub_bna.sub-common .sec-sub-bna .cinner #fboardlist .bna-card-grid .bna-card{position: relative; display: flex; flex-direction: column; width: 100%; box-sizing: border-box;}
#sub_bna.sub-common .sec-sub-bna .cinner #fboardlist .bna-card-grid .bna-card .bna-check{position: absolute; top: 12px; left: 12px; z-index: 10; display: block;}
#sub_bna.sub-common .sec-sub-bna .cinner #fboardlist .bna-card-grid .bna-card .bna-check .selec-chk{position: absolute; top: 0; left: 0; width: 1px; height: 1px; padding: 0; margin: -1px; border: 0; opacity: 0; overflow: hidden;}
#sub_bna.sub-common .sec-sub-bna .cinner #fboardlist .bna-card-grid .bna-card .bna-check label{display: block; width: 22px; height: 22px; border: 1px solid #ffffff; background-color: rgba(0, 0, 0, 0.4); cursor: pointer;}
#sub_bna.sub-common .sec-sub-bna .cinner #fboardlist .bna-card-grid .bna-card .bna-check .selec-chk:checked + label{border-color: #16335D; background-color: #16335D; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: center; background-size: 14px 14px;}
#sub_bna.sub-common .sec-sub-bna .cinner #fboardlist .bna-card-grid .bna-card .bna-card-link{display: flex; flex-direction: column; gap: 32px; width: 100%; color: inherit; text-decoration: none;}
#sub_bna.sub-common .sec-sub-bna .cinner #fboardlist .bna-card-grid .bna-card .bna-card-link .bna-img-pair{display: flex; width: 100%; height: auto; background-color: #d9d9d9; overflow: hidden;}
#sub_bna.sub-common .sec-sub-bna .cinner #fboardlist .bna-card-grid .bna-card .bna-card-link .bna-img-pair .bna-img-col{position: relative; display: flex; width: 50%; aspect-ratio: 16/9; overflow: hidden;}
#sub_bna.sub-common .sec-sub-bna .cinner #fboardlist .bna-card-grid .bna-card .bna-card-link .bna-img-pair .bna-img-col .bna-img-box{position: relative; display: block; width: 100%; height: 100%; overflow: hidden;}
#sub_bna.sub-common .sec-sub-bna .cinner #fboardlist .bna-card-grid .bna-card .bna-card-link .bna-img-pair .bna-img-col .bna-img-box img{display: block; width: 100%; height: 100%; transition: transform 0.4s ease; object-fit: cover;}
#sub_bna.sub-common .sec-sub-bna .cinner #fboardlist .bna-card-grid .bna-card:hover .bna-img-pair .bna-img-col .bna-img-box img{transform: scale(1.03);}
#sub_bna.sub-common .sec-sub-bna .cinner #fboardlist .bna-card-grid .bna-card .bna-card-link .bna-img-pair .bna-img-col .bna-badge{position: absolute; bottom: 12px; left: 12px; z-index: 5; display: inline-flex; justify-content: center; align-items: center; padding: 4px 12px; border-radius: 4px; background-color: rgba(0, 0, 0, 0.6); font-family: 'NanumSquare', 'SUIT', sans-serif; font-size: 13px; font-weight: 700; color: #ffffff;}
#sub_bna.sub-common .sec-sub-bna .cinner #fboardlist .bna-card-grid .bna-card .bna-card-link .bna-img-pair .bna-img-col.is-locked .bna-img-box img{filter: blur(10px);}
#sub_bna.sub-common .sec-sub-bna .cinner #fboardlist .bna-card-grid .bna-card .bna-card-link .bna-img-pair .bna-img-col.is-locked .bna-img-box .lock-overlay{position: absolute; top: 0; left: 0; z-index: 4; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 8px; width: 100%; height: 100%; padding: 0 15px; background-color: rgba(0, 0, 0, 0.45); box-sizing: border-box; color: #ffffff; text-align: center;}
#sub_bna.sub-common .sec-sub-bna .cinner #fboardlist .bna-card-grid .bna-card .bna-card-link .bna-img-pair .bna-img-col.is-locked .bna-img-box .lock-overlay svg{display: block; width: 24px; height: 24px;}
#sub_bna.sub-common .sec-sub-bna .cinner #fboardlist .bna-card-grid .bna-card .bna-card-link .bna-img-pair .bna-img-col.is-locked .bna-img-box .lock-overlay .lock-txt{font-family: 'NanumSquare', 'SUIT', sans-serif; font-size: 14px; font-weight: 600; line-height: 1.4; color: #ffffff; text-align: center;}
#sub_bna.sub-common .sec-sub-bna .cinner #fboardlist .bna-card-grid .bna-card .bna-card-link .bna-info-box{display: flex; flex-direction: column; gap: 15px; width: 100%; box-sizing: border-box;}
#sub_bna.sub-common .sec-sub-bna .cinner #fboardlist .bna-card-grid .bna-card .bna-card-link .bna-info-box .bna-card-title{margin: 0; font-family: 'NanumSquare', 'SUIT', sans-serif; font-size: 22px; font-weight: 700; color: #1C1C1C; word-break: keep-all;}
#sub_bna.sub-common .sec-sub-bna .cinner #fboardlist .bna-card-grid .bna-card .bna-card-link .bna-info-box .bna-card-date{display: block; font-family: 'NanumSquare', 'SUIT', sans-serif; font-size: 18px; font-weight: 400; line-height: 28px; color: #747474;}
#sub_bna.sub-common .sec-sub-bna .cinner #fboardlist .board-footer-flex{position: relative; display: flex; justify-content: space-between; align-items: center; width: 100%; margin-top: 80px;}
#sub_bna.sub-common .sec-sub-bna .cinner #fboardlist .board-footer-flex .pagination-wrap{position: absolute; left: 50%; display: flex; justify-content: center; align-items: center; transform: translateX(-50%);}
#sub_bna.sub-common .sec-sub-bna .cinner #fboardlist .board-footer-flex .pagination-wrap .pg{display: inline-flex; justify-content: center; align-items: center; gap: 22px;}
#sub_bna.sub-common .sec-sub-bna .cinner #fboardlist .board-footer-flex .pagination-wrap .pg_page{display: inline-flex; justify-content: center; align-items: center; border: none; background: transparent; font-family: 'NanumSquare', 'SUIT', sans-serif; font-size: 18px; font-weight: 700; color: #141414; text-decoration: none;}
#sub_bna.sub-common .sec-sub-bna .cinner #fboardlist .board-footer-flex .pagination-wrap .pg_current{display: inline-flex; justify-content: center; align-items: center; border: none; background: transparent; font-family: 'NanumSquare', 'SUIT', sans-serif; font-size: 18px; font-weight: 700; color: #141414; text-decoration: underline;}
#sub_bna.sub-common .sec-sub-bna .cinner #fboardlist .board-footer-flex .pagination-wrap .pg_start{display: inline-flex; justify-content: center; align-items: center; width: 14px; height: 14px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='13' viewBox='0 0 10 13' fill='none'%3E%3Cpath d='M8.60156 0.273438L4.60156 6.27344L8.60156 12.2734' stroke='%23141414' stroke-width='1.2'/%3E%3Cpath d='M4.60156 0.273438L0.601562 6.27344L4.60156 12.2734' stroke='%23141414' stroke-width='1.2'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: center; background-size: contain; overflow: hidden; font-size: 0; color: transparent;}
#sub_bna.sub-common .sec-sub-bna .cinner #fboardlist .board-footer-flex .pagination-wrap .pg_prev{display: inline-flex; justify-content: center; align-items: center; width: 10px; height: 14px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='13' viewBox='0 0 6 13' fill='none'%3E%3Cpath d='M4.60156 0.273438L0.601562 6.27344L4.60156 12.2734' stroke='%23141414' stroke-width='1.2'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: center; background-size: contain; overflow: hidden; font-size: 0; color: transparent;}
#sub_bna.sub-common .sec-sub-bna .cinner #fboardlist .board-footer-flex .pagination-wrap .pg_next{display: inline-flex; justify-content: center; align-items: center; width: 10px; height: 14px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='13' viewBox='0 0 6 13' fill='none'%3E%3Cpath d='M0.416016 0.273438L4.41602 6.27344L0.416016 12.2734' stroke='%23141414' stroke-width='1.2'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: center; background-size: contain; overflow: hidden; font-size: 0; color: transparent;}
#sub_bna.sub-common .sec-sub-bna .cinner #fboardlist .board-footer-flex .pagination-wrap .pg_end{display: inline-flex; justify-content: center; align-items: center; width: 14px; height: 14px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='13' viewBox='0 0 10 13' fill='none'%3E%3Cpath d='M0.416016 0.273438L4.41602 6.27344L0.416016 12.2734' stroke='%23141414' stroke-width='1.2'/%3E%3Cpath d='M4.41602 0.273438L8.41602 6.27344L4.41602 12.2734' stroke='%23141414' stroke-width='1.2'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: center; background-size: contain; overflow: hidden; font-size: 0; color: transparent;}
#sub_bna.sub-common .sec-sub-bna .cinner #fboardlist .board-footer-flex .bo-fx{display: flex; gap: 8px; margin-left: auto;}
#sub_bna.sub-common .sec-sub-bna .cinner #fboardlist .board-footer-flex .bo-fx .btn-pill{display: inline-flex; justify-content: center; align-items: center; min-width: 82px; height: 42px; padding: 0 20px; border: 1px solid #141414; border-radius: 999px; background-color: #ffffff; transition: background-color 0.2s ease, color 0.2s ease; cursor: pointer; font-family: 'SUIT', sans-serif; font-size: 16px; font-weight: 500; color: #141414; text-decoration: none;}
#sub_bna.sub-common .sec-sub-bna .cinner #fboardlist .board-footer-flex .bo-fx .btn-pill:hover{background-color: #141414; color: #ffffff;}
#sub_bna.sub-common .sec-sub-view{position: relative; display: block; width: 100%; padding: 200px 0 160px; background-color: #ffffff; overflow: hidden;}
#sub_bna.sub-common .sec-sub-view .cinner{position: relative; display: block; width: 100%; max-width: 1440px; padding: 0 20px; margin: 0 auto; box-sizing: border-box;}
#sub_bna.sub-common .sec-sub-view .cinner .bna-view-wrap{display: flex; flex-direction: column; align-items: center; gap: 78px; width: 100%; box-sizing: border-box;}
#sub_bna.sub-common .sec-sub-view .cinner .bna-view-wrap .bna-view-header-group{display: flex; flex-direction: column; width: 100%; box-sizing: border-box;}
#sub_bna.sub-common .sec-sub-view .cinner .bna-view-wrap .bna-view-header-group .bna-view-header{display: flex; justify-content: space-between; align-items: center; width: 100%; height: 100px; padding: 0 60px; border-bottom: 1px solid #7EA5E0; background-color: #F8FCFF; box-sizing: border-box;}
#sub_bna.sub-common .sec-sub-view .cinner .bna-view-wrap .bna-view-header-group .bna-view-header .bna-view-title{margin: 0; font-family: 'NanumSquare', 'SUIT', sans-serif; font-size: 26px; font-weight: 700; color: #1C1C1C; word-break: keep-all;}
#sub_bna.sub-common .sec-sub-view .cinner .bna-view-wrap .bna-view-header-group .bna-view-header .bna-view-date{font-family: 'NanumSquare', 'SUIT', sans-serif; font-size: 20px; font-weight: 400; color: #747474; white-space: nowrap;}
#sub_bna.sub-common .sec-sub-view .cinner .bna-view-wrap .bna-view-header-group .bna-view-sub-header{display: none; justify-content: space-between; align-items: center; width: 100%; height: 80px; padding: 0 60px; border-bottom: 1px solid #7EA5E0; box-sizing: border-box;}
#sub_bna.sub-common .sec-sub-view .cinner .bna-view-wrap .bna-view-header-group .bna-view-sub-header .bna-view-cate{font-family: 'NanumSquare', 'SUIT', sans-serif; font-size: 22px; font-weight: 400; line-height: 34px; color: #707070;}
#sub_bna.sub-common .sec-sub-view .cinner .bna-view-wrap .bna-view-header-group .bna-view-sub-header .bna-view-admin-btns{display: flex; gap: 8px;}
#sub_bna.sub-common .sec-sub-view .cinner .bna-view-wrap .bna-view-header-group .bna-view-sub-header .bna-view-admin-btns .btn-admin-pill{display: inline-flex; justify-content: center; align-items: center; height: 32px; padding: 0 14px; border: 1px solid #707070; border-radius: 99px; background-color: #ffffff; font-family: 'SUIT', sans-serif; font-size: 13px; color: #707070; text-decoration: none;}
#sub_bna.sub-common .sec-sub-view .cinner .bna-view-wrap .bna-view-body{display: flex; flex-direction: column; gap: 30px; width: 100%; box-sizing: border-box;}
#sub_bna.sub-common .sec-sub-view .cinner .bna-view-wrap .bna-view-body .bna-view-img-pair{display: flex; width: 100%; height: 504px; background-color: #d9d9d9; overflow: hidden;}
#sub_bna.sub-common .sec-sub-view .cinner .bna-view-wrap .bna-view-body .bna-view-img-pair .bna-view-img-col{position: relative; display: flex; width: 50%; height: 100%; overflow: hidden;}
#sub_bna.sub-common .sec-sub-view .cinner .bna-view-wrap .bna-view-body .bna-view-img-pair .bna-view-img-col .bna-view-img-box{position: relative; display: block; width: 100%; height: 100%; overflow: hidden;}
#sub_bna.sub-common .sec-sub-view .cinner .bna-view-wrap .bna-view-body .bna-view-img-pair .bna-view-img-col .bna-view-img-box img{display: block; width: 100%; height: 100%; object-fit: cover;}
#sub_bna.sub-common .sec-sub-view .cinner .bna-view-wrap .bna-view-body .bna-view-img-pair .bna-view-img-col .bna-view-badge{position: absolute; bottom: 24px; left: 50%; z-index: 5; transform: translateX(-50%); display: inline-flex; justify-content: center; align-items: center; padding: 6px 20px; border-radius: 6px; background-color: rgba(0, 0, 0, 0.65); font-family: 'NanumSquare', 'SUIT', sans-serif; font-size: 20px; font-weight: 700; color: #ffffff; letter-spacing: 1px;}
#sub_bna.sub-common .sec-sub-view .cinner .bna-view-wrap .bna-view-body .bna-view-img-pair .bna-view-img-col.is-locked .bna-view-img-box img{filter: blur(14px);}
#sub_bna.sub-common .sec-sub-view .cinner .bna-view-wrap .bna-view-body .bna-view-img-pair .bna-view-img-col.is-locked .bna-view-img-box .lock-overlay{position: absolute; top: 0; left: 0; z-index: 4; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 12px; width: 100%; height: 100%; padding: 0 20px; background-color: rgba(0, 0, 0, 0.5); box-sizing: border-box; text-decoration: none; color: #ffffff; text-align: center;}
#sub_bna.sub-common .sec-sub-view .cinner .bna-view-wrap .bna-view-body .bna-view-img-pair .bna-view-img-col.is-locked .bna-view-img-box .lock-overlay svg{display: block; width: 32px; height: 32px;}
#sub_bna.sub-common .sec-sub-view .cinner .bna-view-wrap .bna-view-body .bna-view-img-pair .bna-view-img-col.is-locked .bna-view-img-box .lock-overlay .lock-txt{font-family: 'NanumSquare', 'SUIT', sans-serif; font-size: 18px; font-weight: 700; line-height: 1.5; color: #ffffff; text-align: center;}
#sub_bna.sub-common .sec-sub-view .cinner .bna-view-wrap .bna-view-body .view-content-area{width: 100%; border: none; font-family: 'NanumSquare', 'SUIT', sans-serif; font-size: 18px; font-weight: 400; line-height: 28px; color: #414141; word-break: keep-all;}
#sub_bna.sub-common .sec-sub-view .cinner .bna-view-wrap .bna-view-body .view-content-area img{display: block; max-width: 100%; height: auto; margin: 0 auto;}
#sub_bna.sub-common .sec-sub-view .cinner .bna-view-wrap .bna-view-body .view-content-area p{margin: 0 0 15px 0; font-family: inherit; font-size: inherit; line-height: inherit; color: inherit;}
#sub_bna.sub-common .sec-sub-view .cinner .bna-view-wrap .bna-view-body .view-content-area iframe{display: block; width: 100%; max-width: 100%; aspect-ratio: 16 / 9; margin: 0 auto; border: 0;}
#sub_bna.sub-common .sec-sub-view .cinner .bna-view-wrap .bna-view-body .view-content-area table{width: 100%; border-collapse: collapse;}
#sub_bna.sub-common .sec-sub-view .cinner .bna-view-wrap .bna-view-nav{display: flex; flex-direction: column; width: 100%; border-top: 1px solid #7EA5E0; border-bottom: 1px solid #7EA5E0; box-sizing: border-box;}
#sub_bna.sub-common .sec-sub-view .cinner .bna-view-wrap .bna-view-nav .nav-item{display: flex; justify-content: space-between; align-items: center; width: 100%; height: 80px; padding: 0 50px; box-sizing: border-box; background-color: transparent; transition: background-color 0.2s ease; text-decoration: none; color: inherit; font-family: inherit;}
#sub_bna.sub-common .sec-sub-view .cinner .bna-view-wrap .bna-view-nav .nav-item:hover{background-color: #f8fcff;}
#sub_bna.sub-common .sec-sub-view .cinner .bna-view-wrap .bna-view-nav .nav-item.nav-next{border-top: 1px solid rgba(126, 165, 224, 0.5);}
#sub_bna.sub-common .sec-sub-view .cinner .bna-view-wrap .bna-view-nav .nav-item .nav-left{display: flex; align-items: center; gap: 30px; overflow: hidden;}
#sub_bna.sub-common .sec-sub-view .cinner .bna-view-wrap .bna-view-nav .nav-item .nav-left .nav-label{display: flex; align-items: center; gap: 14px; flex-shrink: 0;}
#sub_bna.sub-common .sec-sub-view .cinner .bna-view-wrap .bna-view-nav .nav-item .nav-left .nav-label svg{display: block; width: 13px; height: 6px;}
#sub_bna.sub-common .sec-sub-view .cinner .bna-view-wrap .bna-view-nav .nav-item .nav-left .nav-label .nav-tag{font-family: 'NanumSquare', 'SUIT', sans-serif; font-size: 20px; font-weight: 700; color: #1C1C1C; white-space: nowrap;}
#sub_bna.sub-common .sec-sub-view .cinner .bna-view-wrap .bna-view-nav .nav-item .nav-left .nav-subj{overflow: hidden; text-overflow: ellipsis; font-family: 'NanumSquare', 'SUIT', sans-serif; font-size: 18px; font-weight: 400; color: #1C1C1C; white-space: nowrap;}
#sub_bna.sub-common .sec-sub-view .cinner .bna-view-wrap .bna-view-nav .nav-item .nav-date{flex-shrink: 0; margin-left: 20px; font-family: 'NanumSquare', 'SUIT', sans-serif; font-size: 18px; font-weight: 400; color: #747474; white-space: nowrap;}
#sub_bna.sub-common .sec-sub-view .cinner .bna-view-wrap .bna-view-nav .nav-item.is-disabled{opacity: 0.6; cursor: default; pointer-events: none;}
#sub_bna.sub-common .sec-sub-view .cinner .bna-view-wrap .bna-view-btn-wrap{display: flex; justify-content: center; align-items: center; width: 100%;}
#sub_bna.sub-common .sec-sub-view .cinner .bna-view-wrap .bna-view-btn-wrap .btn-list-pill{display: inline-flex; justify-content: center; align-items: center; padding: 8px 42px; border: 1px solid #16335D; border-radius: 99px; background-color: #16335D; transition: opacity 0.2s ease; cursor: pointer; font-family: 'SUIT', sans-serif; font-size: 20px; font-weight: 400; line-height: 34px; color: #ffffff; text-decoration: none;}
#sub_bna.sub-common .sec-sub-view .cinner .bna-view-wrap .bna-view-btn-wrap .btn-list-pill:hover{opacity: 0.9;}
@media(max-width: 1024px){
	#sub_bna.sub-common .sec-sub-bna{padding: 80px 0 100px;}
	#sub_bna.sub-common .sec-sub-bna .cinner{gap: 50px; padding: 0 20px;}
	#sub_bna.sub-common .sec-sub-bna .cinner .bna-notice-box .bna-notice-title{font-size: 20px; line-height: 30px;}
	#sub_bna.sub-common .sec-sub-bna .cinner .bna-notice-box .bna-notice-desc{font-size: 15px; line-height: 24px;}
	#sub_bna.sub-common .sec-sub-bna .cinner .bna-filter-bar{flex-direction: column; align-items: stretch; gap: 16px; padding-bottom: 20px;}
	#sub_bna.sub-common .sec-sub-bna .cinner .bna-filter-bar .bna-cate-list{display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px 6px; width: 100%; overflow-x: visible;}
	#sub_bna.sub-common .sec-sub-bna .cinner .bna-filter-bar .bna-cate-list .cate-pill{display: flex; justify-content: center; align-items: center; width: 100%; min-width: 0; height: 38px; padding: 0; border-radius: 6px; font-size: 14px; line-height: 1; text-align: center;}
	#sub_bna.sub-common .sec-sub-bna .cinner .bna-filter-bar .bna-search-form{gap: 10px; width: 100%; height: 42px; padding: 0 14px; border-radius: 6px;}
	#sub_bna.sub-common .sec-sub-bna .cinner .bna-filter-bar .bna-search-form .bna-search-input{width: 100%; font-size: 14px; line-height: 20px;}
	#sub_bna.sub-common .sec-sub-bna .cinner .bna-filter-bar .bna-search-form .bna-search-input::placeholder{font-size: 14px;}
	#sub_bna.sub-common .sec-sub-bna .cinner .bna-filter-bar .bna-search-form .bna-search-btn{width: 20px; height: 20px;}
	#sub_bna.sub-common .sec-sub-bna .cinner .bna-filter-bar .bna-search-form .bna-search-btn svg{width: 20px; height: 20px;}
	#sub_bna.sub-common .sec-sub-bna .cinner #fboardlist .bna-card-grid{grid-template-columns: 1fr; gap: 40px;}
	#sub_bna.sub-common .sec-sub-bna .cinner #fboardlist .bna-card-grid .bna-card .bna-card-link{gap: 20px;}
	#sub_bna.sub-common .sec-sub-bna .cinner #fboardlist .bna-card-grid .bna-card .bna-card-link .bna-img-pair{height: auto;}
	#sub_bna.sub-common .sec-sub-bna .cinner #fboardlist .bna-card-grid .bna-card .bna-card-link .bna-info-box{gap: 8px;}
	#sub_bna.sub-common .sec-sub-bna .cinner #fboardlist .bna-card-grid .bna-card .bna-card-link .bna-info-box .bna-card-title{font-size: 18px;}
	#sub_bna.sub-common .sec-sub-bna .cinner #fboardlist .bna-card-grid .bna-card .bna-card-link .bna-info-box .bna-card-date{font-size: 14px; line-height: 20px;}
	#sub_bna.sub-common .sec-sub-bna .cinner #fboardlist .board-footer-flex{flex-direction: column; gap: 20px; margin-top: 40px;}
	#sub_bna.sub-common .sec-sub-bna .cinner #fboardlist .board-footer-flex .pagination-wrap{position: static; transform: none;}
	#sub_bna.sub-common .sec-sub-bna .cinner #fboardlist .board-footer-flex .pagination-wrap .pg{gap: 16px;}
	#sub_bna.sub-common .sec-sub-bna .cinner #fboardlist .board-footer-flex .pagination-wrap .pg_page{font-size: 15px;}
	#sub_bna.sub-common .sec-sub-bna .cinner #fboardlist .board-footer-flex .pagination-wrap .pg_current{font-size: 15px;}
	#sub_bna.sub-common .sec-sub-bna .cinner #fboardlist .board-footer-flex .bo-fx{margin-left: 0; justify-content: center;}
	#sub_bna.sub-common .sec-sub-bna .cinner #fboardlist .board-footer-flex .bo-fx .btn-pill{height: 36px; padding: 0 16px; font-size: 14px;}
	#sub_bna.sub-common .sec-sub-view{padding: 80px 0 100px;}
	#sub_bna.sub-common .sec-sub-view .cinner{padding: 0 20px;}
	#sub_bna.sub-common .sec-sub-view .cinner .bna-view-wrap{gap: 40px;}
	#sub_bna.sub-common .sec-sub-view .cinner .bna-view-wrap .bna-view-header-group .bna-view-header{height: auto; padding: 25px 20px; flex-direction: column; align-items: flex-start; gap: 10px;}
	#sub_bna.sub-common .sec-sub-view .cinner .bna-view-wrap .bna-view-header-group .bna-view-header .bna-view-title{font-size: 20px;}
	#sub_bna.sub-common .sec-sub-view .cinner .bna-view-wrap .bna-view-header-group .bna-view-header .bna-view-date{font-size: 15px;}
	#sub_bna.sub-common .sec-sub-view .cinner .bna-view-wrap .bna-view-header-group .bna-view-sub-header{height: auto; padding: 15px 20px; flex-direction: column; align-items: flex-start; gap: 8px;}
	#sub_bna.sub-common .sec-sub-view .cinner .bna-view-wrap .bna-view-header-group .bna-view-sub-header .bna-view-cate{font-size: 16px; line-height: 24px;}
	#sub_bna.sub-common .sec-sub-view .cinner .bna-view-wrap .bna-view-body{gap: 20px;}
	#sub_bna.sub-common .sec-sub-view .cinner .bna-view-wrap .bna-view-body .bna-view-img-pair{height: 220px;}
	#sub_bna.sub-common .sec-sub-view .cinner .bna-view-wrap .bna-view-body .bna-view-img-pair .bna-view-img-col .bna-view-badge{bottom: 12px; padding: 4px 12px; font-size: 13px;}
	#sub_bna.sub-common .sec-sub-view .cinner .bna-view-wrap .bna-view-body .bna-view-img-pair .bna-view-img-col.is-locked .bna-view-img-box .lock-overlay svg{width: 24px; height: 24px;}
	#sub_bna.sub-common .sec-sub-view .cinner .bna-view-wrap .bna-view-body .bna-view-img-pair .bna-view-img-col.is-locked .bna-view-img-box .lock-overlay .lock-txt{font-size: 14px;}
	#sub_bna.sub-common .sec-sub-view .cinner .bna-view-wrap .bna-view-body .view-content-area{font-size: 15px; line-height: 24px;}
	#sub_bna.sub-common .sec-sub-view .cinner .bna-view-wrap .bna-view-nav .nav-item{height: auto; min-height: 60px; padding: 15px 15px; gap: 8px;}
	#sub_bna.sub-common .sec-sub-view .cinner .bna-view-wrap .bna-view-nav .nav-item .nav-left{width: 100%; gap: 12px;}
	#sub_bna.sub-common .sec-sub-view .cinner .bna-view-wrap .bna-view-nav .nav-item .nav-left .nav-label .nav-tag{font-size: 16px;}
	#sub_bna.sub-common .sec-sub-view .cinner .bna-view-wrap .bna-view-nav .nav-item .nav-left .nav-subj{font-size: 15px;}
	#sub_bna.sub-common .sec-sub-view .cinner .bna-view-wrap .bna-view-nav .nav-item .nav-date{margin-left: 0; font-size: 13px;}
	#sub_bna.sub-common .sec-sub-view .cinner .bna-view-wrap .bna-view-btn-wrap .btn-list-pill{padding: 6px 32px; font-size: 16px; line-height: 28px;}
}
