:root {
    --main-color: #FCC92C;
    --sub-color: #5FA9B8;
    --sub2-color: #F5F5F5;

    --meet-color: #E4007F;


    --white-color: #f8f8f8;
    --black-color: #1e1e1e;
}

* {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, 'Noto Sans TC', sans-serif;
}

body {
    background: #F8F8F8;
}

.dm-sans {
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.font-thin {
    font-weight: 100;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-3,
.display-4,
p {
    line-height: 1.5;
    word-break: break-word;
    word-wrap: break-word;
}

.h1,
h1 {
    font-size: 2.125rem;
}

.h2,
h2 {
    font-size: 1.75rem;
}

.h3,
h3 {
    font-size: 1.4rem;
    padding-bottom: 10px;
}

.h4,
h4 {
    font-size: 1.375rem;
}

.h5,
h5 {
    font-size: 1.15rem;
    padding: 10px;
}

.h6,
h6 {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 300;
}

p {
    font-size: 1.1rem;
    line-height: 1.5;
    font-weight: 300;
}

.display-1 {
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 1.5;
}

.display-2 {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.5;
}

.display-3 {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
}

.display-4 {
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.5;
}

.display-5 {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
}


@media (max-width: 768px) {
    .display-1 {
        font-size: 1.6rem;
    }

    .display-2 {
        font-size: 1.4rem;
    }

    .display-3 {
        font-size: 1.2rem;
    }

    .h1,
    h1 {
        font-size: 1.75rem;
    }

    .h2,
    h2 {
        font-size: 1.4rem;
    }

    .h3,
    h3 {
        font-size: 1.375rem;
    }

    .h4,
    h4 {
        font-size: 1.15rem;
    }

    .h5,
    h5 {
        font-size: 1rem;
    }

    .h6,
    h6 {
        font-size: 0.9rem;
    }

    p {
        font-size: 0.9rem;
    }

}


body {
    background-color: var(--white-color);
    overflow-x: hidden;
}

p {
    font-weight: 300;
}

.unit-title {
    margin-bottom: 3rem;
}

.unit-title h2 {
    font-family: "Poppins", "Belanosima", "Segoe UI", Roboto, 'Noto Sans TC', "敺株��迤暺煾��", sans-serif;
    font-weight: 500;
}

.mbr-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

a {
    color: var(--black-color);
    text-decoration: none;
}

.text-justify {
    text-align: justify;
}


.forpc {
    display: block;
}

.forphone {
    display: none;
}

@media (max-width: 768px) {

    .forpc {
        display: none;
    }

    .forphone {
        display: block;
    }
}

/* shorts ---------- */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
}

.video-container iframe {
    left: calc((100% - 226.8px) / 2);
    position: absolute;
    top: 0;
    width: 90%;
    height: 90%;
}

@media (max-width: 768px) {
    .video-container {
        position: relative;
        padding-bottom: 180%;
        /* 16:9 */
        height: 0;
    }

    .video-container iframe {
        left: calc((100% - 318px) / 2);
        position: absolute;
        top: 0;
        width: 90%;
        height: 90%;
    }
}


/* nav ---------- */
.navbar {
    background-color: var(--sub2-color);
    border-bottom: 2px solid #dedede;
}

.nav-item a {
    color: var(--black-color);
    font-size: 1rem;
    line-height: 1rem;
    letter-spacing: 1px;
    margin-left: 1rem;
}

.nav-item a.borderEN {
    border-left: 1px solid #d3d3d3;
}

.nav-item a:hover {
    color: var(--meet-color);
}

.navbar-brand .mainlogo {
    max-height: 45px;
}

.nav-ticket-btn {
    background-color: var(--main-color);
    font-weight: 700;
    padding: .5rem .75rem !important;
    transition-duration: .5s;
}

.nav-item a:hover.nav-ticket-btn {
    color: var(--black-color);
}

.nav-ticket-btn:hover {
    background-color: var(--sub-color);
}

@media (max-width: 768px) {

    .nav-BN-menu li a {
        font-size: 1rem;
        text-decoration: none;
    }

    .nav-item a {
        font-size: 1rem;
        line-height: 1rem;
        padding: 0.75rem 0;
    }

    .nav-item a.borderEN {
        border-left: 0px;
    }

    .nav-item a .sm-txt,
    .nav-item p .sm-txt {
        font-size: 13px;
    }

    .navbar-toggler,
    .navbar-toggler:focus,
    .navbar-toggler:active {
        padding: 2px;
        border: 0px;
    }

    .navbar img {
        width: 130px;
    }
}

/* nav toggle animation �嚉�⏛ ---------- */
.navbar-toggler-icon {
    background-image: none !important;
    background-color: var(--bs-gray-800);
    height: 3px;
    width: 25px;
    margin: 10px 0;
    position: relative;
    transition: all 0.35s ease-out;
    transform-origin: center;
}

.navbar-toggler-icon::before {
    display: block;
    background-color: var(--bs-gray-800);
    height: 3px;
    content: "";
    position: relative;
    top: -7px;
    transition: all 0.15s ease-out;
    /*taken down to hide quicker*/
    transform-origin: center;
}

.navbar-toggler-icon::after {
    display: block;
    background-color: var(--bs-gray-800);
    height: 3px;
    content: "";
    position: relative;
    top: 4px;
    transition: all 0.35s ease-out;
    transform-origin: center;
}

.navbar-dark .navbar-toggler-icon,
.navbar-dark .navbar-toggler-icon::before,
.navbar-dark .navbar-toggler-icon::after {
    background-color: var(--bs-gray-100);
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
    transform: rotate(45deg);
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
    opacity: 0;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
    transform: rotate(-90deg) translateX(7px);
}


/* main ---------- */
#main .main-bg {
    padding: 0 5%;
}

