@charset "utf-8";
/* CSS Document */

/*全網共用default設定開始*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
p {
  font-size: 13px;
  font-family: "新細明體";
}
li {
  list-style: none;
}
/*
	TODO Figure out where this list-style rule is best set. Hedger has a request to investigate.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

/* to preserve line-height and selector appearance */
input,
textarea,
select {
  font-size: inherit;
  font-weight: inherit;
}
/*to enable resizing for IE*/
input,
textarea,
select {
  *font-size: 100%;
  vertical-align: middle;
}

body {
  -webkit-text-size-adjust: none;
  width: 100% !important;
  margin: 0;
  padding: 0;
  background-color: #fff !important;
  position: relative !important;
  font-size: 13px !important;
  font-family: "微軟正黑體", Verdana, Geneva, sans-serif !important;
  /*font-family: Helvetica, Arial, "微軟正黑體", "新細明體",sans-serif;*/
}

body * {
  box-sizing: content-box; /* 舊版預設 */
}
ul.menu1 * {
  box-sizing: border-box;
}
img {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}
/*全網共用default設定結束*/

/*黑bar*/
.topLinks {
  background-image: url(../images/topBar/bg.png);
  background-repeat: repeat-x;
  background-position: left top;
  height: 33px;
  width: 100%;
  position: absolute;
}
.topLinks .bar {
  height: 33px;
  width: 990px;
  margin: 0 auto;
  position: relative;
  padding: 0;
}
.topLinkFrame {
  font-family: "新細明體";
}
.topLinkFrame .innerSearh {
  background-image: url(../images/common/google_search1.png);
  background-repeat: no-repeat;
  width: 89px;
}
.topLinkFrame .innerSearh:hover {
  background-image: url(../images/common/google_search2.png);
  background-repeat: no-repeat;
  width: 89px;
}

#header {
  width: 1130px;
  margin: 0 auto;
  position: fixed;
  top: 26px;
  padding-top: 10px;
  background-image: url(../images/common/header_Bg2.jpg) !important;
  background-repeat: repeat-x !important;
  background-position: left bottom !important;
  background-color: #fff !important;
  z-index: 99;
}
#header .top {
  width: 1130px;
  border-bottom: 2px solid #f3eded;
}
#header .top .logo {
  width: 140px;
  height: 35px;
  margin-top: 5px;
  float: left;
}
#header .top .logo h1 {
  margin: 0 !important;
}

#header .top .logo h1 a {
  width: 140px;
  height: 40px;
  background: url(../images/common/logo-pc.png) no-repeat;
  display: block;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
}

#header .top .form {
  width: 629px;
  float: left;
  text-align: center;
  margin-top: 12px;
}
#header .top .form .block {
  width: 660px;
  margin-right: auto;
  margin-left: auto;
}
#header .top .form .selectArea {
  float: left;
  margin-right: 8px;
}
#header .top .form .search-jobs-block {
  font-size: 14px;
  font-weight: bolder;
  float: left;
  margin-left: 20px;
  background-color: #f2146d;
  color: #fff;
}

#header .top .form select {
  color: #666;
  border: 1px solid #ccc;
  font-size: 15px;
  outline: none;
}
#header .top .form .block .icon {
  height: 23px;
  float: left;
  cursor: pointer;
}
#header .top .form .block .input {
  width: 130px;
  height: 23px;
  float: left;
}
#header .top .form .block .input > input[type="text"] {
  box-sizing: border-box;
  width: 130px;
  height: 23px;
  color: #333;
  border: 1px solid #ccc;
  font-size: 13px;
  padding-right: 3px;
  padding-left: 3px;
  outline: none;
}
#header .top .agentArea {
  width: 259px;
  float: left;
}
#header .top .agentArea .item {
  display: inline-block;
  margin: 5px 2px 0 0;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}
