html {
  font-size: 16px;
}

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

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, #073260, #073260);
  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: #f39800 -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.12)), color-stop(10%, rgba(255, 255, 255, 0)));
  background: #f39800 linear-gradient(0deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0) 10%);
}
.g_header.is_active .nav_link:hover {
  color: #073260;
}
.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: #ea515a;
  text-decoration: none;
}

.g_kv {
  position: relative;
}

.g_main .main_sc {
  padding: 60px 0;
}
.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: #f39800;
}
.g_main .sc_title::before {
  content: "";
  position: absolute;
  left: calc(50% - 2.5em);
  bottom: 0;
  width: 5em;
  height: 4px;
  background: #f39800;
}
.g_main .soft_bg {
  background-color: rgba(7, 50, 96, 0.06);
}
.g_main .soft_bg + .soft_bg {
  padding-top: 0;
}

.intro_cnt {
  max-width: 960px;
  margin: 0 auto;
  font-size: 1.25rem;
  text-align: center;
}
.intro_cnt p {
  line-height: 1.8;
  margin-bottom: 1em;
}
.intro_cnt .strong {
  margin-top: 20px;
  padding: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #f39800;
}
.intro_cnt .strong span {
  display: inline-block;
  padding: 10px 20px;
  background-color: #fff;
  font-weight: 700;
  color: #f39800;
}
.intro_cnt .strong div {
  padding: 6px 20px;
  font-size: 1.2em;
  font-weight: 700;
  background-color: #f39800;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.intro_cnt .cta {
  margin-top: 1rem;
  padding: 1rem 0 2rem;
  text-align: center;
}
.intro_cnt .cta .tip {
  font-size: 1.25rem;
}
.intro_cnt .cta .bttn {
  display: inline-block;
  margin: 10px 0;
  border-radius: 2.5rem;
  padding: 1.4rem 3rem 1.5rem;
  background: linear-gradient(120deg, #ea515a, #073260, #2282e9);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  font-size: 1.675rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  -webkit-transition: background 300ms, letter-spacing 300ms;
  transition: background 300ms, letter-spacing 300ms;
  letter-spacing: 0;
}
.intro_cnt .cta .bttn:hover {
  text-decoration: none;
  letter-spacing: 0.2em;
  background-position-x: 100%;
}

.gift_cnt {
  text-align: center;
}

.gift_item {
  padding: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.3);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gift_item .pic {
  -ms-flex-preferred-size: 300px;
      flex-basis: 300px;
}
.gift_item .wording {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 450px;
          flex: 1 0 450px;
  padding: 20px 20px 20px 0;
  text-align: left;
  font-size: 1.25rem;
}
.gift_item .wording .tit {
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1;
  padding: 0 0.5em;
  border-left-width: 2px;
}
.gift_item .wording .name {
  font-size: 1.25em;
  color: #2282e9;
}
.gift_item .wording .cnt .i {
  display: inline-block;
  margin-top: 6px;
  padding: 6px 12px 8px;
  line-height: 1;
  border-radius: 4px;
  font-size: 0.875em;
  background-color: #073260;
  color: #fff;
}

.sc_agenda .date {
  text-align: center;
  padding-bottom: 1em;
  font-size: 1.5em;
  color: #0070c5;
}

.ag_table {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  border: 1px solid #073260;
  font-size: 1.125em;
}
.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(7, 50, 96, 0.5);
  padding: 0.75rem 1.75rem;
  background-color: #fff;
}
.ag_table .tr.tr_soft {
  background-color: rgba(7, 50, 96, 0.1);
}
.ag_table .tr .time {
  font-size: 0.9em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 6em;
          flex: 0 0 6em;
  color: #2282e9;
}
.ag_table .tr .title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 70%;
          flex: 1 1 70%;
  padding-left: 1.25em;
  padding-right: 1.25em;
}
.ag_table .tr .title .tit {
  font-weight: 700;
}
.ag_table .tr .title .list {
  padding-left: 1.5em;
  margin-bottom: 0;
}
.ag_table .tr .point {
  margin-top: 10px;
}
.ag_table .tr .point .toggle {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 0.75em;
  color: #fff;
  background-color: #f39800;
}
.ag_table .tr .point .cnt {
  padding-left: 8px;
  margin-top: 4px;
  font-size: 0.875em;
}
.ag_table .tr .point .cnt p {
  margin-bottom: 0;
}
.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: #2282e9;
}
.ag_table .tr .speaker .job,
.ag_table .tr .speaker .cpy {
  font-size: 0.875em;
}
.ag_table .tr:last-child {
  border-bottom-width: 0;
}

