@charset "utf-8";
html{
	/*scroll-behavior: smooth;*/
}
body{
	padding: 0;
	font-family: "Microsoft JhengHei", Arial;
	font-size: 16px;
	overflow-x: hidden;
	margin: 0 auto;
	width: 100%;
}
/*******首頁加外框*********/
body{
	background: #f7f7f7;
}
.block_view{
	width:100%;
	height: 100%;
	background-color: rgba(0,0,0,0.55);
	position: fixed;
	z-index: 20;
	top: 0px;
	left: 0px;
}
.lefts{
	float: left;
}
.rights{
	float: right;
}
.clears{
	clear:both;
}
img{
	border:none;
}


.headerLink {
	margin-top: 20px;
	min-width: 15%;
}

header{
	background: #fbd86a;
	padding: 15px 0;
	position: fixed;
    width: 100%;
    top: 0;
    left: 0;
	z-index: 3!important;
}
main{
/*	padding: 20px 0 60px;*/
	min-height: 600px;
}

.homeContent{
	background: #fff;
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	padding: 20px 30px;
	margin-bottom: 60px;
}

.headerLink > *{
	display: inline-block;
}

/*menu*/
.homeMenuBar .sm-blue > li> a,.homeMenu .hotkeys,.homeMenu .hotkeys a{
    color: #231815;
	text-shadow: none;
}
.menuBar{
    width: 72%;
    display: inline-block;
    vertical-align: bottom;
    margin-top: 20px;
}
#main-menu > li a span {
    display: none;
}
#menu2 {
	position: relative;
	width: 100%;
}
.icon_font {
	display: none;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 15px;
	padding-right: 58px;
	background: #3092c0;
}
.nav {
	list-style: none;
 	*zoom: 1;
}
.nav:before, .nav:after {
	content: " ";
	display: table;
}
.nav:after {
	clear: both;
}
.nav ul {
	list-style: none;
	width: 9em;
}
.nav a {
	color: #fff;
}
.nav li {
	position: relative;
}
.nav > li {
    float: left;
    width: calc( 100% / 3 - 60px );
    text-align: center;
    margin: 0px 20px 0px 30px;
}
.nav > li > .parent {
}
.nav > li > a {
	display: block;
}
.nav li ul {
	position: absolute;
	left: -9999px;
	margin-top: -4px;
}
.nav > li.hover > ul {
	left: 0;
}
.nav li li.hover ul {
	left: 100%;
	top: 0;
}
.nav li li a {
	display: block;
	background: #0d4365;
	position: relative;
	z-index: 100;
	border-bottom: 1px solid #fff;
	padding: 10px 15px;
}
.nav li li li a {
	background: #0f4e76;
	z-index: 200;
	border-bottom: 1px solid #fff;
}
.nav li ul ul {
	margin-top: 0;
}
.toggleMenu {
	display: none;
}
.sm-blue a img{
	padding-right:5px;
	vertical-align: text-bottom;
}
.img_size {
	max-width: 980px;
	max-height: 435px;
}
.sm-blue > li > a{
	position:relative
}
.sm-blue{
	
}
.sm-blue:before {
    top: -7px;
	bottom: inherit;
}
.sm-blue ul a:before{
	
}

.padmenu{
	display: none!important;
}
.mobileMenu{
	display: none;
	color: #4b89fe;
}
.rightarrowclass {
    position: absolute;
    top: 12px;
    right: 8px;
}

/*end menu*/


/*search*/
.search input::placeholder {
  color: #5e5e5e;
}
.search,.searchArea{
	position: relative;
}
.search input{
	height: 40px;
    border: none;
    margin-right: 0;
    background: #fff;
    padding: 5px 10px;
    color: #000;
}
.search a.btn-search{
	position: absolute;
    right: 12px;
    top: 8px;
}
.search a img{
	vertical-align: bottom;
}
.search ::placeholder {
  	color: red;
}

.searchArea{
	width: 27%;
    display: inline-block;
    vertical-align: bottom;
}
/*end search*/

.word a{
	background: rgba(255,255,255,0.6);
    border-radius: 3px;
    color: #000;
    width: 27px;
    height: 27px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 27px;
}
.word a.active,.word a:hover{
	background: rgba(255,255,255,1);
	text-decoration: none;
	font-weight: bold;
}
#fss{
	font-size: 15px;
}
#fsl{
	font-size: 17px;
}

.certificateLogin a {
    padding-right: 5px;
}

.certificateLogin a{
	color: #000;
}
.certificateLogin span{
	font-size: 14px;
}
.certificateLogin img{
	vertical-align: middle;
	width: 25px;
	height: 25px;

}

#marquee{
	height: 34px;
    overflow: hidden;
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
#marquee a{
	color: #000;
}
#marquer ul,#marquee li{
	list-style: none;
}
#marquee ul li{
	float: left;
    line-height: 34px;
	margin: 0 10px;
}
.marqueeArea{
	background: #fff;
	border-radius: 5px;
	padding: 3px 10px;
	margin: 0 0 8px 0;
}

.root{
	margin-bottom: 25px;
	padding-top: 10px;
}
.root a{
	color: #000;
	font-size: 14px;
}



