#real-culture-section {
	padding-bottom: 60px;
	background: url('../../assets/img/company-profile/bg.png') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.head-title {
	margin-bottom: 10px;
}

/* Box V1 */
.box {
	margin-top: 30px;
	margin-bottom: 30px;
}

.box .box-top {
	border: solid 1px #A20E12;
	padding: 25px 20px 18px;
	text-align: center;
	font-family: 'DBHeavent-BoldExt';
	color: #FFF;
	font-size: 33px;
	line-height: 33px;
	background-color: #A10E12;
	letter-spacing: 4px;
}

.box .box-top span {
	color: #FFF;
	font-size: 75px;
}

.box .box-bottom {
	position: relative;
}

.box .overlay {
	background:rgba(0, 0, 0, 0.42);
	text-align:center;
	opacity:0;
    -webkit-transition: opacity .25s ease;
	-moz-transition: opacity .25s ease;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}

.box .box-bottom:hover .overlay {
    opacity:1;
}

.box .box-bottom .bg {
	z-index: 1;
}

.box .box-bottom .overlay {
	z-index: 2;
}

.box .box-bottom .wrap-text {
	position: absolute;
	top: 0;
	z-index: 3;
    width: 100%;
}

.box .box-bottom .wrap-text h3 {
	font-family: 'DBHeavent';
	color: #fff;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
}

.box .box-bottom .wrap-text h3.title-top {
	margin-top: 80px;
}

/* Box v2 */
.box-v2 {

}

.box-v2 .box-top {
	
}

.box-v2 .box-bottom {
	border: solid 1px #DADADA;
    padding: 40px 10px;
    width: 90%;
    margin: 0 auto;
    position: relative;
    top: -40px;
    background-color: #fff;
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
}

/*.box-v2 .box-bottom:hover {
	background-color: #A10E12;
	border: solid 1px #A10E12;
}

.box-v2 .box-bottom:hover h1,
.box-v2 .box-bottom:hover h2,
.box-v2 .box-bottom:hover p {
	color: #fff;
}*/

.box-v2 .box-bottom h1,
.box-v2 .box-bottom h2 {
	text-align: center;
	font-family: 'DBHeavent-BoldExt';
	color: #A10E12;
}

.box-v2 .box-bottom h1 {
	font-size: 130px;
	line-height: 60px;
	letter-spacing: 4px;
	margin: 0 20px;
}

.box-v2 .box-bottom h2 {
	font-size: 28px;
    line-height: 20px;
    letter-spacing: 1px;
    margin: 20px 0;
}

.box-v2 .box-bottom p {
	font-family: 'DBHeavent';
	font-size: 20px;
	line-height: 25px;
	text-align: center;
	color: #231F20;
}

.box-v2 .box-bottom p:last-child {
	margin-bottom: 0;
}


