/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;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%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
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,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
* Noto Sans TC (Chinese_traditional) http://www.google.com/fonts/earlyaccess
 */
.text-12 {
  font-size: 0.75rem;
  line-height: 1.5;
}

.text-13 {
  font-size: 0.8125rem;
  line-height: 1.5;
}

.text-14 {
  font-size: 0.875rem;
  line-height: 1.5;
}

body,
html, .text-16 {
  font-size: 1rem;
  line-height: 1.75;
}

.text-17 {
  font-size: 1.0625rem;
  line-height: 1.5;
}

.text-18 {
  font-size: 1.125rem;
  line-height: 1.5;
}

.text-20 {
  font-size: 1.25rem;
  line-height: 1.5;
}

.text-24 {
  font-size: 1.5rem;
  line-height: 1.5;
}

.text-28 {
  font-size: 1.75rem;
  line-height: 1.5;
  font-weight: 400;
}

.text-32 {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 400;
}

.text-36 {
  font-size: 2.25rem;
  line-height: 1.5;
  font-weight: 400;
}

.text-40 {
  font-size: 2.5rem;
  line-height: 1.5;
  font-weight: 400;
}

.text-48 {
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 400;
}

.text-64 {
  font-size: 4rem;
  line-height: 1.5;
  font-weight: 700;
}

.stn-main {
  color: #016cc5;
}

.stn-white {
  color: #ffffff;
}

.stn-accent-01 {
  color: #222222;
}

.stn-error {
  color: #cf2a2a;
}

.stn-attention {
  color: #ff9500;
}

.stn-approval {
  color: #05a78a;
}

.stn-main-text {
  color: #222222;
}

.stn-grey-01 {
  color: #636363;
}

.stn-grey-02 {
  color: #929292;
}

.stn-grey-03 {
  color: #b4b4b4;
}

.stn-grey-04 {
  color: #c4c4c4;
}

.stn-light-grey-01 {
  color: #070505;
}

.stn-light-grey-02 {
  color: #eeeeee;
}

.stn-light-grey-03 {
  color: #d2d2d2;
}

.stn-color-BgLight-grey {
  color: #f5f3f7;
}

.stn-btn-sm, .stn-btn-md, .stn-btn-lg {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  border-radius: 4px;
  background-color: transparent;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
}

button {
  display: inline-block;
  line-height: 0px;
  padding: 0;
  margin: 0;
  border: 0;
  font-size: inherit;
}

a {
  display: inline-block;
  line-height: 0px;
  padding: 0;
  margin: 0;
  border: 0;
  font-size: inherit;
}

.stn-btn-primary {
  color: #ffffff;
  background-color: #016cc5;
}
.stn-btn-primary:hover {
  background-color: rgb(0.8196969697, 88.5272727273, 161.4803030303);
}

.stn-btn-secondary {
  border: 1px solid #c4c4c4;
  color: #222222;
}
.stn-btn-secondary:hover {
  background-color: #eeeeee;
  border: 1px solid #636363;
}

.stn-btn-outlined {
  border: 1px solid #016cc5;
  color: #016cc5;
}
.stn-btn-outlined:hover {
  color: #ffffff;
  background-color: #016cc5;
  border: 1px solid #016cc5;
}

.stn-btn-ghost {
  color: #222222;
}
.stn-btn-ghost:hover {
  color: #ffffff;
  background-color: #222222;
}

.stn-btn-disabled {
  color: #b4b4b4;
  background-color: #eeeeee;
  cursor: default;
  border: 1px solid #070505;
  /* required on iOS */
  -webkit-text-fill-color: #b4b4b4;
  opacity: 1;
}

.stn-btn-text {
  color: #222222;
}
.stn-btn-text:hover {
  color: #016cc5;
}

.stn-btn-lg {
  padding: 14px 24px;
  font-size: 1rem;
  line-height: 1.125;
}
.stn-btn-lg img {
  width: 18px;
  height: 18px;
  margin: -3px 8px -3px 0px;
}

.stn-btn-md {
  padding: 8px 16px;
  font-size: 1rem;
  line-height: 1.125;
}
.stn-btn-md img {
  width: 16px;
  height: 16px;
  margin: 0px 8px 0px 0px;
}

.stn-btn-sm {
  padding: 4px 12px;
  font-size: 0.875rem;
  line-height: 18px;
}
.stn-btn-sm img {
  width: 16px;
  height: 16px;
  margin: 0px 6px 0px 0px;
}

.noShow {
  display: none;
}

.stn-input-group-row,
.stn-input-group-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.stn-input-group-row label,
.stn-input-group-column label {
  width: calc(20% - 12px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 12px 0 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #222222;
  font-weight: 400;
}
.stn-input-group-row .required,
.stn-input-group-column .required {
  min-width: 40px;
  font-size: 0.875rem;
  color: #cf2a2a;
  margin-left: 5px;
}
.stn-input-group-row .w-auto,
.stn-input-group-column .w-auto {
  width: auto;
}
.stn-input-group-row input[type=text],
.stn-input-group-row input[type=select],
.stn-input-group-row input[type=number],
.stn-input-group-row input[type=password],
.stn-input-group-row input[type=mail],
.stn-input-group-row input[type=tel],
.stn-input-group-row input[type=date],
.stn-input-group-row input[type=datetime-local],
.stn-input-group-row input[type=month],
.stn-input-group-column input[type=text],
.stn-input-group-column input[type=select],
.stn-input-group-column input[type=number],
.stn-input-group-column input[type=password],
.stn-input-group-column input[type=mail],
.stn-input-group-column input[type=tel],
.stn-input-group-column input[type=date],
.stn-input-group-column input[type=datetime-local],
.stn-input-group-column input[type=month] {
  padding: 10px 12px;
  font-size: 1rem;
  min-height: 18px;
  width: calc(80% - 26px);
  border-radius: 4px;
  border: 1px solid #b4b4b4;
}
.stn-input-group-row textarea,
.stn-input-group-column textarea {
  font-size: 1rem;
  min-height: 40px;
  padding: 0px 12px;
  width: calc(80% - 26px);
  border-radius: 4px;
  border: 1px solid #b4b4b4;
  margin-bottom: -8px;
  resize: vertical;
}
.stn-input-group-row select,
.stn-input-group-row input[type=search],
.stn-input-group-column select,
.stn-input-group-column input[type=search] {
  padding: 10px 12px;
  font-size: 1rem;
  min-height: 40px;
  width: 80%;
  border-radius: 4px;
  border: 1px solid #b4b4b4;
}
.stn-input-group-row input[type=file],
.stn-input-group-column input[type=file] {
  width: calc(80% - 26px);
}
.stn-input-group-row ::-webkit-input-placeholder, .stn-input-group-column ::-webkit-input-placeholder {
  font-size: 1rem;
  color: #636363;
}
.stn-input-group-row ::-moz-placeholder, .stn-input-group-column ::-moz-placeholder {
  font-size: 1rem;
  color: #636363;
}
.stn-input-group-row :-ms-input-placeholder, .stn-input-group-column :-ms-input-placeholder {
  font-size: 1rem;
  color: #636363;
}
.stn-input-group-row ::-ms-input-placeholder, .stn-input-group-column ::-ms-input-placeholder {
  font-size: 1rem;
  color: #636363;
}
.stn-input-group-row ::placeholder,
.stn-input-group-column ::placeholder {
  font-size: 1rem;
  color: #636363;
}
.stn-input-group-row .stn-text-muted,
.stn-input-group-column .stn-text-muted {
  padding: 8px 0 0 20%;
}

.stn-input-group-column {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
}
.stn-input-group-column label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-right: 0px;
  margin-bottom: 8px;
  width: calc(100% - 12px);
}
.stn-input-group-column input[type=text],
.stn-input-group-column input[type=select],
.stn-input-group-column input[type=number],
.stn-input-group-column input[type=password],
.stn-input-group-column input[type=mail],
.stn-input-group-column input[type=tel],
.stn-input-group-column input[type=date],
.stn-input-group-column input[type=datetime-local],
.stn-input-group-column input[type=month] {
  padding: 10px 12px;
  width: calc(100% - 26px);
}
.stn-input-group-column textarea {
  padding: 0px 12px;
  width: calc(100% - 26px);
}
.stn-input-group-column select,
.stn-input-group-column input[type=search] {
  width: 100%;
}
.stn-input-group-column input[type=file] {
  width: 100%;
}
.stn-input-group-column .stn-text-muted {
  width: 100%;
  padding-left: 0;
}

