@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C""\201D""\2018""\2019";
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*-------------------------*/
/* $font import
---------------------------*/
@font-face {
  font-display: block;
  font-family: "bootstrap-icons";
  src: url("../fonts/bootstrap-icons.woff2") format("woff2"),
    url("../fonts/bootstrap-icons.woff") format("woff");
}

.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-family: "bootstrap-icons" !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bi-facebook::before {
  content: "\f344";
}

.bi-youtube::before {
  content: "\f62b";
}

.bi-globe2::before {
  content: "\f3ef";
}

.bi-geo-alt-fill::before {
  content: "\f3e7";
}

.bi-train-freight-front-fill::before {
  content: "\f81a";
}

.bi-chevron-down::before {
  content: "\f282";
}

.bi-x-lg::before {
  content: "\f659";
}

/*-------------------------*/
/* $Globel
---------------------------*/
html {
  font-size: 18px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html,
body {
  padding: 0;
  margin: 0;
}

body {
  font-family: 'Noto Sans TC', Arial, Helvetica, sans-serif, '微軟正黑體';
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
  overflow-x: hidden;
  background-color: #142D65;
}

* {
  position: relative;
  word-break: break-word;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  outline: none;
}

a:link,
a:visited,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
}

button {
  padding: 0;
  margin: 0;
  border: none;
  text-decoration: none;
  background-color: transparent;
  outline: none;
}

/*-------------------------*/
/* $Text
---------------------------*/
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  letter-spacing: 1.2px;
}

/*-------------------------*/
/* $Icon
---------------------------*/


/*-------------------------*/
/* $Button
---------------------------*/
.btn {
  position: relative;
  min-width: 260px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  line-height: 1.2;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0;
  text-decoration: none;
  color: #252525;
  padding: 16px 36px;
  border-radius: 12px;
  border: 1px solid #BA945C;
  box-shadow: 0 24px 48px -12px rgba(16, 24, 40, 0.25);
  background: linear-gradient(180deg, #FFD000 0%, #F7B313 100%), #D9D9D9;
}

.btn:hover,
.btn:active {
  background-color: #C7000B;
}

.btn::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  margin: 3px 0 0 9px;
  background: url("../img/arrow-45.svg") no-repeat center / contain;
}

@media (max-width: 1500px) {
  .btn {
    min-width: 220px;
    font-size: 22px;
    padding: 16px 32px;
  }
}

@media (max-width: 767px) {
  .btn {
    width: 100%;
  }
}

form.disabled .btn {
  color: #9A9A9A;
  box-shadow: none;
  border-color: #A7A7A7;
  background: #D9D9D9;
  pointer-events: none;
  user-select: none;
}

form.disabled .btn::after {
  display: none;
  opacity: 0.2;
}

.icon-btn {
  display: inline-block;
  vertical-align: top;
  font-size: 26px;
  color: #FFF;
  margin-left: 24px;
}

.icon-btn::before {
  transition: transform 0.2s;
}

.icon-btn:hover::before {
  transform: scale(1.1);
}

@media (max-width: 413px) {
  .icon-btn {
    margin-left: 16px;
  }
}

/*-------------------------*/
/* $Layout
---------------------------*/
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (min-width: 768px) {
  .container {
    width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1199px) {
  .container {
    width: 1170px;
  }
}

.col-1-1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;
}

.col-1-2 {
  width: 48%;
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;
}

@media (max-width: 991px) {

  .col-1-1,
  .col-1-2 {
    width: 100%;
    margin-bottom: 16px;
  }
}

.form-MCQ .col-1-2 {
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  .form-MCQ .col-1-2 {
    margin-bottom: 16px;
  }
}

.label-other {
  flex-direction: row;
}