#main .main-p {
    position: absolute;
    width: 32%;
    top: 10%;
    left: 34%;
}

#main .main-date {
    position: absolute;
    width: 12%;
    right: 10%;
    bottom: 15%;
}

@media (max-width: 1280px) {
    #main .main-bg {
        padding: 0%;
    }

    #main .main-p {
        width: 36%;
        top: 10%;
        left: 32%;
    }
}

@media (max-width: 768px) {
    #main .main-p {
        width: 80%;
        top: 20%;
        left: 10%;
    }
}


/* 課綱／議程[切換Tab式] */
#Plans .nav.nav-tabs {
    background-color: #F2F2F2;
    border-radius: 1rem;
}

#Plans .nav.nav-tabs .nav-item {
    padding: 1rem;
}

#Plans .nav-tabs .nav-link {
    border: unset;
    border-radius: 0.5rem;
    height: 100%;
    /* margin: 1rem; */
}

#Plans .nav-tabs .nav-link h5 {
    padding: 0.5rem 0;
    color: #9CA3AF;
}

.nav-tabs .nav-link:hover {
    background: #BBBEC5;
    transition: .25s all linear;
}

#Plans .nav-tabs .nav-item.show .nav-link,
#Plans .nav-tabs .nav-link.active {
    color: var(--black-color);
    background-color: var(--main-color);
    border-color: unset;
}

#Plans .nav-tabs .nav-item.show h5 .nav-link,
#Plans .nav-tabs .nav-link.active h5 {
    color: var(--black-color);
}

@media (max-width: 768px) {
    #Plans .nav.nav-tabs .nav-item {
        padding: 0.5rem;
    }

    #Plans .nav-tabs .nav-link h5 {
        font-size: 16px;
    }

    #Plans .nav-tabs .nav-item .nav-link,
    #Plans .nav-tabs .nav-link {
        padding: 3px 12px;
    }
}

#Plans .tab-content .tab-pane {
    border: 0;
}

#Plans .tab-content .tab-pane>div>div {
    border: 1px solid #9CA3AF;
    border-radius: 0.75rem;
    align-content: start;
    transform: scale(0.95);
}

#Plans .tab-content .tab-pane>div>div:hover {
    border: 1px solid var(--sub-color);
    border-radius: 0.75rem;
    transform: scale(1.01);
    transition: all .15s linear;
}

#Plans .modal .modal-body {
    height: 50vh;
}

#Plans .modal .modal-body .org-price,
#Plans .tab-content .tab-pane .org-price {
    text-decoration: line-through;
}

#Plans .modal .modal-body .discount,
#Plans .tab-content .tab-pane .discount {
    color: white;
    border-radius: 2rem;
    background: #E4007F;
    padding: 6px 10px;
}