.stn-input-row-icon {
  position: relative;
}
.stn-input-row-icon .stn-icon {
  position: absolute;
  top: 8px;
  right: 0;
  padding: 0 12px;
  border-left: 1px solid #222222;
  cursor: pointer;
}

.stn-input-column-icon {
  position: relative;
}
.stn-input-column-icon .stn-icon {
  position: absolute;
  top: 51px;
  right: 0;
  padding: 0 12px;
  border-left: 1px solid #222222;
  cursor: pointer;
}

.stn-input-row-noLabel label,
.stn-input-column-noLabel label {
  display: none;
}
.stn-input-row-noLabel textarea,
.stn-input-row-noLabel input[type=text],
.stn-input-row-noLabel input[type=select],
.stn-input-row-noLabel input[type=number],
.stn-input-row-noLabel input[type=password],
.stn-input-row-noLabel input[type=mail],
.stn-input-row-noLabel input[type=tel],
.stn-input-row-noLabel input[type=date],
.stn-input-row-noLabel input[type=datetime-local],
.stn-input-row-noLabel input[type=month],
.stn-input-column-noLabel textarea,
.stn-input-column-noLabel input[type=text],
.stn-input-column-noLabel input[type=select],
.stn-input-column-noLabel input[type=number],
.stn-input-column-noLabel input[type=password],
.stn-input-column-noLabel input[type=mail],
.stn-input-column-noLabel input[type=tel],
.stn-input-column-noLabel input[type=date],
.stn-input-column-noLabel input[type=datetime-local],
.stn-input-column-noLabel input[type=month] {
  padding: 10px 12px;
  width: calc(100% - 26px);
}
.stn-input-row-noLabel select,
.stn-input-row-noLabel input[type=search],
.stn-input-column-noLabel select,
.stn-input-column-noLabel input[type=search] {
  width: 100%;
}
.stn-input-row-noLabel input[type=file],
.stn-input-column-noLabel input[type=file] {
  width: 100%;
}

.stn-input-column-noLabel .stn-icon {
  top: 8px;
}

.stn-dark label {
  color: #ffffff;
}
.stn-dark textarea,
.stn-dark input[type=text],
.stn-dark input[type=select],
.stn-dark input[type=number],
.stn-dark input[type=password],
.stn-dark input[type=mail],
.stn-dark input[type=tel],
.stn-dark input[type=date],
.stn-dark input[type=datetime-local],
.stn-dark select,
.stn-dark input[type=search],
.stn-dark input[type=file],
.stn-dark input[type=month] {
  border: 1px solid #b4b4b4;
  background-color: rgba(1, 108, 197, 0.2);
  color: #ffffff;
}
.stn-dark .stn-icon {
  border-left: 1px solid #070505;
  color: #ffffff;
}
.stn-dark .required {
  color: #ffffff;
}
.stn-dark ::-webkit-input-placeholder {
  color: #ffffff;
}
.stn-dark ::-moz-placeholder {
  color: #ffffff;
}
.stn-dark :-ms-input-placeholder {
  color: #ffffff;
}
.stn-dark ::-ms-input-placeholder {
  color: #ffffff;
}
.stn-dark ::placeholder {
  color: #ffffff;
}

.stn-input-lg textarea,
.stn-input-lg input[type=text],
.stn-input-lg input[type=select],
.stn-input-lg input[type=number],
.stn-input-lg input[type=password],
.stn-input-lg input[type=mail],
.stn-input-lg input[type=tel],
.stn-input-lg input[type=date],
.stn-input-lg input[type=datetime-local],
.stn-input-lg input[type=month] {
  padding: 14px 12px;
}
.stn-input-lg input[type=search] {
  padding: 14px 12px;
}

.stn-input-row-sm,
.stn-input-column-sm {
  width: 100%;
}
.stn-input-row-sm label,
.stn-input-column-sm label {
  width: 20%;
}
.stn-input-row-sm textarea,
.stn-input-row-sm input[type=text],
.stn-input-row-sm input[type=select],
.stn-input-row-sm input[type=number],
.stn-input-row-sm input[type=password],
.stn-input-row-sm input[type=mail],
.stn-input-row-sm input[type=tel],
.stn-input-row-sm input[type=date],
.stn-input-row-sm input[type=datetime-local],
.stn-input-row-sm input[type=month],
.stn-input-column-sm textarea,
.stn-input-column-sm input[type=text],
.stn-input-column-sm input[type=select],
.stn-input-column-sm input[type=number],
.stn-input-column-sm input[type=password],
.stn-input-column-sm input[type=mail],
.stn-input-column-sm input[type=tel],
.stn-input-column-sm input[type=date],
.stn-input-column-sm input[type=datetime-local],
.stn-input-column-sm input[type=month] {
  padding: 4px 8px;
  min-height: 18px;
  width: calc(80% - 18px);
  border-radius: 2px;
}
.stn-input-row-sm select,
.stn-input-row-sm input[type=search],
.stn-input-column-sm select,
.stn-input-column-sm input[type=search] {
  padding: 4px 8px;
  width: 80%;
  height: 28px;
  border-radius: 2px;
}
.stn-input-row-sm input[type=file],
.stn-input-column-sm input[type=file] {
  width: 80%;
}
.stn-input-row-sm .stn-text-muted,
.stn-input-column-sm .stn-text-muted {
  padding-left: 20%;
}

.stn-input-column-sm {
  width: 100%;
}
.stn-input-column-sm label {
  width: 100%;
  padding-right: 0;
}
.stn-input-column-sm textarea,
.stn-input-column-sm input[type=text],
.stn-input-column-sm input[type=select],
.stn-input-column-sm input[type=number],
.stn-input-column-sm input[type=password],
.stn-input-column-sm input[type=mail],
.stn-input-column-sm input[type=tel],
.stn-input-column-sm input[type=date],
.stn-input-column-sm input[type=datetime-local],
.stn-input-column-sm input[type=month] {
  padding: 4px 8px;
  width: calc(100% - 18px);
}
.stn-input-column-sm select,
.stn-input-column-sm input[type=search] {
  padding: 4px 8px;
  width: 100%;
}
.stn-input-column-sm input[type=file] {
  width: 100%;
}
.stn-input-column-sm .stn-text-muted {
  width: 100%;
  padding-left: 0;
}

