@charset "UTF-8";

BtnPrimary
/*---------
 style 
-------*/
.box-siz {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

strong {
    font-weight: bold;
}

img, svg {
    vertical-align: middle;
}

a {
    text-decoration: none;
    cursor: pointer;
}

    a:active {
        outline: none;
    }


input {
    font-size: 1rem;
}

    input::-webkit-input-placeholder {
        font-size: 1rem;
    }

    input:-ms-input-placeholder {
        font-size: 1rem;
    }

    input::-ms-input-placeholder {
        font-size: 1rem;
    }

    input::placeholder {
        font-size: 1rem;
    }

textarea {
    font-size: 1rem;
    padding: 10px;
}

    textarea::-webkit-input-placeholder {
        font-size: 1rem;
        padding: 10px;
    }

    textarea:-ms-input-placeholder {
        font-size: 1rem;
        padding: 10px;
    }

    textarea::-ms-input-placeholder {
        font-size: 1rem;
        padding: 10px;
    }

    textarea::placeholder {
        font-size: 1rem;
        padding: 10px;
    }

.form-secondary {
    color: #fdf151 !important
}

.form-required {
    color: #df3b64 !important
}

.form-remark {
    color: #2E73A7 !important
}


.form-ps {
    color: #6a6f73 !important
}

:focus,
a:focus,
.swiper-slide:focus,
.swiper-pagination-bullet:focus {
    outline: none;
    box-shadow: none !important;
    transition: none;
    outline-offset: -1px;
    -moz-outline: none;
    -moz-border: none;
}

textarea:focus {
    outline: none;
    overflow: inherit;
    -moz-outline: none;
    -moz-border: none;
}





li.otherLink.menu-four-button > a span {
    font-size: 0.8rem;
}



body {
    overflow-x: hidden;
}

    body .mm-listview .mm-next {
        width: 100%;
    }


.newsList > article > a:focus {
    display: block;
}

.number-List li a:focus {
    padding-left: 15px;
}

aside a:focus {
    display: block;
}



.menulogo {
    display: none;
    font-size: 0;
}

@media screen and (max-width: 1024px) {
    .menulogo {
        display: block;
        text-align: center;
        position: absolute;
        margin: auto 0;
        width: calc(100% - 120px);
        margin-left: 60px;
        margin-right: 60px;
        z-index: 1;
    }

        .menulogo > span {
            background: url(/Images/logo.png?v=202501);
            background-size: 100%;
            background-repeat: no-repeat;
            background-position: center;
            display: inline-block;
            width: 160px;
            height: 60px;
            position: relative;
            font-size: 0;
        }
}

.phoneserch {
    display: none;
}

.orange {
    color: #cc3321;
}
/*-----------
通用

--------------------*/


/*通用項目*/
.Wrap {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 10%;
    padding-right: 10%;
    /*overflow: hidden;2024/05 註解 因徵才訊息>企業連結>點選內文中間三個按鈕，發生文字被切到*/
    width: 100%;
    max-width: 100%;
}

    .Wrap::after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

.TxtArea {
    clear: both;
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: normal;
    word-break: break-all;
}

.textWrapper {
    position: relative;
    display: block;
    margin: 20px 0px 40px 0px;
    background-color: #fff;
    width: 100%;
    max-width: 100%;
    padding: 0px 45px 40px 15px;
    word-break: break-word;
}

    .textWrapper p {
        margin: 10px 0 15px 0;
        line-height: 1.6;
    }

@media screen and (max-width: 1440px) {
    .Wrap {
        padding: 0 8%;
    }
}

@media screen and (max-width: 1280px) {
    .Wrap {
        padding: 0 5%;
    }
}

@media screen and (max-width:960px) {
    .textWrapper {
        padding: 0 15px 15px;
    }
}

@media screen and (max-width: 550px) {
    .Wrap {
        padding: 0 15px;
    }
}

.fixed {
    position: fixed;
    top: 0;
    z-index: 1000;
}

.leftBox {
    float: left;
}

.rightBox {
    float: right;
}

.title {
    text-align: center;
}

.newsList::after,
.clearfix::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearBoth {
    clear: both;
}

.tagImg figure {
    display: inline-block;
    position: relative;
}

    .tagImg figure img {
        width: 100%;
        display: block;
    }




.content .label .searchSel .lnk_SelectCity {
    cursor: pointer;
    display: inline-block;
    margin: 0px 1px 5px 1px;
    padding: 7px 8px;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 118px;
}

/*一些共用圖形設定*/
.circleBtn {
    width: 110px;
    height: 110px;
    border-radius: 100%;
    display: table;
    text-align: center;
}

@media screen and (max-width: 1366px) {
    .circleBtn {
        width: 120px;
        height: 120px;
    }
}

@media screen and (max-width: 1280px) {
    .circleBtn {
        width: 100px;
        height: 100px;
    }
}

.circleBtn > span,
.circleBtn > i {
    display: table-cell;
    vertical-align: middle;
}
/*---20240408---*/
.home {
    background-color: #82a4d0;
    background-image: url(/Images/icon/home.svg);
}



.toolIcon_fontReduce {
    background-color: #4e4e4e;
    background-image: url(/Images/icon/fontsize-minus.svg);
}

.toolIcon_fontAddition {
    background-color: #4e4e4e;
    background-image: url(/Images/icon/fontsize-plus.svg);
}

.toolIcon_print {
    background-color: #4e4e4e;
    background-image: url(/Images/icon/print.svg);
}

.toolIcon_mail {
    background-color: #4e4e4e;
    background-image: url(/Images/icon/mail.svg);
}

.toolIcon_share {
    background-color: #4e4e4e;
    background-image: url(/Images/icon/share.svg);
}
/*---202040408--*/
.shareIcon_share {
    background-color: #7DCDC3;
    background-image: url(/Images/icon/share-link.svg);
}

.shareIcon_FB {
    background-color: #3b5998;
    background-image: url(/Images/icon/facebook.svg);
}



.shareIcon_GL {
    background-color: #d64136;
    background-image: url(/Images/icon/google.svg);
}

.shareIcon_LN {
    background-color: #2cbf13;
    background-image: url(/Images/icon/line.svg);
}

/*----
Memu
-------*/
header {
    background-color: #FFF;
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1000;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
    max-width: 100%;
    justify-content: center;
    -webkit-box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.2);
}

    header .otherLink {
        display: none;
    }

    /*----header JS ---*/
    header.is-fixed {
        background-color: #fff;
        padding: 0;
        max-height: 100px;
        -webkit-box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.2);
        box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.2);
    }

        header.is-fixed .gray-menu-box {
            display: none;
        }

