/* 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;
}

.font-bold {
  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: 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: #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: 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 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 ::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 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 ::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 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-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 #eeeeee;
  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: 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: 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: 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: #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%;
    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: 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;
  }
}
: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 #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: 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 #dcdcdc;
  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: 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 #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: 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 #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: 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: #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: 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;
  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: 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: #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: 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: #d3eeef;
}
.stn-login .stn-login-inside {
  width: 300px;
  background-color: #ffffff;
  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: 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: #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: flex;
  flex-direction: row;
  justify-content: 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: 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 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: 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;
  }
  main .content.content-full-width {
    max-width: none;
  }
  footer .footerArea {
    max-width: 1200px;
    padding-right: 40px;
    padding-left: 40px;
    margin: 0 auto;
  }
}
main {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(246, 250, 253, 0.8)), to(rgba(246, 250, 253, 0))), url("../../images/LowCarbonActivities/BGpattern.svg");
  background: linear-gradient(rgba(246, 250, 253, 0.8), rgba(246, 250, 253, 0)), url("../../images/LowCarbonActivities/BGpattern.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  background-attachment: fixed;
  background-blend-mode: multiply;
  overflow-x: hidden;
}

.carbon-match-page {
  padding-bottom: 180px;
}
.carbon-match-page .stn-breadcrumbs {
  padding: 50px 0 24px;
  margin-left: max(0px, 50vw - 572px);
  margin-right: calc(24.22vw - 40px);
}
.carbon-match-page .stn-breadcrumbs li {
  color: #636363;
  font-size: 14px;
  line-height: 1.2;
}
.carbon-match-page .stn-breadcrumbs li a {
  color: #636363;
  font-weight: 400;
}
.carbon-match-page h2 {
  color: #222222;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 40px;
  margin-left: max(0px, 50vw - 572px);
  margin-right: calc(28.75vw - 40px);
}
.carbon-match-page .btn_sdg_chip {
  cursor: pointer;
}
.carbon-match-page .div_sdg_mobile_dropdown {
  display: none;
  position: relative;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.carbon-match-page .div_sdg_mobile_dropdown .span_sdg_dropdown_label {
  color: #0d3bb3;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
}
.carbon-match-page .div_sdg_mobile_dropdown .lnk_sdg_dropdown_more {
  color: #929292;
  font-size: 12px;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 2px;
  white-space: nowrap;
}
.carbon-match-page .div_sdg_mobile_dropdown .btn_sdg_dropdown_trigger {
  display: inline-flex;
  align-items: center;
  gap: 64px;
  padding: 6px 8px;
  background: #ffffff;
  border: 0.5px solid #acb4b8;
  border-radius: 28px;
  box-shadow: 0 10px 14px rgba(141, 150, 172, 0.2);
  cursor: pointer;
  min-width: 195px;
  height: 41px;
  box-sizing: border-box;
}
.carbon-match-page .div_sdg_mobile_dropdown .btn_sdg_dropdown_trigger .span_sdg_dropdown_text {
  color: #0d3bb3;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 140px;
}
.carbon-match-page .div_sdg_mobile_dropdown .btn_sdg_dropdown_trigger .span_sdg_dropdown_icon {
  font-size: 18px;
  color: #636363;
  transition: transform 0.2s ease;
}
.carbon-match-page .div_sdg_mobile_dropdown .btn_sdg_dropdown_trigger.is-open .span_sdg_dropdown_icon {
  transform: rotate(180deg);
}
.carbon-match-page .div_sdg_mobile_dropdown .div_sdg_dropdown_panel {
  display: none;
  position: absolute;
  top: 100%;
  left: 84px;
  z-index: 100;
  width: 185px;
  max-height: 265px;
  overflow-y: auto;
  background: #ffffff;
  border: 0.5px solid #929292;
  border-radius: 4px;
  box-shadow: 0 10px 14px rgba(141, 150, 172, 0.2);
  padding: 10px 0;
  margin-top: 4px;
}
.carbon-match-page .div_sdg_mobile_dropdown .div_sdg_dropdown_panel.is-open {
  display: block;
}
.carbon-match-page .div_sdg_mobile_dropdown .div_sdg_dropdown_panel .div_sdg_dropdown_item {
  padding: 5px 11px;
  color: #222222;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  cursor: pointer;
  transition: background-color 0.15s ease;
}
.carbon-match-page .div_sdg_mobile_dropdown .div_sdg_dropdown_panel .div_sdg_dropdown_item:hover {
  background-color: #edf4fb;
}
.carbon-match-page .div_sdg_mobile_dropdown .div_sdg_dropdown_panel .div_sdg_dropdown_item.is-selected {
  color: #ffffff;
  font-weight: 500;
  background-color: #0d3bb3;
}
.carbon-match-page .div_tab_area {
  display: flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  border-radius: 999px;
  padding: 6px;
  margin-bottom: 96px;
  margin-left: max(0px, 50vw - 572px);
  width: fit-content;
  max-width: 100%;
  overflow-x: auto;
}
.carbon-match-page .div_tab_area .btn_tab {
  border: 0;
  background-color: transparent;
  border-radius: 48px;
  color: #222222;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  padding: 8px 32px;
  min-height: 40px;
  transition: color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}
.carbon-match-page .div_tab_area .btn_tab.is-active, .carbon-match-page .div_tab_area .btn_tab[aria-selected=true] {
  background-color: #ffffff;
  color: #db00a6;
}
.carbon-match-page .div_tab_area .btn_tab:hover {
  color: #db00a6;
}
.carbon-match-page .div_tab_area .btn_tab:focus-visible {
  outline: 2px solid #db00a6;
  outline-offset: 2px;
}
.carbon-match-page .div_mode_tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 40px;
}
.carbon-match-page .div_mode_tabs .btn_mode_tab {
  border: 1px solid transparent;
  background-color: transparent;
  border-radius: 48px;
  color: #222222;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  padding: 8px 32px;
  min-height: 40px;
  cursor: pointer;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
.carbon-match-page .div_mode_tabs .btn_mode_tab.is-active {
  background-color: #db00a6;
  color: #ffffff;
  border-color: #db00a6;
}
.carbon-match-page .div_mode_tabs .btn_mode_tab:hover:not(.is-active) {
  color: #db00a6;
  border-color: #db00a6;
}
.carbon-match-page .div_mode_tabs .btn_mode_tab:focus-visible {
  outline: 2px solid #db00a6;
  outline-offset: 2px;
}
.carbon-match-page .h3_process_intro {
  color: #222222;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  width: 62.5vw;
  margin: 0 auto 34px;
  margin-left: calc(18.65vw - 40px);
  margin-right: calc(18.85vw - 40px);
}
.carbon-match-page .section_match_intro {
  background: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  padding: 69px 67px 66px;
  max-width: 930px;
  margin: 0 auto 92px;
}
.carbon-match-page .section_match_intro .div_title_deco {
  width: 5px;
  height: 20px;
  border-radius: 5px;
  background-color: #e649c0;
  margin-bottom: 0;
}
.carbon-match-page .section_match_intro p + .div_title_deco,
.carbon-match-page .section_match_intro .div_hero_banner + .div_title_deco,
.carbon-match-page .section_match_intro .div_food_gallery + .div_title_deco,
.carbon-match-page .section_match_intro .div_mode_content + .div_title_deco {
  margin-top: 40px;
}
.carbon-match-page .section_match_intro h3 + .div_hero_banner,
.carbon-match-page .section_match_intro h3 + .div_food_gallery,
.carbon-match-page .section_match_intro h3 + .div_mode_content {
  margin-top: 0;
}
.carbon-match-page .section_match_intro h3 {
  color: #222222;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  margin: -22px 0 19px 13px;
}
.carbon-match-page .section_match_intro p {
  color: #222222;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: -0.02em;
  text-align: justify;
  margin: 0;
}
.carbon-match-page .section_match_intro .div_hero_banner {
  width: 100%;
  height: 376px;
  overflow: hidden;
  margin-top: 45px;
}
.carbon-match-page .section_match_intro .div_hero_banner img {
  width: 100%;
}
.carbon-match-page .section_match_intro #div_heroBanner_match,
.carbon-match-page .section_match_intro #div_heroBanner_flow {
  height: auto;
  background: #ffffff;
  display: flex;
  justify-content: center;
}
.carbon-match-page .section_match_intro #div_heroBanner_match img,
.carbon-match-page .section_match_intro #div_heroBanner_flow img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.carbon-match-page .section_match_intro #div_heroBanner_esg,
.carbon-match-page .section_match_intro #div_heroBanner_esg_02,
.carbon-match-page .section_match_intro #div_heroBanner_esg_03 {
  height: auto;
  background: #ffffff;
}
.carbon-match-page .section_match_intro #div_heroBanner_esg img,
.carbon-match-page .section_match_intro #div_heroBanner_esg_02 img,
.carbon-match-page .section_match_intro #div_heroBanner_esg_03 img {
  height: auto;
  object-fit: contain;
}
.carbon-match-page .section_match_intro .div_esg_case_pair {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 16px;
  margin-top: 45px;
  align-items: flex-start;
}
.carbon-match-page .section_match_intro .div_esg_case_pair img {
  flex: 1 1 0;
  width: 50%;
  min-width: 0;
  height: auto;
  object-fit: contain;
}
.carbon-match-page .section_match_intro .p_esg_news {
  text-align: right;
  margin-top: 16px;
}
.carbon-match-page .section_match_intro .div_esg_invite {
  text-align: center;
  margin-top: 24px;
  line-height: 2;
}
.carbon-match-page .section_match_intro .div_esg_invite p {
  text-align: center;
}
.carbon-match-page .section_match_intro .div_esg_invite .ul_esg_invite_features {
  display: inline-block;
  text-align: left;
  list-style: none;
  margin: 24px 0;
  padding: 0;
}
.carbon-match-page .section_match_intro .div_esg_invite .ul_esg_invite_features li {
  position: relative;
  padding-left: 28px;
  line-height: 2.2;
}
.carbon-match-page .section_match_intro .div_esg_invite .ul_esg_invite_features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  font-weight: 700;
}
.carbon-match-page .section_match_intro .div_esg_invite .p_esg_invite_cta {
  margin-top: 24px;
}
.carbon-match-page .section_match_intro .div_mode_content {
  margin-top: 24px;
}
.carbon-match-page .section_match_intro .div_mode_content .div_hero_banner {
  height: auto;
  margin-top: 0;
  background: #ffffff;
}
.carbon-match-page .section_match_intro .div_mode_content .div_hero_banner img {
  height: auto;
  object-fit: contain;
}
.carbon-match-page .section_match_intro .div_mode_content .ul_mode_contact {
  margin: 0;
  padding: 0;
  list-style: none;
}
.carbon-match-page .section_match_intro .div_mode_content .ul_mode_contact li {
  color: #222222;
  font-size: 16px;
  line-height: 1.875;
}
.carbon-match-page .section_match_intro .div_mode_content .ul_mode_contact li a {
  color: #0d3bb3;
  text-decoration: underline;
  word-break: break-all;
}
.carbon-match-page .section_match_intro .ul_download_list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.carbon-match-page .section_match_intro .ul_download_list li {
  margin: 0;
}
.carbon-match-page .section_match_intro .ul_download_list a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #0d3bb3;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  word-break: break-all;
}
.carbon-match-page .section_match_intro .ul_download_list a .material-icons-outlined {
  font-size: 20px;
  flex-shrink: 0;
}
.carbon-match-page .section_match_intro .ul_download_list a:hover, .carbon-match-page .section_match_intro .ul_download_list a:focus-visible {
  text-decoration: underline;
}
.carbon-match-page .section_match_intro .div_food_gallery {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 24px;
}
.carbon-match-page .section_match_intro .div_food_gallery .div_hero_banner {
  height: auto;
  margin-top: 0;
  background: #ffffff;
}
.carbon-match-page .section_match_intro .div_food_gallery .div_hero_banner img {
  height: auto;
  object-fit: contain;
}
.carbon-match-page .section_match_cards h3 {
  color: #222222;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 39px;
}
.carbon-match-page .section_match_cards .div_sdg_filter {
  width: 86.77vw;
  max-width: 100%;
  margin: 0 auto 42px;
  margin-left: calc(6.98vw - 40px);
  margin-right: calc(6.25vw - 40px);
  box-sizing: border-box;
}
.carbon-match-page .section_match_cards .div_sdg_filter .div_sdg_title_row {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 20px;
}
.carbon-match-page .section_match_cards .div_sdg_filter .p_sdg_title {
  color: #0d3bb3;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
}
.carbon-match-page .section_match_cards .div_sdg_filter .lnk_sdg_more {
  color: #929292;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: underline;
  text-underline-offset: 2px;
  white-space: nowrap;
}
.carbon-match-page .section_match_cards .div_sdg_filter .div_sdg_chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
}
.carbon-match-page .section_match_cards .div_sdg_filter .div_sdg_chips .btn_sdg_chip {
  border: 1px solid #0d3bb3;
  background: #ffffff;
  color: #0d3bb3;
  border-radius: 28px;
  min-height: 48px;
  padding: 14px 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
}
.carbon-match-page .section_match_cards .div_sdg_filter .div_sdg_chips .btn_sdg_chip.is-active {
  background: #0d3bb3;
  color: #ffffff;
}
.carbon-match-page .section_match_cards .ul_match_cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(283px, 1fr));
  gap: 55px 54px;
  max-width: 1203px;
  margin: 0 auto;
  padding: 0;
}
.carbon-match-page .section_match_cards .ul_match_cards li {
  list-style: none;
  display: flex;
  flex-direction: column;
}
.carbon-match-page .section_match_cards .ul_match_cards .article_match_card {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  padding: 42px 31px 17px;
  min-height: 411px;
}
.carbon-match-page .section_match_cards .ul_match_cards .article_match_card > img {
  width: 100%;
  height: auto;
  aspect-ratio: 284/204;
  border-radius: 10px;
  object-fit: cover;
  margin-bottom: 54px;
}
.carbon-match-page .section_match_cards .ul_match_cards .article_match_card .span_match_tag {
  display: inline-flex;
  position: absolute;
  left: 31px;
  top: 42px;
  align-items: center;
  border-radius: 8px 0 8px 0;
  background: #289D66;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  padding: 4px 8px;
}
.carbon-match-page .section_match_cards .ul_match_cards .article_match_card .span_match_tag--ecology {
  background: #289D66;
}
.carbon-match-page .section_match_cards .ul_match_cards .article_match_card .span_match_tag--power {
  background: #0096B7;
}
.carbon-match-page .section_match_cards .ul_match_cards .article_match_card .span_match_tag--transport {
  background: #BD9BEE;
}
.carbon-match-page .section_match_cards .ul_match_cards .article_match_card .span_match_tag--recycle {
  background: #5884F7;
}
.carbon-match-page .section_match_cards .ul_match_cards .article_match_card .span_match_tag--sustain {
  background: #0D3BB3;
}
.carbon-match-page .section_match_cards .ul_match_cards .article_match_card .span_match_tag--lifestyle {
  background: #DB00A6;
}
.carbon-match-page .section_match_cards .ul_match_cards .article_match_card h4 {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 14px;
  min-height: 44px;
}
.carbon-match-page .section_match_cards .ul_match_cards .article_match_card p {
  color: #91979f;
  font-size: 16px;
  line-height: 1.2;
  margin: 0 0 9px;
}
.carbon-match-page .section_match_cards .ul_match_cards .article_match_card .p_meta {
  display: flex;
  align-items: flex-start;
  gap: 9px;
}
.carbon-match-page .section_match_cards .ul_match_cards .article_match_card .p_meta .material-icons-outlined {
  font-size: 25px;
  color: #91979f;
  flex-shrink: 0;
}
.carbon-match-page .section_match_cards .ul_match_cards .article_match_card .div_goal_tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 28px;
}
.carbon-match-page .section_match_cards .ul_match_cards .article_match_card .div_goal_tags .btn_goal {
  border: 1px solid #0d3bb3;
  background: #edf4fb;
  color: #0d3bb3;
  border-radius: 28px;
  height: 25px;
  padding: 0 16px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.carbon-match-page .section_match_cards .ul_match_cards .article_match_card .btn_more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 137px;
  padding: 12px 0;
  border-radius: 40px;
  background: #db00a6;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.carbon-match-page .section_match_cards .ul_match_cards .article_match_card .btn_more:hover {
  background: #bf008f;
}
.carbon-match-page .section_match_cards .ul_match_cards .article_match_card .btn_more:focus-visible {
  outline: 2px solid #db00a6;
  outline-offset: 2px;
}
.carbon-match-page .section_match_cards .ul_match_cards .article_match_card .div_btn_more_wrap {
  display: flex;
  justify-content: center;
  margin-top: auto;
}
.carbon-match-page .section_match_cards .pageArea {
  margin: 34px 0 0;
}
.carbon-match-page .section_match_cards .pageArea .PageLists {
  position: relative;
  width: 269px;
  height: 40px;
  margin: 0 auto;
}
.carbon-match-page .section_match_cards .pageArea .page-item {
  position: absolute;
  top: 0;
}
.carbon-match-page .section_match_cards .pageArea .page-item.page-dots {
  color: #91979f;
  font-size: 16px;
  line-height: 1.171875;
  left: 167px;
  top: 10px;
}
.carbon-match-page .section_match_cards .pageArea .page-item a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #dcdcdc;
  color: #000000;
  font-size: 16px;
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.carbon-match-page .section_match_cards .pageArea .page-item a .material-icons-outlined {
  font-size: 20px;
  line-height: 1;
}
.carbon-match-page .section_match_cards .pageArea .page-item a:focus-visible {
  outline: 2px solid #db00a6;
  outline-offset: 2px;
}
.carbon-match-page .section_match_cards .pageArea .page-item.active a {
  border-color: #db00a6;
  color: #db00a6;
}
.carbon-match-page .section_match_cards .pageArea .page-item:not(.active) a:hover {
  border-color: #db00a6;
  color: #db00a6;
}
.carbon-match-page .section_match_cards .pageArea .page-item.page-prev {
  left: 0;
}
.carbon-match-page .section_match_cards .pageArea .page-item.page-prev a {
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 0;
  margin-top: 10px;
}
.carbon-match-page .section_match_cards .pageArea .page-item.page-next {
  left: 249px;
}
.carbon-match-page .section_match_cards .pageArea .page-item.page-next a {
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 0;
  margin-top: 10px;
}
.carbon-match-page .section_match_cards .pageArea .page-item.page-num a {
  border: 0;
  width: 20px;
  height: 20px;
  margin-top: 10px;
}
.carbon-match-page .section_match_cards .pageArea .page-item.page-num-1 {
  left: 50px;
}
.carbon-match-page .section_match_cards .pageArea .page-item.page-num-2 {
  left: 89px;
}
.carbon-match-page .section_match_cards .pageArea .page-item.page-num-2 a {
  border-radius: 50%;
  border: 1px solid #dcdcdc;
  width: 40px;
  height: 40px;
  margin-top: 0;
}
.carbon-match-page .section_match_cards .pageArea .page-item.page-num-3 {
  left: 128px;
}
.carbon-match-page .section_match_cards .pageArea .page-item.page-num-3 a {
  color: #db00a6;
}
.carbon-match-page .section_match_cards .pageArea .page-item.page-num-6 {
  left: 210px;
}
.carbon-match-page .section_match_cards .pageArea .TotalPage {
  width: 269px;
  margin: 0 auto;
  padding-top: 0;
  text-align: center;
  color: #000000;
  font-size: 12px;
  line-height: 1.2;
}
.carbon-match-page .section_match_cards .pageArea .PageLists.is-dynamic-pagination {
  padding-bottom: 28px;
}
.carbon-match-page .section_match_cards .pageArea .PageLists.is-dynamic-pagination .page-item .btn_page_nav {
  border: none;
  background-color: transparent;
  color: #000000;
}
.carbon-match-page .section_match_cards .pageArea .PageLists.is-dynamic-pagination .page-item.active .btn_page_nav {
  background-color: #db00a6;
  border: 1px solid #db00a6;
  color: #ffffff;
}
.carbon-match-page .section_achievement_zone {
  margin-top: 96px;
}
.carbon-match-page .section_achievement_zone h3 {
  color: #222222;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 40px;
}
.carbon-match-page .section_achievement_zone .ul_download_list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.carbon-match-page .section_achievement_zone .ul_download_list li {
  margin: 0;
}
.carbon-match-page .section_achievement_zone .ul_download_list a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #0d3bb3;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  word-break: break-all;
}
.carbon-match-page .section_achievement_zone .ul_download_list a .material-icons-outlined {
  font-size: 20px;
  flex-shrink: 0;
}
.carbon-match-page .section_achievement_zone .ul_download_list a:hover,
.carbon-match-page .section_achievement_zone .ul_download_list a:focus-visible {
  text-decoration: underline;
}
.carbon-match-page .section_achievement_zone .div_sdg_filter {
  width: 86.77vw;
  max-width: 100%;
  margin: 0 auto 40px;
  margin-left: calc(6.98vw - 40px);
  margin-right: calc(6.25vw - 40px);
  box-sizing: border-box;
}
.carbon-match-page .section_achievement_zone .div_sdg_filter .div_sdg_title_row {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 20px;
}
.carbon-match-page .section_achievement_zone .div_sdg_filter .p_sdg_title {
  color: #0d3bb3;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
}
.carbon-match-page .section_achievement_zone .div_sdg_filter .lnk_sdg_more {
  color: #929292;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: underline;
  text-underline-offset: 2px;
  white-space: nowrap;
}
.carbon-match-page .section_achievement_zone .div_sdg_filter .div_sdg_chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
}
.carbon-match-page .section_achievement_zone .div_sdg_filter .div_sdg_chips .btn_sdg_chip {
  border: 1px solid #0d3bb3;
  background: #ffffff;
  color: #0d3bb3;
  border-radius: 28px;
  min-height: 48px;
  padding: 14px 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
}
.carbon-match-page .section_achievement_zone .div_sdg_filter .div_sdg_chips .btn_sdg_chip.is-active {
  background: #0d3bb3;
  color: #ffffff;
}
.carbon-match-page .section_achievement_zone .div_achievement_card_area {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  min-height: 607px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  padding: 87px 253px 39px 253px;
  box-sizing: border-box;
  overflow: hidden;
}
.carbon-match-page .section_achievement_zone .div_achievement_card_area.is-grabbing {
  user-select: none;
}
.carbon-match-page .section_achievement_zone .ul_achievement_cards {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 42px;
  width: 100%;
}
.carbon-match-page .section_achievement_zone .ul_achievement_cards li {
  list-style: none;
  width: 100%;
  min-width: 0;
  min-height: 284px;
}
.carbon-match-page .section_achievement_zone .ul_achievement_cards .article_achievement_card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0;
}
.carbon-match-page .section_achievement_zone .ul_achievement_cards .article_achievement_card .div_card_image_wrap {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.carbon-match-page .section_achievement_zone .ul_achievement_cards .article_achievement_card .div_card_image_wrap img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 443/317;
  border-radius: 10px;
  object-fit: cover;
}
.carbon-match-page .section_achievement_zone .ul_achievement_cards .article_achievement_card .div_card_image_wrap .span_match_tag {
  display: inline-flex;
  position: absolute;
  left: 0;
  top: 0;
  align-items: center;
  border-radius: 8px 0 8px 0;
  background: #289d66;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  padding: 4px 8px;
}
.carbon-match-page .section_achievement_zone .ul_achievement_cards .article_achievement_card .div_card_image_wrap .a_card_overlay {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(146, 146, 146, 0.7);
  border-radius: 10px;
  opacity: 0;
  transition: opacity 0.3s ease;
  text-decoration: none;
}
.carbon-match-page .section_achievement_zone .ul_achievement_cards .article_achievement_card .div_card_image_wrap .a_card_overlay .span_overlay_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 16px;
  background: #ffffff;
  border: 1px solid #db00a6;
  border-radius: 28px;
  color: #db00a6;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}
.carbon-match-page .section_achievement_zone .ul_achievement_cards .article_achievement_card .div_card_image_wrap:hover .a_card_overlay {
  opacity: 1;
}
.carbon-match-page .section_achievement_zone .ul_achievement_cards .article_achievement_card .div_card_image_wrap .a_card_overlay:focus-visible {
  opacity: 1;
  outline: 2px solid #db00a6;
  outline-offset: 2px;
}
.carbon-match-page .section_achievement_zone .ul_achievement_cards .article_achievement_card .div_goal_tags {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  margin: 24px 0 15px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  cursor: grab;
}
.carbon-match-page .section_achievement_zone .ul_achievement_cards .article_achievement_card .div_goal_tags.is-grabbing {
  cursor: grabbing;
  user-select: none;
}
.carbon-match-page .section_achievement_zone .ul_achievement_cards .article_achievement_card .div_goal_tags::-webkit-scrollbar {
  display: none;
}
.carbon-match-page .section_achievement_zone .ul_achievement_cards .article_achievement_card .div_goal_tags .btn_goal {
  border: 1px solid #0d3bb3;
  background: #edf4fb;
  color: #0d3bb3;
  border-radius: 28px;
  height: 25px;
  padding: 0 16px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.carbon-match-page .section_achievement_zone .ul_achievement_cards .article_achievement_card h4 {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
}
.carbon-match-page .section_achievement_zone .pageArea {
  margin: 34px -253px 0 -253px;
  width: calc(100% + 506px);
}
.carbon-match-page .section_achievement_zone .pageArea .TotalPage {
  display: none;
}
.carbon-match-page .section_achievement_zone .pageArea .ul_dot_pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22.5px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.carbon-match-page .section_achievement_zone .pageArea .ul_dot_pagination .dot_page_item {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  border: 1px solid #0075ff;
  background: #ffffff;
}
.carbon-match-page .section_achievement_zone .pageArea .ul_dot_pagination .dot_page_item.is-active {
  background: #0075ff;
  border-color: #0075ff;
}
.carbon-match-page .section_achievement_zone .pageArea .ul_dot_pagination .dot_page_item:hover:not(.is-active) {
  background: rgba(0, 117, 255, 0.2);
}
.carbon-match-page .section_achievement_zone .pageArea .ul_dot_pagination .dot_page_item:focus-visible {
  outline: 2px solid #0075ff;
  outline-offset: 2px;
}
.carbon-match-page .pageArea .PageLists.is-dynamic-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  position: static;
  width: 100%;
  height: auto;
}
.carbon-match-page .pageArea .PageLists.is-dynamic-pagination .page-item {
  position: static;
  left: auto;
}
.carbon-match-page .pageArea .PageLists.is-dynamic-pagination .page-item .btn_page_nav {
  min-width: 36px;
  height: 36px;
  border: 1px solid #dcdcdc;
  border-radius: 18px;
  color: #4f4f4f;
  background-color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  line-height: 1.2;
  font-size: 14px;
}
.carbon-match-page .pageArea .PageLists.is-dynamic-pagination .page-item.active .btn_page_nav {
  background-color: #0d3bb3;
  border-color: #0d3bb3;
  color: #ffffff;
}
.carbon-match-page .pageArea .PageLists.is-dynamic-pagination .page-item.is-disabled .btn_page_nav {
  background-color: #f2f4f7;
  border-color: #e3e6ea;
  color: #a0a7b2;
  cursor: not-allowed;
}
.carbon-match-page .li_empty_state,
.carbon-match-page .li_loading_state,
.carbon-match-page .li_error_state {
  grid-column: 1/-1;
  border: 1px dashed #d0d8e6;
  border-radius: 12px;
  background-color: #f8fbff;
  padding: 24px 16px;
}
.carbon-match-page .p_empty_state,
.carbon-match-page .p_loading_state,
.carbon-match-page .p_error_state {
  color: #4e5969;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
}
.carbon-match-page .p_error_state {
  color: #bf2f2f;
}
.carbon-match-page .section_tab_panel[hidden] {
  display: none !important;
}
.carbon-match-page .section_tab_panel:not([hidden]) {
  display: block;
}
.carbon-match-page .section_match_cards[hidden],
.carbon-match-page .section_achievement_zone[hidden] {
  display: none !important;
}

@media screen and (max-width: 1596px) {
  .carbon-match-page .div_achievement_card_area .ul_achievement_cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 1111px) {
  .carbon-match-page .div_achievement_card_area .ul_achievement_cards {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (max-width: 768px) {
  .carbon-match-page {
    padding-bottom: 120px;
  }
  .carbon-match-page .div_sdg_mobile_dropdown {
    display: flex;
  }
  .carbon-match-page .div_sdg_filter .div_sdg_title_row {
    display: none !important;
  }
  .carbon-match-page .div_sdg_filter .div_sdg_chips {
    display: none !important;
  }
  .carbon-match-page .stn-breadcrumbs {
    margin-left: 0;
    margin-right: 0;
  }
  .carbon-match-page h2 {
    margin-left: 0;
    margin-right: 0;
    font-size: 24px;
    margin-bottom: 28px;
  }
  .carbon-match-page .div_tab_area {
    gap: 6px;
    flex-wrap: wrap;
    margin-left: 0;
    margin-bottom: 42px;
  }
  .carbon-match-page .div_tab_area .btn_tab {
    font-size: 16px;
    padding: 8px 20px;
  }
  .carbon-match-page .section_match_intro {
    padding: 28px 24px 28px;
    margin-left: 0;
    margin-bottom: 42px;
  }
  .carbon-match-page .section_match_intro h3 {
    font-size: 20px;
    margin-bottom: 14px;
  }
  .carbon-match-page .section_match_intro p {
    font-size: 16px;
    line-height: 1.875;
  }
  .carbon-match-page .section_match_intro .div_hero_banner {
    height: auto;
    margin-top: 19px;
  }
  .carbon-match-page .section_match_intro .div_hero_banner img {
    height: auto;
  }
  .carbon-match-page .section_match_cards h3 {
    font-size: 24px;
  }
  .carbon-match-page .section_match_cards .div_sdg_filter {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 28px;
  }
  .carbon-match-page .section_match_cards .div_sdg_filter .div_sdg_title_row {
    margin-bottom: 14px;
  }
  .carbon-match-page .section_match_cards .div_sdg_filter .p_sdg_title {
    font-size: 16px;
  }
  .carbon-match-page .section_match_cards .div_sdg_filter .div_sdg_chips {
    gap: 8px;
  }
  .carbon-match-page .section_match_cards .div_sdg_filter .div_sdg_chips .btn_sdg_chip {
    min-height: 25px;
    padding: 6px 12px;
    font-size: 12px;
  }
  .carbon-match-page .section_match_cards .ul_match_cards {
    margin-left: 0;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .carbon-match-page .section_match_cards .ul_match_cards .article_match_card {
    padding: 20px 16px 24px;
    min-height: auto;
  }
  .carbon-match-page .section_match_cards .ul_match_cards .article_match_card .span_match_tag {
    left: 16px;
    top: 20px;
  }
  .carbon-match-page .section_match_cards .ul_match_cards .article_match_card > img {
    width: 100%;
    height: 147px;
    margin-bottom: 28px;
    border-radius: 10px;
  }
  .carbon-match-page .section_match_cards .ul_match_cards .article_match_card h4 {
    font-size: 18px;
    min-height: auto;
    margin-bottom: 14px;
  }
  .carbon-match-page .section_match_cards .ul_match_cards .article_match_card p {
    font-size: 16px;
  }
  .carbon-match-page .section_match_cards .ul_match_cards .article_match_card .p_meta .material-icons-outlined {
    font-size: 24px;
  }
  .carbon-match-page .section_match_cards .ul_match_cards .article_match_card .div_goal_tags {
    margin: 12px 0 20px;
  }
  .carbon-match-page .section_match_cards .ul_match_cards .article_match_card .div_goal_tags .btn_goal {
    height: 25px;
    padding: 0 12px;
    font-size: 12px;
  }
  .carbon-match-page .section_match_cards .pageArea .PageLists {
    width: 213px;
  }
  .carbon-match-page .section_match_cards .pageArea .TotalPage {
    width: 213px;
    padding-left: 12px;
  }
  .carbon-match-page .section_match_cards .pageArea .page-item.page-dots {
    font-size: 14px;
    left: 132px;
    top: 6px;
  }
  .carbon-match-page .section_match_cards .pageArea .page-item.page-prev {
    left: 0;
  }
  .carbon-match-page .section_match_cards .pageArea .page-item.page-next {
    left: 197px;
  }
  .carbon-match-page .section_match_cards .pageArea .page-item.page-num-1 {
    left: 40px;
  }
  .carbon-match-page .section_match_cards .pageArea .page-item.page-num-2 {
    left: 70px;
  }
  .carbon-match-page .section_match_cards .pageArea .page-item.page-num-3 {
    left: 100px;
  }
  .carbon-match-page .section_match_cards .pageArea .page-item.page-num-3 a {
    color: #db00a6;
  }
  .carbon-match-page .section_match_cards .pageArea .page-item.page-num-6 {
    left: 166px;
  }
  .carbon-match-page .h3_process_intro {
    font-size: 24px;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .carbon-match-page .section_achievement_zone h3 {
    font-size: 24px;
  }
  .carbon-match-page .section_achievement_zone {
    margin-top: 48px;
  }
  .carbon-match-page .section_achievement_zone .div_sdg_filter {
    margin-bottom: 24px;
  }
  .carbon-match-page .section_achievement_zone .div_sdg_filter .div_sdg_title_row {
    margin-bottom: 14px;
  }
  .carbon-match-page .section_achievement_zone .div_sdg_filter .p_sdg_title {
    font-size: 16px;
  }
  .carbon-match-page .section_achievement_zone .div_sdg_filter .div_sdg_chips {
    gap: 8px;
  }
  .carbon-match-page .section_achievement_zone .div_sdg_filter .div_sdg_chips .btn_sdg_chip {
    min-height: 25px;
    padding: 6px 12px;
    font-size: 12px;
  }
  .carbon-match-page .section_achievement_zone .div_achievement_card_area {
    padding: 40px 24px 30px;
    min-height: auto;
    border-radius: 20px;
  }
}
@media screen and (max-width: 375px) {
  .carbon-match-page {
    padding-bottom: 84px;
  }
  .carbon-match-page .stn-breadcrumbs {
    padding-top: 24px;
  }
  .carbon-match-page h2,
  .carbon-match-page .section_match_cards h3,
  .carbon-match-page .h3_process_intro,
  .carbon-match-page .section_achievement_zone h3 {
    font-size: 20px;
  }
  .carbon-match-page .div_tab_area {
    margin-bottom: 28px;
  }
  .carbon-match-page .div_tab_area .btn_tab {
    width: 100%;
    justify-content: center;
    font-size: 14px;
  }
  .carbon-match-page .section_match_intro {
    padding: 26px 16px 28px;
  }
  .carbon-match-page .section_match_intro h3 {
    margin-left: 11px;
    font-size: 18px;
  }
  .carbon-match-page .section_match_intro p {
    font-size: 14px;
    line-height: 1.75;
  }
  .carbon-match-page .section_match_intro .div_hero_banner {
    margin-top: 22px;
  }
  .carbon-match-page .section_match_cards .div_sdg_filter .div_sdg_chips {
    gap: 6px;
  }
  .carbon-match-page .section_match_cards .div_sdg_filter .div_sdg_chips .btn_sdg_chip {
    padding: 4px 10px;
    font-size: 11px;
  }
  .carbon-match-page .section_match_cards .ul_match_cards {
    gap: 22px;
  }
  .carbon-match-page .section_match_cards .ul_match_cards .article_match_card {
    padding: 20px 16px 24px;
  }
  .carbon-match-page .section_match_cards .ul_match_cards .article_match_card .span_match_tag {
    left: 16px;
    top: 20px;
  }
  .carbon-match-page .section_match_cards .ul_match_cards .article_match_card > img {
    height: 130px;
  }
  .carbon-match-page .section_match_cards .ul_match_cards .article_match_card .btn_more {
    width: 120px;
    height: 36px;
    font-size: 14px;
  }
  .carbon-match-page .section_match_cards .pageArea .PageLists {
    width: 200px;
  }
  .carbon-match-page .section_match_cards .pageArea .TotalPage {
    width: 200px;
    padding-left: 12px;
  }
  .carbon-match-page .section_achievement_zone {
    margin-top: 36px;
  }
  .carbon-match-page .section_achievement_zone .div_sdg_filter .div_sdg_chips {
    gap: 6px;
  }
  .carbon-match-page .section_achievement_zone .div_sdg_filter .div_sdg_chips .btn_sdg_chip {
    padding: 4px 10px;
    font-size: 11px;
  }
  .carbon-match-page .section_achievement_zone .div_achievement_card_area {
    padding: 30px 16px 24px;
  }
  .carbon-match-page .section_achievement_zone .ul_achievement_cards li {
    flex: 0 0 100%;
    min-width: 0;
  }
  .carbon-match-page .section_achievement_zone .ul_achievement_cards .article_achievement_card .div_card_image_wrap img {
    height: 130px;
  }
}
@media screen and (max-width: 360px) {
  .carbon-match-page .section_achievement_zone .ul_achievement_cards {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 42px;
  }
  .carbon-match-page .section_achievement_zone .ul_achievement_cards li {
    width: 100%;
    min-width: 0;
    min-height: 284px;
  }
  .carbon-match-page .section_achievement_zone .ul_achievement_cards .article_achievement_card .div_card_image_wrap img {
    width: 100%;
    height: 147px;
  }
  .carbon-match-page .section_achievement_zone .ul_achievement_cards .article_achievement_card .div_goal_tags .btn_goal {
    height: 25px;
    padding: 0 12px;
    font-size: 12px;
  }
  .carbon-match-page .section_achievement_zone .ul_achievement_cards .article_achievement_card h4 {
    font-size: 18px;
  }
}
