body {
  font-family: Arial, 文泉驛正黑, 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', 微軟正黑體, 'Microsoft JhengHei',
    新細明體, PMingLiU, sans-serif;
}

label {
  margin: 0;
}
nav {
  margin-top: -1px;
}
button {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
}

a ,a:hover {
  color: inherit;
  text-decoration: inherit;
  background-color: inherit;
}

.width100 {
  width: 100%;
}

.width30 {
  width: 30%;
}
.font12 {
  font-size: 12px;
}
.min_width85 {
  min-width: 85px;
}

.display_n {
  display: none;
}

.ui-autocomplete {
  height: 90px;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 999999;
}

/*header start*/
.header {
  width: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  z-index: 2;
  padding-top :30px;
}

.header a {
  /* color: #00a0e9; */
  color: #007de9;
}

.sort > div:first-child {
  padding-right: 10px;
  border-right: 1px solid #ddd;
}

.sort > div:last-child {
  padding-left: 10px;
}

.filter_btn {
  letter-spacing: 6px;
  width: 80%;
  font-size: 18px;
  border-radius: 8px;
  background-color: #00a0e9;
  color: #fff;
  border: none;
  outline: none;
}
.filter_btn_M {
  width: 40px;
  margin: 0 0 0 10px;
  background-color: #fff;
  border: 1px solid #e40177;
  border-radius: 8px;
  outline: none;
}

.search_bar_m {
  border: 1px solid #e40177;
  border-radius: 8px;
  align-items: center;
  overflow: hidden;
}

.search_bar_m input {
  width: 100%;
  padding: 7px 0;
  outline: none;
  border: none;
}

.search_bar_icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.search_bar_icon + div {
  padding-left: 8px;
  padding-right: 8px;
}
#search_bar_web .clear_icon,
#search_bar_M .clear_icon {
  margin: 0;
}

.hot_keyword > a {
  margin-left: 10px;
}

.search_condition > span,
.hot_keyword > span,
.recent_search > span {
  font-size: 15px;
  color: #707070;
}

.search_condition_box {
  flex: 1;
  min-height: 45px;
  display: block;
  overflow-x: auto;
  overflow-y: hidden;
  /* overflow: hidden; */
  position: relative;

  /* -ms-overflow-style: -ms-autohiding-scrollbar; */
  /* -ms-overflow-style: none; */
}

.forIE .search_condition_box {
  overflow: visible;
}
.forIE .search_condition_box > div {
  flex-wrap: wrap;
}

/* .search_condition_box > div {
  position: absolute;
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
} */

/* .search_condition_box > div > div {
  float: left;
} */

/* .search_condition_box::-webkit-scrollbar {
  width: 100%;
  height: 6px;
  display: none;
} */
.search_condition_box .mCSB_scrollTools .mCSB_draggerRail {
  background: #eee;
}
.search_condition_box .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #ddd;
}
.search_condition_box .mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-bottom: 0;
}

.search_condition_box .mCSB_container {
  height: 100%;
}

.search_record {
  /* color: #00a0e9; */
  color: #007de9;
  cursor: pointer;
}

.select_category {
  width: 92px;
}

.more_condition_btn {
  cursor: pointer;
  width: 99px;
}

.more_condition_btn > span {
  color: #4588c4;
  margin-right: 5px;
}

.allConditionBox {
  background: #eaf7ff;
  padding: 0.5rem 1rem;
}

.conditionBox {
  display: flex;
  flex-wrap: wrap;
  /* margin-top: 5px; */
}

#condition_area > div:nth-of-type(odd) {
  background-color: #d7f0ff;
}

#condition_area .conditionBox {
  padding: 0.3rem 0 0.3rem 1rem;
}

#condition_area .conditionBox > div:nth-of-type(1) {
  font-weight: bold;
  letter-spacing: 2px;
}
#condition_area .conditionBox #condition_area .conditionBox input[type='text'] {
  width: 100px;
}
#condition_area .conditionBox input[type='button'] {
  width: 100px;
  border: 2px solid #4588c4;
  background-color: inherit;
  color: #4588c4;
  font-weight: bold;
  letter-spacing: 2px;
  margin-left: 12px;
  transition: all 0.3s;
}

#condition_area .conditionBox input[type='button']:hover {
  background-color: #4588c4;
  color: #fff;
}
#condition_area .conditionBox .button {
  width: 90px;
  height: 30px;
  text-align: left;
  line-height: 30px;
  border: 1px solid rgb(118, 118, 118);
  background-color: #fff;
  position: relative;
  font-weight: initial;
  color: #000;
  padding: 1px 2px;
  box-sizing: border-box;
  letter-spacing: 0;
}
#condition_area .conditionBox .button::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #000 transparent transparent transparent;
  right: 5%;
  top: calc(60% - 6px);
}
#condition_area .conditionBox .button::after {
  content: '';
  border-style: solid;
  border-width: 4px 6px 0 6px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 10px;
  right: 5%;
}

.allConditionBox > div:first-child .conditionBox > div {
  color: #000;
}

.conditionBox > div {
  margin-right: 10px;
  color: #707070;
  margin: 3px 0;
}