@media screen and (max-width: 1024px) {
    header {
        position: fixed;
        z-index: 2000;
        top: 0;
        width: 100%;
        background-color: #fff;
        height: 60px;
    }
}


.headerWrap {
    width: calc(100% - 90px);
    margin-right: auto;
    margin-left: auto;
    display: flex;
}


@media screen and (max-width: 1280px) {
    .headerWrap {
        width: calc(100% - 60px)
    }
}

@media screen and (max-width: 1024px) {
    .headerWrap {
        width: 100%;
        max-width: 100%;
    }
}
/*第一層*/
header nav {
    width: 100%;
    max-width: 100%;
}

    header nav > ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        justify-content: center;
    }

        header nav > ul > li {
            width: calc(100% /6);
            min-height: 70px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

            header nav > ul > li > a {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                width: 100%;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                padding: 10px 0;
                cursor: pointer;
                transition: all 150ms ease-in-out 0s;
                border-bottom: 1px dashed transparent;
            }


                header nav > ul > li > a span {
                    color: #333;
                    font-weight: 500;
                    font-size: 1.25rem;
                    position: relative;
                    -webkit-transform: translateY(0);
                    -ms-transform: translateY(0);
                    transform: translateY(0);
                    padding: 7px 12px;
                    -webkit-transition: -webkit-transform .3s ease;
                    transition: -webkit-transform .3s ease;
                    -o-transition: transform .3s ease;
                    transition: transform .3s ease;
                    transition: transform .3s ease, -webkit-transform .3s ease;
                }


                    header nav > ul > li > a span:hover {
                        color: #123d83;
                        -webkit-transform: translateY(-5px);
                        -ms-transform: translateY(-5px);
                        transform: translateY(-5px);
                    }


/*header nav > ul > li > a span::before {
  position: absolute;  
  content: "";
  bottom: -8px;
  left: 50%;
  z-index: 100;
  border-bottom: 1px solid #212121;
  width: 0;
  transform: translateX(-50%);
  transition: width 0.3s cubic-bezier(0.05, 0.935, 0.905, 0.875);
}

header nav > ul > li > a span:hover::before  {
  width: 40px;
}
*/

@media screen and (max-width: 1440px) {

    header nav > ul > li > a > img {
        width: 40px;
        height: 40px;
    }

    header nav > ul > li > a span {
        font-size: 1.15rem;
    }
}


@media screen and (max-width: 1280px) {
    header nav > ul > li > a span {
        padding: 7px 5px
    }
}

header nav > ul .subMenu {
    width: 100vw;
    display: none;
    position: absolute;
    z-index: 198;
    left: 0;
    top: 0;
    margin-top: 70px;
    margin-left: -350px;
    padding: 30px 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid #c3c3c3;
    background-color: #fff;
    -webkit-box-shadow: 1px 10px 12px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 10px 12px rgba(0, 0, 0, 0.2);
    text-align: center;
}

@media screen and (max-width: 1440px) {
    header nav > ul .subMenu {
        margin-left: -200px;
        padding: 30px 15px;
    }
}

header nav > ul .subMenu li {
    display: inline-block;
    width: calc(20% - 10px);
    padding: 0;
    vertical-align: top;
    /*第三層*/
}

    header nav > ul .subMenu li > a {
        display: block;
        padding: 10px;
    }

        header nav > ul .subMenu li > a span {
            vertical-align: middle;
            display: block;
            color: #212121;
            letter-spacing: 0.05em;
            font-size: 1.3rem;
            padding: 15px 0px;
            border-bottom: 1px solid #ccc;
            font-weight: 400;
        }

            header nav > ul .subMenu li > a span:hover {
                text-decoration: none;
                color: #348ec6
            }

@media screen and (max-width: 1440px) {
    header nav > ul .subMenu li > a span {
        font-size: 1.1rem;
    }
}

header nav > ul .subMenu li > ul {
    display: none;
}

    header nav > ul .subMenu li > ul > li {
        padding: 10px;
        width: calc(50% - 5px);
    }

@media screen and (max-width: 1440px) {
    header nav > ul .subMenu li > ul > li {
        padding: 10px 2px 10px 10px;
    }
}

header nav > ul .subMenu li > ul > li > a {
    display: block;
    padding: 0px;
}

    header nav > ul .subMenu li > ul > li > a span {
        vertical-align: middle;
        display: block;
        color: #000;
        letter-spacing: 0.05em;
        font-size: 1.15rem;
        padding: 0;
        border: none;
        font-weight: 600;
    }

@media screen and (max-width: 1440px) {
    header nav > ul .subMenu li > ul > li > a span {
        font-size: 1rem;
    }
}
/*---20240410----*/
header nav > ul > li:nth-child(2) .subMenu {
    min-height: 280px;
}

    header nav > ul > li:nth-child(2) .subMenu > li {
        float: left;
        position: relative;
        width: calc(17% - 10px);
    }

        header nav > ul > li:nth-child(2) .subMenu > li:nth-child(1) ul {
            position: absolute;
            display: block;
        }

        header nav > ul > li:nth-child(2) .subMenu > li:nth-child(2) {
            margin-right: 20px;
        }

            header nav > ul > li:nth-child(2) .subMenu > li:nth-child(2) ul {
                display: block;
                min-height: 400px;
            }

header nav > ul > li:nth-child(3) .subMenu > li:nth-child(1) ul {
    display: block;
}

header nav > ul > li:nth-child(3) .subMenu > li:nth-child(2) ul {
    display: block;
}

header nav > ul > li:nth-child(4) .subMenu > li {
    width: 33%;
}

header .logo-box-left {
    position: relative;
    -webkit-box-flex: 350px;
    -ms-flex: 350px;
    flex: 0 0 350px;
    max-width: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: center;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: end;
    align-items: flex-start;
    background-color: transparent;
    height: 138px;
    top: 0px;
}

header.is-fixed .logo-box-left {
    top: 40px;
}

@media screen and (max-width: 1440px) {
    header .logo-box-left {
        -webkit-box-flex: 200px;
        -ms-flex: 200px;
        flex: 200px;
    }
}

@media screen and (max-width: 1024px) {
    header .logo-box-left {
        display: none;
    }
}
/*---logo---*/
header .logo-box-left .menu-logo {
    vertical-align: top;
    font-size: 0;
    display: inline-block;
    width: 300px;
    height: 135px;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-size: 95%;
    background-position: center;
    background-image: url("/Images/logo.png?v=202501");
    background-size: contain
}


header.is-fixed .menu-logo {
    height: 85px;
    padding: 0;
    margin-bottom: 10px;
}

@media screen and (max-width: 1440px) {
    header .logo-box-left .menu-logo {
        width: 200px;
    }
}

@media screen and (max-width: 1024px) {
    header .logo-box-left .menu-logo {
        display: none;
    }
}
/*----------------------

右側留言

---------------------------*/
header .main-menu-right {
    -webkit-box-flex: calc(100% - 350px);
    -ms-flex: calc(100% - 350px);
    flex: calc(100% - 350px);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    align-self: flex-end;
    -webkit-box-pack: unset;
    -ms-flex-pack: center;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: stretch;
}


@media screen and (max-width: 1440px) {
    header .main-menu-right {
        -webkit-box-flex: calc(100% - 200px);
        -ms-flex: calc(100% - 200px);
        flex: calc(100% - 200px);
    }
}

@media screen and (max-width: 1024px) {
    header .main-menu-right {
        display: none;
    }
}

.gray-menu-box {
    background-color: #4e4e4e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
    position: relative;
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    z-index: 1001;
}

@media screen and (max-width: 1024px) {
    .gray-menu-box {
        display: none;
    }
}

.gray-menu-box .otherLinks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .gray-menu-box .otherLinks a {
        color: #123d83;
        margin: 0 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 0.813rem;
    }

@media screen and (max-width: 1600px) {
    .gray-menu-box .otherLinks a {
        margin: 0 5px;
    }
}

/*------top icon img---*/

.gray-menu-box .Sitemapicon {
    vertical-align: top;
    font-size: 0;
    display: inline-block;
    width: 26px;
    height: 26px;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: transparent;
    background-image: url(/Images/icon/menu-moble-nav00.svg);
    margin-right: 5px;
    opacity: 0.8;
}


.gray-menu-box .Sitemapicon {
    vertical-align: top;
    font-size: 0;
    display: inline-block;
    width: 26px;
    height: 26px;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: transparent;
    background-image: url(/Images/icon/menu-moble-nav00.svg);
    margin-right: 5px;
    opacity: 0.5;
}


.gray-menu-box .Returnhomeicon {
    vertical-align: top;
    font-size: 0;
    display: inline-block;
    width: 26px;
    height: 26px;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: transparent;
    background-image: url(/Images/icon/main_home.svg);
    margin-right: 5px;
    opacity: 0.5;
}



.gray-menu-box .companyloginicon {
    vertical-align: top;
    font-size: 0;
    display: inline-block;
    width: 26px;
    height: 26px;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: transparent;
    background-image: url(/Images/icon/companyloginicon.svg);
    margin-right: 5px;
    opacity: 0.4;
}

.gray-menu-box .manualicon {
    vertical-align: top;
    font-size: 0;
    display: inline-block;
    width: 26px;
    height: 26px;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: transparent;
    background-image: url(/Images/icon/manualicon.svg);
    margin-right: 5px;
    opacity: 0.4;
}

.gray-menu-box .accounticon {
    vertical-align: top;
    font-size: 0;
    display: inline-block;
    width: 26px;
    height: 26px;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: transparent;
    background-image: url(/Images/icon/accounticon.svg);
    margin-right: 5px;
    opacity: 0.4;
}

.gray-menu-box .Logouticon {
    vertical-align: top;
    font-size: 0;
    display: inline-block;
    width: 26px;
    height: 26px;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: transparent;
    background-image: url(/Images/icon/Logout.png);
    margin-right: 5px;
    opacity: 0.5;
}

.gray-menu-box .WebBackStageicon {
    vertical-align: top;
    font-size: 0;
    display: inline-block;
    width: 26px;
    height: 26px;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: transparent;
    background-image: url(/Images/icon/website_backend.png);
    margin-right: 5px;
    opacity: 0.5;
}



@media screen and (max-width: 1440px) {
}

.gray-menu-box .otherLinks a:nth-child(1)::before {
    display: none;
}


.white-menu-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
}

