/****************************************

  Unique CSS

*****************************************/
.un_front_mv {
  padding-left: 6%;
  padding-right: 6%;
  width: 100%;
  height: 30vh;
  min-height: 480px;
  background-color: #0d2643;
}
@media screen and (min-width: 768px) {
  .un_front_mv {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.un_front_mv_inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.un_front_mv_catch {
  width: 80%;
  max-width: 640px;
}

.ly_single_head {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.ly_single_conts {
  margin-top: 40px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6%;
  padding-right: 6%;
  width: 100%;
  max-width: 1000px;
}
@media screen and (min-width: 768px) {
  .ly_single_conts {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.ly_single_conts > h1 {
  font-size: 24px;
  font-weight: bold;
}
.ly_single_conts > h2 {
  margin-top: 40px;
  margin-bottom: 24px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 20px;
}
.ly_single_conts > h2::before {
  content: "";
  width: 4px;
  height: 48px;
  background-color: #000000;
  margin-right: 12px;
}

.bl_ApplyButton {
  width: 100%;
  max-width: 320px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px;
  display: block;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: #0d2643;
  border: none;
  outline: 0;
  border-radius: 32px;
  cursor: pointer;
}

.ly_conts {
  width: 100%;
  max-width: 1600px;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6%;
  padding-right: 6%;
}
@media screen and (min-width: 768px) {
  .ly_conts {
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 40px;
    margin-bottom: 80px;
  }
}

.bl_conts_head {
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  text-align: center;
}

.ly_jobList {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 40px;
}
.ly_jobList > .bl_jobCard {
  width: 100%;
  max-width: 480px;
}
@media screen and (min-width: 768px) {
  .ly_jobList {
    flex-direction: row;
    align-items: stretch;
    gap: 40px;
  }
  .ly_jobList > .bl_jobCard {
    width: calc((100% - 40px) / 2);
    max-width: none;
  }
}
@media screen and (min-width: 1100px) {
  .ly_jobList {
    gap: 40px;
  }
  .ly_jobList > .bl_jobCard {
    width: calc((100% - 80px) / 3);
  }
}

.bl_jobCard_inner {
  display: flex;
  flex-direction: column;
}
.bl_jobCard_body {
  padding-top: 8px;
  padding-bottom: 8px;
}
.bl_jobCard_title {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}

.ly_page_head {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0d2643;
}
.ly_page_head > h1 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .ly_page_head {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .ly_page_head > h1 {
    color: #fff;
    font-size: 32px;
    font-weight: bold;
  }
}

.ly_apple_body {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 80px;
  padding-left: 6%;
  padding-right: 6%;
}

.ly_apply_inner {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
/*# sourceMappingURL=unique.css.map */