
.history-section{
	position: relative;
	padding: 115px 0px 65px;
}

.history-section .year-box h2{
	position: relative;
	display: inline-block;
	font-size: 34px;
	line-height: 44px;
	font-weight: 500;
	background: #FFFFFF;
	box-shadow: 0px 15px 40px 10px rgba(0, 0, 0, 0.05);
	border-radius: 90px;
	padding: 19px 52px 17px 53px;
}

.history-section .content-box{
	position: relative;
	display: block;
	background: #FFFFFF;
	box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.05);
	border-radius: 30px;
	max-width: 500px;
}

.history-section .content-box .image-box{
	position: relative;
	display: block;
	border-radius: 30px;
}

.history-section .content-box .image-box img{
	width: 100%;
	border-radius: 30px;
}

.history-section .content-box .image-box:before{
	position: absolute;
	content: '';
	background-image: url(../../images/shape/shape-46.png);
	width: 100%;
	height: 75px;
	left: 0px;
	bottom: -1px;
	background-size: cover;
	background-repeat: no-repeat;
}

.history-section .content-box .lower-content{
	position: relative;
	display: block;
	padding: 15px 40px 40px 40px;
}

.history-section .content-box .lower-content h3{
	display: block;
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 13px;
}

.history-section .content-box .arrow{
	position: absolute;
	left: -245px;
	top: 50%;
	transform: translateY(-50%);
	width: 191px;
	height: 14px;
	background-repeat: no-repeat;
}

.history-section .inner-box:nth-child(3) .content-box .arrow{
	left: inherit;
	right: -245px;
}

.history-section .content-box:before{
	position: absolute;
	content: '';
	background: #F3F9EB;
	width: 20px;
	height: 20px;
	left: -155px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	z-index: 1;
}

.history-section .inner-box:nth-child(3) .content-box:before{
	left: inherit;
	right: -155px;
}

.history-section .content-box:after{
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	left: -150px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	border-radius: 2px;
	box-shadow: 0px 10px 40px 5px rgba(0, 0, 0, 0.1);
	z-index: 1;
}

.history-section .inner-box:nth-child(3) .content-box:after{
	left: inherit;
	right: -150px;
}

.history-section .line{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -98px;
	width: 2px;
	height: calc( 100% + 196px);
}

.history-section .line:before,
.history-section .line:after{
	position: absolute;
	content: '';
	left: -9px;
	width: 20px;
	height: 20px;
	border-radius: 4px;
	box-shadow: 0px 10px 40px 5px rgba(0, 0, 0, 0.1);
	transform: rotate(45deg);
}

.history-section .line:before{
	top: 0px;
}

.history-section .line:after{
	bottom: 0px;
}