nav {
	margin-bottom: 0;
}
#bd-content > * {
	overflow: hidden;
}
#bd-content > dt {
	cursor: pointer;
	padding: 15px 20px 15px 35px;
	border-bottom: 1px solid #e9e9e9;
	background: url(../images/point_03.png) 15px center no-repeat;
}
#bd-content > dt.selected {
	background: url(../images/point_05.png) 12px center no-repeat;
}
#bd-content > dt > strong {
	display: inline-block;
	width: 100px;
}
#bd-content > dt > span {
	float: right;
	color: #ff9600;
}
#bd-content > dd {
	display: none;
}
#bd-content > dd.empty {
	display: block;
	line-height: 200px;
	text-align: center;
}
#bd-content > dd > div {
	float: right;
	width: 315px;
	margin: 20px 30px;
}
#bd-content > dd > div .owl-dots {
	margin-top: 15px;
	text-align: center;
}
#bd-content > dd > div .owl-dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 4px;
	background: #ccc;
	border-radius: 50%;
}
#bd-content > dd > div .owl-dot.active {
	background: #fd8624;
}
#bd-content > dd > div .owl-nav {
	position: absolute;
	z-index: -1;
	width: calc(100% + 60px);
	height: 100%;
	top: 0;
	left: -30px;
}
#bd-content > dd > div .owl-prev, #bd-content > dd > div .owl-next {
	position: absolute;
	z-index: 100;
	height: calc(100% - 35px);
	width: 17px;
	text-indent: -9999px;
	background-color: #cde6f6;
	background-position: center;
	background-repeat: no-repeat;
}
#bd-content > dd > div .owl-prev {
	left: 0;
	background-image: url(../images/btn_ad_back.png);
}
#bd-content > dd > div .owl-next {
	right: 0;
	background-image: url(../images/btn_ad_next.png);
}
#bd-content > dd > article {
	float: left;
	width: calc(100% - 460px);
	margin: 15px 0 15px 35px;
	text-align: justify;
}
/* Media queries
-------------------------------------------------------------------------------*/
@media screen and (max-width: 800px) {
#bd-content > dt > span {
	float: none;
	display: block;
}
#bd-content > dd > div {
	float: none;
	width: calc(100vw - 80px)
}
#bd-content > dd > article {
	float: none;
	width: 100%;
	margin-top: 20px;
	margin-left: 0;
}
}
