@charset "utf-8";

/** 게시판 공통 CSS **/
/*게시물*/
.board_box				{width:100%; margin-top:0; margin-bottom:4rem; *zoom:1}
.board_box:after    { display:block; clear:both; content:""}

/*상품리스트 카운트*/
#count						{ display:inline-block; width:100%; margin-top:10px;}
#count ul					{ display:flex; flex-wrap:wrap; align-items:center; justify-content:center; gap:3px; margin:25px auto; text-align:center;}
#count li > *				{ display:block; width:35px; height:35px; font-size:13px; line-height:33px; border:1px solid; border-radius:50%; -webkit-transition:all .3s ease; transition:all .3s ease;}
#count li a					{ border-color:#ddd; color:#999; cursor:pointer;}
#count .page a:hover,
#content01 #count .page a:focus	{ color:var(--blue); font-weight:700; border-color:var(--blue);}
#count .page strong		{ color:#fff; font-weight:700; border:1px solid var(--blue); background:var(--blue);}

/*리스트 바_라인*/
.jblist_Wrap				{ width:100%; margin-top:10px; margin-bottom:30px; border-top:1px solid #222;}
