@charset "UTF-8";
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: 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: linear-gradient(135deg, #f7d745, #e57b58);
  color: #fff;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.5);
}
.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;
}

.cta {
  margin-top: 2rem;
}
.cta .bttn {
  display: block;
  margin: 0 auto;
  width: 320px;
  border-radius: 40px;
  background: linear-gradient(120deg, #f7d745, #e57b58 60%);
  padding: 1px;
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
}
.cta .bttn .wrp {
  border-radius: 40px;
  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: 1rem 2rem 1.25rem;
  -webkit-transition: background 300ms;
  transition: background 300ms;
  background-color: #070977;
}
.cta .bttn .t {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  padding-left: 1rem;
  padding-right: 0.5rem;
  font-size: 2rem;
  line-height: 1;
  color: #fff;
  text-align: center;
}
.cta .bttn .i {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
}
.cta .bttn:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  text-decoration: none;
  -webkit-box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.5);
}
.cta .bttn:hover .wrp {
  background-color: rgba(7, 9, 119, 0);
}

.sc_title {
  position: relative;
  z-index: 2;
  line-height: 1;
  margin-bottom: 1em;
  text-align: center;
  font-size: 1.5rem;
}
.sc_title .tit {
  display: inline-block;
  padding: 1em 0;
  width: 8em;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
  border: 1px solid #fff;
}
.sc_title .txt {
  position: absolute;
  left: 50%;
  top: 45%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  color: #fff;
}

.g_kv .desktop {
  position: relative;
}
.g_kv .desktop img {
  max-width: 100%;
}

.g_main {
  position: relative;
  z-index: 2;
  color: #fff;
  background: radial-gradient(farthest-side at center bottom, rgba(0, 183, 201, 0.7), rgba(0, 183, 201, 0)) right bottom/100% 15% no-repeat, -webkit-gradient(linear, left bottom, left top, from(#0063c6), to(#00b7c9));
  background: radial-gradient(farthest-side at center bottom, rgba(0, 183, 201, 0.7), rgba(0, 183, 201, 0)) right bottom/100% 15% no-repeat, linear-gradient(0deg, #0063c6, #00b7c9);
}

.sc_intro {
  padding: 3rem 0;
}
.sc_intro p {
  max-width: calc(960px + 2rem);
  margin: 0 auto 1em;
  padding: 0 1rem;
  font-size: 1.25rem;
  text-shadow: 0 1px 2px #0063c6;
}
.sc_intro p:last-child {
  margin-bottom: 0;
}

.sc_location {
  padding: 3rem 0;
}
.sc_location .info_wrap span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.sc_location .info_wrap .date {
  font-size: 1.25rem;
  margin-bottom: 10px;
}
.sc_location .info_wrap .date .d {
  font-weight: 700;
  margin-right: 0.5em;
  color: #f7d745;
}
.sc_location .info_wrap .loca {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
.sc_location .info_wrap .addr {
  border-radius: 4px;
  margin-top: 1.25rem;
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.7);
}
.sc_location .info_wrap ul {
  margin-top: 1rem;
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.sc_location .map_wrap {
  padding: 4px;
}
.sc_location .map_wrap .map {
  position: relative;
  padding-top: 40%;
  border-radius: 10px;
  overflow: hidden;
}
.sc_location .map_wrap .map iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.sc_agenda {
  padding: 40px 0 60px;
}

.agenda_cnt .ag_wrap {
  padding: 0;
}
.agenda_cnt .ag_row.td_split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.agenda_cnt .ag_row.td_split .td_wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: calc(50% - 5px);
}
.agenda_cnt .ag_row .ag_tit {
  font-size: 2rem;
  font-weight: 700;
}
.agenda_cnt .td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 20px 25px;
  background-color: #fff;
  color: #000;
  font-size: 1.125rem;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.19);
}
.agenda_cnt .td.h100 {
  margin-top: 30px;
  height: calc(100% - 40px);
}
.agenda_cnt .td .time {
  width: 6.5em;
  text-align: center;
  font-size: 1em;
}
.agenda_cnt .td .time .t {
  padding: 5px 10px 7px 0;
  border-right: 1px solid currentColor;
  color: #00b7c9;
}
.agenda_cnt .td .title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  padding-left: 20px;
  padding-right: 20px;
}
.agenda_cnt .td .title .spot {
  color: #0063c6;
  font-weight: 700;
}
.agenda_cnt .td .title .tit {
  font-size: 1.2em;
  line-height: 1.2;
}
.agenda_cnt .td .speaker {
  width: 40%;
  padding-right: 15px;
}
.agenda_cnt .td .speaker .spk {
  margin-bottom: 15px;
  line-height: 1.1;
}
.agenda_cnt .td .speaker .spk:last-child {
  margin-bottom: 0;
}
.agenda_cnt .td .speaker .n {
  font-size: 1.1em;
  font-weight: 700;
  color: #070977;
}
.agenda_cnt .td .speaker .c,
.agenda_cnt .td .speaker .j {
  font-size: 1em;
  margin-top: 4px;
  display: inline-block;
  color: rgba(0, 0, 0, 0.75);
}
.agenda_cnt .tip {
  text-align: center;
}

