﻿@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

img {
    border: 0;
    text-decoration: none;
    color: #2C9496;
}

p,
ul,
ol {
    font-size: 15px;
}

body a {
    text-decoration: none;
    color: #333;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-decoration: none;
    font-family: "微軟正黑體", "新細明體", sans-serif, Helvetica, Arial;
    cursor: pointer;
    font-size: 15px;
}

    body a:hover {
        text-decoration: none;
    }

body {
    color: #333;
    line-height: 1.6em;
    font-family: "微軟正黑體", "新細明體", sans-serif, Helvetica, Arial;
    margin: 0;
    padding: 0;
    color: #333;
    font-size: 15px;
    overflow-x: hidden;
}

.header_top {
    background-image: url(../images/menu_bg.gif);
    background-repeat: repeat-x;
    width: 100%;
    background-position: bottom;
}

header {
    width: 1002px;
    margin: 0 auto;
    height: 76px;
}

#logo {
    float: left;
    margin-left: 0;
    margin-top: 12px;
}

    #logo img {
        border: none;
    }

    #logo a {
        text-decoration: none;
    }

.header_right {
    float: right;
}

.top_menu {
    text-align: right;
    overflow: hidden;
}

    .top_menu a {
        padding: 0 5px;
        font-size: 13px;
    }

nav {
}

    nav ul.menu {
        list-style-type: none;
        padding: 0;
        margin: 0;
        height: 76px;
    }

        nav ul.menu > li {
            float: left;
            position: relative;
        }

            nav ul.menu > li.menu-item > a,
            nav ul.menu > li.dropdown > a {
                display: block;
                color: #333;
                text-align: center;
                padding: 24px 13px;
                text-decoration: none;
            }

                nav ul.menu > li.menu-item > a:hover {
                    background: rgba(0, 0, 0, 0.15);
                }

        nav ul.menu li .dropdown-menu {
            display: none;
            position: absolute;
            top: 100%;
            left: 0;
            background: #fff;
            padding: 0;
            margin: 0;
            width: auto;
            z-index: 999;
            text-align: left;
            border-radius: 6px;
        }

        nav ul.menu li ul {
            list-style: none;
            list-style-type: none;
            margin: 0;
            padding: 0;
        }

        nav ul.menu li:hover .dropdown-menu {
            display: block;
        }

        nav ul.menu li ul li {
            width: 200px;
            display: block;
        }

            nav ul.menu li ul li a {
                display: block;
                padding: 8px 16px;
                color: #555;
                text-decoration: none;
            }

                nav ul.menu li ul li a:hover {
                    background-color: #dfdfdf;
                    color: #333;
                }

.menu-icon {
    padding: 0;
    margin: 0;
    margin-top: 14px;
    margin-left: 8px;
    position: relative;
}

    .menu-icon a {
        display: block;
        border-radius: 25px;
        width: 38px;
        height: 38px;
        background: #f4a69b;
        color: #fff;
        font-size: 18px;
        text-align: center;
        line-height: 38px;
    }

        .menu-icon a:hover {
            background: #e38d82;
        }

        .menu-icon a i {
            font-size: 18px;
        }

    /* 初始隱藏span標籤 */
    .menu-icon span {
        display: none;
        position: absolute;
        background-color: #5c5c5c;
        color: white;
        padding: 6px 10px;
        border-radius: 5px;
        white-space: nowrap;
        z-index: 10;
        opacity: 0;
        transition: opacity 0.3s;
        font-size: 14px;
        line-height: 1em;
        left: -1em;
    }

    /* 顯示span標籤 */
    .menu-icon:hover span {
        display: block;
        opacity: 1;
    }


/*banner*/
/*轮换大区域*/
.lunhuan {
    width: 100%;
    height: 295px;
    position: relative;
    background-color: #DBDBDB;
}

    .lunhuan #lunhuanback {
        width: 100%;
        height: 295px;
        position: absolute;
        left: 0px;
        top: 0px;
        overflow: hidden;
    }

        .lunhuan #lunhuanback p {
            width: 100%;
            height: 295px;
            position: absolute;
            left: 0px;
            top: 0px;
            opacity: 0;
            filter: alpha(opacity=0);
            background-repeat: no-repeat;
            background-position: 50% 0px;
        }

    .lunhuan .lunhuan_main {
        width: 1002px;
        height: 295px;
        margin: 0 auto;
        position: relative;
    }

