@charset "utf-8";

.container {
  /* background-color: #fbfbfb; */
  position: relative;
  overflow: hidden;
}

/* 主視覺 */
.main {
  width: 100%;
  background-image: url('../img/index/bg_1920.png');
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 88;
  background-position: center;
  transition: all 0.3s;
  margin-top: 90px;
}

@media screen and (max-width: 1400px) {
  .main {
    background-image: url(../img/index/bg_1400.png);
  }
}
@media screen and (max-width: 1280px) {
  .main {
    background-image: url(../img/index/bg_1280.png);
  }
}
@media screen and (max-width: 1080px) {
  .main {
    background-image: url(../img/index/bg_1080.png);
  }
}
@media screen and (max-width: 736px) {
  .main {
    margin-top: 70px;
    margin-bottom: 20px;
  }
}

.box01 {
  max-width: 950px;
  margin: 0 auto;
  position: relative;
  z-index: 8;
  transition: all 0.3s;
}

.main_w {
  margin: 0 auto;
}

.main_mob {
  margin-bottom: -12px;
}

.main_title {
  position: absolute;
  top: -8px;
  z-index: 999;
}

.main_title img {
  margin: 0 auto;
}

.wave {
  position: absolute;
  bottom: -5px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .wave {
    bottom: -1%;
  }
}
@media screen and (max-width: 736px) {
  .wave {
    z-index: 999;
    bottom: -6%;
    width: 100%;
  }
}

/* 主視覺 */

/* CONTENT */
.content {
  max-width: 950px;
  margin: 0 auto;
}

.title {
  text-align: center;
  line-height: 1.5;
  margin: 0px 0 16px;
}

.title img {
  width: 620px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .title img {
    width: 600px;
  }
}
@media screen and (max-width: 736px) {
  .title img {
    width: 100%;
  }
}

.title p {
  font-size: 24px;
  line-height: 1.5;
  color: #0177cf;
  font-weight: bold;
  text-align: center;
  padding-left: 36px;
}

.box02_card,
.box03_card,
.box04_card {
  margin: 0 auto;
  padding: 0px 16px;
}

@media screen and (max-width: 736px) {
  .title p {
    font-size: 20px;
    line-height: 1.3;
    padding-left: 0;
    padding: 0 16px 4px;
  }
}

/* 保證面試 */
.box02 {
  background-image: url('../img/index/index_bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fee728;
  padding: 12px 0;
  position: relative;
}

.box02_card ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
}

.box02 .content ul li {
  position: relative;
  margin: 0 12px;
}

.box02_card .live {
  position: absolute;
  top: 24px;
  left: 12px;
}

.box02_card .live img {
  width: 50px;
}

.box02_card img {
  width: 280px;
}

.wave_down {
  position: absolute;
  top: 0;
  z-index: 99;
  width: 100%;
}

.wave_down img {
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .box02_card ul {
    justify-content: space-around;
  }
  .wave_down {
    top: 40%;
  }
}
@media screen and (max-width: 736px) {
  .title {
    margin-bottom: 12px;
  }
  .title .block {
    display: block;
  }
  .box02 {
    padding: 0 0 24px;
  }
  .box02_card img {
    width: 280px;
  }
  .box02 .title {
    margin-bottom: 0;
  }

  .box02_card_mob ul {
    list-style: none;
  }
  .box02_card_mob ul > li {
    position: relative;
  }
  .box02_card_mob img {
    width: 100%;
    margin-bottom: 8px;
  }
  .box02_card_mob .live {
    position: absolute;
    top: 24px;
    left: 6%;
  }
  .box02_card_mob .live img {
    width: 60px;
  }
  .box02_card_mob {
    padding: 0 16px;
  }
  .box02_btn {
    text-align: center;
    margin-top: 8px;
    text-decoration: none;
    font-size: 22px;
    font-weight: bold;
    color: #ff5659;
    /* border: 1px #0177cf solid; */
    border-radius: 4px;
    width: 100%;
    height: 46px;
    line-height: 46px;
    background-color: #fffacd;
  }
}
/* 保證面試 */