/*-------------------------*/
/* $Input
---------------------------*/
.input-row {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

@media (max-width: 991px) {
  .input-row {
    flex-direction: column;
  }
}

.checkbox-row {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

@media (max-width: 767px) {
  .checkbox-row {
    flex-direction: column;
  }
}

input,
select {
  display: inline-block;
  vertical-align: middle;
  color: #0B0C0D;
  font-size: 18px;
  line-height: 1.3;
  padding: 10px;
  border: 1px solid #CFCFCF;
  border-radius: 4px;
  background-color: #FFF;
  outline: none;
  transition: all ease-in-out 0.15s;
}

input:focus,
select:focus {
  border: 1px solid #252525;
}

input[type=checkbox],
input[type=radio] {
  width: 24px;
  height: 24px;
  margin: 0 10px 0 0;
  cursor: pointer;
  border: 1px solid #CFCFCF;
}

select {
  cursor: pointer;
}

form.disabled{
  pointer-events: none;
}

form.disabled input, form.disabled select {
  color: #9A9A9A;
  background-color: #dcdcdc;
  pointer-events: none;
  user-select: none;
}

form.disabled .gender::after, form.disabled .age::after {
  display: none;
}

form.disabled input[type=checkbox], form.disabled input[type=radio] {
  display: none;
}

form.disabled label:has(input[type=checkbox]), form.disabled label:has(input[type=radio]) {
  display: flex;
  align-items: center;
  line-height: 1;
  cursor: default;
  margin-bottom: 12px;
}

form.disabled label:has(input[type=checkbox])::before, form.disabled label:has(input[type=radio])::before {
  content: '';
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin: 0 10px 0 0;
  border: 1px solid #CFCFCF;
  border-radius: 2px;
  background-color: #cacaca;
}

form.disabled input#other {
  background-color: #cacaca;
}

form.disabled .privacy-policy{
  pointer-events: auto;
}

form.disabled .privacy-policy label{
  display: inline !important;
}

form.disabled .privacy-policy label::before{
  display: inline-block;
  vertical-align: middle;
}

form.disabled .privacy-policy label span{
  line-height: 2;
}

.undefault {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

::-webkit-input-placeholder {
  color: #aaa;
}

label {
  display: block;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
}

@media (max-width: 991px) {
  label {
    font-size: 16px;
  }
}

label span {
  vertical-align: middle;
}

.label-other label {
  display: inline;
}

.label-other span {
  white-space: nowrap;
}

.label-other input[type=text] {
  width: 65%;
  font-size: 16px;
  padding: 6px;
  margin-left: 12px;
  line-height: 1.3;
}

.alert-text {
  color: #FED961;
  font-size: 16px;
  line-height: 1.2;
  margin-top: 4px;
}

.privacy-policy {
  margin-top: 36px;
  margin-bottom: 24px;
}

.privacy-policy span {
  font-size: 16px;
}

.privacy-policy span a {
  color: #22F7FF;
  text-decoration: underline;
}

/*-------------------------*/
/* $Heading
---------------------------*/
.heading {
  margin-bottom: 90px;
}

.heading-deco {
  padding-top: 6px;
  margin-right: 20px;
  margin-left: 20px;
}

@media (max-width: 991px) {
  .heading {
    margin-bottom: 60px;
  }

  .heading-deco {
    width: 22px;
    margin-right: 16px;
    margin-left: 16px;
  }
}

.heading__text::after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  border-bottom: 2px solid #3C5897;
}

.heading .heading-TC {
  position: absolute;
  bottom: -26px;
  left: 0;
  color: #fff;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.3;
  z-index: 2;
}

.heading .heading-TC span {
  position: relative;
  z-index: 2;
}

.heading .heading-TC::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% + 24px);
  height: 20px;
  background-color: #142D65;
  z-index: 1;
}

.heading .heading-ENG {
  color: #1C3A7D;
  font-family: "canada-type-gibson", sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  padding-left: 20px;
  z-index: 1;
}

.speakers .heading .heading-TC,
.schedule .heading .heading-TC {
  color: #fff;
}

.speakers .heading .heading-ENG,
.schedule .heading .heading-ENG {
  color: #142A5D;
}

/*-------------------------*/
/* $Header
---------------------------*/
header {
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(100% - 48px);
  max-width: 1300px;
  border-bottom: 2px solid #3C5897;
  transform: translateX(-50%);
  z-index: 100;
}

header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1360px;
  padding: 12px;
}

.header-logo {
  display: flex;
  align-items: center;
}

.header-logo a {
  margin-right: 24px;
}

.header-logo img {
  display: block;
  height: 32px;
}

.header-logo a:last-child img {
  height: 28px;
}

.icon-set {
  display: flex;
}