.conditionBox [type="text"] {
  width: 100px;
}
/*
.conditionBox select {
  width: 64.5px;
}
*/
.allConditionBox div .conditionBox > div {
  margin-right: 12px;
}
.conditionBox input {
  outline: none;
}
.salaryConditionsBox > div {
  margin-right: 10px;
}
.conditionBoxJob {
  width: 125px;
}
.conditionBoxYear {
  width: 64.5px;
}
/* new search bar star */
.K_search_bar {
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  margin: 4px 0;
  position: relative;
}

.K_search_icon {
  display: inline-block;
  background: url('../images/search_gray.png') no-repeat center;
  background-size: auto 60%;
  /* background-color: #a2a2a2;
  -webkit-mask: url('../images/search_gray.png') no-repeat;
  -webkit-mask-size: auto 60%;
  -webkit-mask-position: center; */

  height: 36px;
}

.K_search_bar .search_box {
  width: calc(60% - 54px);
  position: relative;
  flex: 1;
}
.K_search_bar input[type='search'] {
  padding-left: 48px;
  background: url(../images/search_gray.png) no-repeat;
  background-size: 22px auto;
  background-position: 16px center;
}

#ikeyword::-ms-clear {
  display: none;
}

.K_search_bar .reset {
  position: absolute;
  width: 36px;
  height: 36px;
  top: 0;
  right: 0;
  background-color: transparent;
  background: url(../images/close.png) no-repeat center center;
  background-size: auto 40%;
  color: #a2a2a2;
  cursor: pointer;
}
.search_bar_m .reset {
  position: absolute;
  height: 18px;
  width: 38px;
  background-size: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/close.png");
  margin-right: 9px;
  border-right: 1px solid #ddd;
  cursor: pointer;
  top: 10px;
  right: 0;

}

.search_bar_input {
  width: 80%;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #e40077;
  /* background: #e40077; */
  /* padding-left: 12px; */
  /* padding-right: 12px; */
}

.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;
  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 {
  display: inline-block;
  width: 100%;
  height: 100%;
}

/* .search_filter:last-child {
    border-top-right-radius: 38px;
    border-bottom-right-radius: 38px;
  } */

.search_bar_button {
  width: 180px;
  height: 48px;
  line-height: 48px;
  padding: 0 12px;
  margin-left: 20px;
  border-radius: 8px;
  background: #e40077;
  padding-left: 12px;
  padding-right: 12px;
  transition: all 0.3s linear;
}
.search_bar_button:hover {
  /* transition: all 0.3s linear; */
  background: #ff52ac;
  color: #fff;
}
.search_bar_button button {
  width: 100%;
  /* text-align-last: justify; */
  color: #fff;
  letter-spacing: 4px;
  font-size: 18px;
}
.search_bar_button:hover button {
  /* background: #ff52ac; */
  color: #fff;
}
.search_bar_button button:focus,
.search_bar_button button:active {
  outline: none;
  border: 0;
  box-shadow: none;
}
.search_bar_button button::-moz-focus-inner {
  box-shadow: 0;
}

/* new search bar end */

#condition_area div {
  display: inline-block;
  /* min-height: 30px;
  line-height: 30px; */
}

#condition_area input,
#condition_area select {
  display: inline-block;
  height: 30px;
  /* line-height: 30px; */
  vertical-align: middle;
}

/* #condition_area select:focus {
  border: ;
} */

/*header end*/

/*main_content start*/

.right_ad  {
  width: 150px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 11;  
}

.right_ad .close {
  position: absolute;
  z-index: 12;
  top: 0;
  right: 10px;
  width: 20px;
  cursor: pointer;
}

@media screen and (max-width:768px) {
  .right_ad {
    display: none;
  }

}



.down_ad_text, .down_ad_photo {
  position: relative;
  
}
.down_ad_text, .down_ad_photo .close {
  position: absolute;
  z-index: 12;
  right: 10px;
  width: 32px;
  cursor: pointer;
}


.down_ad_text {
  width: calc(100%);
  height: 58px;
  padding: 9px 2px 9px 12px;
  background-color: #007de9;
  position: fixed;
  bottom: -1px;
  left: 0;
  z-index: 9;
  transition: all 0.3s;
  box-sizing: border-box; 
  display: none;
}

.down_ad_space {
  width: calc(100%);	
  height: 60px;	
  display: none;	
}

@media screen and (max-width:768px) {
  .down_ad_text {
    display: block;
  }

  .down_ad_space {
    display: block;
  } 
  
  .down_ad_text .close {
    top: inherit;
    bottom: 20px;
    right: 10px;
    width: 20px;
    padding: 4px;
    position: absolute;
  }
}

.down_ad_photo {
  width: calc(100%);
  height: 58px;
  position: fixed;
  bottom: -1px;
  left: 0;
  z-index: 9;
  transition: all 0.3s;
  box-sizing: border-box;  
  display: none;
}

@media screen and (max-width:768px) {
  .down_ad_photo {
    display: block;
  } 
  .down_ad_photo .close {
    top: inherit;
    bottom: 35px;
    right: 3px;
    width: 20px;
    padding: 4px; 
  }
}

