@charset "utf-8";

/* 附加字型 START */
@import 'fontawesome.css';
/* 附加字型 END */

body {
	font:Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color:#5a5a5a;
	letter-spacing:1px;
}
img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.partLink a:link{
	color:#0000C6;	
}
.partLink a:hover{
	color:#980a0a;	
}
a:link, a:visited, a:active {
	color:#5A5A5A;
	text-decoration:none;
}
a:hover {
	color:#980a0a;
	text-decoration:underline;
}
.txtColorBlack {
	color:#000;
}
.txtColorGray {
	color:#b2b2b2;
}
.txtColorBlue{
	color:#129dca;
}
.txtColorBlue2{
	color:#0080b2;
}
.txtColorOrange{
	color:#ff6600;
	font-size:13px;
	font-weight:bold;
}
.txtColorGreen{
	color:#cfe46a;
	font-size:13px;
	font-weight:bold;
}
.txtColorGameNews{
	color:#19a04e;
	font-size:13px;
	font-weight:bold;
}
.marginLeftRight20px{
	margin-right:20px;
	margin-left:20px;
}
.marginLeftRight10px{
	margin-right:10px;
	margin-left:10px;
}

.paddingTop40px{
	 padding-top:40px;
}
.paddingBottom30px{
	padding-bottom:30px;
}

.marginTop10px{
	margin-top:10px;
}
.paddingLeft25px {
	padding-left:25px;
}
.paddingLeft30px {
	padding-left:30px;
}
.paddingLeftRight20px{
	padding-right:20px;
	padding-left:20px;
}
.txtFromWidth20px{
	width:20px;
}
.dottedLine{
	background:url(../images/dottedLine.gif) repeat-x;
	background-position:center;
	height:20px;
}
#preloader {
    background-image: url(../images/leftMenuHover.jpg);
	width: 0px;
	height: 0px;
	display: inline;
}
.formBtn{
	background:url(../images/btn.gif) repeat-x;
	height:34px;
	border-radius:5px;
	font-size:14px;
	color:#FFF;
	letter-spacing:1px;
	border:1px solid #000;
}
.formBtn1{
	background:url(../images/btn.gif) repeat-x;
	height:30px;
	border-radius:5px;
	font-size:14px;
	color:#FFF;
	letter-spacing:1px;
	border:1px solid #000;
}
.formBtnHover{
	background:url(../images/btn_o.gif) repeat-x;
	border-radius:5px;
	height:34px;
	font-size:14px;
	color:#FFF;
	letter-spacing:1px;
	border:1px solid #000;
}
.formBtn2{
	background:url(../images/btn.gif) repeat-x;
	background-position:0 -6px;
	border-radius:5px;
	height:25px;
	font-size:12px;
	color:#FFF;
	letter-spacing:1px;
	border:1px solid #000;
}
.formBtnHover2{
	background:url(../images/btn_o.gif) repeat-x;
	background-position:0 -6px;
	border-radius:9%;
	height:25px;
	font-size:12px;
	color:#FFF;
	letter-spacing:1px;
	border:1px solid #000;
}
/*top區*/
.topLogoBG {
	height:81px;
	background-image: url(../images/topLogo_bg.gif);
	background-repeat: repeat-x;
}
.topLogoBG2 {
	height:81px;
	background-image: url(../images/topLogo_bg2.gif);
	background-repeat: repeat-x;
}

