@charset "UTF-8";
.recArea .recBox, .recArea .recTable .switchBtn, .loginArea .thirdPartyItem svg, .loginArea .loginTabBox .loginTab {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.outerWrap {
  padding-top: 75px;
}

@media (min-width: 1024px) {
  .mainArea .contentBox.fixStyle > .rightBox {
    width: 82.2%;
    padding: 0;
    background-color: transparent;
    border-radius: none;
    border: none;
  }
  .mainArea .contentBox.fixStyle > .rightBox .listBox {
    background-color: #fff;
    padding: 30px 35px 25px 30px;
    border-radius: 30px;
    border: 1px solid #eaeaea;
  }
}
@media (min-width: 1024px) and (max-width: 1023px) {
  .mainArea .contentBox.fixStyle > .rightBox .listBox {
    padding: 0;
  }
}
.mainArea .contentBox.fixStyle > .rightBox .personnelArea .listBox {
  padding: 30px 35px 25px 30px;
}
@media (max-width: 1023px) {
  .mainArea .contentBox.fixStyle > .rightBox .personnelArea .listBox {
    padding: 0;
  }
}
.mainArea .contentBox.fixStyle > .rightBox .testArea .listBox {
  padding: 40px 35px 25px 30px;
}
@media (max-width: 1023px) {
  .mainArea .contentBox.fixStyle > .rightBox .testArea .listBox {
    padding: 0;
  }
}
.mainArea .contentBox.fixStyle > .rightBox .testArea .hint_formTitle {
  font-size: 12px;
}
.mainArea .contentBox.fixStyle > .rightBox .addressArea .listBox {
  padding: 23px 20px 25px 20px;
}
@media (max-width: 1023px) {
  .mainArea .contentBox.fixStyle > .rightBox .addressArea .listBox {
    padding: 0;
  }
}
.mainArea .contentBox.fixStyle > .rightBox .addressArea .hint_formTitle {
  font-size: 12px;
}
.mainArea .contentBox.fixStyle > .rightBox .supervisionArea .listBox {
  padding: 37px 35px 25px 30px;
}
@media (max-width: 1023px) {
  .mainArea .contentBox.fixStyle > .rightBox .supervisionArea .listBox {
    padding: 0;
  }
}
.mainArea .contentBox.fixStyle > .rightBox .supervisionArea .hint_formTitle {
  font-size: 14px;
}
.mainArea .contentBox.fixStyle > .rightBox .otherArea .listBox {
  padding: 40px 35px 10px 30px;
}
@media (max-width: 1023px) {
  .mainArea .contentBox.fixStyle > .rightBox .otherArea .listBox {
    padding: 0;
  }
}
.mainArea .contentBox.fixStyle > .rightBox .otherArea .hint_formTitle {
  font-size: 14px;
}

.contentBox .leftBox {
  padding-right: 50px;
}
.contentBox .rightBox {
  padding: 0;
}

@media (max-width: 480px) {
  .classBoxColumn {
    margin-bottom: 15px;
  }
}

.formBox .formColumn.order_type::before {
  bottom: 20px;
  right: 42px;
}
@media (max-width: 1680px) {
  .formBox .formColumn.order_type::before {
    right: 32px;
  }
}
.formBox .formColumn.order_type .columnSelect {
  padding: 5px 25px;
  font-size: 16px;
}

.titleBox {
  margin-bottom: 30px;
}

.btnBox.infoBtn {
  margin-top: 40px;
  margin-bottom: 55px;
}
.btnBox.infoBtn .btn {
  max-width: 280px;
}

@media (max-width: 959px) {
  .mobileHid {
    display: none !important;
  }
}

.addBtn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #df1f1b;
}
.addBtn::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 2px;
  background-color: #fff;
}
.addBtn::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 13px;
  background-color: #fff;
}
.addBtn button,
.addBtn svg {
  width: 100%;
  height: 100%;
}

.delBtn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #df1f1b;
}
.delBtn button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.delBtn .icon-del {
  width: 15px;
  height: 17px;
  color: #fff;
}

form {
  border-radius: 30px;
  border: 1px solid #eaeaea;
  background: #fff;
  padding: 30px 40px 25px 30px;
}
@media (max-width: 480px) {
  form {
    padding: 25px;
  }
}
form .listTitle {
  padding-left: 5px;
}
@media (max-width: 1180px) {
  form .listTitle {
    padding-left: 0px;
  }
}

.btn_trigger .trigger {
  position: relative;
  background: #b51714;
  display: block;
  width: 48px;
  height: 24px;
  border-radius: 20px;
}
.btn_trigger .trigger.off {
  background: #ccc;
}
.btn_trigger .trigger.off::after {
  left: 26px;
}
.btn_trigger .trigger::after {
  content: "";
  position: absolute;
  display: block;
  background: #fff;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  position: absolute;
  left: 100%;
  margin-left: -22px;
  top: 12%;
}

.listBox {
  padding: 30px 40px 25px 35px;
}
.listBox .topBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 42px;
}
@media (max-width: 480px) {
  .listBox .topBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 15px;
  }
}
.listBox .listTitle {
  padding-left: 5px;
}
@media (max-width: 480px) {
  .listBox .listTitle {
    padding-left: 0px;
  }
}
.listBox .listTitle.pb0 {
  padding-bottom: 0;
}
.listBox .controlBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
  padding-right: 7px;
}
.listBox .add_items,
.listBox .del_items {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 500;
  color: #0d0d0d;
}

