.section{
	color: #101010;
	font: 1.2rem / 135% Sandvik Sans Regular, Tahoma, Verdana, sans-serif;
}
.bigTitle{
	font: 3.5rem / 100% Sandvik Sans Headline, Tahoma, Verdana, sans-serif;
}
.title2{
	font: 2.5rem / 100% Sandvik Sans Headline, Tahoma, Verdana, sans-serif;
	font-weight: 600;
}
.title3{
	font: 1.5rem / 100% Sandvik Sans Headline, Tahoma, Verdana, sans-serif;
	font-weight: 600;
}
.video{
	width: 80vw;
	max-width: 1920px;
	height: 492px;
	margin: 30px 0 50px;
	background: #000;
}
.beCenter{
	width: 80vw;
	display: flex;
	justify-content: center;
}
.beCenter a{
	color: #73644b;
	margin-top: 30px;
	text-decoration: underline;
}
.scoreWrap{
	width: 80vw;
	padding: 30px 40px;
	display: flex;
	justify-content: space-between;
	align-items:flex-end;
	background: #beaf93;
	margin: 60px 0;
}
.scoreWrap .number{
	font: 7rem / 100% Sandvik Sans Numerals;
	color: #fff;
}
.habitWrap{
	max-width: 1860px;
	width: 76vw;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	color: #73644b;
}
.habitWrap .habitItem{
	max-width: 450px;
	width: 18vw;
	height: 380px;
	background: #f7f5f1;
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 30px 20px 20px;
	cursor: pointer;
}
.habitWrap .habitItem .link{
	text-decoration: underline;
}
.habitWrap .habitItem .link:hover{
	text-decoration: none;
}
.column{
	display: flex;
	flex-direction: column;
}



.slider_column_4 .swiper-wrapper .swiper-slide{
    background: #f6f3ef !important;
    text-align: left !important;
}
.slider_column_4 .swiper-wrapper .swiper-slide p{
    color: #685943 !important;
    display: block !important;
    border-bottom: none !important;
    font-size: 16px;
    font-weight: 600;
}
.slider_column_4 .swiper-wrapper .swiper-slide img{
    width: 100%;
    height: 400px
}
.slider_column_4 .swiper-wrapper .swiper-slide .slider_column_4_a{
    font-size: 18px;
    line-height: 30px;
}

.bigPhoto{
	width: 80vw;
	height: 490px;
	margin: 50px 0;
}
.transverseTabs{
	display: flex;
}
.transverseTabs .tabs{
	height: 74px;
	line-height: 74px;
	text-align: center;
	border-bottom: 2px solid #F7F5F1;
	display: inline-block;
	padding: 0 20px;
}
.transverseTabs .tabs:hover{
	border-bottom: 2px solid #EBE6DC;
}
.transverseTabs .selectTab{
	border-bottom: 2px solid #73644B;
}
.numberWrap{
	width: 80vw;
	height: 280px;
	padding: 50px 30px;
	background: #f7f5f1;
	margin: 50px 0;
}
.numberWrap .numberItem{
	display: flex;
	flex-direction: column;
	align-items: center;
	border-right: 1px solid #BEAF93;
	width: 32%;
}
.numberWrap .numberItem:nth-child(3){
	border-right: none;
}