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

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

.fixbottom {
  z-index: 1; }

.bg_grey {
  background-color: rgba(117, 7, 60, 0.02); }

.sec_title {
  position: relative;
  margin: 50px auto;
  width: 100%;
  text-align: center; }
  .sec_title .tit {
    position: relative;
    display: inline-block;
    padding: .6em 2.4em;
    font-size: 24px;
    line-height: 1;
    background-color: #bbc;
    color: #fff; }
    .sec_title .tit::before, .sec_title .tit::after {
      content: '';
      position: absolute;
      top: 0;
      width: 1px;
      height: 100%;
      background-color: #fff; }
    .sec_title .tit::before {
      left: 8px; }
    .sec_title .tit::after {
      right: 8px; }

.g_header .header_menu {
  padding: 0; }
  .g_header .header_menu.bg-dark {
    background-color: rgba(117, 7, 60, 0.7) !important; }
  .g_header .header_menu.bg_none {
    background-color: #75073c !important; }

.g_header .nav_item .nav-link {
  position: relative;
  padding: .8em 1em;
  overflow: hidden;
  background-color: rgba(117, 7, 60, 0);
  -webkit-transition: background 300ms, padding 300ms;
  -o-transition: background 300ms, padding 300ms;
  transition: background 300ms, padding 300ms;
  font-size: 16px;
  color: #fff; }
  .g_header .nav_item .nav-link:hover {
    background-color: rgba(117, 7, 60, 0.5); }
  .g_header .nav_item .nav-link.active {
    background-color: #75073c;
    color: #fff; }

.sec_hero {
  position: relative;
  margin-top: 50px; }

@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px); }
  100% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); } }

@keyframes float {
  0% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px); }
  100% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); } }

.sec_intr .parag_area {
  margin: 0 auto;
  max-width: 55em; }
  .sec_intr .parag_area p {
    line-height: 1.8;
    margin-bottom: 1.4em;
    font-size: 1.125em; }
  .sec_intr .parag_area .highlight {
    color: #75073c;
    font-size: 1.4em;
    font-weight: 700;
    line-height: 1.2; }

