@charset "big5";
/*loading*/
.loading{
    z-index: 9999;
    top: 0;
    left: 0;
	position:fixed;
    width: 100%;
    height: 100%;
	min-height:100%;
    filter: alpha(opacity=50);
    background:url(/mobile/simg/loading.gif) no-repeat center center;
}
/*頁面最大標題*/
.pageTitle{
	font-size:100%;
	padding:0 0 0 5px;
	margin:0 auto;
	
	background: #aebcbf;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FlYmNiZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzZlNzc3NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzBhMGUwYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwYTA4MDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #aebcbf 0%, #6e7774 50%, #0a0e0a 51%, #0a0809 100%);	
	background: -webkit-linear-gradient(top,  #aebcbf 0%,#6e7774 50%,#0a0e0a 51%,#0a0809 100%); 
	background: -ms-linear-gradient(top,  #aebcbf 0%,#6e7774 50%,#0a0e0a 51%,#0a0809 100%); 
	background: linear-gradient(to bottom,  #aebcbf 0%,#6e7774 50%,#0a0e0a 51%,#0a0809 100%);	
	background:#717171 url(/mobile/simg/pageTitleBg.jpg) left bottom repeat-x \9;
}
.pageTitle .pageTitleBox{
	font:700 160%/1.4 "微軟正黑體","Microsoft JhengHei",Arial,sans-serif;
	color:#333;
	display:block;
	margin:0 auto;
	padding:8px;	
	background: #f2f2f2;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%); 
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f2f2f2 100%);
	background:#fff url(/mobile/simg/pageTitleBoxBg.jpg) left bottom repeat-x;
}
.pageTitle .pageTitleBox .ezoneTitle{
	display:inline-block;
	width:103px;
	height:24px;
	background:url(/mobile/simg/ezoneTitle.png) left top no-repeat;
	background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
}
/*灰線框共用標題*/
.commonTitle{
	width:98%;
	margin:0 auto 16px;
	padding-top:15px;
	
	display:block;	
	font-size:100%;
}
.commonTitle .titleBox{
	border-radius:20px;
	font:bold 130%/1.6 "微軟正黑體","Microsoft JhengHei",Arial,sans-serif;
	color:#333;
	padding:4px 20px 4px 15px;
	border:1px solid #e3e3e3;
	letter-spacing:2px;	
	*padding:4px 20px 0 15px;	
}

@media screen and (min-width: 320px) and (max-width: 900px) {
    .commonTitle .titleBox {
        background-color: #f7f7f7;
    }	
}
/*頁面第3級標題*/
.level3Title{
	margin:0 auto 5px;
	display:block;
	font:700 116%/1.2 "微軟正黑體","Microsoft JhengHei",Arial,sans-serif;
	color:#333;
	text-align:left;
}
.level3Title .level3TitleIcon {
    display:block;
    width:5px;
    height:18px;
    margin-right:3px;
    float:left;
    background-color:#c6c6c6;
    padding:0;
}
.level3Title .level3TitleIcon u{
    display:block;
    width:100%;
    height:9px;
    margin:0 auto;
    background-color:#df0000;
    padding:0;
}
/*表單元件*/
input[type=text],
input[type=number],
input[type=tel],
input[type=password]{
	border:1px solid #ccc;
	padding:0.8em;	
	color:#333;
	font:normal 110%/1.2 "微軟正黑體","Microsoft JhengHei",Arial,sans-serif;
	margin:5px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	display:inline-block;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
select{
	border:1px solid #ccc;
	margin:5px;
	padding:1em 1.4em 1em 1em;	
	color:#333;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-webkit-appearance:none;
	
	background:#fff url(/mobile/simg/selectBg.png) right center no-repeat;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

::-webkit-input-placeholder{color:#333;}
::-moz-placeholder{color:#333;}
input[placeholder]:-moz-placeholder{color:#333;}
input[placeholder]:-ms-input-placeholder{color:#333;}

input[type=text]:focus,
input[type=password]:focus,
input[type=number]:focus,
select:focus{
	border:1px solid #df0000;
	outline:none;
}
input[type=radio]:focus,
input[type=checkbox]:focus{
	border:0;
	outline:none;
}
.btnBox{
	display:block;
	margin:0 auto;	
	padding:1em;
	text-align:center;
	font:normal 100%/1.4 "微軟正黑體","Microsoft JhengHei",Arial,sans-serif;
}
.clickBtn{
	dispaly:inline-block;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#df0000;
	text-align:center;
	color:#fff;
	padding:0.5em 1.5em;
	text-decoration:none;
	font:bold 120%/1.4 "微軟正黑體","Microsoft JhengHei",Arial,sans-serif;
	box-shadow:0 1px 3px #aaa;
	moz-box-shadow:0 1px 3px #aaa;
	-webkit-box-shadow:0 1px 3px #aaa;
	cursor:pointer;
}
.clickBtn:hover{
	background-color:#c40000;
	color:#fff;
}
.goHomeBtn{
	dispaly:inline-block;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#515151;
	text-align:center;
	color:#fff;
	padding:0.5em;
	text-decoration:none;
	font:bold 120%/1.4 "微軟正黑體","Microsoft JhengHei",Arial,sans-serif;
	box-shadow:0 1px 3px #aaa;
	moz-box-shadow:0 1px 3px #aaa;
	-webkit-box-shadow:0 1px 3px #aaa;
}
.goHomeBtn:hover{
	background-color:#414141;
	color:#fff;
}
/*iconBox*/
.iconBox{
	display:inline-block;
	*display:none;
	width:16px;
	height:16px;
	margin:0 2px;
	vertical-align:-2px;
}
/*密碼專區\密碼解鎖*/
.iconBox.unlock{
	background:url(/mobile/simg/com-unlock1.png) 0 0 no-repeat;
	background-size:16px 16px;
	-webkit-background-size:16px 16px;
	-moz-background-size:16px 16px;
}
/*web密碼專區*/
.iconBox.webpwd{
	background:url(/mobile/simg/com-pw1.png) 0 0 no-repeat;
	background:url(/mobile/simg/com-pw1-16.png) 0 0 no-repeat \9;
	background-size:16px 16px;
	-webkit-background-size:16px 16px;
	-moz-background-size:16px 16px;
}
.iconBox.pw-plusEAcc{
	background:url(/mobile/simg/pw-plusEAcc.png) 0 0 no-repeat;
	background:url(/mobile/simg/pw-plusEAcc-16.png) 0 0 no-repeat \9;
	background-size:16px 16px;
	-webkit-background-size:16px 16px;
	-moz-background-size:16px 16px;
}
/*web密碼專區\修改密碼*/
.iconBox.pw-change{
	background:url(/mobile/simg/pw-change.png) 0 0 no-repeat;
	background:url(/mobile/simg/pw-change-16.png) 0 0 no-repeat \9;
	background-size:16px 16px;
	-webkit-background-size:16px 16px;
	-moz-background-size:16px 16px;
}
.iconBox.pw-change1{
	background:url(/mobile/simg/pw-change1.png) 0 0 no-repeat;
	background:url(/mobile/simg/pw-change1-16.png) 0 0 no-repeat \9;
	background-size:16px 16px;
	-webkit-background-size:16px 16px;
	-moz-background-size:16px 16px;
}
/*web密碼專區\密碼解鎖*/
.iconBox.pw-unlock{
	background:url(/mobile/simg/pw-unlock.png) 0 0 no-repeat;
	background:url(/mobile/simg/pw-unlock-16.png) 0 0 no-repeat \9;
	background-size:16px 16px;
	-webkit-background-size:16px 16px;
	-moz-background-size:16px 16px;
}
.iconBox.pw-unlock1{
	background:url(/mobile/simg/pw-unlock1.png) 0 0 no-repeat;
	background:url(/mobile/simg/pw-unlock1-16.png) 0 0 no-repeat \9;
	background-size:16px 16px;
	-webkit-background-size:16px 16px;
	-moz-background-size:16px 16px;
}
/*web密碼專區\密碼補發*/
.iconBox.pw-apply{
	background:url(/mobile/simg/pw-apply.png) 0 0 no-repeat;
	background:url(/mobile/simg/pw-apply-16.png) 0 0 no-repeat \9;
	background-size:16px 16px;
	-webkit-background-size:16px 16px;
	-moz-background-size:16px 16px;
}
.iconBox.pw-apply1{
	background:url(/mobile/simg/pw-apply1.png) 0 0 no-repeat;
	background:url(/mobile/simg/pw-apply1-16.png) 0 0 no-repeat \9;
	background-size:16px 16px;
	-webkit-background-size:16px 16px;
	-moz-background-size:16px 16px;
}
.iconBox.pw-plusEAcc1{
	background:url(/mobile/simg/pw-pluseAcc1.png) 0 0 no-repeat;
	background:url(/mobile/simg/pw-pluseAcc1-16.png) 0 0 no-repeat \9;
	background-size:16px 16px;
	-webkit-background-size:16px 16px;
	-moz-background-size:16px 16px;
}
/*憑證專區*/
.iconBox.ca{
	background:url(/mobile/simg/com-ca1.png) 0 0 no-repeat;
	background:url(/mobile/simg/com-ca1-16.png) 0 0 no-repeat \9;
	background-size:16px 16px;
	-webkit-background-size:16px 16px;
	-moz-background-size:16px 16px;
}
/*憑證專區\憑證申請*/
.iconBox.ca-apply{
	background:url(/mobile/simg/com-ca2.png) 0 0 no-repeat;
	background:url(/mobile/simg/com-ca2-16.png) 0 0 no-repeat \9;
	background-size:16px 16px;
	-webkit-background-size:16px 16px;
	-moz-background-size:16px 16px;
}
/*憑證專區\憑證展延*/
.iconBox.ca-apply{
	background:url(/mobile/simg/com-ca3.png) 0 0 no-repeat;
	background:url(/mobile/simg/com-ca3-16.png) 0 0 no-repeat \9;
	background-size:16px 16px;
	-webkit-background-size:16px 16px;
	-moz-background-size:16px 16px;
}
/*憑證專區\憑證註銷*/
.iconBox.ca-erase{
	background:url(/mobile/simg/com-ca4.png) 0 0 no-repeat;
	background:url(/mobile/simg/com-ca4-16.png) 0 0 no-repeat \9;
	background-size:16px 16px;
	-webkit-background-size:16px 16px;
	-moz-background-size:16px 16px;
}
/*憑證專區\憑證查詢*/
.iconBox.ca-check{
	background:url(/mobile/simg/com-ca5.png) 0 0 no-repeat;
	background:url(/mobile/simg/com-ca5-16.png) 0 0 no-repeat \9;
	background-size:16px 16px;
	-webkit-background-size:16px 16px;
	-moz-background-size:16px 16px;
}
/*送出箭頭*/
.iconBox.arraw{
	background:url(/mobile/simg/com-arraw1.png) 0 0 no-repeat;
	background:url(/mobile/simg/com-arraw1-16.png) 0 0 no-repeat \9;
	background-size:16px 16px;
	-webkit-background-size:16px 16px;
	-moz-background-size:16px 16px;
}
/*返回箭頭*/
.iconBox.arrawBack{
	background:url(/mobile/simg/com-arraw3.png) 0 0 no-repeat;
	background:url(/mobile/simg/com-arraw3-16.png) 0 0 no-repeat \9;
	background-size:16px 16px;
	-webkit-background-size:16px 16px;
	-moz-background-size:16px 16px;
}
/*群益小提醒*/
.iconBox.care{
	background:url(/mobile/simg/com-care1.png) 0 0 no-repeat;
	background:url(/mobile/simg/com-care1-16.png) 0 0 no-repeat \9;
	background-size:16px 16px;
	-webkit-background-size:16px 16px;
	-moz-background-size:16px 16px;
}
/*ezone登入*/
.iconBox.login{
	background:url(/mobile/simg/com-login1.png) 0 0 no-repeat;
	background:url(/mobile/simg/com-login1-16.png) 0 0 no-repeat \9;
	background-size:16px 16px;
	-webkit-background-size:16px 16px;
	-moz-background-size:16px 16px;
}

/*線上開戶\設定開戶用帳號密碼*/
.iconBox.acct-open1{
	background:url(/mobile/simg/com-acc1.png) 0 0 no-repeat;
	background:url(/mobile/simg/com-acc1-16.png) 0 0 no-repeat \9;
	background-size:16px 16px;
	-webkit-background-size:16px 16px;
	-moz-background-size:16px 16px;
}
/*線上開戶\上傳文件*/
.iconBox.acct-open2{
	background:url(/mobile/simg/com-acc2.png) 0 0 no-repeat;
	background:url(/mobile/simg/com-acc2-16.png) 0 0 no-repeat \9;
	background-size:16px 16px;
	-webkit-background-size:16px 16px;
	-moz-background-size:16px 16px;
}
/*線上開戶\填寫個資*/
.iconBox.acct-open3{
	background:url(/mobile/simg/com-acc3.png) 0 0 no-repeat;
	background:url(/mobile/simg/com-acc3-16.png) 0 0 no-repeat \9;
	background-size:16px 16px;
	-webkit-background-size:16px 16px;
	-moz-background-size:16px 16px;
}
/*線上開戶\簽署同意書*/
.iconBox.acct-open4{
	background:url(/mobile/simg/com-acc4.png) 0 0 no-repeat;
	background:url(/mobile/simg/com-acc4-16.png) 0 0 no-repeat \9;
	background-size:16px 16px;
	-webkit-background-size:16px 16px;
	-moz-background-size:16px 16px;
}
/*線上開戶\完成*/
.iconBox.acct-open5{
	background:url(/mobile/simg/com-acc5.png) 0 0 no-repeat;
	background:url(/mobile/simg/com-acc5-16.png) 0 0 no-repeat \9;
	background-size:16px 16px;
	-webkit-background-size:16px 16px;
	-moz-background-size:16px 16px;
}
/*線上開戶\查詢進度*/
.iconBox.acct-open6{
	background:url(/mobile/simg/com-acc6.png) 0 0 no-repeat;
	background:url(/mobile/simg/com-acc6-16.png) 0 0 no-repeat \9;
	background-size:16px 16px;
	-webkit-background-size:16px 16px;
	-moz-background-size:16px 16px;
}
/*線上開戶\下載憑證*/
.iconBox.acct-open7{
	background:url(/mobile/simg/com-acc7.png) 0 0 no-repeat;
	background:url(/mobile/simg/com-acc7-16.png) 0 0 no-repeat \9;
	background-size:16px 16px;
	-webkit-background-size:16px 16px;
	-moz-background-size:16px 16px;
}
/*線上開戶\忘記密碼*/
.iconBox.acct-open8{
	background:url(/mobile/simg/com-acc8.png) 0 0 no-repeat;
	background:url(/mobile/simg/com-acc8-16.png) 0 0 no-repeat \9;
	background-size:16px 16px;
	-webkit-background-size:16px 16px;
	-moz-background-size:16px 16px;
}
/*線上開戶\ok狀態*/
.iconBox.acct-ok{
	background:url(/mobile/simg/com-ok1.png) 0 0 no-repeat;
	background:url(/mobile/simg/com-ok1-16.png) 0 0 no-repeat \9;
	background-size:16px 16px;
	-webkit-background-size:16px 16px;
	-moz-background-size:16px 16px;
}
/*線上開戶\預覽上傳*/
.iconBox.acc-preview{
	background:url(/mobile/simg/com-preview1.png) 0 0 no-repeat;
	background:url(/mobile/simg/com-preview1-16.png) 0 0 no-repeat \9;
	background-size:16px 16px;
	-webkit-background-size:16px 16px;
	-moz-background-size:16px 16px;
}
/*線上開戶\重傳*/
.iconBox.acc-reupload{
	background:url(/mobile/simg/com-reupload1.png) 0 0 no-repeat;
	background:url(/mobile/simg/com-reupload1-16.png) 0 0 no-repeat \9;
	background-size:16px 16px;
	-webkit-background-size:16px 16px;
	-moz-background-size:16px 16px;
}
/*麵包屑(手機看不顯示)*/
.pathList{
	list-style-type:none;	
	margin:0 auto;
	overflow:hidden;
	font-size:100%;
	padding:8px 0 8px 13px;	
}
.pathList li{
	font:normal 124%/1.4 "微軟正黑體","Microsoft JhengHei",Arial,sans-serif;
	color:#333;
	text-align:left;
	float:left;
	padding:0 4px 0 18px;
	background:url(/mobile/simg/pathBg.png) left 1px no-repeat;
}
.pathList li:first-child{
	padding:0 4px 0 0;
	background:none;
}
.pathList li a{
	color:#333;
	text-align:left;
	text-decoration:none;		
}
.pathList li a:hover{
	color:#c00;
	text-decoration:underline;		
}

/*次分頁*/
.subNav{
	display:block;
	list-style-type:none;
	overflow:hidden;
	margin:0 auto 5px;
	padding:0;
	background:url(/mobile/simg/subNavBg.gif) left bottom repeat-x;
	
}
.subNav li{
	width:auto;
	display:inline-block;
	font:normal 110%/1.4 "微軟正黑體","Microsoft JhengHei",Arial,sans-serif;
	color:#aaa;
	text-align:center;
	padding:0.5em 1em;
	border:1px solid #ccc;
	border-bottom:0;
	border-radius:5px;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
	cursor:pointer;	
	margin:auto 2px auto auto;
	background:#f6f6f6 url(/mobile/simg/subNavBg.gif) left bottom repeat-x;
	*display:inline-table;
	*width:100px;
	*float:left;
	*margin:4px 2px 0 auto;
	*padding:0.5em 1em 0.2em;
	*background:#f6f6f6;
}
.subNav li.act{
	background:#fff;
	color:#333;
	margin:auto 2px auto auto;
	*padding:0.5em 1em;
	border-top:3px solid #f00;
	font:700 110%/1.4 "微軟正黑體","Microsoft JhengHei",Arial,sans-serif;
}
.subNav li span{
	background:none;
	padding-right:0;	
}
.subNav li.act span{
	display:inline;
	background:url(/mobile/simg/subNavAct.gif) right center no-repeat;	
	padding-right:10px;
}
/*內容區塊*/
.contentBox{
	margin:0 auto 20px;
	padding:0 15px;	
	font-size:100%;
}

.reissList{
	list-style-type:none;
	margin:0 auto;
	padding:0;
}
.reissList li{
	width:100%;	
	padding:10px;
	text-align:center;
	font:normal 100%/1.6 "微軟正黑體","Microsoft JhengHei",Arial,sans-serif;
	vertical-align:top;
	letter-spacing:0;
	border-top:1px dashed #dfdfdf;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.reissList li .listItem{
	width:40%;
	font:bold 120%/1.6 "微軟正黑體","Microsoft JhengHei",Arial,sans-serif;
	color:#333;
	display:inline-block;
	text-align:right;	
}
.reissList li .listData{
	width:55%;
	font:bold 120%/1.6 "微軟正黑體","Microsoft JhengHei",Arial,sans-serif;
	color:#333;
	display:inline-block;
	text-align:left;	
}
/*客服小叮嚀*/
.careBox{
	margin:0 auto;
	padding:1em;
	/*border:1px solid #e8e8e8;*/
	background:#fff url(/mobile/simg/pageTitleBoxBg.jpg) left bottom repeat-x;
	font:bold 100%/1.4 "微軟正黑體","Microsoft JhengHei",Arial,sans-serif;	
}

.careBox .careTitle{
	font:700 130%/1.4 "微軟正黑體","Microsoft JhengHei",Arial,sans-serif;	
	color:#ff7d7d;
	/*
	background:url(/mobile/simg/com-care1.png) left top no-repeat;
	background:url(/mobile/simg/com-care1-16.png) 0 0 no-repeat \9;
	*background:url(/mobile/simg/com-care1-16.png) 0 0 no-repeat;
	background-size:16px 16px;
	-webkit-background-size:16px 16px;
	-moz-background-size:16px 16px;*/
}
.careBox p{
	font:normal 100%/1.4 "微軟正黑體","Microsoft JhengHei",Arial,sans-serif;
	color:#333;
}

/*強調字*/
.redTxt{
	color:#c00;	
}
