.hk-footer {
  background: transparent linear-gradient(180deg, #4D4D4D 0%, #0F0F0F 100%) 0% 0% no-repeat padding-box;
  padding: 60px 30px;
  font-size: 16px;
  color: #fff;
  box-sizing: border-box;
  font-family: Helvetica, Arial, Verdana, sans-serif;
}
.hk-footer * {
  box-sizing: border-box;
}
.hk-footer .pb-1 {
  padding-bottom: 4px;
}
.hk-footer .border-b-2 {
  border-bottom: 2px solid #fff;
}
.hk-footer .text-white {
  color: #fff;
}
.hk-footer .tk-container {
  max-width: 1150px;
  margin: 0 auto;
  text-align: center;
}
.hk-footer .flex {
  display: flex;
}
.hk-footer .mr-2 {
  margin-right: 8px;
}
.hk-footer .mt-4 {
  margin-top: 16px;
}
.hk-footer .mr-3 {
  margin-right: 12px;
}
.hk-footer .logo {
  max-width: 100%;
  margin-bottom: 44px;
  display: inline-block;
}
.hk-footer .title {
  max-width: 144px;
  margin-bottom: 12px;
}
.hk-footer .links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -10px;
  text-align: left;
}
@media (min-width: 1220px) {
  .hk-footer .links {
    flex-wrap: nowrap;
  }
}
.hk-footer a {
  color: #AEB3B8;
  text-decoration: none;
}
.hk-footer a:hover {
  color: #7B7E82;
}
.hk-footer .col {
  flex: 100%;
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (min-width: 1220px) {
  .hk-footer .col {
    flex: unset;
  }
}
.hk-footer .col a, .hk-footer .col span {
  display: inline-block;
  margin: 0 0 12px 0;
}
.hk-footer .col1, .hk-footer .col2 {
  flex: 50%;
}
@media (min-width: 1220px) {
  .hk-footer .col1, .hk-footer .col2 {
    flex: unset;
  }
}
.hk-footer .col5 .title {
  width: 144px;
}
@media (min-width: 1220px) {
  .hk-footer .col5 .title {
    width: 100px;
  }
}
.hk-footer .copyright {
  color: #AEB3B8;
  font-size: 15px;
  text-align: center;
}
.hk-footer .copyright a {
  color: #e1e1e1;
  font-weight: bold;
}
.hk-footer .copyright a:hover {
  color: #fff;
}

* {
  box-sizing: border-box;
}

@keyframes flt {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -11px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
body {
  margin: 0;
  font-family: "Noto Sans TC", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #24344e;
  background: #f2f8fc;
  text-align: left;
}

.notyf__toast {
  width: 100%;
  max-width: 315px !important;
}

h1, h2, h3, p {
  margin: 0;
}

h2 {
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  h2 {
    margin-bottom: 30px;
  }
}
h2 img {
  display: block;
  height: 46px;
  width: auto;
  margin: 0 auto;
}
@media (min-width: 768px) {
  h2 img {
    height: 62px;
  }
}

p {
  line-height: 2;
  margin-bottom: 1.2em;
}
p:last-child {
  margin-bottom: 0;
}

main {
  overflow: hidden;
}

.fancybox__viewport {
  cursor: default !important;
}

.btn {
  padding: 15px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  background: rgba(10, 33, 73, 0.35);
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(3px);
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.2s;
}
@media (min-width: 768px) {
  .btn {
    padding: 15px 26px;
    min-width: 136px;
  }
}
.btn:hover {
  transform: translateY(-2px);
}
.btn.highlight {
  --btn-text: #0a2149;
  --btn-bg: #ffd24a;
  --btn-hover-bg: #ffd868;
}
.btn.primary {
  --btn-text: #fff;
  --btn-bg: #0b626b;
  --btn-hover-bg: #095158;
}
.btn.highlight, .btn.primary {
  font-size: 17px;
  background: var(--btn-bg);
  color: var(--btn-text);
  border: none;
}
.btn.highlight:hover, .btn.primary:hover {
  background: var(--btn-hover-bg);
}
.btn:disabled {
  opacity: 0.5;
  cursor: no-drop;
}
.btn:disabled:hover {
  transform: none;
  background: var(--btn-bg);
}

.fade-up {
  opacity: 0;
  transform: translate3d(0, 28px, 0);
}

.zoom {
  opacity: 0;
  transform: translate(0, -20px) scale(0.92);
}

.container {
  padding: 0 20px;
  max-width: 1160px;
  margin: 0 auto;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 999;
  transition: background 0.2s;
}
@media (min-width: 768px) {
  header {
    padding: 10px 25px;
  }
}
header.has-bg {
  background: #0b626b;
}
@media (min-width: 768px) {
  header.has-bg {
    background: none;
  }
}
header .brand {
  z-index: 1;
}
@media (min-width: 768px) {
  header .brand {
    padding: 10px 22px;
    border-radius: 999px;
    background: rgba(10, 33, 73, 0.55);
    backdrop-filter: blur(6px);
  }
}
header .brand img {
  width: 57vw;
  display: block;
}
@media (min-width: 768px) {
  header .brand img {
    width: 215px;
  }
}
header nav {
  display: none;
}
@media (min-width: 992px) {
  header nav {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(10, 33, 73, 0.55);
    backdrop-filter: blur(6px);
  }
}
@media (max-width: 992px) {
  header nav.active {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(36, 52, 78, 0.631372549);
    backdrop-filter: blur(8px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
header nav a {
  padding: 10px;
  color: #fff;
  text-decoration: none;
}
@media (min-width: 992px) {
  header nav a {
    color: #cfe3ff;
    padding: 0 10px;
    text-shadow: 0 2px 10px rgba(6, 20, 44, 0.85), 0 0 3px rgba(6, 20, 44, 0.6);
    transition: color 0.18s ease, text-shadow 0.18s ease;
  }
  header nav a:hover {
    color: #ffd24a;
    text-shadow: 0 2px 12px rgba(6, 20, 44, 0.9), 0 0 14px rgba(255, 210, 74, 0.55);
  }
}
header .ham {
  width: 10vw;
  height: 10vw;
  position: relative;
  cursor: pointer;
}
@media (min-width: 768px) {
  header .ham {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 992px) {
  header .ham {
    display: none;
  }
}
header .ham div {
  width: 66%;
  height: 0;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  transition: transform 0.2s;
  transform-origin: center center;
}
header .ham div:first-child {
  top: 30%;
}
header .ham div:last-child {
  top: 70%;
}
header .ham.active div:first-child {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
header .ham.active div:last-child {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
header .ham.active div:nth-child(2) {
  transform: scale(0);
}

#kv {
  position: relative;
  background: #000;
  color: #fff;
}
@media (min-width: 768px) {
  #kv {
    width: 100%;
    height: 100vh;
    height: 100svh;
    min-height: 665px;
    max-height: 800px;
  }
}
#kv .leaf {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
#kv .video {
  width: 100%;
  height: 0;
  padding-top: 128%;
  position: relative;
}
@media (min-width: 768px) {
  #kv .video {
    width: 100%;
    height: 100%;
    padding-top: 0;
  }
}
#kv .video video {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  width: auto;
  height: 100%;
  pointer-events: none;
}
@media (min-width: 768px) {
  #kv .video video {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#kv h1 img {
  position: absolute;
  top: 17%;
  left: 50%;
  transform: translate(-50%, -26px) scale(0.9);
  width: 92%;
  max-width: 800px;
  filter: drop-shadow(0 6px 26px rgba(6, 20, 44, 0.55));
  opacity: 0;
}
@media (min-width: 768px) {
  #kv h1 img {
    top: 3%;
    max-width: none;
    width: auto;
    height: 40%;
  }
}
#kv h2 {
  margin: 0;
  position: absolute;
  top: 77vw;
  left: 0;
  font-size: 5vw;
  text-align: center;
  width: 100%;
  font-weight: 600;
  line-height: 1.6;
  text-shadow: 0 2px 16px rgba(6, 20, 44, 0.85);
  opacity: 0;
  transform: translate3d(0, 26px, 0);
}
@media (min-width: 768px) {
  #kv h2 {
    bottom: 21%;
    top: auto;
    font-size: 27px;
  }
}
#kv h2 span {
  color: #ffd24a;
}
@media (min-width: 768px) {
  #kv .meta {
    position: absolute;
    bottom: 10%;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
  }
}
#kv .acts {
  display: flex;
  justify-content: center;
  gap: 10px;
  position: absolute;
  top: 102vw;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translate3d(0, 26px, 0);
}
@media (min-width: 768px) {
  #kv .acts {
    position: static;
    justify-content: flex-start;
    width: auto;
    gap: 12px;
  }
}
#kv .join {
  position: absolute;
  top: 107vw;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #eaf3ff;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translate3d(0, 26px, 0);
}
@media (min-width: 768px) {
  #kv .join {
    position: static;
    width: auto;
    padding: 12px 24px;
    border-radius: 999px;
    background: rgba(10, 33, 73, 0.42);
    backdrop-filter: blur(4px);
  }
}
#kv .join span {
  color: #ffd24a;
  font-family: "Caprasimo", serif;
  font-size: 28px;
  margin-right: 6px;
}