.starjob_0106 img {
  width: 100%;
}

.starjob_0106 > ul {
  display: flex;
  list-style: none;
  padding: 0;
}

.starjob_0106 > ul > li:nth-child(2) {
  width: calc(100% - 80px);
  padding-left: 8px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}

.starjob_0106 > ul > li h4 {
  display: inline-block;
  font-size: 18px;
  line-height: 40px;
  color: #ffffff;
  font-weight: bold;
}

.starjob_0106 > ul > li p {
  width: 85px;
  display: inline-block;
  margin-top: 5px;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
  color: #333333;
  background: #ffff00;
}

.staricon_0106 {
  width: 40px;
  height: 40px;
  background-color: #cce7ff;
  overflow: hidden;
  border-radius: 4px;
}

.main_content {
  margin-bottom: 280px;
}

.main_content > div {
  padding-top: 24px;
}
@media (max-width: 767px) {
  .main_content {
    margin-bottom: 62px;
  }
  .main_content > div {
    padding-top: 0;
  }
}
/*job_refer start*/

.job_refer {
  border: 1px solid #eee;
}

.job_refer_tab > a:hover {
  color: #e40177;
}

.job_refer_list {
  padding: 0;
  z-index: 1;
}

.job_refer + div {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/*.job_refer end*/

/*Job_opening start*/
.Job_opening {
  padding: 0;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #ddd;
  box-shadow: inset -18px 0px 10px -15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  /* box-shadow: 6px 0 8px -4px rgba(0, 0, 0, 0.1); */
}



.not_defined .Job_not_defined {
  box-shadow: none;
}

.not_defined .Job_not_defined a {
  color: inherit;
  text-decoration:inherit;
}

.not_defined .Job_not_defined img {
  display: block;
  margin: auto;
}

.not_defined .Job_not_defined:hover {
  /* border-left: 2px solid transparent; */
}

.not_defined .Job_not_defined div {
  color: #444;
}

.not_defined .Job_not_defined .Job_not_defined_item {
  padding: 0 40px;
  padding-bottom: 15px;
}
.not_defined .Job_not_defined .Job_not_defined_item_date {
  margin-bottom: 0;
}

.not_defined .Job_not_defined_item_title {
  width: 100%;
}

.not_defined .Job_not_defined_item_title > p {
  font-size: 18px;
  margin-bottom: 4px;
  color:#e40077;
}

.not_defined .Job_not_defined_item_info  {
  width: 25%;
}


.Job_opening:hover
{
  background: #fff;
  box-shadow: 0px 12px 8px -12px rgba(0, 0, 0, 0.1), 0px -12px 8px -12px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
.Job_opening_ad:hover {
  /*background: #fff;*/
  box-shadow: 0px 12px 8px -12px rgba(0, 0, 0, 0.1), 0px -12px 8px -12px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
.Job_opening_ad {
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  position: relative;
}

.Job_opening_block {
  display: block;
}

.Job_opening_item {
  border-radius: 3px;
  padding: 16px 40px;
  /* border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd; */
  box-shadow: none;
  margin-bottom: 0;
  transition: all 0.3s;
}
.Job_opening_item_date {
  font-size: 13px;
  display: flex;
  color: #555;
  margin-bottom: 8px;
}
.Job_opening_item_title {
  flex: 2;
  margin-right: 20px;
  overflow: hidden;
}

.Job_opening_item_title > h5 {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  color: #007de9;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.Job_opening {
  border-left: 2px solid transparent;
  transition: all 0.3s;
}
.Job_opening.special_list,
.Job_opening_M.special_list {
  border-left: 2px solid transparent;
  background-color: #ffffe4;
  transition: all 0.3s;
}
.Job_opening.special_list:hover {
  border-left: 2px solid #e40177;
}
.Job_opening:hover {
  border-left: 2px solid #e40177;
}

.special_list > div > h5 {
  font-weight: bold !important;
}

.Job_opening_ad,
.Job_opening_M_ad {
  background-color: #fffdea;
}

.ad_icon {
  position: absolute;
  top: 10px;
  right: 20px;
}

.special_icon {
  width: 18px;
  margin-top: -5px;
  margin-right: 3px;
}

.Job_opening > a,
.Job_opening_ad > a {
  color: #fff;
}

.Job_opening > a:hover,
.Job_opening_ad > a:hover {
  color: #fff;
  text-decoration: none;
}

/* .Job_opening:hover {
    background: #fff;
} */

.Job_opening_item_title > h6 {
  color: #555;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.Job_opening_item_title > h6 a{
  color: #555;
}

.Job_opening_item_title_payment {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.Job_opening_item_title_payment > span {
  font-size: 16px;
  /* color: #ff8d17; */
  color: #ff8d17;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.Job_opening_item_info {
  flex: 2;
  color: #555;
  font-size: 16px;
  overflow: hidden;
}
.Job_opening_item_info  img {
  display: block;
  margin: auto;
}

.Job_opening_item_info > div {
  margin: 4px 0;
  line-height: 1.5;
}

.Job_opening_item_info > div > div {
  width: 17px;
  height: 17px;
  float: left;
  margin-right: 8px;
  margin-top: 2px;
}

.Job_opening_item_info > div > span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: block;
}

.Job_opening_item_icon {
  color: rgb(167, 167, 167);
  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-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: center;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  transition: all 0.3s;
}

.payFont {
  /* color: #f95dae; */
  color: #ff8d17;
}

.hashTag p {
  font-size: 12px;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
}

/* icon */

.more_btn {
  position: absolute;
  top: 20px;
  right: 22px;
}

.Online24H_icon {
  display: block;
  height: 16px;
  width: 35px;
  margin-right: 8px;
  background-size: 35px;
  background-repeat: no-repeat;
  background-image: url(../images/icon_24h.png);
}
.Video_icon {
  display: block;
  height: 16px;
  width: 35px;
  margin-right: 8px;
  background-size: 35px;
  background-repeat: no-repeat;
  background-image: url(../images/icon/icon_video.png);
}
.exclusive_icon {
  display: block;
  height: 16px;
  width: 35px;
  margin-right: 8px;
  background-size: 35px;
  background-repeat: no-repeat;
  background-image: url(../images/icon/icon_exclusive.png);
}
.recruit_icon {
  display: block;
  height: 16px;
  width: 35px;
  margin-right: 8px;
  background-size: 35px;
  background-repeat: no-repeat;
  background-image: url(../images/icon/icon_recruit.png);
}
.manufacturing_icon {
  display: block;
  height: 16px;
  width: 35px;
  margin-right: 8px;
  background-size: 35px;
  background-repeat: no-repeat;
  background-image: url(../images/icon/icon_1000.png);
}
.service_icon {
  display: block;
  height: 16px;
  width: 35px;
  margin-right: 8px;
  background-size: 35px;
  background-repeat: no-repeat;
  background-image: url(../images/icon/icon_500.png);
}
.financial_icon {
  display: block;
  height: 16px;
  width: 35px;
  margin-right: 8px;
  background-size: 35px;
  background-repeat: no-repeat;
  background-image: url(../images/icon/icon_100.png);
}
.clear_icon {
  height: 18px;
  width: 38px;
  background-size: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/close.png);
  margin-right: 9px;
  border-right: 1px solid #ddd;
  cursor: pointer;
}

.search_icon {
  height: 38px;
  width: 38px;
  background-color: #e40177;
  background-position: center;
  background-size: 18px;
  background-repeat: no-repeat;
  background-image: url(../images/search.png);
}
.search_gray_icon {
  height: 15px;
  width: 15px;
  margin: 0 6px;
  display: inline-block;
  background-position: center;
  background-size: 15px;
  background-repeat: no-repeat;
  background-image: url(../images/search_gray.png);
}

.search_pink_icon {
  height: 18px;
  width: 18px;
  background-size: 18px;
  background-repeat: no-repeat;
  background-image: url(../images/search_pink.png);
}

.arrow_left_icon {
  height: 100%;
  width: 45px;
  background-size: 14px;
  background-repeat: no-repeat;
  background-image: url(../images/arrow-left.png);
  background-position: center;
  left: -13px;
  cursor: pointer;
}
.arrow_right_icon {
  height: 100%;
  width: 45px;
  background-size: 14px;
  background-repeat: no-repeat;
  background-image: url(../images/arrow-right.png);
  background-position: center;
  right: -13px;
  cursor: pointer;
}

.back_icon {
  height: 14px;
  width: 14px;
  background-size: 14px;
  background-repeat: no-repeat;
  background-image: url(../images/back.png);
  display: inline-block;
}
.location_white_icon {
  height: 16px;
  width: 16px;
  display: inline-block;
  margin-top: 4px;
  background-size: 16px;
  background-repeat: no-repeat;
  background-image: url(../images/location_white.png);
}
.location_pink_icon {
  height: 100%;
  width: 40px;
  display: inline-block;
  background-size: 38px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/location_pink_m.png);
}
.suitcase_icon {
  height: 100%;
  width: 100%;
  display: inline-block;
  background-position: center center;
  background-size: 16px;
  background-repeat: no-repeat;
  background-image: url(../images/suitcase.png);
}
.suitcase_pink_icon {
  height: 100%;
  width: 40px;
  display: inline-block;
  /* margin-top: 6px; */
  background-size: 38px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/suitcase_pink_m.png);
}
.icon_commonStyle {
  height: 16px;
  min-width: 17px;
  background-size: 16px;
  background-repeat: no-repeat;
  margin: 1px 0;
}
.location_icon {
  background-image: url(../images/location_pink.png);
}

