@import url(http://fonts.googleapis.com/earlyaccess/notosanstc.css);

.read {
	width: 1020px;
	background-color: #A491A3;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 60px;
}

.owl-carousel {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
. item {
	width: 100%;
}
.owl-controls .owl-nav [class*=owl-] {
	padding: 10px;
	display: inline-block;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	background: #000;
}
.owl-controls .owl-nav [class*=owl-]:hover {
	background: #766375;
}
.owl-next,.owl-prev {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
}
.owl-prev {
    left: -60px;
}
.owl-next {
    right: -60px;
}