@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosanstc.css");
@import url("https://fonts.googleapis.com/earlyaccess/cwtexming.css");
@import url("https://fonts.googleapis.com/earlyaccess/cwtexkai.css");
@import url("https://fonts.googleapis.com/earlyaccess/cwtexfangsong.css");
@import url("https://fonts.googleapis.com/earlyaccess/cwtexyen.css");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  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, main, menu, nav, section, summary {
  display: block;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  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, main, menu, nav, section, summary {
  display: block;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt" 1;
}

a {
  text-decoration: none;
  outline: none;
}

input,
select {
  vertical-align: middle;
}

img {
  vertical-align: middle;
  margin: 0;
  padding: 0;
  border: 0;
}

b {
  font-weight: bold;
}

html,
body {
  width: 100%;
  height: 100%;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
}

header img, .secbox-1 img, .secbox-2-over img, .secbox-3-1 img, .secbox-3-2 img, .secbox-4 img, .secbox-5 img, .secbox-sendForm img {
  width: 100%;
}

.top-link .top-link-nav, .top-link .top-link-nav a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}

.btn-top, .btn-top:active, .btn-top:focus, .btn-go-form, .secbox-1 .s1-2-display .s1-2-right .item, .secbox-3-1 .item-box, .secbox-5 .item-list-4 .item-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.btn-top, .btn-top:active, .btn-top:focus, .btn-top:hover, .btn-top:active:hover, .btn-top:focus:hover, .btn-top.cd-is-visible, .btn-top.cd-fade-out, .btn-go-form, .btn-go-form:hover, .btn-go-all:hover img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.clrBoth {
  clear: both;
}

.divine-2-box {
  position: relative;
}
.divine-2-box .divine-left {
  float: none;
}
@media only screen and (min-width: 481px) {
  .divine-2-box .divine-left {
    float: left;
  }
}
.divine-2-box .divine-right {
  float: none;
}
@media only screen and (min-width: 481px) {
  .divine-2-box .divine-right {
    float: right;
  }
}

.show-pc {
  display: none;
}
@media only screen and (min-width: 768px) {
  .show-pc {
    display: block;
  }
}

.show-mobile {
  display: block;
}
@media only screen and (min-width: 768px) {
  .show-mobile {
    display: none;
  }
}

.has-animation {
  position: relative;
}
.has-animation p,
.has-animation h2 {
  opacity: 0;
}
.has-animation.animate-in p,
.has-animation.animate-in h2 {
  animation: textHidden 0.1s 1.1s forwards;
}
.has-animation.animate-in:before, .has-animation.animate-in:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 10;
}
.has-animation.animate-in:after {
  animation-delay: 0.5s;
}
.has-animation.animation-ltr.animate-in:before {
  animation: revealLTR 1.8s ease;
}
.has-animation.animation-ltr.animate-in:after {
  animation: revealLTR 1s 0.6s ease;
}
.has-animation.animation-rtl.animate-in:before {
  animation: revealRTL 1.8s ease;
}
.has-animation.animation-rtl.animate-in:after {
  animation: revealRTL 1s 0.6s ease;
}

@keyframes movingSec1Gph {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-0.25%);
  }
  50% {
    transform: translateY(-0.5%);
  }
  80% {
    transform: translateY(-0.25%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes revealLTR {
  0% {
    width: 0;
    left: 0;
  }
  65% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}
@keyframes revealRTL {
  0% {
    width: 0;
    right: 0;
  }
  65% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 100%;
  }
}
@keyframes textHidden {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body {
  position: relative;
  font-size: 15px;
  font-family: "Arial", "Noto Sans TC", "微軟正黑體", "FontAwesome";
  margin: 0;
  padding: 0;
}

summary::marker {
  font-size: 0;
}

.btn-top, .btn-top:active, .btn-top:focus {
  display: block;
  position: fixed;
  bottom: 60px;
  right: 10px;
  width: 45px;
  height: 45px;
  font-size: 85%;
  color: #fff !important;
  text-align: center;
  background-color: #83a022;
  cursor: pointer;
  border-radius: 100rem;
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.15);
  padding: 15px 0;
  visibility: hidden;
  opacity: 0;
  z-index: 15;
}
@media only screen and (min-width: 481px) {
  .btn-top, .btn-top:active, .btn-top:focus {
    bottom: 65px;
    right: 15px;
    width: 55px;
    height: 55px;
    padding: 15px 0;
  }
}
@media only screen and (min-width: 768px) {
  .btn-top, .btn-top:active, .btn-top:focus {
    bottom: 90px;
    right: 25px;
    width: 60px;
    height: 60px;
    padding: 25px 0;
  }
}
.btn-top:hover, .btn-top:active:hover, .btn-top:focus:hover {
  color: #83a022 !important;
  background-color: #fff;
}

.btn-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}

.btn-top.cd-fade-out {
  opacity: 1;
}

.btn-go-form {
  display: inline-block;
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 45px;
  height: 45px;
  font-size: 85%;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.5px;
  font-family: "Noto Sans TC", "微軟正黑體";
  color: #fff !important;
  background-color: #83a022;
  cursor: pointer;
  border-radius: 100rem;
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.15);
  padding: 7px 0 15px 0;
  z-index: 15;
  text-decoration: none;
}
@media only screen and (min-width: 481px) {
  .btn-go-form {
    bottom: 10px;
    right: 15px;
    width: 55px;
    height: 55px;
    font-size: 95%;
    padding: 8px 0 15px 0;
  }
}
@media only screen and (min-width: 768px) {
  .btn-go-form {
    bottom: 25px;
    right: 25px;
    width: 60px;
    height: 60px;
    font-size: 110%;
    padding: 12px 0 20px 0;
  }
}
.btn-go-form:hover {
  color: #83a022 !important;
  background-color: #fff;
}

.top-link {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 28px;
  color: #fff;
  background-color: #83a022;
  z-index: 999;
}
@media only screen and (min-width: 481px) {
  .top-link {
    height: 27px;
  }
}
@media only screen and (min-width: 768px) {
  .top-link {
    height: 30px;
  }
}
.top-link .top-link-nav {
  justify-content: center;
  margin: 0 auto;
  padding-top: 8px;
}
@media only screen and (min-width: 481px) {
  .top-link .top-link-nav {
    margin: 0;
    justify-content: flex-end;
  }
}
.top-link .top-link-nav a {
  /* 20210713 start */
  color: #fff;
  font-size: 85%;
  padding: 0 4px;
  border-right: #fff 1px solid;
  /* 20210713 end */
}
@media only screen and (min-width: 481px) {
  .top-link .top-link-nav a {
    /* 20210713 start */
    font-size: 90%;
    padding: 0 10px;
    /* 20210713 end */
  }
}
@media only screen and (min-width: 768px) {
  .top-link .top-link-nav a {
    font-size: 100%;
  }
}
.top-link .top-link-nav a:hover {
  color: #000 !important;
}
.top-link .top-link-nav a:last-of-type {
  border-right: none;
}
.top-link .top-link-nav dt, .top-link .top-link-nav dd {
  margin: 0 4px;
}

