﻿@charset "utf-8";
/* CSS Document */
@import url("font-awesome.min.css");
/*icon設定載入*/
@import url("animate.css");
#modellist{display:none;}
/*動畫設定載入*/
.clearBtn {
	display:block !important;
	width:50%;
	margin:15px auto;
	text-align:center;
	padding:10px 0px;
	color:#666;
	font-size:1.1em;
	font-weight:400;
	clear: both;
}
.clearBtn i {
	margin-right:10px;
}
.clearBtn:before {
	clear: both;
}
.clearBtn{ display: none; }

/*Loading畫面優先載入*/
#loading {
	display:block;
	background-color:#01B0A4;
	height:100vh;
	opacity:.5;
}
#loading span {
	color:#fff;
	display:block;
	margin:auto;
	text-align:center;
	line-height: 100vh;
	font-family: 'arial';
}
/*基礎及共用設定開始*/
ul {
	margin:0px;
	padding:0px;
	list-style:none;
	}
ul li {
	margin:0px;
	padding:0px;
	list-style:none;
	}
body {
  position: relative;
  font-family: "微軟正黑體", verdanaTimes, "arial";
  font-weight:300;
  color:#222;
  padding-top:28px;
}
.form-control {
	font-size:15px;
	}
@media (min-width: 1200px) and (max-width: 1309px) {
	.container {
	  padding-right:70px;
	}
}
@media (max-width: 1199px) {
	.container {
	  padding-right:42px;
	}
}
@media (max-width: 991px) {
	.container {
	  padding-right:15px;
	}
}
@media (max-width: 767px) {
	body {
	font-size:1.6em;
	}
	.form-control {
	padding: 20px;
	/*font-size:18px;*/
	}
}
/*黑bar設定*/
.toplinkzone {
	z-index:999 !important;
}
.toplinkzone img {
	vertical-align:inherit;
	}
.block15 {
	margin:1.5% auto;
	}
/*IE警告視窗*/
#brwsug{
	position:fixed;
	width:800px;
	top:10%;
	right:20%;
	height:400px;
	padding:20px;
	background:#4281A4;
	border:solid 5px #FFF;
	color:#FFF;
	z-index:9999;
	background-image:url(../images/oops.png);
	background-repeat:no-repeat;
	background-position:bottom right;
}
#brwsug .inbox {
	display:block;
	margin-top:90px;
	padding-left:250px;
	}
#brwsug .inbox .title {
	font-size:1.6em;
	font-weight:500;
	border-bottom:solid 1px #FFF;
	padding-bottom:10px;
	margin-bottom:10px;
	}
#brwsug .inbox .text {
	line-height:1.4em;
	}
#brwsug .inbox .text span {
	font-weight:700;
	color:#FF0;
	}
#brwsug .inbox a.fav {
	display:block;
	color:#FF0;
	padding:10px 5px 0px;
	text-decoration:underline;
	}
#brwsug .inbox .downbtn {
	margin-top:15px;
	}
#brwsug .inbox .downbtn a {
	display:inline-block;
	width:200px;
	text-align:center;
	border:solid 1px #FFF;
	color:#FFF;
	padding:10px;
	margin-right:10px;
	}
#brwsug .inbox .downbtn a img {
	width:20px;
	margin-right:5px;
	}
@keyframes markclick {/*收藏按鈕動畫區-電腦版*/
0%   {left:0; opacity:0; font-size:1em;}
15%  {left:15vw; opacity:1; font-size:3em;}
50% {left:30vw; opacity:0.1; font-size:1.2em;}
100% {left:inherit; opacity:0; font-size:1em;}
}
@-moz-keyframes markclick {
0%   {left:0; opacity:0; font-size:1em;}
15%  {left:15vw; opacity:1; font-size:3em;}
50% {left:30vw; opacity:0.1; font-size:1.2em;}
100% {left:inherit; opacity:0; font-size:1em;}
}
@-webkit-keyframes markclick {
0%   {left:0; opacity:0; font-size:1em;}
15%  {left:15vw; opacity:1; font-size:3em;}
50% {left:30vw; opacity:0.1; font-size:1.2em;}
100% {left:inherit; opacity:0; font-size:1em;}
}
@-o-keyframes markclick {
0%   {left:0; opacity:0; font-size:1em;}
15%  {left:15vw; opacity:1; font-size:3em;}
50% {left:30vw; opacity:0.1; font-size:1.2em;}
100% {left:inherit; opacity:0; font-size:1em;}
}
@keyframes markclick-sm {/*收藏按鈕動畫區-平板*/
0%   {bottom:0; left:25vw; opacity:0; font-size:1.5em;}
15%  {bottom:-15vh; left:25vw; opacity:1; font-size:3em;}
50% {bottom:-100vh; left:50vw;  opacity:0.1; font-size:1.2em;}
100% {bottom:inherit; left:inherit; opacity:0; font-size:1em;}
}
@-moz-keyframes markclick-sm {
0%   {bottom:0; left:25vw; opacity:0; font-size:1.5em;}
15%  {bottom:-15vh; left:25vw; opacity:1; font-size:3em;}
50% {bottom:-100vh; left:50vw;  opacity:0.1; font-size:1.2em;}
100% {bottom:inherit; left:inherit; opacity:0; font-size:1em;}
}
@-webkit-keyframes markclick-sm {
0%   {bottom:0; left:25vw; opacity:0; font-size:1.5em;}
15%  {bottom:-15vh; left:25vw; opacity:1; font-size:3em;}
50% {bottom:-100vh; left:50vw;  opacity:0.1; font-size:1.2em;}
100% {bottom:inherit; left:inherit; opacity:0; font-size:1em;}
}
@-o-keyframes markclick-sm {
0%   {bottom:0; left:25vw; opacity:0; font-size:1.5em;}
15%  {bottom:-15vh; left:25vw; opacity:1; font-size:3em;}
50% {bottom:-100vh; left:50vw;  opacity:0.1; font-size:1.2em;}
100% {bottom:inherit; left:inherit; opacity:0; font-size:1em;}
}
@keyframes markclick-xs {/*收藏按鈕動畫區-手機*/
0%   {bottom:0; left:50vw; opacity:0; font-size:1.5em;}
15%  {bottom:-15vh; left:50vw; opacity:1; font-size:3em;}
50% {bottom:-100vh; left:50vw;  opacity:0.1; font-size:1.2em;}
100% {bottom:inherit; left:inherit; opacity:0; font-size:1em;}
}
@-moz-keyframes markclick-xs {
0%   {bottom:0; left:50vw; opacity:0; font-size:1.5em;}
15%  {bottom:-15vh; left:50vw; opacity:1; font-size:3em;}
50% {bottom:-100vh; left:50vw;  opacity:0.1; font-size:1.2em;}
100% {bottom:inherit; left:inherit; opacity:0; font-size:1em;}
}
@-webkit-keyframes markclick-xs {
0%   {bottom:0; left:50vw; opacity:0; font-size:1.5em;}
15%  {bottom:-15vh; left:50vw; opacity:1; font-size:3em;}
50% {bottom:-100vh; left:50vw;  opacity:0.1; font-size:1.2em;}
100% {bottom:inherit; left:inherit; opacity:0; font-size:1em;}
}
@-o-keyframes markclick-xs {
0%   {bottom:0; left:50vw; opacity:0; font-size:1.5em;}
15%  {bottom:-15vh; left:50vw; opacity:1; font-size:3em;}
50% {bottom:-100vh; left:50vw;  opacity:0.1; font-size:1.2em;}
100% {bottom:inherit; left:inherit; opacity:0; font-size:1em;}
}
/*影片大BN*/
.main_banner {
	background-image:url(../images/index_bg.jpg);
	background-repeat:no-repeat;
	background-position-y: 10%;
	}
.main_banner .banner_mask {
	z-index:3;
	padding:5vw 0vw;
	}
.main_banner .banner_mask h1 {
	text-align:center;
	font-size:3em;
	color:#FFF;
	font-weight:700;
	margin:0px auto 20px;
	margin-bottom: 20px;
	text-shadow: rgba(0, 0, 0, 0.8) 1px 1px 4px;
	}
.main_banner.inside {
	background-image:url(../images/inside_bg.jpg);
	background-repeat:no-repeat;
	background-position-y: 0%;
	}
.main_banner.inside.jobbg {
	background-image:url(../images/inside_bgjob.jpg);
	}
.main_banner.inside .banner_mask {
	z-index:3;
	padding:20px 0px;
	}