@media (max-width: 767px) {

  header {
    width: 100%;
  }

  header .container {
    padding: 16px 20px;
  }

  .header-logo a {
    margin-right: 16px;
  }

  .header-logo img {
    height: 24px;
  }

  .header-logo a:last-child img {
    height: 22px;
  }

  .icon-set a:first-child .icon-btn {
    margin-left: 0;
  }

  .icon-btn {
    font-size: 20px;
    margin-left: 18px;
  }
}

/*-------------------------*/
/* $Top
---------------------------*/
.abstract-5 {
  position: absolute;
  top: 330px;
  right: -220px;
  width: 280px;
  mix-blend-mode: screen;
}

@media (max-width: 1199px) {
  .abstract-5 {
    top: 300px;
    right: -200px;
  }
}

@media (max-width: 991px) {
  .abstract-5 {
    top: 50px;
    width: 240px;
  }
}

@media (max-width: 767px) {
  .abstract-5 {
    display: none;
  }
}

/* $Hero
---------------------------*/
.hero {
  position: relative;
  background: url("../img/hero-bg.webp") no-repeat center -1vw / 100% auto;
}

.hero .container {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  overflow-x: clip;
  margin: 0;
}

.hero-img {
  position: relative;
  width: 33%;
}

.hero-img img {
  display: block;
  width: 100%;
}

.hero-img .name-label {
  bottom: auto;
  top: 29%;
  left: 40px;
  width: 60px;
  transform: translate(-100%, -100%);
}

.hero .media {
  margin-top: 3vw;
  z-index: 2;
}

.hero .video {
  position: relative;
  padding-bottom: 56.24%;
  overflow: hidden;
}

.hero .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero .hero-content {
  width: 38vw;
  margin: 8vw 16vw 7vw 0;
}

.hero-slogan {
  margin-bottom: 1.7vw;
}

.hero-slogan img {
  width: 100%;
}

.hero-slogan h1 {
  display: none;
}

.heading-small {
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 40px;
}

@media (max-width: 1500px) {

  .hero {
    background: url("../img/hero-bg.webp") no-repeat center top / 110% auto;
  }

  .hero .hero-content {
    width: 41vw;
    margin: 10vw 10vw 8vw 0;
  }

}

@media (max-width: 1199px) {
  .hero-img .name-label {
    top: 27%;
    width: 50px;
  }

  .hero .media {
    margin-top: 30px;
  }
}

@media (max-width: 991px) {

  .hero{
    background: url(../img/hero-bg.webp) no-repeat center 8vw / 117% auto;
  }

  .hero .container {
    padding: 70px 24px;
  }

  .hero .hero-content {
    width: 50vw;
    margin: 8vw 0 3vw 0;
  }

  .hero-img {
    position: relative;
    right: -16px;
    width: 35%;
  }

  .hero-img .name-label {
    display: none;
  }

  .hero .btn {
    width: auto;
    font-size: 20px;
    white-space: nowrap;
    padding: 16px 46px;
  }

  .hero .btn::after {
    width: 20px;
    height: 20px;
  }

}

@media (max-width: 767px) {
  .hero {
    background: url(../img/hero-bg.webp) no-repeat -6vw 13vw / 130% auto;
  }

  .hero .container {
    display: block;
    padding: 12px 0 0 0;
  }

  .hero .hero-content {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 8vw;
  }

  .hero-img {
    position: absolute;
    right: auto;
    left: -7px;
    width: 27%;
  }

  .hero-slogan {
    width: 38vw;
    margin: 21vw 0 4vw 55vw;
  }

  .hero .btn {
    min-width: auto;
    font-size: 4vw;
    padding: 2vw 4vw;
    margin: 0 0 0 55vw;
  }

  .hero .btn::after {
    width: 2.6vw;
    height: 2.6vw;
    margin: 0 0 0 6px;
  }

  .hero .media {
    width: 100%;
    margin-top: 10vw;
    background-color: #000;
  }
}

.title-m {
  display: none;
}

@media (max-width: 767px) {
  .title {
    display: none;
  }

  .title-m {
    display: block;
  }
}

/* $Intro
---------------------------*/
.intro {
  display: flex;
}

.intro-content {
  width: 58%;
  padding-top: 32px;
  margin-bottom: 72px;
}

.intro-content p:first-child {
  font-size: 22px;
}

@media (max-width: 767px) {
  .intro-content {
    width: 100%;
  }
}