@media screen and (max-width: 1024px) {
    .white-menu-box {
        display: none;
    }
}

.white-menu-box .top-half {
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #c1c1c1;
}

    .white-menu-box .top-half .left .weather-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
    }

        .white-menu-box .top-half .left .weather-box .one-area-weather {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .white-menu-box .top-half .left .weather-box .one-area-weather .weather-img {
                margin-right: 10px;
                max-width: 35px;
            }

            .white-menu-box .top-half .left .weather-box .one-area-weather .weather-place {
                font-size: 1.2rem;
                font-weight: 600;
                margin-right: 5px;
            }

            .white-menu-box
            .top-half
            .left
            .weather-box
            .one-area-weather
            .weather-temperature {
                font-size: 1.2rem;
                font-weight: 600;
            }

        .white-menu-box .top-half .left .weather-box .weather-open-btn {
            font-size: 0;
            width: 20px;
            height: 20px;
            background-color: #cc3321;
            border-radius: 50%;
            margin-left: 10px;
            background-image: url(/Images/icon/right.svg);
            background-size: 30%;
            background-repeat: no-repeat;
            background-position: center;
        }

        .white-menu-box .top-half .left .weather-box .out-weather-content-box {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .white-menu-box .top-half .left .weather-box .hide-weather-content-box {
            display: none;
            position: absolute;
            padding: 20px;
            width: 435px;
            -ms-flex-flow: wrap;
            flex-flow: wrap;
            background-color: #eee;
            left: 5px;
            top: 33px;
            z-index: 500;
            margin-left: 100%;
            margin-top: -25%;
            -webkit-box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.2);
            box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.2);
        }

            .white-menu-box .top-half .left .weather-box .hide-weather-content-box.open {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-flow: wrap;
                flex-flow: wrap;
            }

            .white-menu-box
            .top-half
            .left
            .weather-box
            .hide-weather-content-box
            .one-area-weather {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                width: calc(50% - 15px);
                margin-right: 15px;
                margin-bottom: 5px;
            }

    .white-menu-box .top-half .right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-right: 20px;
    }

        .white-menu-box .top-half .right > a {
            margin-left: 40px;
        }

        .white-menu-box .top-half .right > button {
            margin-left: 40px;
        }





