@charset "UTF-8";
@-webkit-keyframes bounseX {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  60% {
    -webkit-transform: translateX(2%);
            transform: translateX(2%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes bounseX {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  60% {
    -webkit-transform: translateX(2%);
            transform: translateX(2%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40%);
            transform: translateY(40%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40%);
            transform: translateY(40%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
}
@keyframes float {
  0% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
}
html {
  font-size: 16px;
}

body {
  font-family: "FujitsuSans", "Lato", "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: #563791 -webkit-gradient(linear, left top, left bottom, from(#3588a4), to(#563791));
  background: #563791 linear-gradient(#3588a4, #563791);
  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/arrow_top.png") center/contain no-repeat;
}

.sc_title {
  position: relative;
  z-index: 2;
  line-height: 1;
  margin-bottom: 2em;
  text-align: center;
}
.sc_title .tit {
  position: relative;
  display: inline-block;
  font-size: 1.75rem;
  font-weight: 700;
  color: #b49fcb;
}
.sc_title .tit::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.75rem;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background-color: #efdf41;
  background: -webkit-gradient(linear, left top, right top, from(#b49fcb), to(#efdf41));
  background: linear-gradient(90deg, #b49fcb, #efdf41);
}

@-webkit-keyframes shine {
  0% {
    -webkit-transform: translateX(-110%);
            transform: translateX(-110%);
  }
  100% {
    -webkit-transform: translateX(110%);
            transform: translateX(110%);
  }
}

@keyframes shine {
  0% {
    -webkit-transform: translateX(-110%);
            transform: translateX(-110%);
  }
  100% {
    -webkit-transform: translateX(110%);
            transform: translateX(110%);
  }
}
.g_header {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0) 10%), linear-gradient(30deg, #3588a4, #74b4e3 20%, #563791, #000);
}
.g_header .header_wrap {
  position: relative;
  padding: 0.5rem;
}
.g_header .header_logo {
  position: absolute;
  top: 50%;
  left: 2rem;
  width: 100px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.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_cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.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: #efdf41;
  text-decoration: none;
}

.g_kv .desktop {
  position: relative;
}
.g_kv .desktop .tag {
  position: absolute;
  right: 5%;
  top: 50%;
  border: 2px solid #563791;
  border-radius: 30px;
  padding: 10px 30px;
  background-color: rgba(116, 180, 227, 0.5);
  font-size: 1.5rem;
  font-weight: 300;
  color: #563791;
}

.main_content {
  position: relative;
  z-index: 2;
}

.sc_intro {
  padding: 3rem 0;
}
.sc_intro p {
  max-width: calc(800px + 2rem);
  margin: 0 auto 1em;
  padding: 0 1rem;
  font-size: 1.25rem;
}
.sc_intro p.tip {
  font-size: 1rem;
  text-align: center;
  color: #563791;
}
.sc_intro .h4 {
  font-size: 2rem;
  color: #3588a4;
  margin-bottom: 2rem;
}
.sc_intro p:last-child {
  margin-bottom: 0;
}
.sc_intro .icon_line {
  text-align: center;
  padding: 1rem 0;
}
.sc_intro .icon_line .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sc_intro .icon_line .img,
.sc_intro .icon_line .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.sc_intro .icon_line .img {
  line-height: 0;
}
.sc_intro .icon_line img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
.sc_intro .icon_line .text {
  padding-left: 1rem;
  text-align: left;
}
.sc_intro .icon_line .text div {
  font-size: 1.5rem;
  color: #3588a4;
  font-weight: 700;
}
.sc_intro .icon_line .text span {
  color: #0e2f53;
}

.cta {
  margin-top: 1rem;
  font-size: 0;
  text-align: center;
}
.cta .bttn {
  position: relative;
  display: inline-block;
  border-radius: 2.5rem;
  height: 5rem;
  background-color: #fff;
  overflow: hidden;
}
.cta .bttn::before, .cta .bttn::after {
  content: "";
  position: absolute;
  -webkit-transition: left 1200ms;
  transition: left 1200ms;
}
.cta .bttn::before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 2.5rem;
  background: linear-gradient(120deg, #74b4e3, #563791);
}
.cta .bttn::after {
  right: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: 2.5rem;
  border: 4px solid #563791;
}
.cta .bttn div {
  position: relative;
  top: 50%;
  z-index: 2;
  padding: 0 4rem;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 1px 5px rgba(86, 55, 145, 0.67);
  -webkit-transition-property: color, text-shadow;
  transition-property: color, text-shadow;
  -webkit-transition-duration: 800ms;
          transition-duration: 800ms;
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cta .bttn:hover {
  text-decoration: none;
}
.cta .bttn:hover::before {
  left: 100%;
}
.cta .bttn:hover div {
  color: #563791;
  text-shadow: 0 1px 5px rgba(86, 55, 145, 0);
}

.sc_agenda {
  padding: 4rem 0;
  background-color: #000;
}
.sc_agenda .sc_title .tit {
  color: #efdf41;
}

.ag_table .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-bottom: 1px solid rgba(116, 180, 227, 0.33);
}
.ag_table .tr:last-child {
  border-bottom-width: 0;
}
.ag_table .tr .td {
  padding: 0.75rem 1rem;
  line-height: 1;
}
.ag_table .tr .time {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18%;
          flex: 0 0 18%;
  text-align: center;
}
.ag_table .tr .title {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 52%;
          flex: 1 0 52%;
  line-height: 1.33;
}
.ag_table .tr .title .i {
  color: #74b4e3;
}
.ag_table .tr .title .t {
  font-size: 1.25rem;
}
.ag_table .tr .speaker {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  line-height: 1;
}
.ag_table .tr .speaker .td_inner[data-target] {
  cursor: pointer;
}
.ag_table .tr .speaker .td_inner[data-target]:hover .sp_name,
.ag_table .tr .speaker .td_inner[data-target]:hover .sp_tit,
.ag_table .tr .speaker .td_inner[data-target]:hover .sp_com {
  text-decoration: underline;
}
.ag_table .tr .sp_t {
  font-size: 0.875rem;
  margin-bottom: 0.33rem;
  color: #74b4e3;
}
.ag_table .tr .sp_t:not(:first-child) {
  margin-top: 0.75rem;
}
.ag_table .tr .sp_name {
  font-size: 1.25rem;
  font-weight: 700;
  color: #3588a4;
}
.ag_table .tr .py_05 {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
.ag_table .tr .sp_com {
  padding-right: 4px;
}
.ag_table .tr .sp_tit {
  padding-left: 0;
}
.ag_table .tr.tr_spec {
  background-color: #fffdec;
}
.ag_table .tr.tr_spec .td {
  color: #3588a4;
}
.ag_table .tr_tit {
  margin-top: 1rem;
  padding: 0.5rem 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(75%, #563791), to(#74b4e3));
  background: linear-gradient(90deg, #563791 75%, #74b4e3);
  color: #fff;
}
.ag_table .tr_tit .t {
  font-size: 1.33rem;
  text-align: center;
}

.logo_cnt .img {
  max-width: 360px;
  margin: 0 auto;
}

.sc_gift {
  padding: 3rem 0;
}

.gift_cnt .item .img {
  overflow: hidden;
}
.gift_cnt .item .img img {
  padding: 0 25px;
}
.gift_cnt .item .txt {
  line-height: 1;
  padding: 0.5em 2rem 2rem;
  text-align: center;
}
.gift_cnt .item .att {
  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;
  margin-bottom: 0.5em;
  font-size: 1.25em;
  color: #3588a4;
}
.gift_cnt .item .att .t {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.gift_cnt .item .att .l {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 3rem;
          flex: 0 0 3rem;
  border-top: 1px solid currentColor;
}
.gift_cnt .item .price {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 80px;
  border: 5px solid #efdf41;
  border-radius: 40px;
  background-color: #3588a4;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 70px;
  text-align: center;
  color: #fff;
}
.gift_cnt .item .name {
  margin-top: 0.5rem;
  font-size: 1.75em;
  font-weight: 700;
  line-height: 1;
  color: #563791;
}
.gift_cnt .item .active {
  margin-top: 0.5rem;
  line-height: 1.6;
  width: 100%;
}
.gift_cnt .item .frame,
.gift_cnt .item .tip {
  display: inline-block;
}
.gift_cnt .item .frame {
  display: inline-block;
  margin-top: 0.5rem;
  border-radius: 16px;
  padding: 0.5em 0.75em 0.35em;
  background-color: #efdf41;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
}
.gift_cnt .item .tip {
  padding-left: 0.125rem;
  font-size: 0.925em;
  color: #888;
}

.sc_detail {
  padding: 3rem 0;
  background-color: #fafafa;
}
.sc_detail ul {
  padding-left: 1.25em;
}
.sc_detail li {
  line-height: 1.3;
  padding: 0.33rem 0;
}

.sc_location {
  padding: 3rem 0;
}
.sc_location .info_wrap {
  text-align: center;
}
.sc_location .info_wrap span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.sc_location .info_wrap .loca {
  font-size: 1.5rem;
  font-weight: 700;
  color: #563791;
  padding-right: 1rem;
}
.sc_location .info_wrap .addr {
  border-radius: 4px;
  padding: 0.5rem;
  font-size: 1rem;
  color: #fff;
  background-color: #563791;
}
.sc_location .map_wrap {
  margin: 1rem auto 0;
  padding: 10px;
  background: linear-gradient(100deg, #fff 1%, #3588a4 15%, #74b4e3 85%, #fff 99%);
}
.sc_location .map_wrap .map {
  position: relative;
  padding-top: 40%;
  overflow: hidden;
}
.sc_location .map_wrap .map iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.sc_footer {
  overflow: hidden;
  padding: 2em;
  background-color: #fafafa;
}
.sc_footer .in_left {
  position: relative;
}
.sc_footer .logo_item .i_t {
  padding-left: 0.75rem;
  padding-top: 0.125rem;
  border-left: 2px solid currentColor;
  line-height: 1;
  color: rgba(53, 136, 164, 0.8);
  font-weight: 700;
  margin-top: 1rem;
  margin-left: 1rem;
  margin-bottom: 0.5rem;
}
.sc_footer .logo {
  display: block;
  height: 100%;
}
.sc_footer .logo img {
  height: 88px;
}
.sc_footer .intro {
  margin-top: 0.5rem;
  font-size: 0.875rem;
}
.sc_footer .links {
  margin-top: 0.5rem;
}
.sc_footer .links .link {
  display: inline-block;
  margin-right: 0.25rem;
  line-height: 1.2;
}
.sc_footer .links a {
  border-radius: 4px;
  display: block;
  padding: 1rem;
  background: center/contain no-repeat;
  background-color: #3588a4;
}
.sc_footer .links a.i_logo {
  background-image: url("img/i_logo.svg");
}
.sc_footer .links a.i_fb {
  background-image: url("img/i_fb.svg");
}
.sc_footer .links a:hover {
  background-color: #3588a4;
  text-decoration: none;
}

.modal-dialog {
  max-width: 36rem;
}

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

.modal-header {
  border-bottom-width: 0;
}
.modal-header button.close {
  font-size: 2rem;
  line-height: 1;
  color: #000;
  opacity: 1;
}

.modal-body {
  margin: 0.25em 0;
  padding: 2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
  .g_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  .g_header .nav_cnt {
    left: -0.5rem;
    top: 100%;
    width: calc(100% + 1rem);
    display: block;
    margin-top: 0.5rem;
  }
  .g_header .nav_item {
    padding: 1rem 2rem;
  }

  .g_kv {
    margin-top: 64px;
  }

  .sc_intro .intro_wrap p {
    padding: 0 1.5rem;
  }
  .sc_intro .wording_area {
    padding: 2rem 2.5rem;
  }
  .sc_intro .wording_area .wording {
    font-size: 1.5em;
  }
  .sc_intro .wording_area .by {
    margin-top: 1rem;
    line-height: 1;
  }
  .sc_intro .wording_area .by .t {
    font-size: 1rem;
  }
  .sc_intro .wording_area .by .t::before {
    display: none;
  }
  .sc_intro .wording_area .by .n {
    margin-top: 0.5rem;
    font-size: 1.33rem;
    padding-left: 0;
  }

  .ag_table .tr {
    display: block;
    padding: 0.75rem 0;
    background: #fff;
  }
  .ag_table .tr.soft_bg {
    background: #fefbfb;
  }
  .ag_table .tr.tr_spec {
    background-color: rgba(255, 255, 255, 0.95);
  }
  .ag_table .tr .td {
    padding: 0.25rem 1rem;
  }
  .ag_table .tr .time {
    text-align: left;
  }

  .gift_cnt {
    display: block;
    padding-bottom: 0;
  }
  .gift_cnt .item {
    padding: 15px 0;
  }
  .gift_cnt .item .img img {
    padding: 0 25px;
  }
  .gift_cnt .item .txt {
    padding-top: 0;
  }

  .fix_aside {
    right: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .fix_aside .fx_item {
    margin: 0 0.5em;
  }

  .sc_footer {
    padding: 1rem 2rem 6rem;
  }
  .sc_footer .d-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sc_footer .in_left::before {
    display: none;
    bottom: 0;
    left: 19%;
    width: 62%;
  }
  .sc_footer .logo_item {
    text-align: center;
  }
  .sc_footer .logo_item .i_t {
    display: inline-block;
    padding: 0.125rem 2rem 0.33rem;
    border-left: 0px solid rgba(53, 136, 164, 0);
    border-bottom: 1px solid currentColor;
    text-align: center;
    margin-left: 0;
  }
  .sc_footer .logo {
    padding: 0.5rem 0;
    text-align: center;
  }
  .sc_footer .logo img {
    height: auto;
    width: 66%;
  }
  .sc_footer .intro {
    margin-top: 1rem;
  }
  .sc_footer .links {
    text-align: center;
  }
  .sc_footer .links .link {
    margin: 0.5rem 0.25rem 0;
  }
  .sc_footer .links a {
    padding: 1.5rem;
  }
}