@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(28, 161, 212, 0.05); }

.sec_title {
  position: relative;
  margin-top: 40px;
  margin-bottom: 60px;
  text-align: center; }
  .sec_title::before, .sec_title::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 36px;
    line-height: 1;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    background-color: rgba(228, 107, 21, 0.5);
    top: 50%;
    margin-top: -18px; }
  .sec_title::before {
    left: 50%;
    margin-left: -136px; }
  .sec_title::after {
    right: 50%;
    margin-right: -136px; }
  .sec_title .tit {
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 15px;
    max-width: 100%;
    width: 300px;
    font-size: 36px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: .1em;
    color: rgba(42, 42, 98, 0.7);
    border: 1px solid rgba(228, 107, 21, 0.5); }

.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(228, 107, 21, 0);
    -webkit-transition: background 300ms;
    -o-transition: background 300ms;
    transition: background 300ms;
    font-size: 18px;
    color: #2A2A62;
    -webkit-transition: 250ms;
    -o-transition: 250ms;
    transition: 250ms; }
    .g_header .nav_item .nav-link.active {
      background-color: rgba(228, 107, 21, 0.16); }
  .g_header .nav_item::after {
    content: '';
    position: absolute;
    left: 6%;
    top: 20%;
    z-index: 1;
    width: 88%;
    height: 60%;
    border: 1px solid #e46b15;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -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);
    transition: transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1); }
  .g_header .nav_item:hover::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1); }
  .g_header .nav_item:hover .nav-link {
    color: #e46b15; }

.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: 34em;
    font-size: 18px; }
    .sec_intr .parag_area .parag p {
      font-size: 1em;
      margin-bottom: 24px;
      line-height: 1.6; }
    .sec_intr .parag_area .parag strong {
      font-size: 1.2em;
      color: #2A2A62; }
  .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::after {
      content: '';
      position: absolute;
      left: 2%;
      top: 2%;
      border-radius: 35px;
      width: 96%;
      height: 96%;
      border: 1px solid #2A2A62; }
    .sec_intr .primary_btn .btn_wrap {
      padding: 15px;
      height: 70px;
      background-color: #2A2A62;
      -webkit-transition: -webkit-transform 300ms;
      transition: -webkit-transform 300ms;
      -o-transition: transform 300ms;
      transition: transform 300ms;
      transition: transform 300ms, -webkit-transform 300ms;
      -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
      transform-origin: 100% 0;
      -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
      transform: scaleX(0); }
    .sec_intr .primary_btn:hover .btn_wrap {
      -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
      transform-origin: 0 0;
      -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
      transform: scaleX(1); }
    .sec_intr .primary_btn:hover .btn_inner {
      color: #fff; }
    .sec_intr .primary_btn .btn_inner {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      color: #2A2A62;
      font-size: 1.3em;
      letter-spacing: .1em;
      line-height: 68px;
      font-weight: 700;
      text-align: center;
      -webkit-transition: color 200ms 300ms;
      -o-transition: color 200ms 300ms;
      transition: color 200ms 300ms; }
  .sec_intr .g_gift {
    margin-top: 100px; }
    .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: #2A2A62;
        font-weight: 700; }
      .sec_intr .g_gift .g_gift_item .tips {
        padding: 8px 1em 14px;
        color: #676767;
        font-size: 1.125em; }
      .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 .part_tit {
  padding-left: 1em;
  padding-right: 1em;
  margin-bottom: 10px;
  text-align: center;
  color: #333; }

.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; }
    .sec_proc .table .tr:not(.name):not(.spec):not(:last-child) {
      border-bottom: 1px solid rgba(28, 161, 212, 0.1); }
    .sec_proc .table .tr.name {
      color: #2A2A62; }
      .sec_proc .table .tr.name .td.title {
        font-weight: 400; }
    .sec_proc .table .tr.spec {
      border: 1px solid rgba(228, 107, 21, 0.5);
      color: #2A2A62; }
    .sec_proc .table .tr:not(.name):hover {
      background-color: rgba(228, 107, 21, 0.06); }
  .sec_proc .table .td {
    padding: 10px 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 {
    opacity: 0.5;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9); }
  .sec_spea .speaker_item .img_content {
    position: relative;
    z-index: 1;
    border-radius: 8px;
    padding-top: 110%;
    background: #fafafa url("img/speaker_0.png") center bottom no-repeat;
    overflow: hidden;
    opacity: 1;
    -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 .img_content img {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      -webkit-transform: translate3d(-50%, -50%, 0);
      transform: translate3d(-50%, -50%, 0); }
  .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%, -4%, 0);
    transform: translate3d(-50%, -4%, 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-bottom: 8px;
  padding: .4em 1em;
  font-size: 1.2em;
  color: #364391; }

.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: 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); }
    .sec_comp .comp_item a.hover_ani {
      position: relative;
      cursor: pointer; }
      .sec_comp .comp_item a.hover_ani::before, .sec_comp .comp_item a.hover_ani::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border-radius: 8px;
        opacity: 0;
        -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_item a.hover_ani::before {
        z-index: 2;
        -webkit-transform: translate3d(-10%, 10%, 0);
        transform: translate3d(-10%, 10%, 0);
        background: url("img/hover_cover1.png") left bottom/contain no-repeat; }
      .sec_comp .comp_item a.hover_ani::after {
        z-index: 3;
        -webkit-transform: translate3d(10%, -10%, 0);
        transform: translate3d(10%, -10%, 0);
        background: url("img/hover_cover2.png") right top/contain no-repeat; }
      .sec_comp .comp_item a.hover_ani:hover::before, .sec_comp .comp_item a.hover_ani:hover::after {
        opacity: 1;
        -webkit-transform: translate3d(0%, 0%, 0);
        transform: translate3d(0%, 0%, 0); }
      .sec_comp .comp_item a.hover_ani:hover img {
        opacity: 0.5;
        -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; } }

/*POSITION*/
.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: #2A2A62;
    margin-bottom: 1em;
    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: #218177; }
    .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.25em;
    padding-bottom: 0.25em;
    line-height: 1.4; }

.sec_regu .privacy_link {
  margin-top: 1em;
  color: red; }

.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(255, 255, 255, 0.8); }

.g_fixbottom .arrow_top {
  width: 70px;
  height: 68px;
  background-color: rgba(28, 161, 212, 0.1);
  border: 1px solid rgba(28, 161, 212, 0.1);
  -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_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) {
  .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 {
    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; } }
