<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "euc-kr";
/* 
 * 파일 : llist_white_store_v01
 * 종류 : 게시판리스트 
 * 블럭 : .llist_store
 * 설명 : 게시판 리스트 디자인
*/

/* 카테고리 */
.sul_menu {
    margin-bottom: 20px;
}
.sul_menu a {
    display: inline-block;
    padding: 5px 10px;
    margin: 5px 1px;
    color: #444;
    text-decoration: none;
    border: 1px #ddd solid;
    font-size: 14px;
    line-height: 15px;
    font-family: "Noto Sans KR", sans-serif;
}
.sul_menu a:hover {
    color: #ff6600;
    text-decoration: none;
}
.sul_menu img {
    vertical-align: middle;
}
/* 게시판 디자인 */
.list_store {
    margin-bottom: 0px !important;
    border-bottom: 1px solid #ddd;
}
.list_store td {
    font-family: "Noto Sans KR", sans-serif !important;
    line-height: 30px !important;
}
.list_store td.att_title {
    line-height: 35px !important;
    font-size: 16px;
    color: #707070 !important;
    border-top-color: #999;
    background-color: #FFFFFF !important;
}
.bbsetc_dateof_write {
    color: #8A8A8A;
} /*게시판날지*/
.bbsetc_view_count {
    color: #8A8A8A;
} /* 조회수 */
.bbscategory, .bbsnewf5, .bbsetc_dateof_write, .bbswriter {
    font-size: 14px !important;
} /*게시판 상단 폰트 크기 통일*/
.bbsnewf5 a {
    outline-style: none;
} /*게시판 리스트 글자*/
.bbsnewf5 a:hover {
    color: #434343 !important;
}
.bbsnewf5 table tbody tr td[valign] &gt; a img {
    border: 1px solid #DFDFDF;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.bbsnewf5 table tbody tr td[valign] &gt; a:hover img {
}
.board_output colgroup col:last-child {
    width: 0px;
}
.board_output a:hover {
    text-decoration: none !important;
}
</pre></body></html>