body {
  font-family: "Roboto", Arial, 微軟正黑體;
  overflow-x: hidden;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none; /* 移除背景 */
  padding: 10px; /* 添加內邊距以提升點擊區域 */
  border: 1px solid #ccc; /* 添加邊框 */
}
html {
  overflow-x: hidden;
  width: 100%;
  position: relative;
}
img {
  max-width: 100%;
  height: auto;
}
div:focus {
  outline: none;
}
a {
  text-decoration: none;
  color: #fff;
}
a:hover {
  color: #fff;
}
textarea {
  resize: none;
}
.gotop {
  position: fixed;
  right: 10px;
  bottom: 70px;
  z-index: 9999;
  width: 60px;
  text-align: center;
}
a.floating-btn {
  position: fixed;
  bottom: 20px;
  right: 10px;
  background: #06C755;
  color: white;
  padding: 10px 15px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  z-index: 999;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.m_top {
  padding-top: 55px;
}
/*--------------------------------------------------------------
# font-size
--------------------------------------------------------------*/
.fs_6 {
  --min-size: 14;
  --max-size: 15;
  --font-size: calc((var(--min-size) * 1px) + (var(--max-size) - var(--min-size)) * ((100cqw - 320px) / (1920 - 320)));
  font-size: clamp(var(--min-size) * 1px, var(--font-size), var(--max-size) * 1px);
}
.fs_5 {
  --min-size: 16;
  --max-size: 18;
  --font-size: calc((var(--min-size) * 1px) + (var(--max-size) - var(--min-size)) * ((100cqw - 320px) / (1920 - 320)));
  font-size: clamp(var(--min-size) * 1px, var(--font-size), var(--max-size) * 1px);
}
.fs_4 {
  --min-size: 17;
  --max-size: 24;
  --font-size: calc((var(--min-size) * 1px) + (var(--max-size) - var(--min-size)) * ((100cqw - 320px) / (1920 - 320)));
  font-size: clamp(var(--min-size) * 1px, var(--font-size), var(--max-size) * 1px);
}
.fs_3 {
  --min-size: 25;
  --max-size: 32;
  --font-size: calc((var(--min-size) * 1px) + (var(--max-size) - var(--min-size)) * ((100cqw - 320px) / (1920 - 320)));
  font-size: clamp(var(--min-size) * 1px, var(--font-size), var(--max-size) * 1px);
}
.fs_2 {
  --min-size: 30;
  --max-size: 40;
  --font-size: calc((var(--min-size) * 1px) + (var(--max-size) - var(--min-size)) * ((100cqw - 320px) / (1920 - 320)));
  font-size: clamp(var(--min-size) * 1px, var(--font-size), var(--max-size) * 1px);
}
.fs_1 {
  --min-size: 40;
  --max-size: 50;
  --font-size: calc((var(--min-size) * 1px) + (var(--max-size) - var(--min-size)) * ((100cqw - 320px) / (1920 - 320)));
  font-size: clamp(var(--min-size) * 1px, var(--font-size), var(--max-size) * 1px);
}
.fs_small {
  --min-size: 12;
  --max-size: 14;
  --font-size: calc((var(--min-size) * 1px) + (var(--max-size) - var(--min-size)) * ((100cqw - 320px) / (1920 - 320)));
  font-size: clamp(var(--min-size) * 1px, var(--font-size), var(--max-size) * 1px);
}
/*--------------------------------------------------------------
# pagination
--------------------------------------------------------------*/
.pagination {
  justify-content: center;
}
.page-link {
  color: #333;
  border-radius: 50px;
  margin: 0 10px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  padding: 0;
  background-color: #ccc;
  border: 0;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #d2333d;
  border-color: #d2333d;
}
.page-link:hover {
  color: #fff;
  background-color: #d2333d;
  border-color: #d2333d;
}
.page-link:focus {
  z-index: 3;
  color: #fff;
  background-color: #d2333d;
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, .25);
}
.page-item:first-child .page-link {
  border-radius: 50px;
}
.page-item.active .page-link {
  border-radius: 50px;
}
.page-item:last-child .page-link {
  border-radius: 50px;
}
/*--------------------------------------------------------------
# form style
--------------------------------------------------------------*/
.form-control {
  line-height: 28px;
  border-radius: 0px;
  background-color: transparent;
  border: 0;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding: 10px 0;
}
.form-control::placeholder {
  color: #fff;
}
.form-control:focus {
  border: 0;
  box-shadow: 0 0 0 0 transparent;
  color: #00ffb9;
  background-color: transparent;
  border-bottom: 1px solid #00ffb9;
}
.form-select {
  line-height: 28px;
  border-radius: 0px;
  background-color: transparent;
  border: 0;
  color: #222529;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}
.form-select:focus {
  border-color: #DF8E3B;
  border: 0;
  box-shadow: 0 0 0 0 transparent;
  color: #222529;
  background-color: transparent;
  border-bottom: 1px solid #d2333d;
}
/*btn*/
.btn:focus {
  box-shadow: 0 0 0 0rem rgba(0, 140, 255, 1.00);
  -webkit-box-shadow: 0 0 0 0rem rgba(0, 140, 255, 1.00);
}
.main_btn {
  color: #fff;
  background-color: #222529;
  padding: 11px 13px;
  position: relative;
  border: 1px solid #222529;
  border-radius: 4px;
}
.main_btn:hover, a:hover.main_btn {
  border: 1px solid #222529;
  border-radius: 4px;
  background-color: transparent;
}
.sign-btn {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
  text-align: center;
  background: rgba(0, 255, 187, 0.9);
  border-radius: 99em;
  font-size: 50px;
  left: 2.5vw;
  bottom: 17.5vw;
  font-size: 2.0833333333vw;
  padding: 0.5729166667vw 3.3333333333vw;
  color: #000028;
  text-decoration: none;
}
.sign-btn:hover {
  background: #fff;
  color: #000;
}
.sign-btn1 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
  background: rgba(0, 255, 187, 0.9);
  border-radius: 99em;
  font-size: 18px;
  padding: 10px 20px;
  color: #000028;
  text-decoration: none;
}
.sign-btn1:hover {
  background: #fff;
  color: #000;
}
/*--------------------------------------------------------------
# color
--------------------------------------------------------------*/
.f_bg {
  background-color: #14112c;
}
.c_bg {
  background: #000028;
}
.a_bg {
  background-color: #333353;
}
/*--------------------------------------------------------------
# header
--------------------------------------------------------------*/
.t_bg {
  background: #000027;
}
.navbar {
  padding: 0;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0px;
  padding-left: 0px;
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  margin: 0;
  padding: 15px 0;
  font-size: 16px;
  border-bottom: 0;
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link .show {
  color: #fff;
  font-weight: 600;
  background-color: transparent;
}
.dropdown-menu {
  padding: 0 0;
  border: 0;
  min-width: 240px;
  font-size: 16px;
}
.dropdown-item {
  padding: 13px 10px;
  color: #fff;
  border-bottom: 1px solid #eee;
}
.dropdown-item:hover {
  color: #fff;
  background-color: #ff7800;
}
.dropdown-menu li {
  position: relative;
}
.dropdown-toggle::after {
  position: absolute;
  right: 10px;
  font-size: 16px;
  font-family: "Font Awesome 6 Free";
  content: '\f107';
  font-weight: 700;
  border: 0;
}
.navbar-collapse {
  height: 100vh;
}
/*--------------------------------------------------------------
# contact
--------------------------------------------------------------*/
.c_title {
  font-size: 9vw;
  line-height: 1.55;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
}
.c_title:after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 34vw;
  height: 11px;
  background: #00ffb9;
}
/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/
footer h4 {
  font-size: 16px;
  margin-bottom: 15px;
  color: #fff;
  font-weight: 700;
}
footer ul {
  list-style-type: none;
  padding: 0;
}
footer ul li {
  margin-bottom: 10px;
}
footer ul li a {
  color: #fff;
}
footer ul li a:hover {
  color: #fff;
  text-decoration: underline;
}
.linkedin-link {
  background: url(../images/linkedin-icon.png) 0 center no-repeat;
  background-size: 13px 16px;
  padding-left: 20px
}
.facebook-link {
  background: url(../images/facebook-icon.png) 0 center no-repeat;
  background-size: 13px 16px;
  padding-left: 20px
}
/*--------------------------------------------------------------
# main
--------------------------------------------------------------*/
.registration-title {
  font-size: 1.6666666667em;
  border: 3px solid #00ffb9;
  border-radius: 99em;
  text-align: center;
  width: min(456px, 94%);
  height: 2.7333333333em;
  line-height: 2.7333333333em;
  margin: 0 auto 1.8em auto;
}
.strong {
  position: relative;
}
.strong:before {
  content: "";
  display: block;
  width: 3px;
  height: 44px;
  position: absolute;
  bottom: -8%;
  background: #FFF;
  left: -20%;
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
}
.strong:after {
  content: "";
  display: block;
  width: 3px;
  height: 44px;
  position: absolute;
  bottom: -8%;
  background: #FFF;
  right: -20%;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}
