/* 縮小失敗。正在傳回未縮小的內容。
(699,48): run-time error CSS1034: Expected closing parenthesis, found ','
(699,48): run-time error CSS1042: Expected function, found ','
(699,53): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
 */
@charset "utf-8";
/* CSS Document */

/*==========共同區===========================*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

body {
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-family: "微軟正黑體", Arial, Helvetica;
}

h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    border: 0;
}

.like-table {
    display: table-cell;
    vertical-align: middle;
}

/*==========2026品牌整合-行動裝置選單=行動裝置head列班系名稱=TOPnav導覽列=footer調整====================*/
.mtop {
    display: none;
}

.mobile-head {
    display: none;
}

.mnav {
    display: none;
}

.mobile-footer {
    display: none;
}

/*==========TOP導覽列===========================*/
.top {
    margin: 0 auto;
    width: 1024px;
    height: 45px;
}

    .top .nav {
        width: 100%;
        height: 45px;
        line-height: 45px;
        text-align: right;
    }

        .top .nav li {
            display: inline;
            margin: 0 0 0 10px;
            color: #e4e4e4;
            font-size: 1em;
        }

            .top .nav li a {
                text-decoration: none;
                color: #4a5158;
            }

            .top .nav li:nth-child(1) a {
                color: #ff6600;
            }

            .top .nav li:nth-child(1) i {
                color: #ff6600;
            }

            .top .nav li i {
                padding-right: 4px;
                color: #00d514;
            }

/*=======2026品牌整合===head列班系名稱===========================*/
.head {
    margin-bottom: 20px;
    height: 86px;
    border-top: 1px solid #00858c;
    border-bottom: 1px solid #00858c;
    display: flex;
    justify-content: space-between;
}

    .head .brand {
        width: 40%;
        height: 100%;
        background-color: rgb(0, 133, 140);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: end;
        position: relative;
        padding-right: 2%;
    }

        .head .brand::after {
            content: "";
            position: absolute;
            top: 0;
            left: 100%; /* 從主區塊右側開始延伸 */
            width: 0;
            height: 0;
            /* 核心邏輯：高度 85px，寬度可自訂（例如 30px）*/
            border-style: solid;
            border-width: 85px 0 0 50px;
            /* 顏色：左邊界顏色需與 .brand 背景一致，其餘透明 */
            border-color: transparent transparent transparent #00858c;
        }

        .head .brand .brand-name {
            text-align: center;
        }

            .head .brand .brand-name h2 {
                margin: 0;
                letter-spacing: 0.1em;
                font-family: ar-fangxinshuh7b5std, sans-serif;
                font-style: normal;
                font-size: 1.9em;
                color: #ffffff;
                text-shadow: 2px 2px 2px rgba(1, 88, 93, 0.5);
            }

            .head .brand .brand-name p {
                margin: 0;
                font-size: 1.1em;
                color: #ffe600;
            }

    .head .social-group {
        width: 60%;
        display: flex;
        justify-content: center;
        height: 100%;
    }

    .head .social-group-item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0 15px;
        font-size: 1.2em;
        border-right: 1px solid #bdddde;
    }

        .head .social-group-item a {
            text-align: center;
            text-decoration: none;
            color: #666666;
            font-weight: bold;
        }

        .head .social-group-item i {
            display: block;
            font-size: 1.5em;
        }

        .head .social-group-item .color-green {
            color: #07b53b;
        }

        .head .social-group-item .color-orange {
            color: #fa8c16;
        }

        .head .social-group-item .color-red {
            color: #ff0000;
        }

/*==========CONTENT主要內容===========================*/
.content {
    margin: 0 auto 40px auto;
    width: 1024px;
    /*overflow: hidden;*/
}

    /*麵包燮*/
    .content .path {
        padding: 10px 0 30px 0;
        width: 100%;
        overflow: hidden;
    }

        .content .path ol {
            margin: 0;
            padding: 0;
            list-style: none;
        }

        .content .path li {
            margin: 0;
            padding: 0 5px 0 0;
            float: left;
            color: #CCC;
        }

            .content .path li a {
                text-decoration: none;
                color: #333333;
            }

                .content .path li a:hover {
                    text-decoration: underline;
                }

/*====2026品牌整合=FOOTER調整========================================================*/
.footer {
    width: 100%;
    background-color: #f9f9f9;
    overflow: hidden;
}

    .footer .link {
        width: 100%;
    }

        .footer .link ul {
            margin: 20px auto;
            width: 100%;
            text-align: center;
        }

        .footer .link li {
            display: inline-block;
            font-size: 1.5em;
            padding: 0 15px;
            font-weight: bold;
        }

            .footer .link li a {
                text-decoration: none;
                color: #00858c;
            }

    .footer > p {
        margin: 0;
        padding: 10px 0;
        font-size: 14px;
        color: #666;
        text-align: center;
        border-top: 1px dashed #e0e0e0;
    }

        .footer > p span {
            margin: 0 5px;
            color: #00858c;
        }

        .footer > p i {
            color: #c0d8da;
        }