/* 24hr必回覆 */
.box03 {
  padding: 100px 0px 0px;
  position: relative;
  background-image: url('../img/index/index_bg_1.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.box03_card ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  margin-top: 8px;
}

.box03_card > ul > li {
  width: calc(33.33% - 12px);
  margin-right: 18px;
  margin-bottom: 18px;
  transition: all 0.3s;
}

.box03_card > ul > li:nth-child(3n + 3) {
  margin-right: 0px;
}

.companybox {
  width: 100%;
  padding: 18px 14px 30px 14px;
  border: 3px solid #0177cf;
  text-align: center;
  border-radius: 12px;
  background-color: #fff;
  transition: all 0.3s;
}

@media screen and (max-width: 768px) {
  .box03 {
    padding-top: 68px;
  }
}
@media screen and (max-width: 736px) {
  .box03 {
    padding: 12px 0 12px;
  }
  .box03_card > ul > li {
    width: calc(50% - 10px);
    margin-bottom: 16px;
    margin-right: 16px;
  }
  .box03_card > ul > li:nth-child(3n + 3) {
    margin-right: 18px;
  }
  .box03_card > ul > li:nth-child(2n + 2) {
    margin-right: 0;
  }
  .companybox {
    border: 2px solid #0177cf;
    padding: 8px 0 24px;
  }
}

.company_logo {
  text-align: center;
  background-color: #fff;
  margin: 0 auto;
  overflow: hidden;
}

.logo_img {
  text-align: center;
}

.logo_img img {
  width: 100%;
}

.companybox h2 {
  font-size: 18px;
  color: #2b2b2b;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 8px;
}

.company_go {
  width: 110px;
  text-align: center;
  padding: 10px 12px 8px;
  font-size: 20px;
  border-radius: 50px;
  display: inline-block;
  letter-spacing: 4px;
  text-indent: 4px;
  color: #fff;
  background-color: #fd5759;
  transition: all 0.3s;
  box-shadow: 0 5px 0 #ff272b;
}

.company_go:hover {
  color: #fff;
  background-color: #ff272b;
  box-shadow: 0 0 0 #ff272b;
  transform: translateY(5px);
}

@media screen and (max-width: 736px) {
  .companybox h2 {
    font-size: 16px;
    color: #2b2b2b;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .company_go {
    width: 100px;
    font-size: 16px;
    padding: 8px 12px;
  }
}

.box03_btn {
  text-align: center;
  margin-top: 12px;
}

@media screen and (max-width: 736px) {
  .box03_btn {
    margin-top: 0;
  }
}

.box03_btn a {
  text-decoration: none;
  align-items: center;
  font-size: 28px;
  font-weight: bold;
  color: #0177cf;
}

.box03_wave {
  position: absolute;
  top: 0;
  z-index: 99;
  width: 100%;
}
/* 24hr必回覆 */

/* 求職工具 */
.box04 {
  background-image: url('../img/index/index_bg_3.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #abd9ff;
  padding: 100px 0 40px;
  position: relative;
}

.box04_wave {
  position: absolute;
  top: 0;
  z-index: 99;
  width: 100%;
}

.tool_1 {
  margin-bottom: 12px;
}

.tool_1 ul {
  display: flex;
  margin: 0 auto;
  list-style: none;
}

.tool_1 ul li {
  display: flex;
  width: 50%;
  margin: 0 auto;
  background-color: #fff;
  /* border: 3px #ffdb15 solid; */
  border-radius: 8px;
  padding: 12px 16px;
  margin-right: 12px;
}

.tool_1 ul li:last-child {
  margin-right: 0;
}

.tool_1 ul li div:first-of-type {
  width: 40%;
}

.tool_1 img {
  width: 100%;
}

.tool_1 .txt {
  margin-left: 8px;
  padding: 20px 8px 8px;
}

.tool_1 .txt h1 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #2b2b2b;
}

.tool_1 .txt p {
  color: #2b2b2b;
  margin-bottom: 28px;
}

.tool_1 .txt a {
  text-decoration: none;
  padding: 6px 10px;
  font-size: 18px;
  color: #fff;
  background-color: #fd5759;
  border-radius: 4px;
}

.tool_1 .txt a:hover {
  background-color: #ff3539;
}

@media screen and (max-width: 768px) {
  .tool_1 ul li div:first-of-type {
    width: 80%;
  }
  .tool_1 img {
    width: 100%;
  }
}

@media screen and (max-width: 736px) {
  .tool_1 ul li div:first-of-type {
    width: 60%;
  }
  .tool_1 img {
    width: 100%;
    margin: 0 auto;
    /* margin-bottom: 8px; */
  }
  .tool_1 ul {
    display: flex;
    flex-wrap: wrap;
  }
  .tool_1 ul li {
    width: 100%;
    padding: 8px;
    margin-right: 8px;
    margin-bottom: 14px;
  }
  .tool_1 > ul > li:nth-child(1) {
    margin-right: 0;
  }
  .tool_1 > ul > li:nth-child(2) {
    margin-bottom: 0;
  }
  .tool_1 .txt {
    margin-left: 0;
    padding: 8px;
    text-align: left;
    margin: 0 auto;
  }
  .tool_1 .txt h1 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 8px;
    color: #2b2b2b;
  }
  .tool_1 .txt p {
    color: #2b2b2b;
    margin-bottom: 12px;
    line-height: 1.3;
  }
  .tool_1 .txt a {
    padding: 6px 24px;
  }
  .tool_1 {
    margin-bottom: 14px;
  }
}

.tool_2 {
  display: flex;
  flex-wrap: wrap;
}