.table-responsive {
  width: 100%;
  overflow-x: auto;
}
.table-responsive .personnel-table {
  width: 100%;
  min-width: 1083px;
}
.table-responsive .personnel-table thead,
.table-responsive .personnel-table tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.table-responsive .personnel-table thead tr,
.table-responsive .personnel-table tbody tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.table-responsive .personnel-table thead tr th,
.table-responsive .personnel-table thead tr td,
.table-responsive .personnel-table tbody tr th,
.table-responsive .personnel-table tbody tr td {
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  color: #0d0d0d;
  letter-spacing: 0.8px;
  text-align: left;
  padding: 10px 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.table-responsive .personnel-table thead tr th:nth-child(1),
.table-responsive .personnel-table thead tr td:nth-child(1),
.table-responsive .personnel-table tbody tr th:nth-child(1),
.table-responsive .personnel-table tbody tr td:nth-child(1) {
  width: 7%;
}
.table-responsive .personnel-table thead tr th:nth-child(2),
.table-responsive .personnel-table thead tr td:nth-child(2),
.table-responsive .personnel-table tbody tr th:nth-child(2),
.table-responsive .personnel-table tbody tr td:nth-child(2) {
  width: 5.5%;
}
.table-responsive .personnel-table thead tr th:nth-child(3),
.table-responsive .personnel-table thead tr td:nth-child(3),
.table-responsive .personnel-table tbody tr th:nth-child(3),
.table-responsive .personnel-table tbody tr td:nth-child(3) {
  width: 12.2%;
}
.table-responsive .personnel-table thead tr th:nth-child(4),
.table-responsive .personnel-table thead tr td:nth-child(4),
.table-responsive .personnel-table tbody tr th:nth-child(4),
.table-responsive .personnel-table tbody tr td:nth-child(4) {
  width: 30.5%;
}
.table-responsive .personnel-table thead tr th:nth-child(5),
.table-responsive .personnel-table thead tr td:nth-child(5),
.table-responsive .personnel-table tbody tr th:nth-child(5),
.table-responsive .personnel-table tbody tr td:nth-child(5) {
  width: 15%;
}
.table-responsive .personnel-table thead tr th:nth-child(6),
.table-responsive .personnel-table thead tr td:nth-child(6),
.table-responsive .personnel-table tbody tr th:nth-child(6),
.table-responsive .personnel-table tbody tr td:nth-child(6) {
  width: 10%;
}
.table-responsive .personnel-table thead tr th:nth-child(7),
.table-responsive .personnel-table thead tr td:nth-child(7),
.table-responsive .personnel-table tbody tr th:nth-child(7),
.table-responsive .personnel-table tbody tr td:nth-child(7) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 120px;
}
.table-responsive .personnel-table thead tr,
.table-responsive .personnel-table tbody tr {
  /* 自訂 checkbox 樣式 */
}
.table-responsive .personnel-table thead tr input[type=checkbox],
.table-responsive .personnel-table tbody tr input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border: 1.5px solid #eaeaea;
  background: #fafafa;
  border-radius: 2px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  -webkit-transition: border-color 0.2s, -webkit-box-shadow 0.2s;
  transition: border-color 0.2s, -webkit-box-shadow 0.2s;
  transition: border-color 0.2s, box-shadow 0.2s;
  transition: border-color 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
  cursor: pointer;
}
.table-responsive .personnel-table thead tr input[type=checkbox].status,
.table-responsive .personnel-table tbody tr input[type=checkbox].status {
  display: none;
}
.table-responsive .personnel-table thead tr input[type=checkbox]:hover,
.table-responsive .personnel-table tbody tr input[type=checkbox]:hover {
  border-color: #bdbdbd;
  -webkit-box-shadow: 0 0 0 2px #f0f0f0;
          box-shadow: 0 0 0 2px #f0f0f0;
}
.table-responsive .personnel-table thead tr input[type=checkbox]:checked,
.table-responsive .personnel-table tbody tr input[type=checkbox]:checked {
  background: #fff;
}
.table-responsive .personnel-table thead tr input[type=checkbox]:checked::after,
.table-responsive .personnel-table tbody tr input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 0px;
  width: 6px;
  height: 12px;
  border: solid #b41714;
  border-width: 0 2.5px 2.5px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  pointer-events: none;
}
.table-responsive .personnel-table thead {
  padding: 0 0 10px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #cccccc;
}
.table-responsive .personnel-table tbody > tr {
  padding: 4px 0;
  border-bottom: 1px solid #f2f2f2;
  background: #ffffff;
}
.table-responsive .personnel-table tbody > tr:nth-child(even) {
  background: #fafafa;
}
.table-responsive .personnel-table tbody > tr:last-child {
  border-bottom: none;
}
.table-responsive .personnel-table .number {
  color: #999;
}
.table-responsive .personnel-table .mail {
  letter-spacing: 0.5px;
}

.formTitle {
  padding: 12px 5px 0;
  font-size: 16px;
}
@media (max-width: 1180px) {
  .formTitle {
    padding: 12px 0 0;
  }
}

.hint_formTitle {
  padding-left: 5px;
  letter-spacing: 0.4px;
  color: rgba(13, 13, 13, 0.87);
}

.listTitle {
  color: #0d0d0d;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.2px;
  padding-bottom: 43px;
}
@media (max-width: 1180px) {
  .listTitle {
    padding-bottom: 15px;
  }
}

