* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#rand-img {
  display: unset !important;
  width: 50px !important;
  height: 20px !important;
}
.topLinkFrame img {
  display: unset !important;
  width: 80px !important;
  height: 17px !important;
}
#eduHeader {
  width: 100%;
  height: 46px;
  background-color: #fffdcf;
  position: relative;
  z-index: 99;
}
#eduHeader .menu {
  width: 46px;
  height: 46px;
  padding: 5px;
  display: inline-block;
}
#eduHeader .menu img {
  vertical-align: initial !important;
}
#eduHeader .logo {
  width: 137px;
  height: 41px;
  margin-left: 5px;
  display: inline-block;
  vertical-align: sub;
}
#eduHeader .logo h2 {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 1.5em !important;
  font-weight: bold !important;
  line-height: normal !important;
}
#eduHeader .logo h2 a img {
  vertical-align: initial !important;
}
#eduHeader .date {
  width: calc(100% - 198px);
  text-align: right;
  padding-right: 10px;
  display: inline-block;
}
#eduHeader .date .date_icon {
  display: inline-block;
  position: absolute;
  top: 5px;
  right: 132px;
  overflow: hidden;
}
#eduHeader .date .date_word {
  vertical-align: super;
  font-size: 1em;
  color: #000;
}
#eduHeader .menu .border {
  width: 36px;
  height: 36px;
  padding: 5px;
  border: 1px solid #eee;
  border-radius: 3px;
}
#eduHeader .menu .border:hover {
  width: 36px;
  height: 36px;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
  -moz-box-shadow: 1px 1px 1px #000;
  -webkit-box-shadow: 1px 1px 1px #000;
  box-shadow: 1px 1px 1px #000;
}
#menu {
  background: #333;
  position: absolute;
  top: 74px;
  width: 180px;
  z-index: 9999;
  left: -220px;
  bottom: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
