: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;}

.p2p {
    font-family: "Press Start 2P", system-ui;
}

.pixelify-sans {
    font-family: "Pixelify Sans", sans-serif;
}

.vt323 {
    font-family: "VT323", monospace;
}

.txt-pixel {
    font-family: "Geist Pixel", sans-serif;
}
.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 .title-main-box {
    color: var(--white-color);
}

#main .title-main-box a {
    color: #1e1e1e;
    background: var(--white-color);
    border: 4px solid #1e1e1e;
    padding: 10px 10px 16px;
}

#main .title-main-box a:hover {
    background: var(--main-color);
    transition: .2s linear;
}

@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%;
    }
}


#info {
    background: url(../../images/info-bg.png);
    background-position: left bottom;
    background-repeat: no-repeat;
}


/* experience ---------- */
#experience {
    background: url(../../images/experience.svg), #E2EDF1;
    background-position: right bottom;
    background-repeat: no-repeat;
}

#experience .experience-box {
    margin-top: 1rem;
}

#experience .experience-box h3,
#experience .experience-box p {
    font-family: "Geist Pixel", sans-serif;
}

#experience .experience-box p {
    font-size: 16px;
}

#experience .experience-box div {
    background: var(--main-color);
    width: 1rem;
    height: 1rem;
    margin-bottom: .5rem;
}



/* 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;
}


/* data ---------- */

#data {
    background: url(../../images/data-wave.png), url(../../images/data.svg), #10A3E6;
    background-position: left bottom, left top;
    background-repeat: no-repeat, no-repeat;
}

#data .data-box img {
    width: 50px;
    height: 50px;
    margin-right: 1rem;
}

#data .data-box h2 {
    font-size: 40px;
}



@media (max-width: 768px) {
    #data {
        background:  url(../../images/data.svg), #10A3E6;
        background-position: right bottom;
        background-repeat: no-repeat;
    }

    #Proposal #Proposal-item {
        background-size: contain;
    }

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

    .Proposal-txt {
        order: 2;
    }

    .Proposal-img {
        order: 1;
    }
}

/* list ---------- */
#list #list-item{
    min-height: 400px;
    border-radius: 1rem;
}

#list .Activities{
    background: url(../../images/list-img01.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    padding: 1rem;
    border-radius: 8px;
    height: 100%;
}
#list .Innovation{
    background: url(../../images/list-img02.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    padding: 1rem;
    border-radius: 8px;
    height: 100%;
}

#list .list-card{
    background: #ECECEC;
    border-radius: 8px;
    min-height: 140px;
}
#list .list-card ul li{
    list-style-type: disc;
    margin-left: 1rem;
}

/* Testimonials ---------- */

#Testimonials {
    background: #000;
    color: var(--white-color);
}
#Testimonials .spk-area{
    position: relative;
    overflow: hidden;
}

#Testimonials .txt-box{
    position: absolute;
    top: 100%;
    left: 0;
    height: 100%;
    align-content: center;
    padding: 1rem;
    background: #0088C6;
    border: 1px #10A3E6 solid;
}
#Testimonials .spk-area:hover .txt-box{
    top: 0%;
    transition: .2s linear;
}

#video-container{
    background: linear-gradient( to bottom ,#F8F8F8 ,#96D0FF);
}


/* 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;
}


/* founder ---------- */
#founder{
    background: url(../../images/founder-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px;
    color: var(--white-color);
}
#founder a{
    color: #1e1e1e;
    background: var(--white-color);
    border: 4px solid #1e1e1e;
    padding: 1rem 10px;
}
#founder a:hover {
    background: var(--main-color);
    transition: .2s linear;
}

#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%;
}