.loginArea {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 1060px;
  margin: 60px auto 30px;
  background-color: #fff;
  padding: 90px;
  border: 1px solid #f1f1f1;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(4, 4, 4, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(4, 4, 4, 0.1);
}
.loginArea.noThirdParty {
  max-width: 760px;
}
.loginArea.noThirdParty .leftBox {
  width: 100%;
  padding-right: 0;
  padding-bottom: 0;
}
@media (max-width: 960px) {
  .loginArea {
    padding: 90px 45px 45px;
  }
}
@media (max-width: 767px) {
  .loginArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 90px 20px 30px;
  }
}
.loginArea .loginTabBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 15px 0 45px;
  border-radius: 25px;
  overflow: hidden;
}
.loginArea .loginTabBox .loginTab {
  font-size: 18px;
  width: 35%;
  padding: 10px 0;
  color: rgba(255, 255, 255, 0.6);
  background-color: #b41714;
}
.loginArea .loginTabBox .loginTab.active {
  width: 65%;
  color: #fff;
  background-color: #df1f1b;
}
.loginArea .welcomeTitle {
  position: absolute;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 26px;
  font-weight: 600;
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .loginArea .welcomeTitle {
    top: 35px;
  }
}
@media (max-width: 414px) {
  .loginArea .welcomeTitle {
    font-size: 22px;
  }
}
.loginArea .leftBox,
.loginArea .rightBox {
  position: relative;
  width: 100%;
}
.loginArea input[type=text], .loginArea input[type=email], .loginArea input[type=password] {
  width: 100%;
  height: 42px;
  padding: 10px 50px 10px 0;
  background: none;
  border: none;
  border-bottom: 1px solid #555;
  font-size: 16px;
  color: #000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.loginArea input[type=text]:focus, .loginArea input[type=text].hasValue, .loginArea input[type=email]:focus, .loginArea input[type=email].hasValue, .loginArea input[type=password]:focus, .loginArea input[type=password].hasValue {
  border-color: #df1f1b;
}
.loginArea input[type=text]:focus ~ .title, .loginArea input[type=text].hasValue ~ .title, .loginArea input[type=email]:focus ~ .title, .loginArea input[type=email].hasValue ~ .title, .loginArea input[type=password]:focus ~ .title, .loginArea input[type=password].hasValue ~ .title {
  top: -15px;
}
.loginArea .btn_relog {
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #454545;
}
.loginArea .icon {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.loginArea .iconLock {
  width: 15px;
  height: 20px;
}
.loginArea .iconKey {
  width: 15px;
  height: 15px;
}
.loginArea .inputBox {
  position: relative;
  color: #000;
  margin-bottom: 40px;
}
.loginArea .textBox {
  padding-top: 15px;
  text-align: center;
  font-size: 16px;
}
.loginArea .textBox a {
  color: #df1f1b;
}
@media (min-width: 1181px) {
  .loginArea .textBox a:hover {
    text-decoration: underline;
  }
}
.loginArea .title {
  position: absolute;
  left: 0;
  top: 10px;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #808080;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.loginArea .btnBox {
  margin-bottom: 15px;
}
.loginArea .btnBox.flex {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.loginArea .btnBox .textLink {
  position: relative;
  font-size: 14px;
  padding-right: 10px;
  margin-right: 10px;
}
.loginArea .btnBox .textLink:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 14px;
  background-color: #808080;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -7px;
}
.loginArea .thirdPartyBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.loginArea .thirdPartyItem {
  height: 50px;
  background-repeat: no-repeat;
  background-size: 22px 22px;
  background-position: 18px 50%;
  line-height: 50px;
  margin-bottom: 25px;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
}
.loginArea .thirdPartyItem svg {
  width: 24px;
  height: 22px;
  display: inline-block;
  fill: #fff;
  position: absolute;
  top: 50%;
  left: 20px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  vertical-align: middle;
}
.loginArea .thirdPartyItem a {
  color: #454545;
  display: block;
  font-size: 14px;
  letter-spacing: 0.5px;
  padding: 0 45px;
}
.loginArea .thirdPartyItemGoogle {
  background-color: #f1f1f1;
}
.loginArea .thirdPartyItemFb {
  background-color: #3b5781;
}
.loginArea .thirdPartyItemFb a {
  color: #fff;
}
.loginArea .thirdPartyItemLine {
  border: 1px solid #c9c9c9;
}
@media (min-width: 1181px) {
  .loginArea .thirdPartyItem:hover {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}
.loginArea .forgetCheck,
.loginArea .resendCheck,
.loginArea .forgetCompanyCheck,
.loginArea .resendCompanyCheck {
  display: none;
}
.loginArea .btn_relog {
  display: inline-block;
  padding-top: 15px;
  color: #808080;
  border-bottom: 1px solid #808080;
}
@media (min-width: 1181px) {
  .loginArea .btn_relog:hover {
    color: #df1f1b;
    border-bottom-color: #df1f1b;
  }
}

/*註冊頁面*/
.registerBox {
  background-color: #fff;
  padding: 30px 40px 10px;
}

.section {
  margin-bottom: 40px;
}
.section .condition .textEditor {
  height: 250px;
  margin: 0;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 13px;
  background-color: #fff;
  overflow-y: scroll;
}
.section .condition .check {
  margin-top: 10px;
  font-size: 15px;
  color: #db1b60;
}
.section .condition .check label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section .condition .check input[type=checkbox] {
  margin-right: 5px;
  width: 25px;
  height: 25px;
}

/*history.php 歷史訂單列表*/
.orderTxt {
  font-size: 14px;
  letter-spacing: 0.05em;
  padding-bottom: 10px;
}

.orderList table {
  border-collapse: collapse;
  color: #222;
}
.orderList th {
  padding: 15px;
  letter-spacing: 0.1em;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  border: 1px solid #ececec;
  background-color: #bbb;
}
.orderList td {
  padding: 15px 10px;
  font-size: 13px;
  color: #434343;
  letter-spacing: 0.05em;
  background: #fff;
  border: 1px solid #ececec;
}
.orderList a {
  color: #df1f1b;
}
@media (min-width: 1181px) {
  .orderList a:hover {
    text-decoration: underline;
  }
}

.copyBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.formColumn.addStyle-12 {
  width: 12%;
  padding: 0 0 15px 15px;
}
@media (max-width: 1280px) {
  .formColumn.addStyle-12 {
    width: 15%;
  }
}
@media (max-width: 840px) {
  .formColumn.addStyle-12 {
    width: 33%;
  }
}
@media (max-width: 480px) {
  .formColumn.addStyle-12 {
    width: 100%;
    padding: 0 0 15px 10px;
  }
}
.formColumn.addStyle-12 .columnSelect {
  text-align: center;
}
@media (max-width: 840px) {
  .formColumn.addStyle-12 .columnSelect {
    text-align: left;
    padding: 5px 20px 5px 28px;
  }
}
.formColumn.addStyle-60 {
  width: 60%;
  padding: 0 15px 15px 15px;
}
@media (max-width: 1280px) {
  .formColumn.addStyle-60 {
    width: 50%;
  }
}
@media (max-width: 840px) {
  .formColumn.addStyle-60 {
    width: calc(100% - 32px);
  }
}
@media (max-width: 480px) {
  .formColumn.addStyle-60 {
    padding: 0 15px 15px 10px;
  }
}
.formColumn.addStyle-60.noPlus {
  width: 64%;
}
@media (max-width: 1280px) {
  .formColumn.addStyle-60.noPlus {
    width: 55%;
  }
}
@media (max-width: 840px) {
  .formColumn.addStyle-60.noPlus {
    width: 100%;
    padding: 0 5px 15px 15px;
  }
}
@media (max-width: 480px) {
  .formColumn.addStyle-60.noPlus {
    padding: 0 0 15px 10px;
  }
}
.formColumn.addStyle-95 {
  width: 95%;
}
@media (max-width: 840px) {
  .formColumn.addStyle-95 {
    width: calc(100% - 32px);
  }
}
.formColumn.addStyle-4 {
  width: 4%;
  padding: 0 0 15px;
}
@media (max-width: 840px) {
  .formColumn.addStyle-4 {
    width: 32px;
  }
}

.toggleBox {
  cursor: pointer;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 25px;
  height: 25px;
  top: 50%;
  right: 17.5px;
}
.toggleBox .fa {
  color: #0d0d0d;
}

.personnelArea .btnBox.infoBtn {
  margin-bottom: 50px;
}
.personnelArea .listBox .topBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 42px;
}
@media (max-width: 480px) {
  .personnelArea .listBox .topBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 15px;
    padding-bottom: 20px;
  }
}
.personnelArea .listBox .listTitle {
  padding-left: 5px;
}
@media (max-width: 480px) {
  .personnelArea .listBox .listTitle {
    padding-left: 0px;
  }
}
.personnelArea .listBox .listTitle.pb0 {
  padding-bottom: 0;
}
.personnelArea .listBox .controlBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
  padding-right: 7px;
}
.personnelArea .listBox .add_items,
.personnelArea .listBox .del_items {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 500;
  color: #0d0d0d;
}

