/* Intro Image */
/* PC 기본 (≥768px) */

ol, ul {
    padding-left: 0;
}

/* 포토갤러리, 강단헌화 */
div#category.photo {
    margin: 0 0 34px 0;
}
section.sContent.photo {
	margin-bottom: 100px
}

.news-list.photo > ul.list > li, div.vollist > ul > li {
    display: inline-block;
    /*
	float: left;
	*/
    margin-right: 2%;
	margin-bottom: 5%;
    width: 23%;
    text-align: center;
}
.news-list.photo > ul.list > li:nth-child(4n) {
    margin-right: 0;
}
.news-list.photo {
	display: inline-block;
	margin-bottom: unset;
    padding-bottom: unset;
	border-bottom: unset;
}
div.news-list div.image {
    display: table-cell;
    /*
	width: 273px;
	*/
}
div.news-list.photo div.image {
    max-width: 273px;
	
}
div.news-list div.tit {
    margin-bottom: 3px;
    margin-top: -7px;
    height: auto;
    font-size: 17px;
    font-weight: bold;
    line-height: 22px;
    color: #1D1171;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
div.news-list.photo div.tit, div.vollist div.bookVol  {
	margin-top: 10px;
    font-size: 16px;
    text-align: left;
}
.highslide img {
    border: none;
}
div.btnList > a {
    padding: 7px 25px;
    background: #ececec;
    /* margin: 27px 0 0; */
    color: #5c5c5c;
    display: inline-block;
}
section.paging {
	margin: 0 auto 100px;
    width: 90%;
}

/* 모바일 (<768px) */
@media (max-width: 991.98px) {
	.news-list.photo > ul.list > li, div.vollist > ul > li {
		margin-right: 3%;
		margin-bottom: 5%;
		width: 30%;
	}
	.news-list.photo > ul.list > li:nth-child(4n) {
		margin-right: 3%;
	}
	.news-list.photo > ul.list > li:nth-child(3n) {
		margin-right: 0;
	}
}

/* 모바일 (<768px) */
@media (max-width: 767.98px) {
	.news-list.photo > ul.list > li, div.vollist > ul > li {
		margin-right: 3%;
		margin-bottom: 5%;
		width: 47%;
	}
	.news-list.photo > ul.list > li:nth-child(3n) {
		margin-right: 3%;
	}
	.news-list.photo > ul.list > li:nth-child(2n), .news-list.photo > ul.list > li:nth-child(4n) {
		margin-right: 0;
	}
	div.news-list.photo div.tit {
		font-size: 1rem;
	}
}

