body{
	padding: 50px 0 50px;
	margin: 0;
	font-size: 16px;
	font-family: 'Noto Sans TC', sans-serif;
	background-color: #E6EDF2;
	font-weight: 300;
	line-height: 1.4;
}

.top_logo_area{
	background: #0078d4;
	width: 85%;
	max-width: 1200px;
	margin: auto;	
}
.top_logo_area .container{
	width: initial;
	max-width: inherit;
	padding: 20px 25px;
}
.top_logo{
	width: 160px;
	display: inline-block;
}
.top_logo img{
	vertical-align: middle;
}
a{
	color:#3FA2F7; 
	text-decoration: underline;
	transition: .5s;
}
a:hover{
	text-decoration: none;
}

hr{
	border-top: 1px dotted #006ABE;
	border-bottom: none;
	border-left: none;
	border-right: none;
	margin: 30px 0;
}
img{
	width: 100%;
}
.lang_b{
	position: absolute;
	top: 50%;
	right: 25px;
	color: #fff;
	font-size: .8rem;
	line-height: .8rem;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
}
.lang_b a{
	color: rgba(255,255,255,0.5);
}
.lang_b a:hover{
	color: rgba(255,255,255,1);
}
.lang_b .lang_divd{
	border-left: 1px solid #fff;
	margin: 0px 6px;
}

