@import url('https://fonts.googleapis.com/css2?family=NotssSans+TC:wght@100;300;400;500;700;900&family=Source+Serif+Pro:ital,wght@1,700&display=swap');

/* ============================================================
   special.css （合併基底）
   ============================================================ */

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  line-height: 1.625;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

:root {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

@-ms-viewport {
  width: device-width;
}

body {
  margin: 0;
}

[tabindex="-1"]:focus {
  outline: 0;
}


div,
h1,
h3,
li,
p {
  word-wrap: break-word;
  color: inherit;
}


footer,
header,
main,
menu {
  display: block;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: baseline;
}

iframe {
  border: none;
}

h1,
h3 {
  margin-top: 0;
  margin-bottom: 0;
}


ul {
  margin-top: 0.625em;
  margin-bottom: 1.25em;
}


ul:first-child {
  margin-top: 0;
}


ul:last-child {
  margin-bottom: 0;
}

p {
  margin: 0 0 1.25em;
}

p:first-child {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

a {
  text-decoration: none;
  background-color: transparent;
  color: inherit;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover,
a:focus {
  outline: 0;
  text-decoration: none;
}


strong {
  font-weight: 600;
}

button {
  margin: 0;
  color: inherit;
  font: inherit;
}

button {
  overflow: visible;
}

button {
  text-transform: none;
}

button {
  outline: 0;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  cursor: pointer;
}

button:-moz-focusring {
  outline: 0;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
  appearance: button;
}

:focus {
  outline: 0;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  width: auto;
  min-height: 3rem;
  padding: 0.625rem;
  border-width: 2px;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  background-image: none;
  cursor: pointer;
  font-weight: 700;
  font-size: 1rem;
  text-shadow: none;
  -webkit-transition-property: color, background-color, border-color,
    -webkit-box-shadow;
  transition-property: color, background-color, border-color, -webkit-box-shadow;
  transition-property: color, background-color, border-color, box-shadow;
  transition-property: color, background-color, border-color, box-shadow,
    -webkit-box-shadow;
  border-style: solid;
  vertical-align: top;
  -webkit-transition: 0.14s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.14s cubic-bezier(0.23, 1, 0.32, 1);
}

.btn:hover,
.btn:focus,
.is\:focus.btn {
  z-index: 3;
  text-decoration: none;
}

.btn:active,
.is\:on.btn {
  z-index: 3;
}


.is\:off.btn {
  opacity: 0.38;
}

.btn {
  min-width: 5.625rem;
  min-height: 3rem;
  padding: 0.625rem 1rem;
  border-radius: 2px;
  color: #fff;
  border-color: transparent;
  background: linear-gradient(89.71deg,
      #024da1 7.29%,
      #1b6ecb 35.88%,
      #1b65b9 65.85%,
      #024da1 95.82%);
}

.btn .icon {
  position: relative;
  top: -1px;
  margin-right: 6px;
}

.btn.\:outline:hover,
.btn.\:outline.is\:hover {
  color: #fff;
  background: #024da1;
}

.btn.\:outline.is\:on:hover,
.btn.\:outline.is\:on.is\:hover {
  color: #fff;
}

.btn.\:more:hover,
.btn.\:more.is\:hover {
  background: #e7f3f5;
}

.btn.\:more2:hover,
.btn.\:more2.is\:hover {
  background: linear-gradient(89.71deg,
      rgba(2, 77, 161, 0.8) 7.29%,
      rgba(27, 110, 203, 0.8) 35.88%,
      rgba(27, 110, 203, 0.8) 65.85%,
      rgba(2, 77, 161, 0.8) 95.82%);
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
}

.btn.clr\:white:hover,
.btn.clr\:white.is\:hover {
  border-color: #3a83b5;
}

/* .input:last-child {
  margin-bottom: 0;
} */

.option_input:active+.option_obj:before {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

[type="radio"].option_input:checked+.option_obj:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

[type="checkbox"].option_input:checked+.option_obj:after {
  opacity: 1;
}

.option.\:dark [type="checkbox"].option_input:checked+.option_obj:after {
  border-color: #585959;
}

a.link {
  color: #024da1;
  text-decoration: underline;
}

.panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}


.pagi_item:hover {
  padding: 14px 1px;
  opacity: 1;
}

.info-item.\:headline:hover .info-item_inner,
.info-item.\:headline.is\:hover .info-item_inner {
  border-color: #c3eeff;
}

.info-item:hover .info-item_inner,
.info-item.is\:hover .info-item_inner {
  background: #eaf9ff;
}

.info-item.\:blue.\:headline:hover .info-item_inner:before,
.info-item.\:blue.\:headline.is\:hover .info-item_inner:before,
.info-item.\:pink.\:headline:hover .info-item_inner:before,
.info-item.\:pink.\:headline.is\:hover .info-item_inner:before {
  display: none;
}

.info-item.\:pink.\:headline:hover .info-item_inner,
.info-item.\:pink.\:headline.is\:hover .info-item_inner {
  border-color: #f29281;
}

.info-item.\:pink:hover .info-item_inner,
.info-item.\:pink.is\:hover .info-item_inner {
  border-color: #f29281;
}

.info-item.\:pink:hover .info-item_inner:before,
.info-item.\:pink.is\:hover .info-item_inner:before {
  border-color: #f29281;
}

.info-item.\:blue.\:headline:hover .info-item_inner,
.info-item.\:blue.\:headline.is\:hover .info-item_inner {
  border-color: #79d4f6;
}

.info-item.\:blue:hover .info-item_inner,
.info-item.\:blue.is\:hover .info-item_inner {
  border-color: #79d4f6;
}

.info-item.\:blue:hover .info-item_inner:before,
.info-item.\:blue.is\:hover .info-item_inner:before {
  border-color: #79d4f6;
}

.meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.btn {
  line-height: 1.5;
  border-width: 1px;
  border-style: solid;
  vertical-align: top;
  font-size: inherit;
  -webkit-transition: 0.14s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.14s cubic-bezier(0.23, 1, 0.32, 1);
}


.is\:off {
  cursor: default;
  pointer-events: none;
}

html {
  font-weight: 500;
  font-family: "Noto Sans TC", "Roboto", system-ui, -apple-system,
    BlinkMacSystemFont, "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans",
    "Droid Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
    "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body {
  min-height: 100vh;
  color: #585959;
}

h1 {
  font-size: 2.5625rem;
  font-weight: 700;
}

.inner {
  width: 100%;
  max-width: 1920px;
  margin: auto;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  width: 100%;
  height: 80px;
  padding: 14px 24px 3px;
  background: #fff;
  -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.15);
}

.header:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 3px;
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#0661c7),
      color-stop(28%, #0381d7),
      color-stop(55%, #00aeef),
      to(#44cbfe));
  background: linear-gradient(to right,
      #0661c7 0%,
      #0381d7 28%,
      #00aeef 55%,
      #44cbfe 100%);
}

.header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1320px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header_content {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  padding-top: 54px;
}

.header_switch {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 36px;
  flex: 1 0 36px;
  max-width: 36px;
  position: relative;
  width: 36px;
  height: 36px;
  border: 0;
  padding: 0;
  background: transparent;
}

.header_switch_line {
  display: block;
  position: absolute;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background: #024da1;
  -webkit-transition: 0.24s ease;
  transition: 0.24s ease;
}

.header_switch_line:nth-child(1) {
  top: 6px;
}

.header_switch_line:nth-child(2) {
  top: 16px;
}

.header_switch_line:nth-child(3) {
  top: 26px;
}

.header_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header_menu_item {
  position: relative;
  padding: 0 8px;
}

.header_menu_item:last-child {
  padding-right: 4px;
}

.header_menu_item:hover .header_menu_name:after {
  top: 13px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.header_menu_item:hover .header_submenu {
  top: 37px;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: 0.48s ease;
  transition: 0.48s ease;
}

.header_menu_name {
  display: block;
  position: relative;
  padding: 4px 6px;
  border: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #024da1;
  background: transparent;
}

.header_func {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  padding: 6px 8px;
  border-radius: 0 0 2px 2px;
  font-size: 0.8125rem;
  color: #fff;
  background: #024da1;
  /* width: 160px; */
  /* height: 45px; */
}

.header_func_item {
  padding: 0 3px;
}

.header_func_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header_func_icon {
  width: 24px;
  margin: 0 5px;
}

.header_submenu {
  position: absolute;
  top: 30px;
  left: 50%;
  z-index: 2;
  min-width: 100%;
  max-width: inherit;
  padding-top: 6px;
  border-radius: 2px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
}

.header_submenu:before {
  content: "";
  position: absolute;
  top: -1px;
  left: calc(50% - 10px);
  z-index: 1;
  width: 20px;
  height: 10.5px;
  background: url("img/triggle.svg") no-repeat center top;
  background-size: contain;
}

.header_submenu_body {
  padding: 12px 0;
  text-align: center;
  color: #fff;
  background: #024da1;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.15);
}

.header_submenu_link {
  display: block;
  padding: 0 12px;
  margin-bottom: 8px;
  -webkit-transition: 0.24s ease;
  transition: 0.24s ease;
  -webkit-transition-property: color, background;
  transition-property: color, background;
}

.header_submenu_link:last-child {
  margin-bottom: 0;
}

.header_submenu_link:hover {
  color: #024da1;
  background: #fff;
}

.header_submenu_txt {
  display: block;
  line-height: 1.5;
  padding: 7px 0;
  white-space: nowrap;
  width: 100%;
  overflow: inherit;
}

.header.is\:on {
  background: #024da1;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header.is\:on:after {
  display: none;
}

.header.is\:on .brand {
  visibility: hidden;
}

.header.is\:on .header_switch_line {
  background: #fff;
}

.header.is\:on .header_switch_line:nth-child(2) {
  display: none;
}

.header.is\:on .header_switch_line:nth-child(1) {
  top: 16px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header.is\:on .header_switch_line:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (min-width: 1080px) {
  .header {
    position: relative;
    width: 100%;
    height: 108px;
    padding: 0 10px 20px;
  }

  .header .inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .header_switch {
    display: none;
  }

  .header_content {
    display: block;
  }

  .header .brand {
    padding-top: 10px;
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (min-width: 1440px) {
  .header {
    padding: 0 20px 20px;
  }

  .header .brand {
    padding-right: 21px;
    padding-left: 0;
  }
}

span.header_menu_name {
  cursor: pointer;
}

.logo {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 113px;
  max-width: 130px;
  height: 49px;
}

@media screen and (min-width: 1080px) {
  .logo {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 154px;
    flex: 1 0 154px;
    max-width: 180px;
    height: 75px;
  }
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100vw;
  height: 100vh;
  padding: 80px 10px 40px;
  color: #fff;
  background: #024da1;
  opacity: 0;
  pointer-events: none;
}

.mobile-menu.is\:on {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: 0.48s ease;
  transition: 0.48s ease;
}

.mobile-menu_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mobile-menu_name {
  display: inline-block;
  position: relative;
  padding: 8px;
  margin-bottom: 10px;
  border: 0;
  font-size: 1.125rem;
  font-weight: 500;
  background: transparent;
}

.mobile-menu_inner {
  width: 100%;
  height: calc(100vh - 80px);
  padding: 0 20px;
  overflow-x: hidden;
  overflow-y: auto;
}

.mobile-menu .social {
  margin-top: 20px;
}

.mobile-menu .social_item {
  margin-right: 25px;
  background: transparent;
}

@media (min-width: 1024px) {
  .mobile-menu {
    display: none;
  }
}

button.mobile-menu_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 36px;
}

button.mobile-menu_name:after {
  content: "";
  position: absolute;
  top: 18px;
  right: 0;
  width: 16px;
  height: 10px;
  margin-left: 20px;
  background: url("img/arrow-up.svg") no-repeat center;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

button.mobile-menu_name.is\:on:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

button.mobile-menu_name.is\:on+.mobile-submenu {
  max-height: 999px;
  pointer-events: auto;
}

.mobile-submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-height: 0;
  overflow: hidden;
  padding-left: 36px;
  font-size: 1rem;
  pointer-events: none;
}

.mobile-submenu_item {
  margin-bottom: 30px;
}

.body {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1920px;
  min-height: calc(100vh - 425px);
  padding-top: 80px;
  margin: auto;
}

@media screen and (min-width: 1080px) {
  .body {
    padding-top: 0;
  }
}

.footer {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1920px;
  margin: 30px auto 0;
}

.footer .inner {
  padding: 36px 24px;
  background: #e7f3f5;
}

.footer_branch {
  margin-bottom: 55px;
  text-align: center;
}

.footer_branch strong {
  display: block;
  margin-bottom: 1rem;
  /* font-size: 1.5rem; */
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.07em;
  color: #024da1;
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#024da1),
      color-stop(50%, #0c6bad),
      color-stop(90%, #024da1));
  background: linear-gradient(to right, #024da1 0%, #0c6bad 50%, #024da1 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer_logo {
  text-align: center;
}

.footer_logo img {
  margin: auto auto 4px;
}

.footer_copy {
  line-height: 1.5;
  color: #4f4f4f;
  opacity: 0.6;
  text-align: center;
  font-size: 0.5rem;
}

.footer_txt {
  line-height: 1.4;
  font-size: 0.875rem;
  color: #4f4f4f;
  text-align: center;
}

.footer_information {
  margin-bottom: 30px;
}

.footer_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 45px;
}

.footer_social_item {
  width: 50px;
  height: 50px;
  margin: 0 10px;
}

.footer_phone {
  line-height: 1.42857;
  margin-bottom: 6px;
  font-size: 1.3125rem;
  color: #024da1;
  text-align: center;
}

.footer_phone span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #333;
}

.footer_phone span:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 4px;
  background: url("img/icon-call.svg") no-repeat center;
  background-size: cover;
}

.footer_ribbon {
  height: 55px;
  background: url("img/footer-ribbon.svg") repeat-x left bottom;
}

.footer_mascot {
  position: absolute;
  top: -116px;
  left: 14px;
  width: 90px;
  background: url("img/mascot.png") no-repeat center;
  background-size: cover;
}

.footer_mascot:before {
  content: "";
  display: block;
  padding-top: 188.88889%;
}

@media (min-width: 1024px) {
  .footer:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    max-width: 1920px;
    height: 194px;
    background: #e7f3f5;
  }

  .footer .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 3;
    max-width: 1006px;
    padding-top: 20px;
    background: #e7f3f5;
  }

  .footer_ribbon {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1920px;
    height: 224px;
    margin: auto auto -70px;
    background: url("img/footer-ribbon-lg.svg") repeat-x left top;
  }

  .footer_brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 354px;
    flex: 1 0 354px;
    max-width: 354px;
    margin-top: 5px;
  }

  .footer_logo {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 208px;
    flex: 1 0 208px;
    max-width: 208px;
  }

  .footer_logo img {
    margin: 0 0 4px;
  }

  .footer_copy {
    text-align: left;
  }

  .footer_social {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 116px;
    flex: 1 0 116px;
    max-width: 116px;
    position: relative;
    top: 2px;
  }

  .footer_social_item {
    width: 30px;
    height: 30px;
    margin: 0 6px;
  }

  .footer_social_item:first-child {
    margin-left: 0;
  }

  .footer_social_item:last-child {
    margin-right: 0;
  }

  .footer_information {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 546px;
    flex: 1 0 546px;
    max-width: 546px;
  }

  .footer_branch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
  }

  .footer_branch strong {
    margin-bottom: 0;
    font-size: 2.125rem;
    font-family: "arial black", "avant garde";
    letter-spacing: -1px;
  }

  .footer_phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 18px;
  }

  .footer_phone span {
    margin-left: 10px;
  }

  .footer_txt {
    text-align: left;
  }

  .footer_mascot {
    top: -147px;
    left: 72px;
    width: 161px;
  }
}

@media (min-width: 1440px) {
  .footer .inner {
    max-width: 1920px;
    padding: 0px 302px 85px 132px;
  }
}

.special {
  position: relative;
}

.special p {
  font-weight: 500;
}

.sp\:cow {
  margin-bottom: -180px;
  background: url("/img/sp-cow/mobile/bg.png") repeat-y center top;
  background-size: 100%;
}

.sp\:cow .footer {
  margin-top: -75px;
}

/* .sp-txt-sm:before {
    content: '*註：';
    position: absolute;
    left: 0
} */

.sp\:cow .swiper-slide {
  max-width: 308px;
}

@media (min-width: 768px) {
  .sp\:cow .body {
    background: url("/img/sp-cow/desktop/bg.png") repeat-y center top;
    background-size: 100%;
  }
}

.swiper-wrapper {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

/*  */

/*  */

/* .product_language ul li:nth-child(odd){
  border-bottom: 1px solid #FFF;

} */

.my_row .product_language ul li a:hover {

  color: #fff;


}

.my_row .product_language:hover ul {
  display: block;
}

/* 整個手機號碼欄位 */

/* 手機開頭碼 09 */

/* 手機號碼欄位輸入往後移 */

[include*="form-input-select()"]::before,
[include*="form-input-select()"]::after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  z-index: 2;
}

/* [include*="form-input-select()"] select:focus {
  background-color: transparent;
  outline: none;
} */
/* [include*="form-input-select()"] option {
  font-weight: normal;
} */
/* [include*="form-input-select()"] x:-o-prefocus, [include*="form-input-select()"]::after {
  display: none;
} */
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {

  .sample-style [include*="form-input-select()"] select:focus::-ms-value {
    background: transparent;
    color: #000;
  }
}

/* [include*="form-input-select()"]::before, [include*="form-input-select()"]::after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  border: 1px solid transparent;
  width: 0;
  height: 0;
  right: 16px;
}
[include*="form-input-select()"]::before {
  bottom: 55%;
  border-width: 0 6.5px 8px 6.5px;
  border-bottom-color: #d6d6d6;
}
[include*="form-input-select()"]::after {
  border-width: 8px 6.5px 0 6.5px;
  border-top-color: #d6d6d6;
  top: 55%;
} */
@-moz-document url-prefix() {

  .sample-style [include*="form-input-select()"]:hover {
    /* border-right: 3px solid #005ba6; */
  }
}

/* [include*="form-input-select()"]:hover select {
  box-shadow: 0 2px 3px rgba(0, 91, 166, 0.1) inset;
  border-color: #005ba6;
}
[include*="form-input-select()"]:hover select:focus {
  outline-color: transparent;
}
[include*="form-input-select()"]:hover::before {
  border-bottom-color: #005ba6;
}
[include*="form-input-select()"]:hover::after {
  border-top-color: #005ba6;
} */

/* [include*="form-input-select()"] select:focus {
  box-shadow: 0 3px 4px rgba(0, 91, 166, 0.3) inset;
  outline: 3px solid #005ba6;
  outline-offset: -3px;
} */

.sample-style [include*="form-input-select()"] select:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
/* ============================================================
   avo_pro1.css （元件樣式，覆蓋於基底之上）
   ============================================================ */

.avo_pro {
    font-family: "Microsoft JhengHei", 微軟正黑體, Arial, sans-serif;
    width: 100%;
    background-image: url(../img/avo_pro/bg.webp);
    background-repeat: no-repeat;
    background-position: center bottom;
}

.avo_pro_kv {
    width: 100%;
}

.avo_pro_kv img {
    width: 100%;
}

.avo_1 {
    margin: -5rem auto 0px;
    position: relative;
}

.avo_1 img {
    width: 100%;
}

.avo_1_bnt {
    position: absolute;
    width: 15rem;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
}

.avo_2 {
    width: 100%;
    background-image: url(../img/avo_pro/avo2_bg.webp);
    background-repeat: no-repeat;
    background-position: left top;
    padding: 50px 0;
    background-size: 35vw;
}

.avo_2_title_img {
    width: 100%;
}

.avo_2_title_img img {
    width: 100%;
}

.avo_2_list {
    max-width: 1170px;
    font-size: 0;
    margin-left: 30vw;
    position: relative;
}

.avo_2_list_item {
    width: 50%;
    display: inline-block;
    font-size: 16px;
    padding: 15px;
    vertical-align: text-top;

}

.avo_2_item_color1 {
    background-color: rgba(242, 191, 120, .2);
    padding: 15px;
    border-radius: 53px;
    border: 3px solid #fff;
    box-shadow: inset 0px 0px 4px 4px rgba(0, 0, 0, 0.1);
    height: 22rem;
}

.avo_2_item_color2 {
    background-color: rgba(132, 188, 64, .4);
    padding: 15px;
    border-radius: 53px;
    border: 3px solid #fff;
    box-shadow: inset 0px 0px 4px 4px rgba(0, 0, 0, 0.1);
    height: 22rem;
}

.avo_2_item_block h3 {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #547435;
    line-height: 1;
    margin: 70px 0 15px;
}

.avo_2_item_block p {
    text-align: center;
    font-size: 23px;
    color: #000;
    line-height: 1.5;
}

.avo_2_list_img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 20vw;
}

.avo_2_img {
    position: relative;
}

.avo_2_bnt {
    position: absolute;
    width: 15rem;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}

/*  */
.avo_3_title_img {
    width: 100%;
}

.avo_3_title_img img {
    width: 100%;
}

.avo_3 {
    width: 100%;
    background-image: url(../img/avo_pro/avo3_bg.webp);
    background-repeat: no-repeat;
    background-position: right top;
    padding: 50px 0 0px;
    background-size: 35vw;
}

.avo_3_list {
    max-width: 1170px;
    font-size: 0;
    margin-left: 9vw;
    position: relative;
}

.avo_3_list_item {
    width: 50%;
    display: inline-block;
    font-size: 16px;
    padding: 15px;
    vertical-align: text-top;

}

.avo_3_item_color1 {
    background-color: rgba(242, 191, 120, .2);
    padding: 15px;
    border-radius: 53px;
    border: 3px solid #fff;
    box-shadow: inset 0px 0px 4px 4px rgba(0, 0, 0, 0.1);
    height: 22rem;
}

.avo_3_item_color2 {
    background-color: rgba(132, 188, 64, .4);
    padding: 15px;
    border-radius: 53px;
    border: 3px solid #fff;
    box-shadow: inset 0px 0px 4px 4px rgba(0, 0, 0, 0.1);
    height: 22rem;
}

.avo_3_item_block h3 {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #547435;
    line-height: 1;
    margin: 70px 0 15px;
}

.avo_3_item_block p {
    text-align: center;
    font-size: 23px;
    color: #000;
    line-height: 1.5;
}

.avo_3_list_img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 15vw;
}

.avo_3_list_img img {
    width: 100%;

}

.avo_3_bottom {
    margin-left: 9vw;
    position: relative;
    font-size: 0;
    max-width: 1170px;
    text-align: center;
    padding: 0 0 1rem;
}

.avo_3_bottom_item {
    margin: 0 1rem;
    vertical-align: text-top;
    display: inline-block;
    width: 40%;
    font-size: 16px;
    padding: 100px 15px;
    /* Permalink - use to edit and share this gradient. 固定鏈接 - 用於編輯和分享此漸變： https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+16,ffffff+82,ffffff+100&0+0,1+16,1+82,0+100 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 16%, rgba(255, 255, 255, 1) 82%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

.avo_3_bottom_item_img {
    width: 100%;
    margin: 0 0 30px;
}

.avo_3_bottom_item_img img {
    width: 100%;
}

.avo_3_bottom_item p {
    font-size: 18px;
    font-weight: normal!important;
    
}
.avo_3_bottom_item p strong {
    font-weight: bolder;
}
.avo3_bottom_img {
    width: 100%;
    margin: -50px 0 0;
}

.avo3_bottom_img img {
    width: 100%;
}

/*  */
.avo_4_list {
    width: 80%;
    display: flex;
    text-align: center;
    margin: 0 auto;
    padding: 65px 0 0;
}

.avo_4_list_item {

    padding: 15px;

}

.avo_4_item {
    overflow: hidden;
    -webkit-border-top-left-radius: 25px;
    -webkit-border-bottom-right-radius: 25px;
    -moz-border-radius-topleft: 25px;
    -moz-border-radius-bottomright: 25px;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.avo_4_item_title {
    font-size: 32px;
    text-align: center;
    font-weight: bold;
    padding: 15px 0;
    color: #fff;
    line-height: 1.3;
}

.avo_4_item_c1 {
    background-color: #b598c5;

}

.avo_4_item_c2 {
    background-color: #a9cd6d;
}

.avo_4_item_c3 {
    background-color: #66c6cd;
}

.avo_4_item_c4 {
    background-color: #eb718e;
}

.avo_4_item_img {
    width: 100%;
    overflow: hidden;
    -webkit-border-top-left-radius: 25px;
    -webkit-border-bottom-right-radius: 25px;
    -moz-border-radius-topleft: 25px;
    -moz-border-radius-bottomright: 25px;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.avo_4_item_img img {
    width: 100%;
    display: block;
}

/*  */
.avo_5 {
    padding: 25px 0 0;

}

.avo_5_top_list {
    max-width: 1600px;
    display: flex;
    margin: 0 auto;
    padding: 25px 0 0;
}

.avo_5_top_item {
    flex: 1;
}

.avo_5_bottom_list {
    max-width: 1580px;
    display: flex;
    margin: 0 auto;
    padding: 25px 0 0;
    position: relative;
}

.avo_5_bottom_item {
    flex: 1;
    padding: 15px;
}

.avo_5_bottom_1 {
    width: 100%;
    margin: 0 0 30px;

}

.avo_5_bottom_1 img {
    width: 100%;

}

.avo_5_bottom_2 {
    width: 100%;
    background-color: rgba(132, 188, 64, .2);
    border-radius: 33.5684px;
    padding: 40px 40px;
}

.avo_5_bottom_3 {
    width: 100%;
    padding: 60px 0 0;
}

.avo_5_bottom_3 img {
    width: 100%;

}

.avo_5_bottom_2 h3 {
    color: #547435;
    font-size: 31px;
}

.avo_5_bottom_2 ul {
    padding: 0 0 0 20px;
    margin: 0;
    width: 60%;
}

.avo_5_bottom_2 ul li {
    font-size: 18px;
}

.avo_5_bottom_img {
    position: absolute;
    width: 23vw;
    left: 27vw;
    bottom: -2rem;
}

.avo_5_bottom_img img {
    width: 100%;
}

.avo_footer {
    width: 100%;
    padding: 80px 0 0px;
}

.avo_footer img {
    width: 100%;
}

/*  */

/*  */
.avo_dk {
    display: block;
}

.avo_mo {
    display: none;
}

/*  */
@media (max-width: 1440px) {
    .avo_2_list {
        max-width: 900px;
        font-size: 0;
        margin-left: 28vw;
        position: relative;
    }

    .avo_2 {
        width: 100%;
        background-image: url(../img/avo_pro/avo2_bg.webp);
        background-repeat: no-repeat;
        background-position: left 8rem;
        padding: 50px 0;
        background-size: 35vw;
    }

    .avo_2_item_block h3 {
        text-align: center;
        font-size: 32px;
        font-weight: bold;
        color: #547435;
        line-height: 1;
        margin: 70px 0 15px;
    }

    .avo_2_item_block p {
        text-align: center;
        font-size: 23px;
        color: #000;
        line-height: 1.5;
    }

    .avo_2_item_color2 {
        background-color: rgba(132, 188, 64, .4);
        padding: 15px;
        border-radius: 53px;
        border: 3px solid #fff;
        box-shadow: inset 0px 0px 4px 4px rgba(0, 0, 0, 0.1);
        height: 22.5rem;
    }

    .avo_2_item_color1 {
        background-color: rgba(242, 191, 120, .2);
        padding: 15px;
        border-radius: 53px;
        border: 3px solid #fff;
        box-shadow: inset 0px 0px 4px 4px rgba(0, 0, 0, 0.1);
        height: 22.5rem;
    }

    .avo_3_list {
        max-width: 900px;
        font-size: 0;
        margin-left: 9vw;
        position: relative;
    }

    .avo_3_item_block h3 {
        text-align: center;
        font-size: 2.3rem;
        font-weight: bold;
        color: #547435;
        line-height: 1;
        margin: 70px 0 15px;
    }

    .avo_3_item_block p {
        text-align: center;
        font-size: 1.5rem;
        color: #000;
        line-height: 1.5;
    }

    .avo_3_item_color1 {
        background-color: rgba(242, 191, 120, .2);
        padding: 15px;
        border-radius: 53px;
        border: 3px solid #fff;
        box-shadow: inset 0px 0px 4px 4px rgba(0, 0, 0, 0.1);
        height: 22.5rem;
    }

    .avo_3_item_color2 {
        background-color: rgba(132, 188, 64, .4);
        padding: 15px;
        border-radius: 53px;
        border: 3px solid #fff;
        box-shadow: inset 0px 0px 4px 4px rgba(0, 0, 0, 0.1);
        height: 22.5rem;
    }

    .avo_3 {
        width: 100%;
        background-image: url(../img/avo_pro/avo3_bg.webp);
        background-repeat: no-repeat;
        background-position: right 8rem;
        background-size: 35vw;
        padding: 50px 0 0px;
    }

    .avo_3_bottom {
        margin-left: 1vw;
        position: relative;
        font-size: 0;
        max-width: 1170px;
        text-align: center;
        padding: 0 0 1rem;
    }

    .avo_4_item_title {
        font-size: 25px;
        text-align: center;
        font-weight: bold;
        padding: 15px 0;
        color: #fff;
        line-height: 1.3;
    }

    .avo_5_bottom_img {
        position: absolute;
        width: 23vw;
        left: 34vw;
        bottom: -2rem;
    }
}

/*  */
@media (max-width: 768px) {

    .avo_dk {
        display: none;
    }

    .avo_mo {
        display: block;
    }

    .avo_pro {

        width: 100%;
        background-image: url(../img/avo_pro/m/bg.webp);
        background-repeat: no-repeat;
        background-position: center bottom;
        padding: 80px 0 0;

    }

    .avo_1 {
        margin: 0 auto 0px;
        padding: 30px 0;
    }

    .avo_1_text {
        width: 100%;
        background-image: url(../img/avo_pro/m/avo1_img1bg.webp);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        font-size: 16px;
        color: #fff;
        padding: 60px 15px 60px 15px;
        margin: -2.5rem 0 0;
        font-weight:normal !important ;
    }

    .avo_1_text p strong {
        font-weight: bold;
    }

    .avo_2 {
        width: 100%;
        background-image: url(../img/avo_pro/m/avo2_bg.webp);
        background-repeat: no-repeat;
        background-position: 0px 10rem;
        padding: 30px 0;
        background-size: 62vw;
    }

    .avo_2_list_item {
        width: 100%;
        display: inline-block;
        font-size: 16px;
        padding: 15px 15px 0;
        vertical-align: text-top;
    }

    .avo_2_item_block h3 {
        text-align: center;
        font-size: 19px;
        font-weight: bold;
        color: #547435;
        line-height: 1;
        margin: 0px 0 15px;
    }

    .avo_2_item_block p {
        text-align: center;
        font-size: 16px;
        color: #000;
        line-height: 1.5;
    }

    .avo_2_item_color1 {
        background-color: rgba(242, 191, 120, .2);
        padding: 15px;
        border-radius: 20px;
        border: 3px solid #fff;
        box-shadow: inset 0px 0px 4px 4px rgba(0, 0, 0, 0.1);
        height: auto;
    }

    .avo_2_item_color2 {
        background-color: rgba(132, 188, 64, .4);
        padding: 15px;
        border-radius: 20px;
        border: 3px solid #fff;
        box-shadow: inset 0px 0px 4px 4px rgba(0, 0, 0, 0.1);
        height: auto;
    }

    .avo_2_list_img {
        position: relative;
        left: inherit;
        top: inherit;
        transform: inherit;
        width: 100%;
        margin: -1rem 0 0;
    }

    .avo_2_b_img1 {
        width: 100%;
    }

    .avo_2_b_img1 img {
        width: 100%;
    }

    .avo_2_text {
        width: 100%;
        background-image: url(../img/avo_pro/m/avo2_img1bg.webp);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        font-size: 16px;
        color: #fff;
        padding: 60px 15px 60px 15px;
        margin: -3.5rem 0 0;
        text-align: right;
        font-weight:normal !important ;
    }

    .avo_2_text p strong {
        font-weight: bold;
    }

    .avo_3 {
        width: 100%;
        background-image: url(../img/avo_pro/m/avo3_bg.webp);
        background-repeat: no-repeat;
       background-position: 115% 57%;
        padding: 50px 0 25px;
        background-size: 60vw;
    }

    .avo_3_list {
        max-width: 1170px;
        font-size: 0;
        margin-left: 0;
        position: relative;
    }

    .avo_3_list_item {
        width: 72%;
        display: block;
        font-size: 16px;
        padding: 15px 15px 0;
        vertical-align: text-top;
    }

    .avo_3_item_color1 {
        background-color: rgba(242, 191, 120, .2);
        padding: 15px;
        border-radius: 20px;
        border: 3px solid #fff;
        box-shadow: inset 0px 0px 4px 4px rgba(0, 0, 0, 0.1);
        height: auto;
    }

    .avo_3_item_block h3 {
        text-align: center;
        font-size: 19px;
        font-weight: bold;
        color: #547435;
        line-height: 1;
        margin: 0px 0 15px;
    }

    .avo_3_item_block p {
        text-align: center;
        font-size: 16px;
        color: #000;
        line-height: 1.5;
    }

    .avo_3_item_color2 {
        background-color: rgba(132, 188, 64, .4);
        padding: 15px;
        border-radius: 20px;
        border: 3px solid #fff;
        box-shadow: inset 0px 0px 4px 4px rgba(0, 0, 0, 0.1);
        height: max-content;
    }

    .avo_3_list_img {
        position: inherit;
        left: inherit;
        top: inherit;
        transform: inherit;
        width: 100%;
        margin: -1.3rem 0 0;
    }

    .avo_4_list {
        width: 100%;
        display: flex;
        text-align: center;
        margin: 0 auto;
        padding: 25px 0 0;
        flex-wrap: wrap;
    }

    .avo_4_list_item {
        padding: 15px;
        flex: 0 0 50%;
    }

    .avo_4_item_title {
        font-size: 12px;
        text-align: center;
        font-weight: bold;
        padding: 15px 0;
        color: #fff;
        line-height: 1.3;
    }

    .avo_5_b_img {
        width: 100%;
    }

    .avo_footer {
        width: 100%;
        padding: 0px 0 70px;
        background-image: url(../img/avo_pro/m/footer.webp);
        background-repeat: no-repeat;
        background-position: center 90%;
        background-size: contain;
        margin: -2.5rem 0 0;
    }

    .avo_1_img_2 {
        position: relative;
    }

    .avo_1_bnt {
        position: absolute;
        width: 8rem;
        bottom: 0px;
        left: 50%;
        transform: translateX(-50%);
    }

    .avo_2_img_2 {
        position: relative;
    }

    .avo_2_bnt {
        position: absolute;
        width: 8rem;
        bottom: 0px;
        left: 50%;
        transform: translateX(-50%);
    }
}