/*PC / ipad / mobile 共用區*/
.row {

}
.cell-xs-1, .cell-sm-1, .cell-md-1, .cell-lg-1, .cell-xs-2, .cell-sm-2, .cell-md-2, .cell-lg-2, .cell-xs-3, .cell-sm-3, .cell-md-3, .cell-lg-3, .cell-xs-4, .cell-sm-4, .cell-md-4, .cell-lg-4, .cell-xs-5, .cell-sm-5, .cell-md-5, .cell-lg-5, .cell-xs-6, .cell-sm-6, .cell-md-6, .cell-lg-6, .cell-xs-7, .cell-sm-7, .cell-md-7, .cell-lg-7, .cell-xs-8, .cell-sm-8, .cell-md-8, .cell-lg-8, .cell-xs-9, .cell-sm-9, .cell-md-9, .cell-lg-9, .cell-xs-10, .cell-sm-10, .cell-md-10, .cell-lg-10, .cell-xs-11, .cell-sm-11, .cell-md-11, .cell-lg-11, .cell-xs-12, .cell-sm-12, .cell-md-12, .cell-lg-12 {
	position: relative;
	min-height: 1px;
}
.cell-xs-1, .cell-xs-2, .cell-xs-3, .cell-xs-4, .cell-xs-5, .cell-xs-6, .cell-xs-7, .cell-xs-8, .cell-xs-9, .cell-xs-10, .cell-xs-11, .cell-xs-12 {
	float: left;
}
.cell-xs-12 {
	width: 100%;
}
.cell-xs-11 {
	width: 91.66666667%;
}
.cell-xs-10 {
	width: 83.33333333%;
}
.cell-xs-9 {
	width: 75%;
}
.cell-xs-8 {
	width: 66.66666667%;
}
.cell-xs-7 {
	width: 58.33333333%;
}
.cell-xs-6 {
	width: 50%;
}
.cell-xs-5 {
	width: 41.66666667%;
}
.cell-xs-4 {
	width: 33.33333333%;
}
.cell-xs-3 {
	width: 25%;
}
.cell-xs-2 {
	width: 16.66666667%;
}
.cell-xs-1 {
	width: 8.33333333%;
}

