@charset "utf-8";

.photo_list {}
.photo_list>ul {overflow:hidden;}
.photo_list>ul>li {position:relative; overflow: hidden; float:left;width:calc(25% - 20px);/* margin:10px; *//* padding:10px; */box-sizing:border-box;border:1px solid #e8e8e8; border-radius: 10px; background-color:#fff; /* height: 380px; */}
.photo_list>ul>li.no_data {width:100%; border: 0; border-top: 1px solid #e8e8e8;border-bottom: 1px solid #e8e8e8;border-radius: 0;margin: 0;height: 200px;}
.photo_list>ul>li a {/* display:inline-block; */ width: 100%;}
.photo_list>ul>li a:hover .reserv_btn{background-color: #fff; border: solid 1px #5c3f21; color: #5c3f21;}
.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:200px; line-height:200px; vertical-align:middle;}
.photo_list>ul>li .item_photo img {object-fit: cover;object-position: center;}
.photo_list>ul>li .item_cont {padding: 20px 24px; box-sizing: border-box;display: none;}/* 안보이게하기 */
.photo_list>ul>li .item_cont .tit {width:100%; overflow: hidden; /* min-height: 110px; */ min-height: 75px;}
.photo_list>ul>li .item_cont .tit .reserv_sch{font-size: 14px; 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: 18px; 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;}

/* 2025add */
.prev_next_table table th {display:center;}
/* 2025add */

/* 250526 - kjj24 */
.modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10000;
	transition: all .3s ease;
}

.modal.on {
	display: block;
}

.modal .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
}

.modal-wrap{
	position: fixed !important;
	width: 100%;
	margin-top: 2.5vh;
}
/*
.modal-img {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
	overflow: auto;
	margin: 0 2.5vw;
}*/

.modal-header {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.modal-title {
	display: none;
}

.modal-close {
    position: absolute;
    top: 20px;
    right: 70px;
    font-size: 30px;
    font-weight: 500;
    cursor: pointer;
    color: #fff;
    z-index: 10003;
    background: rgba(0, 0, 0, 0.5);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.modal-img .body{
	text-align: center;
}

.modal-content {
	max-height: 95vh;
}
.slider {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    z-index: 10002;
    transition: all 0.3s ease;
}

.modal-arrow.prev {
    left: 20px;
}

.modal-arrow.next {
    right: 20px;
}

.modal-arrow img {
    width: 60px;
    height: 60px;
}

.modal-arrow:disabled {
    cursor: not-allowed;
    opacity: 0.3;
}

@media screen and (max-width: 1280px){
	.photo_list>ul>li{
		width: calc(33.333% - 20px)
	}
	.photo_list>ul>li .item_photo img{
		width: 100%;
	}
	
	td div.content > img{
		height: auto !important;
	}
}
@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;
	}
	
}