.gift_items {
  padding: 30px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.gift_items .item {
  margin: 10px 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
  padding-left: calc(1em + 1vw);
  background-color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2vw;
  overflow: hidden;
  -webkit-box-shadow: 0 10px 12px 0 rgba(0, 0, 0, 0.13);
          box-shadow: 0 10px 12px 0 rgba(0, 0, 0, 0.13);
}
.gift_items .wording {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  padding: 20px 0;
}
.gift_items .wording .cag {
  color: #2282e9;
  font-weight: 700;
  font-size: 1.25em;
  margin-bottom: 1vw;
}
.gift_items .pic {
  background-color: #fff;
}
.gift_items .pic img {
  width: 100%;
}

.sc_speaker .container-fluid {
  max-width: 1280px;
}
.spk_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.spk_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}
.spk_item .pic {
  padding: 0 20px;
  cursor: pointer;
  opacity: 1;
}
.spk_item .pic:hover img {
  opacity: 0.6;
}
.spk_item .pic img {
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
  border-radius: 50%;
}
.spk_item .wording {
  padding: 10px 20px;
  text-align: center;
}
.spk_item .wording .name {
  font-size: 1.25em;
  font-weight: 700;
  color: #2282e9;
}
.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-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  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 .tit {
  font-size: 1.25rem;
  font-weight: 700;
  color: #2282e9;
}
.sc_location .loc_wording .val span {
  display: block;
  font-weight: normal;
  font-size: 1rem;
  margin-top: 6px;
  padding-bottom: 20px;
}
.sc_location .loc_wording .way a {
  font-weight: 700;
  text-decoration: underline;
}
.sc_location .loc_wording .way a:hover {
  color: #073260;
}
.sc_location .loc_map {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 60%;
          flex: 1 0 60%;
}
.sc_location .loc_map .map_wrap {
  position: relative;
  padding-top: 50%;
}
.sc_location .loc_map .map_wrap iframe {
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
}

.sc_detail {
  font-size: 0.875em;
}
.sc_detail .sec_cnt .list {
  padding-left: 1.5rem;
  padding-right: 40px;
  margin-top: -4px;
  margin-bottom: 0;
}
.sc_detail .sec_cnt .list li {
  padding: 6px 0;
  line-height: 1.3;
}
.sc_detail .sec_cnt .list li ul {
  padding-left: 1.6em;
}
.sc_detail .sec_cnt .list a {
  color: #0070c5;
  text-decoration: underline;
}
.sc_detail .sec_cnt .list a:hover {
  color: #073260;
}

.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 1rem 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: 1rem 2rem 2rem;
  font-size: 1.125rem;
}

.g_footer {
  padding: 1rem 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0) 10%), linear-gradient(160deg, #f39800 10%, #fffa99 90%);
  color: #fff;
}

@media (max-width: 767px) {
  .g_header {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0) 10%), linear-gradient(160deg, #073260 10%, #ea515a 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;
  }

  .intro_cnt {
    font-size: 1.125rem;
  }

  .intro_cnt .strong div {
    font-size: 1.2rem;
  }

  .gift_cnt {
    padding: 0 30px;
  }

  .gift_item {
    display: block;
  }
  .gift_item .pic {
    display: inline-block;
    max-width: 200px;
  }
  .gift_item .wording {
    text-align: center;
    font-size: 1rem;
    padding: 10px;
  }
  .gift_item .wording .tit {
    display: inline-block;
    border-right-width: 2px;
  }

  .sc_agenda .sec_cnt {
    display: block;
  }

  .ag_table {
    margin-top: 1rem;
  }
  .ag_table .tr {
    display: block;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .ag_table .tr .title {
    padding: 0;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .ag_table .tr .point .cnt {
    padding-left: 0;
  }

  .spk_items {
    display: block;
  }

  .spk_item {
    margin-bottom: 20px;
  }
  .spk_item .pic {
    padding: 0;
    max-width: 240px;
    margin: 0 auto;
  }

  .sc_location {
    padding-bottom: 0;
  }
  .sc_location .sec_cnt {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sc_location .loc_map {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .sc_location .loc_map .map_wrap {
    padding-top: 100%;
  }
  .sc_location .loc_wording {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    padding: 20px 10px 0;
  }

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

  .g_footer {
    padding: 2rem 0;
  }

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

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