/*  =============================================================================
	=============================================================================
	=============================================================================
	客製化 CSS 設計
	=============================================================================
	=============================================================================
	=============================================================================
	========================================================================== */

/* =============================================================================
   基本設定
   ========================================================================== */
.section{
	width: 100%;
	overflow: hidden;
}

.section#section_1 {
	height: 600px;
	position: relative;
	background-color: #fff;
}

.section#section_1 .text{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}

.section#section_1 .text .container{
	height: 100%;
	display: table;
}

.section#section_1 .text .container .text_container{
	display: table-cell;
	vertical-align: middle;
}

.section#section_1 .text .container .text_container h1{
	color: #000;
	margin-top: 0px;
	font-size: 57px;
	text-align: center;
	margin-bottom: 2px;
}

.section#section_1 .text .container .text_container h2{
	color: #000;
	margin-top: 0px;
	font-size: 17px;
	text-align: center;
	margin-bottom: 45px;
}

.section#section_1 .text .container .text_container p{
	padding-left: 250px;
	padding-right: 250px;
	color: #000;
	font-size: 17px;
	line-height: 28px;
	text-align: center;
}

.section#section_1 .text .container .text_container p br{
	display: none;
}

.section#section_1 .text .container .text_container .arrow{
	width: 50px;
	margin: 0 auto;
	text-align: center;
	margin-top: 80px;
}

.section#section_1 .text .container .text_container .arrow a{
	position: relative;
	width: 15px;
	height: 15px;
	margin: 0 auto;
	display: block;
	margin-top: 0px;
}

.section#section_1 .text .container .text_container .arrow a:before{
	width: 100%;
	height: 1px;
	background-color: #000;
	transform: rotate(45deg);
	position: absolute;
	left: -5px;
	top: 0px;
	content: "";
	transition: 400ms all ease;
}

.section#section_1 .text .container .text_container .arrow a:after{
	width: 100%;
	height: 1px;
	background-color: #000;
	transform: rotate(-45deg);
	position: absolute;
	right: -5px;
	top: 0px;
	content: "";
	transition: 400ms all ease;
}

.section#section_1 .text .container .text_container .arrow:hover a:before,
.section#section_1 .text .container .text_container .arrow:hover a:after{
	top: 20px;
}

.section#section_1 .bg{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	opacity: 0.2;
}

.section#section_2{
	background-color: white;
}

.section#section_3 .chapter{
	width: 100%;
	float: left;
	height: 300px;
	position: relative;
	overflow: hidden;
}

.section#section_3 .chapter a{
	text-decoration: none;
}

.section#section_3 .chapter .text{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
	width: 100%;
	height: 100%;
}

.section#section_3 .chapter .text .container{
	height: 100%;
}


.section#section_3 .chapter .text .container .text_container{
	display: table-cell;
	vertical-align: middle;
}

.section#section_3 .chapter .text .container .first_text{
	width: 100%;
	position: absolute;
	left: 0px;
	height: 100%;
	display: table;
}

.section#section_3 .chapter .text .container .first_text h2{
	font-size: 48px;
	color: #000;
	transition: 400ms all ease;
	margin-top: 0px;
	margin-bottom: 40px;
	-webkit-backface-visibility: hidden;
}

.section#section_3 .chapter .text .container .first_text p{
	font-size: 14px;
	color: #000;
	transition: 400ms all ease;
	-webkit-backface-visibility: hidden;
}

.section#section_3 .chapter .text .container .first_text .more{
	font-size: 11px;
	color: #000;
	width: 65px;
	position: relative;
	transition: 400ms all ease;
	text-align: left;
	float: left;
}

.section#section_3 .chapter .text .container .first_text .more .fa{
	padding-left: 10px;
	position: absolute;
	right: 10px;
	top: 3px;
	transition: 400ms all ease;
}

.section#section_3 .chapter a:hover .text .container .first_text .more .fa{
	right: 0px;
}


.section#section_3 .chapter .gallery{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.section#section_3 .chapter .gallery:after{
	width: 100%;
	height: 100%;
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 3;
	opacity: 1;
	transition: 700ms all ease;
	background: -moz-linear-gradient(left, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.8) 60%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(left, rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.8) 60%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.8) 60%,rgba(255,255,255,0) 100%);
}

