@charset "UTF-8";

html {
  font-size: 14px; }
  @media (min-width: 576px) {
    html {
      font-size: 15px; } }
  @media (min-width: 768px) {
    html {
      font-size: 16px; } }



.section-list {
	padding: 1rem 0;
	margin-bottom: 3rem;
}

.timeline-visual {
	float: left;
	width: 56%;
	margin-right: 3%;
	line-height: 1;
}
.timeline-visual img {
    width: 100%;
}
.timeline-detail {
	float: left;
	width: 41%;
	height: 100%;
	overflow-y: auto;
}
.timeline-detail h4{
	font-family: Georgia, Helvetica, Arial," sans-serif";
	font-size: 3.6rem; font-size: 36px;
	font-weight: bold;
	color: #740a01;
	padding: 0 0 0.5rem 0;
}
.timeline-detail p{
	font-size: 1.6rem; font-size: 16px;
	line-height: 1.5;
}
.timeline-detail p a{
	color: #c64214;
}
.timeline-detail p a:hover{
	color: #740a01;
}


/*!
	Timeline - v0.0.1
	ilker Ylmaz
	https://github.com/ilkeryilmaz/timeline
 */
.timeline-container {
	position: relative;
}
.timeline-container::after {
	content: '';
	display: table;
	clear: both;
}
.timeline-list {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.timeline-list-wrap {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	transform: translate3d(0, 0, 0);
	transition: transform 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.timeline-dots-wrap.bottom {
	bottom: -50px;
}
.timeline-dots {
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
	height: 100%;
	background: url(timeline_dots_bepc30.png) bottom repeat-x;
	transition: transform 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.timeline-container {
	width: 100%;
	margin: 0 auto;
}
.timeline-item {
	float: left;
	box-sizing: border-box;
}


@media all and (min-width:991px){
	.timeline-1 .timeline-list {
		width: 940px;
	}
	.timeline-1 .timeline-item {
		width: 940px;
		height: 350px;
	}
	
	.timeline-dots li {
		float: left;
		width: 100px;
		transition: all 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
		list-style: none;
		text-align: center;
		overflow: hidden;
	}
	.timeline-dots button {
		cursor: pointer;
		border: none;
		outline: none;
		font-family: Georgia, Helvetica, Arial," sans-serif";
		color: #ffa838;
		font-size: 2.4rem; font-size: 24px;
		padding-bottom: 15px;
		background: url("date_icon_bepc30.png") bottom no-repeat;
		transition: all 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
		height: 48px;
	}
	.timeline-dots li.slide-active button {
		font-family: Georgia, Helvetica, Arial," sans-serif";
		color: #740a01;
		font-size: 2.6rem; font-size: 26px;
	}
	.timeline-dots-wrap {
		position: absolute;
		bottom: 0;
		width: 100%;
		height: 48px;
		overflow: hidden;
	}
}

@media all and (min-width:1170px){
	.timeline-1 .timeline-list {
		width: 1140px;
	}
	.timeline-1 .timeline-item {
		width: 1140px;
		height: 350px;
	}
}
