@charset "UTF-8";

div.mobile {
   display: none;
}

.mainContent, .searchBar > div, .job_content, .job_content_beginning,
.job_content_unfind, .hr_content > div {
   max-width: 1170px;
   width: 100%;
   margin-right: auto;
   margin-left: auto;
}

.adPrice, .searchBar > div, .job_content_ui {
   padding-left: 15px;
   padding-right: 15px;
}

.featuresbox, .recruitPriceBox, .adb {
   max-width: 950px;
   margin-left: auto;
   margin-right: auto;
}

.job_file_detail li span.text {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
}

.adbImg, .popupBg, .popupHeader, .index1 .popAdPhoto {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
      -ms-flex-pack: center;
    justify-content: center;
   -webkit-box-align: center;
      -ms-flex-align: center;
         align-items: center;
}

.hr_file {
   -webkit-box-shadow: 1px 1px 5px 1px #e2e2e2;
           box-shadow: 1px 1px 5px 1px #e2e2e2;
}

/*index main*/
.index {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.index main {
   padding-top: 124px;
   padding-bottom: 66px;
   -webkit-box-flex: 1;
           -ms-flex: 1;
               flex: 1;
}

main {
   display: block;
   position: relative;
   width: 100%;
   padding-top: 60px;
   padding-bottom: 64px;
   -webkit-box-flex: 1;
      -ms-flex: 1;
            flex: 1;
}

/* For 程式 */
.index form {
   display: block;
   width: 100%;
   /* height: 100%; */
}

/* For 程式 */
.index .K_popup .popupBody {
   text-align: center;
}

.index .K_popup > div:nth-of-type(2).forgetPassword {
   max-width: 550px;
   width: 100%;
}

.index .K_popup > div:nth-of-type(2).forgetPassword * {
   vertical-align: middle;
}

.index .K_popup > div:nth-of-type(2).forgetPassword p {
   text-align: left;
   padding-bottom: 12px;
}

.index .K_popup > div:nth-of-type(2).forgetPassword div[class^="user"] {
   display: inline-block;
   text-align: left;
   padding-bottom: 12px;
   margin-right: 16px;
}

.index .K_popup > div:nth-of-type(2).forgetPassword label {
   display: inline-block;
   font-size: 16px;
   line-height: 28px;
   margin-right: 12px;
}

.index .K_popup > div:nth-of-type(2).forgetPassword input[type="text"] {
   line-height: 28px;
   padding: 0 4px;
   border-radius: 4px;
}

.index .K_popup > div:nth-of-type(2).forgetPassword input[type="radio"] {
   width: 12px;
   height: 12px;
   border-radius: 12px;
   vertical-align: middle;
   margin-right: 4px;
}

.index .K_popup > div:nth-of-type(2).forgetPassword input[type="radio"]:checked {
   background-color: #007bff;
}

.index .K_popup > div:nth-of-type(2).forgetPassword button {
   display: block;
   margin: auto;
}

.index .K_popup > div:nth-of-type(2).forgetPassword .warn {
   color: #424242;
   font-size: 15px;
   border-top: 1px dotted #ccc;
   padding-top: 12px;
   margin-top: 16px;
}

.index .K_popup > div:nth-of-type(2).forgetPassword .warn span {
   display: inline-block;
   margin-bottom: 5px;
}

.index .K_popup > div:nth-of-type(2).forgetPassword .warn a {
   color: #007de9;
   display: inline-block;
   margin-bottom: 4px;
}

.login {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
}

.loginPhoto .smallPhoto {
   width: calc((100% - 24px) / 3);
   float: left;
   padding-left: 0;
   padding-right: 0;
   -webkit-transition: all 0.3s;
   transition: all 0.3s;
}

.loginPhoto .smallPhoto:nth-child(2) {
   margin-right: 12px;
}

.loginPhoto .smallPhoto:nth-child(3) {
   margin-right: 11.5px;
}

.loginPhoto .smallPhoto:hover {
   opacity: 0.8;
}

.loginPhoto img {
   width: 100%;
}

.smallPhoto a {
   height: 100%;
}

.bigPhoto {
   padding-left: 0;
   padding-right: 0;
   padding-bottom: 8px;
   -webkit-transition: all 0.3s;
   transition: all 0.3s;
}

.bigPhoto:hover {
   opacity: 0.8;
}

.ADfixOpen {
   display: none;
}

.loginContent {
   -webkit-box-sizing: border-box;
            box-sizing: border-box;
   min-height: 100%;
   background: #ffffff;
   text-align: center;
   border: 1px solid #dfe1e5;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
      flex-wrap: wrap;
   -webkit-box-pack: start;
      -ms-flex-pack: start;
            justify-content: flex-start;
   -webkit-box-flex: 1;
      -ms-flex: 1;
            flex: 1;
   padding-top: 1.5rem;
   padding-bottom: 1.5rem;
   padding-left: 1.5rem;
   padding-right: 1.5rem;
   margin-left: 1rem;
   margin-right: 1rem;
}

.loginContent .loginLogo {
   width: 100%;
}

.loginContent .loginLogo img {
   width: 32%;
   margin: 0.5rem auto;
}

.loginContent > * {
   width: 100%;
}

.loginContent img {
   display: block;
   width: 100%;
   margin: auto;
}

.loginContent h3 {
   font-size: 1.5rem;
   text-align: center;
   color: #6c757d;
   margin-top: 0.5rem;
   margin-bottom: 1rem;
}

.loginContent .fixOpen {
   padding-top: 8px;
}

.loginContent .fixClose {
   display: none;
}

.pwdEnter,
.userEnter {
   position: relative;
   max-width: 100%;
   background: #fff;
   border-radius: 5px;
   border: 1px solid #dfe1e5;
   margin-top: 0.5rem;
   margin-bottom: 0.5rem;
   }

.pwdEnter input,
.userEnter input {
   outline: none;
   border: none;
   background-color: transparent;
   width: 100%;
   font-size: 16px;
   line-height: 26px;
   color: #787878;
   padding-left: 45px;
   padding-top: 0.5rem;
   padding-bottom: 0.5rem;
   border-radius: 5px;
   border: 1px solid transparent;
}

.pwdEnter input:focus,
.userEnter input:focus {
   border: 1px solid #64efff;
}

.userIcon,
.pwdIcon,
.pwdEyes {
   position: absolute;
   top: 0;
   width: 40px;
   height: 42px;
   border-right: 1px solid #dfe1e5;
   background-size: 20px auto;
   background-repeat: no-repeat;
   background-position: center;
}

.userIcon {
   background-image: url(../img/user.png);
}

.pwdIcon {
   background-image: url(../img/password.png);
}

.pwdEyes {
   right: 0;
   background-image: url(../img/eyes_close.png);
   cursor: pointer;
   border-right: none;
}

.pwdEyes.hidden {
   background-image: url(../img/eyes.png);
   background-size: 20px;
}

.forgetPwd {
   text-align: right;
   margin-top: 0.25rem;
   margin-bottom: 0.25rem;
}

.forgetPwd a {
   color: #007de9;
   -webkit-transition: all 0.3s;
   transition: all 0.3s;
}

.forgetPwd a:hover {
   opacity: 0.8;
}

.loginBtn {
   margin-top: 0.5rem;
   margin-bottom: 0.5rem;
}

.loginBtn input {
   display: block;
   width: 100%;
   height: 50px;
   border-radius: 5px;
   background: #007de9;
   color: #fff;
   text-align: center;
   font-size: 18px;
   border: none;
   -webkit-transition: all 0.3s;
   transition: all 0.3s;
   cursor: pointer;
   -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2);
}