#Plans .modal .modal-body .price,
#Plans .tab-content .tab-pane .price {
    font-size: 2rem;
    font-weight: 700;
}

#Plans .modal .modal-body .price.global-price,
#Plans .tab-content .tab-pane .price.global-price {
    font-size: 1.2rem;
}

#Plans .modal .modal-body .info,
#Plans .tab-content .tab-pane .info {
    color: #8C8C8C;
    font-weight: 500;
}

#Plans .modal .modal-body .info.global-info,
#Plans .tab-content .tab-pane .info.global-info {
    color: #E4007F;
    font-weight: 500;
}

#Plans .modal .modal-body ul li,
#Plans .tab-content .tab-pane .plan-list ul li {
    line-height: 1.75rem;
    list-style: disc;
    margin-left: 1rem;
    color: #5D5D5D;
}

#Plans .modal .modal-body ul li.focus,
#Plans .tab-content .tab-pane .plan-list ul li.focus {
    color: #000000;
    font-weight: 600;
}

#Plans .modal .modal-body hr,
#Plans .tab-content .tab-pane hr {
    border-top-width: 1px;
    color: inherit;
    height: 0;
    width: 100%;
}

#Plans .modal img.plan-booths {
    object-fit: contain;
    object-position: top;
    max-width: 100%;
    position: sticky;
    top: 0;
}

#Plans .modal .cta {
    width: 100%;
    background: #1e1e1e;
    color: white;
    border-radius: 0.5rem;
    padding: 1rem;
    text-align: center;
}

#Plans .plan-extra .cta {
    /* width: 100%; */
    background: #1e1e1e;
    color: white;
    border-radius: 0.5rem;
    padding: 1rem;
    text-align: center;
}

#Plans .plan-extra {
    border: 1px solid #9CA3AF;
    border-radius: 0.75rem;
    align-content: start;
    padding: 1rem;
}

#Plans .modal .cta:hover,
#Plans .plan-extra .cta:hover {
    background: var(--sub-color);
}

#Plans .plan-extra ul li {
    list-style-type: disc;
    /* margin-left: 1rem; */
    transform: translateX(1rem);
    line-height: 2rem;
}

@media (max-width: 768px) {
    #Plans .tab-content .tab-pane {
        overflow: scroll;
    }

    #Plans .tab-content .tab-pane#PlansTab-04-info>div {
        overflow: scroll;
        width: 380%;
    }

    #Plans .tab-content .tab-pane#PlansTab-03-info>div {
        overflow: scroll;
        width: 190%;
    }

    #Plans .tab-content .tab-pane>div>div {
        width: 330px;
    }

    #Plans .tab-content .tab-pane#PlansTab-01-info>div {
        width: 285%;
    }

    #Plans .tab-content .tab-pane#PlansTab-02-info>div {
        width: 190%;
    }

    #Plans .modal .modal-body {
        height: 70vh;
    }

    #Plans .modal img.plan-booths {
        max-width: 330px;
        max-height: 330px;
    }
}


/* newplans ---------- */
#newplans {
    position: relative;
    background-color: #EDF3F5;
    overflow: hidden;
}

#newplans::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../images/plan-bg.png?v=26);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.3; 
    z-index: 1;
}
#newplans > * {
    position: relative;
    z-index: 2;
}


#newplans .unit-title img{
    width: 28px;
}
#newplans ul li {
    list-style-type: disc;
    transform: translateX(1rem);
    line-height: 2rem;
}
#newplans .planing ul li {
    list-style-image: url(../../images/meet-pink-play.svg);
    transform: translateX(1rem);
    line-height: 2rem;
}
#newplans .newplan-area{
    flex-wrap: nowrap;
}

#newplans .plan-card{
    border: 1px solid #9CA3AF;
    border-radius: 0.75rem;
    background: var(--white-color);
    position: relative;
}
#newplans .plan-card.card01::before{
    position: absolute;
    content: '32,000元';
    top: 1rem;
    right: 1rem;
    font-size: 2rem;
    font-weight: 700;
    z-index: 5;
}
#newplans .plan-card.card02::before{
    position: absolute;
    content: '22,000元';
    top: 1rem;
    right: 1rem;
    font-size: 2rem;
    font-weight: 700;
    z-index: 5;
}
#newplans .checktag{
    background-color: #1e1e1e;
    color: var(--white-color);
    padding: 6px 16px;
    border-radius: 2rem;
    display: inline-flex;
}
#newplans h6 a,
#newplans ul li a {
    color: #EC1D89;
    text-decoration: underline;}