.cta_row {
  text-align: center; }
  .cta_row .primary_btn {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 280px; }
    .cta_row .primary_btn .btn_inner {
      background: -webkit-linear-gradient(300deg, #0063a0, #75073c) left top/150% 100%;
      background: -o-linear-gradient(300deg, #0063a0, #75073c) left top/150% 100%;
      background: linear-gradient(150deg, #0063a0, #75073c) left top/150% 100%;
      color: #fff; }
    .cta_row .primary_btn:hover .btn_inner {
      background-position: 75% 0; }
  .cta_row .sub_btn .btn_inner {
    background-color: rgba(0, 99, 160, 0.1);
    color: #0063a0; }
  .cta_row .sub_btn:hover .btn_inner {
    background-color: rgba(0, 99, 160, 0.3); }
  .cta_row .btn_inner {
    position: relative;
    z-index: 3;
    padding-top: 18px;
    padding-bottom: 20px;
    width: 100%;
    text-align: center;
    line-height: 30px;
    font-size: 1.8em;
    letter-spacing: .2em;
    font-weight: 700;
    border-radius: 50px;
    -webkit-transition: background 300ms;
    -o-transition: background 300ms;
    transition: background 300ms; }

@-webkit-keyframes cloud {
  0% {
    -webkit-transform: translateX(-7px);
    transform: translateX(-7px); }
  100% {
    -webkit-transform: translateX(7px);
    transform: translateX(7px); } }

@keyframes cloud {
  0% {
    -webkit-transform: translateX(-7px);
    transform: translateX(-7px); }
  100% {
    -webkit-transform: translateX(7px);
    transform: translateX(7px); } }

.g_gift .gift_tit span {
  display: inline-block;
  border-bottom: 1px solid #75073c;
  padding-bottom: 6px;
  line-height: 1.1;
  color: #273a87;
  font-size: 1.5em; }

.g_gift .g_gift_item {
  text-align: center; }
  .g_gift .g_gift_item .tit {
    font-style: italic;
    font-size: 1.6em;
    color: #0063a0; }
  .g_gift .g_gift_item .name {
    font-size: 1.8em;
    font-weight: 300;
    line-height: 1.3;
    color: #75073c; }
  .g_gift .g_gift_item img {
    border-radius: 8px; }

.g_gift .other_gift .g_gift_item .tit {
  font-size: 1em; }

.g_gift .other_gift .g_gift_item .name {
  font-size: 1.3em; }

.sec_agenda {
  font-size: 20px;
  line-height: 1.16; }
  .sec_agenda .ag_time,
  .sec_agenda .ag_text {
    padding: 15px; }
  .sec_agenda .ag_time {
    text-align: center; }
  .sec_agenda .ag_name {
    color: rgba(117, 7, 60, 0.4); }
    .sec_agenda .ag_name .ag_time,
    .sec_agenda .ag_name .ag_text {
      padding-bottom: 8px; }
  .sec_agenda .bg_color {
    background-color: rgba(117, 7, 60, 0.03); }
  .sec_agenda .ag_table {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px; }
    .sec_agenda .ag_table .ag_item {
      border-top: 1px solid #f0f0f1; }
    .sec_agenda .ag_table .ag_time {
      color: #75073c; }
    .sec_agenda .ag_table .ag__spe {
      margin-top: 6px;
      font-size: 0.75em;
      color: #676767; }
    .sec_agenda .ag_table .bg_light {
      background-color: rgba(117, 7, 60, 0.06);
      color: #75073c; }
      .sec_agenda .ag_table .bg_light,
      .sec_agenda .ag_table .bg_light + .ag_item {
        border-top-width: 0; }

@media screen and (max-width: 991px) {
  .ag_table {
    margin-top: 15px; }
    .ag_table .ag_table_title {
      padding-top: 15px;
      color: #75073c; }
      .ag_table .ag_table_title::before {
        content: '';
        display: inline-block;
        width: 5px;
        height: 14px;
        margin-left: 4px;
        margin-right: 10px;
        background-color: #75073c;
        -webkit-transform: skewX(-30deg);
        -ms-transform: skewX(-30deg);
        transform: skewX(-30deg); }
      .ag_table .ag_table_title + .ag_item {
        border-top-width: 0; }
    .ag_table .ag_time {
      padding-bottom: 2px; }
    .ag_table .ag_text {
      padding-top: 2px; }
    .ag_table .ag_time {
      text-align: left; } }

.sec_sponsor .sec_title {
  margin-bottom: 50px; }

.sec_sponsor .primary_spon {
  text-align: center; }
  .sec_sponsor .primary_spon .spon_tit {
    font-size: 1.125em;
    font-weight: 300;
    margin-bottom: 10px; }

/*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;
  font-weight: 300; }
  .sec_posi .infomation .title {
    font-weight: 700;
    color: #75073c;
    font-size: 1.333em; }
  .sec_posi .infomation .name {
    color: #0063a0;
    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 {
  position: relative;
  overflow: hidden; }
  .sec_regu::before {
    content: '';
    position: absolute;
    right: 50%;
    margin-right: -45%;
    top: 20%;
    z-index: 1;
    width: 575px;
    height: 575px;
    background: url("img/kv/p_lock.png") right top/contain no-repeat;
    opacity: .5; }
  .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 .reg_list li a {
        color: #75073c; }
  .sec_regu .privacy_link {
    margin-top: 1em;
    text-decoration: underline;
    font-size: 0.8em; }

.g_footer {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #75073c; }
  .g_footer .footer_logo {
    width: 130px; }

.g_fixbottom {
  position: fixed;
  z-index: 10;
  right: 20px;
  bottom: 20px;
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
  -webkit-transition: -webkit-transform 400ms;
  transition: -webkit-transform 400ms;
  -o-transition: transform 400ms;
  transition: transform 400ms;
  transition: transform 400ms, -webkit-transform 400ms; }
  .g_fixbottom.avtive {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  .g_fixbottom .totop,
  .g_fixbottom .tosign {
    border-radius: 4px;
    width: 60px;
    height: 60px;
    display: block;
    cursor: pointer;
    background-color: #0063a0;
    -webkit-transition: -webkit-transform 300ms;
    transition: -webkit-transform 300ms;
    -o-transition: transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.29);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.29); }
  .g_fixbottom .tosign a {
    display: block;
    padding: 8px 10px;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.4;
    color: #fff;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
    font-weight: 700; }
  .g_fixbottom .tosign:hover {
    color: #fff; }
  .g_fixbottom .totop:hover,
  .g_fixbottom .tosign:hover {
    -webkit-transform: translate(-6px, 0);
    -ms-transform: translate(-6px, 0);
    transform: translate(-6px, 0);
    text-decoration: none; }
  .g_fixbottom .totop {
    text-align: center;
    padding: 25px 10px 10px;
    background: #fff url(img/ui/uparr-48-b.png) no-repeat center center;
    font-size: 0; }

@media screen and (max-width: 991px) {
  .g_header .header_menu {
    padding: 5px 1rem; }
    .g_header .header_menu.bg_none .nav_item .nav-link {
      color: #fff; }
    .g_header .header_menu.bg-dark {
      background: #75073c !important; }
  .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%; }
  .mobile_agendas .split_agenda {
    margin-top: 30px; } }

@media screen and (max-width: 575px) {
  .sec_title .tit {
    margin: 0 30px; }
  .sec_intr .parag_area p {
    font-size: 1rem; }
  .g_header .nav_item .nav-link {
    padding-top: .65em;
    padding-bottom: 0.65em; }
  .sec_special .sp_cloud .txt {
    padding: 3em 1.5em 2em; }
  .sec_analysis .ana_tit {
    font-size: 24px; }
    .sec_analysis .ana_tit::before, .sec_analysis .ana_tit::after {
      top: -2px;
      width: 8px; }
  .sec_analysis .ana_img {
    margin-bottom: 30px; }
  .sec_posi .map {
    padding-top: 100%; } }