@media (min-width: 768px) {
	.cell-sm-1, .cell-sm-2, .cell-sm-3, .cell-sm-4, .cell-sm-5, .cell-sm-6, .cell-sm-7, .cell-sm-8, .cell-sm-9, .cell-sm-10, .cell-sm-11, .cell-sm-12 {
		float: left;
	}
	.cell-sm-12 {
		width: 100%;
	}
	.cell-sm-11 {
		width: 91.66666667%;
	}
	.cell-sm-10 {
		width: 83.33333333%;
	}
	.cell-sm-9 {
		width: 75%;
	}
	.cell-sm-8 {
		width: 66.66666667%;
	}
	.cell-sm-7 {
		width: 58.33333333%;
	}
	.cell-sm-6 {
		width: 50%;
	}
	.cell-sm-5 {
		width: 41.66666667%;
	}
	.cell-sm-4 {
		width: 33.33333333%;
	}
	.cell-sm-3 {
		width: 25%;
	}
	.cell-sm-2 {
		width: 16.66666667%;
	}
	.cell-sm-1 {
		width: 8.33333333%;
	}

}
@media (min-width: 992px) {
	.cell-md-1, .cell-md-2, .cell-md-3, .cell-md-4, .cell-md-5, .cell-md-6, .cell-md-7, .cell-md-8, .cell-md-9, .cell-md-10, .cell-md-11, .cell-md-12 {
		float: left;
	}
	.cell-md-12 {
		width: 100%;
	}
	.cell-md-11 {
		width: 91.66666667%;
	}
	.cell-md-10 {
		width: 83.33333333%;
	}
	.cell-md-9 {
		width: 75%;
	}
	.cell-md-8 {
		width: 66.66666667%;
	}
	.cell-md-7 {
		width: 58.33333333%;
	}
	.cell-md-6 {
		width: 50%;
	}
	.cell-md-5 {
		width: 41.66666667%;
	}
	.cell-md-4 {
		width: 33.33333333%;
	}
	.cell-md-3 {
		width: 25%;
	}
	.cell-md-2 {
		width: 16.66666667%;
	}
	.cell-md-1 {
		width: 8.33333333%;
	}
}
@media (min-width: 1200px) {
	.cell-lg-1, .cell-lg-2, .cell-lg-3, .cell-lg-4, .cell-lg-5, .cell-lg-6, .cell-lg-7, .cell-lg-8, .cell-lg-9, .cell-lg-10, .cell-lg-11, .cell-lg-12 {
		float: left;
	}
	.cell-lg-12 {
		width: 100%;
	}
	.cell-lg-11 {
		width: 91.66666667%;
	}
	.cell-lg-10 {
		width: 83.33333333%;
	}
	.cell-lg-9 {
		width: 75%;
	}
	.cell-lg-8 {
		width: 66.66666667%;
	}
	.cell-lg-7 {
		width: 58.33333333%;
	}
	.cell-lg-6 {
		width: 50%;
	}
	.cell-lg-5 {
		width: 41.66666667%;
	}
	.cell-lg-4 {
		width: 33.33333333%;
	}
	.cell-lg-3 {
		width: 25%;
	}
	.cell-lg-2 {
		width: 16.66666667%;
	}
	.cell-lg-1 {
		width: 8.33333333%;
	}
}
.container {
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}
@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	display: block;
	width: 100%;
	height: auto;
}
a{
	transition: all 0.5s linear;
}
.hide{
	display: none;
}
.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width: 100%;
	overflow: hidden;
}
.gobuy{text-align: center;}
.gobuy li{display: inline;margin: 0 5%;background-color:#C30000 ;padding: 1.5%;border-radius: 5px;}
.gobuy li,.gobuy li a{color: #fff;font-weight: normal;font-size:1.2em;}
.exam_message .fas{display: block;margin: 1.5% auto;}
.exam_message{text-align: center;position: fixed;right:0;bottom:40%;padding: 1%;z-index: 1000;background:#604723;border-radius: 20px 0 0 20px;}
.exam_message,.exam_message a{color:#fff;
text-decoration: none;}
.exam_message:hover{background: #307710; }
.exam_message:hover,.exam_message{transition: 0.5s;}


#BodyHeader_event #header-share a:last-child img{
	margin-bottom: 6px;
	margin-left: 2px;
}
.examination{
	width: 100%;
	float: left;
	margin: 0px 0 25px;
	background: -webkit-linear-gradient(top left, #e1af7a 0%,#40831a 100%);
	background: linear-gradient(to left, #e1af7a 0%,#40831a 100%);
}
.examination li{
	font-size: 2.2em;
	list-style:none;
	display:inline-block;
}
.examination a{
	display: block;
	color: #fff;
	margin: 0 0px;
	padding: 7px 23px;
	font-size: 1.1em;
	text-decoration: blink;
	border-right: solid 1px;
	transition: all 0.2s linear;
}
.examination a:hover{
    color: #f6c7a0;
}
.examination li:last-child a{
	border-right:none;
}
.examination-btn li{
	list-style: none;
	display: inline-block;
}
.subsidy-box{
	width: 100%;
	float: left;
	padding: 60px 0 70px;
}
.subsidy-box h1,.official-box h2,.subsidy-box h3,.srlary-main h3,.offer-box h3{
	margin: 0px 0 30px;
	font-size: 4.3em;
	color: #333;
	text-align: center;  

}
.subsidy-main li{

}
.subsidy-main a{

}
.srlary-main h3{
	color:white;
}
.salary-list{
	font-size: 1.2em;
	line-height: 30px;
	margin: 0 10px;
	background-color: white;
	height: 420px;
	border-radius: 8px;
	padding: 15px 15px 15px;
	background-color: white;
	overflow: hidden;
}
.salary-list a{
	display: inline-block;
	color: #c30000;
	font-size: 1.1em;
	line-height: 35px;
}

.srlary-title{
	font-size: 1.5em;
	line-height: 32px;
	padding: 7px 0;
	margin-bottom: 10px;
	background-color: #d6d659;
	clear: both;
	text-align: center;	

}
.state-img{
	margin: 0 12px 0;
}
.state-run:last-of-type .state-img{
	margin: 0 87px 0;
}
.more a{
	display: inline-block;
	background-color: #c30000;
	font-size: 2em;
	color: white !important;
	text-decoration: blink;
	padding: 4px 68px;
	border-radius:8px;
	margin: 30px 0 0;
	line-height: 1.4em;
}
.more a:hover{
	background-color:#2f7610;
}

.subsidy-main li{
	text-align: justify;
	font-size: 1.4em;
	line-height: 38px;
}
.subsidy-round{
	width: 155px;
	height: 155px;
	text-align: center;
	line-height: 185px;
	color: white;
	margin: auto;
	font-size: 1.8em;
	border-radius: 50%;
	background-color: #a37c46;
	position: relative;
}
.subsidy-round:before{
	content:"";
	position: absolute;
	width:48px;
	height:46px;
	background-image:url(../images/0702012-hook.png);
	left:0;
	right:0;
	top: 9px;
	margin: auto;
}
.subsidy-list{
	margin: 0 14px;
}
.subsidy-list p{
	font-size:1.1em;
	line-height:29px;
}


.examination-btn a{
	display: block;
	font-size: 2.2em;
	text-align: center;
	text-decoration: none;
	margin: 0 10px;
	
}
.interconnected{
	width:100%;
	float:left;
	margin:25px 0 70px;
}
.interconnected li{
	display:inline-block; 
}
.interconnected a{
	display: inline-block;
	font-size: 2em;
	text-decoration: blink;
	background-color: #c30000;
	color: white;
	padding: 4px 23px;
	border-radius:8px;
	margin: 5px 0;
}
.official-box h2{
	color:white;
}
.official{
	overflow: hidden;
	background-color: #2d415c;
	padding: 60px 0 70px;
}
.official-box li,.state-run li{
	font-size: 1.8rem;
	line-height: 1.6;
	color: #fff;
	text-align: justify;
}
.state-run li{
	color:#333 !important;
}
.state-run a{
	color:#c30000;
}
.official-box a{
	color: #ffca00;
	word-break: keep-all;
}
.license{
	background-color: #4d723e;
}
.offer-box{
	padding: 60px 0 70px;
}
.offer-title{
	text-align: center;
	font-size: 1.7em;
	line-height: 45px;
	margin-bottom: 15px;
	background-color: #2d415c;
	color: white;
	padding: 5px 8px;
	position: relative;
	    width: 100%;
    float: left;
}
.offer-title:after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -10px;
    right: 0;
    left: 0;
    margin: auto;
    border-style: solid;
    border-width: 12px 12px 0px 12px;
    border-color: #2d415c transparent transparent transparent;
}
.offer-title b,.offer-list a,.offer-list b {
	font-weight: bold;
	color:#c30000;
}
.offer-icon{
	width: 100%;
	height: 215px;
	background-color: #464646;
	position: relative;
	overflow: hidden;
}
.offer-icon img{
	position: absolute;
	left:0;
	right:0;
	top:0;
	margin: auto;
	width:100%;
}
.offer-list{
	font-size: 1.3em;
	line-height: 33px;
	text-align: justify;
	margin: 5px 20px;
}
.offer-list ul{
	margin-top:10px; 
	margin-left: 20px;
}
.offer-list li{
	text-align: justify;
	font-size: 0.9em;
}
.limit{
	width: 100%;
	float: left;
	font-size: 1.1em;
	margin: 65px 0 0;
}
.limit a{
	display: inline-block;
	    color: #c30000;
}
/*側邊詢問*/
#abgne_float_ad {
	display: none;
	position: absolute;
	z-index:99;
}
#abgne_float_ad .abgne_close_ad {
	display: block;
	text-align: right;
	cursor: pointer;
	font-size: 12px;
}
#abgne_float_ad a img {
	border: none;
}
div.bigDiv {
	height: 3000px;
}
#txthot{color:#fffaee;float:left;width:100%;}
#txthot h1,#txthot h2{font-size:0.9em;display:inline;}

/*RWD*/
@media screen and (min-width:768px) and (max-width:1199px){
	.hider{
		display: none;
	}
	#event {
		background-color: #fffaee;
	}
	.banner{
		margin-top: 11%;
	}
	.offer-list ul {
    margin-left: 40px;
}
.offer-title {
    margin-top: 15px;
}
	.subsidy-box h1, .official-box h2, .subsidy-box h3, .srlary-main h3, .offer-box h3 {
		font-size: 3em;
	}
	.examination {
		width: 96%;
		padding: 0 2%;
	}
	.examination a {
		font-size: 0.9em;
	}
	.subsidy-list p {
		text-align: center;
	}
	.more{
		clear:both;
		text-align: center;
	}
	.salary-list {
		font-size: 1.125em;
		margin: 0 10px 15px;
		height:455px;
	}
	.offer-list p{
		text-align: center;
	}
	.interconnected li {
    display: inline;
}
.interconnected a {
    width: 43%;
    text-align: center;
}
}
@media(max-width:767px){
	#event {
		background-color: #fffaee;
	}
	.hidden-xs {
		display: none !important;
	}
	.visible-xs-block {
    display: block !important;
  }
	.banner{
		margin-top: 16%;
	}
	.examination li {
		font-size: 1.4em;
		text-align: center;
		display: block;
	}
	.examination a {
		border-right:none;
		border-bottom: solid 1px;
	}
	.examination li:first-child{
		font-size: 1.5em;
		padding: 7px 0;
	}
	.examination li:last-child a{
		border:none;
	}
	.subsidy-box h1, .official-box h2, .subsidy-box h3, .srlary-main h3, .offer-box h3 {
		font-size: 1.7em;
		text-align: center;
	}
	.subsidy-round {
		width: 155px;
		height: 155px;
		line-height: 185px;
		font-size: 1.5em;
	}
	.salary-list {
		font-size: 1.125em;
		line-height: 30px;
		margin: 0 10px 15px;
		height: auto;
		padding: 15px 15px 45px;
		text-align: center;
	}
	.salary-list img{
		width:65% !important;
	}
	.srlary-title {
		text-align: center;
	}
	.interconnected {
		text-align: center;
	}
	.interconnected a {
		font-size: 1.5em;
		padding: 12px 23px;
		margin: 0 0 6px;
	}
	.limit {
		width: 88%;
		margin: 30px 6% 0;
	}
	.more{
		clear: both;
		text-align: center;
	}
	.official {
		padding: 47px 20px 55px;
	}
	.official-box ul,.state-box ul{
		margin-left:25px;
		    margin-top: 20px;
	}
	.official-box li, .state-run li {
		font-size: 1.125em;
	}
	.more a {
		font-size: 1.2em;
		padding: 14px 4px;
	}
	.subsidy-box {
		padding: 45px 6% 70px;
		width: 88%;
	}
	.offer-icon {
		height: 240px;
	}
	.offer-title {
    font-size: 1.1em;
    width: 95%;
    margin-top: 15px;
}
.ask{
    

}
.ask a{
	width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    
    z-index: 99;
    color: white;
    text-decoration: blink;
    font-size: 1.1em;
    line-height: 45px;
    display: block;
    text-align: center;
    background-color: #c30000;
}


}
/*PC / ipad / mobile 共用區END*/

