@charset "UTF-8";
/* 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-s {
  font-size: 0.8125rem;
  line-height: 1.5;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.5;
}

body,
html, .text-base {
  font-size: 1rem;
  line-height: 1.75;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.5;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.5;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 1.5;
}

.text-3xl {
  font-size: 1.75rem;
  line-height: 1.5;
  font-weight: 400;
}

.text-4xl {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 400;
}

.text-5xl {
  font-size: 2.25rem;
  line-height: 1.5;
  font-weight: 400;
}

.text-6xl {
  font-size: 2.5rem;
  line-height: 1.5;
  font-weight: 400;
}

.text-7xl {
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 400;
}

.text-8xl {
  font-size: 4rem;
  line-height: 1.5;
  font-weight: 700;
}

.stn-main {
  color: #0d3bb3;
}

.stn-white {
  color: #ffffff;
}

.stn-accent-01 {
  color: #83d5da;
}

.stn-errore {
  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: #dcdcdc;
}

.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: #0d3bb3;
}
.stn-btn-primary:hover {
  background-color: rgb(10.5828125, 48.0296875, 145.7171875);
}

.stn-btn-secondary {
  border: 1px solid #c4c4c4;
  color: #83d5da;
}
.stn-btn-secondary:hover {
  background-color: #eeeeee;
  border: 1px solid #636363;
}

.stn-btn-outlined {
  border: 1px solid #0d3bb3;
  color: #0d3bb3;
}
.stn-btn-outlined:hover {
  color: #ffffff;
  background-color: #0d3bb3;
  border: 1px solid #0d3bb3;
}

.stn-btn-ghost {
  color: #222222;
}
.stn-btn-ghost:hover {
  color: #ffffff;
  background-color: #83d5da;
}

.stn-disabled {
  color: #b4b4b4;
  background-color: #eeeeee;
  cursor: default;
  border: 1px solid #dcdcdc;
  /* required on iOS */
  -webkit-text-fill-color: #b4b4b4;
  opacity: 1;
}

.stn-btn-text {
  color: #83d5da;
}
.stn-btn-text:hover {
  color: #0d3bb3;
}

.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: 10px 12px;
  font-size: 0.875rem;
  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 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],
.stn-input-group-row select,
.stn-input-group-column textarea,
.stn-input-group-column input[type=text],
.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],
.stn-input-group-column select {
  padding: 10px 12px;
  font-size: 1rem;
  min-height: 18px;
  width: calc(80% - 26px);
  border-radius: 4px;
  border: 1px solid #eeeeee;
}
.stn-input-group-row textarea,
.stn-input-group-column textarea {
  margin-bottom: -8px;
  resize: vertical;
}
.stn-input-group-row input[type=search],
.stn-input-group-column input[type=search] {
  padding: 10px 12px;
  font-size: 1rem;
  min-height: 40px;
  width: 80%;
  border-radius: 4px;
  border: 1px solid #eeeeee;
}
.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 textarea,
.stn-input-group-column input[type=text],
.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 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=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=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=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(13, 59, 179, 0.2);
  color: #ffffff;
}
.stn-dark .stn-icon {
  border-left: 1px solid #dcdcdc;
  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=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],
.stn-input-lg select {
  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=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=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=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=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 #eeeeee;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #222222;
  text-decoration: none;
  line-height: 1.75rem;
}
.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 #eeeeee;
  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: #0d3bb3;
}
.stn-hashTag .stn-tag-lists .stn-hash-tag:hover {
  background-color: #eeeeee;
}
.stn-hashTag .stn-tag-lists .stn-hashTag-action {
  background-color: rgba(13, 59, 179, 0.1);
  color: #0d3bb3;
  border: 1px solid #0d3bb3;
}
.stn-hashTag .stn-tag-lists .stn-hashTag-action:hover {
  background-color: rgba(13, 59, 179, 0.1);
}

.btn-primary {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: gray;
}