/*fatfooter*/
#footer_frame {
	width: 100%;
	text-align: center;
	position: relative;
}
#footer_frame_open_close {
    display: inline-block;
    padding: 15px 0 15px;
    color: #000;
    font-weight: bold;
    font-size: 18px;
}
#footer_frame_1 ul,#footer_frame_1 li{
	padding: 0;
	margin: 0;
}
#footer_frame_1 ul {
	overflow: hidden;
}
#footer_frame_1 > ul {
	margin: 0 0 30px;
}
#footer_frame_1 > ul > li {
	float: left;
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
    list-style-type: none;
    width: calc(100%/3);
    box-sizing: border-box;
    text-align: center;
}
#footer_frame_1 > ul > li >a{
    padding: 5px 0;
    display: block;
	font-size: 20px;
	padding-bottom: 15px;
}
#footer_frame_1 ul li ul li {
	color: #656565;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    overflow: hidden;
    text-align: left;
    margin-right: 5%;
    float: left;
    width: 45%;
}
#footer_frame_1 ul li a {
	color: #000000;
    text-align: left;
    text-decoration: none;
}
#footer_frame_1>ul>li>a {
	
}
#footer_frame_1 ul li ul li a {
	color: #000;
}
#footer_frame_1 ul li ul li a:before{
	padding-right: 1px
}
#footer_frame_1 ul li ul li a:hover {
	text-decoration:underline
}
#footer_1 {
	padding: 14px 0;
}
#footer_three_block {
	float: left;
	margin-left: 4px;
}
#footer_three_block a {
	color: #ffffff;
}
#footer_info {
	float: left;
	margin-left: 1%;
	color: #ffffff;
	font-size: 14px;
	line-height: 20px;
}
#accessibility {
	float: right;
}
/*end fatfooter*/

/*footer*/
footer{
	background: #e0e0e0;
}
footer a,footer a:hover{
	color: #000;
}
.footer .container{
	border-top:1px solid #333333;
	padding: 30px 0;
}
.address{
	padding:10px 0;    
	line-height: 25px;
}
.people a{
	margin-bottom: 10px;
	display: block;
}
/*footer*/


.m-search,.m-searchArea{
	display: none;
}
.m-header{
	display: inline-block;
}


/*index*/
.index-picArea{
	background: url(../newImages/bg-yellow.jpg) repeat-x;
    background-size: 100% 50%;
	margin-bottom: 20px;
}
.index-pic{
	background: #fff;
    box-shadow: 3px 4px 8px 1px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 20px 30px 0;
	text-align: center;
}
.index-pic h2{
	padding: 20px 0;
	font-weight: bold;
}
.index-picArea img{
	width: 80%;
}
.index-pic .search{
	width: 50%;
    margin: 0 auto 20px;
}
.index-pic .search input{
	border: 2px solid #adadad;
	border-radius: 5px;
}
.indexBox > a{
	background: #fff;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 15px;
	width: calc((100% - 80px)/ 4);
	float: left;
	margin: 0 10px 20px;
	color: #000;
	border:2px solid #fff;
	min-height: 205px;
}
.indexBox > a:hover{
	text-decoration: none;
}
.indexBox > a.indexBoxYellow:hover{
	border:2px solid #fbd86a;
}
.indexBox > a.indexBoxGreen:hover{
	border:2px solid #65e2a6;
}
.indexBox > a.indexBoxBlue:hover{
	border:2px solid #84bcfe;
}
/*
.indexBox > a:nth-child(4n){
	margin-right: 0;
}
.indexBox > a:nth-child(4n+1){
	margin-left: 0;
}
*/
.indexBox .indexBoxTitle{
	font-weight: bold;
    font-size: 20px;
    padding-bottom: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align:center
}
.indexBoxTitle span{
	padding-bottom: 10px;
	margin-right: 5px;
}
.indexBoxYellow .indexBoxTitle span{
	border-bottom: 2px solid #fbd86a;
}
.indexBoxGreen .indexBoxTitle span{
	border-bottom: 2px solid #65e2a6;
}
.indexBoxBlue .indexBoxTitle span{
	border-bottom: 2px solid #84bcfe;
}
.indexBox img{
	width: 50%;
	text-align: right;
}
.indexBoxContent{
	margin-bottom: 10px;
	height: 45px;
    overflow-y: hidden;
    display:none;
}

.indexBoxContent ~.text-right {
    text-align: center;
}

.linkArea{
	background: #fff;
	padding: 30px 0;
}
.linkArea .container{
	display: flex;
  	flex-wrap: wrap;
	justify-content: space-between;
}
.linkArea a{
	width: calc(100% / 6.2);
    display: flex;
    justify-content: center;
    align-items: center;
	text-align: center;
	color: #000;
	font-weight: bold;
	border-radius: 5px;
	height: 70px;	 
	font-size: 18px;
}
.linkArea a:hover{
	box-shadow: 3px 4px 8px 1px rgba(0, 0, 0, 0.15);
	border:2px solid #fbd86a;
	text-decoration: none;
}
/*end index*/