.personnel_pop {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.personnel_pop.show {
  pointer-events: all;
  opacity: 1;
}
.personnel_pop .popBox {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100vw;
  max-width: 420px;
  min-width: 300px;
  background-color: #fff;
  border-radius: 18px;
  padding: 32px 28px 28px 28px;
  -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
          box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
  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-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.personnel_pop .popBox h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 22px;
  color: #b41714;
  text-align: center;
  letter-spacing: 1px;
}
.personnel_pop .popBox form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
  border: none;
  padding: 0;
}
.personnel_pop .popBox .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  margin-bottom: 0;
}
.personnel_pop .popBox .form-group label {
  font-size: 15px;
  color: #333;
  font-weight: 500;
  margin-bottom: 2px;
  letter-spacing: 0.5px;
}
.personnel_pop .popBox .form-group input[type=text],
.personnel_pop .popBox .form-group input[type=email],
.personnel_pop .popBox .form-group select {
  width: 100%;
  height: 40px;
  padding: 8px 12px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  font-size: 15px;
  background: #fafafa;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.personnel_pop .popBox .form-group input[type=text]:focus,
.personnel_pop .popBox .form-group input[type=email]:focus,
.personnel_pop .popBox .form-group select:focus {
  border-color: #b41714;
  outline: none;
}
.personnel_pop .popBox .form-group:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  margin-top: 10px;
  margin-bottom: 0;
}
.personnel_pop .popBox .btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  width: 100%;
}
.personnel_pop .popBox .btnBox .btn {
  color: #fff;
  min-width: auto;
  border-radius: 25px;
  width: 50%;
}

