html {
  font-size: 16px;
}

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

a {
  color: inherit;
}

.fix_aside {
  position: fixed;
  z-index: 99;
  right: 1rem;
  bottom: 1rem;
  -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: 1em;
  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;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fix_aside .fx_item.is_primary {
  background: #1d71b8 linear-gradient(120deg, #c3e094, #a1c464);
  color: #fff;
}
.fix_aside .fx_item:hover {
  -webkit-transform: translate3d(0, -3px, 0);
          transform: translate3d(0, -3px, 0);
  -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: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}
.fix_aside .fx_item .in_wrap.txt {
  text-align: center;
  line-height: 1.2;
  font-weight: 700;
}
.fix_aside .fx_item .in_wrap.ic_top {
  width: 100%;
  height: 100%;
  padding: 0.5em 0;
}
.fix_aside .fx_item .in_wrap.ic_top .ic {
  width: 100%;
  height: 100%;
  background: url("img/ui/arrow_top.png") center/contain no-repeat;
}
.fix_aside .fx_item .in_wrap.ic_linkedin {
  width: 100%;
  height: 100%;
  padding: 0.5em 0;
}
.fix_aside .fx_item .in_wrap.ic_linkedin .ic {
  width: 100%;
  height: 100%;
  background: url("img/ui/linkedin.svg") center/contain no-repeat;
}

.g_header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 19;
  width: 100%;
  text-align: center;
}
.g_header .header_wrap {
  position: relative;
}
.g_header .nav_area {
  display: inline-block;
  position: relative;
  z-index: 3;
}
.g_header .nav_cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 1rem;
  background-color: rgba(29, 113, 184, 0.8);
}
.g_header .nav_item {
  line-height: 1;
  font-weight: normal;
}
.g_header .nav_link {
  display: block;
  padding: 0.75rem 1.25rem;
  font-size: 1.125em;
  color: #fff;
  background-color: rgba(191, 184, 147, 0);
}
.g_header .nav_link:hover {
  background-color: #bfb893;
  text-decoration: none;
}

