@charset "UTF-8";
/*Compuware/Join*/
.row {
  margin: 0;
}

.row > * {
  padding: 0;
}

/*---------------- Tab ----------------*/
.join_tab {
  font-size: 18px;
  height: 60px;
  color: #fff;
  background-color: rgba(94, 94, 94, 0.8);
  cursor: pointer;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  word-break: break-all;
  text-align: center;
  line-height: 1em;
}
.join_tab:hover {
  background-color: #004098;
  transition: 0.5s;
}

.color {
  background-color: #004098;
}

/*---------------- 職缺列表 Start ----------------*/
.vacancy {
  background-color: rgba(238, 238, 238, 0.8);
  padding: 3rem;
}
.vacancy h3 {
  background-color: rgba(238, 238, 238, 0.8);
  font-size: 1.4em;
  font-weight: bold;
  padding: 0.5em;
  margin-bottom: 1em;
  border-left: 5px solid rgb(0, 64, 152);
}
.vacancy p {
  margin-bottom: 3rem;
}
.vacancy p:last-of-type {
  margin-bottom: 1em;
}
.vacancy p.vacancyList {
  display: flex;
  justify-content: space-evenly;
}
.vacancy a {
  color: rgb(0, 64, 152);
}
.vacancy a:hover {
  text-decoration: underline;
}
.vacancy ol {
  margin-bottom: 0;
}
.vacancy ol li {
  padding-left: 0.5em;
}
.vacancy img {
  width: 100%;
}

.JOIN_opening_more {
  width: 15rem;
  height: 3.5rem;
  line-height: 3.5rem;
  font-size: 18px;
  border: 1px solid #686868;
  color: #686868;
  text-align: center;
  transition: 0.5s;
}
.JOIN_opening_more:hover {
  background: #004098;
  color: #fff;
  border: 1px solid #004098;
}

.join_bg {
  background-color: rgba(238, 238, 238, 0.8);
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
  padding-right: 3rem;
  margin-bottom: 3rem;
}
.join_bg h3 {
  background-color: rgba(238, 238, 238, 0.8);
  font-size: 1.4em;
  font-weight: bold;
  padding: 0.5em;
  margin-bottom: 1em;
  border-left: 5px solid rgb(0, 64, 152);
}
.join_bg p {
  font-size: 16px;
  color: #282828;
  letter-spacing: 0px;
  text-align: left;
  margin-bottom: 3rem;
}
.join_bg ol {
  margin-bottom: 3rem;
}
.join_bg img {
  width: 100%;
}

/*---------------- 職缺列表 End ----------------*/
/*---------------- 福利制度 Satrt ----------------*/
.JOIN_detail_bg {
  background-color: rgba(238, 238, 238, 0.8);
  padding: 0;
}
.JOIN_detail_bg > div:nth-child(2) {
  padding: 3em 2em;
}
.JOIN_detail_bg > div:nth-child(2) .JOIN_benefit_img_box {
  display: none;
}
.JOIN_detail_bg > div:nth-child(2) .JOIN_benefit_content {
  width: 100%;
}
.JOIN_detail_bg > div:nth-child(2) .JOIN_benefit_content div {
  margin: 0;
}

.benefits_title {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0.5rem;
}
.benefits_title:first-child {
  display: none;
}
.benefits_title div {
  border-left: 5px solid #004098;
  margin-left: 12px;
}
.benefits_title div span {
  font-size: 18px;
  font-weight: bold;
  margin-left: 0.5em;
}

.JOIN_benefit_bg {
  background-color: rgba(238, 238, 238, 0.5);
  padding: 1em 2em 2em;
}

.JOIN_benefit_img_box {
  width: 35%;
  height: auto;
  display: flex;
  align-items: flex-start;
}
.JOIN_benefit_img_box img {
  width: 100%;
  border-radius: 5px;
}

.JOIN_benefit_content {
  width: 65%;
  margin-bottom: 0;
}
.JOIN_benefit_content div {
  margin-left: 2em;
}
.JOIN_benefit_content div p + ul {
  margin-top: 1em;
}
.JOIN_benefit_content div p:last-of-type {
  margin-bottom: 0;
}
.JOIN_benefit_content ul {
  padding: 0;
  margin: 0 0 0 0.5rem;
}
.JOIN_benefit_content ul li {
  line-height: 1.5rem;
  margin-bottom: 0.5em;
  padding-left: 15px;
}
.JOIN_benefit_content ul li:last-child {
  margin-bottom: 0;
}
.JOIN_benefit_content ul li:before {
  display: none;
}
.JOIN_benefit_content a {
  color: #004098;
  font-size: 18px;
}

.JOIN_benefit_content ul li::marker,
.vacancy ul li::marker {
  content: "￭";
  color: #004098;
  display: inline-block !important;
  width: 3rem;
  margin-left: 0.5rem;
}

/*---------------- 福利制度 End ----------------*/
/*---------------- 如何到肯微 Satrt ----------------*/
.JOIN_location_bg {
  background-color: rgba(238, 238, 238, 0.8);
  padding: 1em;
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  flex-direction: row;
  justify-content: space-between;
}

.JOIN_location_Box {
  width: 48.7%;
  display: flex;
  flex-direction: column;
}

.location_title_bg {
  background-color: #eee;
  height: auto;
  vertical-align: bottom;
  display: flex;
  align-items: center;
  padding: 0.5em;
}
.location_title_bg img {
  float: left;
  margin-right: 0.5em;
  height: 40px;
}
.location_title_bg h2 {
  font-size: 18px;
  line-height: 1.5rem;
  vertical-align: bottom;
  margin-bottom: 0;
  color: #282828;
}

.JOIN_location_content {
  background-color: rgba(238, 238, 238, 0.5);
  padding: 0.5em;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.JOIN_location_details {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
  text-align: center;
}
.JOIN_location_details img {
  width: 200px;
  margin: 1rem 0;
}
.JOIN_location_details a {
  color: #004098;
  text-decoration: none;
}
.JOIN_location_details a:hover {
  color: #004098;
  text-decoration: underline;
}

/* ====================================================== iPad ====================================================== */
/* ====================================================== Mobile ====================================================== */
@media screen and (max-width: 767px) {
  .vacancy {
    padding: 1rem;
  }
  .vacancy p {
    margin-bottom: 2rem;
  }
  .vacancy p.vacancyList {
    flex-direction: column;
    align-items: center;
    gap: 1em;
  }
  .JOIN_opening_more {
    background: #004098;
    border: 1px solid #004098;
    color: #fff !important;
  }
  .JOIN_detail_bg > div:nth-child(2) {
    padding: 1em;
  }
  .JOIN_benefit_bg {
    flex-direction: column;
    align-items: center;
  }
  .JOIN_benefit_img_box {
    width: 100%;
    margin-bottom: 1em;
  }
  .JOIN_benefit_content {
    width: 100%;
  }
  .JOIN_benefit_content div {
    margin-left: 0;
  }
  .JOIN_location_Box {
    width: 100%;
  }
}/*# sourceMappingURL=join.css.map */