.gallery-wrap h3 {
	margin: 0;
	padding-left: 10px;
	border-left: 5px solid #fff;
	font-family: "Cafe24Dangdanghae"; color: #fff;
	}
#search-gallery-form fieldset {
	padding: 5px 5px 5px 10px;
	border: none;
	}
div.selectBox {
	width: 124px;
	background-color: rgba(255,255,255, .9);
	}
div.selectBox span.selected {
	width: 90px;
	font-weight: bold;
	}
div.selectBox span.selected:hover {
	font-weight: bold;
	}
div.selectBox div.selectOptions {
	top: 0;
	width: 124px;
	}
div.selectBox div.selectOptions .selectOption {
	background-color: #212121;
	font-weight: bold;
	}
div.selectBox div.selectOptions .selectOption:hover {
	background-color: #fff;
	}
div.selectBoxSub {
	margin: 0 1px;
	}
.gallery-photo {
	margin-top: 20px;
	}
.gallery-photo li {
	width: calc(25% - 2px);
	margin: 1px;
	}
.gallery-photo li .empty {
	position: relative;
	width: 100%;
	z-index: 1;
	}
.gallery-photo li p {
	position: absolute; top: 0; left: 0;
	height: 100%;
	padding: 5px;
	border: 1px solid #cfcfd0;
	background-color: #fff;
	z-index: 2;
	}
.gallery-photo li img {
	width: 100%;
	}
.gallery-photo li span {
	display: block; 
	position: absolute; left: 5px; bottom: 5px;
	width: calc(100% - 10px);
	padding: 5px;
	background-color: rgba(0,0,0, .8); color: #fff;
	font-family: "Cafe24Dangdanghae";
	}
.gallery-photo li b {
	display: block;
	float: left;
	width: 86px;
	}
.gallery-photo li em {
	display: block;
	float: right;
	width: 100px;
	text-align: right;
	}

@media (max-width: 860px) {
	.gallery-photo {
		width: 480px;
		margin: 20px calc((100% - 480px) / 2) 0;
		}
	.gallery-photo li {
		width: calc(50% - 2px);
		}
	.gallery-photo li p {
		height: 330px;
		}
	}
@media (max-width: 480px) {
	.gallery-photo {
		width: 240px;
		margin: 20px calc((100% - 240px) / 2) 0;
		}
	.gallery-photo li {
		width: 100%;
		margin: 1px 0;
		}
	}