@charset "UTF-8";
.top_header .container {
  margin-top: 0;
}
.top_header .menu a {
  font-size: 16px;
  padding: 0;
  font-weight: normal;
}

.bg {
  padding: 90px 0 60px;
  height: auto;
  background-repeat: no-repeat;
  background: url("../../img/bg2.webp") center center/cover;
}

body {
  font-size: 15px;
  font-family: "Huninn", sans-serif;
  line-height: 1.8;
  color: #393636;
  overflow: auto;
}
body label, body .fa-solid {
  color: rgb(134.8372093023, 114.0930232558, 88.1627906977);
}
body label.error {
  color: #F24;
}

a {
  font-size: 16px;
}

.container {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0;
}

.bgcolor {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
}

a.active {
  font-size: 30px;
}

p, p:not(:last-child) {
  margin-bottom: 0;
}

.bgcolor a.active, .bgcolor a:hover {
  color: #fff;
}

.headerTop a.active:after {
  background: #fff;
}

form {
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(168, 168, 168, 0.5);
  background: #fff;
}

.content .d-flex {
  flex-wrap: wrap;
  justify-content: end;
}
.content label {
  font-weight: normal;
  margin: 0;
}

.d-flex, .form_box {
  flex-direction: column;
}

.form-group {
  flex-direction: column;
  align-items: start;
}
.form-group div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.form-control {
  text-align: left;
}
.form-control.error {
  border: 1px solid #F24;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
}

.form-group div.form-check.form-check-inline {
  flex-direction: row;
}

.form-check-inline {
  margin: 0;
}

.col, .col-3 {
  padding: 0;
}

.boss_id_box .d-flex {
  display: flex;
  flex-direction: row;
}

#tax_id {
  display: none;
}

.town, #true_intro_name, #give_method, #bank_name {
  margin-top: 24px;
}

#true_intro_no, #true_intro_name {
  padding: 5px 8px;
  height: 40px;
}

.search_btn {
  background: #ECB159;
  color: #fff;
  padding: 7px 8px;
  width: 100%;
  margin-top: 20px;
}

.search_btn:hover {
  color: #fff;
}

#zipcode, #zipcode2 {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}

tfoot tr.clicked {
  background: transparent;
}

.modal-header h5, .modal-body label {
  font-weight: bold;
}

.modal-body div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal-body .form-control {
  border: 1px solid #ced4da;
  box-sizing: border-box;
}
.modal-body a.active {
  font-size: 16px;
}
.modal-body div.form-radio {
  justify-content: center;
}

.modal-footer > :not(:last-child) {
  margin-right: 15px;
}

#true_introTable, #bank_table {
  margin-top: 20px;
  overflow-x: scroll;
}

#post_noTable {
  margin-top: 20px;
}

.form_box {
  display: flex;
}

.open_web, .open_web:hover {
  color: #2D9596;
  padding: 0;
}

.trueintroTable th:nth-child(1), .trueintroTable td:nth-child(1),
.banktable th:nth-child(1), .banktable td:nth-child(1) {
  width: 60px;
}

.trueintroTable th:nth-child(2), .trueintroTable td:nth-child(2),
.banktable th:nth-child(2), .banktable td:nth-child(2) {
  width: 120px;
}

.trueintroTable th:nth-child(3), .trueintroTable th:nth-child(4), .trueintroTable td:nth-child(3), .trueintroTable td:nth-child(4) {
  width: 180px;
}

.banktable th:nth-child(3), .banktable td:nth-child(3) {
  width: 150px;
}

#search_bank {
  color: #fff;
}

.go_to {
  justify-content: center;
  margin-top: 5%;
}

.go_to a, .go_to a:hover {
  color: rgb(157.1818181818, 108.7272727273, 63.8181818182);
}

/* 條款勾勾 */
.control-group {
  display: flex;
  justify-content: center;
}