#header .top .agentArea .item:hover .subMenu {
  display: block;
}
#header .top .agentArea .item:hover a {
  color: #c9f3ff;
  background: #061034;
}
#header .top .agentArea .item a {
  display: block;
  line-height: 36px;
  color: #240080;
  border-radius: 6px 6px 0 0;
  padding: 0 2px;
}
#header .top .agentArea .item a:hover {
  color: #c9f3ff;
  background: #061034;
}
#header .top .agentArea .item .subMenu {
  display: none;
  position: absolute;
  border-top: 1px solid #fff;
  z-index: 2;
}
#header .top .agentArea .item .subMenu ul li {
  background-color: #061034;
}
#header .top .agentArea .item .subMenu ul li:last-child {
  border-radius: 0 0 6px 6px;
}
#header .top .agentArea .item .subMenu ul li:last-child a {
  border-radius: 0 0 6px 6px;
}
#header .top .agentArea .item .subMenu ul li a {
  color: #d6d6d6;
}
#header .top .agentArea .item .subMenu ul li:hover a {
  color: #c9f3ff;
}
#header .top .memberArea {
  height: 51px;
  margin-bottom: 0;
  float: left;
}
#header .top .memberArea > ul {
  margin-left: 4px;
  width: 90px;
  float: right;
}
#header .top .memberArea > ul > li {
  width: 50%;
  float: left;
}
#header .top .memberArea ul.loginTab li a {
  display: block;
  width: 100%;
  margin: 5px 0;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 36px;
  color: #f00;
  text-align: center;
  transition: all 500ms ease;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
#header .top .memberArea ul.loginTab li a.active,
#header .top .memberArea ul.loginTab li a.activeg {
  display: block;
  width: 100%;
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 36px;
  text-align: center;
  transition: all 500ms ease;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px;
  color: #ba1430;
  /*background-color:#FFBEE4;*/
  background-color: #d6daff;
}

/*#header .top .memberArea ul.loginTab li a.activeg {
	background-color:#D6DAFF;
}*/
#header .top .memberArea #userbox {
  display: none;
  margin-right: 44px;
  position: absolute;
  float: right;
  width: 90px;
  top: 56px;
  right: 0;
  z-index: 20;
  max-width: 143px;
  /*background-color:#FFF;*/
  background-color: #37206f;
  border: 1px solid #000;
  box-shadow: 1px 2px 3px #999;
  border-radius: 4px;
}
#header .top .memberArea #organbox {
  display: none;
  margin-right: 1px;
  position: absolute;
  float: right;
  width: 7%;
  width: 80px;
  top: 56px;
  right: 0;
  z-index: 20;
  max-width: 143px;
  /*background-color:#FFF;*/
  background-color: #37206f;
  border: 1px solid #000;
  box-shadow: 1px 2px 3px #999;
  border-radius: 4px;
}
#header .top .memberArea #userbox::before,
#header .top .memberArea #organbox::before {
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  margin-top: -8px;
  margin-left: 30px;
  display: block;
  width: 13px;
  height: 13px;
  /*background:#FFF;*/
  background: #37206f;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}
#header .top .memberArea #userbox ul,
#header .top .memberArea #organbox ul {
  width: 100%;
  color: #fff;
  padding: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#header .top .memberArea #userbox ul li,
#header .top .memberArea #organbox ul li {
  width: 100%;
  height: 35px;
  font-size: 14px;
  letter-spacing: 1px;
  /*text-align:center;*/
  text-align: left;
  border-bottom: 1px solid #a9a9a9;
}
#header .top .memberArea #userbox ul li:last-child,
#header .top .memberArea #organbox ul li:last-child {
  border-bottom: none;
}
#header .top .memberArea #userbox ul li a,
#header .top .memberArea #organbox ul li a {
  line-height: 35px;
  padding: 0 5px;
  display: block;
  /*color:#595959;*/
  color: #d6d6d6;
}
#header .top .memberArea #userbox ul li:hover {
  /*background-color:#FFD3F0;*/
  background-color: #37206f;
}
#header .top .memberArea #organbox ul li:hover {
  background-color: #37206f;
}
#userbox.userboxHoverColor:before {
  /*background:#FFD3F0 !important;*/
  background: #37206f !important;
}
#organbox.organboxHoverColor:before {
  background: #37206f !important;
}
#header .top .memberArea #userbox ul li:hover a {
  /*color:#FF005C;*/
  color: #fffc91;
}
#header .top .memberArea #organbox ul li:hover a {
  color: #fffc91;
}

