.gallery_bottom_text_area
{
	overflow:hidden;
	text-align:center;
	margin-bottom:1.2vw;
	font-size:1.5vw;
	color:#9F9699;
}

.gallery_area
{
	margin:0 1.2vw;
	overflow:hidden;
}
.gallery_area .img_box
{
	display:inline-block;
	float:right;
	height:21.5vw;
	width:18.5vw;
	margin-left:0.6vw;
	margin-bottom:0px;
	overflow:hidden;
}
.gallery_area .img_box.last {margin-left:0px;}
.gallery_area .img_box .img
{
	height:18.3vw;
	width:18.3vw;
	overflow:hidden;
	border:0.1vw solid #ECECEC;
	background-color:white;
	text-align:center;
}
.gallery_area .img_box .img img
{
	max-height:18.3vw;
	max-width:18.3vw;
	position:relative;
	top:0;
	right:0;
}
.gallery_area .img_box .img_desc
{
	overflow:hidden;
	height:3vw;
	line-height:1.8vw;
	font-size:1.5vw;
	color:#D2AE3E;
	text-align:right;
}
.gallery_area .img_box .hover
{
	width:18.5vw;
	height:18.3vw;
	background-color:rgba(0,0,0,0.5);
	position:relative;
	top:-21.5vw;
	opacity:0;
	overflow:hidden;
}
.gallery_area .img_box:hover .hover {opacity:1;}
.gallery_area .img_box .hover .icons_area
{
	overflow:hidden;
	height:4.5vw;
	text-align:center;
	margin-top:5.4vw;
}
.gallery_area .img_box .hover .icons_area .icons_inner_area
{
	display:inline-block;
	overflow:hidden;
}
.gallery_area .img_box .hover .icons_area .icon_block
{
	display:inline-block;
	overflow:hidden;
	float:right;
	height:4.5vw;
	margin-left:1.2vw;
	text-align:center;
}
.gallery_area .img_box .hover .icons_area .icon_block.last {margin-left:0px;}
.gallery_area .img_box .hover .icons_area .icon_block .icon
{
	height:1.5vw;
	width:1.5vw;
	overflow:hidden;
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	display:inline-block;
}
.gallery_area .img_box .hover .icons_area .icon_block .icon_desc
{
	display:block;
	margin-top:0.5vw;
	height:1.5vw;
	line-height:1.5vw;
	overflow:hidden;
	font-size:1.2vw;
	color:white;
}
.gallery_area .img_box .hover .icons_area .icon_block .icon.enlarge
{
	background-image:url('../images/icon enlarge.png');
}
.gallery_area .img_box .hover .icons_area .icon_block:hover .icon.enlarge
{
	background-image:url('../images/icon enlarge2.png');
}
.gallery_area .img_box .hover .icons_area .icon_block .icon.link
{
	background-image:url('../images/icon link.png');
}
.gallery_area .img_box .hover .icons_area .icon_block:hover .icon.link
{
	background-image:url('../images/icon link2.png');
}
.gallery_area .img_box .hover .icons_area .icon_block:hover .icon_desc {color:#F68535;}












