@charset "utf-8";

/*------ Reset ------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	/*font:inherit;*/
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*------ RWD Show&Hide ------*/
.show_onPc {display: block;}
.show_onPad {display: none;}
.show_onMobile {display: none;}

/*------ Common Setting ------*/
* {
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
body {
	background: #ffffe8;
	font-family: "Microsoft JhengHei","Heiti TC", "WenQuanYi Zen Hei","Arial";
	margin: 0;
	font-size: 15px;
	color: #333;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
}
.clearfix {
	*display: inline-block;
	height: 1%;
}
.float_left {float: left;}
.float_right {float: right;}
a:hover {
	transition: 0.5s all;
}

/*------ Common Setting ------*/
.event_container {
	width: 100%;
}
.event_section {
	width: 1100px;
	margin: 0 auto;
	padding: 60px 0;
	text-align: center;
	position: relative;
}
.event_section.narrower {
	padding: 60px 140px;
}
.event_section .section_title {
	margin-bottom: 40px;
	text-align: center;
	line-height: 1em;
	position: relative;
}
.event_section .section_title:before {
	width: 100%;
	border-bottom: 1px dotted #999;
	display: block;
	position: absolute;
	top: 1em;
	content: "";
}
.event_section .section_title > h3 {
	background: #ffffe8;
	padding: 0 0.5em;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.3em;
	display: inline-block;
	position: relative;
	z-index: 1;
}
.event_section .section_title + img {
	width: auto;
	margin-bottom: 40px;
}
.event_section p {
	margin-bottom: 20px;
	line-height: 1.5em;
}
.annotation {
	font-size: 14px;
	color: #666;
	line-height: 1.5em;
}
.highlight {
	font-weight: bold;
	color: #f75369;
	padding: 0;
    background-color: transparent;
    border-radius: none;
}
.text-danger {
	margin-top: 5px;
	font-size: 14px;
	color: #f75369;
}
input[placeholder] {
	font-size: 15px;
}

/*------ Buttons ------*/
.button {
	background: #f69d10;
	padding: 0.8em 2em;
	margin: 0;
	border-radius: 5px;
	font-size: 16px;
	color: #FFF;
	line-height: 1em;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
}
.button:hover {
	background: #f67c10;
}
.button[disabled="disabled"] {
background: #999 !important;
}
.effect_float {
	animation-name: effect_float;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
	-webkit-animation-name: effect_float;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
	-moz-animation-name: effect_float;
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
}
.effect_float:hover {
	animation-play-state: paused;
}
@keyframes effect_float {
    from {transform: translate(0, 0px);}
    50% {transform: translate(0, 20px);}
    to {transform: translate(0, -0px);}    
}
@-webkit-keyframes effect_float {
    from {transform: translate(0, 0px);}
    50% {transform: translate(0, 20px);}
    to {transform: translate(0, -0px);}  
}
@-moz-keyframes effect_float {
    from {transform: translate(0, 0px);}
    50% {transform: translate(0, 20px);}
    to {transform: translate(0, -0px);}   
}

/* 回頂端按鈕 */
#btn_top {
	width: 40px;
	height: 40px;
	background: url(../images/btn_top.svg) no-repeat;
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: inline-block;
	cursor: pointer;
	opacity: 0.8;
}
#btn_top:hover, #btn_top:focus {
	opacity: 1;
}

/*------ Top banner ------*/
.top_bar {
	background: #f75369;
	height: 5px;
}
.main_banner, .page_banner {
	background-position: center top;
	background-repeat: no-repeat;
}
.main_banner {
	background-image: url("../images/main_banner_pc.jpg");
	background-size: auto 100%;
	height: 850px;
	text-align: center;
}
.main_banner .cooperation {
	width: auto !important;
	margin: 20px auto;
}
.main_banner .main_title {
	width: 366px;
	margin: 0 auto;
	padding-top: 60px;
}
.main_banner .main_title > img {
	width: 100%;
	margin: 5px 0;
}
.main_banner .intro {
	margin: 30px auto;
	font-size: 16px;
	line-height: 1.8em;
	color: #bb3c6a;
}
.main_banner .intro b {
	background: #cb1f36;
	padding: 0.2em 0.5em;
	margin: 0 0.2em;
	border-radius: 1em;
	color: #FFF;
}
.main_banner .btn_apply {
	margin-top: 20px;
	display: inline-block;
	cursor: pointer !important;
}
.main_banner .btn_apply img {
	opacity: 0.9;
}
.main_banner .btn_apply:hover img {
	opacity: 1;
}
.page_banner {
	background-image: url("../images/page_banner_pc.jpg");
	background-size: auto 100%;
	height: 240px;
}

