/* bootstrap 5 fix */
@media (prefers-reduced-motion: no-preference) {
	:root {scroll-behavior: auto;}
}
*{
	position: relative;
	box-sizing: border-box;
}
body{
	margin: 0;
	font-family: 'Noto Sans TC', sans-serif;
	padding-top: 80px;
	background-color: #f3c189;
}
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;
}
.flex{
	display: flex;
	flex-wrap: wrap;
}
.flex-row{
	display: flex;
	flex-wrap: wrap;
	margin-left: -12px;
	margin-right: -12px;
}
.flex-1{flex: 1;}
.center{
	margin-left: auto;
	margin-right: auto;
}
.t-center{text-align: center;}
.t-right{text-align: right;}
.v-center{
	top: 50%;
	transform: translateY(-50%);
}
.flex-center{justify-content: center;}
.flex-v-center{align-items: center;}
.show-xl, .show-lg, .show-md, .show-sm, .hide{
	display: none;
}
.container, .container-fluid, .container-xxl{
	padding-left: 15px;
	padding-right: 15px;
}
.row-p15{
	margin-left: -15px;
	margin-right: -15px;
}
.row-p15 > *{
	padding-left: 15px;
	padding-right: 15px;
}
.p15{
	padding-left: 15px;
	padding-right: 15px;
}
.fh{height: 100%;}
.full-img{
	max-width: none;
	width: 100%;
}
.wow{visibility: hidden;}

/* header */
header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	z-index: 9999;
}
.header_bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fce6ce;
}
.menu{
	height: 100%;
}
.menu_row{
	height: 100%;
	justify-content: center;
}
.menu_item{
	width: 160px;
	height: 100%;
}
.menu_btn{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 18px;
	color: #000;
	font-weight: 500;
	text-align: center;
	padding-top: 25px;
}
.menu_btn:hover{
	color: #fff;
	background-color: #306cb5;
}
.menu_item.active .menu_btn{
	color: #fff;
	background-color: #306cb5;
}
.menu_space{
	width: 300px;
}
.header_logo{
	position: absolute;
	display: block;
	top: 7px;
	left: 15px;
	width: 240px;
}
.mobile_btn{
	position: absolute;
	top: 17px;
	right: 20px;
	cursor: pointer;
	display: none;
}
.body_top{
	height: 80px;
}

/* footer */
footer{
	
}
.footer_logo{
	width: 274px;
	margin-left: auto;
	margin-right: auto;
}
.footer_logo_div{
	position: absolute;
	top: 100px;
	left: 0;
	width: 100%;
}

/* index */
main{
	min-height: calc(100vh - 490px);
}
.kv{
	
}
.kv_bg{
	max-width: none;
	width: 100%;
}
.index_news{
	padding-top: 20px;
	padding-bottom: 50px;
}
.sec_title{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
	margin-bottom: 30px;
}
.title_news{
	width: 340px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.news_item{
	margin-bottom: 40px;
}
.news_box{
	display: block;
	color: #fff;
	background-color: #0f4e9c;
	border: 1px solid #d7b98c;
	border-radius: 15px;
	overflow: hidden;
}
.newsb_img{
	padding-bottom: 56%;
	overflow: hidden;
}
.newsb_img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s;
}
.newsb_con{
	padding: 20px;
}
.newsb_hr{
	border-top: 1px solid #FBE200;
	margin-bottom: 15px;
}
.newsb_hr::after{
	position: absolute;
	content: "";
	top: -8px;
	left: calc(50% - 20px);
	width: 40px;
	height: 15px;
	background-color: #009961;
	background-image: url(../img/news_hr_icon.png);
	background-repeat: no-repeat;
	background-size: 13px auto;
	background-position: center;
}
.newsb_title{
	font-size: 20px;
	text-shadow: 2px 2px 0 #006A33;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 60px;
}
.news_box:hover{
	color: #fff237;
}
.news_box:hover .newsb_img img{
	transform: scale(1.05);
}
.support{
	padding-top: 50px;
	padding-bottom: 30px;
	background-image: url(../img/support_bg.png);
	background-size: cover;
}
.support_main_title{
	margin-bottom: 90px;
}
.support_box{
	margin-bottom: 10px;
}
.support_box_left{
	margin-right: 60px;
}
.sup_title{
	flex: 0 0 auto;
	width: 122px;
	padding-top: 10px;
}
.sup_title_text{
	display: inline-block;
	font-size: 18px;
	color: #fff;
	padding-right: 30px;
}
.sup_title_text::after{
	position: absolute;
	content: "";
	top: 7px;
	right: 0;
	width: 1px;
	height: 15px;
	background-color: rgba(255,255,255,0.5);
}
.sup_con{
	flex: 1;
}
.sup_item{
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 30px;
}
.sup_item img{
	max-height: 46px;
}
.pt_5{
	padding-top: 5px;
}
.pt_10{
	padding-top: 10px;
}
.sup_text{
	font-size: 22px;
	color: #fff;
}
.snow_bg{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/snow.png);
	background-repeat: none;
	background-position: center;
}
.bottom_bg img{
	max-width: none;
	width: 100%;
}


