@charset "utf-8";

#bo_list {padding:0;background:none;border-radius:0px;box-shadow:none;}

/* category */
#bo_cate {margin:0 0 10px 0;padding:10px 20px;border-bottom:none;background:#fff;border-radius:10px;box-shadow:2px 2px 6px rgba(0,0,0,0.1);}

#bo_btn_top .chk_box {float:left;margin:0 8px 0 0;line-height:34px;}

#photo_type {}
#photo_type ul {}
#photo_type ul:after {display:block;visibility:hidden;clear:both;content:""}
#photo_type ul li {display:block;float:left;position:relative;width:32%;margin:0 2% 20px 0;}
#photo_type ul li:nth-child(3n) {margin:0 0 20px 0;}
#photo_type ul li .chk_box {display:block;position:absolute;left:5px;top:5px;padding:4px;background:#fff;}
#photo_type ul li .chk_box input[type="checkbox"] + label {padding:0 0 0 24px;}
#photo_type ul li .chk_box input[type="checkbox"] + label span {margin:-15px 0 0 0;}
#photo_type ul li .bo_box {padding:10px;background:#fff;border-radius:5px;box-shadow:2px 2px 6px rgba(0,0,0,0.1);}
#photo_type ul li .bo_thumb {display:block;margin:0 0 8px 0;}
#photo_type ul li .bo_thumb img {width:100%;height:auto;}
#photo_type ul li .bo_tit {display:block;height:120px;padding:10px;text-align:left;}
#photo_type ul li .bo_tit strong {display:block;margin:0 0 4px 0;font-weight:500;
overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis; 
-o-text-overflow:ellipsis;
-moz-binding: url('ellipsis.xml#ellipsis');
}
#photo_type ul li .bo_tit p {margin:0 0 8px 0;
overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis; 
-o-text-overflow:ellipsis;
-moz-binding: url('ellipsis.xml#ellipsis');
}
#photo_type ul li .bo_cate_link {display:block;margin:0 0 4px 0;color:#ff7700;font-size:13px;text-align:center;}
#photo_type ul li .cpu_min {margin:0 0 2px 0;color:#f00001;font-weight:500;}
#photo_type ul li .cpu_level {font-weight:500;}
#photo_type ul li .cpu_level img {width:26px;height:auto;}

#photo_type ul li .cpu_btn {padding:10px;}
#photo_type ul li .cpu_amount {display:block;margin:0 10px 10px 10px;font-weight:500;text-align:center;line-height:34px;border:solid 1px #444;border-radius:4px;}
#photo_type ul li .cpu_button a {display:block;margin:0 10px 10px 10px;color:#f00001;font-weight:500;text-align:center;line-height:34px;border:solid 1px #f00001;border-radius:4px;}

#photo_type ul li .overlay_end {display:block;position:absolute;left:0;right:0;top:0;bottom:0;background:rgba(0,0,0,0.2);border-radius:5px;}

#bo_list .pg_wrap {margin:20px 0 0 0;padding:10px 20px;border-bottom:none;background:#fff;border-radius:10px;box-shadow:2px 2px 6px rgba(0,0,0,0.1);}




@media screen and (max-width:1240px) {
}




@media screen and (max-width:980px) {
#bo_cate {border-radius:0;}

#photo_type {margin:0 10px;}

#bo_list .pg_wrap {padding:10px;border-radius:0;}
}




@media screen and (max-width:768px) {
#photo_type ul li {width:49%;margin:0 2% 20px 0;}
#photo_type ul li:nth-child(3n) {margin:0 2% 20px 0;}
#photo_type ul li:nth-child(2n) {margin:0 0 20px 0;}
}