.control {
  display: block;
  position: relative;
  padding-left: 30px;
}
.control .terms_btn {
  color: #E88B4D;
  font-size: 16px;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

label.control {
  color: #6C6C6C;
  font-size: 16px;
}

a.terms_btn:hover {
  color: #e98c4f;
}

.control__indicator {
  position: absolute;
  top: 5px;
  left: 0;
  height: 20px;
  width: 20px;
  background: rgb(230.4545454545, 211.8181818182, 194.5454545455);
}

.control input:disabled ~ .control__indicator {
  background: rgb(230.4545454545, 211.8181818182, 194.5454545455);
  opacity: 1;
  pointer-events: none;
}

.control__indicator:after {
  content: "";
  position: absolute;
  display: none;
}

.control:hover input ~ .control__indicator {
  background: rgb(230.4545454545, 211.8181818182, 194.5454545455);
}

.control input:checked ~ .control__indicator {
  background: #FFC96F;
}

.control input:checked ~ .control__indicator:after {
  display: block;
}

.control--checkbox .control__indicator:after {
  left: 7px;
  top: 3px;
  width: 7px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #fff;
}

.check_box {
  display: flex;
  align-items: center;
}

.form-check-input {
  margin: 0;
  width: 20px;
}

.check_box p {
  margin-left: 20px;
}

.btn_box {
  display: flex;
  justify-content: center;
}

.btn_box button.register_btn {
  background: #ECB159;
  margin-top: 30px;
  width: 15%;
  border-radius: 5px;
  display: none;
}

button .fa-solid {
  color: #fff;
}

@media (min-width: 700px) and (max-width: 1200px) {
  .bg {
    padding-top: 140px;
  }
  .content {
    width: 70%;
  }
}
@media (min-width: 1200px) {
  .bg {
    padding-top: 150px;
  }
  .bgcolor {
    padding: 0 15px;
  }
  .content {
    width: 78%;
    flex-wrap: nowrap;
  }
  .content .d-flex {
    flex-wrap: nowrap;
    justify-content: start;
  }
  .form-control {
    margin-top: 5px;
  }
  .name_box {
    width: 28%;
  }
  .boss_id_box {
    width: 30%;
    margin-top: 0;
  }
  .tel_box {
    width: 18%;
  }
  .town, #add_cl, #add_bk {
    margin: 0 0 0 24px;
  }
  #true_intro_no, #branch_code {
    margin-right: 24px;
    width: 180px;
  }
  #true_intro_name {
    margin-top: 0;
  }
  .d-flex, .form_box {
    flex-direction: row;
  }
  .form_box .form-group + .form-group {
    margin-left: 25px;
  }
  .form-group div {
    flex-direction: row;
    align-items: center;
  }
  .modal-dialog {
    max-width: 700px;
  }
  #post_no_inquire .modal-dialog {
    max-width: 450px;
  }
  #zipcode, #zipcode2 {
    margin-bottom: 0;
    width: 75%;
  }
  .search_btn {
    width: 50%;
    margin: 0 0 0 15px;
  }
  .search_btn2 {
    width: 120px;
  }
  .control .terms_btn {
    padding-top: 0;
    padding-bottom: 0;
  }
  .close {
    font-size: 30px;
  }
  #true_introTable, #bank_table {
    overflow-x: auto;
  }
  .trueintroTable th:nth-child(1), .trueintroTable td:nth-child(1) {
    width: 11%;
  }
  .trueintroTable th:nth-child(2), .trueintroTable td:nth-child(2) {
    width: 30%;
  }
  .trueintroTable th:nth-child(3), .trueintroTable th:nth-child(4), .trueintroTable td:nth-child(3), .trueintroTable td:nth-child(4) {
    width: 40%;
  }
  #give_method {
    margin-top: 0;
  }
  .banktable th:nth-child(1), .banktable td:nth-child(1) {
    width: 10%;
    text-align: center;
  }
  .banktable th:nth-child(3), .banktable td:nth-child(3) {
    width: 65%;
  }
  #bank_name {
    margin-top: 0;
  }
  .go_to {
    margin-top: 3%;
  }
}/*# sourceMappingURL=register.css.map */