.fontfix {
  font-family: "Noto Sans TC", sans-serif;
}

.formtable input, .formtable select, .formtable textarea {
  background: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #D9D9D9;
  background-color: #fff;
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 400;
  color: #666;
  font-size: 16px;
}
.formtable input:focus, .formtable select:focus, .formtable textarea:focus {
  outline: none;
}
.formtable input, .formtable select, .formtable textarea {
  vertical-align: middle;
  padding: 16px;
  width: 100%;
}
@media all and (max-width: 768px) {
  .formtable input, .formtable select, .formtable textarea {
    padding: 10px;
  }
}
.formtable textarea {
  resize: none;
}
.formtable ::-webkit-input-placeholder {
  color: #999;
  font-family: "Noto Sans TC", sans-serif;
}
.formtable :-moz-placeholder {
  color: #999;
  font-family: "Noto Sans TC", sans-serif;
}
.formtable ::-moz-placeholder {
  color: #999;
  font-family: "Noto Sans TC", sans-serif;
}
.formtable :-ms-input-placeholder {
  color: #999;
  font-family: "Noto Sans TC", sans-serif;
}
.formtable .check-radi {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  color: #666;
  display: inline-block;
  padding-left: 42px;
  padding-top: 1px;
  margin: 13px 0;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media all and (max-width: 575px) {
  .formtable .check-radi {
    padding-left: 30px;
    font-size: 16px;
    margin: 7px 0;
    padding-top: 0;
  }
}
.formtable .check-radi input[type=checkbox], .formtable .check-radi input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 5;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.formtable .check-radi .radiomark {
  position: absolute;
  top: 50%;
  left: 0;
  height: 30px;
  width: 30px;
  border: 1px solid #999;
  border-radius: 99em;
}
@media all and (max-width: 575px) {
  .formtable .check-radi .radiomark {
    -webkit-transform: translateY(-50%) scale(0.7);
            transform: translateY(-50%) scale(0.7);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}
@media all and (min-width: 576px) {
  .formtable .check-radi .radiomark {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.formtable .check-radi .radiomark:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
  width: 20px;
  height: 20px;
  background: #0069B2;
  border-radius: 99em;
}
.formtable .check-radi input:checked ~ .radiomark:after {
  display: block;
}
.formtable .check-radi .checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  height: 28px;
  width: 28px;
  border: 1px solid #999;
  border-radius: 4px;
}
@media all and (max-width: 575px) {
  .formtable .check-radi .checkmark {
    -webkit-transform: translateY(-50%) scale(0.8);
            transform: translateY(-50%) scale(0.8);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}
@media all and (min-width: 576px) {
  .formtable .check-radi .checkmark {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.formtable .check-radi .checkmark:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 2px;
  display: none;
  width: 100%;
  height: 100%;
  background: url("../images/senior/check.svg") no-repeat center/70%;
}
.formtable .check-radi input:checked ~ .checkmark:after {
  display: block;
}
.formtable .file .upload {
  position: relative;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-weight: 600;
  background-color: #004B8F;
  cursor: pointer;
}
@media all and (max-width: 575px) {
  .formtable .file .upload {
    font-size: 16px;
  }
}
@media all and (min-width: 576px) {
  .formtable .file .upload {
    font-size: 18px;
  }
}
.formtable .file .upload {
  width: 120px;
  padding: 9px 10px 9px;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.formtable .file .upload > img {
  vertical-align: -3px;
  margin-left: 2px;
}
.formtable .file .controls {
  width: 100%;
  height: 100%;
  opacity: 0.8;
  pointer-events: none;
  display: none;
}
.formtable .file .fileName {
  color: #999;
  padding: 0 10px;
  margin-left: 10px;
}
.formtable .file .clear {
  display: none;
  vertical-align: -3px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: no-repeat url(../images/senior/clear.svg) center/contain;
}
.formtable .file + .fileNote {
  color: #666;
  line-height: 2.25;
}
@media all and (max-width: 575px) {
  .formtable .file + .fileNote {
    font-size: 14px;
  }
}
@media all and (min-width: 576px) {
  .formtable .file + .fileNote {
    font-size: 16px;
  }
}
@media all and (max-width: 768px) {
  .formtable .file {
    margin-bottom: 10px;
  }
  .formtable .file + .fileNote {
    line-height: 1.2;
  }
}
@media all and (min-width: 769px) {
  .formtable .file {
    margin-top: 10px;
  }
  .formtable .file .upload:hover {
    opacity: 0.8;
  }
}
.formtable label {
  position: relative;
  display: block;
  color: #333;
  font-weight: 500;
  line-height: 2;
  font-size: 18px;
}
@media all and (min-width: 769px) {
  .formtable label {
    margin-bottom: 4px;
  }
}
.formtable label i {
  color: #0069B2;
}
@media all and (max-width: 575px) {
  .formtable .help-block {
    font-size: 12px;
  }
}
@media all and (min-width: 576px) {
  .formtable .help-block {
    font-size: 14px;
  }
}
.formtable .help-block {
  color: #0069B2;
  line-height: 30px;
  display: inline-block;
}
@media all and (max-width: 768px) {
  .formtable {
    margin-bottom: 35px;
  }
  .formtable .form-group {
    margin-bottom: 20px;
  }
}
@media all and (min-width: 769px) {
  .formtable {
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px 40px;
  }
  .formtable .form-group:not(.w100) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 20px);
            flex: 0 0 calc(50% - 20px);
  }
  .formtable .form-group.w100 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media all and (min-width: 1440px) {
  .formtable {
    gap: 40px 80px;
  }
  .formtable .form-group:not(.w100) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 40px);
            flex: 0 0 calc(50% - 40px);
  }
}

@media all and (min-width: 769px) {
  main.pitch {
    padding-top: 175px;
  }
}
@media all and (max-width: 768px) {
  main.pitch {
    padding-top: 88px;
  }
}

picture,
img {
  display: block;
}

.bg {
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(82%, #EBF4F8));
  background: linear-gradient(to bottom, #fff 0%, #EBF4F8 82%);
}

.section1 {
  margin-bottom: 84px;
}
@media all and (max-width: 768px) {
  .section1 {
    margin-bottom: 32px;
  }
}
.section1 .form-notice {
  padding: 25px 30px 15px;
  background-color: #EBF4F8;
  border-radius: 6px;
}
@media all and (max-width: 768px) {
  .section1 .form-notice {
    border-radius: 3px;
    padding: 13px 15px 15px;
  }
}
@media all and (max-width: 575px) {
  .section1 .form-notice .notice-txt {
    font-size: 14px;
  }
}
@media all and (min-width: 576px) {
  .section1 .form-notice .notice-txt {
    font-size: 16px;
  }
}
.section1 .form-notice .notice-txt {
  color: #004B8F;
  line-height: 1.4;
}
@media all and (max-width: 768px) {
  .section1 .form-notice .notice-txt {
    line-height: 1.6;
  }
}
.section1 .draft-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 16px;
}
.section1 .draft-block[hidden] {
  display: none;
}
@media all and (max-width: 768px) {
  .section1 .draft-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 2px;
  }
}
.section1 .draft-block .draft-status {
  display: block;
  font-family: "Noto Sans TC", sans-serif;
}
.section1 .draft-block .line {
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 1em;
  background-color: #93B5C4;
}
.section1 .draft-block .draft-txt {
  display: inline-block;
}
@media all and (max-width: 575px) {
  .section1 .draft-block .draft-txt {
    font-size: 15px;
  }
}
@media all and (min-width: 576px) {
  .section1 .draft-block .draft-txt {
    font-size: 16px;
  }
}
.section1 .draft-block .draft-txt {
  line-height: 1.6;
  color: #666666;
  padding-right: 7px;
}
.section1 .draft-block .draft-time {
  font-family: "Noto Sans TC", sans-serif;
  display: inline-block;
}
@media all and (max-width: 575px) {
  .section1 .draft-block .draft-time {
    font-size: 15px;
  }
}
@media all and (min-width: 576px) {
  .section1 .draft-block .draft-time {
    font-size: 16px;
  }
}
.section1 .draft-block .draft-time {
  line-height: 1.6;
  color: #93B5C4;
  padding-left: 8px;
}
.section1 .draft-block .clear-draft-btn {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  display: inline-block;
}
@media all and (max-width: 575px) {
  .section1 .draft-block .clear-draft-btn {
    font-size: 13px;
  }
}
@media all and (min-width: 576px) {
  .section1 .draft-block .clear-draft-btn {
    font-size: 14px;
  }
}
.section1 .draft-block .clear-draft-btn {
  line-height: 1;
  background-color: rgba(53, 115, 160, 0.7);
  border-radius: 6px;
  color: #fff;
  padding: 10px 12px;
  white-space: nowrap;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
@media all and (max-width: 768px) {
  .section1 .draft-block .clear-draft-btn {
    border-radius: 3px;
    padding: 8px 10px;
  }
}
@media all and (min-width: 991px) {
  .section1 .draft-block .clear-draft-btn:hover {
    background-color: #0069B2;
  }
}

.section2 {
  padding-bottom: 90px;
}
@media all and (max-width: 768px) {
  .section2 {
    padding-bottom: 34px;
  }
}
.section2 .steps-container {
  position: relative;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media all and (min-width: 769px) {
  .section2 .steps-container {
    max-width: 1200px;
  }
}
.section2 .form-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 52px 40px;
}
@media all and (max-width: 768px) {
  .section2 .form-steps {
    padding: 0 0 35px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
  }
  .section2 .form-steps::-webkit-scrollbar {
    display: none;
  }
}
.section2 .form-steps .step {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
}
@media all and (max-width: 768px) {
  .section2 .form-steps .step {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 135px;
            flex: 1 0 135px;
  }
}
.section2 .form-steps .step:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 36px;
          flex: 0 0 36px;
}
@media all and (max-width: 768px) {
  .section2 .form-steps .step:last-child {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 135px;
            flex: 1 0 135px;
  }
}
.section2 .form-steps .step .circle {
  position: relative;
  z-index: 2;
  width: 36px;
  height: 36px;
  margin-bottom: 18px;
  border-radius: 50%;
}
@media all and (max-width: 768px) {
  .section2 .form-steps .step .circle {
    width: 26px;
    height: 26px;
    margin: 0 auto 11px;
  }
}
.section2 .form-steps .step .circle::before {
  content: "";
  position: absolute;
  inset: 2px;
  border-radius: 50%;
  background-color: #5C95BE;
}
@media all and (max-width: 768px) {
  .section2 .form-steps .step .circle::before {
    inset: 1px;
  }
}
.section2 .form-steps .step .line {
  position: absolute;
  z-index: 1;
  top: 16.5px;
  left: 18px;
  right: -18px;
  height: 3px;
  background-color: #D9D9D9;
}
@media all and (max-width: 768px) {
  .section2 .form-steps .step .line {
    top: 12px;
    left: 50%;
    right: -50%;
    height: 2px;
  }
}
.section2 .form-steps .step:last-child .line {
  display: none;
}
.section2 .form-steps .step .no,
.section2 .form-steps .step .title {
  position: relative;
  left: 18px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}
@media all and (max-width: 768px) {
  .section2 .form-steps .step .no,
  .section2 .form-steps .step .title {
    left: auto;
    width: auto;
    -webkit-transform: none;
            transform: none;
    white-space: normal;
    text-align: center;
    padding: 0 8px;
  }
}
@media all and (max-width: 575px) {
  .section2 .form-steps .step .no {
    font-size: 12px;
  }
}
@media all and (min-width: 576px) {
  .section2 .form-steps .step .no {
    font-size: 18px;
  }
}
.section2 .form-steps .step .no {
  font-weight: 500;
  line-height: 1;
  color: #999999;
  margin-bottom: 6px;
}
@media all and (max-width: 575px) {
  .section2 .form-steps .step .title {
    font-size: 18px;
  }
}
@media all and (min-width: 576px) {
  .section2 .form-steps .step .title {
    font-size: 20px;
  }
}
.section2 .form-steps .step .title {
  font-weight: 500;
  color: #999999;
  line-height: 1.2;
}
@media all and (min-width: 769px) {
  .section2 .form-steps .step .title {
    max-width: 140px;
    white-space: normal;
    text-align: center;
  }
}
.section2 .form-steps .step.is-active .circle {
  background-color: #fff;
  border: 1px solid #004B8F;
}
.section2 .form-steps .step.is-active .circle::before {
  inset: 5px;
  background-color: #004B8F;
}
@media all and (max-width: 768px) {
  .section2 .form-steps .step.is-active .circle::before {
    inset: 3px;
  }
}
.section2 .form-steps .step.is-active .no {
  color: #333333;
}
.section2 .form-steps .step.is-active .title {
  color: #004B8F;
}
.section2 .form-steps .step.is-done {
  cursor: pointer;
}
.section2 .form-steps .step.is-done .circle {
  background: url("../images/pitch/checked.png") center/contain no-repeat;
}
.section2 .form-steps .step.is-done .circle::before {
  display: none;
}
.section2 .form-steps .step.is-done .line {
  background-color: #004B8F;
}
.section2 .form-steps .step.is-done .no {
  color: #333333;
}
.section2 .form-steps .step.is-done .title {
  color: #004B8F;
}

.investment-form {
  background-color: #fff;
  padding: 40px 40px 38px;
}
@media all and (min-width: 769px) {
  .investment-form {
    margin-bottom: 50px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 9px 40px;
  }
}
@media all and (min-width: 1440px) {
  .investment-form {
    gap: 9px 80px;
  }
}
@media all and (max-width: 768px) {
  .investment-form {
    padding: 23px 20px 19px;
  }
}
.investment-form .step-panel {
  display: contents;
}
.investment-form .step-panel[hidden] {
  display: none;
}
.investment-form .step-title {
  width: 100%;
}
@media all and (max-width: 575px) {
  .investment-form .step-title {
    font-size: 25px;
  }
}
@media all and (min-width: 576px) {
  .investment-form .step-title {
    font-size: 30px;
  }
}
.investment-form .step-title {
  font-weight: 500;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  margin-bottom: 52px;
}
@media all and (min-width: 769px) {
  .investment-form .step-title {
    grid-column: 1/-1;
  }
}
@media all and (max-width: 768px) {
  .investment-form .step-title {
    gap: 18px;
    margin-bottom: 25px;
  }
}
.investment-form .step-title .step {
  color: #333333;
  white-space: nowrap;
}
.investment-form .step-title .txt {
  color: #004B8F;
}
.investment-form label {
  margin-bottom: 2px;
}
@media all and (max-width: 768px) {
  .investment-form label {
    line-height: 1.5;
    margin-bottom: 0;
  }
}
.investment-form input {
  padding: 14px 16px;
}
@media all and (max-width: 768px) {
  .investment-form input {
    padding: 9px 12px;
  }
}
.investment-form textarea {
  height: 6.8em;
}
@media all and (max-width: 768px) {
  .investment-form textarea {
    height: 8.2em;
  }
}
@media all and (max-width: 768px) {
  .investment-form .form-group {
    margin-bottom: 28px;
  }
}
@media all and (min-width: 769px) {
  .investment-form .form-group.w100 {
    grid-column: 1/-1;
  }
}
@media all and (min-width: 769px) {
  .investment-form .form-group:not(.w100):not(.step-title):not(:has(> .check-grid)):not(:has(> .other-field)):not(:has(> .help-block)):not(:has(> .file)) {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: subgrid;
    grid-template-rows: subgrid;
    -ms-grid-row-span: 3;
    grid-row: span 3;
    row-gap: 0;
  }
  .investment-form .form-group:not(.w100):not(.step-title):not(:has(> .check-grid)):not(:has(> .other-field)):not(:has(> .help-block)):not(:has(> .file)) > label {
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .investment-form .form-group:not(.w100):not(.step-title):not(:has(> .check-grid)):not(:has(> .other-field)):not(:has(> .help-block)):not(:has(> .file)) > .note {
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .investment-form .form-group:not(.w100):not(.step-title):not(:has(> .check-grid)):not(:has(> .other-field)):not(:has(> .help-block)):not(:has(> .file)):has(> .note) > div:last-child {
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .investment-form .form-group:not(.w100):not(.step-title):not(:has(> .check-grid)):not(:has(> .other-field)):not(:has(> .help-block)):not(:has(> .file)):not(:has(> .note)) > div:last-child {
    -ms-grid-row: 2;
    grid-row: 2;
  }
}
@media all and (max-width: 768px) {
  .investment-form .form-group.is-required {
    margin-bottom: 11px;
  }
}
.investment-form .form-group.is-required input:not(.other-input):not(.sub-input),
.investment-form .form-group.is-required select,
.investment-form .form-group.is-required textarea {
  border-width: 2px;
  border-color: #004B8F;
}
@media all and (max-width: 768px) {
  .investment-form .form-group.is-required input:not(.other-input):not(.sub-input),
  .investment-form .form-group.is-required select,
  .investment-form .form-group.is-required textarea {
    border-width: 1px;
  }
}
@media all and (min-width: 769px) {
  .investment-form .help-block {
    display: inline-block;
    line-height: 45px;
    visibility: hidden;
  }
}
@media all and (max-width: 768px) {
  .investment-form .help-block {
    display: none;
  }
}
@media all and (min-width: 769px) {
  .investment-form .form-group.is-required .help-block {
    visibility: visible;
  }
}
@media all and (max-width: 768px) {
  .investment-form .form-group.is-required .help-block {
    display: inline-block;
    line-height: 40px;
  }
}
.investment-form .note {
  font-family: "Noto Sans TC", sans-serif;
}
@media all and (max-width: 575px) {
  .investment-form .note {
    font-size: 16px;
  }
}
@media all and (min-width: 576px) {
  .investment-form .note {
    font-size: 16px;
  }
}
.investment-form .note {
  color: #666666;
  line-height: 1.4;
  margin-bottom: 5px;
}
@media all and (max-width: 768px) {
  .investment-form .note {
    line-height: 1.2;
    margin-bottom: 5px;
    margin-top: 6px;
  }
}
@media all and (min-width: 769px) {
  .investment-form .sub-question .note {
    margin-bottom: 3px;
  }
}
.investment-form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff url("../images/common/arrow.svg") no-repeat calc(100% - 16px) 50%/10px;
  cursor: pointer;
  padding: 12px 16px;
}
@media all and (max-width: 768px) {
  .investment-form select {
    padding: 13px 10px;
  }
}
.investment-form select:invalid {
  color: #999;
}
.investment-form select optgroup {
  color: #333333;
  font-weight: 400;
}
.investment-form select optgroup option {
  color: #999999;
}
.investment-form select > option {
  color: #333333;
}
.investment-form .select-wrap {
  padding: 3px 0;
}
@media all and (max-width: 768px) {
  .investment-form .select-wrap {
    padding: 3px 0 8px;
  }
}
.investment-form .other-field {
  margin-top: 12px;
}
.investment-form .other-field.is-invalid .other-input {
  border-width: 2px;
  border-color: #004B8F;
}
@media all and (max-width: 768px) {
  .investment-form .other-field.is-invalid .other-input {
    border-width: 1px;
  }
}
.investment-form .check-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1.25fr;
  grid-template-columns: 1fr 1.25fr;
  gap: 0 40px;
  margin-top: -4px;
}
@media all and (max-width: 768px) {
  .investment-form .check-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: -7px;
  }
}
.investment-form.en .check-grid {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 0;
}
.investment-form .check-radi {
  padding-left: 40px;
  margin: 12px 0;
}
@media all and (max-width: 768px) {
  .investment-form .check-radi {
    padding-left: 30px;
    margin: 7px 0;
  }
}
.investment-form .check-radi .checkmark {
  top: 0.7em;
}
@media all and (max-width: 768px) {
  .investment-form .check-radi .checkmark {
    -webkit-transform: translateY(-50%) scale(0.7);
            transform: translateY(-50%) scale(0.7);
  }
}
.investment-form .check-radi-other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 21px;
}
@media all and (max-width: 768px) {
  .investment-form .check-radi-other {
    gap: 10px;
  }
}
.investment-form .check-radi-other .check-radi {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.investment-form .check-radi-other .other-input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 260px;
  padding: 7px 16px;
}
@media all and (max-width: 768px) {
  .investment-form .check-radi-other .other-input {
    padding: 3px 8px;
  }
}
.investment-form .check-radi-other.is-invalid .other-input {
  border-width: 2px;
  border-color: #004B8F;
}
@media all and (max-width: 768px) {
  .investment-form .check-radi-other.is-invalid .other-input {
    border-width: 1px;
  }
}
.investment-form .upload-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
@media all and (max-width: 768px) {
  .investment-form .upload-group {
    gap: 12px;
  }
}
.investment-form .upload-group .form-group {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}
.investment-form .sub-question {
  margin-top: 16px;
}
.investment-form .sub-question:first-of-type {
  margin-top: -4px;
}
.investment-form .sub-question .sub-question-help {
  display: none;
}
@media all and (max-width: 575px) {
  .investment-form .sub-question .sub-question-help {
    font-size: 12px;
  }
}
@media all and (min-width: 576px) {
  .investment-form .sub-question .sub-question-help {
    font-size: 14px;
  }
}
.investment-form .sub-question .sub-question-help {
  color: #0069B2;
  margin-top: 4px;
}
.investment-form .sub-question.is-invalid .sub-input {
  border-width: 2px;
  border-color: #004B8F;
}
@media all and (max-width: 768px) {
  .investment-form .sub-question.is-invalid .sub-input {
    border-width: 1px;
  }
}
.investment-form .sub-question.is-invalid .sub-question-help {
  display: block;
}
.investment-form .btns {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 51px;
}
@media all and (min-width: 769px) {
  .investment-form .btns {
    gap: 30px;
    grid-column: 1/-1;
    margin-top: -9px;
  }
}
@media all and (max-width: 768px) {
  .investment-form .btns {
    padding-top: 17px;
    gap: 2px;
  }
}
.investment-form .next-btn, .investment-form .prev-btn {
  font-weight: 500;
}
.investment-form button.submit-btn {
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.investment-form .form-notes {
  font-family: "Noto Sans TC", sans-serif;
  width: 100%;
  text-align: center;
}
@media all and (max-width: 575px) {
  .investment-form .form-notes {
    font-size: 12px;
  }
}
@media all and (min-width: 576px) {
  .investment-form .form-notes {
    font-size: 14px;
  }
}
.investment-form .form-notes {
  line-height: 1.4;
  color: #999999;
  padding-top: 23px;
  padding-bottom: 18px;
}
@media all and (min-width: 769px) {
  .investment-form .form-notes {
    grid-column: 1/-1;
  }
}
@media all and (max-width: 768px) {
  .investment-form .form-notes {
    text-align: justify;
    padding-top: 15px;
    padding-bottom: 29px;
  }
}
.investment-form .file img {
  display: inline-block;
}
@media all and (max-width: 768px) {
  .investment-form[data-step="1"] .next-btn {
    width: 100%;
  }
}
@media all and (min-width: 769px) {
  .investment-form[data-step="2"] {
    gap: 50px 80px;
  }
}
@media all and (min-width: 769px) {
  .investment-form[data-step="2"] .form-group.step-title {
    margin-bottom: 8px;
  }
}
@media all and (min-width: 769px) {
  .investment-form[data-step="2"] .btns {
    padding-top: 15px;
    margin-top: -50px;
  }
}
@media all and (min-width: 769px) {
  .investment-form[data-step="2"] .form-notes {
    padding-top: 31px;
    margin-top: -50px;
  }
}
@media all and (max-width: 768px) {
  .investment-form[data-step="2"] .form-group {
    margin-bottom: 24px;
  }
}
@media all and (max-width: 768px) {
  .investment-form[data-step="2"] .check-wrap {
    margin-bottom: 50px;
  }
}
@media all and (max-width: 768px) {
  .investment-form[data-step="2"] .check-wrap.is-required {
    margin-bottom: 50px;
  }
}
@media all and (min-width: 769px) {
  .investment-form[data-step="3"] {
    gap: 10px 80px;
  }
}
@media all and (min-width: 769px) {
  .investment-form[data-step="3"] .form-group.step-title {
    margin-bottom: 31px;
  }
}
.investment-form[data-step="3"] .one-liner textarea {
  height: 3.6em;
}
@media all and (max-width: 768px) {
  .investment-form[data-step="3"] .one-liner textarea {
    height: 6.1em;
  }
}
@media all and (min-width: 769px) {
  .investment-form[data-step="3"] .check-radi {
    margin: 9px 0;
  }
}
@media all and (min-width: 769px) {
  .investment-form[data-step="3"] .check-radi-other {
    gap: 30px;
  }
}
@media all and (min-width: 769px) {
  .investment-form[data-step="3"] .check-radi-other .other-input {
    max-width: 550px;
  }
}
.investment-form[data-step="3"] .multi-question {
  margin-bottom: 43px;
}
.investment-form[data-step="3"] .btns {
  padding-top: 11px;
}
@media all and (min-width: 769px) {
  .investment-form[data-step="3"] .btns {
    padding-top: 15px;
    margin-top: -10px;
  }
}
@media all and (max-width: 768px) {
  .investment-form[data-step="4"] .form-group {
    margin-bottom: 31px;
  }
}
@media all and (max-width: 768px) {
  .investment-form[data-step="4"] .form-group.step-title {
    margin-bottom: 31px;
  }
}
.investment-form[data-step="4"] textarea {
  height: 15.1em;
}
@media all and (max-width: 768px) {
  .investment-form[data-step="4"] textarea {
    height: 12.1em;
  }
}
@media all and (max-width: 768px) {
  .investment-form[data-step="4"] .founder {
    margin-bottom: 56px;
  }
}
.investment-form[data-step="4"] .btns {
  padding-top: 7px;
}
@media all and (min-width: 769px) {
  .investment-form[data-step="4"] .btns {
    padding-top: 16px;
  }
}

.lang_en .section1 .form-notice .notice-txt {
  line-height: 1.2;
}
.lang_en .section1 .draft-block .draft-txt {
  line-height: 1.2;
}
@media all and (max-width: 768px) {
  .lang_en .section1 .draft-block .draft-txt {
    line-height: 1.2;
  }
}
@media all and (max-width: 768px) {
  .lang_en .investment-form .form-notes {
    text-align: unset;
  }
}
.lang_en .investment-form label {
  line-height: 1.4;
}
.lang_en .investment-form .note {
  line-height: 1.2;
}