
.content_one {
	margin:0 auto;
}

.content_one * {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0;
	
	
}
.gallery_title {
	line-height:78px;
	color:white;
	font-size:16px;
	font-weight:600;
	font-family:'Nanum Gothic', sans-serif;
	text-align:center;
	display:inline-block;
	background:url('/module/layout/user/mainCenter/type_19/imgs/bg.png') no-repeat;
	width:100%;
	height:78px;
	}

.construction ul {
    width: 100%;
    margin-top: 10px;
}
.construction ul:after {
	content:'';
	display:block;
	clear:both;
}

.construction ul li {
	float:left;
    overflow: hidden;
}

.construction ul li a {
    display: inline-block;
}

.construction ul li img {
    width: 100%;
}

.construction .title {
    position: relative;
    width: 100%;
}

.construction .title strong {
    font-size: 25px;
    color: #2a2a2a;
    margin-right: 20px;
}

.construction .title span{
    display: inline-block;
    font-size: 15px;
    color: #616161;
}

.construction .title a {
    position: absolute;
    font-size: 11px;
    color: #616161;
    bottom: 5px;
    right: 5px;
}

@media (min-width: 576px) and (max-width: 767.98px) {

    .content_one {
        padding-right: 8px;
        padding-left: 8px;
    }

    .content_one {
        padding-bottom: 45px;
    }

    .content_one .title a {
        display: none;
    }

    .title strong {
        display: block;
        margin-bottom: 5px;
    }

	.construction ul li {
		width: 33.3333%;
		margin-bottom:1.5%;
	}
	.construction ul li:nth-child(3n+0) {
		padding-left:1%;
	}
	.construction ul li:nth-child(3n+1) {
		padding-right:1%;
	}
	.construction ul li:nth-child(3n+2) {
		padding-right:0.5%;
		padding-left:0.5%;
	}
    .construction ul li:nth-child(9) ~ li {
        display: none;
    }

}

@media (min-width: 768px) {

	.content_one {
		max-width: 1100px;
	}

	.construction ul li:nth-child(5n+0) {
		margin-right:0;
	}

	.construction ul li {
		width: 19%;
		margin-right:1%;
		margin-bottom:1%;
	}

}

@media (max-width: 575.98px) {

    .content_one {
        padding-right: 8px;
        padding-left: 8px;
    }

    .content_one {
        padding-bottom: 45px;
    }

    .content_one .title a {
        display: none;
    }

    .title strong {
        display: block;
        margin-bottom: 5px;
    }

	.construction ul li {
		width: 49%;
		margin-bottom:2%;
	}

	.construction ul li:nth-child(2n+0) {
		margin-left:1%;
	}
	.construction ul li:nth-child(2n+1) {
		margin-right:1%;
	}

    .construction ul li:nth-child(6) ~ li {
        display: none;
    }

}