@charset "UTF-8";
html,
body {
  font-size: 16px;
  font-family: 'Noto Sans', 'Helvetica Neue', Helvetica, Arial, 'Noto Sans TC', Microsoft Jhenghei, '微軟正黑', sans-serif; }

a {
  color: inherit;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

.layout_sec {
  padding-top: 40px;
  padding-bottom: 80px; }
  .layout_sec.bg_grey {
    background-color: rgba(215, 219, 193, 0.2); }

.sec_title {
  position: relative;
  margin-top: 40px;
  margin-bottom: 60px;
  text-align: center; }
  .sec_title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 1;
    width: 360px;
    max-width: 80%;
    height: 6px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: -webkit-linear-gradient(196deg, #076db0, #1992cb 35%, #0a4f99);
    background: -o-linear-gradient(196deg, #076db0, #1992cb 35%, #0a4f99);
    background: linear-gradient(-106deg, #076db0, #1992cb 35%, #0a4f99); }
  .sec_title .tit {
    position: relative;
    z-index: 3;
    margin: 0 auto;
    max-width: 100%;
    padding-bottom: 24px;
    font-size: 40px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: .2em;
    color: #02548B; }

.g_header {
  top: -2px; }
  .g_header .header_menu {
    padding: 0; }
  .g_header .nav_item {
    position: relative; }
    .g_header .nav_item .nav-link {
      position: relative;
      z-index: 2;
      padding: 1em;
      overflow: hidden;
      background-color: rgba(49, 142, 206, 0);
      -webkit-transition: background 300ms;
      -o-transition: background 300ms;
      transition: background 300ms;
      font-size: 18px;
      color: #318ECE;
      -webkit-transition: 250ms;
      -o-transition: 250ms;
      transition: 250ms; }
      .g_header .nav_item .nav-link.active {
        background-color: rgba(242, 150, 0, 0.2); }
    .g_header .nav_item::after {
      content: '';
      position: absolute;
      left: 15%;
      bottom: 15px;
      z-index: 1;
      width: 70%;
      height: 4px;
      border-radius: 2px;
      background-color: #e95704;
      -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
      transform: scaleX(0);
      opacity: 0;
      -webkit-transition: opacity 300ms, -webkit-transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: opacity 300ms, -webkit-transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
      -o-transition: transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 300ms;
      transition: transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 300ms;
      transition: transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 300ms, -webkit-transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1); }
    .g_header .nav_item:hover::after {
      opacity: 1;
      -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
      transform: scaleX(1); }
    .g_header .nav_item:hover .nav-link {
      padding-top: 0.75em;
      padding-bottom: 1.25em; }

.g_main {
  margin-top: 56px; }

.sec_hero {
  position: relative; }
  .sec_hero .g_kv {
    border-bottom: 1px solid #f0f0f0; }
    .sec_hero .g_kv img {
      max-width: 100%; }

.sec_intr {
  padding-top: 80px; }
  .sec_intr .parag_area {
    margin: 0 auto;
    max-width: 45em; }
  .sec_intr .parag p {
    font-size: 1.25em;
    margin-bottom: 24px;
    line-height: 1.8; }
  .sec_intr .parag strong {
    color: #318ECE; }
  .sec_intr .cta_row {
    margin-top: 40px; }
  .sec_intr .primary_btn {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 240px; }
    .sec_intr .primary_btn .btn_wrap {
      border-radius: 35px;
      height: 70px;
      background-color: #3a964b;
      -webkit-transition: -webkit-transform 300ms;
      transition: -webkit-transform 300ms;
      -o-transition: transform 300ms;
      transition: transform 300ms;
      transition: transform 300ms, -webkit-transform 300ms; }
      .sec_intr .primary_btn .btn_wrap::after {
        content: '';
        position: absolute;
        left: 15%;
        bottom: 15px;
        width: 70%;
        height: 4px;
        background-color: #fff;
        border-radius: 2px;
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        opacity: 0;
        -webkit-transition: opacity 200ms, -webkit-transform 250ms;
        transition: opacity 200ms, -webkit-transform 250ms;
        -o-transition: transform 250ms, opacity 200ms;
        transition: transform 250ms, opacity 200ms;
        transition: transform 250ms, opacity 200ms, -webkit-transform 250ms; }
    .sec_intr .primary_btn .btn_inner {
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      color: #fff;
      font-size: 1.4em;
      letter-spacing: .1em;
      font-weight: 700;
      text-align: center;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: -webkit-transform 300ms;
      transition: -webkit-transform 300ms;
      -o-transition: transform 300ms;
      transition: transform 300ms;
      transition: transform 300ms, -webkit-transform 300ms; }
    .sec_intr .primary_btn:hover .btn_inner {
      color: #fff;
      -webkit-transform: translateY(-70%);
      -ms-transform: translateY(-70%);
      transform: translateY(-70%); }
    .sec_intr .primary_btn:hover .btn_wrap::after {
      -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
      transform: scaleX(1);
      opacity: .9; }
  .sec_intr .g_gift {
    border-radius: 20px;
    border: 2px dashed #f29600;
    margin: 100px 30px 0;
    padding: 30px 20px 10px; }
    .sec_intr .g_gift .g_gift_title {
      text-align: center;
      font-size: 2em;
      font-weight: 700;
      margin-bottom: 20px; }
    .sec_intr .g_gift .g_gift_item {
      text-align: center;
      line-height: 1;
      margin-bottom: 30px; }
      .sec_intr .g_gift .g_gift_item .name {
        font-size: 1.5em;
        color: #e95704;
        font-weight: 700; }
      .sec_intr .g_gift .g_gift_item .tips {
        padding: 8px;
        color: #676767;
        font-size: 1.125em;
        line-height: 1.4; }
      .sec_intr .g_gift .g_gift_item .area {
        border-radius: 6px;
        background-color: #fff;
        -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.14);
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.14);
        text-align: center; }
      .sec_intr .g_gift .g_gift_item img {
        max-width: 100%; }

.sec_proc .table {
  margin: 0 auto;
  max-width: 970px;
  color: #454545; }
  .sec_proc .table .tr {
    font-size: 16px;
    background-color: transparent;
    -webkit-transition: background 200ms;
    -o-transition: background 200ms;
    transition: background 200ms;
    border-top: 1px solid #dedede; }
    .sec_proc .table .tr.name {
      color: #02548B;
      border-top-width: 0;
      text-align: center; }
      .sec_proc .table .tr.name .td {
        padding-bottom: 10px; }
      .sec_proc .table .tr.name .td.title {
        font-weight: 400; }
    .sec_proc .table .tr.spec {
      border: 2px dashed #6CB9E6;
      color: #454545;
      background-color: rgba(108, 185, 230, 0.4); }
      .sec_proc .table .tr.spec + .tr {
        border-top-width: 0; }
    .sec_proc .table .tr:not(.name):not(.spec):hover {
      background-color: #f8f8fc; }
  .sec_proc .table .td {
    padding: 16px;
    font-size: 1em; }
    .sec_proc .table .td.time {
      text-align: center; }
    .sec_proc .table .td.title {
      font-size: 1.125em;
      font-weight: 700; }
  .sec_proc .table .speaker_line {
    margin-left: -12px;
    margin-right: -12px;
    padding: 0 12px; }

.sec_spea .speaker_item {
  margin-bottom: 40px;
  cursor: pointer; }
  .sec_spea .speaker_item:hover .img_content img {
    opacity: 0.8;
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08); }
  .sec_spea .speaker_item .img_content {
    position: relative;
    z-index: 1;
    border-radius: 8px;
    background: #fafafa url("img/speaker_0.png") center bottom no-repeat;
    overflow: hidden; }
    .sec_spea .speaker_item .img_content img {
      border-radius: 8px;
      opacity: 1;
      width: 100%;
      -webkit-transition: opacity 400ms, -webkit-transform 400ms;
      transition: opacity 400ms, -webkit-transform 400ms;
      -o-transition: opacity 400ms, transform 400ms;
      transition: opacity 400ms, transform 400ms;
      transition: opacity 400ms, transform 400ms, -webkit-transform 400ms; }
  .sec_spea .speaker_item .text_wrap {
    text-align: center; }
  .sec_spea .speaker_item .name {
    margin-top: .4em;
    font-size: 1.4em; }
  .sec_spea .speaker_item .title {
    margin-top: 0.1em;
    margin-bottom: 0.1em; }

.sec_spea .speaker_modal .mod_wrap {
  padding: 17px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2); }

.sec_spea .speaker_modal h5.modal-title {
  text-align: center; }

.sec_spea .speaker_modal .img_wrap {
  margin: 20px auto 25px;
  position: relative;
  width: 220px;
  height: 220px;
  overflow: hidden;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2); }
  .sec_spea .speaker_modal .img_wrap img {
    width: 100%; }

.sec_spea .speaker_modal .name {
  margin-top: 20px;
  font-size: 1.4em;
  text-align: center; }

.sec_spea .speaker_modal .detail {
  max-width: 100%;
  margin: 1em auto 0;
  padding: 0 2em;
  font-size: 1.25em; }

@media (min-width: 576px) {
  .sec_spea .speaker_modal .modal-dialog {
    max-width: 640px; } }

.sec_comp .comp_categ {
  text-align: center;
  margin-bottom: 20px; }
  .sec_comp .comp_categ.with_intro {
    text-align: left; }

.sec_comp .comp_title {
  margin-bottom: 8px;
  padding: .4em 1em;
  font-size: 1.2em;
  color: #3a964b; }

.sec_comp .comp_item {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px; }
  .sec_comp .comp_item a {
    display: block;
    margin: 0 auto;
    max-width: 240px;
    border-radius: 8px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    background-color: #fff; }
    .sec_comp .comp_item a.hover_ani {
      position: relative;
      cursor: pointer; }
      .sec_comp .comp_item a.hover_ani:hover img {
        opacity: 0.7;
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9); }
  .sec_comp .comp_item img {
    max-width: 100%;
    -webkit-transition: opacity 400ms, -webkit-transform 400ms;
    transition: opacity 400ms, -webkit-transform 400ms;
    -o-transition: opacity 400ms, transform 400ms;
    transition: opacity 400ms, transform 400ms;
    transition: opacity 400ms, transform 400ms, -webkit-transform 400ms; }

.sec_comp .comp_detail {
  text-align: left;
  font-size: 1.125em;
  line-height: 1.6; }

.sec_comp .speaker_modal .mod_wrap {
  padding: 17px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2); }

.sec_comp .speaker_modal .modal-header {
  padding-bottom: 0;
  border-bottom: 0; }

.sec_comp .speaker_modal .img_wrap {
  margin: 0 auto 25px;
  position: relative;
  width: 240px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2); }
  .sec_comp .speaker_modal .img_wrap img {
    width: 100%; }

.sec_comp .speaker_modal .name {
  margin-top: 20px;
  font-size: 1.4em;
  text-align: center; }

.sec_comp .speaker_modal .detail {
  max-width: 100%;
  margin: 1em auto 0;
  padding: 0 2em;
  text-align: left; }

@media (min-width: 576px) {
  .sec_comp .speaker_modal .modal-dialog {
    max-width: 640px; } }

@media (max-width: 576px) {
  .sec_comp .comp_item {
    margin-bottom: 20px; } }

.sec_posi .map {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  border: 1px solid #1CA1D4; }
  .sec_posi .map > iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }

.sec_posi .infomation {
  font-size: 18px; }
  .sec_posi .infomation .title {
    font-weight: 700;
    color: #318ECE;
    margin-bottom: .5em;
    font-size: 1.4em; }
  .sec_posi .infomation ul {
    padding-left: 1.5em; }
  .sec_posi .infomation li {
    padding-top: .3em;
    padding-bottom: .3em; }
  .sec_posi .infomation .name {
    color: #898989;
    margin-right: .5em; }
  .sec_posi .infomation a {
    color: #3a964b; }
    .sec_posi .infomation a:hover {
      text-decoration: underline; }

.sec_regu .reg_list {
  padding-left: 30px;
  padding-right: 30px; }
  .sec_regu .reg_list li {
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    line-height: 1.4;
    font-size: 1.125em; }

.sec_regu .privacy_link {
  margin-top: 1em;
  color: #3a964b; }
  .sec_regu .privacy_link a:hover {
    color: inherit;
    text-decoration: underline; }

.g_footer {
  padding-top: 40px;
  padding-bottom: 40px; }

.g_fixbottom .totop {
  position: fixed;
  bottom: 8px;
  right: 10px;
  z-index: 29;
  -webkit-transform: translate3d(110px, 0, 0);
  transform: translate3d(110px, 0, 0);
  -webkit-transition: -webkit-transform 250ms;
  transition: -webkit-transform 250ms;
  -o-transition: transform 250ms;
  transition: transform 250ms;
  transition: transform 250ms, -webkit-transform 250ms;
  cursor: pointer; }
  .g_fixbottom .totop.is_active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .g_fixbottom .totop:hover .arrow_top {
    background-color: rgba(242, 150, 0, 0.6); }

.g_fixbottom .arrow_top {
  width: 70px;
  height: 68px;
  background-color: rgba(242, 150, 0, 0.2);
  border: 1px solid rgba(233, 87, 4, 0.5);
  -webkit-transition: background 250ms;
  -o-transition: background 250ms;
  transition: background 250ms; }

.g_fixbottom .arrowtop_icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  width: 32px;
  height: 30px;
  background: url("img/arrow_top.svg") center/contain no-repeat; }

@media screen and (max-width: 991px) {
  .g_header .header_menu {
    padding: .5rem 1rem; }
  .sec_intr .parag_area {
    padding-left: 1em;
    padding-right: 1em; }
  .sec_intr .g_gift {
    border-radius: 0;
    border-width: 0;
    margin: 60px 0 0;
    padding: 0; }
    .sec_intr .g_gift .g_gift_title {
      font-size: 1.8em;
      line-height: 1.4;
      margin-bottom: 20px; }
  .sec_comp .comp_title {
    border-width: 0;
    margin-bottom: .5em; }
  .sec_posi .infomation {
    margin-top: 1em; }
    .sec_posi .infomation .title {
      text-align: center; }
    .sec_posi .infomation .info_list {
      margin-top: 0; } }

@media screen and (max-width: 575px) {
  .layout_sec {
    padding-bottom: 40px; }
  .sec_title {
    margin-bottom: 40px; }
  .g_header .nav_item .nav-link {
    padding-top: .65em;
    padding-bottom: 0.65em; }
  .sec_intr {
    padding-top: 40px; }
    .sec_intr .gift_area .gift_item {
      margin-bottom: 30px; }
  .sec_proc .table {
    padding-left: 15px;
    padding-right: 15px; }
    .sec_proc .table .tr.name {
      display: none; }
    .sec_proc .table .tr.spec .td.title {
      text-align: left; }
    .sec_proc .table .td {
      padding-top: 4px;
      padding-bottom: 4px; }
      .sec_proc .table .td.time {
        text-align: left;
        padding-top: 12px; }
      .sec_proc .table .td.title:last-child, .sec_proc .table .td.speaker:last-child {
        padding-bottom: 12px; }
    .sec_proc .table .speaker_item {
      line-height: 1.2; }
  .sec_spea .speaker_item {
    margin-left: auto;
    margin-right: auto;
    max-width: 260px; }
  .g_fixbottom .arrow_top {
    width: 50px;
    height: 50px; }
  .g_fixbottom .arrowtop_icon {
    width: 22px;
    height: 20px; } }
