html {
  font-size: 16px;
}

body {
  font-family: "Noto Sans TC", sans-serif;
  overflow-x: hidden;
  color: #031624;
}

a {
  color: inherit;
}

.pattern {
  background: radial-gradient(circle, #93ea20 4px, transparent 4px) -8px -9px repeat;
  background-size: 27px 27px;
}

.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, #00d5af, #00655c);
  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_kv {
  position: relative;
}
.g_kv .desktop .tit,
.g_kv .desktop .logo {
  position: absolute;
  left: 0;
}
.g_kv .desktop .tit {
  top: 25.9259259259%;
  width: 52.8645833333%;
}
.g_kv .desktop .logo {
  top: 0;
  width: 31.40625%;
}
.g_kv .date {
  position: absolute;
  left: 8.5%;
  bottom: 6%;
  font-size: 1.75rem;
  font-weight: 500;
  color: #fffa99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.g_kv .date .a {
  font-weight: 300;
}
.g_kv .date .b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.5rem;
  line-height: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.g_kv .date .b1 {
  padding-right: 8px;
  font-family: "Ubuntu", "Noto Sans TC", sans-serif;
  font-weight: 700;
  letter-spacing: 0.15rem;
}
.g_kv .date .b1 span {
  position: relative;
  bottom: 0.15em;
  font-weight: 400;
  font-size: 0.75em;
}
.g_kv .date .b2 {
  width: 0.84em;
  height: 0.84em;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.42em;
  border: 1px solid #fffa99;
}
.g_kv .date .b2 span {
  line-height: 1;
  font-size: 0.5em;
  font-size: 0.4em;
  color: #fffa99;
}
.g_kv .date .c {
  padding-left: 1rem;
}

.g_main .sc_title {
  position: relative;
  z-index: 2;
  line-height: 1.1;
  margin-bottom: 0.5rem;
}
.g_main .sc_title .tit {
  margin-left: 0.75rem;
  display: inline-block;
  padding-left: 0.75rem;
  font-size: 2rem;
  font-weight: 700;
  color: #00655c;
}
.g_main .sc_title::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 1rem);
  width: 10px;
  height: 2rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#00655c), to(#00d5af));
  background: linear-gradient(0deg, #00655c, #00d5af);
}

.sc_intro {
  padding-top: 20px;
}
.sc_intro .sec_cnts {
  max-width: 64rem;
  margin: 0 auto;
}
.sc_intro .parag {
  padding: 0 1.5rem;
}
.sc_intro .parag p {
  font-size: 1.25rem;
  text-align: justify;
}
.sc_intro .quote {
  position: relative;
  margin-bottom: 1rem;
  padding: 1.5rem 2rem;
  background-color: #f9f9f9;
  border-radius: 1rem;
}
.sc_intro .quote::before, .sc_intro .quote::after {
  content: "";
  position: absolute;
  background: url("img/quote.svg") center/contain no-repeat;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0.5rem;
  opacity: 0.2;
}
.sc_intro .quote::before {
  left: 0;
  top: 0;
}
.sc_intro .quote::after {
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sc_intro .quote .quo_cnt {
  font-size: 1.25rem;
  color: #00655c;
  font-weight: 700;
}
.sc_intro .quote .quo_from {
  text-align: right;
  font-style: italic;
}
.sc_intro .cta {
  padding: 1rem 0 2rem;
  text-align: center;
}
.sc_intro .cta .tip {
  font-size: 1.25rem;
}
.sc_intro .cta .bttn {
  display: inline-block;
  margin: 10px 0;
  border-radius: 2.5rem;
  padding: 1.4rem 3.5rem 1.5rem;
  width: 10em;
  font-size: 1.675rem;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(120deg, #abcd03, #00655c) 0 0/200% 100%;
  color: #fff;
  font-family: "Ubuntu", "Noto Sans TC", sans-serif;
  -webkit-transition: background 300ms;
  transition: background 300ms;
}
.sc_intro .cta .bttn span {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  letter-spacing: normal;
  -webkit-transition: letter-spacing 300ms;
  transition: letter-spacing 300ms;
}
.sc_intro .cta .bttn:hover {
  text-decoration: none;
  background-position-x: 100%;
}
.sc_intro .cta .bttn:hover span {
  letter-spacing: 0.5rem;
}

.sc_speaker {
  padding-bottom: 45px;
}
.sc_speaker .sec_cnts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sc_speaker .sec_cnts .cnt.cnt1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66%;
          flex: 0 0 66%;
}
.sc_speaker .sec_cnts .cnt.cnt2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
}
.sc_speaker .sec_cnts .spk_tit {
  font-size: 2rem;
  font-weight: 700;
  color: #00655c;
  line-height: 1;
}
.sc_speaker .sec_cnts .spk_item {
  position: relative;
}
.sc_speaker .sec_cnts .spk_item img {
  max-width: 100%;
}
.sc_speaker .sec_cnts .spk_item .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-top: 3rem;
  padding-left: 2rem;
  padding-bottom: 0.75rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#031624), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, #031624, rgba(0, 0, 0, 0));
  color: #fff;
}
.sc_speaker .sec_cnts .spk_item .name {
  padding-top: 0.75rem;
  line-height: 1;
  color: #fffa99;
}
.sc_speaker .sec_cnts .spk_item .name .zh {
  font-size: 1.5rem;
  font-weight: 500;
}
.sc_speaker .sec_cnts .spk_item .name .en {
  padding-left: 0.5rem;
  font-size: 1.375rem;
  font-weight: 400;
}
.sc_speaker .sec_cnts .spk_item .tit {
  margin-top: 0.25rem;
  font-size: 1.25rem;
}
.sc_speaker .sec_cnts .spk_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sc_speaker .sec_cnts .spk_items .spk_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.sc_gift {
  position: relative;
  padding-bottom: 20px;
}
.sc_gift .pattern {
  position: absolute;
}
.sc_gift .pattern.p1 {
  left: 0;
  bottom: 0;
  width: 33%;
  height: 120px;
}
.sc_gift .pattern.p2 {
  right: 0;
  top: -20px;
  width: 20%;
  height: 150px;
}
.sc_gift .container {
  position: relative;
  z-index: 2;
}

