/* 20210909 11:06 by Grant*/
@charset "utf-8";
/*@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);*/

/*預設*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: Arial, "Noto Sans TC", "微軟正黑體", Helvetica, Verdana, sans-serif;
	font-weight: normal;
	line-height: 1.33;
}

.indexWrap {
	color: #fff;
	overflow: hidden;
}

.indexWrap * {
	font-family: inherit;
}

.indexWrap br {
	clear: none;
}

.indexWrap img {
	width: 100%;
	height: auto;
	vertical-align: middle;
	margin: auto;
}

.index_root {
	transform: unset;
	width: 100%;
	display: block;
	position: unset;
}

/*共用*/
.inner {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
	padding-right: 3%;
	height: 100%;
}

.featureForLinePush a {
	display: block;
}

@media screen and (max-width:899px) {
	.inner {
		width: auto;
		max-width: initial;
		padding: 0 15px;
		margin: 0;
	}
}

.vip {
	margin-bottom: 0;
}

img {
	width: 100%;
	vertical-align: middle;
}

.topnav60px {
	display: block;
	width: 100%;
	height: 60px;
}

.header_height {
	height: 0;
}


.index_root.indexWrap {
	padding-top: 0px;
}





/* kv 主視覺 */
.kvFrist {
	width: 100%;
	margin-top: 0px;
}

.kvFrist .inner {
	padding: 0;

}

.kvFrist {
	width: 100%;
	background: url(../../images/Kv_BgImag_W750.jpg) no-repeat center 30% / 100% auto;
}




@media screen and (min-width:768px) {
	.kvFrist {
		width: 100%;
		background: url(../../images/Kv_BgImag_W3000.jpg) no-repeat center 60% / auto 100%;
	}

}





/* 專人回電 */
.kv_form {
	width: 100%;
	background-color: #E0F7FF;
	padding: 20px 0;
}


.form .form_cont {
	margin: 0 auto;
	width: 100%;
	max-width: 800px;
}

.form_cont .lineForm {
	margin-left: auto;
	width: 100%;
	color: #007D7D;
}

@media screen and (min-width:768px) {
	.kv_form {
		padding: 70px 0 100px;
	}
}



/* 表單標題 */
.form_title {
	padding: 0px;
	margin: 0 auto;
}

.form_title img {
	width: 90%;
	max-width: 600px;
	padding-bottom: 10px;
}

@media screen and (min-width:768px) {
	.form_title {
		width: 50%;
		padding: 0px 0 30px 0;
	}

	.form_title img {
		width: 100%;
	}
}


/* 置頂表單的 關閉按紐 */
.lineForm .close_btn {
	position: absolute;
	opacity: 0;
	z-index: 1000;
	top: 50px;
	right: 30px;
	border: 1px solid #fff;
}

.lineFormTable.active~.close_btn {
	opacity: 1;
	pointer-events: auto;
}




/* 表單 本身內容 */
.lineFormTable {
	width: calc(100% - 40px);
	margin: 0 20px;
	border-collapse: collapse;
	border: 0;
	position: static;
	/*z-index: 50;*/
}

.lineFormTable th,
.lineFormTable td {
	border: solid #ddd;
	border-width: 0 0;
	text-align: right;
	padding-bottom: 10px;
}

.lineFormTable th {
	width: 20%;
	font-size: 20px;
	white-space: nowrap;
	color: #007D7D;
	padding-right: 10px;
}

.lineFormTable td {
	width: 80%;
	max-width: 320px;
}

@media screen and (max-width: 768px) {
	.lineFormTable {
		display: block;
		width: 90%;
		margin: 0 auto;
	}

	.lineFormTable tbody,
	.lineFormTable tr {
		display: block;
		width: 100%;
		max-width: unset;
		position: relative;

	}

	.lineFormTable th {
		padding: 0 0 5px 0;
		font-size: 16px;
		text-align: left;
	}

	.lineFormTable tr:not(:last-child) td {
		display: block;
		width: 100%;
		max-width: unset;
	}

	.lineFormTable tr:not(:last-child) td input {
		display: block;
		margin: 0;
	}

	.lineFormTable tr:last-child td {
		position: relative;
		left: 0;
		right: 0;
		margin: auto;
		display: block;
		max-width: 100%;
		width: 100%;
	}
}

