@charset "utf-8";
@import url("style_gnu.css");

/* opbs style, 게시판 notice_comment */
#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) - 24px);
	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: 24px;
}
.img_box.type_star01:after {
	content: '';
	display: table;
	clear: both;
}