.index_swiper {
    width: max-content; 
    max-width: 620px; /* 최대 너비 설정 */
    margin: 0 auto; /* 중앙 정렬 */
    width:100%;
}
.index_item{
    
}

.index_item img {
    height: 120px;
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-bottom: 1px solid #ddd;
}

.subject {
    position: relative;
    height: 40px;
    width: 100%;
    top: -40px;
    color: white;
    font-size: 12px;
    background-color: rgba(0, 0, 0, 0.7);
}

.subject p{
    padding:3px;
}

.sort-title {
    font-size: 15pt;
    font-weight: bold;
}

.header-search-var {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    margin-top: -6px;
}

@media screen and (max-width:680px) {
    .main-top-index .container {
        width:100%;
        padding-left: 0px;
        padding-right: 0px;
    }
    .sort-line {
        flex-wrap: wrap; /* 작은 화면에서 줄 바꿈 */
    }
    #gongji {

        width: 80%;
        margin-bottom:4px;
    }
    #gongji_container {
            margin-top:-20px;
        }
}

@media screen and (max-width:360px) {
    #gongji {
        width: 50%;
        display:none;
    }

    
    .subject {
        width: 127px;
    }
    
        
    .index_item img {
        width: 130px;
    }

    .board-t-section .tabs {
        font-size: 12pt;
        margin-bottom:10px;
    }
    .board-t-section .recent-items .list .list-image {
        min-width: 40px;
        height: 40px;
    }
    .board-t-section .recent-items .list-author {
        margin-top:0;
    }
    .board-t-section .recent-items .list .list-items {
        display: inline-block;
    }
    .board-t-section .recent-items .list .list-items .list-title {
        max-width: 200px;
        display: inline-block;
    }

        
}