.topText {
	/* padding-top:40px; */
	font-size:12px;
	text-align:right;
	background-image: url(../images/topLogo2.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
/*中間背景*/
.mainBG {
	background-image: url(../images/mainbg.gif);
	background-position: center top;
	background-repeat: repeat-x;
}
/*左邊menu區*/
.leftMenu {
	width:181px;
	height:525px;
	vertical-align:top;
	background-image: url(../images/leftmenu_bg.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.menu {
	font-size:13px;
	color:#fff;
	height:39px;
	line-height:39px;
	padding-left:13px;
	vertical-align:central;
}
.menuHover {
	background:url(../images/leftMenuHover.jpg) no-repeat;
	font-size:13px;
	color:#265b82;
	height:39px;
	line-height:39px;
	padding-left:13px;
	text-decoration:none;
}
/*主內容區*/
.mainContent {
	height:525px;
	background-color:#FFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DBDBDB;
}
.mainContentStepBG{
	background:url(../images/mainStepBG.jpg) repeat-x;
}
.mainContentShadowBG{
	background:url(../images/mainShadowBG.jpg) repeat-x;
}
.mainStepTitleTXT{
	font-size:15px;
	color:#2b6088;
	font-weight:bold;
}
.mainContentTXT{
	font-size:13px;
	height:50px;
}
.tdGray{
	background-color:#f3f0ec;
	color:#5a5a5a;
	font-size:13px;
	height:40px;
	padding-left:30px;
}
.tdGray3{
	background-color:#f3f0ec;
	color:#5a5a5a;
	font-size:13px;
	height:30px;
	padding-left:30px;
}
.tdGray4{
	background-color:#f3f0ec;
	color:#5a5a5a;
	font-size:13px;
	height:30px;
	padding-left:20px;	
	padding-top:5px;	
	padding-bottom:5px;
}
.tdGray5{
	background-color:#f3f0ec;
	color:#5a5a5a;
	font-size:13px;
	height:40px;
	padding-left:5px;	
}
.tdWhite{
	background-color:#fff;
	color:#5a5a5a;
	font-size:13px;
	height:40px;
	padding-left:30px;
}
.tdWhite1{
	background-color:#fff;
	color:#5a5a5a;
	font-size:13px;
	height:40px;
	padding-left:5px;
}
.tdWhite2{
	background-color:#fff;
	color:#5a5a5a;
	font-size:13px;
	height:40px;
	line-height:25px;
}
.tdWhite3{
	background-color:#fff;
	color:#5a5a5a;
	font-size:13px;
	height:30px;
	padding-left:30px;
}
.tdWhite4{
	background-color:#fff;
	color:#5a5a5a;
	font-size:13px;
	height:25px;
	padding-left:30px;
}
.tdWhite5{
	background-color:#fff;
	color:#5a5a5a;
	font-size:13px;
	height:25px;
	padding-left:20px;
	padding-top:5px;	
	padding-bottom:5px;
}
.tdWhite6{
	background-color:#fff;
	color:#5a5a5a;
	font-size:13px;
	height:20px;
	padding-left:5px;
	padding-top:0px;	
	padding-bottom:0px;
}
.tdGrayS{
	background-color:#f3f0ec;
	color:#5a5a5a;
	font-size:12px;
	height:25px;
	padding-left:30px;
	line-height:20px;
}
.tdWhiteS{
	background-color:#fff;
	color:#5a5a5a;
	font-size:12px;
	height:25px;
	padding-left:30px;
	line-height:20px;
}
.tdGrayNews{
	background-color:#f3f0ec;
	color:#5a5a5a;
	font-size:14px;
	height:25px;
	padding-left:30px;
	line-height:20px;
}
.tdWhiteNews{
	background-color:#fff;
	color:#5a5a5a;
	font-size:14px;
	height:25px;
	padding-left:30px;
	line-height:20px;
}

.tdSP1{
 background:url(../images/tdSP1.gif) repeat-x;
 height:50px;
 color:#2c2c2c;
 font-size:13px;
 padding-left:10px;
 padding-right:10px;
 line-height:20px;
 border-top:#faf0d8 1px solid;
 border-bottom:#faf0d8 1px solid;
}
.tdSP1 a{
 color:#373737;
}
.tdSP1 a:hover{
 color:#d36f1a;
}
.tdSP2{
 background:url(../images/tdSP2.gif) repeat-x;
 height:50px;
 color:#2c2c2c;
 font-size:13px;
 padding-left:10px;
 padding-right:10px;
 line-height:20px;
 border-top:#edf4f6 1px solid;
 border-bottom:#edf4f6 1px solid;
}
.tdSP2 a{
 color:#373737;
}
.tdSP2 a:hover{
 color:#176882;
}
.tdSP3{
 height:50px;
 color:#2c2c2c;
 font-size:13px;
 padding-left:10px;
 padding-right:10px;
 line-height:20px;
 border-top:#faf0d8 1px solid;
 border-bottom:#faf0d8 1px solid;
}
.progressDrak{
	height:31px;
	text-align:center;
	color:#666;
	padding-top:10px;
	padding-bottom:10px;
	border: 1px solid #d8d8d8;
	background-color: #f4f4f4;
	background-image: url(../images/subTitleBGgray.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.progressHighLight{
	height:31px;
	text-align:center;
	color:#fff;
	padding-top:10px;
	padding-bottom:10px;
	border: 1px solid #d8d8d8;
	background-color: #61a6c0;
	background-image: url(../images/subTitleBG.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
/*表格內還有表格的子表格*/
.subTableTitle{
	background:url(../images/subTitleBG.gif) repeat-x;
	height:30px;
	font-size:10pz;
	color:#FFF;
	text-align:center;
}
.subTableTitle1{
	background:url(../images/subTitleBG.gif) repeat-x;
	height:31px;
	font-size:11pz;
	color:#FFF;
	text-align:center;
}
.subTableTitle2{
	background:url(../images/subTitleBG.gif) repeat-x;
	height:31px;
	font-size:13pz;
	color:#FFF;
	text-align:left;
}
.subTableTD{
	background-color:#ebfbe4;
	text-align:center;
	font-size:12px;
	color:#000;
	height:30px;	
}
.subTableTD1{
	background-color:#ebfbe4;
	text-align:left;
	font-size:12px;
	color:#000;
	height:30px;	
}
.subTableTD2{
	background-color:#f5e8c5;
	text-align:center;
	font-size:12px;
	color:#000;
	height:30px;
}
.subTableTD3{
	background-color:#CCEEFF;
	text-align:center;
	font-size:12px;
	color:#000;
	height:30px;
}
.subTableTD4{
	background-color:#FFFFBB;
	text-align:center;
	font-size:12px;
	color:#000;
	height:30px;
}
.subTableTD5{
	background-color:#ebfbe4;
	text-align:center;
	margin-top: 0px;
	margin-right: 2px;
	margin-left: 2px;
	margin-bottom: 0px;
	font-size:12px;
	color:#000;
	height:30px;	
}
.subTableTD6{
	background-color:#ebfbe4;
	text-align:left;
	font-size:12px;
	color:#000;
	height:40px;
	padding-left:10px;
}
.subTableTD7{
	background-color:#DBDEDC;
	text-align:center;
	font-size:12px;
	color:#000;
	height:30px;	
}

.cashTotalTXT{
	color:#F00;
	font-size:24px;
	font-weight:bold;
}
.boldRedTXT{
	color:#F00;
	font-size:20px;
	font-weight:bold;
}
.boldBlackTXT{
	color:#191919;
	font-size:20px;
	font-weight:bold;
}
/*流程圖背景*/
.chartBG{
	background:url(../images/chartMAPbg.jpg) repeat-x;
	text-align:center;
}
.chartTXT{
	background-color:#7198b4;
	font-size:12px;
	color:#FFF;
	padding-left:20px;
	padding-bottom:20px;
}
/*最新消息內文*/
.newsContent{
	margin-top:10px;
	margin-bottom:10px;
	border-top:3px #2b6088 solid;
	border-bottom:3px #2b6088 solid;
	padding:15px;
	color:#000;
	background-color:#f5e8c5;
}
/*copyright*/
.copyright {
	height:50px;
	font-size:12px;
	color:#ffffff;
	background-color: #2599c0;
	background-image: url(../images/copyrightBG.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.copyrightBg {
	width: 1060px;
	height: 74px;
	font-size: 11.5px;
	background-image: url(../images/copyrightBG2.gif);
	background-repeat: repeat-x;
}
.copyrightBgEN {
	height:74px;
	font-size:12px;
	background-image: url(../images/copyrightBG2EN.gif);
	background-repeat: repeat-x;
}
.hotlineName{
	color:#464646;
}
.hotlinePhone{
	color:#7b7b7b;
}
a.copyrightTXT:link, a.copyrightTXT:visited, a.copyrightTXT:active {
	color:#FFF;
	text-decoration:underline;
	font-size:12px;
}
a.copyrightTXT:hover {
	color:#75a1c2;
	text-decoration:underline;
}
a.highlightOrange:link, a.highlightOrange:visited, a.highlightOrange:active {
	color:#F90;
	text-decoration:none;
}
a.highlightOrange:hover {
	color:#000;
	text-decoration:underline;
}
/*分頁設定*/
.pageSet{
	margin-right:60px;
}
a.pageSelect:link,a.pageSelect:visited,a.pageSelect:active {
	letter-spacing:1px;
	margin-left:5px;
	margin-right:5px;
	display:inline-block;
}
a.pageSelect:hover{
	color:#ff6600;
}
.pageNumber{
	letter-spacing:1px;
	margin-left:5px;
	margin-right:5px;
	color:#ff6600;
}
.pageNumberMenu{
	background-color:#ff6600;
	color:#FFF;
}

/*法規資訊iframe裡之css*/
.tdGray2{
	background-color:#f3f0ec;
	color:#5a5a5a;
	font-size:13px;
}
.ruleContent{
	font-size:18px;
	letter-spacing:2px;
	line-height:25px;
}
.txt_level1{
	padding-left:0px;
	color:#000000;
	font-weight:bold;
}
/*查詢結果列表使用*/
.h_TrMouseOver {
	color: white;
	background-color: #4682B4;
	cursor: hand;
	text-align:center;
	font-size:12px;
	height:30px;
	
}

.h_TableTd1 {
	background-color: #ebfbe4;	
	text-align:center;
	font-size:12px;
	color:#000;
	height:30px;
}

.txt_level2{
	padding-left:20px;
}

.txt_level3{
	padding-left:60px;
}

.txt_level4{
}

.subtitle01 {
	font-size: 13px;
	color: #900;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #903;
	padding-left: 10px;
	padding-top: 5px;
	line-height: 24px;
}

.subtitle01_1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #900;
}
.numbers{
}

.msg-box {
	width: 100%;
	margin: auto;
	padding: 5px 10px;
	font-size: 75%;
	text-align: center;
	color: #222;
	border: 1px solid #f0c36d;
	background-color: #f9edbe;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.ui-widget-header {
	border: 1px solid #0066FF;
	background: #0066FF;
}
.ui-dialog { font-size: 14px; }
.hide {
  display: none !important;
}
.show {
  display: block !important;
}

/* 附加 CSS START*/
div.mamualItem, span.mamualItem {
	display: -ms-flexbox; 
	display: -webkit-flex;
}
div.manualCount {
	width: 25px;
}
div.manualTxt {
	max-width: 770px;
}
/* 作業流程說明 START */
.arrowStepMain {
	width: 100%;
	max-width: 800px;
}
.arrowStepMain .inner {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-top: 5px;
}
.arrowStepMain .inner_container {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.arrowStepMain .inner_container .tag {
  width: 130px;
  height: 46px;
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  line-height: 23px;
  position: relative;
  background-size: 130px 46px;
}
.arrowStepMain .inner_container .tag .tagTxt {
	width: auto;
	height: 40px;
    line-height: 40px;
	font-size: 16px;
	cursor: default;
	color: inherit;
    overflow: hidden;
    position: absolute;
	transition: height 0.1s ease-out; 
	bottom: 3px;
}
.arrowStepMain .inner_container .tag:hover .tagTxt {
	height: 0;
}
.arrowStepMain .inner_container .tag:nth-child(1) {
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url("../images/welcome/t3.png");
  
}
.arrowStepMain .inner_container .tag:nth-child(2) {
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url("../images/welcome/t1.png");
}
.arrowStepMain .inner_container .tag:nth-child(3) {
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url("../images/welcome/t4.png");
}
.arrowStepMain .inner_container .tag:nth-child(4) {
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url("../images/welcome/t2.png");
}
.arrowStepMain .inner_container .tag:nth-child(5) {
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url("../images/welcome/t6.png");
}
.arrowStepMain .inner_container .tag:nth-child(6) {
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url("../images/welcome/t5.png");
}

/* number mark START */
.number_container {
	counter-reset: number;	
}
.number_container .number {
	counter-increment: number;
    width: 22px;
    height: 22px; 
    border-radius: 50%;
    color: #e7e7e7;
    background: #171717;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Cabin', sans-serif; 
}

.number_container .tag:nth-child(n) .number:after {
	content: counter(number);
}

.arrowStepMain .inner_container .tag .tagNum {
	height: 0;
	width: 35px;
	line-height: 36px;
    overflow: hidden;
    transition: height 0.1s ease-out;
	position: absolute;
    font-size: 35px;
    background: none;
    color: #e7e7e7;
    top: 3px;
}
.arrowStepMain .inner_container .tagTxt.tagTxt_fold {
    color: inherit;
    overflow: hidden;
    transition: height 0.1s ease-out;
    position: absolute;
	word-wrap: break-word;
    width: 80px;
    height: 42px;
    line-height: 22px;
}
.arrowStepMain .inner_container .tag:hover .tagNum {
	height: 35px;
	border: 3px solid #e7e7e7;
} 

.arrowStepMain .inner_container .tag:hover .tagTxt_fold {
	height: 0;
}

/* number mark END */

/* 作業流程說明 END */

/* Collapse按鈕 START */
td[id^="stepOne_td_"] {
	transition: height 0.5s;
}
div[id^="stepOne_div_"] {
	overflow: hidden;
	opacity: 1;
	transition: opacity 0.5s, height 0.5s;
	margin-top: 5px;
} 
.closed div[id^="stepOne_div_"] {
	opacity: 0;
	margin-top: 0px;
}
a[id^="stepOne_expandBtn_"]::after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f077";
}
.closed a[id^="stepOne_expandBtn_"]::after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f078";
}
span[id^="stepOne_colon_"]::after {
	content: '：';	
}
.closed span[id^="stepOne_colon_"]::after {
	content: '...';		
}
/* Collapse按鈕 END */

.hiddenArea {
	height: 0;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.3s, opacity 0.3s, height 0.3s;
	margin-top: 20px;
}
.revealedArea {
    opacity: 1;
    visibility: visible; 
    transition: visibility 0.3s, opacity 0.3s, height 0.3s;
	margin-top: 20px;
	overflow: hidden;
}
.div_input {
	position: absolute; 
	display: flex;
}
.div_input div[id^="inputTxt"] {
	margin-left: 5px;
}
.div_input .input_textbox{
	margin-left: 3px; 
}


/* 步驟三打勾 START */
.checkmark_container {
  border: 2px solid #5cb85c;
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  border-radius: 50%;
  width: 25px;
  height: auto;
  margin-bottom: -5px;
}
.checkmark_container.inactive {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.checkmark_container.active {
  opacity: 1;
  visibility: visible;
  height: 25px;
  transition: opacity 300ms ease-out, visibility 300ms ease-out, height 300ms ease-out;
}
.checkmark_container.active:hover {
  background: #5cb85c;
  transition: background 300ms ease-out;
}
.checkmark {
  display: none;
}
.checkmark.draw:after {
  animation-duration: 1800ms;
  animation-timing-function: ease-out;
  animation-name: checkmark;
  transform: scaleX(-1) rotate(135deg);
}
.checkmark:after {
  opacity: 1;
  height: 15px;
  width: 7.5px;
  transform-origin: left top;
  border-right: 2px solid #5cb85c;
  border-top: 2px solid #5cb85c;
  content: '';
  left: 3px;
  top: 13px;
  position: absolute;
}
.checkmark_container.active:hover .checkmark:after {
  border-right: 2.5px solid #fff;
  border-top: 2.5px solid #fff;
}
@keyframes checkmark {
	0% {
		height: 0;
		width: 0;
		opacity: 1;
	}
  20% {
    height: 0px;
    width: 7.5px;
    opacity: 1;
  }
  40% {
    height: 15px;
    width: 7.5px;
    opacity: 1;
  }
  100% {
    height: 15px;
    width: 7.5px;
    opacity: 1;
  }
}
/* 步驟三打勾 END */

/* 步驟三打勾-大 START */
.bigger_checkmark_container {
  border: 2px solid #5cb85c;
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  border-radius: 50%;
  width: 100px;
  height: auto;
  margin-bottom: -5px;
}
.bigger_checkmark_container.inactive {
  opacity: 0;
  visibility: hidden;
}
.bigger_checkmark_container.active {
  opacity: 1;
  visibility: visible;
  height: 100px;
  transition: opacity 300ms ease-out, visibility 300ms ease-out, height 300ms ease-out;
}
.bigger_checkmark_container.active .checkmark.draw:after {
  animation-duration: 800ms;
  animation-timing-function: ease-out;
  animation-name: bigger_checkmark;
  transform: scaleX(-1) rotate(135deg);
}
.bigger_checkmark_container.active .checkmark:after {
  opacity: 1;
  height: 45px;
  width: 20px;
  transform-origin: left top;
  border-right: 3px solid #5cb85c;
  border-top: 3px solid #5cb85c;
  content: '';
  left: 28px;
  top: 52px;
  position: absolute;
}
@keyframes bigger_checkmark {
  0% {
	height: 0;
	width: 0;
	opacity: 1;
  }
  20% {
    height: 0px;
    width: 20px;
    opacity: 1;
  }
  60% {
    height: px;
    width: 20px;
    opacity: 1;
  }
  100% {
    height: 45px;
    width: 20px;
    opacity: 1;
  }
}
.nextTxt {
  width: 105px;
  text-align: center;  	
}
.nextTxt.inactive {
  opacity: 0;
  visibility: hidden;
}
.nextTxt.active {
  opacity: 1;
  visibility: visible;
  transition: opacity 300ms ease-out, visibility 300ms ease-out;
}
/* 步驟三打勾-大 END */

/* 附加 CSS END*/