/*------ Steps ------*/
.step_block {
	width: 100%;
	background: #FFF;
	border: 1px solid #FFF;
	border-radius: 15px;
	box-shadow: 0px 20px 30px 0px rgba(92, 42, 0, 0.25);
	margin-top: 60px;
	font-size: 16px;
}
.step_block .step_title {
	width: 150px;
	background: #bb3c6a;
	padding: 20px;
	border-radius: 15px 0 0 15px;
	text-align: center;
	vertical-align: middle;
	color: #FFF;
	display: table-cell;
}
.step_block .step_content {
	padding: 25px 40px;
	display: table-cell;
}
.step_list {
	display: flex;
}
.step_list .step_item {
	line-height: 1.5em;
	padding-left: 50px;
	margin-right: 50px;
	text-align: left;
	flex: auto;
	position: relative;
}
.step_list .step_item:last-child {
	margin-right: 0;
}
.step_list .step_item .number {
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
	font-size: 60px;
	line-height: 48px;
	color: #ffdead;
	position: absolute;
	left: 0;
}
.step_list .step_item:before {
    width: 24px;
    height: 48px;
    background: url("../images/step_arrow.svg");
    position: absolute;
    top: 0;
    right: -35px;
    z-index: 2;
    content: "";
}
.step_block .step_content .step_item:last-child:before {
    display: none;
}

/*------ Service ------*/
.event_container.service {
	background: url("../images/bottom_bg.jpg") bottom center no-repeat;
}
.service_list {
	margin: 40px auto;
}
.service_list .service_item > img,
.service_list .service_item > .service_text {
	float: left;
}
.service_list .service_item + .service_item {
	margin-top: 40px;
}
.service_list .service_item > img {
	width: 140px;
}
.service_list .service_item > .service_text {
	width: calc(100% - 140px);
	padding-left: 30px;
	text-align: left;
	line-height: 1.5em;
}
.service_text .question {
	background: #f69d10;
	padding: 0.5em 0.8em;
	border-radius: 5px;
	color: #FFF;
	margin-bottom: 20px;
	position: relative;
}
.service_text .question:after {
	width: 0px;
    height: 0px;
    border-width: 10px;
    border-style: solid;
    border-color: #f69d10 transparent transparent transparent ;
    position: absolute;
    bottom: -16px;
    left: 50px;
    content: "";
}
.service_text .answer {
	padding-left: 30px;
}
.service_text .answer > h3 {
	margin: 0 0 10px;
	font-size: 18px;
	font-weight: bold;
	position: relative;
}
.service_text .answer > h3:before {
	background: url("../images/checked.svg") left center no-repeat;
	width: 24px;
	height: 26px;
	position: absolute;
	top: -4px;
	left: -30px;
	content: "";
}
.promo_text {
	font-size: 16px;
	font-weight: bold;
    color: #f75369;
}
.promo_text:after {
	background: url("../images/arrow_down.svg");
	width: 32px;
	height: 24px;
	margin: 10px auto;
	display: block;
	content: "";
}

/*------ Form ------*/
.apply_form {
	background: #FFF;
	border: solid 1px #DDD;
	border-radius: 15px;
	box-shadow: 0px 10px 20px 0px rgba(92, 42, 0, 0.2);
	padding: 30px;
	text-align: left;
}
.apply_form .form_title {
	border-bottom: 1px dotted #DDD;
	padding-bottom: 5px;
	margin-bottom: 30px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1em;
	color: #f68710;
	position: relative;
}
.apply_form .form_title > img {
	width: 30px;
	height: 30px;
	float: left;
}
.apply_form .form_title > .required_field {
    font-size: 13px;
    color: #d04f4f;
	position: absolute;
    right: 0;
    bottom: 5px;
}
.apply_form .notice_list {
	background: #fff8ea;
	padding: 20px;
	font-size: 13px;
	line-height: 1.5em;
	color: #666
}
.apply_form .notice_list h4 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}
.apply_form .notice_list ol li {
	margin-left: 1em;
	list-style: decimal;
}
.apply_form .notice_list ol li + li {
	margin-top: 0.5em;
}
.form_content {
	width: 82%;
	margin: 0 auto;
}
form label[for="agree"],
form label[for="agree"] a {
	font-size: 13px;
	font-weight: normal;
}
form label[for="agree"] {
	position: relative;
    margin-left: 25px;
}
.form-content-style-02 .col_full {
	margin-bottom: 20px !important;
}
.input-style-02 + #PhoneNumberCodeButton {
	margin: 0 0 0 10px;
}

/*------ Features ------*/
.event_container.features {
	background: url("../images/features_bg.jpg") bottom center;
	background-size: cover;
	background-attachment: fixed;
	color: #FFF;
}
.event_container.features .event_section .section_title > h3 {
    background: #e38a52;
	color: #FFF;
}
.event_container.features .event_section .section_title:before {
    border-bottom: 1px dotted #FFF;
}
.feature_list {
	width: 100%;
	display: flex;
}
.feature_item {
	background: #FFF;
	padding: 20px 15px;
	border-radius: 15px;
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
	text-align: center;
	flex: 1;
}
.feature_item + .feature_item {
	margin-left: 40px;
}
.feature_item .feature_text {
	font-size: 15px;
	color: #666;
	line-height: 1.5em;
}
.feature_item .feature_text > h3 {
	margin: 10px auto;
	font-size: 18px;
	font-weight: bold;
	color: #333;
}
.event_container.features .annotation {
	margin: 20px auto -20px;
}

