@charset "UTF-8";
html {
  font-size: 16px;
}

body {
  font-family: "Noto Sans TC", sans-serif;
  overflow-x: hidden;
  color: #301718;
  background: url("img/indexbg.jpg") center/cover fixed;
}

a {
  color: inherit;
}

.sec_wrap {
  margin: 0 auto;
  padding: 3rem 0;
}

@media screen and (min-width: 1440px) {
  .sec_wrap {
    max-width: 1440px;
  }
}
.fix_aside {
  position: fixed;
  z-index: 99;
  right: 1rem;
  bottom: 0.5rem;
  -webkit-transform: translateX(150%);
          transform: translateX(150%);
  -webkit-transition: -webkit-transform 600ms;
  transition: -webkit-transform 600ms;
  transition: transform 600ms;
  transition: transform 600ms, -webkit-transform 600ms;
}
.fix_aside.is_active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.fix_aside .fx_item {
  position: relative;
  display: block;
  border-radius: 0.5em;
  margin: 0.5em 0;
  width: 4em;
  height: 4em;
  background: #fff linear-gradient(120deg, #fff, #ddd);
  font-size: 0.95rem;
  cursor: pointer;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.19);
  -webkit-transition: -webkit-transform 240ms, -webkit-box-shadow 240ms;
  transition: -webkit-transform 240ms, -webkit-box-shadow 240ms;
  transition: transform 240ms, box-shadow 240ms;
  transition: transform 240ms, box-shadow 240ms, -webkit-transform 240ms, -webkit-box-shadow 240ms;
}
.fix_aside .fx_item.is_primary {
  background-image: linear-gradient(135deg, #8be01a, #00b336);
  color: #fff;
}
.fix_aside .fx_item:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.19);
}
.fix_aside .fx_item .in_wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.fix_aside .fx_item .in_wrap.txt {
  text-align: center;
  line-height: 1.3;
}
.fix_aside .fx_item .in_wrap.ic {
  width: 100%;
  height: 100%;
  padding: 0.6em;
}
.fix_aside .fx_item .in_wrap .ic_top {
  width: 100%;
  padding-top: 100%;
  background: url("img/ui/arrow_top.png") center/contain no-repeat;
}

