@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";
}

.bi-exclamation-circle::before {
    content: "\f333";
}

.bi-exclamation-triangle::before {
    content: "\f33B";
}

/*-------------------------*/
/* $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: #024086;
}

* {
    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: 1px;
}

/*-------------------------*/
/* $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: #fff;
    padding: 16px 36px;
    border-radius: 12px;
    box-shadow: 0 24px 48px -12px rgba(16, 24, 40, 0.25);
    background: linear-gradient(180deg, #FF5154 0%, #D70004 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 {
        font-size: 22px;
        padding: 16px 32px;
    }
}

@media (max-width: 767px) {
    .btn {
        width: 100%;
    }
}

form.disabled .btn, .btn.disabled {
    color: #9A9A9A;
    box-shadow: none;
    border-color: #A7A7A7;
    background: #D9D9D9;
    pointer-events: none;
    user-select: none;
}

    form.disabled .btn::after, .btn.disabled::after {
        display: none;
    }

.icon-btn {
    display: inline-block;
    vertical-align: top;
    font-size: 26px;
    color: #FFF;
    margin-left: 24px;
    transition: transform 0.2s;
}

    .icon-btn:hover {
        transform: scale(1.1);
    }

@media (max-width: 991px) {
    .icon-btn {
        transform: scale(1) !important;
    }
}

@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: 1200px;
    }
}

.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: #A4CFFF;
    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: 70px;
}

.heading-deco {
    padding-top: 6px;
    margin-right: 20px;
    margin-left: 20px;
}

@media (max-width: 991px) {
    .heading {
        margin-bottom: 40px;
    }

    .heading-deco {
        width: 22px;
        margin-right: 16px;
        margin-left: 16px;
    }
}

.heading__text::after {
    content: '';
    position: absolute;
    bottom: 6px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #004FA8;
}

.heading .heading-TC {
    color: #fff;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.3;
    z-index: 2;
}

    .heading .heading-TC span {
        position: relative;
        padding-right: 24px;
        background-color: #024086;
        z-index: 2;
    }

@media (max-width: 767px) {

    .heading .heading-TC span {
        padding-right: 16px;
    }
}

.heading .heading-ENG {
    font-family: "canada-type-gibson", sans-serif;
    position: absolute;
    bottom: 50px;
    left: 0;
    color: #FF6F00;
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 1px;
    white-space: nowrap;
    z-index: 2;
}

/*-------------------------*/
/* $Header
---------------------------*/
header {
    background: rgba(0, 67, 124, 0.95);
    z-index: 100;
}

    header .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        max-width: 1200px;
        padding: 12px;
    }

.header-logo {
    display: flex;
    align-items: center;
}

    .header-logo a:first-child {
        padding-right: 24px;
        margin-right: 24px;
        border-right: 1px solid #fff;
    }

    .header-logo img {
        display: block;
        height: 33px;
    }

.icon-set {
    display: flex;
}

@media (max-width: 767px) {

    header {
        width: 100%;
    }

        header .container {
            padding: 12px 20px;
        }

    .header-logo a {
        margin-right: 16px;
    }

        .header-logo a:first-child {
            padding-right: 16px;
            margin-right: 16px;
        }

    .header-logo img {
        height: 26px;
    }

    .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;
        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: 37vw;
    margin: 3vw 0 12vw calc((100% - 1200px)/2);
}

.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 / 114% auto;
    }

        .hero .hero-content {
            width: 46vw;
            margin: 5vw 0 12vw 10vw;
        }

}

@media (max-width: 1330px) {

    .hero .hero-content {
        margin: 5vw 0 12vw 8vw;
    }

}

@media (max-width: 1199px) {
    .hero-img .name-label {
        top: 27%;
        width: 50px;
    }

    .hero .media {
        margin-top: 30px;
    }
}

