.search_box:after{
	content:"";
	clear:both;
	display:block;
}

.search_box .board_search{
	position:relative;
	float:right;
	width:50%;
	margin-bottom:15px;
}

.search_box .board_search	p{
	padding:0 70px 0 142px;
}

.search_box .board_search	div.search_select{
	position:absolute;
	top:0;
	left:44px;
}

.search_box .board_search	select{
	width:88px;
	height:30px;
	-webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.search_box .board_search	input{
	width:98%;
	height:28px;
}

.search_box .board_search	button{
	background:#777;
	border:solid 1px #6f6f6f;
	height:30px;
	width:60px;
	vertical-align:middle;
	position:absolute;
	right:0;
	top:0;
	color:#fff;
	font-weight:bold;
	cursor:pointer;
	-webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.gallery_list {
	overflow:hidden;
	padding:10px;
}

.gallery_list li {
	float:left;
	width:222px;
	height:328px;
	margin-right:20px;
	margin-bottom:20px;
	border:1px solid #ccc;
	text-align:center;
	overflow:hidden;
}

.gallery_list li.col03_last {
	margin-right:0;
}

.gallery_list a {
	display:block;
}

.gallery_list .image {
	height:265px;
	overflow:hidden;
	position:relative;
}

.gallery_list .image img{
	width:100%;
	height:100%;
}

.gallery_list .image .mover {
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	left:0; top:0;
	background:url("../image/sub/over_zoom.png") no-repeat center;
	display:none;
}

.gallery_list a:hover .mover {
	display:block;
}

.gallery_list .title {
	padding:12px;
	font-size:1.125em;
	line-height:1.5em;
	font-weight:bold;
	color:#666;
	border-top:1px solid #ccc;
	text-align:center;
}

.gallery_list .title em{
	display:block;
	font-weight:bold;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	word-wrap:normal;
}

.gallery_list .title span {
	display:block;
	font-size:0.78em;
	color:#888;
}

.mr0{
	margin-right:0px !important;
}

/* pagenation ½ÃÀÛ */
.pagination{
	display:inline-block;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	text-align:center;
	margin:10px auto;
	border-radius: 4px;
	font-size:14px;
}

.pagination:after{
	content:"";
	display:block;
	clear:both;
}

.pagination > li {
	display: inline;
}

.pagination > li:first-child > a, .pagination > li:first-child > span{
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.pagination > li > a, .pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 150%;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.pagination > li > a, .pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #337ab7;
	border-color: #337ab7;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
	z-index: 2;
	color: #23527c;
	background-color: #eee;
	border-color: #ddd;
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd;
}
/* pagenation ³¡ */

/* ¸ð¹ÙÀÏ ½ÃÀÛ */
@media all and (max-width: 767px) {
	.search_box .board_search{
		float:none;
		width:100%;
	}
	
	.search_box .board_search	p{
		padding:0 75px 0 103px;
	}
	
	.search_box .board_search	div.search_select	{
		position:absolute;
		top:0;
		left:10px;
	}
	
	.search_box .board_search	button{
		right:10px;
	}
	
	.gallery_list li, .gallery_list li.mr0 {
		width:48%;
		margin-left:4%;
		margin-right:0;
		margin-bottom:4%;
	}
	
	.gallery_list li{
		height: auto;
		box-sizing: border-box;
	}
	
	.gallery_list li:nth-of-type(2n+1){
		margin-left:0;
		clear:left;
	}
	
	.gallery_list li:nth-of-type(3n+1){
		clear:none;
	}
	
	.gallery_list .image{
		height:0;
		padding-bottom:110%;
	}
	
	.gallery_list .image img{
		width:100%;
		height:auto;
	}
	
	.gallery_list .title{
		font-size:0.92em;
		padding:5px 3px;
	}
}

/* ÅÂºí¸´ ½ÃÀÛ */
@media all and (min-width: 768px) and (max-width: 1023px){
	.search_box .board_search{
		float:none;
		width:100%;
	}
	
	.search_box .board_search	p{
		padding:0 75px 0 103px;
	}
	
	.search_box .board_search	div.search_select	{
		position:absolute;
		top:0;
		left:10px;
	}
	
	.search_box .board_search	button{
		right:10px;
	}
	
	.gallery_list li {
		width:31.45%; height:auto;
		box-sizing:border-box;
		margin-right:2.825%;
		margin-bottom:2.825%;
	}
	
	.gallery_list li:nth-of-type(3n+1){
		clear:left;
	}
	
	.gallery_list .image{
		padding-bottom:120%;
		height:0;
	}
	
	.gallery_list img{
		position:absolute;
		width:100%;
		height:100%;
		left:0;
		top:0;
	}
	
	.gallery_list .image .mover{
		background-size:cover;
	}
	
	.gallery_list .title{
		font-size:1em;
		line-height:1.5em;
	}
	
	.gallery_list .title em{
		display:block;
		height:1.5em;
		overflow:hidden;
	}
	
	.gallery_list .title span{
		height:1.5em;
		overflow:hidden;
	}
}
/* ÅÂºí¸´ ³¡ */

@media all and (min-width: 1024px){
	.gallery_list {
		padding:0px;
	}
}