@media (max-width: 768px) {
    #newplans .newplan-area{
    flex-wrap: wrap;
}

}

/* info ---------- */

#info {
    background-image: url(../../images/bg2.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
}

#info .container {
    padding: 0 50px 50px;
}

#info .infoimg01 {
    position: absolute;
    width: 145px;
    height: 145px;
    object-fit: cover;
    overflow: hidden;
    border-radius: 50%;
    top: -15%;
    left: 5%;
    box-shadow: 0 0 0.5rem #00000020;
}

#info .infoimg02 {
    position: absolute;
    width: 205px;
    height: 205px;
    object-fit: cover;
    overflow: hidden;
    border-radius: 50%;
    top: 10%;
    right: 5%;
    box-shadow: 0 0 0.5rem #00000020;
}

#info .infoimg03 {
    position: absolute;
    width: 160px;
    height: 160px;
    object-fit: cover;
    overflow: hidden;
    border-radius: 50%;
    top: 50%;
    left: 0%;
    box-shadow: 0 0 0.5rem #00000020;
}

#info .infoimg04 {
    position: absolute;
    width: 110px;
    height: 110px;
    object-fit: cover;
    overflow: hidden;
    border-radius: 50%;
    bottom: -10%;
    right: 0%;
    box-shadow: 0 0 0.5rem #00000020;
}



@media (max-width: 1480px) {
    #info {
        background-size: contain;
    }
}

@media (max-width: 768px) {
    #info {
        padding: 3rem 0 0;
    }

    #info #InfoImgBox {
        height: 150px;
    }

    #info .infoimg01 {
        width: 85px;
        height: 85px;
        top: 0%;
        left: 4%;
    }

    #info .infoimg02 {
        width: 120px;
        height: 120px;
        left: 23%;
        top: 40%;
    }

    #info .infoimg03 {
        width: 95px;
        height: 95px;
        top: 0%;
        left: 54%;
    }

    #info .infoimg04 {
        width: 65px;
        height: 65px;
        bottom: 0%;
        right: 4%;
    }
}

@media (max-width: 768px) {
    #main .main-p {
        width: 80%;
        top: 20%;
        left: 10%;
    }

    #info .container {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        width: 100%;
        padding-right: calc(var(--bs-gutter-x)* .5);
        padding-left: calc(var(--bs-gutter-x)* .5);
        margin-right: auto;
        margin-left: auto;
    }
}


/* btn-link ---------- */
#btn-link {
    background-color: #EAEAEA;
    padding: 2rem 0;
}

#btn-link a {
    text-align: center;
    align-content: center;
    border-radius: 3rem;
    padding: .5rem;
    border: 6px solid #EAEAEA;
    font-size: 18px;
    letter-spacing: 1px;
}

#btn-link a:hover {
    background-color: var(--sub-color);
    border: 6px solid #EAEAEA;
    font-size: 18px;
    letter-spacing: 1px;
}


/* Proposal ---------- */
#Proposal #Proposal-item {
    min-height: 500px;
    border-radius: 1rem;
    background: url(../../images/26Proposalbg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

#Proposal #Proposal-item>div {
    min-height: 500px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

#Proposal .cta {
    min-width: 200px;
    background: #ffffff;
    color: rgb(0, 0, 0);
    border-radius: 50px;
    padding: 1rem;
    text-align: center;
}
.color-white{
    color: var(--white-color);
}
#Proposal .cta:hover {
    background: var(--sub-color);
}

.Proposal-txt {
    height: fit-content;
}

.Proposal-img {
    aspect-ratio: 1 / 1;
    object-fit: contain;
}

@media (max-width: 768px) {
    #Proposal #Proposal-item {
        background-size: cover;
        background: url(../../images/en/26Proposalbg-mob.png);
    }

    #Proposal #Proposal-item>div {
        padding: 1rem;
    }

    .Proposal-txt {
        order: 2;
    }

    .Proposal-img {
        order: 1;
    }
}