/*左侧所有商品列表*/
.suoyouliebiao {
    width: 239px;
    position: absolute;
    left: 0px;
    top: 0px;
    border-left: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    z-index: 200;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}

/*轮换中间区域*/
.lunhuancenter {
    width: 1002px;
    height: 295px;
    position: absolute;
    left: 0px;
    top: 0px;
}

    .lunhuancenter .centergif {
        display: block;
        width: 1002px;
        height: 295px;
        position: absolute;
        left: 0px;
        top: 0px;
        z-index: 4;
    }

    .lunhuancenter b {
        position: absolute;
        left: 0px;
        top: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        z-index: 3;
        width: 1002px;
        height: 295px;
        display: block;
    }

/*圓點*/
#lunbonum {
    height: 14px;
    line-height: 23px;
    position: absolute;
    right: 5px;
    top: 275px;
    z-index: 5;
}

    #lunbonum li {
        width: 14px;
        height: 14px;
        float: left;
        margin-right: 9px;
        background: #fff;
        border-radius: 14px;
        cursor: pointer;
    }

    #lunbonum .lunboone {
        background: #FF8080;
        cursor: pointer;
    }

/*banner end*/
#main {
    width: 1002px;
    margin: 0 auto;
    background-color: #fff;
}

.footer {
    background-color: #E6E6E6;
    overflow: hidden;
    color: #333;
    font-size: 14px;
    width: 100%;
    text-align: center;
    padding: 15px 0;
    font-family: 'Microsoft JhengHei'
}

    .footer a, .footer p {
        color: #333;
        font-size: 14px;
    }

.left {
    width: 200px;
    float: left;
    overflow: hidden;
    margin: 10px 0 20px 15px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px #ccc solid;
    padding-bottom: 20px;
    padding-top: 10px;
}

    .left h2 {
        text-align: center;
    }

.left3 {
    width: 200px;
    float: left;
    overflow: hidden;
    margin: 10px 0 20px 15px;
    padding-bottom: 20px;
    padding-top: 10px;
}

.left4 {
    width: 260px;
    float: left;
    overflow: hidden;
    margin: 10px 0 20px 15px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px #ccc solid;
    padding: 10px;
}

.content4 {
    float: left;
    width: 670px;
    margin: 10px 0 20px 15px;
}





.left p {
    padding: 5px 20px;
}

.left .ul01 {
    margin: 0 20px 0 30px;
    list-style-image: url("../images/blogIcon19.gif");
}

    .left .ul01 li {
        padding: 3px 0 3px 0;
        line-height: 1.2em;
    }


.left ul {
    margin: 0 20px 0 30px;
    list-style-image: url("../images/blogIcon19.gif");
}

    .left ul li {
        padding: 3px 0 3px 0;
        line-height: 1.2em;
    }

/*首頁內容區*/
.content {
    float: left;
    width: 525px;
    margin: 20px 0 20px 30px;
}

.news_title {
    float: left;
}

.news_more {
    float: right;
}

.flo_left {
    float: left;
}

.hr01 {
    width: 100%;
    clear: both;
    overflow: hidden;
    border-bottom: 2px #ad1e2b solid;
}

.hr02 {
    width: 100%;
    clear: both;
    overflow: hidden;
    padding-top: 15px;
}

.hr12 {
    width: 100%;
    clear: both;
    overflow: hidden;
    border-bottom: 2px #52b5ce solid;
}

.row {
    clear: both;
    padding: 5px 0;
    border-bottom: 1px #ccc Dashed;
    overflow: hidden;
}

.news1 {
    width: 410px;
    float: left;
    padding-left: 5px;
    line-height: 1.5em;
}

.align-middle {
    vertical-align: middle;
}

.news2 {
    width: 100px;
    float: right;
    color: #1c5fa4;
    text-align: right;
}

    .news2 a {
        color: #1c5fa4;
    }

.index_text p {
    padding: 0 20px;
}

