@charset "UTF-8";
.owl-theme .owl-dots {
	position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
	-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1
}
.owl-theme .owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
	margin: 2px 5px;
	background: #ffffff;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #102B9D
}

<!-- home-owl-topic -->
.home-owl-topic .item {
	position:relative;
}
.home-owl-topic .item .text-box {
	position:absolute;
	width:100%;
	bottom:0;
	background:rgba(0,0,0,0.35);
	height:120px;
}
.home-owl-topic .item a .text-box {
	text-decoration:none;
	color:#fff;
}
.home-owl-topic .item a .text-box .text-box-category {
	margin:20px 20px 10px;
	font-size:12px;
	line-height:1.0;
}
.home-owl-topic .item a .text-box-category .category {
	color:#fff;
}
.home-owl-topic .item a .text-box h3 {
	margin:0 20px 10px;
	padding:0;
	font-size:16px;
	line-height:1.5;
	color:#fff;
}
@media screen and (max-width:600px){
.home-owl-topic .owl-dots {
  bottom:-24px;
}
.home-owl-topic .owl-dots .owl-dot span {
	background: #DDDDDD;
}
}

<!-- home-owl-staff -->
.home-owl-staff .owl-dots {
	position:relative !important;
	text-align: center !important;
}
.home-owl-staff .owl-dots {
	text-align:center;
	bottom:-10px;
}
.home-owl-staff .item a p{
	line-height:1.0;
}
.home-owl-staff .owl-item img {
	width:120px;
	margin:0 auto 35px;
}
.home-owl-staff .item a h3 {
	color:#222;
	font-size:16px;
	margin:0 0 10px;
	line-height:1.4;
	text-align:center;
}
.home-owl-staff .item a h3 span{
	font-size:12px;
	font-weight:normal;
}
.home-owl-staff .item a .staff-title{
	font-size:12px;
	font-weight:600;
	color:#666666;
	line-height:1.0;
	text-align:center !important;
	margin-bottom:25px;
}
.home-owl-staff .owl-nav .owl-prev,
.home-owl-staff .owl-nav .owl-next {
	position: absolute;
	top: 25%;
	margin: 0;
	padding: 0 20px;
	width:22px;
	height:32px;
}
.home-owl-staff .owl-nav .owl-prev {
	background:url(/images/owl-nav-prev.png) center center no-repeat;
	left: -60px;
}
.home-owl-staff .owl-nav .owl-next {
	background:url(/images/owl-nav-next.png) center center no-repeat;
	right: -60px;
}
.home-owl-staff .owl-nav .owl-prev:hover,
.home-owl-staff .owl-nav .owl-next:hover {
	opacity: .75;
}
@media screen and (max-width:1070px){
.home-owl-staff .owl-nav .owl-prev,
.home-owl-staff .owl-nav .owl-next {
	display:none;
}
}