/* Registration ---------- */
#Registration .accordion-item {
    border: unset;
    background: transparent;
}

#Registration .accordion-button {
    border-radius: 0;
    border-bottom: 1px solid #e1e1e1;
}

#Registration .accordion-button:focus {
    border-color: unset;
    box-shadow: unset;
}

#Registration .accordion-button:not(.collapsed) {
    color: var(--black-color);
    background-color: var(--white-color);
}

#Registration .accordion-body h5.step {
    color: #717171;
    font-weight: 300;
    padding: 0;
}

#Registration .accordion-body ul li {
    list-style: disc;
    margin-left: 1rem;
}

#Registration .accordion-body a {
    color: #EC1D89;
    text-decoration: underline;
}

#Registration .accordion-body a:hover {
    color: #5FA9B8;
}

#Registration .accordion-body h4 {
    color: var(--meet-color);
}

/* FAQ ---------- */

#FAQ #FAQ-body .accordion-item {
    border: unset;
    background: transparent;
}

#FAQ #FAQ-body .accordion-body p a {
    color: #EC1D89;
    text-decoration: underline;
}

#FAQ #FAQ-body .accordion-body p a:hover {
    color: #5FA9B8;
}

#FAQ #FAQ-body .accordion-item {
    border: none;
    padding: 1%;
}

#FAQ #FAQ-body .accordion-button {
    background-color: #f2f2f2;
    border-radius: 12px;
}

#FAQ #FAQ-body .accordion-button:focus {
    background-color: #f2f2f2;
    border-radius: 12px;
}

#FAQ #FAQ-body .accordion-button:not(.collapsed) {
    color: var(--black-color);
    background-color: #f2f2f2;
    border-radius: 12px 12px 0px 0px;
}

#FAQ #FAQ-body .accordion-body {
    padding: 1% 2% 0.5% 2%;
    background-color: #f2f2f2;
    border-radius: 0px 0px 12px 12px;
}

#FAQ #FAQ-body .accordion-body ul li p {
    color: #727272;
}

/* Notice ---------- */
#Notice .accordion-item {
    border: unset;
    background: transparent;
}

#Notice .accordion-button {
    border-radius: 0;
    border-bottom: 1px solid #e1e1e1;
    background: transparent;
}

#Notice .accordion-button:focus {
    border-color: unset;
    box-shadow: unset;
}

#Notice .accordion-button:not(.collapsed) {
    color: var(--black-color);
    background-color: var(--white-color);
}

#Notice ul li {
    list-style: disc;
    margin-left: 1rem;
}

#Notice ul li p {
    font-size: 1rem;
}

#Notice ul li p a {
    background-color: #727272;
    color: var(--white-color);
    padding: 6px 12px;
}

#Notice ul li p a:hover {
    background-color: var(--sub-color);
    transition: .25s all linear;
}


/* adbtn1---------- */

@media (max-width: 768px) {
    .adbtn1 {
        padding: 0px;
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 99;
        width: 100%;
    }

    .adbtn1 .nav-ticket-btn {
        background-color: var(--meet-color);
        color: var(--white-color);
        font-weight: 700;
        padding: 1rem .75rem !important;
        transition-duration: .5s;
        justify-content: center;
        border-radius: 1rem 1rem 0 0;
    }

}

.btn-close {
    --bs-btn-close-bg: url(../../images/close.svg) !important;
}

#advertise .advertise1 {
    height: 200px;
    color: white;
    background: url(../../images/advertise1.jpg);
    background-position: center;
    flex-wrap: wrap;
    display: flex;
    align-content: end;
}

#advertise .advertise2 {
    height: 200px;
    color: white;
    background: url(../../images/advertise2.png);
    background-position: center;
    flex-wrap: wrap;
    display: flex;
    align-content: end;
}

#advertise a:hover>div {
    background-size: 105%;
    background-position: center;
    transition: 0.15s all linear;
}

.modal-background-ts {
    align-items: flex-start;
    background: rgba(0, 0, 0, .3);
    display: flex;

    height: 100vh;
    justify-content: center;
    left: 0;
    padding-top: 10vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}

.modal-ts {
    background: #eee;
    border-radius: 5px;
    min-height: 50%;
    padding: 20px 16px;
    position: relative;
    text-align: right;
    width: 90%;
}