.index_img,
.index_img3 {
    float: left;
    margin: 2px 7px 5px 1px;
}

.index_img3 {
    float: left;
    margin: 2px 0 5px 1px;
}


.table01 tr td {
    padding: 4px;
}

    .table01 tr td a {
        line-height: 1.5em;
    }

/*右側區*/
.right {
    width: 182px;
    float: left;
    overflow: hidden;
    margin-left: 30px;
    margin-top: 10px;
}

.mig1 {
    display: block;
    text-align: center;
}

    .mig1 img {
        padding: 5px;
        border: 1px #CCCCCC solid;
        background-color: #fff;
    }

.mig2 {
    margin: 10px 0 0 5px;
}

    .mig2 img {
        padding: 3px;
    }

.left_menu_ul {
    margin: 5px 20px 10px 0;
    list-style-image: url("../images/blogIcon20.gif");
    line-height: 1em;
    padding: 0 0 0 10px;
}

    .left_menu_ul li {
        font-size: 15px;
        line-height: 1em;
        padding: 0.4em 0 !important;
        border-bottom: 1px #ccc Dashed !important;
        margin: 0 !important;
    }

        .left_menu_ul li:last-child {
            border: none !important;
        }

.content2 {
    float: left;
    width: 740px;
    margin: 10px 0 20px 25px;
}

.content3 {
    clear: both;
    width: 890px;
    margin: 0px auto;
}

/*fck 2024/11/25----------------------------------------*/
.fck {
    line-height: 1.6em;
    margin: 20px 20px;
    color: #000000;
}

    .fck ol,
    .fck ul {
        margin: 0.7em 0 0.7em 2em;
        color: #000000;
    }

        .fck ol li {
            list-style-type: decimal !important;
            color: #000000;
        }

        .fck ul li {
            list-style-type: circle !important;
            color: #000000;
        }

        .fck ol li ol li {
            list-style-type: decimal-leading-zero !important;
            color: #000000;
        }

        .fck ul li ul li {
            list-style-type: disc !important;
            color: #000000;
        }

    .fck img {
        max-width: 100%;
    }

    .fck p {
        margin: 0.7em 0;
        color: #000000;
    }

    .fck h1 {
        font-size: 22px;
        color: #DB6060;
        font-weight: bold;
    }

    .fck h2 {
        font-size: 16px;
        font-weight: bold;
        color: #225FA2;
    }

    .fck h3 {
        font-size: 15px;
        font-weight: bold;
    }

    .fck table {
        width: 100%;
        border-collapse: collapse;
        border-right: 1px #999999 solid;
        border-top: 1px #999999 solid;
        margin: 10px auto;
        color: #000000;
    }


        .fck table th {
            background-color: #ffbdb4;
            color: #000000;
            border-left: 1px #999999 solid;
            border-bottom: 1px #999999 solid;
            padding: 3px;
        }

        .fck table td {
            color: #000000;
            padding: 5px 3px;
            border-left: 1px #999999 solid;
            border-bottom: 1px #999999 solid;
            background-color: #FFF;
            text-align: center;
            line-height: 1.2em;
        }

        .fck table a {
            color: #4E762C;
            /*綠字*/
            text-decoration: none;
        }

            .fck table a:hover {
                color: #000000;
                /*綠字*/
                text-decoration: none;
            }

        .fck table .td_left {
            text-align: left !important;
        }

        .fck table .td_right {
            text-align: right !important;
        }


        .fck table tr td table tr td {
            background: none;
            text-align: center;
            border: none;
        }

.page_title {
    font-size: 20px;
    font-weight: 600;
    line-height: 2em;
}
/*fck end*/





.dr_content {
    background-image: url("../images/bg02_03.jpg");
    width: 683px;
    overflow: hidden;
    background-repeat: repeat-y;
    margin: 10px 0 10px 23px;
}

    .dr_content h2 {
        color: #1f63b1;
        font-size: 16px;
    }

.dr_img {
    float: left;
    width: 160px;
    margin-left: 35px;
}

    .dr_img img {
        width: 100%;
    }

.dr_text {
    float: left;
    width: 420px;
    margin-left: 25px;
}

