@charset "utf-8";

/* ----------------------------------------------
 ! header elements for PC
 ---------------------------------------------- */

/* youtube movie elements */

.movie-container {
	/*padding-top: 128px;*/
	padding: 0 60px;
}

.movie {
	position: relative;
	height: 0;
	padding: 30px 0 56.25%;
	overflow: hidden;
	margin-top: -92px;
}

.movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.main-image {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	background: url(../images/top_movie_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.main-banner {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 1280px;
	height: 384px;
	margin-bottom: -384px;
	z-index: 3;
	transition: margin 0.75s ease;
}

.main-banner.active {
	margin-bottom: 0px;
}

.sp-header-visual {
	width: 100%;
}

.sp-header-visual img {
	display: block;
	width: 100%;
	height: auto;
}

.skip-button {
	position: absolute;
	top: 500px;
	left: 75px;
}

.skip-button a {
	position: relative;
	display: block;
	color: #fff;
	width: 100px;
	height: 22px;
	padding: 6px 7px 0 0;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	border: solid 2px #fff;
	-webkit-border-radius: 22px;
	border-radius: 22px;
}

.skip-button a::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 25px;
	width: 6px;
	height: 6px;
	margin: auto;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: right 0.25s ease;
}

.skip-button a:hover::after {
	right: 20px;
}

/* ----------------------------------------------
 ! course elements
 ---------------------------------------------- */

.course-header img {
	display: block;
	width: 100%;
	height: auto;
}

.slider {
	margin: 0;
}
.slider img {
	width: 100%;
	height: auto;
}
.center-item .slick-next {
	right: 20px;
	z-index: 99;
}
.center-item .slick-prev {
	left: 15px;
	z-index: 100;
}


/* ----------------------------------------------
 ! top news elements
 ---------------------------------------------- */

.top-news {
	background-attachment: fixed;
	background-image: url(../images/news_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 600px;
}

.top-news__container {
	max-width: 1168px;
	margin: 0 auto;
	padding: 50px 20px 100px;
}

.top-news__title {
	background-color: rgba(255, 255, 255, 0.8);
	margin-bottom: 50px;
	color: #67b0ff;
	text-align: center;
	font-size: 24px;
}

.top-news__subTitle {
	width: 250px;
	margin: 0 auto 50px;
	padding: 15px 15px 13px 15px;
	color: #fff;
	text-align: center;
	font-size: 28px;
	line-height: 1;
	border: solid 1px #fff;
}

.top-news__list {

}

.top-news__list dl {
	clear: both;
	padding: 20px 0;
	color: #fff;
	font-size: 18px;
	line-height: 1.4;
	border-bottom: dashed 2px #fff;
}

.top-news__list dd a {
	color: #fff;
}

@media screen and (min-width : 641px){

	.top-news {
		min-height: 900px;
	}

	.top-news__container {
		padding: 50px 0 100px;
	}

	.top-news__list {
		width: 830px;
		margin: 0 auto;
	}

	.top-news__list dl {
		font-size: 22px;
	}

	.top-news__list dt {
		float: left;
		width: 150px;
	}

	.top-news__list dd {
		float: right;
		width: 650px;
	}

}
