@charset "utf-8";

.photo_list {}
.photo_list>ul {overflow:hidden;}
.photo_list>ul>li {position:relative; overflow: hidden; float:left;width:calc(33.333% - 20px);margin:10px;/* padding:10px; */box-sizing:border-box;border:1px solid #e8e8e8; border-radius: 10px; background-color:#fff; height: 420px;}
.photo_list>ul>li.no_data {width:100%;}
.photo_list>ul>li a {display:inline-block;width: 100%;}
/* .photo_list>ul>li a.link {display: none;} */
.photo_list>ul>li a:hover .reserv_btn{background-color: #fff; border: solid 1px #5c3f21; color: #5c3f21;/*display: none;*/}
.photo_list>ul>li a:hover .reserv_close{background-color: #b1b2b3; border: unset; color: #fff;}
.photo_list>ul>li .item_check {width:100%; height:15px;position: absolute;left: 10px;}
.photo_list>ul>li .item_photo {width: 100%; display: flex; flex-direction: column; overflow: hidden;}
.photo_list>ul>li .item_photo a {display: flex; /* display:table-cell;  */text-align:center; height:260px; line-height:260px; vertical-align:middle;}
.photo_list>ul>li .item_photo img {object-fit: cover;object-position: center;}
.photo_list>ul>li .item_cont {padding: 16px 20px; box-sizing: border-box;}
.photo_list>ul>li .item_cont .tit {width:100%; overflow: hidden; min-height: 80px;}
.photo_list>ul>li .item_cont .tit .reserv_sch{font-size: 13px; color: #666; text-overflow: ellipsis;width: 100%;overflow: hidden;}
.photo_list>ul>li .item_cont .tit a {width:100%; word-break: break-all; overflow: hidden; text-overflow: ellipsis;  white-space: normal; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; font-size: 17px; font-weight: bold;}
.photo_list>ul>li .item_cont .writer{float:left; width:50%; color:#333;}
.photo_list>ul>li .item_cont .date{float:right; width:50%; color:#333; text-align:right;}
.reserv_btn{width: 60%; margin: auto; margin-top: 10px; text-align: center; line-height: 40px; height: 40px; background-color: #5c3f21; color: #fff; font-weight: bold; border-radius: 10px; box-sizing: border-box; transition: all .3s;}
.reserv_btn.reserv_close{background-color: #b1b2b3;}

.board_search_form{display: none;}

@media screen and (max-width: 1280px){
	.photo_list>ul>li{
		width: calc(33.333% - 20px)
	}
	.photo_list>ul>li .item_photo img{
		width: 100%;
	}
}
@media screen and (max-width: 960px){
	.photo_list>ul>li{
		width: calc(50% - 20px)
	}
}

@media screen and (max-width: 640px){
	.photo_list>ul>li{
		height: auto;
	}
}

@media screen and (max-width: 560px){
	.photo_list>ul>li {
	    width: 100%;
	    margin: 10px auto;
	}
	
	.photo_list>ul>li .item_photo a{
		height: 260px;
    	line-height: 260px;
	}
}

@media screen and (max-width: 455px){
	.inpt_table th,
	.inpt_table td{
		word-break:break-word;
	}
	
	td div.content{
		min-height: 250px;
	}
	
}

@media screen and (max-width: 425px){
	.photo_list>ul>li .item_photo a{
		height: 200px;
    	line-height: 200px;
	}
	
}