/*#header .top .memberArea .icon {
	display:inline-block;
	width:43px;
	height:43px;
	margin:0 4px;
	border-radius:50%;
	text-align:center;
	position:relative;
}
#header .top .memberArea .icon:after {
	display:block;
	position:absolute;
	border-radius:50%;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}
#header .top .memberArea .icon:before {
	display:block;
	-webkit-font-smoothing:antialiased;
}
#header .top .memberArea .free:before {
	content:url(../images/common/icon_headerFree1-1.png);
}
#header .top .memberArea .free:hover:before {
	content:url(../images/common/icon_headerFree1-2.png);
}*/
/*滑動效果*/
/*#header .top .memberArea .icon {
	box-shadow:0 0 0 3px #C1C1C1;
	overflow:hidden;
	-webkit-transition:background 0.3s, color 0.3s, box-shadow 0.3s;
	-moz-transition:background 0.3s, color 0.3s, box-shadow 0.3s;
	transition:background 0.3s, color 0.3s, box-shadow 0.3s;
}
#header .top .memberArea .icon:hover:before {
	-webkit-animation:toRightFromLeft 0.3s forwards;
	-moz-animation:toRightFromLeft 0.3s forwards;
	animation:toRightFromLeft 0.3s forwards;
}
#header .top .memberArea .free:hover {
	box-shadow:0 0 0 5px #3A56A5;
}
@-webkit-keyframes toRightFromLeft {
	49% {-webkit-transform:translate(100%);}
	50% {opacity:0;-webkit-transform:translate(-100%);}
	51% {opacity:1;}
}
@-moz-keyframes toRightFromLeft {
	49% {-moz-transform:translate(100%);}
	50% {opacity:0;-moz-transform:translate(-100%);}
	51% {opacity:1;}
}
@keyframes toRightFromLeft {
	49% {transform:translate(100%);}
	50% {opacity:0;transform:translate(-100%);}
	51% {opacity:1;}
}*/

#header .down {
  width: 1130px;
  /* border-bottom:2px solid #5D5D5D; */
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.161);
}
#header .down .nav-area {
  padding-right: 3%;
  padding-left: 3%;
}
#header .down .nav-area > ul {
  margin-bottom: 0 !important;
}
#header .down .nav-area > ul > li {
  width: calc((100% / 11) - 1px);
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  float: left;
}
#header .down .nav-area > ul > li > a {
  width: 100%;
  height: 38px;
  line-height: 38px;
  letter-spacing: 1px;
  display: block;
  color: #151515;
}
#header .down .nav-area > ul > li > a.on,
#header .down .nav-area > ul > li > a:hover {
  color: #fff;
  background-color: #3f51b5;
}
#header .down .nav-area > ul > li > ul {
  width: 100%;
  display: none;
  position: absolute;
  margin-top: 0;
  z-index: 98;
}
#header .down .nav-area > ul > li > ul > li {
  background-color: #309969;
  text-align: center;
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #fff;
}
#header .down .nav-area > ul > li > ul > li:hover {
  background-color: #fff;
  transition: ease 0.3s;
}
#header .down .nav-area > ul > li > ul > li > a {
  width: 100%;
  height: 40px;
  line-height: 40px;
  display: block;
  color: #fff;
}
#header .down .nav-area > ul > li > ul > li > a:hover {
  color: #333;
}
#header .down .nav-area > ul > li:hover > ul {
  display: block;
}
#header .down .nav-area > ul > li:hover span::before {
  content: "";
  position: absolute;
  margin-top: -10px;
  margin-left: -17px;
  border-width: 0 15px 10px 15px;
  border-style: solid;
  border-color: transparent transparent #309969 transparent;
  width: 0;
  height: 0;
  z-index: 98;
}

@media only screen and (min-width: 1131px) {
  #header {
    width: 100%;
  }
  #header .top {
    width: 100%;
  }
  #header .top .logo {
    margin-left: 20px;
  }
  #header .top .form {
    width: calc(100% - 537px);
  }
  #header .top .memberArea {
    padding-right: 20px;
  }
  #header .down {
    width: 100%;
  }
  #header .down .nav-area {
    padding-right: 4.5%;
    padding-left: 4.5%;
  }
  #header .down .nav-area > ul > li > a {
    letter-spacing: 2px;
  }
}
@media only screen and (min-width: 1199px) {
  #header .down .nav-area > ul > li {
    font-size: 19px;
  }
}