.footer-copyright {
    width: 100%;
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
    color: #7a7a7a;
    letter-spacing: 1px;
}

/*OPSP登入視窗*/
.opsp-login {
    margin: 0 auto 20px auto;
    padding: 20px;
    width: 100%;
    max-width: 500px;
    background-color: #f9f9f9;
}

    .opsp-login h2 {
        margin: 0;
        padding: 0 0 30px 0;
        font-size: 1.6em;
        text-align: center;
    }

    .opsp-login h4 {
        margin: 20px 0;
        padding: 0;
        font-size: 1em;
        text-align: center;
        color: #666;
    }

    .opsp-login p {
        margin: 0;
        padding: 20px 0 0 0;
        font-size: 1em;
        color: #0096ff;
    }

    .opsp-login .sns {
        width: 100%;
        text-align: center;
    }

        .opsp-login .sns li {
            display: inline-block;
            width: 130px;
            height: 40px;
            line-height: 40px;
            font-size: 1.1em;
            color: #FFFFFF;
            border-radius: 5px;
        }

            .opsp-login .sns li:nth-child(1) {
                background-color: #2467b6;
            }

            .opsp-login .sns li:nth-child(2) {
                background-color: #ea4335;
            }

            .opsp-login .sns li a {
                display: block;
                text-decoration: none;
                color: #FFFFFF;
            }

            .opsp-login .sns li:nth-child(1) a:hover {
                background-color: #1f5aa0;
                border-radius: 5px;
            }

            .opsp-login .sns li:nth-child(2) a:hover {
                background-color: #cc3c30;
                border-radius: 5px;
            }

    .opsp-login .member {
        width: 100%;
    }

        .opsp-login .member .inputstyle {
            appearance: none;
            -webkit-appearance: none;
            border-radius: 5px;
            padding: 0 5px;
            color: #333;
            font-size: 1em;
            width: 100%;
            height: 40px;
            font-family: Arial, Helvetica,"微軟正黑體",sans-serif;
            border: 0px;
            border: 1px solid #CCC;
        }

        .opsp-login .member .btnstyle {
            margin: 0 auto;
            padding: 8px 5px;
            width: 100%;
            text-align: center;
            font-family: Arial, Helvetica,"微軟正黑體",sans-serif;
            font-size: 16px;
            color: #FFFFFF;
            border-radius: 5px;
            background-color: #00d514;
            border-top: 1px solid #00d514;
            border-left: 1px solid #00d514;
            border-right: 2px solid #02bf13;
            border-bottom: 3px solid #02bf13;
            cursor: pointer;
        }

        .opsp-login .member div {
            margin: 10px 0;
            font-size: 1em;
            color: #333;
        }

            .opsp-login .member div .forgetpass {
                padding: 0 0 0 10px;
                text-decoration: none;
                color: #ff6600;
            }

                .opsp-login .member div .forgetpass:hover {
                    text-decoration: underline;
                }

    .opsp-login .other {
        width: 100%;
        text-align: center;
    }

        .opsp-login .other li {
            display: inline-block;
            width: 49%;
            height: 40px;
            line-height: 40px;
            font-size: 1em;
            border-radius: 5px;
            border: 1px solid #4a5158;
            background-color: #FFFFFF;
        }

            .opsp-login .other li a {
                display: block;
                text-decoration: none;
                color: #4a5158;
            }

                .opsp-login .other li a:hover {
                    background-color: #4a5158;
                    border-radius: 5px;
                    color: #FFFFFF;
                }