/*step*/
.form-steps {
   display: block;
   width: 100%;
   position: relative;
   margin: 20px 0;
   text-align: center;
}
.form-steps:after {
  content: "";
  display: table;
  clear: both;
}
.stepItem {
  padding: 0 20px;
  position: relative;
  display: inline-block;
}
.stepContent {
  display: inline-block;
  vertical-align: top;
}
.stepContent a{
	text-decoration: none;
	color: #1c2021;
}
.stepNumber {
  background: #fff;
  color: #1c2021;
  display: block;
  border-radius: 100%;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 25px;
  margin: 0 auto 0 auto;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  z-index: 1;
  border: 2px solid #fbd86a;
}
.stepText {
	width: 75px;
	display: block;
	padding-top: 7px;
	font-size: 15px;
}
.stepLine {
    display: inline-block;
    height: 2px;
    width: 100%;
    background: #fbd86a;
    float: left;
    position: absolute;
    left: -50%;
    top: 15px;
    z-index: 0;
}
.stepItemActive .stepNumber {
  background: #d43f3a;
  color: #ffffff;
}
.stepItemActive .stepLine {
  background: #d43f3a;
}
.stepItemCompleted .stepText {
  font-weight: bold;
}
.stepItemCompleted .stepNumber {
  background: #fbd86a;
  color: #000;
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center center;
}
.stepItemCompleted .stepLine {
  background: #fbd86a;
}
.steps-title{
	font-size: 22px;
	font-weight: bold;
}
/*end step*/


/*****首頁加外框結束******/
.lefts{
	float: left;
}
.rights{
	float: right;
}
.clears{
	clear:both;
}

input,select,textarea{
    padding: 5px;
    font-size: 14px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #a7a7a7;
    width: 100%;
	margin: 0 0 8px 0;
}

label{
	padding-top:6px;
}

input[type=radio]:not(old){
    width: 5px;
    margin: 3px;
    padding: 0;
    opacity: 0;
    height: 1px;
	display: none;
}
input[type=radio]:not(old) + label{
  	display: inline-block;
    margin-left: 0;
    padding-left: 25px;
    background: url(../newImages/radio.png) no-repeat left 7px;
    margin-right: 20px;
    margin-bottom: 8px;
}
input[type=radio]:not(old):checked + label{
  	background: url(../newImages/radio_c.png) no-repeat left 7px;
}

input[type=checkbox]:not(old){
    width: 5px;
    margin: 3px;
    padding: 0;
    opacity: 0;
    height: 1px;
	display: none;
}
input[type=checkbox]:not(old) + label{
  display: inline-block;
  margin-left: 0;
  padding-left: 25px;
  background: url(../newImages/check.png) no-repeat left 7px;
  margin-right: 20px;
  margin-bottom: 8px;
}
input[type=checkbox]:not(old):checked + label{
  background: url(../newImages/check_c.png) no-repeat left 7px;
}

textarea {
  resize : none;
}

.fieldBox{
	letter-spacing: -4px;
	word-spacing: -4px; 
	font-size: 0;
	width: 100%;
	padding: 0 15px;
}
.fieldBox *{
  font-size: 16px;
  letter-spacing: normal;
  word-spacing: normal;
}

.leftArea,.rightArea{
	display: inline-block;
	vertical-align: top;
}
.leftArea{
	width: 165px;
	text-align: right;
	padding-top: 6px;
	padding-right: 10px;
	position: relative;
	margin-bottom: 20px;
	font-weight: bold;
}

.rightArea{
	width: calc(100% - 200px);
	padding-left: 10px;
	margin-bottom: 12px;
}

.fieldArea .leftArea{
	width: 140px;
	text-align: right;
	padding-top: 6px;
	padding-right: 10px;
	position: relative;
	margin-bottom: 20px;
	font-weight: bold;
}
.fieldArea .rightArea{
	width: calc(100% - 145px);
	padding-left: 10px;
	margin-bottom: 12px;
}

.inline{
	display: inline-block;
	vertical-align: top;
	*display: inline;
	zoom:1;
	margin-right: 5px;
}

.field-description{
	font-size: 14px;
	display: block;
	margin-top: -5px;
}
.input-xmini{
	width: calc( 10% - 6px );
}
.input-mini{
	width: 10%;
}
.input-small{
	width: 25%;
}
.input-medium{
	width: 40%;
}
.input-large{
	width: 80%;
}
.input-full{
	width: 100%;
}

.required:after{
	content: "*";
	position: absolute;
	right: 0;
	top: 6px;
	color: #D0021B;
	font-size: 18px;
}

.paragraphText{
	margin: 0 0 20px;
}

.fieldBox * .block,.block{
	display: block;
}
.box{
	padding: 5px 10px;
    background: #fef7e1;
    border-radius: 5px;
}
.box button {
    padding: 0;
    font-size: 16px;
    cursor: pointer;
    color: #D0021B;
    background: none;
    border: none;
    vertical-align: middle;
    display: block;
    font-weight: 600;
    text-decoration: underline;
}
.box button img{
    margin: 0 5px;
}
.fieldBox-title{
	font-size: 28px;
    font-weight: 600;
    border-bottom: 1px solid #bababa;
    padding: 20px 0;
    margin-bottom: 25px;
    text-align: center;
}
.subtitle{
	background: #FBD86A;
    padding: 10px 15px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 20px;
	width: calc(100% + 30px);
    margin: 10px -15px 20px;
}
.subtitle .stitle{
	font-size: 20px;
	margin-bottom: 10px;
}
.newOne{
	display: block!important;
}

/* .AddNew,.newOne button{
	background: none;
    cursor: pointer;
    vertical-align: text-bottom;
    border-radius: 20px;
    padding: 3px 8px;
	border:none;
} */
.AddNew{
    border: 1px solid #FBD86A;
	font-size: 14px;
	margin-top: -5px;
	margin-bottom: 10px;
	/*0506*/
	
    background: transparent;
    border-radius: 10px;
	
	/*0506*/
}
.AddNew img{
	padding-right: 5px;
}
/* .newOne button{
	position: absolute;
    right: 10px;
    top: 10px;
    font-weight: bold;
    font-size: 20px;
} */