/* news */
.news{
	padding-top: 50px;
	padding-bottom: 50px;
}
.news_bg{
	background-color: #fff2b3;
}
.news_title_bar{
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #115ca5;
	margin-bottom: 40px;
}
.newsp_title{
	font-size: 30px;
	font-weight: 500;
	line-height: 1.5em;
	margin-bottom: 40px;
}
.news_main_img{
	margin-bottom: 50px;
}
.news_main_img img{
	margin-left: auto;
	margin-right: auto;
}
.news_main_img_text{
	font-size: 16px;
	color: #666;
	text-align: center;
}
.newsp_text{
	font-size: 18px;
	line-height: 1.7em;
}
.newsp_text a{
	color: #009961;
}
.newsp_text a:hover{
	color: #f7940a;
}
.edit_area img{
	height: auto !important;
	margin-left: auto;
	margin-right: auto;
}
.edit_area iframe{
	width: 100%;
}
.video_frame{
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.video_frame iframe, .video_frame video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.news_photo{
	padding-top: 30px;
	padding-bottom: 30px;
}
.news_photo_title{
	font-size: 20px;
	margin-bottom: 20px;
}
.photo_box{
	display: block;
	padding-bottom: 100%;
	border: 1px solid #ddd;
	overflow: hidden;
	margin-bottom: 24px;
}
.photo_box img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: transform 0.3s;
}
.photo_box:hover{
	border-color: #f7ae0a;
}
.obj-top{
	object-position: top center;
}
.back_div{
	text-align: center;
	padding-top: 60px;
	padding-bottom: 30px;
}
.btn_back{
	font-size: 20px;
	color: #fff;
	padding: 7px 22px;
	border-radius: 10px;
	background-color: #115ca5;
}
.btn_back:hover{
	background-color: #0cb6ed;
}

.popup{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	padding-left: 12px;
	padding-right: 12px;
	z-index: 10000;
	display: none;
}
.popup_bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.85;
}
.popup_photo_group{
	max-width: 1600px;
	display: inline-block;
	top: 50%;
	transform: translateY(-50%);
}
.popup_photo_group img{
	max-height: calc(100vh - 70px);
	display: none;
}
.popup_photo_group img.active{
	display: block;
}
.popup_close{
	position: absolute;
	top: 0px;
	right: 10px;
	font-size: 36px;
	color: #fff;
	cursor: pointer;
}
.photo_sitem{
	height: 100vh;
	display: none;
}
.photo_sitem:first-child{
	display: block;
}
.photo_sitem_in{
	max-width: 1600px;
	height: 100%;
	padding-top: 30px;
	padding-bottom: 80px;
	margin-left: auto;
	margin-right: auto;
}
.photo_sitem img{
	max-height: 100%;
	top: 50%;
	transform: translateY(-50%);
	margin-left: auto;
	margin-right: auto;
}
.photo_sitem_text{
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	color: #fff;
	text-align: center;
}

