@charset "utf-8";

/* List */
.list-item .tack-check { right: 10px; bottom: 10px; z-index: 1; position: absolute;	font-weight:normal; }
.list-item .tack-check-left { left: 10px; bottom: 10px; z-index: 1; position: absolute;	font-weight:normal; }
.list-item h2 { display:block; font-size:16px; line-height:22px; margin:10px 5px; text-align:center; }
.list-item .list-img { position:relative; overflow:hidden; }
.list-item .list-img img { width:100%; height:auto; }
.list-item .list-date { position:absolute; bottom:10px; padding:0px 10px; font-size:12px; line-height:23px; }
.list-item .list-date.left { left:0px; }
.list-item .list-date.right { right:0px; }
.list-item .list-details { padding:0 3%; }
.list-item .list-details .member, .list-item .list-details .guest { color:#787878 !important; }
.list-row.clearfix { float:none !important; padding:0 !important; margin:0 !important; width:100% !important }


/* 추가 */
.text-center{width:100%;}
.gallery_list{display:flex;flex-wrap:wrap;gap:50px 40px;padding:60px 0;border-top:2px solid #333;border-bottom:1px solid #ddd;}
.gallery_list .list-row{width:calc(50% - 20px);}
.gallery_list .list-row > a{display:block;}
.gallery_list .list-row > a .img_box{position:relative;overflow:hidden;padding-top:53%;border-radius:20px;}
.gallery_list .list-row > a .img_box img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:auto;}
.gallery_list .list-row > a .img_box .hover_box{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;text-align:center;background:rgba(51,102,255,0.75);opacity:0;transition:all 0.3s;}
.gallery_list .list-row > a .img_box .hover_box b{display:block;width:80px;height:80px;line-height:85px;border-radius:50%;background:#fff;font-size:14px;color:#3366ff;}
.gallery_list .list-row > a:focus .img_box .hover_box,
.gallery_list .list-row > a:hover .img_box .hover_box{opacity:1;}
.gallery_list .list-row > a .txt_box{margin-top:30px;}
.gallery_list .list-row > a .txt_box .title{font-size:22px;line-height:1.2;}
.gallery_list .list-row > a .txt_box .date{display:block;font-size:16px;color:#999;margin-top:15px;}

.gallery_list.grid3{gap:55px 35px;}
.gallery_list.grid3 .list-row{width:calc(33.3333% - 23.4px);}
.gallery_list.grid3 .list-row > a .img_box{padding-top:64%;}

.gallery_list.grid4{gap:40px 25px;}
.gallery_list.grid4 .list-row{width:calc(25% - 19px);}
.gallery_list.grid4 .list-row > a .img_box{padding-top:100%;}

@media all and (max-width:1024px){
	.gallery_list{gap:40px 20px;padding:40px 0;}
	.gallery_list .list-row{width:calc(50% - 10px);}
	.gallery_list .list-row > a .img_box .hover_box b{width:60px;height:60px;line-height:65px;font-size:13px;}
	.gallery_list .list-row > a .txt_box{margin-top:20px;}
	.gallery_list .list-row > a .txt_box .title{font-size:20px;}
	.gallery_list .list-row > a .txt_box .date{font-size:14px;}

	.gallery_list.grid3{gap:30px 20px;}
	.gallery_list.grid3 .list-row{width:calc(33.3333% - 13.4px);}

	.gallery_list.grid4{gap:30px 20px;}
	.gallery_list.grid4 .list-row{width:calc(33.3333% - 13.4px);}
}
@media all and (max-width:768px){
	.gallery_list .list-row > a .txt_box .title{font-size:16px;}

	.gallery_list.grid3 .list-row{width:calc(50% - 10px);}

	.gallery_list.grid4 .list-row{width:calc(50% - 10px);}
}
@media all and (max-width:480px){
	.gallery_list{gap:30px 0;}
	.gallery_list .list-row{width:100%;}

	.gallery_list.grid3{gap:30px 0;}
	.gallery_list.grid3 .list-row{width:100%;}
}