.show {
  display: block;
}

.hide {
  display: none;
}

.pc-mode {
  display: none;
}
@media only screen and (min-width: 768px) {
  .pc-mode {
    display: block;
  }
}

.mb-mode {
  display: block;
}
@media only screen and (min-width: 768px) {
  .mb-mode {
    display: none;
  }
}

.mbs {
  display: inline;
}
@media only screen and (min-width: 481px) {
  .mbs {
    display: block;
  }
}

.mbs2 {
  display: block;
}
@media only screen and (min-width: 481px) {
  .mbs2 {
    display: block;
  }
}

button {
  display: block;
  background: transparent;
  cursor: pointer;
  border: none;
}

header {
  position: relative;
  width: 100%;
  margin: 0px auto;
}
header .vbanner-pc {
  display: none;
}
@media only screen and (min-width: 1024px) {
  header .vbanner-pc {
    display: block;
  }
}
header .vbanner-mb {
  display: block;
}
@media only screen and (min-width: 1024px) {
  header .vbanner-mb {
    display: none;
  }
}

/* 容器必須設定為相對定位，光芒才能正確對齊 banner */
header {
  position: relative;
  width: 100%;
}

.light-effect {
  position: absolute;
  pointer-events: none;
  /* 確保光芒不會干擾鼠標點擊內容 */
  z-index: 5;
  will-change: transform, opacity;
  /* 提升渲染效能 [1] */
}

/* 左側四角星芒：使用 clip-path 定義形狀 [2] */
.star-element {
  top: 43%;
  left: 10%;
  width: 30px;
  height: 30px;
  background-color: #FFE5AA;
  /* 座標點定義出尖銳的四角星 [2] */
  clip-path: polygon(50% 0%, 58% 42%, 100% 50%, 58% 58%, 50% 100%, 42% 58%, 0% 50%, 42% 42%);
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.8));
  animation: star-breath 2s infinite ease-in-out;
}

/* 星芒呼吸動畫：縮放與透明度變化 [4] */
@keyframes star-breath {
  0%, 100% {
    transform: scale(0.6) rotate(0deg);
    opacity: 0.3;
  }
  50% {
    transform: scale(1.2) rotate(90deg);
    opacity: 1;
  }
}
/* 耀光脈動動畫：模擬光線閃動 [4] */
@keyframes flare-pulse {
  0% {
    opacity: 0.4;
    transform: scale(0.9);
  }
  100% {
    opacity: 0.8;
    transform: scale(1.1);
  }
}
/* 針對手機版的定位微調 */
@media only screen and (min-width: 1024px) {
  .star-element {
    top: 39%;
    left: 15%;
    width: 60px;
    height: 60px;
  }

  .corner-flare {
    width: 150px;
    height: 150px;
  }
}
@media only screen and (min-width: 1100px) {
  .star-element {
    top: 39%;
    left: 15%;
    width: 60px;
    height: 60px;
  }

  .corner-flare {
    width: 150px;
    height: 150px;
  }
}
.edm-wrapper-header {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 102%;
  margin: 0 auto;
}
@media only screen and (min-width: 481px) {
  .edm-wrapper-header {
    height: 0;
    padding-bottom: 55%;
  }
}
@media only screen and (min-width: 1100px) {
  .edm-wrapper-header {
    width: 1130px;
    height: 728px;
    padding: 0;
  }
}

.edm-wrapper {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .edm-wrapper {
    width: 86%;
  }
}
@media only screen and (min-width: 1100px) {
  .edm-wrapper {
    width: 1130px;
  }
}

.edm-wrapper-wide {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .edm-wrapper-wide {
    width: 86%;
  }
}

.btn-logo {
  display: block;
  position: absolute;
  top: 13%;
  left: 23%;
  width: 54%;
  height: 14%;
  opacity: 1;
  z-index: 15;
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .btn-logo {
    top: 11.5%;
    left: 2%;
    width: 20%;
    height: 20%;
  }
}

.btn-go-all {
  position: relative;
  width: 90%;
  margin: 0 auto;
  z-index: 20;
}
@media only screen and (min-width: 768px) {
  .btn-go-all {
    width: 60%;
  }
}
@media only screen and (min-width: 1024px) {
  .btn-go-all {
    width: 50%;
  }
}
@media only screen and (min-width: 1600px) {
  .btn-go-all {
    width: 40%;
  }
}
.btn-go-all:hover img {
  transform: scale(1.1);
}

