@charset "UTF-8";
@font-face {
  font-family: NotoSansTC;
  src: url("../fonts/NotoSansTC-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: NotoSansTC;
  src: url("../fonts/NotoSansTC-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: NotoSansTC;
  src: url("../fonts/NotoSansTC-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: NotoSansTC;
  src: url("../fonts/NotoSansTC-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: NotoSansTC;
  src: url("../fonts/NotoSansTC-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: NotoSansTC;
  src: url("../fonts/NotoSansTC-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
body {
  font-family: "NotoSansTC", sans-serif;
}

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,
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
  font-family: "NotoSansTC", Arial, "微軟正黑體", sans-serif;
}

html, body {
  height: auto;
}

ol,
ul {
  list-style: none;
}

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

caption,
th,
td {
  text-align: start;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

*,
*:before,
*:after {
  box-sizing: border-box;
}

* {
  font-family: "NotoSansTC", "微軟正黑體";
}

::-moz-selection {
  background-color: #FFECBC;
  color: #333333;
}

::selection {
  background-color: #FFECBC;
  color: #333333;
}

::-moz-selection {
  background-color: #FFECBC;
  color: #333333;
}

img {
  max-width: 100%;
  height: auto;
}

body {
  color: #333333;
  background-color: #F2F0E9;
  background-image: url(../images/bg/首頁第一區紋路.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  font-size: 16px;
  position: relative;
  min-height: 100vh;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
}
body::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  box-shadow: 0px 5px 16px rgba(105, 105, 105, 0.08);
  background-color: #FFFFFF;
}
body::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid #FFFFFF;
  background-color: #AEAEB2;
}
a {
  color: #0579FF;
  border-bottom: 1px solid transparent;
}
a:hover {
  color: rgb(0, 96.976, 209);
}

b {
  font-weight: bold;
}

.none {
  display: none !important;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.flex-col-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.flex-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}

.flex-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
}

.flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}

.flex1 {
  flex: 1;
}

.flex-wrap {
  flex-wrap: wrap;
}

.shrink {
  flex-shrink: 0;
}

.font-bold {
  font-weight: bold !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.align-center {
  align-items: center !important;
}

.justify-center {
  justify-content: center !important;
}

.justify-end {
  justify-content: flex-end !important;
}

.white-space-nowrap {
  white-space: nowrap;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mx-5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.w-100 {
  width: 100% !important;
}

.w-15 {
  width: 15% !important;
}

.w-25 {
  width: 25% !important;
}

.w-30 {
  width: 30% !important;
}

.w-40 {
  width: 40% !important;
}

.w-50 {
  width: 50% !important;
}

.w-100px {
  width: 100px !important;
}

.relative {
  position: relative;
}

.text-align-center {
  text-align: center;
}

.gap-5 {
  gap: 5px;
}

.gap-15 {
  gap: 15px;
}

@media (max-width: 992px) {
  .lg-column {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .md-none {
    display: none !important;
  }
  .md-wrap {
    flex-wrap: wrap;
  }
  .md-column {
    flex-direction: column;
  }
  .md-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 576px) {
  .sm-none {
    display: none !important;
  }
  .sm-column {
    flex-direction: column;
  }
  .sm-wrap {
    flex-wrap: wrap;
  }
}
textarea:-moz-read-only.inputHide, input[type=text]:-moz-read-only.inputHide {
  width: 1px;
  opacity: 0;
  height: 0;
  position: absolute;
}
textarea:disabled, textarea:read-only.inputHide,
input[type=text]:disabled.inputHide,
input[type=text]:read-only.inputHide,
input[type=time]:disabled.inputHide {
  width: 1px;
  opacity: 0;
  height: 0;
  position: absolute;
}

.default-btn {
  background-color: #F08C1E;
  color: #FFFFFF;
  padding: 9px 25px;
  border-radius: 35px;
  cursor: pointer;
  border: 0px;
  font-family: "Noto Sans TC";
  display: inline-block;
}
.default-btn:hover {
  background-color: rgb(205.3125, 114.0625, 13.6875);
}

.upload-btn {
  background-color: #F08C1E;
  color: #FFFFFF;
  padding: 9px 20px;
  border-radius: 35px;
  cursor: pointer;
  border: 0px;
  font-family: "Noto Sans TC";
  display: inline-block;
  font-size: 16px;
  margin: 0 0 5px 2%;
  letter-spacing: 2px;
}
.upload-btn:hover {
  background-color: rgb(205.3125, 114.0625, 13.6875);
}
@media (max-width: 768px) {
  .upload-btn {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .upload-btn {
    margin-top: 10px;
  }
}

.searchLandBtn {
  background-color: #FFFFFF;
  color: #479560;
  padding: 5px 10px;
  border-radius: 35px;
  cursor: pointer;
  border: 0px;
  font-family: "Noto Sans TC";
  display: inline-block;
  font-size: 16px;
  border: 2px solid #479560;
  border-radius: 5px;
  font-weight: bold;
  display: flex;
  align-items: center;
  letter-spacing: 2px;
}
.searchLandBtn:hover {
  background-color: rgb(229.5, 229.5, 229.5);
}
@media (max-width: 768px) {
  .searchLandBtn {
    font-size: 14px;
  }
}

.cancel-btn {
  background-color: #AEAEB2;
  color: #FFFFFF;
  padding: 9px 20px;
  border-radius: 35px;
  cursor: pointer;
  border: 0px;
  font-family: "Noto Sans TC";
  display: inline-block;
  font-size: 16px;
  letter-spacing: 2px;
  margin-left: 5px;
  flex-shrink: 0;
}
.cancel-btn:hover {
  background-color: rgb(147.8544303797, 147.8544303797, 153.1455696203);
}
@media (max-width: 768px) {
  .cancel-btn {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .cancel-btn {
    padding: 7px;
  }
}

.prev-btn {
  background-color: #FFFFFF;
  color: #333333;
  padding: 9px 20px;
  border-radius: 35px;
  cursor: pointer;
  border: 0px;
  font-family: "Noto Sans TC";
  display: inline-block;
  font-size: 16px;
  letter-spacing: 3px;
  margin-left: 5px;
  box-shadow: 0 5px 12px rgba(105, 105, 105, 0.2);
  font-weight: 600;
}
.prev-btn:hover {
  background-color: rgb(229.5, 229.5, 229.5);
}
@media (max-width: 768px) {
  .prev-btn {
    font-size: 14px;
  }
}
.prev-btn:hover {
  background-color: #9CCCDB;
}

.trash-btn {
  background-color: #FFFFFF;
  color: #F08C1E;
  padding: 5px 10px;
  border-radius: 35px;
  cursor: pointer;
  border: 0px;
  font-family: "Noto Sans TC";
  display: inline-block;
  cursor: pointer;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  border: 2px solid #F08C1E;
  font-weight: bold;
  gap: 5px;
  margin: 0 auto;
  white-space: nowrap;
}
.trash-btn:hover {
  background-color: rgb(229.5, 229.5, 229.5);
}
@media (max-width: 992px) {
  .trash-btn {
    padding: 6px 10px;
  }
}
@media (max-width: 768px) {
  .trash-btn {
    font-size: 14px;
    padding: 4px 5px;
    border: 1px solid #F08C1E;
    gap: 0px;
  }
  .trash-btn img {
    width: 20px;
  }
}
@media (max-width: 480px) {
  .trash-btn {
    border: none;
    padding: 0;
  }
  .trash-btn img {
    width: 35px;
  }
}

.edit-btn {
  background-color: #F08C1E;
  color: #FFFFFF;
  padding: 6px 15px 6px 40px;
  border-radius: 35px;
  cursor: pointer;
  border: 0px;
  font-family: "Noto Sans TC";
  display: inline-block;
  background-image: url("../images/icon/edit.svg");
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: 20% 50%;
  font-size: 16px;
}
.edit-btn:hover {
  background-color: rgb(205.3125, 114.0625, 13.6875);
}
@media (max-width: 768px) {
  .edit-btn {
    font-size: 14px;
  }
}

.send-btn {
  background-color: #F08C1E;
  color: #FFFFFF;
  padding: 6px 15px 6px 35px;
  border-radius: 35px;
  cursor: pointer;
  border: 0px;
  font-family: "Noto Sans TC";
  display: inline-block;
  background-image: url("../images/icon/sendFill.svg");
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: 12px 50%;
  font-size: 16px;
  flex-shrink: 0;
  margin-left: 10px;
}
.send-btn:hover {
  background-color: rgb(205.3125, 114.0625, 13.6875);
}
@media (max-width: 768px) {
  .send-btn {
    font-size: 14px;
  }
}
.send-btn.hasSend {
  background-image: url("../images/icon/sendFill-b.svg");
  background-color: #AEAEB2;
  color: #333333;
}
.send-btn.unActive {
  background-color: rgb(110.4022727273, 186.0977272727, 134.6636363636);
  cursor: not-allowed;
}

.downlode-btn {
  padding: 8px 20px;
  background-color: #479560;
  color: #FFFFFF;
  border-radius: 30px;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 3px;
}
.downlode-btn:hover {
  background-color: rgb(54.5409090909, 114.4590909091, 73.7454545455);
}
.downlode-btn.green {
  background-color: #66A950;
  color: #FFFFFF;
}
.downlode-btn.orange {
  background-color: #D75F1C;
  color: #FFFFFF;
}
.downlode-btn.blue {
  background-color: #9CCCDB;
  color: #FFFFFF;
}
.downlode-btn.gray {
  background-color: #6c6c6c;
  color: #FFFFFF;
}

.link-btn {
  color: #0579FF;
  background-color: transparent;
  padding: 0 5px;
  border: 0;
  font-size: 16px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .link-btn {
    font-size: 14px;
  }
}
.link-btn:hover {
  text-decoration: underline;
}

.detailed-info .onsite-wrap {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0px !important;
}
.detailed-info .onsite-wrap img {
  cursor: pointer;
}
.detailed-info .onsite-wrap .onsite-th {
  background-color: #deeaee;
  color: #333333;
  font-weight: bold;
}
.detailed-info .onsite-wrap .onsite-th.right {
  border-top-right-radius: 0px !important;
}
.detailed-info .onsite-wrap .onsite-th.left {
  border-top-left-radius: 0px !important;
}
.detailed-info .onsite-wrap .onsite-card.right {
  border-bottom-right-radius: 0px !important;
}
.detailed-info .onsite-wrap .onsite-card.left {
  border-bottom-left-radius: 0px !important;
}
.detailed-info .onsite-wrap .onsite-card img {
  max-height: 400px;
}
.detailed-info .onsite-wrap .update-photo {
  height: auto !important;
}
.detailed-info .onsite-wrap .update-photo span {
  word-break: break-all;
}
.detailed-info .added-content {
  text-align: center;
  margin-top: 15px !important;
}

.form-wrap.border-wrap {
  padding: 15px 5%;
}

.form-table {
  padding: 15px 0;
  width: 100%;
  line-height: 1.2;
}
.form-table > tbody > tr:not(.file-wrap) {
  border-bottom: 1px solid #AEAEB2;
}
.form-table > tbody > tr:not(.file-wrap):last-child {
  border-bottom: none;
}
.form-table > tbody > tr:not(.file-wrap) > th {
  font-weight: bold;
  width: 25%;
  padding: 22px 10px 15px;
  font-size: 18px;
  vertical-align: center;
}
@media (max-width: 768px) {
  .form-table > tbody > tr:not(.file-wrap) > th {
    font-size: 15px;
  }
}
.form-table > tbody > tr:not(.file-wrap) .th-wrap {
  width: 95%;
  display: flex;
  justify-content: center;
  align-items: center;
  word-break: break-word;
  gap: 10px;
}
.form-table > tbody > tr:not(.file-wrap) .th-wrap .must {
  margin: 0px 2px 0px 0px;
  flex-shrink: 0;
  background: #CE2A2A;
  width: -moz-fit-content;
  width: fit-content;
  color: #FFFFFF;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 500;
  text-indent: 2px;
  letter-spacing: 2px;
}
@media (max-width: 768px) {
  .form-table > tbody > tr:not(.file-wrap) .th-wrap .must {
    font-size: 12px;
  }
}
.form-table > tbody > tr:not(.file-wrap) .th-wrap .must.ml-10 {
  margin: 0 0 0 10px;
}
.form-table > tbody > tr:not(.file-wrap) .th-wrap .must.green {
  background: #479560;
}
.form-table > tbody > tr:not(.file-wrap) > td {
  vertical-align: center;
  padding: 15px 10px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 25px;
  font-size: 18px;
}
@media (max-width: 768px) {
  .form-table > tbody > tr:not(.file-wrap) > td {
    font-size: 15px;
  }
}
.form-table > tbody > tr:not(.file-wrap) > td .flex-left.md-wrap {
  flex-wrap: wrap;
}
.form-table > tbody > tr:not(.file-wrap) > td .flex-left.md-wrap.mr-20 {
  flex-wrap: wrap !important;
}
.form-table > tbody > tr:not(.file-wrap) > td .flex-left.md-wrap div:nth-of-type(1) select {
  min-width: 200px;
}
.form-table > tbody > tr:not(.file-wrap) > td .flex-left.md-wrap div:nth-of-type(1) div input {
  width: 350px;
  margin-left: 20px;
}
.form-table > tbody > tr:not(.file-wrap) > td .flex-left.item #ContentPlaceHolder1_TBSWCTEMP005 {
  margin-left: 20px;
}
.form-table > tbody > tr:not(.file-wrap) > td:has(.added-content) {
  vertical-align: middle;
  word-break: break-all;
}
@media (max-width: 992px) {
  .form-table > tbody > tr:not(.file-wrap) {
    display: flex;
    flex-direction: column;
  }
  .form-table > tbody > tr:not(.file-wrap) > th, .form-table > tbody > tr:not(.file-wrap) > td {
    width: 100%;
    padding: 10px 0;
  }
  .form-table > tbody > tr:not(.file-wrap) > th {
    padding-bottom: 0;
  }
  .form-table > tbody > tr:not(.file-wrap) .th-wrap {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: row;
    gap: 10px;
  }
  .form-table > tbody > tr:not(.file-wrap) .added-content {
    margin-left: 0;
    word-break: break-all;
  }
}
.form-table > tbody .added-content {
  margin-left: 20px;
  word-break: break-all;
}
.form-table > tbody .text-wrap {
  position: relative;
}
.form-table > tbody .text-wrap input[type=text].error, .form-table > tbody .text-wrap input[type=text].fill-error {
  border: 1px solid #CE2A2A;
  outline: 1px solid #CE2A2A;
}
.form-table > tbody .text-wrap .error-msg {
  color: #CE2A2A;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  display: none;
  font-size: 14px;
}
.form-table > tbody .text-wrap .error-msg.active {
  display: block;
}
.form-table > tbody tr.file-tr {
  border-bottom: 1px solid #AEAEB2;
}
.form-table > tbody tr.file-tr th, .form-table > tbody tr.file-tr td {
  vertical-align: center;
}
.form-table > tbody tr.file-tr th {
  width: 30%;
  padding: 18px 0 15px 10px;
  font-weight: bold;
  font-size: 18px;
}
@media (max-width: 768px) {
  .form-table > tbody tr.file-tr th {
    font-size: 15px;
  }
}
.form-table > tbody tr.file-tr td {
  width: 70%;
  padding: 10px;
}
.form-table > tbody tr.file-tr a:hover {
  border-bottom: 1px solid rgb(0, 96.976, 209);
}
.form-table > tbody tr.file-tr:last-child {
  border-bottom: none;
}
@media (max-width: 992px) {
  .form-table > tbody tr.file-tr {
    display: flex;
    flex-direction: column;
  }
  .form-table > tbody tr.file-tr > th, .form-table > tbody tr.file-tr > td {
    width: 100%;
    padding: 10px;
  }
}
.form-table > tbody .quantity-item .aspNetDisabled {
  background-color: white;
  border: none;
  text-align: center !important;
}
.form-table > tbody .quantity-item input {
  background-color: #F2F2F2;
  text-align: center !important;
}
.form-table .label-shrink-1 label {
  flex-shrink: 1 !important;
}
.form-table .span-shrink-0 {
  width: 100% !important;
  display: flex;
  align-items: center;
}
.form-table .span-shrink-0 input {
  width: 100%;
}
.form-table .span-shrink-0 span {
  flex-shrink: 0 !important;
}
.form-table .road-list .flex-left {
  margin: 0 10px;
}
.form-table .road-list .added-content {
  margin: 0px !important;
  word-break: break-all;
}
.form-table .item-list .flex-left {
  margin: 0 10px;
}
.form-table .item-list .added-content {
  margin-left: 0px !important;
  word-break: break-all;
}
.form-table .textarea-radius {
  border-radius: 10px;
  padding: 10px;
  font-size: 16px;
  min-height: 80px;
}

.inner-table {
  width: 100%;
  border-collapse: collapse;
}
.inner-table th {
  background-color: #D9D9D9;
  color: #333333;
  padding: 8px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  outline: 1px solid #D9D9D9;
}
@media (max-width: 768px) {
  .inner-table th {
    font-size: 15px;
  }
}
.inner-table tbody tr:nth-child(odd) {
  background-color: #F2F2F2;
}
.inner-table tbody tr:nth-child(even) {
  background-color: #FFFFFF;
}
.inner-table td {
  padding: 10px;
  text-align: center;
  position: relative;
}
.inner-table td:after {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  position: absolute;
  background-color: #F2F2F2;
}
.inner-table td:last-child:after {
  display: none;
}
@media (max-width: 576px) {
  .inner-table td {
    padding: 10px 5px;
  }
}
.inner-table tr:last-child td {
  border-bottom: none;
}
.inner-table .pgr table {
  margin: 0 auto;
}
.inner-table .upload-btn {
  margin-right: 10px;
}
.inner-table.oimg img {
  width: 100px;
}
.inner-table.oimg a img {
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.inner-table.oimg tr td:nth-child(3) {
  text-align: start !important;
  word-break: break-all;
}
.inner-table.oimg td:after {
  content: none;
}
.inner-table.oimg tbody tr:nth-child(odd) {
  background-color: #F2F2F2;
}
.inner-table.oimg tbody tr:nth-child(even) {
  background-color: #FFFFFF;
}
.inner-table.oimg th:nth-child(1) {
  width: 15%;
}
.inner-table.oimg th:nth-child(2) {
  width: 25%;
}
.inner-table.oimg th:nth-child(3) {
  width: 45%;
}
.inner-table.oimg th:nth-child(4) {
  width: 15%;
}
.inner-table.gray td {
  border-bottom: none !important;
}
.inner-table.gray tr:nth-child(odd) {
  background-color: #F2F2F2;
  border-bottom: none !important;
}
.inner-table.gray tr:nth-child(even) {
  background-color: #FFFFFF;
  border-bottom: none !important;
}
.inner-table.gray tr:last-child td {
  border-bottom: none !important;
}

.verify {
  background-color: #6B6B6B;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 35px;
  color: #FFFFFF;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .verify {
    font-size: 12px;
  }
}
.verify.active {
  background-color: #5BCDCA;
}

.file-tr th {
  width: 25%;
  padding: 15px 0 15px 10px;
}
.file-tr td {
  padding: 10px;
}
.file-tr td:has(input[value=上傳檔案]) {
  width: 20%;
  text-align: end;
}

h1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 3px;
  position: relative;
}
@media (max-width: 768px) {
  h1 {
    font-size: 17px;
  }
}
h1 img {
  margin-right: 10px;
}
@media (max-width: 768px) {
  h1 img {
    width: 28px;
  }
}
h1 .back-btn {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 16px;
  color: #FFFFFF;
  background-color: #479560;
  border-radius: 20px;
  text-decoration: none;
  padding: 8px 15px 8px 35px;
  font-weight: 400;
  background-image: url(../images/icon/arrow-left-w.svg);
  background-repeat: no-repeat;
  background-position: 15px center;
  border: 0;
}
@media (max-width: 768px) {
  h1 .back-btn {
    font-size: 14px;
  }
}
h1 .back-btn:hover {
  background-color: rgb(54.5409090909, 114.4590909091, 73.7454545455);
}
@media (max-width: 768px) {
  h1 .back-btn {
    font-size: 0; /* 隱藏文字 */
    width: 24px;
    height: 24px;
    padding: 0;
    background-position: center;
  }
  h1 .back-btn span {
    display: none;
  }
}
h1.border-h1 {
  border-bottom: 1px solid #AEAEB2;
  padding-bottom: 10px;
  position: relative;
}
h1.border-h1:has(.remind) {
  display: flex;
  flex-direction: column;
}
h1.border-h1 .edit-btn {
  position: absolute;
  right: 0;
  bottom: 5px;
}
h1.center {
  justify-content: center;
}
@media (max-width: 992px) {
  h1.center {
    flex-direction: column;
    align-items: center;
  }
}
h1.inner-h1 {
  color: #479560;
}

.file-wrap {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-direction: row;
  font-size: 16px;
}
@media (max-width: 768px) {
  .file-wrap {
    font-size: 14px;
  }
}
.file-wrap .choose-file-wrap {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: row;
}
@media (max-width: 992px) {
  .file-wrap .choose-file-wrap {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
  }
}
.file-wrap .choose-file-wrap input[type=file] {
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.file-wrap .choose-file-wrap label {
  flex: 1;
  display: flex;
  align-items: center;
}
.file-wrap .choose-file-btn {
  border: 1px solid #333333;
  padding: 9px 18px;
  border-radius: 25px;
  background-color: #FFFFFF;
  margin-right: 10px;
  display: inline-block;
  text-indent: 4px;
  cursor: pointer;
  position: relative;
  letter-spacing: 1px;
  flex-shrink: 0;
}
.file-wrap .choose-file-btn:hover {
  background-color: rgb(229.5, 229.5, 229.5);
}
.file-wrap .placeholder {
  color: #B0460B;
}
.file-wrap .a-wrap {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: row;
  margin-top: 5px;
  cursor: pointer;
  gap: 10px;
}
.file-wrap .a-wrap a {
  transform: translateY(2px);
}

input[type=text], select, input[type=password] {
  width: 100%;
  padding: 5px 15px;
  border: 1px solid #6B6B6B;
  border-radius: 5px;
  font-size: 16px;
  letter-spacing: 2px;
}
input[type=text]:focus, select:focus, input[type=password]:focus {
  outline: 1px solid #479560;
  border: 1px solid #479560;
}
input[type=text]::-moz-placeholder, select::-moz-placeholder, input[type=password]::-moz-placeholder {
  color: #AEAEB2;
}
input[type=text]::placeholder, select::placeholder, input[type=password]::placeholder {
  color: #AEAEB2;
}
input[type=text]:-webkit-autofill, select:-webkit-autofill, input[type=password]:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url("../images/icon/select-arrow.svg") no-repeat right center transparent;
  background-position: 98%;
}
select::-ms-expand {
  display: none;
}

input[type=checkbox] {
  width: 22px;
  height: 22px;
  transform: translateY(4px);
  accent-color: #0579FF;
}

.check-wrap {
  display: flex;
  justify-content: start;
  align-items: baseline;
  flex-direction: row;
  gap: 10px;
  margin-bottom: 5px;
}
.check-wrap input[type=checkbox] {
  flex-shrink: 0;
}
.check-wrap label {
  flex-shrink: 0;
  line-height: 1.5;
}

.popup-wrap {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.3019607843);
  box-shadow: 0px 10.57px 25.37px rgba(105, 105, 105, 0.08);
  -webkit-backdrop-filter: blur(8.46px);
          backdrop-filter: blur(8.46px);
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 60;
  display: none;
}
.popup-wrap.active {
  display: block;
}
.popup-wrap .form-wrap {
  margin-top: 0;
}
.popup-wrap .default-btn, .popup-wrap .cancel-btn {
  font-size: 20px;
  letter-spacing: 8px;
  text-indent: 8px;
  font-weight: 600;
  box-shadow: 0 5px 12px rgba(105, 105, 105, 0.2);
  padding: 9px 25px;
}

.popup {
  width: 40%;
  max-width: 630px;
  border-radius: 10px;
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 1200px) {
  .popup {
    width: 60%;
  }
}
@media (max-width: 768px) {
  .popup {
    width: 80%;
  }
}
@media (max-width: 576px) {
  .popup {
    width: 90%;
  }
}
.popup.large {
  width: 80%;
  max-width: 1200px;
}
.popup .title {
  font-size: 24px;
  padding: 15px 0;
  border-bottom: 1px solid #AEAEB2;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  font-weight: 600;
}
@media (max-width: 768px) {
  .popup .title {
    font-size: 20px;
  }
}
.popup .title .flex-center {
  margin: 0 auto;
}
.popup .title .flex-center img {
  width: 30px;
  margin-right: 10px;
}
.popup .title .closePP {
  margin-right: 10px;
  cursor: pointer;
}
.popup .content {
  padding: 25px 5%;
}
.popup .popup-btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 20px;
  margin-bottom: 20px;
}
.popup .popup-submit {
  background-color: #F08C1E;
  color: #FFFFFF;
  padding: 9px 25px;
  border-radius: 35px;
  cursor: pointer;
  border: 0px;
  font-family: "Noto Sans TC";
  display: inline-block;
  background-color: #166678;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 10px;
  text-indent: 10px;
}
.popup .popup-submit:hover {
  background-color: rgb(205.3125, 114.0625, 13.6875);
}
@media (max-width: 768px) {
  .popup .popup-submit {
    font-size: 15px;
  }
}
.popup .popup-submit.unActive {
  cursor: not-allowed;
  background-color: rgb(93.1318181818, 177.8681818182, 120.2909090909);
}
.popup .popup-cancel {
  background-color: #F08C1E;
  color: #FFFFFF;
  padding: 9px 25px;
  border-radius: 35px;
  cursor: pointer;
  border: 0px;
  font-family: "Noto Sans TC";
  display: inline-block;
  background-color: #AEAEB2;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 10px;
  text-indent: 10px;
}
.popup .popup-cancel:hover {
  background-color: rgb(205.3125, 114.0625, 13.6875);
}
@media (max-width: 768px) {
  .popup .popup-cancel {
    font-size: 15px;
  }
}
.popup .popup-cancel:hover {
  background-color: rgb(147.8544303797, 147.8544303797, 153.1455696203);
}

.check-btn-wrap {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: row;
  gap: 10px;
}
.check-btn-wrap .check-btn {
  position: relative;
}
.check-btn-wrap .check-btn span {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.check-btn-wrap .check-btn input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 0;
  margin: 0;
  position: absolute;
}
.check-btn-wrap .check-btn input[type=checkbox] + label {
  background-color: transparent;
  border-radius: 20px;
  border: 1px solid #AEAEB2;
  padding: 7px 15px;
  cursor: pointer;
  font-weight: normal;
  display: inline-block;
  margin: 2px 0;
}
.check-btn-wrap .check-btn input[type=checkbox]:checked + label {
  background-color: #F08C1E;
  border: 1px solid #F08C1E;
  color: #333333;
  font-weight: bold;
}
@media (max-width: 992px) {
  .check-btn-wrap {
    flex-direction: column;
  }
}

.datepickerTW {
  border: 1px solid #6B6B6B;
  background: #FFFFFF;
  border-radius: 5px;
  font-size: 16px;
  height: 38px;
  letter-spacing: 2px;
  background-size: 18px;
  background-position: right 8px center;
  padding: 5px 10px;
  padding-right: 10px !important;
  width: 35%;
}
@media (max-width: 992px) {
  .datepickerTW {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .datepickerTW {
    width: 155px;
  }
}

div:where(.swal2-container) button:where(.swal2-styled) {
  padding: 10px 25px !important;
  border-radius: 30px !important;
  margin: 5px 12px !important;
  letter-spacing: 7px;
  text-indent: 7px;
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
  background-color: #479560 !important;
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:focus {
  box-shadow: 0 0 0 3px rgba(71, 149, 96, 0.5) !important;
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel {
  background-color: #AEAEB2 !important;
  color: #333333 !important;
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel:focus {
  box-shadow: 0 0 0 3px rgba(174, 174, 178, 0.6) !important;
}
div:where(.swal2-container) div:where(.swal2-popup) {
  border-radius: 10px !important;
}

.remind {
  font-size: 16px;
  font-weight: normal;
  padding-left: 30px;
  margin-top: 10px;
  position: relative;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .remind {
    font-size: 14px;
  }
}
.remind::after {
  content: "!";
  background-color: #F08C1E;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  position: absolute;
  left: 0px;
  top: 0;
  font-size: 13px;
  padding: 2px 0;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 768px) {
  .remind::after {
    font-size: 12px;
  }
}
.remind.green::after {
  background-color: #66A950;
  color: #FFFFFF;
}
.remind.perple::after {
  background-color: #493FAF;
  color: #FFFFFF;
}
.remind.orange::after {
  background-color: #D75F1C;
  color: #FFFFFF;
}

.land-wrap {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: row;
  gap: 10px;
  width: 100%;
  flex-wrap: wrap;
}
.land-wrap div {
  display: flex;
}
.land-wrap .land-select {
  display: flex;
  align-items: center;
  gap: 10px;
}
.land-wrap .land-select select {
  min-width: 100px;
}
.land-wrap .land-select span {
  white-space: nowrap;
}
.land-wrap .land-num {
  flex-shrink: 0;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: row;
}
.land-wrap .land-num input[type=text] {
  border-radius: 50px;
  margin-right: 5px;
  padding: 6px 8px;
  font-size: 16px;
  width: 95px;
}
.land-wrap .land-num span {
  white-space: nowrap;
}
@media (max-width: 768px) {
  .land-wrap {
    flex-wrap: wrap;
  }
  .land-wrap select {
    width: 50%;
    flex: auto;
  }
}
@media (max-width: 576px) {
  .land-wrap div:first-child {
    flex-wrap: wrap;
  }
}

input[type=checkbox]:disabled:checked::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background-color: #479560;
  border: 1px solid #479560;
  background-image: url("../images/icon/check-solid.svg");
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
}

input[type=radio] {
  width: 20px;
  height: 20px;
  accent-color: #0579FF;
  vertical-align: middle;
  position: relative;
}

input[type=radio]:disabled:checked::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #479560;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

input[type=radio]:disabled:checked::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #FFFFFF;
  border: 1px solid #479560;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.char-count {
  float: right;
  margin-top: 10px;
  font-size: 0.9em;
  color: #666;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #479560;
  font-weight: bold;
  justify-content: flex-end !important;
}
.char-count img {
  width: auto !important;
  height: auto !important;
}

.char-count-red {
  float: right;
  margin-top: 10px;
  font-size: 0.9em;
  color: #666;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #CE2A2A;
  font-weight: bold;
  justify-content: flex-end !important;
}
.char-count-red img {
  width: auto !important;
  height: auto !important;
}

.error {
  border: 1px solid #CE2A2A;
  outline: 1px solid #CE2A2A;
}

.labelstyle [disabled] {
  border: none; /* 移除邊框 */
  background: none; /* 移除背景 */
}

.organization {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 100%;
  margin-bottom: 50px;
  padding: 0 200px;
}
.organization .list {
  width: 100%;
  display: flex;
  gap: 25px;
  justify-content: space-between;
}
.organization .list img {
  width: 15px;
}
.organization .card {
  width: 100%;
  padding: 5px;
  background-color: #FFFFFF;
  border-radius: 1000px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  padding: 15px;
}
.organization .card .left {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.organization .card .left .fiveGroupLeaderImg {
  max-width: -moz-max-content;
  max-width: max-content;
  width: 150px;
  height: 150px;
  border-radius: 500px;
}
.organization .card .tag {
  width: 100%;
  color: #FFFFFF;
  background-color: #479560;
  text-align: center;
  padding: 5px 15px;
  border-radius: 50px;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 5px;
}
.organization .card .right {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-right: 12px;
}
.organization .card .title {
  display: flex;
  align-items: center;
  font-size: 24px;
  letter-spacing: 5px;
  color: #6B6B6B;
  font-weight: bold;
}
.organization .card .title span {
  margin-left: 10px;
  margin-right: 5px;
}
.organization .card .text {
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 1.5;
  color: #6B6B6B;
  text-align: start;
}
.organization .card .text.rwd {
  display: none;
}
.organization .card:hover {
  transform: scale(1.01);
  transition: transform 0.3s ease-in-out;
}
@media (max-width: 1600px) {
  .organization .list {
    flex-direction: column;
  }
  .organization .card .text.pc {
    display: none;
  }
  .organization .card .text.rwd {
    display: block;
  }
}
@media (max-width: 1200px) {
  .organization {
    padding: 0 100px;
  }
}
@media (max-width: 768px) {
  .organization {
    padding: 0 15px;
    margin-bottom: 0px;
    gap: 15px;
  }
  .organization .list {
    gap: 15px;
  }
  .organization .card .greenLine {
    padding: 15px;
  }
  .organization .card .greenLine .title {
    font-size: 20px;
    font-size: 22px;
    letter-spacing: 5px;
  }
  .organization .card .greenLine .title .text {
    font-size: 16px;
  }
  .organization .card .greenLine .title span {
    margin-left: 10px;
    margin-right: 5px;
  }
}
@media (max-width: 576px) {
  .organization {
    gap: 15px;
  }
  .organization .list {
    gap: 15px;
    flex-direction: column;
  }
  .organization .card {
    border-radius: 5px;
    flex-direction: column;
    padding: 10px;
  }
  .organization .card .left .fiveGroupLeaderImg {
    width: 100px;
    height: 100px;
  }
  .organization .card .right {
    align-items: center;
  }
  .organization .card .text {
    font-size: 15px;
    letter-spacing: 3px;
    text-align: center;
  }
  .organization .card .title {
    font-size: 18px;
    letter-spacing: 2px;
  }
  .organization .card .title span {
    margin-left: 7px;
    margin-right: 5px;
  }
}

.leader {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 170px;
  margin-top: 130px !important;
  margin-bottom: 130px !important;
  padding: 0 200px;
}
.leader .left {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-left: 80px;
  position: relative;
  width: 293px;
}
.leader .left .title {
  white-space: nowrap;
  margin-top: 50px;
  font-size: 32px;
  letter-spacing: 12px;
  font-weight: bold;
}
.leader .left .leaderInfo {
  display: flex;
  align-items: flex-end;
}
.leader .left .leaderInfo .leaderTitle {
  font-size: 54px;
  letter-spacing: 37px;
  font-weight: bold;
}
.leader .left .leaderInfo .leaderSubtitle {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 5px;
  margin-left: -30px;
}
.leader .left .deco {
  position: absolute;
  top: 90px;
  left: -60px;
  z-index: 10;
  height: auto;
}
.leader .right {
  position: relative;
}
.leader .right .pic {
  position: absolute;
  left: -140px;
  top: -80px;
  width: 300px;
  height: 300px;
  padding: 5px;
  background-color: white;
  border-radius: 500px;
  border: 2px solid #479560;
}
.leader .right .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.leader .right .leaderName {
  position: absolute;
  top: -45px;
  left: 180px;
  font-size: 32px;
  letter-spacing: 10px;
  font-weight: bold;
}
.leader .right .leaderName span {
  font-size: 18px;
  letter-spacing: 5px;
  font-weight: normal;
}
.leader .right .leaderDetails {
  padding: 5px;
  font-size: 18px;
  letter-spacing: 5px;
  color: #6B6B6B;
  min-width: 635px;
}
.leader .right .leaderDetails .greenLine {
  border: 2px solid #479560;
  padding: 25px 25px 25px 175px;
}
.leader .right .leaderDetails tbody {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.leader .right .leaderDetails tbody tr {
  display: flex;
  gap: 25px;
}
.leader .right .leaderDetails tbody th {
  width: 95px;
  font-weight: bold;
}
@media (max-width: 1600px) {
  .leader .leader .right .leaderDetails tbody tr {
    flex-direction: column !important;
  }
}
@media (max-width: 1600px) {
  .leader {
    flex-direction: column;
    align-items: center;
    gap: 160px;
    margin-top: 0px !important;
  }
  .leader .left {
    align-items: center;
  }
  .leader .right {
    margin-left: 90px;
  }
  .leader .right .leaderDetails {
    width: 100%;
  }
  .leader .right .leaderDetails tbody {
    gap: 15px;
  }
  .leader .right .pic {
    left: -90px;
    top: -80px;
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 1400px) {
  .leader {
    padding: 0 100px;
  }
}
@media (max-width: 1200px) {
  .leader {
    margin-bottom: 100px !important;
  }
}
@media (max-width: 992px) {
  .leader {
    margin-bottom: 70px !important;
    gap: 60px;
  }
  .leader .left {
    margin-left: 27px;
  }
  .leader .left .deco {
    width: 19%;
    top: 85px;
    left: -10px;
  }
  .leader .left .title {
    font-size: 24px;
    letter-spacing: 8px;
  }
  .leader .left .leaderInfo .leaderTitle {
    font-size: 38px;
    letter-spacing: 15px;
    padding-left: 0px;
  }
  .leader .left .leaderInfo .leaderSubtitle {
    font-size: 24px;
    letter-spacing: 5px;
    margin-left: -10px;
  }
  .leader .right {
    width: 100% !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin: 0px;
  }
  .leader .right .pic {
    position: static;
  }
  .leader .right .leaderName {
    position: static;
  }
  .leader .right .leaderDetails .greenLine {
    padding: 15px;
  }
}
@media (max-width: 768px) {
  .leader {
    margin-bottom: 50px !important;
    padding: 0 15px;
  }
  .leader .right .leaderDetails {
    min-width: -moz-fit-content;
    min-width: fit-content;
    font-size: 16px;
  }
  .leader .right .pic {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 576px) {
  .leader {
    margin-bottom: 30px !important;
  }
  .leader .right .leaderName {
    font-size: 24px;
    letter-spacing: 5px;
  }
  .leader .right .leaderName span {
    font-size: 16px;
    letter-spacing: 2px;
  }
  .leader .right .leaderDetails .greenLine {
    padding: 15px 10px;
  }
  .leader .right .leaderDetails tbody tr {
    flex-direction: column;
    gap: 5px;
  }
}

.fourTeamList {
  width: 100%;
  color: #6B6B6B;
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-bottom: 50px;
  padding: 50px 200px;
}
.fourTeamList .list {
  display: flex;
}
.fourTeamList .list .association {
  color: #FFFFFF;
  font-weight: bold;
  padding: 10px 15px 10px 25px;
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  flex: 0 0 25%;
  letter-spacing: 10px;
}
.fourTeamList .list .association.one {
  background-color: #91B1DB;
}
.fourTeamList .list .association.two {
  background-color: #B49F83;
}
.fourTeamList .list .association.three {
  background-color: #87AE97;
}
.fourTeamList .list .association.four {
  background-color: #D0A2A1;
}
.fourTeamList .list .members {
  background-color: #FFFFFF;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 25px 50px;
}
.fourTeamList .list .members .membersTitle {
  font-size: 24px;
  letter-spacing: 10px;
  font-weight: bold;
  padding-left: 10px;
  position: relative;
}
.fourTeamList .list .members .membersTitle::after {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  width: 1px;
  height: 100%;
  background-color: #333333;
}
.fourTeamList .list .members .membersList div {
  display: flex;
  gap: 50px;
  row-gap: 10px;
  font-size: 18px;
  flex-wrap: wrap;
  letter-spacing: 5px;
  align-items: center;
}
.fourTeamList .list .members .membersList .leaderPoint {
  font-weight: bold;
}
.fourTeamList .list .members .membersList a {
  color: #6B6B6B;
  text-decoration: none;
}
.fourTeamList .list .members .membersList a:hover {
  color: #479560;
  font-weight: bold;
}
.fourTeamList .list .members .membersList input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0 5px 12px 5px;
  margin: 0;
  line-height: 1;
  vertical-align: bottom;
  background-color: transparent;
  box-sizing: border-box;
  cursor: pointer;
  border: none;
  border-bottom: 1px solid #6B6B6B;
}
.fourTeamList .list .members .membersList span {
  cursor: default;
}
.fourTeamList .list .members .membersList span, .fourTeamList .list .members .membersList input {
  display: inline-block;
  padding: 0px 5px;
  padding-bottom: 5px;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 20px;
  letter-spacing: 2px;
  background-color: #FFFFFF;
  color: #6B6B6B;
}
@media (max-width: 1600px) {
  .fourTeamList .list .association {
    font-size: 28px;
    letter-spacing: 7px;
  }
}
@media (max-width: 1400px) {
  .fourTeamList {
    padding: 25px 100px;
  }
}
@media (max-width: 1200px) {
  .fourTeamList {
    gap: 25px;
  }
  .fourTeamList .list .members {
    padding: 20px 25px;
  }
  .fourTeamList .list .association {
    font-size: 28px;
    letter-spacing: 7px;
    flex: 0 0 32%;
  }
}
@media (max-width: 992px) {
  .fourTeamList .list {
    flex-direction: column;
  }
  .fourTeamList .list .association {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .fourTeamList {
    padding: 15px;
    gap: 15px;
  }
  .fourTeamList .list .association {
    width: 100%;
    font-size: 24px;
  }
  .fourTeamList .list .members {
    padding: 15px 25px;
  }
}
@media (max-width: 576px) {
  .fourTeamList {
    margin-bottom: 25px;
  }
  .fourTeamList .list .association {
    font-size: 20px;
  }
  .fourTeamList .list .members .membersTitle {
    font-size: 20px;
  }
  .fourTeamList .list .members .membersList div {
    gap: 25px;
    justify-content: center;
  }
  .fourTeamList .list .members .membersList span, .fourTeamList .list .members .membersList input {
    font-size: 16px;
    font-weight: normal;
  }
}

.memberLightbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.memberLightbox .memberLightboxContent {
  background: #FFFFFF;
  width: 90%;
  max-width: 1000px;
  position: relative;
  text-align: left;
  display: flex;
  flex-direction: column;
  color: #6B6B6B;
}
.memberLightbox .memberLightboxContent .info {
  display: flex;
  justify-content: center;
  gap: 25px;
  margin: 25px 0;
}
.memberLightbox .memberLightboxContent .infoLeft {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 25px;
  width: 70%;
}
.memberLightbox .memberLightboxContent .infoLeft .name {
  display: flex;
  align-items: flex-end;
  gap: 5px;
}
.memberLightbox .memberLightboxContent .infoLeft .name span:first-child {
  letter-spacing: 2.2px;
  font-size: 22px;
  font-weight: bold;
}
.memberLightbox .memberLightboxContent .infoLeft .name span:last-child {
  font-size: 18px;
  letter-spacing: 1.8px;
}
.memberLightbox .memberLightboxContent .infoLeft div {
  display: flex;
  gap: 25px;
}
.memberLightbox .memberLightboxContent .infoLeft div .title {
  font-weight: bold;
  white-space: nowrap;
}
.memberLightbox .memberLightboxContent .infoLeft span {
  font-weight: normal;
}
.memberLightbox .memberLightboxContent .ServiceGroupTitle {
  font-size: 24px;
  font-weight: bold;
  padding: 10px 0;
  text-align: center;
  color: #FFFFFF;
  background-color: #479560;
}
.memberLightbox .memberLightboxContent .ServiceGroupTitle.blue {
  background-color: #91B1DB;
}
.memberLightbox .memberLightboxContent .ServiceGroupTitle.green {
  background-color: #87AE97;
}
.memberLightbox .memberLightboxContent .ServiceGroupTitle.brown {
  background-color: #B49F83;
}
.memberLightbox .memberLightboxContent .ServiceGroupTitle.pink {
  background-color: #D0A2A1;
}
.memberLightbox .memberLightboxContent img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1rem 0;
  border-radius: 8px;
  width: 300px;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 150px;
}
.memberLightbox .memberLightboxContent .closeBtn {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.6rem 1.2rem;
  padding: 10px 15px;
  font-size: 1rem;
  background-color: #479560;
  color: #FFFFFF;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: background 0.3s;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 1rem;
}
.memberLightbox .memberLightboxContent .closeBtn.blue {
  background-color: #91B1DB;
}
.memberLightbox .memberLightboxContent .closeBtn.green {
  background-color: #87AE97;
}
.memberLightbox .memberLightboxContent .closeBtn.brown {
  background-color: #B49F83;
}
.memberLightbox .memberLightboxContent .closeBtn.pink {
  background-color: #D0A2A1;
}
.memberLightbox .memberLightboxContent .closeBtn:hover {
  background: #0056b3;
}
@media (max-width: 1200px) {
  .memberLightbox .memberLightboxContent img {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 768px) {
  .memberLightbox .memberLightboxContent img {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 576px) {
  .memberLightbox .memberLightboxContent .infoLeft {
    gap: 15px;
    padding: 0 25px;
    width: -webkit-fill-available !important;
  }
  .memberLightbox .memberLightboxContent .infoLeft .name {
    align-items: start;
    flex-direction: row;
  }
  .memberLightbox .memberLightboxContent .infoLeft .name span:last-child {
    font-size: 15px;
    letter-spacing: 1.8px;
    padding-top: 4px;
  }
  .memberLightbox .memberLightboxContent .infoLeft div {
    flex-direction: column;
    gap: 5px;
  }
  .memberLightbox .memberLightboxContent .infoLeft span {
    font-size: 16px;
  }
  .memberLightbox .memberLightboxContent .closeBtn {
    padding: 5px 15px;
  }
  .memberLightbox .memberLightboxContent .closeBtn.blue {
    font-size: 14px;
  }
  .memberLightbox .memberLightboxContent .info {
    margin: 15px 0;
    gap: 0px;
    flex-direction: column;
    align-items: center;
  }
  .memberLightbox .memberLightboxContent img {
    width: 150px;
    height: 150px;
    margin-top: 0px;
    margin-bottom: 10px;
  }
}

#ContentPlaceHolder1_LB_INTRODUCTION {
  line-height: 1.5;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.reservation {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  padding: 50px 100px;
}
@media (max-width: 1600px) {
  .reservation {
    padding: 25px 50px;
  }
}
@media (max-width: 768px) {
  .reservation {
    padding: 15px 20px;
  }
}
.reservation.form {
  box-shadow: 0px 10.57px 25.37px rgba(105, 105, 105, 0.08);
  -webkit-backdrop-filter: blur(8.46px);
          backdrop-filter: blur(8.46px);
  backdrop-filter: blur(8.46px) !important;
  flex-direction: column;
}
.reservation.form .checkAgree {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 100%;
  margin-top: 25px;
  font-size: 18px;
  justify-content: center;
}
.reservation.form .checkAgree a {
  color: #479560;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 1px solid #479560;
  cursor: pointer;
}
.reservation.form .checkAgree input {
  transform: translateY(1px);
}
.reservation.form .checkAgree div {
  display: flex;
  align-items: center;
  gap: 5px;
}
.reservation.form .checkAgree .text {
  display: flex;
  gap: 5px;
  align-items: center;
}
.reservation.form .checkAgree .text a.done {
  color: #333333;
  font-weight: normal;
  text-decoration: none;
  border-bottom: 1px solid #333333;
}
.reservation.form .radioboxGroup .resTimePhone .tag {
  display: flex;
  gap: 5px;
  align-items: center;
}
.reservation.form .radioboxGroup .resTimePhone .time {
  margin-left: 40px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.reservation.form .radioboxGroup .resTimePhone .time input[type=checkbox] {
  transform: translateY(2px);
}
@media (max-width: 1400px) {
  .reservation.form .radioboxGroup .resTimePhone .time {
    margin-left: 0px;
  }
}
.reservation.form .onsiteFileArea {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 25px;
  background-color: #F8F8F8;
  padding: 25px;
  padding-bottom: 45px;
  margin-bottom: 20px;
  border-radius: 5px;
  border: 1px solid #6B6B6B;
}
.reservation.form .onsiteFileArea .photo {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -25px;
}
.reservation.form .onsiteFileArea textarea {
  border-radius: 5px;
  width: 100%;
  height: 100px;
  font-size: 16px;
  line-height: 1.5;
}
.reservation.form .onsiteFileArea .placeholder {
  color: #CE2A2A !important;
}
.reservation.form .onsiteTitleArea {
  font-size: 18px;
  letter-spacing: 1.8px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.reservation.form .onsiteTitleArea .title {
  font-weight: bold;
  color: #6B6B6B;
}
.reservation.form .onsiteTitleArea .text {
  color: #CE2A2A;
}
@media (max-width: 1400px) {
  .reservation.form .checkAgree .text {
    font-size: 15px;
    flex-wrap: wrap;
  }
}
@media (max-width: 576px) {
  .reservation.form .onsiteFileArea {
    padding: 15px;
    padding-bottom: 30px;
  }
}
.reservation.survey {
  flex-direction: column;
  align-items: flex-start;
  font-size: 18px;
  margin-bottom: 100px;
  gap: 25px;
  letter-spacing: 1.8px;
  color: #333333;
  padding: 10px !important;
  box-sizing: border-box;
}
.reservation.survey .introText {
  line-height: 150%;
  font-size: 18px;
}
.reservation.survey .introText div {
  text-indent: 2em;
}
.reservation.survey .listTitle {
  font-size: 24px;
  letter-spacing: 10px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid lightgray;
}
.reservation.survey .form {
  padding: 50px 100px;
  border: 2px solid green;
  display: flex;
  flex-direction: column;
  gap: 25px;
  box-sizing: border-box;
  max-width: 100%;
  overflow-x: hidden;
  width: 100%;
}
.reservation.survey .formTitle {
  padding: 10px;
}
.reservation.survey .formTitle .title {
  font-size: 24px;
}
.reservation.survey .list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding: 0 36px;
}
.reservation.survey .list label {
  min-width: 100px;
  width: 10%;
  font-weight: bold;
}
.reservation.survey .list input[type=text] {
  width: 90%;
}
.reservation.survey .list .textarea-radius {
  border-radius: 5px;
  padding: 10px;
  font-size: 16px;
  min-height: 80px;
}
.reservation.survey .list .datepickerTW {
  width: 90% !important;
}
.reservation.survey .list .form-group {
  display: flex;
  align-items: center;
}
.reservation.survey .list .form-group.column {
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
}
.reservation.survey .list .form-group.column .radio-group tr {
  display: flex;
  gap: 25px;
  row-gap: 10px;
  align-items: center;
}
.reservation.survey .list .form-group.column .radio-group tr td {
  display: flex;
  align-items: center;
  gap: 10px;
}
.reservation.survey .list .form-group.column .radio-group label {
  font-weight: normal !important;
  min-width: 0px;
}
.reservation.survey .list .form-group.column .radio-group input[type=radio] {
  margin: 0 !important;
}
.reservation.survey .list .form-group.column label {
  width: 100%;
  line-height: 1.5;
}
.reservation.survey .list .form-group.column label input {
  margin: 0 5px;
}
.reservation.survey .list .form-group.column input[type=text] {
  width: auto;
}
.reservation.survey .list .form-group.column textarea {
  width: 100%;
}
.reservation.survey .btnGroup {
  margin: 0 auto !important;
}
.reservation.survey .auth-code-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.reservation.survey .auth-code-wrap canvas {
  border: 1px solid #ccc;
}
.reservation.survey .auth-code-wrap .js-validText {
  padding: 5px;
}
.reservation.survey .auth-code-wrap .refresh-btn {
  cursor: pointer;
  background-color: #479560;
  color: #FFFFFF;
  padding: 7px 10px;
  border-radius: 5px;
  cursor: pointer;
  border: 0px;
  font-family: "Noto Sans TC";
  display: inline-block;
  flex-shrink: 0;
  background-image: url(../images/icon/refresh.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  width: 35px;
}
.reservation.survey .auth-code-wrap input[type=text] {
  width: auto !important;
}
@media (max-width: 992px) {
  .reservation.survey .form {
    padding: 25px 50px;
  }
  .reservation.survey .form .title {
    font-size: 20px;
  }
  .reservation.survey .list {
    gap: 15px;
  }
  .reservation.survey .list .form-group.column {
    gap: 10px;
  }
  .reservation.survey .list .form-group.column .radio-group tr {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .reservation.survey .form {
    padding: 15px 20px;
  }
  .reservation.survey .form .title {
    font-size: 18px;
  }
}
.reservation.survey .recaptcha-wrapper {
  width: 100%;
  max-width: 250px; /* Google 固定寬度 */
  margin: 0 auto;
  transform: scale(0.8);
  transform-origin: 0;
}
.reservation.survey .g-recaptcha {
  display: inline-block;
  max-width: 100%;
  width: auto !important;
}
.reservation.survey #g-recaptcha-response {
  width: 200px !important;
}
@media (max-width: 576px) {
  .reservation.survey .form {
    gap: 15px;
  }
  .reservation.survey .list {
    padding: 0 10px;
  }
  .reservation.survey .list .form-group {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .reservation.survey .list .column input[type=text] {
    width: 60% !important;
  }
  .reservation.survey .recaptcha-wrapper {
    transform: scale(0.6);
    transform-origin: 0 0;
  }
  .reservation.survey .g-recaptcha {
    width: 200px !important;
  }
}
.reservation.search {
  padding: 10px !important;
  box-shadow: 0px 10.57px 25.37px rgba(105, 105, 105, 0.08);
  -webkit-backdrop-filter: blur(8.46px);
          backdrop-filter: blur(8.46px);
  backdrop-filter: blur(8.46px) !important;
  margin-bottom: 100px;
}
.reservation.search .form {
  width: 100%;
  border: 2px solid green;
  padding: 40px 90px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.reservation.search .form .upload-btn {
  background-color: #FFEA67;
  border: 2px solid #333333;
  color: #333333;
  font-weight: bold;
  margin-bottom: 10px;
}
.reservation.search .form .upload-btn img {
  margin-right: 5px;
  width: 20px;
  height: 20px;
}
.reservation.search .form .checkAgree {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.reservation.search .form .checkAgree input {
  transform: translateY(2px);
}
@media (max-width: 992px) {
  .reservation.search .form {
    padding: 25px 50px;
  }
}
@media (max-width: 768px) {
  .reservation.search .form {
    padding: 15px 20px;
  }
  .reservation.search .form .upload-btn {
    padding: 7px 10px;
    margin-top: 0px;
  }
}
.reservation .formTitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0px;
  width: 100%;
  padding: 10px 0px;
  text-align: center;
  font-size: 24px;
  letter-spacing: 2.4px;
  background-color: #FFFFFF;
  font-weight: bold;
  color: white;
}
.reservation .formTitle .title {
  font-size: 24px;
}
.reservation .formTitle .text {
  font-size: 18px;
  letter-spacing: 1.8px;
  font-weight: normal;
}
.reservation .formTitle .status {
  width: 100%;
  padding: 5px 0px;
  background-color: #14632d;
}
.reservation .formTitle .status.pink {
  background-color: #ffaeae;
  color: #333333;
}
.reservation .formTitle .status.gray {
  color: #333333;
  background-color: #AEAEB2;
}
.reservation .formTitle .bottom {
  background-color: #479560;
  width: 100%;
  display: flex;
  padding: 10px 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.reservation .listWrap {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #AEAEB2;
  padding: 8px 0;
}
.reservation .listWrap label {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 30%;
}
.reservation .searchLandTitle {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 992px) {
  .reservation .formTitle .title {
    font-size: 20px;
  }
  .reservation .formTitle .text {
    letter-spacing: 1px;
    font-size: 16px;
    padding: 3px 5px 6px 10px;
  }
}
@media (max-width: 576px) {
  .reservation .formTitle {
    padding: 0 10px 10px 10px;
  }
  .reservation .formTitle .title {
    font-size: 18px;
    letter-spacing: 0px;
  }
  .reservation .searchLandTitle {
    flex-wrap: wrap;
  }
  .reservation .searchLandTitle .searchLandBtn {
    padding: 3px 7px;
  }
  .reservation .searchLandTitle .searchLandBtn img {
    width: 18px;
  }
}

.checkboxGroup {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  row-gap: 10px;
}
.checkboxGroup label {
  letter-spacing: 1.8px;
}
.checkboxGroup .otherInput {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  white-space: nowrap;
  width: 100%;
}

.radioboxGroup.column {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 25px;
}
.radioboxGroup.column label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}
.radioboxGroup .timeTag {
  flex-shrink: 0;
  color: #FFFFFF;
  padding: 6px 20px;
  font-weight: bold;
  background-color: #479560;
}
.radioboxGroup.reservationTime span {
  white-space: nowrap;
}
.radioboxGroup.reservationTime label .tag {
  display: flex;
  align-items: center;
  gap: 25px;
  min-width: 165px;
}
.radioboxGroup.reservationTime label .text {
  display: flex;
  align-items: center;
  gap: 10px;
}
.radioboxGroup.reservationTime label input[type=checkbox] {
  transform: translateY(2px);
}
.radioboxGroup.reservationTime label .timeCheckbox {
  display: flex;
  margin-left: 190px;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1400px) {
  .radioboxGroup label {
    flex-direction: column;
    align-items: flex-start !important;
  }
}

.applicantInfo {
  display: flex;
  width: 100% !important;
  gap: 0 !important;
}
.applicantInfo.view div:nth-child(odd) {
  background-color: #F2F2F2;
}
.applicantInfo.view div:nth-child(even) {
  background-color: #FFFFFF;
}
.applicantInfo.view .phone-group {
  background-color: #F2F2F2 !important;
}
.applicantInfo .form-group {
  padding: 10px 15px;
  flex-wrap: wrap;
  row-gap: 15px;
  display: flex;
}
.applicantInfo .form-group.checkBtn {
  display: flex;
  align-items: center;
}
.applicantInfo .form-group.checkBtn input {
  width: 22px;
  transform: translateY(2px);
}
.applicantInfo .form-group.checkBtn .mobiletext {
  margin-right: 25px;
}
.applicantInfo .form-group.checkBtn span label {
  width: auto;
}
.applicantInfo .form-group input {
  width: 450px;
}
.applicantInfo .form-group label {
  width: 85px;
  font-weight: bold;
  display: flex !important;
  align-items: center !important;
}
.applicantInfo .form-group .must {
  margin: 0px 2px 0px 0px;
  flex-shrink: 0;
  background: #CE2A2A;
  width: 52px;
  color: #FFFFFF;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 500;
  text-indent: 2px;
  letter-spacing: 2px;
}
@media (max-width: 768px) {
  .applicantInfo .form-group .must {
    font-size: 12px;
  }
}
.applicantInfo .form-group .must.ml-10 {
  margin: 0 0 0 10px;
}
.applicantInfo .form-group .must.showEmpty {
  width: 52px;
  background: #FFFFFF;
}
.applicantInfo .form-group .must.green {
  background: #479560;
}
.applicantInfo .form-group .must.need {
  background-color: #ff7f27;
  display: none;
}
.applicantInfo .form-group .smsInfo {
  display: flex;
  width: auto;
  align-items: center;
  gap: 5px;
  margin-left: 5px;
}
.applicantInfo .form-group .smsInfo input {
  width: 22px !important;
  height: 22px !important;
  transform: translateY(0px) !important;
  accent-color: #0579FF !important;
}
.applicantInfo .form-group .phone-group {
  width: 75%;
  display: flex;
  align-items: center;
  gap: 5px;
}
.applicantInfo .form-group .phone-group input:nth-of-type(1) {
  width: 87px;
}
.applicantInfo .form-group .phone-group input:nth-of-type(2) {
  width: 200px;
}
.applicantInfo .form-group .phone-group input:nth-of-type(3) {
  width: 100px;
}
@media (max-width: 768px) {
  .applicantInfo .form-group {
    width: 100%;
    flex-direction: column;
  }
  .applicantInfo .form-group.checkBtn {
    align-items: flex-start;
  }
}
@media (max-width: 576px) {
  .applicantInfo .form-group input {
    width: 100%;
  }
  .applicantInfo .form-group .phone-group {
    width: 100%;
    flex-wrap: wrap;
  }
  .applicantInfo .form-group .phone-group input[placeholder=區域碼] {
    width: 87px;
  }
  .applicantInfo .form-group .phone-group input[placeholder=分機] {
    width: 87px;
  }
}

.btnGroup {
  display: flex;
  gap: 10px;
}
.btnGroup input {
  padding: 8px 25px !important;
  margin: 0;
}

.searchArea {
  position: relative;
  width: 100%;
  padding: 10px;
  margin: 0 auto;
  background-color: #FFFFFF;
  margin-bottom: 50px;
  box-shadow: 0px 10.57px 25.37px rgba(105, 105, 105, 0.08);
  -webkit-backdrop-filter: blur(8.46px);
          backdrop-filter: blur(8.46px);
  backdrop-filter: blur(8.46px) !important;
}
.searchArea .official-notice {
  font-size: 18px;
  line-height: 1.5;
  color: #1e293b;
  flex-direction: column;
}
.searchArea .official-notice p {
  margin: 8px 0;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.searchArea .official-notice p i {
  font-size: 16px;
  flex-shrink: 0;
  color: #2c5282;
  margin-top: 3px;
}
.searchArea .official-notice p b {
  color: #0f172a;
}
.searchArea .form {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 0;
  border: 2px solid green;
}
.searchArea .form div {
  display: flex;
  width: 90%;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.searchArea .form label {
  font-size: 18px;
  letter-spacing: 5px;
  font-weight: bold;
  width: 122px;
  margin-right: 5px;
  white-space: nowrap;
}
.searchArea .form input {
  width: 40%;
}
.searchArea .form .btn {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 25px;
  margin: 0;
}
.searchArea .form .btn input {
  width: 150px !important;
}
@media (max-width: 768px) {
  .searchArea .official-notice p {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .searchArea .form div {
    flex-direction: column;
    row-gap: 15px;
  }
  .searchArea .form input {
    width: 90%;
  }
  .searchArea .form .btn {
    width: 90%;
    gap: 15px;
    flex-direction: row;
  }
  .searchArea .form .btn input {
    width: 115px !important;
    margin: 0;
  }
}

.formTitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
  background-color: #479560;
  padding: 10px 0px;
  text-align: center;
  font-size: 24px;
  letter-spacing: 2.4px;
  font-weight: bold;
  color: white;
}
.formTitle .text {
  color: #479560;
  background-color: #FFFFFF;
  font-size: 18px;
  font-weight: bold !important;
  padding: 5px 10px 9px 15px;
  letter-spacing: 1.8px;
  font-weight: normal;
}

.presidents {
  width: 100% !important;
  padding: 0 200px;
}
.presidents .president-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  width: 100%;
}
.presidents .president-grid .president-card {
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: box-shadow 0.3s ease;
  height: 150px;
  background: #333333;
}
.presidents .president-grid .president-card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.presidents .president-grid .president-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
.presidents .president-grid .president-card:hover img {
  transform: scale(1.1);
}
.presidents .info,
.presidents .details {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 1rem;
  box-sizing: border-box;
  transition: opacity 0.4s ease;
}
.presidents .info {
  color: #FFFFFF;
  opacity: 1;
  z-index: 2;
  gap: 5px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 80%, rgba(0, 0, 0, 0.5));
}
.presidents .info div {
  display: flex;
  align-items: center;
}
.presidents .info .tag {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 2px 3px;
  font-weight: bold;
  margin-right: 2px;
}
.presidents .info h4 {
  font-size: 1.1rem;
}
.presidents .info small {
  font-size: 0.9rem;
  opacity: 0.85;
}
.presidents .details {
  background: rgba(0, 0, 0, 0.6);
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
  opacity: 0;
  z-index: 1;
  text-align: center;
}
.presidents .president-card:hover .info {
  opacity: 0;
}
.presidents .president-card:hover .details {
  opacity: 1;
}
.presidents .details p {
  line-height: 1;
  font-size: 0.95rem;
}
.presidents .details .motto {
  font-style: italic;
  color: #FFFFFF;
  margin-top: 5px;
}
@media (max-width: 1400px) {
  .presidents {
    padding: 0 100px;
  }
}
@media (max-width: 1200px) {
  .presidents {
    padding: 0 100px;
  }
}
@media (max-width: 992px) {
  .presidents {
    gap: 25px;
  }
  .presidents .president-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .presidents {
    padding: 0 15px;
  }
  .presidents .president-grid {
    gap: 15px;
  }
}
@media (max-width: 576px) {
  .presidents .info {
    padding: 10px;
  }
}

.guilds {
  margin: auto;
  width: 100% !important;
}
.guilds .guild-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
.guilds .guild-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #FFFFFF;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
  cursor: pointer;
}
.guilds .guild-card p {
  line-height: 1.5;
}
.guilds .guild-card h3 {
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  letter-spacing: 1px;
  width: 100%;
  text-align: center;
  padding: 10px 0px;
}
.guilds .guild-card h3.blue {
  background-color: #91B1DB;
}
.guilds .guild-card h3.green {
  background-color: #87AE97;
}
.guilds .guild-card h3.brown {
  background-color: #B49F83;
}
.guilds .guild-card h3.pink {
  background-color: #D0A2A1;
}
.guilds .guild-card div {
  padding: 25px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.guilds .guild-card .text {
  line-height: 1.5;
}
.guilds .guild-card .text.rwd {
  display: none;
}
.guilds .guild-card:hover {
  transform: scale(1.01);
  transition: transform 0.3s ease-in-out;
}
@media (max-width: 1600px) {
  .guilds .guild-card .text.pc {
    display: none;
  }
  .guilds .guild-card .text.rwd {
    display: block;
  }
}
@media (max-width: 1200px) {
  .guilds .guild-card h3 {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  .guilds .guild-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .guilds .guild-card h3 {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .guilds .guild-card h3 {
    font-size: 16px;
  }
}

.groupPhotoArea {
  padding: 50px 200px 0px 200px;
  background-color: #F3F8E9;
  position: relative;
  z-index: 5;
}
.groupPhotoArea .groupPhoto {
  padding: 10px;
  border: 2px solid #479560;
  background-color: #FFFFFF;
}
.groupPhotoArea .photoLowerleft {
  position: absolute;
  bottom: -75px;
  left: 80px;
  z-index: 1;
}
.groupPhotoArea .flag {
  position: absolute;
  top: 33px;
  left: 202px;
  width: 24%;
  z-index: 1;
  transform: rotate(-25deg);
}
.groupPhotoArea .photoSticker {
  position: absolute;
  bottom: -70px;
  right: 140px;
  z-index: 1;
  width: 9%;
}
@media (max-width: 1400px) {
  .groupPhotoArea {
    padding: 50px 100px 0px 100px;
  }
  .groupPhotoArea .flag {
    top: 41px;
    left: 101px;
    width: 23%;
  }
  .groupPhotoArea .photoLowerleft {
    bottom: -45px;
    left: 40px;
    width: 20%;
  }
  .groupPhotoArea .photoSticker {
    bottom: -50px;
    right: 50px;
  }
}
@media (max-width: 1200px) {
  .groupPhotoArea {
    padding: 25px 100px 0px 100px;
  }
  .groupPhotoArea .flag {
    top: 18px;
  }
}
@media (max-width: 992px) {
  .groupPhotoArea .photoSticker {
    bottom: -40px;
    right: 60px;
  }
  .groupPhotoArea .photoLowerleft {
    bottom: -20px;
    left: 55px;
    width: 18%;
  }
}
@media (max-width: 768px) {
  .groupPhotoArea {
    padding: 20px 15px 0px 15px;
  }
  .groupPhotoArea .photoSticker {
    bottom: -25px;
    right: 0px;
    width: 12%;
  }
  .groupPhotoArea .photoLowerleft {
    bottom: -24px;
    left: 0;
    width: 22%;
  }
  .groupPhotoArea .flag {
    top: 16px;
    left: 17px;
    width: 30%;
  }
}
@media (max-width: 576px) {
  .groupPhotoArea .groupPhoto {
    padding: 5px;
  }
  .groupPhotoArea .photoSticker {
    width: 17%;
  }
  .groupPhotoArea .photoLowerleft {
    bottom: -13px;
  }
}

.hero {
  text-align: center;
  color: #333333;
  margin-top: 50px;
  font-size: 20px;
  position: relative;
}
.hero .textArea {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  padding: 75px 0;
  margin-top: 45px;
}
.hero .textArea .heroLeaf01 {
  position: absolute;
  bottom: -5px;
  left: 0;
  z-index: 5;
}
.hero .textArea .heroLeaf02 {
  position: absolute;
  position: absolute;
  top: -5px;
  right: 0;
  z-index: 5;
}
.hero .quotationText {
  color: #479560;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.hero h1 {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  font-weight: 700;
  color: #479560;
  letter-spacing: 1px;
}
.hero p {
  font-size: 24px;
  line-height: 1.8;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  color: #333333;
}
@media (max-width: 1200px) {
  .hero .textArea {
    line-height: 1.5;
    gap: 15px;
    padding: 60px 0;
    margin-top: 30px;
    font-size: 18px;
  }
  .hero .textArea .heroLeaf01, .hero .textArea .heroLeaf02 {
    width: 23%;
  }
}
@media (max-width: 768px) {
  .hero {
    padding: 0px 15px;
    margin: 0;
  }
  .hero .textArea {
    margin-top: 20px;
    padding: 50px 0;
  }
  .hero .textArea .heroLeaf01 {
    left: -10px;
  }
  .hero .textArea .heroLeaf02 {
    right: -10px;
  }
  .hero h1 {
    font-size: 2rem;
  }
  .hero p {
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  .hero .textArea {
    gap: 5px;
    font-size: 16px;
    padding: 35px 0;
  }
  .hero h1 {
    margin: 1.5rem 0 1rem 0;
  }
}

.downloadBtn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 10px 18px;
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF;
  border-radius: 500px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
  background-color: #F08C1E;
}

.downloadBtn:hover {
  color: white;
  transform: translateY(-2px);
}

.downloadBtn:active {
  transform: translateY(0);
}

.downloadBtn i {
  font-size: 16px;
  color: inherit;
}

.circle-icon {
  display: inline-block;
  background-color: #479560;
  color: white;
  font-weight: bold;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  position: relative;
}

.custom-tooltip caption {
  caption-side: top;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  color: #479560;
}

.custom-tooltip {
  position: absolute;
  top: 130%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #FFFFFF;
  color: #333333;
  padding: 10px;
  font-size: 13px;
  white-space: nowrap;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 990;
}

.custom-tooltip table {
  border-collapse: collapse;
  border: 1px solid #479560;
  background: #FFFFFF;
}

.custom-tooltip th,
.custom-tooltip td {
  border: 1px solid #479560;
  padding: 5px;
  text-align: center;
  font-size: 14px;
}

.custom-tooltip th {
  background-color: #479560;
  font-weight: bold;
  color: #FFFFFF;
}

.custom-tooltip td::after {
  content: none !important;
}

/* 手機／平板 RWD */
@media (max-width: 768px) {
  .circle-icon {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 13px;
  }
  .custom-tooltip {
    top: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%);
    padding: 8px;
    font-size: 12px;
    white-space: normal;
    max-width: 90vw;
    width: -moz-max-content;
    width: max-content;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .custom-tooltip table {
    display: block;
    width: -moz-max-content;
    width: max-content;
    min-width: 520px;
    border: 1px solid #479560;
    background: #FFFFFF;
  }
  .custom-tooltip th,
  .custom-tooltip td {
    padding: 6px 8px;
    font-size: 12px;
  }
}
@media (max-width: 420px) {
  .circle-icon {
    width: 18px;
    height: 18px;
    line-height: 13px;
    font-size: 13px;
  }
  .custom-tooltip {
    padding: 6px;
    font-size: 11.5px;
    max-width: 92vw;
  }
  .custom-tooltip th,
  .custom-tooltip td {
    padding: 5px 6px;
    font-size: 11.5px;
  }
}
/* 桌機：才允許 hover / focus-visible 顯示 tooltip */
@media (hover: hover) and (pointer: fine) {
  .circle-icon:hover .custom-tooltip,
  .circle-icon:focus-visible .custom-tooltip {
    opacity: 1;
    pointer-events: auto;
  }
}
/* 手機／平板（觸控）：一律禁用懸浮 tooltip（交給燈箱或不顯示） */
@media (hover: none), (pointer: coarse) {
  .circle-icon .custom-tooltip {
    opacity: 0 !important;
    pointer-events: none !important;
  }
}
/* === 手機燈箱樣式（桌機可無視）=== */
.tlb-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 2000;
}

.tlb-overlay.is-open {
  display: flex;
}

.tlb-dialog {
  background: #FFFFFF;
  color: #333333;
  width: min(92vw, 720px);
  max-height: 85vh;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.tlb-close {
  align-self: flex-end;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
  padding: 10px 14px;
  color: #333333;
}

.tlb-body {
  padding: 14px 16px 18px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* 注入的表格沿用你的配色 */
.tlb-body table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #479560;
  table-layout: fixed;
  background: #FFFFFF;
}

.tlb-body caption {
  caption-side: top;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #479560;
  padding-bottom: 6px;
}

.tlb-body th, .tlb-body td {
  border: 1px solid #479560;
  padding: 8px 10px;
  text-align: center;
  font-size: 14px;
  white-space: normal;
  word-break: break-word;
}

.tlb-body th {
  background: #479560;
  color: #FFFFFF;
  font-weight: bold;
}

/* 僅手機/平板使用燈箱；桌機維持 tooltip */
@media (min-width: 992px) {
  .tlb-overlay {
    display: none !important;
  }
}
.btn-hint {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 12px;
  border-radius: 50px;
  border: 1px solid #2b6cb0;
  background: #f0f5ff;
  color: #1a365d;
  font-weight: bold;
  cursor: pointer;
  transition: box-shadow 0.2s, transform 0.05s;
}

.hint-modal {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.55);
  display: none;
  z-index: 9999;
}

.hint-modal[aria-hidden=false] {
  display: block;
}

.hint-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  max-width: 900px;
  width: 90%;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
  overflow: hidden;
}

.hint-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 16px;
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
}

.hint-header h3 {
  margin: 0;
  font-size: 18px;
  color: #1e293b;
  display: flex;
  gap: 8px;
  align-items: center;
}

.hint-close {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #334155;
}

.hint-close:hover {
  color: #0f172a;
}

.hint-body {
  padding: 12px 16px;
}

.hint-body img {
  display: block;
  width: 100%;
  border-radius: 10px;
  background: #e2e8f0;
}

.hint-caption {
  margin-top: 10px;
  color: #475569;
  font-size: 14px;
  line-height: 1.5;
}

header {
  z-index: 999 !important;
  border-bottom: 1px solid #6B6B6B;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 130px;
  position: fixed;
  z-index: 2;
  top: 0;
  transition: background-color 0.3s, box-shadow 0.3s;
}
header.scrolled {
  background-color: white;
}
header .header-top {
  display: flex;
  padding: 10px 50px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #6b6b6b;
}
header .header-top .left {
  display: flex;
  align-items: center;
}
header .header-top .left a {
  text-decoration: none;
  color: #333333;
}
header .header-top .left .logo {
  display: flex;
  align-items: center;
}
header .header-top .left .logo img {
  padding-right: 10px;
}
header .header-top .left .logo .tittle {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
header .header-top .left .logo .tittle .cn {
  font-size: 28px;
  letter-spacing: 4.3px;
  font-weight: bold;
}
header .header-top .left .logo .tittle .en {
  font-size: 14px;
}
header .header-top .login a {
  background-color: #F08C1E;
  padding: 8px 25px;
  border-radius: 50px;
  font-size: 18px;
  display: flex;
  align-items: center;
  color: #FFFFFF;
}
@media (max-width: 1400px) {
  header .header-top {
    height: 120px;
  }
  header .header-top .left .logo img {
    height: 50px;
  }
  header .header-top .left .logo .tittle {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  header .header-top .left .logo .tittle .cn {
    font-size: 29px;
    letter-spacing: 3px;
  }
  header .header-top .left .logo .tittle .en {
    font-size: 14px;
  }
}
header .menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #333333;
}
header .navbar .navBarActive {
  position: relative;
}
header .navbar .point {
  font-weight: bold;
}
header .navbar .navBarActive::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 8px;
  background-color: #ffeb66;
  z-index: -1;
}
header .navbar ul {
  display: flex;
  gap: 75px;
  margin: 15px auto;
  justify-content: center;
  list-style: none;
  padding: 0;
}
@media (max-width: 576px) {
  header .navbar ul {
    display: none;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    text-align: center;
  }
  header .navbar ul.open {
    display: flex;
  }
}
header .navbar a {
  color: #333333;
  font-size: 18px;
  letter-spacing: 1.8px;
  text-decoration: none;
}
header .navbar a:hover {
  font-weight: bold;
}
@media (max-width: 1200px) {
  header .navbar ul {
    gap: 50px;
  }
}

.top-container {
  padding-top: 125px;
}
@media (max-width: 992px) {
  .top-container.tittle {
    padding-top: 100px;
  }
}
@media (max-width: 768px) {
  .top-container.tittle {
    padding-top: 55px;
  }
}

/* RWD 支援 */
@media (max-width: 992px) {
  header {
    height: 105px;
  }
  header .header-top {
    padding: 10px 20px;
  }
  header .header-top .left .logo20 {
    height: 30px;
  }
  header .header-top .left .logo img {
    padding-right: 10px;
    height: 30px;
  }
  header .header-top .left .logo .tittle .cn {
    font-size: 20px;
  }
  header .header-top .left .logo .tittle .en {
    font-size: 10px;
  }
  header .header-top .login a {
    padding: 6px 20px;
    font-size: 16px;
  }
  header .navbar ul {
    gap: 25px;
  }
  header .navbar a {
    font-size: 16px;
    letter-spacing: 1px;
  }
}
@media (max-width: 768px) {
  header {
    height: 58px;
    border: none;
  }
  header .header-top {
    border-bottom: 1px solid #6b6b6b;
  }
  header .header-top .left .logo20 {
    display: none;
  }
  header .login {
    display: none;
  }
  header .menu-toggle {
    display: block;
  }
  header .navbar.white {
    background-color: #FFFFFF;
  }
  header .navbar ul {
    display: none;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    text-align: center;
  }
  header .navbar ul.open {
    display: flex;
  }
}
@media (max-width: 576px) {
  header .header-top {
    padding: 10px;
  }
  header .header-top .left {
    flex-direction: column;
  }
  header .header-top .left .cn {
    font-size: 18px !important;
    letter-spacing: 2.7px !important;
  }
  header .header-top .left .en {
    font-size: 9px !important;
  }
  header .logo20 {
    margin-top: 5px;
    height: 25px;
  }
}
section {
  margin: 45px 0;
}

.big-container {
  width: 90%;
  max-width: 1820px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .big-container {
    width: 95%;
  }
}

.container {
  width: 80%;
  max-width: 1520px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .container {
    width: 90%;
  }
}
@media (max-width: 576px) {
  .container {
    width: 95%;
  }
}

.bigTittle {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 50px;
}
.bigTittle h1 {
  font-size: 54px;
  letter-spacing: 20px;
  padding-left: 20px;
  white-space: nowrap;
}
.bigTittle .en {
  font-size: 28px;
  letter-spacing: 5px;
  font-family: "NotoSansTC" !important;
}
.bigTittle.news {
  position: relative;
  z-index: 5;
}
.bigTittle.news .leftArea {
  position: absolute;
  top: -35px;
  left: 35%;
  z-index: 1;
}
.bigTittle.news .rightArea {
  position: absolute;
  top: -35px;
  right: 36%;
  z-index: 1;
}
.bigTittle.about {
  position: relative;
  z-index: 5;
  gap: 0;
  color: #333333;
}
.bigTittle.about .leftArea {
  position: absolute;
  top: -70px;
  left: 36%;
  z-index: 1;
}
.bigTittle.about .rightArea {
  position: absolute;
  top: -50px;
  right: 36%;
  z-index: 1;
}
.bigTittle.org {
  position: relative;
  z-index: 5;
}
.bigTittle.org .orgLeft {
  position: absolute;
  top: 80px;
  left: 5px;
  z-index: 1;
}
.bigTittle.org .orgRight {
  position: absolute;
  top: 30px;
  right: 5px;
  z-index: 1;
}
.bigTittle.team {
  position: relative;
  z-index: 5;
}
.bigTittle.team .teamLeft {
  position: absolute;
  top: 65px;
  left: -40px;
  z-index: 1;
}
.bigTittle.team .teamRight {
  position: absolute;
  bottom: 35px;
  right: 18px;
  z-index: 1;
}
.bigTittle.res {
  position: relative;
  z-index: 5;
}
.bigTittle.res .resLeft {
  position: absolute;
  top: 50px;
  left: 0px;
  z-index: 1;
}
.bigTittle.res .resRight {
  position: absolute;
  top: 30px;
  right: 20px;
  z-index: 1;
}
.bigTittle.sur {
  position: relative;
  z-index: 5;
}
.bigTittle.sur .surLeft {
  position: absolute;
  top: 20px;
  left: 10px;
  z-index: 1;
}
.bigTittle.sur .surRight {
  position: absolute;
  bottom: 35px;
  right: 23px;
  z-index: 1;
}
.bigTittle.ser {
  position: relative;
  z-index: 5;
}
.bigTittle.ser .serLeft {
  position: absolute;
  bottom: 45px;
  left: -7px;
  z-index: 1;
}
.bigTittle.ser .serRight {
  position: absolute;
  top: 22px;
  right: 17px;
  z-index: 1;
}
.bigTittle.key {
  position: relative;
  z-index: 5;
}
.bigTittle.key .keyLeft {
  position: absolute;
  top: 5px;
  left: -10px;
  width: 15%;
  z-index: 1;
}
.bigTittle.key .keyRight {
  position: absolute;
  top: 25px;
  right: -15px;
  width: 17%;
  z-index: 1;
}
@media (max-width: 992px) {
  .bigTittle h1 {
    font-size: 38px;
    letter-spacing: 12px;
    padding-left: 12px;
  }
  .bigTittle.key .keyLeft {
    top: 11px;
    left: 12px;
    width: 14%;
  }
  .bigTittle.key .keyRight {
    top: 32px;
    right: 5px;
    width: 16%;
  }
  .bigTittle.team .teamLeft {
    top: 70px;
    left: -15px;
    width: 20%;
  }
  .bigTittle.team .teamRight {
    bottom: 30px;
    right: 18px;
    width: 16%;
  }
  .bigTittle.res {
    padding: 40px 50px;
  }
  .bigTittle.res .resLeft {
    top: 35px;
    left: 11px;
    width: 13%;
  }
  .bigTittle.res .resRight {
    top: 20px;
  }
  .bigTittle.ser {
    padding: 40px 50px;
  }
  .bigTittle.ser .serLeft {
    bottom: 30px;
    left: 0px;
    width: 10%;
  }
  .bigTittle.ser .serRight {
    top: 20px;
    right: 15px;
    width: 7%;
  }
  .bigTittle.sur {
    padding: 40px 50px;
  }
  .bigTittle.sur .surLeft {
    top: 20px;
    left: 10px;
    width: 11%;
  }
  .bigTittle.sur .surRight {
    bottom: 25px;
    right: 25px;
    width: 13%;
  }
}
@media (max-width: 576px) {
  .bigTittle {
    padding: 35px;
  }
  .bigTittle h1 {
    font-size: 27px;
    letter-spacing: 5px;
    padding-left: 5px;
  }
  .bigTittle .en {
    font-size: 20px;
    letter-spacing: 2px;
  }
  .bigTittle.key .keyLeft {
    top: 6px;
    left: -2px;
    width: 15%;
  }
  .bigTittle.key .keyRight {
    top: 15px;
    right: -9px;
    width: 20%;
  }
  .bigTittle.org .orgLeft {
    width: 16%;
    top: 52px;
    left: -9px;
  }
  .bigTittle.org .orgRight {
    top: 10px;
    right: -12px;
    width: 17%;
  }
  .bigTittle.team .teamLeft {
    top: 45px;
  }
  .bigTittle.team .teamRight {
    bottom: 13px;
    right: 4px;
    width: 20%;
  }
  .bigTittle.res {
    padding: 25px 50px;
  }
  .bigTittle.res .resLeft {
    top: 26px;
    left: 18px;
    width: 12%;
  }
  .bigTittle.res .resRight {
    top: 15px;
    right: 15px;
    width: 8%;
  }
  .bigTittle.ser {
    padding: 25px;
  }
  .bigTittle.ser h1 {
    font-size: 22px;
  }
  .bigTittle.ser .serLeft {
    bottom: 18px;
    left: 0px;
  }
  .bigTittle.ser .serRight {
    top: 11px;
    right: 0px;
    width: 9%;
  }
  .bigTittle.sur {
    padding: 25px 50px;
  }
  .bigTittle.sur .surLeft {
    top: 15px;
    left: 17px;
    width: 11%;
  }
  .bigTittle.sur .surRight {
    bottom: 14px;
    right: 25px;
    width: 13%;
  }
}

footer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 25px 50px;
  align-items: center;
  color: #FFFFFF;
}
footer .left {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
footer .right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
}
footer .wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  footer {
    flex-direction: column;
    gap: 15px;
    padding: 20px 15px;
  }
  footer .left {
    align-items: center;
    gap: 6px;
  }
  footer .right {
    align-items: center;
    gap: 6px;
  }
  footer .wrap {
    flex-direction: column;
  }
}

.back-to-top {
  position: fixed;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.2);
  color: #FFFFFF;
  font-weight: bold;
  box-shadow: 0px 10.57px 25.37px rgba(105, 105, 105, 0.08);
  -webkit-backdrop-filter: blur(8.46px);
          backdrop-filter: blur(8.46px);
  border: none;
  border-radius: 500px 500px 0 0;
  transition: opacity 0.3s ease;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 16px;
  z-index: 1000;
  display: none; /* 初始隱藏 */
  width: 170px;
  height: 90px;
}
@media (max-width: 1200px) {
  .back-to-top {
    width: 150px;
    height: 80px;
  }
  .back-to-top img {
    height: 30px;
  }
}
@media (max-width: 768px) {
  .back-to-top {
    width: 130px;
    height: 75px;
  }
  .back-to-top img {
    height: 28px;
  }
}

.back-to-top:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.floating-link {
  position: fixed;
  bottom: 25px;
  right: 25px;
  transition: bottom 0.3s;
  z-index: 999;
}
@media (max-width: 1200px) {
  .floating-link img {
    height: 100px;
  }
}
@media (max-width: 992px) {
  .floating-link img {
    height: 90px;
  }
}

a {
  text-decoration: none;
}

.newDom {
  font-size: 50px;
  color: red;
  position: fixed;
  z-index: 99;
  bottom: 30px;
  left: 30px;
}

.top-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0 200px;
}
@media (max-width: 1400px) {
  .top-container {
    margin: 0 100px;
  }
}
@media (max-width: 768px) {
  .top-container {
    margin: 0 15px;
    padding-top: 55px;
    padding-top: 80px;
  }
}

.mian {
  width: 100%;
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 100px;
}

.swiper-container {
  height: 500px;
  position: relative;
  overflow: hidden;
  border: 5px solid #f90000;
}
.swiper-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-wrapper {
  display: flex;
}

.swiper-slide {
  width: 100%;
  flex-shrink: 0;
}
.swiper-slide.one {
  position: relative;
}
.swiper-slide.one .tag {
  position: absolute;
  z-index: 555;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  justify-content: center;
  text-align: center;
  font-size: 48px;
  color: #FFFFFF;
  font-weight: bold;
}
@keyframes teeter {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-2deg);
  }
  50% {
    transform: rotate(2deg);
  }
  75% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.swiper-slide.one .tag img {
  animation: teeter 2.5s infinite;
}

.swiper-button-next,
.swiper-button-prev {
  color: #333333;
  width: 30px;
  height: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.swiper-button-next {
  right: 10px;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 15px) !important;
  left: auto;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 15px) !important;
  right: auto;
}

.swiper-pagination-bullet {
  background-color: #FFFFFF !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #FFFFFF !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev {
  left: 10px;
}

.swiper-button-next, .swiper-button-prev {
  color: #FFFFFF !important;
  width: 70px !important;
  height: 70px !important;
  border-radius: 100px !important;
  box-shadow: 0px 10.57px 25.37px rgba(0, 0, 0, 0.08) !important;
  -webkit-backdrop-filter: blur(8.46px) !important;
          backdrop-filter: blur(8.46px) !important;
}

.about {
  color: #6B6B6B;
  display: flex;
  align-items: center;
  gap: 50px;
  font-size: 20px;
  letter-spacing: 2px;
  justify-content: space-between;
}
.about .left {
  width: 40%;
  background-color: #FFFFFF;
  padding: 50px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  letter-spacing: 2px;
}
.about .left .text {
  line-height: 150%;
}
.about .left .quotation {
  position: relative;
  margin-top: 10px;
  margin-bottom: 30px;
}
.about .left .quotation img {
  width: 15px;
}
.about .left .quotation .quotationLeft {
  position: absolute;
  z-index: 55;
}
.about .left .quotation .quotationRight {
  bottom: -25px;
  left: 345px;
  position: absolute;
}
.about .left .quotation .fourTeam {
  position: absolute;
  left: 25px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 5px;
}
.about .gallery {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 60%;
}
.about .gallery .galleryTop {
  height: 230px;
}
.about .gallery img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about .gallery .bottom {
  display: flex;
  padding-left: 4%;
  gap: 15px;
  height: 165px;
}

.img-index-service-top {
  width: 100%;
  position: relative;
  bottom: -4px;
}
.img-index-service-bottom {
  width: 100%;
  position: relative;
  bottom: 4px;
}
.serviceArea {
  background-color: #f3f8e9;
  position: relative;
}
.serviceArea .bigTittle {
  padding: 0;
  padding-bottom: 50px;
  position: relative;
  z-index: 10;
}
.serviceArea .service {
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5rem;
}
.serviceArea .service .serviceContent {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  gap: 50px;
}
.serviceArea .service .serviceContent .ServiceItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 25px;
  color: #333333;
}
.serviceArea .service .serviceContent .ServiceItem .number {
  font-size: 96px;
  opacity: 0.5;
  font-family: "NotoSansTC" !important;
  font-weight: bold;
}
.serviceArea .service .serviceContent .ServiceItem .title {
  font-size: 32px;
  letter-spacing: 4px;
  font-weight: bold;
  text-align: center;
}
.serviceArea .service img {
  width: -moz-fit-content;
  width: fit-content;
}
.serviceArea .svleft01 {
  position: absolute;
  top: -70px;
  right: 0;
  z-index: 1;
  width: 430px;
  height: auto;
}
.serviceArea .svright01 {
  position: absolute;
  top: -135px;
  left: 0;
  z-index: 1;
  width: 270px;
  height: auto;
}
@media (max-width: 1400px) {
  .serviceArea .service {
    margin: 0 100px;
  }
  .serviceArea .service .serviceContent .ServiceItem .number {
    font-size: 80px;
  }
  .serviceArea .service .serviceContent .ServiceItem .title {
    font-size: 30px;
  }
  .serviceArea .svleft01 {
    top: -55px;
    width: 370px;
  }
  .serviceArea .svright01 {
    top: -120px;
    width: 260px;
  }
}
@media (max-width: 1200px) {
  .serviceArea .service {
    gap: 50px;
  }
  .serviceArea .service .serviceContent {
    gap: 25px;
  }
  .serviceArea .service .serviceContent .ServiceItem .number {
    font-size: 72px;
  }
  .serviceArea .service .serviceContent .ServiceItem .title {
    font-size: 30px;
  }
  .serviceArea .svleft01 {
    top: -40px;
    width: 300px;
  }
  .serviceArea .svright01 {
    top: -100px;
    width: 240px;
  }
}
@media (max-width: 992px) {
  .serviceArea .svleft01 {
    top: -25px;
    width: 250px;
  }
  .serviceArea .svright01 {
    top: 10px;
    width: 170px;
  }
}
@media (max-width: 768px) {
  .serviceArea .service {
    gap: 25px;
    margin: 0 15px;
  }
  .serviceArea .service .serviceContent .ServiceItem {
    gap: 15px;
  }
  .serviceArea .service .serviceContent .ServiceItem .number {
    font-size: 60px;
  }
  .serviceArea .service .serviceContent .ServiceItem .title {
    font-size: 24px;
  }
  .serviceArea .svleft01 {
    top: -10px;
    width: 200px;
  }
  .serviceArea .svright01 {
    top: 60px;
    width: 132px;
  }
}
@media (max-width: 576px) {
  .serviceArea .bigTittle {
    padding-bottom: 25px;
  }
  .serviceArea .service {
    gap: 20px;
  }
  .serviceArea .service .serviceContent {
    gap: 20px;
    flex-direction: column;
  }
  .serviceArea .service .serviceContent .ServiceItem {
    gap: 10px;
  }
  .serviceArea .service .serviceContent .ServiceItem .number {
    font-size: 28px;
  }
  .serviceArea .service .serviceContent .ServiceItem .title {
    font-size: 20px;
  }
  .serviceArea .svleft01 {
    top: 55px;
    width: 130px;
  }
  .serviceArea .svright01 {
    top: 120px;
    width: 107px;
  }
}

:root {
  --swiper-pagination-bottom: 30px;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 30px) !important;
  top: unset !important;
}

.news-section {
  padding: 2rem;
  position: relative;
  color: #6B6B6B;
}
.news-section .news-slider-wrapper {
  display: flex;
  padding: 10px 0;
  justify-content: center;
  overflow: hidden;
}
.news-section .news-slider {
  display: flex;
  transition: transform 0.4s ease-in-out;
}
.news-section .news-slider .news-card {
  flex: 0 0 25%;
  margin: 0 25px;
  background: #FFFFFF;
  border-radius: 1rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 25px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-sizing: border-box;
}
.news-section .news-slider .news-card img {
  width: 45px;
}
.news-section .news-slider .news-card .news-tag {
  background-color: #479560;
  width: -moz-fit-content;
  width: fit-content;
  color: #FFFFFF;
  font-size: 18px;
  letter-spacing: 5px;
  font-weight: bold;
  padding: 6px 20px;
}
.news-section .news-slider .news-card .news-title-content {
  font-size: 20px;
  font-weight: bold;
}
.news-section .news-slider .news-card .news-info .news-date, .news-section .news-slider .news-card .news-info .news-location {
  display: flex;
  align-items: center;
  gap: 10px;
}
.news-section .news-slider .news-card .news-info .news-date .bold, .news-section .news-slider .news-card .news-info .news-location .bold {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
}
.news-section .news-slider .news-card .news-info .news-date div, .news-section .news-slider .news-card .news-info .news-location div {
  display: flex;
  flex-direction: column;
}
.news-section .news-slider .news-card .news-info .news-description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-section .news-dots {
  text-align: center;
  margin-top: 1rem;
}
.news-section .news-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: #ccc;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s;
}
.news-section .news-dots .dot.active {
  background: #4caf50;
}

.bottomimg {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  background: url("background.png") center/cover no-repeat;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  width: 80%;
  max-width: 1520px;
  gap: 10px;
  position: relative;
}

.main-img {
  grid-column: 2/3;
  grid-row: 2/3;
  background: url("/images/pic/pic_20.jpg") center/cover no-repeat;
  border-radius: 500px;
  width: 100%;
  min-width: 750px;
  height: 300px;
}

.circle {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  position: absolute;
}

/* 小圖定位 */
.img1 {
  top: 12%;
  left: 11%;
  background: url("/images/pic/pic_06.jpg");
  background-size: cover;
}

.img2 {
  width: 175px;
  height: 175px;
  bottom: 18%;
  left: 15%;
  background: url("/images/pic/pic_13.jpg");
  background-size: cover;
}

.img3 {
  width: 175px;
  height: 175px;
  top: 15%;
  right: 15%;
  background: url("/images/pic/pic_11.jpg");
  background-size: cover;
}

.img4 {
  bottom: 15%;
  right: 8%;
  background: url("/images/pic/pic_21.jpg");
  background-size: cover;
}

/* 預約按鈕 */
.cta-button {
  margin-top: 20px;
  padding: 20px 50px;
  background-color: #F08C1E;
  color: white;
  font-size: 18px;
  border: none;
  border-radius: 100px;
  cursor: pointer;
  transition: 0.3s;
  position: absolute;
  font-size: 36px;
  letter-spacing: 10px;
  padding-left: 60px;
  font-weight: bold;
  bottom: 100px;
}

.cta-button:hover {
  background-color: #F08C1E;
}

.indexArea1 {
  display: flex;
  align-items: center;
  width: 80%;
  gap: 75px;
  max-width: 1520px;
  justify-content: space-around;
  margin: 0 auto;
  margin-top: 200px;
}
.indexArea1 .carousel-container {
  width: 60%;
  max-width: 1025px;
  border: 2px solid #479560;
  padding: 10px;
  background-color: white;
  position: relative;
}
.indexArea1 .leaf01 {
  position: absolute;
  top: -35px;
  left: -25px;
  z-index: 10;
  width: 220px;
  height: auto;
}
.indexArea1 .popper {
  position: absolute;
  bottom: -35px;
  left: -80px;
  z-index: 11;
  width: 180px;
  height: auto;
}
.indexArea1 .th20 {
  position: absolute;
  top: -15px;
  right: 30px;
  z-index: 11;
  width: 115px;
  height: auto;
}
.indexArea1 .flag {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 11;
  width: 450px;
  height: auto;
}
.indexArea1 .leaf02 {
  position: absolute;
  bottom: -20px;
  right: -30px;
  z-index: 11;
  width: 230px;
  height: auto;
}
.indexArea1 .bigTitle {
  position: absolute;
  bottom: -35px;
  left: -30px;
  z-index: 10;
  font-weight: bold;
  font-size: 46px;
  letter-spacing: 2.3px;
}
.indexArea1 .bigTitle div {
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 15px;
  background-color: #F2F0E9;
}
.indexArea1 .indexInfo {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.indexArea1 .indexInfo.rwd-1 {
  display: flex;
}
.indexArea1 .indexInfo.rwd-2 {
  display: none;
}
.indexArea1 .indexInfo .indexInfoContent-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.indexArea1 .indexInfo .indexInfoContent {
  display: flex;
  gap: 15px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.indexArea1 .indexInfo img {
  margin-right: 5px;
  width: 50px;
}
.indexArea1 .indexInfo .time {
  display: flex;
  align-items: center;
  font-size: 32px;
  color: #6B6B6B;
  font-weight: bold;
  padding-left: 5px;
  letter-spacing: 5px;
}
.indexArea1 .indexInfo .time img {
  width: 50px;
}
.indexArea1 .indexInfo .locat {
  display: flex;
  align-items: center;
  font-size: 32px;
  color: #6B6B6B;
  font-weight: bold;
  letter-spacing: 5px;
  padding-left: 5px;
}
.indexArea1 .indexInfo .locat .address {
  margin-top: 5px;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 7px;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
.indexArea1 .indexInfo .reservation {
  background-color: #F08C1E;
  color: #FFFFFF;
  padding: 15px;
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 32px;
  letter-spacing: 20px;
  border-radius: 500px;
  font-weight: bold;
  margin-bottom: 0px;
}
.indexArea1 .indexInfo .reservation img {
  width: 40px;
}
.indexArea1 .indexInfo .tagArea {
  position: relative;
}
.indexArea1 .indexInfo .tag {
  background-color: #479560;
  color: #FFFFFF;
  padding: 10px 35px;
  font-size: 24px;
  width: -moz-fit-content;
  width: fit-content;
  width: 100%;
  text-align: center;
  letter-spacing: 5px;
  font-weight: bold;
  white-space: nowrap;
}
.indexArea1 .indexInfo .cap {
  position: absolute;
  top: -55px;
  right: -25px;
  height: 75px;
  width: 55px;
}
.indexArea1 .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  height: 500px;
  font-size: 20px;
  font-weight: bold;
}
.indexArea1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1600px) {
  .indexArea1 {
    gap: 50px;
  }
  .indexArea1 .indexInfo .time {
    font-size: 28px;
    letter-spacing: 2px;
  }
  .indexArea1 .indexInfo .time img {
    width: 45PX;
  }
  .indexArea1 .indexInfo .locat {
    font-size: 28px;
    letter-spacing: 2px;
  }
  .indexArea1 .indexInfo .locat .address {
    font-size: 20px;
    letter-spacing: 2.4px;
  }
  .indexArea1 .indexInfo .tag {
    font-size: 22px;
    letter-spacing: 4px;
  }
  .indexArea1 .indexInfo img {
    width: 45px;
  }
  .indexArea1 .th20 {
    width: 90px;
  }
  .indexArea1 .flag {
    width: 370px;
  }
  .indexArea1 .leaf01 {
    width: 170px;
  }
  .indexArea1 .leaf02 {
    width: 170px;
  }
  .indexArea1 .popper {
    width: 170px;
    bottom: -20px;
    left: -60px;
  }
  .indexArea1 .bigTitle {
    font-size: 36px;
    bottom: -30px;
    letter-spacing: 1px;
  }
  .indexArea1 .bigTitle div {
    padding: 8px 10px;
  }
}
@media (max-width: 1200px) {
  .indexArea1 {
    flex-direction: column;
    gap: 75px;
  }
  .indexArea1 .swiper-slide {
    height: 500px;
  }
  .indexArea1 .carousel-container {
    width: 100%;
  }
  .indexArea1 .indexInfo {
    flex-direction: row;
    gap: 50px;
  }
  .indexArea1 .indexInfo.rwd-1 {
    display: none;
  }
  .indexArea1 .indexInfo.rwd-2 {
    display: flex;
  }
  .indexArea1 .indexInfo .cap {
    top: -45px;
    right: -20px;
    height: 60px;
    width: 40px;
  }
  .indexArea1 .indexInfo .reservation {
    font-size: 30px;
    letter-spacing: 18px;
    padding: 10px;
  }
  .indexArea1 .indexInfo .indexInfoContent-top {
    display: flex;
    gap: 15px;
  }
  .indexArea1 .indexInfo .indexInfoContent {
    flex-direction: column;
  }
  .indexArea1 .bigTitle {
    font-size: 42px;
    bottom: 30px;
  }
  .indexArea1 .popper {
    bottom: 50px;
    width: 130px;
  }
  .indexArea1 .leaf01 {
    width: 200px;
  }
  .indexArea1 .leaf02 {
    width: 200px;
  }
}
@media (max-width: 992px) {
  .indexArea1 {
    gap: 60px;
    margin-top: 155px;
  }
  .indexArea1 .swiper-slide {
    height: 450px;
  }
  .indexArea1 .bigTitle {
    font-size: 36px;
    bottom: 25px;
  }
  .indexArea1 .indexInfo .tag {
    font-size: 20px;
    letter-spacing: 2.5px;
    padding: 10px 20px;
  }
  .indexArea1 .indexInfo .time {
    font-size: 24px;
    letter-spacing: 1.5px;
  }
  .indexArea1 .indexInfo .reservation {
    font-size: 24px;
    letter-spacing: 10px;
    padding: 5px;
  }
  .indexArea1 .indexInfo .locat {
    font-size: 24px;
    letter-spacing: 1.5px;
  }
  .indexArea1 .indexInfo .locat .address {
    font-size: 18px;
    letter-spacing: 1px;
  }
  .indexArea1 .popper {
    width: 110px;
  }
  .indexArea1 .leaf02 {
    width: 170px;
  }
  .indexArea1 .leaf01 {
    width: 170px;
  }
  .indexArea1 .flag {
    width: 300px;
  }
}
@media (max-width: 768px) {
  .indexArea1 {
    gap: 65px;
    margin-top: 110px;
  }
  .indexArea1 .swiper-slide {
    height: 330px;
  }
  .indexArea1 .indexInfo {
    flex-direction: column;
    gap: 15px;
  }
  .indexArea1 .indexInfo.rwd-1 {
    display: flex;
  }
  .indexArea1 .indexInfo.rwd-2 {
    display: none;
  }
  .indexArea1 .indexInfo .indexInfoContent {
    order: 2;
  }
  .indexArea1 .indexInfo .indexInfoContent-top {
    order: 1;
  }
  .indexArea1 .bigTitle {
    font-size: 28px;
  }
  .indexArea1 .indexArea1 .popper {
    width: 125px;
    left: -50px;
  }
  .indexArea1 .leaf02 {
    width: 125px;
  }
  .indexArea1 .leaf01 {
    width: 125px;
  }
  .indexArea1 .th20 {
    width: 70px;
  }
  .indexArea1 .flag {
    width: 260px;
  }
  .indexArea1 .popper {
    width: 80px;
    left: -50px;
  }
}
@media (max-width: 576px) {
  .indexArea1 {
    width: 90%;
    gap: 45px;
    margin-top: 95px;
  }
  .indexArea1 .swiper-slide {
    height: 230px;
  }
  .indexArea1 .carousel-container {
    padding: 5px;
  }
  .indexArea1 .bigTitle {
    font-size: 20px;
    left: 10px;
    bottom: 10px;
  }
  .indexArea1 .bigTitle div {
    padding: 5px 8px;
  }
  .indexArea1 .indexInfo {
    gap: 10px;
  }
  .indexArea1 .indexInfo img {
    width: 30px;
  }
  .indexArea1 .indexInfo .reservation {
    font-size: 20px;
    letter-spacing: 5px;
  }
  .indexArea1 .indexInfo .reservation img {
    width: 25px;
  }
  .indexArea1 .indexInfo .tag {
    font-size: 16px;
    padding: 8px 20px;
  }
  .indexArea1 .indexInfo .time {
    font-size: 20px;
    letter-spacing: 1.4px;
  }
  .indexArea1 .indexInfo .time img {
    width: 30PX;
  }
  .indexArea1 .indexInfo .locat {
    font-size: 20px;
    letter-spacing: 1px;
  }
  .indexArea1 .indexInfo .locat .address {
    font-size: 15px;
    letter-spacing: 0.7px;
  }
  .indexArea1 .indexInfo .cap {
    top: -30px;
    right: -16px;
    height: 40px;
    width: 30px;
  }
  .indexArea1 .popper {
    width: 60px;
    left: -10px;
    bottom: 25px;
  }
  .indexArea1 .leaf02 {
    width: 80px;
    bottom: -10px;
    right: -15px;
  }
  .indexArea1 .leaf01 {
    width: 80px;
    top: -20px;
    left: -10px;
  }
  .indexArea1 .flag {
    width: 200px;
  }
  .indexArea1 .th20 {
    width: 50px;
    right: 20px;
  }
}

.aboutMe {
  display: flex;
  align-items: center;
  gap: 50px;
  flex-direction: row;
  margin-top: -100px;
}
.aboutMe .aboutMeContentLeft {
  position: relative;
}
.aboutMe .aboutMeContentLeft .aboutMeTitleImg1 {
  display: block;
}
.aboutMe .aboutMeContentLeft .aboutMeTitleImg2 {
  display: none;
}
.aboutMe .aboutMeContentLeft img {
  max-width: 650px;
}
.aboutMe .aboutMeContentLeft .bigTittle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  color: #FFFFFF;
}
.aboutMe .aboutMeContentRight {
  font-size: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  color: #333333;
  line-height: 1.2;
}
.aboutMe .aboutMeContentRight .aboutMeContentRightTitle {
  color: #479560;
  font-weight: bold;
}
.aboutMe .aboutMeContentRight img {
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1400px) {
  .aboutMe {
    gap: 25px;
  }
  .aboutMe .aboutMeContentLeft img {
    max-width: 550px;
  }
  .aboutMe .aboutMeContentRight {
    gap: 15px;
  }
  .aboutMe .aboutMeContentRight img {
    max-width: 135px;
  }
}
@media (max-width: 1200px) {
  .aboutMe {
    gap: 25px;
  }
  .aboutMe .aboutMeContentLeft img {
    max-width: 480px;
  }
  .aboutMe .aboutMeContentRight {
    gap: 15px;
  }
  .aboutMe .aboutMeContentRight img {
    max-width: 150px;
  }
}
@media (max-width: 992px) {
  .aboutMe {
    flex-direction: column;
  }
  .aboutMe .aboutMeContentRight {
    align-items: center;
    text-align: center;
  }
  .aboutMe .aboutMeContentLeft .aboutMeTitleImg1 {
    display: none;
  }
  .aboutMe .aboutMeContentLeft .aboutMeTitleImg2 {
    display: block;
  }
  .aboutMe .aboutMeContentLeft img {
    max-width: 1000px;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .aboutMe {
    margin-top: -75px;
  }
  .aboutMe .aboutMeContentLeft .bigTittle {
    top: 50%;
    left: 50%;
    margin: 0;
  }
}
@media (max-width: 576px) {
  .aboutMe {
    margin-top: -50px;
  }
  .aboutMe .aboutMeContentRight {
    font-size: 15px;
  }
}

.indexPhotoSliderArea {
  position: relative;
}
.indexPhotoSliderArea .psleaf01 {
  position: absolute;
  top: -86px;
  left: 300px;
  z-index: 11;
  height: auto;
}
.indexPhotoSliderArea .psleaf02 {
  position: absolute;
  top: 200px;
  left: 150px;
  z-index: 11;
  height: auto;
}
.indexPhotoSliderArea .psright01 {
  position: absolute;
  top: -230px;
  right: 150px;
  z-index: 11;
  height: auto;
}
.indexPhotoSliderArea .indexPhotoSliderContainer {
  overflow: hidden;
  width: 100%;
  height: 350px;
  margin: 150px 0px 50px 0px;
}
.indexPhotoSliderArea .indexPhotoSliderContainer .indexPhotoSliderTrack {
  display: flex;
  animation: scroll 30s linear infinite;
}
.indexPhotoSliderArea .indexPhotoSliderContainer .indexPhotoSliderTrack img {
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media (max-width: 1600px) {
  .indexPhotoSliderArea .psright01 {
    top: -195px;
    right: 150px;
    width: 225px;
  }
  .indexPhotoSliderArea .psleaf01 {
    top: -77px;
    left: 260px;
    width: 350px;
  }
  .indexPhotoSliderArea .psleaf02 {
    top: 220px;
    left: 150px;
    width: 150px;
  }
}
@media (max-width: 1400px) {
  .indexPhotoSliderArea .psright01 {
    top: -142px;
    right: 75px;
    width: 165px;
  }
  .indexPhotoSliderArea .psleaf01 {
    top: -63px;
    left: 210px;
    width: 290px;
  }
  .indexPhotoSliderArea .psleaf02 {
    top: 195px;
    left: 140px;
    width: 120px;
  }
}
@media (max-width: 1200px) {
  .indexPhotoSliderArea .psright01 {
    top: -162px;
    right: 120px;
    width: 190px;
  }
  .indexPhotoSliderArea .psleaf01 {
    top: -67px;
    left: 230px;
    width: 310px;
  }
  .indexPhotoSliderArea .psleaf02 {
    top: 230px;
    left: 150px;
    width: 140px;
  }
  .indexPhotoSliderArea .indexPhotoSliderContainer {
    margin: 100px 0px -25px 0px;
  }
  .indexPhotoSliderArea .indexPhotoSliderTrack img {
    height: 300px !important;
  }
}
@media (max-width: 992px) {
  .indexPhotoSliderArea .psright01 {
    top: -138px;
    right: 40px;
    width: 160px;
  }
  .indexPhotoSliderArea .psleaf01 {
    top: -60px;
    left: 125px;
    width: 280px;
  }
  .indexPhotoSliderArea .psleaf02 {
    top: 175px;
    left: 70px;
    width: 115px;
  }
  .indexPhotoSliderArea .indexPhotoSliderContainer {
    margin: 50px 0px -50px 0px;
  }
  .indexPhotoSliderArea .indexPhotoSliderTrack img {
    height: 275px !important;
  }
}
@media (max-width: 768px) {
  .indexPhotoSliderArea .psright01 {
    top: -120px;
    right: 20px;
    width: 140px;
  }
  .indexPhotoSliderArea .psleaf01 {
    top: -54px;
    left: 65px;
    width: 250px;
  }
  .indexPhotoSliderArea .psleaf02 {
    top: 175px;
    left: 70px;
    width: 115px;
  }
  .indexPhotoSliderArea .indexPhotoSliderTrackimg {
    height: 250px !important;
  }
}
@media (max-width: 576px) {
  .indexPhotoSliderArea .psright01 {
    top: -77px;
    right: 5px;
    width: 90px;
  }
  .indexPhotoSliderArea .psleaf01 {
    top: -40px;
    left: 15px;
    width: 180px;
  }
  .indexPhotoSliderArea .psleaf02 {
    top: 137px;
    left: 2px;
    width: 70px;
  }
  .indexPhotoSliderArea .indexPhotoSliderContainer {
    margin: 50px 0px -100px 0px;
  }
  .indexPhotoSliderArea .indexPhotoSliderTrack img {
    height: 200px !important;
  }
}

.newsLightbox {
  position: fixed;
  inset: 0;
  color: #333333;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1001;
  display: flex; /* 新增 */
  align-items: center; /* 新增：垂直置中 */
  justify-content: center; /* 新增：水平置中 */
}
.newsLightbox .content {
  background: #FFFFFF;
  width: 50%;
  margin: 80px auto;
  border-radius: 8px;
  position: relative;
}
.newsLightbox .content img {
  height: 300px;
  width: 80%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
}
.newsLightbox .content input, .newsLightbox .content .close-lightbox {
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
  border: none;
  background-color: rgba(255, 255, 255, 0.5);
  font-size: 20px;
  cursor: pointer;
  height: 36px;
  width: 36px;
}
.newsLightbox .content .textContent {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 15px;
}
.newsLightbox .content .textContent .title {
  font-weight: bold;
}
.newsLightbox .content .textContent .divider-line {
  width: 2px;
  background-color: #AEAEB2;
  height: 45px;
}
.newsLightbox .content .textContent .tags {
  display: flex;
  justify-content: center;
  gap: 10px;
  font-size: 18px;
  align-items: center;
  flex-wrap: wrap;
}
.newsLightbox .content .textContent .tags .itemTag {
  background-color: #479560;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 10px;
  color: #FFFFFF;
  font-weight: bold;
}
.newsLightbox .content .textContent .tags .itemTag.important {
  background-color: #CE2A2A;
}
.newsLightbox .content .textContent .datelocat {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.newsLightbox .content .textContent .icon {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  letter-spacing: 1.5px;
  width: -moz-fit-content;
  width: fit-content;
}
.newsLightbox .content .textContent .icon div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.newsLightbox .content .textContent .icon div h5 {
  font-size: 24px;
  font-weight: bold;
  color: #6B6B6B;
}
.newsLightbox .content .textContent .icon img {
  width: 50px;
  height: 50px;
}
.newsLightbox .content .textContent .text {
  line-height: 1.5;
}
.newsLightbox .content h2 {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 1.5px;
}
.newsLightbox .content p, .newsLightbox .content ul {
  line-height: 1.5;
}
.newsLightbox .content ul {
  padding-left: 20px;
  list-style-type: disc;
}
@media (max-width: 1400px) {
  .newsLightbox .content {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .newsLightbox .content {
    width: 80%;
  }
  .newsLightbox .content h2 {
    font-size: 24px;
  }
  .newsLightbox .content .textContent {
    gap: 10px;
  }
  .newsLightbox .content .textContent .icon img {
    width: 40px;
    height: 40px;
  }
  .newsLightbox .content .textContent .icon div h5 {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .newsLightbox .content h2 {
    font-size: 22px;
  }
  .newsLightbox .content .textContent {
    gap: 5px;
  }
  .newsLightbox .content .textContent .tags {
    font-size: 16px;
  }
  .newsLightbox .content .textContent .icon {
    gap: 5px;
  }
  .newsLightbox .content .textContent .icon div h5 {
    font-size: 20px;
  }
  .newsLightbox .content .textContent .icon img {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 576px) {
  .newsLightbox .content h2 {
    font-size: 20px;
  }
  .newsLightbox .content .textContent {
    text-align: start;
    padding: 10px;
  }
  .newsLightbox .content .textContent .tags {
    justify-content: flex-start;
    font-size: 15px;
  }
  .newsLightbox .content .textContent .icon div h5 {
    font-size: 18px;
  }
  .newsLightbox .content .textContent .icon img {
    width: 25px;
    height: 25px;
  }
  .newsLightbox .content .textContent .divider-line {
    display: none;
  }
  .newsLightbox .content .textContent .datelocat {
    gap: 5px;
    flex-direction: column;
    align-items: flex-start;
  }
}

.contact {
  background-color: white;
  padding: 5px;
  width: 60%;
  margin-top: -250px;
  position: relative;
  bottom: -390px;
}
.contact .green-line {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
  color: #6B6B6B;
  border: 2px solid #479560;
  padding: 25px 50px;
}
.contact .green-line .title {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 5px;
}
.contact .green-line .tagArea .tag {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #479560;
  color: #FFFFFF;
  padding: 10px 30px 10px 35px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 5px;
}
.contact .green-line .bottoomInfo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}
.contact .green-line .bottoomInfo a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact .green-line .bottoomInfo .left {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 15px;
}
.contact .green-line .bottoomInfo .left .time {
  display: flex;
  align-items: center;
  font-size: 28px;
  font-weight: bold;
  gap: 10px;
}
.contact .green-line .bottoomInfo .left .locat {
  display: flex;
  align-items: center;
  font-size: 28px;
  font-weight: bold;
  gap: 10px;
}
.contact .green-line .bottoomInfo .left .locat div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.contact .green-line .bottoomInfo .left .locat .address {
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 1px;
}
.contact .green-line .bottoomInfo .divider-line {
  width: 2px;
  background-color: #AEAEB2;
  height: 80px;
}
.contact .green-line .bottoomInfo a {
  background-color: #F08C1E;
  color: #FFFFFF;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 10px;
  padding: 15px 35px 15px 45px;
  border-radius: 50px;
}
.contact .green-line .itemTag {
  background-color: #479560;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 10px;
  color: #FFFFFF;
  font-weight: bold;
}
.contact .green-line .itemTag.orange {
  background-color: #F08C1E;
}
@media (max-width: 1600px) {
  .contact {
    bottom: -360px;
  }
}
@media (max-width: 1400px) {
  .contact {
    width: 62%;
    bottom: -315px;
  }
  .contact .green-line {
    padding: 20px 25px;
  }
  .contact .green-line .bottoomInfo {
    gap: 25px;
  }
}
@media (max-width: 1200px) {
  .contact {
    bottom: -270px;
  }
  .contact .green-line .title {
    font-size: 24px;
  }
  .contact .green-line .bottoomInfo {
    gap: 20px;
  }
  .contact .green-line .bottoomInfo a {
    font-size: 24px;
    letter-spacing: 5px;
    padding: 15px 25px 15px 35px;
  }
  .contact .green-line .bottoomInfo .left .time {
    font-size: 24px;
  }
  .contact .green-line .bottoomInfo .left .time img {
    width: 40px;
  }
  .contact .green-line .bottoomInfo .left .locat {
    font-size: 24px;
  }
  .contact .green-line .bottoomInfo .left .locat img {
    width: 40px;
  }
  .contact .green-line .bottoomInfo .left .locat .address {
    font-size: 17px;
  }
}
@media (max-width: 992px) {
  .contact {
    bottom: -270px;
  }
  .contact .green-line {
    gap: 10px;
  }
  .contact .green-line .title {
    font-size: 22px;
    letter-spacing: 2px;
  }
  .contact .green-line .tagArea .tag {
    font-size: 20px;
    letter-spacing: 4px;
  }
  .contact .green-line .bottoomInfo {
    gap: 15px;
    flex-direction: column;
  }
  .contact .green-line .bottoomInfo .divider-line {
    display: none;
  }
  .contact .green-line .bottoomInfo .left {
    gap: 10px;
  }
  .contact .green-line .bottoomInfo .left .time {
    letter-spacing: 0.5px;
  }
}
@media (max-width: 768px) {
  .contact {
    bottom: -190px;
  }
  .contact .green-line {
    padding: 10px 15px;
  }
  .contact .green-line .title {
    font-size: 18px;
    letter-spacing: 0px;
  }
  .contact .green-line .tagArea .tag {
    padding: 7px 30px 7px 35px;
    font-size: 17px;
    letter-spacing: 2px;
  }
  .contact .green-line .bottoomInfo a {
    font-size: 20px;
    letter-spacing: 3px;
    padding: 8px 20px 8px 30px;
  }
  .contact .green-line .bottoomInfo .left {
    gap: 5px;
  }
  .contact .green-line .bottoomInfo .left .locat {
    gap: 5px;
    font-size: 18px;
    letter-spacing: 2px;
  }
  .contact .green-line .bottoomInfo .left .locat .address {
    font-size: 15px;
    letter-spacing: 0px;
  }
  .contact .green-line .bottoomInfo .left .locat img {
    width: 25px;
  }
  .contact .green-line .bottoomInfo .left .time {
    gap: 5px;
    font-size: 18px;
    letter-spacing: 2.2px;
  }
  .contact .green-line .bottoomInfo .left .time img {
    width: 25px;
  }
}
@media (max-width: 576px) {
  .contact {
    width: 93%;
    bottom: -115px;
  }
  .contact .green-line {
    padding: 10px 5px;
  }
  .contact .green-line .bottoomInfo {
    gap: 10px;
  }
  .contact .green-line .bottoomInfo a {
    font-size: 16px;
    letter-spacing: 2px;
    padding: 5px 15px 5px 20px;
  }
  .contact .green-line .title {
    font-size: 17px;
    text-align: center;
  }
}

.section-bottom-deco {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-top: 50px;
  transform: translateX(-50%);
  width: 100%;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 768px) {
  .section-bottom-deco {
    max-width: 100%;
  }
}

.newsSliderArea {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  /* 當拖曳時的樣式 */
}
.newsSliderArea .card-container {
  overflow-x: scroll;
  scroll-behavior: smooth;
  display: flex;
  transition: transform 0.3s ease-out;
}
.newsSliderArea .card-container.dragging {
  cursor: grabbing;
}
.newsSliderArea .card-container::-webkit-scrollbar {
  height: 8px;
}
.newsSliderArea .card-container::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.newsSliderArea .card-container::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.newsSliderArea .case-item {
  display: flex;
  background-color: #FFFFFF;
  color: #6B6B6B;
  overflow: hidden;
  cursor: pointer;
  font-size: 18px;
  transition: all 0.3s ease;
  padding: 5px;
  max-width: 400px;
  flex: 0 0 auto;
}
.newsSliderArea .case-item.important .green-line {
  border: 2px solid #CE2A2A;
}
.newsSliderArea .case-item.important .green-line .tags .itemTag.important {
  background-color: #CE2A2A;
}
.newsSliderArea .case-item .green-line {
  display: flex;
  width: 100%;
  background-color: white;
  border: 2px solid #479560;
  padding: 25px;
}
.newsSliderArea .case-item .green-line .tags {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.newsSliderArea .case-item .green-line .itemTag {
  background-color: #479560;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 10px;
  color: #FFFFFF;
  font-weight: bold;
}
.newsSliderArea .case-item .green-line .itemTag.orange {
  background-color: #F08C1E;
}
.newsSliderArea .case-item .case-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 15px;
  width: 100%;
  height: 100%;
}
.newsSliderArea .case-item .case-content div[truncate-text=time] {
  line-height: 1.2;
  text-align: justify;
}
.newsSliderArea .case-item .case-content .icon {
  display: flex;
  align-items: center;
  gap: 5px;
}
.newsSliderArea .case-item .case-content .icon div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.newsSliderArea .case-item .case-content .icon h5 {
  font-size: 20px;
  font-weight: bold;
}
.newsSliderArea .case-item .case-content .truncate-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsSliderArea .case-item .case-content .truncate-text.clamp {
  -webkit-line-clamp: 2;
}
.newsSliderArea .case-item .case-content h2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}
.newsSliderArea .case-item .case-content input {
  padding: 8px 12px;
  border: none;
  background: #479560;
  color: white;
  border-radius: 50px;
  cursor: pointer;
}
.newsSliderArea .case-item .case-content input:hover {
  background: rgb(93.1318181818, 177.8681818182, 120.2909090909);
  color: #333;
  font-weight: bold;
}
.newsSliderArea img {
  max-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.newsSliderArea .green-line {
  flex-direction: column;
}
.newsSliderArea .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  border: none;
  background: white;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 12px rgba(105, 105, 105, 0.2);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  cursor: pointer;
  transition: opacity 0.3s ease-in-out;
}
.newsSliderArea .arrow img {
  width: 20px;
}
.newsSliderArea .arrow:hover {
  opacity: 1;
}
.newsSliderArea .arrow.left {
  left: 10px;
}
.newsSliderArea .arrow.right {
  right: 10px;
}
.newsSliderArea .card-container {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  align-self: stretch;
  gap: 25px;
}
.newsSliderArea .card-container::-webkit-scrollbar {
  display: none;
}
.newsSliderArea .card-container .card {
  flex: 0 0 auto;
  width: 120px;
  height: 160px;
  background-color: #eee;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.swiper-button-prev,
.swiper-button-next {
  width: 60px !important;
  height: 60px !important;
  background-color: none !important;
  color: rgba(255, 255, 255, 0.5);
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  z-index: 10;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: block;
  color: #FFFFFF;
  font-size: 20px;
  transform: scale(0.8);
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
  transition: background-color 0.3s ease;
}

.swiper-button-prev {
  left: 20px;
  background-image: url("../images/icon/arrow-left.svg");
}

.swiper-button-next {
  right: 20px;
  background-image: url("../images/icon/arrow-right.svg");
}

.swiper-pagination {
  bottom: var(--swiper-pagination-bottom, 30px);
  text-align: center;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #FFFFFF;
  opacity: 0.5;
  margin: 0 6px;
  border-radius: 50%;
}
.swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #0579FF;
}

@media (max-width: 992px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 50px !important;
    height: 50px !important;
  }
  .swiper-button-prev::after,
  .swiper-button-next::after {
    transform: scale(0.6);
  }
  .swiper-button-prev {
    left: 10px;
  }
  .swiper-button-next {
    right: 10px;
  }
  .swiper-pagination {
    bottom: 20px;
  }
  .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 576px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 30px !important;
    height: 30px !important;
  }
  .swiper-button-prev::after,
  .swiper-button-next::after {
    transform: scale(0.4);
  }
}
@media (max-width: 1200px) {
  .newsSliderArea .case-item .case-content {
    justify-content: flex-start;
    gap: 15px;
  }
  .newsSliderArea .case-item .green-line {
    padding: 20px;
  }
}
@media (max-width: 992px) {
  .newsSliderArea .case-item {
    max-width: 350px;
    font-size: 17px;
  }
  .newsSliderArea .case-item .case-content {
    gap: 10px;
  }
  .newsSliderArea .case-item .green-line {
    padding: 15px;
  }
}
@media (max-width: 768px) {
  .newsSliderArea .case-item {
    max-width: 325px;
    font-size: 16px;
  }
  .newsSliderArea .case-item .case-content {
    gap: 10px;
  }
  .newsSliderArea .case-item .case-content .icon img {
    width: 35px;
  }
  .newsSliderArea .case-item .case-content .icon h2 {
    font-size: 18px;
  }
  .newsSliderArea .case-item .case-content .icon h5 {
    font-size: 18px;
  }
  .newsSliderArea .case-item .case-content .icon .time {
    font-size: 18px;
  }
  .newsSliderArea .case-item .green-line {
    padding: 10px;
  }
  .newsSliderArea .case-item .green-line .itemTag {
    padding: 4px 8px;
  }
}
@media (max-width: 576px) {
  .newsSliderArea .case-item {
    max-width: 275px;
    font-size: 15px;
  }
  .newsSliderArea .case-item .case-content {
    gap: 5px;
  }
  .newsSliderArea .case-item .case-content .icon div {
    gap: 2px;
  }
  .newsSliderArea .case-item .case-content .icon img {
    width: 30px;
  }
  .newsSliderArea .case-item .case-content .icon h5 {
    font-size: 16px;
  }
  .newsSliderArea .case-item .case-content .icon .time {
    font-size: 16px;
  }
  .newsSliderArea .case-item .green-line {
    padding: 5px;
  }
}
.img-index-news-top {
  width: 100%;
  margin-top: 50px;
  position: relative;
  bottom: -2px;
}
@media (max-width: 1200px) {
  .img-index-news-top {
    margin-top: 25px;
  }
}
@media (max-width: 992px) {
  .img-index-news-top {
    margin-top: 0px;
  }
}

.img-index-news-branches {
  position: relative;
  top: -220px;
  width: 700px;
}
@media (max-width: 1400px) {
  .img-index-news-branches {
    top: -200px;
    width: 650px;
  }
}
@media (max-width: 1200px) {
  .img-index-news-branches {
    top: -170px;
    width: 550px;
  }
}
@media (max-width: 992px) {
  .img-index-news-branches {
    top: -140px;
    width: 480px;
  }
}
@media (max-width: 768px) {
  .img-index-news-branches {
    top: -105px;
    width: 320px;
  }
}
@media (max-width: 576px) {
  .img-index-news-branches {
    top: -55px;
    width: 170px;
  }
}

#ContentPlaceHolder1_BTN_Trigger {
  border: none;
}

.img-index-footer.rwd-1 {
  padding-top: 200px;
  margin-top: -220px;
  width: 100%;
  z-index: -1;
  position: relative;
  display: block;
  bottom: -132px;
}
.img-index-footer.rwd-2 {
  padding-top: 200px;
  margin-top: -220px;
  width: 100%;
  z-index: -1;
  position: relative;
  display: none;
  bottom: -10px;
}
.img-index-footer.rwd-3 {
  width: 100%;
  position: relative;
  z-index: -1;
  display: block;
  bottom: -130px;
}
@media (max-width: 992px) {
  .img-index-footer.rwd-1 {
    display: none;
  }
  .img-index-footer.rwd-2 {
    display: block;
    bottom: -80px;
  }
  .img-index-footer.rwd-3 {
    display: none;
  }
}
@media (max-width: 768px) {
  .img-index-footer.rwd-2 {
    bottom: -25px;
  }
}

@media (max-width: 992px) {
  footer {
    background-color: #75afa4;
  }
}
/* =========================
   PDF Download Area (SCSS)
   結構優化 + RWD + 可及性
   ========================= */
/* 動效在偏好減少動作時關閉 */
@media (prefers-reduced-motion: reduce) {
  * {
    transition: none !important;
    animation: none !important;
  }
}
.pdfDownloadArea {
  display: grid;
  display: grid;
  grid-template-columns: 2.5fr 7.5fr;
  grid-template-areas: "side pdf";
  gap: 24px;
  align-items: center;
  /* ======== RWD ======== */
}
.pdfDownloadArea .pdf-frame {
  grid-area: pdf;
  width: 100%;
  height: 72vh;
  min-height: 420px;
  border: 2px solid #479560;
  padding: 10px;
  background-color: #FFFFFF;
}
.pdfDownloadArea .side-panel {
  grid-area: side;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.pdfDownloadArea .side-panel .pdfImg {
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: center;
}
.pdfDownloadArea .side-panel .pdf-title {
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: clamp(18px, 1.6vw, 24px);
  letter-spacing: 0.02em;
  color: #333;
  line-height: 1.3;
  word-break: break-all;
}
.pdfDownloadArea .side-panel .download-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 24px;
  font-size: 16px;
  color: #FFFFFF;
  background: #479560;
  border-radius: 50px;
  text-decoration: none;
}
.pdfDownloadArea .side-panel .download-btn i {
  font-size: 1.1em;
}
.pdfDownloadArea .side-panel .thumbs-wrap {
  width: 100%;
}
.pdfDownloadArea .side-panel .thumbs {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 0;
  margin: 0;
}
.pdfDownloadArea .side-panel .thumbs .thumb {
  position: relative;
  cursor: pointer;
  /* 滑過側邊：提示可點 */
}
.pdfDownloadArea .side-panel .thumbs .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.pdfDownloadArea .side-panel .thumbs .thumb:focus-visible {
  outline: 3px solid rgb(181.4, 212.6, 191.4);
  outline-offset: 2px;
}
.pdfDownloadArea .side-panel .thumbs .thumb.center {
  transform: scale(1.08);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.14);
  z-index: 1;
}
.pdfDownloadArea .side-panel .thumbs .thumb.side {
  transform: scale(0.92);
  filter: grayscale(0.15) brightness(0.92);
  opacity: 0.85;
  /* 遮罩 */
}
.pdfDownloadArea .side-panel .thumbs .thumb.side::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.06);
}
.pdfDownloadArea .side-panel .thumbs .thumb.side:hover {
  transform: scale(0.95);
  filter: none;
  opacity: 1;
}
.pdfDownloadArea .side-panel .thumbs .thumb.side:hover::after {
  background: transparent;
}
.pdfDownloadArea .side-panel .dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 6px;
}
.pdfDownloadArea .side-panel .dots .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #D9D9D9;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
  outline: none;
}
.pdfDownloadArea .side-panel .dots .dot.active {
  background: #479560;
  transform: scale(1.2);
}
.pdfDownloadArea .side-panel .dots .dot:focus-visible {
  outline: 3px solid rgb(181.4, 212.6, 191.4);
  outline-offset: 2px;
}
@media (max-width: 1400px) {
  .pdfDownloadArea {
    margin-bottom: 50px;
  }
}
@media (max-width: 1200px) {
  .pdfDownloadArea .side-panel .thumbs {
    gap: 10px;
  }
  .pdfDownloadArea .side-panel .download-btn {
    padding-inline: 20px;
  }
}
@media (max-width: 992px) {
  .pdfDownloadArea {
    grid-template-columns: 1fr;
    gap: 20px;
    grid-template-areas: "side" "pdf";
  }
  .pdfDownloadArea .thumbs-wrap {
    width: 40% !important;
  }
  .pdfDownloadArea .pdf-frame {
    height: 60vh;
    min-height: 360px;
    padding: 5px;
  }
  .pdfDownloadArea .side-panel {
    gap: 10px;
  }
  .pdfDownloadArea .side-panel .pdfImg {
    gap: 20px;
  }
  .pdfDownloadArea .side-panel .pdf-title {
    font-size: clamp(18px, 2.4vw, 22px);
  }
  .pdfDownloadArea .side-panel .thumbs {
    gap: 10px;
  }
  .pdfDownloadArea .side-panel .dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 6px;
  }
  .pdfDownloadArea .side-panel .dots .dot {
    width: 8px;
    height: 8px;
  }
  .pdfDownloadArea .side-panel .dots .dot.active {
    background: #479560;
    transform: scale(1.2);
  }
  .pdfDownloadArea .side-panel .dots .dot:focus-visible {
    outline: 3px solid rgb(181.4, 212.6, 191.4);
    outline-offset: 2px;
  }
}
@media (max-width: 768px) {
  .pdfDownloadArea .pdf-frame {
    margin-bottom: 75px;
  }
  .pdfDownloadArea .side-panel {
    width: 100%;
  }
  .pdfDownloadArea .side-panel .download-btn {
    padding: 10px 15px;
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .pdfDownloadArea .pdf-frame {
    margin-bottom: 125px;
  }
  .pdfDownloadArea .thumbs-wrap {
    width: 50% !important;
  }
  .pdfDownloadArea .thumbs {
    gap: 12px;
  }
}

.valiNum-wrap {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: row;
  margin-top: 15px;
}
.valiNum-wrap .send-btn {
  background-color: #B0460B;
}
.valiNum-wrap .send-btn.hasSend {
  background-image: url("../images/icon/sendFill-b.svg");
  background-color: #B0460B;
  color: #333333;
}
.valiNum-wrap .send-btn.unActive {
  background-color: #B0460B;
  cursor: not-allowed;
}
.valiNum-wrap b {
  flex-shrink: 0;
}
.valiNum-wrap input[type=text] {
  border-radius: 5px;
  margin-left: 10px;
  width: 35px;
  text-align: center;
  padding: 5px 6px;
  font-size: 18px;
}
@media (max-width: 768px) {
  .valiNum-wrap input[type=text] {
    font-size: 15px;
  }
}
.valiNum-wrap input[type=text]:focus {
  box-shadow: 0px 5px 16px rgba(105, 105, 105, 0.08);
}
@media (max-width: 768px) {
  .valiNum-wrap {
    flex-direction: column;
  }
  .valiNum-wrap b, .valiNum-wrap .flex-center {
    margin-bottom: 15px;
  }
}

.border-wrap.error {
  border: 2px solid #CE2A2A;
  border-top: 2px solid #479560;
}
.border-wrap.error::before {
  outline: 2px solid #CE2A2A;
  z-index: -1;
}

.privacy-wrap {
  height: 500px;
  overflow-y: scroll;
  margin: 10px 0 20px;
}
.privacy-wrap::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  background-color: #F2F2F2;
  border-radius: 8px;
}
.privacy-wrap::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid #FFFFFF;
  background-color: #AEAEB2;
}
.privacy-wrap .privacy-title {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  margin: 10px 20px 20px 0;
}
@media (max-width: 768px) {
  .privacy-wrap .privacy-title {
    font-size: 16px;
  }
}
.privacy-wrap .privacy-content {
  line-height: 1.5;
  margin-right: 20px;
  text-align: justify;
}
.privacy-wrap b {
  display: block;
  margin-top: 30px;
}
.privacy-wrap .privacy-left-wrap {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: row;
}
.privacy-wrap .privacy-hint {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 30px;
  border: 1px solid #AEAEB2;
  color: #166678;
  box-shadow: 0px 5px 16px rgba(105, 105, 105, 0.08);
  padding: 10px 25px;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 18px;
}
@media (max-width: 768px) {
  .privacy-wrap .privacy-hint {
    font-size: 15px;
  }
}
.privacy-wrap .privacy-hint img {
  margin-left: 5px;
}