@keyframes hand {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -2px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
#info {
  background: #fff;
  padding: 80px 0 394px 0;
  position: relative;
  z-index: 1;
}
@media (min-width: 860px) {
  #info {
    padding: 80px 0 440px 0;
  }
}
#info .container {
  max-width: 712px;
}
#info h3 {
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 22px;
}
#info .acts {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
#info .acts .btn {
  padding: 15px 32px;
  display: flex;
  align-items: center;
}
#info .acts .btn:hover {
  background: #095158;
  box-shadow: 0 6px 18px rgba(10, 33, 73, 0.13), 0 2px 6px rgba(10, 33, 73, 0.08);
}
#info .acts .btn svg {
  display: block;
  width: 20px;
  margin-left: 5px;
  animation: hand 1.5s ease-in-out infinite;
}
#info .video {
  position: absolute;
  width: 100%;
  height: 500px;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}
#info .video:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0.72) 16%, rgba(255, 255, 255, 0.22) 38%, rgba(255, 255, 255, 0) 62%);
}
#info .video video {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: auto;
  height: 100%;
  pointer-events: none;
}
@media (min-width: 860px) {
  #info .video video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center bottom;
       object-position: center bottom;
  }
}

#video {
  padding: 80px 0;
}
#video h2 {
  margin: 0 0 10px 0;
}
#video h2 img {
  margin: 0;
}
#video .mute {
  color: #4e6688;
  font-size: 16px;
  margin: 0 0 28px 0;
}
#video .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
#video .list .item {
  width: 100%;
  padding: 0 10px;
  margin-bottom: 24px;
  text-decoration: none;
}
@media (min-width: 768px) {
  #video .list .item {
    width: 50%;
  }
}
@media (min-width: 992px) {
  #video .list .item {
    width: 33.3333%;
  }
}
#video .list .item:hover figure img {
  transform: scale(1.05);
}
#video .list .item figure {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 12px;
}
#video .list .item figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.2s;
}
#video .list .item h3 {
  font-size: 18px;
  color: #000;
  font-weight: 400;
  margin-bottom: 4px;
}
#video .list .item .desc {
  color: #4e6688;
  font-size: 13px;
}

