@charset "utf-8";
/*=============================================================
 contents Layout
=============================================================*/
#clm06{
	margin: 100px 0 0;
	padding: 50px 0 100px;
	background-color: rgba(159,126,52,0.1);
}
.boxBtm h3{
	font-size: 22px;
	line-height: 1.45 !important;
	font-weight: 400;
	color: #9F7E34;
	text-align: center;
}
#boxSlide{
	position: relative;
	padding: 50px 55px 30px;
}
#boxSlide figure{
	padding: 0 15px;
}
#boxSlide figcaption{
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
	font-size: 14px;
}
#boxSlide figcaption .num{
	font-size: 40px;
	margin-right: 5px;
	font-weight: 500;
	color: #9F7E34;
	line-height: 1.0 !important;
}
#boxSlide figcaption .txt{
	line-height: 1.15 !important;
}

#boxSlide .slick-arrow{
	width: 22px;
	height: 50px;
	position: absolute;
	top: 46%;
	transform: translateY(-100%);
	text-indent: -9999px;
	border: none;
	background: url("../../shared/img/arw_brown.svg") no-repeat 0 0;
	background-size: 100% 100%;
	cursor: pointer;
}
#boxSlide .slick-prev{
	left: -40px;
	transform: translateY(-100%) rotate(180deg);
}
#boxSlide .slick-next{
	right: -40px;
}
#boxSlide .slick-dots{
	width: 100%;
	display: flex;
	justify-content: center;
}
#boxSlide .slick-dots li{
	padding: 0 5px;
}
#boxSlide .slick-dots li button{
	width: 8px;
	height: 8px;
	border: none;
	border-radius: 100px;
	background-color: rgba(159,126,52,0.5);
	text-indent: -9999px;
	cursor: pointer;
}
#boxSlide .slick-dots li.slick-active button{
	background-color: rgba(159,126,52,1.0);
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 TUB
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:1099px){
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:767px){
#clm06 {
  margin: 70px 0 0;
  padding: 50px 0 50px;
}
#boxSlide{
	position: relative;
	padding: 50px 10px 30px;
}
#boxSlide .slick-prev{
	left: -20px;
}
#boxSlide .slick-next{
	right: -20px;
}
}