.menu-fb-btn {
    vertical-align: top;
    font-size: 0;
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: #4267b2;
    background-image: url(/Images/icon/facebook.svg);
}

.menu-youtube-btn {
    vertical-align: top;
    font-size: 0;
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(/Images/icon/youtube.svg);
}

.menu-Instagram-btn {
    vertical-align: top;
    font-size: 0;
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(/Images/icon/icon_ig.svg);
}





/*手機板的按鈕開關*/
.menuBtn {
    width: 60px;
    height: 60px;
    display: block;
    text-indent: -9999px;
    font-size: 0rem;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 60px;
    height: 60px;
    margin: 0 0 0;
    z-index: 999;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    background-repeat: no-repeat;
    /*background-size: 50%;
  background-position: center;
  background: url(/Images/icon/menu.svg);*/
}

    .menuBtn span {
        width: 60%;
        height: 1px;
        margin: auto;
        background-color: #333;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        -moz-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

        .menuBtn span:after {
            content: "";
            width: 100%;
            height: 1px;
            background-color: #333;
            position: absolute;
            -moz-transition: all 0.5s ease-out;
            -o-transition: all 0.5s ease-out;
            -webkit-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
        }


        .menuBtn span:before, .menuBtn span:after {
            content: "";
            height: 1px;
            display: block;
            position: absolute;
            left: 0;
            -moz-transition: all 0.5s ease-out;
            -o-transition: all 0.5s ease-out;
            -webkit-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
            background-color: #333;
        }

        .menuBtn span:before {
            top: -8px;
            width: 100%;
        }


        .menuBtn span:after {
            bottom: -8px;
            width: 100%;
        }

    .menuBtn:hover {
        background-color: #e4e4e4
    }



@media screen and (min-width: 1025px) {
    .menuBtn {
        display: none;
    }
}

svg.in-magamenu {
    position: absolute;
    z-index: 1;
    width: 300px;
    height: 500px;
    margin-left: -15px;
}

path {
    fill: #efefef;
    stroke: #a19e9e;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    cursor: pointer;
}


.mega-menu-svg-word {
    font-size: 1.1rem;
    fill: #fff;
    font-family: "微軟正黑體";
    font-weight: 500;
}







.phoneserch-bar {
    display: none;
}

/*底下展開的網站導覽MENU選單*/
.under_box {
    background: #f3f3f3;
    position: relative;
    text-align: center;
    color: #2d2d2d;
}

@media screen and (max-width: 1024px) {
    .under_box {
        display: none;
    }
}

.under_menu {
    background: #f1f1f1;
    width: 100%;
    border-bottom: 1px solid #dedede;
}

@media screen and (max-width: 1024px) {
    .under_menu {
        display: none;
    }
}

.under_box > a {
    width: 100px;
    height: 50px;
    background-size: 75%;
    background-color: #fff;
    cursor: pointer;
    position: absolute;
    left: calc((100% - 100px) / 2);
    top: calc(-60px + 50px);
    display: block;
    z-index: 100;
    background: url(/Images/under_box.svg) no-repeat center;
    text-indent: -9999px;
}

    .under_box > a::before,
    .under_box > a::after {
        content: "";
        position: absolute;
        display: block;
        background: url(/Images/under_box.svg) no-repeat center;
    }

    .under_box > a::before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .under_box > a::after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .under_box > a.selt::before,
    .under_box > a.selt::after {
        top: 0;
    }

    .under_box > a.selt::before {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .under_box > a.selt::after {
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

.under_box > .prompt {
    display: inline-block;
    padding: 60px 0 10px;
}

.under_menu ul {
    position: relative;
    overflow: hidden;
    padding: 2% 5%;
}

    .under_menu ul li {
        float: left;
        width: 14.285%;
        padding: 10px 0px;
        text-align: left;
    }

        .under_menu ul li a {
            display: block;
            color: #4e4e4e;
            border-bottom: 1px solid #dedede;
            margin: 0 0px 5px 0px;
            padding: 0 0 15px 10%;
            font-size: 1.2rem;
            font-weight: 600;
        }

        .under_menu ul li > ul li {
            width: 100%;
            padding: 0;
        }

.under_menu li ul li a {
    width: 100%;
    color: #4e4e4e;
    border-bottom: none;
    margin: 0;
    padding: 10px;
    font-size: 1rem;
}


/*BACK按鈕與TOP按鈕*/
.otherBtn {
    position: fixed;
    right: 3%;
    bottom: 10%;
    display: none;
    z-index: 1000;
}

@media screen and (max-width: 550px) {
    .otherBtn {
        right: 5px;
        bottom: 5px;
    }
}

.otherBtn .backBtn,
.otherBtn .topBtn {
    margin: 10px 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-position: 49% 33%;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    width: 70px;
    height: 70px;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 768px) {
    .otherBtn .backBtn,
    .otherBtn .topBtn {
        width: 60px;
        height: 60px;
        margin: 5px 5px;
    }
}

@media screen and (max-width: 550px) {
    .otherBtn .backBtn,
    .otherBtn .topBtn {
        width: 50px;
        height: 50px;
        margin: 5px 0;
        float: none;
    }
}

.otherBtn .backBtn > span,
.otherBtn .topBtn > span {
    color: #fff;
    font-weight: bold;
    letter-spacing: 0em;
    padding-top: 55%;
    font-size: 0.5rem;
}

@media screen and (max-width: 768px) {
    .otherBtn .backBtn > span,
    .otherBtn .topBtn > span {
        display: none;
    }
}




/*--------------------------------------------------------------------------------
	btn
--------------------------------------------------------------------------------*/

.backList {
    text-align: center;
    position: relative;
    width: 100%;
    display: flex;
    margin: 45px auto 15px auto;
    justify-content: center;
}

.BtnPrimary {
    display: inline-block;
    padding: 10px 45px;
    border-radius: 30px;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.938rem;
    letter-spacing: 0.15rem;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

    .BtnPrimary:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #123d83;
        border-radius: 30px;
        z-index: -2;
    }

    .BtnPrimary:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0%;
        height: 100%;
        background-color: #5584c6;
        transition: all 0.3s;
        border-radius: 10rem;
        z-index: -1;
    }

    .BtnPrimary:hover {
        color: #fff;
    }

        .BtnPrimary:hover:before {
            width: 100%;
        }




/*--------------------------------------------------------------------------------
	footer
--------------------------------------------------------------------------------*/
/*---0523---*/
.l-footer {
    position: relative;
    z-index: 6;
    display: block;
    background-color: #edf1f2;
    border-top: 1px solid #ecf0f1;
}


    .l-footer::after {
        content: "";
        width: 30vw;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #fff;
        z-index: -1;
    }

/*---20240522----*/
.l-footer__container {
    position: relative;
    display: grid;
    grid-template-columns: 43% 57%;
    max-width: 1406px;
    margin: auto
}

@media all and (max-width: 950px) {
    .l-footer__container {
        display: flex;
        flex-direction: column;
        max-width: 100%;
        padding: 0
    }
}

@media all and (min-width: 951px) {
    .l-footer__column {
        overflow: hidden
    }
}
/*---20240523---*/
.l-footer__column:nth-child(1) {
    /*border-top: 1px solid #ecf0f1;*/
    background-color: #fff;
}

@media all and (max-width: 950px) {
    .l-footer__column:nth-child(1) {
        order: 2;
        border-top: none
    }
}

@media all and (min-width: 951px) {
    .l-footer__column:nth-child(1) {
        padding-left: 20px
    }
}

@media all and (max-width: 950px) {
    .l-footer__column:nth-child(2) {
        order: 1
    }
}

@media all and (max-width: 950px) {
    .l-footer__inner {
        padding-top: 50px;
        padding-bottom: 34px
    }
}

.l-footer__logo {
    display: block;
    width: 225px
}

@media all and (max-width: 950px) {
    .l-footer__logo {
        width: 180px;
        margin: 0 auto
    }
}

.l-footer__logo img {
    display: block;
    width: 100%
}

.l-footer__sns-list {
    margin-top: 40px;
    display: flex;
    -moz-column-gap: 8px;
    column-gap: 8px
}

@media all and (max-width: 950px) {
    .l-footer__sns-list {
        justify-content: center;
        -moz-column-gap: 15px;
        column-gap: 15px
    }
}

.l-footer__nav {
    margin-top: 36px
}

.l-footer__nav-list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px
}

@media all and (max-width: 950px) {
    .l-footer__nav-list {
        justify-content: center;
        -moz-column-gap: 30px;
        column-gap: 30px
    }
}

.l-footer__nav-list > li:nth-child(odd) {
    width: 135px
}

@media all and (max-width: 950px) {
    .l-footer__nav-list > li:nth-child(odd) {
        width: auto
    }
}

.l-footer__nav-link {
    font-size: 1.2rem
}

@media all and (min-width: 768px) {
    .l-footer__nav-link {
        position: relative
    }

        .l-footer__nav-link::before {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            width: 0;
            height: 1px;
            background-color: #888;
            transition: width .3s ease-out
        }

        .l-footer__nav-link:hover::before {
            width: 100%
        }
}

.l-footer__logo-banner {
    margin-top: 124px
}

@media all and (max-width: 950px) {
    .l-footer__logo-banner {
        margin-top: 30px
    }
}

.l-footer__logo-banner-list {
    display: flex
}

@media all and (max-width: 950px) {
    .l-footer__logo-banner-list {
        justify-content: center
    }
}

.l-footer__logo-banner-item {
    width: 70px
}

@media all and (max-width: 950px) {
    .l-footer__logo-banner-item {
        width: 78px
    }
}

.l-footer__copyright {
    margin-top: 0px;
    color: #b4b4b4;
    font-size: 0.938rem
}

@media all and (max-width: 950px) {
    .l-footer__copyright {
        margin-top: 16px;
        text-align: center
    }
}

.l-footer__utility {
    padding: 60px 30px 15px 30px;
}


@media all and (max-width: 950px) {
    .l-footer__utility {
        padding: 25px 15px 30px
    }
}

.l-footer__contact {
    background-color: #eef1f2;
    padding: 0 15px 30px 15px
}

@media all and (max-width: 950px) {
}

@media all and (min-width: 951px) {
    .l-footer__contact {
        height: 100%
    }
}

.l-footer__contact-inner {
    padding: 30px 10px 10px 10px
}





.l-footer__contact-link {
    position: relative;
    display: inline-block;
    color: #005bac;
}




.l-footer__contact-text {
    margin-top: 5px;
    font-size: 1rem;
    transition-duration: .3s;
    transition-timing-function: ease-out;
    line-height: 2
}

    .l-footer__contact-text a {
        text-decoration: none;
    }

        .l-footer__contact-text a:hover {
            color: #198ff7
        }

@media all and (max-width: 950px) {
    .l-footer__contact-text {
        margin-top: 5px;
        font-size: 1rem;
        line-height: 1.4;
        text-align: center;
    }
}

.l-footer__sitemap {
    margin-top: 0px;
    padding-top: 40px;
    /*border-top: 1px solid #fff*/
}
/*---20240522----*/
@media all and (max-width: 950px) {
    .l-footer__sitemap {
        padding: 24px 0 0;
        margin: 0 auto;
        border-top: 1px solid #fff
    }
}

.l-footer__sitemap-inner {
    display: grid;
    padding: 0 15px 0 15px;
    grid-template-columns: 33% auto
}

@media all and (max-width: 950px) {
    .l-footer__sitemap-inner {
        display: block;
        padding: 0
    }
}

.l-footer__sitemap-title {
    margin-bottom: 24px;
    font-weight: 600;
    text-align: center;
    font-size: 1.375rem;
    grid-column: 1/3;
    letter-spacing: 1px;
}

@media all and (max-width: 950px) {
    .l-footer__sitemap-title {
        display: block
    }
}

@media all and (max-width: 950px) {
    .l-footer__service {
        border-top: 1px solid #fff;
        padding-top: 24px
    }
}

.l-footer__service-title {
    font-weight: bold
}

.l-footer__service-list {
    margin-top: 0px
}

.l-footer__service {
    margin-top: 0;
}

@media all and (max-width: 950px) {
    .l-footer__service-list {
        display: flex;
        flex-wrap: wrap;
        padding: 0 15px;
        row-gap: 12px;
        -moz-column-gap: 7%;
        column-gap: 7%
    }
}

@media all and (max-width: 950px) {
    .l-footer__service-item {
        width: 45%
    }
}

.l-footer__service-item:not(:first-child) {
    margin-top: 0px
}

@media all and (max-width: 950px) {
    .l-footer__service-item:not(:first-child) {
        margin-top: 0
    }
}

.l-footer__service-link {
    font-size: 1rem;
    /* line-height: 2; */
    margin-bottom: 10px;
    display: block;
    position: relative;
}


@media all and (min-width: 768px) {
    .l-footer__service-link {
        position: relative
    }

        .l-footer__service-link::before {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            width: 0;
            height: 1px;
            background-color: #888;
            transition: width .3s ease-out
        }

        .l-footer__service-link:hover::before {
            width: 80%
        }
}

@media all and (max-width: 950px) {
    .l-footer__navigation {
        margin-top: 15px;
        padding: 20px 15px 0 15px;
        border-top: 1px solid #fff
    }
}

.l-footer__navigation-inner {
    display: flex
}

@media all and (max-width: 950px) {
    .l-footer__navigation-inner {
        -moz-column-gap: 5%;
        column-gap: 5%
    }
}

.l-footer__navigation-list {
    width: 50%
}

    .l-footer__navigation-list .l-footer__navigation-item {
        position: relative;
        line-height: 1;
        display: block;
    }

@media all and (max-width: 950px) {
    .l-footer__navigation-list {
        width: 45%
    }
}

@media all and (max-width: 480px) {
    .l-footer__navigation-list {
        width: 100%
    }
}

.l-footer__navigation-item:not(:first-child) {
    margin-top: 24px
}

.l-footer__navigation-link {
    position: relative;
    font-weight: 400;
    transition: color .3s ease-out;
}

    .l-footer__navigation-link:hover {
        color: #005bac
    }


    .l-footer__navigation-link[target=_blank] {
        padding-right: 10px
    }

@media all and (max-width: 768px) {

    .l-footer__service-link, .l-footer__navigation-link {
        font-size: 0.875rem;
    }

        .l-footer__navigation-link[target=_blank] {
            padding-right: 0
        }
}

/*--------------------------------------------------------------------------------
    	pagetop
    --------------------------------------------------------------------------------*/

.pageTop {
    position: fixed;
    bottom: 0px;
    right: 5px;
    width: 50px;
    height: 50px;
    z-index: 9;
}

    .pageTop > a {
        display: block;
        width: 50px;
        height: 50px;
        background: #c7d4e0;
        border-radius: none;
        transition: all 0.3s;
        font-size: 0; /*---20240407--*/
        color: transparent;
    }

        .pageTop > a > span {
            display: block;
            width: 50px;
            height: 50px;
            position: relative;
        }

            .pageTop > a > span:before {
                position: absolute;
                content: "";
                display: block;
                width: 15px;
                height: 15px;
                transform: translate(-50%, -50%);
                top: 20px;
                left: 18px;
                line-height: 1;
                text-align: center;
                border-top: 2px solid #9d928c;
                border-left: 2px solid #9d928c;
                transform: rotate(45deg);
            }

@media only screen and (max-width:1024px) {
    .pageTop {
        right: 0px;
        bottom: 0px;
    }
}


@media only screen and (max-width:768px) {

    .pageTop {
        position: fixed;
        right: 10px;
        width: 40px;
        height: 40px;
        z-index: 9;
        -webkit-box-shadow: 2px 6px 5px rgb(0 0 0 /10%);
        -moz-box-shadow: 2px 6px 5px rgba(0, 0, 0, 0.1);
        box-shadow: 2px 6px 5px rgb(0 0 0 / 10%);
    }

        .pageTop > a {
            display: block;
            width: 40px;
            height: 40px;
        }

            .pageTop > a > span {
                display: block;
                width: 40px;
                height: 40px;
                position: relative;
            }

                .pageTop > a > span:before {
                    top: 16px;
                    left: 13px;
                }
}

@media only screen and (max-width:570px) {
    .pageTop {
        bottom: 0px;
        right: 0px;
    }
}
/*手機限定*/
.phone-only {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    position: relative;
}

@media screen and (min-width: 1025px) {
    .phone-only {
        display: none;
    }
}


@media screen and (max-width: 1024px) {
    .subMenu > li img {
        display: none;
    }

    .mm-navbar img {
        display: none;
    }
}

/* 顯示設定*/
@page {
    margin: 1cm;
    /*print邊界*/
}

@media print {

    footer,
    header,
    .head-Information,
    .middleTools {
        display: none;
    }

    .wrap {
        padding: 0;
    }

    .gridItemListBox ul li {
        width: 50% !important;
    }

    .main article {
        width: 100% !important;
        margin-top: 0;
    }

    aside,
    .under_box,
    .pageNum,
    .middleTools {
        display: none !important;
    }

    .thumbnialAlbum {
        display: none;
    }

    .main {
        padding: 0;
    }

    .otherBtn {
        display: none;
    }
}

[type="checkbox"] {
    width: 20px;
    height: 20px;
}




.BottomOtherSmallWeb-swiper {
    padding: 8px !important;
}

.BottomOtherSmallWeb .BottomOtherSmallWeb-control-btn {
    top: 8px !important;
}

.HotTagSpot .swiper-slide a {
    display: block;
    background-color: #fff;
}

.One-HotTagSpot {
    background-color: transparent !important;
}

.HotTagSpot .swiper-slide a:is(:hover, :focus-visible:focus) {
    background-color: var(--primary);
}

    .HotTagSpot .swiper-slide a:is(:hover, :focus-visible:focus) *,
    .HotTagSpot .swiper-slide a:is(:hover, :focus-visible:focus) i:before {
        color: #fff !important;
    }


/*通用 20240524-Design Btn*/
.ulogin-btn {
    align-items: center;
    color: #fff;
    font-size: 1.063rem;
    justify-content: center;
    text-align: center;
    border-style: none;
    display: inline-block;
    letter-spacing: 1px;
    height: 42px;
    line-height: 42px;
    padding: 0 15px;
    transition: 0.8s;
    margin: 8px auto;
    box-shadow: 2px 3px 0px 0px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 2px 3px 0px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 2px 3px 0px 0px rgb(0 0 0 / 0.1);
    -ms-box-shadow: 2px 3px 0px 0 rgba(0, 0, 0, 0.1);
    background-color: #4a75b8;
    border-color: #4a75b8;
    color: #FFF;
    font-size: 1.063rem;
    font-weight: 400;
    cursor: pointer;
    transition: .3s;
    max-width: 45%;
    width: 45%;
}

.uclear-btn {
    align-items: center;
    color: #fff;
    font-size: 1.063rem;
    justify-content: center;
    text-align: center;
    border-style: none;
    display: inline-block;
    letter-spacing: 1px;
    height: 42px;
    line-height: 42px;
    padding: 0 15px;
    transition: 0.8s;
    margin: 8px auto;
    box-shadow: 2px 3px 0px 0px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 2px 3px 0px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 2px 3px 0px 0px rgb(0 0 0 / 0.1);
    -ms-box-shadow: 2px 3px 0px 0 rgba(0, 0, 0, 0.1);
    color: #FFF;
    font-size: 1.063rem;
    font-weight: 400;
    cursor: pointer;
    transition: .3s;
    max-width: 45%;
    width: 45%;
    background-color: #8f8a82 !important;
    border: #a5a5a5 solid 1px !important;
    margin-left: 10px;
}

.uforget-btn {
    align-items: center;
    color: #fff;
    font-size: 1.063rem;
    justify-content: center;
    text-align: center;
    border-style: none;
    display: inline-block;
    letter-spacing: 1px;
    height: 42px;
    line-height: 42px;
    padding: 0 15px;

    margin: 8px auto;
    box-shadow: 2px 3px 0px 0px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 2px 3px 0px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 2px 3px 0px 0px rgb(0 0 0 / 0.1);
    -ms-box-shadow: 2px 3px 0px 0 rgba(0, 0, 0, 0.1);
    color: #FFF;
    font-size: 1.063rem;
    font-weight: 400;
    cursor: pointer;
    transition: .3s;
    max-width: 45%;
    width: 45%;
    background-color: #53C1AE !important;
    border: #a5a5a5 solid 1px !important;
    margin-left: 10px;
}

.ulogin-btn:hover, .ulogin-btn:focus {
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    transform: scale(1.01);
    background: #ddefff !important;
    color: #152f4a !important;
}

.uclear-btn:hover, .uclear-btn:focus {
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    transform: scale(1.01);
    border-color: #a5a5a5 !important;
}

.uforget-btn:hover, .uforget-btn:focus {
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    transform: scale(1.01);
    border-color: #a5a5a5 !important;
}



/* ------ ------ ------ ------


select 約10頁  pagination
------------------*/



.pagination {
    display: flex;
    justify-content: center;
    margin: 50px auto 15px auto;
}


    .pagination .navigation-links {
        display: flex;
        justify-content: center;
    }

    .pagination ul.page-numbers {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        column-gap: 8px;
        height: 40px;
        margin: 0 auto;
    }

        .pagination ul.page-numbers li a {
            display: flex;
            align-items: center;
            justify-content: center;
            color: #666;
            border: 1px solid #d5d5d5;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
            background: #fff;
        }

            .pagination ul.page-numbers li a.page-numbers {
                width: 40px;
                height: 40px;
                line-height: 40px;
                font-size: 1rem;
            }

            .pagination ul.page-numbers li.current,
            .pagination ul.page-numbers li a:hover,
            .pagination ul.page-numbers li:focus {
                background: #ddefff;
                transition: 0.3s;
                font-weight: 700;
            }

        .pagination ul.page-numbers li .dots {
            font-size: 1.25rem;
            font-weight: 700;
            color: #d5d5d5;
        }

        .pagination ul.page-numbers li .current {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            font-size: 1rem;
            font-weight: 700;
            background: #ddefff;
            color: #152f4a;
            border: 1px solid #d5d5d5;
        }

        .pagination ul.page-numbers li a.page-last {
            display: inline-block;
            width: 95px;
            font-size: 1rem;
            padding: 0 8px;
            text-align: center;
        }

@media (max-width: 768px) {

    .pagination ul.page-numbers {
        height: 30px;
        column-gap: 4px;
    }

        .pagination ul.page-numbers li a.page-numbers {
            width: 30px;
            height: 30px;
            font-size: 0.875rem;
            border: none;
        }

        .pagination ul.page-numbers li a {
            padding: 0 5px;
            background: transparent;
            box-shadow: none;
        }

            .pagination ul.page-numbers li a:hover {
                opacity: 1;
            }

        .pagination ul.page-numbers li .current {
            font-size: 0.938rem;
        }

        .pagination ul.page-numbers li a.page-last {
            display: inline-block;
            width: 90px;
            font-size: 0.875rem;
        }
}
/* ------ ------ ------ ------


select 多頁 drown pagtion
------------------*/



.pagination_space {
    margin: 40px auto 15px auto;
    width: 100%;
    max-width: 100%;
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 0;
}

.pagination_space_row {
    flex-direction: row;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}






.pagination_r li {
    text-decoration: none;
    font-size: 0.938rem;
    font-weight: 600;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

    .pagination_r li a {
        text-decoration: none;
        display: block;
        width: 100%;
        height: 100%;
        color: #d2d2d2;
    }

        .pagination_r li a:hover,
        .pagination_r li a:focus {
            font-size: 1.1rem;
            transition: 0.3s;
            font-weight: 700;
            color: #152f4a;
        }

        .pagination_r li a.active {
            font-weight: 700;
            color: #152f4a;
            font-size: 1.1rem;
        }

/*----置中處理頁籤-------*/
/*-------更正編排法 20240528---*/
.pagination_center {
    max-width: 100%;
    width: 100%;
    margin: 10px auto 10px auto;
}

    .pagination_center ul {
        left: 0;
        padding: 0;
        margin: 0;
        list-style: none;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }


    .pagination_center li {
        text-decoration: none;
        font-size: 0.938rem;
        font-weight: 600;
        cursor: pointer;
        display: inline-block;
        text-align: center;
        cursor: pointer;
    }

.pagination_r li a {
    text-decoration: none;
    color: #555;
    cursor: pointer;
    display: block;
    width: 100%;
    height: 100%;
}


.pagination_center .form-select {
    margin: 10px 5px 0 3px;
}

.pagination_center .arrow {
    border-radius: 3px;
    display: block;
    width: 78px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0.6;
    margin: 0 5px 5px 5px;
    cursor: pointer;
    z-index: 1;
}

    .pagination_r .arrow:hover,
    .pagination_r .arrow:focus,
    .pagination_center .arrow:hover,
    .pagination_center .arrow:focus {
        -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
        -webkit-transform: scale(1.02);
        -moz-transform: scale(1.02);
        transform: scale(1.02);
    }

    .pagination_center .arrow img {
        width: 8px;
        max-width: 8px;
        height: 100%;
    }

.pagination_center .lastarrow img {
    width: 11px;
    max-width: 11px;
    height: 100%;
}


@media screen and (max-width:899px) {
    .pagination_space_row {
        flex-direction: column;
    }
}
