@charset "utf-8";

/*About*/
.caption-text,
.caption-video {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 1rem;
	background-color: #fff;
}
.caption-text {
	left: auto;
	right: 0;
	width: 70%;
}

.box-shadow:after {
	content: '';
	position: absolute;
	right: -2rem;
	top: 2rem;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .05);
	z-index: -1;
}

.wave {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.bg-wave1 {
	background-image: url(../img/bg_wave1.png);
	background-position: center top;
}
.bg-wave2 {
	background-image: url(../img/bg_wave2.png);
}
.bg-wave3 {
	background-image: url(../img/bg_wave3.png);
}

.bg-map {
	background-color: #A5D1F2;
}
.map-logo {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-100%, -50%) !important;
	z-index: 1;
}

#timeline {
	position: relative;
	display: table;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3rem;
}
#timeline div:after {
	content: "";
	width: 2px;
	position: absolute;
	top: 0.5rem;
	bottom: 0rem;
	z-index: -1;  
}
#timeline h3 {
	margin: 0;
}
#timeline div:after {
    left: 58px;
}	
#timeline section.year section h4,
#timeline h3 {
	font-size: 18px;
	font-weight: 700;
}
#timeline section.year section h4,
#timeline section.year section ul {
	padding-left: 80px;
}
#timeline section.year section ul {
	color: #444;
}
#timeline h3 {
	color: hsl(from var(--base-color) h s calc(l + 5));
}
#timeline h4 {
	margin-bottom: 1rem;
	color: #111;
}
#timeline div:after {
	background: hsl(from var(--base-color) h s calc(l + 20));
}	
#timeline section.year section ul:first-of-type:after {
	background: var(--base-color);
}
#timeline section.year {
	position: relative;
	padding-top: 3rem;
	border-top: 1px solid #eee;
}
#timeline section.year:first-child {
	padding-top: 0;
	border: 0;
}

#timeline section.year section {
	margin-top: -1.3rem;
	padding-bottom: 0px;
}
#timeline section.year section {
	position: relative;
	padding-bottom: 1.25rem;
	margin-bottom: 2.2rem;
}
#timeline section.year section ul {
	font-size: 15px;
	list-style-type: none;	
}

#timeline section.year section ul:last-child {
    margin-bottom: 0;
}
#timeline section.year section ul:first-of-type:after {
	content: "";
	width: 11px;
	height: 11px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	left: 54px;
	top: 3px;
	z-index: 2;
}
#timeline section.year section ul li:before {
    padding-right: 0.3rem;
}
#timeline section.year section ul li:not(:first-child) {
    margin-top: 0.5rem;
}


.carousel-swiper .swiper-slide > a {
	display: block;
	border-radius: 2rem;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
	transition: all .3s ease;
	overflow: hidden;
}
.carousel-swiper .swiper-slide > a:hover {
	box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
}
.pageNavCenter .swiper-button-next, 
.pageNavCenter .swiper-button-prev {
	width: 50px;
	height: 50px;
}
.pageNavCenter .swiper-button-next {
	right: -1rem;
}
.pageNavCenter .swiper-button-prev {
	left: -1rem;
}


.page-contact {
	position: relative;
	list-style: none;
	padding: 0;
}	
.page-contact li {
	display: flex;
	align-items: center;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	color: #555 ;
	border-bottom: 1px solid #ddd;	
}
.page-contact li>span {
	display: block;
	width: 110px;
	font-weight: bold;
	color: #333;
}
.page-section.cover:before {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #d1d8df;
	mix-blend-mode: exclusion;
	z-index: 10;
}

.page-section.section-video .tab-content .navBox .swiper-button-prev,
.page-section.section-video .tab-content .navBox .swiper-button-next {
	top: 40px;
}


.page-section.section-text .summary {
	margin-bottom: 2rem;
	font-size: 18px;
	line-height: 1.6;
}
.page-section.section-text h4 {
	margin-bottom: 1.5rem;
	color: #000;
}
.page-section.section-text hr {
	margin-bottom: 2rem;
}

/* Fade In Up video */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

figcaption .caption > * {
    opacity: 0;
}

figcaption .caption.animate > *:nth-child(1) {
    animation: fadeInUp 0.6s ease-out 0.1s forwards;
}

figcaption .caption.animate > *:nth-child(2) {
    animation: fadeInUp 0.6s ease-out 0.3s forwards;
}




/*common*/
.bg-img-cover {
	position: relative;
}
.bg-img-cover:before {
	content: '';
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
}
.section-video figcaption div, 
.section-video figcaption i, 
.section-video figcaption h4 {
	color: #333;
}

.pageNavBox {
    position: absolute;
    bottom: -40px;
    left: 50%;
    width: 300px;
    transform: translateX(-150px);
}
.pageNavBox .swiper-button-next, 
.pageNavBox .swiper-button-prev {
    width: 50px;
    height: 50px;
}
.pageNavBox .swiper-button-next:after, 
.pageNavBox .swiper-button-prev:after {
    font-size: 26px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    color: #fff;
    background-color: var(--base-color);
    transition: all .3s ease;
}
.pageNavBox .swiper-button-next:hover:after, 
.pageNavBox .swiper-button-prev:hover:after {
    background-color: var(--main-color);
}

.pageNavCenter .swiper-button-next:after, 
.pageNavCenter .swiper-button-prev:after {
    font-size: 26px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    color: #333;
    background-color: #fff;
    transition: all .3s ease;
}

.kso-contents .col-xl-12 > h1 {
	margin-top: 2rem;
	font-size: calc(1.325rem + 0.9vw);
	text-align: center;
}

.page-section .swiper {
      width: 100%;
      height: 100%;
    }

.page-section .swiper-slide {
      text-align: center;
      font-size: 18px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

.page-section .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }



@media (min-width: 992px) {
	.map-logo {
		transform: translate(-130%, -50%) !important;
	}
	.caption-text,
	.caption-video {
		padding: 2rem;
	}	
	#timeline {
		min-width: 1000px;
	}
	#timeline div:after {
		left: 98px;
	}
	#timeline section.year section ul:first-of-type:after {
		left: 94px;
	}
	#timeline section.year section {
		display: flex;
		margin-top: -2rem;
	}
	#timeline section.year section h4 {
		padding-left: 130px;
		font-size: 21px;
	}
	#timeline section.year section ul {
		font-size: 1.25rem;
		padding-left: 0;
	}
	#timeline h3 {
		font-size: 2rem;
	}
	#timeline h4 {
		display: flex;
		width: 200px;
	}
	.page-contact li>span {
		width: 180px;
		font-size: 21px;
	}
	.page-contact li>span>i {
		font-size: 24px;
	}
}
@media (min-width: 1200px) {
	.map-logo {
		transform: translate(-160%, -50%) !important;
	}
	.page-contact li {
		padding-bottom: 2rem;
		margin-bottom: 2rem;
		font-size: 18px;
	}
	.kso-contents .col-xl-12 > h1 {
		font-size: 2rem;
	}
}




@media (max-width: 1199px) {
	.caption-text {
		position: relative;
		width: 100%;
	}
}
@media (max-width: 768px) {
	.map-logo {
		transform: translate(-90%, -50%) !important;
	}
	.map-logo .display-2 {
		font-size: 24px;
	}
	.map-logo img {
		margin-bottom: 5px;
		width: 100px;
	}
	.caption-text {
		position: relative;
		width: 100%;
	}
}

@media (max-width: 576px) {
	.pageNavCenter .swiper-button-next {
		right: 0;
	}
	.pageNavCenter .swiper-button-prev {
		left: 0;
	}

}