.stn-text-muted {
  width: auto;
  font-size: 0.875rem;
  line-height: 1.5;
}

.stn-text-muted-sm {
  font-size: 0.8125rem;
  line-height: 1.5;
}

.stn-input-danger {
  color: #cf2a2a;
}
.stn-input-danger select,
.stn-input-danger textarea,
.stn-input-danger input[type=search],
.stn-input-danger input[type=text],
.stn-input-danger input[type=select],
.stn-input-danger input[type=number],
.stn-input-danger input[type=password],
.stn-input-danger input[type=mail],
.stn-input-danger input[type=tel],
.stn-input-danger input[type=date],
.stn-input-danger input[type=datetime-local],
.stn-input-danger input[type=month] {
  border: 1px solid #cf2a2a;
}

.stn-checkbox-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
}
.stn-checkbox-group input {
  width: 16px;
  height: 16px;
  border: 1px solid #c4c4c4;
  border-radius: 2px;
  cursor: pointer;
}
.stn-checkbox-group input:hover {
  border: 1px solid #636363;
}
.stn-checkbox-group label {
  margin-left: 9px;
  cursor: pointer;
}

.stn-radio-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.stn-radio-group input {
  width: 16px;
  height: 16px;
  border: 1px solid #c4c4c4;
  border-radius: 2px;
  cursor: pointer;
}
.stn-radio-group input:hover {
  border: 1px solid #636363;
}
.stn-radio-group label {
  width: auto;
  padding-left: 9px;
  cursor: pointer;
}

