@charset "utf-8";

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


.container {
    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-878787 {
    color: #878787;
}

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

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

.text-c9c9c9 {
    color: #c9c9c9;
}

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

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

.text-f4ad1c {
    color: #f4ad1c;
}

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

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

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

/* .wrap {
    margin-top: 68px;
} */

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

.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;
    justify-content: center;
}

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

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

/*index*/
:hover.login1 img {
    box-shadow: 0 0px 30px -5px rgb(0 0 0 / 2);
}

.loginpop {
    width: 40%;
    cursor: auto;
}

:hover.indexbtn1 {
    box-shadow: 3px 3px 11px -1px rgb(0 0 0 / 1.5);
    background-color: #1e395a;
}

:hover.indexbtn2 {
    box-shadow: 3px 3px 11px -1px rgb(0 0 0 / 1.5);
    background-color: #6b6b6b;
}

.loginbgbox {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1041;
    overflow: hidden;
    position: fixed;
}

.loginbg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #0b0b0ba6;
}

/*form*/
.sidechoose {
    background-color: transparent;
    border-radius: 50px;
    padding: 10px 30px;
}

:hover.sidechoose {
    background-color: #1e395a;
    border-radius: 50px;
    padding: 10px 30px;
}

.sidechoose .sideicon {
    display: none;
}

:hover.sidechoose .sideicon {
    display: block;
}

:hover.sidechoose .sidewrd {
    color: #fff;
}

.sidechoose.active {
    background-color: #1e395a;
    border-radius: 50px;
    padding: 10px 30px;
}

.sidechoose.active .sidewrd {
    color: #fff;
}

.sidechoose.active .sideicon {
    display: block;
}

.bottomline div {
    position: relative;
}

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

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

/*record*/
.record .panel-control {
    position: absolute;
    opacity: 0;
}

.record .tab-group label {
    display: block;
    bottom: -1px;
    position: relative;
    color: #c9c9c9;
    border-color: transparent;
    border-bottom: #c9c9c9;
    border-width: 2px;
    border-style: solid;
    width: 100%;
}

.record .panel-control2 {
    position: absolute;
    opacity: 0;
}

.record .tab-group2 label {
    display: block;
    bottom: -1px;
    position: relative;
    color: #c9c9c9;
    border-color: transparent;
    border-bottom: #c9c9c9;
    border-width: 2px;
    border-style: solid;
    width: 100%;
}

.record .content {
    display: none;
}

/* #radio2:checked~ .content-group .content1{display:none} */
.record #radio1:checked~.content-group .content1,
.record #radio2:checked~.content-group .content2,
.record #radio3:checked~.content-group2 .content3,
.record #radio4:checked~.content-group2 .content4 {
    display: block;
    overflow-wrap: break-word;
}

.record #radio1:checked~.tab-group .radio1,
.record #radio2:checked~.tab-group .radio2 {
    color: #1e395a;
    border-bottom: #1e395a;
    border-width: 2px;
    border-style: solid;

}

.record .mfp-close-btn-in .mfp-close {
    color: #1e395a;
    padding: 10px;
}

.record .mfp-inline-holder .mfp-content {
    width: 50%;
}

:hover.replybtn {
    background-color: #1e395a;
    box-shadow: 1px 1px 8px -1px rgb(0 0 0 / 1);
}

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


/*reserve*/
.reserve .panel-control {
    position: absolute;
    display: block;
    opacity: 0;
}

.reserve .tab-group label {
    display: flex;
    bottom: -1px;
    position: relative;
    color: #c9c9c9;
}

.reserve .panel-control2 {
    position: absolute;
    display: block;
    opacity: 0;
}

.reserve .tab-group2 label {
    display: flex;
    bottom: -1px;
    position: relative;
    color: #c9c9c9;
}

.reserve .content {
    display: none;
}

/* #radio2:checked~ .content-group .content1{display:none} */
.reserve #radio1:checked~.content-group .content1,
.reserve #radio2:checked~.content-group .content2,
.reserve #radio3:checked~.content-group2 .content3,
.reserve #radio4:checked~.content-group2 .content4 {
    display: block;
    overflow-wrap: break-word;
}

.reserve #radio1:checked~.tab-group .radio1,
.reserve #radio2:checked~.tab-group .radio2 {
    color: #2d527f;

}

.reserve .mfp-close-btn-in .mfp-close {
    color: #1e395a;
    padding: 10px;
}

.reserve .mfp-inline-holder .mfp-content {
    width: 50%;
}

/*time*/
.timewrd {
    overflow: hidden;
    height: 27px;
    /* width: 112px; */
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

/*teamword*/
.bottomline2 {
    position: relative;
}

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

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

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


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

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

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

/* 
* scrollbar
*/

::-webkit-scrollbar {
    height: 5px;
    width: 5px;
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #928692;
}

/**
* 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) {

    /*footer*/
    .titleblock1::before {
        width: 7%;
    }


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

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

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


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

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

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

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

    /*index*/
    .loginpop {
        width: 80%;
        cursor: auto;
    }

    /*彈跳*/
    .white-popup {
        max-width: 100%;
    }

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

}

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

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

    .wrap {
        margin-top: 70px;
    }

    /*彈跳*/
    .white-popup {
        padding: 22px;
    }

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

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

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

@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) {}