<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    /*銝餉𠧧頛磰𠧧 �㺿�𠧧*/
    --main-color: #FF7500;
    --sub-color: #E64A1F;
    --sub2-color: #F5F5F5;

    --bn-color:#FF7500;
    --mt-color:#B60005;
    --sd-color:#0073D6;
    --fc-color:#17589E;
    --web3-color:#4646F5;
    --meet-color:#E3007F;

    
    /*�嚉���*/
    --white-color: #fff;
    --black-color: #1e1e1e;
}

*{
    font-family: 'Noto Sans TC', sans-serif;
}
p{font-weight: 300;}
body {
    background-color: var(--sub2-color);
    overflow-x: hidden;
}
a {
    color: var(--black-color);
    text-decoration: none;
}
.display-area{
    font-family: 'Belanosima', sans-serif;
    font-size: 72px;
    margin: 0;
    color: silver;
    filter: opacity(0.5);
    transform: translateY(50px);
}
.display-area-ch{
    font-size: 36px;
    font-weight: 600;
    position: relative;
    z-index: 10;
}


.mbr-#test{
    margin: 3rem 0;
}

.forpc{ display: block; }
.forphone{ display: none; }
@media (max-width: 768px) {
    .display-area{
        font-size: 60px;
        margin: 0;
    }
    .forpc{ display: none; }
    .forphone{ display: block; }
}

/* nav ---------- */
.navbar{
    background-image: linear-gradient(to bottom right, var(--sub-color), #C92803);
    /* background-color: var(--sub-color); */
}
.nav-item a{
    color:var(--white-color);
    font-size: 18px;
    line-height: 1rem;
}
.nav-item a .sm-txt{
    font-size: 11px;
}
.nav-item .dropdown-menu{
    border: unset;
    background: var(--sub2-color);
    top: 120%;
    left: 5%;
}
.nav-item a.dropdown-item{
    color:var(--black-color);
    font-size: 16px;
    text-align: center;
    padding: 0.75rem 0px;
    border-left: 3px solid transparent;
}
/* .navbar li:hover{
    background-color: var(--sub2-color);
} */
.navbar li:hover&gt;.dropdown-item{
    color: var(--bn-color);
    border-left: 3px solid var(--bn-color);
}

@media (max-width: 768px) {
    .navbar-nav{height: 100vh;}
    .navbar-nav .nav-BN{
        margin-top: 2rem;
        color:var(--white-color);
        font-size: 20px;
        line-height: 1rem;
    }
    .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 .sm-txt, .nav-item p .sm-txt{
        font-size: 13px;
    }
    /* .nav-item .dropdown-menu{
        display: flex;
        gap: 1rem;
        padding: 0.5rem 1rem;
    } */
    .nav-BN-menu .sm-txt{
        color: #F5F5F5;
    }
    hr{
        margin: 0.25rem 0;
        border-top: 1px var(--white-color) solid;
        opacity: 0.5;
    }
}

/* 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);
    }
 /* nav toggle animation end */


/* yt-back ---------- */
#video-bg{
    min-height: 90vh;
    position: relative;
    aspect-ratio: 16 / 9; 
}
.yt-bg{
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
}
@media (max-width: 768px) {
    #video-bg{
        min-height: 26vh;
    }
}


/* about ---------- */
#about{
    letter-spacing: 1px;
    line-height: 2rem;
}
#about .txt-info{
    font-size: 1rem;
    text-align: justify;
    margin: 0;
}

@media (max-width: 768px) {
    #about .txt-info{
        font-size: 16px;
    }
}


/* about-BU ---------- */
.accordion-tab img, .accordion-tab2 img{
    aspect-ratio: 1 / 1; 
    object-fit: contain;
    object-position: center;
}

#About-BU .hidden {
    display: none;
    opacity: 0;
    transition: all 1s linear;
}
#About-BU .show {
    display: flex;
    flex-wrap: wrap;
    opacity: 1;
    width: 100%;
    padding: 1rem;
    background-color: var(--white-color);
}

.accordion-Biz{
    display: flex;
    flex-wrap: wrap;
    padding: 1rem;
    background-color: var(--white-color);
}
.accordion-info h2{
    font-family: 'Belanosima', sans-serif;
    font-size: 52px;
    margin: 0;
}
.accordion-info p{
    font-size: 14px;
    font-weight: 300;
    margin: 0;
}