.fieldArea{
	padding: 12px 20px;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 20px;
    background: #fef7e1;
	position: relative;
}

.file-upload {
	position: relative;
    overflow: hidden;
    text-transform: uppercase;
    box-shadow: none !important;
    color: #000;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
	
	background: #fff;
    border: 3px solid #FBD86A;
    font-weight: 600;
    border-radius: 30px;
    font-size: 16px;
    padding: 3px 25px !important;
	
}
.file-upload:hover{
    background: #FBD86A;
}
.file-upload input.upload {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}
.fileuploadurl{
	display: inline-block;
    border: none;
    vertical-align: top;
    background: none;
    box-shadow: none;
    width: 220px;
}
.fileuploadurl::placeholder ,.date-picker input::placeholder {
  color: #000;
}


.datepicker th{
	text-align: center;
}
.date button img.btn-calendar{
	vertical-align: top;
}
.date-picker{
	color: #333;
    border-radius: 5px;
/*     border: 1px solid #a7a7a7; */
/*     height: 35px; */
	margin: 0 0 8px 0;
	background: #fff;
}
.div.date-picker >input~span.warningFieldFont {
	position: relative;
	margin-top: -5px;
}

.input-group-btn{
	width: 30px;
}
.date-picker input{
	width: calc(100% - 50px);
	border:none;
}
.date-picker button{
	background: none;
    border: none;
    padding: 5px 10px;
}
.newOne .date button{
	position: relative;
	top: 0;
	right: 0;
}
.redFont{
	color: #D0021B;
}
.mb8{
	margin-bottom: 8px;
}
.mb20{
	margin-bottom: 20px;
}
.mb30{
	margin-bottom: 30px;
}
.mb80{
	margin-bottom: 80px;
}
.mt0{
	margin-top: 0;
}
.mt8{
	margin-top: 8px;
}
.w100{
	width: 100px;
}
.button{
	margin: 20px 0;
}
.btn-sendOut{
	background: #FBD86A;
    color: #000;
    font-weight: 600;
    border-radius: 30px;
    font-size: 18px;
    padding: 5px 30px;
    min-width: 200px;
}
.btn-printMail{
	background: none;
    font-size: 16px;
    text-decoration: underline;
    vertical-align: text-top;
    margin: 0 15px;
}
.btn-same{
	background: #fff;
    border: 3px solid #FBD86A;
    color: #000;
    font-weight: 600;
    border-radius: 30px;
    font-size: 16px;
    padding: 3px 25px;
}
.full-selection > div{
	margin-bottom: 15px;
}
.bg-lightYellow{
	background: #fef7e1;
}
.fwb{
	font-weight: bold;
}
.singleColumn{
	position: relative;
}
.singleColumn button{
	position: relative;
    top: 0;
    left: 0;
}
.btn-quantity{
    border-radius: 5px;
    background: #fff;
    border: 1px solid #a7a7a7;
	height: 35px;
	margin-bottom: 8px;
}
.btn-quantity > *{
	display: inline-block;
}
.btn-quantity > button{
	background: none;
	border:none;
	font-size: 24px;
    vertical-align: top;
	line-height: 26px;
    padding-bottom: 7px;
	width: 35px;
}
.btn-quantity > button.btn-less{
	border-right:1px solid #a7a7a7;
}
.btn-quantity > button.btn-plus{
	border-left:1px solid #a7a7a7;
}
.btn-quantity > input{
	border: none;
	width: calc(100% - 80px);
}
.noStyleBox{
	background: none;
	padding: 0;
	border-radius: 0;
}

.fieldArea .btn-quantity >button {
    position: relative;
    top: -1px;
    left: inherit;
    right: inherit;
    bottom: 1px;
    border-radius: 0px;
    background: none;
    font-size: 24px;
    vertical-align: top;
    line-height: 24px;
    padding-bottom: 7px;
    width: 35px;
}
.inbox_left{
	width: 170px;
    text-align: right;
    padding-right: 10px;
    position: relative;
    margin-bottom: 20px;
    font-weight: bold;
}
.inbox_right{
    padding-left: 0px;
    margin-bottom: 12px;
    width: calc( 100% - 200px );
}
.inbox_outer{
	width: 100%;
	position: relative;
}
.inbox_right >.box button {
    position: relative;
	
    right: 8px;
    top: 0px;
    font-size: 16px;
}

.icon-download,.icon-download:hover{
	color: #333;
}
.icon-download img{
	vertical-align: middle;
}