.loginBtn input:hover {
   opacity: 0.8;
}

/*index main*/
/*index1 main*/
.index1 h3 {
   font-size: 28px;
   font-weight: bold;
   color: #007de9;
   margin-bottom: 20px;
   text-align: center;
}

.index1 h3 i {
   margin: 0 4px;
   -webkit-transform: scale(0.7);
            transform: scale(0.7);
}

.slide {
   width: 100%;
}

.the2800 {
   width: 100%;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
      -ms-flex-pack: center;
            justify-content: center;
   -webkit-box-align: center;
      -ms-flex-align: center;
            align-items: center;
   background: url("../img/index1/bg.jpg");
}

.the2800 img {
   display: block;
   max-width: 950px;
   width: 100%;
}

.focusbox {
   width: 100%;
   padding: 40px 0;
   position: relative;
   background-color: #fffce1;
}

.moneybox {
   width: 100%;
   float: left;
}

.money {
   float: left;
   width: 100%;
   padding: 16px 40px;
}

.bonus {
   width: 100%;
   float: left;
   padding: 12px 16px;
   background-color: #ff4f4f;
}

.bonus ul {
   overflow: hidden;
}

.bonus li {
   width: calc(100% / 3 - 5.333px);
   /*margin-right:8px;*/
   float: left;
}

.bonus li:nth-child(3n + 3) {
   margin-right: 0px;
}

.focusboxList {
   max-width: 950px;
   text-align: center;
   border-radius: 0px;
   margin-bottom: 48px;
   position: relative;
   margin: 0 auto;
   padding-left: 15px;
   padding-right: 15px;
}

.focusboxList h3 {
   color: #ff4700;
   text-align: left;
}

.focusboxList > ul {
   width: 100%;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
}

.focusboxList > ul > li {
   width: calc(50% - 12px);
   margin-right: 24px;
   float: left;
   text-align: center;
   background-color: #fff;
   border-radius: 0px;
   overflow: hidden;
   -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
            box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
   position: relative;
}

.focusboxList > ul > li:nth-child(2n + 2) {
   margin-right: 0;
}

.focusboxListNum {
   font-size: 20px;
   color: #fff;
   padding: 0 6px 0 16px;
   height: 36px;
   line-height: 36px;
   background-color: #ff4f4f;
   -webkit-transition: all 0.3s;
   transition: all 0.3s;
   text-align: left;
   display: block;
   float: left;
}

.focusboxListNum::after {
   content: '';
   float: right;
   margin-right: -34px;
   border-style: solid;
   border-color: #ff4f4f transparent transparent #ff4f4f;
   border-width: 18px 14px;
   -webkit-transition: all 0.3s;
   transition: all 0.3s;
}

.focusboxList h4 {
   font-size: 68px;
   font-weight: bold;
   color: #e60002;
   float: left;
}

.sf2 {
   font-size: 24px;
}

.focusboxListNum2 {
   min-height: auto;
}

.focusboxList p {
   font-size: 16px;
   color: #fffcbc;
   width: 160px;
   text-align: left;
   line-height: 1.5;
}

.focusboxList p i {
   margin-right: 6px;
   font-size: 16px;
   color: #fffcbc;
   -webkit-transition: all 0.3s;
   transition: all 0.3s;
}

.money a {
   font-size: 20px;
   color: #1f1f1f;
   width: 150px;
   height: 40px;
   line-height: 40px;
   display: block;
   border-radius: 4px;
   letter-spacing: 2px;
   text-indent: 2px;
   -webkit-transition: all 0.3s;
   transition: all 0.3s;
   background-color: #ffeb00;
   float: right;
   margin-top: 20px;
}

.money a:hover {
   background-color: #ffa500;
   color: #fff;
}

.focusboxList > li:hover .focusboxListNum {
   background-color: #936f3a;
}

.focusboxList > li:hover .focusboxListNum::after {
   border-color: #936f3a transparent transparent #936f3a;
}