.testArea {
  margin-top: 15px;
}
.testArea .table-responsive .personnel-table thead tr th,
.testArea .table-responsive .personnel-table thead tr td,
.testArea .table-responsive .personnel-table tbody tr th,
.testArea .table-responsive .personnel-table tbody tr td {
  padding: 10px 10px 10px 12px;
}
.testArea .table-responsive .personnel-table thead tr th:nth-child(1),
.testArea .table-responsive .personnel-table thead tr td:nth-child(1),
.testArea .table-responsive .personnel-table tbody tr th:nth-child(1),
.testArea .table-responsive .personnel-table tbody tr td:nth-child(1) {
  width: 5.5%;
  text-align: center;
}
.testArea .table-responsive .personnel-table thead tr th:nth-child(2),
.testArea .table-responsive .personnel-table thead tr td:nth-child(2),
.testArea .table-responsive .personnel-table tbody tr th:nth-child(2),
.testArea .table-responsive .personnel-table tbody tr td:nth-child(2) {
  width: 20%;
}
.testArea .table-responsive .personnel-table thead tr th:nth-child(3),
.testArea .table-responsive .personnel-table thead tr td:nth-child(3),
.testArea .table-responsive .personnel-table tbody tr th:nth-child(3),
.testArea .table-responsive .personnel-table tbody tr td:nth-child(3) {
  width: 17.5%;
  overflow: hidden;
}
.testArea .table-responsive .personnel-table thead tr th:nth-child(4),
.testArea .table-responsive .personnel-table thead tr td:nth-child(4),
.testArea .table-responsive .personnel-table tbody tr th:nth-child(4),
.testArea .table-responsive .personnel-table tbody tr td:nth-child(4) {
  width: 7.5%;
  overflow: hidden;
}
.testArea .table-responsive .personnel-table thead tr th:nth-child(5),
.testArea .table-responsive .personnel-table thead tr td:nth-child(5),
.testArea .table-responsive .personnel-table tbody tr th:nth-child(5),
.testArea .table-responsive .personnel-table tbody tr td:nth-child(5) {
  width: 20%;
}
.testArea .table-responsive .personnel-table thead tr th:nth-child(6),
.testArea .table-responsive .personnel-table thead tr td:nth-child(6),
.testArea .table-responsive .personnel-table tbody tr th:nth-child(6),
.testArea .table-responsive .personnel-table tbody tr td:nth-child(6) {
  width: 5.2%;
  overflow: hidden;
}
.testArea .table-responsive .personnel-table thead tr th:nth-child(7),
.testArea .table-responsive .personnel-table thead tr td:nth-child(7),
.testArea .table-responsive .personnel-table tbody tr th:nth-child(7),
.testArea .table-responsive .personnel-table tbody tr td:nth-child(7) {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 11.5%;
  text-align: center;
}
.testArea .table-responsive .personnel-table thead tr th:nth-child(8),
.testArea .table-responsive .personnel-table thead tr td:nth-child(8),
.testArea .table-responsive .personnel-table tbody tr th:nth-child(8),
.testArea .table-responsive .personnel-table tbody tr td:nth-child(8) {
  width: 9.8%;
  text-align: center;
}
.testArea .table-responsive .personnel-table thead tr th:nth-child(9),
.testArea .table-responsive .personnel-table thead tr td:nth-child(9),
.testArea .table-responsive .personnel-table tbody tr th:nth-child(9),
.testArea .table-responsive .personnel-table tbody tr td:nth-child(9) {
  padding: 10px 0px;
  width: 34px;
  margin-left: auto;
  margin-right: 5px;
}
.testArea .table-responsive .personnel-table.company thead tr th:nth-child(1),
.testArea .table-responsive .personnel-table.company thead tr td:nth-child(1),
.testArea .table-responsive .personnel-table.company tbody tr th:nth-child(1),
.testArea .table-responsive .personnel-table.company tbody tr td:nth-child(1) {
  width: 5.5%;
  text-align: center;
}
.testArea .table-responsive .personnel-table.company thead tr th:nth-child(2),
.testArea .table-responsive .personnel-table.company thead tr td:nth-child(2),
.testArea .table-responsive .personnel-table.company tbody tr th:nth-child(2),
.testArea .table-responsive .personnel-table.company tbody tr td:nth-child(2) {
  width: 20%;
}
.testArea .table-responsive .personnel-table.company thead tr th:nth-child(3),
.testArea .table-responsive .personnel-table.company thead tr td:nth-child(3),
.testArea .table-responsive .personnel-table.company tbody tr th:nth-child(3),
.testArea .table-responsive .personnel-table.company tbody tr td:nth-child(3) {
  width: 20%;
  overflow: hidden;
}
.testArea .table-responsive .personnel-table.company thead tr th:nth-child(4),
.testArea .table-responsive .personnel-table.company thead tr td:nth-child(4),
.testArea .table-responsive .personnel-table.company tbody tr th:nth-child(4),
.testArea .table-responsive .personnel-table.company tbody tr td:nth-child(4) {
  width: 25%;
  overflow: hidden;
}
.testArea .table-responsive .personnel-table.company thead tr th:nth-child(5),
.testArea .table-responsive .personnel-table.company thead tr td:nth-child(5),
.testArea .table-responsive .personnel-table.company tbody tr th:nth-child(5),
.testArea .table-responsive .personnel-table.company tbody tr td:nth-child(5) {
  width: 20%;
}
.testArea .table-responsive .personnel-table.company thead tr th:nth-child(6),
.testArea .table-responsive .personnel-table.company thead tr td:nth-child(6),
.testArea .table-responsive .personnel-table.company tbody tr th:nth-child(6),
.testArea .table-responsive .personnel-table.company tbody tr td:nth-child(6) {
  width: 5.2%;
  overflow: hidden;
}
.testArea .table-responsive .personnel-table.company thead tr th:nth-child(7),
.testArea .table-responsive .personnel-table.company thead tr td:nth-child(7),
.testArea .table-responsive .personnel-table.company tbody tr th:nth-child(7),
.testArea .table-responsive .personnel-table.company tbody tr td:nth-child(7) {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 11.5%;
  text-align: center;
}
.testArea .table-responsive .personnel-table.company thead tr th:nth-child(8),
.testArea .table-responsive .personnel-table.company thead tr td:nth-child(8),
.testArea .table-responsive .personnel-table.company tbody tr th:nth-child(8),
.testArea .table-responsive .personnel-table.company tbody tr td:nth-child(8) {
  width: 9.8%;
  text-align: center;
}
.testArea .table-responsive .personnel-table.company thead tr th:nth-child(9),
.testArea .table-responsive .personnel-table.company thead tr td:nth-child(9),
.testArea .table-responsive .personnel-table.company tbody tr th:nth-child(9),
.testArea .table-responsive .personnel-table.company tbody tr td:nth-child(9) {
  padding: 10px 0px;
  width: 34px;
  margin-left: auto;
  margin-right: 5px;
}

.test_pop {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.test_pop.show {
  pointer-events: all;
  opacity: 1;
}
.test_pop .popBox {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100vw;
  max-width: 420px;
  min-width: 300px;
  background-color: #fff;
  border-radius: 18px;
  padding: 32px 28px 28px 28px;
  -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
          box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
  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-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.test_pop .popBox h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 22px;
  color: #b41714;
  text-align: center;
  letter-spacing: 1px;
}
.test_pop .popBox form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
  border: none;
  padding: 0;
}
.test_pop .popBox .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  margin-bottom: 0;
}
.test_pop .popBox .form-group label {
  font-size: 15px;
  color: #333;
  font-weight: 500;
  margin-bottom: 2px;
  letter-spacing: 0.5px;
}
.test_pop .popBox .form-group input[type=text],
.test_pop .popBox .form-group input[type=email],
.test_pop .popBox .form-group select {
  width: 100%;
  height: 40px;
  padding: 8px 12px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  font-size: 15px;
  background: #fafafa;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.test_pop .popBox .form-group input[type=text]:focus,
.test_pop .popBox .form-group input[type=email]:focus,
.test_pop .popBox .form-group select:focus {
  border-color: #b41714;
  outline: none;
}
.test_pop .popBox .form-group:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  margin-top: 10px;
  margin-bottom: 0;
}
.test_pop .popBox .btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  width: 100%;
}
.test_pop .popBox .btnBox .btn {
  color: #fff;
  min-width: auto;
  border-radius: 25px;
  width: 50%;
}

