*{
	box-sizing: border-box;
}
body{
	margin: 0;
	font-family: 'Noto Sans TC', sans-serif;
	font-weight: 400;
}
img{
	position: relative;
	display: block;
	max-width: 100%;
}
a{
	display: inline-block;
}
a, a:hover, a:focus{
	text-decoration: none;
}
a:focus{
	outline: none;
}
section{
	position: relative;
	overflow: hidden;
}
hr{
	border: none;
	border-top: 1px solid #fff;
}
.flex{
	display: flex;
	flex-wrap: wrap;
}
.center{
	margin-left: auto;
	margin-right: auto;
}
.full-width-image{
	width: 100%;
	max-width: none;
}
.italic{
	font-style: italic;
}
.serif{
	font-family: 'Noto Serif TC', serif;
}
.clear{
	clear: both;
}

/* rwd test */
#lg_test{
	display: none;
}
.visible-sm{
	display: none;
}

/* header */
header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100px;
	z-index: 99999;
	transition: top 0.3s;
}
.header_bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background-color: #fff;
	opacity: 0;
	transition: opacity 0.5s;
}
.header_bg.active_s{
	opacity: 0.85;
}
.header_bg.active{
	opacity: 0.85;
}
.header_bg_active{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background-color: #2b3c94;
	display: none;
}
header.hide{
	top: -100px;
}
.logo_bar{
	height: 100px;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 110px;
}
.logo{
	position: relative;
	font-size: 28px;
	color: #000;
	font-weight: bold;
	letter-spacing: 2px;
}
.logo:hover{
	color: #2b3c94;
}
header.active .logo{
	color: #f0b36c;
}
.logo_s2{
	color: #f0b36c;
}
.logo_s2:hover{
	color: #fff;
}
.logo_slogan{
	position: relative;
}
header.active .logo_slogan{
	color: #f0b36c;
}
.logo_slogan_s2{
	color: #f0b36c;
}
/*
.logo:hover img{
	top: -100px;
}
header.active .logo img{
	top: -200px;
}
*/
.menu_btn{
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
	height: 100px;
	overflow: hidden;
	cursor: pointer;
}
header.active .menu_btn img{
	top: -100px;
}
.menu{
	background-color: #2b3c94;
	padding-top: 73px;
	padding-bottom: 80px;
	height: calc(100vh - 100px);
	overflow-y: auto;
	display: none;
}
.menu_item{
	position: relative;
	display: block;
	font-size: 30px;
	color: #fff;
	padding: 35px 15px;
	text-align: center;
}
.menu_item:hover{
	color: #00dbaf;
}
.menu_more{
	position: absolute;
	bottom: 35px;
	left: calc(50% + 130px);
	display: none;
}
.menu_item:hover .menu_more{
	display: block;
}
.btn_lan_div{
	position: absolute;
	top: 20px;
	right: 125px;
	text-align: center;
}
.btn_lan{
	padding: 10px 13px;
	font-size: 16px;
	color: #252525;
	border: 1px solid #252525;
	border-radius: 7px;
}
.btn_lan:hover{
	color: #fff;
	background-color: #252525;
}