.g_header {
  background-color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#00b336), to(#005f4b));
  background: linear-gradient(90deg, #00b336, #005f4b);
  padding: 9px 0;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
}
.g_header .header__cnt {
  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;
}
.g_header .head_nav {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.g_header .head_nav .nav_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.g_header .head_nav .nav_item {
  padding: 0 10px;
}
.g_header .head_nav .nav_item.is_active .nav_link {
  color: #ea5e3e;
}
.g_header .head_nav .nav_link {
  display: block;
  border-radius: 10px;
  padding: 12px 15px;
  line-height: 1;
  color: #fff;
  font-size: 18px;
  background-color: rgba(250, 227, 220, 0);
  -webkit-transition: color 300ms, background 300ms;
  transition: color 300ms, background 300ms;
}
.g_header .head_nav .nav_link:hover {
  text-decoration: none;
  color: #ea5e3e;
  background-color: #fae3dc;
}

.g_kv {
  padding: 3vw;
  height: calc(100vh - 60px);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff9f0), to(white));
  background: linear-gradient(#fff9f0 50%, white);
}
.g_kv .kv_cnt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.g_kv .kv_cnt .logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 12.5%;
}
.g_kv .kv_cnt .wording {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  line-height: 1.2;
  padding-right: 3vw;
  text-align: left;
  font-size: 4vw;
}
.g_kv .kv_cnt .wording .tag {
  display: inline-block;
  font-size: 0.4em;
  padding: 0.4em 0.8em;
  line-height: 1;
  border: 1px solid currentColor;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 20px;
}
.g_kv .kv_cnt .wording .tit {
  color: #301718;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.g_kv .kv_cnt .wording .tit span {
  width: 15px;
  height: 18px;
  margin: 0 16px;
  border-radius: 12px;
  -webkit-transform: translateY(4px) rotate(45deg);
          transform: translateY(4px) rotate(45deg);
  background: linear-gradient(90deg, #893c3f calc(50% - 1px), #fff calc(50% - 1px), #fff calc(50% + 1px), #301718 calc(50% + 1px));
}
.g_kv .kv_cnt .wording .sub {
  margin-top: 20px;
  font-size: 0.5em;
}
.g_kv .kv_cnt .wording .date_loc {
  margin-top: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.5em;
  color: #005f4b;
}
.g_kv .kv_cnt .wording .date_loc .date {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-size: 1.1em;
}
.g_kv .kv_cnt .wording .time {
  margin-top: 10px;
  font-family: "Ubuntu", sans-serif;
  font-size: 0.4em;
  color: #00b336;
}
.g_kv .kv_cnt .picture {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 54%;
          flex: 0 0 54%;
}

.g_main {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.95)), to(rgba(255, 255, 255, 0.9)));
  background: linear-gradient(rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.9));
}
.g_main .main_sc {
  padding: 60px 0;
}
.g_main .center_cnt {
  margin: 0 auto;
  width: 94%;
  border-radius: 10px;
  background-color: #fff;
}
.g_main .sc_title {
  position: relative;
  z-index: 2;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 30px;
  font-size: 1.5rem;
}
.g_main .sc_title .tit {
  display: inline-block;
  padding-bottom: 15px;
  font-size: 1.4em;
  font-weight: 700;
  color: #005f4b;
}
.g_main .sc_title .sub {
  padding-bottom: 25px;
  font-size: 0.8em;
  color: #78bd90;
}
.g_main .sc_title::before {
  content: "";
  position: absolute;
  left: calc(50% - 2em);
  bottom: 0;
  width: 4em;
  height: 4px;
  background-color: #66a57b;
  background: -webkit-gradient(linear, left top, right top, from(#8be01a), to(#66a57b));
  background: linear-gradient(90deg, #8be01a, #66a57b);
}
.g_main .soft_bg {
  background-color: rgba(181, 224, 247, 0.06);
}
.g_main .soft_bg + .soft_bg {
  padding-top: 0;
}

.sc_intro .sec_cnt {
  max-width: 960px;
  margin: 0 auto;
  font-size: 1.25rem;
}
.sc_intro .p {
  text-align: justify;
  line-height: 1.6;
  margin-bottom: 1em;
}
.sc_intro .p a {
  color: #00b336;
  text-decoration: underline;
}
.sc_intro .p a:hover {
  color: #ea5e3e;
}
.sc_intro .p strong {
  color: #78bd90;
}
.sc_intro .cta {
  margin-top: 1rem;
  padding: 1rem 0 2rem;
  text-align: center;
}
.sc_intro .cta .cta_tip {
  font-size: 1.25rem;
  color: #ea5e3e;
}
.sc_intro .cta .bttn {
  display: inline-block;
  margin: 10px 0;
  border-radius: 2.5rem;
  padding: 1.4rem 3rem 1.5rem;
  font-size: 1.675rem;
  font-weight: 300;
  line-height: 1;
  background: linear-gradient(120deg, #8be01a, #00b336, #005f4b) 0 0/200% 100%;
  color: #fff;
  -webkit-transition: background 300ms, letter-spacing 300ms;
  transition: background 300ms, letter-spacing 300ms;
  letter-spacing: 0;
}
.sc_intro .cta .bttn b {
  font-weight: 700;
}
.sc_intro .cta .bttn:hover {
  text-decoration: none;
  letter-spacing: 0.2em;
  background-position-x: 100%;
}

.about_cnt {
  font-size: 0;
}
.about_cnt .wording,
.about_cnt .video {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  width: 50%;
}
.about_cnt .wording {
  padding-right: 2em;
  font-size: 1.25rem;
  text-align: center;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.about_cnt .wording .tit {
  font-size: 1.4em;
  font-weight: 700;
}
.about_cnt .wording .information {
  position: relative;
  font-size: 0.9em;
  margin-top: 15px;
  padding: 1.5rem 2rem;
  background-color: #fffad9;
  text-align: right;
}
.about_cnt .wording .information .mark {
  position: absolute;
  width: 15px;
  height: 18px;
  border-radius: 12px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  background: linear-gradient(90deg, #301718 7px, transparent 7px, transparent 8px, #301718 8px) 0 0/100%;
}
.about_cnt .wording .information .mark:first-child {
  left: 0;
  top: -2px;
}
.about_cnt .wording .information .mark:last-child {
  right: 0;
  bottom: -2px;
}
.about_cnt .wording .information .quote {
  text-align: left;
  line-height: 1.67;
}
.about_cnt .wording .information .from {
  display: inline-block;
  position: relative;
  text-align: right;
  margin-top: 1em;
  font-weight: 700;
  font-style: italic;
}
.about_cnt .wording .information .from::before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + .5em);
  width: 2em;
  height: 1px;
  background-color: currentColor;
}
.about_cnt .video {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.about_cnt .video .vd {
  position: relative;
  display: block;
  border-radius: 10px;
  width: 100%;
  padding-top: 66.67%;
  overflow: hidden;
}
.about_cnt .video .pic_wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.about_cnt .video .play_icon {
  position: absolute;
  left: 20px;
  top: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  background: url("img/ui/ic_play.svg") right bottom/60px no-repeat;
}

.sc_location .container-fluid {
  width: calc(94% + 30px);
}
.sc_location .sec_cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sc_location .loc_wording {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  padding: 0 0 30px 30px;
  text-align: center;
}
.sc_location .loc_wording .val {
  margin-top: 30px;
  line-height: 1.1;
}
.sc_location .loc_wording .val .name {
  font-size: 1.5em;
  font-weight: 700;
}
.sc_location .loc_wording .val .tip {
  display: block;
  font-size: 1.2em;
  margin-top: 8px;
}
.sc_location .loc_wording .val .addr {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #0070c5;
  font-size: 1.2em;
}
.sc_location .loc_wording .val .tel {
  color: #0070c5;
}
.sc_location .loc_wording .park {
  background-color: #fff;
}
.sc_location .loc_wording .park::before {
  content: "停車資訊";
}
.sc_location .loc_map {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
}
.sc_location .loc_map .map_wrap {
  position: relative;
  padding-top: 66.7%;
  border-radius: 10px;
  border: 4px solid #fff;
}
.sc_location .loc_map .map_wrap iframe {
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.sc_location .loc_pic {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.sc_location .loc_pic .cnt_tit {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0 0 10px 0;
  padding: 10px 20px;
  background-color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  color: #005f4b;
}
.sc_location .loc_pic .pic_wrap {
  border: 4px solid #fff;
}

.gift_cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.gift_cnt .col_wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 30%;
          flex: 1 0 30%;
  padding: 10px;
}

.gift_item {
  border-radius: 20px;
  background-color: #fff;
  height: 100%;
  overflow: hidden;
}
.gift_item .pic {
  border-bottom: 1px solid #c3f0d3;
}
.gift_item .wording {
  position: relative;
  padding: 20px 30px;
  font-size: 1rem;
}
.gift_item .wording .tit {
  position: absolute;
  left: 0;
  bottom: 100%;
  font-weight: 300;
  color: #fc5b68;
  line-height: 1;
  border-radius: 0 10px 0 0;
  padding: 10px 30px;
  background-color: #fc5b68;
  color: #fff;
}
.gift_item .wording .name {
  font-size: 1.2em;
  line-height: 1.3;
  color: #66a57b;
}
.gift_item .wording .p {
  margin-top: 10px;
}

.sc_detail {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(rgba(255, 255, 255, 0), white);
}
.sc_detail .sec_cnt .list {
  padding-left: 24px;
  padding-right: 24px;
  margin-top: -4px;
  margin-bottom: 0;
}
.sc_detail .sec_cnt .list li {
  padding: 8px 0;
  line-height: 1.3;
}
.sc_detail .sec_cnt .list a {
  color: #0070c5;
  text-decoration: underline;
}
.sc_detail .sec_cnt .list a:hover {
  color: #b5e0f7;
}

.modal-content {
  border-width: 0;
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.19);
}

.modal-header {
  padding: 2rem 1.5rem 0 2rem;
}
.modal-header .modal_t {
  position: relative;
}
.modal-header .modal_t .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal-header .modal_t .zh {
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.1;
}
.modal-header button.close {
  font-size: 2rem;
  line-height: 1;
  color: #000;
  opacity: 1;
}

.modal-body {
  padding: 0 2rem 2rem;
  font-size: 1.125rem;
}

.g_footer {
  padding-bottom: 40px;
  background-color: #fff;
}
.g_footer .logo_cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.g_footer .logo_cnt .part {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.g_footer .logo_cnt .key {
  color: #005f4b;
  border-bottom: 1px solid currentColor;
}
.g_footer .logo_cnt .val {
  padding: 0 30px;
}
.g_footer .logo_cnt .val + .key {
  margin-left: 30px;
}
.g_footer .logo_cnt .val .logo {
  height: 140px;
}

@media (max-width: 767px) {
  .g_header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 15px 0;
  }
  .g_header .header__cnt {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .g_header .menu_trigger {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
  }
  .g_header .menu_trigger .trigger_icon {
    width: 100%;
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .g_header .menu_trigger .trigger_icon span {
    width: 32px;
    height: 4px;
    margin: 3px 12px;
    background-color: #d5eada;
  }
  .g_header .head_nav {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .g_header .head_nav:not(.show) {
    display: none;
  }
  .g_header .head_nav .nav_items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 15px;
  }
  .g_header .head_nav .nav_item:not(:last-child) {
    border-bottom: 1px solid #ddd;
  }
  .g_kv {
    margin-top: 60px;
    padding: 30px;
  }
  .g_kv .kv_cnt {
    display: block;
  }
  .g_kv .kv_cnt .logo {
    position: static;
    width: 50%;
    margin: 0 auto 20px;
  }
  .g_kv .kv_cnt .wording {
    padding-right: 0;
    text-align: center;
    margin-bottom: 30px;
    font-size: 3rem;
  }
  .g_kv .kv_cnt .wording .tit {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 0.8em;
  }
  .g_kv .kv_cnt .wording .tit span {
    margin: 0 8px;
  }
  .g_kv .kv_cnt .wording .sub {
    line-height: 1.4;
  }
  .g_kv .kv_cnt .wording .date_loc {
    margin-top: 30px;
  }

  .g_main .main_sc {
    padding: 40px 0;
  }
  .g_main .center_cnt {
    width: 100%;
    border-radius: 0;
  }
  .g_main .sc_title {
    font-size: 1.2rem;
  }
  .sc_intro {
    padding: 0 1rem;
  }
  .sc_intro .sec_cnt {
    font-size: 1.1rem;
  }
  .sc_intro .p {
    padding: 0 1em;
    text-align: left;
  }
  .sc_intro .cta .bttn {
    display: block;
    padding: 0.9rem 2rem 1rem;
  }
  .sc_intro .cta .bttn span {
    display: block;
    padding: 2px 0;
  }

  .about_cnt {
    display: block;
  }
  .about_cnt .wording,
.about_cnt .video {
    display: block;
    width: 100%;
  }
  .about_cnt .wording {
    margin-top: 1em;
    padding-right: 0;
    padding-bottom: 20px;
    font-size: 1.125rem;
  }
  .sc_location {
    padding-bottom: 0;
  }
  .sc_location .container-fluid {
    width: 100%;
  }
  .sc_location .sec_cnt {
    display: block;
  }
  .sc_location .loc_wording {
    padding: 0;
  }
  .sc_location .loc_pic {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .gift_cnt {
    display: block;
  }

  .sc_detail .sec_cnt {
    display: block;
  }
  .sc_detail .sec_cnt .list {
    padding-left: 2rem;
    padding-right: 1rem;
  }

  .g_footer .logo_cnt {
    display: block;
    text-align: center;
  }
  .g_footer .logo_cnt .part {
    display: block;
  }
  .g_footer .logo_cnt .key {
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .modal-header {
    padding-left: 1.5rem;
  }
  .modal-header .modal_t .name {
    display: block;
  }

  .modal-body {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}