.payment_icon {
  background-position: top center;
  background-image: url(../images/payment.png);
}

.user_icon {
  background-image: url(../images/user.png);
}

.favorite_icon {
  height: 30px;
  width: 30px;
  background-size: 30px;
  background-repeat: no-repeat;
  background-image: url(../images/save_job_normal.png);
  transition: all 0.3s;
}

.favorite_icon:hover {
  background-image: url(../images/save_job_touch.png);
  transition: all 0.3s;
}

#star_btn:checked + div {
  background-image: url(../images/save_job_touch.png);
  animation: clickHeart 0.3s 1;
}

@keyframes clickHeart {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

@media screen and (max-width: 991px) {
  .Job_opening_item_info {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    width: 220px;
    margin-right: 20px;
  }

  .search_filter {
    margin-right: 20px;
  }
  .search_filter::before {
    left: 85%;
  }
  .search_filter::after {
    left: calc(85% + 2px);
  }
}

@media screen and (max-width: 768px) {
  .Job_opening_item_info > div {
    line-height: 1.2;
  }
  .Job_opening {
    padding: 0;
    position: relative;
  }

  .Job_opening_item {
    padding: 20px 20px;
    min-height: 140px;
    display: block;
  }

  .Job_opening_item_title {
    margin: 0 0 10px 0;
  }

  .Job_opening_item_icon {
    position: absolute;
    right: 36px;
    bottom: 42px;
  }
  .not_defined .Job_not_defined_item_info  {
    width: 100%;
  }

}

/*Job_opening end*/

/*job_refer_detail start*/

.job_refer_detail {
  background-color: #fff;
  overflow: auto;
  height: 680px;
  border: 1px solid #dee2e6;
  border-right: 0;
  border-top: 0;
  margin-left: -1px;
}

.job_refer_detail a p {
  font-weight: bold;
}

.job_refer_detail_jobOpening {
  display: flex;
  flex-wrap: wrap;
}

.jobOpeningAD {
	transform: scale(1);
    padding: 0;
}


.job_refer_detail_jobOpening_title {
  font-size: 19px;
  letter-spacing: 0.3px;
  color: #212529;
  /* padding-bottom: 10px; */
  transition: all 0.3s;
  width: 80%;
}

.job_refer_detail_jobOpening_title:hover {
  color: #007de9;
  text-decoration: none;
}

.job_refer_detail_jobOpening_star {
  width: 20%;
  text-align: center;
  margin-top: 8px;
}

.job_refer_detail_jobOpening_data {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.job_refer_detail_company_name {
  letter-spacing: 0.3px;
  color: #555;
  width: 100%;
}

.job_refer_detail_date {
  align-self: flex-end;
}

.bt_apply {
  padding: 8px 20px 8px 20px;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  background: #e40177;
  border: none;
  outline: none !important;
  transition: all 0.2s;
}

.bt_apply:hover {
  background: #cc0069;
}

.job_refer_detail_item > div > h6 {
  min-width: 80px;
}
.job_refer_detail_item > div > p {
  margin-bottom: 0px;
}

.job_refer_detail_item_subtitle {
  letter-spacing: 1.5px;
  font-size: 16px;
  padding-left: 10px;
  margin: 0;
  color: #e40177;
  border-left: 3px solid #e40177;
}
@media screen and (max-width: 767px) {
  .K_search_bar {
    display: none;
  }
  .job_refer_detail,
  .Job_opening,
  .Job_opening_ad {
    display: none;
  }
  /* .Job_opening_M,
  .Job_opening_M_ad {
    display: block;
    position: relative;
  } */
  .Job_opening_M,
  .Job_opening_M_ad {
    display: block;
    position: relative;
  }

  .sort {
    display: none;
  }
}

/*job_refer_detail end*/

/*main_content end*/

/*area_filter start*/
.urban_area {
  box-shadow: 0px 0 9px -5px #000;
  height: 430px;
  overflow-y: auto;
}
.urban_area + div {
  height: 430px;
  overflow-y: auto;
}

.urban_area > div {
  background-color: #f8f8f8;
  border-bottom: 1px solid #e6e6e6;
}

.urban_area > div:hover {
  background-color: #fff;
  color: #e40177;
}

.urban_area_select {
  background-color: #fff !important;
  color: #e40177 !important;
}

.district {
  border-bottom: 1px solid #e6e6e6;
}

.district_select {
  color: #007de9;
}

.district_select > :last-child {
  min-width: 15px;
  height: 15px;
  background-size: 15px;
  background-repeat: no-repeat;
  background-image: url(../images/check.png);
  align-self: center;
}

.district:hover {
  color: #007de9;
  background-color: #fffded;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.distance_option {
  display: flex;
  align-items: center;
}

.distance_option > div {
  display: flex;
  align-items: center;
}

.distance_option > div > select {
  width: 50%;
}

.distance_option > div > span {
  margin: 0 5px;
}

/*area_filter end*/

/*job_description start*/
.job_description > div {
  border: #ddd dashed 1px;
  position: relative;
}

.job_description > div h5 {
  font-size: 17px;
}

.job_description > div p {
  flex: 1;
  font-size: 15px;
  color: #555;
}

.close_btn {
  height: 15px;
  width: 15px;
  background-size: 15px;
  background-repeat: no-repeat;
  background-image: url(../images/close.png);
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

/*job_description end*/

/*Job_opening_M start*/
.Job_opening_M,
.Job_opening_M_ad {
  width: 100%;
  display: none;
}

.Job_opening_M a {
  text-decoration: none;
}

.Job_opening_block {
  display: block;
}

.more_icon {
  height: 14px;
  width: 14px;
  background-size: 14px;
  background-image: url(../images/more.png);
  cursor: pointer;
}

.hashTag > h2 {
  color: #aaa;
  font-size: 14px;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.hashTag_commute {
  /* border: 1px solid #ff77bc;
  color: #ff77bc; */
  border: 1px solid #a2a2a2;
  color: #a2a2a2;
  padding: 3px 8px;
  border-radius: 20px;
  margin: 5px 5px 0 0;
}
.hashTag_noExperience {
  /* border: 1px solid #ffb056;
  color: #ffb056; */
  border: 1px solid #a2a2a2;
  color: #a2a2a2;
  padding: 3px 8px;
  border-radius: 20px;
  margin: 5px 5px 0 0;
}

.icon_poppu,
.icon_poppu_M {
  top: 36px;
  right: 19px;
  width: 120px;
  height: 33px;
  padding: 7px;
  position: absolute;
  border: #aaa solid 1px;
  font-size: 13px;
  color: #888;
  background-color: #fff;
  display: none;
  z-index: 5;
  cursor: pointer;
}

.page-control a {
  padding: 0 8px;
  line-height: 30px;
  color: #212529;
  text-decoration: none;
}

.page-control a:hover {
  color: #2196f3;
}

.notice {
  margin-top: 1rem;
}
.notice div {
  padding-bottom: 1rem;
  text-align: justify;
}
.notice > div {
  padding: 12px 24px 0;
  border: 1px dashed #c0c0c0;
  border-radius: 8px;
  /* background: #eee; */
}
.notice ul {
  padding-left: 0;
  margin-bottom: 0;
}
.notice li {
  display: inline-block;
  margin-right: 8px;
}

.notice img {
  display: inline-block;
  height: 20px;
  width: auto;
}

#inputState:focus {
  box-shadow: none;
}

@media screen and (max-width: 768px) {
  .Job_opening_M > a {
    color: #000;
  }

  .Job_opening_M,
  .Job_opening_M_ad {
    display: none;
    position: relative;
  }
  .Job_opening_M h5 {
    font-weight: normal;
  }

  .Job_opening_M .favorite_icon {
    height: 30px;
    width: 30px;
    background-size: 30px;
    background-repeat: no-repeat;
    background-image: url(../images/save_job_normal.png);
    transition: all 0.3s;
  }

  .Job_opening_M {
    /* display: flex; */
    /* background-color: #fff; */

    border-bottom: #eee solid 1px;
  }

  .Job_opening_item_info_M {
    flex: 1;
    overflow: hidden;
    position: relative;
  }

  .Job_opening_item_info_M > div {
    /* margin-bottom: 8px; */
    margin-bottom: 6px;
    overflow: hidden;
    justify-content: space-between;
    display: flex;
  }

  /* .Job_opening_M .favorite_btn {
    position: absolute;
    top: 45px;
    top: 59px;
    right: 14px;
    overflow: initial;
  } */

  .Job_opening_item_info_M h5 {
    font-size: 16px;
    margin-bottom: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
    overflow: hidden;
  }

  .like_icon {
    width: 17px;
  }

  .Job_opening_item_title_M {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .Job_opening_item_title_M > div {
    /* display: flex; */
    display: grid;
    grid-template-columns: auto auto auto;
  }

  .Job_opening_item_title_M h5 {
    font-size: 16px;
    color: #007de9;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .icon_commonStyle_M {
    height: 14px;
    width: 14px;
    display: block;
    background-size: 14px;
    margin-bottom: 8px;
  }

  .special_icon {
    max-width: 35px;
	width:100%;
    margin-top: -9px;
    margin-right: 5px;
  }

  .special_list .Job_opening_item_title_M h5 {
    font-weight: bold !important;
  }
  #search_relate {
    display: none;
  }
  .setting_icon {
    height: 36px;
    width: 36px;
    background-size: 38px;
    background-repeat: no-repeat;
    background-image: url(../images/setting.png);
    cursor: pointer;
  }
  /* .more_btn_M {
    position: absolute;
    top: 15px;
    right: 13px;
  } */
  .job_description > div {
    border: none;
  }
}

@media screen and (max-width: 767px) {
  .setting_icon {
    height: 36px;
    width: 36px;
    background-size: 35px;
    background-repeat: no-repeat;
    background-image: url(../images/setting_m.png);
    cursor: pointer;
  }
  .Job_opening_M {
    padding: 15px 15px 8px 15px;
  }
  .Job_opening_M > a {
    color: #000;
    width: 90%;
  }
  .Job_opening_M > div {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .Job_opening_M,
  .Job_opening_M_ad {
    display: flex;
    justify-content: space-between;
    position: relative;
  }

  .Job_opening_M h6 {
    margin-top: auto;
  }
}
/*Job_opening_M end*/
@media screen and (max-width: 575px) {
  .notice {
    display: none;
  }
  .active_category_area::-webkit-scrollbar {
    display: none;
  }
  .arrow_left_icon {
    height: 100%;
    width: 45px;
    background-size: 14px;
    background-repeat: no-repeat;
    background-image: url(../images/arrow-left.png);
    background-position: center;
    top: 0px;
    left: -12px;
    cursor: pointer;
  }
  .arrow_right_icon {
    height: 100%;
    width: 45px;
    background-size: 14px;
    background-repeat: no-repeat;
    background-image: url(../images/arrow-right.png);
    background-position: center;
    top: 0px;
    right: -12px;
    cursor: pointer;
  }
}

/*modal*/
.modal_header_bg {
  background: #e40177;
  color: #fff;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}

#job_list_search,
#job_list,
#nav-home,
#nav-profile,
#nav-contact,
#noResult {
  height: 430px;
  /* overflow-y: auto; */
}

#filter_list {
  height: 530px;
  /* overflow-y: auto; */
}

#job_list > div {
  height: 430px;
  overflow-y: auto;
}

#filter_list select {
  display: inline-block;
  width: 100%;
  /* height: calc(1.5em + 0.75rem + 2px); */
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#job_filter_footer {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

#job_list_search .district {
  border: none;
}

#job_list_search > :first-child,
#job_list_search > :last-child {
  border: none;
}

