@charset "UTF-8";
.top-images.img1 {
  background-image: url("../images/construction/construction/top.jpg");
  background-position: 50% 65%;
}
.top-images.img2 {
  background-image: url("../images/construction/report/top.jpg");
  background-position: 50% 40%;
}
.top-images.img3 {
  background-image: url("../images/construction/progress/top.jpg");
  background-position: 50% 50%;
}

.construction-wrap {
  margin: 10vw 0;
}
.construction-subtitle {
  margin: 40px 0;
  display: flex;
  align-items: center;
}
.construction-subtitle h3 {
  font-weight: normal;
  color: #000;
  font-size: 1rem;
  margin-left: 10px;
}
.construction-icon {
  width: 25px;
  padding: 10px;
  border-radius: 50%;
  background: #f2f2f2;
}
.construction-icon img {
  width: 100%;
}
.construction-line {
  height: 1px;
  background: #ccc;
  margin: 80px 0;
}
.construction-inner {
  margin: 0px 0 60px 55px;
}
.construction-inner h4 {
  font-weight: normal;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  color: #333;
}
.construction-inner h4 span {
  white-space: nowrap;
  margin-right: 10px;
}
.construction-inner h4:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #ccc;
}
.construction-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}
.construction-item {
  background: #f2f2f2;
  padding: 10px;
}
.construction-text {
  font-size: 0.875rem;
  margin-top: 10px;
}
.construction-img {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.construction-img img {
  height: 200px;
  width: auto;
}

.progress-inner {
  margin: 10vw 0;
}
.progress-wrap {
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 10vw;
}
.progress-content {
  width: 45%;
}
.progress-img {
  width: 45%;
}
.progress-img img {
  width: 100%;
}
.progress-form {
  text-align: right;
}
.progress-item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  margin-bottom: 10px;
}
.progress-label {
  white-space: nowrap;
}
.progress-select {
  width: 100%;
}
.progress-select-arrow {
  position: absolute;
  top: 50%;
  right: 10px;
  pointer-events: none;
}
.progress-select-arrow:before {
  content: "";
  border-top: #ccc solid 8px;
  border-left: transparent solid 5px;
  border-right: transparent solid 5px;
}
.progress-input {
  width: 100%;
}
.progress-btn {
  margin-top: 10px;
  padding: 0px 10px;
  height: 30px;
  line-height: 30px;
  background: #aaa;
  color: #fff;
  font-family: "EB Garamond", "Noto Serif TC", Arial, Helvetica, "STHeiti Light", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  border: none;
  cursor: pointer;
}
.progress-btn:hover {
  background: #ccc;
}

select, input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  box-sizing: border-box;
  color: #666;
  font-size: 0.875rem;
  line-height: 20px;
  border: none;
  padding: 5px 10px;
  background: #FFF;
  border: #ccc solid 1px;
  font-family: "EB Garamond", "Noto Serif TC", Arial, Helvetica, "STHeiti Light", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", sans-serif;
}
select::placeholder, input::placeholder {
  color: #999;
}
select::-webkit-input-placeholder, input::-webkit-input-placeholder {
  color: #999;
}
select:-moz-placeholder, input:-moz-placeholder {
  color: #999;
}
select:-ms-input-placeholder, input:-ms-input-placeholder {
  color: #999;
}
select.error, input.error {
  color: #d00;
}
select.error::placeholder, input.error::placeholder {
  color: #d00;
}
select.error::-webkit-input-placeholder, input.error::-webkit-input-placeholder {
  color: #d00;
}
select.error:-moz-placeholder, input.error:-moz-placeholder {
  color: #d00;
}
select.error:-ms-input-placeholder, input.error:-ms-input-placeholder {
  color: #d00;
}

@media screen and (max-width: 1100px) {
  .construction-wrap {
    margin: 10vw 0 calc(10vw + 6%);
  }
}
@media screen and (max-width: 900px) {
  .construction-wrap {
    margin: 80px auto;
  }
  .construction-inner {
    margin-left: 0;
  }
  .construction-list {
    display: block;
  }
  .construction-item {
    margin-top: 20px;
  }
  .construction-img img {
    height: 150px;
  }
}
@media screen and (max-width: 760px) {
  .progress-wrap {
    display: block;
  }
  .progress-content, .progress-img {
    width: auto;
  }
  .progress-img {
    margin-top: 40px;
  }
}
@media screen and (max-width: 640px) {
  .construction-img img {
    height: 36vw;
  }
}
