@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;600&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

html,
body {
  font-size: 10px;
  font-family: "Inter", "Noto Sans TC", sans-serif;
}

/****************\
* IMG
\****************/
/**************\
* Nav
\**************/
.menu-bar {
  position: fixed;
  height: 76px;
  width: 100%;
  background-color: #fff;
  border-bottom: #d72a17 6px solid;
  z-index: 999;
  top: 0;
}
.menu-bar .logo {
  position: absolute;
  top: 18px;
  left: 23px;
}
@media only screen and (max-width: 736px) {
  .menu-bar .logo {
    left: calc(50% - 76px);
  }
}
.menu-bar .logo img {
  width: 152px;
  height: 45px;
}
.menu-bar .href-link {
  display: block;
  position: absolute;
  right: 5px;
  top: 37px;
}
@media only screen and (max-width: 736px) {
  .menu-bar .href-link {
    display: none;
  }
}
.menu-bar .href-link ul li {
  display: inline-block;
}
.menu-bar .href-link ul li:first-child {
  margin-right: -3px;
  border-right: #979797 1px solid;
}
.menu-bar .href-link ul li:nth-child(2) a {
  padding-left: 52px;
}
.menu-bar .href-link ul li a {
  position: relative;
  display: block;
  color: #888888;
  text-decoration: none;
  padding: 0px 30px 0px 36px;
}
.menu-bar .href-link ul li .icon {
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  background-size: 100%;
  left: 10px;
  top: 0px;
}
.menu-bar .href-link ul li .icon-location {
  left: 28px;
}
.menu-bar .href-link ul li .txt-href {
  display: block;
  font-size: 14px;
}
.menu-bar .href-link .icon-service {
  background-image: url(../images/default/icon-notice.png);
}
.menu-bar .href-link .icon-location {
  background-image: url(../images/default/icon-location.png);
}

/**************\
* Footer
\**************/
footer {
  width: 100%;
  background-color: #254a91;
}
footer p {
  letter-spacing: 0.1em;
  padding: 20px 20px;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (max-width: 414px) {
  footer p span {
    display: block;
  }
}
footer a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  margin-left: 21px;
}

.wrapper {
  overflow: hidden;
}

