.timeline-carousel__item-wrapper {
	display: none;
}
.timeline-carousel__item-wrapper.slick-initialized {
	display: block; 
}
.timeline-carousel {
	padding: 0px 10% 90px;
	position: relative;
	overflow: hidden;
}
.timeline-carousel .slick-list {
	overflow: visible;
}
.timeline-carousel .slick-dots {
	bottom: -73px;
}
.timeline-carousel__image {
	margin-right: 30px;
}
.timeline-carousel__item {
	cursor: pointer;
}
.timeline-carousel__item .media-wrapper {
	padding-bottom: 71.4%;
	-webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	-o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.timeline-carousel__item-inner {
	position: relative;
	padding-top: 45px;
	margin-right: 30px;
}
.timeline-carousel__item-inner:after {
	position: absolute;
	width: 100%;
	top: 45px;
	left: 0;
	content: "";
	border-bottom: 1px solid #5795cc;
}
.timeline-carousel__item-inner .year {
	font-size: 36px;
	line-height: 36px;
	color: #000;
	padding-right: 10px;
	z-index: 1;
	position: relative;
	top: -18px;
	font-weight: 900;
	background-color: #fff;
	display: inline-block;
}
.timeline-carousel__item-inner .month {
	color: #003f65;
	display: block;
	margin-bottom: 10px;
	font-weight: 900;
}
.timeline-carousel__item-inner p {
	margin-bottom: 15px;
}
.timeline-carousel__item-inner .read-more {
	color: #003f65;
	display: inline-block;
	margin-bottom: 10px;
	font-weight: 500;
	text-decoration: none;
	position: relative;
}
.timeline-carousel__item-inner .read-more:after {
	content: "";
	width: 0.6em;
	height: 0.6em;
	margin-left: 0.3em;
	vertical-align: middle;
	border-top: 2px solid #003f65;
	border-right: 2px solid #003f65;
	display: inline-block;
	transform: rotate(45deg);
}
.timeline-carousel__item-inner .read-more:hover {
	color: #5795cc;
}
.timeline-carousel__item-inner .read-more:hover:after {
	border-top: 2px solid #5795cc;
	border-right: 2px solid #5795cc;
}
.timeline-carousel__item-inner .pointer {
	height: 29px;
	position: relative;
	z-index: 1;
	margin: -4px 0 16px;
}
.timeline-carousel__item-inner .pointer:after, .timeline-carousel__item-inner .pointer:before {
	position: absolute;
	content: "";
}
.timeline-carousel__item-inner .pointer:after {
	width: 9px;
	height: 9px;
	border-radius: 100%;
	top: 0;
	left: 0;
	background-color: #003f65;
}
.timeline-carousel__item-inner .pointer:before {
	width: 1px;
	height: 100%;
	top: 0;
	left: 4px;
	background-color: #003f65;
}
.timeline-carousel__item {
	opacity: 0.4;
	-webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	-o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.timeline-carousel__item.slick-active {
	opacity: 1 !important;
}
.slick-dots {
	list-style: none;
	position: absolute;
	width: 100%;
	left: 0;
	text-align: center;
}
.timeline-modal-area .slick-dots {
	bottom: -24px;
}
.slick-dots li {
	cursor: pointer;
	display: inline-block;
	margin: 0 6px;
	position: relative;
}
.slick-dots li:last-child {
	margin-right: 0;
}
.slick-dots li.slick-active button {
	background: #003f65;
	border-color: #003f65;
}
.slick-dots li button {
	display: block;
	font-size: 0;
	width: 10px;
	height: 10px;
	padding: 0;
	background-color: #ccc;
	border-color: #ccc;
	border-radius: 50%;
	cursor: pointer;
	-webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	-o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.slick-dots li button:hover {
	background: #003f65;
	border-color: #003f65;
}

.timeline-modal-area {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;

	display: none;
	justify-content: center;
	align-items: center;

	overscroll-behavior: contain;
	overflow-y: scroll;
	scrollbar-width: none;
	-ms-overflow-style: none;
	touch-action: none;
}
.timeline-modal-area::before,
.timeline-modal-area::after {
	content: "";
	width: 1px;
	height: calc(100vh + 1px);
	display: flex;
}
.timeline-modal-area::-webkit-scrollbar {
	display: none;
}
.timeline-modal-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.6);
}
.timeline-modal-content {
	width: calc(100% - 40px);
	max-width: 980px;
	background-color: #fff;
	display: none;
	z-index: 9999;
	position: relative;
}
.timeline-modal-wrap {
	padding: 40px;
	max-height: 80vh;
	overflow-y: scroll;
}
.timeline-modal-item {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}
.timeline-modal-item>div {
	flex-shrink: 0;
	width: calc(50% - 10px);
}
.timeline-modal-slide-img.slick-slide,
.timeline-modal-slide-yt.slick-slide {
	display: flex;
	justify-content: center;
	align-items: center;
}
.timeline-modal-slide-img img {
	width: 100%;
}
.timeline-modal-close {
	position: absolute;
	z-index: 100;
	bottom: calc(100% + 10px);
	right: 0;
	width: 30px;
	height: 30px;
	cursor: pointer;
}
.timeline-modal-close::before,
.timeline-modal-close::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 30px;
	height: 1px;
	background-color: #fff;
	transform: rotate(45deg);
}
.timeline-modal-close::after {
	transform: rotate(-45deg);
}
.timeline-modal-text h4 {
	margin-bottom: 10px;
	font-size: 2.1rem;
	font-weight: 500;
}
.timeline-modal-text p {
	font-size: 1.4rem;
	line-height: 1.722;
}
.timeline-modal-text .note {
	margin-top: 10px;
	font-size: 1.2rem;
	line-height: 1.722;
}

@media screen and (max-width: 767px) {
	.timeline-modal-wrap {
		max-height: 80vh;
		overflow-y: scroll;
	}
	.timeline-modal-item {
		flex-wrap: wrap;
		flex-direction: column-reverse;
		margin-bottom: 30px;
	}
	.timeline-modal-item>div {
		width: 100%;
	}
	.timeline-modal-text {
		margin-bottom: 20px;
	}
	.timeline-modal-text .note {
		font-size: 1.2rem;
		line-height: 1.5714;
	}
}