.bg-subtotal{
	padding: 20px 0 5px;
    display: inline-block;
    background: #f7f7f7;
    position: relative;
    letter-spacing: -4px;
    word-spacing: -4px;
	border-top:2px solid #fbd86a;
	border-bottom:2px solid #fbd86a;
	width: 100%;
}
.bg-total{
	padding: 20px 0 5px;
    display: inline-block;
    background: #fef7e2;
    position: relative;
    letter-spacing: -4px;
    word-spacing: -4px;
	border-bottom:2px solid #fbd86a;
	width: 100%;
}
.inbox_right >button {
    
    position: relative;
	
    right: 8px;
    top: 0px;
    font-size: 16px;
}
/* DivTable */
.divTable{
	display: table;
	width: 100%;
	border-radius: 30px;
	border: 2px solid #969696;
	margin-bottom: 30px;
}
.divTableRow {
	display: table-row;
}
.Heading *{
	padding: 30px 0px;
	text-align: center;
	border-bottom: 2px solid #969696;
    font-size: 20px!important;
	font-weight: bold!important;
    white-space: nowrap;
}
.divTableCell{
	border: none;
	display: table-cell;
	padding: 30px 10px;
	border-bottom: 2px solid #969696;
    vertical-align: middle;
}
.divTableHead {
	border: none;
	display: table-cell;
	padding: 30px 10px;
	border-bottom: 2px solid #969696;
    vertical-align: middle;
}
.divTableRow:last-child >.divTableCell{
	border: none;
}
/* .divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
} */
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}
div.no_LRbdr >div >.divTableRow:nth-child(odd) {
    background-color: #eee;
    padding: 10px 0px;
}
.bg_ddd{
    background-color: #ddd!important;
}
.no_bdrs{
	border-radius: 0px;
}
.no_LRbdr{
	border-left: 0px;
	border-right: 0px;
}
.no_bd{
	border: 0px;
}
.no_bdrsbdbg{
}
nav.no_bdrsbdbg >ul >li * {
    background-color: transparent!important;
    border: none;
    border-radius: 0px!important;
    color: #ccc!important;
}
li.page-item.active span {
    color: #333!important;
}
li:last-child> a.page-link, li:first-child> a.page-link {
    color: #333!important;
}
/* .pre_page{
    color: #333;}
.next_page{
    color: #333;
} */
.btn-disable{
	background: #ccc;
    border: 3px solid #ccc;
    color: #303030;
    font-weight: 600;
    border-radius: 30px;
    font-size: 16px;
    padding: 3px 25px;
}
.w_80{
	width: 80px;
}
.group_bg{
	background-color: #f6f6f6;
}
.subitem_title{
	    padding-bottom: 20px;
    font-weight: 700;
    background-color: #eee;
    border-radius: 5px;
    padding: 10px;
	margin-bottom: 20px;
}
button.delbtn{
    position: absolute;
    background: none;
    border: none;
    font-size: 20px;
    top: 10px;
    right: 10px;
}

.singleColumn >button.delbtn {
    position: relative;
    right: 0px;
    top: 0px;
}
.warningField{
	border:1px solid #D0021B!important;
}

.warningFieldFont{
	color: #D0021B;
	font-size: 14px;
	display: block;
}
.warningFieldFont i{
	margin-right: 5px;
}


/******申辦服務分類******/
.tab_obox{
	width: 100%;
    border-bottom: 2px solid #fbd86a;
}
#myTab.nav-tabs {
    /*border-bottom: 2px solid #fbd86a;
    padding-left: 13.5%;
    padding-right: 13.5%;*/
	
    width: 930px;
    margin: 0 auto;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    border: 0px;
}
.type_view{
	font-size: 24px!important;
	line-height: 80px;
    padding: 0px 5px;
	font-weight: bold;
	border: 0px;
}
.type_view.active >a{
	background-color: #FBD86A!important;
    padding: 20px 65px;
	font-weight: bold;
	color: #000!important;
	border: 0px;
}
.type_view >a{
	background-color: #FEF7E2!important;
    border-radius: 4px 4px 0 0;
    padding: 20px 65px;
	font-weight: bold;
	color: #000;
}
.nav>li>a{
	padding: 19.5px 65px;
	border: 0px;
	}
.tab-content{
	padding: 40px 20px;
    background-color: #F7F7F7;
    overflow: hidden;
    width: 1140px;
    margin: 0 auto;
}

.content_box{
    border-radius: 10px;
	background-color: #fff;
    width: calc( 100% / 4 - 9px );
    float: left;
    padding: 20px 15px;
    font-size: 20px;
    font-weight: bold;
    box-shadow: 1px 2px 8px #dedede;
    height: 126px;
    margin-right: 12px;
    margin-bottom: 25px;
}
.content_box:nth-child(5n-1) {
    margin-right: 0px;
}
.content_box:hover, .content_box:focus{
	border: 2px solid #fbd86a;
	cursor: pointer;
}
.box_itemname{
	border-bottom: 2px solid #fbd86a;
	color: #000;
    padding-bottom: 5px;
}
.box_itemnumber{
	color: #000;
}
.contbox_description{
	font-size: 16px;
	padding-top: 15px;
}

/****送件流程*****/
.step_outer{
	clear: both;
    margin: 0px auto;
    padding: 20px 0px;
    box-sizing: border-box;
    display: table;
    text-align: center;
	
}
.step_box{
	width: 100px;
	float: left;
    position: relative;
	text-align: center;
}
.step_circle{
	border-radius: 50%;
	width: 34px;
	height: 34px;
	line-height: 28px;
	text-align: center;
	color: #000;
	font-weight: bold;
	border: 2px solid #FBD86A;
    margin: 10px auto;
    background: #fff;
}
.step_box >.step_circle::after{
	width: 33px;
	height: 2px;
	background-color: #FBD86A;
	display: block;
	content: "";
	position: absolute;
	top: 25px;
	right: 0;
	z-index: 0;
}
.step_box >.step_circle::before{
	width: 33px;
	height: 2px;
	background-color: #FBD86A;
	display: block;
	content: "";
	position: absolute;
	top: 25px;
	left: 0;
	z-index: 0;
}
.step_hilight{
	background-color: #FBD86A;
}
.step_box:first-child >.step_circle::before{
	background-color: #fff;
	height: 2px;
	opacity: 0;
}
.step_box:last-child >.step_circle::after{
	background-color: #fff;
	height: 2px;
	opacity: 0;
}
.flow_title{
	border-bottom: 1px solid #ccc;
	clear: both;
	color: #000;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
	padding: 60px 0px 30px  0px;
	width: 100%;
}