@media (max-width: 767px) {
	.main_banner.inside {
		background-size:500vh;
		background-position:15% 0%;
		}
	.main_banner .banner_mask h1 {
		font-size:2.2em;
		}
}
/*首頁快搜*/
.index_hot_quick {
	margin:15px auto 0px;
	border-top:solid 1px #d1d3d2;
	padding:15px 0px 0px;
}
.index_hot_quick:before, .index_hot_quick:after {
	content: " ";
    display: table;
}
.index_hot_quick:after {
	clear: both;
}
.index_hot_quick .title {
	float:left;
	width:15%;
	color:#4b494a;
	font-size:1.1em;
	font-weight:500;
}
.index_hot_quick ul.list {
	float:left;
	width:85%;
}
.index_hot_quick ul.list li {
	display:inline-block;
}
.index_hot_quick ul.list li a {
	display:block;
	color:#1b6cbe;
	padding:0px 10px 5px;
	border-bottom:solid 1px transparent;
	text-decoration:none;
	font-size:1.1em;
	font-weight:400;
}
.index_hot_quick ul.list li a h2 {
	font-size:1.1em;
	font-weight:400;
	padding:0px;
	margin:0px;
}
.index_hot_quick ul.list li a:hover {
	color:#4a494e;
	border-bottom:solid 1px #4a494e;
}
@media (max-width: 767px) {
	.index_hot_quick .title {
		width:100%;
		margin-bottom:15px;
		text-align:center;
	}
	.index_hot_quick ul.list {
		width:100%;
	}
	.index_hot_quick ul.list li {
		width:49%;
	}
	.index_hot_quick ul.list li a {
		text-align:center;
		padding:5px 10px
	}
}
/*標題*/
.maintitle {
	margin:20px auto;
	text-align:center;
	}
.maintitle h3 {
	display:inline-block;
	margin:auto;
	padding-bottom:10px;
	color:#196bbd;
	font-weight:500;
	/*border-bottom:solid 5px #000;*/
	font-size:1.8em;
	}
.maintitle .txt {
	font-size:1.2em;
	font-weight:500;
	color:#000;
	text-align:center;
	margin-top:15px;
}
h1.inside_h1 {
	text-align:center;
	color:#4f4f51;
	margin:20px auto;
	font-weight:500;
}
/*首頁熱門企業more按鈕*/
.index_hotmore {
	display:block;
	text-align:center;
	background-color: #1a6cc0;
	color:#fff;
	padding:0.7em;
	font-size:1.1em;
	font-weight:500;
	margin-bottom:35px;
	text-decoration:none;
	border-radius:5px;
}
.index_hotmore:hover {
	background-color: #4583D0;
	color:#fff;
	text-decoration:none;
}
/*首頁履歷體檢*/
.resume_index {
	background-image:url(../images/resume_heltindex_bg02.png), url(../images/resume_heltindex_bg01.jpg);
	background-repeat:no-repeat;
	background-position:0% 0%;
	background-size:100%;
	padding:10vh 0vw;
}
.resume_index .maintitle h3 {
	color:#FFF;
}
.resume_index a {
	display:block;
	color:#1a6dbd;
	font-size:1.4em;
	font-weight:500;
	width:6em;
	height:6em;
	text-align:center;
	text-decoration:none;
	padding:1.6em 0em;
	background-color:#FFF;
	margin:auto;
	border:solid 2px #FFF;
	border-radius:400px;
}
.resume_index a span {
	display:block;
	font-size:0.8em;
	color:#333;
}
.resume_index a:hover {
	background-color:#d9e7f0;
}
@media (max-width: 1400px) {
	.resume_index {
		background-size:120%;
		background-position:50% 50%;
	}
}
@media (max-width: 991px) {
	.resume_index {
		background-size:180%;
		background-position:50% 50%, 100% 50%;
	}
	.resume_index a {
		font-size:1.2em;
	}
}
@media (max-width: 767px) {
	.resume_index {
		background-size:400%;
		background-position:0% 50%, 90% 50%;
		padding:5vh 0vw;
	}
	.resume_index .maintitle h3 {
		font-size:1.4em;
	}
	.resume_index a {
		margin-bottom:15px;
	}
}
@media (max-width: 380px) {
	.resume_index {
		background-size:500%;
		background-position:0% 50%, 85% 50%;
	}
}
/*首頁工作推薦*/
ul.index_suggest {
	margin-bottom:5vh;
}
/*Menu*/
.navbar {
	margin-bottom: 0px;
	z-index:30;
}
.navbar-default {
	background-image:none;
	background-color:#FFF;
	border:solid;
	border-width:0px;
	color:#000;
	font-weight:500;
	border-radius: 0px;
  	-webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
          	box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}
.navbar-default .navbar-brand {
	font-size: 1.2em;
	line-height: 1.2em;
	padding: 15px 15px;
	color:#000;
}
.visible-xs-block .navbar-header {
	position:relative;
	}
.navbar-nav>li>a, .navbar-default .navbar-nav>li>a {
	text-shadow: 0 0px 0 rgba(255,255,255,.0);
	color:#444;
	padding-top: 15px;
}
.navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:hover {
	text-shadow: 0 0px 0 rgba(255,255,255,.0);
	color:#000;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color:#0c0306;
}
.navbar-toggle.collapsed:hover {
	background-color:#fa7236;
	}
.navbar-toggle.collapsed:hover .icon-bar {
	background-color:#FFF;
	}
/*麵包屑導覽*/
.breadcrumb {
	padding: 15px 0px 8px;
	margin-bottom: 10px;
	list-style: none;
	background-color:transparent;
	border-radius: 0px;
	}
.breadcrumb > li {
	display: inline-block;
	}
.breadcrumb > li a {
	color:#858585;
	}
.breadcrumb > li + li:before {
	padding: 0 5px;
	color: #858585;
	font:normal normal normal 14px/1 FontAwesome;
	content: "\f105";
	}
.breadcrumb > .active {
	color: #01B0A4;
	}
/*基本按鈕設定*/
.btn-primary {
  color: #FFF;
  background-color:#fa7236;
  background-image:none;
  border-color:transparent;
  text-shadow: 0 0px 0 rgba(0, 0, 0, 0);
  padding:2.5% inherit;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .0), 0 1px 1px rgba(0, 0, 0, .0);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .0), 0 1px 1px rgba(0, 0, 0, .0);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #FFF;
  background-color:#60591A;
  border-color:transparent;
}
.btn-primary.style01 {
	background-color:#95c61b;
	width:70%;
	margin:3% auto;
	border-radius:20px;
	color: #FFF;
	}
.btn-primary.style01:hover, .btn-primary.style01:focus, .btn-primary.style01.focus, .btn-primary.style01:active,.btn-primary.style01.active  {
	background-color:#0ec7b2;
	color: #FF0;
	}
.btnlg {
	padding:1.5% 7%;
	}
.btnlg2 {
	padding:1.5% 7%;
	background-color:#18aaac;
	}
.btnlg2:hover {
	background-color:#3d495f;
	}
.btn.btn-lg {
	background-color:#FD5A24;
	}
.btn.btn-lg:hover {
	background-color:#4D5412;
	}
.btn-xs {
	border-radius: 20px;
	padding:1% 2%;
	margin:1% 0%;
	}
