@charset "utf-8";
@import url("style_gnu.css");

/* opbs style, 게시판 gallery - star */
#bo_vc img {
	width: auto;
}

.img_box.type_star01 {
	position: relative;
	padding-top: 0;
	padding-left: calc(100% / 12 * 8);
	margin-top: 24px;
}
.img_box.type_star01 [class*="item"] {}
.img_box.type_star01 .item1 {
	position: absolute;
	top: 0;
	left: 0;
	width: calc((100% / 12 * 8) - 12px);
	height: 100%;
	background: no-repeat 50% 50%;
	background-size: cover;
}
.img_box.type_star01 .item2 {
	width: 100%;
}
.img_box.type_star01 .item2 img + img {
	padding-top: 0;
	margin-top: 12px;
}
.img_box.type_star01:after {
	content: '';
	display: table;
	clear: both;
}

@media screen and (min-width: 768px) {
	.img_box.type_star01 .item1 {
		width: calc((100% / 12 * 8) - 16px);
	}
	.img_box.type_star01 .item2 img + img {
		margin-top: 16px;
	}

}


#bo_gall #gall_ul {
	margin-top: 0;
}
#bo_gall .gall_li {
	position: relative;
	padding: 0 15px;
	margin-top: 20px;
}
#bo_gall .gall_li:nth-child(1),
#bo_gall .gall_li:nth-child(2),
#bo_gall .gall_li:nth-child(3) {
	margin-top: 0;
}
#bo_gall .gall_li:nth-child(3n+1) {
	clear: both;
}
#bo_gall .gall_img {
	border: 1px solid #eee;
}

#bo_gall .gall_img span {
	display: block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: 200px;
	background-size: 480px auto;
}
#bo_gall .gall_img span.no_image {
	line-height: 200px;
	text-align: center;
	background-color: #eaeaea;
}

#chkall,
.gall_text_href input[type="checkbox"] {
	width: 16px;
	height: 16px;
}
#chkall {
    vertical-align: top;
    margin-top: 5px;
    margin-right: .5rem;
}
.gall_text_href input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: calc(15px + 15px);
    margin-top: 15px;
}
#bo_gall .gall_text_href a {
	line-height: 1.5;
	height: auto;
	min-height: 3em;
	font-weight: 400;
}

@media screen and (min-width: 768px) {
	#bo_gall .gall_li {
		width: calc(100% / 3);
		padding: 0 10px;

	}
	#bo_gall .gall_img span {
		height: calc(200px * .75);
	}


}
@media screen and (min-width: 992px) {
	#bo_gall .gall_li {
		margin-top: 40px;
	}

}
@media screen and (min-width: 1200px) {
	#bo_gall .gall_img span {
		height: 200px;
	}

}