@charset "utf-8";

body {
    font-family: 'Noto Sans TC', sans-serif;
    overflow-x: hidden;
}

.container1 {
    max-width: 1500px;
    margin: 0 auto;
}

.container2 {
    max-width: 1200px;
    margin: 0 auto;
}

.wrap {
    margin-top: 65px;
    /* background-color: #f5f5f5; */
}

.text-2d527f {
    color: #2d527f;
}

.bg-2d527f {
    background-color: #2d527f;
}

.border-2d527f {
    border-color: #2d527f;
}


.text-26496b {
    color: #26496b;
}

.bg-26496b {
    background-color: #26496b;
}

.border-26496b {
    border-color: #26496b;
}

.text-0f293f {
    color: #0f293f;
}

.bg-0f293f {
    background-color: #0f293f;
}

.border-0f293f {
    border-color: #0f293f;
}

.text-f3ee73 {
    color: #f3ee73;
}

.bg-f3ee73 {
    background-color: #f3ee73;
}

.border-f3ee73 {
    border-color: #f3ee73;
}


.text-ccdeea {
    color: #ccdeea;
}

.bg-ccdeea {
    background-color: #ccdeea;
}

.border-ccdeea {
    border-color: #ccdeea;
}


.text-878787 {
    color: #878787;
}

.bg-878787 {
    background-color: #878787;
}

.border-878787 {
    border-color: #878787;
}


.text-757575 {
    color: #757575;
}

.bg-757575 {
    background-color: #757575;
}

.border-757575 {
    border-color: #757575;
}


.text-c9c9c9 {
    color: #c9c9c9;
}

.bg-c9c9c9 {
    background-color: #c9c9c9;
}

.border-c9c9c9 {
    border-color: #c9c9c9;
}


.text-f4ad1c {
    color: #f4ad1c;
}

.text-282828 {
    color: #282828;
}

.bg-282828 {
    background-color: #282828;
}

.bg-eaeaea {
    background-color: #eaeaea;
}

.bg-e4e4e4 {
    background-color: #e4e4e4;
}

.bg-color {
    background: linear-gradient(to right, #f3d527 0%, #ca5c18 27%, #b02f8b 65%, #35b3e5 100%);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: initial;
}

ul:after,
section:after,
div:after,
li:after {
    content: '';
    display: block;
    clear: both;
}


/*headroom*/
.headerbox {
    background-color: #000000;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 10;
}

.headroom--unpinned,
.headroom--pinned {
    background-color: #000000;
    /* box-shadow: 0 3px 10px 1px rgb(0 0 0 / 0.2); */
}

.headroom--top {
    background-color: #000000;
}

.menu {
    display: flex;
}

.menubtn {
    display: none;
}

.rwdmenu {
    display: none;
}

.rwdmenulist {
    display: none;
}

.menu li {
    position: relative;
}

.menu a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu>li>a {
    border-color: transparent;
    border-radius: 25px;
    border-width: 2px;
}

.rwdmenulist li a {
    padding: 10px;
}

.rwdmenulist li {
    position: relative;
}

.rwdmenulist a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.rwdmenulist>li>a:hover:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.rwdmenulist li::before {
    content: '';
    position: absolute;
    bottom: 15%;
    left: 41%;
    width: 20%;
    height: 2px;
    background-color: #ccdeea;
}

.menubox li a {
    position: relative;
}

.menubox li a.active {
    color: #ccdeea;
    font-weight: 700;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff7e;
    width: 100px;
    top: 25px;
    left: -20px;
    /* margin: 4px 0px; */
    padding: 10px 0;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    /* left: calc((100% - 100px) / 2); */
}

.dropdown-content a {
    color: #282828;
    padding: 8px 0px;
    text-decoration: none;
    display: block;
    /* font-size: 14px; */
}

/* .dropdown-content a:hover::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    border-bottom-width: 1px;
    border-color: #a8a8a8;
} */

.dropdown:hover .dropdown-content {
    display: block;
}

.panel {
    max-height: 0;
    overflow: hidden;
    transition: all 0.33333s ease-in-out;
    background-color: #ffffff50;
}

.active+.panel {
    max-height: 1000px;
}

.downbtn {
    position: absolute;
    top: 50%;
    right: -20px;
}

.rwdmenuli2 a {
    padding: 5px !important;
}

.rwdmenulist .rwdmenuli2::before {
    content: '';
    position: absolute;
    bottom: 15%;
    left: 41%;
    width: 20%;
    height: 2px;
    background-color: #ccdeea;
}

/*index*/
.main.index {
    height: calc(100vh - 129px);
}

:hover.gobtn {
    background-color: #22528c;
    box-shadow: 0 3px 10px 1px rgb(0 0 0 / 0.2);
}

.newstitle {
    overflow: hidden;
    /* height: 35px; */
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

:hover.newsblock .newsline {
    border-color: #0f293f;
}

:hover.newsblock .newstitle {
    font-weight: 600;
}

.titleblock1 {
    position: relative;
}

.titleblock1::before {
    content: '';
    position: absolute;
    background-color: #fff;
    width: 15%;
    right: 0;
    height: 100%;
}

.titleblock2 {
    position: relative;
}

.titleblock2::before {
    content: '';
    position: absolute;
    background-color: #fff;
    width: 15%;
    left: 0;
    height: 100%;
}


/*about*/
.bottomline {
    position: relative;
}

.bottomline::before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #878787;
}

.bottomline::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 50%;
    height: 4px;
    background-color: #1e395a;
}