/*------*/
.calendar_month {
    color: #FFFFFF;
    font-family: Arial;
    font-size: 13px;
    padding: 5px 3px;
    background-color: #7ecbd5;
}

.calendar_month2 {
    color: #FFFFFF;
    font-family: Arial;
    font-weight: bold;
    font-size: 16px;
    line-height: 26px;
    background-image: url(images/back-1.jpg);
    background-color: #0099cc;
}

.calendar_week {
    color: #333;
    font-size: 13px;
    padding: 4px 3px;
    background-color: #BDE3EE;
}

.calendar_td {
    color: #333;
    font-size: 13px;
    padding: 4px 3px;
    background-color: #f5f5f5;
}

.calendar_today {
    color: #FF3333;
    font-weight: bold;
    font-size: 13px;
    padding: 4px 3px;
    background-color: #ffffff;
}

.calendar_msg {
    color: #1551b5;
    font-size: 13px;
    line-height: 17px;
}

a.calendar_a {
    color: #CC3300;
    font-size: 13px;
    text-decoration: underline;
}

a:hover.calendar_a {
    color: #FF6600;
    font-size: 13px;
    text-decoration: underline;
}

input.input01 {
    font-size: 12px;
    height: 13px;
}

.btn01 {
    border: #7b9ebd 1px solid;
    font-size: 12px;
    padding-top: 2px;
    padding-left: 2px;
    padding-right: 2px;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#cecfde);
}

/*意見箱*/
.board_row {
    clear: both;
    padding: 10px 0;
}

    .board_row img {
        vertical-align: middle;
        padding: 0 5px;
        border: none !important;
    }

.board_title {
    float: left;
    width: 200px;
    text-align: right;
}

.board_text {
    float: left;
    width: 500px;
}

.mws-login-check {
    width: 135px;
    padding: 8px 10px;
}

.board_row textarea,
.board_row input {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px #ccc solid;
    padding: 4px;
}

.board_button {
    /*96c742*/
    width: 100px;
    border: 0;
    outline: none;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    /* CSS 3 */

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    /**/
    background-color: #81b32a;
    color: #ffffff;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #96c742), color-stop(100%, #81b32a));
    background-image: -webkit-linear-gradient(#96c742, #81b32a);
    background-image: -moz-linear-gradient(#96c742, #81b32a);
    background-image: -o-linear-gradient(#96c742, #81b32a);
    background-image: linear-gradient(#96c742, #81b32a);
}

    .board_button:hover {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2) !important;
        -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2) !important;
        -o-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2) !important;
        -khtml-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2) !important;
        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2) !important;
    }

    .board_button:active {
        /* CSS 3 */

        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2) !important;
        -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2) !important;
        -o-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2) !important;
        -khtml-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2) !important;
        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2) !important;
    }

    .board_button:disabled {
        background-color: #e0e0e0;
        color: #aaaaaa;
        cursor: auto;
        text-shadow: none;
        border: 1px solid #a0a0a0;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        -o-box-shadow: none !important;
        box-shadow: none !important;
    }

.board_msg {
    text-align: center;
    clear: both;
    width: 500px;
    margin: 120px auto 0 auto;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px #ccc solid;
    padding: 30px 0;
}

.msg {
    color: #ff1438;
}

.frame01 {
    border: 1px #CCCCCC solid;
    background-color: #f1f1f1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 8px 15px;
}

    .frame01 a {
        color: #EF4B4B;
    }

.badge {
    border: 1px solid #f2c3c1;
    display: inline-block;
    padding: .2rem .5rem;
    font-size: 75%;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .badge {
        transition: none
    }
}

a.badge:focus,
a.badge:hover {
    text-decoration: none
}

.badge:empty {
    display: none
}


.badge-light-danger {
    color: #18113c;
    background-color: #fad9d8
}

a.badge-light-danger:focus,
a.badge-light-danger:hover {
    color: #18113c;
    background-color: #f4adab
}

a.badge-light-danger.focus,
a.badge-light-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(250, 217, 216, .5)
}

.text-danger {
    color: #e53f3c !important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #bc1c19 !important
}

.mr-2 {
    margin-right: .5rem !important
}