.supervisionArea {
  margin-top: 15px;
}
.supervisionArea .table-responsive .personnel-table thead tr th,
.supervisionArea .table-responsive .personnel-table thead tr td,
.supervisionArea .table-responsive .personnel-table tbody tr th,
.supervisionArea .table-responsive .personnel-table tbody tr td {
  padding: 10px 10px 10px 12px;
}
.supervisionArea .table-responsive .personnel-table thead tr th:nth-child(1),
.supervisionArea .table-responsive .personnel-table thead tr td:nth-child(1),
.supervisionArea .table-responsive .personnel-table tbody tr th:nth-child(1),
.supervisionArea .table-responsive .personnel-table tbody tr td:nth-child(1) {
  width: 5.5%;
  text-align: center;
}
.supervisionArea .table-responsive .personnel-table thead tr th:nth-child(2),
.supervisionArea .table-responsive .personnel-table thead tr td:nth-child(2),
.supervisionArea .table-responsive .personnel-table tbody tr th:nth-child(2),
.supervisionArea .table-responsive .personnel-table tbody tr td:nth-child(2) {
  width: 20%;
}
.supervisionArea .table-responsive .personnel-table thead tr th:nth-child(3),
.supervisionArea .table-responsive .personnel-table thead tr td:nth-child(3),
.supervisionArea .table-responsive .personnel-table tbody tr th:nth-child(3),
.supervisionArea .table-responsive .personnel-table tbody tr td:nth-child(3) {
  width: 20%;
}
.supervisionArea .table-responsive .personnel-table thead tr th:nth-child(4),
.supervisionArea .table-responsive .personnel-table thead tr td:nth-child(4),
.supervisionArea .table-responsive .personnel-table tbody tr th:nth-child(4),
.supervisionArea .table-responsive .personnel-table tbody tr td:nth-child(4) {
  width: 8.5%;
}
.supervisionArea .table-responsive .personnel-table thead tr th:nth-child(5),
.supervisionArea .table-responsive .personnel-table thead tr td:nth-child(5),
.supervisionArea .table-responsive .personnel-table tbody tr th:nth-child(5),
.supervisionArea .table-responsive .personnel-table tbody tr td:nth-child(5) {
  width: 20%;
}
.supervisionArea .table-responsive .personnel-table thead tr th:nth-child(6),
.supervisionArea .table-responsive .personnel-table thead tr td:nth-child(6),
.supervisionArea .table-responsive .personnel-table tbody tr th:nth-child(6),
.supervisionArea .table-responsive .personnel-table tbody tr td:nth-child(6) {
  width: 5.5%;
}
.supervisionArea .table-responsive .personnel-table thead tr th:nth-child(7),
.supervisionArea .table-responsive .personnel-table thead tr td:nth-child(7),
.supervisionArea .table-responsive .personnel-table tbody tr th:nth-child(7),
.supervisionArea .table-responsive .personnel-table tbody tr td:nth-child(7) {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 11.5%;
  text-align: center;
}
.supervisionArea .table-responsive .personnel-table thead tr th:nth-child(8),
.supervisionArea .table-responsive .personnel-table thead tr td:nth-child(8),
.supervisionArea .table-responsive .personnel-table tbody tr th:nth-child(8),
.supervisionArea .table-responsive .personnel-table tbody tr td:nth-child(8) {
  width: 12%;
}
.supervisionArea .table-responsive .personnel-table thead tr th:nth-child(9),
.supervisionArea .table-responsive .personnel-table thead tr td:nth-child(9),
.supervisionArea .table-responsive .personnel-table tbody tr th:nth-child(9),
.supervisionArea .table-responsive .personnel-table tbody tr td:nth-child(9) {
  padding: 10px 0px;
  width: 34px;
  margin-left: auto;
  margin-right: 5px;
}
.supervisionArea .table-responsive .personnel-table.company thead tr th,
.supervisionArea .table-responsive .personnel-table.company thead tr td,
.supervisionArea .table-responsive .personnel-table.company tbody tr th,
.supervisionArea .table-responsive .personnel-table.company tbody tr td {
  padding: 10px 10px 10px 12px;
}
.supervisionArea .table-responsive .personnel-table.company thead tr th:nth-child(1),
.supervisionArea .table-responsive .personnel-table.company thead tr td:nth-child(1),
.supervisionArea .table-responsive .personnel-table.company tbody tr th:nth-child(1),
.supervisionArea .table-responsive .personnel-table.company tbody tr td:nth-child(1) {
  width: 5.5%;
  text-align: center;
}
.supervisionArea .table-responsive .personnel-table.company thead tr th:nth-child(2),
.supervisionArea .table-responsive .personnel-table.company thead tr td:nth-child(2),
.supervisionArea .table-responsive .personnel-table.company tbody tr th:nth-child(2),
.supervisionArea .table-responsive .personnel-table.company tbody tr td:nth-child(2) {
  width: 20%;
}
.supervisionArea .table-responsive .personnel-table.company thead tr th:nth-child(3),
.supervisionArea .table-responsive .personnel-table.company thead tr td:nth-child(3),
.supervisionArea .table-responsive .personnel-table.company tbody tr th:nth-child(3),
.supervisionArea .table-responsive .personnel-table.company tbody tr td:nth-child(3) {
  width: 20%;
}
.supervisionArea .table-responsive .personnel-table.company thead tr th:nth-child(4),
.supervisionArea .table-responsive .personnel-table.company thead tr td:nth-child(4),
.supervisionArea .table-responsive .personnel-table.company tbody tr th:nth-child(4),
.supervisionArea .table-responsive .personnel-table.company tbody tr td:nth-child(4) {
  width: 25%;
}
.supervisionArea .table-responsive .personnel-table.company thead tr th:nth-child(5),
.supervisionArea .table-responsive .personnel-table.company thead tr td:nth-child(5),
.supervisionArea .table-responsive .personnel-table.company tbody tr th:nth-child(5),
.supervisionArea .table-responsive .personnel-table.company tbody tr td:nth-child(5) {
  width: 20%;
}
.supervisionArea .table-responsive .personnel-table.company thead tr th:nth-child(6),
.supervisionArea .table-responsive .personnel-table.company thead tr td:nth-child(6),
.supervisionArea .table-responsive .personnel-table.company tbody tr th:nth-child(6),
.supervisionArea .table-responsive .personnel-table.company tbody tr td:nth-child(6) {
  width: 7.5%;
}
.supervisionArea .table-responsive .personnel-table.company thead tr th:nth-child(7),
.supervisionArea .table-responsive .personnel-table.company thead tr td:nth-child(7),
.supervisionArea .table-responsive .personnel-table.company tbody tr th:nth-child(7),
.supervisionArea .table-responsive .personnel-table.company tbody tr td:nth-child(7) {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 11.5%;
  text-align: center;
}
.supervisionArea .table-responsive .personnel-table.company thead tr th:nth-child(8),
.supervisionArea .table-responsive .personnel-table.company thead tr td:nth-child(8),
.supervisionArea .table-responsive .personnel-table.company tbody tr th:nth-child(8),
.supervisionArea .table-responsive .personnel-table.company tbody tr td:nth-child(8) {
  width: 10%;
}
.supervisionArea .table-responsive .personnel-table.company thead tr th:nth-child(9),
.supervisionArea .table-responsive .personnel-table.company thead tr td:nth-child(9),
.supervisionArea .table-responsive .personnel-table.company tbody tr th:nth-child(9),
.supervisionArea .table-responsive .personnel-table.company tbody tr td:nth-child(9) {
  padding: 10px 0px;
  width: 32px;
  margin-left: auto;
  margin-right: 5px;
}
.supervisionArea .listBox .topBox {
  padding-bottom: 46px;
}
@media (max-width: 480px) {
  .supervisionArea .listBox .topBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 15px;
    padding-bottom: 20px;
  }
}