.focusboxList > li:hover .focusboxListNum2 i {
   color: #936f3a;
}

.gift {
   background-color: #ffffff;
   width: 100%;
   padding: 32px 0 36px;
}

.giftContent {
   max-width: 950px;
   width: 100%;
   margin: 0 auto;
   padding-left: 15px;
   padding-right: 15px;
}

.giftImg {
   width: 100%;
   margin: 0 auto;
}

.giftImg img {
   width: 100%;
}

.giftContent p {
   font-size: 16px;
   line-height: 1.5;
   text-align: center;
   color: #383838;
   margin-top: 12px;
}

.features {
   background-color: #d6f6ff;
   padding-top: 40px;
   padding-bottom: 40px;
}

.featuresbox {
   width: 100%;
   padding: 40px 15px;
   text-align: center;
   background-color: #fff;
   position: relative;
   }

.featuresbox h3 {
   margin-bottom: 40px;
   line-height: 1.5;
}

.featuresbox h3 span {
   margin-left: 20px;
}

.featuresbox ul {
   overflow: hidden;
   margin: 0 auto;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
}

.featuresbox li {
   width: calc(33.33% - 10px);
   margin-right: 15px;
   text-align: center;
   border-radius: 4px;
   overflow: hidden;
}

.featuresbox li:nth-child(3n + 3) {
   margin-right: 0;
}

.featuresbox li img {
   width: 100px;
   margin-bottom: 10px;
   border-radius: 50%;
}

.featuresbox h4 {
   font-size: 22px;
   color: #000;
   margin-bottom: 8px;
   line-height: 1.5;
   font-weight: bold;
}

.featuresbox p {
   font-size: 18px;
   color: #666;
}

.recruitPrice {
   background: #e9fdff;
}

.recruitPriceBox {
   width: 100%;
   text-align: center;
   border-radius: 0px;
   margin-bottom: 60px;
   position: relative;
   margin-top: 40px;
   padding-left: 15px;
   padding-right: 15px;
}

.recruitPriceBox h3 {
   margin-bottom: 20px;
   text-align: left;
   float: left;
}

.recruitPriceBox h3 i {
   margin: 0 4px;
   -webkit-transform: scale(0.7);
            transform: scale(0.7);
}

.recruitPriceBox ul {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   width: 100%;
}