.intro p {
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 20px;
}

@media (max-width: 1199px) {
  .intro p {
    font-size: 1em;
  }
}

.host-img {
  width: 40%;
  overflow: hidden;
  background-image: url(../img/host.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 400px;
}

@media (max-width: 1199px) {
  .host-img {
    background-size: 350px;
  }
}

@media (max-width: 991px) {
  .host-img {
    background-size: 280px;
  }
}

@media (max-width: 767px) {
  .host-img {
    display: none;
  }
}

.name-label {
  position: absolute;
  bottom: 70px;
  left: 20px;
  width: 30%;
}

@media (max-width: 1199px) {
  .name-label {
    bottom: 120px;
    width: 35%;
  }
}

@media (max-width: 991px) {
  .name-label {
    bottom: 330px;
    width: 40%;
  }
}

/*-------------------------*/
/* $Speakers
---------------------------*/
.abstract-4 {
  position: absolute;
  top: -130px;
  right: -180px;
  width: 320px;
}

@media (max-width: 1199px) {
  .abstract-4 {
    width: 280px;
  }
}

@media (max-width: 991px) {
  .abstract-4 {
    right: -140px;
  }
}

@media (max-width: 767px) {
  .abstract-4 {
    top: -160px;
  }
}

@media (max-width: 579px) {
  .abstract-4 {
    right: -100px;
    top: -140px;
    width: 200px;
  }
}

.abstract-0 {
  position: absolute;
  top: -80px;
  left: -170px;
  width: 300px;
}

@media (max-width: 767px) {
  .abstract-0 {
    display: none;
  }
}

.speakers_n_schedule {
  background: #101A31 url("../img/sna-bg.webp") no-repeat center bottom / 100% auto;
}

@media (max-width: 991px) {
  .speakers_n_schedule {
    background-size: 180% auto;
  }
}

.speakers_n_schedule .heading__text::after{
  border-color: #142A5D;
}

.speakers_n_schedule .heading .heading-TC::after{
  background-color: #101A31;
}

.speakers {
  position: relative;
  padding-top: 120px;
  padding-bottom: 100px;
}

.speakers-heading {
  color: #21467B;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 16px;
}

.speakers-img {
  display: block;
}

.speakers-wrap {
  display: flex;
  gap: 16px;
  margin-bottom: 32px;
}

.speakers-card {
  width: 25%;
}

@media (max-width: 767px) {

  .speakers {
    padding-bottom: 40px;
  }

  .speakers-wrap {
    flex-wrap: wrap;
    gap: 0;
    justify-content: space-between;
  }

  .speakers-card {
    width: 48%;
    margin-bottom: 18px;
  }
}

.speakers-name,
.speakers-title {
  color: #FFF;
}

.speakers-name {
  color: #FFF;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  margin-top: 12px;
}

@media (max-width: 413px) {
  .speakers-name {
    font-size: 22px;
  }
}

.speakers-title {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  overflow: hidden;
}

@media (max-width: 991px) {
  .speakers-wrap {
    gap: 12px;
  }
  .speakers-name {
    font-size: 20px;
  }
  .speakers-title {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .speakers-wrap {
    gap: 56px 20px;
  }
  .speakers-card {
    width: calc((100% - 20px) / 2);
    margin-bottom: 0;
  }
  .speakers-name {
    font-size: 18px;
  }
  .speakers-title {
    font-size: 12px;
  }
}

.speakers .container,
.schedule .container {
  position: relative;
  z-index: 2;
}

.hexagon2,
.hexagon3 {
  position: absolute;
  pointer-events: none;
  z-index: 1;
}

.hexagon2 {
  top: 50%;
  left: 0;
  width: 16%;
}

.hexagon3 {
  bottom: 0;
  right: 0;
  width: 18%;
}

@media (max-width: 1199px) {

  .hexagon2,
  .hexagon3 {
    display: none;
  }
}

/* $Line
---------------------------*/
main .line {
  background-color: #EEECDF;
}

main .line .line__line {
  background-color: #C2C2C2;
  height: 1px;
}

/*-------------------------*/
/* $Schedule
---------------------------*/
.schedule {
  position: relative;
  padding-top: 24px;
  padding-bottom: 72px;
}

.schedule-heading {
  width: 90%;
  color: #0E274C;
  font-size: 26px;
  font-weight: bold;
  margin: 0 auto 12px auto;
}

.schedule-wrap {
  text-align: center;
}

@media (max-width: 991px) {

  .schedule-heading,
  .schedule-wrap {
    width: 100%;
    margin-bottom: 0;
  }
}

.schedule__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 32px 0;
  border-bottom: 1px solid #4F5163;
}

.schedule__item:last-child {
  border-bottom: none;
}

@media (max-width: 767px) {
  .schedule__item {
    flex-direction: column;
    padding: 24px 0;
  }
  .schedule__item:first-child {
    padding-top: 0;
  }
  .schedule__item:last-child {
    padding-bottom: 0;
  }
}

.list-color-1 {
  background-color: #F2F9FF;
}

.list-color-2 {
  background-color: #E7F3FF;
}

.schedule-content {
  display: flex;
  width: 80%;
}

@media (max-width: 991px) {
  .schedule-content {
    width: 70%;
  }
}

.schedule-time {
  /*font-family: "canada-type-gibson", sans-serif;*/
  width: 20%;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

@media (max-width: 767px) {
  .schedule-time {
    width: 100%;
    font-size: 20px;
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
}

.schedule-content .subject {
  width: 70%;
  color: #FCDA94;
  font-size: 24px;
  line-height: 1.45;
  padding: 0 24px;
}

.schedule-content .subject:only-child {
  color: #fff;
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .schedule-content .subject {
    font-size: 24px;
  }
}

.schedule-content .info {
  width: 30%;
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  line-height: 1.45;
  text-align: right;
  padding-right: 24px;
  margin-top: 6px;
}

@media (max-width: 1199px) {
  .schedule-content .info {
    font-size: 20px;
  }
}

.schedule-content .info > span{
  display: inline-block;
  width: 100px;
  text-align: left;
}

.schedule-content .info > span > span {
  display: block;
  font-size: 22px;
  font-weight: 700;
  margin-top: 2px;
}

@media (max-width: 991px) {
  .schedule-content {
    width: 80%;
  }
  .schedule-content .subject {
    width: 80%;
  }
  .schedule-content .info {
    width: 20%;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .schedule-content {
    display: block;
    width: 100%;
  }
  .schedule-content > div {
    display: block;
    width: 100% !important;
    padding: 0 !important;
  }
  .schedule-content .subject {
    font-size: 19px;
    margin-bottom: 16px;
  }
  .schedule-content .info {
    font-size: 15px;
  }
  .schedule-content .info > span {
    width: 100%;
    text-align: center;
  }
  .schedule-content .info > span > span {
    display: inline;
    font-size: 18px;
    margin-left: 12px;
  }
}

/*-------------------------*/
/* $Venue
---------------------------*/
.abstract-2 {
  position: absolute;
  top: -60px;
  right: -40px;
  width: 220px;
}

@media (max-width: 991px) {
  .abstract-2 {
    right: -90px;
  }
}

@media (max-width: 767px) {
  .abstract-2 {
    top: 30px;
    right: -120px;
    width: 260px;
  }
}

.abstract-1 {
  position: absolute;
  bottom: -100px;
  left: -150px;
  width: 280px;
}

.va-box {
  
}

.venue,
.about {
  padding-top: 110px;
  padding-bottom: 100px;
  overflow: hidden;
}

.venue {
  padding-bottom: 8px;
}

.venue .container {
  padding-bottom: 64px;
}

.venue-wrap,
.about-wrap {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .venue{
    padding-top: 0;
  }
  .venue-wrap {
    flex-direction: column;
    width: 100%;
  }
}

.venue-info {
  width: 47%;
  padding-right: 30px;
}

@media (max-width: 991px) {
  .venue-info {
    width: 100%;
    padding: 0 20px;
  }
}

@media (max-width: 767px) {

  .venue,
  .about,
  .sign-up {
    padding-top: 40px !important;
  }

  .venue-info {
    flex-direction: column;
    padding: 0;
  }
}

.venue-info__item {
  margin-bottom: 45px;
}

@media (max-width: 991px) {
  .venue-info__item:first-child {
    margin-right: 72px;
  }
}

@media (max-width: 767px) {
  .venue-info__item:first-child {
    margin-right: 0;
  }

  .venue-info__item {
    margin-bottom: 32px;
  }
}

.venue-info__item .highlight {
  display: none;
}

.venue__title {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  overflow: hidden;
  padding: 2px 12px;
  margin-bottom: 8px;
  border-radius: 20px;
  background-color: #FF6433;
}

.venue__title span {
  position: relative;
  z-index: 2;
}

.venue-date-img {
  margin-top: 4px;
}

.venue__date,
.venue__time,
.venue__place {
  font-weight: bold;
  line-height: 1;
}

.venue .sat {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  color: #0E274C;
  font-size: 20px;
  margin: 0 0 12px 10px;
  border-radius: 50%;
  background-color: #fff;
}

.venue__date {
  display: flex;
  align-items: flex-end;
  font-size: 56px;
  line-height: 1.3;
}

@media (max-width: 991px) {
  .venue__date {
    font-size: 48px;
  }
}

@media (max-width: 767px) {
  .venue__date {
    font-size: 56px;
  }
}

.venue-date {
  font-family: "canada-type-gibson", sans-serif;
  display: flex;
  align-items: flex-end;
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
}

.venue-date span {
  font-family: 'Noto Sans TC';
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  color: #142D65;
  font-size: 20px;
  font-weight: 700;
  margin: 4px 8px;
  border-radius: 50%;
  background-color: #fff;
}

.venue-time-box {
  width: 420px;
}

.venue-time {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
  line-height: 1;
  margin-top: 18px;
}

.venue-time span {
  margin-right: 10px;
}

.venue-time span:first-child {
  margin-top: 3px;
}

.venue-time span:last-child {
  margin-right: 0;
}

.venue-time .v-time {
  font-family: "canada-type-gibson", sans-serif;
  font-size: 38px;
}

.venue-time .v-tag {
  color: #1A202C;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  padding: 5px 12px;
  margin-top: 6px;
  border-radius: 20px;
  border: 4px solid #1b684e;
  background-color: #2DF117;
}

.venue-time.ended .v-tag {
  color: #fff;
  border-color: #142D65;
  background-color: #5872AA;
}

.venue__place {
  font-size: 26px;
  line-height: 1.2;
  font-weight: 800;
  margin: 12px 0;
}

.venue-text {
  font-size: 18px;
  font-weight: 400;
  display: flex;
  margin-bottom: 8px;
}

.venue-text i {
  margin-right: 12px;
}

.venue-text h5 {
  font-size: 18px;
  font-weight: 400;
}

.venue-note {
  display: inline-block;
  color: #252525;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  padding: 7px 18px 7px 12px;
  margin-top: 24px;
  border-radius: 0 30px 30px 0;
  border-left: 6px solid #FE7D55;
  background-color: #fff;
}

@media (max-width: 991px) {
  .venue-text h5 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .venue-date {
    font-size: 53px;
  }
  .venue-time-box {
    width: 100%;
  }
  .venue-time .v-time {
    font-size: 29px;
  }
  .venue-time .v-tag {
    font-size: 16px;
  }
}

@media (max-width: 359px) {
  .venue-date {
    font-size: 46px;
  }
  .venue-time .v-time {
    font-size: 23px;
  }
}

.map-container {
  width: 52%;
  overflow: hidden;
  border: 1px solid #B7C8D2;
  border-radius: 20px;
}

@media (max-width: 991px) {
  .map-container {
    width: 100%;
    height: 400px;
  }
}

@media (max-width: 767px) {
  .venue__place {
    font-size: 23px;
  }

  .map-container {
    height: 300px;
  }
}

.map,
.map iframe {
  width: 100%;
  height: 100%;
}

/*-------------------------*/
/* $About
---------------------------*/
.about {
  position: relative;
  padding-top: 100px;
  padding-bottom: 0;
  overflow: visible;
}

.about::after {
  content: '';
  position: absolute;
  bottom: -6vw;
  right: 0;
  width: 33%;
  aspect-ratio: 50 / 53;
  background: url("../img/circle1.svg") no-repeat right bottom / contain;
}

.about .container {
  position: relative;
  z-index: 2;
}

.about-wrap {
  position: relative;
}

.about-info {
  width: 62%;
  max-width: 620px;
  padding-bottom: 60px;
}

.about-info p {
  font-weight: 400;
  margin-bottom: 24px;
}

.about-info p:first-child {
  font-size: 24px;
  font-weight: 700;
}

.about-info p span {
  font-weight: 700;
}

.about-img {
  position: absolute;
  bottom: 0;
  right: 8%;
  width: 306px;
}

.about-img img {
  display: block;
}

@media (max-width: 1500px) {
  .about::after {
    bottom: 0;
    width: 35%;
  }
}

@media (max-width: 1199px) {

  .about-img {
    right: -40px;
  }

  .about::after {
    width: 37%;
  }

}

@media (max-width: 991px) {
  .about {
    padding-bottom: 0;
  }

  .about-wrap {
    display: block;
  }

  .about-info {
    width: 100%;
    max-width: none;
  }

  .about-img {
    position: relative;
    width: 100%;
    right: 0;
    padding-left: 18%;
  }

  .about-img .name-label {
    bottom: 100px;
    right: 240px;
  }

  .about .hexagon {
    width: 550px;
    height: 402px;
    right: 0;
    padding-bottom: 110%;
  }

  .about::after {
    width: 70%;
  }
}

@media (max-width: 767px) {
  .about-wrap {
    width: 100%;
  }
  .about-info {
    padding-bottom: 0;
  }
  .about-img {
    position: relative;
    width: 96%;
    right: 0;
    padding-left: 26%;
  }
  .about::after {
    width: 90%;
  }
}

/*-------------------------*/
/* $Form
---------------------------*/
.sign-up {
  padding-top: 120px;
  padding-bottom: 120px;
}

.sign-up::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20%;
  aspect-ratio: 7 / 10;
  background: url(../img/circle2.svg) no-repeat left bottom / contain;
  z-index: 1;
}

@media (max-width: 767px) {
  .sign-up::after {
    width: 26%;
  }
}

.sign-up .container {
  z-index: 2;
}

.form-warn {
  color: #FED961;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 24px;
}

.form-wrap {
  max-width: 760px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .form-wrap {
    max-width: 560px;
  }
}

.checkbox {
  width: 50%;
}

.MCQ {
  font-size: 24px;
  color: #fff;
  margin: 12px 0 24px 0;
}

@media (max-width: 991px) {
  .MCQ {
    margin-top: 18px;
  }
}

.red-star,
.MCQ .red-star {
  font-size: 18px;
  color: #E83151;
  margin-left: 4px;
}

.multi {
  font-size: 16px;
}

.gender::after, .age::after {
  font-family: "bootstrap-icons";
  content: "\f282";
  position: absolute;
  bottom: 5px;
  right: 13px;
  font-size: 22px;
  pointer-events: none;
}

.submit-btn {
  display: block;
  margin: 32px auto;
}

.submit-btn::after {
  margin: -3px 0 0 9px;
}

.note-box {
  max-width: 760px;
  margin: 80px auto 0 auto;
}

.note-box a {
  color: #22F7FF;
  text-decoration: underline;
}

@media (max-width: 991px) {
  .note-box {
    max-width: 560px;
  }
}

.note-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin-bottom: 8px;
  white-space: nowrap;
}

.note-title p {
  margin-right: 8px;
  margin-bottom: 0;
}

.note-title__line {
  background-color: #ADADAD;
  height: 1px;
  width: 100%;
}

.text-note {
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.7;
}

.note-box > .text-note {
  padding-bottom: 20px;
  border-bottom: 1px solid #ADADAD;
}

.note-box ul {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.45px;
  padding: 4px 0 18px 32px;
  margin: 0;
  border-bottom: 1px solid #ADADAD;
}

.note-box ul li::marker {
  color: #fff;
  font-size: 12px;
}

/*-------------------------*/
/* $Overlay
---------------------------*/
.overlay-box {
  position: fixed;
  display: none;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3000;
}

.overlay-box.show {
  display: flex;
}

.overlay {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 86%;
  min-width: 280px;
  min-height: 160px;
  color: #252525;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  padding: 44px 44px 76px 44px;
  border-radius: 12px;
  overflow: hidden;
  background-color: #fff;
  z-index: 2;
}

.overlay-box.sec .overlay {
  padding: 40px 52px 70px 52px;
  overflow: visible;
  background: linear-gradient(180deg, #FFF 0%, #E0E0E0 100%);
}

@media (max-width: 767px) {
  .overlay-box.sec .overlay {
    width: 350px;
    max-width: 92%;
    padding: 40px 24px 70px 24px;
  }
}

.ta-c {
  text-align: center;
}

.ov-message-icon {
  display: none;
  text-align: center;
  margin-bottom: 18px;
}

.ov-message-icon img {
  display: none;
}

.ov-message-icon.check img:first-child {
  display: inline-block;
}

.ov-message-icon.exclamation img:last-child {
  display: inline-block;
}

.ov-message-main {
  display: block;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 6px;
}

.ov-message-secondary {
  font-size: 16px;
  font-weight: 500;
}

.ov-message-btn {
  display: none;
  width: 160px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  padding: 12px;
  margin: 20px auto 0 auto;
  background-color: #C7000B;
}

.ov-message-btn.show {
  display: block;
}

button {
  padding: 0;
  margin: 0;
  border: none;
  text-decoration: none;
  background-color: transparent;
  outline: none;
}

.overlay-close {
  position: absolute;
  bottom: 20px;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #CFCFCF;
  transform: translateX(-50%);
}

.overlay-box.sec .overlay-close {
  top: -42px;
  right: 0;
  bottom: auto;
  left: auto;
  transform: translateX(0);
}

.overlay-close img{
  pointer-events: none;
}

.overlay-box.sec .overlay .overlay-close img {
  filter: invert(1) brightness(1.3);
}

.overlay-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
}

body:has(.overlay-box.show) {
  overflow: hidden;
  padding-right: 17px;
}

@media (max-width: 991px) {
  body:has(.overlay-box.show) {
    padding-right: 0;
  }
}

.overlay-sec-logo {
  position: absolute;
  top: -40px;
  left: 0;
  width: 200px;
}

.overlay-sec-text {
  text-align: center;
  line-height: 1.2;
}

.overlay-sec-text div:nth-child(1) {
  color: #808080;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 12px;
}

.overlay-sec-text div:nth-child(2) {
  color: #262525;
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 18px;
}

.overlay-sec-text div:nth-child(3) {
  color: #252525;
  font-size: 20px;
  font-weight: 600;
}

.overlay-sec-link {
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}

@media (max-width: 767px) {
  .overlay-sec-link{
    width: auto;
  }
}

.tab-box {
  width: 90%;
  margin: 0 auto;
}

.tab-list {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.tab {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  padding: 24px;
  border-bottom: 2px solid #35539A;
}

.tab.active{
  border-color: #FF6433;
}

@media (max-width: 991px) {

  .tab-box {
    width: 100%;
  }

}

@media (max-width: 767px) {
  .tab-box {
    width: 94%;
  }
  .tab {
    font-size: 19px;
  }
}

.tab-content{
  display: none;
}

.tab-content.active{
  display: block;
}

/*-------------------------*/
/* $Footer
---------------------------*/
.abstract-3 {
  position: absolute;
  top: -100px;
  right: -100px;
  width: 220px;
}

@media (max-width: 767px) {
  .abstract-3 {
    top: -30px;
    left: -140px;
    width: 220px;
  }
}

footer {
  background-color: #232323;
  padding: 60px 0;
}

.logos-wrap {
  max-width: 560px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 30px auto;
}

.logos-wrap a {
  display: block;
}

.taifex a{
  display: block;
  width: 230px;
}

.logos-wrap .money-show {
  width: 114px;
}

@media (max-width: 767px) {
  .ebc,
  .money-show,
  .capital {
    margin-bottom: 32px;
  }
  .logos-wrap {
    width: 100%;
    gap: 30px;
  }
  .logos-wrap > div{
    margin-bottom: 0;
  }
  .taifex a{
    width: auto;
  }
}

footer p {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  margin: 16px 0;
}

footer p.risk span{
  font-size: 10px;
}

footer p a {
  color: #FFF;
}

footer p a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .copyright span {
    display: block;
  }
}

@media (max-width: 991px) {

  .heading .heading-TC {
    font-size: 28px;
    font-weight: bold;
    -webkit-text-stroke: 0.5px;
  }

  .heading .heading-ENG {
    font-size: 52px;
  }

  .btn,
  .venue__title,
  .venue__place,
  .ov-message-main {
    font-weight: bold;
    -webkit-text-stroke: 0.2px;
  }
}