/*公司頁模組*/
.compy_list {
	margin-bottom:30px;
	padding-bottom:10px;
	border-bottom:solid 1px #e5e5e5;
}
/*.compy_list.index {
	margin-bottom:30px;
	padding-bottom:0px;
	border-bottom:none;
}*/
.compy_list .box1 {
	padding-bottom:10px;
}
/*.compy_list.index .box1 {
	padding-bottom:10px;
	border-bottom:solid 1px #e5e5e5;
	margin-bottom:10px;
}*/
.compy_list .box1:before, .compy_list .box1:after, .compy_list .box2:before, .compy_list .box2:after {
	content: " ";
    display: table;
}
.compy_list .box1:after, .compy_list .box2:after {
	clear: both;
}
.compy_list .box1 .imgbox {
	display:block;
	float:left;
	position:relative;
	width:30%;
	height:7.7em;
	text-align:center;
	overflow:hidden;
	border:solid 1px #e5e5e5;
	border-radius:3px;
	margin-right:3%;
}
.compy_list.index .box1 .imgbox {
	width:30%;
}
.compy_list .box1 .imgbox img {
	max-width: 90%!important;
    max-height: 90%!important;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.compy_list .box1 a.imgbox img {
	opacity:1;
}
.compy_list .box1 a.imgbox:hover img {
	opacity:.6;
}
.compy_list .box1 .namebox {
	width:80%;
	float:left;
}
.compy_list.index .box1 .namebox {
	width:67%;
}
.compy_list .box1 .namebox .title {
	position:relative;
}
.compy_list .box1 .namebox .title a {
	display:block;
	padding-right:7em;
	text-decoration:none;
}
.compy_list .box1 .namebox .title a h4 {
	margin:0px 0px 15px;
	font-size:1.2em;
	font-weight:500;
	color:#186dc0;
	height:1.2em;
	overflow:hidden;
}
.compy_list .box1 .namebox .title a:hover h4 {
	color:#eb6100;
	text-decoration:none;
}
.compy_list .box1 .namebox .title a.mark {
	display:block;
	position:absolute;
	top:0;
	right:0;
	width:5em;
	border:solid 1px #898989;
	border-radius:3px;
	color:#898989;
	text-align:center;
	font-weight:400;
	padding:0.3em 0em;
}
.compy_list .box1 .namebox .title a.mark:hover {
	color:#eb6100;
	border:solid 1px #eb6100;
}
.compy_list .box1 .namebox .title a.mark:hover i {
	color:#eb6100;
}
.compy_list .box1 .namebox .title a.mark.act {
	color:#FFF;
	background-color:#eb6100;
	border:solid 1px #eb6100;
}
.compy_list .box1 .namebox .title a.mark.act i {
	color:#FFF;
}
.compy_list .box1 .namebox .title a i.markfly {
	position:absolute;
	left:0px;
	opacity:0;
	color:#eb6100;
}
.compy_list .box1 .namebox .title a.mark.act i.markfly {
	color:#eb6100;
}
.compy_list .box1 .namebox .title a.mark.act:focus i.markfly {
	animation: markclick 1.5s ease-in;
	-moz-animation: markclick 1.5s ease-in;
	-webkit-animation: markclick 1.5s ease-in;
	-o-animation: markclick 1.5s ease-in;
	animation-iteration-count: 1;
}
.compy_list .box1 .namebox .txt {
	font-size:1em;
	line-height:1.5em;
	color:#7d7d7d;
	height:2.7em;
	overflow:hidden;
}
.compy_list .box1 .namebox .spbox {
	margin-top:10px;
}
.compy_list .box1 .namebox .spbox span {
	display:inline-block;
	padding:3px 5px;
	background-color:#69c2d5;
	color:#FFF;
	font-weight:400;
	margin-left:10px;
	border-radius:3px;
}
.compy_list.index .box1 .namebox .spbox span {
	max-width:5em;
	max-height: 1.7em;
    overflow: hidden;
	text-align:center;
}
.compy_list .box1 .namebox .spbox span a {
	color:#FFF;
	text-decoration:none;
}
.compy_list .box1 .namebox .spbox span:hover {
	background-color:#186dc0;
}
.compy_list.index .box1 .namebox .spbox span:hover {
	background-color:#69c2d5;
}
.compy_list .box1 .namebox .spbox span:first-child {
	margin-left:0px;
}
.compy_list .box2 {
	background-color:#f8f8f8;
	padding:10px 15px;
	color:#b5b5b5;
	border-radius:3px;
}
.compy_list .box2 span {
	display:block;
	float:left;
	width:2em;
}
.compy_list .box2 span, .compy_list .box2 span i {
	margin-right:0.5em;
}
.compy_list .box2 a {
	display:block;
	float:left;
	width:22%;
	color:#01a29a;
	overflow:hidden;
	margin:0px 0.5em;
	height:1.2em;
	font-weight:500;
}
.compy_list.index .box2 a {
	max-width:7em;
	text-align:center;
}
.compy_list .box2 a:hover, .compy_list.index .box2 a:hover {
	color:#eb6100;
}
@media (min-width: 992px) {
	.compy_list .box1 .imgbox {
		width:17%;
	}
	.compy_list .box1 .namebox {
		width:80%;
	}
}
@media (min-width: 1200px) and (max-width: 1310px) {
	.compy_list.index .box2 a {
		max-width:6em;
	}
}
@media (min-width: 1200px) and (max-width: 1350px) {
	.compy_list.index .box1 .namebox .spbox span {
		margin-left:3px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.compy_list.index .box1 .imgbox {
		width:17%;
	}
	.compy_list.index .box1 .namebox {
		width:80%;
	}
	.compy_list.index .box1 .namebox .spbox span {
		max-width:10em;
	}
}
@media (max-width: 991px) {
	.compy_list .box1 .imgbox {
		width:20%;
	}
	.compy_list .box1 .namebox {
		width:77%;
	}
	.compy_list .box2 a, .compy_list.index .box2 a {
		width:21%;
	}
	.compy_list.index .box1 .namebox .spbox span {
		max-width:7em;
	}
}
@media (max-width: 767px) {
	.compy_list .box1 .imgbox {
		margin:0px auto 10px;
		width:50%;
		float:inherit;
	}
	.compy_list .box1 .namebox {
		width:100%;
	}
	.compy_list.index .box1 .imgbox {
		margin:0px auto 10px;
		width:50%;
		float:inherit;
	}
	.compy_list.index .box1 .namebox {
		width:100%;
	}
	.compy_list .box1 .namebox .txt {
		height:3em;
		line-height:1.6em;
	}
	.compy_list .box1 .namebox .spbox span {
		display:inline-block;
		width:45%;
		margin-right:10%;
		margin-left:0px;
		margin-bottom:10px;
		text-align:center;
	}
	.compy_list.index .box1 .namebox .spbox span {
		max-width:inherit;
	}
	.compy_list .box1 .namebox .spbox span:nth-child(2n) {
		margin-right:0%;
	}
	.compy_list .box2 span, .compy_list .box2 span i {
		display:none;
	}
	.compy_list .box2 a, .compy_list.index .box2 a {
		display:block;
		float:left;
		width:50%;
		margin-right:0;
		margin-left:0px;
		margin-bottom:10px;
		padding:0em 0.5em;
		max-width:inherit;
		height:2.6em;
	}
	.compy_list.index .box2 a {
		text-align:center;
	}
	.compy_list .box2 a:nth-child(2n) {
		margin-right:0%;
	}
}
/*內頁版頭快捷鍵*/
.inside_quick {
	background-color:#2364a8;
	padding:15px 0px;
}
.inside_quick a {
	display:inline-block;
	color:#FFF;
	font-size:1.1em;
	padding:5px 10px;
	border:solid 1px #FFF;
	border-radius:3px;
	margin-right:5px;
	text-decoration:none;
}
.inside_quick a h3 {
	font-size:1.1em;
	font-weight:400;
	padding:0px;
	margin:0px;
}
.inside_quick a:hover {
	background-color:#FFF;
	color:#2364a8;
}
@media (max-width: 767px) {
	.inside_quick a {
		width:32%;
		margin-right:1%;
		margin-bottom:10px;
		text-align:center;
	}
}
@media (max-width: 400px) {
	.inside_quick a {
		width:48.5%;
		margin-right:1%;
	}
}
/*搜尋模組*/
.box4 {
	padding:2% 0%;
	border-top:solid 3px #DCDCDC;
	margin-top:1%;
	}
.serach_model .form-control {
	color: #353535;
	background-color:transparent;
	border: 1px solid #cfcfcf;
	border-radius:5px;
	cursor: pointer;
}
.serach_model .form-control.keyword_text {
	cursor: text;
}
.serach_model .form-control::-webkit-input-placeholder { color: #5e5d5c; }
.serach_model .form-control:-moz-placeholder { color: #5e5d5c; }
.serach_model .form-control::-moz-placeholder { color: #5e5d5c; }
.serach_model .form-control:-ms-input-placeholder { color: #5e5d5c; }
.has-feedback .form-control {
	position:relative;
	z-index:10;
	}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 15px;
  display: block;
  width: 34px;
  height: 34px;
  color:#01b0a4;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
@media (max-width: 767px) {
	.form-control-feedback {
	  top: 5px;
	}
	.form-control-feedback.sea_sp {
	  right: 0px;
	}
}
.serach_model.index .box3 {
	border:none;
	background-color:rgba(255, 255, 255, 0.9);
	padding:20px 20px;
	border-radius:3px;
	}
.main_banner.inside .box3 {
	background-color:rgba(255, 255, 255, 0);
	padding:20px 0px;
	border-radius:0px;
}
.serach_model.index .form-control {
	color: #898987;
	background-color:transparent;
	border: 1px solid #378de2;
	border-radius:3px;
	margin-bottom: 20px;
}
.main_banner.inside .serach_model.index .form-control {
	border: 1px solid #bbbbbb;
}
.main_banner.inside .serach_model.index .form-control {
	background-color:#FFF;
}
.serach_model.index .form-control-feedback {
  color:#898989;
  z-index:20;
}
.main_banner.inside .serach_model.index .form-control-feedback {
  color:#bbbbbb;
}
.serach_model.index ::-webkit-input-placeholder { /* WebKit browsers */
    color:#898987;
}
.serach_model.index :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#898987;
}
.serach_model.index ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #898987;
}
.serach_model.index :-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#898987;
}
.serach_model.index .indexquickbar {
	padding-top:1%;
}
.serach_model.index .indexquickbar a {
	color:#FFF;
	text-decoration:none;
	display:inline-block;
	padding-right:30px;
}
.serach_model.index .indexquickbar a i {
	margin-right:10px;
}
.serach_model.index .indexquickbar a:hover {
	text-decoration:underline;
}
.serach_model.index .indexquickbar a.red {
	color:#EB6100;
	font-weight:700;
}
@media (max-width: 991px) {
	.serach_model.index .indexquickbar {
		line-height:1.8em;
	}
}
@media (max-width: 767px) {
	.serach_model.index .indexquickbar {
		line-height:1.8em;
	}
	.serach_model.index .indexquickbar a {
		text-align:center;
	}
}
.serach_model .btn-primary {
	background-color:#3ac162;
	border-radius:5px;
	color:#FFF;
	font-size:1.1em;
	font-weight:500;
	border:none;
	border-radius:3px;
}
.serach_model .btn-primary:hover,
.serach_model .btn-primary:focus,
.serach_model .btn-primary.focus,
.serach_model .btn-primary:active,
.serach_model .btn-primary.active{
	background-color:#999999;
	color:#FFF;
}
.btn-full {
	display:block;
	width:100%;
	}
.selectarea {
	/*text-align:center;*/
}
h2.search_totalbar {
	display:block;
	color:#333;
	font-size:1.1em;
	font-weight:500;
	padding: 7px 0px;
	margin:15px 0px;
	/*text-align:center;*/
	}
.selectarea .flbox:before, .selectarea .flbox:after {
	content: " ";
    display: table;
}
.selectarea .flbox:after {
	clear: both;
}
.form-control.search_sequence {
	display:block;
	float:left;
	background-color:#FFF;
	color:#000000;
	font-weight:500;
	border:solid 1px #a6a6a6;
	border-radius: 0px;
	padding: 6px 12px;
	width:49%;
	box-shadow: none;
	text-align:center;
	margin:auto;
}
.form-control.search_sequence:nth-child(1) {
	margin-right:1%;
}
.selectarea .flbox a.ptsch {
	display:block;
	width:15%;
	float:right;
	text-align:center;
	border:solid 1px #bfbfbf;
	padding:6px 0px;
	color:#757575;
	text-decoration:none;
}
.selectarea .flbox a.ptsch i {
	margin-right:10px;
}
.selectarea .flbox a.ptsch:nth-child(2) {
	margin-right:1%;
}
.selectarea .flbox a.ptsch:hover {
	color:#ff601a;
}
.selectarea .flbox a.ptsch.act {
	border-color:#ff601a;
	color:#FFF;
	background-color:#ff601a;
}
@media (min-width: 768px) and (max-width: 991px) {
	.selectarea .flbox a.ptsch {
		width:48%;
	}
	.selectarea .flbox a.ptsch:nth-child(2) {
		margin-right:4%;
	}
}
@media (max-width: 767px) {
	h2.search_totalbar, .form-control.search_sequence {
		display:block;
		margin-bottom:10px;
		width:100%;
		height: inherit;
		}
	.selectarea .flbox a.ptsch {
		width:49%;
		margin-bottom:10px;
	}
	.selectarea .flbox a.ptsch:nth-child(2) {
		margin-right:2%;
	}
}
ul.search_list {
	margin:0;
	padding:0;
	}
.list-ad img {
	width:100%;
	margin-bottom:30px;
	}
.search_list li .label {
	font-size:1em;
	display:inline-block;
	}
.search_list li .label-danger {
	background-color:#f00;
	color:#FFF;
	border-radius:2px;
	font-size:0.6em;
	padding:2px 5px;
	margin-right:5px;
	}
/*混合滾動增頁-頁籤外觀*/
.chgpage {
	margin:10px auto;
	border:solid 1px #dcdcdc;
	padding:10px 0px;
	font-size:1.1em;
}
.chgpage:before, .chgpage:after {
	content: " ";
    display: table;
}
.chgpage:after {
	clear: both;
}
.chgpage a, .chgpage .total-nth {
	display:block;
	float:left;
}
.chgpage a {
	width:25%;
	text-align:center;
}
.chgpage .total-nth {
	width:50%;
	text-align:center;
}
@media (min-width: 768px) and (max-width: 991px) {
	.serach_model .title, .serach_model .form-control {
		margin-bottom:10px;
	}
	}
@media (max-width: 991px) {
	.serach_model div.searchradio input.radio:empty ~ label {
		text-align:center;
		text-indent:0em;
	}
	}
@media (min-width: 768px) and (max-width: 991px) {
	.serach_model .title, .serach_model .form-control {
		margin-bottom:10px;
	}
	}
@media (max-width: 991px) {
	.serach_model div.searchradio input.radio:empty ~ label {
		text-align:center;
		text-indent:0em;
	}
	}
.qatopbox {
	margin:15px auto 5px;
	color:#999;
	line-height:1.6em;
}
.qatopbox i {
	margin:0px 5px;
}
@media (max-width: 991px) {
	.qatopbox {
		margin:15px auto;
		color:#999;
		line-height:1.6em;
	}
}
/*將schema部分標籤隱藏*/
.schema_hidden {
	display:none;
}
/*新版仿摘要式職缺列表*/
.newjoblist_st01 {
	margin:0px;
	padding:18px 0px;
	border-bottom:solid 1px #dcdcdc;
}
.newjoblist_st01:hover {
	background-color:#f8f8f8;
}
.newjoblist_st01:before, .newjoblist_st01:after ,.newjoblist_st01 .joblist_btnarea:before, .newjoblist_st01 .joblist_btnarea:after {
	content: " ";
    display: table;
}
.newjoblist_st01:after, .newjoblist_st01 .joblist_btnarea:after {
	clear: both;
}
.newjoblist_st01 .jobtitle div {
	display:block;
	font-size:1.3em;
	color:#1a6cbf;
	font-weight:500;
	max-height:1.8em;
	line-height:1.8em;
	overflow:hidden;
	margin-top:0.3em;
}
.newjoblist_st01 .cpyname div {
	display:block;
	font-size:1em;
	color:#333;
	font-weight:400;
	max-height:1.6em;
	line-height:1.6em;
	overflow:hidden;
}
.newjoblist_st01 .boxline {
	border-left:solid 1px #dcdcdc;
}
.newjoblist_st01 .info {
	min-height:1.2em;
}
.newjoblist_st01 .info span.infospan {
	display:inline-block;
	color:#333;
	font-weight:400;
	padding-right:10px;
	margin-right:10px;
	line-height:1.6em;
	border-right:solid 1px #dcdcdc;
}
.newjoblist_st01 .info span.infospan.price {
	color:#eb6100;
}
.newjoblist_st01 .info span.infospan:nth-child(4) {
	border-right:none;
}
.newjoblist_st01 .des {
	color:#7d7d7d;
	line-height:1.6em;
	font-weight:400;
	height:1.8em;
	/*height:3.2em;*/
	overflow:hidden;
}
.newjoblist_st01 .label_bar {
}
.newjoblist_st01 .label_bar span {
	display:inline-block;
	padding:2px 5px;
	margin-right:3px;
	margin-top:10px;
	border-radius:3px;
	color:#FFF;
	font-size:0.9em;
}
.newjoblist_st01 .label_bar span.language {
	background-color:#f38f48;
}
.newjoblist_st01 .label_bar span.e_welfare {
	background-color:#9bc5c3;
}
.newjoblist_st01 .jobtitle div, .newjoblist_st01 .cpyname div, .newjoblist_st01 .info, .newjoblist_st01 .des {
		display:block;
		padding:0.15em 0em;
	}
.newjoblist_st01 .joblist_btnarea a {
	display:block;
	float:left;
	width:100%;
	border:solid 1px #898989;
	border-radius:3px;
	color:#898989;
	text-align:center;
	font-weight:400;
	padding:0.5em 0em;
	margin-top:0.3em;
}
.newjoblist_st01 .joblist_btnarea a i {
	color:#898989;
	margin-right:5px;
}
.newjoblist_st01 .joblist_btnarea a:hover {
	color:#1a6cbf;
	border:solid 1px #1a6cbf;
}
.newjoblist_st01 .joblist_btnarea a.go {
	border:solid 1px #1168c0;
	background-color:#1a6cbe;
	color:#FFF;
}
.newjoblist_st01 .joblist_btnarea a.go i {
	color:#FFF;
}
.newjoblist_st01 .joblist_btnarea a.go:hover {
	border:solid 1px #74b0fa;
	background-color:#9ec7fa;
}
.newjoblist_st01 .joblist_btnarea a.go:hover i {
	color:#FFF;
}
.newjoblist_st01 .joblist_btnarea a:hover i {
	color:#1a6cbf;
}
.newjoblist_st01 .joblist_btnarea a.mark {
	margin-right:2%;
}
.newjoblist_st01 .joblist_btnarea a.mark:hover {
	color:#eb6100;
	border:solid 1px #eb6100;
}
.newjoblist_st01 .joblist_btnarea a.mark:hover i {
	color:#eb6100;
}
.newjoblist_st01 .joblist_btnarea a.mark.act {
	color:#FFF;
	background-color:#eb6100;
	border:solid 1px #eb6100;
}
.newjoblist_st01 .joblist_btnarea a.mark.act i {
	color:#FFF;
}
.newjoblist_st01 .joblist_btnarea a i.markfly {
	position:absolute;
	left:0px;
	opacity:0;
	color:#eb6100;
}
.newjoblist_st01 .joblist_btnarea a.mark.act i.markfly {
	color:#eb6100;
}
.newjoblist_st01 .joblist_btnarea a.mark.act:focus i.markfly {
	animation: markclick 1.5s ease-in;
	-moz-animation: markclick 1.5s ease-in;
	-webkit-animation: markclick 1.5s ease-in;
	-o-animation: markclick 1.5s ease-in;
	animation-iteration-count: 1;
}
@media (min-width: 768px) and (max-width: 991px) {
	.newjoblist_st01 .joblist_btnarea a {
		width:49%;
		margin-top:1em;
	}
	.newjoblist_st01 .joblist_btnarea a.mark {
		margin-right:2%;
	}
}
@media (max-width: 991px) {
	.newjoblist_st01 .joblist_btnarea a.mark.act:focus i.markfly {
		animation: markclick-sm 1.5s ease-in;
		-moz-animation: markclick-sm.5s ease-in;
		-webkit-animation: markclick-sm 1.5s ease-in;
		-o-animation: markclick-sm 1.5s ease-in;
		animation-iteration-count: 1;
	}
}
@media (max-width: 767px) {
	.newjoblist_st01 .jobtitle div, .newjoblist_st01 .cpyname div, .newjoblist_st01 .info, .newjoblist_st01 .des {
		display:block;
		text-align:center;
		padding:0.3em 0em;
	}
	.newjoblist_st01 .des {
		height:3.2em;
	}
	.newjoblist_st01 .label_bar {
		text-align:center;
	}
	.newjoblist_st01 .label_bar span {
		margin-bottom:3px;
	}
	.newjoblist_st01 .boxline {
		border-left:none;
	}
	.newjoblist_st01 .joblist_btnarea a {
		margin-top:1em;
		padding:0.8em 0em;
	}
	/*.newjoblist_st01 .joblist_btnarea a:nth-child(2) {
		margin-top:0.2em;
	}*/
	.newjoblist_st01 .joblist_btnarea a.mark {
		margin-right:2%;
		width:19%;
	}
	.newjoblist_st01 .joblist_btnarea a.mark i {
		margin-right:0%;
	}
	.newjoblist_st01 .joblist_btnarea a.mark span {
		display:none;
	}
	.newjoblist_st01 .joblist_btnarea a.mark.act:focus i.markfly {
		animation: markclick-xs 1.5s ease-in;
		-moz-animation: markclick-xs 1.5s ease-in;
		-webkit-animation: markclick-xs 1.5s ease-in;
		-o-animation: markclick-xs 1.5s ease-in;
		animation-iteration-count: 1;
	}
}
/*新版仿摘要式職缺列表－列表模式*/
.search_list li.listtitle {
	background-color:#a1a1a1;
	color:#FFF;
	padding:15px;
	font-size:1.1em;
}
.newjoblist_st02:before, .newjoblist_st02:after ,.newjoblist_st02 .flbox:before, .newjoblist_st02 .flbox:after, .search_list li.listtitle .flbox:before, .search_list li.listtitle .flbox:after {
	content: " ";
    display: table;
}
.newjoblist_st02:after, .newjoblist_st02 .flbox:after, .search_list li.listtitle .flbox:after {
	clear: both;
}
.search_list li.listtitle .flbox .title {
	float:left;
	width:50%;
}
.search_list li.listtitle .flbox.s02 .title:nth-child(1) {
	width:8em;
	padding-right:1em;
}
.search_list li.listtitle .flbox.s02 .title:nth-child(2) {
	width:7em;
}
.search_list li.listtitle .flbox.s02 .title:nth-child(3) {
	display:none;
}
.search_list li.listtitle .flbox.s02 .title:nth-child(4) {
	width:28%;
}
.newjoblist_st02 {
	margin:0px;
	padding:18px 0px;
	border-bottom:solid 1px #dcdcdc;
}
.newjoblist_st02:hover {
	background-color:#f8f8f8;
}
.newjoblist_st02 .jobtitle, .newjoblist_st02 .cpyname {
	float:left;
	width:50%;
}
.newjoblist_st02 .jobtitle {
	display:block;
	font-size:1.2em;
	color:#1a6cbf;
	font-weight:500;
	max-height:1.6em;
	line-height:1.6em;
	overflow:hidden;
	padding-right:1em;
}
.newjoblist_st02 .cpyname {
	display:block;
	font-size:1.1em;
	color:#333;
	font-weight:400;
	max-height:1.6em;
	line-height:1.6em;
	overflow:hidden;
}
.newjoblist_st02 .flbox span.infospan {
	display:block;
	float:left;
	color:#333;
	font-size:1.1em;
	font-weight:400;
	max-height:1.6em;
	line-height:1.6em;
	overflow:hidden;
}
.newjoblist_st02 .flbox span.infospan.price {
	color:#eb6100;
	text-align:center;
}
.newjoblist_st02 .flbox span.infospan:nth-child(1) {
	width:8em;
	padding-right:1em;
}
.newjoblist_st02 .flbox span.infospan:nth-child(2) {
	width:7em;
}
.newjoblist_st02 .flbox span.infospan:nth-child(3) {
	display:none;
}
.newjoblist_st02 .flbox span.infospan:nth-child(4) {
	overflow:hidden;
	text-align:center;
	width:11em;
}
.newjoblist_st02 .joblist_btnarea a {
	display:block;
	float:left;
	width:100%;
	border:solid 1px #898989;
	border-radius:3px;
	color:#898989;
	text-align:center;
	font-weight:400;
	padding:0.3em 0em;
}
.newjoblist_st02 .joblist_btnarea a i {
	color:#898989;
	margin-right:5px;
}
.newjoblist_st02 .joblist_btnarea a:hover {
	color:#1a6cbf;
	border:solid 1px #1a6cbf;
}
.newjoblist_st02 .joblist_btnarea a:hover i {
	color:#1a6cbf;
}

.newjoblist_st02 .joblist_btnarea a.mark {
}
.newjoblist_st02 .joblist_btnarea a.mark:hover {
	color:#eb6100;
	border:solid 1px #eb6100;
}
.newjoblist_st02 .joblist_btnarea a.mark:hover i {
	color:#eb6100;
}
.newjoblist_st02 .joblist_btnarea a.mark.act {
	color:#FFF;
	background-color:#eb6100;
	border:solid 1px #eb6100;
}
.newjoblist_st02 .joblist_btnarea a.mark.act i {
	color:#FFF;
}
.newjoblist_st02 .joblist_btnarea a i.markfly {
	position:absolute;
	left:0px;
	opacity:0;
	color:#eb6100;
}
.newjoblist_st02 .joblist_btnarea a.mark.act i.markfly {
	color:#eb6100;
}
.newjoblist_st02 .joblist_btnarea a.mark.act:focus i.markfly {
	animation: markclick 1.5s ease-in;
	-moz-animation: markclick 1.5s ease-in;
	-webkit-animation: markclick 1.5s ease-in;
	-o-animation: markclick 1.5s ease-in;
	animation-iteration-count: 1;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.newjoblist_st02 .jobtitle {
		font-size:1.1em;
	}
	.search_list li.listtitle .flbox.s02 .title:nth-child(1) {
		width:7em;
		padding-right:0em;
	}
	.search_list li.listtitle .flbox.s02 .title:nth-child(2) {
		width:8em;
		padding-left:0.5em;
	}
	.search_list li.listtitle .flbox.s02 .title:nth-child(4) {
		width:28%;
	}
	.newjoblist_st02 .flbox span.infospan:nth-child(1) {
		width:7em;
		padding-right:0em;
	}
	.newjoblist_st02 .flbox span.infospan:nth-child(2) {
		width:8em;
		padding-left:0.5em;
	}
	.newjoblist_st02 .flbox span.infospan:nth-child(4) {
		overflow:hidden;
		text-align:center;
		width:11em;
	}
	.newjoblist_st02 .joblist_btnarea a span {
		display:none;
	}
	.newjoblist_st02 .joblist_btnarea a i {
		margin-right:0px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.newjoblist_st02 .jobtitle, .newjoblist_st02 .cpyname {
		width:100%;
		text-align:center;
		padding-right: 0em;
	}
	.newjoblist_st02 .cpyname {
		/*border-left:solid 1px #dcdcdc;*/
	}
	.newjoblist_st02 .flbox span.infospan:nth-child(1), .newjoblist_st02 .flbox span.infospan:nth-child(2) {
		width:50%;
		text-align:center;
	}
	.newjoblist_st02 .flbox span.infospan:nth-child(4) {
		width:100%;
		text-align:center;
		/*border-left:solid 1px #dcdcdc;*/
	}
	.newjoblist_st02 .joblist_btnarea a {
		width:100%;
		margin-top:1em;
	}
}
@media (max-width: 991px) {
	.newjoblist_st02 .joblist_btnarea a.mark.act:focus i.markfly {
		animation: markclick-sm 1.5s ease-in;
		-moz-animation: markclick-sm.5s ease-in;
		-webkit-animation: markclick-sm 1.5s ease-in;
		-o-animation: markclick-sm 1.5s ease-in;
		animation-iteration-count: 1;
	}
}
@media (max-width: 767px) {
	.newjoblist_st02 .jobtitle, .newjoblist_st02 .cpyname {
		width:100%;
		text-align:center;
		margin-bottom:10px;
		padding-right: 0em;
	}
	.newjoblist_st02 .flbox span.infospan:nth-child(1), .newjoblist_st02 .flbox span.infospan:nth-child(2) {
		width:50%;
		text-align:center;
	}
	.newjoblist_st02 .flbox span.infospan:nth-child(4) {
		width:100%;
		text-align:center;
	}
	.newjoblist_st02 .joblist_btnarea a {
		margin-top:1em;
		padding:0.8em 0em;
	}
	.newjoblist_st01 .joblist_btnarea a.go {
		width:79%;
	}
	.newjoblist_st01 .joblist_btnarea a.mark {
		margin-right:2%;
		width:19%;
	}
	.newjoblist_st01 .joblist_btnarea a.mark i {
		margin-right:0%;
	}
	.newjoblist_st01 .joblist_btnarea a.mark span {
		display:none;
	}
	.newjoblist_st02 .joblist_btnarea a.mark.act:focus i.markfly {
		animation: markclick-xs 1.5s ease-in;
		-moz-animation: markclick-xs 1.5s ease-in;
		-webkit-animation: markclick-xs 1.5s ease-in;
		-o-animation: markclick-xs 1.5s ease-in;
		animation-iteration-count: 1;
	}
}
/*滾動增頁Loading畫面*/
#loadingIMG {
	padding:10px 0px;
	text-align:center;
	font-size:1.2em;
	color:#666;
	font-weight:500;
	}
#loadingIMG i {
	margin-right:10px;
	font-size:1.4em;
	color:#000;
	}
/*footer*/
footer {
	background-color:#f8f8f8;
	color:#666666;
	padding:5vh 0vw;
	}
footer a {
	display:block;
	color:#6c6c6e;
	text-align:center;
	text-decoration:none;
	border-bottom:solid 1px #f8f8f8;
	padding-bottom:5px;
}
footer a:hover {
	color:#4486c9;
	border-bottom:solid 1px #4486c9;
	text-decoration:none;
}
footer .logo_area {
	border-top:solid 1px #d2d2d2;
	margin-top:15px;
	padding-top:15px;
	text-align:center;
}
footer .logo_area img, footer .logo_area .txt {
	display:inline-block;
}
footer .logo_area img {
	margin-right:10px;
}
@media (max-width: 991px) {
	footer {
		padding-bottom:70px;
	}
	footer a {
		padding:10px 0px;
		margin-bottom:10px;
	}
	footer .logo_area img {
		margin:15px auto;
	}
}
/*內文項目樣式還原及圖片、表格RWD預設*/	
.textstyle_reduction {
	font-size:1.2em;
	line-height:1.8em;
}
.textstyle_reduction a {
	word-wrap:break-word;
}
.textstyle_reduction img {
	display: block;
    max-width: 100%;
    height: auto;
}
.textstyle_reduction iframe {
	display: block;
    max-width: 100%;
    height: auto;
}
.textstyle_reduction ol {
	float: none;
	width: auto;
	list-style-type: decimal;
	padding: 0 20px;
	}
.textstyle_reduction ol li {
	float: none;
	width: auto;
	line-height: normal;
	overflow: visible;
	list-style-type: decimal;
	list-style: decimal;
	padding: 0 20px;
	white-space: normal;
	}
.textstyle_reduction ul {
	float: none;
	width: auto;
	list-style-type: disc;
	padding: 0 20px;
	}
.textstyle_reduction ul li {
	float: none;
	width: auto;
	line-height: normal;
	overflow: visible;
	list-style-type: disc;
	list-style: disc;
	padding: 0 20px;
	white-space: normal;
	}
/*右側快速浮動Bar*/
#quickbtn {
	position:fixed;
	right:0;
	top:0;
	/*background-color:#000;*/
	font-size:1em;
	color:#FFF;
	z-index:3;
	}
.quick_blackbar {
	height:100vh;
	/*background-color:#000;*/
	right:0;
	top:0;
}
#quickbtn a {
	display:block;
	padding:10px;
	font-size:1em;
	color:#FFF;
	/*border-bottom:solid 1px #999;*/
	position:relative;
	text-align:center;
	background-color:#1a6cc0;
	border-radius:50px;
	text-decoration:none;
	margin-bottom:10px;
}
#quickbtn a i {
	margin-right:10px;
}
#quickbtn a:first-child {
	/*border-top:solid 1px #999;*/
	margin-top:40vh;
}
#quickbtn a:hover {
	background-color:#4583d0;
	}