#menu li {
  line-height: 49px;
  border-bottom: 1px solid #666;
}
#menu li a {
  display: block;
  font-size: 1.2em;
  color: white;
  padding-left: 65px;
  background: no-repeat 20px center;
  transition: all 500ms ease;
}
#menu > li.home > a {
  background-image: url(/edu_mobile/images/common/icon_home1-1.png);
  background-size: 29px 29px;
}
#menu > li.events > a {
  background-image: url(/edu_mobile/images/common/icon_events1-1.png);
  background-size: 29px 29px;
}
#menu > li.cate2_1 > a {
  background-image: url(/images/events/icon_cate2_1-1.png);
  background-size: 29px 29px;
}
#menu > li.cate2_2 > a {
  background-image: url(/images/events/icon_cate2_2-1.png);
  background-size: 29px 29px;
}
#menu > li.cate2_3 > a {
  background-image: url(/images/events/icon_cate2_3-1.png);
  background-size: 29px 29px;
}
#menu > li.cate2_4 > a {
  background-image: url(/images/events/icon_cate2_4-1.png);
  background-size: 29px 29px;
}
#menu > li.cate2_5 > a {
  background-image: url(/images/events/icon_cate2_5-1.png);
  background-size: 29px 29px;
}
#menu > li.cate2_6 > a {
  background-image: url(/images/events/icon_cate2_6-1.png);
  background-size: 29px 29px;
}
#menu > li.cate2_7 > a {
  background-image: url(/images/events/icon_cate2_7-1.png);
  background-size: 29px 29px;
}
#menu > li.cate2_8 > a {
  background-image: url(/images/events/icon_cate2_8-1.png);
  background-size: 29px 29px;
}
#menu > li.cate2_160 > a {
  background-image: url(/images/events/icon_cate2_160-1.png);
  background-size: 29px 29px;
}
#menu > li.cate2_166 > a {
  background-image: url(/images/events/icon_cate2_166-1.png);
  background-size: 29px 29px;
}
#menu > li.cate2_400 > a {
  background-image: url(/images/events/icon_cate2_400-1.png);
  background-size: 29px 29px;
}
#menu > li.member_login > a {
  background-image: url(/images/events/icon_signin-1.png);
  background-size: 29px 29px;
}
#menu > li.member_logout > a {
  background-image: url(/images/events/icon_signout-1.png);
  background-size: 29px 29px;
}
#menu > li.member_reg > a {
  background-image: url(/images/events/icon_memberreg-1.png);
  background-size: 29px 29px;
}
#menu > li.member_area > a {
  background-image: url(/images/events/icon_memberarea-1.png);
  background-size: 29px 29px;
}
#menu li a:hover,
#menu li a:active {
  color: yellow;
  background-color: #999;
}
#menu > li.home > a:active,
#menu > li.home > a:hover {
  background-image: url(/edu_mobile/images/common/icon_home1-2.png);
}
#menu > li.events > a:active,
#menu > li.events > a:hover {
  background-image: url(/edu_mobile/images/common/icon_events1-2.png);
}
#menu > li.cate2_1 > a:active,
#menu > li.cate2_1 > a:hover {
  background-image: url(/images/events/icon_cate2_1-2.png);
}
#menu > li.cate2_2 > a:active,
#menu > li.cate2_2 > a:hover {
  background-image: url(/images/events/icon_cate2_2-2.png);
}
#menu > li.cate2_3 > a:active,
#menu > li.cate2_3 > a:hover {
  background-image: url(/images/events/icon_cate2_3-2.png);
}
#menu > li.cate2_4 > a:active,
#menu > li.cate2_4 > a:hover {
  background-image: url(/images/events/icon_cate2_4-2.png);
}
#menu > li.cate2_5 > a:active,
#menu > li.cate2_5 > a:hover {
  background-image: url(/images/events/icon_cate2_5-2.png);
}
#menu > li.cate2_6 > a:active,
#menu > li.cate2_6 > a:hover {
  background-image: url(/images/events/icon_cate2_6-2.png);
}
#menu > li.cate2_7 > a:active,
#menu > li.cate2_7 > a:hover {
  background-image: url(/images/events/icon_cate2_7-2.png);
}
#menu > li.cate2_8 > a:active,
#menu > li.cate2_8 > a:hover {
  background-image: url(/images/events/icon_cate2_8-2.png);
}
#menu > li.cate2_160 > a:active,
#menu > li.cate2_160 > a:hover {
  background-image: url(/images/events/icon_cate2_160-2.png);
}
#menu > li.cate2_166 > a:active,
#menu > li.cate2_166 > a:hover {
  background-image: url(/images/events/icon_cate2_166-2.png);
}
#menu > li.cate2_400 > a:active,
#menu > li.cate2_400 > a:hover {
  background-image: url(/images/events/icon_cate2_400-2.png);
}
#menu > li.member_login > a:active,
#menu > li.member_login > a:hover {
  background-image: url(/images/events/icon_signin-2.png);
}
#menu > li.member_logout > a:active,
#menu > li.member_logout > a:hover {
  background-image: url(/images/events/icon_signout-2.png);
}
#menu > li.member_reg > a:active,
#menu > li.member_reg > a:hover {
  background-image: url(/images/events/icon_memberreg-2.png);
}
#menu > li.member_area > a:active,
#menu > li.member_area > a:hover {
  background-image: url(/images/events/icon_memberarea-2.png);
}
.menu_mask {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 88;
  filter: alpha(opacity=70);
  zoom: 1;
  opacity: 0.7;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  background-color: #000;
}
.eventTitle {
  padding: 30px 5px 0;
  margin-bottom: 10px;
  text-align: center;
}
.eventTitle h1 {
  font-size: 2em !important;
  font-weight: bold !important;
  color: #530559 !important;
  letter-spacing: 3px !important;
  line-height: 40px !important;
  display: inline;
}
#introBlock .wrap {
  position: relative;
  overflow: hidden;
}
#introBlock .wrap .gradient {
  width: 100%;
  height: 35px;
  background: url(https://www.1111.com.tw/job-bank/images/gradient.png) repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
  cursor: pointer;
}
#introBlock .eventIntro {
  color: #333;
  text-align: center;
  font-size: 1.2em;
  line-height: 25px;
  padding: 0 5px;
}
#introBlock .read-more {
  text-align: center;
  font-size: 45px;
  line-height: 1;
  font-weight: normal;
}
#introBlock .read-more a {
  color: #dadada;
  text-decoration: none;
  display: block;
  width: 100%;
}
#reqForm {
  width: 100%;
  background: url(/images/events/bg_reqform.png);
  background-repeat: repeat-y;
  background-size: cover;
}
#reqForm .content {
  width: 100%;
  padding: 25px 15%;
  margin: 0 auto;
}
#reqForm * {
  box-sizing: border-box;
}
#reqForm .content .title {
  padding-left: 10px;
  padding-bottom: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 1.5em;
  color: #fff;
}
#reqForm .content .other fieldset {
  padding: 10px !important;
  margin-bottom: 10px !important;
  border-width: 2px !important;
  border-style: groove !important;
  border-color: threedface !important;
  border-image: initial !important;
}
#reqForm .content .other fieldset:last-child {
  margin-bottom: 15px !important;
}
#reqForm .content .other fieldset legend {
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
  font-size: 1em !important;
  border-width: initial !important;
  border-style: none !important;
  border-color: initial !important;
  border-image: initial !important;
}
#reqForm .content ul li {
  width: 49%;
  height: 30px;
  vertical-align: text-top;
  padding: 0 10px;
  display: inline-block;
  margin-bottom: 10px;
}
#reqForm .input1 {
  width: 100%;
}
#reqForm .height100per {
  height: 100%;
}
#reqForm .paddingRL4 {
  padding-right: 4px;
  padding-left: 4px;
}
#reqForm .inputbg {
  background-color: #dfdbed;
  border: none;
  outline: none;
}
#reqForm .input2 {
  width: calc(100% - 100px);
}
#reqForm .input3 {
  width: calc((100% - 60px) / 2);
  height: 30px;
}
#reqForm select.input3 {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: #dfdbed;
  background-image: url(/edu_mobile/images/common/icon_select01.png);
  background-repeat: no-repeat;
  background-position: 98%;
  background-size: 1.4em;
  font-size: 1.2em;
  font-weight: 600;
  color: #2f3980;
  padding-right: 10px;
  padding-left: 10px;
  border: none;
  outline: none;
}
#reqForm .input4 {
  width: 50px;
  text-align: center;
  cursor: not-allowed;
}
#reqForm input[type="text"] {
  font-weight: bold;
  color: #2e3b94;
  letter-spacing: 1px;
}
#reqForm input[type="text"]::-webkit-input-placeholder {
  color: #2f3980;
  opacity: 0.85;
  font-weight: 500;
}
#reqForm input[type="text"]:-moz-placeholder {
  color: #2f3980;
  opacity: 0.85;
  font-weight: 500;
}
#reqForm input[type="text"]::-moz-placeholder {
  color: #2f3980;
  opacity: 0.85;
  font-weight: 500;
}
#reqForm input[type="text"]:-ms-input-placeholder {
  color: #2f3980;
  opacity: 0.85;
  font-weight: 500;
}
#reqForm input[type="text"]::-ms-input-placeholder {
  color: #2f3980;
  opacity: 0.85;
  font-weight: 500;
}
#reqForm input[type="text"]::placeholder {
  color: #2f3980;
  opacity: 0.85;
  font-weight: 500;
}
.ui-visual-focus {
  box-shadow: 0 0 3px 1px rgb(129, 3, 244);
  transition: all 0.5s ease;
}
.ui-state-active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #009688;
  background: #009688;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #ffe851;
}
#reqForm input[type="text"]:focus,
#reqForm select:focus {
  border: 1px solid #9c6aec;
  -webkit-appearance: none;
  -o-box-shadow: 0 0 8px 1px #18a795;
  -moz-box-shadow: 0 0 8px 1px #18a795;
  -webkit-box-shadow: 0 0 8px 1px #18a795;
  box-shadow: 0 0 8px 1px #18a795;
  transition: all 0.5s ease;
}
#reqForm ul.info li label {
  color: #d81414;
}
#reqForm ul.info li label.ui-state-active {
  color: #ffcdca;
}
#reqForm ul.info li label a {
  color: #d81414;
  text-decoration: underline;
}
#reqForm ul.info li label.ui-state-active a {
  color: #f56565;
}
#reqForm ul.info li label a:hover {
  color: #f00;
}
#reqForm .ui-icon2 {
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: bottom;
  margin-top: -0.05em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
