:root {
  --bg-color: #a75e33;
  --light-role: #e7d9ce;
  --radius-carousel-indicator: 6px;
  --main-color: #A65E32;
}
.corLornum{
	color: #a65e32 !important;
}
.aboutus-page {
	color: var(--main-color);
}
.filter {
    margin-bottom: 50px;
}
.filter > .title {
    padding-top: 10px;
    border-top: 7px solid var(--light-role);
    font-family: Montserrat-Bold;
    font-size: 24px;
}
.slogan {
	font-family: 'Montserrat-Bold';
    font-size: 20px;
}
.line-addr {
	padding-top: 10px
}
.boxright {
	margin-top: 117px;
	margin-bottom: 117px;
}
.contact-box-2 {
	padding-top: 30px;
}
.contact-box-3 {
	padding-top: 30px;
}
@media (min-width:769px)  {
	.filter {
	margin-top: 130px;
}
}
@media (max-width:768px)  {
	.filter {
		margin-top: 70px;
	}
}