.lang_b span{ background: #006abe; padding: 6px 8px; color: #fff;}
.lang_b .lang_divd{ border: none; padding: 0; margin: 0 2px;}
.lang_b a{padding: 2px 6px; text-decoration: none;}

.headtop{
	width: 85%;
	max-width: 1200px;
	margin: auto;
	display: flex;
}

.container{
	position: relative;
	width: 85%;
	max-width: 1200px;
	margin: auto;
}
.form_box{
	background: #fff;
	padding: 30px 50px 10px;
	margin: 0px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
	border-radius: 0px;
}

.form_box H1{
	color: #006ABE;
	text-align: center;
	margin: 20px 0px;
	font-size: 2rem;
	line-height: 1.2;
	letter-spacing: -0.5px;
}
.form_box H3{	
	text-align: center;
	border-bottom: 1px dotted #006ABE;
	margin-bottom: 25px;
	font-size: 1.4rem;
	padding-bottom: 12px;
	color: #006ABE;
	line-height: 1.2;
	letter-spacing: -.5px;
}
.form_row{
	margin: 30px 0;
	display: flex;
}

.form_row .for_s_checkbox {
    display: flex;
    justify-content: flex-start;
    align-items: normal;
	line-height: 1.6;
}

.f_col_l{
	display: inline-block;
	width: 32%;
	vertical-align: top;
	line-height: 50px;
}
.f_col_r{
	display: flex;
	width: 68%;
	flex-wrap: wrap;
}
.half_col{
	display: inline-block;
	flex: 1;
	margin-right: 10px;
}
.half_col:last-of-type{
	margin-right: 0;
}
.f_inn_row{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}
.t_col{
	width: 30%;
}
.t_col:last-of-type{
	margin-right: 0;
}
.alert{
	width: 100%;
	font-size: .8rem;
	color: 999;
	color: red;
}
.alert i{
	margin-right: 5px;
}
.remark{
	font-size: .8rem;
	color: #999;
	width: 100%;
}
.footnote{
	font-size: .8rem;
	color: #999;
	width: 100%;
}


/* Style the input fields */
input {
  padding: 10px 1%;
  width: 100%;
  font-size: .9rem;
  border: 1px solid #ccc;
  background-color: #fff;
	transition: .5s;
	border-radius: 3px;
	margin: 8px 0;
}
input:focus{
	background-color: #F9F9F9;
}
::placeholder {
  color: #666; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #666;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: #666;
}

/* checkbox - radio button */
.sele-toggle-label span{
	padding-top: 4px;
}
.sele-toggle-label .checkmark{
	margin: inherit;
    right: inherit;
    bottom: inherit;
	position: relative;
	display: inline-block;
	width: 25px;
	height: 25px;
	background-color: #eee;
	border-radius: 50%;
	border: 3px solid #fff;
	transition: 0.5s;
	margin-right: 5px;
	padding: 0;
	flex: 0 0 25px;
}
.sele-toggle-label input{
	display: block;
	opacity: 0;
	position: absolute;
	width: 0;
	height: 0;
	cursor: pointer;
}
.sele-toggle-label input:checked ~ .checkmark{
	background-color: #75D337;
}
.checkmark:after{
	content: "";
	position: absolute;
	display: none;
}
.sele-toggle-label .checkmark:after{
	background: #fff;
	border-radius: 50%;
	width: 13px;
	height: 13px;
	top: 6px;
	left: 6px;
}

.sele-toggle-label input:checked ~ .checkmark:after{
	display: block;
}

.sele-toggle-label{
	cursor: pointer;
	margin: 0;
	display: flex;
	align-items: flex-start;
	position: relative;
	  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
	padding-right: 50px;
	padding-top: 10px;
	justify-content: flex-start;
}
.sele-toggle-label.close{
	float: none;
	opacity: 1;
	text-shadow: none;
}

.for_s_checkbox .checkmark {
    width: 25px;
    height: 25px;
    margin: 0px 10px 0 0;
    border-radius: 5px;
    flex: 0 0 25px;
}
.for_s_checkbox .checkmark::after {
    left: 8px;
    top: 3px;
    width: 7px;
    height: 13px;
    border: solid white;
        border-top-width: medium;
        border-right-width: medium;
        border-bottom-width: medium;
        border-left-width: medium;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
	background: none;
	border-radius: 0;
}

.for_s_checkbox input {
    display: block;
    opacity: 0;
    position: absolute;
    width: 0;
    height: 0;
    cursor: pointer;
}
.checkmark{
	margin: 0 10px 0 0;
}
.checkmark:after{
	content: "";
	position: absolute;
	display: none;
}
.for_s_checkbox input:checked ~ .checkmark {
    background-color: #75D337;
}


/* select box style */
.f_sele_op{
	border: 1px solid #ccc;
	 padding: 0.5rem 2.5rem 0.5rem 0.5rem;
	font-size: .9rem;
	border-radius: 3px;
	background: #fff;	
	margin: 8px 0;     
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.f_sele_op option{
	padding: 5px ;
}

select.f_sele_op {
  background-image:
    linear-gradient(45deg, transparent 50%, #006ABE 50%),
    linear-gradient(135deg, #006ABE 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 18px) calc(1em + 0px),
    calc(100% - 12px) calc(1em + 0px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    6px 5px,
    6px 7px,
    0px 2em;
  background-repeat: no-repeat;	
	margin: 5px 0px ;
	flex: 1;
	width: 100%;
}

select.f_sele_op:focus {
  background-image:
    linear-gradient(45deg, #1c85a5 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, #1c85a5 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 11px) 1em,
    calc(100% - 18px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    7px 6px,
    6px 6px,
    0px 3em;
  background-repeat: no-repeat;
  border-color: #EDF0F2;
  outline: 0;
	background-color: #F9F9F9;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.submit_row{
	text-align: center;
}
.submit_btn{
	background: rgba(63,162,247,1);
border: none;
border-radius: 3px;
color: #fff;
padding: 15px 40px;
transition: .5s;
	font-size: 1.5rem;
	letter-spacing: .1rem;
	font-weight: 500;
	margin: auto;
	cursor: pointer;
	font-family: 'Noto Sans TC', sans-serif;
}
.submit_btn:hover{
	background-color: #006eb2;
}

.copy_right{
	text-align: center;
	padding: 40px 30px 20px;
	color: #999;
	font-size: .8rem;
}

/*  --------- message box --------  */
.message_box{	
	padding: 12px 18px;
	border-radius: 3px;	
	text-align: left;
	margin-bottom: 30px;
}
.message_box i{
	margin-right: 10px;
	font-size: 1.2rem;
}
.message_box h4{
	font-size: 1rem;
	margin: 0px 0;
}
.message_box.success{
	color: #4fb20d;
	border: 2px solid #e6f4dd;
}
.message_box.unsuccess{
	color: #dc1515;
	border: 2px solid #f8e0e0;
}
/*  --------- message box - end --------  */

.intro{
	text-align: center;
	color: #666;
}

.f_col_l {
    display: inline-block;
    width: 30%;
    vertical-align: top;
    line-height: 22px;
    padding-right: 35px;
	padding-bottom: 5px;
	padding-top: 12px;
	font-weight: 500;
}

.full_row{
	width: 100%;
	margin: 5px 0;
}
.sub_l_c{
	width: 100%;
	display: inline-block;
	padding-top: 8px;
}

.msg_tq{ text-align: center; font-size: 1.2rem; color: #006ABE; margin: 20px 0 20px; font-weight: 500;}

.payment_ico {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
}
.payment_ico img {
  flex: 0 0 62px;
  padding: 0 20px;
}

.enqu_area{
	margin: 60px 0 20px;
}
.enqu_area h4{
	text-align: center;
	margin-bottom: 10px;
}
.enqu_area .row_f{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	font-size: 0.8rem;
	line-height: 1.4;
}
.enqu_area .row_f .eq_item{
	padding: 4px 25px;
	color: #454545;
}
.enqu_area .row_f .eq_item a{
	color: #454545;
}


@media(max-width: 986px){	
	body{ padding: 20px 0;}
	.container{	width: 96%;	}
	.top_logo_area{	width: 96%;	}
	.headtop{width: 96%;}
}
@media(max-width: 786px){
	.headtop{
		background-size: cover;
		height: auto;
	}
	.form_row{
		display: block;
	}
	.form_box{
		padding: 30px 25px 50px;
	}
	.f_col_l{
		width: 100%;
		line-height: 30px;
	}
	.f_col_r{
		width: 100%;
	}
	.half_col{
		display: block;
		width: 100%;
		margin-right: 0;
		flex: initial;
	}
	.sele-toggle-label{
		margin-top: 8px;
		width: 100%;
		padding: 0;	
		justify-content: flex-start;
	}	
	.message_box i{
		display: block;
		margin: 0 0 10px;
	}
	.sele-toggle-label .checkmark{
		margin-top: 0px;
	}
	.form_box H1{
		text-align: left;
		font-size: 1.8rem;
	}
	.form_box H3{ text-align: left;}
	.intro{ text-align: left;}
	.message_box h4{ display: flex; line-height: 1.3;}
	.message_box i{ margin: 0 10px 0 0 ;}
	.f_col_l{
		width: 100%;
		padding-top: 0px;
	}
	
	.enqu_area{ padding: 0 10px;}
	.enqu_area .row_f{ flex-direction: column;}
	.enqu_area h4{text-align: left;}
	.enqu_area .row_f .eq_item{ padding: 4px 0;}

	
}
@media(max-width: 586px){

	.top_logo {
		width: 125px;
	}
	.top_logo_area .container{
		padding: 15px 20px;
	}

	.t_col{
		width: 100%;
	}
	select.half_col{
		display: block;
		width: 100%;
		margin-right: 0;
		flex: initial;
	}
	.submit_btn{
		width: 100%;
	}
	
}