.lineFormTable .required:after {
	content: '必填';
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #FF6A78;
}

.required_mobile {
	color: #FF6A78;
}

@media screen and (max-width: 768px) {
	.lineFormTable .required:after {
		display: inline-block;
		font-size: 14px;
		color: #FF6A78;
	}
}

.lineFormTable [type="text"],
.lineFormTable [type="tel"] {
	width: 100%;
	padding: 10px;
	font-size: 16px;
	line-height: 1;
	background: #FFF;
	border: 0;
	border-radius: 5px;
	-webkit-appearance: none;
}





/* 置頂的表單*/
.form-fixedtop {
	position: relative;
	top: 60px;
	-webkit-overflow-scrolling: touch;
	width: 100%;
	z-index: 100;
}

.form-fixedtop .lineForm .form_title {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

.form-fixedtop .lineForm th {
	display: none;
}

.form-fixedtop .form_title_subtitle {
	/*color: #FFEC70;*/
	color: #fff;
}

.form-fixedtop .lineFormTable input:placeholder-shown {
	/*color:#000;*/
}

.form-fixedtop .lineForm {
	/*background-color: #22BFB1;*/
	background-color: #15b3a5;
	border-radius: 0;
	padding-bottom: 20px;
}

.form-fixedtop .lineFormTable {
	width: 70%;
	margin: auto;
	max-width: 1000px;
}

.form-fixedtop .lineFormTable tbody {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
}

.form-fixedtop .lineFormTable tr {
	flex: 1;
}

.form-fixedtop .lineFormTable tr:last-child {
	flex: 0 0 90px;
}

.form-fixedtop .lineFormTable td {
	display: inline-block;
	width: 100%;
	padding: 0 5px;
	text-align: center;
}

.form-fixedtop .lineForm_ps {
	display: none;
}

.form-fixedtop .lineFormTable tr:last-child td .lineForm_btn {
	margin-left: 2%;
	padding: 12px 0;
}

.form-fixedtop {
	display: none
}

@media screen and (max-width: 768px) {
	.form-fixedtop .lineForm tr {
		padding: 0;
		display: block;
		width: 100%;
	}

	.form-fixedtop .lineFormTable {
		padding-bottom: 0;
		width: 90%;
	}

	.form-fixedtop .lineFormTable th {
		display: none;
	}

	.form-fixedtop .lineFormTable tbody {
		display: block;
	}

	.form-fixedtop .lineFormTable tr:not(:last-child) td {
		display: block;
		width: 100%;
		max-width: unset;
	}

	.form-fixedtop .lineFormTable td:last-child {
		padding: 0;
	}

	.form-fixedtop .lineFormTable tr.mobile-hidden {
		padding: 0;
	}

	.form-fixedtop .lineFormTable tr.mobile-hidden td {
		display: none;
		padding: 0;
	}

	.form-fixedtop .lineFormTable tr:not(:last-child) td input {
		display: block;
		width: 65%;
	}

	.form-fixedtop .lineFormTable tr:last-child td {
		position: absolute;
		bottom: 0;
		right: 0;
		width: 30%;
		margin-right: 0;
	}

	.form-fixedtop .lineFormTable #mobile,
	.form-fixedtop .lineFormTable #mobile-fixedtop {
		border: 2px solid rgba(232, 55, 103, 1);
		-webkit-animation: mobileborderanimation 1s linear 0s infinite alternate;
		-o-animation: mobileborderanimation 1s linear 0s infinite alternate;
		animation-name: mobileborderanimation;
		animation-duration: 1s;
		animation-iteration-count: infinite;
		animation-direction: alternate;
		animation-timing-function: linear;
		animation-delay: 0s;
		margin-left: -6px;
		width: calc(65% + 8px);
	}

	.form-fixedtop .lineFormTable #mobile.off,
	.form-fixedtop .lineFormTable #mobile-fixedtop.off {
		-webkit-animation: none;
		-o-animation: none;
		animation: none;
	}

	.form-fixedtop .lineFormTable tr.mobile-hidden {
		max-height: 0;
		transition: max-height .5s ease-out;
	}

	.form-fixedtop .lineFormTable.active tr.mobile-hidden {
		max-height: 200px;
		padding-bottom: 10px;
	}

	.form-fixedtop .lineFormTable.active tr.mobile-hidden td {
		display: block;
	}

	.form-fixedtop .lineForm_ps {
		display: none;
	}
}