@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {
	html, body{-webkit-text-size-adjust:none;}
	
	#btn_top {
		bottom: 20px;
		right: 0;
	}
	.main_banner .btn_apply {
		margin-top: 40px;
	}
	.event_section {
		width: 90%;
	}
	.event_container .event_section.narrower {
		padding: 60px 0;
	}
	.event_section .section_title,
	.event_section .section_title + img {
		margin-bottom: 25px;
	}
	.step_block .step_title,
	.step_block .step_content {
		width: 100%;
		display: block;
	}
	.step_block .step_title {
		border-radius: 15px 15px 0 0;
		padding: 10px;
	}
	.step_block .step_content {
		padding: 20px;
		font-size: 15px;
	}
	.step_list .step_item {
		width: 30%;
		padding-left: 35px;
    	margin-right: 45px;
		flex: 1;
	}
	.step_list .step_item .number {
		font-size: 48px;
		line-height: 48px;
	}
	.step_list .step_item:before {
		border-width: 20px;
		top: 2px;
	}
	img[src*="done"] {
		width: 100px !important;
	}
}

@media only screen and (max-width: 800px), only screen and (max-device-width: 800px) {
	/*------ RWD Show&Hide ------*/
	.show_onPc {display: none;}
	.show_onPad {display: block;}
	.show_onMobile {display: none;}

	.main_banner {
		background-image: url("../images/main_banner_pad.jpg");
		background-size: 100% auto;
		height: auto;
		min-height: 110vw;
	}
	.main_banner .main_title {
		padding-top: 20px;
	}
	.main_banner .event_section {
		padding-bottom: 0;
	}
	.page_banner {
		background: none;
		height: auto;
	}
	.main_banner img,
	.page_banner img {
		width: 100%;
	}
	.feature_item + .feature_item {
		margin-left: 20px;
	}
	.feature_item .feature_text {
		min-height: 6.5em;
	}
	.input-style-02 + #PhoneNumberCodeButton {
		margin: 10px 0 0;
	}
	div[data-valmsg-for="PhoneNumberCode"] {
		float: right;
	}
	div[data-valmsg-for="PhoneNumberCode"] > span {
		text-align: right !important;
	}
}

@media only screen and (max-width: 640px), only screen and (max-device-width: 640px) {
	/*------ RWD Show&Hide ------*/
	.show_onPc {display: none;}
	.show_onPad {display: none;}
	.show_onMobile {display: block;}
	
	#btn_top {
		bottom: 10px;
	}
	.main_banner {
		background-image: url("../images/main_banner_mobile.jpg");
		min-height: 160vw;
	}
	.main_banner .cooperation {
		width: 90% !important;
		margin: 10px auto;
	}
	.main_banner .main_title {
		width: 64%;
		padding-top: 20px;
	}
	.main_banner .intro {
		margin: 20px auto;
	}
	.main_banner .btn_apply img {
		width: 80%;
	}
	.step_list {
		display: inline-block;
		text-align: center;
	}
	.step_list .step_item {
		width: 100%;
		margin: 0;
		flex: none;
		display: block;
	}
	.step_list .step_item + .step_item {
		margin-top: 40px;
	}
	.step_list .step_item:before {
		transform: rotate(90deg);
    	bottom: -42px;
		top: auto;
		right: 40%;
	}
	.service_list .service_item > img,
	.service_list .service_item > .service_text {
		float: none;
	}
	.service_list .service_item > .service_text {
		width: 100%;
		padding-top: 20px;
		padding-left: 0;
	}
	.apply_form {
		padding: 15px;
	}
	.form_content {
		width: 100%;
	}
	.col_half,.col_one_third{
		width: 100%;
	}
	.login_content .input-style-02 span {
		width: 4em !important;
	}
	.feature_list,
	.feature_list .feature_item {
		display: block;
		flex: none;
	}
	.feature_item + .feature_item {
		margin-left: 0;
		margin-top: 10px;
	}
	.feature_item > img {
		padding-right: 20px;
		float: left;
	}
	.feature_item .feature_text {
		min-height: auto;
		padding-left: 20px;
		text-align: left;
	}
}

@media only screen and (max-width: 375px), only screen and (max-device-width: 375px) {
	.main_banner .main_title {
		padding-top: 15px;
	}
	.main_banner .intro {
		font-size: 15px;
	}
}

@media only screen and (max-width: 320px), only screen and (max-device-width: 320px) {
	.main_banner .intro {
		margin: 10px auto;
		font-size: 13px;
	}
	
}