.primary_cta {
  display: inline-block;
  border-radius: 3rem;
  padding: 0.5rem 2rem 0.6rem;
  background: -webkit-gradient(linear, left top, right top, from(#3a95e0), to(#1d71b8));
  background: linear-gradient(90deg, #3a95e0, #1d71b8);
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
}
.primary_cta:hover {
  text-decoration: none;
  -webkit-transform: translate3d(5px, 0, 0);
          transform: translate3d(5px, 0, 0);
  color: #fff;
}
.primary_cta span,
.primary_cta img {
  display: inline-block;
  vertical-align: middle;
}
.primary_cta span {
  color: inherit;
}
.primary_cta img {
  margin-left: 0.5rem;
  width: 1.75rem;
}

body {
  background: url("img/kvbg.png") center/cover fixed;
}

.g_kv {
  position: relative;
}
.g_kv .desktop .bg {
  height: 50vw;
  background: url("img/kvbg.png") center/cover;
}
.g_kv .desktop .tit {
  position: absolute;
  left: 8%;
  top: 8%;
  width: 84%;
}

.cta_wrap {
  margin-top: 40px;
  text-align: center;
}
.cta_wrap .cta_text {
  margin-bottom: 15px;
  font-size: 1.125rem;
  line-height: 1.2;
  color: #1d71b8;
}

.main_sc {
  padding-top: 40px;
  padding-bottom: 60px;
}

.g_main {
  position: relative;
  z-index: 2;
  background: linear-gradient(rgba(255, 255, 255, 0.9) 60px, rgba(29, 113, 184, 0.9));
}
.g_main .sc_title {
  position: relative;
  z-index: 2;
  line-height: 1;
  margin-bottom: 30px;
  text-align: center;
}
.g_main .sc_title .tit {
  display: inline-block;
  font-size: 2rem;
  padding-bottom: 0.5em;
  font-weight: 500;
  line-height: 1;
  -webkit-transform: skew(-8deg);
          transform: skew(-8deg);
  letter-spacing: 0.2em;
  background: -webkit-gradient(linear, left top, right top, from(#bfb893), to(#a1c464)) center bottom/90% 3px no-repeat;
  background: linear-gradient(90deg, #bfb893, #a1c464) center bottom/90% 3px no-repeat;
  color: #fff;
}

.sc_intro {
  background-color: #fff;
}
.sc_intro .intr_cnt {
  margin: 0 auto;
  max-width: 50em;
  font-size: 1.125em;
  line-height: 1.67;
}
.sc_intro .gift_cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sc_intro .gift_cnt .pic {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 250px;
}
.sc_intro .gift_cnt .pic img {
  max-width: 100%;
}
.sc_intro .gift_cnt .word {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 480px;
  font-size: 1.125em;
}
.sc_intro .gift_cnt .word .tit {
  display: inline-block;
  padding: 0.5em 0.65em;
  line-height: 1;
  font-size: 1.2em;
  background: -webkit-gradient(linear, left top, right top, from(#1d71b8), to(#3a95e0));
  background: linear-gradient(90deg, #1d71b8, #3a95e0);
  color: #fff;
  border: 0 solid #faab63;
  border-left-width: 4px;
}
.sc_intro .gift_cnt .word .text {
  margin-top: 1em;
}
.sc_intro .gift_cnt .word strong {
  margin-left: 0.2em;
}
.sc_intro .gift_cnt .word .stg1 {
  color: #3a95e0;
}
.sc_intro .gift_cnt .word .stg2 {
  color: #87001a;
}
.sc_intro .gift_cnt .word .stg3 {
  color: #a1c464;
}

.sc_agenda {
  background: radial-gradient(closest-side, rgba(58, 149, 224, 0.25), rgba(58, 149, 224, 0));
}
.sc_agenda .sc_title .tit {
  color: #1d71b8;
}

.ag_table {
  max-width: 940px;
  margin: 0 auto;
  font-size: 1.125rem;
  background-color: rgba(255, 255, 255, 0.67);
}
.ag_table .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
  border-bottom: 1px solid #3a95e0;
}
.ag_table .tr_soft {
  background-color: #fff;
}
.ag_table .td {
  padding: 10px 15px;
}
.ag_table .td_time {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.ag_table .time {
  color: #1d71b8;
}
.ag_table .td_topic {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ag_table .tpc {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  padding-right: 1em;
}
.ag_table .toggle {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background-color: #1d71b8;
  padding: 0.4em 0.8em 0.5em;
  color: #fff;
  border-radius: 4px;
  font-size: 0.9em;
  cursor: pointer;
}
.ag_table .toggle:hover {
  background-color: #93278f;
}
.ag_table .td_speaker {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28%;
          flex: 0 0 28%;
}
.ag_table .spk .n {
  font-weight: 500;
  font-size: 1.1em;
}
.spk_cnt {
  max-width: 1440px;
  padding: 0 40px 60px;
  margin: 0 auto;
}
.spk_cnt .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.spk_cnt .spk_item {
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  position: relative;
  opacity: 1;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
.spk_cnt .spk_item:hover {
  opacity: 0.7;
}
.spk_cnt .word {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0.9em 1.25em;
  padding-right: 2em;
  background: -webkit-gradient(linear, left top, right top, from(#1d71b8), to(#3a95e0));
  background: linear-gradient(90deg, #1d71b8, #3a95e0);
  color: #fff;
  font-size: 0.9em;
}
.spk_cnt .word .n {
  font-size: 1.33em;
  font-weight: 700;
  color: yellow;
}
.spk_cnt .word::before {
  content: "";
  position: absolute;
  left: 1.25em;
  top: 0;
  width: 2em;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(yellow), to(#faab63));
  background: linear-gradient(90deg, yellow, #faab63);
}

.sc_company {
  background-color: rgba(0, 0, 0, 0.1);
  background: -webkit-gradient(linear, left top, right top, from(rgba(29, 113, 184, 0)), color-stop(rgba(29, 113, 184, 0.5)), to(rgba(29, 113, 184, 0)));
  background: linear-gradient(90deg, rgba(29, 113, 184, 0), rgba(29, 113, 184, 0.5), rgba(29, 113, 184, 0));
}
.sc_company .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sc_company .cpy_item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 25%;
          flex: 1 1 25%;
  padding: 0 5px;
}
.sc_company .cpy_item a {
  display: block;
  overflow: hidden;
  background-color: #fff;
  border-radius: 5px;
  padding: 15px;
}
.sc_company .cpy_item a:hover img {
  opacity: 0.7;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.sc_company .cpy_item img {
  -webkit-transition: opacity 300ms, -webkit-transform 300ms;
  transition: opacity 300ms, -webkit-transform 300ms;
  transition: transform 300ms, opacity 300ms;
  transition: transform 300ms, opacity 300ms, -webkit-transform 300ms;
  opacity: 1;
}

.sc_location {
  overflow: hidden;
}
.sc_location .map_tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 12px;
  font-size: 1.25rem;
  color: #fff;
}
.sc_location .map_tit .tit {
  font-weight: 700;
  font-size: 1.2em;
}
.sc_location .map_tit .txt {
  font-size: 1.1em;
  margin: 0 10px;
}
.sc_location .map_wrap {
  position: relative;
  overflow: hidden;
  padding-top: 40%;
  width: 80%;
  margin: 0 auto;
  border-radius: 10px;
}
.sc_location .map_wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.modal-content {
  border-width: 0;
}

.modal-header {
  border-bottom-width: 0;
  padding-left: 2rem;
  line-height: 1;
}
.modal-header .h5 {
  color: #1d71b8;
  font-weight: 700;
}
.modal-header button.close {
  font-size: 1.5rem;
  color: #000;
  opacity: 1;
}

.modal-body {
  padding: 1.25rem 2rem 1.75rem;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 1rem;
  line-height: 1.5;
}
.modal-body ul,
.modal-body ol {
  padding-left: 1.7rem;
  margin-bottom: 0;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
.modal-body li {
  padding: 0.2rem 0;
}

@media (max-width: 767px) {
  .fix_aside {
    right: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .fix_aside .fx_item {
    margin: 0 0.25em;
  }

  .g_header {
    width: 100%;
    background-color: #1d71b8;
  }
  .g_header .header_wrap {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .g_header .menu_trigger {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .g_header .menu_trigger .menu_btn {
    position: relative;
    width: 48px;
    height: 48px;
    text-align: center;
    border-radius: 6px;
    border: 1px solid #fff;
    background-color: rgba(255, 255, 255, 0);
  }
  .g_header .menu_trigger .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_trigger .menu_btn .icon::before, .g_header .menu_trigger .menu_btn .icon::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
  }
  .g_header .menu_trigger .menu_btn .icon::before {
    top: -200%;
  }
  .g_header .menu_trigger .menu_btn .icon::after {
    bottom: -200%;
  }
  .g_header .menu_trigger .menu_btn.sty_white {
    border-color: #fff;
  }
  .g_header .menu_trigger .menu_btn.sty_white .icon, .g_header .menu_trigger .menu_btn.sty_white .icon::before, .g_header .menu_trigger .menu_btn.sty_white .icon::after {
    background-color: #fff;
  }
  .g_header .nav_area {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    display: none;
  }
  .g_header .nav_cnt {
    display: block;
  }
  .g_kv {
    margin-top: 68px;
  }

  .sc_intro .intr_cnt {
    font-size: 1rem;
  }
  .sc_intro .gift_cnt {
    margin-top: 2em;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sc_intro .gift_cnt .pic {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .sc_intro .gift_cnt .word {
    margin-top: 1em;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: center;
  }
  .sc_intro .gift_cnt .word .tit {
    border-width: 0 0 4px 0;
  }
  .sc_intro .gift_cnt .word .text {
    margin-top: 0.5em;
  }

  .ag_table .tr {
    display: block;
    padding: 10px;
  }
  .ag_table .td {
    padding: 5px;
  }
  .ag_table .td_topic {
    display: block;
  }
  .ag_table .toggle {
    display: inline-block;
    margin-top: 4px;
  }

  .spk_cnt .items {
    display: block;
  }
  .spk_cnt .spk_item {
    margin-bottom: 15px;
  }

  .sc_company .items {
    display: block;
  }
  .sc_company .cpy_item {
    margin-bottom: 10px;
  }

  .sc_location {
    padding-bottom: 80px;
  }
  .sc_location .map_tit {
    display: block;
    font-size: 1rem;
    line-height: 1.3;
    text-align: center;
  }
  .sc_location .map_wrap {
    width: 100%;
    padding-top: 300px;
  }

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

  .modal-body {
    padding: 1.5rem;
    font-size: 1rem;
  }
}