#petition {
  border: 8px solid #ffd24a;
}
#petition h2 {
  margin-bottom: 10px;
}
#petition h2 img {
  margin: 0;
}
#petition .mute {
  font-size: 16px;
  line-height: 1.8;
  margin: 0 0 40px 0;
}
#petition .list {
  padding: 64px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#petition .list .style1 {
  position: absolute;
  left: -140px;
  top: -90px;
  width: 460px;
  height: 460px;
  border-radius: 999px;
  background: #3ecbd3;
  filter: blur(95px);
  opacity: 0.55;
  pointer-events: none;
  z-index: -1;
}
#petition .list .style2 {
  position: absolute;
  right: -160px;
  top: 90px;
  width: 520px;
  height: 520px;
  border-radius: 999px;
  background: #ffd24a;
  filter: blur(105px);
  opacity: 0.45;
  pointer-events: none;
  z-index: -1;
}
#petition .list .mute {
  color: #4e6688;
  margin: 0 0 24px 0;
}
#petition .list .tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (min-width: 992px) {
  #petition .list .tabs {
    justify-content: flex-end;
    margin-bottom: 20px;
  }
}
#petition .list .tabs .tab {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 11px 22px;
  border-radius: 999px;
  border: 2px solid #bccee4;
  background: #ddedf8;
  color: #122036;
  font-size: 15px;
  cursor: pointer;
  min-height: 46px;
}
#petition .list .tabs .tab.active {
  border: 2px solid #0b626b;
  background: #0b626b;
  color: #f2f8fc;
}
#petition .list .tabs .tab span {
  font-family: "Caprasimo", "Noto Sans TC", system-ui, sans-serif;
  font-size: 13px;
  opacity: 0.75;
}
#petition .list .cloud-inner {
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
#petition .list .cloud-inner::-webkit-scrollbar {
  display: none;
}
#petition .list #cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  padding: 34px 20px 10px 20px;
}
#petition .list #cloud .item {
  border-radius: 999px;
  background: #ddedf8;
  border: 1px solid #bccee4;
  color: #122036;
  padding: 13px 22px;
  box-shadow: 0 1px 3px rgba(10, 33, 73, 0.1), 0 1px 2px rgba(10, 33, 73, 0.06);
  display: flex;
  align-items: baseline;
  gap: 12px;
}
#petition .list #cloud .item .desc {
  font-size: 13px;
  color: inherit;
  opacity: 0.7;
  white-space: nowrap;
}
#petition .list #cloud .item.org {
  background: #bdeef1;
  border: 1px solid #0b626b;
  color: #04262b;
}
#petition .list #cloud .item.famous {
  background: #0a2149;
  border: 1px solid #0a2149;
  color: #ffd24a;
}
#petition .list #cloud .item.famous .desc {
  color: #cfe3ff;
}
#petition .list .cloud-controls {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 20px;
  max-width: 500px;
  margin: 50px auto 0 auto;
}
#petition .list .cloud-controls[hidden] {
  display: none;
}
#petition .list .cloud-controls label {
  flex: 0 0 auto;
  color: #4e6688;
  font-size: 14px;
}
#petition .list .cloud-controls #cloud-range {
  flex: 1;
  height: 14px;
  background: #AAAAAA;
  border-radius: 30px;
  position: relative;
  padding: 2px;
}
#petition .list .cloud-controls #cloud-range .inner {
  position: relative;
  width: 100%;
  height: 100%;
}
#petition .list .cloud-controls #cloud-range .draggable {
  width: 50px;
  height: 36px;
  position: absolute;
  bottom: 0;
  left: 0;
}
#petition .list .cloud-controls #cloud-range .draggable:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  border-radius: 30px;
  background: #B0D83A;
}
#petition .list .cloud-controls #cloud-range .draggable:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/img/frog.png);
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
#petition .form {
  background: #e2f7f8;
  padding: 64px 0;
}
#petition .form .petition-feedback {
  margin-top: 12px;
  font-size: 14px;
}
#petition .form .petition-feedback[hidden] {
  display: none;
}
#petition .form .petition-feedback.success {
  color: #0b626b;
}
#petition .form .petition-feedback.error {
  color: #b42318;
}
@media (min-width: 992px) {
  #petition .form > .container {
    display: flex;
    justify-content: space-between;
  }
}
#petition .form .fieldsets {
  margin-bottom: 22px;
}
@media (min-width: 768px) {
  #petition .form .fieldsets {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media (min-width: 1100px) {
  #petition .form .fieldsets {
    width: 620px;
  }
}
#petition .form fieldset {
  width: 100%;
  border: 2px solid #bccee4;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.55);
  padding: 18px 20px 22px;
  transition: border-color 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  #petition .form fieldset {
    width: calc(50% - 20px);
    margin-bottom: 0;
  }
}
@media (min-width: 1100px) {
  #petition .form fieldset {
    width: calc(50% - 10px);
  }
}
#petition .form fieldset.active {
  border-color: #0b626b;
  background: #fff;
  box-shadow: 0 6px 18px rgba(10, 33, 73, 0.13), 0 2px 6px rgba(10, 33, 73, 0.08);
}
#petition .form fieldset.active .sign-mode-head .sign-radio {
  border-color: #0b626b;
}
#petition .form fieldset.active .sign-mode-head .sign-radio:after {
  background: #0b626b;
}
#petition .form fieldset.active .sign-mode-body {
  opacity: 1;
}
#petition .form fieldset.active .sign-mode-body .field input {
  background: #fff;
  border-color: #bccee4;
  cursor: auto;
}
#petition .form fieldset.active .sign-mode-body .field input:focus {
  outline: none;
  border-color: #41c9d3;
  box-shadow: 0 0 0 3px #bdeef1;
}
#petition .form fieldset:last-child {
  margin-bottom: 0;
}
#petition .form fieldset .sign-mode-head {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 16px;
}
#petition .form fieldset .sign-mode-head input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
#petition .form fieldset .sign-mode-head .sign-radio {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  border: 2px solid #93aac8;
  background: #fff;
  display: grid;
  place-items: center;
  transition: border-color 0.18s ease;
  margin-right: 12px;
}
#petition .form fieldset .sign-mode-head .sign-radio:after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: transparent;
  transition: background-color 0.18s ease;
}
#petition .form fieldset .sign-mode-head .sign-mode-title {
  font-size: 20px;
  line-height: 1.3;
  color: #122036;
}
#petition .form fieldset .sign-mode-body {
  opacity: 0.48;
}
#petition .form fieldset .sign-mode-body .field {
  margin-bottom: 14px;
}
#petition .form fieldset .sign-mode-body .field:last-child {
  margin-bottom: 0;
}
#petition .form fieldset .sign-mode-body .field > label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #374a6a;
  margin-bottom: 7px;
}
#petition .form fieldset .sign-mode-body .field input {
  width: 100%;
  font-size: 16px;
  padding: 12px 16px;
  border-radius: 999px;
  border: 2px solid #bccee4;
  background: #fff;
  color: #122036;
  border-radius: 999px;
  min-height: 48px;
  background: #ddedf8;
  border-color: transparent;
  cursor: not-allowed;
}
#petition .form .radio {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  margin-bottom: 22px;
}
#petition .form .radio input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  opacity: 0;
}
#petition .form .radio input:checked + .dot {
  border-color: #0b626b;
}
#petition .form .radio input:checked + .dot:after {
  background: #0b626b;
}
#petition .form .radio .dot {
  width: 22px;
  height: 22px;
  flex: none;
  border-radius: 7px;
  border: 2px solid #93aac8;
  background: #fff;
  display: grid;
  place-items: center;
  transition: background-color 0.15s ease, border-color 0.15s ease;
}
#petition .form .radio .dot:after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 3px;
  background: transparent;
  transition: background-color 0.15s ease;
}
#petition .btn:hover {
  box-shadow: 0 6px 18px rgba(10, 33, 73, 0.13), 0 2px 6px rgba(10, 33, 73, 0.08);
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.modal .modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 33, 73, 0.66);
  backdrop-filter: blur(3px);
}
.modal .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: relative;
  display: flex;
  flex-direction: column;
  width: calc(100vw - 40px);
  max-width: 780px;
  max-height: 90vh;
  border-radius: 22px;
  background: #f2f8fc;
  color: #122036;
  box-shadow: 0 16px 42px rgba(10, 33, 73, 0.18), 0 4px 12px rgba(10, 33, 73, 0.1);
  overflow: hidden;
}
.modal .modal-head {
  background: #0a2149;
  color: #fff;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.modal .modal-head h2 {
  font-size: 22px;
  line-height: 1.35;
  margin: 0;
  color: #ffd24a;
  margin-bottom: 8px;
  font-weight: 400;
}
.modal .modal-head p {
  font-size: 15px;
  line-height: 1.7;
  color: #cfe3ff;
}
.modal .modal-head .close {
  width: 42px;
  height: 42px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.15s ease;
  margin-left: 20px;
}
.modal .modal-head .close:hover {
  background: rgba(255, 255, 255, 0.22);
}
.modal .modal-body {
  flex: 1;
  height: 0;
  overflow-y: auto;
  padding: 26px 22px 32px;
}
.modal .modal-body h3 {
  font-size: 30px;
  margin: 40px 0 8px;
  text-align: center;
  color: #04262b;
  font-weight: 400;
}
.modal .modal-body h3 + h4 {
  text-align: center;
  margin: 0 0 30px;
  color: #4e6688;
  font-size: 16px;
  font-weight: 400;
}
.modal .modal-body .steps {
  margin-bottom: 40px;
}
.modal .modal-body .steps .step {
  background: #ddedf8;
  border-radius: 20px;
  padding: 24px 28px;
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .modal .modal-body .steps .step {
    display: flex;
  }
}
.modal .modal-body .steps .step:last-child {
  margin-bottom: 0;
}
.modal .modal-body .steps .step .step-circle {
  width: 52px;
  height: 52px;
  border-radius: 999px;
  background: #0b626b;
  color: #fff;
  display: grid;
  place-items: center;
  font-family: "Caprasimo", "Noto Sans TC", system-ui, sans-serif;
  font-size: 15px;
  line-height: 1.15;
  text-align: center;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .modal .modal-body .steps .step .step-circle {
    margin-right: 20px;
  }
}
.modal .modal-body .steps .step .step-title {
  font-size: 22px;
  margin: 2px 0 6px;
}
.modal .modal-body .steps .step p {
  font-size: 16px;
  line-height: 1.8;
  color: #374a6a;
}
.modal .modal-body .quote {
  background: #fff6dc;
  border-left: 6px solid #f5c22c;
  border-radius: 16px;
  padding: 26px 30px;
  font-size: 17px;
  line-height: 1.95;
  color: #24344e;
  margin-bottom: 36px;
}
.modal .modal-body .foundation {
  margin: 32px 0 0 0;
  text-align: center;
  font-size: 16px;
  color: #374a6a;
  line-height: 2;
}
.modal .modal-body .acts {
  margin: 36px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.modal .modal-body .acts .btn:hover {
  box-shadow: 0 6px 18px rgba(10, 33, 73, 0.13), 0 2px 6px rgba(10, 33, 73, 0.08);
}/*# sourceMappingURL=style.css.map */