.section#section_3 .chapter .gallery:before{
	width: 100%;
	height: 100%;
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 3;
	opacity: 0;
	transition: 700ms all ease;
	background: -moz-linear-gradient(left, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.7) 50%, rgba(0,0,0,0.1) 80%, rgba(0,0,0,0.6) 100%);
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.9) 0%,rgba(0,0,0,0.7) 50%,rgba(0,0,0,0.1) 80%, rgba(0,0,0,0.6) 100%);
	background: linear-gradient(to right, rgba(0,0,0,0.9) 0%,rgba(0,0,0,0.7) 50%,rgba(0,0,0,0.1) 80%, rgba(0,0,0,0.6) 100%);
	padding-left: 200px;
	left: -100px;
}

.section#section_3 .chapter .gallery .hover_gallery{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	opacity: 0;
	transition: 700ms all ease;
}

.section#section_3 .chapter .gallery .hover_gallery > *{
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 0;
	transition: 1000ms all ease;
}

.section#section_3 .chapter .gallery .hover_gallery .active{
	opacity: 1;
}

.section#section_3 .chapter .gallery .bg_pic{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.section#section_3 .chapter .gallery .bg_pic > *{
	width: 100%;
	height: 100%;
}

.section#section_3 .chapter:hover .gallery .hover_gallery{
	opacity: 1;
}

.section#section_3 .chapter:hover .gallery:after{
	opacity: 0;
}
.section#section_3 .chapter:hover .gallery:before{
	opacity: 1;
	left: 0px;
	padding: 0px;
}
.section#section_3 .chapter:hover .text .container .first_text h2,
.section#section_3 .chapter:hover .text .container .first_text p{
	color: #fff;
}
.section#section_3 .chapter:hover .text .container .second_text a{
	color: #fff
}
.section#section_3 .chapter:hover .text .container .first_text .more,
.section#section_3 .chapter:hover .text .container .first_text .more .fa{
	color: #fff;
}

.section#section_3 .chapter.align-1 .text .container .first_text{
	left: auto;
	right: 0px;
	text-align: right;
}

.section#section_3 .chapter.align-1 .text .container .first_text .more{
	float: right;
}

.section#section_3 .chapter.align-1 .gallery:after,
.section#section_3 .chapter.align-1 .gallery:before{
	transform: rotate(180deg);
}

.section#section_4 {
	height: 600px;
	position: relative;
	background-color: #000;
}

.section#section_4 .text{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}

.section#section_4 .text .container{
	height: 100%;
	display: table;
}

.section#section_4 .text .container .text_container{
	display: table-cell;
	vertical-align: middle;
}

.section#section_4 .text .container .text_container h2{
	color: #fff;
	margin-top: 0px;
	font-size: 36px;
	text-align: center;
	margin-bottom: 45px;
}

.section#section_4 .text .container .text_container p{
	padding-left: 250px;
	padding-right: 250px;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}

.section#section_4 .text .container .text_container .video_btns{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-top: 100px;
}

.section#section_4 .text .container .text_container .video_btns a{
	display: inline-block;
	color: white;
	margin-left: 15px;
	margin-right: 15px;
	text-decoration: none;
	font-size: 14px;
	padding: 5px 12px 8px 15px;
	transition: 400ms all ease;
	border-radius: 4px;
}

.section#section_4 .text .container .text_container .video_btns a .fa{
	padding-left: 10px;
	transition: 400ms all ease;
}

.section#section_4 .text .container .text_container .video_btns a:hover{
	background-color: rgba(255,255,255,0.4);
}

.section#section_4 .text .container .text_container .video_btns a:hover .fa{
	padding-left: 25px;
}

.section#section_4 .bg{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
/* 	background-attachment: fixed; */
	opacity: 0.6;
}

.section#section_5{
	height: 600px;
	background-color: #fff;
}

.section#section_5 .container{
	height: 100%;
	overflow: hidden;
}

.section#section_5 .container .game_container{
	width: 200%;
	height: 100%;
	transition: 600ms all cubic-bezier(0.6,0,0.2,1);
}

.section#section_5 .container .game_container.active{
	margin-left: -100%;
}

.section#section_5 .game_startview{
	display: table;
	height: 100%;
	width: 50%;
	position: relative;
	float: left;
}

.section#section_5 .game_startview .startview_container{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.section#section_5 .game_startview .startview_container > *{
	height: 400px;
}

.section#section_5 .game_startview .startview_container .pic{
	width: 50%;
	float: left;
	padding-right: 40px;
	box-sizing: border-box;
}

.section#section_5 .game_startview .startview_container .pic .img{
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #c4c4c4;
}