.supervision_pop {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.supervision_pop.show {
  pointer-events: all;
  opacity: 1;
}
.supervision_pop .popBox {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100vw;
  max-width: 420px;
  min-width: 300px;
  background-color: #fff;
  border-radius: 18px;
  padding: 32px 28px 28px 28px;
  -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
          box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
  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-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.supervision_pop .popBox h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 22px;
  color: #b41714;
  text-align: center;
  letter-spacing: 1px;
}
.supervision_pop .popBox form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
  border: none;
  padding: 0;
}
.supervision_pop .popBox .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  margin-bottom: 0;
}
.supervision_pop .popBox .form-group label {
  font-size: 15px;
  color: #333;
  font-weight: 500;
  margin-bottom: 2px;
  letter-spacing: 0.5px;
}
.supervision_pop .popBox .form-group input[type=text],
.supervision_pop .popBox .form-group input[type=email],
.supervision_pop .popBox .form-group select {
  width: 100%;
  height: 40px;
  padding: 8px 12px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  font-size: 15px;
  background: #fafafa;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.supervision_pop .popBox .form-group input[type=text]:focus,
.supervision_pop .popBox .form-group input[type=email]:focus,
.supervision_pop .popBox .form-group select:focus {
  border-color: #b41714;
  outline: none;
}
.supervision_pop .popBox .form-group:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  margin-top: 10px;
  margin-bottom: 0;
}
.supervision_pop .popBox .btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  width: 100%;
}
.supervision_pop .popBox .btnBox .btn {
  color: #fff;
  min-width: auto;
  border-radius: 25px;
  width: 50%;
}

