/* BASIC css start */
/*************************/
/* 기획전
/*************************/
.exhibition-view {}
.exhibition-view img {
	max-width: 100%;
}

.page-title {
	margin-top: 30px;
}

.exhibition-view .ev-title {
	position: relative;
	width: 100%;
	padding: 13px 0 11px 0;
	margin-bottom: 15px;
	text-align: center;
	font-size: 17px;
	line-height: 22px;
	font-weight: bold;
	color: #555;
	letter-spacing: -2px;
	border-top: 1px solid #aeaeae;
	border-bottom: 1px solid #ddd;
	background: #fbfbfb;
}



.exhibition-view .ev-body .evb-img,
.exhibition-view .ev-body .evb-html {
	position: relative;
	width: 100%;
}
.exhibition-view .ev-body .evb-img {}
.exhibition-view .ev-body .evb-html {}

.exhibition-view .ev-body .evb-img img {
	width: 100%;
}



.exhibition-view .ev-goods {
	position: relative;
	width: 100%;
	margin-top: 20px;
}


.exhibition-view .ev-btn {
	display: block;
	width: 50%;
	height: 40px;
	padding-top: 12px;
	margin: 15px auto;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	letter-spacing: -2px;
	text-align: center;
	background: #000;
	border: 1px solid #000;
}
.exhibition-view .ev-btn:hover,
.exhibition-view .ev-btn:active {
	background: #fff;
	color: #000;
}






/* *********************** */
/* 가로화면
/* *********************** */
@media only screen and (orientation:landscape){
	.exhibition-view .ev-thumb li {
		width: calc(33.333333333% - 10px);
	}
}










/* BASIC css end */