#job_list_search > div {
  border-bottom: 1px solid #e6e6e6;
}

.job_list_search_item:hover > .district {
  color: #007de9;
  background-color: #fffded;
}
.job_list_search_item:hover {
  background-color: #fffded;
}

.close {
  color: #fff;
  font-size: 2rem;
  font-weight: lighter;
}

.close:hover {
  color: #fff;
}

.modal-content {
  border-radius: 10px;
  overflow: hidden;
}

.job_list_hide {
  display: none;
}

.job_list_search_hide {
  display: none;
}

.backMenu {
  color: #616161;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.btn_style {
  width: 20%;
  background: #e40177;
  color: #fff;
}

.btn_style:hover {
  background: #be0062;
  color: #fff;
}

.btn-secondary {
  width: 13%;
  background-color: #a2a2a2;
  border-color: #a2a2a2;
}

#job_filter .btn_style,
#area_filter .btn_style,
#more_filter .btn_style {
  width: 100%;
}

#job_filter .btn-secondary,
#area_filter .btn-secondary,
#more_filter .btn-secondary {
  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;
}
.right_boxShadow {
  box-shadow: inset -11px 0px 10px -10px rgba(0, 0, 0, 0.1);
}
.left_boxShadow {
  box-shadow: inset 11px 0px 10px -10px rgba(0, 0, 0, 0.1);
}
.x_boxShadow {
  box-shadow: inset -11px 0px 10px -10px rgba(0, 0, 0, 0.1), inset 11px 0px 10px -10px rgba(0, 0, 0, 0.1);
}
.active_category_area {
  overflow-x: auto;
  display: block;
  padding-bottom: 35px;
  position: relative;
}
.active_category_area::-webkit-scrollbar {
  display: none;
}
.active_category_list {
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
  overflow-x: auto;
  position: absolute;
  left: 0;
  transition: all 0.3s;
}
.active_category .active_category_close {
  height: 10px;
  width: 10px;
  margin-left: 5px;
  background-size: 10px;
  background-repeat: no-repeat;
  background-image: url(../images/category_close.png);
  display: inline-block;
  cursor: pointer;
}
.category_quantity {
  text-align: center;
  width: 40px;
  height: 20px;
  border: 1px solid #e40177;
  background-color: #fff;
  border-radius: 20px;
  color: #e40177;
  position: absolute;
  top: -8px;
  right: -1px;
  font-size: 13px;
}