#quickbtn a#top {
	cursor: pointer;
}
.star_red {
	color:#FF0;
}
.jobmarkmount {
	position:absolute;
	display:block;
	top:-5px;
	right:10%;
	background-color:#EB6100;
	color:#FFF;
	font-weight:500;
	font-size:0.2em;
	text-align:center;
	border-radius:40px;
	padding:0px 5px;
}
#quickbtn a.que .tipbox2  {
	display:none;
	position: absolute;
    z-index: 1070;
    line-height: 1.42857143;
    text-align: left;
    text-decoration: none;
	padding: 5px 0;
	left:-13em;
	top:0px;
	font-size:1em;
	font-weight:400;
	text-shadow: rgb(255, 255, 255) 1px 1px 0px;
	animation: tipfloat_ani 1.5s ease-in;
	-moz-animation: tipfloat_ani 1.5s ease-in;
	-webkit-animation: tipfloat_ani 1.5s ease-in;
	-o-animation: tipfloat_ani 1.5s ease-in;
	animation-iteration-count: 1;
}
#quickbtn a.que .tipbox2 .tiparrow {
	position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
	top: 1em;
    right: -1em;
    margin-right: -1em;
    border-width: 1em;
    border-left-color:rgba(242, 242, 242, 1);
	z-index:999;
}
#quickbtn a.que .tipbox2 .tiptxt {
	position: relative;
    width: 12.5em;
    padding: 1em 0em;
    color: #777;
    text-align: center;
    background-color: rgba(242, 242, 242, 1);
    border-radius: 4px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .3);
    padding-left: 1.5em;
    z-index: 900;
}
#quickbtn a.que .tipbox2 .tiptxt span.tipclose2 {
	display:block;
	position:absolute;
	top:0.8em;
	left:0.5em;
	color:#777;
	font-size:1.1em;
	z-index:999;
}
@media (max-width: 1199px) {
	#quickbtn a {
		padding:10px 13px;
	}
	#quickbtn a span {
		display:none;
	}
	#quickbtn a span.jobmarkmount {
		display:block;
	}
	#quickbtn a i {
		margin-right:0px;
	}
}
@media (max-width: 991px) {
	#quickbtn {
		position:fixed;
		right:0;
		bottom:0;
		top:inherit;
		width:100%;
		}
	.quick_blackbar {
		height:41px;
		width:100%;
		background-color:#1a6cbe;
		right:0;
		top:0;
	}
	.quick_blackbar:before, .quick_blackbar:after {
		content: " ";
		display: table;
	}
	.quick_blackbar:after {
		clear: both;
	}
	#quickbtn a {
		display:block;
		float:left;
		width:25%;
		padding:10px 0px;
		font-size:1em;
		color:#FFF;
		border-left:solid 1px #9ec7fa;
		border-bottom:none;
		text-align:center;
		border-radius:0px;
		margin-bottom:0px;
	}
	#quickbtn a:first-child {
		border-top:none;
		border-left:none;
		margin-top:0px;
	}
	#quickbtn a span {
		display:inline;
	}
	#quickbtn a i {
		margin-right:10px;
	}
	#quickbtn a:hover {
	color:#FFF100;
	}
	.tipbox {
		left: -50%;
		top: auto;
		bottom: 52px;
		width: 200%;
		color: #FFF;
	}
	#star {
		position:relative;
	}
	.jobmarkmount {
		position:absolute;
		display:block;
		top:5%;
		right:10%;
		background-color:#EB6100;
		color:#FFF;
		font-weight:700;
		font-size:0.6em;
		text-align:center;
		border-radius:40px;
		padding:2px 8px;
	}
	#quickbtn a.que .tipbox2  {
		left: -2em;
		right:-2em;
		top: -3.5em;
	}
	#quickbtn a.que .tipbox2 .tiparrow {
		top: 3.5em;
		right: 45%;
		margin-right: 0em;
		border-top-color: rgba(242, 242, 242, 1);
		border-left-color: transparent;
	}
	#quickbtn a.que .tipbox2 .tiptxt {
		width: 100%;
		padding-right:30px;
	}
	#quickbtn a.que .tipbox2 .tiptxt span.tipclose2 {
		left:inherit;
		right:5px;
	}
}
@media (max-width: 767px) {
	#quickbtn a.que .tipbox2  {
		left: -50%;
		right:-50%;
	}
	.jobmarkmount {
		right:2%;
		top:-15%;
	}
}
@media (max-width: 450px) {
	#quickbtn a.que .tipbox2  {
		left: -95%;
		right:-95%;
	}
}
@media (max-width: 310px) {
	#quickbtn a.que .tipbox2  {
		right:-195%;
	}
	#quickbtn a.que .tipbox2 .tiparrow {
		right: 58%;
	}
}
/*搜尋頁提示浮動框*/
@keyframes tipfloat_ani {/*收藏按鈕動畫區-行動裝置*/
0%   {opacity:0;}
50%  {opacity:1;}
100% {opacity:1;}
}
@-moz-keyframes tipfloat_ani {
0%   {opacity:0;}
50%  {opacity:1;}
100% {opacity:1;}
}
@-webkit-keyframes tipfloat_ani {
0%   {opacity:0;}
50%  {opacity:1;}
100% {opacity:1;}
}
@-o-keyframes tipfloat_ani {
0%   {opacity:0;}
50%  {opacity:1;}
100% {opacity:1;}
}
.tipfloat {
	position:fixed;
	bottom:10vh;
	width:100%;
	z-index:9999;
}
.tipfloat .conbox {
	width:40vw;
	position:relative;
	background-color:rgba(242, 242, 242, 1);
	color:#777;
	padding:30px;
	border-radius:5px;
	text-align:center;
	margin:auto;
	font-size:1.1em;
	font-weight:400;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, .3);
	animation: tipfloat_ani 1.5s ease-in;
	-moz-animation: tipfloat_ani 1.5s ease-in;
	-webkit-animation: tipfloat_ani 1.5s ease-in;
	-o-animation: tipfloat_ani 1.5s ease-in;
	animation-iteration-count: 1;
	text-shadow: rgb(255, 255, 255) 1px 1px 0px;
}
.tipfloat .conbox .tipclose {
	position:absolute;
	top:10px;
	right:10px;
	color:#777;
	font-size:1.1em;
}
.tipfloat .conbox .tipclose:hover {
	color:#EB6100;
}
.tipfloat .title {
	font-size:1.2em;
	font-weight:500;
	color:#777;
	margin-bottom:10px;
	text-shadow: rgb(255, 255, 255) 1px 1px 0px;
}
.tipfloat .title i {
	font-size:1.1em;
	margin-right:10px;
	color:#EB6100;
}
.tipfloat span.mark_btn {
	display:inline-block;
	width:5em;
	border:solid 1px #EB6100;
	border-radius:3px;
	background-color:#f7f7f7;
	color:#EB6100;
	text-align:center;
	font-weight:400;
	padding:0.5em 0em;
	margin:0px 10px;
	text-shadow:none;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
}
.tipfloat span.mark_btn i {
	color:#EB6100;
	margin-right:5px;
}
@media (max-width: 991px) {
	.tipfloat .conbox {
		width:80vw;
	}
}
@media (max-width: 767px) {
	.tipfloat .conbox {
		width:90vw;
		padding:20px;
	}
}
/*福利特色Lightbox*/
.welfare {
	text-align:left;
}
.welfare.inside {
	text-align:right;
}
@media (max-width: 767px) {
	.welfare {
		text-align:center;
		padding-top:10px;
	}
	.welfare.inside {
		text-align:center;
	}
}
.welfare a {
	color:#FFF;
	text-decoration:none;
	display:inline-block;
	padding-right:30px;
	text-align:left;
}
.welfare.inside a {
	padding-right:0px;
	text-align:right;
}
.welfare a i {
	margin-right:10px;
}
.welfare a:hover {
	text-decoration:underline;
	font-weight:500;
	color:#FFFF00;
}
.popup_tags {
	margin:20px auto;
	background-color:#FFF;
	padding:50px;
	position:relative;
}
.popup_tags.collect_page {
	margin:0px auto;
	padding:0px;
}
.popup_tags .tagstitle {
	margin:2em 0em 1em;
	border-top:dashed 1px #dcdcdc;
}
.popup_tags .tagstitle h5 {
	width:9.6em;
	padding-top:0px;
    color: #333333;
    font-size: 1.4em;
    font-weight: 400;
    text-align:center;
	margin:-1em auto 1em;
	background-color:#FFF;
}
.popup_tags .tagstitle h5 i {
	padding-right:15px;
	margin-right:15px;
	border-right:solid 1px #333;
}
.popup_tags .tags_box {
	margin:10px 0px 0px;
	padding:10px 20px 0px;
}
.popup_tags .tags_box span.queicon {
	display:inline-block;
	margin:0px 5px;
}
.popup_tags .tags_box span.queicon.themark {
	color:#999;
}
.popup_tags .tags_box span.queicon.themark2 {
	color:#eb6100;
}
.popup_tags .tags_box span.queicon.thestar {
	/*background-color:#000;
	color:#FFF;*/
}
.popup_tags a.closebtn_fancy {
	position:absolute;
	top:0px;
	right:0px;
	color:#999999;
	font-size:2.4em;
	z-index:999;
}
.popup_tags a.closebtn_fancy:hover {
	color:#555;
}
.popup_tags a.popup-modal-dismiss {
	display:block;
	width:50%;
	padding:10px 0px;
	margin:10px auto;
	background-color:#999999;
	color:#FFF;
	font-weight:500;
	text-align:center;
	border-radius:3px;
}
.popup_tags a.popup-modal-dismiss i {
	margin-right:10px;
}
.popup_tags a.popup-modal-dismiss:hover {
	color:#FFF;
	background-color:#535353;
	text-decoration:none;
}
.popup_tags a.popup-modal-dismiss.sendcheck {
	background-color:#eb6100;
}
.popup_tags a.popup-modal-dismiss.sendcheck:hover {
	background-color:#ec883a;
}
.mfp-close-btn-in .mfp-close {
	right:15px;
	top:15px;
	color:#999;
}
.popup_tags .jobmarktxt {
	padding:0px 0px 10px;
	color:#eb6100;
}
.popup_tags .jobmarktxt .delDate {
	color:#0082c6;
	font-weight:500;
}
.popup_tags .jobtmp_save {
	display:block;
	padding:10px 0px;
	background-color:#3ac162;
	color:#FFF;
	font-weight:500;
	text-align:center;
	border-radius:3px;
	text-decoration:none;
}
.popup_tags .jobtmp_save span {
	font-size:0.8em;
}
.popup_tags .jobtmp_save:hover {
	background-color:#1ba63c;
}
.popup_tags .jobtmp_clean {
	display:block;
	padding:10px 0px;
	background-color:#555555;
	color:#FFF;
	font-weight:500;
	text-align:center;
	border-radius:3px;
	text-decoration:none;
}
.popup_tags .jobtmp_clean:hover {
	background-color:#999;
}
@media (max-width: 767px) {
	.popup_tags {
		padding:10px;
	}
	.popup_tags .tagstitle {
		border-top:none;
	}
}
/*搜尋模組-福利控件外觀*/
div.searchradio2 {
	clear:both;
	display:block;
	width:100%;
	margin:5px auto;
	}
