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

body {
  font-family: "Noto Sans TC", "Microsoft Jhenghei", "微軟正黑", sans-serif;
}

a {
  color: inherit;
}
a:hover {
  color: inherit;
}

.cta {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cta .bttn_wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 360px;
          flex: 0 0 360px;
  padding: 0.5rem;
}
.cta .bttn_wrap.is_main .bttn {
  position: relative;
  height: 100%;
}
.cta .bttn_wrap.is_main .date {
  color: #ffb900;
  width: 4em;
  margin: 0 auto 0.5rem;
  color: #009999;
}
.cta .bttn_wrap.is_main .sub_en {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cta .bttn {
  border-radius: 10px;
  text-align: center;
  padding: 2rem;
  line-height: 1;
  border: 1px solid currentColor;
  color: #565656;
}
.cta .main {
  display: block;
  border-radius: 3rem;
  padding: 0.75rem 2rem;
  border: 1px solid currentColor;
  background-color: #fff;
  color: #009999;
  font-size: 1.25rem;
  font-weight: 700;
  -webkit-transition-delay: transform, background, color;
          transition-delay: transform, background, color;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.cta .main:hover {
  text-decoration: none;
  background-color: #009999;
  color: #fff;
}
.cta .sub_en {
  font-weight: 500;
  font-size: 1.125rem;
  color: #000;
}
.cta .sub_zh {
  margin-bottom: 1rem;
  padding-top: 0.5rem;
  font-size: 1.125rem;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.sub_title {
  font-size: 1.25rem;
  color: #777;
  margin-bottom: 1em;
  text-align: center;
  font-family: "Open Sans", "Noto Sans TC", sans-serif;
}

.main_title {
  font-size: 1.625rem;
  margin-bottom: 1em;
  font-weight: 700;
  color: #009999;
  text-align: center;
  font-family: "Open Sans", "Noto Sans TC", sans-serif;
}

.g_fixed {
  position: fixed;
  z-index: 99;
  right: 1rem;
  bottom: 2rem;
  -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;
}
.g_fixed.is_active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.g_fixed .fx_icon {
  display: block;
  width: 4em;
  height: 4em;
}
.g_fixed .fx_icon img {
  width: 100%;
}
.g_fixed .fx_item {
  position: relative;
  display: block;
  border-radius: 0.5em;
  margin: 0.5em 0;
  width: 4em;
  height: 4em;
  font-size: 0.95rem;
  cursor: pointer;
  background-color: #fff;
  -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;
}
.g_fixed .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);
}
.g_fixed .fx_item .in_wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.g_fixed .fx_item .in_wrap.txt {
  text-align: center;
  line-height: 1.3;
}
.g_fixed .fx_item .in_wrap.ic {
  width: 100%;
  height: 100%;
  padding: 0.6em;
}
.g_fixed .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;
}
.g_header .header_wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.g_header .logo_cnt h1 {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 0;
  font-size: 0;
  line-height: 1;
}
.g_header .logo_cnt img {
  height: 24px;
}
.g_header .menu_cnt {
  margin-left: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.g_header .menu_item {
  position: relative;
  line-height: 1;
}
.g_header .menu_item .nav_link {
  display: block;
  padding: 10px 20px 0;
  text-decoration: none;
}
.g_header .menu_item .nav_link span {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 4px solid #fff;
  font-weight: 700;
}
.g_header .menu_item .nav_link::after {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.g_header .menu_item .nav_link .dropdown_item {
  padding-top: 0.5rem;
  padding-bottom: 0.6rem;
}
.g_header .menu_item .dropdown_menu {
  display: none;
  position: absolute;
  border-radius: 0 0 5px 5px;
  left: 0;
  top: 100%;
  z-index: 10;
  padding: 6px 0;
  width: 10rem;
  background-color: #f8f8f8;
}
.g_header .menu_item .dropdown_menu .dropdown_item {
  display: block;
  padding: 0.75rem 1rem;
  text-align: center;
}
.g_header .menu_item .dropdown_menu .dropdown_item:hover {
  background-color: rgba(255, 185, 0, 0.2);
  text-decoration: none;
}
.g_header .menu_item .dropdown_menu .dropdown_item:last-child {
  border-top: 1px solid #eee;
}
.g_header .menu_item.is_active span,
.g_header .menu_item a:hover span {
  border-bottom-color: #009999;
}
.g_header .menu_item.is_spot {
  border-radius: 10px;
  background-color: #ffb900;
  cursor: pointer;
}
.g_header .menu_item.is_spot span {
  border-bottom-color: transparent !important;
  color: #fff;
}
.g_header .menu_item.is_spot:hover {
  background-color: #fe4e20;
}

.g_kv {
  position: relative;
  background: url("img/kvbg.jpg") right center/cover no-repeat;
  font-size: 0.9vw;
  min-height: 40vw;
  padding: 0 10%;
  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;
  font-size: 1vw;
  font-family: "Open Sans", "Noto Sans TC", "Microsoft Jhenghei", "微軟正黑", sans-serif;
}
.g_kv .text {
  position: relative;
  padding-left: 2.5em;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  line-height: 1.3;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.g_kv .text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0.5em;
  height: 100%;
  background-color: #7bf6bb;
}
.g_kv .sub {
  font-size: 2.2em;
}
.g_kv .tit {
  margin-top: 0.25em;
  font-size: 3.5em;
  font-weight: 700;
}
.g_kv .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.5em;
  font-weight: 700;
}
.g_kv .date .d {
  color: #f9df73;
  margin-right: 0.75em;
}
.g_kv .date .t {
  color: #fff;
}
.g_kv .save_date {
  width: 300px;
}
.g_kv .save_date a {
  display: block;
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
}
.g_kv .save_date a:hover {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}

.g_main .sc_intros,
.g_main .sc_agenda,
.g_main .sc_gift,
.g_main .sc_question {
  padding: 3rem 0;
}
.g_main .sc_agenda,
.g_main .sc_gift {
  background-color: #f8f8f8;
}
.g_main .sc_gift {
  padding-top: 0;
}

.intro_cnt {
  padding-bottom: 1rem;
  margin: 0 auto;
  max-width: 52rem;
  text-align: center;
  line-height: 1.825;
}
.intro_cnt p {
  text-align: left;
}
.intro_cnt strong {
  color: #009999;
}

.intro_cta {
  text-align: center;
}
.intro_cta .bttn {
  display: inline-block;
}
.intro_cta .btn_in {
  display: block;
  border-radius: 2em;
  background: -webkit-gradient(linear, left top, right top, from(#7bf6bb), to(#009999));
  background: linear-gradient(90deg, #7bf6bb, #009999);
  padding: 0.8em 2em;
  font-size: 1.5em;
  line-height: 1;
  font-weight: 900;
  color: #fff;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.intro_cta .btn_in:hover {
  text-decoration: none;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.ag_table .tb_row {
  padding: 0.5rem 2rem 0.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fafafa;
}
.ag_table .tb_row:nth-child(2n+1) {
  background-color: #fff;
}
.ag_table .tb_row[data-toggle=modal]:hover {
  outline: 1px solid #009999;
  cursor: pointer;
}
.ag_table .tb_row .td {
  min-height: 4rem;
  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;
}
.ag_table .tb_row .td.td_time {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15%;
          flex: 0 0 15%;
}
.ag_table .tb_row .td.td_content {
  padding: 0 1.5rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 75%;
          flex: 0 1 75%;
}
.ag_table .tb_row .td.td_more {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10%;
          flex: 0 0 10%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
}
.ag_table .tb_row .time {
  border-radius: 1rem;
  padding: 0.25rem 1rem;
  background-color: #009999;
  line-height: 1.625;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.ag_table .tb_row .title {
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 500;
}
.ag_table .tb_row .speak {
  margin-top: 0.5rem;
  line-height: 1.2;
  color: #009999;
}
.ag_table .tb_row *[data-toggle] {
  cursor: pointer;
  text-decoration: underline;
}
.ag_table .tb_row .more {
  padding: 0.5em 1em;
  border: 1px solid currentColor;
  color: #009999;
  text-align: center;
  text-decoration: none;
  background-color: rgba(0, 153, 153, 0);
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.ag_table .tb_row .more:hover {
  background-color: rgba(0, 153, 153, 0.2);
}

.gift_cnt .items {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -6px;
}
.gift_cnt .gift_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 0 10px;
}
.gift_cnt .gift_card {
  border-radius: 2rem;
  height: 100%;
  background-color: #fff;
  padding: 1rem;
  -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gift_cnt .gift_card .picture {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}
.gift_cnt .gift_card .wording {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  padding: 1rem;
}
.gift_cnt .gift_card .img {
  max-width: 200px;
  margin: 0 auto;
}
.gift_cnt .gift_card .name {
  font-size: 1.25rem;
  font-weight: 700;
  color: #009999;
}
.gift_cnt .gift_card .subname {
  min-height: 1.5rem;
}
.gift_cnt .gift_card .way {
  margin: 1rem auto 0;
}
.gift_cnt .gift_card .way ul {
  padding-left: 1.75rem;
}
.gift_cnt .gift_card .way li {
  margin-bottom: 0.5rem;
}

.gift_tip {
  margin: 2rem auto;
  max-width: 50rem;
  font-size: 1.125rem;
}

.sc_detail {
  background-color: #f8f8f8;
  background-color: #009999;
  color: #fff;
}

.detail_cnt ul {
  padding-left: 1.75rem;
  margin-bottom: 0;
}
.detail_cnt li {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  line-height: 1.3;
}

.question_cnt .ques_item {
  padding: 1em;
  border-bottom: 1px solid #009999;
  max-width: 920px;
  margin: 0 auto;
}
.question_cnt .ques_item .q_box,
.question_cnt .ques_item .a_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.question_cnt .ques_item .q_box .t,
.question_cnt .ques_item .a_box .t {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.75em;
          flex: 0 0 1.75em;
}
.question_cnt .ques_item .q_box {
  font-size: 1.75em;
  font-family: "Open Sans", "Noto Sans TC", "Microsoft Jhenghei", "微軟正黑", sans-serif;
  cursor: pointer;
  -webkit-transition: opacity 100ms;
  transition: opacity 100ms;
  line-height: 1.3;
}
.question_cnt .ques_item .q_box:hover {
  opacity: 0.6;
}
.question_cnt .ques_item .a_box {
  margin-top: 10px;
  font-size: 1.25em;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.question_cnt .ques_item .a_box .t {
  padding-left: 0.25em;
  padding-right: 0.5em;
  margin-right: 0.5em;
  background-color: #009999;
  color: #fff;
}
.review_intro_text strong {
  color: #fe4e20;
}

.review_cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}
.review_cnt .rew_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 0 15px;
  margin-bottom: 20px;
}
.review_cnt .rew_item .it_wrap {
  position: relative;
  display: block;
  border-radius: 20px;
  border-bottom: 4px solid #999;
  background-color: #000;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
  cursor: pointer;
}
.review_cnt .rew_item .it_wrap::before, .review_cnt .rew_item .it_wrap::after {
  content: "";
  position: absolute;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 320ms;
  transition: opacity 320ms;
}
.review_cnt .rew_item .it_wrap::before {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.2)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2));
}
.review_cnt .rew_item .it_wrap::after {
  left: calc(50% - 48px);
  top: calc(50% - 48px);
  width: 96px;
  height: 96px;
  background: url("img/ui/ic_play.svg") center/contain no-repeat;
}
.review_cnt .rew_item .it_wrap:hover::before, .review_cnt .rew_item .it_wrap:hover::after {
  opacity: 1;
}
.review_cnt .rew_item .img {
  position: relative;
}
.review_cnt .rew_item .img .pic {
  width: 100%;
  padding-top: 56.25%;
}
.review_cnt .rew_item .img .tit {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 4rem 1.5rem 10px;
  width: 100%;
  font-size: 1.325rem;
  font-weight: 500;
  line-height: 1.4;
  font-weight: normal;
  color: #fff;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.5);
  background: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, #000, rgba(0, 0, 0, 0));
}
.review_cnt .rew_item .text {
  line-height: 1.2;
  padding: 0 1.5rem 20px;
}
.review_cnt .rew_item .text .tit {
  display: none;
  font-size: 1.5rem;
  color: #009999;
}
.review_cnt .rew_item .text .name {
  font-size: 1rem;
  line-height: 1.5;
  color: #009999;
}

.sc_about {
  position: relative;
  margin-top: 32px;
  padding-bottom: 64px;
  background: linear-gradient(#fff 32px, #009999 32px);
  color: #fff;
}
.sc_about .logo {
  position: absolute;
  right: 4%;
  top: -32px;
}
.sc_about .logo img {
  height: 67px;
  width: auto;
}
.sc_about .video_box {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.sc_about .video_box .video {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 420px;
          flex: 0 0 420px;
}
.sc_about .video_box .vd_wrap {
  position: relative;
  padding-top: 56.25%;
}
.sc_about .video_box .vd_wrap .vd {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.sc_about .video_box .infor {
  padding-left: 1.5rem;
}
.sc_about .video_box .infor .sub_title {
  color: #fff;
  margin-bottom: 1.5rem;
}
.sc_about .video_box .infor .main_title {
  color: #fff;
}
.sc_about .video_box .infor .p {
  font-size: 1.125rem;
}
.sc_about .parag {
  margin-top: 1.5rem;
  line-height: 1.8;
}
.sc_about .tip {
  margin-top: 2rem;
}

.g_footer {
  padding: 3rem 0;
  color: #697882;
}
.g_footer .col_wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 33%;
          flex: 1 0 33%;
  font-size: 0.875rem;
}
.g_footer .col_wrap .tit {
  font-size: 1rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 0.5rem;
}
.g_footer .col_wrap .list {
  list-style-type: none;
  padding-left: 0;
  line-height: 1;
}
.g_footer .col_wrap .list li {
  padding: 0.5rem 0;
}
.g_footer .col_wrap .list a::before {
  content: url("img/footer-arrow.png");
  margin-right: 0.5rem;
  display: inline-block;
  vertical-align: middle;
}
.g_footer .footer_col {
  padding-top: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0.875rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.g_footer .footer_col .left {
  padding-top: 1rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.g_footer .footer_col .right {
  padding-top: 1rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.ag_modal .modal-header {
  border-bottom: 0 solid #000;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 0;
}
.ag_modal .modal-body {
  padding: 0;
}
.ag_modal .tit_wrap,
.ag_modal .spk_wrap {
  padding: 1.25rem 2rem;
}
.ag_modal .tit_wrap {
  padding-top: 0;
  border-bottom: 1px solid #eee;
}
.ag_modal .tit_wrap .tit {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25;
}
.ag_modal .tit_wrap .info {
  margin-top: 1em;
  font-size: 1.125rem;
  line-height: 1.5;
  color: #3c464b;
}
.ag_modal .spk_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ag_modal .spk_wrap .picture {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 auto;
}
.ag_modal .spk_wrap .picture .img {
  max-width: 160px;
  border-radius: 50%;
  border: 1px solid #eee;
  overflow: hidden;
}
.ag_modal .spk_wrap .text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  padding-left: 20px;
}
.ag_modal .spk_wrap .text .name {
  font-size: 1.25rem;
  font-weight: 500;
  color: #009999;
}
.ag_modal .spk_wrap .text .parag {
  margin-top: 0.5rem;
  line-height: 1.5;
}
.ag_modal .spk_wrap .text .parag p:last-child {
  margin-bottom: 0;
}

.swal_link {
  color: #0096c4;
}
.swal_link:hover {
  color: #fe4e20;
}

@media (max-width: 767px) {
  .g_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  }
  .g_header .nav_bttn {
    position: absolute;
    right: 15px;
    top: calc(50% - 18px);
    width: 2.5rem;
  }
  .g_header .nav_bttn span {
    display: block;
    border-radius: 2px;
    margin: 6px 0;
    height: 4px;
    background-color: #009999;
  }
  .g_header .menu_cnt {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    width: 100%;
    padding: 1rem;
    background-color: #fff;
  }
  .g_header .menu_item .nav_link {
    border-left: 0 solid #009999;
  }
  .g_header .menu_item .nav_link span {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom-width: 0;
  }
  .g_header .menu_item .nav_link:hover {
    border-left-width: 5px;
  }
  .g_header .menu_item.is_spot a span {
    padding-bottom: 10px;
    margin-bottom: 0;
  }

  .g_kv {
    min-height: 300px;
    margin-top: 64px;
    background-position: 0 center;
    padding: 0 30px;
    font-size: 0.42rem;
  }
  .g_kv .sub {
    font-size: 2.5em;
  }

  .g_main .sc_intros {
    padding: 2rem 0;
  }
  .g_main .intro_cnt {
    padding-top: 0;
  }
  .g_main .director_cnt .main_title {
    font-size: 1.33rem;
    line-height: 1.3;
  }
  .g_main .director_cnt .dic_infor {
    padding-top: 2rem;
  }
  .g_main .director_cnt .dic_infor .img {
    padding-right: 0;
    padding-bottom: 2rem;
  }
  .g_main .director_cnt .dic_infor .dic_name {
    font-size: 1.5rem;
  }

  .sc_about {
    margin-top: 64px;
  }
  .sc_about .logo {
    top: -42px;
    left: 4%;
    right: inherit;
  }
  .sc_about .logo img {
    width: 92%;
    height: auto;
  }
  .sc_about .video_box .infor {
    padding-left: 0;
  }
  .sc_about .video_box .infor .main_title {
    line-height: 1.2;
  }

  .ag_table .tb_row {
    padding: 1rem 0;
  }
  .ag_table .tb_row .td {
    display: block;
    min-height: auto;
  }
  .ag_table .tb_row .td.td_time {
    max-width: 8.2em;
  }
  .ag_table .tb_row .td.td_content {
    padding: 0.5rem 1rem;
  }
  .ag_table .tb_row .td.td_more {
    margin-top: 0.5rem;
    padding-left: 1rem;
  }
  .ag_table .tb_row .time {
    border-radius: 0;
  }

  .question_cnt .ques_item {
    padding: 1em;
    border-bottom: 1px solid #009999;
    max-width: 920px;
    margin: 0 auto;
    font-size: 0.8em;
  }
  .question_cnt .ques_item .q_box,
.question_cnt .ques_item .a_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .question_cnt .ques_item .q_box .t,
.question_cnt .ques_item .a_box .t {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 1.75em;
            flex: 0 0 1.75em;
  }
  .question_cnt .ques_item .q_box {
    font-size: 1.75em;
    font-family: "Open Sans", "Noto Sans TC", "Microsoft Jhenghei", "微軟正黑", sans-serif;
    cursor: pointer;
    -webkit-transition: opacity 100ms;
    transition: opacity 100ms;
  }
  .question_cnt .ques_item .q_box:hover {
    opacity: 0.6;
  }
  .question_cnt .ques_item .a_box {
    margin-top: 10px;
    font-size: 1.25em;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .question_cnt .ques_item .a_box .t {
    padding-left: 0.25em;
    padding-right: 0.5em;
    margin-right: 0.5em;
    background-color: #009999;
    color: #fff;
  }
  .review_cnt {
    margin: 0 -15px;
  }
  .review_cnt .rew_item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
  .review_cnt .rew_item .img .tit {
    font-size: 1.25rem;
  }
  .review_cnt .rew_item .text .name {
    font-size: 1rem;
  }

  .gift_cnt .gift_item {
    margin-bottom: 10px;
  }
  .gift_cnt .gift_card {
    display: block;
    padding-top: 0;
  }
  .gift_cnt .gift_card .wording {
    padding-top: 0;
  }
  .gift_cnt .gift_card .name {
    line-height: 1.1;
  }
  .gift_cnt .gift_card .way {
    width: auto;
  }

  .g_footer {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .g_footer .footer_col {
    padding-top: 1rem;
  }
  .g_footer .footer_col .left {
    margin-bottom: 1rem;
  }

  .ag_modal .tit_wrap {
    padding-top: 0.5rem;
  }
  .ag_modal .tit_wrap .tit {
    font-size: 1.125rem;
  }
  .ag_modal .tit_wrap .info {
    font-size: 1rem;
  }
  .ag_modal .spk_wrap {
    display: block;
  }
  .ag_modal .spk_wrap .text {
    padding-left: 0;
    padding-top: 10px;
  }
  .ag_modal .spk_wrap .text .name {
    font-size: 1.125rem;
  }
  .ag_modal .spk_wrap .text .parag {
    margin-top: 0.5rem;
  }

  .swal2-modal input {
    -webkit-appearance: none;
  }
}