/*more_filter start*/
#more_filter #filter_list {
  height: 530px;
  overflow-y: auto;
}
.more_filter_subtitle {
  font-size: 14px;
  font-weight: bold;
  color: #e40177;
}
.more_filter_itemBox input {
  display: none;
}
.more_filter_itemBox label {
  padding: 0 0 0 6px;
  margin-top: 10px;
}
.more_filter_itemBox label:nth-child(3n + 1) {
  padding: 0 0 0 15px;
}
.more_filter_itemBox label:nth-child(3n + 3) {
  padding: 0 15px 0 6px;
}
.more_filter_itemBox div {
  font-size: 14px;
  border: 1px solid #ddd;
  padding: 5px 15px;
  text-align: center;
}
.check:checked + div {
  border: 1px solid #e40177;
  color: #e40177;
}

/*more_filter end*/
/*modal*/

/*M版搜尋視窗*/
#suggestion {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 10;
  background-color: #fff;
  margin-top: 30px;
}
#suggestion .suggestion_subtitle {
  font-weight: bold;
  font-size: 18px;
}
.suggestionItem_box {
  padding: 0 15px;
}
.suggestionItem_box > div {
  padding: 12px 12px 0 0;
}
.suggestionItem_box > div:nth-child(3n + 3) {
  padding: 12px 0 0 0;
}
.suggestionItem_box > div > div {
  text-align: center;
  padding: 2px 10px;
  border: 1px solid #e40177;
  color: #e40177;
  border-radius: 5px;
}
.suggestionItem_backMenuIcon {
  height: 40px;
  width: 33px;
  margin: 0px 6px 0 0px;
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/back_menu.png);
}