.tool_2 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  overflow: hidden;
  list-style: none;
  justify-content: space-between;
}

.tool_2 ul > li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(100% / 3 - 8px);
  margin: 0 auto;
  border-radius: 8px;
  padding: 12px;
  margin-right: 12px;
  background-color: #fff;
}

.tool_2 a {
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
  justify-content: space-around;
}

.tool_2 ul li:last-child {
  margin-right: 0;
}

.tool_2 a div:first-of-type {
  width: 30%;
}

.tool_2 img {
  width: 100%;
}

.tool_2 .txt {
  padding: 20px 8px;
  flex: 1;
}

.tool_2 .txt h1 {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 8px;
  color: #2b2b2b;
  line-height: 1.3;
}

.tool_2 .txt p {
  color: #2b2b2b;
}

@media screen and (max-width: 736px) {
  .box04 {
    padding-top: 36px;
    padding-bottom: 16px;
  }
  .tool_2 span {
    display: block;
  }
  .tool_2 ul li {
    width: calc(100% / 3 - 8px);
    padding: 8px;
  }
  .tool_2 a div:first-of-type {
    width: 100%;
    text-align: center;
  }
  .tool_2 img {
    width: 50px;
    margin-bottom: 4px;
  }
  .tool_2 .txt {
    padding: 0;
    text-align: center;
  }
  .tool_2 p {
    display: none;
  }
}

#a01 {
  position: absolute;
  top: -90px;
}

#a02 {
  position: absolute;
  top: -10px;
}

@media screen and (max-width: 736px) {
  #a01 {
    top: -86px;
  }
  #a02 {
    top: -60px;
  }
  #a03 {
    position: absolute;
    bottom: 0;
  }
}

/* 24h */
.box05 {
  background-image: url('../img/index/index_bg_2.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
  position: relative;
  z-index: 8;
  transition: all 0.3s;
  padding: 100px 0 0px;
  background-color: #edf1fa;
}

.job {
  max-width: 950px;
  margin: 0 auto;
  padding: 0 12px;
}

.joblist {
  max-width: 950px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 0;
  overflow: hidden;
  border: 0 solid #f0dfc7;
  transition: all 0.3s;
  border-radius: 8px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
}

.joblist ul {
  overflow: hidden;
  width: 100%;
  transition: all 0.3s;
}

.joblist > ul > li {
  width: 100%;
  border-bottom: 1px solid #ddd;
  transition: all 0.3s;
}

.joblist > ul > li:nth-child(1) {
  border-bottom: 0px solid #e7e7e7;
}

.joblist > ul > li:hover {
  background-color: #fffacf;
}

.list_name {
  background-color: #036db8;
  width: 100%;
}

.list_name ul {
  display: flex;
  list-style: none;
}

.list_name li {
  height: 42px;
  font-size: 18px;
  padding: 0 12px;
  color: #fff;
  float: left;
  line-height: 46px;
  white-space: nowrap;
}

.list_name li:nth-child(1) {
  width: 30%;
}

.list_name li:nth-child(2) {
  width: 30%;
}

.list_name li:nth-child(3) {
  width: 25%;
}

.list_name li:nth-child(4) {
  width: 15%;
}

.list_content ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.list_content li {
  height: 46px;
  font-size: 18px;
  padding: 0 12px;
  color: #404040;
  line-height: 46px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.joblist > ul > li:last-child {
  border-bottom: 0px solid #e7e7e7;
}

.list_content li:nth-child(1) {
  width: 30%;
  color: #0177cf;
}

.list_content li:nth-child(2) {
  width: 30%;
}

.list_content li:nth-child(3) {
  width: 25%;
  color: #ce1609;
}

.list_content li:nth-child(4) {
  width: 15%;
  color: #858585;
}

@media screen and (max-width: 736px) {
  .box05 {
    padding: 24px 0 4px;
  }
  .job {
    margin-bottom: 8px;
    padding: 0 16px;
  }
  .list_name {
    display: none;
  }
  .list_content {
    padding: 10px 8px;
  }
  .list_content li {
    line-height: 1.5;
    height: auto;
  }
  .list_content li:nth-child(1) {
    width: 100%;
  }
  .list_content li:nth-child(2) {
    width: 100%;
    font-size: 16px;
  }
  .list_content li:nth-child(3) {
    width: 100%;
    font-size: 16px;
  }
  .list_content li:nth-child(4) {
    width: 100%;
    font-size: 16px;
  }
  .joblist > ul > li:nth-child(1) {
    display: none;
  }
}

.box05_btn {
  text-align: right;
  margin-top: 16px;
}

.box05_btn a {
  text-decoration: none;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  color: #ff5557;
}

.box05_btn a:hover {
  color: #ff3235;
  transition: all 0.3s;
}

@media screen and (max-width: 736px) {
  .box05_btn {
    text-align: center;
  }
  .box05_btn a {
    font-size: 22px;
  }
}