.otherArea {
  margin-top: 15px;
}
.otherArea .table-responsive .personnel-table thead tr th,
.otherArea .table-responsive .personnel-table thead tr td,
.otherArea .table-responsive .personnel-table tbody tr th,
.otherArea .table-responsive .personnel-table tbody tr td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 10px 10px 12px;
}
.otherArea .table-responsive .personnel-table thead tr th:nth-child(1),
.otherArea .table-responsive .personnel-table thead tr td:nth-child(1),
.otherArea .table-responsive .personnel-table tbody tr th:nth-child(1),
.otherArea .table-responsive .personnel-table tbody tr td:nth-child(1) {
  width: 5.5%;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.otherArea .table-responsive .personnel-table thead tr th:nth-child(2),
.otherArea .table-responsive .personnel-table thead tr td:nth-child(2),
.otherArea .table-responsive .personnel-table tbody tr th:nth-child(2),
.otherArea .table-responsive .personnel-table tbody tr td:nth-child(2) {
  width: 20%;
}
.otherArea .table-responsive .personnel-table thead tr th:nth-child(3),
.otherArea .table-responsive .personnel-table thead tr td:nth-child(3),
.otherArea .table-responsive .personnel-table tbody tr th:nth-child(3),
.otherArea .table-responsive .personnel-table tbody tr td:nth-child(3) {
  width: 57.3%;
}
.otherArea .table-responsive .personnel-table thead tr th:nth-child(4),
.otherArea .table-responsive .personnel-table thead tr td:nth-child(4),
.otherArea .table-responsive .personnel-table tbody tr th:nth-child(4),
.otherArea .table-responsive .personnel-table tbody tr td:nth-child(4) {
  padding: 10px 0px;
  width: 70px;
  margin-left: auto;
  margin-right: 5px;
  gap: 5px;
}
.otherArea .table-responsive .personnel-table.company thead tr th,
.otherArea .table-responsive .personnel-table.company thead tr td,
.otherArea .table-responsive .personnel-table.company tbody tr th,
.otherArea .table-responsive .personnel-table.company tbody tr td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 10px 10px 12px;
}
.otherArea .table-responsive .personnel-table.company thead tr th:nth-child(1),
.otherArea .table-responsive .personnel-table.company thead tr td:nth-child(1),
.otherArea .table-responsive .personnel-table.company tbody tr th:nth-child(1),
.otherArea .table-responsive .personnel-table.company tbody tr td:nth-child(1) {
  width: 5.5%;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.otherArea .table-responsive .personnel-table.company thead tr th:nth-child(2),
.otherArea .table-responsive .personnel-table.company thead tr td:nth-child(2),
.otherArea .table-responsive .personnel-table.company tbody tr th:nth-child(2),
.otherArea .table-responsive .personnel-table.company tbody tr td:nth-child(2) {
  width: 20%;
}
.otherArea .table-responsive .personnel-table.company thead tr th:nth-child(3),
.otherArea .table-responsive .personnel-table.company thead tr td:nth-child(3),
.otherArea .table-responsive .personnel-table.company tbody tr th:nth-child(3),
.otherArea .table-responsive .personnel-table.company tbody tr td:nth-child(3) {
  width: 20%;
}
.otherArea .table-responsive .personnel-table.company thead tr th:nth-child(4),
.otherArea .table-responsive .personnel-table.company thead tr td:nth-child(4),
.otherArea .table-responsive .personnel-table.company tbody tr th:nth-child(4),
.otherArea .table-responsive .personnel-table.company tbody tr td:nth-child(4) {
  padding: 0px;
  width: 25%;
  margin-left: 0;
  margin-right: 0px;
}
.otherArea .table-responsive .personnel-table.company thead tr th:nth-child(5),
.otherArea .table-responsive .personnel-table.company thead tr td:nth-child(5),
.otherArea .table-responsive .personnel-table.company tbody tr th:nth-child(5),
.otherArea .table-responsive .personnel-table.company tbody tr td:nth-child(5) {
  width: 20%;
}
.otherArea .table-responsive .personnel-table thead {
  margin-bottom: 12px;
}
.otherArea .table-responsive .personnel-table .form-control {
  padding: 0 8px;
  height: 36px;
  border: 1px solid #f2f2f2;
}
.otherArea .listBox .topBox {
  padding-bottom: 46px;
}

.other_pop {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.other_pop.show {
  pointer-events: all;
  opacity: 1;
}
.other_pop .popBox {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100vw;
  max-width: 420px;
  min-width: 300px;
  background-color: #fff;
  border-radius: 18px;
  padding: 32px 28px 28px 28px;
  -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
          box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
  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-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.other_pop .popBox h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 22px;
  color: #b41714;
  text-align: center;
  letter-spacing: 1px;
}
.other_pop .popBox form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
  border: none;
  padding: 0;
}
.other_pop .popBox .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  margin-bottom: 0;
}
.other_pop .popBox .form-group label {
  font-size: 15px;
  color: #333;
  font-weight: 500;
  margin-bottom: 2px;
  letter-spacing: 0.5px;
}
.other_pop .popBox .form-group input[type=text],
.other_pop .popBox .form-group input[type=email],
.other_pop .popBox .form-group select {
  width: 100%;
  height: 40px;
  padding: 8px 12px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  font-size: 15px;
  background: #fafafa;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.other_pop .popBox .form-group input[type=text]:focus,
.other_pop .popBox .form-group input[type=email]:focus,
.other_pop .popBox .form-group select:focus {
  border-color: #b41714;
  outline: none;
}
.other_pop .popBox .form-group:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  margin-top: 10px;
  margin-bottom: 0;
}
.other_pop .popBox .btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  width: 100%;
}
.other_pop .popBox .btnBox .btn {
  color: #fff;
  min-width: auto;
  border-radius: 25px;
  width: 50%;
}

.addressArea {
  margin-top: 15px;
}

.recArea {
  border-radius: 30px;
  border: 1px solid #eaeaea;
  background: #fff;
  padding: 30px 30px 25px 30px;
}
@media (max-width: 480px) {
  .recArea {
    padding: 25px;
  }
}
.recArea .recCurrent {
  position: relative;
  width: 100%;
  padding: 10px 15px;
  background-color: #df1f1b;
  color: #fff;
  text-align: center;
}
.recArea .recCurrent::after {
  content: "";
  position: absolute;
  content: "\f107";
  color: #fff;
  font-size: 15px;
  font-family: FontAwesome;
  line-height: 1;
  margin-top: -6px;
  position: absolute;
  right: 15px;
  top: 50%;
  z-index: 1;
}
@media (min-width: 451px) {
  .recArea .recCurrent {
    display: none;
  }
}
.recArea .recTable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 450px) {
  .recArea .recTable {
    display: none;
  }
}
.recArea .recTable .switchBtn {
  cursor: pointer;
  width: calc(33.3333333333% - 10px);
  margin: 0 5px 5px;
  text-align: center;
  background-color: #f0f0f0;
  color: #000;
  display: block;
  padding: 10px 15px;
  letter-spacing: 0.02rem;
  text-align: center;
}
@media (max-width: 450px) {
  .recArea .recTable .switchBtn {
    width: 100%;
    margin: 0;
  }
}
.recArea .recTable .switchBtn.current {
  background-color: #df1f1b;
  color: #fff;
}
@media (min-width: 1181px) {
  .recArea .recTable .switchBtn:hover {
    background-color: #df1f1b;
    color: #fff;
  }
}
.recArea .recBox {
  width: 100%;
}
.recArea .recBox.hid {
  opacity: 0;
}
.recArea .columnInput {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.rec_pop {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.rec_pop.show {
  pointer-events: all;
  opacity: 1;
}
.rec_pop .popBox {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100vw;
  max-width: 95%;
  background-color: #fff;
  border-radius: 18px;
  padding: 32px 28px 28px 28px;
  -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
          box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
}
.rec_pop .rec_modal_title {
  margin-bottom: 30px;
  font-size: 24px;
  text-align: center;
}