#m_search_record_lst a {
  color:#9a9a9a;
}

/*M版搜尋視窗*/
/*scrollBar*/
/*-------滾動條整體樣式----*/
.active_category_area::-webkit-scrollbar,
.job_refer_detail::-webkit-scrollbar,
#job_list::-webkit-scrollbar,
#nav-home::-webkit-scrollbar,
#nav-profile::-webkit-scrollbar,
#nav-contact::-webkit-scrollbar,
#filter_list::-webkit-scrollbar {
  width: 8px;
  height: 4px;
}

/*滾動條裡面小方塊樣式*/
.active_category_area::-webkit-scrollbar-thumb,
.job_refer_detail::-webkit-scrollbar-thumb,
#job_list::-webkit-scrollbar-thumb,
#nav-home::-webkit-scrollbar-thumb,
#nav-profile::-webkit-scrollbar-thumb,
#nav-contact::-webkit-scrollbar-thumb,
#filter_list::-webkit-scrollbar-thumb {
  border-radius: 100px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #c2c2c2;
}

/*滾動條裡面軌道樣式*/
.active_category_area::-webkit-scrollbar-track,
.job_refer_detail::-webkit-scrollbar-track,
#job_list::-webkit-scrollbar-track,
#nav-home::-webkit-scrollbar-track,
#nav-profile::-webkit-scrollbar-track,
#nav-contact::-webkit-scrollbar-track,
#filter_list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  background: rgba(104, 104, 104, 0.1);
}