div.searchradio2 label {
	font-size:1em;
	background-color:#dcdcdc;
	width:100%;
	padding:10px 0px;
	border-radius:5px;
	color:#444;
	}
div.searchradio2 input.radio:empty {
	margin-left: -999px;
	display:none;
	}
div.searchradio2 input.radio:empty ~ label {
	position: relative;
	float: left;
	line-height: 1em;
	text-indent: 2.5em;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	}
div.searchradio2 input.radio:empty ~ label:hover {
	color: #333333;
	background-color:#bfbfbf;
	}
div.searchradio2 input.radio:empty ~ label:before {
	font:normal normal normal 14px/1 FontAwesome;
	position: absolute;
	display:block;
	top: 0;
	bottom: 0;
	left: 0;
	content: '';
	}
div.searchradio2 input.radio:not(:checked) ~ label:before {
	font:normal normal normal 14px/1 FontAwesome;
	content:'\f111';
	font-size:1.2em;
	text-indent:0.5em;
	padding-top:10px;
	color: #999999;
	}
div.searchradio2 input.radio:hover:not(:checked) ~ label:before {
	font:normal normal normal 14px/1 FontAwesome;
	content:'\f058';
	font-size:1.2em;
	color: #666;
	}
div.searchradio2 input.radio:hover:not(:checked) ~ label {
	color: #010101;
	background-color:#CCC;
	}