.gft_items {
  padding-top: 20px;
  padding-bottom: 20px;
}

.gft_item {
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 20px;
  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;
  padding: 0 20px;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.19);
  background-color: #fff;
}
.gft_item .text {
  position: relative;
  padding-bottom: 20px;
}
.gft_item .categ {
  border-radius: 30px;
  width: calc(7em + 60px);
  padding: 15px 30px;
  background-color: #023a2d;
  font-size: 18px;
  line-height: 1;
  color: #fff;
}
.gft_item .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 1rem;
  line-height: 1;
  padding-left: 15px;
}
.gft_item .name .n {
  padding-right: 1rem;
  font-size: 32px;
  font-weight: 500;
  color: #00655c;
}
.gft_item .name .c {
  padding: 0.5rem;
  border: 1px solid #abcd03;
  color: #00655c;
}
.gft_item .detail {
  margin-top: 0.5rem;
  max-width: 24em;
  padding-left: 15px;
  font-size: 20px;
  line-height: 1.4;
}
.gft_item .pic img {
  width: 280px;
}

.g_footer {
  padding: 3rem 0;
  background: -webkit-gradient(linear, left top, right top, from(#023a2d), to(#031624));
  background: linear-gradient(90deg, #023a2d, #031624);
}
.g_footer .logo_items {
  font-size: 0;
  text-align: center;
}
.g_footer .logo_items .logo {
  display: inline-block;
}
.g_footer .logo_items .logo a {
  padding: 20px 30px;
  display: block;
  text-align: center;
}
.g_footer .logo_items .logo img {
  width: 200px;
}

.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 .modal_t {
  position: relative;
}
.modal-header button.close {
  font-size: 2rem;
  line-height: 1;
  color: #000;
  opacity: 1;
}

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

@media (max-width: 767px) {
  .g_kv .date {
    bottom: 5%;
    font-size: 1.25rem;
    display: block;
  }
  .g_kv .date .a {
    font-size: 1.125rem;
  }
  .g_kv .date .b {
    font-size: 2rem;
  }
  .g_kv .date .b .b1 {
    padding-right: 4px;
  }
  .g_kv .date .c {
    padding-left: 0;
  }

  .sc_intro .parag {
    padding: 0 1rem;
  }
  .sc_intro .parag p {
    font-size: 1rem;
    text-align: left;
  }

  .sc_speaker .sec_cnts {
    display: block;
    padding: 0 1rem;
  }
  .sc_speaker .sec_cnts .spk_items {
    display: block;
  }
  .sc_speaker .sec_cnts .spk_item {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .sc_speaker .sec_cnts .spk_item img {
    border-radius: 20px;
  }

  .sc_gift {
    padding-bottom: 20px;
  }
  .sc_gift .sec_cnts {
    padding: 0 1rem;
  }

  .gft_item {
    display: block;
  }
  .gft_item .categ {
    margin: 20px auto 0;
  }
  .gft_item .text {
    padding-bottom: 0;
  }
  .gft_item .name {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0;
  }
  .gft_item .name .n {
    font-size: 1.375rem;
    line-height: 1.3;
    font-weight: 700;
  }
  .gft_item .name .c {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .gft_item .detail {
    padding-left: 0;
  }

  .g_footer {
    padding: 2rem;
  }
  .g_footer .logo_items .logo {
    display: block;
  }
  .g_footer .logo_items .logo a {
    padding: 0;
  }
  .g_footer .logo_items .logo a img {
    width: 50%;
  }
  .g_footer .logo_items .logo:last-child {
    margin-top: 1rem;
  }

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