@media (max-width: 991px) {

    .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 {
        aspect-ratio: 20 / 24;
    }

        .hero .container {
            display: block;
            padding: 12px 0 0 0;
        }

        .hero .hero-content {
            position: static;
            display: block;
            width: 100%;
            padding: 0;
            margin: 0;
        }

    .hero-img {
        position: absolute;
        right: auto;
        left: -7px;
        width: 27%;
    }

    .hero-slogan {
        width: 55vw;
        margin: 6vw 0 3vw 5vw;
    }

    .hero .btn {
        min-width: auto;
        font-size: 4.5vw;
        padding: 2vw 10vw;
        margin: 0 0 3vw 10.5vw;
    }

        .hero .btn::after {
            width: 2.6vw;
            height: 2.6vw;
            margin: 2px 0 0 6px;
        }

    .hero .media {
        position: absolute;
        top: 63.7vw;
        left: 0;
        width: 100%;
        margin-top: 0;
        aspect-ratio: 16 / 9;
        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-color: #fff;
}

@media (max-width: 991px) {
    .speakers_n_schedule {
        background-size: 180% auto;
    }
}

.speakers_n_schedule .heading .heading-TC span {
    color: #024086;
    background-color: #fff;
}

.speakers_n_schedule .heading__text::after {
    background-color: #E0E8F2;
}

.speakers_n_schedule .heading .heading-TC::after {
    background-color: #0057B3;
}

.speakers {
    position: relative;
    padding-bottom: 100px;
}

.speakers-heading {
    color: #21467B;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 16px;
}

.speakers-img-box {
    position: relative;
    overflow: hidden;
    aspect-ratio: 31 / 50;
}

    .speakers-img-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.speakers-img {
    display: block;
}

.speakers-wrap {
    display: flex;
    gap: 8px;
    margin-bottom: 32px;
}

.speakers-card {
    width: 25%;
}

@media (max-width: 767px) {
    .speakers_n_schedule {
        background-size: 240% auto;
    }

    .speakers {
        padding: 60px 0 10px 0;
    }

    .speakers-wrap {
        flex-wrap: wrap;
        gap: 0;
        justify-content: space-between;
    }

    .speakers-card {
        width: 48%;
    }
}

.speakers-info {
    padding-top: 12px;
}

.speakers-name {
    display: block;
    width: 100%;
    color: #024086;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
}

@media (max-width: 413px) {
    .speakers-name {
        font-size: 22px;
    }
}

.speakers-title {
    display: block;
    width: 100%;
    color: #FF6F00;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0;
    overflow: hidden;
}

@media (max-width: 991px) {
    .speakers-wrap {
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }
    .speakers-info {
        padding: 8px 0;
    }
    .speakers-name {
        font-size: 20px;
    }
    .speakers-title {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .speakers-wrap {
        gap: 12px 20px;
        justify-content: flex-start;
    }
    .speakers-card {
        width: calc((100% - 20px) / 2);
    }
    .speakers-title {
        font-size: 13px;
    }
}

.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: 9vw;
}

.schedule-heading {
    width: 90%;
    color: #0E274C;
    font-size: 26px;
    font-weight: bold;
    margin: 0 auto 12px auto;
}

@media (max-width: 991px) {

    .schedule-heading,
    .schedule-wrap {
        width: 100%;
        margin-bottom: 0;
    }
}

.schedule__item {
    display: flex;
    align-items: center;
    padding: 32px 0;
    border-bottom: 1px solid #B8CBE1;
}

    .schedule__item:last-child {
        border-bottom: none;
    }

@media (max-width: 767px) {
    .schedule__item {
        flex-direction: column;
        padding: 24px 0;
    }
}

.list-color-1 {
    background-color: #F2F9FF;
}

.list-color-2 {
    background-color: #E7F3FF;
}

.schedule-content {
    width: 65%;
}

.plural .schedule-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media (max-width: 991px) {
}

@media (max-width: 767px) {
    .schedule-content {
        width: 100%;
        text-align: center;
    }
}

.schedule-time {
    font-family: "canada-type-gibson", sans-serif;
    width: 20%;
    color: #024086;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

@media (max-width: 991px) {
    .schedule-time {
        width: 24%;
    }
}

@media (max-width: 767px) {
    .schedule-time {
        width: 100%;
        font-size: 20px;
        padding-bottom: 8px;
        margin-bottom: 8px;
    }
}

.schedule-content .subject {
    color: #024086;
    font-size: 20px;
    line-height: 1.45;
    font-weight: 600;
    text-align: center;
    padding: 0 16px;
}

.light_blue .schedule-content .subject {
    color: #4B9EFF;
}

.schedule__item .info {
    font-size: 16px;
    color: #024086;
    font-weight: 400;
    line-height: 1.45;
}

    .schedule__item .info span {
        display: block;
    }

        .schedule__item .info span:first-child {
            color: #FF6F00;
            font-size: 15px;
            font-weight: 400;
        }

        .schedule__item .info span:last-child {
            font-size: 18px;
        }

    .schedule__item .info + .subject {
        margin-top: 24px;
    }

@media (max-width: 1199px) {
    .schedule__item .info {
        font-size: 20px;
    }
}

.schedule__item .info span {
    font-size: 22px;
    font-weight: 600;
}

.subject_item {
    display: flex;
    align-items: center;
}

    .subject_item .subject {
        width: 81.25%;
    }

@media (max-width: 991px) {

    .schedule-content {
        width: 57%;
    }

    .subject_item .subject {
        width: 75%;
    }
}

@media (max-width: 767px) {
    .schedule-content {
        width: 100%;
        margin-bottom: 20px;
    }

    .schedule__item .info {
        font-size: 15px;
        text-align: center;
    }

        .schedule__item .info span:last-child {
            font-size: 20px;
        }

    .plural .schedule-content {
        gap: 24px;
        margin-bottom: 0;
    }

    .subject_item {
        display: block;
    }

        .subject_item .subject {
            width: 100%;
            margin-bottom: 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;
}

.venue,
.about {
    padding: 100px 0;
    overflow: hidden;
}

.venue {
    padding: 40px 0 8px 0;
}

    .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-wrap {
        flex-direction: column;
        width: 100%;
    }
}

.venue-info {
    width: 47%;
    padding-right: 30px;
}

@media (max-width: 991px) {
    .venue-info {
        width: 100%;
    }
}

@media (max-width: 767px) {

    .venue,
    .about,
    .sign-up {
        padding-top: 60px !important;
    }

        .venue .container {
            padding-bottom: 10px;
        }

    .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-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    overflow: hidden;
    margin-bottom: 8px;
}

    .venue__title::before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-left: 13px solid #FF6F00;
        border-top: 9px solid transparent;
        border-bottom: 9px solid transparent;
    }

    .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: 600;
    line-height: 1;
    letter-spacing: 1px;
}

    .venue-date span {
        font-family: 'Noto Sans TC';
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 32px;
        height: 32px;
        color: #024086;
        font-size: 20px;
        font-weight: 700;
        padding-bottom: 2px;
        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: 600;
    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;
        min-width: 252px;
        font-size: 38px;
        letter-spacing: 1px;
    }

    .venue-time .v-tag {
        color: #003066;
        font-size: 16px;
        font-weight: 500;
        line-height: 1;
        padding: 3px 12px;
        margin-top: 6px;
        border-radius: 20px;
        border: 4px solid rgba(255, 221, 0, 0.3);
        background-color: #FF0;
    }

    .venue-time.ended .v-tag {
        border-color: transparent;
        background-color: #A2AEC9;
    }

