@charset "utf-8";


/***************
+ .main_img
***************/

#Cont .main_img{
	width:100%;
	position:relative;
}

/***************
+ .main_contents
***************/
#Cont .main_contents{
	width:100%;
}
/***************
+ .top_slider
***************/
#Cont .top_slider .owl-carousel{
	width:100%;
	margin:0 auto;
	position:relative;
}
#Cont .top_slider.owl-theme .owl-controls {
	margin-top: 0;
	text-align: center;
	position:static;
}
#Cont .main_contents .top_slider .owl-controls .owl-nav .owl-prev,
#Cont .main_contents .top_slider .owl-controls .owl-nav .owl-prev:hover{
	position:absolute;
	top:0;
	bottom:0;
	margin:auto 0;
	left:1%;
	width:20px;
	height:36px;
	background:url("../images/img_slide_prev.png");
	background-repeat:no-repeat;
	padding:0;
	z-index:100;
}
#Cont .main_contents .top_slider .owl-controls .owl-nav .owl-next,
#Cont .main_contents .top_slider .owl-controls .owl-nav .owl-next:hover{
	position:absolute;
	top:0;
	bottom:0;
	margin:auto 0;
	right:1%;
	width:20px;
	height:36px;
	background:url("../images/img_slide_next.png");
	background-repeat:no-repeat;
	padding:0;
	z-index:100;
	
}

#Cont .top_slider.owl-theme .owl-dots .owl-dot span {
	backface-visibility: visible;
	background: #7e4b7c none repeat scroll 0 0;
	border-radius: 7px;
	display: block;
	margin: 5px 7px;
	transition: opacity 200ms ease 0s;
	width: 7px;
	height: 7px;
}
#Cont .top_slider.owl-theme .owl-dots .owl-dot.active span {
	background: #000 none repeat scroll 0 0;
}

/***********************
+ .about_dourthe_title
***********************/
#Cont .about_dourthe_title{
	width:100%;
	margin:0 auto 20px;
	padding-top:70px;
}
#Cont .about_dourthe_title .logo_img{
	width:53%;
	margin:0 auto 10px;
}
#Cont .about_dourthe_title .txt{
	width:100%;
	text-align:center;
	font-size:15px;
	font-weight:bold;
	color:#7e4b7c;
}

/***********************
+ .block_base
***********************/

#Cont .block_base{
	width:100%;
	margin:0 auto 10px;
}
#Cont .block_base ul{
	width:100%;
	background:#3a2834;
	padding:10px 3% 40px;
	box-sizing:border-box;
}
#Cont .block_base .title{
	text-align:center;
	font-size:15px;
	line-height:2.28em;
	font-weight:bold;
	color:#bd9d55;
}
#Cont .block_base .txt{
	font-size:12px;
	line-height:1.58em;
	color:#fff;
}