.secbox-1 {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
  background-image: linear-gradient(to top, #b2e2ce, #fbfeee, #e3f6dc);
  z-index: 0;
}
@media only screen and (min-width: 1100px) {
  .secbox-1 {
    padding: 0;
  }
}
.secbox-1 .e-title {
  position: relative;
  width: 100%;
  margin: 0 auto 20px;
}
@media only screen and (min-width: 481px) {
  .secbox-1 .e-title {
    margin: 0 auto 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-1 .e-title {
    margin: 0 auto 60px;
  }
}
.secbox-1 main {
  position: relative;
  width: 95%;
  margin: 0 auto 30px;
}
@media only screen and (min-width: 768px) {
  .secbox-1 main {
    width: 100%;
    margin: 0 auto 60px;
  }
}
.secbox-1 .s1-big-box {
  position: relative;
  border-radius: 10px;
  background-color: #17a2a0;
  z-index: 1;
  padding: 6% 2%;
  width: 95%;
  margin: 0 auto 14% auto;
}
@media only screen and (min-width: 481px) {
  .secbox-1 .s1-big-box {
    border-radius: 15px;
    width: 90%;
    padding: 5% 5%;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-1 .s1-big-box {
    border-radius: 30px;
    width: 90%;
    padding: 5% 5%;
  }
}
.secbox-1 .s1-big-box::before {
  content: "";
  position: absolute;
  width: 98%;
  height: 160%;
  top: 1%;
  right: 1%;
  background: url(../images/obj-out-tp.png) no-repeat;
  background-size: 100%;
  z-index: 2;
}
@media only screen and (min-width: 1024px) {
  .secbox-1 .s1-big-box::before {
    width: 98%;
    height: 160%;
    top: 1%;
    right: 1%;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-1 .s1-big-box::before {
    top: 1%;
  }
}
.secbox-1 .s1-big-box::after {
  content: "";
  position: absolute;
  width: 98%;
  height: 100%;
  bottom: -47%;
  right: 1%;
  background: url(../images/obj-out-bt.png) no-repeat;
  background-size: 100%;
  z-index: 2;
}
@media only screen and (min-width: 481px) {
  .secbox-1 .s1-big-box::after {
    bottom: -23%;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-1 .s1-big-box::after {
    bottom: -23%;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-1 .s1-big-box::after {
    bottom: -19%;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-1 .s1-big-box::after {
    bottom: -11%;
  }
}
@media only screen and (min-width: 1600px) {
  .secbox-1 .s1-big-box::after {
    bottom: -10%;
  }
}
.secbox-1 summary {
  text-align: left;
  font-size: 110%;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 auto 10% auto;
  color: #fff;
  width: 90%;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
@media only screen and (min-width: 481px) {
  .secbox-1 summary {
    line-height: 1.4;
    width: 100%;
    margin: 0 auto 3% auto;
    font-size: 120%;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-1 summary {
    font-size: 140%;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-1 summary {
    text-align: center;
    font-size: 160%;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-1 summary {
    font-size: 180%;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 1600px) {
  .secbox-1 summary {
    font-size: 210%;
  }
}
@media only screen and (min-width: 1920px) {
  .secbox-1 summary {
    font-size: 250%;
    line-height: 1.6;
  }
}
.secbox-1 summary .good-color {
  color: #ffce09;
}
.secbox-1 summary .sp-color {
  color: #ffe7f7;
}
.secbox-1 .obj-out {
  position: relative;
  width: 90%;
  margin: 0 auto;
  z-index: 20;
}
@media only screen and (min-width: 481px) {
  .secbox-1 .obj-out {
    width: 75%;
  }
}
.secbox-1 .obj-out::after {
  content: "";
  position: absolute;
  background: url(../images/shawdow.png) no-repeat;
  background-size: 100%;
  z-index: -1;
  width: 110%;
  height: 40%;
  bottom: -35%;
  right: -6%;
}
.secbox-1 .video-obj {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  border: #fff 1px solid;
}
.secbox-1 .video-obj iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.secbox-1 .s1-2-display {
  width: 100%;
  display: block;
}
@media only screen and (min-width: 1024px) {
  .secbox-1 .s1-2-display {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
  }
}
.secbox-1 .s1-2-display .s1-2-right {
  width: 90%;
  margin: 0 auto 10% auto;
}
@media only screen and (min-width: 1024px) {
  .secbox-1 .s1-2-display .s1-2-right {
    margin: 0 0 0 2%;
    width: 45%;
    padding: 2% 0;
  }
}
.secbox-1 .s1-2-display .s1-2-right .mid {
  margin-left: 0 !important;
}
@media only screen and (min-width: 1024px) {
  .secbox-1 .s1-2-display .s1-2-right .mid {
    margin-left: 5% !important;
  }
}
.secbox-1 .s1-2-display .s1-2-right .item {
  position: relative;
  width: 100%;
  height: 100%;
  margin-top: 4%;
  margin-bottom: 4%;
  padding: 2% 1% 3% 1%;
  border-radius: 5px;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
}
@media only screen and (min-width: 481px) {
  .secbox-1 .s1-2-display .s1-2-right .item {
    border-radius: 20px;
    margin-top: 5%;
    margin-bottom: 5%;
    padding: 2% 1% 3% 1%;
  }
}
.secbox-1 .s1-2-display .s1-2-right .item:nth-of-type(even) {
  background-color: #4c9079;
}
.secbox-1 .s1-2-display .s1-2-right .item:nth-of-type(even)::before {
  content: '';
  position: absolute;
  background-color: #fff;
  border: #66a18a 2px solid;
  border-radius: 10px;
  z-index: -1;
  /* 墊在白色內容下面 */
  width: 97.5%;
  height: 96%;
  top: -5px;
  left: 1px;
}
@media only screen and (min-width: 481px) {
  .secbox-1 .s1-2-display .s1-2-right .item:nth-of-type(even)::before {
    border-radius: 20px;
    border: #66a18a 5px solid;
    width: 98.5%;
    height: 94%;
    top: -10px;
    left: -9px;
  }
}
.secbox-1 .s1-2-display .s1-2-right .item:nth-of-type(odd) {
  background-color: #e18050;
}
.secbox-1 .s1-2-display .s1-2-right .item:nth-of-type(odd)::before {
  content: '';
  position: absolute;
  background-color: #fff;
  border: #ffb48f 2px solid;
  border-radius: 10px;
  z-index: -1;
  /* 墊在白色內容下面 */
  width: 97.5%;
  height: 96%;
  top: -5px;
  left: 1px;
}
@media only screen and (min-width: 481px) {
  .secbox-1 .s1-2-display .s1-2-right .item:nth-of-type(odd)::before {
    border-radius: 20px;
    border: #ffb48f 5px solid;
    width: 98.5%;
    height: 94%;
    top: -10px;
    left: -9px;
  }
}
.secbox-1 .s1-2-display .s1-2-right .item aside {
  width: 10%;
  margin: 0 1% 0 5%;
}
.secbox-1 .s1-2-display .s1-2-right .item aside img {
  width: 100%;
}
.secbox-1 .s1-2-display .s1-2-right .item p {
  width: 80%;
  height: 68%;
  font-size: 100%;
  line-height: 1.3;
  margin: 0 auto;
  color: #484747;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .secbox-1 .s1-2-display .s1-2-right .item p {
    font-size: 180%;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-1 .s1-2-display .s1-2-right .item p {
    font-size: 120%;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-1 .s1-2-display .s1-2-right .item p {
    font-size: 200%;
    margin-left: 3%;
  }
}
@media only screen and (min-width: 1920px) {
  .secbox-1 .s1-2-display .s1-2-right .item p {
    font-size: 250%;
  }
}
.secbox-1 .s1-2-display .s1-2-left {
  position: relative;
  width: 100%;
  z-index: 1;
  perspective: 1000px;
}
@media only screen and (min-width: 1024px) {
  .secbox-1 .s1-2-display .s1-2-left {
    width: 55%;
  }
}
.secbox-1 .s1-2-display .s1-2-left .card {
  position: absolute;
  cursor: pointer;
  transform-style: preserve-3d;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  aspect-ratio: 295 / 430;
}
.secbox-1 .s1-2-display .s1-2-left .card.flip {
  transform: rotateY(180deg);
}
.secbox-1 .s1-2-display .s1-2-left .card .front-side, .secbox-1 .s1-2-display .s1-2-left .card .back-side {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.secbox-1 .s1-2-display .s1-2-left .card .front-side img, .secbox-1 .s1-2-display .s1-2-left .card .back-side img {
  width: 100%;
  display: block;
}
.secbox-1 .s1-2-display .s1-2-left .card .back-side {
  transform: rotateY(180deg);
}
.secbox-1 .s1-2-display .s1-2-left .card0001 {
  width: 28%;
  top: 20%;
  left: 0%;
  z-index: 5;
}
.secbox-1 .s1-2-display .s1-2-left .card0002 {
  width: 28%;
  top: 0%;
  left: 22%;
  z-index: 5;
}
.secbox-1 .s1-2-display .s1-2-left .card0003 {
  width: 28%;
  top: 0%;
  right: 20%;
  z-index: 5;
}
.secbox-1 .s1-2-display .s1-2-left .card0004 {
  width: 28%;
  top: 20%;
  right: 0%;
  z-index: 5;
}
.secbox-1 .s1-2-display .s1-2-left .card0005 {
  width: 28%;
  bottom: 8%;
  right: 0%;
  z-index: 5;
}
.secbox-1 .s1-2-display .s1-2-left .card0006 {
  width: 28%;
  bottom: -13%;
  right: 21%;
  z-index: 5;
}
.secbox-1 .s1-2-display .s1-2-left .card0007 {
  width: 28%;
  bottom: -13%;
  left: 21%;
  z-index: 5;
}
.secbox-1 .s1-2-display .s1-2-left .card0008 {
  width: 28%;
  bottom: 8%;
  left: 0%;
  z-index: 5;
}

.secbox-2-over {
  position: relative;
  width: 100%;
  padding-bottom: 80%;
  margin: 0 auto;
  overflow: hidden;
  z-index: 0;
  background-color: #9edac9;
  background: url(../images/s1_s2_overbg_mb.png) no-repeat top center;
  background-size: cover;
}
@media only screen and (min-width: 481px) {
  .secbox-2-over {
    background: url(../images/s1_s2_overbg.png) no-repeat top center;
    padding-bottom: 58%;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-2-over {
    padding-bottom: 42%;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-2-over {
    padding-bottom: 36%;
  }
}
@media only screen and (min-width: 1600px) {
  .secbox-2-over {
    padding-bottom: 34%;
  }
}
@media only screen and (min-width: 1920px) {
  .secbox-2-over {
    padding-bottom: 37%;
  }
}
.secbox-2-over .btn-green-gogo {
  position: absolute;
  display: block;
  text-decoration: none;
  width: 85%;
  color: #ffffff;
  padding: 12px 30px;
  font-size: 140%;
  font-weight: bold;
  background-color: #008f45;
  /* 根據圖片估計的綠色 */
  border-radius: 50px;
  /* 膠囊狀圓角 */
  letter-spacing: 1px;
  box-shadow: 2px 8px 30px #a1dbca;
  transition: all 0.2s ease;
  cursor: pointer;
  top: 15%;
  left: 9%;
  z-index: 5;
}
@media only screen and (min-width: 481px) {
  .secbox-2-over .btn-green-gogo {
    padding: 28px 45px;
    width: 60%;
    top: 15%;
    left: 20%;
    font-size: 170%;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-2-over .btn-green-gogo {
    width: 60%;
    top: 13%;
    left: 21%;
    font-size: 180%;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-2-over .btn-green-gogo {
    width: 58%;
    font-size: 190%;
    top: 10%;
    left: 26%;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-2-over .btn-green-gogo {
    width: 45%;
    font-size: 260%;
    top: 8%;
    left: 30%;
  }
}
@media only screen and (min-width: 1920px) {
  .secbox-2-over .btn-green-gogo {
    border-radius: 60px;
    width: 38%;
    font-size: 350%;
    top: 9%;
    left: 32%;
  }
}
.secbox-2-over .btn-green-gogo:hover {
  transform: translateY(2px);
  box-shadow: 0px 5px 0px #a1dbca;
}
.secbox-2-over .k-title {
  position: absolute;
  width: 88%;
  bottom: 7%;
  right: 6%;
  z-index: 5;
}
@media only screen and (min-width: 481px) {
  .secbox-2-over .k-title {
    width: 65%;
    bottom: 2%;
    right: 6%;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-2-over .k-title {
    width: 65%;
    bottom: -1%;
    right: 6%;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-2-over .k-title {
    width: 60%;
    bottom: 3%;
    right: 2%;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-2-over .k-title {
    bottom: 4%;
    width: 60%;
    right: 4%;
  }
}
@media only screen and (min-width: 1920px) {
  .secbox-2-over .k-title {
    bottom: 2%;
  }
}
.secbox-2-over .k-title img {
  width: 100%;
}

.secbox-3-1 {
  position: relative;
  width: 100%;
  padding: 45px 0 0 0;
  margin: 0 auto;
  overflow: hidden;
  z-index: 0;
  background-color: #fff;
}
@media only screen and (min-width: 1100px) {
  .secbox-3-1 {
    padding: 40px 0;
  }
}
.secbox-3-1 summary {
  width: 90%;
  text-align: left;
  font-size: 120%;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 auto 3% auto;
  color: #3a3f3e;
}
@media only screen and (min-width: 768px) {
  .secbox-3-1 summary {
    line-height: 1.4;
    width: 100%;
    text-align: center;
    font-size: 140%;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-3-1 summary {
    font-size: 170%;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-3-1 summary {
    white-space: nowrap;
    font-size: 200%;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 1600px) {
  .secbox-3-1 summary {
    font-size: 220%;
  }
}
@media only screen and (min-width: 1920px) {
  .secbox-3-1 summary {
    font-size: 280%;
  }
}
.secbox-3-1 summary .good-color {
  color: #e47b2d;
}
.secbox-3-1 summary .ys-color {
  color: #159648;
}
.secbox-3-1 .item-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto 10% auto;
}
@media only screen and (min-width: 768px) {
  .secbox-3-1 .item-list {
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin: 5% auto 5% auto;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-3-1 .item-list {
    width: 88%;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-3-1 .item-list {
    width: 90%;
  }
}
@media only screen and (min-width: 1600px) {
  .secbox-3-1 .item-list {
    width: 95%;
    margin: 2% auto 5% auto;
  }
}
.secbox-3-1 .item-box {
  position: relative;
  width: 50%;
  min-height: 150px;
  margin-top: 2%;
  z-index: 1;
}
@media only screen and (min-width: 481px) {
  .secbox-3-1 .item-box {
    min-height: 180px;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-3-1 .item-box {
    min-height: 200px;
    margin: 0 1%;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-3-1 .item-box {
    width: 22%;
    min-height: 265px;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-3-1 .item-box {
    min-height: 280px;
  }
}
@media only screen and (min-width: 1600px) {
  .secbox-3-1 .item-box {
    min-height: 300px;
  }
}
@media only screen and (min-width: 1920px) {
  .secbox-3-1 .item-box {
    min-height: 340px;
  }
}
.secbox-3-1 .item-box aside {
  width: 60%;
  margin: 0 auto 2% auto;
}
.secbox-3-1 .item-box aside img {
  width: 100%;
}
.secbox-3-1 .item-box p {
  color: #3a3f3e;
  font-size: 90%;
  line-height: 1.3;
  text-align: center;
}
@media only screen and (min-width: 481px) {
  .secbox-3-1 .item-box p {
    font-size: 110%;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-3-1 .item-box p {
    font-size: 120%;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-3-1 .item-box p {
    font-size: 160%;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-3-1 .item-box p {
    font-size: 170%;
    line-height: 1.4;
  }
}
@media only screen and (min-width: 1600px) {
  .secbox-3-1 .item-box p {
    font-size: 200%;
  }
}
@media only screen and (min-width: 1920px) {
  .secbox-3-1 .item-box p {
    font-size: 250%;
  }
}

.secbox-3-2 {
  position: relative;
  width: 100%;
  padding: 45px 0;
  margin: 0 auto;
  overflow: hidden;
  z-index: 0;
  background-color: #fff;
}
@media only screen and (min-width: 1100px) {
  .secbox-3-2 {
    padding: 10px 0;
  }
}
.secbox-3-2 .e-title {
  position: relative;
  width: 99%;
  margin: 0 auto 20px;
}
@media only screen and (min-width: 768px) {
  .secbox-3-2 .e-title {
    width: 80%;
    margin: 0 auto 60px auto;
  }
}
@media only screen and (min-width: 1600px) {
  .secbox-3-2 .e-title {
    width: 70%;
  }
}
.secbox-3-2 .e-title .add01 {
  position: absolute;
  width: 30%;
  z-index: 15;
  top: 1%;
  left: 10%;
  display: none;
}
@media only screen and (min-width: 481px) {
  .secbox-3-2 .e-title .add01 {
    display: block;
  }
}
.secbox-3-2 .e-title .add01 img {
  width: 100%;
}
.secbox-3-2 .e-title .add02 {
  position: absolute;
  width: 30%;
  z-index: 15;
  top: 1%;
  right: 10%;
  display: none;
}
@media only screen and (min-width: 481px) {
  .secbox-3-2 .e-title .add02 {
    display: block;
  }
}
.secbox-3-2 .e-title .add02 img {
  width: 100%;
}
.secbox-3-2 main {
  position: relative;
  width: 95%;
  margin: 0 auto 20px;
}
@media only screen and (min-width: 768px) {
  .secbox-3-2 main {
    width: 100%;
    margin: 0 auto 40px;
  }
}
.secbox-3-2 .item-list-11 {
  padding-bottom: 30px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 481px) {
  .secbox-3-2 .item-list-11 {
    padding-bottom: 100px;
    width: 95%;
  }
}
.secbox-3-2 .item-list-11 .video-obj {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.secbox-3-2 .item-list-11 .video-obj iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.secbox-3-2 .item-list-11 .item-vd {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .secbox-3-2 .item-list-11 .item-vd {
    width: 100%;
  }
}
.secbox-3-2 .item-list-11 .owl-prev, .secbox-3-2 .item-list-11 .owl-next {
  position: absolute;
  top: 20% !important;
}
.secbox-3-2 .item-list-11 .owl-prev span, .secbox-3-2 .item-list-11 .owl-next span {
  color: #17a2a0 !important;
  font-size: 300%;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .secbox-3-2 .item-list-11 .owl-prev span, .secbox-3-2 .item-list-11 .owl-next span {
    font-size: 700%;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-3-2 .item-list-11 .owl-prev span, .secbox-3-2 .item-list-11 .owl-next span {
    font-size: 1000%;
  }
}
.secbox-3-2 .item-list-11 .owl-prev {
  left: -2%;
}
@media only screen and (min-width: 481px) {
  .secbox-3-2 .item-list-11 .owl-prev {
    left: -9%;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-3-2 .item-list-11 .owl-prev {
    left: -5%;
  }
}
.secbox-3-2 .item-list-11 .owl-next {
  right: -2%;
}
@media only screen and (min-width: 481px) {
  .secbox-3-2 .item-list-11 .owl-next {
    right: -9%;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-3-2 .item-list-11 .owl-next {
    right: -5%;
  }
}
.secbox-3-2 .item-list-2 {
  padding-bottom: 50px;
}
@media only screen and (min-width: 481px) {
  .secbox-3-2 .item-list-2 {
    padding-bottom: 100px;
  }
}
.secbox-3-2 .item {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .secbox-3-2 .item {
    width: 100%;
  }
}
.secbox-3-2 .rrr-card {
  position: relative;
  width: 90%;
  margin: 20px auto 10% auto;
  background-color: #FFF;
  border-radius: 20px;
  border: #dbdfde 3px solid;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  z-index: 10;
}
@media only screen and (min-width: 1024px) {
  .secbox-3-2 .rrr-card {
    width: 75%;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-3-2 .rrr-card {
    width: 91%;
  }
}
@media only screen and (min-width: 1600px) {
  .secbox-3-2 .rrr-card {
    width: 87%;
  }
}
.secbox-3-2 .rrr-card:hover {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  /* 讓變化平滑，0.3秒完成 */
  transform: translateY(-5px) scale(1.03);
  /* 向上移動5px並放大 1.03 倍 */
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  /* 增加深色陰影，營造懸浮感 */
  z-index: 10;
  /* 確保懸浮的卡片蓋在其他卡片上方 */
}
.secbox-3-2 .rrr-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  border-radius: 20px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1;
}
.secbox-3-2 .rrr-card::after {
  content: "";
  position: absolute;
  top: -2%;
  right: -10%;
  width: 100%;
  height: 107%;
  background: url(../images/Rounded_o.png) no-repeat;
  background-size: 100%;
  z-index: -10;
}
@media only screen and (min-width: 481px) {
  .secbox-3-2 .rrr-card::after {
    height: 107%;
    top: 22%;
    right: -14%;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-3-2 .rrr-card::after {
    width: 100%;
    height: 100%;
    top: 5%;
    right: -14%;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-3-2 .rrr-card::after {
    width: 100%;
    height: 100%;
    top: 1%;
    right: -14%;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-3-2 .rrr-card::after {
    width: 100%;
    height: 100%;
    top: 14%;
    right: -16%;
  }
}
@media only screen and (min-width: 1600px) {
  .secbox-3-2 .rrr-card::after {
    top: 5%;
    right: -15%;
  }
}
.secbox-3-2 .rrr-card img {
  width: 100%;
}
.secbox-3-2 .rrr-card .card-header {
  position: relative;
  background-color: #ec8f4d;
  color: #fff;
  text-align: center;
  padding: 15px 10px;
  font-size: 170%;
  font-weight: bold;
  letter-spacing: 1px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  z-index: 10;
}
@media only screen and (min-width: 481px) {
  .secbox-3-2 .rrr-card .card-header {
    font-size: 200%;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-3-2 .rrr-card .card-header {
    font-size: 160%;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-3-2 .rrr-card .card-header {
    font-size: 200%;
  }
}
@media only screen and (min-width: 1600px) {
  .secbox-3-2 .rrr-card .card-header {
    font-size: 240%;
  }
}
.secbox-3-2 .rrr-card .card-body {
  position: relative;
  padding: 25px 20px;
  text-align: center;
  z-index: 10;
}
.secbox-3-2 .rrr-card .card-body figure {
  color: #854710;
  font-size: 150%;
  margin: 0 0 10px 0;
  font-weight: bold;
}
@media only screen and (min-width: 481px) {
  .secbox-3-2 .rrr-card .card-body figure {
    font-size: 170%;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-3-2 .rrr-card .card-body figure {
    font-size: 170%;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-3-2 .rrr-card .card-body figure {
    font-size: 125%;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-3-2 .rrr-card .card-body figure {
    font-size: 170%;
  }
}
@media only screen and (min-width: 1600px) {
  .secbox-3-2 .rrr-card .card-body figure {
    font-size: 200%;
  }
}
.secbox-3-2 .rrr-card .card-body aside {
  color: #854710;
  font-size: 150%;
  margin-bottom: 25px;
  white-space: nowrap;
}
@media only screen and (min-width: 481px) {
  .secbox-3-2 .rrr-card .card-body aside {
    font-size: 170%;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-3-2 .rrr-card .card-body aside {
    font-size: 125%;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-3-2 .rrr-card .card-body aside {
    font-size: 170%;
  }
}
@media only screen and (min-width: 1600px) {
  .secbox-3-2 .rrr-card .card-body aside {
    font-size: 200%;
  }
}
.secbox-3-2 .rrr-card .card-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  text-align: left;
}
.secbox-3-2 .rrr-card .card-body ul li {
  white-space: nowrap;
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
  color: #333;
  font-size: 120%;
  line-height: 1.2;
}
@media only screen and (min-width: 481px) {
  .secbox-3-2 .rrr-card .card-body ul li {
    line-height: 1.4;
    font-size: 140%;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-3-2 .rrr-card .card-body ul li {
    line-height: 1.2;
    font-size: 110%;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-3-2 .rrr-card .card-body ul li {
    line-height: 1.2;
    font-size: 100%;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-3-2 .rrr-card .card-body ul li {
    line-height: 1.4;
    font-size: 160%;
  }
}
@media only screen and (min-width: 1600px) {
  .secbox-3-2 .rrr-card .card-body ul li {
    font-size: 170%;
  }
}
.secbox-3-2 .rrr-card .card-body ul li::before {
  content: "•";
  color: #ed8a16;
  position: absolute;
  left: 0;
  font-size: 20px;
  line-height: 1;
}
.secbox-3-2 .ggg-card {
  position: relative;
  width: 90%;
  margin: 20px auto 10% auto;
  background-color: #FFF;
  border-radius: 20px;
  border: #dbdfde 3px solid;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  z-index: 10;
}
@media only screen and (min-width: 1024px) {
  .secbox-3-2 .ggg-card {
    width: 75%;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-3-2 .ggg-card {
    width: 95%;
    min-height: 300px;
  }
}
@media only screen and (min-width: 1600px) {
  .secbox-3-2 .ggg-card {
    width: 87%;
    min-height: 300px;
  }
}
.secbox-3-2 .ggg-card:hover {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  /* 讓變化平滑，0.3秒完成 */
  transform: translateY(-5px) scale(1.03);
  /* 向上移動5px並放大 1.03 倍 */
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  /* 增加深色陰影，營造懸浮感 */
  z-index: 10;
  /* 確保懸浮的卡片蓋在其他卡片上方 */
}
.secbox-3-2 .ggg-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  border-radius: 20px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1;
}
.secbox-3-2 .ggg-card::after {
  content: "";
  position: absolute;
  top: -2%;
  right: -10%;
  width: 100%;
  height: 107%;
  background: url(../images/Rounded_g.png) no-repeat;
  background-size: 100%;
  z-index: -10;
}
@media only screen and (min-width: 481px) {
  .secbox-3-2 .ggg-card::after {
    height: 107%;
    top: 22%;
    right: -14%;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-3-2 .ggg-card::after {
    width: 100%;
    height: 100%;
    top: 5%;
    right: -14%;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-3-2 .ggg-card::after {
    width: 100%;
    height: 100%;
    top: 1%;
    right: -14%;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-3-2 .ggg-card::after {
    width: 100%;
    height: 100%;
    top: 14%;
    right: -16%;
  }
}
@media only screen and (min-width: 1600px) {
  .secbox-3-2 .ggg-card::after {
    top: 5%;
    right: -15%;
  }
}
.secbox-3-2 .ggg-card img {
  width: 100%;
}
.secbox-3-2 .ggg-card .card-header {
  position: relative;
  background-color: #43a047;
  color: #fff;
  text-align: center;
  padding: 15px 10px;
  font-size: 170%;
  font-weight: bold;
  letter-spacing: 1px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  z-index: 10;
}
@media only screen and (min-width: 481px) {
  .secbox-3-2 .ggg-card .card-header {
    font-size: 200%;
  }
}
@media only screen and (min-width: 1600px) {
  .secbox-3-2 .ggg-card .card-header {
    font-size: 240%;
  }
}
.secbox-3-2 .ggg-card .card-body {
  position: relative;
  padding: 25px 20px;
  text-align: center;
  z-index: 10;
}
.secbox-3-2 .ggg-card .card-body figure {
  color: #155830;
  font-size: 150%;
  margin: 0 0 10px 0;
  font-weight: bold;
}
@media only screen and (min-width: 481px) {
  .secbox-3-2 .ggg-card .card-body figure {
    font-size: 170%;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-3-2 .ggg-card .card-body figure {
    font-size: 170%;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-3-2 .ggg-card .card-body figure {
    font-size: 125%;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-3-2 .ggg-card .card-body figure {
    font-size: 170%;
  }
}
@media only screen and (min-width: 1600px) {
  .secbox-3-2 .ggg-card .card-body figure {
    font-size: 200%;
  }
}
.secbox-3-2 .ggg-card .card-body aside {
  color: #155830;
  font-size: 150%;
  margin-bottom: 25px;
  white-space: nowrap;
}
@media only screen and (min-width: 481px) {
  .secbox-3-2 .ggg-card .card-body aside {
    font-size: 170%;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-3-2 .ggg-card .card-body aside {
    font-size: 125%;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-3-2 .ggg-card .card-body aside {
    font-size: 170%;
  }
}
@media only screen and (min-width: 1600px) {
  .secbox-3-2 .ggg-card .card-body aside {
    font-size: 200%;
  }
}
.secbox-3-2 .ggg-card .card-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  text-align: left;
}
.secbox-3-2 .ggg-card .card-body ul li {
  white-space: nowrap;
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
  color: #333;
  font-size: 120%;
  line-height: 1.2;
}
@media only screen and (min-width: 481px) {
  .secbox-3-2 .ggg-card .card-body ul li {
    line-height: 1.4;
    font-size: 140%;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-3-2 .ggg-card .card-body ul li {
    line-height: 1.2;
    font-size: 110%;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-3-2 .ggg-card .card-body ul li {
    line-height: 1.2;
    font-size: 100%;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-3-2 .ggg-card .card-body ul li {
    line-height: 1.4;
    font-size: 160%;
  }
}
@media only screen and (min-width: 1600px) {
  .secbox-3-2 .ggg-card .card-body ul li {
    font-size: 170%;
  }
}
.secbox-3-2 .ggg-card .card-body ul li::before {
  content: "•";
  color: #43a047;
  position: absolute;
  left: 0;
  font-size: 20px;
  line-height: 1;
}
.secbox-3-2 .owl-dots {
  margin-top: 1px !important;
}
.secbox-3-2 .btn-org-gogo {
  position: relative;
  display: block;
  margin: 1% auto;
  text-decoration: none;
  width: 85%;
  color: #ffffff;
  padding: 12px 30px;
  font-size: 140%;
  font-weight: bold;
  background-color: #ffa229;
  /* 根據圖片估計的綠色 */
  border-radius: 50px;
  /* 膠囊狀圓角 */
  letter-spacing: 1px;
  box-shadow: 2px 8px 30px #edc578;
  transition: all 0.2s ease;
  cursor: pointer;
  z-index: 5;
}
@media only screen and (min-width: 481px) {
  .secbox-3-2 .btn-org-gogo {
    padding: 28px 45px;
    width: 70%;
    font-size: 170%;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-3-2 .btn-org-gogo {
    padding: 28px 45px;
    width: 65%;
    font-size: 180%;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-3-2 .btn-org-gogo {
    width: 65%;
    font-size: 220%;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-3-2 .btn-org-gogo {
    width: 45%;
    font-size: 280%;
  }
}
@media only screen and (min-width: 1920px) {
  .secbox-3-2 .btn-org-gogo {
    border-radius: 60px;
    width: 40%;
    font-size: 380%;
  }
}
.secbox-3-2 .btn-org-gogo:hover {
  transform: translateY(2px);
  box-shadow: 0px 5px 0px #edc578;
}

.secbox-4 {
  position: relative;
  width: 100%;
  padding-bottom: 0.5%;
  margin: 0 auto;
  overflow: hidden;
  z-index: 0;
  background: url(../images/secbox_5_bg.jpg) no-repeat top center;
  background-size: cover;
}
@media only screen and (min-width: 1100px) {
  .secbox-4 {
    width: 100%;
    padding-bottom: 5%;
    background: url(../images/secbox_5_bg.jpg) no-repeat top center;
    background-size: cover;
  }
}
.secbox-4 .right {
  position: absolute;
  top: -33%;
  right: -7%;
  width: 55%;
  height: 100%;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .secbox-4 .right {
    width: 50%;
    top: 25%;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-4 .right {
    width: 50%;
    top: 25%;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-4 .right {
    width: 60%;
    top: 14%;
    right: -12%;
  }
}
.secbox-4 .right img {
  width: 100%;
}
.secbox-4 .left {
  position: absolute;
  top: -47%;
  left: -7%;
  width: 55%;
  height: 100%;
  z-index: 5;
}
@media only screen and (min-width: 481px) {
  .secbox-4 .left {
    top: 15%;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-4 .left {
    width: 50%;
    top: 15%;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-4 .left {
    width: 60%;
    top: 6%;
    left: -12%;
  }
}
.secbox-4 .left img {
  width: 100%;
}
.secbox-4 .e5-title {
  position: relative;
  width: 90%;
  margin: 0 auto 20px;
}
@media only screen and (min-width: 768px) {
  .secbox-4 .e5-title {
    width: 100%;
    margin: 0 auto;
  }
}
.secbox-4 main {
  position: relative;
  margin: 0 auto;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  .secbox-4 main {
    margin: 0 auto;
    padding-top: 1%;
  }
}
.secbox-4 .gph-box-pc {
  display: none;
}
@media only screen and (min-width: 481px) {
  .secbox-4 .gph-box-pc {
    display: block;
    position: relative;
    margin-top: 45%;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-4 .gph-box-pc {
    margin-top: 50%;
  }
}
.secbox-4 .gph-box-mb {
  display: block;
  position: relative;
  margin-top: 60%;
}
@media only screen and (min-width: 481px) {
  .secbox-4 .gph-box-mb {
    display: none;
  }
}
.secbox-4 .gph {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.secbox-4 .gph-0 {
  z-index: 14;
}
.secbox-4 .gph-1 {
  z-index: 11;
}
.secbox-4 .gph-2 {
  z-index: 12;
}
.secbox-4 .gph-3 {
  z-index: 13;
}

.secbox-5 {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 45px 0;
  margin: 0 auto;
  overflow: hidden;
  z-index: 0;
}
@media only screen and (min-width: 1100px) {
  .secbox-5 {
    padding: 30px 0;
  }
}
.secbox-5::before {
  content: "";
  position: absolute;
  bottom: -30%;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/secbox_6_gph.png) no-repeat;
  background-size: 100%;
  z-index: -2;
}
@media only screen and (min-width: 768px) {
  .secbox-5::before {
    bottom: -60%;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-5::before {
    bottom: -50%;
    width: 100%;
    height: 100%;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-5::before {
    bottom: -32%;
    width: 100%;
    height: 100%;
  }
}
.secbox-5 .e5-title {
  position: relative;
  width: 90%;
  margin: 0 auto 40px;
}
@media only screen and (min-width: 768px) {
  .secbox-5 .e5-title {
    width: 95%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1600px) {
  .secbox-5 .e5-title {
    width: 85%;
  }
}
.secbox-5 main {
  position: relative;
  width: 95%;
  margin: 0 auto 20px;
}
@media only screen and (min-width: 768px) {
  .secbox-5 main {
    width: 100%;
    margin: 0 auto;
  }
}
.secbox-5 .stu-even {
  border: #148987 3px solid !important;
}
.secbox-5 .stu-odd {
  border: #ffa229 3px solid !important;
}
.secbox-5 .item-list-4 {
  margin: 5% auto 10% auto;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .secbox-5 .item-list-4 {
    width: 95%;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-5 .item-list-4 {
    width: 85%;
  }
}
@media only screen and (min-width: 1600px) {
  .secbox-5 .item-list-4 {
    width: 90%;
  }
}
.secbox-5 .item-list-4 .item-box {
  position: relative;
  background-color: #ffffff;
  box-shadow: rgba(149, 157, 165, 0.8) 10px 8px 24px;
  border-radius: 10px;
  padding: 6% 6%;
  z-index: 1;
  min-height: 300px;
}
@media only screen and (min-width: 768px) {
  .secbox-5 .item-list-4 .item-box {
    border-radius: 30px;
    padding: 6% 6%;
  }
}
.secbox-5 .item-list-4 .item-box::after {
  content: "";
  position: absolute;
  top: 7%;
  left: 6%;
  width: 8%;
  height: 8%;
  background: url(../images/quote-left-solid-full.png) no-repeat;
  background-size: 100%;
  z-index: 6;
}
@media only screen and (min-width: 768px) {
  .secbox-5 .item-list-4 .item-box::after {
    top: 10%;
    left: 5%;
    width: 8%;
  }
}
.secbox-5 .item-list-4 .item-box .name-box {
  text-align: center;
  color: #194044;
  font-weight: 800;
  font-size: 190%;
  margin: 0 auto 10% auto;
  letter-spacing: 0.5em;
}
@media only screen and (min-width: 481px) {
  .secbox-5 .item-list-4 .item-box .name-box {
    font-size: 200%;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-5 .item-list-4 .item-box .name-box {
    font-size: 250%;
    margin: 0 auto 12% auto;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-5 .item-list-4 .item-box .name-box {
    font-size: 300%;
  }
}
@media only screen and (min-width: 1600px) {
  .secbox-5 .item-list-4 .item-box .name-box {
    font-size: 400%;
  }
}
.secbox-5 .item-list-4 .item-box .yso-c {
  color: #1f904d !important;
}
.secbox-5 .item-list-4 .item-box .really-c {
  color: #e27906 !important;
}
.secbox-5 .item-list-4 .item-box .jp-c {
  color: #c40000 !important;
}
.secbox-5 .item-list-4 .item-box dd {
  width: 90%;
  margin: 0 auto 5px;
}
@media only screen and (min-width: 768px) {
  .secbox-5 .item-list-4 .item-box dd {
    width: 100%;
  }
}
.secbox-5 .item-list-4 .item-box figure {
  color: #1c1c1c;
  font-size: 110%;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .secbox-5 .item-list-4 .item-box figure {
    font-size: 170%;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-5 .item-list-4 .item-box figure {
    font-size: 145%;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-5 .item-list-4 .item-box figure {
    font-size: 180%;
  }
}
@media only screen and (min-width: 1600px) {
  .secbox-5 .item-list-4 .item-box figure {
    font-size: 210%;
  }
}
@media only screen and (min-width: 1920px) {
  .secbox-5 .item-list-4 .item-box figure {
    font-size: 250%;
  }
}
.secbox-5 .item-list-4 .item-box summary {
  width: 90%;
  border-left: #e0e2e2 5px solid;
  text-align: left;
  padding: 0 1% 3% 5%;
  color: #2c2c2c;
  font-size: 100%;
  line-height: 1.4;
}
@media only screen and (min-width: 481px) {
  .secbox-5 .item-list-4 .item-box summary {
    font-size: 110%;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-5 .item-list-4 .item-box summary {
    font-size: 130%;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-5 .item-list-4 .item-box summary {
    font-size: 160%;
  }
}
@media only screen and (min-width: 1600px) {
  .secbox-5 .item-list-4 .item-box summary {
    line-height: 1.5;
    font-size: 180%;
  }
}
@media only screen and (min-width: 1920px) {
  .secbox-5 .item-list-4 .item-box summary {
    font-size: 190%;
  }
}
.secbox-5 .item-list-4 .pic-obj {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
}
.secbox-5 .item-list-4 .pic-obj img {
  width: 100%;
}
.secbox-5 .item-list-4 .video-obj {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.secbox-5 .item-list-4 .video-obj iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.secbox-5 .owl-prev, .secbox-5 .owl-next {
  position: absolute;
  top: 20%;
}
@media only screen and (min-width: 768px) {
  .secbox-5 .owl-prev, .secbox-5 .owl-next {
    top: 30% !important;
  }
}
@media only screen and (min-width: 1600px) {
  .secbox-5 .owl-prev, .secbox-5 .owl-next {
    top: 20% !important;
  }
}
@media only screen and (min-width: 1600px) {
  .secbox-5 .owl-prev, .secbox-5 .owl-next {
    top: 40% !important;
  }
}
.secbox-5 .owl-prev span, .secbox-5 .owl-next span {
  color: #17a2a0 !important;
  font-size: 300%;
  font-weight: 900;
}
@media only screen and (min-width: 768px) {
  .secbox-5 .owl-prev span, .secbox-5 .owl-next span {
    font-size: 700%;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-5 .owl-prev span, .secbox-5 .owl-next span {
    font-size: 1000%;
  }
}
.secbox-5 .owl-prev {
  left: -9%;
}
@media only screen and (min-width: 481px) {
  .secbox-5 .owl-prev {
    left: -7%;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-5 .owl-prev {
    left: -11%;
  }
}
.secbox-5 .owl-next {
  right: -9%;
}
@media only screen and (min-width: 481px) {
  .secbox-5 .owl-next {
    right: -7%;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-5 .owl-next {
    right: -11%;
  }
}
.secbox-5 .e7-title {
  position: relative;
  width: 90%;
  margin: 2% auto 15% auto;
}
@media only screen and (min-width: 768px) {
  .secbox-5 .e7-title {
    width: 88%;
    margin: 3% auto 18% auto;
  }
}
.secbox-5 .secbox_sendForm_deco {
  position: absolute;
  z-index: -1;
  bottom: -195%;
  left: 1%;
  width: 100%;
}
.secbox-5 .secbox_sendForm_deco img {
  width: 100%;
}
@media only screen and (min-width: 1600px) {
  .secbox-5 .secbox_sendForm_deco {
    bottom: -183%;
  }
}

.secbox-sendForm {
  position: relative;
  width: 100%;
  color: #fff;
  background-color: #83a022;
  padding: 45px 0;
  margin: 0 auto;
  overflow: hidden;
  z-index: 0;
}
@media only screen and (min-width: 1100px) {
  .secbox-sendForm {
    padding: 65px 0;
  }
}
.secbox-sendForm .e-title {
  position: relative;
  width: 99%;
  margin: 0 auto 20px;
}
@media only screen and (min-width: 768px) {
  .secbox-sendForm .e-title {
    width: 80%;
    margin: 0 auto 60px;
  }
}
.secbox-sendForm section {
  margin: 0 auto 40px auto;
}
.secbox-sendForm aside {
  color: #000;
  font-size: 120%;
}
@media only screen and (min-width: 768px) {
  .secbox-sendForm aside {
    font-size: 150%;
  }
}
.secbox-sendForm .red_word, .secbox-sendForm a {
  color: #ff6a00 !important;
}
.secbox-sendForm .send {
  border-radius: 30px;
}
.secbox-sendForm .send a {
  background-color: #ffa229 !important;
  color: #fff !important;
  font-size: 150%;
}
.secbox-sendForm table {
  font-family: "FontAwesome", "Century Gothic", "Arial", "Noto Sans TC", "微軟正黑體";
  color: #000;
  background-color: #fff;
  margin: 15px auto;
}
