html,
body {
  font-size: 16px;
  font-family: 'Noto Sans TC', Microsoft Jhenghei, '微軟正黑', sans-serif; }

.bgc_blue {
  background-color: #2ea7e0; }
.bgc_dBlue {
  background-color: #001655; }
.bgc_green {
  background-color: #bbcc00; }
.bgc_pink {
  background-color: #d4007a; }
.bgc_grey {
  background-color: #bbb; }
.bgc_soft {
  background-color: #fafafa;
}

.bd_blue {
  border: 1px solid #2ea7e0; }
.bd_blue:not(:disabled):not(.disabled).active {
  background-color: #2ea7e0;
  color: #fff; }
.bd_dBlue {
  border: 1px solid #001655; }
.bd_green {
  border: 1px solid #bbcc00; }
.bd_pink {
  border: 1px solid #d4007a; }
.bd_grey {
  border: 1px solid #999; }

.text_blue {
  color: #2ea7e0; }
.text_dBlue {
  color: #001655; }
.text_green {
  color: #bbcc00; }
.text_pink {
  color: #d4007a; }
.text_grey {
  color: #999; }

.f_w_700 {
  font-weight: 700; }
.f_s_3xl {
  font-size: 1.8em; }
.f_s_xxl {
  font-size: 1.6em; }
.f_s_xl {
  font-size: 1.425em; }
.f_s_lg {
  font-size: 1.25em; }
.f_s_md {
  font-size: 1.125em; }
.f_s_sm {
  font-size: 0.875em; }
.f_s_xs {
  font-size: 0.75em; }

.fixed_header {
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(0,0,0, .19);
}
.header_title {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 40px;
}
.header_function {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0;
}
.function_item {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  font-size: 20px;
}

.navbar-toggler {
  background: #c11b70 url('../img/UI/icon_menu.png') center/contain no-repeat;
}
.nav-item .nav-link {
  border-radius: 21px;
  color: #001655;
  border: 1px solid transparent;
}
.nav-item .nav-link:hover {
  background-color: #c3e2ed;
}
.nav-item .nav-link.active {
  border-color: #39a9dc;
  background-color: transparent;
  color: #001655;
}
@media (min-width:992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 1em;
    padding-right: 1em;
  }
}

.sec_hero {
  position: relative;
  margin-top: 58px;
  z-index: 3;
  border-bottom: 1px solid #ddd;
  box-shadow: 0 5px 10px rgba(0,0,0, .12);
}

@keyframes cover {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.6;
  }
  50% {
    opacity: 0.9;
  }
  75% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}

.sec_title {
  position: relative;
  margin: 3rem auto;
  min-width: 240px;
  max-width: 28%;
  width: 100%;
  text-align: center; }
  .sec_title .tit {
    position: relative;
    z-index: 3;
    margin: 0 auto;
    width: 100%;
    font-size: 28px;
    line-height: 1;
    color: #2ea7e0;
    letter-spacing: .1em; }

.primary_content {
  position: relative;
  z-index: 2;
  background-color: #fff;
}
.g_intro {
  font-size: 1.2em;
  line-height: 2  ;
  text-align: justify;
}
.g_intro .p_marked {
  position: relative;
}
.g_intro .p_marked::before,
.g_intro .p_marked::after {
  content: "";
  position: absolute;
  left: 40%;
  top: 0;
  width: 20%;
  height: 100%;
  border: 1px solid #cdcdcd;
  border-width: 1px 0;
}
/*.g_intro .box {
  display: inline-block;
}
.g_intro .box_btn {
  position: relative;
  cursor: pointer;
}
.g_intro .box_btn::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background-color: #c11b70;
  transform: scaleX(0);
  transition: transform 300ms;
}
.g_intro .box_btn a,
.g_intro .box_btn:hover a {
  text-decoration: none;
}
.g_intro .box_btn a {
  position: relative;
  z-index: 32;
  transition: color 300ms;
}
.g_intro .box_btn:hover a {
  color: #fff;
}
.g_intro .box_btn:hover::before {
  transform: scaleX(1);
}*/

.primary_btn {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 220px;
}
.primary_btn .btn_inner {
  position: relative;
  z-index: 2;
  width: 100%;
  font-size: 1.6em;
  letter-spacing: .1em;
  line-height: 60px;
  font-weight: 400;
  letter-spacing: .1em;
  text-align: center;
}
.primary_btn:hover {
  text-decoration: none;
}

.gift_box {
  padding-top: 100px;
  background-color: #fff;
  border: 2px solid #39a9dc;
}
.gift_box img {
  position: absolute;
  left: 50%;
  top: -60px;
  margin-left: -80px;
  width: 160px;
}

.s_agenda dl,
.s_agenda dt,
.s_agenda dd {
  margin: 0;
}
.s_agenda dd:hover {
  outline: 1px solid #d4007a;
}
.s_agenda .bg_spec {
  background-color: rgba(0,0,0, .05);
}
.s_agenda .bg_light {
  background-color: #fff;
}
.s_agenda .table_tip {
  margin-top: 6px;
  font-size: 0.95em;
  text-align: center; }
  .s_agenda .table_tip span {
    display: inline-block;
    padding: .4em 1em;
}
.agenda_table {
  font-size: 1.2em;
}

.s_speaker img {
  max-width: 100%;
}
.s_speaker .card-text {
  margin-bottom: 0;
}
.speaker_item {
  cursor: pointer;
}
.speaker_item img {
  transition: transform 300ms;
}
.speaker_item:hover img {
  transform: scale(.92);
}

.sponsor_sort {
  text-align: center;
  font-size: 0;
}
.sponsor_sort .js_sort {
  display: inline-block;
  font-size: 1rem;
}
.sponsor_sort .js_sort {
  position: relative;
  font-size: 1rem;
  background-color: transparent;
  transition: color 200ms;
  cursor: pointer;
  overflow: hidden;
}
.sponsor_sort .js_sort::before,
.sponsor_sort .js_sort::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #c11b70;
  transition: top 200ms, bottom 200ms;
}
.sponsor_sort .js_sort::before {
  top: -100%;
  left: 0;
}
.sponsor_sort .js_sort::after {
  bottom: -100%;
  right: 0;
}
.sponsor_sort .js_sort:hover {
  color: #e7a5c7;
}
.sponsor_sort .js_sort.active {
  color: #c11b70;
}
.sponsor_sort .js_sort.active::before {
  top: 0;
}
.sponsor_sort .js_sort.active::after {
  bottom: 0;
}
.sponsor_sort .js_sort.active:hover {
  color: #e7a5c7;
}
.sponsor_item a {
  display: block;
  border-radius: .25em;
  box-shadow: 0 .5rem 1rem rgba(0,0,0, .15);
  transition: box-shadow 200ms, transform 200ms;
}
.sponsor_item a:hover {
  box-shadow: 0 .25rem .5rem rgba(0,0,0, .15);
  transform: translateY(.25rem);
}
.sponsor_item img {
  max-width: 100%;
}

.s_venue .map_wrap iframe {
  height: 50vh;
  min-height: 300px;
}
.s_venue .map_name {
  font-size: 1.33em;
}

.fixed_coner {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 21;
}

.js_backTop,
.js_register {
  border-radius: 4px;
  width: 60px;
  height: 60px;
  display: block;
  cursor: pointer;
  transition: transform 300ms;
  border: 1px solid #e4e4e4;
}
.js_register {
  padding: 7px 10px;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.4;
  color: #fff;
}
.js_register:hover {
  color: #fff;
}
.js_backTop:hover,
.js_register:hover {
  transform: translate(-6px, 0);
  text-decoration: none;
}
.js_backTop {
  text-align: center;
  padding: 25px 10px 10px;
  background: #fff url(../img/UI/uparr-48-b.png) no-repeat center center;
  font-size: 0;
}

@media (max-width: 992px) {
  .header_title {
    left: 72px;
  }
  
}

@media (max-width: 767px) {

}