/* 手機板行動電話邊框動畫效果 */
@keyframes mobileborderanimation {
	0% {
		border: 2px solid rgba(232, 55, 103, 1);
	}

	50% {
		border: 2px solid rgba(232, 55, 103, 0.3);
	}

	100% {
		border: 2px solid rgba(232, 55, 103, 1);
	}
}

@-webkit-keyframes mobileborderanimation {
	0% {
		border: 2px solid rgba(232, 55, 103, 1);
	}

	50% {
		border: 2px solid rgba(232, 55, 103, 0.3);
	}

	100% {
		border: 2px solid rgba(232, 55, 103, 1);
	}
}

.lineFormTable [type="submit"] {
	background: #026c6b;
	border: 0;
	color: #fff;
}

.form-fixedtop input::-webkit-input-placeholder {
	color: #999
}

.form-fixedtop input::-moz-placeholder {
	color: #999;
	opacity: 1
}

.form-fixedtop input:-ms-input-placeholder {
	color: #999
}

.form-fixedtop input:placeholder-shown {
	color: #999
}

.form-fixedtop input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
	color: #51a9ab
}




/* 表單 確認送出按紐 */
.lineForm .lineForm_btnArea {
	margin: 0 auto;
	text-align: center;
}

.lineForm_btnArea .lineForm_btn {
	display: block;
	width: 100%;
	padding: 15px 10px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	border-radius: 10px;
	color: #fff;
	background-color: #FF6A78;
	-webkit-appearance: none;
}

.kv_form .lineForm_btnArea .lineForm_btn {
	border: 8px solid #FF6A78;
}



/* 表單 注意事項文字 */
.form_cont .lineForm_ps {
	padding: 10px 0 35px 0;
	font-size: 12px;
	text-align: center;
	color: #727373;
}

@media screen and (max-width: 899px) {
	.form_cont .lineForm_ps {
		padding-bottom: 5px;
	}
}














/* 內容區 通用設定*/
.section {
	width: 100%;
	padding: 50px 0;
}

.applicationForLinePush_tilte img,
.featureForLinePush_tilte img,
.awardForLinePush_tilte img {
	width: 100%;
	max-width: 600px;
	padding-bottom: 10px;
}


.applicationForLinePush_item,
.featureForLinePush_item,
.awardForLinePush_item {
	width: 80%;
	margin: 0 auto;
	padding: 0 2% 30px;
}

@media screen and (min-width:768px) {

	.section {
		padding: 100px 0;
	}

	.applicationForLinePush_item,
	.featureForLinePush_item {
		width: 33.333333%;
		float: left;
	}

	.awardForLinePush_item {
		width: 33.333333%;
		float: right;
	}

	.applicationForLinePush_content::after,
	.featureForLinePush_content::after,
	.awardForLinePush_content::after {
		content: '';
		display: block;
		clear: both;
	}


	.applicationForLinePush_tilte img,
	.featureForLinePush_tilte img,
	.awardForLinePush_tilte img {
		width: 50%;
		padding-bottom: 25px;
	}



}




/* application 多種申請管道 */


.applicationForLinePush {
	background: url(../../images/Application_BgPattern.png) repeat center 0% / 250px 250px;
	background-color: #92E4FF;
}

.featureForLinePush {
	background-color: #E0F7FF;
}

.awardForLinePush {
	background: url(../../images/Award_BgTop.png) no-repeat center -1px / 100%,
		url(../../images/Award_BgBottom.png) no-repeat center 100.5% / 100%,
		linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%),
		url(../../images/Award_BgImag_W3000.jpg) no-repeat center 0% / auto 100%;


}