.nobg{
	background-color: transparent;
	border: 3px solid #FBD86A;
	margin-left: 30px;
}
.nopd{
	padding: 0px!important;
}
.terms_text{
	line-height: 28px;
	margin-bottom: 30px;
}
.ft_bold{
	font-weight: bold;
}
.feedback_link{
	color: #000;
	font-weight: bold;
	margin-top: 20px;
    display: block;
	text-decoration: underline;
}
.home_sprate{
	font-size: 32px;
	margin-bottom: 32px;
    color: #000;
    clear: both;
}
.home_wbg{
	margin-top: -20px;
	background-color: #fff;
	overflow: hidden;
	padding-top: 20px;
}
.signbg{
	width: 650px;
	margin: 0 auto;
}
.signbg >div a{
	text-decoration: underline;
	color: #000;
	font-weight: bold;
}
.sch_tbout{
	border: 0px;
	border-radius: 10px;
	overflow: hidden;
}
.divTable.sch_tbout >.divTableBody >.divTableRow >.divTableCell {
    border: none;
	 padding: 25px 10px;
}

.divTable.sch_tbout >.divTableBody >.divTableRow:nth-child(even){
    background-color: #fff;
}
.divTable.sch_tbout >.divTableBody >.divTableRow:nth-child(odd){
    background-color: #FEF7E1;
}

.search_listbg{
	background-color: #FBD86A!important;
}
.divTable.sch_tbout >.divTableBody >.Heading >.divTableCell{
    padding: 20px 10px!important;
}
.btn_bd_small {
    background: #Fff;
    color: #000;
    font-weight: 600;
    border-radius: 30px;
    font-size: 16px;
    padding: 0px 6px;
    float: left;
    border: 3px solid #fbd86a;
    margin-right: 5px;
    margin-bottom: 5px;
}
.wbg{
	background-color: transparent;
}

/******黃底色標題 白底色內容區塊*************/
.yw_box_outer{
	box-sizing: border-box;
	float: left;
	margin-right: 20px;
	margin-bottom: 25px;
	overflow: hidden;
	width: 48%;
}
.yw_box{
	
	border-radius: 10px;
	background-color: #fff;
	box-sizing: border-box;
	width: 100%;
	margin-right: 20px;
	margin-bottom: 25px;
	overflow: hidden;
}
.yw_boxtitle{
	color: #000;
	background-color: #FBD86A;
	font-size: 24px;
	padding: 10px 20px;
	font-weight: bold;
    margin-bottom: 20px;
}
.yw_box ul{
	list-style: none;
	margin: 0px;
	padding: 0px 20px;
}
.yw_box ul li{
	list-style: none;
	font-size: 20px;
	font-weight: bold;
}
.yw_box ul li >ul li{
	list-style: none;
	font-size: 16px;
    line-height: 24px;
	padding: 0px 0px 20px 0px;
}

.yw_box ol {
	margin: 0px 20px;
	padding: 10px 20px 20px 20px;
    line-height: 24px;
}
.yw_box ol li{
	list-style: inherit;
	font-size: 16px;
    line-height: 24px;
}

.yw_box ul li >ol li{
	font-size: 16px;
    line-height: 24px;
	list-style: inherit;
}
.yw_box ol li >ul li{
	font-size: 16px;
    line-height: 24px;
}

.pc_hide{
	display: none!important;
}
h2.ft_bold{
	clear: both;
    margin: 30px 0px;
}

.table_center{
	display: table;
	margin: 0 auto;
	padding: 10px 20px;
}
.bdrs_10{
	border-radius: 10px;
}
.ct_service{
	background-color: #fff;
	border-radius: 10px;
	text-align: left;
	word-break: keep-all;
	padding: 20px;
	display: table;
	margin: 0 auto;
}
.bg_deepyl {
    background-color: #FBD86A!important;
}
.tb_cell{
	display: table-cell!important;
}
hr{
	margin-top: 0px;
	clear: both;
}
.lince_login{
	width: 50%;
	margin: 0 auto;
	padding: 10px;
}
input.btn.btn-sendOut {
   background: #FBD86A;
    color: #000;
    font-weight: 600;
    border-radius: 30px;
    font-size: 18px;
    padding: 5px 30px;
    width: 200px;
    /* max-width: 100%;
    min-width: 200px; */
    margin-bottom: 10px;
    margin-left: 20px;
}

input.btn.btn-sendOut.nobg {
    background-color: transparent;
    border: 3px solid #FBD86A;
    margin-left: 30px;
	margin-bottom: 10px;
}
input.btn.btn-printMail {
    width: 200px;
    /* max-width: 100%;
    min-width: 200px; */
    margin: 0px 0px 0px 20px;
    margin-bottom: 10px;
    vertical-align: inherit;
}

