/* ¼­Ä¡ÆäÀÌÁö °øÅë */

.search_common .sub_container{
    max-width: 105rem;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 12rem;
}
.search_common .tit_box{
    justify-content: flex-start;
    align-items: center;
}
.search_common .tit_box .board_list_count{
    font-size: 27px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.3);
    margin-left: 1rem;
}

.board_list_wrap{
    margin-top: 10rem;
}
.board_list_wrap.faq_list{
    margin-top: 15rem;
}
.board_list_wrap .more_contents_btn{
    top: 1rem;
    transform: none;
    /* position: relative; */
    padding-right: 1.5rem;
    font-size: inherit;
}
.board_list_wrap .more_contents_btn::before{
    content: '';
    display: block;
    width: 5px;
    height: 10px;
    background: url(../../../img/sub/search/more_arrow_r.png) no-repeat center / cover;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.board_list li{
    padding: 2.5rem 0;
    border-bottom: 1px solid #ddd;
}
.board_list .cate_line{
    margin-bottom: 1rem;
    font-size: 1.4rem;
    color: #888;
}
.board_list .cate_line span + span{
    padding-left: 2.3rem;
    position: relative;
}
.board_list .cate_line span + span::before{
    content: '';
    display: block;
    width: 5px;
    height: 6px;
    background: url(../../../img/sub/search/cate_arrow.png) no-repeat ;
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
	background-size: 100%;
}

.board_list .subject{
    font-size: 1.8rem;
}
.board_list .subject a{
    display: inline-block;
    font-size: inherit;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
}
.board_list .subject a:hover{
    color: var(--mainColor);
}
.board_list .subject span.date{
    color: rgba(0, 0, 0, 0.3);
    font-size: 1.6rem;
    font-weight: normal;
}

.search_common .pagination{padding-top: 5.5rem;}
.search_common .pagination button{}
{}
.search_common .pagination button.next{}
.search_common .pagination ul{padding: 0 2rem;}
.search_common .pagination ul li{}
.search_common .pagination ul li + li{padding-left: 1.5rem;}
.search_common .pagination ul li a{font-size: 1.4rem; color: #666; font-weight: normal;}
.search_common .pagination ul li.on a{color: var(--mainColor);}

.search_common .exclamation_box{
    margin-top: 5.8rem;
    justify-content: flex-start;
}
.exclamation_box{
    height: 10rem;
    background-color: #f4f6f8;
    border-radius: 10px;
    padding:0 4rem;
}
.exclamation_box .exclamation{
    padding-left: 3.4rem;
    position: relative;
    color: rgba(0, 0, 0, 0.7);
    font-size: 1.5rem;
    font-weight: normal;
}
.exclamation_box .exclamation::before{
    content: '';
    display: block;
    width: 2rem;
    height: 2rem;
    background: url(../../../img/sub/search/icon_exclamation.png) no-repeat center / cover;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}











@media screen and (max-width:768px){
    .board_list .subject a {
        display: inline-block;
        white-space: normal;
        text-overflow: unset;
        width: 90%;
    }
    .board_list_wrap.faq_list{
        margin-top: 8rem;
    }
}


@media screen and (max-width:500px){
    .search_common .tit_box .board_list_count{
        font-size: 1.4rem;
    }
    .board_list_wrap {
        margin-top: 3rem;
    }
    .board_list .subject{
        font-size: 1.4rem;
        flex-direction: column;
        align-items: flex-start;
    }
    .board_list .cate_line,
    .board_list .subject span.date{
        font-size: 1.2rem;
        margin-bottom: 0;
    }
    .board_list .cate_line{
        margin-bottom: 0.2rem;
    }
    .board_list li {
        padding: 1.5rem 0;
    }
    .board_list_wrap .pagination {
        padding-top: 3.5rem;
    }
    .search_common .exclamation_box{
        margin-top: 3.5rem;
        padding: 0 2rem;
    }
    .exclamation_box .exclamation{
        font-size: 1.2rem;
    }
    .board_list_wrap.faq_list{
        margin-top: 5rem;
    }
}