/*scrollBar*/
@media screen and (min-width: 991px) {
  #job_list_search,
  #job_list,
  #nav-home,
  #nav-profile,
  #nav-contact,
  #noResult {
    font-size: 15px;
  }
}

.pay_static{
	position:absolute;
	background: white;
	border: 5px solid #888;
	width: 700px;
	}

.close_this {
    cursor: pointer;
    left: 680px;
    top: -16px;
    display: inline-block;
    overflow: hidden;
    width: 25px;
    height: 25px;
    background-image: url(/admin/image/Icon/Close_btn.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
    position: absolute;
}

/* job_refer photo */

#first_photo {
  padding-bottom: 15px;
}

#first_photo img {
  width: 100%;
}



#icon1 {
  display: none;
  width: 100px;
  
  margin-left: 50%;
  transform: translateX(-50%);
}

#icon1 image {
  margin-top: 0; 
}

@media screen and (max-width: 767px) {


  #first_photo {
    position: relative;
    padding: 0;
    margin-left: -15px;    
    margin-right: -15px;
    /* animation:slide_toggle 5s infinite; */
  }


  #first_photo picture {
    height: 0;
  }


  #first_photo img{
    width: 100%;
    margin-top: 0;
  }



  /* #first_photo_btn {
    width: 120px;
    height: 50px;
    background-color: #ffdff0;
    clip-path: polygon(0 0, 100% 0%, 100% 40%, 50% 60%, 0% 40%);

    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    bottom:-50px;
    transform: translateX(-50%);
    cursor: pointer;
    z-index: 3;
  } */

  #first_photo_btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #first_photo_btn .btn {
    
    width: 50px;
    height: 25px;
    background: #dddddd;
    border-radius: 0 0 100px 100px;
    margin-bottom: 15px;
    
  }

  #first_photo_btn .icon {
    width: 15px;
    height: 10px;
    background-color: #555555;
    clip-path: polygon(0% 100%, 50%  0%,100% 100%);
    position: absolute;
    bottom: 25px;
    transform: translateX(-5%);
    z-index: 2;
  
  }

  /* .animation_slide_up {
    animation-name: slide_Up;
    animation-duration: 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    padding-bottom: 0;
  }


  .animation_slide_down {
    animation-name: slide_Down;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    padding-bottom: 0;
  } */

  .animation_icon_rotate {
    animation-name: icon_rotate;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    padding-bottom: 0;
  }

  .animation_icon_rotate_back {
    animation-name: icon_rotate_back;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    padding-bottom: 0;
  }





  @keyframes slide_Up {
    0% {
      /* transform: translateY(0); */
      margin-top: 0;
    }
    50% {
      /* transform: translateY(-50%); */
      margin-top: -50%;

    }
    100% {
      /* transform: translateY(-100%); */
      margin-top: -100%;
    }
  }

  @keyframes slide_Down {
    0% {
      /* transform: translateY(0); */
      margin-top: -100%;
    }
    50% {
      /* transform: translateY(-50%); */
      margin-top: -80%;

    }
    80%{

      margin-top: -50%;
    }
    100% {
      /* transform: translateY(-100%); */
      margin-top: 0;
    }
  }

  @keyframes icon_rotate {
    0% {
      transform: rotate(0deg);
    }

    100% {
      transform: rotate(180deg);
    }
  }

  @keyframes icon_rotate_back {
    0% {
      transform: rotate(180deg);
    }

    100% {
      transform: rotate(0deg);
    }
  }

  #icon1 {
    display: block;
    position: relative;
  }
  .cls-1{fill:url(#linear-gradient-2);}.cls-2{fill:url(#linear-gradient);}
                    
}