div.searchradio2 input.radio:checked ~ label:before {
	font:normal normal normal 14px/1 FontAwesome;
	content:'\f058';
	font-size:1.2em;
	text-indent:0.5em;
	padding-top:10px;
	color: #FFF;
	}
div.searchradio2 input.radio:checked ~ label {
	color:#FFF;
	background-color:#666666;
	}
div.searchradio2 input.radio:hover:checked ~ label:before {
	font:normal normal normal 14px/1 FontAwesome;
	content:'\f058';
	font-size:1.2em;
	text-indent:0.5em;
	padding-top:10px;
	color: #eb6100;
	}
div.searchradio2 input.radio:hover:checked ~ label {
	color:#444;
	background-color:#dcdcdc;
	}
@media (max-width: 767px) {
	div.searchradio2 input.radio:hover:not(:checked) ~ label:before {
		font:normal normal normal 14px/1 FontAwesome;
		content:'\f111';
		font-size:1.2em;
		text-indent:0.5em;
		padding-top:10px;
		color: #999999;
		}
	div.searchradio2 input.radio:hover:not(:checked) ~ label {
		color:#444;
		background-color:#dcdcdc;
		}
	div.searchradio2 input.radio:hover:checked ~ label:before {
		font:normal normal normal 14px/1 FontAwesome;
		content:'\f058';
		font-size:1.2em;
		text-indent:0.5em;
		padding-top:10px;
		color: #FFF;
		}
	div.searchradio2 input.radio:hover:checked ~ label {
		color:#FFF;
		background-color:#666666;
		}
}
/*工作收藏跳窗小改*/
.fancybox-skin {
    background: #FFF !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}
/*無工作收藏時的外觀*/
.nomarkjob_area {}
.nomarkjob_area .maintitle {
	text-align:center;
	font-size:1.4em;
	font-weight:400;
	color:#575757;
	margin:5em auto 3em;
}
.nomarkjob_area .maintitle span, .nomarkjob_area .maintitle i {
	font-size:1.2em;
	color:#eb6100;
}
.nomarkjob_area .gbox {
	background-color:#f7f7f7;
	width:80%;
	margin:15px auto;
	padding:20px 40px;
}
.nomarkjob_area .gbox:before, .nomarkjob_area .gbox:after {
	content: " ";
	display: table;
}
.nomarkjob_area .gbox:after {
	clear: both;
}
.nomarkjob_area .gbox .icontitle {
	width:15%;
	float:left;
	font-size:1.1em;
	font-weight:500;
	color:#575757;
	text-align:center;
}
.nomarkjob_area .gbox .icontitle img {
	display:block;
	width:80%;
	margin:0px auto 15px;
}
.nomarkjob_area .gbox .txt {
	width:85%;
	float:left;
	font-size:1.1em;
	color:#898989;
	padding-left:40px;
	padding-top:40px;
	
}
@media (max-width: 767px) {
	.nomarkjob_area .gbox {
		width:95%;
		padding:20px;
	}
	.nomarkjob_area .gbox .icontitle {
		width:30%;
	}
	.nomarkjob_area .gbox .txt {
		width:70%;
		padding-left:5px;
		padding-top:10px;
	}
}
/*職缺與公司切換鈕*/
.ch_btn {
	margin-top:50px;
	margin-bottom:15px;
}
.ch_btn:before, .ch_btn:after {
	content: " ";
	display: table;
}
.ch_btn:after {
	clear: both;
}
.ch_btn a {
	display:block;
	float:left;
	width:50%;
	border:solid 1px #aaa;
	font-size:1.1em;
	font-weight:400;
	text-align:center;
	text-decoration:none;
	padding:10px 0px;
	color:#999;
}
.ch_btn a span {
	display:inline-block;
	font-size:0.6em;
	width:1.4em;
	height:1.4em;
	text-align:center;
	background-color:#eb6100;
	color:#FFF;
	border-radius:500px;
	margin-left:10px;
}
.ch_btn a:hover {
	color:#eb6100;
	background-color:#eee;
}
.ch_btn a.act {
	color:#FFF;
	background-color:#aaa;
}
.ch_btn a.act span {
	background-color:#FFF;
	color:#999;
}
/*工作收藏分頁外觀*/
.c-tabs {
  /*margin-top:50px;*/
}
/** * Tabs navigation */
.c-tabs-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-tabs-nav__link {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 12px;
  color: #505050;
  background-color: #FFF;
  text-align: center;
  -webkit-transition: color 0.3s;
          transition: color 0.3s;
  border-bottom:solid 4px #e6e6e6;
  font-weight:500;
  text-decoration:none;
}
.c-tabs-nav__link:last-child {
  margin-right: 0;
}
.c-tabs-nav__link:hover {
  text-decoration:none;
  background-color:#fafafa;
}
.c-tabs-nav__link.is-active {
  color: #1a6cbf;
  text-decoration:none;
  border-bottom:solid 4px #1a6cbf;
}
.c-tabs-nav__link i,
.c-tabs-nav__link span {
  margin: 0;
  padding: 0;
  line-height: 1;
}
.c-tabs-nav__link i {
  font-size: 18px;
}
.c-tabs-nav__link span {
  display: block;
  font-size: 18px;
}
.c-tab {
  display: none;
  background-color: #FFF;
}
.c-tab.is-active {
  display: block;
}
.c-tab__content {
  padding:20px 0px;
}
/** * Tabs no-js fallback */
.c-tabs.no-js .c-tabs-nav {
  display: none;
}
.c-tabs.no-js .c-tab {
  display: block;
  margin-bottom: 1.5rem;
}
.c-tabs.no-js .c-tab:last-child {
  margin-bottom: 0;
}
/*工作收藏內容*/
.jobkeep li.lititle {
	background-color:#f7f7f7 !important;
	padding:15px 0px;
	color:#666666;
	font-weight:500;
	border-bottom:solid 2px #e5e5e5;
}
.jobkeep li {
	margin:5px auto;
	border-bottom:solid 1px #e5e5e5;
	padding-top:5px;
	padding-bottom:5px;
}
.jobkeep li:hover {
	background-color:#f0f0f0;
}
.jobkeep li a {
	color:#555;
	font-weight:400;
}
.jobkeep li a .date {
	color:#0082c6;
}
.jobkeep li .btnbox:before, .jobkeep li .btnbox:after {
	content: " ";
	display: table;
}
.jobkeep li .btnbox:after {
	clear: both;
}
.jobkeep li .btnbox a.jobrecruited {
	display:block;
	width:49%;
	float:left;
	text-align:center;
	border:solid 1px #ababab;
	border-radius:3px;
	padding:5px 0px;
}
.jobkeep li a.jobrecruited:first-child {
	margin-right:2%;
}
.jobkeep li a.jobrecruited:hover {
	color:#FFF;
	background-color:#555;
	border:solid 1px #555;
	text-decoration:none;
}
.jobkeep li a.jobrecruited.act {
	background-color:#EB6100;
	color:#FFF;
	border-color:#eb6100;
}
.jobkeep li a.jobrecruited i.markfly {
	position:absolute;
	left:0px;
	opacity:0;
	color:#eb6100;
}
.jobkeep li a.jobrecruited.act i.markfly {
	color:#eb6100;
}
.jobkeep li a.jobrecruited.act:focus i.markfly {
	animation: markclick 1.5s ease-in;
	-moz-animation: markclick 1.5s ease-in;
	-webkit-animation: markclick 1.5s ease-in;
	-o-animation: markclick 1.5s ease-in;
	animation-iteration-count: 1;
}
.jobkeep li.late {
	opacity:0.5;
}
.jobkeep li.late a.jobrecruited {
	background-color:#e8e8e8;
}
.jobkeep li.late a.jobrecruited:hover {
	color:#555;
	background-color:#e8e8e8;
	border:solid 1px #ababab;
}
.jobkeep li .nojob {
	padding:20px 0px;
	text-align:center;
	color:#666;
	background-color:#FFF !important;
}
@media (max-width: 991px) {
	.jobkeep li a.jobrecruited.act:focus i.markfly {
		animation: markclick-sm 1.5s ease-in;
		-moz-animation: markclick-sm.5s ease-in;
		-webkit-animation: markclick-sm 1.5s ease-in;
		-o-animation: markclick-sm 1.5s ease-in;
		animation-iteration-count: 1;
	}
}
@media (max-width: 767px) {
	.jobkeep li a div {
		text-align:center;
		margin:5px auto;
	}
	.jobkeep li a.jobrecruited.act:focus i.markfly {
		animation: markclick-xs 1.5s ease-in;
		-moz-animation: markclick-xs 1.5s ease-in;
		-webkit-animation: markclick-xs 1.5s ease-in;
		-o-animation: markclick-xs 1.5s ease-in;
		animation-iteration-count: 1;
	}
}
/*工作推薦*/
.popup_tags .jobmarktxt.sugg1, .popup_tags .jobmarktxt.sugg2 {
	font-size:1.1em;
	color:#434343;
}
.popup_tags .jobmarktxt i {
	margin-right:10px;
}
.popup_tags .jobmarktxt.sugg2 i {
	/*color:#3ac162;*/
}
a.jobscrrec {
	display:block;
	padding:5px 10px;
	color:#1a6cbf;
}
a.jobscrrec i {
	display:none;
}
.searchshow {
	background-color:#e3ebf0;
	border:solid 1px #a8c5e3;
	border-radius:3px;
	padding:15px;
}
/*跳窗設定調整*/
.fancybox-skin {
    padding:15px !important;
}
@media (max-width: 767px) {
	.fancybox-skin {
		padding:5px !important;
	}
}

/*lightbox 跑版修正*/
.ligthBoxFullBg {
    position: fixed !important;
    top: 0 !important;
}
/*chrome and safari hack*/
 @media screen and (-webkit-min-device-pixel-ratio:0){ 
    .myligthBox.noBg{
        display: block !important;
    }
 }  
 /*firefox hack*/
 @-moz-document url-prefix(){
    .myligthBox.noBg{
        display: table-cell !important;
    }
}