/***日曆****/
.cal_divTable{
	display: table;
	width: 100%;
    border-radius: 8px;
    overflow: hidden;
    border: 1.5px solid #999;
	margin-bottom: 20px;
}
.cal_divTableRow {
	display: table-row;
}
.cal_divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.cal_divTableCell, .cal_divTableHead {
	border: 1px solid #999999;
	display: table-cell;
	padding: 3px 10px;
	height: 90px;
	max-height: auto;
    word-break: break-word;
    width: calc( 100% / 7 );
	
}
.cal_divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.cal_divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.cal_divTableBody {
	display: table-row-group;
}
.cal_reserved{
	width: 100%;
	background-color: transparent;
    display: block;
	padding: 5px;
	margin:2px 0px 5px 0px;
	text-align: center;
}
.cal_empty{
	width: 100%;
	background-color: #FBD86A;
	border-radius: 8px;
    display: block;
	padding: 5px;
	margin:2px 0px 5px 0px;
	text-align: center;
}
.cal_empty a:link, .cal_empty a:visited{
	color: inherit;
	text-decoration: none;
}
.cal_empty a:hover{
	color: #inherit;
	text-decoration: none;
}
.cal_empty:hover{
	background-color: #fef7e1;
	text-decoration: none;
	cursor: pointer;
}
.cal_week{
	text-align: center;
	background-color: #eaeaea;
    vertical-align: middle;
    height: 50px;
}
.cal_date{
	width: 100%;
	text-align: left;
	padding: 3px;
}
.open_reservation{
	
}
.cal_unit{
	font-size: 20px;
	font-weight: bold;
    margin-bottom: 20px;
    display: block;
    float: left;
}
.cal_month{
	font-size: 20px;
	margin-left: 20px;
	margin-right: 20px;
	font-weight: bold;
}
.cal_prve{
	margin-right: 20px;
}
.cal_next, .cal_prve{
	font-size: 20px;
	font-weight: bold;
}
.week_dsplay{
	display: none;
}
/***日曆結束**/

.gotobottom{
	display: none;
}

.gototop{
	display: none;
}

/**申辦項目列表標題 20210203 By Tony**/
.applyListTitle {
	color: #333 !important;
	text-decoration: underline;
}
/**申辦項目列表標題 20210203 By Tony**/

/**申辦項目搜尋結果標題 20210203 ByTony **/
.font_s {
	font-size: 15px!important;
    border-bottom: none;
}
/**申辦項目搜尋結果標題 20210203 ByTony **/

/**申辦項目說明換行 20190704 By Dave**/
.preWrap {
	white-space:pre-wrap;
}
/**申辦項目說明換行 20190704 By Dave**/


/*201907*/
.m-qrcode{
	background: #fff;
	border-radius: 10px;
	display: inline-block;
	padding: 10px;
	box-shadow: 1px 2px 1px #318688;
	margin: 30px 0 20px;
	border: 1px solid #9cd9da;
}
.m-qrcode img{
	max-width: 200px;
	width: 100%;
}
.leftDescription{
	display: inline-block;
	vertical-align: top;
	margin: 0 20px;
}
.rightDescription{
	padding-left: 20px;
	margin: 20px 0;
	display: inline-block;
	vertical-align: top;
	text-align: left
}
.borderBlue{
	border-left: 5px solid #31708f;
}
.mpkifield{
	width: inherit;
    margin: 0;
    margin-right: 10px;
}
.fz20{
	font-size: 20px;
}
.appDownload {
	/*
	margin-bottom: 20px;
	border-bottom: 1px solid #a6e1ec;
    padding-bottom: 20px;
    */
}
.appDownload > div{
	display: inline-block;
	vertical-align: top;
	margin: 0 20px;
}
.appDownload .m-qrcode img{
	max-width: 200px;
	width: 100%;
}
.downloadPic img{
	max-width: 150px;
	width: 100%;
}
.p20{
	padding: 20px 0;
}
.ml0{
	margin-left: 0;
}



#cd-timeline {
  position: relative;
}
#cd-timeline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #d7e4ed;
}
.cd-timeline-content ol{
	margin: 0;
}
.cd-timeline-content img{
	width: 100%;
	margin: 10px 0;
}
.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}
.cd-timeline-block::after {
  clear: both;
  content: "";
  display: table;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}


.cd-timeline-img {
	background: #318688;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #ffffff, inset 0 1px 0 rgba(0, 0, 0, 0.08), 0 3px 0 2px rgba(0, 0, 0, 0.05);
}
.cd-timeline-img div {
  	color: #fff;
    font-size:24px;
    text-align: center;
    top: 50%;
    position: relative;
    margin-top: -18px;
}

.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  background: #fff;
  border-radius: 0.25em;
  padding: 1em;
  box-shadow: 0 3px 0 #d7e4ed;
  border: 1px solid #d7e4ed;
}

.cd-timeline-content .timeline-title {
  color: #318688;
	font-weight: bold;
    font-size: 20px;
    text-decoration: underline;
    margin-bottom: 10px;
}

.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid #d7e4ed;
}

.trashPic{
	font-size: 30px;
    padding: 0 10px;
    vertical-align: text-bottom;
}

.login_two{
	width: 50%;
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
}

.login_two_title{
	font-size: 22px;
    margin: 0 20px 30px;
    padding: 5px;
    background: #fff3bf;
    border-radius: 10px;
}

.certificate_box3{
	font-size: 18px;
}

.certificate_box3_content{
	min-height:80px;
	padding: 0 10px;
}
.certificate_box3 .login_two_title{
	margin: 0 0 30px 0;
}

.certificate_box3 button{
	margin: 30px 0 0 0;
}

.red_c72a2a,.red_c72a2a:hover{
	color: #c72a2a;
}