@media screen and (min-width:768px) {
	.applicationForLinePush {
		background: url(../../images/Application_BgPattern.png) repeat center 0% / 500px 500px;
		background-color: #92E4FF;
	}

	.awardForLinePush {
		background: url(../../images/Award_BgTop.png) no-repeat center -1px / 100%,
			url(../../images/Award_BgBottom.png) no-repeat center 100.5% / 100%,
			url(../../images/Award_BgImag_W3000.jpg) no-repeat center 0% / 3000px 1000px;
	}
}



















/*注意事項*/
.taxNoteWrap.getleads {
	color: #484848;
	padding: 2.5em 0 8.2em;
	background-color: #ffffff;
}

@media screen and (min-width:1921px) {
	.taxNoteWrap.getleads {
		background-color: #ffffff;
	}
}

@media screen and (max-width:899px) {
	.taxNoteWrap.getleads {
		background-color: #ffffff;
	}
}


.noteList+.noteList {
	margin-top: 5em;
}

.noteList {
	padding: 0 3%;
}

.noteList h4 {
	margin: 1em 0;
	font-size: 1.428em;
	font-weight: bold;
	color: #484848;
}

.noteList ol {
	padding-left: 1.5em;
	list-style-type: decimal;
}

.noteList li {
	margin: 0.7em 0;
	text-align: left;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 1.5;
}

.noteList li a {
	word-wrap: break-word;
	text-decoration: underline;
}

.noteList .readMore,
.noteList .readMore a {
	display: inline-block;
	font-weight: bold;
	color: inherit;
}

.noteList .hideTxt {
	display: none;
}












/* 移除原本置底的選單區預留空間*/
@media screen and (max-width: 750px) {
	.footer {
		margin-bottom: 0px;
	}
}


/* 按紐動畫效果 */
@keyframes buttonFlash {
	0% {
		border: 8px solid #E0F7FF;
	}

	100% {
		border: 8px solid #ff0;
	}
}

@-webkit-keyframes buttonFlash {
	0% {
		border: 8px solid #E0F7FF;
	}

	100% {
		border: 8px solid #ff0;
	}
}



.kv_form .lineForm_btn.act-btn {
	animation: buttonFlash 1s 0s infinite alternate;
	-webkit-animation: buttonFlash 1s 0s infinite alternate;

}



/* 廣宣編碼 */
.ctbcNumber {
	position: relative;
	text-align: right;
	font-size: 12px;
	padding-top: 10px;
	color: #cbcbcb;
	/*top: -30px;*/
}


/* 20210909 add 申貸案例 by Grant*/


.exampleTable {
	max-width: 460px;
	margin: 0 auto;
	background: #ffffff;
	text-align: center;
	color: #333333;
	font-size: 18px;
	;
	text-align: center;
	border-radius: 0.75rem;
	overflow: hidden;
}

.exampleTable .table {
	width: 100%;
}

.exampleTable .table th,
.exampleTable .table td {
	padding: 12px 5px;
	border-right: 1px solid #dedede;
}

.exampleTable .table th:last-child,
.exampleTable .table td:last-child {
	border-right: 0;
}

.exampleTable .table th {
	color: #035f63;
	font-weight: bold;
	background-color: #ffd130;
}

.exampleTable .table tbody tr:nth-child(even) {
	background-color: #e9e9e9;
}

.houseLoan {
	display: flex;
	align-items: center;
	margin: 0 -5px;
	padding: 1em 15px 1em
}

.houseLoan p {
	margin: 0 5px
}

.houseLoan p img {
	border-radius: 6px;
}

.houseLoan .bn_pc {
	display: block;
}

.houseLoan .bn_mb {
	display: none;
}

.footerBtn {
	position: relative;
	display: block;
}

.footer_btn-pointer:after {
	position: absolute;
	bottom: -5px;
	right: -5px
}

@media screen and (max-width:767.9px) {
	.houseLoan {
		flex-direction: column;
	}

	.houseLoan p {
		margin: 5px
	}


	.houseLoan .bn_pc {
		display: none;
	}

	.houseLoan .bn_mb {
		display: block;
		box-shadow: 0px 6px 0px 0px rgb(66, 66, 66);
		width: 85%;
	}

	.footer_btn-pointer:after {
		right: 10%
	}
}