body{
	margin:0 auto;
}
a{
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}
ul,li{
	margin: 0px;
	padding: 0px;
}
.bgcolor1{

}
.bgcolor2{

}
.bgcolor3{
}
.bgcolor4{
}
.bgcolor5{
}
.note_go{display: flex;flex-wrap: wrap;text-align: center;margin: 1rem 0;width:100%;justify-content: center;font-size: 1.5rem;font-weight: 900;}
.note_go,.note_go a{color: #A37C46;}
@media all and (min-width: 1201px){
	#BodyContent{width:100%;
		padding:0;margin:0;
	}
	#BodyContainer_event{
		width:100%;
		border: 1px solid #000;margin:0;
	}
	#BodyHeader_event_rwd{display:none;}
	#event{
		width:100%;
		font-family:"微軟正黑體", Arial;
		background-color: #fffaee;
		float: left;
	}

	#event_master,#event_sec,#event_third,#event_fourth,#event_fifth{
		margin-top:0px;
		display:inline-block;
		width:100%;
	}
	#event_master h1{  }
	#event_master h2{ font-size: 2.5em; }
	.master_link{font-size:1.7em;margin:1% 0 2% 0;}
	.go_item{font-size:2em;}

	.master_bg,.servants_bg,.sec_bg,.lic_bg,.discount_bg{width:1200px;display:inline-block;margin:0 auto;}
	.go_exam::before{content:"▼";}
	.exam_way,.servants_title,.sec_title,.lic_title,.dis_title{font-size:2em;margin:5% 0 2% 0;}
	.exam_list,.servants_list,.sec_list,.lic_list,.dis_out{
		width:75%;
		margin:0 auto;}
		.exam_list li,.servants_list li,.sec_list li,.lic_list li,.dis_out li{
			text-align: left;
			font-size:1.4em;
			line-height:1.9em;
		}
		.exam_detail{
			margin:1% 0 2% 0;}
			.exam_detail a{
				font-size: 1.6em;
				color: #09C;}
				.servants_Link,.sec_Link,.lic_Link,.bottom_link{
					width:65%;
					margin:2% auto;}
					.servants_Link li,.sec_Link li,.lic_Link li{display:inline;margin:0 2% 0 2%;
						font-size:1.4em;}
						.dis_note{text-align:center;font-size:1.4em;margin:2% 0 2% 0;}
						.bottom_link li{display:inline;margin:0 2%;font-size:1.4em;}
						/* bodyHeader */
						#BodyHeader_event,#header-share {
							width:100%;
							float:left;
						}
						#BodyHeader_event #header-share {
							line-height: 2;
							font-size: 17px;
							margin-bottom: 0px;
							margin-top: 0px;
							background-color: #FFF;
						}	
						#BodyHeader_event #header-share img {
							margin-bottom: 14px;
							margin-left: 5px;
						}

						#BodyHeader_event a {
							color: #333;
							font-size: 17px;
						}
						#BodyHeader_event a:hover {
							text-decoration: none;
							color: #666;
							position: relative;
							top: 2px;
							bottom: 2px;
						}

						/* Footer */
						#BodyFooter_rwd{
							float: left;
							width:100%;
							background-color:#FFF;
						}
						#BodyFooter_rwd a:hover{
							text-decoration: none;
						}
						#BodyFooter_rwd #footer_line {
							width: 90%;
							margin-bottom: 2%;
							margin-top: 2%;
							margin-left: 5%;
							margin-right: 5%;
							display: block;
							float: left;
							height: auto;
							text-align: center;
							border-top-width: thin;
							border-top-style: solid;
							border-top-color: #999;
						}
						#BodyFooter_rwd #footer_inline a {
							color: #000;
							font-size:15px;
						}

						#BodyFooter_rwd #footer_inline ul{
							float: left;
							padding:0;
							width:100%;
							margin-bottom: 0%;
							margin-top:3%;
						}
						#BodyFooter_rwd #footer_inline ul li{
							display: inline;
							line-height: 2.2em;
							font-size: 1.1em;
							clear: both;
							width: 100%;
							margin-right: 0.5em;
						}
						#BodyFooter_rwd #footer_inline ul li img{
							width:10%;
							height:auto;
							vertical-align: middle;
						}

						#BodyFooter_rwd #footer_address{
							margin-top: 0%;
							width: 100%;
							margin-right: auto;
							text-align: center;
							margin-left: auto;
						}
						#BodyFooter_rwd #footer_address a{
							color:#000;
						}
						#BodyFooter_rwd #footer_address ul{
							padding:0;
							margin-bottom: 1%;
							width: 100%;
							text-align: center;

						}
						#BodyFooter_rwd #footer_address ul li{	
							width: 100%;
							margin-right:0;
							float:left;
							line-height: 2em;
							text-align: center;
							font-size: 13px;
							list-style-type: none;
							display:inline-block;
						}
						#BodyFooter_rwd #footer_address #adinfo_out{
							width:62%;
							padding-left:38%;

						}
						#BodyFooter_rwd #footer_address #adinfo{
							width:20%;
							padding:0;

						}
						/* Footer end */

						/*ask*/
						#askarea_out{
							background-color: #006699;
							width: 100%;
							float:left;	
							text-align:left;
							padding-top:2%;
						}
						#askarea{
							width: 55%;
							margin-left:25%;
							margin-right:20%;
							float:left;
						}
						#askarea p {
							margin-top: 1%;
							margin-bottom: 1%;
						}

						#askarea .asktitle {
							font-size: 1.5em;
							color: #FFF;
							text-align: center;
							font-family: "微軟正黑體";
						}
						#askarea #formlist{
							width: 100%;
							/*float: left;*/
							margin-right: auto;
							
							margin-top:3%;
							font-size: 1em;
							color: #FFF;
							padding-bottom: 1%;
						}
						#askarea SELECT{
							border-radius: 7px;
							width: 10%;
							background-color: #FFF;
							border: #FFF;
							padding: 0.5%;
							margin-right: 1%;
							margin-bottom: 1%;
							width:15%;
						}
						#askarea input{
							border-radius: 7px;
							background-color: #FFF;
							border: #FFF;
							padding: 0.5%;
							margin-bottom: 1%;
							margin-left: 1%;
							color: #C6C6C6;
						}
						#askarea input[type="submit"]{
							color: #FFF;
							background-color: #eb543f;
							font-size: 1em;
							padding:0.5em;
						}
						#askarea input[name="sContent"]{width:50%;}
						#askarea input[type="reset"]{
							color: #FFF;
							background-color: #eb543f;
							font-size: 1em;
							padding:0.5em;
						}
						#askarea input[type="text"]{
							width:40%;
						}
						/*ask END*/
						#noie{
							color: #FFF;
							width: 100%;
							height:60px;
							text-align: center;
							border: 1px solid #006699;
							background-color: #3399CC;
							_z-index: 9999;
							z-index: 9999;
							position:fixed;
							_top:expression(documentElement.scrollTop+"px");/*讓選單覆蓋內容不會隨著捲軸滑動而消失專用*/
							left: 0;
							top: 0;
						}
						#noie a{
							color: #FC0;
						}
						#topbutton{display:none;}
						#topli{display:none;}
						.hottxt{ color: #ffd942; font-size: 13px; }}