.accordion-info.accordion-BN{
    color: var(--bn-color);
}
#About-BU img.BN{
    background-color: #F26F21;
    width: 245px;
    padding: 1rem;
}
.accordion-info.accordion-MT{
    color: var(--mt-color);
}
#About-BU img.MT{
    width: 245px;
    padding: 1rem;
    background-color: var(--mt-color);
}
.accordion-info.accordion-SD{
    color: var(--sd-color);
}
#About-BU img.SD{
    width: 245px;
    padding: 1rem;
    background-color: var(--sd-color);
}
.accordion-info.accordion-FC{
    color: var(--fc-color);
}
#About-BU img.FC{
    width: 245px;
    padding: 1rem;
    background-color: var(--fc-color);
}
.accordion-info.accordion-Meet{
    color: var(--meet-color);
}
#About-BU img.Meet{
    width: 245px;
    padding: 1rem;
    background-color: var(--meet-color);
}
.accordion-info.accordion-WEB3{
    color: var(--web3-color);
}
#About-BU img.WEB3{
    width: 245px;
    padding: 1rem;
    background-color: var(--web3-color);
}
.accordion-info.accordion-BIZ{
    color: var(--black-color);
}
#About-BU img.BIZ{
    width: 245px;
    background-color: #FF6900;
    object-fit: contain;
}
#About-BU img.W{
    min-width: 245px;
    background-color: var(--white-color);
}

#About-BU .accordion-btn{
    background-color: var(--black-color);
    border-radius: 6px;
    padding: 0 0.7rem;
    display: flex;
    color: var(--white-color);
    text-decoration: none;
    align-items: center;
    max-height: 40px;
}
#About-BU .accordion-btn img{
    width: 24px;
    margin-left: 0.3rem;
}
#About-BU .accordion-btn:hover{
    transform: translateY(-0.5rem);
    transition: all .5s linear;
    background-color: var(--bn-color);
}

#About-BU .display-area{
    /* font-family: 'Belanosima', sans-serif; */
    /* font-size: 72px; */
    margin: 0;
    color: var(--white-color);
    filter: unset;
    transform: unset;
}

@media (max-width: 768px) {
    .accordion-tab img, .accordion-tab2 img{
        width: 100%;
    }
}

/* MILESTONE ---------- */
#MILESTONE .list-menu{
    margin: 1rem auto 2rem;
    justify-content: center;
    background-color: #fff;
    padding: 0.25rem 0;
}
#MILESTONE .list-menu .mile-info{
    margin: 0;
}

#MILESTONE .year-date{
    font-family: 'Space Grotesk', sans-serif;
    font-size: 48px;
    margin: 0;
    color: silver;
}
#MILESTONE .date-set{
    font-family: 'Bebas Neue', sans-serif;
    font-size: 32px;
    letter-spacing: -1px;
}
.MILESTONE-carousel{
    height: 100%;
}
#MILESTONE .item{
    border-left: 3px solid var(--bn-color);
    height: 100%;
    padding-left:0.5rem;
}
#MILESTONE .mile-title{
    font-size: 18px;
    font-weight: 600;
}
#MILESTONE .mile-info{
    font-size: 0.9rem;
    text-align: justify;
    letter-spacing: 0.2px;
    line-height: 1.35;
    color: #848484;
    font-weight: 300;
}
#MILESTONE .owl-theme .owl-nav.disabled+.owl-dots{
    margin: 0 0 12px 0;
}
#MILESTONE .owl-theme .owl-dots .owl-dot.active span, #MILESTONE .owl-theme .owl-dots .owl-dot:hover span{
    background-color: var(--bn-color);
}

@media (max-width: 768px) {
    #MILESTONE .list-menu{
        justify-content: center;
        flex-wrap: wrap;
    }
}

/* SUMMIT ---------- */

#SUMMIT{
    background-image: linear-gradient(to bottom, #F5F5F5, transparent 20%, transparent 80% , #F5F5F5),url(../../images/summit/bg-summit.jpg) ;
    background-position: center, left top ;
    background-repeat: no-repeat, repeat;
    background-size:100%, 165px ;
}

#SUMMIT #summit-tab .summit-tab-btn{
    border-bottom: 3px solid #ABABAB;
    width: 100%;
    border-radius: unset;
    color: #ABABAB;
    font-size: 18px;
}
#SUMMIT #summit-tab .summit-tab-btn:hover{
    transform:translateY(-0.5rem);
    transition: .5s all;
}
#SUMMIT #summit-tab .summit-tab-btn.active{
    border-bottom: 3px solid var(--bn-color);
    color: var(--black-color);
    background-color: unset;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 600;
}