/* light */
.main_sec{
	padding-top: 50px;
	padding-bottom: 50px;
}
.page_title{
	font-size: 36px;
	color: #336cb4;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
	
}
.page_title_row{
	align-items: center;
	justify-content: center;
	margin-bottom: 40px;
}
.page_title_row .page_title{
	padding: 0 15px;
}
.title_light{
	width: 580px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
.light_item{
	padding-top: 50px;
	padding-bottom: 50px;
}
.light_item:nth-child(even){
	background-color: #fff2b3;
}
.light_con{
	max-width: 860px;
	margin-left: auto;
	margin-right: auto;
}
.light_box{
	background-color: #009961;
	margin-bottom: 50px;
}
.lightb_con{
	padding: 20px 40px 30px 40px
}
.light_img{
	margin-left: auto;
	margin-right: auto;
}
.light_title{
	font-size: 30px;
	color: #FBE200;
	font-weight: 500;
	text-align: center;
	margin-bottom: 5px;
	text-shadow: 2px 2px 0 #006A33;
}
.light_pos{
	font-size: 17px;
	color: #fff;
	font-weight: 500;
	text-align: center;
	text-shadow: 2px 2px 0 #006A33;
}
.light_text{
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 1.8em;
}

/* event */
.title_event{
	width: 530px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.event_con{
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.main_text{
	line-height: 1.8em;
	margin-bottom: 20px;
}
.cast_item{
	margin-bottom: 30px;
}
.cast_box{
	height: 100%;
	background-color: #009961;
	border-radius: 10px;
	overflow: hidden;
}
.castb_img{
	padding-bottom: 100%;
}
.castb_img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.castb_con{
	padding: 20px;
}
.castb_title{
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 2px 2px 0 #006A33;
}

/* shop*/
.title_shop{
	width: 340px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
}
.shop_sort{
	justify-content: center;
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 50px;
}
.shop_sort_item{
	width: 240px;
	padding-left: 15px;
	padding-right: 15px;
}
.shop_btn{
	display: block;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	border: 1px solid #009961;
	background-color: #009961;
	cursor: pointer;
}
.shop_btn:hover, .shop_btn.active{
	color: #000;
	border-color: #8cdabd;
	background-color: #fff;
}

/* faq */
.faq_con{
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.faq_item{
	border: 1px solid #1159a3;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 30px;
}
.faq_title{
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	letter-spacing: 1px;
	background-color: #1159a3;
	padding: 15px 40px 15px 15px;
	cursor: pointer;
}
.faq_icon{
	position: absolute;
	top: 20px;
	right: 15px;
	width: 16px;
}
.faq_icon.active{
	transform: rotate(180deg);
}
.faq_text{
	display: none;
	background-color: #fff;
	padding: 15px;
}
.main_ul{
	padding-left: 25px;
}

.gotop{
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 50px;
	height: 50px;
	font-size: 16px;
	text-align: center;
	background-color: #ffffff88;
	border-radius: 50%;
	overflow: hidden;
	padding-top: 2px;
	cursor: pointer;
	z-index: 9990;
}
.gotop:hover{
	background-color: #ffffffff;
}
.gotop_text{
	top: -9px;
}
.sec_404{
	padding-top: 160px;
	padding-bottom: 160px;
}
.p404_title{
	font-size: 120px;
	color: #336cb4;
	font-weight: bold;
	letter-spacing: 5px;
	text-align: center;
	margin-bottom: 40px;
}
.p404_text{
	font-size: 22px;
	text-align: center;
	font-weight: 500;
	letter-spacing: 1px;
}

/* setting */
.white{color: #fff;}
.red{color: #f00;}
.mb-10{margin-bottom: 10px;}
.mb-20{margin-bottom: 20px;}
.mb-30{margin-bottom: 30px;}

@media (max-width: 1360px){
	.menu_row{
		justify-content: flex-end;
		padding-right: 30px;
	}
	.menu_item{
		width: 130px;
	}
}

/* xl */
@media (max-width: 1199px){
	.show-xl{display: block;}
	.hide-xl{display: none;}
	.footer_logo_div{
		top: 30px;
	}
}

/* lg */
@media (max-width: 991px){
	.show-lg{display: block;}
	.hide-lg{display: none;}
	body{
		padding-top: 60px;
	}
	
	/* header */
	header{
		height: 60px;
	}
	.menu{
		position: absolute;
		top: 60px;
		left: 0;
		width: 100%;
		height: calc(100vh - 60px);
		padding: 20px 0;
		background: linear-gradient(#f3c288, #ee7d39);
		overflow-y: auto;
		display: none;
	}
	.menu_row{
		height: auto;
		padding-right: 0;
	}
	.menu_item{
		width: 100%;
		height: auto;
		padding: 0;
	}
	.menu_btn{
		display: block;
		height: auto;
		padding: 15px;
		text-align: center;
	}
	.header_logo{
		position: relative;
		width: 180px;
		top: 5px;
		left: 0;
		margin-left: auto;
		margin-right: auto;
	}
	.mobile_btn{
		display: block;
	}
	
	.news_item{
		margin-bottom: 20px;
	}
	.news_box{
		padding-bottom: 10px;
	}
	.newsb_con{
		padding: 15px;
	}
	.newsb_title{
		font-size: 16px;
		height: 48px;
	}
	.sup_title{
		width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
	}
	.sup_con{
		width: 100%;
	}
	.castb_con{
		padding: 15px;
	}
	.castb_title{
		font-size: 16px;
	}
}

/* md */
@media (max-width: 767px){
	.show-md{display: block;}
	.hide-md{display: none;}
	
	main{
		min-height: calc(100vh - 210px);
	}
	.support{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.support_main_title{
		margin-bottom: 50px;
	}
	.sup_item{
		width: 50%;
		padding-left: 12px;
		padding-right: 12px;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.sup_item img{
		margin-left: auto;
		margin-right: auto;
	}
	.sup_text{
		font-size: 18px;
	}
	.news_title_bar{
		padding-top: 30px;
		padding-bottom: 30px;
		margin-bottom: 20px;
	}
	.newsp_title{
		font-size: 22px;
		margin-bottom: 30px;
	}
	.newsp_text{
		font-size: 16px;
	}
	.sec_title{
		font-size: 24px;
		letter-spacing: 1px;
	}
	.bottom_bg{
		height: 150px;
	}
	.bottom_bg img{
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center right;
	}
	
	.main_sec{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.page_title{
		font-size: 24px;
		letter-spacing: 1px;
	}
	.page_title_row{
		margin-bottom: 20px;
	}
	.page_title_row img{
		width: 30px;
	}
	.page_title_row .page_title{
		padding: 0 10px;
		margin-bottom: 0;
	}
	.light_item{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.light_box{
		margin-bottom: 20px;
	}
	.light_title{
		font-size: 20px;
	}
	.light_pos{
		font-size: 15px;
	}
	.faq_item{
		margin-bottom: 20px;
	}
	.faq_title{
		font-size: 16px;
		letter-spacing: 0;
		padding: 10px 35px 10px 10px;
	}
	.faq_icon{
		top: 14px;
		right: 10px;
	}
	.faq_text{
		padding: 10px;
	}
	.sec_404{
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.p404_title{
		font-size: 80px;
		margin-bottom: 30px;
	}
	.p404_text{
		font-size: 20px;
	}
}

/* sm */
@media (max-width: 575px){
	.show-sm{display: block;}
	.hide-sm{display: none;}
	.shop_sort{
		margin-left: -10px;
		margin-right: -10px;
	}
	.shop_sort_item{
		width: 50%;
		padding-left: 10px;
		padding-right: 10px;
	}
}