/* index */
.kv_item{
	position: relative;
	height: 960px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.kv_btext{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 40px 95px;
}
.kvbt_title{
	font-size: 35px;
	letter-spacing: 3px;
	margin-bottom: 20px;
}
.kvbt_num{
	font-size: 100px;
	color: #2b3c94;
	margin-right: 15px;
}
.kvbt_text{
	letter-spacing: 3px;
	margin-top: 30px;
	padding-right: 90px;
}
.kv_slick_btn_div{
	position: absolute;
	bottom: 40px;
	right: 95px;
}
.kv_slick_btn{
	display: inline-block;
	width: 26px;
	height: 20px;
	overflow: hidden;
	cursor: pointer;
}
.kv_slick_btn:hover img{
	top: -20px;
}
#kv_prev{
	margin-right: 25px;
}
.svp_item{
	position: relative;
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.svp_mask{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.2;
}
.svp_con{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
}
.svp_title{
	font-size: 48px;
	color: #fff;
	text-align: center;
	padding: 0 15px;
	width: 992px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px;
}
.svp_slick_btn{
	position: absolute;
	top: 0;
	width: 250px;
	height: 100%;
	background-color: #000;
	opacity: 0;
}
.svp_video{
	position: relative;
	padding-bottom: 56.25%;
	width: 100%;
	height: 0;
	overflow: hidden;
}
.svp_video iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#svp_prev{
	left: 0;
	cursor: url(../img/svp_prev.png), default;
}
#svp_next{
	right: 0;
	cursor: url(../img/svp_next.png), default;
}
.page_list_sec{
	position: relative;
	background-color: #ffc888;
	padding-bottom: 50px;
}
.page_list{
	padding-top: 180px;
}
.page_list_item{
	position: relative;
	margin-bottom: 260px;
}
.page_list_div{
	position: relative;
	width: 1720px;
	min-height: 300px;
	margin-left: auto;
	margin-right: auto;
}
.page_list_aitem{
	color: #000;
}
.pli_img img{
	max-width: 960px;
}
.pli_img:hover +.pli_con .pli_title{
	color: #2b3c94;
}
.page_list_item:nth-child(even) .pli_img{
	float: right;
}
.pli_con{
	position: absolute;
	left: 50%;
	width: 540px;
	color: #000;
	padding: 50px 60px;
	background-color: rgba(255,255,255,0.9);
}
.pli_con:hover .pli_title{
	color: #2b3c94;
}
.page_list_item:nth-child(odd) .pli_con{
	bottom: 5px;
}
.page_list_item:nth-child(even) .pli_con{
	top: 0;
	transform: translateX(-100%);
}
.pli_con_div{
	padding: 50px 60px;
	background-color: rgba(255,255,255,0.9);
}
.pli_header{
	position: relative;
	margin-bottom: 45px;
}
.pli_sub{
	position: absolute;
	top: 5px;
	right: 0;
	font-size: 18px;
}
.pli_sub span{
	position: relative;
	top: -2px;
	margin-left: 10px;
	margin-right: 10px;
}
.pli_title{
	font-size: 21px;
	font-weight: bold;
	line-height: 40px;
	letter-spacing: 4px;
	margin-bottom: 45px;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;    
	-webkit-box-orient: vertical;
	overflow: hidden;
	max-height: 120px;
}
.pli_text{
	line-height: 35px;
	letter-spacing: 1px;
	margin-bottom: 45px;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 4;    
	-webkit-box-orient: vertical;
	overflow: hidden;
	max-height: 140px;
}
.pli_more{
	overflow: hidden;
}
.page_list_item:nth-child(odd) .pli_more img{
	float: right;
}
.pli_sbg{
	position: absolute;
}
.list_sbg_01{
	top: -180px;
	right: 0;
}
.list_sbg_02{
	bottom: 50px;
	left: 0;
}
.list_sbg_03{
	top: -60px;
	right: 0;
}
.list_sbg_04-1{
	top: -100px;
	left: 180px;
}
.list_sbg_04-2{
	bottom: -100px;
	left: 50%;
	transform: translateX(-100%);
}
.list_sbg_bottom{
	bottom: 0;
	right: 25px;
}
.page_list_more{
	margin-top: 50px;
}

/* list */
.list_kv{
	padding-top: 220px;
	padding-bottom: 80px;
	background-color: #ffc888;
}
.list_kv_con{
	position: relative;
	width: 1400px;
	margin-left: auto;
	margin-right: auto;
}
.list_kv_title_div{
	margin-bottom: 10px;
}
.list_kv_title{
	font-size: 60px;
	margin-right: 80px;
}
.list_kv_sub{
	flex: 1;
	font-size: 19px;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: right;
	border-bottom: 1px solid #000;
}
.list_kv_title_en{
	font-size: 24px;
	font-weight: lighter;
	letter-spacing: 2px;
}
.list_sec{
	position: relative;
	background-color: #f0b36c;
	padding-bottom: 50px;
}

