@charset "utf-8";

/* 모바일 목록 */
@media all and (max-width:767px) {
	.responsive #bo_list .float-left.float-md-none {
		margin-right:0.75rem;
	}
	.responsive #bo_list .na-title {
		margin-bottom:0.14rem;
	}
}

/* gallery */
#bo_gallery .chk-box {
	position:absolute;
	bottom:5px;
	right:10px;
	z-index:2;
}
#bo_gallery .wr-now {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(0,0,0,0.75);
	z-index:1;
}

.outline_box .card:hover {
	outline: 2px solid rgba(233,28,70, 0.8);
	border-radius: .25rem;
}

.group_item__footer > hr {
	display: grid;
	margin: auto;
	padding: auto;
	padding-bottom: 10px;
  border-top: 1px solid #eee;
}

.group_item__footer {
	background-color: initial;
	border-top: 0;
}

.group_item_footer_inner {
	display: flex;
	justify-content: space-between
}

.card__item .img-wrap {
	border-bottom: 1px solid #ddd;
}

.card__item {
	height: 100%;
}

.intro_top__banner img,
.intro_bottom__banner img {
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 4px;
	margin-bottom: 15px;
	box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}

.card__item .badge {
	font-size: 12px;
}