@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=search],
  .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-row select {
    width: calc(100% - 26px);
  }
  .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;
  }
}
: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 #dcdcdc;
}
table tbody tr td {
  width: 100%;
  height: auto;
  min-height: 46px;
  padding: 7px 10px;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
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;
}

.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 #dcdcdc;
  -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-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 #0d3bb3;
}
.stn-tab-text1 li a span {
  margin-right: 8px;
}
.stn-tab-text1 li:hover span {
  color: #0d3bb3;
}
.stn-tab-text1 .action a {
  border-bottom: 4px solid #0d3bb3;
}
.stn-tab-text1 .action a span {
  color: #0d3bb3;
}

.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 #0d3bb3;
  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: #0d3bb3;
}
.stn-tab-text2 .action {
  border-bottom: 1px solid transparent;
}
.stn-tab-text2 .action a {
  border-top: 4px solid #0d3bb3;
  border-right: 1px solid #d2d2d2;
  border-left: 1px solid #d2d2d2;
}
.stn-tab-text2 .action a span {
  color: #0d3bb3;
}

.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: #0d3bb3;
  background-color: rgba(13, 59, 179, 0.2);
}
.stn-tab-text4 li:hover {
  color: #0d3bb3;
}
.stn-tab-text4 .action a {
  color: #0d3bb3;
  background-color: rgba(13, 59, 179, 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;
  font-weight: 500;
  text-decoration: none;
  line-height: initial;
  color: #0d3bb3;
}
.stn-breadcrumbs li a:hover {
  color: #0d3bb3;
}
.stn-breadcrumbs li span {
  padding: 0 6px;
  font-weight: 400;
}

.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: #0d3bb3;
}
.stn-page .PageLists li a:hover {
  background-color: #0d3bb3;
  color: #ffffff;
}
.stn-page .PageLists .active a {
  background-color: #0d3bb3;
  color: #ffffff;
}
.stn-page p {
  text-align: center;
}

.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: #d3eeef;
}
.stn-login .stn-login-inside {
  width: 300px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 20px rgba(131, 213, 218, 0.2);
          box-shadow: 0px 0px 20px rgba(131, 213, 218, 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: #0d3bb3;
}
.stn-login .stn-login-inside .action {
  color: #d3eeef;
}
.stn-login .stn-login-inside .action_login {
  background-color: #d3eeef;
  color: #ffffff;
}
.stn-login hr {
  border: 1px solid #dcdcdc;
}
.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: #0d3bb3;
  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: #0d3bb3;
}

.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 section a[accesskey=C],
body section a[accesskey=U],
body section a[accesskey=Z],
body div a[accesskey=C],
body div a[accesskey=U],
body div a[accesskey=Z],
html section a[accesskey=C],
html section a[accesskey=U],
html section a[accesskey=Z],
html div a[accesskey=C],
html div a[accesskey=U],
html div a[accesskey=Z] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  color: #222222;
  text-decoration: none;
}
body main,
html main {
  position: relative;
}
body main a[accesskey=C],
html main a[accesskey=C] {
  color: #222222;
  font-size: 1.25rem;
  position: absolute;
  text-decoration: none;
}

.bg-pattern {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(246, 250, 253, 0.8)), to(rgba(246, 250, 253, 0))), url("../../images/Public/bg_pattern.svg");
  background: linear-gradient(rgba(246, 250, 253, 0.8), rgba(246, 250, 253, 0)), url("../../images/Public/bg_pattern.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  background-attachment: fixed;
  background-blend-mode: multiply;
}