#SUMMIT #summit-tabContent .owl-dots{
    position: absolute;
    bottom: 0;
    left: calc(50% - 36px);
}
#SUMMIT #summit-tabContent .owl-theme .owl-dots .owl-dot.active span, 
#SUMMIT #summit-tabContent .owl-theme .owl-dots .owl-dot:hover span{
    background: var(--bn-color);
}
#SUMMIT #summit-tabContent img{
    aspect-ratio: 16 / 9; 
    object-fit: cover;
    object-position: center;
}
#SUMMIT #summit-tabContent img.summit-logo{
    object-fit: contain;
    height: 70px;
    width: fit-content;
    margin: 0 auto 1rem;
}
#SUMMIT #summit-tabContent .card{
    background-color: unset;
    border: unset;
}

#SUMMIT #summit-tabContent a{
    text-decoration: none;
    color: var(--black-color);
    letter-spacing: 1px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#SUMMIT #summit-tabContent .card-body:hover .box{
    background-color: var(--bn-color);
    transform:translateY(-0.5rem);
    transition: .5s all;
}

#SUMMIT #summit-tabContent a h2{
    font-size: 20px;
    font-weight: 600;
}
#SUMMIT #summit-tabContent a p{
    font-size: 0.9rem;
    line-height: 1.5;
    font-weight: 300;
}
#SUMMIT #summit-tabContent .card-body .box{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    background-color: var(--black-color);
}

@media (max-width: 1024px) {
    #SUMMIT #summit-tab .summit-tab-btn{
        line-height: 1.25rem;
        height: 60px;
    }
}
@media (max-width: 768px) {
    #SUMMIT .container{
        padding: 0;
    }
    #SUMMIT #summit-tab .summit-tab-btn{
        line-height: 1.25rem;
        height: 60px;
    }
}


/* IMC ---------- */


#IMC #IMC-tab .IMC-tab-btn{
    border-bottom: 3px solid #ABABAB;
    width: 100%;
    border-radius: unset;
    color: #ABABAB;
    font-size: 18px;
}
#IMC #IMC-tab .IMC-tab-btn:hover{
    transform:translateY(-0.5rem);
    transition: .5s all;
}
#IMC #IMC-tab .IMC-tab-btn.active{
    border-bottom: 3px solid var(--bn-color);
    color: var(--black-color);
    background-color: unset;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 600;
}

#IMC #IMC-coop .owl-carousel .owl-nav{
    position: absolute;
    top: 35%;
    width: 100%;
}
#IMC #IMC-coop .owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    left: -50px;
    font-size: 72px;
}
#IMC #IMC-coop .owl-carousel .owl-nav button.owl-next{
    position: absolute;
    right: -50px;
    font-size: 72px;
}
#IMC #IMC-coop .owl-carousel .owl-nav button.owl-prev:hover,
#IMC #IMC-coop .owl-carousel .owl-nav button.owl-next:hover{
    background-color: unset;
    color: var(--bn-color);
}
#IMC #IMC-coop .owl-carousel .owl-nav button&gt;span{
    font-family: 'Belanosima', sans-serif;
}
#IMC #IMC-tabContent .owl-theme .owl-dots .owl-dot.active span, 
#IMC #IMC-tabContent .owl-theme .owl-dots .owl-dot:hover span{
    background: var(--bn-color);
}

#IMC #IMC-strategy .card{
    border-radius: 0;
    border: 0;
    padding: 1rem;
    overflow: hidden;
    position: relative;
    min-height: 350px;
}
#IMC #IMC-strategy .card.media{
    background: url(../../images/IMC/IMC-media.jpg);
    background-position: center;
}
#IMC #IMC-strategy .card.community{
    background: url(../../images/IMC/IMC-community.jpg);
    background-position: center;
}
#IMC #IMC-strategy .card.data{
    background: url(../../images/IMC/IMC-data.jpg);
    background-position: center;
}
#IMC #IMC-strategy .card.plan{
    background: url(../../images/IMC/IMC-plan.jpg);
    background-position: center;
}

#IMC #IMC-strategy .card .community,
#IMC #IMC-strategy .card .data,
#IMC #IMC-strategy .card .plan{
    position: absolute;
    filter: brightness(0.5);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    object-fit: cover;
} 

