@charset "utf-8";

.bo-wrap .container {max-width: 960px;margin: 0 auto;padding-bottom: 100px;}

.bo-wrap .table td {
	padding: 10px;
	border-top: 0;
	border-bottom: 0.5px solid #9d9d9e;	
}

.bo-wrap .table a {
	color: inherit;
}

.bo-wrap .table a:hover {
	text-decoration: none;
}

.container .title-wrap {
	border-top: 1px solid #9d9d9e;
	border-bottom: 1px solid #9d9d9e;
	padding-bottom: 10px;
}

.container .title-wrap h3 {
	font-size: 18px;
}

.container .title-wrap h4 {
	color: #cdb195;
}

.btn,
input {
	border-radius: 0 !important;
}

.btn-box li,
.bo_v_com li {
	display: inline-block;
}

#bo_v_atc {
	padding: 50px;
}

ul.pagination li a {
    color: black;
    text-decoration: none;
    margin: 0 5px;
}

.pagination > li.active > a,
.pagination > li.active > a:hover {
    background: #ccb094;
    border: 1px solid #ccb094;
}

.pagination li:first-child a {   
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.pagination li:last-child a {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

#bo_v .container h5 {
	font-family: 'DINPro-Bold';
	color: #784b87;
	font-size: 16px;
	margin-top: 50px;
}

#bo_v .container h2 {
	color: #3e3a39;
	margin-bottom: 100px;
	font-size: 30px;
}

.btn-default {
	background-color: rgba(205, 177, 149, 0.8) !important;
	border-color: rgba(205, 177, 149, 1) !important;
	color: #fff !important;
}

.btn-default:hover {
	background-color: rgba(205, 177, 149, 1) !important;
	border-color: rgba(205, 177, 149, 0.8) !important;
}