
#banner_section {
  background-image: url("../image/background13.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.banner_content_box {
  padding-bottom: 25%;
}
.banner_content_panel {
  display: flex;
  align-items: center;
}
.ju_title_ctx_panel {
  width: 100%;
  text-align: center;
}
.ju_title_text {
  height: 30%;
  width: 100%;
  /* border: 1px solid red; */
  margin: auto;
}
.ju_big_title {
  font-family: inherit;
  font-size: 2.7rem;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  height: 70%;
  /* line-height: 1.5em; */
  padding-bottom: .8rem;
}
.ju_small_title {
  font-family: inherit;
  color: #ffffff;
  font-size: 1.4rem;
  text-align: center;
  line-height: 70%;
  height: 30%;
  line-height: 1.5em;
}
.ju_small_title > span {
  display: block;
  position: relative;
  font-size: 1.8rem;
  letter-spacing: 0.15rem;
}
#recruit_section {
  background-image: url("../image/background14.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.recruit_content_box {
  padding-bottom: 117%;
}
.ju_recruit_ctx_title_wrapper {
  height: 16.6%;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  /* border: 1px solid red; */
}
.ju_recruit_ctx_title_panel {
  height: 40%;
  width: 100%;
}
.ju_recruit_ctx_title_ch {
  font-family: inherit;
  font-size: 2.7rem;
  font-weight: 600;
  color: #333333;
  text-align: center;
  height: 70%;
  line-height: 1.5em;
}
.ju_recruit_ctx_title_en {
  color: #b4b4b4;
  /* font-family: Arial, Helvetica, sans-serif; */
  font-family: inherit;
  font-size: 1.35rem;
  line-height: 1.5em;
  text-align: center;
}
.ju_recruit_ctx_info_wrapper {
  height: 83.4%;
  width: 100%;
}
.ju_recruit_ctx_info_panel {
  height: 89%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: space-between;
  justify-content: space-between;
  /* border: 1px solid red; */
}

.ju_recruit_ctx_info_col {
  height: 49%;
  width: 48%;
  background-color: #ffffff;
  -moz-box-shadow: 0px 0px 10px 1px #ebeced;
  -webkit-box-shadow: 0px 0px 10px 1px #ebeced;
  box-shadow: 0px 0px 10px 1px #ebeced;
  font-family: inherit;
}
.ju_recruit_ctx_info_col_panel {
  width: 87%;
  /* border: 1px solid red; */
  height: 100%;
  margin: 0px auto;
}
.ju_r_ctx_info_title_wp {
  height: 18%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* border: 1px solid red; */
  position: relative;
}
.ju_r_ctx_info_title_wp:before,.ju_r_ctx_info_title_wp:after {
  display: block;
  content: "";

}
.ju_r_ctx_info_title_top {
  /* height: 70%; */
  width: 100%;
  /* border: 1px solid red; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.ju_r_ctx_info_title_bottom {
  /* height: 30%; */
  width: 100%;
}
.ju_r_ctx_info_t_panel {
  width: 100%;
  /* height: 45%; */
  display: flex;
  flex-direction: row;
}
.ju_r_ctx_info_t_left {
  height: 100%;
  width: 50%;
  text-align: left;
}
.ju_r_ctx_info_t_right {
  width: 50%;
  height: 100%;
  float: right;
}
.ju_r_ctx_info_t_left span {
  color: #333333;
  font-size: 1.5rem;
  font-weight: 600;
  font-family: inherit;
}
.ju_r_job_title_text {
  color: #333333;
  font-size: 1.5rem;
  font-weight: 600;
  font-family: inherit;
}

span.jur_ctx_fill_line {
  display: inline-block;
  /* position: absolute; */
  width: 10%;
  height: 2px;
  background-color: #0094d8;
}
.ju_r_ctx_info_ctx_panel {
  height: 66%;
  width: 100%;
  font-family: inherit;
  /* overflow: auto; */
  /* border: 1px solid red; */
}

.ju_r_ctx_text {
  font-family: inherit;
  font-size: 1.0em;
  /* -webkit-transform-origin: 0 0;
  -webkit-transform: scale(0.75);
  -moz-transform-origin: 0 0;
  -moz-transform: scale(0.75); */
  color: #333333;
  line-height: 1.6em;
  width: 100%;
}
.ju_r_ctx_info_ctx_panel span {
  display: block;
}

.ju_r_ctx_icon_panel {
  height: 16%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: flex-end;
}
.icon_panel {
  height: 40%;
  display: flex;
  justify-content: flex-end;
}
.icon_btn {
  float: left;
  display: block;
  /* height: 100%; */
  width: 11%;
}
.icon_btn > img {
  display: block;
  /* height: 100%; */
  max-width: 100%;
}
.icon_desc_text {
  color: #b4b4b4;
  font-family: inherit;
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: middle;
}
.icon_desc_panel {
  float: left;
  padding-left: 5px;
}
.vertical_assistant {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}