.banner-full .banner-title.register-project-title {
  width: 100%;
  left: 0;
}

/* Register Note */
.register-note {
  margin-top: 95px;
}
.register-note p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 16px;
}
.register-note span {
  color: #e02a26;
}
@media (max-width: 575.99px) {
    .register-note p {
        font-size: 14px;
    }
    .register-note {
        margin-top: 50px;
    }
}

/* Register Project  */
.register-project {
  margin-top: 100px;
  margin-bottom: 170px;
}
.register-project .title h2 {
  font-size: 32px;
  font-weight: 800;
}
.register-project h3.item-title {
  font-size: 22px;
  font-weight: 500;
  margin: 0;
  line-height: 35px;
}
.register-project .register-form-row {
  gap: 18px;
  row-gap: 20px;
  flex-wrap: wrap;
  margin-top: 25px;
}
.register-project .register-form-row .register-form-line-full {
  width: 100%;
}
.register-project .register-form-row .register-form-line {
  flex: 0 0 auto;
  width: calc(50% - 9px);
}
.register-project .register-form-row .register-form-line-full {
  width: 100%;
}
.register-project .register-form-row .register-form-line input,
.register-project .register-form-row .register-form-line textarea,
.register-project .register-form-row .register-form-line select {
  width: 100%;
  border: 1px solid #ededed;
  padding: 15px 20px;
  color: #000;
  line-height: 18px;
  font-size: 14px;
  border-radius: 3px;
}
.register-project .register-project-info {
  justify-content: space-between;
  display: flex;
  gap: 20%;
}
.register-project .register-project-info .register-forms {
  width: 55%;
}
.register-project .register-project-info .register-forms .form {
  margin-bottom: 35px;
}
.register-project .register-project-info .conduct {
  padding: 20px 30px;
  margin-top: 50px;
  border: 1px solid #ededed;
  height: fit-content;
}
.register-project .register-project-info .conduct p {
  color: #7e7e7e;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px; /* 142.857% */
  margin-top: 10px;
}
.register-project .register-project-info .conduct li {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px; /* 125% */
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.register-project .register-project-info .conduct li::before {
  content: url(../image/ok.svg);
  text-align: center;
  margin-right: 10px;
}
.register-project .register-project-info .conduct h3.item-title {
  text-align: center;
}
.register-project .product-required .product-required-form {
  overflow: auto;
}
.register-project .product-required table {
  width: 100%;
}
.register-project .product-required table tr th {
  padding: 20px;
}
.register-project .product-required table tr td {
  padding: 20px 10px;
}
.register-project .product-required table,
.register-project .product-required table tr td,
.register-project .product-required table tr th {
  border: 1px solid #d1d1d1;
  border-collapse: collapse;
}
.register-project .product-required table tr td input {
  max-width: 130px;
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  border: 1px solid #d4d4d4;
  background: #fff;
}
.register-project .product-required table tr td:nth-child(4) input {
  max-width: 80px;
}
.register-project .product-required table tr:nth-child(1) {
  background: #f5f5f5;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}
.register-project .product-required table tr:nth-child(2) {
    color: #000;
    font-size: 14px;
    font-weight: 300;
}
.register-project .product-required table tr:nth-child(2) span {
    font-weight: 500;
}
.register-project .product-required table tr .box-input {
  display: flex;
  gap: 5px;
  align-items: center;
}
.register-project .product-required table tr .box-input span {
  border-radius: 5px;
  background: #ededed;
  padding: 5px;
  color: #000;
  font-size: 8px;
  font-weight: 400;
  cursor: pointer;
}
.register-project .product-required table tr td:nth-child(2) input,
.register-project .product-required table tr td:nth-child(3) input {
  background: #ededed;
}
.register-project .button-register {
  width: 100%;
  margin-top: 70px;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 991.99px) {
  .register-project .register-project-info {
    flex-direction: column-reverse;
    gap: 50px;
  }
  .register-project .register-project-info .register-forms {
    width: 100%;
  }
  .register-project .product-required table tr:nth-child(1) {
    text-align: left;
}
}
@media (max-width: 575.99px) {
    .register-project {
        margin-top: 50px;
    }
    .register-project .product-required table,
     .register-project .product-required table tr td,
      .register-project .product-required table tr th {
        font-size: 12px;
    } 
    .register-project .product-required table tr th {
        padding: 15px;
    }
    .register-project .product-required table tr td {
        padding: 15px 10px;
    }
    .register-project .register-project-info .conduct {
        margin-top: 0;
    }
    .register-project .register-project-info .conduct h3.item-title {
        font-size: 18px;
    }
    .register-project .register-project-info .conduct li {
        font-size: 14px;
    }
}