.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: flex;
    flex-direction: column;
    gap: 16px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    padding: 7px 0;
    margin-top: 40px;
}

    .venue-note span {
        display: flex;
        gap: 12px;
        align-items: center;
    }

        .venue-note span.bi-exclamation-triangle {
            color: #abd2ff;
            font-size: 12px;
        }

        .venue-note span::before {
            font-size: 16px;
        }

@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;
        min-width: 193px;
        margin-right: 8px;
    }
    .venue-time .v-tag {
        font-size: 15px;
    }
}

@media (max-width: 369px) {
    .venue-date {
        font-size: 46px;
    }
    .venue-time .v-time {
        font-size: 23px;
        min-width: 153px;
        margin-right: 6px;
    }
    .venue-time .v-tag {
        font-size: 13px;
        padding: 2px 6px;
    }
}

.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;
    padding-bottom: 14vw;
}

.shape {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.shape2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.about .container {
    position: static;
    width: 40vw;
    margin: 0 0 0 42vw;
    z-index: 2;
}

.about-wrap {
    position: static;
    width: 100%;
}

.about-info {
    padding-bottom: 80px;
}

    .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: 8vw;
    left: 10%;
    width: 28vw;
}

    .about-img img {
        display: block;
    }

@media (max-width: 1500px) {

    .about {
        padding-top: 70px;
    }

        .about .container {
            position: static;
            width: 42vw;
            margin: 0 0 0 48vw;
            z-index: 2;
        }

    .about-img {
        left: 7%;
        width: 36vw;
    }
}

@media (max-width: 1250px) {

    .about .container {
        width: 40vw;
        margin: 0 0 0 53vw;
    }

    .about-img {
        width: 40vw;
    }
}