.cmy_cnt .cate_tit {
  text-align: center;
  font-size: 1.5em;
  margin-bottom: 10px;
}
.cmy_cnt .items {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cmy_cnt .item_wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  padding: 5px;
}
.cmy_cnt .item {
  display: block;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.cmy_cnt .item img {
  width: 100%;
  opacity: 1;
  -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;
}
.cmy_cnt .item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0.7;
}

.sc_gift {
  padding: 3rem 0;
}

.gift_cnt .gift_intro {
  margin: 0 auto 2rem;
  padding: 0 1em;
  max-width: 50em;
  font-size: 1.25rem;
}
.gift_cnt .gift_intro p {
  margin-bottom: 0;
}
.gift_cnt .item {
  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;
  font-size: 1.5rem;
}
.gift_cnt .item .type {
  border-radius: 2px 10px 0 0;
  display: inline-block;
  background-color: #00b7c9;
  padding: 0.5rem 2rem 0.5rem 1rem;
  line-height: 1;
  color: #fff;
}
.gift_cnt .item .img {
  width: 240px;
}
.gift_cnt .item .txt {
  text-align: left;
  line-height: 1;
}
.gift_cnt .item .att {
  font-size: 1em;
}
.gift_cnt .item .name {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.3;
}
.gift_cnt .item .count {
  display: inline-block;
  margin-top: 15px;
  padding: 5px 10px 8px;
  background-color: #f7d745;
  color: #070977;
}
.gift_cnt .item .price {
  padding: 0.5rem 1rem 0.65rem;
  border-radius: 40px;
  background-color: #070977;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #fff;
}
.gift_cnt .more {
  margin-top: 1rem;
  text-align: center;
}
.gift_cnt .more_inner {
  display: inline-block;
  border-radius: 3rem;
  padding: 1rem 2rem;
  font-size: 1.25rem;
}

.sc_detail {
  padding: 3rem 0;
}

.detail_cnt ul {
  padding-left: 1.25em;
}
.detail_cnt li {
  line-height: 1.3;
  padding: 0.33rem 0;
}
.detail_cnt a {
  color: #f7d745;
  text-decoration: underline;
}
.detail_cnt a:hover {
  color: #070977;
}
.detail_cnt .tip {
  text-align: center;
}

.g_footer {
  padding: 3rem 0;
}
.g_footer .foo_logo {
  margin: 0 auto;
  max-width: 200px;
}

@media (max-width: 767px) {
  .g_main {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 183, 201, 0)), to(rgba(0, 183, 201, 0.7))) center bottom/100% 5% no-repeat, -webkit-gradient(linear, left bottom, left top, from(#0063c6), to(#00b7c9));
    background: linear-gradient(rgba(0, 183, 201, 0), rgba(0, 183, 201, 0.7)) center bottom/100% 5% no-repeat, linear-gradient(0deg, #0063c6, #00b7c9);
  }

  .sc_intro p {
    font-size: 1.125rem;
  }

  .location_cnt .info_wrap {
    text-align: center;
  }
  .location_cnt .info_wrap .addr {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .location_cnt .map_wrap .map {
    padding-top: 100%;
  }

  .agenda_cnt .td {
    display: block;
    padding: 10px 20px 12px;
    font-size: 1rem;
  }
  .agenda_cnt .td.h100 {
    margin-top: 0;
    height: calc(100% - 10px);
  }
  .agenda_cnt .td .time {
    width: 100%;
    font-size: 1rem;
    text-align: left;
  }
  .agenda_cnt .td .time .t {
    padding: 0;
    border-right: 0;
  }
  .agenda_cnt .td .title {
    margin-top: 5px;
    padding: 0;
  }
  .agenda_cnt .td .speaker {
    margin-top: 10px;
    width: 100%;
  }
  .agenda_cnt .td .speaker .spk {
    margin-bottom: 5px;
  }

  .cmy_cnt .items {
    display: block;
  }
  .cmy_cnt .item_wrap {
    padding: 5px 20px;
  }

  .gift_cnt .item {
    display: block;
  }
  .gift_cnt .item .img {
    margin: 0 auto;
  }
  .gift_cnt .item .txt {
    margin-top: 20px;
    font-size: 1.125rem;
    text-align: center;
  }
}