.keynote-header-content {
  border-left: 5px solid #00ffb9;
  padding-left: 20px
}
.keynote-header-content_blue {
  border-left: 5px solid #0074d6;
  padding-left: 20px
}
.keynote-header-content_yellow {
  border-left: 5px solid #f8ff2c;
  padding-left: 20px
}
.keynote-header-content_purple {
  border-left: 5px solid #9e00f0;
  padding-left: 20px
}
.keynote-header-content_red {
  border-left: 5px solid #ffb66c;
  padding-left: 20px
}
.keynote-name_green {
  background: -webkit-gradient(linear, left top, right top, color-stop(54%, #00ffb9), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, #00ffb9 54%, rgba(255, 255, 255, 0) 100%);
  padding-left: 0.5555555556em;
  padding-bottom: 0.2777777778em;
  padding-top: 0.2777777778em;
  color: #000028;
  margin-bottom: 1.1111111111em
}
.keynote-name_blue {
  background: -webkit-gradient(linear, left top, right top, color-stop(57%, #0074d6), color-stop(102%, rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, #0074d6 57%, rgba(255, 255, 255, 0) 102%);
  padding-left: 0.5555555556em;
  padding-bottom: 0.2777777778em;
  padding-top: 0.2777777778em;
  color: #000028;
  margin-bottom: 1.1111111111em
}
.keynote-name_yellow {
  background: -webkit-gradient(linear, left top, right top, color-stop(57%, #f8ff2c), color-stop(102%, rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, #f8ff2c 57%, rgba(255, 255, 255, 0) 102%);
  padding-left: 0.5555555556em;
  padding-bottom: 0.2777777778em;
  padding-top: 0.2777777778em;
  color: #000028;
  margin-bottom: 1.1111111111em
}
.keynote-name_purple {
  background: -webkit-gradient(linear, left top, right top, color-stop(57%, #9e00f0), color-stop(102%, rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, #9e00f0 57%, rgba(255, 255, 255, 0) 102%);
  padding-left: 0.5555555556em;
  padding-bottom: 0.2777777778em;
  padding-top: 0.2777777778em;
  color: #000028;
  margin-bottom: 1.1111111111em
}
.keynote-name_red {
  background: -webkit-gradient(linear, left top, right top, color-stop(57%, #ffb66c), color-stop(102%, rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, #ffb66c 57%, rgba(255, 255, 255, 0) 102%);
  padding-left: 0.5555555556em;
  padding-bottom: 0.2777777778em;
  padding-top: 0.2777777778em;
  color: #000028;
  margin-bottom: 1.1111111111em
}
.item-breakout {
  text-align: center;
  color: #000028;
  border-radius: 99em;
  font-size: 0.8125em;
  width: 78px;
  line-height: 31px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1em;
  position: relative;
  top: -0.1875em;
  letter-spacing: 2px;
}
.bg_green {
  background-color: #00ffb9;
}
.bg_blue {
  background-color: #0074d6;
}
.bg_yellow {
  background-color: #f8ff2c;
}
.bg_purple {
  background-color: #9e00f0;
}
.bg_red {
  background-color: #ffb66c;
}
/*--------------------------------------------------------------
# table
--------------------------------------------------------------*/
.table-responsive > .table > tbody > tr > td, .table-responsive > .table > thead > tr > th {
  white-space: pre-wrap;
}
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
table.be_time_table thead tr th {
  width: 18%;
}
table.be_time_table td {
  padding: 15px;
}

table.af_time_table thead tr th {
  width: 18%;
}
table.af_time_table td {
  padding: 15px;
}

.table>:not(:last-child)>:last-child>* {
    border-bottom-color: #00ffb9;
}
table.af_time_table thead tr{
  border-bottom: 1px solid #00ffb9;
}
table.af_time_table tr{
  border-bottom: 1px solid #00ffb9;
}
.t_green {
  color: #00ffb9;
  position: relative;
  padding-left: 15px;
}
.t_green::before {
  content: "";
  width: 8px;
  height: 25px;
  background: #00ffb9;
  position: absolute;
  left: 0;
  top: 0;
}
.t_title {
  min-height: 114px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width:414px) {}
@media (min-width:480px) {}
@media (min-width:533px) {}
@media (min-width:768px) {
  /*--------------------------------------------------------------
# contact
--------------------------------------------------------------*/
  .c_title {
    font-size: 48px;
    line-height: 1.55;
    font-weight: bold;
    margin-bottom: 10px;
    position: relative;
  }
  .c_title:after {
    width: 173px;
    height: 11px;
  }
}
@media (min-width:992px) {
  .m_top {
    padding-top: 80px;
  }
  .sign-btn {
    left: 5.5vw;
    bottom: 6.5vw;
  }
  .sign-btn1 {
    font-size: 20px;
    padding: 15px 30px;
  }
  /*--------------------------------------------------------------
# header
--------------------------------------------------------------*/
  .navbar-dark .navbar-nav .nav-link {
    font-size: 16px;
    margin: 12px 8px;
    padding: 0;
    border-bottom: 0;
  }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link .show {
    border-bottom: 0;
  }
  .dropdown-toggle::after {
    display: none;
  }
  .nav-item::after {
    position: absolute;
    top: 45%;
    right: -3px;
    font-size: 3px;
    font-family: "Font Awesome 6 Free";
    content: '\f111';
    font-weight: 700;
    border: 0;
  }
  .navbar-collapse {
    height: auto;
  }
  /*--------------------------------------------------------------
# table
--------------------------------------------------------------*/
  .table-responsive > .table > tbody > tr > td, .table-responsive > .table > thead > tr > th {
    white-space: pre-wrap;
  }
}
@media (min-width:1200px) {}
@media (min-width:1400px) {
  /*--------------------------------------------------------------
# header
--------------------------------------------------------------*/
  .navbar-dark .navbar-nav .nav-link {
    margin: 12px 15px;
  }
}
@media (min-width:1600px) {
  /*--------------------------------------------------------------
# header
--------------------------------------------------------------*/
  .navbar-dark .navbar-nav .nav-link {
    margin: 12px 25px;
  }
}