/* contant */
.page_bg{
	background-color: #ede7df;
}
.ckv{
	position: relative;
	height: 960px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.ckv_mask{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.3;
}
.ckv_sub_title{
	position: absolute;
	top: 290px;
	left: 0;
	width: 100%;
	font-size: 24px;
	color: #00ff8a;
	text-align: center;
}
.ckv_sub_title img{
	display: inline-block;
	margin-right: 15px;
	top: 12px;
}
.ckv_sub_title span{
	position: relative;
	top: -2px;
	margin-left: 10px;
	margin-right: 10px;
}
.ckv_title{
	position: absolute;
	top: 450px;
	left: 0;
	width: 100%;
	color: #fff;
	font-size: 54px;
	text-align: center;
}
.ckv_title div{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.ckv_read{
	position: absolute;
	bottom: 50px;
	left: 0;
	width: 100%;
	text-align: center;
}
.ckv_readbtn{
	display: inline-block;
	font-size: 15px;
	color: #fff;
	text-align: center;
}
.ckv_readbtn img{
	width: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}
.intro{
	padding: 80px 0;
	background-color: #102a5f;
	font-size: 20px;
	color: #5bcfaa;
	line-height: 40px;
}
.textcon{
	position: relative;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.page_con{
	padding-top: 100px;
	font-size: 18px;
	line-height: 36px;
}
.page_con p{
	margin-bottom: 50px;
}
.page_con img{
	margin-left: auto;
	margin-right: auto;
}
.video_frame_div{
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.video_frame{
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-bottom: 70px;
}
.video_frame iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.textcon_img{
	width: 100%;
	max-width: 800px;
	margin-bottom: 50px;
}
.page_con .full-width-image{
	margin-bottom: 50px;
}
.textcon_two_img{
	margin-bottom: 50px;
}
.textcon_two_img img{
	flex: 0 0 50%;
	width: 50%;
	max-width: none;
}
.page_con .eyecatch{
	font-size: 20px;
	font-style: italic;
}
.page_con .eyecatch span{
	background-color: #efcda5;
}
.summary{
	padding-top: 100px;
	padding-bottom: 80px;
	background-color: #fff;
}
.summary p{
	font-size: 20px;
	font-style: italic;
	line-height: 40px;
}
.tags{
	text-align: center;
	padding: 0 15px;
	margin-top: 60px;
}
.tags_item{
	display: inline-block;
	font-size: 24px;
	color: #23a167;
	font-style: italic;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 20px;
}
.page_ft{
	padding: 60px 0 90px 0;
	background-color: #102a5f;
}
.page_ft_report{
	position: relative;
	font-size: 19px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 50px;
}
.page_ft_report > a{
	text-decoration: underline;
	color: #5bcfaa;
	margin-left: 10px;
}
.page_ft_report > a:hover{
	color: #fbf13c;
}
.page_ft_abtn{
	position: absolute;
	top: -15px;
	right: 0;
}
.page_ft_abtn a{
	width: 60px;
	opacity: 50%;
}
.page_ft_abtn a:hover{
	opacity: 100%;
}
.page_ft_title{
	position: relative;
	font-size: 48px;
	color: #5bcfaa;
}
.page_ft_title:hover{
	color: #fbf13c;
}
.page_ft_more{
	position: absolute;
	bottom: 90px;
	right: 100px;
}

.readmore{
	padding-top: 75px;
	padding-bottom: 50px;
	background-color: #f0b36c;
}
.readmore_title{
	font-size: 60px;
	text-align: center;
	margin-bottom: 20px;
}
.readmore_subtitle{
	font-size: 24px;
	text-align: center;
	margin-bottom: 30px;
}
.readmore_div{
	padding-top: 100px;
	padding-bottom: 70px;
}
.readmore_item{
	flex: 0 0 33.33%;
	display: block;
}
.readmore_item img{
	margin-bottom: 55px;
	margin-left: auto;
	margin-right: auto;
}
.rmi_con{
	width: 480px;
	margin-left: auto;
	margin-right: auto;
}
.rmi_title{
	font-size: 24px;
	color: #000;
	text-align: center;
}
.readmore_item:hover .rmi_title{
	color: #2b3c94;
}
.bottom_btn{
	display: block;
	width: 70px;
	font-size: 20px;
	color: #000;
	font-style: italic;
	text-decoration: underline;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 10px;
	font-family: 'Noto Serif TC', serif;
}
.bottom_btn:hover{
	color: #2b3c94;
	text-decoration: underline;
}

/* contact */
.contact_sec{
	min-height: calc(100vh - 100px);
	background-color: #2b3c94;
}
.contact_con{
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 300px;
	padding-bottom: 60px;
}
.contact_title{
	font-size: 40px;
	color: #f0b36c;
	letter-spacing: 2px;
	margin-bottom: 50px;
}
.contact_con p{
	font-size: 18px;
	color: #fff;
	line-height: 36px;
	margin-bottom: 50px;
}
.contact_info span{
	color: #fff;
	font-style: italic;
	margin-right: 30px;
}
.contact_info a{
	font-size: 24px;
	color: #dfa771;
}

.textcon_img_note {
    text-align: center;
    color: #888;
    margin-top: -80px;
    margin-bottom: 80px;
}
.textcon_two_div_note {
    text-align: center;
    color: #888;
    margin-top: -30px;
    margin-bottom: 30px;
}

/* footer */
footer{
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #2b2b2b;
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 20px;
}
.footer_logo{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px;
}


@media (max-width: 1740px){
	.page_list_item{
		padding-left: 15px;
		padding-right: 15px;
	}
	.page_list_div{
		width: 100%;
	}
}

@media (max-width: 1459px){
	.readmore_item{
		flex: 100%;
		margin-bottom: 40px;
		font-size: 18px;
	}
	.readmore_item img{
		margin-bottom: 20px;
	}
}

@media (max-width: 1400px){
	.list_kv_con{
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (max-width: 1199px){
	#lg_test{
		display: block;
	}
	.svp_slick_btn{
		width: 200px;
	}
	.pli_img img{
		max-width: 640px;
	}
	.pli_text{
		display: none;
	}
	.pli_con_div{
		padding: 35px 40px;
	}
	.page_list_item:nth-child(odd) .pli_con{
		left: auto;
		right: 0;
	}
	.page_list_item:nth-child(even) .pli_con{
		left: 0;
		transform: translateX(0);
	}
	.ckv_title{
		font-size: 42px;
	}
	.ckv_title div{
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.page_ft_more{
		bottom: 65px;
		right: 20px;
	}
	
}

@media (max-width: 1023px){
	.page_list{
		padding-top: 60px;
	}
	.page_list_item{
		margin-bottom: 50px;
	}
	.pli_img{
		display: block;
	}
	.pli_img img{
		max-width: none;
		width: 100%;
	}
	.page_list_item:nth-child(even) .pli_img{
		float: none;
	}
	.pli_con{
		position: relative;
		display: block;
		width: 100%;
		left: 0;
	}
	.page_list_item:nth-child(odd) .pli_con{
		left: 0;
		right: auto;
		bottom: 0;
	}
	.pli_header{
		margin-bottom: 25px;
	}
	.pli_title{
		font-size: 19px;
		line-height: 30px;
		letter-spacing: 2px;
		margin-bottom: 25px;
	}
	.pli_more img{
		float: right;
	}
	.pli_sbg{
		display: none;
	}
}

@media (max-width: 991px){
	.svp_title{
		width: 100%;
	}
	.list_sbg_bottom{
		display: none;
	}
	.contact_con{
		padding-top: 200px;
	}
}

@media (max-width: 830px){
	.textcon{
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.textcon_two_img img{
		flex: 0 0 100%;
		width: 100%;
	}
}

@media (max-width: 767px){
	.visible-sm{
		display: block;
	}
	.hidden-sm{
		display: none;
	}
	.menu_item:hover .menu_more{
		display: none;
	}
	.kv_btext{
		padding: 30px 20px;
	}
	.kvbt_num{
		font-size: 70px;
	}
	.kv_slick_btn_div{
		bottom: 30px;
		right: 20px;
	}
	.svp_slick_btn{
		display: none;
	}
	.list_kv{
		padding-top: 160px;
	}
	.list_kv_title_div{
		margin-bottom: 20px;
	}
	.list_kv_title{
		flex: 0 0 100%;
		font-size: 48px;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.list_kv_sub{
		flex: 0 0 100%;
		padding-bottom: 10px;
		text-align: left;
	}
	.tags_item{
		font-size: 20px;
		margin-left: 15px;
		margin-right: 15px;
	}
	.page_ft_report > a{
		margin-left: 0;
	}
	.page_ft_abtn{
		position: relative;
		top: 0;
		margin-top: 10px;
	}
	.page_ft_title{
		font-size: 36px;
	}
	.readmore_title{
		font-size: 48px;
	}
}

@media (max-width: 575px){
	header{
		min-height: 60px;
	}
	.header_bg{
		height: 60px;
	}
	.header_bg_active{
		height: 60px;
	}
	.logo_bar{
		height: 60px;
		padding-top: 12px;
		padding-left: 15px;
		padding-right: 60px;
	}
	.logo{
		font-size: 19px;
		letter-spacing: 0;
	}
	.logo_slogan{
		display: none;
	}
	header.active .logo_sl img{
		top: -60px;
	}
	header.active .logo img{
		top: -30px;
	}
	.menu_btn{
		width: 60px;
		height: 60px;
	}
	header.active .menu_btn img{
		top: -60px;
	}
	.menu{
		padding-top: 20px;
		padding-bottom: 20px;
		height: calc(100vh - 60px);
	}
	.menu_item{
		padding: 20px 15px;
		font-size: 22px;
	}
	.btn_lan_div{
		top: 10px;
		right: 70px;
	}
	.btn_lan{
		padding: 6px 9px;
	}
	
	.kv_item{
		height: 650px;
	}
	.kv_btext{
		padding: 30px 15px 50px 15px;
	}
	.kvbt_title{
		font-size: 26px;
		letter-spacing: 1px;
	}
	.kvbt_num{
		font-size: 46px;
		margin-right: 5px;
	}
	.kvbt_text{
		display: none;
	}
	.kv_slick_btn_div{
		left: 0;
		bottom: 15px;
		width: 100%;
		text-align: center;
	}
	.svp_item{
		height: 650px;
	}
	.svp_title{
		font-size: 36px;
	}
	.page_list_div{
		min-height: 200px;
	}
	.pli_con{
		padding: 30px;
	}
	.pli_con_div{
		width: 100%;
		padding: 25px;
	}
	.ckv{
		height: 650px;
	}
	.ckv_sub_title{
		top: 110px;
	}
	.ckv_title{
		font-size: 36px;
		top: 220px;
	}
	.rmi_con{
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.contact_con{
		padding-top: 130px;
	}
	.contact_title{
		font-size: 32px;
	}
}