@charset "utf-8";

/* Top Search */
.list-tsearch { border:1px solid #ddd; background:#fafafa; padding:20px 15px 3px; margin-bottom:15px; }

/* Category */
.list-category .tabs { margin-bottom:20px; }
.list-category .dropdown { margin-bottom:20px; }
.list-category .active a, .list-category .selected a { color:crimson; font-weight:bold !important; }

/* List */
.board-list {margin-top: 55px;}
.list-wrap { width:100%; }
.list-admin { text-align:center; margin:15px 0px; padding: 15px 0 0; }
.list-btn .sort-drop { min-width:120px !important; left:auto !important; right:0px !important; }
.list-btn .sort-drop .sort a { color:crimson !important; font-weight:bold !important; }
.is-pc .ko .list-btn .sort-drop { font-size: 12px; }

/* Page */
.list-wrap .pagination a, .view-wrap .pagination a { color:#333 !important; }
.list-wrap .pagination .active a, .view-wrap .pagination .active a { color:#fff !important; background:#444 !important; border-color:#444 !important; }

/* View */
.view-wrap { width:100%; overflow:hidden; }
.view-wrap.view-modal { padding:5px; margin:0px; }
.view-btn { margin:0px 0px 30px; }
.view-btn i { margin-right:2px; }

/* Write */
.write-wrap { width:100%; overflow:hidden; }

@media all and (max-width:991px) {
	.board-list { margin-top: 40px; }
}

@media all and (max-width:460px) {
	.responsive .view-btn i { margin-right:0px; }
}

/* ±âº» ÇÊÅÍ */
/* ÇÊÅÍ Å¸ÀÌÆ² */
.filter_container .title_container {
    margin-bottom: 25px;
}

.filter_container .title_container h3 {
    font-size: 24px;
    font-weight: 500;
    font-family: 'Pretendard';
    line-height: 1.2;
    color: #0c0c0c;
}
  
/* ÇÊÅÍ ¹öÆ° */
.filter_container .button_container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 15px;
}
  
.filter_container .filter_btn {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Pretendard';
    line-height: 1.2;
    color: #222;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    background-color: white;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    padding: 13px 14px;
}

.filter_container .filter_btn.active {
    background-color: #f6ca00;
    color: #222;
    border: 1px solid #f6ca00;
}

/* °Ë»ö °á°ú */
.filter_result {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
}

.filter_result span {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Pretendard';
    line-height: 1.2;
    color: #f6ca00;
    margin-right: 5px;
}

.filter_result p {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Pretendard';
    line-height: 1.2;
    color: #5d5d5d;
}

@media all and (max-width:991px) {
    /* ±âº» ÇÊÅÍ */
    /* ÇÊÅÍ Å¸ÀÌÆ² */
    .filter_container .title_container {
        margin-bottom: 15px;
    }

    .filter_container .title_container h3 {
        font-size: 17px;
    }
    
    /* ÇÊÅÍ ¹öÆ° */
    .filter_container .button_container {
        gap: 10px;
        margin-bottom: 12px;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .filter_container .button_container::-webkit-scrollbar {display: none;}
    .filter_container .button_container > * {flex: 0 0 auto;}
    
    .filter_container .filter_btn {
        font-size: 12px;
    }

    /* °Ë»ö °á°ú */
    .filter_result {
        margin-bottom: 18px;
    }

    .filter_result span {
        font-size: 13px;
    }

    .filter_result p {
        font-size: 13px;
    }
}