#lean_overlay {
  width: auto;
  height: auto;
  overflow: auto;
  position: fixed;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  z-index: 100;
  background: #000;
  display: none;
}

#member_login {
  width: 600px;
  height: auto;
  padding: 30px;
  display: none;
  background: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
}
#member_login .helperNumber {
  margin-top: 8px;
  font-family: Arial, verdana, tahoma;
  font-size: 13px;
  font-weight: bold;
  color: white;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  background: #ff3019; /* Old browsers */
  background: -webkit-linear-gradient(
    top,
    #ff3019 0%,
    #cf0404 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #ff3019),
    color-stop(100%, #cf0404)
  ); /* Chrome,Safari4+ */
  background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* FF3.6+ */
  background: -ms-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* IE10+ */
  background: -o-linear-gradient(
    top,
    #ff3019 0%,
    #cf0404 100%
  ); /* Opera 11.10+ */
  background: linear-gradient(to bottom, #ff3019 0%, #cf0404 100%); /* W3C */
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 3px solid white;
  border-radius: 50%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF3019', endColorstr='#CF0404', GradientType=0); /* IE6-9 */
  filter: progid:DXImageTransform.Microsoft.Shadow(direction=135, strength=2, color=F00); /* IE10 text shadows */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  display: none;
}
.title_login01 {
  background-image: url(../images/member/block/signin.png);
  background-repeat: no-repeat;
  text-align: left;
  text-indent: -1000px;
  white-space: nowrap;
  display: block;
  margin: 0;
  padding: 0;
  height: 35px;
  width: 241px;
  background-position: left top;
  overflow: hidden;
}

/* footer start. */
#footer {
  width: 100%;
  margin-top: 10px;
  clear: both;
  float: left;
}
#footer .footer {
  width: 990px;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  height: 64px;
  background-color: #d3eaff;
}
#footer .quickLinks a {
  color: #555555;
  text-decoration: none;
  line-height: 20px;
}
#footer .quickLinks a:hover {
  color: #0033cc;
}
#footer .info {
  font-size: 12px;
  color: #555555;
  float: left;
  text-align: right;
  margin-right: 7px;
}
#footer .info .copyright {
  font-size: 11px;
}
#footer .info .browser_set {
  font-weight: bolder;
  color: #000000;
}
.footerLine {
  border-bottom: #157dc6 5px solid;
  margin-top: 10px;
}
#footerNew {
  font-family: "新細明體";
  margin-top: 23px;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  letter-spacing: 0.5pt;
  color: #545454;
}
#footerNew a:link,
#footerNew a:visited,
#footerNew a:hover,
#footerNew a:active {
  text-decoration: none;
  color: #047fff;
}
#footerNew .infoFooter {
  margin-top: 12px;
}
/* footer end. */

/* 線上互動課程上課提醒視窗 Start. */
.online-box {
  /*width: 40%;*/
  margin: 0 auto;
  padding: 35px;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}

.online-button {
  font-size: 1em;
  padding: 7px 20px;
  color: #fff;
  font-size: 16px;
  border: 2px solid #1862cb;
  border-radius: 26px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
  background: #1862cb;
}

.online-button:hover {
  background: #123b76;
  color: #ffffff;
}

.online-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  display: none;
  z-index: 100;
  /*   visibility: hidden; */
  /*   opacity: 0; */
}
.online-overlay.active {
  display: block;
}
/* .online-overlay:target {
  visibility: visible;
  opacity: 1;
} */

.online-popup {
  margin: auto;
  padding: 5px;
  background-image: url(https://www.1111edu.com.tw/edm/test02/1.png);
  background-repeat: no-repeat;
  background-position: center center;
  color: #20486b;
  position: absolute;
  width: 500px;
  height: 500px;
  max-width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.online-popup h2 {
  text-align: center;
  margin-top: 280px;
  margin-bottom: 20px;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 28px;
  font-weight: bold;
}

.online-popup .online-close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}

.online-popup .online-close:hover {
  color: #c7c7c7;
}

.online-popup .online-content {
  max-height: 50%;
  font-size: 16px;
  line-height: 24px;
  overflow: auto;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
}
/* 線上互動課程上課提醒視窗 End. */

#mainContent {
  width: 100%;
}