.accept-wrap {
  display: flex;
  justify-content: center;
  align-items: baseline;
  flex-direction: row;
  margin: 40px auto;
}
.accept-wrap input[type=checkbox] {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  border-radius: 4px;
}

.twentyyearsArea {
  padding-top: 160px;
  width: 100%;
  min-height: calc(100vh - 80px);
  background: url("/images/icon/20_greenLine.svg") no-repeat center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.twentyyearsContent {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.twentyyearsContent img {
  max-width: 70%;
  height: auto;
}

@media (max-width: 992px) {
  .twentyyearsArea {
    padding-top: 135px;
  }
}
@media (max-width: 768px) {
  .twentyyearsArea {
    min-height: 70vh;
    padding-top: 85px;
  }
}
@media (max-width: 576px) {
  .twentyyearsArea {
    min-height: 60vh;
    padding-top: 80px;
  }
  .twentyyearsContent {
    width: 90%;
  }
  .twentyyearsContent img {
    width: 90%;
  }
}
.rocYearLightbox {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
}
.rocYearLightbox .lightbox-content {
  position: relative;
  padding: 50px 20px 20px 20px;
  background-color: #fff;
  max-width: 80%;
  max-height: 90%;
  overflow: auto;
  text-align: center;
  z-index: 1000;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}
.rocYearLightbox .close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 30px;
  color: #000;
  cursor: pointer;
}
.rocYearLightbox .lightbox-title {
  font-size: 24px;
  margin: 20px 0;
}
.rocYearLightbox .lightbox-description {
  font-size: 16px;
  margin-bottom: 20px;
}
.rocYearLightbox .lightbox-image {
  max-width: 100%;
  max-height: 50vh;
}
@media (max-width: 1400px) {
  .rocYearLightbox .lightbox-content {
    max-width: 90%;
    max-height: 95%;
  }
}
@media (max-width: 992px) {
  .rocYearLightbox .lightbox-content {
    padding: 0;
    background: none;
  }
}
@media (max-width: 768px) {
  .rocYearLightbox .lightbox-content {
    max-width: 95%;
  }
}

.guildContentLightbox {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
}
.guildContentLightbox .lightbox-content {
  position: relative;
  background-color: #fff;
  max-width: 55%;
  max-height: 90%;
  overflow: auto;
  text-align: center;
  z-index: 1000;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}
.guildContentLightbox .lightbox-content .title {
  color: #FFFFFF;
  padding: 15px 0;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 2.4px;
  padding-right: 2.4px;
}
.guildContentLightbox .lightbox-content .title.green {
  background-color: #87AE97;
}
.guildContentLightbox .lightbox-content .title.pink {
  background-color: #D0A2A1;
}
.guildContentLightbox .lightbox-content .title.brown {
  background-color: #B49F83;
}
.guildContentLightbox .lightbox-content .title.blue {
  background-color: #91B1DB;
}
.guildContentLightbox .lightbox-content .content {
  padding: 20px;
  font-size: 20px;
  text-align: start;
  line-height: 1.5;
  text-indent: 2em;
}
.guildContentLightbox .close {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 30px;
  color: #FFFFFF;
  cursor: pointer;
}
.guildContentLightbox .lightbox-title {
  font-size: 24px;
  margin: 20px 0;
}
.guildContentLightbox .lightbox-description {
  font-size: 16px;
  margin-bottom: 20px;
}
.guildContentLightbox .lightbox-image {
  max-width: 100%;
  max-height: 50vh;
}
@media (max-width: 1200px) {
  .guildContentLightbox .lightbox-content {
    max-width: 50%;
  }
}
@media (max-width: 1200px) {
  .guildContentLightbox .lightbox-content {
    max-width: 65%;
  }
}
@media (max-width: 768px) {
  .guildContentLightbox .close {
    font-size: 26px;
  }
  .guildContentLightbox .lightbox-content {
    max-width: 95%;
  }
  .guildContentLightbox .lightbox-content .title {
    font-size: 20px;
    padding: 10px 0;
  }
  .guildContentLightbox .lightbox-content .content {
    font-size: 18px;
    padding: 10px;
  }
}

.paper-articles {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
.paper-articles .paper-article {
  display: flex;
  align-items: center;
  gap: 28px;
  background: #fff;
  border: 1px solid #eee;
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
}
.paper-articles .paper-article:hover {
  background: #fafafa;
  transform: translateY(-2px);
}
.paper-articles .paper-article:hover img {
  transform: scale(1.05);
}
.paper-articles .paper-article:not(:has(img)) {
  flex-direction: column;
  text-align: center;
  padding: 48px 36px;
}
.paper-articles .paper-article:not(:has(img)) h3 {
  font-size: 26px;
  color: #222;
}
.paper-articles .paper-article:not(:has(img)) p {
  font-size: 18px;
  color: #666;
  line-height: 1.8;
}
.paper-articles .paper-article .text-content {
  flex: 1 1 60%;
  padding: 36px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  animation: fadeIn 0.6s ease both;
}
.paper-articles .paper-article .text-content h3 {
  font-size: 26px;
  font-weight: 700;
  color: #111;
  margin-bottom: 0;
}
.paper-articles .paper-article .text-content p {
  font-size: 16px;
  line-height: 1.75;
  color: #6B6B6B;
}
.paper-articles .paper-article .text-content .paper-link {
  display: inline-block;
  color: #007aff;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  position: relative;
  transition: color 0.3s;
}
.paper-articles .paper-article .text-content .paper-link::after {
  content: "→";
  margin-left: 8px;
  transition: transform 0.3s;
}
.paper-articles .paper-article .text-content .paper-link:hover {
  color: #0056b3;
}
.paper-articles .paper-article .text-content .paper-link:hover::after {
  transform: translateX(4px);
}
.paper-articles .paper-article .text-content .download {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  color: #6B6B6B;
  white-space: nowrap;
  gap: 5px;
  padding: 3px 8px 6px 8px;
  margin-bottom: 5px;
  position: relative;
  text-decoration: none;
}
.paper-articles .paper-article .text-content .download img {
  width: 20px;
  height: 20px;
}
.paper-articles .paper-article .text-content .download::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #D9D9D9;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-in-out;
}
.paper-articles .paper-article .text-content .download:hover {
  font-weight: bold;
}
.paper-articles .paper-article .text-content .download:hover::after {
  transform: scaleX(1);
}
.paper-articles .paper-article .img {
  width: 60%;
  -o-object-fit: cover;
     object-fit: cover;
  object-fit: cover;
  border-radius: 0;
  transition: transform 0.5s ease;
}
@media (max-width: 768px) {
  .paper-articles .paper-article {
    flex-direction: column;
    padding: 0;
  }
  .paper-articles .paper-article .text-content {
    flex: 1 1 100%;
    padding: 28px;
  }
  .paper-articles .paper-article img {
    flex: 1 1 100%;
    border-radius: 0;
  }
  .paper-articles .bigTittle h1 {
    font-size: 36px;
  }
}
@media (max-width: 576px) {
  .paper-articles {
    margin-bottom: 50px;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.article-card {
  display: flex;
  align-items: stretch;
  border: 1px solid #eee;
  background: #fff;
  overflow: hidden;
  justify-content: space-around;
}
.article-card p {
  font-size: 16px;
  line-height: 1.5;
  color: #6B6B6B;
}
.article-card .link {
  display: inline-block;
  color: #007aff;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  position: relative;
  transition: color 0.3s;
}
.article-card .link::after {
  content: "→";
  margin-left: 8px;
  transition: transform 0.3s;
}
.article-card .download {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  color: #6B6B6B;
  white-space: nowrap;
  gap: 5px;
  padding: 3px 8px 6px 8px;
  position: relative;
  text-decoration: none;
}
.article-card .actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.article-card h3 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2;
  color: #111;
  margin-bottom: 0;
}
.article-card .article-content {
  flex: 1 0 40%;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  height: -moz-fit-content;
  height: fit-content;
}
.article-card .article-image {
  flex: 0 0 60%;
  display: flex;
  align-items: stretch;
}
.article-card .article-image .image-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  max-height: 400px;
}
.article-card .article-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.article-card:hover img {
  transform: scale(1.03);
  transition: transform 0.3s;
}

@media (max-width: 992px) {
  .article-card {
    flex-direction: column;
  }
  .article-card .article-content,
  .article-card .article-image {
    flex: 1 1 100%;
  }
  .article-card .article-content {
    padding: 20px 25px;
    gap: 5px;
  }
  .article-card .article-image {
    align-items: unset;
  }
  .article-card .article-image img {
    height: 120px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 768px) {
  .article-card h3 {
    font-size: 24px;
  }
  .article-card p {
    font-size: 15px;
  }
  .article-card .article-content {
    padding: 15px 20px;
  }
  .article-card .article-image img {
    height: 90px;
  }
}
@media (max-width: 576px) {
  .article-card h3 {
    font-size: 22px;
  }
  .article-card p {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 顯示最多兩行 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .article-card .article-content {
    padding: 10px 15px;
  }
}
.memorabilia-section {
  margin: 0px;
  padding-top: 50px;
  display: flex;
  position: relative;
  opacity: 0;
  transition: opacity 0.6s ease;
}
.memorabilia-section.fade-in {
  opacity: 1;
}
.memorabilia-section .container {
  display: flex;
  margin-top: 100px;
  width: 100%;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
}
.memorabilia-section .container.memorabilia {
  display: flex;
}
.memorabilia-section .container.memorabilia .memorabiliaContent {
  display: flex;
  flex-direction: column;
  margin-left: 350px;
  gap: 75px;
  width: -moz-fit-content;
  width: fit-content;
}
.memorabilia-section .container.memorabilia .memorabiliaContent .list {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 30px;
}
.memorabilia-section .container.memorabilia .memorabiliaContent .list .right {
  display: inline-block;
  min-width: 356px;
  font-weight: bold;
  position: relative;
}
.memorabilia-section .container.memorabilia .memorabiliaContent .list .right .year {
  font-size: 30px;
  color: #F08C1E;
}
.memorabilia-section .container.memorabilia .memorabiliaContent .list .right .title {
  font-size: 18px;
  letter-spacing: normal;
  width: 355px;
  font-weight: normal;
  line-height: 1.5;
  margin-top: 7px;
}
.memorabilia-section .container.memorabilia .memorabiliaContent .list .right > div {
  font-size: 38px;
  letter-spacing: 4.8px;
  width: -moz-fit-content;
  width: fit-content;
}
.memorabilia-section .container.memorabilia .memorabiliaContent .list .right .highlight {
  position: relative;
  z-index: 2;
  width: -moz-fit-content;
  width: fit-content;
}
.memorabilia-section .container.memorabilia .memorabiliaContent .list .right .highlight::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 15px;
  background-color: #F08C1E;
  z-index: -1;
}
.memorabilia-section .container.memorabilia .memorabiliaContent .list .memorabiliaLeft {
  max-width: 650px;
  cursor: pointer;
}
.memorabilia-section .container.memorabilia .memorabiliaContent .list .memorabiliaLeft img {
  width: 450px;
  padding: 10px;
  background-color: #FFFFFF;
  border: 2px solid #479560;
}
.memorabilia-section .container.memorabilia .memorabiliaContent .list .memorabiliaLeft p {
  margin-top: 10px;
  font-size: 18px;
  letter-spacing: 1.8px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .memorabilia-section {
    opacity: 0;
    transition: opacity 0 ease;
  }
  .memorabilia-section.fade-in {
    opacity: 1;
  }
}
@media (max-width: 1600px) {
  .memorabilia-section .container.memorabilia .memorabiliaContent .list .memorabiliaLeft {
    max-width: 451px;
  }
}
@media (max-width: 1400px) {
  .memorabilia-section .container.memorabilia .memorabiliaContent {
    gap: 50px;
  }
  .memorabilia-section .container.memorabilia .memorabiliaContent .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
  .memorabilia-section .container.memorabilia .memorabiliaContent .list .right > div {
    font-size: 32px;
  }
  .memorabilia-section .container.memorabilia .memorabiliaContent .list .memorabiliaLeft {
    max-width: 451px;
  }
}
@media (max-width: 992px) {
  .memorabilia-section {
    padding-top: 0px;
  }
  .memorabilia-section .container.memorabilia .memorabiliaContent {
    margin-left: 0px;
    gap: 50px;
  }
  .memorabilia-section .container.memorabilia .memorabiliaContent .list {
    gap: 0px;
    margin-bottom: 0px;
  }
  .memorabilia-section .container.memorabilia .memorabiliaContent .list .memorabiliaLeft {
    max-width: 600px;
  }
  .memorabilia-section .container.memorabilia .memorabiliaContent .list .memorabiliaLeft img {
    width: 600px;
  }
  .memorabilia-section .container.memorabilia .memorabiliaContent .list .memorabiliaLeft p {
    letter-spacing: 1.5px;
    line-height: 1.2;
  }
}
@media (max-width: 768px) {
  .memorabilia-section .container.memorabilia .memorabiliaContent {
    margin-left: 0px;
    gap: 25px;
  }
  .memorabilia-section .container.memorabilia .memorabiliaContent .list {
    gap: 0px;
  }
  .memorabilia-section .container.memorabilia .memorabiliaContent .list .right .title {
    font-size: 17px;
  }
  .memorabilia-section .container.memorabilia .memorabiliaContent .list .right > div {
    font-size: 28px;
  }
  .memorabilia-section .container.memorabilia .memorabiliaContent .list .memorabiliaLeft {
    max-width: 400px;
  }
  .memorabilia-section .container.memorabilia .memorabiliaContent .list .memorabiliaLeft img {
    width: 400px;
    padding: 5px;
  }
  .memorabilia-section .container.memorabilia .memorabiliaContent .list .memorabiliaLeft p {
    font-size: 17px;
    letter-spacing: normal;
  }
}
@media (max-width: 576px) {
  .memorabilia-section .container.memorabilia .memorabiliaContent {
    width: -moz-fit-content;
    width: fit-content;
  }
  .memorabilia-section .container.memorabilia .memorabiliaContent .list .right {
    min-width: 340px;
    margin-bottom: 5px;
    width: -moz-fit-content;
    width: fit-content;
  }
  .memorabilia-section .container.memorabilia .memorabiliaContent .list .right .title {
    font-size: 16px;
    margin-top: 0px;
    width: -moz-fit-content;
    width: fit-content;
  }
  .memorabilia-section .container.memorabilia .memorabiliaContent .list .right > div {
    font-size: 24px;
  }
  .memorabilia-section .container.memorabilia .memorabiliaContent .list .memorabiliaLeft {
    max-width: 330px;
  }
  .memorabilia-section .container.memorabilia .memorabiliaContent .list .memorabiliaLeft img {
    width: 330px;
  }
  .memorabilia-section .container.memorabilia .memorabiliaContent .list .memorabiliaLeft p {
    font-size: 16px;
    margin-top: 5px;
    line-height: 1.2;
  }
}

.left-fixed {
  position: fixed;
  top: 50%;
  left: 100px;
  transform: translateY(-50%);
  transform: translateY(-60%);
  z-index: 10;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.left-fixed.sticky-show {
  opacity: 1;
  transform: translateY(-50%);
  pointer-events: auto;
}
@media (max-width: 768px) {
  .left-fixed {
    display: none !important;
  }
}

@media (max-width: 992px) {
  .memorabiliaArea {
    margin-top: 25px;
  }
  .left-fixed {
    display: block !important;
    position: static;
    opacity: 1;
    top: 115px;
    left: 50%;
    transform: translateX(-50%);
    padding: 16px 0;
  }
  .left-fixed .bigTittle {
    margin: 0 auto;
    text-align: center;
  }
  .memorabilia-section {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .left-fixed {
    position: static;
    transform: none;
    opacity: 1;
  }
  .memorabilia-section {
    opacity: 1 !important;
    transition: none;
  }
  .memorabilia-section.fade-in {
    opacity: 1 !important;
  }
  .container.memorabilia {
    display: block;
    margin: 0 auto;
    padding: 0 16px;
  }
  .memorabiliaContent {
    margin-left: 0 !important;
    gap: 24px;
    justify-content: center;
    align-items: center;
  }
  .memorabiliaContent .list {
    display: block;
    margin-bottom: 32px;
  }
  .memorabiliaContent .list .right {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 8px;
  }
  .memorabiliaContent .list .right div {
    font-size: 32px;
  }
  .memorabiliaContent .list .memorabiliaLeft img {
    width: 100%;
    max-width: none;
  }
  .memorabiliaContent .list .memorabiliaLeft p {
    margin-top: 12px;
  }
}
@media (max-width: 576px) {
  .memorabiliaArea {
    margin-bottom: 50px;
  }
}
.right-scrollable {
  margin-left: 30%;
  width: 70%;
  height: 100vh;
  overflow-y: auto;
  scroll-behavior: smooth;
  padding: 2rem;
}

.checkAgreeText {
  margin: 10px 0;
  color: #CE2A2A;
  font-weight: bold;
}

.overlay-frame {
  position: relative;
}

.overlay-frame iframe {
  pointer-events: none;
}

.overlay-frame.activated iframe {
  pointer-events: auto; /* 開啟短暫點擊權限 */
}

.video-mask {
  position: absolute;
  inset: 0;
  z-index: 10;
  background: transparent;
  cursor: pointer;
}

.casesSliderArea {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin: 0 100px;
  justify-self: center;
  /* 當拖曳時的樣式 */
}
.casesSliderArea .card-container {
  overflow-x: scroll;
  scroll-behavior: smooth;
  display: flex;
  transition: transform 0.3s ease-out;
}
.casesSliderArea .card-container.dragging {
  cursor: grabbing;
}
.casesSliderArea .card-container::-webkit-scrollbar {
  height: 8px;
}
.casesSliderArea .card-container::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.casesSliderArea .card-container::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.casesSliderArea .case-item {
  display: flex;
  background-color: #FFFFFF;
  overflow: hidden;
  cursor: pointer;
  font-size: 18px;
  transition: all 0.3s ease;
  padding: 10px;
  max-width: 460px;
  flex: 0 0 auto;
}
.casesSliderArea .case-item .green-line {
  display: flex;
  width: 100%;
  background-color: white;
  border: 2px solid #479560;
  padding: 10px;
}
.casesSliderArea .case-item .green-line .tags {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.casesSliderArea .case-item .green-line .itemTag {
  background-color: #479560;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 10px;
  color: #FFFFFF;
  font-weight: bold;
}
.casesSliderArea .case-item .green-line .itemTag.orange {
  background-color: #F08C1E;
}
.casesSliderArea .case-item .case-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
  width: 100%;
  flex-grow: 1 !important;
}
.casesSliderArea .case-item .case-content .top-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.casesSliderArea .case-item .case-content .bottom-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.casesSliderArea .case-item .case-content .bottom-content .gain {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.casesSliderArea .case-item .case-content .bottom-content .highlight {
  position: relative;
  display: inline-block;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
}
.casesSliderArea .case-item .case-content .bottom-content .highlight .text {
  position: relative;
  z-index: 2;
}
.casesSliderArea .case-item .case-content .bottom-content .highlight::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background-color: #FFEA67;
  z-index: 1;
}
.casesSliderArea .case-item .case-content input {
  padding: 8px 12px;
  border: none;
  background: #479560;
  color: white;
  border-radius: 50px;
  cursor: pointer;
}
.casesSliderArea .case-item .case-content input:hover {
  background: rgb(93.1318181818, 177.8681818182, 120.2909090909);
  color: #333;
  font-weight: bold;
}
.casesSliderArea .case-item .case-content h2 {
  font-size: 24px;
  font-weight: bold;
}
.casesSliderArea img {
  max-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.casesSliderArea .green-line {
  flex-direction: column;
}
.casesSliderArea .case-content {
  padding: 20px 0px 10px 0px;
}
.casesSliderArea .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  border: none;
  background: white;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 12px rgba(105, 105, 105, 0.2);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  cursor: pointer;
  transition: opacity 0.3s ease-in-out;
}
.casesSliderArea .arrow img {
  width: 20px;
}
.casesSliderArea .arrow:hover {
  opacity: 1;
}
.casesSliderArea .arrow.left {
  left: 10px;
}
.casesSliderArea .arrow.right {
  right: 10px;
}
.casesSliderArea .card-container {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  gap: 25px;
}
.casesSliderArea .card-container::-webkit-scrollbar {
  display: none;
}
.casesSliderArea .card-container .card {
  flex: 0 0 auto;
  width: 120px;
  height: 160px;
  background-color: #eee;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 1200px) {
  .casesSliderArea .case-item {
    max-width: 415px;
  }
}
@media (max-width: 992px) {
  .casesSliderArea img {
    max-height: 135px;
  }
  .casesSliderArea .case-item {
    font-size: 16px;
    max-width: 295px;
    padding: 5px;
  }
  .casesSliderArea .case-item .green-line {
    padding: 5px;
  }
  .casesSliderArea .case-item .case-content {
    padding: 10px 0px 5px 0px;
    gap: 10px;
  }
  .casesSliderArea .case-item .case-content h2 {
    font-size: 20px;
  }
  .casesSliderArea .case-item .case-content .top-content {
    gap: 10px;
  }
  .casesSliderArea .case-item .case-content .bottom-content {
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .casesSliderArea {
    margin: 0 15px;
  }
  .casesSliderArea .card-container {
    gap: 15px;
  }
  .casesSliderArea .case-item {
    font-size: 15px;
    max-width: 275px;
  }
  .casesSliderArea .case-item .green-line .tags {
    gap: 5px;
  }
  .casesSliderArea .case-item .green-line .itemTag {
    font-size: 15px;
    padding: 4px 6px;
  }
  .casesSliderArea .case-item .case-content h2 {
    font-size: 18px;
  }
  .casesSliderArea .case-item .case-content .top-content {
    gap: 5px;
  }
  .casesSliderArea .case-item .case-content .bottom-content {
    gap: 5px;
  }
  .casesSliderArea .case-item .title {
    display: none;
  }
}

/* 燈箱背景 */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  /* 燈箱內容 */
  /* 關閉按鈕 */
}
.modal .modal-content {
  background-color: #fff;
  position: absolute;
  padding: 15px;
  left: 50%;
  top: 50%;
  border: 1px solid #888;
  width: 65%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.modal .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}
.modal .close:hover,
.modal .close:focus {
  color: black;
  text-decoration: none;
}
.modal .privacy-hint {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 30px;
  border: 1px solid #AEAEB2;
  color: #F08C1E;
  white-space: nowrap;
  box-shadow: 0px 5px 16px rgba(105, 105, 105, 0.08);
  padding: 10px 25px;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 18px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .modal .privacy-hint {
    font-size: 15px;
  }
}
.modal .privacy-hint img {
  margin-left: 5px;
}
.modal .privacy-hint.none {
  display: none;
}
@media (max-width: 992px) {
  .modal .close {
    font-size: 20px;
  }
  .modal .modal-content {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .modal .modal-content {
    width: 90%;
    padding: 10px 3px 10px 10px;
  }
}

/* 燈箱內容的滾動區域 */
.modal-body1, .modal-body2 {
  max-height: 500px; /* 限制高度 */
  overflow-y: auto; /* 垂直滾動條 */
  font-size: 18px;
  line-height: 1.5;
}
.modal-body1 section, .modal-body2 section {
  margin: 20px 0;
}
.modal-body1 h2, .modal-body2 h2 {
  font-weight: bold;
}
.modal-body1 ol, .modal-body1 ul, .modal-body1 li, .modal-body2 ol, .modal-body2 ul, .modal-body2 li {
  list-style: inside;
  list-style-type: decimal;
}

@media (max-width: 768px) {
  .modal-body1, .modal-body2 {
    font-size: 15px;
  }
}
.classicCaseLightbox {
  position: fixed;
  inset: 0;
  color: #333333;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  display: flex; /* 新增 */
  align-items: center; /* 新增：垂直置中 */
  justify-content: center; /* 新增：水平置中 */
}
.classicCaseLightbox .content {
  background: #FFFFFF;
  width: 50%;
  margin: 80px auto;
  border-radius: 8px;
  position: relative;
}
.classicCaseLightbox .content img {
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px 8px 0px 0px;
}
.classicCaseLightbox .content input {
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
  border: none;
  background-color: rgba(255, 255, 255, 0.5);
  font-size: 20px;
  cursor: pointer;
  height: 36px;
  width: 36px;
}
.classicCaseLightbox .content .textContent {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 15px;
}
.classicCaseLightbox .content .textContent .title {
  font-weight: bold;
}
.classicCaseLightbox .content .textContent .gain {
  position: relative;
  display: inline-block;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 9px;
}
.classicCaseLightbox .content .textContent .gain .title {
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 10px;
  color: #FFFFFF;
  font-weight: bold;
  background-color: #F08C1E;
}
.classicCaseLightbox .content .textContent .highlight {
  position: relative;
  z-index: 5;
  margin-top: 20px;
}
.classicCaseLightbox .content .textContent .highlight::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background-color: #FFEA67;
  z-index: -1;
}
.classicCaseLightbox .content h2 {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 1.5px;
}
.classicCaseLightbox .content p, .classicCaseLightbox .content ul {
  line-height: 1.5;
}
.classicCaseLightbox .content ul {
  padding-left: 20px;
  list-style-type: disc;
}
@media (max-width: 992px) {
  .classicCaseLightbox .content {
    width: 80%;
  }
  .classicCaseLightbox .content h2 {
    font-size: 24px;
  }
  .classicCaseLightbox .content .textContent {
    gap: 10px;
  }
  .classicCaseLightbox .content img {
    height: 250px;
  }
}
@media (max-width: 768px) {
  .classicCaseLightbox {
    font-size: 15px;
  }
  .classicCaseLightbox .content h2 {
    font-size: 22px;
  }
  .classicCaseLightbox .content .textContent {
    padding: 10px;
    gap: 5px;
  }
  .classicCaseLightbox .content img {
    height: 225px;
  }
}

.guild-section {
  margin: 100px;
}
.guild-section .guild-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.guild-section .guild-grid .guild-card {
  border: 1px solid #ddd;
  text-align: center;
  background: white;
  transition: all 0.3s;
}
.guild-section .guild-grid .guild-card:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.guild-section .guild-grid .guild-card .guild-logo {
  width: 100%;
  margin: 0 auto 16px;
}
.guild-section .guild-grid .guild-card .guild-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.guild-section .guild-grid .guild-card h3 {
  color: #FFFFFF;
  padding: 15px;
  font-size: 24px;
  font-weight: bold;
}
.guild-section .guild-grid .guild-card h3.pink {
  background-color: #D0A2A1;
}
.guild-section .guild-grid .guild-card p {
  font-size: 18px;
  color: #333333;
  line-height: 1.5;
  padding: 10px 25px;
}
.guild-section .guild-grid .guild-card .guild-link {
  font-size: 14px;
  color: #479560;
  text-decoration: none;
  font-weight: bold;
}
.guild-section .guild-grid .guild-card .guild-link:hover {
  text-decoration: underline;
}
@media (max-width: 992px) {
  .guild-section .overlay-frame iframe {
    pointer-events: none;
    height: 215px;
  }
  .guild-section .guild-grid .guild-card h3 {
    padding: 10px;
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .guild-section {
    margin: 50px 15px;
  }
  .guild-section .guild-grid {
    gap: 15px;
  }
  .guild-section .guild-grid .guild-card h3 {
    padding: 7px;
    font-size: 18px;
  }
  .guild-section .guild-grid .guild-card p {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .guild-section .guild-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}

.feature-articles {
  overflow: clip;
  position: relative;
  margin: 0 100px 180px;
  /* 邊緣淡出，提示還有內容 */
  /* RWD */
}
.feature-articles .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  border: none;
  background: white;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 12px rgba(105, 105, 105, 0.2);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  cursor: pointer;
  transition: opacity 0.3s ease-in-out;
}
.feature-articles .arrow img {
  width: 20px;
  height: 20px;
}
.feature-articles .arrow.left {
  left: 4px;
}
.feature-articles .arrow.right {
  right: 4px;
}
.feature-articles .arrow[disabled] {
  opacity: 0.35;
  pointer-events: none;
}
.feature-articles::before, .feature-articles::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 60px;
  pointer-events: none;
  z-index: 1;
}
.feature-articles::before {
  left: 0;
}
.feature-articles::after {
  right: 0;
}
.feature-articles.no-scroll::before, .feature-articles.no-scroll::after {
  display: none;
}
.feature-articles.no-scroll .arrow {
  display: none;
}
.feature-articles.no-scroll .reading {
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  overflow-x: hidden;
}
.feature-articles.has-scroll .reading {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  overflow-x: hidden;
}
.feature-articles .reading {
  scrollbar-gutter: stable both-edges;
  display: flex;
  gap: 24px;
  align-items: stretch;
  overflow-x: hidden; /* 用 JS 控制滾動 */
  scroll-snap-type: x mandatory;
  padding: 8px 64px; /* 給左右留白，箭頭不會壓到卡片 */
}
.feature-articles .reading::-webkit-scrollbar {
  height: 8px;
}
.feature-articles .reading::-webkit-scrollbar-thumb {
  background: #ccc;
}
.feature-articles.centered .reading {
  justify-content: center !important;
}
.feature-articles .card {
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  scroll-snap-align: start;
  flex: 0 0 clamp(280px, 80vw, 450px);
}
.feature-articles .card > img {
  width: 100%;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.feature-articles iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border: 0;
  display: block;
}
.feature-articles .card__thumb .media-slider__embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.feature-articles .card__body {
  display: flex;
  flex-direction: column;
  padding: 12px 15px;
  gap: 8px;
}
.feature-articles .card__title {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}
.feature-articles .card__excerpt {
  font-size: 14px;
  line-height: 1.5;
  color: #444;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.feature-articles .actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.feature-articles .download {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  color: #666;
  white-space: nowrap;
  gap: 5px;
  padding: 3px 8px 6px 8px;
  margin-bottom: 5px;
  position: relative;
  text-decoration: none;
}
.feature-articles .download img {
  width: 20px;
  height: 20px;
}
.feature-articles .download::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #999;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-in-out;
}
.feature-articles .download:hover {
  font-weight: 700;
}
.feature-articles .download:hover::after {
  transform: scaleX(1);
}
@media (max-width: 1400px) {
  .feature-articles {
    margin: 0 40px 150px;
  }
  .feature-articles .reading {
    padding: 8px 48px;
  }
}
@media (max-width: 768px) {
  .feature-articles {
    margin: 0 15px 60px;
  }
  .feature-articles .reading {
    gap: 16px;
    padding: 8px 36px;
  }
  .feature-articles .card > img {
    height: 150px;
  }
  .feature-articles .card__excerpt {
    -webkit-line-clamp: 4;
  }
}/*# sourceMappingURL=main.css.map */