html {
  font-size: 16px;
}

body {
  font-family: "Noto Sans TC", sans-serif;
  overflow-x: hidden;
  background: url("img/mainbg.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, #0976cc, #0c2775);
  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 {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 98;
  width: 100%;
}
.g_header.is_active {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0) 10%), linear-gradient(160deg, #0976cc 10%, #0c2775 90%);
}
.g_header .header_wrap {
  position: relative;
  padding: 0.5rem;
}
.g_header .menu_btn {
  position: relative;
  width: 48px;
  height: 48px;
  text-align: center;
  border-radius: 6px;
  border: 1px solid #fff;
}
.g_header .menu_btn .icon {
  display: inline-block;
  position: absolute;
  left: 20%;
  top: 50%;
  width: 60%;
  height: 4px;
  margin-top: -2px;
  background-color: #fff;
}
.g_header .menu_btn .icon::before, .g_header .menu_btn .icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.g_header .menu_btn .icon::before {
  top: -200%;
}
.g_header .menu_btn .icon::after {
  bottom: -200%;
}
.g_header .menu_btn.sty_white {
  border-color: #fff;
}
.g_header .menu_btn.sty_white .icon, .g_header .menu_btn.sty_white .icon::before, .g_header .menu_btn.sty_white .icon::after {
  background-color: #fff;
}
.g_header .nav_area {
  position: relative;
  z-index: 3;
}
.g_header .nav_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.g_header .header_logo {
  padding: 0 1rem;
}
.g_header .header_logo img {
  width: 250px;
}
.g_header .nav_cnt {
  padding: 0 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.g_header .nav_item {
  padding: 0.75rem 1rem;
  font-size: 1.125em;
  line-height: 1;
  font-weight: normal;
}
.g_header .nav_link {
  color: #fff;
}
.g_header .nav_link:hover {
  color: #A4FBFF;
  text-decoration: none;
}

.g_kv {
  position: relative;
}
.g_kv .kv_bg {
  height: 80vh;
  background: url("img/kv_tit.png") center/65vw no-repeat;
}

.g_main .main_sc {
  padding: 60px 0;
  background-color: #fff;
}
.g_main .sc_title {
  position: relative;
  z-index: 2;
  line-height: 1.1;
  text-align: center;
  margin-bottom: 30px;
}
.g_main .sc_title .tit {
  display: inline-block;
  padding-bottom: 1rem;
  font-size: 2rem;
  font-weight: 700;
  color: #0976cc;
}
.g_main .sc_title::before {
  content: "";
  position: absolute;
  left: calc(50% - 2.5em);
  bottom: 0;
  width: 5em;
  height: 4px;
  background-color: #ffc100;
  background: -webkit-gradient(linear, left top, right top, from(#0976cc), to(#DB4D85));
  background: linear-gradient(90deg, #0976cc, #DB4D85);
}
.g_main .soft_bg {
  background-color: #f5f6f7;
}
.g_main .soft_bg + .soft_bg {
  padding-top: 0;
}
.g_main .no_bg {
  background-color: transparent;
}
.g_main .no_bg + .no_bg {
  padding-top: 0;
}
.g_main .no_bg .sc_title .tit {
  color: #A4FBFF;
}
.g_main .no_bg .sc_title::before {
  background: -webkit-gradient(linear, left top, right top, from(#fffa99), to(#DB4D85));
  background: linear-gradient(90deg, #fffa99, #DB4D85);
}

.sc_intro {
  background-color: #fff;
}
.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;
}

.cta {
  text-align: center;
}
.cta .tip {
  font-size: 1.25rem;
}
.cta .bttn {
  display: inline-block;
  margin: 10px 0;
  border-radius: 2.5rem;
  letter-spacing: 0;
}
.cta .bttn:hover {
  text-decoration: none;
  letter-spacing: 0.2em;
}
.cta .in {
  border-radius: 4px;
  padding: 1.4rem 3rem 1.6rem;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(0deg, #DB4D85 5px, rgba(219, 77, 133, 0) 5px) 0 0/100% 100%, linear-gradient(90deg, #0976cc, #0c2775) 0 0/100% 100%;
  color: #fff;
  text-shadow: 2px 2px 0 rgba(164, 251, 255, 0.25);
  -webkit-transition: background 300ms, letter-spacing 300ms;
  transition: background 300ms, letter-spacing 300ms;
}
.cta .tip2 {
  font-size: 0.875rem;
  color: #bbb;
}

.sc_agenda {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(9, 118, 204, 0.5)), to(rgba(12, 39, 117, 0.5)));
  background: linear-gradient(rgba(9, 118, 204, 0.5), rgba(12, 39, 117, 0.5));
}

.ag_table {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  border: 1px solid #0976cc;
  font-size: 1.25em;
}
.ag_table .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(9, 118, 204, 0.5);
  padding: 0.75rem 3rem;
  background-color: #fff;
}
.ag_table .tr.is_part {
  background-image: -webkit-gradient(linear, left top, right top, from(#0c2775), to(#0976cc));
  background-image: linear-gradient(90deg, #0c2775, #0976cc);
  text-align: center;
  color: #fff;
}
.ag_table .tr.soft_bg {
  background-color: #f2f2f2;
}
.ag_table .tr .time {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #DB4D85;
  font-size: 0.9em;
  text-align: center;
}
.ag_table .tr .title {
  padding: 0 2em;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 70%;
          flex: 1 1 70%;
  font-weight: 500;
}
.ag_table .tr .title ul {
  padding-left: 1.5em;
}
.ag_table .tr .title span:last-child {
  margin-left: 0.5rem;
  font-size: 0.875em;
  color: rgba(0, 0, 0, 0.6);
}
.ag_table .tr .part {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ag_table .tr .speaker {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
}
.ag_table .tr .speaker .name {
  color: #0c2775;
}
.ag_table .tr .speaker .job,
.ag_table .tr .speaker .cpy {
  font-size: 0.875em;
  line-height: 1.3;
}
.ag_table .tr:last-child {
  border-bottom-width: 0;
}

.sc_speaker {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(12, 39, 117, 0.5)), color-stop(50%, rgba(9, 118, 204, 0.9)));
  background: linear-gradient(rgba(12, 39, 117, 0.5), rgba(9, 118, 204, 0.9) 50%);
}
.sc_speaker .container-fluid {
  max-width: 1440px;
}
.spk_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.spk_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 10px);
          flex: 0 0 calc(50% - 10px);
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.1em;
}
.spk_item .pic {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px;
  padding-left: 20px;
  margin: 0 auto;
}
.spk_item .pic img {
  border-radius: 50%;
}
.spk_item .wording {
  padding: 1.5em;
  padding-top: 1em;
}
.spk_item .wording .name {
  font-size: 1.25em;
  font-weight: 700;
  color: #0c2775;
}
.spk_item .wording .job {
  color: #0976cc;
  line-height: 1.3;
}
.spk_item .wording .text {
  margin-top: 10px;
  font-size: 0.875em;
  color: #676767;
}

.spot_list {
  position: relative;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.spot_list::before {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 8px;
  left: 1%;
  width: 96%;
  height: 1px;
  background-color: #DB4D85;
}
.spot_list li {
  position: relative;
  margin: 0 5px;
  padding: 1em 1.25em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  font-size: 1.2em;
  font-weight: 700;
  background-color: #fff;
  color: #0c2775;
  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;
}
.spot_list li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #DB4D85;
  -webkit-transform: skew(-10deg);
          transform: skew(-10deg);
}

.g_main .sc_gift {
  background-color: #dfdfdf;
  padding: 30px 0;
}
.sc_gift .cta {
  margin-top: 1em;
}

.gift_items {
  margin: 0 auto;
  max-width: 760px;
}
.gift_items .item {
  position: relative;
  border-radius: 15px;
  font-size: 1.125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}
.gift_items .item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1em;
  height: 1em;
  background-color: #DB4D85;
}
.gift_items .item:last-child {
  margin-top: 10px;
}
.gift_items .item .item_in {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 30px 20px 30px 40px;
}
.gift_items .item .tit {
  color: #DB4D85;
  font-size: 1.2em;
  line-height: 1.1;
  font-weight: 700;
}
.gift_items .item .text {
  font-size: 1em;
  margin-top: 12px;
}
.gift_items .item .text span,
.gift_items .item .text b {
  display: inline-block;
  margin-left: 0.25em;
  margin-right: 0.25em;
  color: #0976cc;
}
.gift_items .item .text b {
  font-size: 1.2em;
}
.gift_items .item .text strong {
  display: inline-block;
  margin-left: 0.5em;
  padding: 0.5em 1em;
  border-radius: 0.5em;
  background: -webkit-gradient(linear, left top, right top, from(#0976cc), to(#0c2775));
  background: linear-gradient(90deg, #0976cc, #0c2775);
  color: #fffa99;
}
.gift_items .item .tip {
  margin-top: 16px;
  font-size: 0.875em;
  color: #999;
  line-height: 1.1;
}
.gift_items .pic {
  padding: 5px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  text-align: center;
}

.sc_infomation {
  font-size: 1rem;
}
.g_main .sc_infomation {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(33%, white), color-stop(50%, rgba(255, 255, 255, 0.9)));
  background: linear-gradient(white 33%, rgba(255, 255, 255, 0.9) 50%);
}
.sc_infomation ol {
  padding-left: 1.5em;
}

.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;
}

@media (max-width: 767px) {
  body {
    background-position-x: 80%;
  }

  .fix_aside {
    width: 100%;
    right: 0;
    bottom: 0;
    padding: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .fix_aside .fx_item {
    margin: 0.5em 0.25em;
  }

  .g_header {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0) 10%), linear-gradient(160deg, #0976cc 10%, #0c2775 90%);
  }
  .g_header .nav_content {
    display: block;
  }
  .g_header .header_logo {
    display: block;
    padding: 1rem;
  }
  .g_header .nav_cnt {
    padding: 0;
    display: block;
  }
  .g_header .nav_item {
    padding: 1rem 2rem;
  }

  .g_kv {
    margin-top: 64px;
  }

  .g_main .main_sc {
    padding: 40px 0;
  }
  .sc_intro {
    padding: 0 1rem;
  }
  .sc_intro .sec_cnt {
    font-size: 1rem;
  }
  .sc_intro .p {
    padding: 0 1em;
    text-align: left;
  }

  .cta .tip {
    font-size: 1.125rem;
  }
  .cta .bttn span {
    display: block;
    padding: 2px 0;
  }

  .sc_agenda .sec_cnt {
    display: block;
  }

  .ag_table {
    margin-top: 1rem;
  }
  .ag_table .tr {
    display: block;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    text-align: left;
    text-align: left;
  }
  .ag_table .tr .time {
    text-align: left;
  }
  .ag_table .tr .title {
    padding: 0;
  }
  .ag_table .speaker {
    margin-top: 10px;
  }
  .ag_table .speaker .name {
    display: inline-block;
  }
  .ag_table .speaker .name:last-child {
    margin-left: 1em;
  }

  .spk_items {
    display: block;
  }

  .spk_item {
    margin-bottom: 20px;
  }
  .spk_item .pic {
    padding-top: 2em;
    padding-left: 0;
    max-width: 240px;
    margin: 0 auto;
  }
  .spk_item .wording .name,
.spk_item .wording .job {
    text-align: center;
  }
  .spk_item .wording .name {
    color: #0c2775;
  }

  .spot_tit {
    background-color: #DB4D85;
    color: #fff;
    padding: 0.5em 1em;
  }

  .spot_list {
    text-align: center;
    padding: 0 10px;
  }
  .spot_list::before {
    display: none;
  }
  .spot_list li {
    margin: 5px;
    padding: 1em;
    line-height: 1.3;
  }
  .spot_list li::after {
    -webkit-transform: skew(-6deg);
            transform: skew(-6deg);
  }

  .gift_items {
    padding: 20px 0;
  }
  .gift_items .item .item_in {
    padding: 20px;
  }
  .gift_items .item .tit {
    text-align: center;
  }
  .gift_items .item .text {
    text-align: center;
  }
  .gift_items .item .text div {
    display: inline;
  }
  .gift_items .item .tip {
    font-size: 0.875em;
  }
  .gift_items .pic {
    position: relative;
    top: -20px;
    margin: 0 auto;
    width: 240px;
  }

  .g_main .sc_infomation {
    padding-bottom: 100px;
  }
  .sc_infomation ol {
    font-size: 1rem;
    line-height: 1.3;
  }
  .sc_infomation ol li {
    padding-top: 0.2em;
    padding-bottom: 0.2em;
  }

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

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