@charset "UTF-8";
body {
  width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-family: "Microsoft JhengHei", sans-serif;
}

#container1 {
  position: relative;
}

.project img {
  width: 100%;
}
.project * {
  box-sizing: border-box;
  font-family: "Microsoft JhengHei", sans-serif;
}
.project .md.kanban {
  height: auto;
  min-width: unset;
}
.project .md.kanban .figure {
  min-height: 390px;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.project .md.kanban .word {
  position: relative;
}
.project .md.kanban .word .word_inner {
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .project .md.kanban .word {
    top: 0;
  }
}
.project .steps {
  margin: 0 auto;
  width: 95%;
  max-width: 1200px;
  margin-top: 60px;
  margin-bottom: 160px;
}
.project .steps ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.project .steps .step {
  position: relative;
  width: 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.project .steps .step .title {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  margin-bottom: 20px;
}
.project .steps .step .red {
  color: #e10500;
}
.project .steps .step .pic {
  max-width: 160px;
}
.project .steps .step p {
  margin-top: 24px;
  font-size: 14px;
  color: #000;
  text-align: center;
}
.project .steps .step:nth-child(2n+3)::after {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/arrow_grey.svg);
  width: 42px;
  height: 27px;
  top: 50%;
  left: 0%;
  transform: translate(-50%, -50%);
}
.project .steps .step:nth-child(even)::after {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/arrow_red.svg);
  width: 42px;
  height: 27px;
  top: 50%;
  left: 0%;
  transform: translate(-50%, -50%);
}
@media (max-width: 980px) {
  .project .steps {
    margin-bottom: 60px;
  }
  .project .steps ul {
    flex-direction: column;
  }
  .project .steps ul .step {
    width: 100%;
    margin-bottom: 60px;
  }
  .project .steps ul .step:nth-child(2n+3)::after {
    top: -29px;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .project .steps ul .step:nth-child(even)::after {
    top: -29px;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
  }
}
.project .jobsource {
  padding-bottom: 100px;
}
.project .jobsource .container {
  max-width: 1200px;
  margin: 0 auto;
}
.project .jobsource .services-grid {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 50px;
}
.project .jobsource .service-card {
  width: 30%;
  background: white;
  border-radius: 12px;
  text-align: center;
}
.project .jobsource .service-card .service-icon {
  margin-bottom: 20px;
}
.project .jobsource .service-card .service-icon .icon-bg {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 240px;
  overflow: hidden;
}
.project .jobsource .service-card .service-icon .icon-bg img {
  transition: all 0.3s ease;
  -o-object-fit: cover;
     object-fit: cover;
  height: 200px;
}
.project .jobsource .service-card:hover .service-icon .icon-bg img {
  transform: scale(1.1);
}
.project .jobsource .service-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 12px;
  color: #e10500;
}
.project .jobsource .service-description {
  font-size: 14px;
  color: #000000;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 980px) {
  .project .jobsource .services-grid {
    gap: 20px;
    flex-direction: column;
    align-items: center;
  }
  .project .jobsource .service-card {
    width: 90%;
    padding: 25px;
  }
  .project .jobsource .service-title {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .project .jobsource .services-grid {
    flex-direction: column;
  }
  .project .jobsource .service-card {
    width: 100%;
    padding: 20px;
  }
}

/* 燈箱樣式 */
.lightBox {
  width: 100vw;
  height: 100%;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 1000;
}

.lightBox.active {
  display: block;
  overflow: auto;
}

.lightBox-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  overflow: auto;
  padding: 120px 0;
  box-sizing: border-box;
}

.lightBox-cover {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.lightBox-content {
  width: 80%;
  position: relative;
  z-index: 999;
}

.lightBox-content > main {
  max-width: 1080px;
  width: 100%;
  margin: auto;
  border-radius: 20px;
  position: relative;
  padding: 65px 40px;
  background-color: #fff;
}
.lightBox-content > main .subTitle {
  display: flex;
  justify-content: center;
  align-items: center;
}
.lightBox-content > main .subTitle > p {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 15px;
  padding-bottom: 5px;
}
.lightBox-content > main .closeBtn {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(-20px, 20px);
}
.lightBox-content > main .closeBtn::after, .lightBox-content > main .closeBtn::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #1a1919;
  top: 50%;
}
.lightBox-content > main .closeBtn::after {
  transform: rotate(45deg);
}
.lightBox-content > main .closeBtn::before {
  transform: rotate(-45deg);
}
.lightBox-content .mainBtn {
  display: block;
  margin: auto;
  max-width: 165px;
  font-size: 16;
  letter-spacing: 3.5px;
  width: 100%;
  position: relative;
  padding: 15;
  border-radius: 500px;
  background-color: #1a1919;
  text-align: center;
  border: 2px solid transparent;
  transition: background-color ease 0.3s;
  box-sizing: border-box;
  line-height: 1;
  margin-top: 30;
  text-decoration: none;
}
.lightBox-content .mainBtn span {
  color: white;
}
.lightBox-content .mainBtn:hover {
  background-color: white;
  font-weight: bold;
  border: 2px solid #1a1919;
}
.lightBox-content .mainBtn:hover span {
  color: #1a1919;
}

.tablebox .nor_table {
  width: 100%;
  background: #fff;
  border-collapse: collapse;
}
.tablebox .nor_table > thead > tr {
  background-color: #e72f35;
}
.tablebox .nor_table > thead > tr > th:nth-child(1) {
  width: 30%;
}
.tablebox .nor_table > thead > tr > th {
  font-size: 22px;
  font-weight: bold;
  color: white;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  border: #e72f35 1px solid;
}
.tablebox .nor_table > tbody {
  border: 1px solid #a6a6a6;
}
.tablebox .nor_table > tbody > tr {
  border: 1px solid #eee;
}
.tablebox .nor_table > tbody > tr > th {
  font-size: 22px;
  line-height: 22px;
  font-weight: bold;
  color: #523320;
  width: 20%;
  text-align: center;
  border: 1px solid #eee;
}
.tablebox .nor_table > tbody > tr > td {
  width: 20%;
  border: 1px solid #eee;
  text-align: center;
}
.tablebox .nor_table > tbody > tr > td ul li {
  font-size: 16px;
}
.tablebox .nor_table > tbody > tr > td > a {
  margin: 18px 0;
  font-size: 16px;
  color: white;
  background-color: #f39700;
  width: 85px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  display: inline-block;
  border-radius: 5px;
}

@media screen and (max-width: 980px) {
  .tablebox {
    max-width: 620px;
    width: 100%;
    overflow: auto;
    margin: auto;
  }
  .tablebox .nor_table {
    width: 600px;
  }
}
@media screen and (max-width: 768px) {
  .lightBox-content {
    width: 90%;
    margin: 50px auto 100px;
  }
  .lightBox-content > main {
    width: auto;
    padding: 50px 20px 40px;
  }
  .lightBox-content > main .closeBtn {
    transform: translate(-15px, 15px);
  }
}