html {
  font-size: 16px;
}

body {
  font-family: "Noto Sans TC", sans-serif;
  overflow-x: hidden;
  background: url("img/kvbg.png") 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(51, 51, 51, 0.19);
          box-shadow: 0 1px 3px 0 rgba(51, 51, 51, 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, #7eb6fc, #6068e2);
  color: #fff;
}
.fix_aside .fx_item:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 4px 5px 0 rgba(51, 51, 51, 0.19);
          box-shadow: 0 4px 5px 0 rgba(51, 51, 51, 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 {
  left: 0;
  top: 0;
  z-index: 98;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#7eb6fc), to(#6068e2));
  background: linear-gradient(90deg, #7eb6fc, #6068e2);
}
.g_header.is_active .nav_item {
  font-size: 1rem;
}
.g_header.is_active .header_wrap {
  padding: 0;
}
.g_header .header_wrap {
  position: relative;
  padding: 0.5rem;
  -webkit-transition: padding 300ms;
  transition: padding 300ms;
}
.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.75em 1em;
  font-size: 1.125em;
  line-height: 1;
  font-weight: normal;
  -webkit-transition: font 300ms;
  transition: font 300ms;
}
.g_header .nav_link {
  color: #fff;
}
.g_header .nav_link:hover {
  color: #50f9f0;
  text-decoration: none;
}

.g_kv {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, rgba(0, 0, 0, 0.9)), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(rgba(0, 0, 0, 0.9) 5%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5));
}
.g_kv .logos {
  position: absolute;
  left: 5%;
  top: 2vw;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.g_kv .logos img {
  height: 75px;
}
.g_kv .kv {
  height: 50vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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;
  font-size: 2.5vw;
  background: radial-gradient(farthest-side, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0));
}
.g_kv .tit {
  font-size: 3em;
  font-weight: 700;
  color: #fff;
}
.g_kv .tit .str {
  position: relative;
  display: inline-block;
  padding: 20px 40px 30px;
  margin-left: 10px;
  line-height: 1;
}
.g_kv .tit .str span {
  position: relative;
  z-index: 2;
  font-weight: 900;
}
.g_kv .tit .str::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: skewX(-5deg);
          transform: skewX(-5deg);
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#6068e2), to(#0086d4));
  background: linear-gradient(90deg, #6068e2, #0086d4);
}
.g_kv .sub {
  color: rgba(255, 255, 255, 0.75);
  font-weight: 300;
}
.g_kv .date {
  position: relative;
  margin-top: 3vw;
  font-size: 1.2em;
  color: #fffa99;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
}
.g_kv .date span {
  padding-left: 0.5em;
  font-weight: 300;
  color: #fff;
}
.g_kv .date::after {
  content: "";
  position: absolute;
  left: 45%;
  top: -1.5vw;
  width: 10%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#0086d4), color-stop(#50f9f0), to(#bbf5a4));
  background: linear-gradient(90deg, #0086d4, #50f9f0, #bbf5a4);
}

.g_main {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.75)));
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.75));
  padding-bottom: 100px;
}
.g_main .main_sc {
  padding: 40px 30px;
  margin: 0 auto;
  border-radius: 20px;
  max-width: 90%;
  background-color: #fff;
}
.g_main .small_sc {
  padding: 60px 0;
}
.g_main .small_sc + .small_sc {
  padding-top: 0;
}
.g_main .sc_title {
  position: relative;
  z-index: 2;
  line-height: 1.1;
  text-align: center;
  margin-bottom: 20px;
}
.g_main .sc_title .tit {
  display: inline-block;
  padding-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 300;
  color: #fff;
}
.g_main .sc_title::before {
  content: "";
  position: absolute;
  left: calc(50% - 2.5em);
  bottom: 0;
  width: 5em;
  height: 2px;
  background-color: #ffb4b3;
  background: -webkit-gradient(linear, left top, right top, from(#0086d4), to(#50f9f0));
  background: linear-gradient(90deg, #0086d4, #50f9f0);
}

.cta {
  text-align: center;
}
.cta .bttn {
  display: inline-block;
  margin: 10px 0;
  border-radius: 2.5rem;
  padding: 1.4rem 3rem 1.5rem;
  font-size: 1.675rem;
  font-weight: 700;
  line-height: 1;
  background: -webkit-gradient(linear, left top, right top, from(#0086d4), to(#6068e2)) 0 0/200% 100%;
  background: linear-gradient(90deg, #0086d4, #6068e2) 0 0/200% 100%;
  color: #fff;
  -webkit-transition: background 300ms, letter-spacing 300ms;
  transition: background 300ms, letter-spacing 300ms;
  letter-spacing: 0;
}
.cta .bttn:hover {
  text-decoration: none;
  letter-spacing: 0.2em;
  background-position-x: 100%;
}

.sc_intro {
  font-size: 1.25rem;
  color: #fff;
}
.sc_intro .strong {
  font-size: 2em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1rem;
  color: #bbf5a4;
  text-shadow: 0 2px 0 black;
}
.sc_intro .p {
  max-width: 1020px;
  margin: 0 auto;
  text-align: justify;
  line-height: 1.75;
  margin-bottom: 1.2em;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.sc_intro .two_spot {
  margin-bottom: 1.2em;
  text-align: center;
}
.sc_intro .sp_tit {
  display: inline-block;
  line-height: 24px;
  font-size: 1.5em;
  font-weight: 700;
  border-bottom: 1px solid #fff;
  padding-bottom: 25px;
}
.sc_intro .sp_tit span {
  position: relative;
  top: 2px;
  padding-right: 0.25rem;
  font-size: 1.5em;
  font-family: "Ubuntu", sans-serif;
}
.sc_intro .sp_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sc_intro .sp_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 2px);
          flex: 0 0 calc(50% - 2px);
  padding: 30px 15px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(96, 104, 226, 0.75)), to(rgba(0, 134, 212, 0.75)));
  background: linear-gradient(rgba(96, 104, 226, 0.75), rgba(0, 134, 212, 0.75));
}
.sc_intro .sp_item .tit {
  color: #fffa99;
  font-weight: 700;
  text-align: center;
  font-size: 1.1em;
}
.sc_intro .sp_item .text {
  max-width: 460px;
  margin: 8px auto 0;
}
.sc_intro .cta {
  margin-top: 1rem;
}

.ag_table {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  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;
  margin-bottom: 10px;
  border-radius: 8px;
  padding: 1rem 1.75rem;
  border: 1px solid #0086d4;
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
}
.ag_table .tr.soft_bg {
  background: -webkit-gradient(linear, left top, right top, from(rgba(96, 104, 226, 0.9)), to(rgba(0, 134, 212, 0.9)));
  background: linear-gradient(90deg, rgba(96, 104, 226, 0.9), rgba(0, 134, 212, 0.9));
}
.ag_table .tr .time {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 140px;
          flex: 0 0 140px;
  padding-right: 20px;
  color: #50f9f0;
}
.ag_table .tr .title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}
.ag_table .tr .title span:last-child {
  margin-left: 0.5rem;
  font-size: 0.875em;
  color: rgba(51, 51, 51, 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 50%;
          flex: 0 1 50%;
  line-height: 1.2;
}
.ag_table .tr .speaker .spk {
  padding: 6px 0;
}
.ag_table .tr .speaker .name {
  color: #7eb6fc;
  font-weight: 700;
  margin-bottom: 3px;
}
.ag_table .tr .speaker .job,
.ag_table .tr .speaker .cpy {
  font-size: 0.875em;
}
.ag_table .tr:last-child {
  border-bottom-width: 0;
}

.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%;
  font-size: 1.2em;
}
.spk_item .pic {
  padding: 0 20px;
}
.spk_item .pic img {
  border-radius: 50%;
}
.spk_item .wording {
  padding: 10px 2em;
  text-align: center;
  line-height: 1.2;
}
.spk_item .wording .name {
  font-size: 1.5em;
  font-weight: 700;
  color: #fff;
}
.spk_item .wording .cpy {
  margin: 8px 0;
  color: #bbf5a4;
}
.spk_item .wording .job {
  color: #50f9f0;
}

.gift_cnt {
  text-align: center;
}
.gift_cnt .cta {
  margin-top: 2rem;
}

.gift_item {
  border-radius: 20px;
  overflow: hidden;
  margin: 0 auto;
  max-width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
}
.gift_item .pic {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
}
.gift_item .pic img {
  border-radius: 20px;
}
.gift_item .wording {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0 40px 0 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  text-align: left;
  font-size: 1.25rem;
}
.gift_item .wording .tit {
  margin-bottom: 10px;
  color: #bbf5a4;
  line-height: 1;
}
.gift_item .wording .name {
  font-size: 1.5em;
  font-weight: 700;
  color: #fff;
}
.gift_item .wording .cnt {
  margin-top: 4px;
  color: #50f9f0;
}
.gift_item .wording .cnt .i {
  display: inline-block;
  margin-left: 6px;
  padding: 6px 12px 8px;
  line-height: 1;
  border-radius: 4px;
  font-size: 0.875em;
  background-color: #0086d4;
  color: #fff;
}

.sc_detail .sc_title .tit {
  color: #044d85;
}
.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: 8px 0;
  line-height: 1.3;
}
.sc_detail .sec_cnt .list a {
  color: #044d85;
  text-decoration: underline;
}
.sc_detail .sec_cnt .list a:hover {
  color: #7eb6fc;
}

@media (max-width: 767px) {
  .g_header .header_wrap {
    padding: 10px;
  }
  .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_header.is_active .header_wrap {
    padding: 10px;
  }

  .g_kv {
    padding-top: 64px;
    padding-bottom: 48px;
  }
  .g_kv .kv {
    font-size: 1.5rem;
    height: 40vh;
  }
  .g_kv .kv .logos {
    left: 2%;
    width: 96%;
  }
  .g_kv .kv .logos img {
    height: 40px;
  }
  .g_kv .kv .tit {
    font-size: 2em;
    text-align: center;
  }
  .g_kv .kv .tit .str {
    padding: 10px 30px 15px;
  }
  .g_kv .kv .sub {
    margin-top: 1rem;
    font-size: 1.5em;
  }
  .g_kv .kv .date {
    margin-top: 20px;
    font-size: 1.5em;
  }
  .g_kv.is_active .nav_item {
    font-size: 1rem;
  }
  .g_kv.is_active .header_wrap {
    padding: 0;
  }

  .cta .bttn span {
    display: block;
    padding: 2px 0;
  }

  .sc_intro {
    padding: 0 1rem;
  }
  .sc_intro .strong {
    line-height: 1.3;
    font-size: 1.67em;
  }
  .sc_intro .p {
    padding: 0;
    text-align: left;
    line-height: 1.5;
  }
  .sc_intro .sp_row {
    display: block;
  }
  .sc_intro .two_spot {
    margin: 20px -15px;
  }
  .sc_intro .sp_item {
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 10px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(96, 104, 226, 0.75)), to(rgba(0, 134, 212, 0.75)));
    background: linear-gradient(90deg, rgba(96, 104, 226, 0.75), rgba(0, 134, 212, 0.75));
  }
  .sc_intro .sp_item .tit {
    line-height: 1.3;
  }
  .sc_intro .sp_item .text {
    font-size: 1rem;
  }

  .gift_cnt {
    padding: 0 30px;
  }

  .gift_item {
    padding: 20px;
    display: block;
  }
  .gift_item .pic {
    display: inline-block;
  }
  .gift_item .wording {
    text-align: center;
    font-size: 1rem;
    padding: 20px 0;
  }
  .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 {
    font-size: 1.5rem;
    line-height: 1.3;
    padding-bottom: 5px;
  }
  .spk_items {
    display: block;
  }

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

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