.notice-area {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 35px 15px 5px 15px;
  background-color: #e6e6e6;
  text-align: justify;
}
.notice-area .mobile {
  display: none;
}
@media only screen and (max-width: 500px) {
  .notice-area .mobile {
    display: block;
  }
}
.notice-area .desktop {
  display: block;
}
@media only screen and (max-width: 500px) {
  .notice-area .desktop {
    display: none;
  }
}
.notice-area .notice-container {
  position: relative;
  font-size: 16px;
  color: #333333;
  max-width: 999px;
  margin: 0 auto;
}
@media only screen and (max-width: 500px) {
  .notice-area .notice-container {
    font-size: 16px;
  }
}
.notice-area .notice-container ul {
  list-style: decimal;
  font-family: "Noto Sans TC", sans-serif;
}
.notice-area .notice-container ul.notice-list-1 {
  padding-bottom: 0;
}
.notice-area .notice-container ul li {
  line-height: 1.7;
  margin-left: 25px;
  padding-left: 10px;
}
@media only screen and (max-width: 500px) {
  .notice-area .notice-container ul li {
    line-height: 1.7;
  }
}
.notice-area .notice-container ul li.last-li {
  margin-bottom: 0;
}
.notice-area .notice-container ul li .txt-red, .notice-area .notice-container ul li.txt-red {
  color: #c1272d;
  font-weight: bold;
}
.notice-area .notice-container ul li .under-line {
  text-decoration: underline;
}
.notice-area .notice-container ul li .txt-bold {
  font-weight: bold;
}
.notice-area .notice-container ul li .txt-big {
  font-size: 18px;
}
.notice-area .notice-container ul li a:hover {
  text-decoration: underline;
}
.notice-area .notice-container .notice-table {
  margin-top: 12px;
  margin-bottom: 12px;
}
@media only screen and (max-width: 500px) {
  .notice-area .notice-container .notice-table {
    margin-left: -12%;
    width: 115%;
  }
}
.notice-area .notice-container .other-notice {
  line-height: 27px;
  font-size: 16px;
  margin-top: 10px;
  color: #c1272d;
}
.notice-area .notice-container .other-notice.last-notice {
  padding-bottom: 20px;
}
.notice-area .notice-container .other-notice li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.notice-area .notice-container .other-notice li::before {
  content: "※";
  display: block;
  font-size: 18px;
  margin-right: 2px;
}
@media only screen and (max-width: 500px) {
  .notice-area .notice-container .other-notice {
    font-size: 16px;
    line-height: 25px;
  }
}
.notice-area .notice-container .other-notice .txt-red {
  color: #c1272d;
}
.notice-area .notice-container .other-notice .txt-big {
  font-size: 17px;
}
.notice-area .notice-container .notice-title {
  width: 65px;
  position: relative;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  cursor: pointer;
  color: #333333;
  padding: 11px 33px 30px 13px;
  margin: 0 auto;
  z-index: 2;
}
.notice-area .notice-container .notice-title.notice-title-gray {
  background-color: #e6e6e6;
}
.notice-area .notice-container .txt-underline {
  text-decoration: underline;
}
.notice-area .notice-container .icon-arrow-down,
.notice-area .notice-container .icon-arrow-up {
  position: absolute;
  top: 14px;
  right: 15px;
  width: 15px;
  height: 15px;
  background-image: url(../images/default/icon_triangle.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.notice-area .notice-container .icon-arrow-up {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.notice-area .notice-container .js-notice-list-1 {
  padding: 0 12.5px 25px;
}

.icon-plus {
  position: absolute;
  top: 12px;
  right: 14px;
  width: 12px;
  height: 12px;
}
@media only screen and (max-width: 500px) {
  .icon-plus {
    top: 13px;
    right: 12px;
  }
}
.icon-plus .icon {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  position: relative;
}
.icon-plus .icon.close {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.icon-plus .icon::before {
  content: "";
  display: block;
  width: 12px;
  height: 0px;
  border-bottom: solid 2px #4d4d4d;
  position: absolute;
  bottom: 5px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.icon-plus .icon.close::before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-bottom: solid 2px #4d4d4d;
  position: absolute;
  bottom: 5px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.icon-plus .icon::after {
  content: "";
  display: block;
  width: 12px;
  height: 0px;
  border-bottom: solid 2px #4d4d4d;
  position: absolute;
  bottom: 5px;
}

@-webkit-keyframes arrowBounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  60% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
}

@keyframes arrowBounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  60% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
}
@-webkit-keyframes arrowBounceIcon {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  60% {
    -webkit-transform: translateX(-1px);
            transform: translateX(-1px);
  }
}
@keyframes arrowBounceIcon {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  60% {
    -webkit-transform: translateX(-1px);
            transform: translateX(-1px);
  }
}
/**************\
* 變數
\**************/
/**************\
* 通用
\**************/
img {
  width: 100%;
}

.wrapper {
  background-color: #fff;
}

.section {
  position: relative;
}
.section > .container {
  position: relative;
  margin: 0 auto;
  padding: 60px 20px;
  max-width: 850px;
}
@media only screen and (max-width: 500px) {
  .section > .container {
    padding: 40px 30px;
  }
}
@media only screen and (max-width: 320px) {
  .section > .container {
    padding: 40px 20px;
  }
}

.fixed-icon-area {
  position: fixed;
  bottom: 42px;
  right: 10px;
  width: 147px;
  z-index: 20;
}
.fixed-icon-area .mobile {
  display: none;
}
@media only screen and (max-width: 500px) {
  .fixed-icon-area .mobile {
    display: block;
  }
}
.fixed-icon-area .desktop {
  display: block;
}
@media only screen and (max-width: 500px) {
  .fixed-icon-area .desktop {
    display: none;
  }
}
.fixed-icon-area a {
  display: block;
  cursor: pointer;
}
.fixed-icon-area .last-icon {
  margin-top: -15px;
}
@media only screen and (max-width: 600px) {
  .fixed-icon-area {
    width: 81px;
    right: 0px;
    bottom: 10px;
  }
  .fixed-icon-area .last-icon {
    margin-top: -5px;
  }
}

/**************\
* Main
\**************/
.section-kv {
  margin-top: 80px;
  overflow: hidden;
}
@media only screen and (max-width: 1185px) {
  .section-kv {
    margin-top: 82px;
  }
}
.section-kv .mobile {
  display: none;
}
@media only screen and (max-width: 500px) {
  .section-kv .mobile {
    display: block;
  }
}
.section-kv .desktop {
  display: block;
}
@media only screen and (max-width: 500px) {
  .section-kv .desktop {
    display: none;
  }
}
.section-kv .kv-title,
.section-kv .kv-wave {
  position: absolute;
}
.section-kv .kv-title {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  width: 28.8888888889%;
  left: 19.0972222222%;
  top: 20.2995008319%;
}
@media only screen and (max-width: 500px) {
  .section-kv .kv-title {
    width: 80%;
    left: 9.6%;
    top: 3.6697247706%;
  }
}
.section-kv .kv-wave {
  z-index: 10;
  width: 100%;
  height: 100%;
  left: 0;
  top: 20px;
}

/********************\
* 主要樣式
\********************/
.section-main {
  z-index: 10;
}
.section-main .mobile {
  display: none;
}
@media only screen and (max-width: 500px) {
  .section-main .mobile {
    display: block;
  }
}
.section-main .desktop {
  display: block;
}
@media only screen and (max-width: 500px) {
  .section-main .desktop {
    display: none;
  }
}
.section-main .icon-bg {
  position: absolute;
}
.section-main .icon-bg.icon-bg-1 {
  width: 136px;
  left: 44px;
  top: 240px;
}
@media only screen and (max-width: 1000px) {
  .section-main .icon-bg.icon-bg-1 {
    display: none;
  }
}
.section-main .icon-bg.icon-bg-2 {
  width: 186px;
  right: 30px;
  top: 485px;
}
@media only screen and (max-width: 1000px) {
  .section-main .icon-bg.icon-bg-2 {
    display: none;
  }
}
.section-main .icon-bg.icon-bg-3 {
  width: 218px;
  bottom: -2px;
  left: 26px;
}
@media only screen and (max-width: 900px) {
  .section-main .icon-bg.icon-bg-3 {
    width: 116px;
    left: 38px;
  }
}
.section-main .icon-bg.icon-bg-4 {
  width: 222px;
  right: 28px;
  bottom: -2px;
}
@media only screen and (max-width: 900px) {
  .section-main .icon-bg.icon-bg-4 {
    width: 119px;
    right: 24px;
  }
}
.section-main .container {
  max-width: 1000px;
  padding: 0px 20px 60px;
}
@media only screen and (max-width: 900px) {
  .section-main .container {
    padding: 0px 5px 116px;
  }
}
.section-main .container .card-area {
  margin-bottom: 20px;
  margin-top: -5%;
}
@media only screen and (max-width: 500px) {
  .section-main .container .card-area {
    max-width: 365px;
    margin: -115px auto 15px;
  }
}
.section-main .container .top-title {
  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;
}
.section-main .container .top-title .icon-line {
  width: 64px;
  max-width: 64px;
}
@media only screen and (max-width: 500px) {
  .section-main .container .top-title .icon-line {
    width: 77px;
    max-width: 77px;
  }
}
.section-main .container .top-title .icon-line.line-left {
  margin-right: 8px;
}
@media only screen and (max-width: 500px) {
  .section-main .container .top-title .icon-line.line-left {
    margin-right: 17px;
  }
}
.section-main .container .top-title .icon-line.line-right {
  margin-left: 8px;
}
@media only screen and (max-width: 500px) {
  .section-main .container .top-title .icon-line.line-right {
    margin-left: 17px;
  }
}
.section-main .container .top-title .top-title-txt {
  font-size: 35px;
  font-weight: bold;
  color: #a40b5d;
  text-align: center;
}
.section-main .container .section-title {
  font-size: 33px;
  color: #0071bc;
  text-align: center;
  line-height: 1.3;
  margin-top: 10px;
}
.section-main .container .section-title .txt-bold {
  font-weight: bold;
}
.section-main .container .section-title .txt-purple {
  color: #a40b5d;
}
.section-main .container .section-title .txt-big {
  font-size: 33px;
}
@media only screen and (max-width: 500px) {
  .section-main .container .section-title {
    font-size: 33px;
  }
}
@media only screen and (max-width: 560px) {
  .section-main .container .section-title .mobile-break {
    display: block;
  }
}
.section-main .container .list-area {
  max-width: 685px;
  margin: 30px auto 0 auto;
  font-size: 18px;
  color: #333333;
  line-height: 1.2;
}
@media only screen and (max-width: 500px) {
  .section-main .container .list-area {
    line-height: 1.6;
    font-size: 16px;
    max-width: 325px;
    margin-top: 12px;
  }
}
.section-main .container .list-area .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 500px) {
  .section-main .container .list-area .list-item {
    margin-bottom: 5px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.section-main .container .list-area .list-item.last-item {
  margin-bottom: 0;
}
.section-main .container .list-area .list-item .sub-title {
  position: relative;
  min-width: 92px;
}
@media only screen and (max-width: 500px) {
  .section-main .container .list-area .list-item .sub-title {
    min-width: 83px;
  }
}
.section-main .container .list-area .list-item .list-dsc .txt-blue {
  color: #0071bc;
}
.section-main .container .list-area .list-item .list-dsc .txt-purple {
  color: #a40b5d;
}
.section-main .container .list-area .list-item .list-dsc .txt-bold {
  font-weight: bold;
}
.section-main .container .list-area .list-item .list-dsc .txt-sup {
  vertical-align: super;
  font-size: 12px;
}
.section-main .container .list-area .list-item .list-dsc .txt-big {
  font-size: 20px;
}
@media only screen and (max-width: 500px) {
  .section-main .container .list-area .list-item .list-dsc .txt-big {
    font-size: 17px;
  }
}
.section-main .container .list-area .list-item .list-dsc .txt-more-big {
  font-size: 24px;
}
.section-main .container .list-area .list-item .list-dsc .txt-super-big {
  font-size: 26px;
  margin-right: -6px;
}
@media only screen and (max-width: 500px) {
  .section-main .container .list-area .list-item .list-dsc .txt-super-big {
    font-size: 24px;
  }
}
.section-main .container .table-area {
  margin: 25px auto 0 auto;
  max-width: 764px;
}
@media only screen and (max-width: 500px) {
  .section-main .container .table-area {
    max-width: 342px;
    margin-top: 15px;
  }
}
.section-main .container .main-notice-area {
  max-width: 840px;
  margin: 20px auto 0 auto;
}
@media only screen and (max-width: 500px) {
  .section-main .container .main-notice-area {
    max-width: 310px;
  }
}
.section-main .container .main-notice-area .main-notice-dsc {
  position: relative;
  color: #4d4d4d;
  line-height: 1.8;
  font-size: 16px;
  padding-left: 40px;
  text-align: justify;
}
@media only screen and (max-width: 500px) {
  .section-main .container .main-notice-area .main-notice-dsc {
    font-size: 15px;
  }
}
.section-main .container .main-notice-area .main-notice-dsc .fix-txt {
  position: absolute;
  left: 0;
  top: 0;
}
.section-main .container .main-notice-area .main-notice-dsc.txt-red {
  color: #c94549;
  font-weight: bold;
}
.section-main .container .main-notice-area .main-notice-dsc.bottom-txt {
  padding-left: 0;
}
@media only screen and (max-width: 500px) {
  .section-main .container .main-notice-area .main-notice-dsc.bottom-txt {
    margin-top: 5px;
  }
}
.section-main .container .main-notice-area .main-notice-dsc .txt-under-line {
  text-decoration: underline;
}
.section-main .container .main-notice-area .main-notice-dsc.txt-big {
  font-size: 18px;
}
@media only screen and (max-width: 500px) {
  .section-main .container .main-notice-area .main-notice-dsc.txt-big {
    font-size: 17px;
  }
}