@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: 60px;
}

.layout_sec.bg_grey {
  background-color: #fafafa;
}

.sec_title {
  margin-top: 40px;
  margin-bottom: 30px;
  text-align: center;
}

.sec_title .tit {
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 6px;
  max-width: 100%;
  width: 300px;
  font-size: 2.2em;
  font-weight: 700;
  letter-spacing: .1em;
  border-bottom: 2px solid rgba(0, 106, 184, 0.5);
}

.g_header .header_menu {
  padding: 0;
}

.g_header .nav_item .nav-link {
  position: relative;
  padding: 1em;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.9);
  background-color: rgba(0, 132, 206, 0);
  -webkit-transition: background 300ms;
  -o-transition: background 300ms;
  transition: background 300ms;
}

.g_header .nav_item .nav-link:hover {
  color: #ffe559;
}

.g_header .nav_item .nav-link.active {
  background-color: rgba(0, 132, 206, 0.4);
}

.g_header .nav_item .dropdown-menu {
  left: inherit;
  right: 0;
  background-color: #454c5b;
}

.g_header .nav_item .dropdown-divider {
  border-color: rgba(255, 255, 255, 0.2);
}

.g_header .nav_item .dropdown-item {
  color: #fff;
}

.g_header .nav_item .dropdown-item:hover {
  color: #ffe559;
  background-color: rgba(255, 255, 255, 0.16);
}

.g_main {
  margin-top: 56px;
}
/*@media (min-width: 768px) {
  .g_main {
    background: url('../img/d_kv_bg.jpg') 0 0/contain no-repeat;
  }
}*/

.sec_hero {
  position: relative;
}

.sec_hero .g_kv img {
  max-width: 100%;
}

.sec_intr {
  padding-top: 40px;
  padding-bottom: 80px;
}

.sec_intr .parag_area {
  margin: 0 auto;
  max-width: 45em;
  font-size: 20px;
}

.sec_intr .parag_area .parag .introdution_wrap {
  margin: 0 40px 1.5em;
  border-radius: 4px;
  padding: 2em;
  font-size: 1.1em;
  box-shadow: 0 2px 10px 0 rgba(0,0,0, .25);
  background-color: #fff;
}

.sec_intr .parag_area .parag .introdution {
  margin-bottom: 1.1em;
}

.sec_intr .parag_area .parag .introdution p {
  padding-top: .25em;
  padding-bottom: .25em;
}

.sec_intr .parag_area .parag p {
  text-align: justify;
  font-size: 1em;
  margin-bottom: 0;
  line-height: 1.6;
}

.c_blue {
  color: #0075bd;
}

.sec_intr .parag_area .parag strong {
  font-size: 1.2em;
  color: #0084CE;
}

.sec_intr .cta_area {
  margin: 0 auto;
  max-width: 680px;
  font-size: 20px;
}

.sec_intr .cta_row {
  margin-top: 40px;
  text-align: center;
}

.sec_intr .cta_row a:hover {
  color: inherit;
}

.sec_intr .cta_row .link_wrap {
  padding-top: 23px;
  display: block;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
  background-color: transparent;
  -webkit-transition: background 250ms;
  -o-transition: background 250ms;
  transition: background 250ms;
}

.sec_intr .cta_row .strong {
  font-size: 1.6em;
  line-height: 1.2;
}

.sec_intr .cta_row .strong .date {
  font-size: 1.1em;
  font-weight: 700;
}

.sec_intr .cta_row .location {
  color: #898989;
}

.sec_intr .cta_row.p_A .date,
.sec_intr .cta_row.p_A .btn_inner {
  color: #878787;
}

.sec_intr .cta_row.p_A .btn_wrap {
  border-color: transparent;
  background-color: transparent;
  top: 0;
}

.sec_intr .cta_row.p_A .btn_inner {
  letter-spacing: 0;
}

.sec_intr .cta_row.p_A .link_wrap,
.sec_intr .cta_row.p_A .btn_wrap {
  box-shadow: inherit;
}


.sec_intr .cta_row.p_A .link_wrap {
  background-color: #f3f4f3;
}

.sec_intr .cta_row.p_B .date,
.sec_intr .cta_row.p_B .btn_inner {
  color: #183f96;
}

.sec_intr .cta_row.p_B .btn_wrap {
  border-color: #183f96;
}

.sec_intr .cta_row.p_B .link_wrap:hover {
  background-color: rgba(24, 63, 150, 0.15);
}

.sec_intr .cta_row .btn_wrap {
  position: relative;
  top: 13px;
  margin-left: auto;
  margin-right: auto;
  max-width: 220px;
  padding: 12px;
  border: 3px solid #0084CE;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 6px rgba(35, 35, 35, 0.4);
  box-shadow: 0 1px 6px rgba(35, 35, 35, 0.4);
  background: #fff;
}

.sec_intr .cta_row .btn_inner {
  color: #0084CE;
  font-size: 1.2em;
  font-weight: 700;
  letter-spacing: .1em;
  text-align: center;
  -webkit-transition: color 300ms;
  -o-transition: color 300ms;
  transition: color 300ms;
}

.sec_intr .cta_row .cta_tip {
  margin-top: 20px;
  font-size: .875em;
}

.sec_intr .gift_area {
  margin-top: 4em;
}

.sec_intr .gift_area .gift_item .name {
  text-align: center;
  font-size: 1.5em;
  padding-bottom: .5em;
  color: #006AB8;
  font-weight: 700;
}

.sec_intr .gift_area .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 .gift_area .gift_item img {
  max-width: 256px;
}