.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;
  }
}
.main-bg {
  height: calc(100vh - 109px);
  width: 100%;
  background: url("../../images/CarbonFootprint/淨零日記_bg.svg") bottom/cover no-repeat;
  background-color: #d4e9fd;
  position: relative;
  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;
}
.main-bg.fit-content-min-height {
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
}
.main-bg .accesskey {
  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%;
  max-width: 1200px;
  padding-right: 40px;
  padding-left: 40px;
}
.main-bg .accesskey a {
  line-height: inherit;
}
.main-bg .content {
  width: 1230px;
  height: calc(100vh - 210px);
  padding-top: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -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;
}
.main-bg .content.fit-content-min-height {
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
}
.main-bg .content .btn-area {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 18px 0;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.main-bg .content .btn-area button {
  border-radius: 30px;
  width: 100%;
  padding: 10px 28px;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: initial;
  cursor: pointer;
  font-family: "Noto Sans TC", " PingFang TC", "Microsoft JhengHei", sans-serif;
  width: min(210px, 100%);
  margin-left: auto;
  margin-right: auto;
}
.main-bg .content .btn-area .btn-prev {
  color: #db00a6;
  background-color: #ffffff;
}
.main-bg .content .btn-area .btn-next {
  color: #ffffff;
  background-color: #db00a6;
}
.main-bg .content .btn-area .btn-next:hover {
  background-color: #e649c0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.main-bg .content h2 {
  margin-top: 38px;
  text-align: center;
  font-family: "Noto Sans TC", " PingFang TC", "Microsoft JhengHei", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
}
.main-bg .content .stn-breadcrumbs {
  width: 264px;
  margin-right: 10%;
  margin-bottom: 10px;
}
.main-bg .content .stn-breadcrumbs li a.not-blue {
  font-weight: 400;
  color: #222222;
}
.main-bg .content .question-area {
  width: 447px;
  height: calc(100vh - 210px);
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
}
.main-bg .content .question-area .topics {
  overflow-y: auto;
  margin-top: 32px;
  height: calc(87% - 100px);
  width: 100%;
  background-color: #ffffff;
  border-radius: 16px;
  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: 25px;
}
.main-bg .content .question-area .topics .context {
  width: 100%;
  height: 280px;
  position: relative;
}
.main-bg .content .question-area .topics .context p {
  width: 84%;
  position: absolute;
  bottom: 25px;
  left: 8%;
  color: #ffffff;
  font-size: 1.125rem;
}
.main-bg .content .question-area .topics .scroll {
  overflow-y: auto;
  height: 310px;
  width: 100%;
}
.main-bg .content .question-area .topics .options-group {
  padding-bottom: 32px;
  width: 100%;
}
.main-bg .content .question-area .topics .options-group h4 {
  padding-left: 32px;
  margin-top: 37px;
  margin-bottom: 39px;
  color: #0d3bb3;
  font-size: 1.125rem;
  font-weight: 500;
}
.main-bg .content .question-area .topics .options-group .options {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: calc(100% - 68px);
  padding: 0 34px;
  margin: 0 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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 18px;
}
.main-bg .content .question-area .topics .options-group .options li {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.main-bg .content .question-area .topics .options-group .options li.stn-noShow {
  display: none;
}
.main-bg .content .question-area .topics .options-group .options li .options-input {
  width: 106px;
  padding: 0 5px;
  border: 1px solid #b4b4b4;
  border-radius: 40px;
  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;
  background-color: #ffffff;
}
.main-bg .content .question-area .topics .options-group .options li .options-input 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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: initial;
  text-decoration: none;
  color: #0d3bb3;
}
.main-bg .content .question-area .topics .options-group .options li .options-input input {
  width: 100%;
  padding: 10px 5px;
  text-align: center;
  border: 0px;
  font-size: 1rem;
  color: #636363;
}
.main-bg .content .question-area .topics .options-group .options .options-title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-bg .content .question-area .topics .options-group .options .options-title-wrapper .options-title {
  color: #636363;
  font-size: 1rem;
  font-weight: 500;
}
.main-bg .content .question-area .topics .options-group .options .options-title-wrapper .tooltip-wrapper {
  cursor: pointer;
  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;
  padding: 10px;
  width: 20px;
  height: 20px;
}
.main-bg .content .question-area .topics .options-group .options .options-title-wrapper .tooltip-wrapper img {
  width: 100%;
  height: 100%;
}
.main-bg .content .question-area .topics .options-group .options .options-title-wrapper .tooltip-wrapper img.stn-noShow {
  display: none;
}
.main-bg .content .question-area .topics .options-group .options [role=tooltip] {
  border-radius: 16px;
  background: #496CC6;
  -webkit-box-shadow: 0 10px 14px 1px rgba(132, 185, 246, 0.14);
          box-shadow: 0 10px 14px 1px rgba(132, 185, 246, 0.14);
  padding: 24px 42px 24px 22px;
  position: absolute;
  left: 155%;
  top: -65%;
  white-space: normal;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 352px;
  z-index: 10;
}
.main-bg .content .question-area .topics .options-group .options [role=tooltip],
.main-bg .content .question-area .topics .options-group .options [role=tooltip] * {
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 400;
}
.main-bg .content .question-area .topics .options-group .options [role=tooltip] .tooltip-wrapper {
  padding-top: 4px;
  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;
}
.main-bg .content .question-area .topics .options-group .options [role=tooltip] .tooltip-wrapper img {
  width: 20px;
  height: 20px;
}
.main-bg .content .question-area .topics .options-group .options [role=tooltip] .tool-tip-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}
.main-bg .content .question-area .topics .options-group .options [role=tooltip] .close-tooltip-wrapper {
  cursor: pointer;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 10px;
  right: 10px;
}
.main-bg .content .question-area .topics .options-group .options [role=tooltip] .close-tooltip-wrapper img {
  width: 100%;
  height: 100%;
}
.main-bg .content .question-area .topics .options-group .options [role=tooltip] .close-tooltip-wrapper img.stn-noShow {
  display: none;
}
.main-bg .content .question-area .topics .btn-upload-file {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  line-height: initial;
  color: #0d3bb3;
  font-size: 0.875rem;
  margin: 20px 0 20px 0;
}
.main-bg .content .upload {
  width: 447px;
  height: calc(100vh - 210px);
  background-color: transparent;
  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;
}
.main-bg .content .upload.stn-noShow {
  display: none;
}
.main-bg .content .upload h2 {
  margin-left: auto;
  margin-right: auto;
}
.main-bg .content .upload .upload-inner {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.main-bg .content .upload h4 {
  padding-left: 32px;
  width: 100%;
  color: #0d3bb3;
  font-size: 1.125rem;
  font-weight: 500;
}
.main-bg .content .upload .upload-list {
  overflow-y: auto;
  width: 100%;
  height: calc(87% - 100px);
  padding: 0 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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: 20px;
}
.main-bg .content .upload .upload-list li {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.main-bg .content .upload .upload-list li.noShow, .main-bg .content .upload .upload-list li.stn-noShow {
  display: none;
}
.main-bg .content .upload .upload-list li .row-2 {
  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;
  gap: 12px;
  width: 100%;
}
.main-bg .content .upload .upload-list li .row-2 .uploaded-file-name {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-radius: 6px;
  border: 1px solid #acb4b8;
  background: #ffffff;
  padding: 10px 12px;
  color: #91979F;
  font-size: 1rem;
  font-weight: 400;
}
.main-bg .content .upload .upload-list li [role=tooltip] {
  border-radius: 16px;
  background: #496CC6;
  -webkit-box-shadow: 0 10px 14px 1px rgba(132, 185, 246, 0.14);
          box-shadow: 0 10px 14px 1px rgba(132, 185, 246, 0.14);
  padding: 24px 22px;
  position: absolute;
  left: 30%;
  top: -15%;
  white-space: normal;
  z-index: 10;
}
.main-bg .content .upload .upload-list li [role=tooltip] .image-wrapper {
  width: 213px;
}
.main-bg .content .upload .upload-list li [role=tooltip] .image-wrapper img {
  width: 100%;
}
.main-bg .content .upload .upload-list li [role=tooltip],
.main-bg .content .upload .upload-list li [role=tooltip] * {
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 400;
}
.main-bg .content .upload .upload-list li [role=tooltip] .tool-tip-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
}
.main-bg .content .upload .upload-list li [role=tooltip] .tool-tip-txt h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.main-bg .content .upload .upload-list li [role=tooltip] .close-tooltip-wrapper {
  cursor: pointer;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 10px;
  right: 10px;
}
.main-bg .content .upload .upload-list li [role=tooltip] .close-tooltip-wrapper img {
  width: 100%;
  height: 100%;
}
.main-bg .content .upload .upload-list li [role=tooltip] .close-tooltip-wrapper img.stn-noShow {
  display: none;
}
.main-bg .content .upload .upload-list li .upload-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-bg .content .upload .upload-list li .upload-title .tooltip-wrapper {
  cursor: pointer;
  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;
  padding: 10px;
  width: 20px;
  height: 20px;
}
.main-bg .content .upload .upload-list li .upload-title .tooltip-wrapper img {
  width: 100%;
  height: 100%;
}
.main-bg .content .upload .upload-list li .upload-title .tooltip-wrapper img.stn-noShow {
  display: none;
}
.main-bg .content .upload .upload-list li .upload-title .text {
  font-size: 1rem;
  color: #636363;
  font-weight: 500;
  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;
}
.main-bg .content .upload .upload-list li .upload-title .icon-check {
  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;
  width: 20px;
  height: 20px;
  background-color: #0d3bb3;
  color: #ffffff;
  border-radius: 50%;
  font-size: 0.875rem;
  margin-right: 6px;
}
.main-bg .content .upload .upload-list li .upload-title .icon-check.hidden {
  display: none;
}
.main-bg .content .upload .upload-list li .prettier-input .btn-upload {
  width: 96px;
  height: 46px;
  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;
  border: 1px solid #0d3bb3;
  color: #0d3bb3;
  background-color: #ffffff;
  border-radius: 6px;
  font-size: 1rem;
  position: relative;
  overflow: hidden;
  font-weight: 400;
  cursor: pointer;
}
.main-bg .content .upload .upload-list li .prettier-input .btn-upload input {
  width: 96px;
  height: 46px;
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.main-bg .content .upload + .btn-area {
  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;
  margin-top: 26px;
  width: 447px;
}
.main-bg .content .upload .upload-wrapper {
  width: 100%;
  height: calc(87% - 100px);
  border-radius: 16px;
  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;
  padding: 0;
  margin-top: 32px;
}
.main-bg .content .upload .upload-wrapper .upload-group {
  height: 100%;
  background-color: #ffffff;
  border-radius: 16px;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0;
}
.main-bg .content .upload .upload-wrapper .upload-group h4 {
  margin-top: 37px;
  margin-bottom: 39px;
}
.main-bg .content .upload .upload-wrapper .upload-group .upload-title {
  width: 100%;
}
.main-bg .content .result-area {
  width: 447px;
  height: calc(100vh - 210px);
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
}
.main-bg .content .result-area .topics {
  scrollbar-color: #eaf0f7 #ffffff;
  width: 100%;
  height: 69%;
  overflow-y: 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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  border-radius: 16px;
  padding: 50px 0 50px 0;
}
.main-bg .content .result-area .topics .context {
  width: 100%;
  min-height: 196px;
  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;
}
.main-bg .content .result-area .topics .context img {
  display: block;
  width: 164px;
  height: 164px;
}
.main-bg .content .result-area .topics .result-title {
  font-size: 1.5rem;
  font-weight: 500;
  margin: 20px 0 30px 0;
}
.main-bg .content .result-area .topics .sub-title {
  color: #929292;
  font-weight: 500;
  font-size: 0.875rem;
}
.main-bg .content .result-area .topics .result-data {
  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;
  font-size: 2rem;
  font-weight: 700;
  color: #0d3bb3;
}
.main-bg .content .result-area .topics .result-data .icon {
  width: 28px;
  height: 28px;
  background-color: #38c4d7;
  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;
  border-radius: 50%;
  margin-right: 12px;
}
.main-bg .content .result-area .topics .result-data .unit {
  color: #0d3bb3;
  font-weight: 500;
  font-size: 0.875rem;
  margin-left: 4px;
}
.main-bg .content .result-area .topics .result-count {
  font-weight: 400;
  font-size: 1.0625rem;
  width: calc(100% - 80px);
  margin-bottom: 30px;
}
.main-bg .content .result-area .topics .options {
  width: calc(100% - 84px - 80px);
  margin: 0 auto;
  background-color: #f2f9ff;
  border-radius: 14px;
  padding: 23px 42px;
  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: 24px;
}
.main-bg .content .result-area .topics .options li {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-bg .content .result-area .topics .options li .options-title {
  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;
}
.main-bg .content .result-area .topics .options li .options-title .result-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin-right: 12px;
}
.main-bg .content .result-area .topics .options li .options-data {
  color: #0d3bb3;
  font-weight: 500;
  font-size: 1rem;
}
.main-bg .content .result-area .topics .options .title {
  display: block;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 32px;
}
.main-bg .content .result-area .topics .btn-recalculate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: initial;
  text-decoration: none;
  margin-top: 26px;
  font-weight: 500;
  font-size: 0.875rem;
}
.main-bg .content .result-area .topics .btn-recalculate.stn-noShow {
  display: none;
}
.main-bg .content .result-area .topics .btn-recalculate, .main-bg .content .result-area .topics .btn-recalculate:focus, .main-bg .content .result-area .topics .btn-recalculate:hover, .main-bg .content .result-area .topics .btn-recalculate:active {
  color: #0d3bb3;
}
.main-bg .content .path-selection {
  width: 447px;
  height: calc(100vh - 210px);
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
  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;
}
.main-bg .content .path-selection h2 {
  margin-left: auto;
  margin-right: auto;
}
.main-bg .content .path-selection.stn-noShow {
  display: none;
}
.main-bg .content .path-selection .paths-wrapper {
  overflow-y: auto;
  margin-top: 32px;
  height: calc(87% - 100px);
  width: 100%;
  background-color: #ffffff;
  border-radius: 16px;
  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: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-bg .content .path-selection .paths-wrapper .paths {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: calc(100% - 68px);
  padding: 0 34px;
  margin: 0 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: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-bg .content .path-selection .paths-wrapper .paths .path-wrapper {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  text-align: center;
}
.main-bg .content .path-selection .paths-wrapper .paths .path-wrapper .image-wrapper {
  width: 140px;
  height: 140px;
  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;
}
.main-bg .content .path-selection .paths-wrapper .paths .path-wrapper .image-wrapper img {
  max-width: 100%;
  height: auto;
}
.main-bg .content .path-selection .paths-wrapper .paths .path-wrapper button {
  width: auto;
  padding: 12px 36px;
  font-size: 1.125rem;
  border-radius: 30px;
  white-space: nowrap;
}
.main-bg .content .path-selection .paths-wrapper .paths .path-wrapper .btn-prev {
  border: 2px solid #db00a6;
}
.main-bg .content .path-selection > .btn-prev {
  margin-top: 18px;
  width: min(210px, 100%);
  margin-left: auto;
  margin-right: auto;
}
.main-bg .calculate {
  width: 66%;
  height: 80px;
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0 17%;
  position: relative;
  background-color: #ffffff;
}
.main-bg .calculate.visibility-hidden {
  visibility: hidden;
}
.main-bg .calculate p {
  font-size: 1.0625rem;
  font-weight: 500;
}
.main-bg .calculate p .count {
  margin: 0 4px 0 8px;
  font-size: 2rem;
  font-weight: 700;
  color: #0d3bb3;
}
.main-bg .calculate p .unit {
  font-size: 0.875rem;
  color: #0d3bb3;
  font-weight: 500;
}

@media screen and (max-width: 1595px) {
  .main-bg .content {
    width: 447px;
    height: 100%;
    padding-top: 0px;
    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;
  }
  .main-bg .content h2 {
    margin-top: min(16px, 1.52vh);
  }
  .main-bg .content .question-area,
  .main-bg .content .result-area,
  .main-bg .content .path-selection {
    width: 447px;
    height: calc(100vh - 238px - 33px);
  }
  .main-bg .content .upload {
    width: 447px;
    height: calc(100vh - 238px - 33px);
    margin-bottom: 30px;
  }
  .main-bg .content .stn-breadcrumbs {
    margin-right: 0;
  }
}
@media screen and (max-width: 1200px) {
  .main-bg {
    height: calc(100vh - 70px);
  }
}
@media screen and (max-width: 600px) {
  .main-bg .content {
    width: 94%;
    padding: 0 3%;
  }
  .main-bg .content .stn-breadcrumbs {
    width: 100%;
  }
  .main-bg .content .question-area {
    width: 100%;
  }
  .main-bg .content .question-area .topics {
    height: 80%;
  }
  .main-bg .content .question-area .topics .context {
    width: 100%;
    height: auto;
  }
  .main-bg .content .upload {
    width: calc(100% - 30px);
    padding: 32px 15px;
  }
  .main-bg .content .upload .upload-list {
    margin: 10px 0 30px 0;
  }
  .main-bg .content .upload .btn-upload-area {
    position: absolute;
    bottom: 10px;
    width: calc(100% - 30px);
    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: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
  .main-bg .content .result-area {
    width: 100%;
  }
  .main-bg .content .path-selection {
    width: 100%;
  }
  .main-bg .content .path-selection .paths-wrapper {
    height: 80%;
  }
  .main-bg .content .path-selection .paths-wrapper .paths .path-wrapper .image-wrapper {
    width: 110px;
    height: 110px;
  }
  .main-bg .content .path-selection .paths-wrapper .paths .path-wrapper button {
    padding: 10px 28px;
  }
  .main-bg .content .path-selection > .btn-prev {
    width: 100%;
  }
}
@media screen and (max-width: 350px) {
  .main-bg .calculate {
    width: 90%;
    padding: 0 5%;
  }
}
@media screen and (max-width: 821px) and (min-width: 820px) and (min-height: 1179px) {
  .main-bg .content .question-area .topics {
    height: auto;
  }
}
@media screen and (max-width: 1025px) and (min-width: 1024px) and (min-height: 1365px) {
  .main-bg .content .question-area .topics {
    height: auto;
  }
}
@media screen and (max-width: 913px) and (min-width: 912px) and (min-height: 1367px) {
  .main-bg .content .question-area .topics {
    height: auto;
  }
  .main-bg .content .path-selection .paths-wrapper {
    height: auto;
  }
}
@media screen and (max-width: 541px) and (min-width: 540px) and (min-height: 719px) {
  .main-bg .content .question-area .topics .options {
    margin-top: 0px;
  }
  .main-bg .content .question-area .topics .btn-upload-file {
    margin: 10px 0 10px 0;
  }
  .main-bg .content .path-selection .paths-wrapper .paths {
    margin-top: 10px;
    gap: 24px;
  }
}
@media screen and (max-width: 1025px) and (min-width: 1024px) and (min-height: 599px) and (max-height: 600px) {
  .main-bg .content .btn-area {
    padding: 5px 0;
  }
  .main-bg .content .question-area .topics {
    height: 100%;
  }
  .main-bg .content .question-area .topics .context {
    height: 240px;
  }
  .main-bg .content .question-area .topics .options {
    margin-top: 5px;
  }
  .main-bg .content .question-area .topics .btn-upload-file {
    margin: 10px 0 10px 0;
  }
  .main-bg .content .path-selection .paths-wrapper {
    height: 100%;
  }
  .main-bg .content .path-selection .paths-wrapper .paths {
    margin-top: 20px;
  }
}
@media screen and (max-width: 854px) and (min-width: 853px) and (min-height: 1279px) {
  .main-bg .content .question-area .topics {
    height: auto;
  }
  .main-bg .content .path-selection .paths-wrapper {
    height: auto;
  }
}
#btn_share {
  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;
  gap: 4px;
}
#btn_share.stn-noShow {
  display: none;
}

.theme-selection {
  overflow-y: auto;
  overflow-x: visible;
  height: calc(100vh - 210px);
  width: 60vw;
  position: absolute;
  left: 50%;
  top: 76px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1595px) {
  .theme-selection {
    height: calc(100vh - 238px - 33px);
  }
}
@media (max-width: 1595px) {
  .theme-selection {
    top: calc(min(16px, 1.52vh) + 38px);
  }
}
.theme-selection .themes {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: min(62px, 5.9vh);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 210px));
  -webkit-column-gap: 2.8vh;
     -moz-column-gap: 2.8vh;
          column-gap: 2.8vh;
  row-gap: 4.1vh;
}
.theme-selection .themes .theme-wrapper {
  position: relative;
}
.theme-selection .themes .theme-wrapper .theme {
  height: 196px;
  padding: 8px;
  border-radius: 20px;
  border: 2px solid transparent;
  background: #ffffff;
  font-size: 1.125rem;
  font-weight: 500;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.theme-selection .themes .theme-wrapper .theme .tooltip-wrapper {
  position: absolute;
  top: -2px;
  right: -2px;
  padding: 10px;
  width: 20px;
  height: 20px;
}
.theme-selection .themes .theme-wrapper .theme .tooltip-wrapper > img {
  width: 100%;
  height: 100%;
}
.theme-selection .themes .theme-wrapper .theme .tooltip-wrapper > img.stn-noShow {
  display: none;
}
.theme-selection .themes .theme-wrapper .theme .check-mark-wrapper {
  display: none;
}
.theme-selection .themes .theme-wrapper .theme .theme-inner .image-wrapper {
  width: 108px;
  height: 108px;
}
.theme-selection .themes .theme-wrapper .theme .theme-inner .image-wrapper img {
  width: 100%;
  height: 100%;
}
.theme-selection .themes .theme-wrapper .theme .theme-inner .image-wrapper p {
  font-size: 1.125rem;
  font-weight: 500;
}
.theme-selection .themes .theme-wrapper .theme[aria-pressed=true], .theme-selection .themes .theme-wrapper .theme:hover {
  border: 2px solid #0d3bb3;
  color: #0d3bb3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.theme-selection .themes .theme-wrapper .theme[aria-pressed=true] .check-mark-wrapper {
  display: block;
  position: absolute;
  bottom: -8px;
  right: -8px;
  width: 32px;
  height: 32px;
}
.theme-selection .themes .theme-wrapper [role=tooltip] {
  border-radius: 16px;
  background: #496CC6;
  -webkit-box-shadow: 0 10px 14px 1px rgba(132, 185, 246, 0.14);
          box-shadow: 0 10px 14px 1px rgba(132, 185, 246, 0.14);
  position: absolute;
  padding: 24px 22px;
  left: 103%;
  top: -15%;
  white-space: normal;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 352px;
  z-index: 10;
}
.theme-selection .themes .theme-wrapper [role=tooltip],
.theme-selection .themes .theme-wrapper [role=tooltip] * {
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 400;
}
.theme-selection .themes .theme-wrapper [role=tooltip] .tool-tip-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
}
.theme-selection .themes .theme-wrapper [role=tooltip] .close-tooltip-wrapper {
  cursor: pointer;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 10px;
  right: 10px;
}
.theme-selection .themes .theme-wrapper [role=tooltip] .close-tooltip-wrapper img {
  width: 100%;
  height: 100%;
}
.theme-selection .themes .theme-wrapper [role=tooltip] .close-tooltip-wrapper img.stn-noShow {
  display: none;
}

section[data-step][data-step="1"] .btn-area {
  margin-top: 56px;
}

button {
  border-radius: 30px;
  width: 100%;
  padding: 10px 28px;
  font-weight: 500;
  font-size: 1rem;
  line-height: initial;
  cursor: pointer;
  font-family: "Noto Sans TC", " PingFang TC", "Microsoft JhengHei", sans-serif;
}

.btn-prev {
  font-size: 1.125rem;
  color: #db00a6;
  background-color: #ffffff;
}

.btn-next {
  font-size: 1.125rem;
  color: #ffffff;
  background-color: #db00a6;
}
.btn-next:hover {
  background-color: #e649c0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}