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

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

.text_yellow {
  color: #552387; }

.text_blue {
  color: #3ba7c4; }

.layout_sec {
  padding-top: 30px;
  padding-bottom: 40px; }

.bg_grey {
  background-color: rgba(5, 0, 35, 0.04); }

a[data-toggle="modal"] {
  cursor: pointer; }

.sec_title {
  position: relative;
  margin: 20px auto;
  min-width: 300px;
  max-width: 50%;
  width: 100%;
  text-align: center; }
  .sec_title .tit {
    position: relative;
    display: inline-block;
    padding: .5em 2em;
    background-color: #552387;
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(20%, rgba(85, 35, 135, 0.9)), color-stop(80%, rgba(85, 35, 135, 0.9)), to(transparent));
    background: -webkit-linear-gradient(left, transparent, rgba(85, 35, 135, 0.9) 20%, rgba(85, 35, 135, 0.9) 80%, transparent);
    background: -o-linear-gradient(left, transparent, rgba(85, 35, 135, 0.9) 20%, rgba(85, 35, 135, 0.9) 80%, transparent);
    background: linear-gradient(90deg, transparent, rgba(85, 35, 135, 0.9) 20%, rgba(85, 35, 135, 0.9) 80%, transparent);
    font-size: 24px;
    line-height: 1;
    color: #fff;
    letter-spacing: .2em; }

.g_header .header_menu {
  padding: 0;
  -webkit-transition: background 400ms;
  -o-transition: background 400ms;
  transition: background 400ms; }
  .g_header .header_menu.bg-dark {
    background-color: rgba(5, 0, 35, 0.7) !important;
    background: -webkit-radial-gradient(top, ellipse, #552387 0%, transparent 80%) !important;
    background: -o-radial-gradient(top, ellipse, #552387 0%, transparent 80%) !important;
    background: radial-gradient(ellipse at top, #552387 0%, transparent 80%) !important; }

.g_header .nav_item .nav-link {
  position: relative;
  padding: 1em;
  overflow: hidden;
  background-color: rgba(85, 35, 135, 0);
  -webkit-transition: background 300ms;
  -o-transition: background 300ms;
  transition: background 300ms;
  font-size: 16px;
  color: #fff; }
  .g_header .nav_item .nav-link:hover {
    background: rgba(85, 35, 135, 0.5);
    color: #fff; }
  .g_header .nav_item .nav-link.active {
    background-color: #552387;
    color: #fff; }

.g_main {
  margin-top: 0; }

.sec_hero {
  position: relative;
  overflow: hidden; }
  .sec_hero .kv_desktop {
    height: 660px;
    background: url("img/mv_1920.jpg") center/cover no-repeat; }

.sec_intr .parag_area {
  margin: 0 auto;
  max-width: 44em;
  font-size: 1.3em; }
  .sec_intr .parag_area p {
    line-height: 1.8;
    margin-bottom: 1.8em; }

.sec_intr .cta_row {
  margin-top: 50px;
  padding-top: 43px;
  padding-bottom: 43px;
  text-align: center;
  font-size: 0; }

.sec_intr .primary_btn {
  position: relative;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  border: 4px solid #d8a0c7;
  -webkit-transition: -webkit-transform 240ms;
  transition: -webkit-transform 240ms;
  -o-transition: transform 240ms;
  transition: transform 240ms;
  transition: transform 240ms, -webkit-transform 240ms; }
  .sec_intr .primary_btn .btn_inner {
    position: relative;
    width: 360px;
    min-height: 160px; }
    .sec_intr .primary_btn .btn_inner .date {
      position: absolute;
      top: -43px;
      right: 20px;
      border: 4px solid #d8a0c7;
      border-radius: 50%;
      width: 86px;
      height: 86px;
      color: #fff;
      font-weight: 700;
      font-size: 24px;
      line-height: 80px;
      background-color: #552387; }
    .sec_intr .primary_btn .btn_inner .name {
      position: absolute;
      left: 30px;
      top: 45%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      font-size: 20px;
      line-height: 1.2;
      text-align: left;
      width: 290px; }
      .sec_intr .primary_btn .btn_inner .name .main {
        font-weight: 700;
        font-size: 1.125em;
        margin-bottom: 0.1em; }
      .sec_intr .primary_btn .btn_inner .name .sub {
        font-weight: 300; }
    .sec_intr .primary_btn .btn_inner .bttn {
      position: absolute;
      right: 20px;
      bottom: 20px;
      border-radius: 4px;
      min-width: 120px;
      padding-left: 0.75em;
      padding-right: 0.75em;
      height: 40px;
      background-color: #89559F;
      font-size: 18px;
      line-height: 40px;
      text-align: center;
      color: #fff;
      overflow: hidden;
      -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_inner .bttn span {
        position: relative;
        z-index: 2; }
      .sec_intr .primary_btn .btn_inner .bttn::before {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: 1;
        width: 200px;
        height: 200px;
        border-radius: 50%;
        -webkit-transform: scale(0) translate3d(-50%, -50%, 0);
        transform: scale(0) translate3d(-50%, -50%, 0);
        background-color: #d8a0c7;
        -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.styA {
    background-color: #552387; }
    .sec_intr .primary_btn:hover {
      -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
      transform: translateY(-10px); }
      .sec_intr .primary_btn:hover .bttn::before {
        -webkit-transform: scale(1) translate3d(-50%, -50%, 0);
        transform: scale(1) translate3d(-50%, -50%, 0); }
    .sec_intr .primary_btn.styA .name {
      color: #ffe045; }
  .sec_intr .primary_btn.styB {
    background-color: #481e73; }
    .sec_intr .primary_btn.styB .name {
      color: #60cfec; }

.agreed_modal .member_box {
  background-color: rgba(216, 160, 199, 0.4); }

.agreed_modal ol {
  list-style-type: cjk-ideographic; }
  .agreed_modal ol > li {
    margin: 0.4em 0 .8em;
    line-height: 1.2; }
  .agreed_modal ol ol {
    list-style-type: decimal; }

.agreed_modal .cta_row .tip {
  font-size: .8em;
  color: #3ba7c4; }

.agreed_modal .cta_row .bttn {
  display: block;
  padding: 1em 2em;
  background-color: #552387;
  font-size: 1.25em;
  color: #fff;
  text-align: right; }
  .agreed_modal .cta_row .bttn:hover {
    background-color: rgba(85, 35, 135, 0.6); }

.sec_proc .part_tit {
  padding-left: 1em;
  padding-right: 1em;
  margin-bottom: 10px;
  text-align: center;
  color: #333; }

.sec_proc .table_tit {
  position: relative;
  padding: 10px 15px;
  font-size: 1.333em;
  font-weight: 700;
  color: #fff; }
  .sec_proc .table_tit::after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 51px;
    height: 51px; }

.sec_proc .table_tip {
  margin-top: 6px;
  font-size: 0.95em;
  text-align: center; }
  .sec_proc .table_tip span {
    display: inline-block;
    padding: .4em 1em;
    background-color: yellow; }

.sec_proc .table {
  position: relative;
  margin: 0 auto 60px;
  max-width: 970px; }
  .sec_proc .table::before, .sec_proc .table::after {
    position: absolute;
    content: '';
    width: 1px;
    height: calc(100% - 40px);
    background-color: #552387; }
  .sec_proc .table::before {
    left: 0;
    top: 40px; }
  .sec_proc .table::after {
    right: 0;
    bottom: 0; }
  .sec_proc .table .tr {
    font-size: 16px;
    background-color: transparent;
    -webkit-transition: background 200ms;
    -o-transition: background 200ms;
    transition: background 200ms; }
    .sec_proc .table .tr:first-child::before, .sec_proc .table .tr:last-child::before {
      content: '';
      position: absolute;
      width: 100%;
      height: 1px;
      background-color: #552387; }
    .sec_proc .table .tr:first-child::before {
      left: 0;
      top: 40px; }
    .sec_proc .table .tr:last-child::before {
      right: 0;
      bottom: 0; }
    .sec_proc .table .tr:nth-child(2n) {
      background-color: rgba(116, 128, 180, 0.3); }
    .sec_proc .table .tr.tr_title .td {
      padding-top: 8px;
      padding-bottom: 8px;
      color: #552387; }
    .sec_proc .table .tr.name .td.title {
      font-weight: 400; }
    .sec_proc .table .tr.spec {
      color: #050023; }
      .sec_proc .table .tr.spec .td {
        padding-top: 10px;
        padding-bottom: 10px; }
    .sec_proc .table .tr:hover {
      outline: 2px solid #d8a0c7; }
  .sec_proc .table .td {
    padding: 16px;
    font-size: 1em; }
    .sec_proc .table .td .time,
    .sec_proc .table .td .title {
      line-height: 1.3; }
    .sec_proc .table .td .time {
      text-align: center; }
    .sec_proc .table .td .title {
      font-size: 1.125em; }

    .sec_proc .table .td .speaker div:last-child {
      color: #050023;
      font-weight: 700; }

.sec_spea .speaker_item {
  margin-bottom: 40px;
  cursor: pointer; }
  .sec_spea .speaker_item:hover .img_content::after {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8); }
  .sec_spea .speaker_item .img_wrap {
    position: relative;
    margin: 0 auto;
    max-width: 240px;
    overflow: hidden; }
  .sec_spea .speaker_item .img_content {
    padding-top: 100%;
    background: #fafafa url("img/speaker/mic.svg") center center/60% no-repeat; }
    .sec_spea .speaker_item .img_content img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate3d(-50%, -50%, 0);
      transform: translate3d(-50%, -50%, 0); }
    .sec_spea .speaker_item .img_content::after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      border: 1px solid #fff;
      -webkit-transition: -webkit-transform 300ms;
      transition: -webkit-transform 300ms;
      -o-transition: transform 300ms;
      transition: transform 300ms;
      transition: transform 300ms, -webkit-transform 300ms; }
  .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: 200px;
  height: 200px;
  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 {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0); }

.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; }

@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: .4em 0;
  color: #aaa; }

.sec_comp .comp_item {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px; }
  .sec_comp .comp_item a {
    display: block;
    margin: 0 auto;
    max-width: 600px;
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    -webkit-transition: -webkit-transform 200ms, -webkit-box-shadow 200ms;
    transition: -webkit-transform 200ms, -webkit-box-shadow 200ms;
    -o-transition: transform 200ms, box-shadow 200ms;
    transition: transform 200ms, box-shadow 200ms;
    transition: transform 200ms, box-shadow 200ms, -webkit-transform 200ms, -webkit-box-shadow 200ms; }
    .sec_comp .comp_item a:hover {
      -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
      transform: translateY(6px);
      -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.19);
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.19); }
  .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; }

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

.sec_posi .infomation {
  font-size: 18px;
  padding-bottom: 10px;
  padding-left: 14px;
  padding-right: 14px; }
  .sec_posi .infomation .title {
    font-weight: 700;
    color: #3ba7c4;
    font-size: 1.333em; }
  .sec_posi .infomation .name {
    color: #898989;
    margin-right: .5em; }
  .sec_posi .infomation a:hover {
    text-decoration: underline; }

.sec_posi .img_way {
  display: block;
  margin-top: 20px;
  border: 1px solid #444;
  border-width: 1px 0; }
  .sec_posi .img_way img {
    max-width: 100%; }

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

.sec_regu .privacy_link {
  margin-top: 1em;
  color: #3ba7c4;
  text-decoration: underline;
  font-size: 0.8em; }

.g_footer {
  padding-top: 40px;
  padding-bottom: 40px;
  background: -webkit-linear-gradient(135deg, #050023, #552387);
  background: -o-linear-gradient(135deg, #050023, #552387);
  background: linear-gradient(-45deg, #050023, #552387); }
  .g_footer .footer_logo {
    width: 130px; }

@media screen and (max-width: 991px) {
  .g_header .header_menu {
    padding: .5rem 1rem; }
    .g_header .header_menu.bg-dark {
      background: #050023 !important; }
  .g_main {
    margin-top: 56px; }
  .sec_intr .parag_area {
    padding-left: 1em;
    padding-right: 1em; }
  .sec_comp .comp_title {
    border-width: 0;
    margin-bottom: .5em; }
  .sec_posi .infomation {
    margin-top: 1em; }
    .sec_posi .infomation .info_list {
      margin-top: 0; }
  .sec_posi .map {
    padding-top: 60%; } }

@media screen and (max-width: 575px) {
  .g_header .nav_item .nav-link {
    padding-top: .65em;
    padding-bottom: 0.65em; }
  .sec_intr .parag_area {
    font-size: 1.2em; }
  .sec_intr .gift_area .gift_item {
    margin-bottom: 30px; }
  .sec_proc .table .tr {
    padding: 1em; }
    .sec_proc .table .tr .td, .sec_proc .table .tr.spec .td {
      padding: 0; }
  .sec_proc .table .td .time {
    text-align: left;
    padding-bottom: 0.5em;
    color: #3ba7c4; }
  .sec_proc .table .td .speaker {
    padding-top: 0.5em;
    color: #898989; }
  .sec_proc .table .speaker_item {
    line-height: 1.2; }
  .sec_spea .speaker_item {
    margin-left: auto;
    margin-right: auto;
    max-width: 260px; }
  .sec_posi .map {
    padding-top: 100%; }
  .g_fixbottom .arrow_top {
    width: 50px;
    height: 50px; }
  .g_fixbottom .arrowtop_icon {
    width: 22px;
    height: 20px; } }