.blue_337ab7{
	color: #337ab7;
}

.underline{
	text-decoration:underline
}

.btn-reset{
	background: #31708f;
    color: #fff;
    font-weight: 600;
    border-radius: 30px;
    font-size: 16px;
    padding: 3px 30px;
    min-width: 200px;
	display: block;
}

.btn-reset:hover{
    color: #fff;
}

.home{
	margin-top: 160px!important;
}
/*end 201907*/

.history_btn{
	display: none;
}
.history_switch{
}
.divTableBody >.history_btn:nth-child(odd){
	background-color: #fff;
}
.history_wbg{
	background-color: #fff!important;
}
.open_block{
	display: none;
}
		
@media (max-width: 1200px) and (min-width: 990px){
	.yw_box_outer {
	    box-sizing: border-box;
	    float: left;
	    margin-right: 20px;
	    margin-bottom: 25px;
	    overflow: hidden;
	    width: calc( 970px / 2 - 60px);
	}
}

.indexBox > a.n_content{
 min-height: inherit; 
}


.mpkifield {
    width: auto;
}
.bg-lightBlue{
        background: #fff;
}
/*202002*/
.btn-used{
	background: #fbd86a;
    color: #000;
    border-radius: 30px;
    padding: 5px 30px;
    font-size: 18px;
    font-weight: 600;
	margin-bottom: 20px;
}

.usedMenu a{
	color: #000;
	padding: 0 10px;
}

.usedTitle{
	font-size: 20px;
	font-weight: bold;
	text-decoration: underline;
}

.usedList img{
	width: 25px;
	margin-left: 5px;
}

.usedList a{
	vertical-align: middle;
}

.usedListArea{
	margin: 10px 0;
}
.usedList{
	padding: 10px;
	width: calc(50% - 10px);
	float: left;
	margin: 0 5px 10px;
	background: #fff;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    color: #000;
    border: 2px solid #fff;
}

.usedList:hover {
    border: 2px solid #fbd86a;
}

.usedList:nth-child(odd){
	clear:both
}

.usedList > *{
	display: inline-block;
	font-size: 18px;
	vertical-align: top;
}

.usedList > div{
	width: calc(100% - 70px);
}

.usedSave{
/*    padding: 5px 0;*/
}
.usedSave > p{
	text-decoration: underline;
    padding: 10px 0 0;
    margin: 0 0 5px;
}
.usedSave input{
	margin: 0;
}

.pt0{
	padding-top: 0;
}

.usedMenu{
	background: #e2ecfb!important;
}



.tab_used .nav > li {
    width: calc( 100% / 6 - 3px );
    margin: 0px 0px;
}
.tab_used .nav>li>a,.tab_used .type_view.active >a{
    padding: 15px 5px;
}
.tab_used .type_view {
    font-size: 18px!important;
}


.m0 {
   margin: 0!important;
}

.mb5 {
   margin-bottom: 5px!important;
}
.mt0 {
   margin-top: 0!important;
}


/*202005*/
.sitemap .indexBox a{
	text-align: center;
}

.sitemap .indexBox > a {
    min-height:inherit; 
	line-height: 130px;
}
.sitemap .indexBoxTitle span {
    font-size: 22px;
}
/*end 202005*/

/*20200513 量化數據*/
.data_graph {
    margin-bottom: 30px;
    text-align: center;
}
.data_graph > div {
    display: inline-block;
    text-align: center;
    margin: 0 5%;
}
.data_number {
    color: #1d3f59;
    font-size: 48px;
    font-weight: bold;
    border-bottom: 2px solid #fbd86a;
    padding: 10px;
    margin-bottom: 10px;
}
.data_number span {
    font-size: 20px;
}

.overlay{
	position: fixed;
    left: 0;
    top: 0;
	z-index: 0
}
.explanation{
	color: #0088ff;
	font-size: 20px;
}
.explanation:hover,.explanation:active,.explanation:focus{
	text-decoration: none;
}
.explanation img{
	vertical-align: text-bottom;
	margin-right: 5px;
}
.explanation_up {
    display: none;
    overflow: auto;
	position: absolute;
    z-index: 1;
    right: 0;
    background: #fff;
    border: 2px solid #fbd86a;
    border-radius: 5px;
    padding: 10px 20px 10px 15px;
    width: 300px;
    top: 40px;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
}
.login_two {
    position: relative;
}
.explanation_up .close{
	position: absolute;
    top: 8px;
    right: 8px;
    opacity: 1;
    font-weight: initial;
}

/*end 量化數據*/

/*1208新增 start*/
.info-text, .info-text * {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
/*1208新增 end*/

.serviceDescription {
	white-space:pre-line
}

/*20240122新增 start*/
.flex-box {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.yw_boxtitle2 {
    color: #000;
    background-color: #FBD86A;
    font-size: 24px;
    padding: 10px 20px;
    font-weight: bold;
    margin-bottom: 20px;
	border-radius: 10px;
	text-align: center;
}
.yw_boxtitle2 a {
    color: #000;
    font-size: 24px;
}
.yw_boxtitle2~ul li > ul li {
    list-style: none;
    font-size: 20px;
    line-height: 24px;
    padding: 0px 0px 20px 0px;
    width: calc(100% / 3);
    float: left;
	text-align: center;
}
.yw_boxtitle2~ul li > ul li a {
	font-size: 20px;
	color: #333;
}
/*20240122新增 end*/