#examinationNone {
  width: 100%;
  font-size: 14px;
}
#examinationNone .img {
  width: 120px;
  margin: 60px auto 30px;
}
#examinationNone .word {
  text-align: center;
  color: #808080;
}

.blockStyle01 {
  width: 440px;
  margin-top: 15px;
  border: 2px solid #83c7ea;
  margin-bottom: 10px;
  background-color: #f7f9f9;
}
.blockStyle01 .content {
  width: 395px;
  margin-top: 28px;
}
.blockStyle01 .content .item {
  width: 100%;
  height: 46px;
  margin-bottom: 20px;
}
.blockStyle01 .content .item .num {
  width: 28px;
  height: 46px;
  margin-right: 5px;
  float: left;
}
.blockStyle01 .content .item .name {
  height: 46px;
  margin-right: 15px;
  float: left;
}
.blockStyle01 .content .item .name .txt {
  height: 46px;
  display: table-cell;
  vertical-align: middle;
}
.blockStyle01 .content .item .value {
  height: 46px;
  float: left;
}
.blockStyle01 .content .act {
  width: 100%;
}
.blockStyle01 .content .act .saveMe {
  width: 90px;
  padding-left: 10px;
  float: left;
}
.blockStyle01 .content .act .fb {
  width: 295px;
  float: left;
}
.blockStyle01 .content .act .fb .fbme {
  width: 130px;
  height: 20px;
  margin-left: 10px;
  margin-right: 5px;
  float: left;
}
.blockStyle01 .content .act .fb .num {
  width: 28px;
  height: 46px;
  float: left;
}

.inputStyle2_w250h40 {
  height: 40px;
  width: 250px;
  font-size: 18px;
  border: 2px solid #7ecae8;
}

.txtStyle1_b0431 a {
  color: #1b76b9;
  padding-left: 10px;
}
.txtStyle1_b0431 a:hover {
  color: #ff0000;
}

.btn_submit03 {
  background-image: url(../images/common/btn_style2_in.png);
  background-repeat: no-repeat;
  background-color: transparent;
  border-style: none;
  width: 394px;
  height: 50px;
  cursor: pointer;
  opacity: 0.9;
}
.btn_submit03:hover {
  opacity: 1;
}