.recruitPriceBox li {
   width: calc(33.33% - 16px);
   margin-right: 24px;
   text-align: center;
   padding: 0 0 18px;
   background-color: #fff;
   border-radius: 0px;
   overflow: hidden;
   -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
            box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.recruitPriceBox li:nth-child(3n + 3) {
   margin-right: 0;
}

.recruitPriceList {
  font-size: 20px;
  margin-bottom: 15px;
  color: #fff;
  padding: 0 6px 0 16px;
  height: 36px;
  line-height: 36px;
  background-color: #007de9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: left;
  display: block;
  float: left;
}

.recruitPriceList::after {
  content: '';
  float: right;
  margin-right: -34px;
  border-style: solid;
  border-color: #007de9 transparent transparent #007de9;
  border-width: 18px 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.recruitPriceBox h4 {
  font-size: 44px;
  margin-bottom: 16px;
  font-weight: bold;
  color: #e60002;
}

.recruitPriceList2 {
  min-height: 132px;
}

.recruitPriceBox p {
  font-size: 18px;
  color: #666;
  width: 160px;
  margin: 0 auto 20px;
  text-align: left;
}

.recruitPriceBox p i {
  margin-right: 6px;
  font-size: 16px;
  color: #aaa;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.recruitPriceBox a {
  font-size: 20px;
  color: #fff;
  width: 140px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  border-radius: 4px;
  letter-spacing: 2px;
  text-indent: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #007de9;
  display: none;
}

.recruitPriceBox a:hover {
  background-color: #ff4f4f;
}

.recruitPriceBox li:hover .recruitPriceList {
  background-color: #ff4f4f;
}

.recruitPriceBox li:hover .recruitPriceList2 i {
  color: #ff4f4f;
}

.recruitPriceBox li:hover .recruitPriceList::after {
  border-color: #ff4f4f transparent transparent #ff4f4f;
}

.recruitPriceBox h6 {
  font-size: 20px;
  color: #000;
  margin-top: 7px;
  text-align: left;
  display: block;
  float: left;
  margin-left: 12px;
}

.adPrice > div {
  width: 100%;
}

.adb {
  background-color: #007de9;
  width: 100%;
  height: 70px;
  padding: 0 20px;
  margin-top: 40px;
  text-align: left;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.adb h3 {
  display: inline-block;
  line-height: 70px;
  font-weight: bold;
  color: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 0;
  text-align: left;
}

.adbImg {
  margin-right: 15px;
}

.adb img {
  width: auto;
  height: 30px;
  margin: auto;
  display: block;
}

.open {
  font-size: 20px;
  color: #007de9;
  width: 160px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  letter-spacing: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #fff;
  text-align: center;
  cursor: pointer;
  float: right;
  margin-top: 15px;
  text-indent: 2px;
}

.open:hover {
  background-color: #fffcdd;
}

.open i {
  font-size: 22px;
  margin-left: 6px;
  margin-right: -6px;
}

.page2 {
  width: 100%;
  padding: 20px 0 0;
  background-color: #fff;
  position: relative;
  display: none;
}

.pgs {
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
}

.pgs table {
  width: 100%;
}

.pgs01 {
  width: 100%;
  margin-bottom: 60px;
  position: relative;
}

.pgs01 h3 {
  text-align: left;
}

.tbhead {
  border-top: solid 1px #e6e6e6;
  border-bottom: solid 1px #e6e6e6;
  height: 60px;
  background-color: #eee;
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  color: #666;
}

.tbhead th:nth-child(1) {
  width: 180px;
  text-align: left;
  padding-left: 30px;
}

.tbhead th:nth-child(2) {
  width: 180px;
  text-align: left;
  padding-left: 20px;
}

.tbhead th:nth-child(3) {
  width: 180px;
  text-align: left;
  padding-left: 40px;
}

.tbhead th:nth-child(4) {
  width: 150px;
}

.tbhead th:nth-child(5) {
  width: 260px;
}

.tbrow {
  border-bottom: solid 1px #e6e6e6;
  height: 80px;
  font-size: 18px;
  text-align: left;
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.tbrow .sf2 {
  font-size: inherit;
}

.tbrow:hover {
  background-color: #fffcdd;
}

.look {
  width: 100%;
  font-size: 26px;
  color: #b5976a;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.look:hover {
  color: #255597;
}

.tbrow th:nth-child(1) {
  padding-left: 30px;
}

.tbrow th:nth-child(2) {
  padding-left: 20px;
}

.tbrow th:nth-child(3) {
  padding-left: 40px;
  color: #e60002;
}

.fixedBottomBox {
  width: 100%;
  height: 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 16px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 7;
  background-color: rgba(255, 255, 255, 0.863);
}

.fixedBottomBox a:hover {
  text-decoration: none;
}

.fixedBottomBox .centerMain {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fixedBottomBox .centerMain span {
  font-size: 28px;
  margin-right: 15px;
  color: #ff4f4f;
  font-weight: bold;
}

.fixedBottomBox .centerMain .deal_num {
  font-size: 36px;
  color: #ff2c2c;
  line-height: 70px;
  margin-right: 10px;
}

.fixedBottomBox .centerMain .btNow {
  background: #ff4f4f;
  display: block;
  width: 30%;
  height: 48px;
  border: none;
  border-radius: 4px;
  font-size: 30px;
  line-height: 48px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.fixedBottomBox .centerMain .btNow:hover {
  background: #e60002;
}

.index .K_popup > div:nth-of-type(2), .index2 .K_popup > div:nth-of-type(2) {
  max-width: 400px;
  width: 30%;
}

.index .popupBody, .index2 .popupBody {
  text-align: center;
  min-height: 100%;
  font-size: 0;
}

.index .popupBody a.popupBtn, .index .popupBody button, .index2 .popupBody a.popupBtn, .index2 .popupBody button {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ff4f4f;
  color: #ffffff;
  font-size: 20px;
  line-height: 40px;
  height: 40px;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 0;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  width: calc((100% - 5px) / 2);
}

.index .popupBody a.popupBtn:nth-of-type(2), .index .popupBody button:nth-of-type(2), .index2 .popupBody a.popupBtn:nth-of-type(2), .index2 .popupBody button:nth-of-type(2) {
  margin-left: 5px;
}

.index .popupBody p, .index2 .popupBody p {
  font-size: 20px;
  color: #004e92;
}

.index .popupBody img, .index2 .popupBody img {
  width: 50%;
}

.index .popupBody .smallP, .index2 .popupBody .smallP {
  font-size: 14px;
  color: #ff8d17;
}

.index .popupBody .mt-20, .index2 .popupBody .mt-20 {
  margin-top: 20px;
}

.index .popAdPage, .index2 .popAdPage {
  text-align: center;
}

.index .popPhoto, .index2 .popPhoto {
  padding-top: 15px;
  padding-bottom: 15px;
}

.filter_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.filter_btn_M {
  width: 40px;
  margin: 0 0 0 10px;
  background-color: #fff;
  border: 1px solid #007de9;
  border-radius: 8px;
  outline: none;
}

.location_pink_icon,
.suitcase_pink_icon {
  height: 40px;
  width: 40px;
  display: inline-block;
  background-size: 35px;
  background-repeat: no-repeat;
  background-position: center center;
}

.location_pink_icon {
  background-image: url("../img/index2/location_blue_m.png");
}

.suitcase_pink_icon {
  background-image: url("../img/index2/suitcase_blue_m.png");
}

.searchBarM {
  display: block;
  border: 1px solid #007de9;
  border-radius: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.searchBarM input {
  width: 100%;
  line-height: 40px;
  padding: 0;
  font-size: 16px;
  outline: none;
  border: none;
  color: #424242;
}

.search_bar_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.search_bar_icon + div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 15px;
  background: #ffffff;
}

.searchBarM {
  display: none;
}

#search_bar_web .clear_icon,
#searchBarM .clear_icon {
  margin: 0;
}

/* new search bar star */
.K_search_bar {
  width: 100%;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 4px 0;
  position: relative;
}

.K_search_icon {
  display: inline-block;
  background: url("../img/search_gray.png") no-repeat center;
  background-size: auto 60%;
  height: 36px;
}

.K_search_bar .search_box {
  width: calc(60% - 54px);
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.K_search_bar input[type="text"] {
  padding-left: 48px;
  background: url("../img/search_gray.png") no-repeat;
  background-size: 22px auto;
  background-position: 16px center;
}

#ikeyword::-ms-clear {
  display: none;
}

.K_search_bar .reset,
.K_search_bar_m .reset {
  position: absolute;
  width: 36px;
  height: 36px;
  right: 0;
  background-color: transparent;
  background: url("../img/close.png") no-repeat center center;
  background-size: auto 40%;
  color: #a2a2a2;
  cursor: pointer;
}

.K_search_bar_m .reset {
  right: 40px;
}

.search_bar_input {
  width: calc(100% - 215px);
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid #007de9;
}

.search_bar_input input {
  width: 100%;
  height: 36px;
  padding: 7px 10px;
  font-size: 18px;
  color: #212529;
  outline: none;
  border: none;
  border-top-left-radius: 36px;
  border-bottom-left-radius: 36px;
}

.search_bar_input input::-webkit-input-placeholder,
.search_bar_input input::-moz-placeholder,
.search_bar_input input:-moz-placeholder {
  color: #a2a2a2;
}

.search_bar_input div {
  width: 20%;
  height: 36px;
  letter-spacing: 6px;
  line-height: 36px;
  font-size: 18px;
  text-align: center;
  /* background-color: #8a8a8a; */
  color: #a2a2a2;
  cursor: pointer;
}

.search_bar_input div:first-child {
  width: 54px;
  /* padding-right: 10px; */
  /* margin-right: 0; */
  cursor: inherit;
}

.search_filter {
  /* background-color: #ff8cb3; */
  border-left: 1px solid #a2a2a2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  margin-right: 10px;
}

.search_filter::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #a2a2a2 transparent transparent transparent;
  left: 75%;
  top: calc(60% - 8px);
  z-index: -100;
}

.search_filter:after {
  content: "";
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 12px;
  left: calc(75% + 2px);
  z-index: -100;
}

.search_filter span {
  letter-spacing: 6px;
  font-size: 18px;
  text-align: center;
  color: #a2a2a2;
}

.search_bar_button {
  width: 180px;
  height: 48px;
  line-height: 48px;
  border-radius: 8px;
  background: #007de9;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.search_bar_button:hover {
  background: #55aaff;
  color: #fff;
}

.search_bar_button button {
  width: 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #fff;
  letter-spacing: 4px;
  font-size: 18px;
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
 border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
 border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
 border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
 border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.search_bar_button:hover button {
  background: #55aaff;
  color: #fff;
}

.search_bar_button button:focus,
.search_bar_button button:active {
  outline: none;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.search_bar_button button::-moz-focus-inner {
  box-shadow: 0;
}

/* new search bar end */
/*M版搜尋視窗*/
.K_search_bar_m {
  display: none;
}

#searchBarM {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  max-width: 100%;
  position: relative;
}

#searchBarM + div button {
  line-height: 28px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.search_icon {
  height: 40px;
  width: 40px;
  background-color: #007de9;
  background-position: center;
  background-size: 18px;
  background-repeat: no-repeat;
  background-image: url("../img/search.png");
}

.searchBar {
  padding-top: 24px;
  padding-bottom: 24px;
  margin-bottom: 24px;
  background: #e9fdff;
}

.ac_results {
  list-style: none;
  width: calc(100% - 45px);
  padding: 0;
  margin: 0;
  border: 1px solid #999999;
  background-color: white;
  font-size: 15px;
  line-height: 20px;
  /* border-top: none; */
  position: absolute;
  z-index: 10;
  display: none;
}

.ac_results li {
  display: block;
  padding: 2px 5px;
  white-space: nowrap;
  color: #000000;
  text-align: left;
}

.ac_results li:hover {
  background: #fee2cd;
}

.index2 #search_condition_lst {
  padding-top: 12px;
}

.index2 #scrollbar1 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: calc(100% - 85px);
}

.index2 .scrollbarContent {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  overflow: auto;
  white-space: nowrap;
}

.index2 #mCSB_1 {
  width: 100%;
}

.active_category {
  border: 1px solid #a2a2a2;
  border-radius: 25px;
  color: #a2a2a2;
  padding: 2px 10px;
  font-size: 14px;
  margin-right: 5px;
  display: inline-block;
  white-space: nowrap;
  line-height: 21px;
}

.active_category .active_category_close {
  height: 10px;
  width: 10px;
  margin-left: 5px;
  background-size: 10px;
  background-repeat: no-repeat;
  background-image: url("../img/category_close.png");
  display: inline-block;
  cursor: pointer;
}

/* END M版搜尋視窗 */
.s_f_r_num_num {
  color: #007de9;
}

#resume_con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.job_file {
  width: calc((100% - 90px) / 3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin: 15px;
  padding: 18px 12px;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #7bc2ff;
}

.job_file:hover {
  border: 1px solid #007de9;
}

.job_file_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.job_file_photo {
  width: 25%;
}

.job_file_photo img {
  width: 100%;
}

.job_file_deta {
  padding-left: 12px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.job_file_detail ul {
  padding-top: 7px;
}

.job_file_detail li {
  font-size: 13px;
  line-height: 1.6em;
}

.job_file_detail li:last-of-type .text {
  height: 40px;
}

.job_file_detail li span {
  font-weight: bold;
  vertical-align: text-top;
}

.job_file_detail li span.text {
  line-height: 20px;
  max-height: 40px;
  display: inline-block;
  width: calc(100% - 65px);
  font-weight: normal;
}

.job_file_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
}

.job_file_button button {
  position: relative;
  width: calc((100% - 8px) / 2);
  background: #6d6d6d;
  color: #ffffff;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
}

.job_file_button button + button {
  margin-left: 8px;
  color: #6d6d6d;
  background: #ffffff;
  border: 1px solid #6d6d6d;
}

.page {
  text-align: center;
}

.page div {
  display: inline-block;
}

.page a {
  color: #424242;
}

.hide {
  display: none;
}

.job_content_beginning .job_explain,
.job_content_unfind .job_explain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.job_content_beginning .job_photo,
.job_content_unfind .job_photo {
  width: 25%;
}

.job_content_beginning .job_photo img,
.job_content_unfind .job_photo img {
  display: block;
  margin: auto;
}

.job_content_beginning h3,
.job_content_unfind h3 {
  font-size: 18px;
  margin-bottom: 4px;
  color: #007de9;
}

.job_content_beginning li,
.job_content_unfind li {
  color: #444;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

body.index3 {
  padding-bottom: 0;
}

body.index3 main {
  background: #e9fdff;
  padding-bottom: 40px;
}

.hr_title {
  text-align: center;
  padding-top: 15px;
}

.hr_title h3 {
  font-weight: bold;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 4px;
  color: #007de9;
}

.hr_title h4 {
  font-size: 24px;
  line-height: 32px;
  color: #004e92;
}

.hr_content {
  padding-top: 32px;
}

.hr_content > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.hr_file {
  position: relative;
  margin: 24px 12px;
  padding: 18px 18px;
  border-radius: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: calc((100% - 48px) / 2);
  background: #ffffff;
}

.clearFloat {
  clear: both;
}

.hr_file_content p {
  margin: 12px auto 0;
  color: #7e7e7e;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
}

.hr_file_content button {
  display: block;
  width: 155px;
  height: 40px;
  background: #ff8d17;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 2px;
  text-align: center;
  border: none;
  border-radius: 4px;
  margin: 8px auto;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.hr_file_content button:hover {
  opacity: 0.8;
}

.hr_file_title {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  margin-top: 6px;
  margin-bottom: 0;
  text-align: center;
}

.hr_file_title > div {
  font-size: 0;
  margin: auto;
}

.hr_file_title h4 {
  color: #008996;
  font-size: 32px;
  line-height: 1.33;
  font-weight: bold;
  margin-bottom: 18px;
}

.hr_file_photo {
  width: 100%;
}

.hr_file_photo img {
  width: 100%;
}

.index3 .page {
  text-align: center;
}

.index3 .page div {
  display: inline-block;
}

.index3 .page a {
  color: #424242;
}

.pad {
  display: none;
}

.phone {
  display: none;
}

.web {
  display: block;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
  height: 100%;
  padding-top: 30px;
}

.index1,
.index2,
.index3 {
  padding-bottom: 80px;
  height: auto;
}

.theLogin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blackbar {
  width: 100%;
  height: 30px;
  position: fixed;
  top: 0;
  background-color: #000;
  z-index: 999;
}

.blackbar_s {
  width: 950px;
  height: 30px;
  margin: 0 auto;
  line-height: 30px;
  font-size: 13px;
}

.blackbar_s span {
  color: #fff;
}

.blackbar_s > a {
  float: left;
}

.linkbox_r {
  width: 365px;
  float: right;
  text-align: right;
}

.text_white {
  color: #fff !important;
  text-decoration: none;
}

/*header*/
header {
  width: 100%;
  height: 60px;
  background-color: #fff;
  position: fixed;
  top: 30px;
  z-index: 4;
  border-bottom: 0px solid #007de9;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.logo {
   display: none;
}
.menu {
  float: right;
  overflow: hidden;
}

.menu > li {
  float: left;
}

.menu > li a {
  display: block;
  line-height: 66px;
  height: 60px;
  color: #666;
  padding: 0 32px;
  font-size: 18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: 2px solid #fff;
}

.menu > li a:hover {
  color: #007de9;
}

li.menu_ok a {
  color: #007de9;
  border-bottom: 2px solid #fff;
}

/*header*/
/*footer*/
footer {
  width: 100%;
  /* height: 163px; */
  text-align: center;
}

footer > div {
  background: #efefef;
}

footer > div:nth-child(2) {
  color: #fff;
  background: #b3b3b3;
  padding: 8px 0;
}

footer ul {
   padding: 8px 0;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   flex-wrap: wrap;
   -webkit-box-align: center;
      -ms-flex-align: center;
            align-items: center;
   -webkit-box-pack: center;
      -ms-flex-pack: center;
            justify-content: center;
}

.service {
   padding: 15px 0;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: reverse;
   -ms-flex-direction: row-reverse;
   flex-direction: row-reverse;
}

.service li {
   padding: 0 16px;
}

.service a {
   display: block;
   color: #424242;
}

.service span {
   vertical-align: middle;
   color: #424242;
   line-height: 1.5;
}

.service .icon {
  margin: auto;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 35px;
  vertical-align: text-bottom;
}

.service img {
  width: 100%;
}

.serviceItem {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.serviceItem li {
  color: #424242;
  padding: 0 15px;
}

.serviceItem li a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.serviceItem li:hover a {
  color: #007de9;
}

.serviceItem li + li {
  border-left: 1px solid #d6d6d6;
}

/*footer*/
.K_popup {
  z-index: 9;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  content: "";
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.K_popup > div:nth-of-type(2) {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
}

.popupBg {
  z-index: 9;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
}

.popupContent {
  border-radius: 10px;
  background: #fff;
  text-align: left;
  z-index: 10;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.popupHeader {
  position: relative;
  background: #007de9;
  color: #fff;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  border-bottom: 1px solid #dee2e6;
  padding: 0.25rem 1rem;
  font-size: 18px;
}

.popupClose {
  color: #fff;
  font-size: 2rem;
  font-weight: lighter;
  background-color: transparent;
  border: 0;
  padding: 1rem 0.5rem;
  position: absolute;
  right: 5px;
  cursor: pointer;
}

.popupBody {
  padding: 1rem;
}

.popupContent .adPosition {
  text-align: left;
}

.index1 .popAdPhoto img {
  max-width: 100%;
  max-height: 50vh;
  width: auto;
  height: auto;
}

.index1 .popAdSize,
.index1 .popAdPs {
  margin-top: 8px;
  padding-left: 15px;
  padding-right: 15px;
}

.index1 .popAdSize span,
.index1 .popAdPs span {
  display: block;
  font-weight: bold;
  color: #007de9;
}

.index1 .popAdPrice {
  font-size: 48px;
  font-weight: bold;
  color: #e60002;
  text-align: right;
  padding-left: 15px;
  padding-right: 15px;
}

.transform-in,
.transform-out {
  display: block;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.transform-in {
  opacity: 1;
}

.transform-out {
  opacity: 0;
  display: none;
}

.slideBanner img {
  width: 100%;
  vertical-align: top;
}


@media screen and (max-width: 1200px) {
   .mainContent, .searchBar > div, .job_content, .job_content_beginning,
   .job_content_unfind, .hr_content > div {
      max-width: 100%;
   }
}

@media screen and (max-width: 980px) {
   div.web {
      display: none;
   }
   div.mobile {
      display: block;
   }
   .pad {
      display: inline-block;
   }
   .loginPhoto .smallPhoto:nth-child(2) {
      margin-right: 0;
   }
   .loginPhoto .smallPhoto:nth-child(3) {
      margin-right: 0;
   }
   .ADfixOpen {
      display: block;
   }
   .loginContent .fixOpen {
      display: none;
   }
   .index main,
   .index1 main,
   .index2 main,
   .index3 main {
      padding-top: 44px;
      padding-bottom: 44px;
   }
   .loginPhoto div.smallPhoto {
      width: 100%;
      padding: 0;
   }
   .loginPhoto .smallPhoto:not(:last-child) {
      padding-right: 0;
   }
   .bigPhoto {
      padding-bottom: 0;
   }
   .swiper-wrapper {
      margin-left: 0;
      margin-right: 0;
   }
   .loginContent {
      margin-bottom: 12px;
      background: inherit;
      border: navajowhite;
      margin-left: 0;
      margin-right: 0;
      padding-top: 1rem;
      padding-bottom: 0.5rem;
      padding-left: 0;
      padding-right: 0;
   }
   .loginContent picture {
      display: none;
   }
   .loginContent h3 {
      font-weight: bold;
   }
   .theLogin .swiper-container {
      width: 100%;
      position: inherit;
   }
   .theLogin .swiper-container-horizontal .swiper-pagination {
      bottom: 30px;
   }
   .theLogin .swiper-pagination-bullet {
      background: #007de9;
      opacity: 0.2;
   }
   .theLogin .swiper-pagination-bullet-active {
      opacity: 1;
   }
   .index form {
      height: 100%;
   }
   .index .K_popup > div:nth-of-type(2), .index2 .K_popup > div:nth-of-type(2) {
      width: 90%;
   }
   .searchBarM {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 6px;
   }
   .K_search_bar {
      display: none;
   }
   .K_search_bar_m {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
   }
   .K_search_bar_m .ac_results {
      left: 0;
   }
   .searchBar {
      background: #ffffff;
      padding-top: 12px;
      padding-bottom: 12px;
      margin-bottom: 12px;
      width: 100%;
   }
   .searchBar > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
         -ms-flex-direction: column;
            flex-direction: column;
   }
   .job_file {
      width: calc((100% - 60px) / 2);
   }
   .page {
      font-size: 18px;
   }
   .page select {
      height: 28px;
      border: 1px solid #ccc;
      padding: 0 8px;
   }
   .job_content_beginning .job_explain,
   .job_content_unfind .job_explain {
      -ms-flex-wrap: wrap;
         flex-wrap: wrap;
      -webkit-box-pack: center;
         -ms-flex-pack: center;
            justify-content: center;
      margin-left: 15px;
      margin-right: 15px;
   }
   .job_content_beginning .job_photo,
   .job_content_unfind .job_photo {
      width: 100%;
   }
   body.index2 {
      padding-bottom: 64px;
   }
   body.index3 main {
      padding-bottom: 20px;
   }
   .hr_title h3 {
      font-size: 24px;
   }
   .hr_title h4 {
      font-size: 16px;
   }
   .hr_content {
      padding-top: 4px;
   }
   .hr_file {
      border-radius: 8px;
   }
   .hr_file .hr_file_title h4 {
      font-size: 24px;
   }
   .hr_file .hr_file_content p {
      font-size: 18px;
   }
   .hr_file .hr_file_content button {
      width: 100%;
      border-radius: 6px;
   }
   .hr_file .hr_file_content a {
      width: 100%;
   }
   .theLogin {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
         -ms-flex-direction: column;
            flex-direction: column;
      padding-left: 15px;
      padding-right: 15px;
   }
   .theLogin .loginContent {
      margin-top: 15px;
      margin-left: 0;
      margin-right: 0;
   }
   /*header*/
  .theLogin {
      width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
         -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
      margin: auto;
   }
   header {
      top: 30px;
      height: 44px;
   }
   .menu {
      width: 100%;
   }
   .menu > li {
      width: calc(100% / 5);
      border-right: 0px solid #eee;
   }
   .menu > li a {
      font-size: 16px;
      text-align: center;
      line-height: 46px;
      height: 44px;
      padding: 0 0px;
   }
   /*header*/
   /*footer*/
   footer {
      /* height: 122px; */
   }
   footer ul {
      padding: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
         -ms-flex-direction: column;
            flex-direction: column;
      -webkit-box-pack: center;
         -ms-flex-pack: center;
            justify-content: center;
      
   }
   .service {
      padding: 15px 0 5px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
         -ms-flex-direction: column;
            flex-direction: column;
   }
   .service li {
      padding: 0;
   }
   .service > li li {
      margin-bottom: 4px;
   }
   .serviceItem {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
         -ms-flex-direction: row;
            flex-direction: row;
      font-size: 14px;
      justify-content: center;
   }
   .service .serviceItem li {
      margin-bottom: 10px;
      padding: 0;
   }
   .serviceItem a {
      padding-left: 8px;
      padding-right: 8px;
   }
   .appDownload,
   .lineCode {
      display: none;
   }
   /*footer*/
   .K_popup > div:nth-of-type(2) {
      width: 100%;
   }
   .popupContent {
      width: 95%;
      margin: auto;
   }
   .popupContent p {
      font-size: 14px;
   }
   p.popAdPrice {
      font-size: 38px;
   }
   .popupBody {
      padding: 0.5rem;
   }
}

@media screen and (min-width: 980px) {
   .fixedBottomBox .centerMain .btNow {
      width: 20%;
   }
   /*footer*/
   .service br {
      display: none;
   }
   .service img {
      display: block;
      margin: 6px;
      width: 76px;
   }
   .appDownload,
   .lineCode {
      width: 150px;
   }
   .appDownload a,
   .lineCode a {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      background-color: #fff;
   }
   .appDownload span,
   .lineCode span {
      display: block;
      padding-top: 1px;
      width: 100%;
      color: #fff;
   }
   .appDownload span {
      background: #007de9;
   }
   .lineCode span {
      background: #2db24b;
   }
   .appDownload img {
      /* border: 6px solid #fff; */
   }
}

@media screen and (max-width: 767px) {
   /*index1 main*/
   body.index1 {
      padding-bottom: 64px;
   }
   .index1 h3 {
      font-size: 24px;
   }
   .focusbox,
   .gift,
   .features {
      padding: 20px 0;
   }
   .focusboxListNum {
      font-size: 18px;
   }
   .focusboxList > ul {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
         -ms-flex-direction: column;
            flex-direction: column;
   }
   .focusboxList h4 {
      font-size: 48px;
   }
   .focusboxList p {
      font-size: 12px;
   }
   .focusboxList p i {
      font-size: 12px;
      margin-right: 4px;
   }
   .focusboxList > ul > li {
      width: 100%;
   }
   .focusboxList > ul > li:first-child {
      margin-bottom: 20px;
   }
   .money {
      padding: 10px 8px;
   }
   .bonus {
      padding: 6px 8px;
   }
   .money a {
      width: 40%;
      margin-top: 4px;
   }
   .gift span {
      display: block;
   }
   .giftTitle h3 {
      margin-bottom: 10px;
   }
   .features {
      background: #d6f6ff;
   }
   .featuresbox {
      background: #d6f6ff;
      padding: 0;
   }
   .featuresbox h3 {
      margin-bottom: 10px;
   }
   .featuresbox h3 span {
      display: block;
      margin-left: 0;
   }
   .featuresbox ul {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
         -ms-flex-direction: column;
            flex-direction: column;
   }
   .featuresbox ul li {
      width: 100%;
   }
   .featuresbox ul li:not(:last-child) {
      margin-bottom: 24px;
   }
   .recruitPrice {
      padding: 20px 0;
   }
   .recruitPriceBox {
      margin: 0;
   }
   .recruitPriceBox h4 {
      margin: 0;
   }
   .recruitPriceBox ul {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
         -ms-flex-direction: column;
            flex-direction: column;
   }
   .recruitPriceBox ul li {
      width: 100%;
      margin-bottom: 20px;
   }
   .recruitPriceBox ul li:nth-child(3n + 3) {
      margin-bottom: 0;
   }
   .recruitPriceList {
      margin-bottom: 0;
   }
   .recruitPriceList2 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
         flex-wrap: wrap;
      min-height: auto;
      padding: 0 12px;
   }
   .recruitPriceList2 p {
      width: calc((100% - 8px) / 2);
      margin-top: 12px;
      margin-bottom: 0;
   }
   .recruitPriceList2 p:nth-of-type(2n+2) {
      margin-left: 8px;
   }
   .adb {
      background-color: #007de9;
      width: 100%;
      padding: 0 8px;
      margin-top: 20px;
   }
   .open {
      width: 40px;
   }
   .open i {
      margin-left: 0;
      margin-right: 0;
   }
   .pgs01 {
      margin-bottom: 20px;
   }
   .tbhead {
      font-size: 16px;
      height: 40px;
   }
   .tbrow {
      height: 40px;
      font-size: 14px;
      line-height: 1.5;
   }
   .tbhead th:nth-child(1),
   .tbrow th:nth-child(1) {
      width: 35%;
      padding-left: 10px;
   }
   .tbhead th:nth-child(2),
   .tbrow th:nth-child(2) {
      width: 35%;
      padding-left: 5px;
   }
   .tbhead th:nth-child(3),
   .tbrow th:nth-child(3) {
      width: 30%;
      padding-left: 0;
      font-size: 16px;
   }
   .fixedBottomBox {
      height: 64px;
   }
   .fixedBottomBox .centerMain span {
      font-size: 18px;
   }
   .fixedBottomBox .centerMain .btNow {
      width: 40%;
      height: 40px;
      font-size: 20px;
      line-height: 40px;
   }
   .web {
      display: none;
   }
   .phone {
      display: none;
   }
   .padOnliy {
      display: block;
   }
}

@media screen and (max-width: 480px) {
   .search_bar_icon + div {
      padding: 0 5px;
      font-size: 16px;
   }
   .index2 .search_condition > span {
      display: none;
   }
   .index2 #scrollbar1 {
      width: 100%;
   }
   .job_file {
      width: 100%;
   }
   .hr_file {
      width: 100%;
   }
   .web {
      display: none;
   }
   .padOnliy {
      display: none;
   }
   .phone {
      display: block;
   }
}

@media screen and (max-width: 460px) {
   .serviceItem li + li:last-child {
      border-left: none;
   }
}

@media screen and (max-width: 375px) {
   .menu > li a {
      font-size: 15px;
   }
}

@media screen and (max-width: 356px) {
   .serviceItem li + li:nth-child(4) {
      border-left: none;
   }
   .serviceItem li + li:last-child {
      border-left: 1px solid #d6d6d6;
   }
}

@media screen and (max-width: 320px) {
   .xheaders {
      padding: 0 12px;
   }
}

/*# sourceMappingURL=style.css.map */