#reqForm .ui-icon-sign {
  background-image: url(/images/events/icon_sign.png);
}
#reqForm .ui-icon-ask {
  background-image: url(/images/events/icon_ask.png);
}
#reqForm .ui-icon-man {
  background-image: url(/images/events/icon_male.png);
}
#reqForm .ui-icon-woman {
  background-image: url(/images/events/icon_female.png);
}
#reqForm .msg {
  padding-top: 20px;
  text-align: center;
  font-size: 1em;
  color: #d81414;
}
#reqForm .button {
  text-align: center;
}
#reqForm .button .ui-button {
  background: #009688;
  color: #fff;
  outline: none;
}
#reqForm .button {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
#reqForm .button .ui-button:hover {
  background: #516db5;
}
#reqForm .button .ui-button:active,
#reqForm .button .ui-button:focus {
  box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
#reqForm .button .ui-widget2 {
  font-size: 1.2em;
}
#reqForm .button .ui-button .ui-icon-submit {
  width: 32px;
  height: 32px;
  background-image: url(/images/events/icon_submit.png);
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.sharelink {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 3rem 0;
}
.sharelink img {
  width: 7em;
  height: 3em;
  padding-left: 0.7em;
}
@media screen and (max-width: 767px) {
  #reqForm .content ul li {
    width: 100%;
    display: table;
  }
}
@media screen and (max-width: 657px) {
  #reqForm {
    background-size: cover;
  }
  #reqForm .content {
    padding: 20px 10%;
  }
}
@media screen and (max-width: 525px) {
  #reqForm .content {
    padding: 20px 8%;
  }
}
@media screen and (max-width: 400px) {
  #eduHeader .date .date_icon {
    display: none;
  }
  #reqForm .content {
    padding: 20px 6%;
  }
}
