/*** 목록 | board/skin/gallery/list.html ***/
.list_gallery {}
.list_gallery .boardlist {}

/* 검색 */
.list_gallery .boardlist .board_search {position:relative; padding:10px 82px 10px 10px;}
.list_gallery .boardlist .board_search .search_input {width:100%;}
.list_gallery .boardlist .board_search .search_input input {width:100%; height:36px; text-indent:10px; border:1px solid #dddddd; font-size:14px; color:#5e5e5e; font-weight:bold;}
.list_gallery .boardlist .board_search .search_btn {position:absolute; top:10px; right:10px; width:67px}

/* 공지 */
.list_gallery .boardlist .goods_area .notice_list {}
.list_gallery .boardlist .goods_area .notice_list li {padding: 15px 10px; border-bottom: 1px solid #e5e5e5; min-height:60px;}
.list_gallery .boardlist .goods_area .notice_list li:first-child {border-top: 1px solid #e5e5e5; }
.list_gallery .boardlist .goods_area .notice_list li .notice_title {padding: 0 0 10px 0;}
.list_gallery .boardlist .goods_area .notice_list li .notice_title .icon img {vertical-align:top;}
.list_gallery .boardlist .goods_area .notice_list li .notice_title .text {display:inline-block; width:88%; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; font-size:14px; color:#222222; font-weight:bold; }
.list_gallery .boardlist .goods_area .notice_list li .notice_title .text img {vertical-align:middle;}
.list_gallery .boardlist .goods_area li .notice_data {width:100%; color:#999; font-size:12px; }
.list_gallery .boardlist .goods_area li .notice_data span {padding:0 10px 0 0;}

/* 아이콘 */
.list_gallery .boardlist .goods_area .icon_new{display:inline-block; width:18px; height:18px; margin:0px 0 0 5px; background:#3e3d3c; line-height:18px; font-size:10px; color:#fff; text-align:center; vertical-align:top;}
.list_gallery .boardlist .goods_area .icon_hot{display:inline-block; height:18px; margin:0px 0 0 5px; padding:0 5px 0 5px; background:#3e3d3c; line-height:18px; font-size:12px; color:#ffffff; vertical-align:top;}

/*갤러리형 진열*/
.list_gallery .boardlist .goods_gallery_ul {overflow:hidden; padding:10px 10px; margin:-35px 0 0 -12px; font-size: 0; letter-spacing:-4px; /* 구버전 안드로이드 대응 */ }
.list_gallery .boardlist .goods_gallery_ul li {display:inline-block; width:100%; margin:35px 0 35px 0; padding:0 0 0 12px; letter-spacing: 0px; vertical-align:top; box-sizing:border-box;}
.list_gallery .boardlist .goods_gallery_ul li .goods_gallery_img {width:100%; position:relative; margin-bottom:10px;}
.list_gallery .boardlist .goods_gallery_ul li .goods_gallery_img img {width:100%;}

/* 노출 형식 */
.list_gallery .boardlist .goods_gallery_num2 li {width:50%;}
.list_gallery .boardlist .goods_gallery_num3 li {width:33.3334%;}
.list_gallery .boardlist .goods_gallery_num4 li {width:25%;}
.list_gallery .boardlist .goods_gallery_num5 li {width:20%;}

.list_gallery .boardlist .goods_gallery_ul li .goods_gallery_content {}
.list_gallery .boardlist .goods_gallery_ul li .goods_gallery_content .goods_list_info { text-align:center; }
.list_gallery .boardlist .goods_gallery_ul li .goods_gallery_content .goods_list_info img {margin:0 3px 0 0;}
/* 평점 */
.list_gallery .boardlist .goods_gallery_ul li .goods_gallery_content .goods_list_info .goods_assess {display:block; margin-bottom:10px;}
.list_gallery .boardlist .goods_gallery_ul li .goods_gallery_content .goods_list_info .goods_assess span.rating {display:block; width:77px; height:13px; font-size:0; background:url('../../../../img/icon/icon_star.png') no-repeat left top; background-size:77px 13px;}
.list_gallery .boardlist .goods_gallery_ul li .goods_gallery_content .goods_list_info .goods_assess span.rating span {display:block; height:13px; background:url('../../../../img/icon/icon_star_on.png') no-repeat left top; background-size:77px 13px;}
/* 제목 */
.list_gallery .boardlist .goods_gallery_ul li .goods_gallery_content .goods_list_info .goods_nm {margin:0 3px 0 0; font-size:11px; color:#222; text-align:center; } 

/* 상품 데이터 */
.list_gallery .boardlist .goods_data {margin:10px 0 0 0; color:#999; font-size:11px;}
.list_gallery .boardlist .goods_data .data, .goods_data .info {display:block;}
.list_gallery .boardlist .goods_data .data span, .goods_data .info span:first-child {display:inline-block; position:relative; padding:0 20px 0 0;  }
.list_gallery .boardlist .goods_data .data span:after, .goods_data .info span:first-child:after { content:''; display:block; position:absolute; top:50%; right:10px; margin:-4px 0 0 0; width:1px; height:8px; background: #cacaca;}
.list_gallery .boardlist .goods_data .data time {display:inline-block; font-weight:bold;}

/* 페이징 */
.list_gallery .boardlist .page_btn_box {text-align:center; margin:30px 0 20px; }
.list_gallery .boardlist .page_btn_box .page_number {display:inline-block; height:21px; padding:0 30px 0 30px; color:#9e9e9e; font-size:15px; line-height:21px; vertical-align:middle; letter-spacing:0;}
.list_gallery .boardlist .page_btn_box .page_number strong { color: #5e5e5e; }
.list_gallery .boardlist .page_btn_box .prev_btn {overflow:hidden; display:inline-block; width:11px; height:21px; background:url('../../../../img/icon/icon_arrow_prev2.png') no-repeat 0 0; background-size:11px 21px; font-size:1px; color:transparent;  vertical-align: middle; border:none;}
.list_gallery .boardlist .page_btn_box .next_btn {overflow:hidden; display: inline-block; width: 11px; height:21px; background:url('../../../../img/icon/icon_arrow_next2.png') no-repeat 0 0; background-size: 11px 21px; font-size:1px; color:transparent; vertical-align: middle; border:none;}
.list_gallery .boardlist .no_list {padding:55px 10px 55px 10px; border-top:1px solid #e5e5e5; font-size:12px; text-align:center;}