@charset "UTF-8";
/* CSS Document */

.inside .slider li {
	margin-left: 10px;
	margin-right: 10px;
}
ul.list-inline    {
	margin-left: auto;
	margin-right: auto;
	width: 85%;
	font-size: 0px;
}
.list-inline li {
	width: 23%;
	margin-left: 1%;
	margin-right: 1%;
}
.list-inline li a {
	display: block;
	border-radius: 8px;
	border: 2px solid #ffffff;
}
.list-inline li a:hover {
	border-color: #d8c6a0;
}
.slider_bg {
	background-color: #f4f1e7;
	padding-top: 20px;
	padding-bottom: 20px;
}
.type_slider.slick-slider {
	margin-bottom: 0px;
}
.type_slider li {
	margin-left: 15px;
	margin-right: 15px;
}
.type_slider li a {
	outline: none;
}
.child section .inside  {
	padding-top: 120px;
}


@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 992px) {
.child section .inside  {
	padding-top: 80px;
}
}
@media screen and (max-width: 767px) {
ul.list-inline    {
	width: 100%;
}
}
@media screen and (max-width: 480px) {
ul.list-inline    {
	width: 85%;
}
.list-inline li {
	width: 48%;
	margin-bottom:5%;
}
}