.page-id-27 .section#section_5 .game_startview .startview_container .pic .img{
	background-image: url(../../img/game_pic_01.jpg)
}
.page-id-40 .section#section_5 .game_startview .startview_container .pic .img{
	background-image: url(../../img/game_pic_02.jpg)
}
.page-id-52 .section#section_5 .game_startview .startview_container .pic .img{
	background-image: url(../../img/game_pic_03.jpg)
}
.page-id-64 .section#section_5 .game_startview .startview_container .pic .img{
	background-image: url(../../img/game_pic_04.jpg)
}
.page-id-79 .section#section_5 .game_startview .startview_container .pic .img{
	background-image: url(../../img/game_pic_05.jpg)
}
.page-id-91 .section#section_5 .game_startview .startview_container .pic .img{
	background-image: url(../../img/game_pic_06.jpg)
}
.page-id-101 .section#section_5 .game_startview .startview_container .pic .img{
	background-image: url(../../img/game_pic_07.jpg)
}

.section#section_5 .game_startview .startview_container .text{
	width: 50%;
	float: left;
	display: table;
}

.section#section_5 .game_startview .startview_container .text .text_container{
	display: table-cell;
	vertical-align: middle;
}

.section#section_5 .game_startview .startview_container .text .text_container h2{
	color: #000;
	margin-top: 0px;
	font-size: 36px;
	text-align: left;
	margin-bottom: 15px;
}

.section#section_5 .game_startview .startview_container .text .text_container p{
	color: #000;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
}

.section#section_5 .game_startview .startview_container .text .text_container .game_btns{
	width: 100%;
	float: left;
	margin-top: 100px;
}

.section#section_5 .game_startview .startview_container .text .text_container .game_btns a{
	display: block;
	color: #000;
	margin-right: 15px;
	text-decoration: none;
	font-size: 14px;
	padding: 5px 12px 8px 15px;
	transition: 400ms all ease;
	border-radius: 4px;
	float: left;
}

.section#section_5 .game_startview .startview_container .text .text_container .game_btns a .fa{
	padding-left: 10px;
	transition: 400ms padding-left ease;
}

.section#section_5 .game_startview .startview_container .text .text_container .game_btns a:hover{
	background-color: rgba(0,0,0,1);
	color: #fff;
}

.section#section_5 .game_startview .startview_container .text .text_container .game_btns a:hover .fa{
	padding-left: 25px;
}

.section#section_5 .game_content{
	display: table;
	height: 100%;
	width: 50%;
	position: relative;
	float: left;
}

.section#section_5 .game_content .cancel_game_btn{
	width: 40px;
	height: 40px;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -230px;
	cursor: pointer;
}

.section#section_5 .game_content .cancel_game_btn:before{
	content: '';
	width: 100%;
	height: 1px;
	background-color: #000;
	top: 10px;
	left: 0px;
	position: absolute;
	transform: rotate(0deg);
	transition: 400ms all ease;
	transition-delay: 600ms;
}

.section#section_5 .game_content .cancel_game_btn:after{
	content: '';
	width: 100%;
	height: 1px;
	background-color: #000;
	top: 30px;
	left: 0px;
	position: absolute;
	transform: rotate(0deg);
	transition: 400ms all ease;
	transition-delay: 600ms;
}

.section#section_5 .container .game_container.active .cancel_game_btn:before{
	top: 20px;
	transform: rotate(45deg);
}

.section#section_5 .container .game_container.active .cancel_game_btn:after{
	top: 20px;
	transform: rotate(-45deg);
}

.section#section_5 .card_container{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.section#section_5 .card_container .nd2-card{
	display: inline-block;
	width: 450px;
	height: 270px;
	margin-left: 15px;
	margin-right: 15px;
}

.section#section_5 .card_container .nd2-card h3,
.section#section_5 .card_container .nd2-card h5,
.section#section_5 .card_container .nd2-card a{
	text-align: left;
	float: left;
}

.section#section_6{
	padding-top: 50px;
	padding-bottom: 50px;
}

.section#section_6 h2{
	margin-top: 0px;
	font-size: 28px;
	text-align: center;
	margin-bottom: 10px;
}

.section#section_6 p{
	margin-top: 0px;
	font-size: 14px;
	text-align: center;
	margin-bottom: 45px;
}

@media (max-width: 992px) {
	.section#section_1 .text .container .text_container p{
		padding-left: 0px;
		padding-right: 0px;
	}
	.section#section_3 .chapter{
		height: 280px;
	}
	.section#section_3 .chapter.align-1 .text .container .first_text{
		right: 20px;
	}
	.section#section_3 .chapter.align-0 .text .container .first_text{
		left: 20px;
	}
	.section#section_4,
	.section#section_5{
		height: 400px;
	}
	
	.section#section_5 .game_startview .startview_container > *{
		height: 300px;
	}
	
	.section#section_5 .card_container .nd2-card{
		width: 40%;
	}
	
	.section#section_5 .game_content .cancel_game_btn{
		top: 20px;
		right: 0px;
		margin-top: 0px;
	}
}

