@charset "UTF-8";
/*
* @data 2015-11-5
* Author: Linda Lu
*
* E.SUN mailloan Stylesheet
--------------------------------
   1. Font
   2. Form
   3. List
   4. Select option
   5. Checkbox
   6. Button
   7. jQuery Validation
   8. RWD
   9. MODULE
--------------------------------
*/

/*=====================================================
   1. Font
=====================================================*/
.TwoColorTitle.mailloan .Text i {
	font-size: 0.6em;
	line-height: 0.6em;
	letter-spacing: 0.1em;
	font-style: normal;
	padding-left: 5px;
}

.TwoColorTitle .Text .midLine {
	font-size: 0.9em;
	padding: 0 3px;
	color: #888;
}

.titleText {
	display: inline-block;
	font-size: 18px;
	line-height: 18px;
}

i {
	font-style: normal;
}

i.num {
	letter-spacing: 0.06em;
	padding: 0 3px;
}

i.targeBlank {
	display: inline-block;
	background: url(https://cardtest.esunbank.com.tw/EsunCreditweb/images/public/icon_link_external.png);
	width: 15px;
	height: 15px;
	margin: 0 5px -2px 5px;
}

.imp {
	font-weight: bold;
	letter-spacing: 0.1em;
	padding: 0 3px;
}

.highlight {
	color: #e4007f;
}

.highlight.notImp {
	color: #333;
}

i.imp.line {
	border-bottom: 1px solid #333;
}

i.fieldNote {
	color: #888;
	font-size: 12px;
}

i.underline {
	font-style: normal;
	border-bottom: 1px solid #333;
	letter-spacing: 0.1em;
	padding: 0 3px;
}

i.bright {
	color: #e4007f;
}

.alertText {
	line-height: 24px;
}

.tenantName h1 {
	text-align: center;
	color: #333;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: 0.03em;
}

.tenantName h4 {
	text-align: center;
	color: #333;
	font-size: 14px;
	letter-spacing: 0.03em;
	margin: 2px 0 1em 0;
}

.tenantName h4 i {
	color: #333;
	font-weight: normal;
	letter-spacing: 0;
	padding: 0 3px;
}

.agreeBox .title {
	font-size: 1.2em;
}

.agreeBox .title.toggle {
	cursor: pointer;
}
/* word-break */
.desktopBreak {
	display: block;
}

/*=====================================================
   2. Form
=====================================================*/
.attentionBar {
	color: #fff;
	font-size: 16px;
	background: #01a398;
	border: 2px solid #fff;
	margin: -20px -20px 20px -20px;
	padding: 10px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.fromStyle-bg {
	background: #edfaf9 repeat-x top;
	margin: 0 auto;
}

.fromStyle {
	background: #fff;
	-webkit-box-shadow: 0 0 3px rgba(9, 2, 4, 0.4);
	-moz-box-shadow: 0 0 3px rgba(9, 2, 4, 0.4);
	box-shadow: 0 0 3px rgba(9, 2, 4, 0.4);
	padding: 20px;
}

.fromStyle.rule {
	margin: 30px auto;
}
/*=====================================================
   3. List
=====================================================*/
.chooseStep img {
	margin: 20px auto;
}

.required:before {
	content: "*";
	color: #eb8300;
	padding-right: 3px;
}
/**/
.cmxform li.item, .cmxform .list li {
	display: inline-block;
	width: 100%;
	padding: 5px 0px;
}

.cmxform label.itemName {
	padding: 0px 10px 0 0;
	width: 120px;
	text-align: left;
	cursor: default;
}

.cmxform .note {
	display: none;
	color: #eb8300;
	font-style: italic;
	font-size: 14px;
}
/* Unit */
.respond-field .respond-field-txt i.twd.desktopHide {
	display: none;
}

.respond-field .respond-field-txt i.twd {
	font-style: normal;
	font-size: 0.9em;
	letter-spacing: 0.06em;
	margin-left: 5px;
	padding-bottom: 2px;
}

.respond-field .respond-field-txt i.twd i {
	display: none;
	font-style: normal;
}
/**/
.agreeBox {
	background: #f2f2f2;
	font-size: 14px;
	padding: 10px;
	margin: 10px 0 5px 0;
}

.agreeBox i.phone {
	color: #009d99;
	font-style: normal;
	font-size: 1.1em;
	letter-spacing: 0.06em;
	padding: 0 5px;
}

.agreeBox ul.ideographic {
	list-style-type: cjk-ideographic;
	font-size: 13px;
	text-align: justify;
	margin: 5px 10px 0 35px;
}

.agreeBox ul.ideographic.none {
	display: none;
}

.agreeBox ul ul {
	line-height: 20px;
	margin-top: 3px;
	font-size: 14px;
}

.agreeBox .highlight {
	color: #eb8300;
}

.agreeBox a {
	color: #009d99;
	padding-left: 3px;
}

a.clickLink {
	display: inline-block;
	font-size: 15px;
	color: #009d99;
	height: 32px;
	line-height: 32px;
	vertical-align: top;
	cursor: pointer;
}

.wordBreak {
	display: block;
}

.respond-field .rightInfo .ml15 {
	margin-top: 15px;
}

.listStyle li {
	padding: 5px 0;
	border-top: 1px solid #dfdfdf;
}

.listStyle li.noneBorder {
	padding-top: 0;
	border-top: none;
}

.respond-field .respond-field-detail.borderBottomNone {
	border-bottom: none;
}

.respond-field .respond-field-detail.pb0 {
	padding-bottom: 0;
}
/*=====================================================
   4. Select option
=====================================================*/
.sl_select {
	display: inline-block;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	line-height: 32px;
	height: 32px;
	border: 1px solid #ccc;
	padding: 0 5px;
	width: 163px;
	background: url("https://cardtest.esunbank.com.tw/EsunCreditweb/images/form/bg_select.png") right no-repeat;
	color: #333;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: 1px;
	text-overflow: '';
}

.sl_select:focus {
	outline: none;
}

select::-ms-expand {
	display: none;
}

.sl_select option {
	color: #333;
	font-size: 14px;
	font-family: Arial, "微軟正黑體", "Microsoft JhengHei", "新細明體", sans-serif;
}
/*=====================================================
   5. Checkbox
=====================================================*/
input[type="checkbox"].cssCheckbox {
	display: none;
}

input[type="checkbox"].cssCheckbox+label i {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url("https://cardtest.esunbank.com.tw/EsunCreditweb/images/public/sprites-checkbox.png");
	background-position: -7px -7px;
	margin: 2px 8px -2px 8px;
	outline: 0;
}

input[type="checkbox"].cssCheckbox:checked+label i {
	background: url("https://cardtest.esunbank.com.tw/EsunCreditweb/images/public/sprites-checkbox.png");
	background-position: -67px -7px;
}

input[type="checkbox"].cssCheckbox:disabled+label i {
	cursor: not-allowed;
}
/**/
.longText .prettycheckbox label {
	text-align: left;
	width: 95%;
}

.green .prettycheckbox label {
	color: #009d99;
}

.bright .prettycheckbox label {
	color: #e4007f;
}

.disabled .prettycheckbox label {
	cursor: not-allowed;
}

/*=====================================================
   6. Button
=====================================================*/
.btnStyle, .inlineBtn {
	width: 122px;
	background-color: #009e96;
	border-top: 2px solid #009e96;
	border-bottom: 2px solid #006f69;
	border-left: none;
	border-right: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	padding: 3px 0 5px 0;
	cursor: pointer;
}

.btnStyle {
	margin: 20px auto 10px auto;
}

.inlineBtn:hover, .btnStyle:hover {
	border-top-color: #f6fafb;
	border-bottom-color: #009e96;
}

.btnStyle:focus {
	outline: 0;
}

.btnStyle {
	display: block;
}

.inlineBtn {
	display: inline-block;
}

.inlineBtn.refresh {
	background: url(https://cardtest.esunbank.com.tw/EsunCreditweb/images/form/refresh.png) left center no-repeat;
	text-indent: 18px;
}
/* disable */
.inlineBtn.gray, .btnStyle.grayBtn {
	color: #009d99;
	background-color: #e6e6e6;
	border-top: 2px solid #e6e6e6;
	border-bottom: 2px solid #999;
	cursor: pointer;
}

.inlineBtn.gray:hover, .btnStyle.grayBtn:hover {
	border-top: 2px solid #fff;
	border-bottom: 2px solid #e6e6e6;
	outline: none;
}

.btnStyle.grayBtn.lock {
	color: gray;
	pointer-events: none;
}
/* two */
.two a.midBtn {
	cursor: pointer;
}

.twoBtn {
	text-align: center;
}

.twoBtn li {
	display: inline-block;
}

.twoBtn li.margin {
	margin-left: 10px;
}

/* mulitiple */
.btnGroup {
	list-style-type: none;
	vertical-align: top;
}

.btnGroup li {
	display: inline-block;
	vertical-align: middle;
}

.btnGroup li.mr {
	margin-right: 15px;
}

.btnGroup li .btnStyle {
	margin: 0;
	height: 32px;
	padding: 0;
}

.btnGroup li a.midBtn {
	width: 122px;
}

/**/
.arrowDown {
	float: right;
	display: inline-block;
	width: 43px;
	height: 43px;
	background: url(https://cardtest.esunbank.com.tw/EsunCreditweb/images/form/arrowDown.png) no-repeat center;
	margin: -10px -10px 0 0;
	/*cursor: not-allowed;*/
}

.arrowDown.toggle, .arrowDown.toggle.hover {
	cursor: pointer;
}

.arrowDown.toggle.hover {
	background: url(https://cardtest.esunbank.com.tw/EsunCreditweb/images/form/arrowDownHover.png) no-repeat center;
}

.rotated {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.confirmBtn .call {
	display: none;
}

/*=====================================================
   7. jQuery Validation
=====================================================*/
.cmxform label {
	display: inline-block;
	font-family: Arial, "微軟正黑體", "Microsoft JhengHei", "新細明體", sans-serif;
	font-size: 14px;
	color: #333;
	text-align: left;
}

.cmxform input.error, .cmxform textarea.error {
	border-color: #fcd089;
	background-color: #fff9ed;
}

.cmxform label.error {
	color: #eb8300;
	font-style: italic;
	padding: 0px 0 0 10px;
}

/*=====================================================
   RWD
=====================================================*/
@media screen and (min-width: 1020px) {
	.fromStyle {
		width: 960px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 1019px) and (min-width: 533px) {
	.fromStyle {
		width: 90%;
		margin: 0 5% 30px 5%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		overflow: hidden;
	}
}

@media screen and (max-width: 1024px) {
	.chooseStep img {
		width: 90%;
		margin-left: 5%;
	}
}

@media screen and (max-width: 960px) {
	.cmxform input.error {
		padding: 0;
	}
	.longText .prettycheckbox label {
		text-align: left;
		width: 90%;
	}
}

@media screen and (max-width: 640px) {
	.mobileHide, .desktopBreak {
		display: none;
	}
	.cmxform .list li.option {
		padding-left: 0;
	}
	.cmxform label.itemName {
		width: 100%;
		margin-bottom: 10px;
		text-align: left;
		font-size: 18px;
	}
	.cmxform input[type="text"], .cmxform input[type="password"] {
		width: 98%;
		font-size: 16px;
		line-height: 22px;
		letter-spacing: 0.06em;
	}
	.agreeBox {
		font-size: 15px;
		line-height: 22px;
	}
	.agreeBox ul.ideographic {
		margin: 5px;
	}
	.required:before {
		content: "";
		padding-right: 0;
	}
	.required:after {
		content: "*";
		padding-left: 3px;
		color: #eb8300;
	}
	a.clickLink {
		font-size: 16px;
	}
	.agreeBox.info li {
		margin-top: 5px;
	}
	#citizenid {
		text-transform: uppercase;
	}
	.cmxform label.error {
		font-style: normal;
		display: block;
		text-align: left;
		padding: 0;
		margin-top: 10px;
	}
	.list.done li {
		display: inline;
	}
	.list.done {
		font-size: 18px;
	}
}

@media screen and (max-width: 532px) {
	.fromStyle {
		width: 95%;
		margin: 0 2.5% 20px 2.5%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		overflow: hidden;
	}
	.chooseStep img {
		width: 95%;
		margin-left: 2.5%;
		margin-top: 8px;
		margin-bottom: 3px;
	}
	.btnStyle, .inlineBtn {
		height: 57px;
		font-size: 24px;
		line-height: 57px;
		background-color: #1f8b85;
		background:
			url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…gd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
		background: -moz-linear-gradient(270deg, #36dbcf 0%, #00b9ac 50%, #009c91 100%);
		background: -webkit-linear-gradient(270deg, #36dbcf 0%, #00b9ac 50%, #009c91 100%);
		background: linear-gradient(180deg, #36dbcf 0%, #00b9ac 50%, #009c91 100%);
		border: none;
		border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.71);
		-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.71);
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.71);
		padding: 0;
		cursor: pointer;
	}
	.twoBtn li {
		vertical-align: top;
		width: 47%;
	}
	.twoBtn .margin {
		margin: 0;
	}
	.inlineBtn {
		width: 100%;
	}
	.inlineBtn.refresh {
		text-indent: 0;
	}
	.btnStyle {
		width: 55%;
	}
	.btnStyle.grayBtn, .inlineBtn.gray {
		vertical-align: top;
		border: none;
		background: linear-gradient(to bottom, rgba(244, 244, 244, 1) 0%,
			rgba(209, 209, 209, 1) 86%, rgba(193, 193, 193, 1) 99%);
	}
	.confirmBtn {
		display: block;
		position: fixed;
		z-index: 5;
		left: 0;
		right: 0;
		bottom: 0;
		padding: 15px 0 10px 0;
		background: url("https://cardtest.esunbank.com.tw/EsunCreditweb/images/public/footer_background.gif") repeat-y center
			bottom;
	}
	.confirmBtn .call {
		display: block;
		color: #fff;
		letter-spacing: 0.06em;
		padding: 15px 0 5px 0;
	}
	.sl_select {
		width: 100%;
	}
	.cmxform input[type="text"], .cmxform input[type="password"], .cmxform input[type="text"].error,
		.cmxform input[type="password"].error {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.respond-field .respond-field-txt i.twd.desktopHide.option {
		display: none;
	}
	.respond-field .respond-field-txt i.twd.desktopHide {
		display: inline-block;
	}
	.respond-field .respond-field-txt i.twd {
		color: #999;
		font-size: 14px;
		letter-spacing: 0;
	}
	.respond-field .respond-field-txt i.twd i {
		display: inline-block;
	}
	.btnGroup li {
		display: block;
	}
	.btnGroup li.mr {
		margin-right: 0;
		margin-bottom: 10px;
	}
	.btnGroup li a.midBtn.mobileWide {
		width: 100%;
		margin-bottom: 10px;
	}
	.btnGroup li .btnStyle {
		width: 100%;
		height: auto;
	}
	i.fieldNote {
		color: #888;
		font-size: 14px;
	}
	.fromStyle .respond-field-detail, .transformSelect span {
		font-size: 16px;
	}
	.wordBreak {
		display: inline;
	}
	.respond-field .rightInfo .ml15 {
		margin: -10px 0 5px 0;
		color: #888;
	}
	.cmxform label {
		font-size: 15px;
	}
	.green .prettycheckbox {
		width: 100%;
	}
}

@media screen and (max-width: 360px) {
	.btnStyle {
		width: 98%;
	}
	.longText .prettycheckbox label {
		text-align: left;
		width: 85%;
	}
	.TwoColorTitle.mailloan .Text i {
		font-size: 0.55em;
		letter-spacing: 0em;
		padding-left: 5px;
	}
}

/*=====================================================
   MODULE
=====================================================*/
.bg-whiteSmoke { background-color: #f6f6f6; }
/*-------- module1: Agreement 同意事項 ----------*/
.noticesBox a { color: #333; border-bottom: 1px solid #333; padding-left: 2px; }
.noticesBox h3 { font-size: 1.2em; font-weight: normal; padding-top: 5px; }
/*-------- 連結圖案 ----------*/
i.targeBlank {	display: inline-block;	background: url(https://cardtest.esunbank.com.tw/EsunCreditweb/images/apycrd21/form/icon_link_external.png);	width: 15px;	height: 15px;	margin: 0 5px -2px 5px;
}
.noticesBox.comfirm .arrowDown { display: none; } /*確認頁不顯示*/
.noticesBox ul ul { list-style: none; }
@media screen and (max-width: 768px) {
	.noticesBox h3 { line-height: 24px; }	
}
/* 嵌入頁面 */
.iframe ul { color: #333; font-size: 14px; list-style: none; margin: 5px 10px 0 10px; }
.iframe ul.cjk { text-align: justify; margin: 5px 10px 0 35px; }
.iframe ul li { margin: 0 0 5px 0; word-break: break-all; }
.iframe ul li ul { margin: 5px 0; padding: 0; }
.iframe ul h4 { color: #009d99; font-size: 15px; margin: 15px 0; }
.iframe ul li a { color: #009d99; text-decoration: none; } 
.iframe .ps { color: #e4007f; }
/* 收合圖示 */
.noticesBox .arrowDown { float: right; display: inline-block; width: 43px; height: 43px; background: url(https://cardtest.esunbank.com.tw/EsunCreditweb/images/apycrd21/form/arrowDown.png) no-repeat center; margin: -10px -10px 0 0; }
.noticesBox .arrowDown:hover { background: url(https://cardtest.esunbank.com.tw/EsunCreditweb/images/apycrd21/form/arrowDownHover.png) no-repeat center; }
.rotated { -webkit-transform: rotate(180deg); transform: rotate(180deg); }
/**/

.infoTable { border-spacing: 0; border-collapse: collapse; border: 1px solid #a3e4e3; margin: 10px 0;  }
.infoTable.bg-color { background: #fff; }
.infoTable td { border-top: 1px solid #a3e4e3; padding: 5px 10px; }
.infoTable .TDitem { width: 20%; border-right: 1px solid #a3e4e3; }
.infoTable .TDtitle { display: none; }
.infoTable td ul.square { list-style-type: none; }
@media screen and (max-width: 640px) {
	.scrollHeight { max-height: 150px; overflow: auto; }
	.hasInfoTable { margin-left: 0; }
	.infoTable, .infoTable td, .infoTable .TDitem { border: none; }
	.infoTable.bg-color { background: none; }
	.infoTable td { padding: 0; margin: 0; }
	.infoTable .TDitem { display: none; }
	.infoTable .TDtitle { display: block; margin: 5px 0; }
	.infoTable .TDtitle:before { content: url(https://cardtest.esunbank.com.tw/EsunCreditweb/images/apycrd21/form/TDtitleBefore.png); width: 9px; height: 14px; }
	.infoTable td ul.square { list-style-type: decimal; list-style-position: outside; }
	.hasInfoTable > li { padding:  10px 0 0 0; margin-left: 0; list-style-position: inside; }
}