/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap&family=Oswald:wght@400;700&display=swap');
:root {
  --color-orange: #ff6600;
  --swiper-theme-color: #1550aa
}
@media (max-width:576px) {
  :root {
    font-size: 12px;
  }
}
body {
  font-family: 'Poppins', 'Noto Sans TC', sans-serif;
  letter-spacing: 0.5px;
  line-height: 1.6;
  font-size: 1.25rem;
  background-color: #000;
  color: #fff;
}
h1 {
  font-size: 4.5rem;
  font-weight: 600;
}
h2 {
  font-size: 3.75rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1em;
}
h3 {
  font-size: 1.875rem;
  font-weight: 600;
}
h4 {
  font-size: 2.375rem;
  font-weight: 600;
}
h2 > i {
  font-size: 2.375rem;
  font-style: normal;
  display: block;
  margin-bottom: 1em
}
h2 > *:last-child {
  margin-bottom: 0;
}
h2 > i:after {
  content: '';
  display: block;
  margin: auto;
  width: 200px;
  height: 6px;
  background-color: var(--color-orange);
  margin-top: 0.2em
}
.btn {
  display: inline-flex;
  align-items: center;
  color: #ffffff;
  background-color: var(--color-orange);
  border-radius: 99em;
  padding: 0.2em 1.5em;
  transition: .2s;
  border: 2px solid transparent;
}
.btn:hover {
  border: 2px solid var(--color-orange);
}
.sec-anchor {
  position: absolute;
}
.btn-close svg {
  fill: var(--color-orange);
}
.modal-body {
  padding: 2.5em 0.5em 0.5em !important;
  background: #fff
}
/*-------------------------------------------------
  Header
-------------------------------------------------*/
.navbar {
  transition: .3s
}
.navbar .logo img {
  height: 75px;
  transition: .3s;
}
.navbar-nav {
  width: 100%;
  justify-content: right;
}
.navbar-nav li:not(:first-child) {
  margin-left: 2em;
}
.navbar-nav a, .navbar-nav a:active, .navbar-nav a:focus {
  color: #fff !important;
  transition: .2s;
  margin: 0 0.2em;
}
.navbar-nav a:hover {
  color: var(--color-orange);
  transform: translateY(-5px);
}
/*..navbar-nav .nav-link.active, .navbar-nav .show > .nav-link {
  color: var(--color-orange)
}*/
#navbarNav > div {
  flex-shrink: 0;
  margin-left: 2em;
}
.navbar.scrolled {
  background: #000000;
}
.navbar.scrolled .logo img {
  height: 60px;
}
.navbar-toggler {
  position: relative;
  border: none;
  width: 44px;
  height: 44px;
  padding: 0;
}
.navbar-toggler:focus, .navbar-toggler:active {
  outline: 0;
  box-shadow: none;
}
.navbar-toggler span {
  display: block;
  background-color: #fff;
  height: 3px;
  width: 30px;
  margin-top: 8px;
  margin-bottom: 8px;
  transform: rotate(0deg);
  position: relative;
  left: 6px;
  opacity: 1;
}
.navbar-toggler span:nth-child(1), .navbar-toggler span:nth-child(3) {
  transition: transform .35s ease-in-out;
}
.navbar-toggler[aria-expanded="true"] span:nth-child(1) {
  position: absolute;
  left: 6px;
  top: 12px;
  transform: rotate(135deg);
  opacity: .9;
}
.navbar-toggler[aria-expanded="true"] span:nth-child(2) {
  height: 12px;
  visibility: hidden;
  background-color: transparent;
}
.navbar-toggler[aria-expanded="true"] span:nth-child(3) {
  position: absolute;
  left: 6px;
  top: 12px;
  transform: rotate(-135deg);
  opacity: 0.9;
}
/*-------------------------------------------------
  Footer
-------------------------------------------------*/
footer .container-fluid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(top, rgba(32, 39, 58, 1) 0%, rgba(8, 11, 21, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(32, 39, 58, 1) 0%, rgba(8, 11, 21, 1) 100%);
  background: linear-gradient(to bottom, rgba(32, 39, 58, 1) 0%, rgba(8, 11, 21, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#20273a', endColorstr='#191919', GradientType=0);
  padding: 25px 5vw;
  color: #fff
}
footer .container-fluid div {
  font-size: .9rem;
}
.ft-logo img {
  height: 45px;
}
.ft-link a:not(:first-child) {
  margin-left: 20px;
}
.ft-link img {
  height: 26px;
}
.ft-link a:last-child img {
  height: 22px;
}
/*-------------------------------------------------
  Widgets
-------------------------------------------------*/
.widget {
  z-index: 999;
  position: fixed;
  height: 30%;
  bottom: 0;
  right: 0;
  background-color: #fff6;
}
.btn-gotop.show {
  opacity: 1 !important;
}
.btn-gotop {
  position: absolute;
  bottom: 0.5em;
  right: 0.5em;
  width: 3rem;
  height: 3rem;
  background: #cccccce6;
  text-align: center;
  border-radius: 50em;
  opacity: 0;
  transition: all .2s;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center
}
.btn-gotop svg {
  color: var(--color-dblue);
  width: 1em;
  height: 1em;
}
.btn-gotop.show:hover svg {
  fill: #fff
}
.btn-gotop.show:hover {
  color: #fff;
  background: var(--color-orange);
}
/*-------------------------------------------------
  RWD:header/nav/footer
-------------------------------------------------*/
@media (min-width: 1200px) {
  .navbar .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1199.98px) {
  .navbar {
    background: #000000;
  }
  .navbar-nav li:not(:first-child) {
    margin-left: 0;
  }
  .navbar-nav {
    width: 100%;
    justify-content: center;
    text-align: center;
    line-height: 4;
  }
  #navbarNav > div {
    margin: auto;
    text-align: center;
    line-height: 4;
  }
  #navbarNav > div a {
    font-size: 1.5rem;
  }
}
@media (max-width:575.98px) {
  body {
    font-size: 1.5rem;
  }
  .navbar .logo {
    flex: 0 0 80%
  }
  footer .container-fluid {
    padding: 30px 2vw;
    flex-direction: column;
    align-items: center;
    justify-content: center
  }
  footer .container-fluid > div:nth-child(2) {
    text-align: center;
    width: 100%;
    order: 3;
    margin-top: 20px;
  }
  .ft-logo {
    margin-bottom: 20px;
  }
}
/* Hero Banner    */
.banner-hero {
  position: relative;
  text-align: center;
}
.banner-inner {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding: 2em;
}
.banner-hero-right {
  text-align: left
}
.event-theme {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 3vw;
  margin-bottom: 20vh
}
.event-logo {
  flex: 0 0 20%
}
.event-date {
  font-family: 'Oswald', sans-serif;
  font-size: 2.25rem;
  margin-bottom: 1rem;
}
.banner-hero-act {
  font-size: 1.75rem;
}
/* Content */
main {
  overflow: hidden
}
section {
  position: relative;
  z-index: 2
}
section .section-bg-wrap div {
  height: 100%;
}
.section-bg-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.section-bg-wrap img {
  height: 100%;
  object-fit: cover;
  animation: opacityAnimation 4s ease-in-out infinite;
}
.section-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  padding: 120px 0;
  position: relative;
  z-index: 2;
}
.section-content p {
  text-align: left;
}
.overview .section-bg-wrap .sbg-left img {
  animation: floatAnimation 4s ease-in-out infinite alternate;
}
.overview .section-bg-wrap .sbg-right img {
  animation: floatAnimation 3.5s ease-in-out infinite alternate-reverse;
}
.agenda-grid {
  display: grid;
  grid-template-columns: 1fr 5fr;
  grid-gap: 0.8rem;
}
.agenda-grid p {
  color: var(--color-orange);
  margin-bottom: 0
}
.agenda-grid > span {
  border: 2px solid #262626;
  padding: 1rem;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Oswald', sans-serif;
  font-size: 1.875rem;
}
.agenda-grid > div {
  background-color: #262626;
  padding: 1rem 2rem;
  border-radius: 15px;
  transition: all .2s
}
.agenda-grid > div:hover {
  background-color: #26262680;
}
.agenda-grid > div > *:last-child {
  margin-bottom: 0
}
.lecturer-grid {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-gap: 2rem 4rem;
}
.lecturer-grid p {
  color: var(--color-orange)
}
.lecturer-item {
  display: flex;
  align-items: flex-start
}
.lecturer-item img {
  width: 35%;
  aspect-ratio: 1 / 1;
  margin-right: 2rem;
  margin-bottom: 1rem;
  box-shadow: 10px 10px 0 #ff6600e6;
}
.lecturer-item h3 {
  margin-top: 0.8rem;
  font-weight: normal
}
.lecturer-item h3 em {
  display: block;
  font-size: 1rem;
  margin-bottom: 0.3em
}
.lecturer-item h3 strong {
  margin-right: 0.25em
}
.lecturer-item h3 span {
  display: inline-block;
  font-size: .66em
}
.preview h2 + p {
  text-align: center
}
.preview .agenda-grid {
  grid-template-columns: 1fr;
  margin-top: 30px;
}
.preview .agenda-grid a {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between
}
.preview .agenda-grid a > div:first-child {
  flex: 0 0 75%
}
.btn-play {
  font-size: 18px;
  padding: 0.2em 0.1em 0.2em 0.3em;
  border-radius: 100px;
  background-color: #fff;
  width: 3em;
  height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-play i {
  width: 0;
  height: 0;
  border-top: .7em solid transparent;
  border-bottom: .7em solid transparent;
  border-left: 1em solid #222;
  transition: all .3s
}
.preview .agenda-grid a:hover .btn-play i {
  width: 0;
  height: 0;
  border-top: .7em solid transparent;
  border-bottom: .7em solid transparent;
  border-left: 1em solid var(--color-orange);
}
.download h2 + p {
  text-align: center
}
.notice {
  text-align: center;
  padding: 60px 0;
  color: #a6a6a6;
  position: relative;
  z-index: 1
}
.notice h4 {
  color: var(--color-orange);
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  border-bottom: 2px solid #a6a6a6;
  text-align: center
}
.notice .container {
  text-align: left
}
.notice li {
  margin-bottom: 0.5em
}
.agenda .section-bg-wrap, .lecturers .section-bg-wrap {
  height: 150%
}
.lecturers .sbg-left img {
  transform: scaleX(-1)
}
/*-------------------------------------------------
  RWD:Content
-------------------------------------------------*/
@media (max-width:1199.98px) {
  .sec-anchor {
    top: -80px;
  }
  h1 {
    font-size: 3.2rem;
  }
  h2 {
    font-size: 3rem;
  }
  .banner-hero {
    padding-top: 90px;
  }
  .banner-inner {
    position: relative;
  }
  .banner-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .banner-hero-bg img {
    height: 100%;
    object-fit: cover;
  }
  .event-theme {
    transform: none;
    margin: 10% auto 50%
  }
  .event-logo {
    flex: 0 0 30%
  }
  .lecturer-grid {
    grid-template-columns: 100%;
    grid-gap: 2rem;
  }
  .lecturer-item img {
    max-width: 200px;
  }
  .section-content {
    padding: 60px 0;
    min-height: 50vh
  }
  .agenda .section-bg-wrap, .lecturers .section-bg-wrap {
    opacity: 0.5;
    z-index: -1
  }
}
@media (max-width: 995.98px) {
  .event-theme {
    text-align: center;
    display: block;
  }
  .banner-hero-right {
    text-align: center
  }
  .event-logo {
    width: 100%;
    max-width: 180px;
    margin: auto auto 2em
  }
}
@media (max-width:575.98px) {
  h2 {
    text-align: left
  }
  h2 > i {
    font-size: 2rem;
  }
  h2 > i:after {
    margin-left: 0;
    width: 8rem;
    height: 3px;
  }
  .banner-hero {
    padding-top: 85px;
  }
  .banner-hero-bg {
    opacity: 0.6
  }
  .section-content {
    min-height: inherit;
    text-align: left
  }
  .agenda-grid {
    grid-template-columns: 100%;
  }
  .agenda-grid > span {
    border: none;
    display: block;
    opacity: .8;
    padding: 1.5rem 1rem 0.5rem;
  }
  .agenda-grid > div {
    padding: 1rem;
  }
  .lecturer-item {
    display: block;
    position: relative
  }
  .lecturer-item h3 {
    position: absolute;
    top: 100px;
    width: 50%;
    left: 180px;
    padding-left: 1rem;
  }
  .lecturer-item img {
    width: 170px;
    margin-bottom: 1rem;
  }
  .lecturer-item p {
    margin-top: 1rem;
  }
  .preview h2 + p, .download h2 + p {
    text-align: left
  }
  .notice h4 {
    text-align: left
  }
}
@keyframes opacityAnimation {
  0%, 100% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
}
@keyframes floatAnimation {
  0% {
    opacity: 0.5;
    transform: translateY(0)
  }
  25% {
    opacity: 1
  }
  75% {
    opacity: 0.5
  }
  100% {
    opacity: 1;
    transform: translateY(10px)
  }
}
/* revised twms-include/css/mina.css 中的表單樣式 */
.page-contact__form {
  background-color: transparent;
  color: #fff
}
.page-contact__form {
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  margin-top: 30px;
}
.form__title {
  margin-bottom: 0.5em;
  text-align: center
}
.o-form__head-note {
  margin-bottom: 1em
}
.o-form__head-title {
  display: flex;
  align-items: center;
  color: #ff6700
}
.o-form__head-title i {
  white-space: nowrap;
  padding: 0 0.2em;
}
.o-form__head-title:before, .o-form__head-title:after {
  content: "";
  background-color: #ff6700;
  border-radius: 50px;
  flex: 1 0 10%;
  height: 5px
}
.m-custom-input__label-text {
  font-size: 16px;
}
.m-custom-textarea .m-custom-input__label-text {
  margin-bottom: 0.5em
}
.m-custom-input__input {
  border-bottom: 1px solid #b7b6b780;
}
.m-custom-input__label-text, .m-custom-select__main-text, .m-custom-radio__label, .m-custom-radio__note, .m-custom-checkbox__label, .m-custom-checkbox__note, .m-custom-input__input {
  color: #fff
}
.o-alert__buttons {
  justify-content: center
}