*{
	position: relative;
	box-sizing: border-box;
}
body{
	margin: 0;
	font-family: 'Noto Sans TC', sans-serif;
	overflow-x: hidden;
}
img{
	display: block;
	max-width: 100%;
}
a{
	display: inline-block;
}
a, a:hover, a:focus{
	text-decoration: none;
}
.flex{
	display: flex;
	flex-wrap: wrap;
}
.hide{
	display: none;
}
.show-sm{
	display: none;
}
.center{
	margin-left: auto;
	margin-right: auto;
}
.v-center{
	top: 50%;
	transform: translateY(-50%);
}
.t-center{
	text-align: center;
}
main{
	position: relative;
	display: block;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.container{
	max-width: 864px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 12px;
	padding-right: 12px;
}
.container-fluid{
	padding-left: 12px;
	padding-right: 12px;
}
.row{
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.col-sm-6{
	flex: 0 0 50%;
	padding-left: 10px;
	padding-right: 10px;
}
h2{
	font-size: 26px;
	text-align: center;
}
.full-width{
	max-width: none;
	width: 100%;
}
.red{
	color: #f00;
}
.pt-30{
	padding-top: 30px;
}

/* index */
.header_logo{
	position: absolute;
	top: 35px;
	left: 0;
	width: 100%;
	z-index: 10;
}
.logo{
	
}
.index_bg{
	background-image: url(../img/bg.png);
}
.kv{
	padding-top: 260px;
	margin-bottom: 100px;
}
.bg_simg{
	position: absolute;
	top: 720px;
	left: 0;
	width: 100%;
}
.main_area{
	padding-top: 20px;
	padding-bottom: 20px;
}
.index_main{
	margin-bottom: 40px;
}
.index_main_bg{
	background-image: url(../img/bg_bottom1.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}
.img_main{
	margin-left: auto;
	margin-right: auto;
}
.index_subinfo_div{
	position: absolute;
	bottom: 120px;
	left: 0;
	width: 100%;
}
.index_subinfo{
	max-width: 600px;
	font-size: 13px;
	margin-left: auto;
	margin-right: auto;
}
.btns_area{
	margin-bottom: 20px;
}
.index_btns_area{
	
}
.index_btn{
	text-align: center;
}
.main_btn{
	display: inline-block;
	font-size: 26px;
	color: #f9f0c3;
	text-align: center;
	padding-top: 5px;
	margin-left: 30px;
	margin-right: 30px;
	background-repeat: no-repeat;
}
.btn_01{
	width: 221px;
	height: 72px;
	background-image: url(../img/btn_bg_01.png);
}
.btn_01:hover{
	color: #2f4ffd;
}
.btn_02{
	width: 275px;
	height: 72px;
	background-image: url(../img/btn_bg_02.png);
}
.btn_02:hover{
	color: #ff6c00;
}
.btn_03{
	width: 221px;
	height: 71px;
	background-image: url(../img/btn_bg_03.png);
}
.btn_03:hover{
	color: #ff6c00;
}

/* footer */
.footer{
	
}
.footer_bg{
	background-color: #f9f0c3;
	background-image: url(../img/bg_bottom2.png);
	background-repeat: no-repeat;
	background-position: top center;
}
.footer_page{
	height: auto;
	padding-top: 110px;
	padding-bottom: 30px;
}
.footer_page_bg{
	padding-top: 20px;
	background-color: #f9f0c3;
	background-image: url(../img/page_bg_bottom2.png);
	background-repeat: no-repeat;
	background-position: top center;
}
.footer_title_div{
	font-size: 20px;
	color: #843e1f;
	font-weight: bold;
	margin-bottom: 15px;
}
.footer_con{
	max-width: 864px;
	padding-left: 12px;
	padding-right: 12px;
	margin-left: auto;
	margin-right: auto;
}
.statement{
	padding-bottom: 30px;
	margin-left: -10px;
	margin-right: -10px;
}
.statement_myul_div{
	flex: 0 0 auto;
	width: 50%;
	padding-left: 10px;
	padding-right: 10px;
}
.statement_title_div{
	width: 150px;
}
.statement_title{
	display: inline-block;
	margin-bottom: 10px;
	font-size: 18px;
	color: #d47944;
	font-weight: normal;
	padding: 2px 13px;
	background-color: #fff;
}
.footer_title_icon{
	display: inline-block;
	top: 3px;
}
.statement_title span{
	margin-left: 5px;
	margin-right: 5px;
}
.statement p{
	margin-top: 0;
	margin-bottom: 5px;
}
.statement p span{
	margin-right: 3px;
}
.statement_ol{
	padding-left: 20px;
}
.statement_ol li{
	margin-bottom: 5px;
	word-wrap: break-word;
	word-break: break-all;
}
.statement_myul_div1{
	width: 400px;
	padding-right: 10px;
}
.statement_myul_div2{
	flex: 1;
}
.statement_myli{
	font-size: 14px;
	color: #843e1f;
	padding-left: 20px;
}
.statement_index .statement_myul{
	width: 430px;
}
.statement_myli_num{
	position: absolute;
	top: 0;
	left: 0;
}
.footer hr{
	width: calc(100% - 130px);
	border: none;
	border-top: 1px solid #fff;
	margin: 20px auto 0 0;
}
.agent{
	padding-top: 10px;
	padding-bottom: 20px;
}
.agent_hr{
	border-top: 2px dashed #843e1f;
	margin-bottom: 20px;
}
.agent_div{
	align-items: center;
}
.aglogo_box{
	margin-left: 17px;
	margin-right: 17px;
}
.aglogo_box img{
	max-width: 180px;
}
.aglogo_box_sp{
	color: #843e1f;
	top: -1px;
}
.aglogo_title{
	width: 140px;
	font-size: 20px;
	color: #843e1f;
	font-weight: bold;
	margin-left: 0;
}
.footer_qrcode{
	position: absolute;
	bottom: -44px;
	right: 0;
	font-size: 20px;
	color: #fff;
	text-align: center;
}
.footer_qrcode_img{
	margin-bottom: 2px;
}

/* form */
.bg02{
	background-color: #91def3;
}
.page_logo{
	position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    z-index: 10;
}
.page_kv{
	padding-top: 100px;
	margin-bottom: 50px;
}
.page_title{
	padding-top: 40px;
	margin-bottom: 60px;
	max-width: 450px;
	margin-left: auto;
	margin-right: auto;
}
.page_title_frame{
	background-repeat: no-repeat;
	background-position: top center;
}
.form_div{
	width: 100%;
	font-size: 20px;
	padding-bottom: 1px;
}
.form_row{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
.form_left{
	flex: 0 0 100px;
	width: 100px;
}
.form_right{
	flex: 1;
}
.form_div .error_box{ display: none; }
.form_div .error{

}
.form_div label.error{
	position: relative;
	font-size: 16px;
	color: #f00;
}
.form_div .inputfile{
	height: 0;
	width:0;
	overflow: hidden;
	float: left;
}
.form_div input[type="text"], .form_div input[type="date"], .form_div input[type="email"], .form_div input[type="tel"], .form_div input[type="number"]{
	display: block;
	width: 100%;
	height: 30px;
	background: none;
	border: none;
	border-bottom: 1px solid #000;
	font-size: 20px;
	font-family: 'Noto Sans TC', sans-serif;
	font-weight: lighter;
}
.form_div input[type="text"]:focus, .form_div input[type="date"]:focus, .form_div input[type="email"]:focus, .form_div input[type="tel"]:focus, .form_div input[type="number"]:focus, .form_div select:focus{
	outline: none;
}
.form_notice{
	font-size: 18px;
	text-align: right;
}
.form_div input[type="checkbox"]{
	position: relative;
	width: 22px;
	height: 22px;
	top: 3px;
	margin-right: 10px;
}
.form_div select{
	width: 100%;
	height: 27px;
	border: 1px solid #004e8d;
	font-size: 16px;
}
.form_address_row{
	margin-bottom: 30px;
}
.form_address_item{
	flex: 0 0 auto;
	width: 100px;
	margin-right: 10px;
}
.form_address_num{
	flex: 0 0 auto;
	width: 65px;
}
.form_btnbox{
	float: left;
	width: 300px;
	margin-right: 20px;
}
.form_btnbox a{
	width: 100%;
	border: 1px solid #000;
	padding-top: 6px;
	padding-bottom: 9px;
	text-align: center;
	color: #000;
	background-color: #fff;
	margin-bottom: 10px;
}
.form_btnbox a:hover{
	background-color: #004e8d;
	color: #fff;
}
.form_btnbox_sc{
	float: left;
	width: 90px;
	height: 90px;
}
.form_btn_sc{
	display: block;
	width: 90px;
	height: 90px;
	background-image: url(../img/btn_question.png);
	background-repeat: no-repeat;
	background-size: 100%;
	font-size: 16px;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.form_btn_sc:hover{
	color: #ffa618;
}
.photo_notice{
	font-size: 14px;
	margin-bottom: 5px;
}
.photo{
	width: 100%;
	border: 1px solid #000;
}
.photo img{
	margin-left: auto;
	margin-right: auto;
}
.form_div textarea{
	width: 100%;
	height: 120px;
	border-color: #000;
	font-size: 20px;
	font-family: 'Noto Sans TC', sans-serif;
	font-weight: lighter;
}
.form_div textarea:focus{
	outline: none;
}
.info{
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 50px;
}
.info_title{
	width: 160px;
	font-size: 20px;
	color: #2f4ffd;
	font-weight: bold;
	text-align: center;
	padding: 6px 0;
	background-color: #fff;
	border-radius: 30px;
	margin-bottom: 20px;
}
.info_text{
	font-size: 20px;
	margin-bottom: 10px;
}
.info_text span{
	font-size: 21px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 0 5px;
	text-shadow: 0 0 5px #2f4ffd;
}
.info p{
	margin-top: 0;
	margin-bottom: 10px;
}
.info ul{
	padding-left: 30px;
}
ol{
	padding-left: 30px;
}
.info .info_indent{
	list-style: none;
	padding-left: 17px;
}
.info a{
	word-wrap: break-word;
}
.page_info{
	padding-bottom: 1px;
}
.page_info_top{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 20px;
	background-color: #91def3;
}
.page_info_tophr{
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	padding: 0 12px;
}
.page_info_tophr > div{
	border-top: 2px dashed #fff;
}
.page_btns_area{
	min-height: 200px;
	background-image: url(../img/page_bg_bottom1.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-top: 50px;
}
.connect_bottom_bg{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 200px;
	background: url(../img/bg.png);
}

/* think */
.think_bg{
	background-image: url(../img/think_bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
.logo_think{
	position: absolute;
	top: 30px;
	left: 12px;
}
.main_think{
	height: 350px;
}
.think_simg1{
	position: absolute;
	top: 0;
	right: 0;
}
.think_simg2{
	position: absolute;
	bottom: 0;
	left: 0;
}
.think_con{
	
}
.think_title{
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 32px;
	color: #f68000;
	font-weight: bold;
	letter-spacing: 7px;
	text-align: center;
}
.think_title_img{
	margin-bottom: 20px;
}
.think_title_img img{
	margin-left: auto;
	margin-right: auto;
}
.think_text{
	font-size: 24px;
	color: #f1e0b5;
	font-weight: 400;
	letter-spacing: 5px;
	text-align: center;
}

/* popup */
.popup{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}
.popup_bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
}
.popup_div{
	position: relative;
	width: 100%;
	max-height: calc(100vh - 100px);
	padding: 0 12px;
	top: 50%;
	transform: translateY(-50%);
	overflow-y: auto;
}
.coa_con{
	max-width: 1300px;
	padding: 15px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}
.coa_text{
	flex: 1;
}
.coa_img{
	flex: 0 0 auto;
	width: 500px;
}
.coa_title{
	font-size: 34px;
	font-weight: bold;
}

.error_box{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}
.error_box .popup_div{
    max-width: 50%;
    margin: 5% auto 0;
    background-color: white;
    border-radius: 20px;
    padding: 10px 20px;	
}

/* end */
.hr_dashed{
	border: none;
	border-top: 2px dashed #00a24b;
	margin-top: 30px;
	margin-bottom: 30px;
}
.page_con{
	margin-bottom: 70px;
}
.sub_title{
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 5px;
	text-align: center;
	margin-bottom: 20px;
}
.sub_title img{
	position: relative;
	display: inline-block;
	top: 10px;
}
.main_info{
	margin-bottom: 30px;
}
.main_info p{
	font-size: 18px;
	text-align: left;
	margin: 0;
}
.end_info{
	margin-bottom: 30px;
	font-size: 24px;
	color: #666666;
	font-weight: 400;
}
.ft_bg{
	position: absolute;
	bottom: 215px;
	left: 0;
	width: 100%;
	overflow: hidden;
}
.ft_bg img{
	max-width: 768px;
}
.end_bg_sp{
	position: absolute;
	top: 100px;
	left: 0;
	width: 100%;
	height: 218px;
	background-image: url(../img/end_bg_sp.png);
	background-repeat: no-repeat;
	background-position: top center;
}

@media (max-width: 839px){
	.show-sm{
		display: block;
	}
	.hide-sm{
		display: none;
	}
	.col-sm-6{
		flex: 0 0 100%;
	}
	.kv{
		padding-top: 100px;
	}
	.main_area{
		
	}
	.btns_area{
		
	}
	.aglogo_box{
		flex: 0 0 100%;
		width: 100%;
		margin-bottom: 10px;
		margin-left: 0;
		margin-right: 0;
	}
	.aglogo_box img{
		margin-left: auto;
		margin-right: auto;
	}
	.aglogo_title{
		text-align: center;
		margin-bottom: 20px;
	}
	.aglogo_title img{
		margin-left: 0;
	}
	.container{
		width: 100%;
	}
	.page_logo{
		top: 15px;
	}
	.logo{
		width: 119px;
	}
	.header_logo{
		top: 10px;
	}
	.index_btn{
		
	}
	.index_subinfo_div{
		position: relative;
		bottom: 0;
	}
	.index_subinfo{
		max-width: none;
	}
	.main_btn{
		display: block;
		margin-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
	}
	.footer{
		height: auto;
	}
	.footer_page{
		height: auto;
		padding-top: 110px;
		padding-bottom: 0;
	}
	.statement_index{
		width: 100%;
	}
	.statement_myul_div{
		width: 100%;
	}
	.statement_title_div{
		width: 100%;
	}
	.statement_myul_div1{
		width: 100%;
		padding-right: 0;
	}
	.footer hr{
		width: 100%;
	}
	.agent_div{
		width: 100%;
	}
	.aglogo_box_sp{
		display: none;
	}
	.footer_qrcode{
		position: relative;
		bottom: 0;
	}
	.footer_qrcode_img{
		margin-left: auto;
		margin-right: auto;
	}
	.hide-bg-sm{
		background-image: none;
	}
	.page_kv{
		margin-bottom: 100px;
	}
	.page_title{
		margin-bottom: 110px;
	}
	.page_title_frame{
		background: none;
		height: auto;
		margin-bottom: 30px;
	}
	.form_div{
		width: 100%;
		font-size: 18px;
	}
	.form_left{
		flex: 0 0 80px;
		width: 80px;
	}
	.form_right{
		width: calc(100% - 80px);
	}
	.form_div input[type="text"], .form_div input[type="date"], .form_div input[type="email"], .form_div input[type="tel"]{
		font-size: 18px;
	}
	.form_notice{
		font-size: 15px;
		text-align: left;
	}
	.form_btnbox{
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 50px;
	}
	.form_btnbox_sc{
		float: none;
		width: 100%;
	}
	.form_btn_sc{
		margin-left: auto;
		margin-right: auto;
	}
	.form_div textarea{
		font-size: 18px;
	}
	.info{
		font-size: 16px;
	}
	.logo_think{
		top: 15px;
	}
	.main_think{
		height: 200px;
	}
	.think_con{
		
	}
	.think_div{
		width: 100%;
	}
	.think_title{
		margin-bottom: 20px;
	}
	.think_text{
		text-align: center;
		font-size: 18px;
		letter-spacing: 3px;
	}
	.end_info{
		font-size: 18px;
	}
	.hidden-xs{
		display: none;
	}
	.ftc_float{
		float: none;
		width: 100%;
	}
	h2{
		font-size: 22px;
	}
	.coa_text{
		flex: 0 0 auto;
		width: 100%;
	}
	.coa_img{
		width: 100%;
		margin-bottom: 30px;
	}
	.coa_img img{
		margin-left: auto;
		margin-right: auto;
	}
	.coa_title{
		font-size: 24px;
	}
}