.sec_intr .gift_area .gift_item .tip {
  padding: .5em 1em;
  color: #888;
  font-size: .925em;
}

@media (max-width: 568px) {
  .sec_intr {
    position: relative;
    z-index: 1;
    /*margin-top: -80px;*/
    margin-top: 20px;
    padding-top: 0;
    padding-bottom: 40px;
  }
  .sec_intr .parag_area .parag .introdution_wrap {
    margin: 0;
    padding: 2em 1.5em;
    font-size: 18px;
  }
  .sec_intr .parag_area .parag p {
    line-height: 1.5;
  }

}

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

.sec_proc .table .tr {
  font-size: 16px;
}

.sec_proc .table .tr:not(.name):not(:last-child) {
  border-bottom: 1px solid #e0e0e0;
}

.sec_proc .table .tr.name {
  color: #006AB8;
  text-align: center;
}

.sec_proc .table .tr.name .td {
  padding-bottom: 5px;
}

.sec_proc .table .tr.name .td.title {
  font-weight: 400;
  text-align: left;
}

.sec_proc .table .tr.spec {
  background: -webkit-gradient(linear, left top, right top, color-stop(17%, rgba(52, 159, 218, 0.8)), color-stop(95%, rgba(24, 63, 150, 0.8)));
  background: -webkit-linear-gradient(left, rgba(52, 159, 218, 0.8) 17%, rgba(24, 63, 150, 0.8) 95%);
  background: -o-linear-gradient(left, rgba(52, 159, 218, 0.8) 17%, rgba(24, 63, 150, 0.8) 95%);
  background: linear-gradient(90deg, rgba(52, 159, 218, 0.8) 17%, rgba(24, 63, 150, 0.8) 95%);
  color: #fff;
}

.sec_proc .table .tr.spec .td.title {
  text-align: center;
}

.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_item {
  margin-left: -12px;
  margin-right: -12px;
  padding: 6px 12px;
}

.sec_proc .table .speaker_item:first-child {
  padding-top: 0;
}

.sec_proc .table .speaker_item:last-child {
  padding-bottom: 0;
}

.sec_spea .speaker_item {
  margin-bottom: 40px;
  cursor: pointer;
}

.sec_spea .speaker_item:hover .img_wrap::after {
  opacity: 0.3;
}

.sec_spea .speaker_item .img_wrap {
  margin: 0 auto;
  max-width: 240px;
  position: relative;
}

.sec_spea .speaker_item .img_wrap::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: -webkit-radial-gradient(100% 100%, circle, rgba(255, 229, 89, 0.8) 30%, transparent 80%);
  background: -o-radial-gradient(100% 100%, circle, rgba(255, 229, 89, 0.8) 30%, transparent 80%);
  background: radial-gradient(100% 100%, circle, rgba(255, 229, 89, 0.8) 30%, transparent 80%);
  opacity: 0;
  -webkit-transition: opacity 250ms;
  -o-transition: opacity 250ms;
  transition: opacity 250ms;
}

.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;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.14);
  -webkit-transition: -webkit-transform 250ms, -webkit-box-shadow 250ms;
  transition: -webkit-transform 250ms, -webkit-box-shadow 250ms;
  -o-transition: transform 250ms, box-shadow 250ms;
  transition: transform 250ms, box-shadow 250ms;
  transition: transform 250ms, box-shadow 250ms, -webkit-transform 250ms, -webkit-box-shadow 250ms;
}

.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 .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_title {
  margin-bottom: 8px;
  padding: .4em 1em;
  font-size: 1.2em;
  color: #0084CE;
}

.sec_comp .comp_item {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}

.sec_comp .comp_item a {
  position: relative;
  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::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: -webkit-radial-gradient(100% 100%, circle, rgba(255, 229, 89, 0.8) 30%, transparent 80%);
  background: -o-radial-gradient(100% 100%, circle, rgba(255, 229, 89, 0.8) 30%, transparent 80%);
  background: radial-gradient(100% 100%, circle, rgba(255, 229, 89, 0.8) 30%, transparent 80%);
  opacity: 0;
  -webkit-transition: opacity 250ms;
  -o-transition: opacity 250ms;
  transition: opacity 250ms;
}

.sec_comp .comp_item a:hover::after {
  opacity: 0.3;
}

.sec_comp .comp_item img {
  max-width: 100%;
}

/*POSITION*/
.sec_posi .title {
  padding-left: 1em;
  margin-bottom: .4em;
  font-size: 22px;
}

.sec_posi .map {
  position: relative;
  width: 100%;
  padding-top: 75%;
  overflow: hidden;
}

.sec_posi .map>iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.sec_posi .info_list {
  margin-top: 1em;
  padding-left: 1.75em;
  font-size: 16px;
}

.sec_posi .info_list li {
  padding-top: .35em;
  padding-bottom: .35em;
  line-height: 1.5;
}

.sec_posi .info_list .name {
  color: #0084CE;
  margin-top: 0;
  margin-bottom: .2em;
  font-size: inherit;
}

.sec_posi .info_list a {
  color: #EAB243;
}

.sec_posi .info_list 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: 60px;
  padding-bottom: 60px;
  background-color: #000;
}

.g_fixbottom .totop {
  position: fixed;
  bottom: 0;
  right: 0;
  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;
}

.g_fixbottom .totop.is_active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.g_fixbottom .arrow_top {
  border-radius: 4px 0 0 0;
  width: 80px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.3);
  position: relative;
  cursor: pointer;
}

.g_fixbottom .arrow_top:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

.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 {
    border: 2px solid #e0e0e0;
    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;
  }
}