.icon_free1 {
  background-image: url(../images/common/icon_free.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  height: 15px;
  width: 48px;
  text-decoration: none;
  text-align: left;
  text-indent: -1000px;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
.icon_free3 {
  background-image: url(../images/common/icon_free_2.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  height: 15px;
  width: 48px;
  text-decoration: none;
  text-align: left;
  text-indent: -1000px;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
.icon_free4 {
  background-image: url(../images/common/icon_training.png);
  background-repeat: no-repeat;
  background-position: left top;
  height: 15px;
  width: 48px;
  text-decoration: none;
  text-align: left;
  text-indent: -1000px;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}

.clear {
  clear: both;
  line-height: 0;
  font-size: 0px;
  display: block;
}
.bottomLine01 {
  border-bottom: 1px rgba(0, 135, 204, 1) solid;
}
.margin_top10 {
  margin-top: 10px;
}
.margin_top20 {
  margin-top: 20px;
}
.margin_top30 {
  margin-top: 30px;
}
.margin_top40 {
  margin-top: 40px;
}
.margin_top50 {
  margin-top: 50px;
}
.margin_top60 {
  margin-top: 60px;
}
.margin_top70 {
  margin-top: 70px;
}
.margin_top80 {
  margin-top: 80px;
}
.margin_top90 {
  margin-top: 90px;
}
.margin_top100 {
  margin-top: 100px;
}
.margin_bottom10 {
  margin-bottom: 10px;
}
.margin_bottom20 {
  margin-bottom: 20px;
}
.margin_bottom30 {
  margin-bottom: 30px;
}
.margin_bottom40 {
  margin-bottom: 40px;
}
.margin_bottom50 {
  margin-bottom: 50px;
}
.margin_bottom60 {
  margin-bottom: 60px;
}
.margin_bottom70 {
  margin-bottom: 70px;
}
.margin_bottom80 {
  margin-bottom: 80px;
}
.margin_bottom90 {
  margin-bottom: 90px;
}
.margin_bottom100 {
  margin-bottom: 100px;
}

/* Flickity
------------------------- */
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.flickity-slider {
  position: absolute;
  width: 100%;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: hsla(0, 0%, 100%, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  outline: none;
}
.flickity-prev-next-button.previous {
  left: 10px;
}
.flickity-prev-next-button.next {
  right: 10px;
}
.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}
.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
.flickity-prev-next-button .arrow {
  fill: #333;
}

/* color & size if no SVG - IE8 and Android 2.3 */
.flickity-prev-next-button.no-svg {
  color: #333;
  font-size: 26px;
}

.jobsMore {
  width: 160px !important;
  height: 40px;
  font-size: 15px;
  line-height: 40px;
  text-align: center;
  margin: 15px auto 15px auto;
  /*display:none;*/
}
.jobsMore a {
  color: #fff;
  width: 160px !important;
  background: #46c2c8;
  float: left;
}
.jobsMore a:hover {
  background: rgb(0, 135, 204);
  color: #fff;
}

.btn_rank1 {
  background-image: url(../images/advancedStudies/common/icon4.png);
  background-repeat: no-repeat;
  background-position: 3px 4px;
  text-align: left;
  text-indent: -1000px;
  white-space: nowrap;
  display: inline-block;
  height: 14px;
  width: 12px;
  overflow: hidden;
  cursor: pointer;
}
.btn_rank2 {
  background-image: url(../images/advancedStudies/common/icon5.png);
  background-repeat: no-repeat;
  background-position: 3px 4px;
  text-align: left;
  text-indent: -1000px;
  white-space: nowrap;
  display: inline-block;
  height: 14px;
  width: 12px;
  overflow: hidden;
  cursor: pointer;
}
.btn_rank1_2 {
  background-image: url(../img/common/iDown.png);
  background-repeat: no-repeat;
  background-position: 3px 4px;
  text-align: left;
  text-indent: -1000px;
  white-space: nowrap;
  display: inline-block;
  height: 14px;
  width: 12px;
  overflow: hidden;
  cursor: pointer;
}
.btn_rank2_2 {
  background-image: url(../img/common/iUp.png);
  background-repeat: no-repeat;
  background-position: 3px 4px;
  text-align: left;
  text-indent: -1000px;
  white-space: nowrap;
  display: inline-block;
  height: 14px;
  width: 12px;
  overflow: hidden;
  cursor: pointer;
}

/*置中的大標題*/
.centerTitle01 {
  text-align: center;
  color: rgba(65, 64, 66, 1);
  font-size: 30px;
  line-height: 50px;
  margin: 10px 0;
}
.centerTitle02 {
  height: 40px;
  margin-bottom: 10px;
  text-align: center;
  color: rgba(0, 135, 204, 1);
  font-size: 24px;
  letter-spacing: 5px;
  line-height: 40px;
  font-weight: 700;
}
.centerTitle02 span.more {
  font-size: 12px;
  float: right;
}
.centerTitle02 span.more a {
  color: #0087cc;
}
.centerTitle02 span.more a:hover {
  color: #f30;
}
.centerTitle03 {
  text-align: center;
  color: #808080;
  font-size: 18px;
  line-height: 30px;
}
.centerTitle04 {
  height: 20px;
  text-align: center;
  color: rgba(0, 135, 204, 1);
  font-size: 16px;
}
.centerTitle04_2 {
  text-align: center;
  color: rgba(51, 53, 52, 1);
  font-size: 16px;
  line-height: 30px;
}
.centerTitle05,
.centerTitle06 {
  height: 20px;
  text-align: center;
  font-size: 15px;
}
.centerTitle05 {
  color: rgba(0, 135, 204, 1);
}
.centerTitle06 {
  color: rgba(85, 84, 86, 1);
}
.centerTitle07 {
  text-align: center;
  font-size: 16px;
  color: #ce007f;
}

/* 會員通知圈圈 */
.circle {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  font-size: 10px;
  color: #fff;
  line-height: 15px;
  text-align: center;
  background: #f00;
}
.upper-right {
  position: absolute;
  top: 18px;
  right: 70px;
}
@media only screen and (max-width: 768px) {
  #fill-form img {
    width: 50px;
    height: 60px;
    right: 0;
    position: fixed;
  }
}