/*news*/
.toptitle {
    overflow: hidden;
    /* height: 35px; */
    width: 140px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

/*agenda*/
.topchoose.active .topwrd {
    color: #1e395a;
    border-color: #1e395a;
}


/*speaker*/
.button-52 {
    letter-spacing: 1px;
    padding: 9px 15px 2px;
    outline: 0;
    border: 1.5px solid #26496b;
    cursor: pointer;
    position: relative;
    background-color: rgba(190, 16, 16, 0);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-52:after {
    content: "";
    background-color: #ccdeea;
    width: 100%;
    z-index: -1;
    position: absolute;
    height: 100%;
    top: 7px;
    left: 7px;
    transition: 0.2s;
}

.button-52:hover:after {
    top: 0px;
    left: 0px;
}

.speakers img {
    width: 165px;

}


/*team*/
.button-53 {
    letter-spacing: 1px;
    padding: 17px 25px 3px;
    outline: 0;
    width: 100%;
    border: 1.5px solid #26496b;
    cursor: pointer;
    position: relative;
    background-color: rgba(190, 16, 16, 0);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-53:after {
    content: "";
    background-color: #ccdeea;
    width: 100%;
    z-index: -1;
    position: absolute;
    height: 100%;
    top: 7px;
    left: 7px;
    transition: 0.2s;
}

.button-53:hover:after {
    top: 0px;
    left: 0px;
}

/* @media (min-width: 768px) {
    .button-52 {
        padding: 13px 50px 13px;
    }
} */

.teamtitle {
    overflow: hidden;
    width: 80%;
    /* height: 35px; */
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.nametitle {
    overflow: hidden;
    /* width: 20%; */
    /* height: 35px; */
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.white-popup::before {
    content: '';
    position: absolute;
    background-color: #ccdeea;
    width: 100%;
    height: 22px;
    top: 0;
    left: 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

/*service*/
:hover.readbtn {
    background-color: #26496b;
    box-shadow: 0 3px 10px 1px rgb(0 0 0 / 0.2);
}

:hover.servicetitle {
    font-weight: 700;
}

/*sponsor*/
.sponsorblock {
    height: 520px;
    width: 90%;
}

:hover.sponsorblock {
    box-shadow: 0 3px 10px 1px rgb(0 0 0 / 0.2);
}

:hover.link a {
    border-bottom-width: 1px;
    border-color: rgb(59 130 246);
}


/*footer*/
/* .footerbox {
    background-image: url(/assets/img/index/footbg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
} */

/*footer*/
.gotop {
    position: absolute;
    right: 105px;
    bottom: 0px;
    outline: none;
    z-index: 9;
}

.footerimg {
    background-image: url(/assets/img/index/footerpic-2.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto;
}

.sidebtn {
    position: fixed;
    right: 5px;
    top: 30%;
    z-index: 9;
}


/**
* input number 修飾
*/
@layer utilities {

    input[type='number']::-webkit-inner-spin-button,
    input[type='number']::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }
}

/** 
* articlebox
*/
.articlebox {
    word-break: break-word;
}

.articlebox iframe {
    max-width: 100%;
}

.articlebox img {
    max-width: 100%;
    display: inline-block;
}

.articlebox .youtube-embed-wrapper {
    padding-top: 0 !important;
}

.articlebox iframe,
.articlebox object,
.articlebox embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/** 
* parsley
*/
input.parsley-error,
select.parsley-error,
textarea.parsley-error {
    border: 1px solid #b94a48;
}

.parsley-errors-list {
    /* position: absolute; */
    margin: 2px 0 3px;
    list-style-type: none;
    font-size: 0.9em;
    line-height: 0.9em;
    opacity: 0;
    color: #b94a48;
    transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
}

.parsley-errors-list.filled {
    opacity: 1;
}

/** 
* magnific-popup
*/
.white-popup {
    position: relative;
    background: #fff;
    padding: 40px;
    width: auto;
    max-width: 70%;
    margin: 20px auto;
    border-radius: 6px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    /* border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0; */
}

/* .mfp-bg {
    background: #fff;
} */

/* overlay at start */
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;

    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

/* vue */
[v-cloak] {
    display: none;
}


/*rwd*/
@media screen and (max-width: 1920px) {

    /*index*/
    /*index*/

    .titleblock1::before {
        width: 7%;
    }


    .titleblock2::before {
        width: 7%;
    }

}

@media screen and (max-width: 1440px) {

    /*index*/

    .titleblock1::before {
        width: 5%;
    }


    .titleblock2::before {
        width: 5%;
    }
}

@media screen and (max-width: 1366px) {}

@media screen and (max-width: 1340px) {

    /*index*/
    .titleblock1::before {
        content: '';
        position: absolute;
        background-color: #fff;
        width: 5%;
        right: 0;
        height: 100%;
    }


    .titleblock2::before {
        content: '';
        position: absolute;
        background-color: #fff;
        width: 5%;
        right: 0;
        left: auto;
        height: 100%;
    }
}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 820px) {
    .wrap {
        margin-top: 55px;
    }

    /*header*/
    .menubtn {
        display: block;
        float: right;
        z-index: 999;
    }

    .menu {
        display: none;
    }

    .rwdmenulist {
        display: block;
    }

    .rwdmenu {
        display: block;
        background-color: #000000;
        top: 0;
        left: 0;
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 990;
        transform: translate(0%, -150%);
        transition: all 1s ease;
    }

    .rwdmenu.active {
        transform: translate(0%, 0%);
    }

    .menubtn.active .close {
        display: block;
    }

    .menubtn.active .open {
        display: none;
    }

    /*index*/
    /* .mfp-inline-holder .mfp-content {
        width: 80%;
        cursor: auto;
    } */

    /*index*/

    /* .main.index {
        height: calc(100vh - 262px);
    } */

    .white-popup {
        max-width: 100%;
    }

    /*footer*/
    .gotop {
        position: absolute;
        right: 60px;
        bottom: 0px;
        outline: none;
        z-index: 9;
    }

}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 430px) {
    .wrap {
        margin-top: 70px;
    }

    .main.index {
        height: calc(100vh - 205px);
    }

    /*index*/
    .titleblock1::before {
        content: '';
        position: absolute;
        background-color: #fff;
        width: 0%;
        right: 0;
        height: 100%;
    }


    .titleblock2::before {
        content: '';
        position: absolute;
        background-color: #fff;
        width: 0%;
        right: 0;
        left: auto;
        height: 100%;
    }

    /*team*/
    .teamtitle {
        width: 100%;
    }

    .white-popup {
        padding: 22px;
    }

    /*footer*/
    .footerimg {
        background-size: contain;
    }

    .sidebtn {
        position: fixed;
        right: 5px;
        top: 30%;
        z-index: 9;
    }
}

@media screen and (max-width: 425px) {}

@media screen and (max-width: 414px) {}

@media screen and (max-width: 390px) {}

@media screen and (max-width: 375px) {}

@media screen and (max-width: 320px) {}