.stn-check-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.stn-check-search p {
  width: calc(20% - 12px);
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 12px;
  font-size: 1rem;
  line-height: 1.5;
  color: #222222;
  font-weight: 400;
}
.stn-check-search .stn-check-drop-down {
  padding: 5px 0px 5px 12px;
  font-size: 1rem;
  width: calc(80% - 14px);
  border-radius: 4px;
  border: 1px solid #b4b4b4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #ffffff;
}
.stn-check-search .stn-check-drop-down .select-drop-down {
  width: 98%;
}
.stn-check-search .stn-check-drop-down ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.stn-check-search .stn-check-drop-down ul li {
  padding: 2px 10px;
  background-color: #eeeeee;
  border-radius: 4px;
  margin: 6px 6px;
}
.stn-check-search .stn-check-drop-down ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #222222;
  text-decoration: none;
  line-height: 1.75rem;
}
.stn-check-search .stn-check-drop-down ul li a img {
  width: 20px;
  height: 20px;
  margin-left: 5px;
}
.stn-check-search .stn-check-drop-down ul .input-check {
  width: 100%;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.stn-check-search .stn-check-drop-down ul .input-check input {
  width: 100%;
  height: 26px;
  border: 0px;
  padding: 0;
  font-size: 1rem;
}
.stn-check-search .stn-check-drop-down .arrow {
  height: 100%;
}
.stn-check-search .stn-check-drop-down .arrow img {
  width: 20px;
  cursor: pointer;
}
.stn-check-search .stn-check-lists {
  padding: 10px 12px;
  font-size: 1rem;
  min-height: 18px;
  width: calc(80% - 26px);
  width: 100%;
  border-radius: 4px;
  border: 1px solid #b4b4b4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-left: 20%;
  margin-top: 5px;
  background-color: #ffffff;
}
.stn-check-search .stn-check-lists div {
  margin: 5px 0;
}
.stn-check-search .stn-check-lists div label {
  width: 100%;
  padding-left: 0;
  margin-left: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 0;
}
.stn-check-search .noShow {
  display: none;
}

.stn-hashTag {
  width: 100%;
}
.stn-hashTag p {
  width: 100%;
}
.stn-hashTag .stn-tag-lists {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.stn-hashTag .stn-tag-lists .stn-hash-tag {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 8px 8px 0 0;
  padding: 0 10px;
  border: 1px solid #b4b4b4;
  border-radius: 16px;
  line-height: 26px;
  background-color: #ffffff;
  font-size: 0.875rem;
  cursor: pointer;
}
.stn-hashTag .stn-tag-lists .stn-hash-tag .svg-area {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.stn-hashTag .stn-tag-lists .stn-hash-tag .svg-area svg {
  fill: #016cc5;
}
.stn-hashTag .stn-tag-lists .stn-hash-tag:hover {
  background-color: #eeeeee;
}
.stn-hashTag .stn-tag-lists .stn-hashTag-action {
  background-color: rgba(1, 108, 197, 0.1);
  color: #016cc5;
  border: 1px solid #016cc5;
}
.stn-hashTag .stn-tag-lists .stn-hashTag-action:hover {
  background-color: rgba(1, 108, 197, 0.1);
}

.btn-primary {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: gray;
}

.stn-box-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.stn-box-row label {
  padding: 0 0;
}

.stn-box-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.w-auto {
  width: auto;
}

.stn-merge-title {
  width: calc(20% - 12px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 12px 0 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #222222;
  font-weight: 400;
}
.stn-merge-title .required {
  min-width: 40px;
  font-size: 0.875rem;
  color: #cf2a2a;
  margin-left: 5px;
}

@media screen and (max-width: 950px) {
  .stn-input-group-row label {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .stn-input-group-row textarea,
  .stn-input-group-row input[type=text],
  .stn-input-group-row input[type=number],
  .stn-input-group-row input[type=password],
  .stn-input-group-row input[type=mail],
  .stn-input-group-row input[type=tel],
  .stn-input-group-row input[type=date],
  .stn-input-group-row input[type=datetime-local],
  .stn-input-group-row input[type=month] {
    width: calc(100% - 26px);
  }
  .stn-input-group-row input[type=search],
  .stn-input-group-row select {
    width: calc(100% - 0px);
  }
  .stn-input-group-row .stn-text-muted {
    width: 100%;
    padding-left: 0%;
  }
  .stn-input-row-icon .stn-icon {
    top: 42px;
  }
  .stn-input-row-noLabel .stn-icon {
    top: 8px;
  }
  .stn-input-group-row .stn-input-row-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .stn-check-search p {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .stn-check-search .stn-check-drop-down {
    width: 100%;
  }
  .stn-check-search .stn-check-lists {
    margin-left: 0;
  }
  .stn-box-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .stn-box-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
:root {
  --formLength: 6;
}

table {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
table thead {
  width: 100%;
  height: auto;
  min-height: 46px;
  background-color: #eeeeee;
}
table thead tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: auto;
  height: 100%;
  padding: 0 35px;
  border-bottom: 1px solid #eeeeee;
}
table thead tr th {
  width: 100%;
  height: auto;
  min-height: 46px;
  padding: 7px 10px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  word-break: break-all;
}
table tbody {
  width: 100%;
  height: auto;
}
table tbody tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  padding: 0 35px;
  border-bottom: 1px solid #070505;
}
table tbody tr td {
  width: 100%;
  height: auto;
  min-height: 46px;
  padding: 7px 10px;
}
table tbody tr td a {
  text-decoration: none;
  color: #222222;
  line-height: initial;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
table tbody tr:hover {
  background-color: #dcdcdc;
}
table tbody .stn-annexRow {
  display: table-row;
}
table tbody .stn-annexRow td {
  width: auto;
  display: table-cell;
}

.stn-merge-fields table tbody {
  width: calc(100% - 70px);
  padding: 0 35px;
}
.stn-merge-fields table tbody tr {
  padding: 0 0px;
}

.stn-page ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.stn-page .stn-form-title {
  width: auto;
  height: 100%;
  padding: 0 35px;
  min-height: 46px;
  background-color: #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.stn-page .stn-form-title li {
  width: 100%;
  height: auto;
  min-height: 46px;
  padding: 7px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.stn-page .stn-form-list {
  width: auto;
  padding: 0 35px;
  min-height: 46px;
  border-bottom: 1px solid #070505;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.stn-page .stn-form-list li {
  width: calc(100% / var(--formLength) - 20px);
  height: auto;
  padding: 7px 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.stn-page .stn-form-list li a {
  text-decoration: none;
  color: #222222;
  line-height: initial;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.stn-page .stn-form-list:hover {
  background-color: #dcdcdc;
}

.stn-single-page {
  width: 100%;
}
.stn-single-page .stn-single-ul {
  width: 100%;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.stn-single-page .stn-single-ul li {
  width: 100%;
  border-bottom: 1px solid #070505;
}
.stn-single-page .stn-single-ul li a {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  text-decoration: none;
  color: #222222;
  padding: 20px 0;
}
.stn-single-page .stn-single-ul li a:hover {
  color: #016cc5;
}

.stn-tab-text1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 54px;
  border-bottom: 1px solid #eeeeee;
}
.stn-tab-text1 li {
  width: 100%;
  height: 54px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.stn-tab-text1 li a {
  width: calc(100% - 20px);
  height: 54px;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  line-height: 1.2;
  color: #222222;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 4px solid transparent;
}
.stn-tab-text1 li a:hover {
  border-bottom: 4px solid #016cc5;
}
.stn-tab-text1 li a span {
  margin-right: 8px;
}
.stn-tab-text1 li:hover span {
  color: #016cc5;
}
.stn-tab-text1 .action a {
  border-bottom: 4px solid #016cc5;
}
.stn-tab-text1 .action a span {
  color: #016cc5;
}

.stn-tab-text2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 54px;
}
.stn-tab-text2 li {
  width: 100%;
  height: 54px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #eeeeee;
}
.stn-tab-text2 li a {
  width: calc(100% - 20px);
  height: 54px;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  line-height: 1.2;
  color: #222222;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 4px solid transparent;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
}
.stn-tab-text2 li a:hover {
  border-top: 4px solid #016cc5;
  border-right: 1px solid #d2d2d2;
  border-left: 1px solid #d2d2d2;
}
.stn-tab-text2 li a span {
  margin-right: 8px;
}
.stn-tab-text2 li:hover {
  border-bottom: 1px solid transparent;
}
.stn-tab-text2 li:hover span {
  color: #016cc5;
}
.stn-tab-text2 .action {
  border-bottom: 1px solid transparent;
}
.stn-tab-text2 .action a {
  border-top: 4px solid #016cc5;
  border-right: 1px solid #d2d2d2;
  border-left: 1px solid #d2d2d2;
}
.stn-tab-text2 .action a span {
  color: #016cc5;
}

.stn-tab-text3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 54px;
  background-color: #eeeeee;
  border-bottom: 1px solid #222222;
}
.stn-tab-text3 li {
  width: 100%;
  height: 54px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.stn-tab-text3 li a {
  width: calc(100% - 20px);
  height: 54px;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  line-height: 1.2;
  color: #222222;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.stn-tab-text3 li a:hover {
  background-color: #222222;
  color: #ffffff;
}
.stn-tab-text3 li a span {
  margin-right: 8px;
}
.stn-tab-text3 li:hover {
  color: #ffffff;
}
.stn-tab-text3 .action a {
  height: 54px;
  color: #ffffff;
  background-color: #222222;
}

.stn-tab-text4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 54px;
}
.stn-tab-text4 li {
  width: 100%;
  height: 100%;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.stn-tab-text4 li a {
  width: calc(100% - 20px);
  height: 100%;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  line-height: 1.2;
  color: #222222;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
}
.stn-tab-text4 li a:hover {
  color: #016cc5;
  background-color: rgba(1, 108, 197, 0.2);
}
.stn-tab-text4 li:hover {
  color: #016cc5;
}
.stn-tab-text4 .action a {
  color: #016cc5;
  background-color: rgba(1, 108, 197, 0.2);
}

.stn-tab-nestedTabs1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 54px;
  border-bottom: 1px solid #222222;
}
.stn-tab-nestedTabs1 li {
  width: auto;
  height: 100%;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #eeeeee;
}
.stn-tab-nestedTabs1 li a {
  width: calc(100% - 20px);
  height: 100%;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  line-height: 1.2;
  color: #222222;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.stn-tab-nestedTabs1 li a:hover {
  background-color: #222222;
  color: #ffffff;
}
.stn-tab-nestedTabs1 li a span {
  margin-right: 8px;
}
.stn-tab-nestedTabs1 li:hover {
  color: #ffffff;
}
.stn-tab-nestedTabs1 .action a {
  color: #ffffff;
  background-color: #222222;
}

.stn-breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.stn-breadcrumbs li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  height: 100%;
  padding: 5px 0px;
}
.stn-breadcrumbs li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 2px 0;
  text-decoration: none;
  line-height: initial;
  color: #222222;
}
.stn-breadcrumbs li a:hover {
  color: #016cc5;
}
.stn-breadcrumbs li span {
  padding: 0 6px;
}

.stn-page {
  margin: 20px 0;
}
.stn-page .PageLists {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.stn-page .PageLists li {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 10px;
}
.stn-page .PageLists li a {
  width: 100%;
  height: 100%;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #016cc5;
}
.stn-page .PageLists li a:hover {
  background-color: #016cc5;
  color: #ffffff;
}
.stn-page .PageLists .active a {
  background-color: #016cc5;
  color: #ffffff;
}
.stn-page p {
  text-align: center;
}

.stn-popUp {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.stn-popUp .stn-popUp-content {
  max-width: 80%;
  max-height: 80%;
  width: auto;
  height: auto;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 12px 12px;
}
.stn-popUp .stn-popUp-content .btn-close {
  width: auto;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #222222;
  font-size: 1.25rem;
  text-decoration: none;
}

.stn-login {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.stn-login h2 {
  font-size: 1.75rem;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 24px;
}
.stn-login .stn-login-title {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 24px;
}
.stn-login .stn-reminder {
  margin-top: 5px;
}
.stn-login .stn-reminder .stn-reset-password-login {
  text-decoration: none;
  color: #929292;
}
.stn-login .stn-reminder .stn-reset-password-login:hover {
  color: #2dc79c;
}
.stn-login .stn-login-inside {
  width: 300px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 20px rgba(34, 34, 34, 0.2);
          box-shadow: 0px 0px 20px rgba(34, 34, 34, 0.2);
  border-radius: 12px;
  padding: 52px 50px 22px 50px;
  margin-top: 40px;
}
.stn-login .stn-login-inside .login-input {
  padding: 10px 12px 10px 48px;
  width: calc(100% - 60px);
}
.stn-login .stn-login-inside select,
.stn-login .stn-login-inside input[type=search] {
  width: 100%;
}
.stn-login .stn-login-inside input[type=file] {
  width: 100%;
}
.stn-login .stn-login-inside > div {
  margin-bottom: 30px;
}
.stn-login .stn-login-inside .stn-input-icon {
  position: absolute;
  top: 7px;
  padding: 0 12px;
  color: #929292;
  cursor: pointer;
}
.stn-login .stn-login-inside .stn-icon-person {
  left: 0;
}
.stn-login .stn-login-inside .stn-icon-visibility {
  position: absolute;
  top: 0px;
  right: 0;
  cursor: pointer;
}
.stn-login .stn-login-inside .stn-icon-visibility span {
  position: absolute;
  top: 10px;
  right: 0;
  padding: 0 12px;
  color: #929292;
}
.stn-login .stn-login-inside .stn-icon-restart {
  right: 0;
  padding: 0 12px;
  cursor: pointer;
}
.stn-login .stn-login-inside canvas {
  position: absolute;
  top: 3px;
  right: 45px;
}
.stn-login .stn-login-inside .noShow {
  display: none;
}
.stn-login .stn-login-inside .stn-login-submit {
  width: 100%;
  height: 40px;
  padding: 8px 12px;
  background-color: #eeeeee;
  color: #c4c4c4;
  border-radius: 4px;
  margin-top: 20px;
  cursor: pointer;
}
.stn-login .stn-login-inside .stn-password {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 24px;
  color: #929292;
  text-decoration: none;
  margin: 15px 0 33px 0;
}
.stn-login .stn-login-inside .stn-password:hover {
  color: #016cc5;
}
.stn-login .stn-login-inside .action {
  color: #2dc79c;
}
.stn-login .stn-login-inside .action_login {
  background-color: #2dc79c;
  color: #ffffff;
}
.stn-login hr {
  border: 1px solid #070505;
}
.stn-login .stn-joinMember {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #016cc5;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  margin-top: 19px;
}
.stn-login .stn-joinMember .stn-input-icon {
  position: relative;
  top: 0;
  padding: 0;
  color: #016cc5;
}

.stn-components-many {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.stn-components-many > div {
  margin-right: 16px;
  width: auto;
}

.stn-components-input-abreast2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.stn-components-input-abreast2 > div {
  width: 50%;
}

.stn-components-input-abreast3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.stn-components-input-abreast3 > div {
  width: 33.3333333333%;
}
.stn-components-input-abreast3 > div > label {
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.stn-components-input-abreast3 > div > select {
  width: 100%;
}

.stn-components-input-abreast4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.stn-components-input-abreast4 > div {
  width: 25%;
}
.stn-components-input-abreast4 > div > label {
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.stn-components-input-abreast4 > div > select {
  width: 100%;
}

@media screen and (max-width: 950px) {
  .stn-components-many > div {
    width: 50%;
  }
  .stn-components-input-many > div, .stn-components-input-abreast2 > div, .stn-components-input-abreast3 > div, .stn-components-input-abreast4 > div {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .stn-components-many > div,
  .stn-components-input-many > div {
    width: 100%;
  }
}
body,
html {
  width: 100%;
  font-family: "Noto Sans TC", " PingFang TC", "Microsoft JhengHei", sans-serif;
  color: #222222;
}
body a[accesskey=C], body a[accesskey=U], body a[accesskey=Z],
html a[accesskey=C],
html a[accesskey=U],
html a[accesskey=Z] {
  color: #636363;
  text-decoration: none;
}
body a:focus[accesskey=C], body a:focus[accesskey=U], body a:focus[accesskey=Z],
html a:focus[accesskey=C],
html a:focus[accesskey=U],
html a:focus[accesskey=Z] {
  outline: 1px solid #cf2a2a;
}
body .skip-main,
html .skip-main {
  display: block;
  position: absolute;
  top: 10px;
  left: 0px;
  text-decoration: underline;
  color: #ffffff;
  width: auto;
  overflow: hidden;
  font-size: 0;
  z-index: 999;
  padding: 5px 20px 10px 20px;
}
body .skip-main:focus,
html .skip-main:focus {
  width: auto;
  height: auto;
  font-size: 1rem;
  padding: 5px 20px 10px 20px;
  background-color: #cf2a2a;
}

.stn-noShow {
  display: none;
}

.stn-show {
  display: block;
}

.hidden-text {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}

@media screen and (min-width: 320px) {
  main .content {
    max-width: 100%;
    padding-right: 17px;
    padding-left: 17px;
    margin: 0 auto;
  }
  footer .footerArea {
    max-width: 100%;
    padding-right: 17px;
    padding-left: 17px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 320px) {
  main .content {
    max-width: 100%;
    padding-right: 17px;
    padding-left: 17px;
    margin: 0 auto;
  }
  footer .footerArea {
    max-width: 100%;
    padding-right: 17px;
    padding-left: 17px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 319px) {
  main .content {
    max-width: 100%;
    padding-right: 17px;
    padding-left: 17px;
    margin: 0 auto;
  }
  footer .footerArea {
    max-width: 100%;
    padding-right: 17px;
    padding-left: 17px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  main .content {
    max-width: 1024px;
    padding-right: 20px;
    padding-left: 20px;
    margin: 0 auto;
  }
  footer .footerArea {
    max-width: 1024px;
    padding-right: 20px;
    padding-left: 20px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1280px) {
  main .content {
    max-width: 1200px;
    padding-right: 40px;
    padding-left: 40px;
    margin: 0 auto;
  }
  footer .footerArea {
    max-width: 1200px;
    padding-right: 40px;
    padding-left: 40px;
    margin: 0 auto;
  }
}
.mapContent {
  width: 100%;
  position: relative;
}
.mapContent .AccesskeyC {
  position: absolute;
  top: 0;
  left: 0;
}
.mapContent .mapArea {
  width: 100%;
}
.mapContent .mapArea .mark-area-do {
  top: 196px;
}
.mapContent .mapArea .mark-area-rpi {
  top: 383px;
}
.mapContent .mapArea .mark-area-ecology {
  top: 69%;
}
.mapContent .mapArea .mark-area-do, .mapContent .mapArea .mark-area-rpi, .mapContent .mapArea .mark-area-ecology {
  position: absolute;
  right: 2%;
  z-index: 2;
  width: 120px;
  padding: 20px 18px;
  background-color: #ffffff;
  border-radius: 12px;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 6px;
}
.mapContent .mapArea .mark-area-do .mark-area-title, .mapContent .mapArea .mark-area-rpi .mark-area-title, .mapContent .mapArea .mark-area-ecology .mark-area-title {
  color: #91979f;
  font-size: 0.875rem;
  font-weight: 500;
}
.mapContent .mapArea .mark-area-do li, .mapContent .mapArea .mark-area-rpi li, .mapContent .mapArea .mark-area-ecology li {
  width: 100%;
  font-size: 0.875rem;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  margin-top: 3px;
}
.mapContent .mapArea .mark-area-do li::before, .mapContent .mapArea .mark-area-rpi li::before, .mapContent .mapArea .mark-area-ecology li::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
.mapContent .mapArea .mark-area-do .mark-color1::before, .mapContent .mapArea .mark-area-rpi .mark-color1::before, .mapContent .mapArea .mark-area-ecology .mark-color1::before {
  content: "";
  background-color: #72D3F9;
}
.mapContent .mapArea .mark-area-do .mark-color2::before, .mapContent .mapArea .mark-area-rpi .mark-color2::before, .mapContent .mapArea .mark-area-ecology .mark-color2::before {
  content: "";
  background-color: #21AAE3;
}
.mapContent .mapArea .mark-area-do .mark-color3::before, .mapContent .mapArea .mark-area-rpi .mark-color3::before, .mapContent .mapArea .mark-area-ecology .mark-color3::before {
  content: "";
  background-color: #007EB2;
}
.mapContent .mapArea .mark-area-do .mark-color4::before, .mapContent .mapArea .mark-area-rpi .mark-color4::before, .mapContent .mapArea .mark-area-ecology .mark-color4::before {
  content: "";
  background-color: #02457A;
}
.mapContent .mapArea .mark-area-do .mark-eco-color1::before, .mapContent .mapArea .mark-area-rpi .mark-eco-color1::before, .mapContent .mapArea .mark-area-ecology .mark-eco-color1::before {
  content: "";
  background-color: #89618f;
}
.mapContent .mapArea .mark-area-do .mark-eco-color2::before, .mapContent .mapArea .mark-area-rpi .mark-eco-color2::before, .mapContent .mapArea .mark-area-ecology .mark-eco-color2::before {
  content: "";
  background-color: #ac8fb0;
}
.mapContent .mapArea .mark-area-do .mark-eco-color3::before, .mapContent .mapArea .mark-area-rpi .mark-eco-color3::before, .mapContent .mapArea .mark-area-ecology .mark-eco-color3::before {
  content: "";
  background-color: #cebed1;
}
.mapContent .mapArea .mark-area-do .mark-eco-color4::before, .mapContent .mapArea .mark-area-rpi .mark-eco-color4::before, .mapContent .mapArea .mark-area-ecology .mark-eco-color4::before {
  content: "";
  background-color: #f1ecf2;
}
.mapContent .mapArea .btn-map {
  position: absolute;
  top: 90px;
  right: 2%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  font-weight: 500;
  font-size: 1.125rem;
  color: #646971;
  cursor: pointer;
}
.mapContent .mapArea .btn-map span {
  width: 24px;
  height: 24px;
  background-color: #ffffff;
  padding: 12px 12px;
  border-radius: 50%;
  margin-left: 15px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url("../../images/Map/icon-map-info.svg");
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
}
.mapContent .mapArea .btn-map:hover span {
  background-color: #0177d8;
  background-image: url("../../images/Map/icon-map-info-action.svg");
}
.mapContent .mapArea .btn-map-action span {
  background-color: #0177d8;
  background-image: url("../../images/Map/icon-map-info-action.svg");
}
.mapContent .mapArea .btn-water {
  position: absolute;
  top: 143px;
  right: 2%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  font-weight: 500;
  font-size: 1.125rem;
  color: #646971;
  cursor: pointer;
}
.mapContent .mapArea .btn-water span {
  width: 24px;
  height: 24px;
  background-color: #ffffff;
  padding: 12px 12px;
  border-radius: 50%;
  margin-left: 15px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url("../../images/Map/icon-map-simulation.svg");
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
}
.mapContent .mapArea .btn-water:hover span {
  background-color: #0177d8;
  background-image: url("../../images/Map/icon-map-simulation-action.svg");
}
.mapContent .mapArea .btn-water-action span {
  background-color: #0177d8;
  background-image: url("../../images/Map/icon-map-simulation-action.svg");
}
.mapContent .mapArea #CityName {
  min-width: 130px;
  z-index: 1;
  padding: 11px 18px;
  border-radius: 62px;
  border: none;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(20px);
  color: #646971;
  font-family: "Noto Sans TC", " PingFang TC", "Microsoft JhengHei", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  position: absolute;
  top: 40px;
  right: 44px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6l4 4 4-4' stroke='%23222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px 16px;
}
.mapContent .mapArea #CityName.hidden {
  display: none;
}
.mapContent .mapArea #CityName.noShow {
  display: none;
}
.mapContent .mapArea .tabs-wrapper {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  z-index: 1;
  top: 25px;
  left: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mapContent .mapArea .tabs-wrapper ul[role=tablist] {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(20px);
  border-radius: 62px;
  font-size: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.mapContent .mapArea .tabs-wrapper ul[role=tablist] > li button {
  cursor: pointer;
  padding: 7px 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #3c5a74;
  font-size: 1.125rem;
  font-weight: 500;
  background: transparent;
  border-radius: 58px;
  white-space: nowrap;
}
.mapContent .mapArea .tabs-wrapper ul[role=tablist] > li button .icons {
  margin-right: 6px;
}
.mapContent .mapArea .tabs-wrapper ul[role=tablist] > li button[aria-selected=true], .mapContent .mapArea .tabs-wrapper ul[role=tablist] > li button:hover {
  background: #3c5a74;
}
.mapContent .mapArea .tabs-wrapper ul[role=tablist] > li button[aria-selected=true] h2, .mapContent .mapArea .tabs-wrapper ul[role=tablist] > li button:hover h2 {
  color: #ffffff;
}
.mapContent .mapArea .tabs-wrapper ul[role=tablist] > li button[aria-selected=true] .icons svg, .mapContent .mapArea .tabs-wrapper ul[role=tablist] > li button:hover .icons svg {
  fill: #95ddf2;
}
.mapContent .mapArea .tabs-wrapper ul[role=tablist] > li button h2 {
  color: #3c5a74;
  font-size: 1.125rem;
  font-family: "Noto Sans TC", " PingFang TC", "Microsoft JhengHei", sans-serif;
  font-weight: 500;
  line-height: normal;
}
.mapContent .mapArea .tabs-wrapper .selects-wrapper .select-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #646971;
}
.mapContent .mapArea .tabs-wrapper .selects-wrapper .select-wrapper.hidden {
  display: none;
}
.mapContent .mapArea .tabs-wrapper .selects-wrapper .select-wrapper.not-water-select-wrapper select {
  margin-left: 24px;
  padding: 0 2.5rem 0 1.6rem;
}
.mapContent .mapArea .tabs-wrapper .selects-wrapper .select-wrapper.hidden {
  display: none;
}
.mapContent .mapArea .tabs-wrapper .selects-wrapper .select-wrapper .Icon {
  position: relative;
  left: 36px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mapContent .mapArea .tabs-wrapper .selects-wrapper .select-wrapper select {
  width: 124px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding: 0 2.5rem;
  height: 48px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 62px;
  border: none;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(20px);
  color: #646971;
  font-size: 1.125rem;
  font-weight: 500;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6l4 4 4-4' stroke='%23222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px 16px;
}
.mapContent .mapArea .tabs-wrapper .selects-wrapper .select-wrapper select option {
  color: #222;
}
.mapContent .mapArea .tabs-wrapper .selects-wrapper .select-wrapper select.noShow {
  display: none;
}
.mapContent .mapArea .infoCard, .mapContent .mapArea .listCard {
  padding: 30px 22px;
  width: 384px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 152px;
  left: 25px;
  z-index: 2;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  max-height: calc(95vh - 64px - 112px);
  overflow: auto;
}
.mapContent .mapArea .infoCard::-webkit-scrollbar, .mapContent .mapArea .listCard::-webkit-scrollbar {
  width: 4px;
  background-color: transparent;
}
.mapContent .mapArea .infoCard::-webkit-scrollbar-thumb, .mapContent .mapArea .listCard::-webkit-scrollbar-thumb {
  background-color: #828a9a;
}
.mapContent .mapArea .infoCard::-webkit-scrollbar-track, .mapContent .mapArea .listCard::-webkit-scrollbar-track {
  background-color: #d4d4d4;
  margin: 8px;
}
.mapContent .mapArea .infoCard.fullVer, .mapContent .mapArea .listCard.fullVer {
  top: 0;
  max-height: unset;
  height: calc(100vh - 60px);
}
.mapContent .mapArea .infoCard #toCloseCard, .mapContent .mapArea .listCard #toCloseCard {
  background-color: transparent;
  position: absolute;
  top: 15px;
  right: 10px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.mapContent .mapArea .infoCard #toCloseCard svg, .mapContent .mapArea .listCard #toCloseCard svg {
  width: 100%;
  height: 100%;
  fill: #646971;
}
.mapContent .mapArea .infoCard .cardHead, .mapContent .mapArea .listCard .cardHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 45px;
}
.mapContent .mapArea .infoCard .cardHead .title, .mapContent .mapArea .listCard .cardHead .title {
  font-size: 1.75rem;
  font-weight: 500;
}
.mapContent .mapArea .infoCard .cardHead .date, .mapContent .mapArea .listCard .cardHead .date {
  font-weight: 500;
  color: #929292;
}
.mapContent .mapArea .infoCard .waterQuality .waterFlex, .mapContent .mapArea .listCard .waterQuality .waterFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mapContent .mapArea .infoCard .waterQuality .waterFlex.justify-center, .mapContent .mapArea .listCard .waterQuality .waterFlex.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mapContent .mapArea .infoCard .waterQuality .waterFlex > div, .mapContent .mapArea .listCard .waterQuality .waterFlex > div {
  width: 48%;
}
.mapContent .mapArea .infoCard .waterQuality .waterFlex .polluteCard, .mapContent .mapArea .listCard .waterQuality .waterFlex .polluteCard {
  text-align: center;
}
.mapContent .mapArea .infoCard .waterQuality .waterFlex .polluteCard .polluteCardDesc, .mapContent .mapArea .listCard .waterQuality .waterFlex .polluteCard .polluteCardDesc {
  color: #646971;
  font-size: 1.25rem;
  font-weight: 500;
}
.mapContent .mapArea .infoCard .waterQuality .waterFlex .polluteCard .polluteCardNumber, .mapContent .mapArea .listCard .waterQuality .waterFlex .polluteCard .polluteCardNumber {
  color: #91979f;
  font-family: Roboto;
  font-weight: 500;
}
.mapContent .mapArea .infoCard .waterQuality .waterFlex .qualityCard, .mapContent .mapArea .listCard .waterQuality .waterFlex .qualityCard {
  text-align: center;
}
.mapContent .mapArea .infoCard .waterQuality .waterFlex .qualityCard .qualityCardDesc, .mapContent .mapArea .listCard .waterQuality .waterFlex .qualityCard .qualityCardDesc {
  color: #646971;
  font-size: 1.25rem;
  font-weight: 500;
}
.mapContent .mapArea .infoCard .waterQuality .waterFlex .qualityCard .qualityCardNumber, .mapContent .mapArea .listCard .waterQuality .waterFlex .qualityCard .qualityCardNumber {
  color: #91979f;
  font-family: Roboto;
  font-weight: 500;
}
.mapContent .mapArea .infoCard .waterQuality .waterFlex .qualityCard .qualityCardNumber .unit, .mapContent .mapArea .listCard .waterQuality .waterFlex .qualityCard .qualityCardNumber .unit {
  margin-left: 5px;
}
.mapContent .mapArea .infoCard .waterQuality .conditionDescription, .mapContent .mapArea .listCard .waterQuality .conditionDescription {
  margin: 40px 0 50px 0;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 500;
}
.mapContent .mapArea .infoCard .waterQuality .conditionDescription #lightBall, .mapContent .mapArea .listCard .waterQuality .conditionDescription #lightBall {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
}
.mapContent .mapArea .infoCard .waterQuality .conditionDescription #lightBall.blue, .mapContent .mapArea .listCard .waterQuality .conditionDescription #lightBall.blue {
  background-color: #72D3F9;
}
.mapContent .mapArea .infoCard .waterQuality .conditionDescription #lightBall.green, .mapContent .mapArea .listCard .waterQuality .conditionDescription #lightBall.green {
  background-color: #21AAE3;
}
.mapContent .mapArea .infoCard .waterQuality .conditionDescription #lightBall.chartreuse, .mapContent .mapArea .listCard .waterQuality .conditionDescription #lightBall.chartreuse {
  background-color: #007EB2;
}
.mapContent .mapArea .infoCard .waterQuality .conditionDescription #lightBall.caral, .mapContent .mapArea .listCard .waterQuality .conditionDescription #lightBall.caral {
  background-color: #02457A;
}
.mapContent .mapArea .infoCard .water-data-wrapper.hidden, .mapContent .mapArea .listCard .water-data-wrapper.hidden {
  display: none;
}
.mapContent .mapArea .infoCard .water-data-wrapper .historicalData, .mapContent .mapArea .listCard .water-data-wrapper .historicalData {
  margin-left: auto;
  margin-right: auto;
  background: transparent;
  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;
  color: #91979f;
  font-weight: 500;
  cursor: pointer;
}
.mapContent .mapArea .infoCard .water-data-wrapper .historicalData.noShow, .mapContent .mapArea .listCard .water-data-wrapper .historicalData.noShow {
  display: none;
}
.mapContent .mapArea .infoCard .water-data-wrapper .historicalData img, .mapContent .mapArea .listCard .water-data-wrapper .historicalData img {
  margin-left: 4px;
}
.mapContent .mapArea .infoCard .water-data-wrapper .historicalData img.upsideDown, .mapContent .mapArea .listCard .water-data-wrapper .historicalData img.upsideDown {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.mapContent .mapArea .infoCard .water-data-wrapper .chartArea, .mapContent .mapArea .listCard .water-data-wrapper .chartArea {
  padding: 30px 0;
}
.mapContent .mapArea .infoCard .water-data-wrapper .chartArea p, .mapContent .mapArea .listCard .water-data-wrapper .chartArea p {
  color: #3a3a3a;
  font-size: 20px;
  font-weight: 500;
}
.mapContent .mapArea .infoCard .water-data-wrapper .chartArea .chart-wrapper, .mapContent .mapArea .listCard .water-data-wrapper .chartArea .chart-wrapper {
  max-width: 100%;
  margin-top: 20px;
  border-radius: 8px;
  overflow-x: auto;
}
.mapContent .mapArea .infoCard .water-data-wrapper .chartArea .chart-wrapper > canvas, .mapContent .mapArea .listCard .water-data-wrapper .chartArea .chart-wrapper > canvas {
  min-height: 250px;
}
.mapContent .mapArea .infoCard .not-water-data-wrapper.hidden, .mapContent .mapArea .listCard .not-water-data-wrapper.hidden {
  display: none;
}
.mapContent .mapArea .infoCard .not-water-data-wrapper .conTXT, .mapContent .mapArea .listCard .not-water-data-wrapper .conTXT {
  margin: 20px 0;
}
.mapContent .mapArea .infoCard .not-water-data-wrapper .moreInfo, .mapContent .mapArea .listCard .not-water-data-wrapper .moreInfo {
  border: 1px solid #016cc5;
  border-radius: 58px;
  margin: 25px 0;
  width: 99%;
  height: 48px;
  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;
  color: #016cc5;
}
.mapContent .mapArea .infoCard .not-water-data-wrapper .moreInfo .material-symbols-outlined, .mapContent .mapArea .listCard .not-water-data-wrapper .moreInfo .material-symbols-outlined {
  margin-left: 6px;
}
.mapContent .mapArea .infoCard .not-water-data-wrapper .moreInfo:hover, .mapContent .mapArea .listCard .not-water-data-wrapper .moreInfo:hover {
  background: #016cc5;
  color: #ffffff;
}
.mapContent .mapArea .infoCard .not-water-data-wrapper .dyn-img-wrapper, .mapContent .mapArea .listCard .not-water-data-wrapper .dyn-img-wrapper {
  width: 100%;
  margin-bottom: 39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mapContent .mapArea .infoCard .not-water-data-wrapper .dyn-img-wrapper.hidden, .mapContent .mapArea .listCard .not-water-data-wrapper .dyn-img-wrapper.hidden {
  display: none;
}
.mapContent .mapArea .infoCard .not-water-data-wrapper .dyn-img-wrapper img, .mapContent .mapArea .listCard .not-water-data-wrapper .dyn-img-wrapper img {
  width: 100%;
  border-radius: 8px;
  aspect-ratio: 17/10; /* 340 / 200 */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.mapContent .mapArea .infoCard .listHead .title, .mapContent .mapArea .listCard .listHead .title {
  font-size: 0.875rem;
  font-weight: 500;
  color: #646971;
  padding: 6px;
}
.mapContent .mapArea .infoCard .listItem-wrapper, .mapContent .mapArea .listCard .listItem-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
}
.mapContent .mapArea .infoCard .listItem-wrapper .listItem, .mapContent .mapArea .listCard .listItem-wrapper .listItem {
  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: 6px 8px;
}
.mapContent .mapArea .infoCard .listItem-wrapper .listItem:hover, .mapContent .mapArea .listCard .listItem-wrapper .listItem:hover {
  background-color: #ffffff;
  border-radius: 12px;
  color: #016cc5;
  cursor: pointer;
}
.mapContent .mapArea .infoCard .listItem-wrapper .listItem .item-name, .mapContent .mapArea .listCard .listItem-wrapper .listItem .item-name {
  font-size: 1rem;
  font-weight: 500;
}
.mapContent .mapArea .infoCard .listItem-wrapper .listItem .item-name .selected, .mapContent .mapArea .listCard .listItem-wrapper .listItem .item-name .selected {
  color: #016cc5;
}
.mapContent .mapArea .map {
  width: 100%;
  height: calc(100vh - 64px);
}
@media screen and (max-width: 790px) {
  .mapContent .mapArea .map {
    height: calc(100vh - 60px);
  }
}
.mapContent .mapArea .locationSpot {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  position: absolute;
  right: 50%;
  bottom: 50%;
  background-color: #3c5a74;
}
.mapContent .mapArea .locationSpot svg {
  width: 20px;
  height: 20px;
}
.mapContent .mapArea .simulation-time {
  position: absolute;
  z-index: 1;
  bottom: 1rem;
  left: 50vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 52px;
  padding: 10px 17px;
}
.mapContent .mapArea .simulation-icon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 4px;
  cursor: pointer;
}
.mapContent .mapArea .simulation-time-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 500;
}
.mapContent .mapArea .simulation-time-text {
  font-size: 0.875rem;
  color: #929292;
}
.mapContent .mapArea .gm-bundled-control-on-bottom {
  display: none;
}
.mapContent .mapArea .stn-noShow {
  display: none;
}
@media screen and (max-width: 830px) {
  .mapContent .mapArea {
    position: relative;
  }
  .mapContent .mapArea #CityName {
    display: none;
  }
  .mapContent .mapArea .tabs-wrapper {
    -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;
  }
}
@media screen and (max-width: 830px) and (max-width: 445px) {
  .mapContent .mapArea .tabs-wrapper {
    min-width: unset;
    max-width: 100%;
    left: 10px;
  }
  .mapContent .mapArea .tabs-wrapper ul[role=tablist] > li button {
    padding: 7px 14px 7px 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mapContent .mapArea .tabs-wrapper ul[role=tablist] > li button .icons {
    margin-right: 2px;
  }
  .mapContent .mapArea .tabs-wrapper ul[role=tablist] > li button h2 {
    font-size: 0.875rem;
  }
  .mapContent .mapArea .tabs-wrapper .selects-wrapper .select-wrapper .Icon {
    left: 34px;
  }
  .mapContent .mapArea .tabs-wrapper .selects-wrapper .select-wrapper select {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    height: 40px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 830px) {
  .mapContent .mapArea .tabs-wrapper .selects-wrapper {
    position: relative;
    left: -26px;
    top: 8px;
  }
  .mapContent .mapArea .infoCard {
    width: 100%;
    height: 45vh;
    max-height: 356px;
    left: 0;
    top: unset;
    bottom: 0;
    padding: 25px 30px 20px 30px;
  }
  .mapContent .mapArea .infoCard #toCloseCard {
    top: 12px;
    right: 8px;
  }
  .mapContent .mapArea .infoCard .cardHead {
    margin-bottom: 14px;
  }
  .mapContent .mapArea .infoCard .waterQuality .waterFlex .polluteCard img {
    width: 90px;
  }
  .mapContent .mapArea .infoCard .waterQuality .waterFlex .polluteCard .polluteCardDesc {
    line-height: 1.5;
  }
  .mapContent .mapArea .infoCard .waterQuality .waterFlex .qualityCard img {
    width: 90px;
  }
  .mapContent .mapArea .infoCard .waterQuality .waterFlex .qualityCard .qualityCardDesc {
    line-height: 1.5;
  }
  .mapContent .mapArea .infoCard .waterQuality .conditionDescription {
    margin: 14px 0 18px 0;
  }
}
@media screen and (max-width: 610px) {
  .mapContent .mapArea .listCard {
    width: 90%;
  }
}

.img-credit,
.address-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  margin: 12px 0 22px 0;
  line-height: normal;
}
.img-credit *,
.address-wrapper * {
  line-height: normal;
  color: #646971;
  font-size: 14px;
  font-weight: 400;
}
.img-credit.hidden,
.address-wrapper.hidden {
  display: none;
}
.img-credit .row,
.address-wrapper .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.img-credit .row.hidden,
.address-wrapper .row.hidden {
  display: none;
}
.img-credit .row *,
.address-wrapper .row * {
  white-space: normal;
  max-width: 100%;
  word-wrap: break-word;
}