@charset "utf-8";


body {
	background: #595962;
}

.list_3 {
	border-bottom: solid 1px rgba(255,255,255,1);
}

.list_1, .list_2, .list_4 {
	opacity: 0.4;
}


/*--------contents--------*/


.gallery_content {
	position: relative;
	max-width: 100%;
	width: 414px;
	height: auto;
	padding: 45px 30px 60px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.gallery_content::before {
	content: "";
	display: block;
	padding-top: 100%;
}

#ig {
	position: absolute;
	top: 45px;
	left: 50%;
	-webkit-transform: translateX(-47.96747967479675%);
	transform: translateX(-47.96747967479675%);
	max-width: 89.1304347826087%;
	width: 369px;
	height: auto;
}

.gallery_list {
	position: relative;
	float: left;
	max-width: 29.26829268292683%;
	width: 108px;
	height: auto;
	margin: 0 4.065040650406504% 4.065040650406504% 0;
	overflow: hidden;
}

.gallery_list::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.ig_pic {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);	
	width: 100%;
	height: 100%;
	background: no-repeat center;
	background-size: cover;
}

.pic_cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	opacity: 0;
	transition: all 210ms ease-in-out;
	-webkit-transition: all 210ms ease-in-out;
}

.pic_cover:hover {
	opacity: 1;
}