.fancybox-active .fancybox-slide--iframe .fancybox-content {
    max-width: 700px;
}
/*==========行動裝置==============================================================*/
@media screen and ( max-width:1023px ) {

    /*行動裝置選單*/
    .mtop {
        display: block;
        width: 100%;
        height: 35px;
        border-bottom: 1px solid #DBDBDB;
    }

        .mtop .menu {
            float: left;
            width: 35px;
            height: 35px;
            line-height: 35px;
            font-size: 1.5em;
            text-align: center;
            color: #00d514;
            border-right: 1px solid #DBDBDB;
        }

        .mtop .user {
            float: right;
            padding: 5px 5px 0 0;
            color: #e4e4e4;
            font-size: 14px;
        }

            .mtop .user a {
                text-decoration: none;
                color: #000000;
            }

            .mtop .user i {
                color: #00d514;
            }

    .menu-main {
        clear: both;
        display: none;
        width: 100%;
        background-color: #e5e5e6;
        position: relative;
        z-index: 999px;
    }

        .menu-main li {
            position: relative;
            color: #FFF;
            background: #4a5158;
        }

            .menu-main li a {
                display: block;
                padding: 10px;
                font-size: 1em;
                color: #FFF;
                text-decoration: none;
            }

            .menu-main li:hover {
                background: #01c713;
            }

                .menu-main li:hover a {
                    color: #FFF;
                }

            .menu-main li ul {
                background-color: #f7f7f7;
                display: none;
                position: absolute;
                top: 100%;
            }

            .menu-main li:hover ul {
                position: relative;
                display: block;
                right: 0;
                left: 0;
                top: 100%;
            }

                .menu-main li:hover ul li a {
                    padding-left: 10px;
                    font-size: 1em;
                    color: #464c53;
                    text-decoration: none;
                    background-color: #f7f7f7;
                    border-bottom: 1px dashed #cdcdcd;
                }

                .menu-main li:hover ul li:last-child a {
                    border-bottom: 0px dashed #cdcdcd;
                }

    .arrow-bottom {
        position: absolute;
        top: 20px;
        right: 13px;
        margin-left: 5px;
        border-top: 4px solid #FFF;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        width: 1px;
        height: 1px;
    }

    /*==================2026品牌整合-head列班系名稱調整==================*/
    .head {
        display: none;
    }

    .mobile-head {
        display: block;
        padding: 20px 1%;
        width: 100%;
        text-align: center;
    }

        .mobile-head h2 {
            margin: 0;
            font-family: ar-fangxinshuh7b5std, sans-serif;
            font-style: normal;
            font-size: 2em;
            color: #00858c;
            text-shadow: 2px 2px 1px rgba(1, 114, 120, 0.1);
        }

        .mobile-head p {
            margin: 2px 0 0;
            font-size: 1.1em;
            color: #333333;
        }

    /*==========TOP搜尋導覽列===========================*/
    .top {
        display: none;
    }

    .mnav {
        display: block;
        width: 100%;
        height: auto;
    }

        .mnav ul {
            margin: 0 0 1px 0;
            width: 100%;
            overflow: hidden;
            text-align: center;
        }

        .mnav li {
            display: block;
            float: left;
            margin: 0;
            width: 50%;
            height: 40px;
            line-height: 40px;
            background-color: #01c713;
        }

            .mnav li:nth-child(1) {
                border-right: 1px solid #ffffff;
            }

            .mnav li a {
                display: block;
                text-decoration: none;
                color: #FFFFFF;
            }

    /*==========CONTENT主要內容===========================*/
    .content {
        margin: 0 auto 10px auto;
        width: 100%;
        overflow: hidden;
    }

        /*麵包燮*/
        .content .path {
            padding: 5px 5px 15px 5px;
            width: 100%;
            overflow: hidden;
            font-size: 14px;
        }

            .content .path ol {
                margin: 0;
                padding: 0;
                list-style: none;
            }

            .content .path li {
                margin: 0;
                padding: 0 5px 0 0;
                float: left;
                color: #CCC;
            }

                .content .path li a {
                    text-decoration: none;
                    color: #333333;
                }

    /*========2026品牌整合==FOOTER修改===========================*/
    .footer {
        display: none;
    }

    .mobile-footer {
        display: block;
        width: 100%;
    }

        .mobile-footer .link {
            width: 100%;
            text-align: center;
        }

            .mobile-footer .link ul {
                padding: 15px 0;
                text-align: center;
                background-color: #009590;
            }

            .mobile-footer .link li {
                display: inline;
                font-size: 1.1em;
                margin: 0 5px;
            }

                .mobile-footer .link li a {
                    text-decoration: none;
                    color: #ffffff;
                }

            .mobile-footer .link p {
                font-size: 14px;
            }

                .mobile-footer .link p span {
                    display: block;
                    color: #00858c;
                    padding: 2px 0;
                }

                .mobile-footer .link p i {
                    color: #c0d8da;
                }

        .mobile-footer .btn {
            position: fixed;
            left: 0;
            bottom: 0;
            padding: 10px 0;
            z-index: 2000;
            width: 100%;
            height: auto;
            background-color: rgb(255, 255, 255, 0.8);
        }

            .mobile-footer .btn ul {
                margin: 0;
                padding: 0 2px;
                text-align: center;
                display: flex;
                justify-content: space-around;
            }

            .mobile-footer .btn li {
                width: 32%;
                padding: 10px 0;
                font-size: 1em;
                color: #FFFFFF;
                border-radius: 5px;
                position: relative;
            }

                .mobile-footer .btn li:nth-child(1) {
                    background-color: #2467b6;
                }

                .mobile-footer .btn li:nth-child(2) {
                    background-color: #009590;
                }

                .mobile-footer .btn li:nth-child(3) {
                    background-color: #ff6600;
                }

                .mobile-footer .btn li a {
                    display: block;
                    text-decoration: none;
                    color: #FFFFFF;
                }

                .mobile-footer .btn li img {
                    position: absolute;
                    top: -2.8em;
                    left: calc((100% - 50px)/2);
                    width: 50px;
                    height: auto;
                }

        .mobile-footer > p {
            margin: 0;
            padding: 10px 5%;
            font-size: 13px;
            color: #999;
            border-top: 1px solid #c1c1c1;
        }

    .footer-copyright {
        width: 100%;
        padding: 10px 2px;
        text-align: center;
        border-top: 1px solid #c1c1c1;
        font-size: 13px;
        color: #7a7a7a;
        letter-spacing: 0px;
        margin-bottom: 90px;
    }

    /*OPSP登入視窗*/
    .opsp-login {
        margin: 0 auto 20px auto;
        padding: 20px;
        width: 100%;
        background-color: #FFFFFF;
    }

        .opsp-login h2 {
            margin: 0;
            padding: 0 0 30px 0;
            font-size: 1.3em;
            text-align: center;
        }

        .opsp-login h4 {
            margin: 20px 0;
            padding: 0;
            font-size: 14px;
            text-align: center;
            color: #666;
        }

        .opsp-login p {
            margin: 0;
            padding: 20px 0 0 0;
            font-size: 14px;
            color: #0096ff;
        }

        .opsp-login .sns {
            width: 100%;
            text-align: center;
        }

            .opsp-login .sns li {
                display: inline-block;
                width: 130px;
                height: 40px;
                line-height: 40px;
                font-size: 1.1em;
                color: #FFFFFF;
                border-radius: 5px;
            }

                .opsp-login .sns li:nth-child(1) {
                    background-color: #2467b6;
                }

                .opsp-login .sns li:nth-child(2) {
                    background-color: #ea4335;
                }

                .opsp-login .sns li a {
                    display: block;
                    text-decoration: none;
                    color: #FFFFFF;
                }

                .opsp-login .sns li:nth-child(1) a:hover {
                    background-color: #1f5aa0;
                    border-radius: 5px;
                }

                .opsp-login .sns li:nth-child(2) a:hover {
                    background-color: #cc3c30;
                    border-radius: 5px;
                }

        .opsp-login .member {
            width: 100%;
        }

            .opsp-login .member .inputstyle {
                appearance: none;
                -webkit-appearance: none;
                border-radius: 5px;
                padding: 0 5px;
                color: #333;
                font-size: 1em;
                width: 100%;
                height: 40px;
                font-family: Arial, Helvetica,"微軟正黑體",sans-serif;
                border: 0px;
                border: 1px solid #CCC;
            }

            .opsp-login .member .btnstyle {
                margin: 0 auto;
                padding: 8px 5px;
                width: 100%;
                text-align: center;
                font-family: Arial, Helvetica,"微軟正黑體",sans-serif;
                font-size: 16px;
                color: #FFFFFF;
                border-radius: 5px;
                background-color: #00d514;
                border-top: 1px solid #00d514;
                border-left: 1px solid #00d514;
                border-right: 2px solid #02bf13;
                border-bottom: 3px solid #02bf13;
                cursor: pointer;
            }

            .opsp-login .member div {
                margin: 10px 0;
                font-size: 14px;
                color: #333;
            }

                .opsp-login .member div .forgetpass {
                    padding: 0 0 0 10px;
                    text-decoration: none;
                    color: #ff6600;
                }

                    .opsp-login .member div .forgetpass:hover {
                        text-decoration: underline;
                    }

        .opsp-login .other {
            width: 100%;
            text-align: center;
        }

            .opsp-login .other li {
                display: inline-block;
                width: 49%;
                height: 40px;
                line-height: 40px;
                font-size: 1em;
                border-radius: 5px;
                border: 1px solid #4a5158;
                background-color: #FFFFFF;
            }

                .opsp-login .other li a {
                    display: block;
                    text-decoration: none;
                    color: #4a5158;
                }

                    .opsp-login .other li a:hover {
                        background-color: #4a5158;
                        border-radius: 5px;
                        color: #FFFFFF;
                    }
}

