@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, button, textarea {
  outline: none;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

a {
  color: #666;
}

* {
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 1.2px;
}

button, input, select, textarea {
  font-size: 16px;
  color: #313131;
}

body {
  color: #313131;
  font-family: "Noto Sans TC", sans-serif;
}

.row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 960px) {
  .row {
    margin: 0;
  }
}

.homeTitles {
  font-size: 96px;
  color: #8d7465;
  margin-bottom: 30px;
  font-family: "Arapey", serif;
  position: relative;
  font-weight: 500;
}
@media (max-width: 1292px) {
  .homeTitles {
    padding: 0 30px;
    line-height: 1.2;
  }
}
@media (max-width: 960px) {
  .homeTitles {
    max-width: 600px;
    margin: auto;
    padding: 0;
    font-size: 76px;
    margin-bottom: 30px;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .homeTitles {
    font-size: 50px;
    padding: 0;
    margin-bottom: 24px;
  }
}
.homeTitles span {
  font-family: "Noto Serif TC", serif;
  font-size: 24px;
  color: #8d7465;
  font-weight: 600;
  padding-left: 24px;
}
@media (max-width: 960px) {
  .homeTitles span {
    text-align: center;
    display: block;
    padding-left: 0;
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .homeTitles span {
    display: block;
    font-size: 20px;
  }
}

.homeTitle {
  text-align: center;
  font-family: "Arapey", serif;
  color: #8d7465;
  font-size: 96px;
  line-height: 1.2;
  margin-bottom: 30px;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 960px) {
  .homeTitle {
    font-size: 76px;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .homeTitle {
    font-size: 50px;
    margin-bottom: 24px;
  }
}
.homeTitle p {
  font-size: 24px;
  color: #8d7465;
  font-family: "Noto Serif TC", serif;
  font-weight: 600;
}
@media (max-width: 960px) {
  .homeTitle p {
    text-align: center;
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .homeTitle p {
    display: block;
    font-size: 20px;
  }
}

.zoomImg {
  position: relative;
  overflow: hidden;
}
.zoomImg img {
  display: block;
  transform: scale(1);
  transition: 0.8s transform;
}
.zoomImg:hover img {
  transform: scale(1.2);
  transition: 0.8s transform;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 34px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

body {
  font-family: "Noto Sans TC", sans-serif;
  line-height: 1.4;
  letter-spacing: 1.2px;
}

.noData {
  padding: 52px 16px;
  text-align: center;
}

.wrapper {
  max-width: 1600px;
  margin: 40px auto;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  padding: 36px;
  border-radius: 1%;
}
.wrapper .headerTitle {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 16px 0;
  align-items: center;
}
.wrapper .headerTitle h1 {
  font-size: 24px;
  color: #111111;
}
.wrapper .headerTitle span {
  background-color: #333;
  color: #fff;
  padding: 7px 8px;
  border-radius: 6px;
  font-size: 12px;
}
.wrapper .searchRow {
  padding: 36px 0px 18px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-bottom: solid 1px #f1f3f5;
  margin-bottom: 32px;
}
.wrapper .searchRow .updateData {
  display: flex;
  flex-wrap: wrap;
}
.wrapper .searchRow .updateData .updateBtn {
  background-color: #007bff;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: 8px;
}
.wrapper .searchRow .updateData .updateBtn:hover {
  background-color: #0056b3;
}
.wrapper .searchRow .updateData .updateBtn:disabled {
  background-color: #adb5bd;
  cursor: not-allowed;
}
.wrapper .table {
  font-size: 14px;
}
.wrapper .table .tableHeader {
  display: flex;
  flex-wrap: wrap;
  background-color: #f8f9fa;
  border-top: solid 1px #ededed;
}
.wrapper .table .tableHeader .col {
  padding: 12px 16px;
  flex: 0 0 12.5%;
  border-left: solid 1px #ededed;
}
.wrapper .table .tableHeader .keywordCol {
  flex: 0 0 25%;
}
.wrapper .table .tableHeader .stateCol {
  flex: 0 0 10%;
}
.wrapper .table .tableHeader .operateCol {
  flex: 0 0 15%;
}
.wrapper .table .tableHeader .stateCol:last-child {
  border-right: solid 1px #ededed;
}
.wrapper .table .tableBody .tableRow {
  display: flex;
  flex-wrap: wrap;
}
.wrapper .table .tableBody .tableRow .col {
  padding: 12px 16px;
  flex: 0 0 12.5%;
  border-bottom: solid 1px #ededed;
  border-left: solid 1px #ededed;
}
.wrapper .table .tableBody .tableRow .col .yahooStyle {
  font-weight: bold;
  color: #6001d2;
}
.wrapper .table .tableBody .tableRow .col .googleStyle {
  font-weight: bold;
  color: #4285f4;
}
.wrapper .table .tableBody .tableRow .col .logged {
  background-color: #d4edda;
  color: #155724;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
}
.wrapper .table .tableBody .tableRow .col .failed {
  background-color: #f8d7da;
  color: #721c24;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
}
.wrapper .table .tableBody .tableRow .col .badgeWarning {
  background-color: #fff3cd;
  color: #856404;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
}
.wrapper .table .tableBody .tableRow .keywordCol {
  flex: 0 0 25%;
}
.wrapper .table .tableBody .tableRow .stateCol {
  flex: 0 0 10%;
}
.wrapper .table .tableBody .tableRow .operateCol {
  border-right: solid 1px #ededed;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex: 0 0 15%;
}
.wrapper .table .tableBody .tableRow .operateCol .editBtn {
  color: #007bff;
}
.wrapper .table .tableBody .tableRow .operateCol .copyBtn {
  color: #155724;
}
.wrapper .table .tableBody .tableRow .operateCol .deleteBtn {
  color: #b61021;
}
.wrapper .table .tableBody .tableRow:hover {
  background-color: #f8f9fa;
}

.addWrap {
  max-width: 600px;
  margin: 50px auto;
  padding: 30px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
.addWrap .addTitle {
  flex-wrap: wrap;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.addWrap .addTitle h1 {
  font-size: 22px;
}
.addWrap .addTitle .back-btn {
  border: solid 1px #ccc;
  padding: 0 15px;
  line-height: 38px;
  border-radius: 6px;
  font-size: 12px;
}
.addWrap .addTable .group {
  margin-bottom: 20px;
}
.addWrap .addTable .group label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  color: #495057;
  font-size: 15px;
}
.addWrap .addTable .group input, .addWrap .addTable .group select {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 15px;
  transition: border-color 0.2s;
}
.addWrap .addTable .group input:focus, .addWrap .addTable .group select:focus {
  border-color: #007bff;
  outline: none;
}
.addWrap .addTable .sendWrap {
  margin-top: 30px;
  display: flex;
  justify-content: flex-end;
  gap: 15px;
}
.addWrap .addTable .sendWrap .submitBtn {
  background: #007bff;
  color: #fff;
  border: none;
  padding: 10px 25px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
}
.addWrap .addTable .sendWrap .submitBtn:hover {
  background: #0056b3;
}
.addWrap .addTable .sendWrap .cancelBtn {
  background: #e9ecef;
  color: #495057;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  font-size: 15px;
  text-align: center;
}
.addWrap .addTable .sendWrap .cancelBtn:hover {
  background: #dee2e6;
}

.loginOutBtn {
  background: #dc3545;
  border: none;
  text-decoration: none;
  padding: 6px 15px;
  color: white;
  border-radius: 4px;
  font-weight: bold;
  font-size: 13px;
}

.loginWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.loginWrap .content {
  max-width: 420px;
  width: 100%;
  margin: 100px auto;
  padding: 30px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 1rem 3rem rgba(0, 0, 21, 0.175);
  border: solid 1px #e7e7e7;
}
.loginWrap .content figure img {
  max-width: 100%;
}
.loginWrap .loginTitle {
  text-align: center;
  margin-bottom: 25px;
}
.loginWrap h1 {
  font-size: 24px;
  color: #333;
  margin: 0;
}
.loginWrap .loginCol {
  margin: 12px 0;
  display: flex;
  flex-wrap: wrap;
  border: solid 1px #ccc;
  border-radius: 6px;
}
.loginWrap .loginCol label {
  flex: 0 0 42px;
  background: #dfdfdf;
  text-align: center;
  padding: 10px 0;
}
.loginWrap .loginCol input {
  flex: 0 0 calc(100% - 60px);
  border: none;
  padding-left: 8px;
}
.loginWrap .sendWrap button {
  color: #fff;
  background: #002865;
  border-color: #002865;
  border: none;
  padding: 12px 24px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
}

.page {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 36px;
  gap: 4px;
}
.page .arrow {
  font-size: 12px;
  margin: 0 8px;
}
.page .pageBtn {
  padding: 6px 12px;
  border: 1px solid #ddd;
  text-decoration: none;
  color: #333;
  background: #fff;
  border-radius: 4px;
  font-weight: bold;
  font-size: 14px;
}
.page .active {
  padding: 6px 12px;
  border: 1px solid #ddd;
  text-decoration: none;
  color: #fff;
  background: #007bff;
  border-radius: 4px;
  font-weight: bold;
  font-size: 14px;
}

.totalRes {
  text-align: center;
  color: #888;
  font-size: 12px;
  margin-top: 8px;
}/*# sourceMappingURL=style.css.map */