@media (max-width: 600px) {
	.section#section_1 .bg{
		background-attachment: inherit;
	}
	.section#section_1 {
		height: 400px;
	}
	.section#section_1 .text .container .text_container h1{
		font-size: 30px;
	}
	.section#section_1 .text .container .text_container h2{
		font-size: 17px;
		margin-bottom: 35px;
	}
	.section#section_1 .text .container .text_container p{
		font-size: 13px;
		line-height: 20px;
		text-align: left;
	}
	.section#section_1 .text .container .text_container .arrow{
		margin-top: 40px;
	}
	.section#section_3 .chapter{
		height: auto;
		margin-bottom: 15px;
	}
	.section#section_3 .chapter .gallery{
		position: relative;
		height: 200px;
		width: 100%;
		float: left;
	}
	.section#section_3 .chapter .text{
		position: relative;
		height: 200px;
		width: 100%;
		float: left;
		margin-top: 10px;
	}
	.section#section_3 .chapter .gallery:after,
	.section#section_3 .chapter:hover .gallery:before,
	.section#section_3 .chapter:hover .gallery .hover_gallery{
		opacity: 0 !important;
	}
	.section#section_3 .chapter .text .container .first_text h2,
	.section#section_3 .chapter .text .container .first_text p,
	.section#section_3 .chapter .text .container .first_text .more{
		color: #000 !important;
		text-align: left;
	}
	.section#section_3 .chapter .text .container .first_text{
		left: 15px !important;
		right: auto !important;
		width: 50%;
	}
	.section#section_3 .chapter .text .container .first_text h2{
		font-size: 24px;
		margin-bottom: 20px;
	}
	.section#section_3 .chapter .text .container .first_text p{
		font-size: 13px;
		line-height: 20px;
	}
	.section#section_3 .chapter .text .container .first_text p br{
		display: none;
	}
	.section#section_3 .chapter .text .container .first_text .more{
		float: left !important;
	}
	.section#section_3 .chapter .text .container .first_text a:hover .more .fa{
		right: 10px;
	}
	.section#section_4{
		height: 300px;
	}
	
	.section#section_4{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	.section#section_4 .bg{
		background-attachment: inherit;
	}
	
	.section#section_4 .text .container .text_container p{
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.section#section_5{
		height: auto;
		padding-top: 0px;
		padding-bottom: 20px;
	}
	
	.section#section_5 .container{
		padding-left: 0px;
		padding-right: 0px;
		box-sizing: inherit;
	}
	
	.section#section_5 .game_startview .startview_container .pic{
		height: 300px;
		padding-right: 0px;
		margin-bottom: 15px;
	}
	
	.section#section_5 .game_startview .startview_container .pic,
	.section#section_5 .game_startview .startview_container .text{
		width: 100%;
	}
	
	.section#section_5 .game_startview .startview_container .text{
		height: auto;
		padding-left: 15px;
		padding-right: 15px;
		box-sizing: border-box;
	}
	
	.section#section_5 .game_startview .startview_container .text .text_container h2{
		text-align: center;
	}
	
	.section#section_5 .game_startview .startview_container .text .text_container .game_btns{
		float: inherit;
		text-align: center;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	
	.section#section_5 .game_startview .startview_container .text .text_container .game_btns a{
		float: inherit;
		display: inline-block;
	}
	
	.section#section_5 .game_content .cancel_game_btn{
		right: 20px;
	}
	
	.section#section_5 .card_container{
		padding-top: 60px;
	}
	
	.section#section_5 .card_container .nd2-card{
		width: 80%;
		height: 200px;
		margin-left: 0px;
		margin-right: 0px;
	}
	
	.section#section_5 .card_container .nd2-card .card-media{
		height: 200px;
	}
	
	.section#section_3 h2,
	.section#section_4 h2,
	.section#section_5 h2,
	.section#section_6 h2{
		font-size: 24px !important;
	}
	
	.section#section_6 .typeform-widget{
		height: 300px !important;
	}
}

@media (max-width: 330px) {
	.section#section_3 .chapter .text .container .first_text{
		width: 100%;
	}
	.section#section_3 .chapter .text{
		height: 150px;
	}
}