@media (max-width: 1030px) {

    .about {
        padding-bottom: 0;
    }

        .about .container {
            width: calc(100% - 48px);
            margin: 0 auto;
        }

    .about-wrap{
        display: block;
    }

    .about-img {
        position: static;
        width: 36%;
        margin: 0 auto;
    }

    .about-info {
        padding-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .about {
        overflow-x: clip;
    }
        .about .container {
            width: 100%;
        }
    .about-wrap {
        width: 100%;
    }
    .about-info {
        padding-bottom: 0;
    }
    .about-img {
        width: 84%;
        margin-top: 40px;
    }
}

/*-------------------------*/
/* $Form
---------------------------*/
.sign-up {
    padding: 120px 0;
}

@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 {
    color: #fff;
    font-size: 24px;
    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;
}

.input-row > div:has(select)::after{
    font-family: "bootstrap-icons";
    content: "\f282";
    position: absolute;
    bottom: 5px;
    right: 13px;
    color: #0B0C0D;
    font-size: 22px;
    pointer-events: none;
}

form .btn {
    display: block;
    margin: 32px auto;
}

    form .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 {
    width: 100%;
    height: 1px;
    background-color: #3C5897;
}

.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 {
    display: flex;
    flex-direction: column;
    gap: 6px;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: 0.45px;
    padding: 4px 0 18px 24px;
    margin: 0;
    border-bottom: 1px solid #3C5897;
}

    .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.full .overlay {
    display: block;
    width: 460px;
    padding: 48px 32px;
    overflow: visible;
    background: linear-gradient(180deg, #FFF 0%, #E0E0E0 100%);
}

    .overlay-box.full .overlay .overlay-text br{
        display: none;
    }

@media (max-width: 767px) {
    .overlay-box.full .overlay {
        max-width: 92%;
        padding: 32px 24px;
        margin-top: 45px;
    }
        .overlay-box.full .overlay .overlay-text br{
            display: inline;
        }
}

.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.full .overlay-close {
    top: -42px;
    right: 0;
    bottom: auto;
    left: auto;
    transform: translateX(0);
}

.overlay-close img{
    pointer-events: none;
}

.overlay-box.full .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.86);
    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-logo {
    position: absolute;
    top: -40px;
    left: 0;
    width: 200px;
}

.overlay-text {
    color: #383838;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    line-height: 1.5;
}

    .overlay-text div {
        margin-bottom: 24px;
    }

        .overlay-text div:nth-child(1) {
            color: #FF2C2C;
            font-size: 20px;
            font-weight: 600;
        }

.overlay-links {
    display: flex;
    gap: 6px;
}

    .overlay-links a {
        display: flex;
        gap: 10px;
        justify-content: center;
        align-items: center;
        width: 33%;
        color: #222;
        font-size: 13px;
        font-weight: 400;
        padding: 9px;
        border-radius: 6px;
        border: 1px solid #ccc;
        background: linear-gradient(180deg, #FFF 0%, #E9E9E9 100%);
    }

        .overlay-links a::before {
            font-size: 20px;
        }

        .overlay-links a.yt{
            color: #FF3E3E;
            border-color: #FF3E3E;
        }

        .overlay-links a.fb{
            color: #186FE0;
            border-color: #186FE0;
        }

@media (max-width: 767px) {
    .overlay-text div{
        margin-bottom: 16px;
    }
    .overlay-links{
        display: block;
    }
        .overlay-links a{
            width: 100%;
            font-size: 14px;
            margin-bottom: 12px;
        }
        .overlay-links a:last-child{
            margin-bottom: 0;
        }
        .overlay-links a:nth-child(2)::before{
            margin-left: 10px;
        }
        .overlay-links a br{
            display: none;
        }
}

.tab-box {
    width: 90%;
    margin: 0 auto;
}

.tab-list {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: -30px 0 20px 0;
}

.tab {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 280px;
    color: #FF6F00;
    padding: 12px 48px;
    border-radius: 40px;
    border: 1px solid #FF6F00;
}

    .tab.active{
        color: #fff;
        border-color: #FF6F00;
        background-color: #FF6F00;
    }

@media (max-width: 991px) {

    .tab-box {
        width: 100%;
    }

    .tab-list {
        margin-top: 0;
    }

}

@media (max-width: 767px) {
    .tab-box {
        width: 94%;
    }
    .tab-list {
        margin-top: 0;
    }
    .tab {
        min-width: auto;
        width: 50%;
        font-size: 19px;
        padding: 8px 0;
    }
}

.tab-content{
    display: none;
    border: 1px solid #B8CBE1;
    background-color: #fff;
}

    .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 {
    text-align: center;
    padding: 60px 0;
    background-color: #232323;
}

.logos-wrap {
    max-width: 500px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto 30px auto;
}

    .logos-wrap a {
        display: block;
    }

.allianz a{
    display: block;
    max-width: 135px;
}

.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;
    }
}

footer p {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin: 16px 0;
}

    footer p.risk{
        position: relative;
        display: inline-block;
        font-size: 12px;
        text-align: left;
        margin-bottom: 48px;
    }

        footer p.risk > span{
            position: absolute;
            top: calc(100% + 6px);
            right: 4px;
            white-space: nowrap;
        }

            footer p.risk > span > span {
                font-size: 10px;
                margin-left: 4px;
            }

                footer p.risk > span > span:last-child {
                    font-size: 9px;
                }

    footer p a {
        color: #FFF;
    }

        footer p a:hover {
            text-decoration: underline;
        }

@media (max-width: 767px) {
    footer p.risk{
        margin-bottom: 56px;
    }
    .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 {
        bottom: 42px;
    }

    .btn,
    .venue__title,
    .venue__place,
    .ov-message-main {
        font-weight: bold;
        -webkit-text-stroke: 0.2px;
    }
}