/* 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: #008795;
}

.stn-white {
  color: #ffffff;
}

.stn-accent-01 {
  color: #0a9fae;
}

.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: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  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: #008795;
}
.stn-btn-primary:hover {
  background-color: rgb(0, 102.6543624161, 113.3);
}

.stn-btn-secondary {
  border: 1px solid #c4c4c4;
  color: #0a9fae;
}
.stn-btn-secondary:hover {
  background-color: #eeeeee;
  border: 1px solid #636363;
}

.stn-btn-outlined {
  border: 1px solid #008795;
  color: #008795;
}
.stn-btn-outlined:hover {
  color: #ffffff;
  background-color: #008795;
  border: 1px solid #008795;
}

.stn-btn-ghost {
  color: #222222;
}
.stn-btn-ghost:hover {
  color: #ffffff;
  background-color: #0a9fae;
}

.stn-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: #0a9fae;
}
.stn-btn-text:hover {
  color: #008795;
}

.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: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.stn-input-group-row label,
.stn-input-group-column label {
  width: calc(20% - 12px);
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  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 ::-moz-placeholder, .stn-input-group-column ::-moz-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: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  width: 100%;
}
.stn-input-group-column label {
  display: flex;
  flex-direction: row;
  justify-content: flex-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(0, 135, 149, 0.2);
  color: #ffffff;
}
.stn-dark .stn-icon {
  border-left: 1px solid #070505;
  color: #ffffff;
}
.stn-dark .required {
  color: #ffffff;
}
.stn-dark ::-moz-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 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-input-danger {
  color: #cf2a2a;
}

.stn-checkbox-group {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  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: flex;
  flex-direction: row;
  justify-content: flex-start;
  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: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.stn-check-search p {
  width: calc(20% - 12px);
  height: 100%;
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  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: flex;
  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: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  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: flex;
  flex-direction: row;
  justify-content: flex-start;
  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: 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: flex;
  flex-direction: row;
  display: flex;
  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;
  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: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.stn-hashTag .stn-tag-lists .stn-hash-tag {
  width: auto;
  display: flex;
  flex-direction: row;
  justify-content: 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: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.stn-hashTag .stn-tag-lists .stn-hash-tag .svg-area svg {
  fill: #008795;
}
.stn-hashTag .stn-tag-lists .stn-hash-tag:hover {
  background-color: #eeeeee;
}
.stn-hashTag .stn-tag-lists .stn-hashTag-action {
  background-color: rgba(0, 135, 149, 0.1);
  color: #008795;
  border: 1px solid #008795;
}
.stn-hashTag .stn-tag-lists .stn-hashTag-action:hover {
  background-color: rgba(0, 135, 149, 0.1);
}

.btn-primary {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: gray;
}

.stn-box-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.stn-box-row label {
  padding: 0 0;
}

.stn-box-column {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.w-auto {
  width: auto;
}

.stn-merge-title {
  width: calc(20% - 12px);
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 0px 12px 0 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #0a9fae;
  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%;
    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: flex;
    flex-direction: column;
    width: 100%;
  }
  .stn-check-search p {
    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: flex;
    flex-direction: column;
  }
  .stn-box-column {
    display: flex;
    flex-direction: column;
  }
}
:root {
  --formLength: 6;
}

table {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
table thead {
  width: 100%;
  height: auto;
  min-height: 46px;
  background-color: #eeeeee;
}
table thead tr {
  display: flex;
  flex-direction: row;
  justify-content: flex-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: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  word-break: break-all;
}
table tbody {
  width: 100%;
  height: auto;
}
table tbody tr {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  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-page ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  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: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.stn-page .stn-form-list {
  width: auto;
  padding: 0 35px;
  min-height: 46px;
  border-bottom: 1px solid #070505;
  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;
  flex-direction: column;
  justify-content: flex-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: flex;
  flex-direction: column;
  justify-content: flex-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: #008795;
}

.stn-tab-text1 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 54px;
  border-bottom: 1px solid #eeeeee;
}
.stn-tab-text1 li {
  width: 100%;
  height: 54px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.stn-tab-text1 li a {
  width: calc(100% - 20px);
  height: 54px;
  padding: 0 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-decoration: none;
  line-height: 1.2;
  color: #222222;
  align-items: center;
  border-bottom: 4px solid transparent;
}
.stn-tab-text1 li a:hover {
  border-bottom: 4px solid #008795;
}
.stn-tab-text1 li a span {
  margin-right: 8px;
}
.stn-tab-text1 li:hover span {
  color: #008795;
}
.stn-tab-text1 .action a {
  border-bottom: 4px solid #008795;
}
.stn-tab-text1 .action a span {
  color: #008795;
}

.stn-tab-text2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 54px;
}
.stn-tab-text2 li {
  width: 100%;
  height: 54px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 1px solid #eeeeee;
}
.stn-tab-text2 li a {
  width: calc(100% - 20px);
  height: 54px;
  padding: 0 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-decoration: none;
  line-height: 1.2;
  color: #222222;
  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 #008795;
  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: #008795;
}
.stn-tab-text2 .action {
  border-bottom: 1px solid transparent;
}
.stn-tab-text2 .action a {
  border-top: 4px solid #008795;
  border-right: 1px solid #d2d2d2;
  border-left: 1px solid #d2d2d2;
}
.stn-tab-text2 .action a span {
  color: #008795;
}

.stn-tab-text3 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 54px;
  background-color: #eeeeee;
  border-bottom: 1px solid #222222;
}
.stn-tab-text3 li {
  width: 100%;
  height: 54px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.stn-tab-text3 li a {
  width: calc(100% - 20px);
  height: 54px;
  padding: 0 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-decoration: none;
  line-height: 1.2;
  color: #222222;
  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: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 54px;
}
.stn-tab-text4 li {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.stn-tab-text4 li a {
  width: calc(100% - 20px);
  height: 100%;
  padding: 0 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-decoration: none;
  line-height: 1.2;
  color: #222222;
  align-items: center;
  border-radius: 4px;
}
.stn-tab-text4 li a:hover {
  color: #008795;
  background-color: rgba(0, 135, 149, 0.2);
}
.stn-tab-text4 li:hover {
  color: #008795;
}
.stn-tab-text4 .action a {
  color: #008795;
  background-color: rgba(0, 135, 149, 0.2);
}

.stn-tab-nestedTabs1 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 54px;
  border-bottom: 1px solid #222222;
}
.stn-tab-nestedTabs1 li {
  width: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #eeeeee;
}
.stn-tab-nestedTabs1 li a {
  width: calc(100% - 20px);
  height: 100%;
  padding: 0 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-decoration: none;
  line-height: 1.2;
  color: #222222;
  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: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.stn-breadcrumbs li {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 100%;
  padding: 5px 0px;
}
.stn-breadcrumbs li a {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 2px 0;
  text-decoration: none;
  line-height: initial;
  color: #222222;
}
.stn-breadcrumbs li a:hover {
  color: #008795;
}
.stn-breadcrumbs li span {
  padding: 0 6px;
}

.stn-page {
  margin: 20px 0;
}
.stn-page .PageLists {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  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: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #008795;
}
.stn-page .PageLists li a:hover {
  background-color: #008795;
  color: #ffffff;
}
.stn-page .PageLists .active a {
  background-color: #008795;
  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: flex;
  flex-direction: column;
  justify-content: 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: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  color: #222222;
  font-size: 1.25rem;
  text-decoration: none;
}

.stn-login {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: 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: #f3f6f8;
}
.stn-login .stn-login-inside {
  width: 300px;
  background-color: #ffffff;
  box-shadow: 0px 0px 20px rgba(10, 159, 174, 0.2);
  border-radius: 12px;
  padding: 52px 50px 22px 50px;
  margin: 40px 0;
}
.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 input.btn-submit-style {
  background-color: #008795;
  color: #ffffff;
  border-width: 0;
}
.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: flex;
  flex-direction: column;
  justify-content: 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: #008795;
}
.stn-login .stn-login-inside .action {
  color: #f3f6f8;
}
.stn-login .stn-login-inside .action_login {
  background-color: #f3f6f8;
  color: #ffffff;
}
.stn-login hr {
  border: 1px solid #070505;
}
.stn-login .stn-joinMember {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #008795;
  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: #008795;
}

.stn-components-many {
  display: flex;
  flex-wrap: wrap;
}
.stn-components-many > div {
  margin-right: 16px;
  width: auto;
}

.stn-components-input-abreast2 {
  display: flex;
  flex-wrap: wrap;
}
.stn-components-input-abreast2 > div {
  width: 50%;
}

.stn-components-input-abreast3 {
  display: flex;
  flex-wrap: wrap;
}
.stn-components-input-abreast3 > div {
  width: 33.3333333333%;
}
.stn-components-input-abreast3 > div > label {
  width: 100%;
  justify-content: flex-start;
}
.stn-components-input-abreast3 > div > select {
  width: 100%;
}

.stn-components-input-abreast4 {
  display: flex;
  flex-wrap: wrap;
}
.stn-components-input-abreast4 > div {
  width: 25%;
}
.stn-components-input-abreast4 > div > label {
  width: 100%;
  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 main,
html main {
  position: relative;
}
body main a[accesskey=C],
body main a[accesskey=U],
html main a[accesskey=C],
html main a[accesskey=U] {
  position: absolute;
  left: 0;
  z-index: 1;
  color: #222222;
  text-decoration: none;
}
body footer,
html footer {
  position: relative;
}
body footer a[accesskey=Z],
html footer a[accesskey=Z] {
  position: absolute;
  left: 0;
  z-index: 1;
  color: #222222;
  text-decoration: none;
}

.main-bg {
  width: auto;
  padding: 0 95px 140px 95px;
  background-color: #f3f6f8;
}
.main-bg h2 {
  font-weight: 500;
  font-size: 1.75rem;
  margin-bottom: 38px;
}

.bread-crumbs {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-weight: 400;
  color: #636363;
  font-size: 0.875rem;
  padding: 33px 0 8px 0;
}
.bread-crumbs li {
  height: 24px;
  color: #636363;
}
.bread-crumbs li a {
  color: #636363;
}

.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;
  }
}
.wrapper {
  width: 100%;
}
.wrapper a {
  text-decoration: none;
  line-height: initial;
}
.wrapper .skip-main {
  display: block;
  position: absolute;
  text-decoration: underline;
  color: #ffffff;
  width: auto;
  overflow: hidden;
  font-size: 0;
  z-index: 999;
  padding: 5px 20px 10px 20px;
}
.wrapper .skip-main:focus {
  width: auto;
  height: auto;
  font-size: 1rem;
  padding: 10px 20px 10px 20px;
  background-color: #cf2a2a;
}
.wrapper header {
  width: 100%;
  position: relative;
}
.wrapper header #Accesskey_U {
  position: absolute;
  top: 5px;
  left: 5px;
}
.wrapper header .login-wrapper {
  margin: 0 10px 0 20px;
}
.wrapper header .login-wrapper #lab_userName {
  margin-right: 20px;
}
.wrapper header .login-wrapper form {
  display: flex;
  align-items: center;
  width: 100%;
}
.wrapper header .login-wrapper .manage-box {
  position: absolute;
  top: 50px;
  right: 10px;
  z-index: 1500;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.wrapper header .login-wrapper .manage-box .manage-menu {
  margin-top: 17px;
  padding: 22px 30px;
  border-radius: 10px;
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 15px;
  color: #ffffff;
  background-color: #008795;
}
.wrapper header .login-wrapper .manage-box .manage-menu .hr-top {
  padding: 10px 0;
  border-top: 1px solid #ffffff;
}
.wrapper header .login-wrapper .manage-box .manage-menu li {
  width: 100%;
  font-size: 1.0625rem;
}
.wrapper header .login-wrapper .manage-box .manage-menu li label {
  width: auto;
}
.wrapper header .login-wrapper .manage-box .manage-menu li.add-link a {
  font-size: 1.0625rem;
  color: #ffffff;
}
.wrapper header .login-wrapper .manage-box .manage-menu li .manage-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 7px;
}
.wrapper header .login-wrapper .manage-box .manage-menu li .manage-list li {
  width: 100%;
}
.wrapper header .login-wrapper .manage-box .manage-menu li .manage-list li a {
  width: 100%;
  color: #ffffff;
  font-size: 1rem;
}
.wrapper header .login-wrapper .manage-box .manage-menu li .manage-list li a:hover {
  color: #ffffff;
}
.wrapper header .login-wrapper .manage-box:hover {
  visibility: visible;
  opacity: 1;
}
.wrapper header .login-wrapper .btn-user {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.wrapper header .login-wrapper .btn-user:hover ~ .manage-box {
  visibility: visible;
  opacity: 1;
}
.wrapper header .search {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.wrapper header .search li {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.wrapper header .search li a {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.wrapper header .minor-nav {
  width: auto;
  height: 42px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 17px 27px;
  border-bottom: 1px solid #cad5dc;
}
.wrapper header .minor-nav h1 {
  width: 321px;
  height: 57px;
}
.wrapper header .minor-nav h1 a {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  background-image: url(../../images/logo.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.wrapper header .minor-nav .sub-list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 40px;
}
.wrapper header .minor-nav .sub-list .list {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 47px;
  height: 100%;
}
.wrapper header .minor-nav .sub-list .btn-login {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.wrapper header .minor-nav .sub-list .headThumbnail {
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 8px;
  color: #008795;
  background-color: #cde0e2;
}
.wrapper header .minor-nav .sub-list a {
  color: #636363;
  font-size: 1.125rem;
  font-weight: 400;
}
.wrapper header .minor-nav .sub-list a:hover {
  color: #008795;
}
.wrapper header .minor-nav .sub-list .logout-text {
  background-color: transparent;
  color: #ffffff;
  cursor: pointer;
}
.wrapper header .minor-nav .sub-list .btn-main-open {
  width: 24px;
  height: 24px;
  margin-left: 17px;
  color: #008795;
  font-size: 1.5rem;
}
.wrapper header nav {
  width: 100%;
}
.wrapper header nav .btn-main-close {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 20px;
  top: 26px;
  color: #ffffff;
  font-size: 1.5rem;
}
.wrapper header nav .main-nav {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 90px;
}
.wrapper header nav .main-nav > li {
  display: block;
  width: auto;
  position: relative;
}
.wrapper header nav .main-nav > li > a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 250px;
  padding: 20px 0;
  color: #222222;
  position: relative;
}
.wrapper header nav .main-nav > li > a::before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  top: -4px;
  border-bottom: 4px solid transparent;
  transition: all 0.3s;
}
.wrapper header nav .main-nav > li > a:hover::before {
  width: 100%;
  border-bottom: 4px solid #efb114;
}
.wrapper header nav .main-nav > li > a .btn-add {
  display: none;
}
.wrapper header nav .main-nav > li > a .btn-minus {
  display: none;
}
.wrapper header nav .main-nav > li .sub-box {
  position: absolute;
  top: 63px;
  left: 10px;
  z-index: 1500;
  visibility: hidden;
  opacity: 0;
  transition: all 0.8s;
}
.wrapper header nav .main-nav > li .sub-box .sub-nav {
  margin-top: 19px;
  width: 100%;
  min-width: 110px;
  padding: 22px 30px;
  border-radius: 10px;
  background-color: #ffffff;
}
.wrapper header nav .main-nav > li .sub-box .sub-nav li {
  display: block;
  margin-bottom: 16px;
}
.wrapper header nav .main-nav > li .sub-box .sub-nav li a {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  color: #222222;
}
.wrapper header nav .main-nav > li .sub-box .sub-nav li a:hover {
  color: #008795;
}
.wrapper header nav .main-nav > li .action-sub-box {
  display: block;
  visibility: initial;
  opacity: 1;
}
.wrapper header nav .main-nav > li:hover .sub-box {
  visibility: visible;
  opacity: 1;
}
.wrapper .desktop {
  display: flex;
}
.wrapper .mobile {
  display: none;
}
.wrapper main .search-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.wrapper main .search-area .div-search {
  width: 547px;
  position: relative;
}
.wrapper main .search-area .div-search .closure {
  position: absolute;
  right: -45px;
  top: -60px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ff5d5d;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.wrapper main .search-area .div-search input {
  height: 40px;
  border-radius: 8px;
}
.wrapper main .search-area .div-search .stn-icon {
  top: 18px;
  color: #0a9fae;
  border-left: 1px solid transparent;
  background-color: transparent;
}
.wrapper main .search-area .div-search .key-work {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
.wrapper main .search-area .div-search .key-work li:first-child {
  margin-right: 5px;
}
.wrapper main .search-area .div-search .key-work li a {
  color: #008795;
  text-decoration: underline;
}
.wrapper main .stn-noShow {
  display: none;
}
.wrapper footer {
  width: 100%;
  position: relative;
}
.wrapper footer .footer-menu {
  background-color: #2f3f4b;
  padding-top: 100px;
  padding-bottom: 100px;
}
.wrapper footer .footer-menu .footer-list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 104px;
}
.wrapper footer .footer-menu .footer-list > li > a {
  width: 100%;
  font-weight: 500;
  font-size: 1.25rem;
  color: #ffffff;
  padding-bottom: 12px;
  border-bottom: 1px solid #ffffff;
}
.wrapper footer .footer-menu .footer-list > li ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  gap: 16px;
  margin: 12px 0;
}
.wrapper footer .footer-menu .footer-list > li ul li {
  width: 100%;
}
.wrapper footer .footer-menu .footer-list > li ul li a {
  width: 100%;
  color: #ffffff;
  font-weight: 400;
  font-size: 1.125rem;
}
.wrapper footer .footer-menu .footer-list > li ul li a:hover {
  text-decoration: underline;
}
.wrapper footer .footer-other {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  background-color: #ffffff;
  margin: 45px 0 60px 0;
}
.wrapper footer .footer-other .info {
  width: 30%;
}
.wrapper footer .footer-other .info a {
  width: 320px;
  margin-bottom: 26px;
}
.wrapper footer .footer-other .info ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 5px li;
  gap-font-size: 1.0625rem;
  gap-font-weight: 400;
}
.wrapper footer .footer-other .info-other ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 63px;
}
.wrapper footer .footer-other .info-other ul li a {
  font-size: 1.0625rem;
  font-weight: 400;
  color: #2f4b47;
}
.wrapper .has-border {
  width: auto;
  padding: 0 160px;
}

@media screen and (max-width: 1636px) {
  .wrapper .has-border {
    padding: 0 100px;
  }
}
@media screen and (max-width: 1600px) {
  .wrapper header nav .main-nav {
    gap: 20px;
  }
}
@media screen and (max-width: 1516px) {
  .wrapper .has-border {
    padding: 0 50px;
  }
}
@media screen and (max-width: 1300px) {
  .wrapper footer .footer-other {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .wrapper footer .footer-other .info {
    width: 100%;
  }
  .wrapper footer .footer-other .info-other {
    width: 100%;
    margin-top: 15px;
  }
  .wrapper footer .footer-other .info-other ul {
    flex-wrap: wrap;
    gap: 25px;
  }
}
@media screen and (max-width: 1025px) {
  .wrapper header .minor-nav {
    padding: 17px 20px;
  }
  .wrapper header .minor-nav h1 {
    width: 214px;
    height: 37px;
  }
  .wrapper header nav {
    display: none;
    position: fixed;
    top: 0px;
    left: 0;
    width: calc(100% - 40px);
    height: 100%;
    padding: 20px;
    z-index: 2;
    overflow-y: auto;
    background-color: #008795;
  }
  .wrapper header nav .main-nav {
    gap: 0px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    padding-top: 76px;
  }
  .wrapper header nav .main-nav > li {
    width: 100%;
  }
  .wrapper header nav .main-nav > li > a {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
  }
  .wrapper header nav .main-nav > li > a:hover::before {
    border-bottom: 4px solid transparent;
  }
  .wrapper header nav .main-nav > li > a .btn-add {
    display: block;
  }
  .wrapper header nav .main-nav > li > a .btn-minus {
    display: none;
  }
  .wrapper header nav .main-nav > li .sub-box {
    display: none;
    position: initial;
    visibility: visible;
    opacity: 1;
  }
  .wrapper header nav .main-nav > li .sub-box .sub-nav {
    width: auto;
    margin-top: 0px;
    background-color: transparent;
    padding: 0 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px;
    margin: 20px 0;
  }
  .wrapper header nav .main-nav > li .sub-box .sub-nav li {
    width: 100%;
    margin-bottom: 0;
  }
  .wrapper header nav .main-nav > li .sub-box .sub-nav li a {
    color: #ffffff;
  }
  .wrapper header nav .main-nav > li .sub-box .sub-nav li a:hover {
    color: #ffffff;
  }
  .wrapper header nav .main-nav > li .action-sub-box {
    display: block;
    visibility: initial;
    opacity: 1;
  }
  .wrapper header nav .other-nav {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    margin: 29px 0;
  }
  .wrapper header nav .other-nav li {
    width: 100%;
  }
  .wrapper header nav .other-nav li a {
    width: 100%;
    color: #ffffff;
  }
  .wrapper .desktop {
    display: none;
  }
  .wrapper .mobile {
    display: flex;
  }
}
@media screen and (max-width: 730px) {
  .wrapper footer .footer-other .info-other ul {
    flex-wrap: wrap;
    gap: 18px;
  }
}
@media screen and (max-width: 700px) {
  .wrapper footer .footer-other .info-other ul {
    flex-wrap: wrap;
    gap: 15px;
  }
}
@media screen and (max-width: 612px) {
  .wrapper header .minor-nav h1 {
    width: 190px;
    height: 30px;
  }
  .wrapper header .login-wrapper #lab_userName {
    margin-right: 0px;
  }
}
@media screen and (max-width: 580px) {
  .wrapper footer .footer-menu {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  .wrapper header .login-wrapper .manage-box {
    position: absolute;
    top: 50px;
    right: 8px;
    left: 8px;
    margin: auto;
  }
}
@media screen and (max-width: 500px) {
  .wrapper header .minor-nav .sub-list a {
    font-size: 0;
  }
  .wrapper header .minor-nav .sub-list .add-link a {
    font-size: 1.0625rem;
  }
}
@media screen and (max-width: 450px) {
  .wrapper footer .footer-other .info a {
    width: 100%;
  }
}
@media screen and (max-width: 436px) {
  .wrapper header nav .btn-main-close {
    right: 10px;
  }
  .wrapper header .minor-nav {
    padding: 17px 5px;
  }
  .wrapper header .minor-nav h1 {
    width: 170px;
    height: 30px;
  }
  .wrapper header .minor-nav .sub-list .headThumbnail {
    min-width: 40px;
    margin-right: 3px;
  }
  .wrapper header .minor-nav .sub-list .btn-main-open {
    margin-left: 6px;
  }
  .wrapper header .login-wrapper {
    margin: 0px 5px 0px 5px;
  }
}/*# sourceMappingURL=Layout.css.map */