#IMC #IMC-strategy .info{
    color: #d9d9d9;
    z-index: 2;
    position: absolute;
    width: 90%;
    top: calc(50% - 55px);
    left: 1rem;
    text-shadow: 0px 0px 6px #000;
}
#IMC #IMC-strategy .info-pop{
    color: #fff;
    z-index: 2;
    position: absolute;
    bottom: -100%;
    left: 0;
    padding: 1rem;
    width: 100%;
    height: 100%;
    background-color: var(--bn-color);
}
#IMC #IMC-strategy .info-pop p{
    display: flex;
    justify-content: center;
    align-content: center;
    height: 100%;
    flex-wrap: wrap;
    letter-spacing: 0.7px;
    font-size: 0.9rem;
    line-height: 1.5;
    font-weight: 300;
}
#IMC #IMC-strategy .card.media:hover&gt;.info-pop,
#IMC #IMC-strategy .card.community:hover&gt;.info-pop,
#IMC #IMC-strategy .card.data:hover&gt;.info-pop,
#IMC #IMC-strategy .card.plan:hover&gt;.info-pop{
    bottom: 0;
    transition: all 0.35s linear;
}

#IMC #IMC-entity .box {
    border-top: 1px solid #d9d9d9;
    padding-top: 1rem;
}
#IMC #IMC-entity .box .info{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    padding: 1rem;
}
#IMC #IMC-entity .box img{
    object-fit: cover;
    min-height: 200px;
}

#IMC .img-circle{
    width: 66px;
    height: 66px;
    object-fit: cover;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 1rem;
}
#IMC .saleskit{
    text-decoration: none;
    color: var(--black-color);
}
#IMC .saleskit:hover .IMC-arrow{
    background-color: var(--bn-color);
    transition: all .25s linear;
}
#IMC .IMC-arrow{
    width: 32px;
    display: flex;
    height: 32px;
    background-color: #1e1e1e;
    justify-content: center;
    align-items: center;
}
#IMC .IMC-arrow img{
    width: 24px;
}
@media (max-width: 768px) {
    #IMC #IMC-tab .IMC-tab-btn:hover {
        transform: translateY(0rem);
    }
    #IMC #IMC-strategy .card{
        min-height: 300px;
    }
    #IMC #IMC-strategy .info{
        left: 12px;
    }
    #IMC #IMC-strategy .info-pop{
        padding: 0.5rem;
    }
    #IMC #IMC-strategy .info-pop p{
        font-size: 14px;
    }
    #IMC #IMC-tab .IMC-tab-btn {
        padding: 8px;
    }
    #IMC .container{
        padding: 0;
    }
    #IMC #IMC-coop .owl-carousel .owl-nav{
        display: none;
    }

    #IMC #IMC-entity .box {
        padding-top: 0rem;
    }
}

/* Team ---------- */

#Team{
    background-image: linear-gradient(to bottom, #F5F5F5, transparent 20%, transparent 80% , #F5F5F5),url(../../images/IMC/bg-IMC.jpg) ;
    background-position: center, left top ;
    background-repeat: no-repeat, repeat;
    background-size:100%, 165px ;
}
.Team-carousel .item{
    object-fit: contain;
    height: 800px;
    overflow: visible;
    display: flex;
}
.Team-carousel .owl-item img{
    object-fit: cover;
    overflow: visible;
}

@media (max-width: 1280px) {
    .Team-carousel .item{
        height: 600px;
    }
}
@media (max-width: 992px) {
    .Team-carousel .item{
        height: 500px;
    }
}


/* footer ---------- */

footer{
    background-color: #1C2533;
    border-top: 4px solid #4338CA;
    color: var(--white-color);
}
footer .font-light{
    padding: 0.25rem 0;
    font-size: 14px;
    color: rgb(100 116 139);
    border-bottom: 1px solid rgb(100 116 139);
}
footer a{
    color: var(--white-color);
    text-decoration: unset;
}
footer .txt-info{
    list-style: none;
    font-size: 12px;
    font-weight: 100;
    line-height: 1.25rem;
}
footer .txt-sm{
    font-size: 14px;
    font-weight: 300;
}
footer .txt-sm:hover{
    color: rgb(136, 142, 151);
}

footer .phone-info{
    border-top: 1px solid rgb(100 116 139);
}

#copyright{
    font-size: 14px;
    font-weight: 100;
    color: #F5F5F5;
    background-color: #64748B;
}
#copyright&gt;div{
    font-family: 'Roboto Flex', sans-serif;
}







</pre></body></html>