/* Minification failed. Returning unminified contents.
(1235,38): run-time error CSS1034: 
(1235,38): run-time error CSS1042: Expected function, found ','
(1235,42): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(4342,1): run-time error CSS1019: Unexpected token, found '}'
(6132,38): run-time error CSS1034: 
(6132,38): run-time error CSS1042: Expected function, found ','
(6132,42): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(6448,46): run-time error CSS1034: 
(6448,46): run-time error CSS1042: Expected function, found ','
(6448,48): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(6499,42): run-time error CSS1034: 
(6499,42): run-time error CSS1042: Expected function, found ','
(6499,46): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(7435,36): run-time error CSS1034: 
(7435,36): run-time error CSS1042: Expected function, found ','
(7435,40): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(7536,36): run-time error CSS1034: 
(7536,36): run-time error CSS1042: Expected function, found ','
(7536,38): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(8381,1): run-time error CSS1019: Unexpected token, found '}'
(8501,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(8502,9): run-time error CSS1035: Expected colon, found '{'
(9921,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(9922,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(11276,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(11278,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(11284,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(11286,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(11348,37): run-time error CSS1034: 
(11348,37): run-time error CSS1042: Expected function, found ','
(11348,41): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(12377,35): run-time error CSS1034: 
(12377,35): run-time error CSS1042: Expected function, found ','
(12377,39): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(13509,42): run-time error CSS1034: 
(13509,42): run-time error CSS1042: Expected function, found ','
(13509,46): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(13671,36): run-time error CSS1034: 
(13671,36): run-time error CSS1042: Expected function, found ','
(13671,41): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(14204,4): run-time error CSS1019: Unexpected token, found '}'
(14516,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(14517,8): run-time error CSS1035: Expected colon, found '{'
(14534,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(14535,8): run-time error CSS1035: Expected colon, found '{'
(14557,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(14558,8): run-time error CSS1035: Expected colon, found '{'
: run-time error CSS1066: Unexpected end of file encountered
 */
@charset 'utf-8';
/* CSS Document */

body {
    margin: 0;
    position: relative;
}

    body img{
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
    }

.outerWrap {
    position: relative;
    height: 100%;
    max-width: 100%;
}


.ENheader {
    display: block;
    position: relative;
    max-width: 100%;
    width: 100%;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    -webkit-box-shadow: 0 0.125em 0.625em RGBA(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0.125em 0.625em RGBA(0, 0, 0, 0.3);
    box-shadow: 0 0.125em 0.625em RGBA(0, 0, 0, 0.3);
    box-sizing: border-box;
}
    /*---------------

logo
-------------*/
    .ENheader h1 {
        position: relative;
        display: block;
        cursor: pointer;
        left: 0;
        top: 5px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 21em;
        text-align: center;
        float: left;
        padding-top: 0;
        z-index: 11;
    }

        .ENheader h1 a {
            display: inline-block;
            width: 100%;
            height: 85px;
            background: url(/images/logo.png) no-repeat;
            background-size: contain;
            text-indent: -9999px;
        }


.nav_main .logo img {
    max-width: 100%;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.header.active .headerWapper .logo img {
    max-width: 100%;
}
/*------------------
topmenu
----------------------*/


.top_link {
    text-align: right;
    position: absolute;
    right: 15px;
    top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

    .top_link ul {
        list-style: none;
        list-style-type: none;
        left: 0;
        padding: 0;
        margin: 0;
    }

.ENheader .top_link:after {
    content: '';
    clear: both;
    display: block;
}

/*------------
top menu txt
-----------*/

.top_link ul.tl li {
    display: inline-block;
    padding: 0px 7px 0px 15px;
    vertical-align: top;
}

    /*--social--*/
    .top_link ul.tl li > span {
        display: inline-block;
    }


.topfb {
    cursor: pointer;
    text-indent: -9999px;
    text-align: center;
    margin: 0;
    background-image: url(/images/icon/ph_fb.png);
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    background-size: contain;
    background-position: 0;
    margin: 3px auto 0 auto;
    display: inline-block;
}

.topig {
    cursor: pointer;
    text-indent: -9999px;
    text-align: center;
    margin: 0;
    background-image: url(/images/icon/ph_ig.png);
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    background-size: contain;
    background-position: 0;
    margin: 3px auto 0 auto;
    display: inline-block;
}


.topyoutube {
    cursor: pointer;
    text-indent: -9999px;
    text-align: center;
    margin: 0;
    background-image: url(/images/icon/ph_youtube.png);
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    background-size: contain;
    background-position: 0;
    display: inline-block;
    margin: 3px auto 0 auto;
}

/*--bar--*/
.top_link ul.tl li:before {
    content: "";
    position: relative;
    right: 14px;
    top: 1px;
    height: 9px;
    border-right: 1px solid #595757;
}

.top_link ul.tl li:first-child:before {
    border-right: none;
}

.top_link ul.tl li a {
    color: #595757;
    font-size: 0.875em;
    line-height: 34px;
    text-align: center;
}

    .top_link ul.tl li a:hover {
        color: #973333;
    }

.YoutubeIconClass {
    width: 25px;
    height: 23px;
    position: sticky;
    top: 13px;
}



/*----------------------------
   top menu lang
-------------------------------*/

.top_link ul.tl li.lang span {
    padding: 0px 4px;
}

.top_link ul.tl li.lang {
    padding-top: 2px;
}

    .top_link ul.tl li.lang div {
        cursor: pointer;
        position: relative;
        width: 80px;
        height: 35px;
        padding-right: 15px;
        overflow: hidden;
        box-sizing: border-box;
        z-index: 2;
    }

        .top_link ul.tl li.lang div:before {
            content: "";
            position: absolute;
            right: 1px;
            top: 12px;
            display: block;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 6px 5px 0 5px;
            border-color: #3e3a39 transparent transparent transparent;
        }

        .top_link ul.tl li.lang div a {
            display: inline-block;
            text-align: right;
            line-height: 30px;
            border: 1px solid transparent;
            box-sizing: border-box;
            padding: 0px 15px 2px 0;
        }

        .top_link ul.tl li.lang div .hide {
            position: absolute;
            right: 15px;
            top: 25px;
            width: 65px;
        }

        .top_link ul.tl li.lang div:hover {
            overflow: visible;
        }

            .top_link ul.tl li.lang div:hover a {
                border-color: #aeaeae;
                background: #FFF;
                color: #000;
            }

                .top_link ul.tl li.lang div:hover a:hover {
                    background: #973333;
                    color: #FFF;
                }


/*--20201102更正----*/

.topLine {
    position: relative;
}

    .topLine:before {
        content: "";
        display: none;
    }

/*-----------------------------

pclang

---------------------------*/

.pclanguageBox {
    margin: auto;
    padding: 0;
    background: #fff;
    cursor: pointer;
    position: relative;
    width: 80px;
    height: 35px;
    right: 20px;
    box-sizing: border-box;
    display: inline-block !important;
    z-index: 12;
}




    .pclanguageBox .pcdropDown > a {
        width: 80px;
        height: 28px;
        line-height: 28px;
        -ms-flex-align: center;
        align-items: center;
        box-sizing: border-box;
        cursor: pointer;
        color: #4d4d4d;
        display: inline-block;
        font-size: 0.8em;
        font-weight: 500;
        position: relative;
        text-align: center;
    }

    .pclanguageBox .pcdropDown {
        box-sizing: border-box;
        transition: all 0.4s;
        padding: 0 !important;
    }

.pcdropDown > a:before {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    background: url("/images/icon/earthlang.svg") center no-repeat;
    background-size: 100%;
    top: 10px;
    left: -15px;
}

.pclanguageBox .pcdropDown > a:after {
    content: "";
    width: 15px;
    height: 15px;
    border-style: solid;
    border-top: 5px solid black;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    top: 12px;
    right: -3px;
    position: relative;
}

.pclanguageBox ul {
    list-style: none;
    list-style-type: none;
    left: 0;
    top: 100%;
    padding: 0;
    margin: 0;
    margin-top: 1px;
    position: absolute;
    height: auto;
    max-width: 100% !important;
    width: 100% !important;
    border-top: none;
    box-sizing: border-box;
    display: block !important;
    border: #ddd solid 1px;
    background: #E9E9E9 !important;
}

.pclanguageBox-menu li {
    background-color: #fff;
    border-bottom: #ddd solid 1px;
    max-width: 100%;
    width: 100%;
    height: 28px;
    padding: 0px 0px !important;
    display: block !important;
}

.languageBox-menu li + li {
    border-bottom: none;
}

.pclanguageBox-menu li a {
    line-height: 1.8 !important;
    font-size: 0.938em;
    width: 100%;
    display: block !important;
    position: relative;
    top: 0px;
    opacity: 1;
    text-align: center;
    list-style: none;
    cursor: pointer;
    transform-origin: 10% 50%;
    -ms-transform-origin: 10% 50%;
    -webkit-transform-origin: 10% 50%;
    -o-transform-origin: 10% 50%;
    -moz-transform-origin: 10% 50%;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    display: block !important;
    padding: 3px 0 !important;
}

@media screen and (max-width:414px) {

    .languageBox {
        width: 80px;
    }

        .languageBox .dropDown > a {
            width: 80px;
            font-size: 0.8em;
            padding: 0 5px !important;
        }
}

/*---------

pcmenu
-----------------*/
.headerWapper {
    width: 95%;
    max-width: 1440px;
    margin: 0px auto;
    padding-bottom: 1px;
    position: relative;
}

    .headerWapper:after {
        content: '';
        display: block;
        width: 0px;
        height: 0px;
        clear: both;
    }


    /*------------------
 menu 主選單

------------------*/
    .headerWapper .navigation_right {
        float: right;
        margin: 0;
        padding: 0 10px 0 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .headerWapper .navigation {
        margin-top: 0px;
        margin-left: 20px;
        transition: all .3s;
        -webkit-transition: all .3s;
        display: inline-block;
        vertical-align: top;
        text-align: left;
    }

    .headerWapper ul.navigation > li {
        display: inline-block;
        position: relative;
        padding: 0px 40px;
        transition: all .3s;
        -webkit-transition: all .3s;
    }

        .headerWapper ul.navigation > li > a {
            color: #3e3a39;
            font-weight: bold;
            font-size: 1.25em;
            display: block;
            border-radius: 5px 5px 0px 0px;
            padding: 2px 5px 9px 5px;
        }

        .headerWapper ul.navigation > li.active > a .headerWapper ul.navigation > li > a:hover {
            color: #fff;
            background: #568636;
        }

        .headerWapper ul.navigation > li > ul {
            display: block;
            width: 100%;
            min-width: 100%;
            z-index: 2;
            padding: 10px 3px;
            position: absolute;
            background: #fff;
            top: 100%;
            left: 0px;
        }

            .headerWapper ul.navigation > li > ul > li > a {
                display: block;
                position: relative;
                line-height: 34px;
                box-sizing: border-box;
                padding-left: 10px;
                color: #3e3a39;
                font-size: 1.25em;
                white-space: nowrap;
            }

            .headerWapper ul.navigation > li > ul > li:hover > a .headerWapper ul.navigation > li > ul > li.active > a {
                background-color: #568636;
                color: #fff;
            }



/*---------------------------------

pcmenu
------------------------------*/



/* ------- wrapper ------- */
.headerInner {
    margin: 35px 15px 0 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    z-index: 10;
}

    .headerInner:after {
        content: '';
        display: block;
        clear: both;
    }
/* ------- ENGLISH MENU nav ------- */
.ENHeadnav {
    margin: 10px 60px 10px 30px;
    transition: all .3s;
    -webkit-transition: all .3s;
    display: block;
    vertical-align: top;
    text-align: center;
    list-style: none;
    list-style-type: none;
    padding: 0;
}

    .ENHeadnav ul {
        list-style: none;
        list-style-type: none;
        left: 0;
        padding: 0;
        margin: 0;
        text-align: center;
    }

    .ENHeadnav li {
        list-style: none;
        list-style-type: none;
    }

    .ENHeadnav > ul > li {
        position: relative;
        float: left;
        margin: 0 1px;
        height: 100% !important;
        min-height: 100% !important;
        padding: 5px 20px;
    }

    .ENHeadnav ul li a {
        font-family: Helvetica,"Microsoft JhengHei",微軟正黑體,"Hiragino Sans GB",Arial,sans-serif;
        /*height:55px;
	line-height: 55px;*/
        font-weight: 600;
        /*text-transform: uppercase;*/
        letter-spacing: 1px;
        text-align: center;
        font-weight: bold;
        font-size: 1.2em;
        display: inline-block;
        position: relative;
        text-decoration: none;
        color: #222;
        outline: 0;
        padding: 5px;
    }

        .ENHeadnav ul li a:hover {
            color: #8e7c53;
        }


        .ENHeadnav ul li a :focus {
            color: #8e7c53;
        }





/*---------------
sub-nav
----------------- */
ul.ENsubs {
    z-index: 10;
    list-style-type: none;
    list-style: none;
    position: absolute;
    text-align: center;
    box-sizing: border-box;
    background: rgba(255, 255,255, 0.88) !important;
    border: 1px solid #e9e9e9;
    text-align: center;
    padding: 10px 0;
    height: auto;
    text-align: justify;
    font-size: 100%;
    min-width: 180px;
    text-transform: capitalize;
    top: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    left: 0;
}


.ENsubs-last {
    left: -35px;
}



ul.ENsubs li {
    position: relative;
    list-style: none;
    list-style-type: none;
    position: relative;
    list-style: none;
    cursor: pointer;
    list-style: none;
    border-bottom: #dedede solid 0.063em;
    word-break: normal;
    float: none;
    margin: 0;
    letter-spacing: 0;
    transition: .2s;
    padding: 0;
    display: block;
    margin: 0;
    vertical-align: top;
    text-transform: capitalize !important;
}

    ul.ENsubs li a {
        white-space: normal;
        text-decoration: none;
        position: relative;
        font-size: 0.938em;
        text-align: center;
        height: auto;
        line-height: 30px;
        cursor: pointer;
        padding: 8px 5px;
        display: block;
        border-bottom: #ddd soild 1px !important;
        clear: both;
        text-transform: capitalize !important;
    }


        ul.ENsubs li a:hover {
            background: rgba(142,124,83, 0.7);
            color: #FFF;
            text-decoration: none;
            height: 100%;
        }

.ENHeadnav ul li > .ENsubs li a::after {
    background-color: transparent !important;
}

@media screen and (max-width:1440px) {

    .headerWapper {
        width: 100%;
        max-width: 100%;
        display: block;
    }

    .ENheader {
        padding: 0 10px;
    }

    .headerWapper .navigation_right {
        padding: 0px 0px 0px 0px;
        width: 75%;
        max-width: 75%;
        margin-left: -28px;
    }




    ul.ENsubs li a {
        font-size: 0.938em;
        padding: 8px 2px;
        letter-spacing: 0px;
        font-size: 0.938em;
    }
}




@media screen and (max-width:1366px) {


    .headerWapper .navigation_right {
        width: 74%;
        max-width: 74%;
    }


    .headerInner {
        margin: 30px 0px 0px 0px;
    }

    .ENHeadnav ul li a {
        font-size: 1.05em;
    }

    ul.ENsubs li a {
        font-size: 0.938em;
    }

    ul.ENsubs {
        left: -15px;
    }
}


@media screen and (max-width:1280px) {

    .ENheader {
        padding-right: 0px;
    }

        .ENheader h1 {
            width: 19.75em;
            top: 20px;
        }

        .ENheader .top_link {
            right: 10px;
        }

    .headerInner {
        max-width: 100%;
        margin: 35px 0 0;
    }



    .ENHeadnav > ul > li {
        padding: 5px 15px;
    }



    .headerWapper .navigation_right {
        float: left;
        width: 73%;
        max-width: 73%;
        margin-left: -30px;
    }


    /*--子選單---*/
    ul.ENsubs li a {
        font-size: 0.938em;
    }
}

@media screen and (max-width:1152px) {
    .ENheader h1 a {
        display: inline-block;
        width: 100%;
        height: 60px;
        background: url(/images/logo.png) no-repeat;
        background-size: contain;
        text-indent: -9999px;
    }

    .headerWapper .navigation_right {
        margin-left: -25px;
    }


    .ENheader h1 {
        top: 20px;
        width: 18.3em;
    }



    .ENHeadnav {
        margin: 30px 40px 10px auto;
    }

        .ENHeadnav > ul > li {
            padding: 0;
            margin: 0 auto;
        }

        .ENHeadnav ul li a {
            font-size: 1em;
            padding: 0 20px;
            letter-spacing: 0;
        }

    ul.ENsubs li a {
        font-size: 0.875em;
        padding: 8px 5px;
        letter-spacing: 1px;
    }

    .ENsubs-last {
        left: -40px !important;
    }
}



@media screen and (max-width:1024px) {
    /*---topmenu----*/
    .top_link {
        display: none;
    }


    .ENheader {
        padding-right: 0px;
        padding-left: 0px;
    }


        /*---logo----*/
        .ENheader h1 {
            left: 15px;
            width: 280px;
            top: -17px;
            padding-top: 0;
            /* height: 60px; */
        }

    .headerInner {
        max-width: 100%;
        width: 100%;
        float: none;
        padding-left: 0;
        margin-left: auto;
        left: 0;
        flex-direction: row;
        margin: 0 auto;
        flex-direction: row;
        text-align: center;
        display: block;
        align-items: center;
    }

    /*--right---*/

    .headerWapper .navigation_right {
        position: relative;
        clear: both;
        max-width: 100%;
        width: 100%;
        float: none;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        left: 0;
        display: table;
        overflow: hidden;
    }

    .ENHeadnav {
        flex-direction: row;
        margin: 10px auto 10px auto;
        padding-left: 0;
        flex-direction: row;
        text-align: center;
        width: 100%;
        max-width: 100%;
        display: block;
        align-items: center;
        height: 100%;
    }

        .ENHeadnav > ul {
            min-height: 100%;
            list-style: none;
            list-style-type: none;
            width: 100%;
            padding: 0;
            margin: 0;
            left: 0;
            top: 0;
            text-align: center;
            display: flex;
        }

            .ENHeadnav > ul > li {
                padding: 5px 10px;
                margin: 0 auto;
            }


        /*---英文不限選單的高度---*/
        .ENHeadnav ul li a {
            letter-spacing: 0px;
            font-size: 1.0em;
            /* height: 35px;
    line-height:35px;*/
            padding: 0px 10px;
        }


    ul.ENsubs li a {
        font-size: 0.875em;
        padding: 5px 5px;
        letter-spacing: 0;
    }


    .ENsubs-last {
        left: -58px !important;
    }
}



@media screen and (max-width:945px) {
    .ENHeadnav ul li a {
        font-size: 1.0em;
    }

    ul.ENsubs li a {
        font-size: 0.875em;
    }
}



/*---------------
pad top MEUN
------------*/

.pad-topNavArea {
    display: none;
}

@media screen and (max-width:1024px) {
    .pad-topNavArea {
        display: block;
        padding: 10px 8px;
    }


        .pad-topNavArea .top_link {
            display: flex;
            z-index: 2;
        }
}



@media screen and (max-width:897px) {
    .pad-topNavArea {
        display: none;
    }

    .headerWapper .navigation_right {
        display: none;
    }
}

.drawer {
    display: none;
}

/*----------------------------------
       Hamburger+mobile menu
 ------------------------------*/

@media screen and (max-width:897px) {
    .drawer {
        display: block;
    }





    .headerWapper {
        width: 100%;
        max-width: 100%;
        display: block;
        height: 100px;
    }

    .logo {
        display: inline-block;
        width: 100%;
        margin: auto;
        text-align: center;
    }

    .ENheader {
        height: 145px;
    }

        .ENheader h1 {
            left: inherit;
            top: 60px;
            padding-top: 5px;
            position: relative;
            margin: auto;
            text-align: center;
            padding-left: 15px;
            padding-right: 15px;
            width: 100%;
            max-width: 100%;
        }

            .ENheader h1 a {
                margin: auto;
                text-align: center;
                background-position: center;
                height: 79px;
            }
}


/*----------------------------------
       footer siteNativ
 ------------------------------*/

.siteNav-Wrap {
    margin-top: 0px;
    display: block;
    position: relative;
    z-index: 1;
}

.siteNav-dropdownBtn-open {
    height: auto;
    background: #f0ebe4;
}

.siteNav-dropdownBtnBox {
    height: auto;
    position: relative;
    margin: 0;
    padding: 0;
    background: #f9dc86;
}

.siteNav-dropdownBtn {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    width: 140px;
    margin: 0 auto;
    padding: 5px 10px 15px 10px;
    color: white;
    background-color: rgb(182, 73, 65);
    border-radius: 4px;
    font-size: 0.938em;
}



    .siteNav-dropdownBtn:hover {
        background: #a18c5e;
    }



    .siteNav-dropdownBtn:before {
        bottom: 7px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        content: "";
        display: inline-block;
        width: 6px;
        height: 6px;
        border-left: 2px solid #fff;
        border-bottom: 2px solid #fff;
        opacity: 0.75;
        position: absolute;
        text-align: center;
        left: 45%;
        right: 45%;
    }



/*------
導航內文
--------------*/
.siteNavArea {
    margin-top: 0px;
    display: block;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    background-color: #252f2f;
    background-repeat: no-repeat;
}


    .siteNavArea:after {
        content: "";
        height: 40px;
        display: block;
        width: 100%;
        overflow: hidden;
        background-position: center;
        background-size: contain;
        background-image: url("/images/Bgphoto/site-navbar.png");
        background-repeat: repeat-x;
    }

.site-navBox {
    display: flex;
    padding: 15px 0;
    margin-top: 30px;
}

.site-nav-item {
    width: calc(99.9% / 6);
    padding: 0 10px;
}

.site-nav-itemTit a {
    display: block;
    padding: 10px 0;
    margin-bottom: 10px;
    font-size: 1em;
    text-align: left;
    color: #b64941;
    border-bottom: 1px solid #b64941;
}

.siteNav-list li a:hover {
    color: #feefc3;
    text-decoration: underline;
}


.siteNav-list {
    list-style: none;
    padding: 0;
    margin: 0;
}


    .siteNav-list a {
        display: block;
        padding-bottom: 1em;
        color: #b8b8bf;
        font-size: 0.875em;
        line-height: 1.4;
        word-wrap: break-word;
    }







@media screen and (max-width:897px) {
    .siteNavArea {
        display: none;
    }

    .siteNav-dropdownBtnBox {
        display: none;
    }
}


/*----------------------------------
      sticky
 ------------------------------*/


.stickyJs {
    position: fixed;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-transition: all 0.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
    background-color: rgb(255,255,255,0.8);
    background-color: rgba(255,255,255, 0.8);
    right: 0;
    max-width: 100%;
    width: 100%;
    top: 50px;
}

    .stickyJs.visible {
        top: 0;
    }

    .stickyJs:hover {
        opacity: 1;
    }

    .stickyJs .headerInner {
        margin: 35px 15px 0 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

        .stickyJs .headerInner:after {
            content: '';
            display: block;
            clear: both;
        }



@media screen and (max-width:1024px) {
    .stickyJs > .headerInner {
        max-width: 100%;
        width: 100%;
        float: none;
        padding-left: 0;
        margin-left: auto;
        left: 0;
        flex-direction: row;
        margin: 0 auto;
        flex-direction: row;
        text-align: center;
        display: block;
        align-items: center;
    }


    .stickyJs {
        top: 90px;
    }
}


/*----------------------------------
      copyright
 ------------------------------*/




footer {
    display: table;
    z-index: 1;
    background: #f8f5ef;
    color: #111;
    padding: 30px 0 30px 0;
    float: left;
    font-family: "Montserrat",sans-serif;
    overflow: hidden;
    max-width: 100%;
    width: 100%;
    min-height: auto;
    position: relative;
    margin: 0 auto;
    /*margin-top: 120px;*/
}


.footerDis {
    margin-top: 120px;
}

.footerBlock01 {
    padding-left: 15px;
    padding-right: 10px;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    position: relative;
}

.footerBlock02 {
    padding-left: 10px;
    padding-right: 10px;
    -ms-flex: 0 0 43%;
    flex: 0 0 43%;
    max-width: 43%;
    position: relative;
}

.footerBlock03 {
    padding-left: 10px;
    padding-right: 10px;
    -ms-flex: 0 0 11%;
    flex: 0 0 11%;
    max-width: 11%;
    position: relative;
}


/*---pager LEFT---------------------*/
.pagerfooterInfoBlock {
    -ms-flex: 0 0 77%;
    flex: 0 0 77%;
    max-width: 77%;
    position: relative;
    margin-bottom: 20px;
    top: 15px;
    text-align: center;
}

/*---pager Right---------------------*/
.pagerfooterBlockQrcode {
    -ms-flex: 0 0 80%;
    flex: 0 0 20%;
    max-width: 20%;
    position: absolute;
    margin-bottom: 20px;
    top: 35px;
    right: 10px;
    text-align: center;
}



/*---1---------------------------*/
.footer_info {
    font-size: 0.875em;
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-style: normal !important;
}



.footer_link {
    margin: 0;
    padding: 0;
    list-style: none;
    clear: both;
    zoom: 1;
}


    .footer_link span {
        padding-right: 5px;
    }


    .footer_link li {
        line-height: 1.8;
        display: block;
        margin: 8px auto 0 auto;
        position: relative;
        text-align: left;
    }

        .footer_link li a {
            color: #111;
        }

            .footer_link li a:hover {
                color: #a18c5e;
                text-decoration: underline;
            }



/*---營業時間---*/

.ft-timeBlock {
    position: relative;
    display: inline-block;
    content: "";
    cursor: pointer;
    top: 5px;
}



.ft-timeBtn {
    float: right;
    display: block;
    background-color: #FFFFFF;
    width: 25px;
    height: 25px;
    font-size: 0;
    box-sizing: border-box;
    border: #ccc solid 1px;
}

    .ft-timeBtn:hover {
        background-color: #e1dccc;
    }

    .ft-timeBtn i {
        position: relative;
        display: block;
        float: left;
        width: 17px;
        height: 17px;
        vertical-align: top;
        margin: 3px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        color: transparent;
        font-size: 0;
    }

        .ft-timeBtn i:before {
            content: "";
            position: absolute;
            display: block;
            width: 17px;
            height: 2px;
            top: 0px;
            right: 0px;
            margin: 7px 0 0 0;
            background-color: #666666;
        }

        .ft-timeBtn i::after {
            content: "";
            position: absolute;
            display: block;
            width: 2px;
            height: 17px;
            top: 0px;
            right: 0px;
            margin: 0 7px 0 0;
            background-color: #666666;
        }

    .ft-timeBtn:hover i, .ft-timeBtn:focus i {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
/*---2---------------------------*/





.map_area {
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
    max-width: 100%;
    width: 100%;
    flex: 0 0 100%;
    margin-top: 20px;
}

.map {
    vertical-align: middle;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    max-width: 100%;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}



/*---3---------------------------*/
.tool_area {
    display: block;
    justify-content: center;
    align-items: center;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%;
}

/*---qrcode---*/
.tool_col01 {
    position: relative;
    max-width: 100%;
    flex: 0 0 100%;
    display: block;
    text-align: center;
    margin: 0px auto 15px auto;
}

.tool_area .tool_col01 img {
    display: block;
    position: relative;
    vertical-align: middle;
    max-width: 110px;
    width: 110px;
    height: auto;
    border: none;
    margin: auto;
    text-align: center;
}

.tool_area .tool_col01 a {
    display: block;
}

/*---2aa---*/
.tool_col02 {
    position: relative;
    max-width: 100%;
    flex: 0 0 100%;
    display: block;
    margin: auto;
    text-align: center;
}

.tool_area .tool_col02 span {
    display: inline-block;
    vertical-align: top;
}

    .tool_area .tool_col02 span + span {
        margin-top: 7px;
        display: inline-block;
    }

    .tool_area .tool_col02 span img {
        display: block;
        position: relative;
        vertical-align: middle;
        max-width: 100%;
        width: 100%;
        height: auto;
        border: none;
        margin: auto;
        text-align: center;
    }

@media screen and (max-width:1200px) {



    .footerBlock01 {
        -ms-flex: 0 0 77%;
        flex: 0 0 77%;
        max-width: 77%;
        margin-bottom: 20px;
    }



    /*--2-------*/
    .footerBlock02 {
        padding-left: 0px;
        padding-right: 0px;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        position: relative;
        height: 250px;
        bottom: 0;
    }



    /*--3-------*/
    .footerBlock03 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        position: absolute;
        margin-bottom: 20px;
        top: 15px;
        right: 10px;
        text-align: center;
    }

    .tool_area {
        padding: 0;
    }
}

@media screen and (max-width:800px) {

    footer {
        padding: 30px 0 20px 0;
    }


    .footerDis {
        margin-top: 160px;
    }
}

@media screen and (max-width:576px) {
    .pagerfooterInfoBlock {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        position: relative;
        margin: 0px auto 0 auto;
    }

    .pagerfooterBlockQrcode {
        padding-left: 10px;
        padding-right: 10px;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        position: relative;
        margin: 15px auto 35px auto;
    }

    /*--1-------*/
    .footerBlock01 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        position: relative;
        padding: 0;
        margin: 0 auto 20px auto;
    }

    .footer_info {
        font-size: 0.813em;
    }

    .footer_link li {
        margin-top: 0;
        padding-bottom: 5px;
    }

    .footer_link li {
        text-align: center;
    }

    .copyrightTxt {
        text-align: left !important;
        border-top: #CFCFCF solid 1px;
    }



    /*---logo-----*/
    .footerLogo {
        padding-bottom: 15px !important;
    }

        .footerLogo > img {
            text-align: center;
            display: flex !important;
            margin: auto;
        }





    /*---3--------*/

    .footerBlock03 {
        padding-left: 0px;
        padding-right: 0px;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        position: relative;
        right: 0;
        bottom: 0;
        margin: 15px auto 0 auto;
    }

    .tool_area .tool_col02 span + span {
        margin-top: 0px;
        display: inline-block;
        padding-left: 5px;
    }
}


/*----------------------------------
     Search 2020.11.01
 ------------------------------*/

.siteSearch {
    position: relative;
    width: 33px;
    height: 30px;
    top: 7px;
    z-index: 999;
    right: 2px;
}

    .siteSearch a {
        outline: none;
    }

    .siteSearch span {
        display: block;
        width: 22px;
        height: 22px;
        margin: 0 auto;
        background: url("/images/icon/hederSearch.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 20px;
        text-indent: -9999px;
        color: transparent;
        font-size: 0.98em;
    }

.searchField {
    display: table;
    position: fixed;
    top: 48px;
    left: 0%;
    width: 100%;
    max-width: 100%;
    height: 200px;
    background-color: rgba(0,0,0,0.8);
}

.searchInner {
    display: table;
    width: 100%;
    max-width: 720px;
    margin: 45px auto 0 auto;
}

.searchField form {
    display: table-cell;
    vertical-align: middle;
}

    .searchField form > .searchBlock {
        position: relative;
        width: 100%;
        color: #495057 !important;
    }

        .searchField form > .searchBlock > input {
            height: 40px;
            margin: 0;
            padding: 0;
            border: none;
            border-radius: 0;
            background: none;
            outline: none;
            line-height: 40px;
            font-size: 1em;
            margin: auto;
            width: 100%;
            padding: 0;
            margin: 0;
            background: #fff;
            font-family: arial,"微軟正黑體";
        }

            .searchField form > .searchBlock > input[type="text"] {
                width: 100%;
                background: #fff;
                text-align: center;
            }

        .searchField form > .searchBlock > .submit {
            position: absolute;
            top: 0;
            right: 0;
            width: 60px;
            bottom: 0;
            background-color: #b94a42;
            background-image: url(/images/icon/ph_search.png);
            background-repeat: no-repeat;
            background-position: center;
            cursor: pointer;
            text-indent: -9999px;
            font-size: 0;
            color: transparent;
        }

    .searchField form > .closeBtn {
        width: 40px;
        height: 40px;
        margin: 0;
        position: absolute;
        display: inline-block;
        top: 45px;
    }

        .searchField form > .closeBtn > a {
            display: block;
            width: 38px;
            height: 38px;
            outline: none;
            position: relative;
            top: 5px;
            left: 1px;
            color: #fff !important;
            text-align: center;
            font-size: 1.45em !important;
            margin: auto;
            text-decoration: none;
            letter-spacing: 2px;
        }

.pc-searchlinkBox {
    color: #fff;
    display: block;
    text-align: center;
    margin: 15px auto;
}

.pc-searchlink a {
    display: inline-block;
    font-size: 0.938em;
    color: #fff !important;
    text-decoration: none;
    padding-bottom: 2px;
}

    .pc-searchlink a:hover {
        color: #b94a42 !important;
        text-decoration: none;
    }


/**-------Eggsy-------上方選單*/
.sticky-top {
    top: 0px;
}

#MenuLogo {
    margin-right: 8%;
    display:none;
}

@media screen and (max-width:1700px) {
    #MenuLogo {
        margin-right: 0%;
    }
}

@charset "utf-8";
/* CSS Document */
body {
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    min-height: 100%;
    top: 0;
	font-family: "Microsoft JhengHei", 微軟正黑體, Arial, "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "PT Sans", sans-serif, "Gulim", "Apple Gothic";
}

   h1, h2, h3, h4, h5, h6 {
          font-size: 100%;
          font-weight: normal;
      }




ul {
    list-style: none;
    list-style-type: none;
}

.clearfix:after {
        content: "";
        display: block;
        clear: both;
        height: 0;
        visibility: hidden;
}
.clearfix {
        display: inline-table;
}
/* IE-mac */

* html .clearfix {
        height: 1%;
}
.clearfix {
        display: block;
}
/* End hide form IE-mac */
.clearfix{*zoom:1;}
.clearfix:after{clear:both; display:block; content:"";}
/* 連結共用動畫 */
a, a.btn {
    text-decoration: none;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}


.d-block {
    display: block !important;
}


.d-inline-block {
    display: inline-block !important;
}
 .d-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;

}

.c-flex {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
}



.clear_mrl{margin-left:0!important;margin-right:0!important}

.no-boder{ border:none !important}
/* -------------------------------------------------
text-align
-------------------------------------------------------- */ 
.text-c{text-align:center!important}
.text-l {text-align:left!important}
.text-r {text-align:right!important}
.text-t{ vertical-align:text-top;}
@media screen and (max-width:800px) {
.sp-text-c{text-align:center!important}
.sp-text-l {text-align:left!important}
.sp-text-r	{text-align:right!important}
}
/* -------------------------------------------------
float
-------------------------------------------------------- */ 

.float-right {
    float:right;
}

.float-left {
    float:left;
}



/*預設值元素全部撐開至 Flexbox hight*/
.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
}
/* Flexbox y---平均分 對齊前+後*/
.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
	-webkit-box-pack: justify !important;
}


/*---文置中---*/
.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

/* -------------------------------------------------

   close規則
-------------------------------------------------------- */ 
.all-none{ display:none !important }
.pc-none{ display:none }	 
.sp-none{display:block}
.lsp-none{ display:none !important}
.pad-none{ display:none !important}

@media screen and (max-width:1024px) {
.lsp-none{ display:block !important} 	
}
@media screen and (max-width:897px) {
.pad-none{ display:block !important} 	
}
@media screen and (max-width:800px) {
 .pc-none{ display:block}
 .sp-none{display:none !important}
}


.img-fluid {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none;
}



/*==========================================

計數規則

===========================================*/

.box-siz{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*==========================================

margin   clear grids規則

===========================================*/

 .mx-auto {
    margin-left: auto!important;
	margin-right:auto!important;
}

	
.no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.no-gutters {
  margin-right: 0 !important;
  margin-left: 0 !important;
}


.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}


/*------------
規則
-----------------*/


@media only screen and (max-width:1024px) {
.pad-no-gutters {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.pad-no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
}
@media only screen and (max-width:800px) {

.sp-no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.sp-no-gutters {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.sp-no-mx{ margin:0 !important}
.sp-no-pad{ padding:0 !important}

}


@media screen and (max-width:576px) {
	
	.ssp-no-gutters {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
}
/*==========================================

字型與區塊
===========================================*/
.items_center {
    text-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.align-center {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.flex-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}


.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}



/*==========================================

 彈性空間

===========================================*/
/*---------------

index sec nopadding
---------------*/



.container {
    max-width:100%;
    position: relative;
  padding-right:15px;
  padding-left:15px;
  margin-right: auto;
  margin-left: auto;
}


@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

@media (min-width: 1440px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1400px;
  }
}


/*==========================================

 彈性空間 100%
===========================================*/
.container-fluid {
	max-width:100%;
    width: 100%;
    min-height: auto;
    position: relative;
    margin: 0 auto;
}


/*==========================================

 flex grid區中間
===========================================*/
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
  .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after{
    display: table;
    content: " ";
}

    .row:after {
        clear: both;
    }



/*==========================================
主要區塊 網格
===========================================*/
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width:800px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}



.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

button, a:focus{
    outline: 0;
}

html {
    height: 100%;
}


@charset "utf-8";
/* CSS Document */


/*-----------------------------

 banner top SecBg

---------------------------*/

.topNav {
    white-space: nowrap;
    position: relative;
     overflow: visible !important;
	/*background-image: url("/images/Bgphoto/Navbar.jpg");*/
	background-repeat: no-repeat;
	width: 100%;
	/*height: 40px;*/
	background-position: center center;
	    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

.bannerbotBg{
    position: relative;
    width: 100%;
    max-width: 100%;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    background: url(/images/Bgphoto/banner_botimg.png);
    background-repeat: no-repeat;
    background-position: center center;
       background-size: cover;
    width: 100%;
	max-width: 100%;
    height: 20px;
    overflow: hidden;
    /* background-color: transparent; */
	background-color: #e1dccc;}

/*-----------------------------

sec01

---------------------------*/
.sec01Bg {
    position: relative;
    width: 100%;
    max-width: 100%;
    display: block;
    padding-top:5px;
    padding-bottom:5px;
    background-color:#e1dccc;
    overflow: hidden;
}



/*-----------------------------

sec02BG

---------------------------*/
.sec02Bg {
    position: relative;
    width: 100%;
    max-width: 100%;   
    display: block;
    padding:60px 0 80px 0;
    background-color:#fff;
    overflow: hidden;
}






.sec02Bg:before{
	content: '';
      position: absolute;
    width: 100%;
    max-width: 100%;
    display: block;
    left: 0;
    bottom:50px;
    /*background: url(/images/Bgphoto/sec02Bg-left.jpg);*/
    background-repeat: no-repeat;
    width: 242px;
    height: 246px;
    background-size:contain;
	
}


.sec02Bg:after{
	content: '';
      position: absolute;
    width: 100%;
    max-width: 100%;
    display: block;
    left: 0;
	right: 0;
    bottom:0px;
	background-color:#e1dccc; 
    width: 100%;
	padding: 50px  0
	}
	
@media screen and (max-width:897px) {
	.sec02Bg:after{padding:30px  0}
	
}

/*-----------------------------

sec03BG

---------------------------*/
.sec03Bg {
    position: relative;
    width: 100%;
    max-width: 100%;   
    display: block;
    padding:60px 0 0px 0;
    background-color:#fff;
    overflow: hidden;
}


.sec03Bg:after {
    content: '';
    position: absolute;
    width: 100%;
    max-width: 100%;
    display: block;
    left: 0;
    right: 0;
    bottom: 0px;
    background-color: #e1dccc;
    width: 100%;
    /* height: 70px; */
    padding: 0;
    height: 120px;
	bottom: 0px;}

@media screen and (max-width:1280px) {

	.sec03Bg:after { display: none}	
}

/*-----------------------------

sec04BG

---------------------------*/
.ENsec04Bg {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding:60px 0 70px 0;
    background-color: #fff;
	display: block;
   overflow: hidden;
   
}

.ENsec04Bg:before{
    content: '';
    position:absolute;
    width: 100%;
    max-width: 100%;
    display: block;
    right: 0;
    top:0px;
    /*background: url(/images/Bgphoto/sec04Bg-right.png);*/
    background-repeat: no-repeat;
    width:257px;
    height:191px;
    background-size: contain;
	background-position: center
}

@media screen and (max-width:1280px) {
.ENsec04Bg:before{ 
		display:none;}
	
	
.ENsec04Bg:after{ 
	content: '';
    position:absolute;
    width: 100%;
    max-width: 100%;
    display: block;
	background: url(/images/Bgphoto/sec04Bg-left.png);
	opacity: 0.7;
	 width:258px;
     height:175px;
	 left: 0;
	background-repeat: no-repeat;
	bottom: 0}
}

@media screen and (max-width:800px) {
	.ENsec04Bg{ padding-top:20px}	
}

/*---------------------

 sec05Bg

-----------------------*/

.sec05Bg {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding:60px 0 30px 0;
    background-color:#f0ebe4;
    display: block;
    overflow: hidden;
}
.sec05Bg:after {
   	content: '';
    position:absolute;
    width: 100%;
    max-width: 100%;
    display: block;
	background: url(/images/Bgphoto/sec05Bg-left.png);
	background-repeat: no-repeat;
	background-position: left center;
	 width:323px;
     height:191px;
	 left: 0;
	bottom: 0}


.sec05Bg:before {
   	content: '';
    position:absolute;
    width: 100%;
    max-width: 100%;
    display: block;
	background: url(/images/Bgphoto/sec05Bg-right.png);
	background-repeat: no-repeat;
	background-position: left center;
	 width:510px;
     height:181px;
	 right: 0;
	top: 0}
@media screen and (max-width:911px) {
	.sec05Bg:before { display: none}
}
/*---------------------

 sec05Bg

-----------------------*/

.sec06Bg {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding:0;
    display:block;
	height:200px;
	overflow: hidden;
	background:#d58000;
	opacity: 0.8
	
}

.sec06Bg:before {
	content: '';
	width:100%;
	max-width: 100%;
	height: 100%;
    position:absolute;
	/*background: url("/images/h-id-bg.png");*/	
    background-repeat: no-repeat; 
	background-position:top left;
    background-size: contain;
	right: 0;
	top:0
}

/*---------------------

 tit

-----------------------*/


.HeadTit {  
	font-style: normal;
     position: relative;
    text-align:center;
	    display: block;
	margin: auto; 
	margin-bottom:7px;
       animation-name:pageTit;
    animation-duration: 2s;   
}



    .HeadTit h2 {  
	    font-family: "Crimson Text", "Noto Serif TC", serif;
         position: relative;
		 font-size: 2.7em;
        font-weight: 700; 
		text-align: center;
		color: #000;
		line-height: 40px;
        letter-spacing: 1px;			
        display: inline-block;
        text-transform: uppercase;
		margin:0 0 5px 0;
		padding:0 6px;
		
    }




.HeadTit-icon-1{
  right: 5px;
   top:7px;
  position: relative;}

.HeadTit-icon-2{
	left: 5px;
	top:7px;
  position: relative;}

 .HeadTit h2:before {
     content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 1.5em;
    height:2px;
    margin: auto;
    background-color:#9b0000;
 }

   .HeadTit p{
	  font-family: '微軟正黑體',Helvetica,Arial,Heiti TC,"メイリオ",sans-serif;  
    font-weight: 500;
    letter-spacing: 1px;
    color: #000;
    text-align: center;
    font-size: 1.125em;
    font-weight: bold;
    font-weight: normal;
    position: relative;
     display: block;
	top:0px;
	
    }


@keyframes pageTit{
    from{
         bottom:0;
    }
    to{
        bottom:40px;
    }
}



@media screen and (max-width: 1024px) {
  .HeadTit {
        margin-bottom: 1em;
        text-align:center;
    }
  .HeadTit h2 { padding:0}
  
}

@media screen and (max-width:991px) {
	 .HeadTit h3:before {width:30vw}
	 
	
}
@media screen and (max-width:800px) {

	.HeadTit h3 { font-size: 2em;}
	.HeadTit p {  top:0em }
}


@media screen and (max-width:576px) {
.HeadTit-icon-1 {
    right: 3px;
    top: 12px;
}


.HeadTit-icon-2 {
    left: 3px;
    top: 12px;

}
.HeadTit h2 {  font-size: 2.1em}

}
 

/*---------
card tit

---------------*/
.card-TitArea{
    max-width: 13%;
    width: 13%;
	flex: 0 0 13%;
    position: relative;
    min-height: 1px;
    padding:0;
    background-color:#eae8e1;
    flex-basis:13%;
	
  }

.card-TitBox {
	font-style:normal;
	margin:auto;
	text-align:center;
	position:relative;
    top:0;
    letter-spacing: .2em;
	height: 100%;
	display: block
	
	}

.card-TitCh {
  display:inline-block;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
     -webkit-writing-mode: vertical-lr;
-moz-writing-mode: vertical-lr;
-ms-writing-mode: vertical-lr;
	writing-mode: vertical-lr;
   writing-mode: tb-rl;
-ms-writing-mode: tb-lr;
    font-weight: 600;
    color: #a18c5d;
    font-style: normal;
    font-size: 1.750em;
    letter-spacing: 2px;
    font-weight: normal;
    text-align: center;
	padding: 0;
    left:0;
    top: 10px;
    margin:0 auto;
	-ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg)
  
}

.card-Tit-En {
    color: #958256;
    text-align: center;
    font-size: 1.85em;
    position: relative;
    font-family: "Abril Fatface", cursive;
    font-family: "PlantinMTPro",serif;
    font-style: normal;
    display: inline-block;
    -webkit-writing-mode: vertical-lr;
    -moz-writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    top: 20px;
    left: 0;
    margin: 0 auto;
    /*-ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);*/
}
 

@media screen and (max-width:576px) {
	.card-TitCh {font-size:1.45em;}
	.card-Tit-En{ font-size:1.65em;}
	
}







/*-------------------------
 pagerTop
--------------------------- */
.pagetopBox{ 
    display: block;
   position: fixed;
    bottom:0;
    right:1%;
    z-index:50;
	-webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
 .pagetopBox:hover{
        margin-bottom:0.313em;
    }
.pagetop{
       display: block;
   background-color:rgba(176,37,51,1);
    width:50px;
    height:40px;
    font-size:0.875em;
    line-height:2.813em;
    color: #fff;
    text-align: center; 
	   vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 0.063em transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
	padding-top:0.625em

}

.pagetop:hover{ background-color:rgba(176,37,51,0.7);}

.fa-up {
    display: inline-block;
    position: absolute;
    top:0.75em;
    left: 50%;
    content: "";
    width: .688em;
    height: .688em;
    margin-top: -0.250em;
    margin-left: -.375em;
    border-top: 0.125em solid #fff;
    border-left: 0.125em solid #fff;
    transform: rotate(45.01deg);
}

















body {
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    min-height: 100%;
    top: 0;
}


/*-----------------------------

sec01 BTN

---------------------------*/
.top-btn-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1400px;
    width: 98%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,.1);
    box-shadow: 2px 2px 4px rgba(0,0,0,.1);
    border: 1px solid #ccc;
    padding: 0 15px;
}


    .top-btn-list ul {
        margin: 0;
        padding: 0;
        list-style: none;
        list-style-type: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        max-width: 100%;
    }

        .top-btn-list ul li {
            position: relative;
            display: block;
            float: left;
            width: 16.66666666666667%;
            max-width: 16.66666666666667%;
            flex: 0 0 16.66666666666667%;
            text-align: center;
            border-right: #dedede solid 1px;
        }

            .top-btn-list ul li:last-child {
                border-right: none;
            }

            .top-btn-list ul li a {
                text-align: center;
            }

                .top-btn-list ul li a img {
                    max-width: 100%;
                    width: 100%;
                    height: auto;
                    vertical-align: bottom;
                    border: 0;
                }

                    .top-btn-list ul li a img:hover {
                        transform: rotateY(-180deg);
                    }

.top-btn-wrap {
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    height: 90px;
}



    .top-btn-wrap a {
        margin: auto;
        padding: 15px 0;
        display: inline-block;
    }




.top-btn-wrap-icon {
    border: none;
    text-align: center;
    display: block;
    padding: 0;
    margin: auto;
}


.top-btn-txtbody {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 5px 15px 0 15px;
}



    .top-btn-txtbody h3 {
        color: #9b0000;
        display: table;
        padding-left: 3px;
        padding-right: 3px;
        margin: 0px auto;
        text-align: center;
        font-size: 1.145em;
        font-weight: 500;
        font-style: normal;
    }

        .top-btn-txtbody h3:hover {
            color: #a18c5e;
        }




    .top-btn-txtbody p {
        font-size: 1em;
        color: #222;
        text-align: center;
        text-decoration: none;
        letter-spacing: 1px;
    }

        .top-btn-txtbody p:hover {
            color: #a18c5e;
        }
/*--1091101修改---*/


.top-btn-txt-longTxt {
    font-size: 1em !important;
}

/*--1091101修改---*/
@media only screen and (max-width:1366px) {
    .top-btn-txt-longTxt {
        font-size: 0.938em !important;
    }
}

@media only screen and (max-width:1280px) {
    .top-btn-txtbody {
        padding: 5px 0;
    }
}

@media only screen and (max-width:1024px) {

    .top-btn-txtbody h3 {
        font-size: 0.938em;
        line-height: 1.15em;
    }

    .top-btn-txtbody p {
        font-size: 0.875em;
    }
}

@media only screen and (max-width:897px) {

    .top-btn-list {
        margin-top: 8px;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width:800px) {
    .top-btn-list {
        display: table;
    }

        .top-btn-list ul li {
            line-height: 1em;
            width: 33%;
            max-width: 33%;
            flex: 0 0 33%;
            display: table-cell;
        }



            .top-btn-list ul li:nth-child(3) {
                border-right: none;
            }


            .top-btn-list ul li:nth-child(4),
            .top-btn-list ul li:nth-child(5),
            .top-btn-list ul li:last-child {
                border-top: #dedede solid 1px;
            }

        .top-btn-list ul {
            display: table-row;
        }

    .top-btn-list {
        padding: 0;
    }

    .top-btn-wrap {
        height: 60px;
    }

    .top-btn-wrap-icon {
        width: 72%;
        max-width: 72%;
        height: auto;
    }

    .top-btn-txtbody {
        padding: 2px 8px 0 8px;
    }

        .top-btn-txtbody h3 {
            font-size: 0.938em;
            line-height: 1.15em;
        }

        .top-btn-txtbody p {
            font-size: 0.875em;
        }
}

@media only screen and (max-width:414px) {
    .top-btn-txtbody {
        padding: 3px 2px;
    }

        .top-btn-txtbody h3 {
            font-size: 0.750em;
        }

        .top-btn-txtbody p {
            font-size: 0.875em;
        }

    .top-btn-list ul li a img {
        max-width: 90%;
        width: 90%;
        height: auto;
    }
}
/*-----------------------------

sec02 
---------------------------*/

/*----包全部的box-----*/


.from-content {
    z-index: 3;
    overflow: hidden;
    display: flex;
    top: 30px;
}


.tab-button-outer {
    float: left;
    width: 18%;
    max-width: 18%;
    flex: 0 0 18%;
    margin-top: 0;
    background: #9b0000;
    padding: 50px 0;
}

.from-content-nav-tabs {
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    display: block;
    border: none;
    padding: 15px;
    margin: 0 auto;
}

    .from-content-nav-tabs li {
        display: inline-block;
        margin-right: 0.5em;
        box-sizing: border-box;
        margin-bottom: 0.375em;
    }

        .from-content-nav-tabs li a.active {
            background: #dfd1be;
            color: #111;
            border-color: #dfd1be;
            text-decoration: none;
        }

        .from-content-nav-tabs li a {
            padding: 0px;
            border: none;
            display: block;
            line-height: 38px;
            background: #fff;
            border: 0.063em solid #dfd1be;
            border-radius: 0px;
            padding: 0 1em;
            color: #111;
            font-size: 0.938em;
            font-weight: normal;
            border-radius: 0.375em;
            cursor: pointer;
        }

            .from-content-nav-tabs li a:hover {
                background: #dfd1be;
            }


/*==========================================
tabs Area detail
===========================================*/


.tabs {
    overflow: hidden;
    margin: 0;
    border: #ddd solid 1px;
    width: 81%;
    max-width: 81%;
    flex: 0 0 81%;
    float: left;
    background-color: #fff;
}

/*---ul----*/
.tab-button {
    display: block;
    table-layout: fixed;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    left: 0;
    padding: 0;
    list-style-type: none;
    list-style: none;
}

    .tab-button li {
        display: inline-block;
        width: 100%;
        max-width: 100%;
        border-bottom: #fff solid 1px;
    }

        .tab-button li a {
            font-size: 1.063em;
            letter-spacing: 0.5px;
            display: inline-block;
            padding: 14px 0px;
            text-align: center;
            color: #fff;
            width: 100%;
            max-width: 100%;
            text-decoration: none;
            line-height: 1.75;
        }

        .tab-button li:not(:first-child) a {
            border-left: none;
        }

        .tab-button li a:hover,
        .tab-button .is-active a {
            color: #000;
            border-bottom-color: transparent;
            background-color: rgba(255,255,255, 0.6);
        }



.tab-contents {
    padding: 15px 15px;
    margin-top: 20px;
}


/*------------

mobile select 
-----------------*/

.tab-select-outer {
    display: none;
}

.tab-contents {
    position: relative;
    top: 0;
    margin-top: 0;
}

@media screen and (max-width:800px) {
    .tab-button-outer {
        display: none;
    }

    .tab-select-outer {
        position: absolute;
        border: #ddd solid 1px;
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        display: flex;
        margin-left: auto;
        margin-right: auto;
        z-index: 2;
        background-color: #e1dccc;
        overflow: hidden;
        padding: 15px;
    }


    .tab-select {
        margin-right: auto;
        display: block;
        width: 16em;
        border: none;
        line-height: 1.8em;
        height: 2em;
        font-size: 1em;
        cursor: pointer;
    }

        .tab-select option {
            cursor: pointer;
            font-size: 1em;
            border-bottom: #ddd solid 1px;
            display: inline-block;
            padding: 1em;
            letter-spacing: .05em;
        }
}


/*--------------------------------------------------------------------
    tabsNEWS-owl.carousel                                              
-------------------------------------------------------------------*/


.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}

.owl-theme .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 150px;
    left: 0;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    pointer-events: none;
    z-index: 3;
}


    /*-----------

輪撥最新消息按鈕

-------------*/
    .owl-theme .owl-nav [class*=owl-] {
        width: 50px;
        height: 50px;
        padding: 0;
        pointer-events: auto;
        cursor: pointer;
    }

        .owl-theme .owl-nav [class*=owl-] a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            width: 45px;
            height: 45px;
            font: 0/0 a;
            background-color: #FFF;
            border-radius: 50%;
            border: #ddd solid 1px;
        }



            .owl-theme .owl-nav [class*=owl-] a::before {
                content: "";
                display: block;
                width: 15px;
                height: 15px;
                border-left: 3px solid #a30112;
                border-bottom: 3px solid #a30112;
                opacity: 0.75;
            }

            .owl-theme .owl-nav [class*=owl-] a:hover::before {
                opacity: 1;
            }

    .owl-theme .owl-nav .owl-prev a::before {
        margin-left: 7px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }


    .owl-theme .owl-nav .owl-next a::before {
        margin-right: 7px;
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

.owl-prev {
    margin-left: auto;
    position: absolute;
    left: -10px;
}

.owl-theme .owl-nav .owl-next {
    margin-right: auto;
    position: absolute;
    right: -10px;
}




.owl-theme .owl-dots {
    display: none;
}

.owl-theme .owl-dot {
    display: none;
}



/*-------------------------------------------
	istroke.scss

	Index newscard
-------------------------------------------*/

/*---card area---*/
.istroke_wrap {
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
    max-width: 100%;
    margin: 15px auto 0 auto;
}


/*-------card距離----*/
.owl_stroke {
    padding: 1rem;
}

@media (min-width: 768px) {
    .owl_stroke {
        padding: 0;
    }
}

/*-----card 距----*/
.owl_stroke .owl-stage-outer {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}

/*----card width---*/

.owl_stroke .owl-stage {
    pointer-events: none;
    pointer-events: none;
    width: 25%;
    float: left;
}

    .owl_stroke .owl-stage > * {
        pointer-events: auto;
    }

    .owl_stroke .owl-stage:hover > * {
        opacity: 0.5;
        -webkit-transition-duration: 0.2s;
        -o-transition-duration: 0.2s;
        transition-duration: 0.2s;
    }

        .owl_stroke .owl-stage:hover > *:hover {
            -webkit-transform: translateY(-5px);
            -ms-transform: translateY(-5px);
            transform: translateY(-5px);
            opacity: 1;
        }

}

.owl_stroke .owl-dots {
    left: 0;
}

/*----card box----*/
.istroke_col {
    padding: 15px 3px;
    display: block;
}


/*----news list---*/
.istroke_card {
    cursor: pointer;
    position: relative;
    padding: 5px 15px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, white));
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 50%);
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 50%);
}


    /*------card box shadows----*/
    .istroke_card::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: -3px;
        /* left: 95%;*/
        max-height: 377px;
        width: 13px;
        background: url("/images/Bgphoto/shadow-news.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }

.no-shadow-news {
    position: relative;
}

    .no-shadow-news::before {
        display: none;
    }

/*----NEWS card img---*/
.istroke_fig {
    padding-bottom: 65%;
    border-radius: none;
    padding: 0;
    display: block;
    height: 205px;
    margin: 0 auto;
    background-color: #efefef;
}


.news_pic {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 65%;
}

    .news_pic img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        vertical-align: middle;
        transition: all 0.3s ease-in-out;
    }

.istk_center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0.75rem;
    color: #404040;
}

    .istk_center [class^=istk] {
        margin-top: 1rem;
    }


/*---news tit---*/
.istk_date {
    font-size: 0.938em;
    font-weight: 400;
    color: #a18c5e;
    display: inline-block;
    position: relative;
    width: 100%;
    font-family: "arial";
    margin: auto;
    display: block;
    position: relative;
    margin-top: 5px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
}

/*---news tit---*/
.istk_tit {
    height: 98px;
    line-height: 1.5;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    padding: 0 5px;
    font-family: "helvetica","arial",sans-serif;
    overflow-wrap: break-word;
    word-break: break-all;
}


    .istk_tit a {
        color: #000;
        font-size: 1em;
        display: block;
        padding: 0;
        letter-spacing: 1px;
        transition: 150ms;
    }


        .istk_tit a:hover, .istk_tit a:active {
            color: #a18c5e;
        }




.no-js .owl_stroke {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.no-js .istroke_col {
    width: calc(100% / 4);
}


.istroke_col ul {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
    left: 0;
}

@media screen and (max-width:1200px) {
    .close_istroke_colBox1 {
        display: none;
    }

    .owl_stroke .owl-stage {
        pointer-events: none;
        pointer-events: none;
        width: 33%;
        float: left;
    }
}


@media screen and (max-width:897px) {
    .from-content {
        top: 0px;
    }

    .close_istroke_colBox2 {
        display: none;
    }

    .owl_stroke .owl-stage {
        pointer-events: none;
        pointer-events: none;
        width: 48%;
        float: left;
    }

    /*---newstit---*/
    .istk_tit {
        height: 90px;
    }

        .istk_tit a {
            font-size: 0.938em;
        }
}

@media screen and (max-width:800px) {

    .close_istroke_colBox3 {
        display: none;
    }

    .owl_stroke {
        padding: 0;
    }

        .owl_stroke .owl-stage {
            pointer-events: none;
            pointer-events: none;
            width: 99%;
            margin: auto;
            float: none;
        }

    /*---newsCARD---*/

    .istroke_card {
        border: #ddd solid 1px;
    }

    .news_pic {
        padding-bottom: 100%;
    }


    /*---tabs detail con---*/
    .tabs {
        overflow: hidden;
        margin: 30px auto;
        border: none;
        width: 98%;
        max-width: 98%;
        flex: 0 0 98%;
        float: none;
        background-color: transparent;
    }


    /*---card area---*/
    .istroke_wrap {
        margin-top: 45px;
    }

    /*---card 陰影---*/
    .istroke_card::before {
        content: "";
        display: none;
    }

    /*---btn---*/
    .owl-theme .owl-nav {
        top: 50%;
    }
}

/*-------------------------------------------

sec03

-------------------------------------------*/
.sec03Wrapper {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 3%;
    min-height: auto;
}

.ENsec03Box {
    position: relative;
    width: 95%;
    max-width: 95%;
    flex: 0 0 95%;
    padding: 0;
    margin: 0;
    font-weight: normal;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    vertical-align: top;
    margin: auto;
}





.spe-cardBox {
    z-index: 1;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 3%;
    padding-left: 3%;
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    margin-top: 30px;
}

.spe-card {
    display: block;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .spe-card ul {
        margin: 0;
        padding: 0;
        list-style: none;
        list-style-type: none;
        left: 0;
        position: relative;
        width: 100%;
        height: 100%;
        z-index: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

        .spe-card ul li {
            display: flex;
            padding: 0;
            margin: 0 30px;
            width: 45%;
            max-width: 45%;
            position: relative;
            background-color: #fff;
            border: 1px solid #ccc;
            border-radius: 4px;
            -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,.2);
            box-shadow: 2px 2px 4px rgba(0,0,0,.2);
        }


            .spe-card ul li a {
                font-family: "Montserrat",sans-serif;
                overflow-wrap: break-word;
                word-break: break-all;
                width: 100%;
                text-decoration: none;
            }

.spe-card-list > li:hover {
    color: #bf2e33;
    background-color: #f2f2f2;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

    .spe-card-list > li:hover h3 {
        color: #bf2e33;
    }


.Enspecard-btm {
    padding-bottom: 15px !important;
}

/*---card left---*/
.card-showBook1 {
    max-width: 81%;
    width: 81%;
    flex: 0 0 81%;
    position: relative;
    min-height: 1px;
    padding: 30px 15px 15px 15px;
    margin: 0 auto;
}


.card-showBook1-item {
    position: relative;
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    display: block;
    font-style: normal;
    background: #fff;
    margin: 0;
    padding: 0;
}

/*---card right---*/

.card-showBook2 {
    max-width: 81%;
    width: 81%;
    flex: 0 0 81%;
    position: relative;
    min-height: 1px;
    padding: 40px 0 30px 0;
    margin: 0 auto;
}


.card-showBook2-item {
    position: relative;
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    display: block;
    font-style: normal;
    background: #fff;
    margin: 0;
    padding: 0;
}

@media screen and (min-width:1600px) {
    .card-showBook2 {
        padding: 30px 0 15px 0;
    }
}

/*---card img  切換鈕---*/
.swiper-pagi {
    display: block;
    position: relative;
    margin: 5px auto;
    width: 100%;
    text-align: center;
    -webkit-transition: 300ms opacity;
    transition: 300ms opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 2;
}

.swiper-pagi-dot {
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    background-color: #d3d3d3;
    opacity: 1;
    cursor: pointer;
}



    .swiper-pagi-dot span {
        position: relative;
        width: 35px;
        height: 5px;
        display: block;
        -webkit-transition: opacity 200ms ease;
        -o-transition: opacity 200ms ease;
        transition: opacity 200ms ease;
        background-color: #d3d3d3;
        pointer-events: auto;
        opacity: 1;
    }

.wiper-pagi-dot-active span {
    background-color: #a18c5d !important;
}

/*---card Img---*/
.spe-card figure {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
    position: relative;
    background: #ededed;
    overflow: hidden;
    padding-bottom: 100%;
}

.lazyloaded {
    opacity: 1;
    background-color: transparent;
    background-image: none;
    -webkit-transition: 0.6s opacity;
    transition: 0.6s opacity;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: middle;
    vertical-align: middle !important;
    border-style: none;
    border: 0;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    position: absolute;
}



    .lazyloaded:hover {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }

/*---card txt---*/
.spe-card .showTxt {
    display: block;
    padding: 0 8px;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
}

.spe-card-date {
    margin: auto;
    display: block;
    position: relative;
    line-height: 1.3;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 1em;
    font-weight: 500;
    color: #a18c5e;
    width: 100%;
    font-family: "Arial";
    text-align: left;
    letter-spacing: 1px;
    padding: 0px 0px 0px 8px;
}

.spe-card-date-txt {
    position: relative;
    margin-top: 10px;
    line-height: 1.8;
    font-size: 1em;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0px 0px 0px 8px;
    overflow: hidden;
    text-align: left;
    height: 90px;
}

    .spe-card-date-txt a {
        color: #000;
        text-align: left;
    }


        .spe-card-date-txt a:hover {
            color: #a18c5e;
        }


/*----tit---*/

.spe-card .showTxt div {
    display: block;
    /*height: 65px;*/
    padding-bottom: 20px;
    padding-top: 20px;
    min-height: 65px;
    line-height: 1.75;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    font-size: 1.25em;
    color: #000;
    font-weight: 800;
}

    .spe-card .showTxt div a {
        font-size: 1.15em;
        color: #000;
        font-weight: 800;
    }

        .spe-card .showTxt div a:hover, .spe-card .showTxt div:hover {
            color: #973333;
        }

@media screen and (min-width:1153px) {
    .spe-card .showTxt div {
        display: block;
        /*height: 36px;*/
        min-height: 36px;
        line-height: 1.7;
        overflow: hidden;
        width: 100%;
        max-width: 100%;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .spe-card .showTxt div a {
            font-size: 1.25em;
            color: #000;
        }
}



@media screen and (max-width:1280px) {
    .sec03leftBox {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .sec03rightBox {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .spe-card ul li {
        width: 49%;
        max-width: 49%;
    }
}


@media screen and (max-width:768px) {
    .card-TitArea {
        max-width: 11%;
        width: 11%;
        flex: 0 0 11%;
    }

    .spe-card ul {
        display: block;
    }

        .spe-card ul li {
            margin: 0 auto;
            width: 99%;
            max-width: 99%;
            flex: 0 0 99%;
            margin-bottom: 30px;
        }

    .spe-card .showTxt div {
        line-height: 1.65;
        height: 35px;
        min-height: 35px;
    }
}

@media screen and (max-width:480px) {
    .card-showBook1 {
        padding: 30px 10px 15px 10px;
    }

    .spe-card .showTxt div {
        height: 55px;
        min-height: 55px;
    }

        .spe-card .showTxt div a {
            font-size: 1.125em;
        }
}




/*-------------------------------

行事曆
---------------------------------*/



.calendarArea {
    padding: 0px 0px;
    background: #ffffff;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    position: relative;
    margin: 0px auto 0 auto;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,.2);
    box-shadow: 2px 2px 4px rgba(0,0,0,.2);
    z-index: 2;
    min-height: 600px;
    box-sizing: border-box;
    top: 0px;
    margin-top: 30px;
}

@media screen and (max-width:1600px) {
    .calendarArea {
        min-height: 605px;
        height: 605px;
        overflow: scroll;
    }
}

@media screen and (max-width:1440px) {
    .calendarArea {
        min-height: 570px;
        height: 570px;
        min-width: 100%;
    }
}

@media screen and (max-width:1366px) {
    .calendarArea {
        min-height: 550px;
        height: 550px;
    }
}


@media screen and (max-width: 1280px) {
    .calendarArea {
        overflow: hidden;
        min-height: 100%;
        height: 100%;
        top: 0;
        margin-bottom: 15px;
        border: none;
        border-radius: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.year-month {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #e9e6dc;
    height: 75px;
    width: 100%;
    max-width: 100%;
}


.yearmonth-tit {
    position: relative;
    display: block;
    float: left;
}


    .yearmonth-tit h2 {
        line-height: 35px;
        text-align: left;
        display: inline-block;
        color: #3f3f3f;
        font-size: 2em;
        font-weight: 700;
        font-family: "Lato",sans-serif;
        padding: 3px 8px 0px 10px;
    }


.yearmonth-tit-Nu {
    text-align: left;
    display: inline-block;
    color: #9c0303;
    font-size: 2.8em;
    font-weight: 700;
    font-family: "Lato",sans-serif;
    padding: 5px 5px 0px 0px;
    letter-spacing: 2px;
}


.yearmonth-tit-En {
    line-height: 30px;
    text-align: right;
    position: relative;
    display: inline-block;
    color: #3f3f3f;
    font-size: 1.944em;
    font-weight: 700;
    font-family: "Lato",sans-serif;
    padding: 5px 8px 0px;
    letter-spacing: 2px;
    float: right;
    right: 0px;
}


/*-------------------------------

 next monthbtn
---------------------------------*/
.ca-btn-group {
    float: right;
    position: relative;
    display: inline-flex;
    right: 5px;
}


.ca-btn {
    width: 40px;
    height: 40px;
    padding: 0;
    pointer-events: auto;
    cursor: pointer;
    border-radius: 50%;
    background: #fff;
    box-shadow: none;
    color: #fff;
    line-height: 40px;
    text-shadow: none;
    position: relative;
    border: #ccc solid 1px;
    margin: 0 3px;
}

    .ca-btn:hover {
        background-color: #e9e9e9;
    }

.ca-btn-pre {
    font-size: 0;
    width: 1em;
    height: 1em;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    text-transform: none;
    font-weight: 400;
    position: absolute;
    top: 28%;
    opacity: 1;
    cursor: pointer;
    left: 15%;
}


    .ca-btn-pre a::before {
        font-size: 0;
        color: transparent;
        content: "";
        display: block;
        width: 15px;
        height: 15px;
        border-left: 3px solid #a30112;
        border-bottom: 3px solid #a30112;
        opacity: 1;
        margin-left: 10px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.ca-btn-next {
    font-size: 0;
    width: 1em;
    height: 1em;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    text-transform: none;
    font-weight: 400;
    position: absolute;
    top: 28%;
    opacity: 1;
    cursor: pointer;
    left: 18%;
}


    .ca-btn-next a::before, .ca-btn-next span::before {
        font-size: 0;
        color: transparent;
        content: "";
        display: block;
        width: 15px;
        height: 15px;
        border-left: 3px solid #a30112;
        border-bottom: 3px solid #a30112;
        opacity: 1;
        margin-right: -10px;
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

@media screen and (max-width:1390px) {

    .yearmonth-tit-Nu {
        font-size: 2em;
    }

    .yearmonth-tit-En {
        font-size: 1.45em;
    }
}

@media screen and (max-width:1280px) {

    .yearmonth-tit-Nu {
        font-size: 2em;
    }

    .yearmonth-tit-En {
        font-size: 1.9em;
    }
}

/*---上下距離1030---*/
@media screen and (max-width:800px) {
    .spe-cardBox {
        margin-top: 6px;
    }

    .calendarArea {
        margin-top: 6px;
    }
}

@media screen and (max-width:576px) {
    .yearmonth-tit h2 {
        float: left;
        font-size: 1.25em;
    }

    .yearmonth-tit-Nu {
        float: left;
        font-size: 2em;
        line-height: 65px;
    }

    .yearmonth-tit-En {
        float: left;
        font-size: 1.25em;
    }
    /*--btn---*/
    .ca-btn {
        width: 30px;
        height: 30px;
    }

    .ca-btn-pre a::before {
        width: 12px;
        height: 12px;
        border-left: 2px solid #a30112;
        border-bottom: 2px solid #a30112;
        margin-left: 7px;
    }

    .ca-btn-next a::before {
        width: 12px;
        height: 12px;
        border-left: 2px solid #a30112;
        border-bottom: 2px solid #a30112;
    }
}

/*-------------------------------

行事曆table body
---------------------------------*/


.ca-RwdTable {
    /*border: #d3d3d3 solid 1px;*/
    margin: 0px auto;
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    background: #FFF;
}

    /*--head---*/
    .ca-RwdTable div {
        width: 100%;
        max-width: 100%;
        table-layout: fixed;
        color: #fff;
        font-weight: bold;
    }

    .ca-RwdTable th {
        box-sizing: border-box;
        vertical-align: middle;
        padding: 8px 0px;
        font-size: 0.938em;
        letter-spacing: 1px;
        text-align: center;
        vertical-align: middle;
        border-right: 1px solid #cecece;
        display: table-cell;
    }





    /*----body---*/

    .ca-RwdTable td {
        height: 90px;
        cursor: pointer;
        padding: 5px 0;
        text-align: left;
        display: table-cell;
        width: 14.28571428571429%;
        max-width: 14.28571428571429%;
        overflow: hidden;
        vertical-align: top;
        border-top: #ccc solid 1px;
        border-bottom: #ccc solid 1px;
        border-right: #ccc solid 1px;
        border-left: #ccc solid 1px;
    }


@media screen and (min-width:1681px) {


    .ca-RwdTable td {
        height: 102px;
        cursor: pointer;
        padding: 5px 0;
        text-align: left;
        display: table-cell;
        width: 14.28571428571429%;
        max-width: 14.28571428571429%;
        overflow: hidden;
        vertical-align: top;
        border-top: #ccc solid 1px;
        border-bottom: #ccc solid 1px;
        border-right: #ccc solid 1px;
        border-left: #ccc solid 1px;
    }
}


.ca-RwdTable tr {
    border: none;
    width: 100%;
    max-width: 100%;
    display: table-row;
}


.ca-RwdTable tbody td:hover {
    background-color: #f7efe4;
}




/*-------------------------------

行事曆細節
---------------------------------*/


/*----head color---*/
.ca-sun, .ca-sat {
    background: #9c0303;
    color: #fff;
}


.ca-wdays {
    background: #252f2f;
    color: #fff;
}



.holidaybg {
    background-color: #ededed !important;
}

/*----body item---*/
.day-frame {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    position: relative;
    min-height: 100%;
    display: block;
}

/*----number day---*/
.daygrid-top {
    /* display: block;*/
    position: relative;
    text-align: left;
    top: 0px;
    z-index: 3;
    vertical-align: top;
    -ms-flex-direction: row;
    flex-direction: row;
    display: flex;
}

.daygrid-number {
    color: #4d514a;
    cursor: pointer;
    position: relative;
    display: block;
    left: 2px;
    font-weight: 700;
    font-family: "Lato",sans-serif;
    padding: 2px;
}

.holidayday-color {
    color: #9c0303;
}

.next-mday-color {
    color: #bdbdbd;
}



/*----day detail---*/
.daygrid:after, .daygrid:before {
    content: "";
    clear: both;
    display: table;
}

.daygrid {
    position: relative;
    margin-top: 1px;
    margin-bottom: 2px;
    font-size: 0.7em;
    min-height: 100%;
}

    .daygrid .daygridTxt {
        display: block;
        margin-bottom: 3px;
        max-height: 52px;
        overflow: hidden;
    }

        .daygrid .daygridTxt a {
            width: 100%;
            font-size: 0.738em;
            height: auto;
            max-height: 100%;
            max-width: 100%;
        }

    .daygrid a {
        background-color: #a18c5e;
        color: #fff;
        text-decoration: none;
        line-height: 1.4;
        padding: 2px;
        display: block;
        margin: 2px;
        letter-spacing: 1px;
        font-style: normal;
    }

        .daygrid a:hover {
            color: #ffc841;
            text-decoration: underline;
        }


@media screen and (max-width:1280px) {
    .ca-RwdTable td {
        min-height: 110px;
        height: 110px;
    }
}

@media screen and (max-width: 897px) {




    .ca-RwdTable {
        max-width: 100%;
        width: 100%;
        margin: 30px auto 0px auto;
    }
}

@media screen and (max-width: 800px) {

    .ca-RwdTable {
        max-width: 98%;
        width: 98%;
        border: none;
        border-top: #ccc solid 1px;
    }

    /*-----行事曆detail---*/
    .daygrid {
        position: relative;
        font-size: 0.938em;
        min-height: 100%;
        margin: 3px auto;
        display: table-cell;
    }



        /*-----行事曆tit---*/
        .daygrid .daygridTxt {
            height: auto;
            max-height: 100%;
        }

    .daygrid-top {
        -ms-flex-direction: unset;
        flex-direction: unset;
        display: block;
    }

    .ca-RwdTable div {
        display: none;
    }

    .ca-RwdTable tr {
        line-height: 1.8em;
        display: block;
    }


    .ca-RwdTable td {
        line-height: 1.5;
        display: block;
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        box-sizing: border-box;
        cursor: pointer;
        outline: 0;
        padding: 0 5px;
        border-top: 0;
    }

    .ca-RwdTable td {
        min-height: 100%;
        height: 100%;
    }

    .daygrid-number {
        display: inline-block;
        left: 10px;
        font-size: 1.15em;
    }
    /*---date---*/
    /*.daygrid-number:before{   
	
		position: relative;
    width: 11px;
    height: 11px;
    content: " /";
    color: #000;
    display:inline-block;
    text-align: center !important;
    font-size: 0.938em;
    left: 0px;
}*/



    /*--年月---*/

    .ca-RwdTable td:after {
        font-family: "Lato",sans-serif;
        content: attr(data-date) "";
        font-weight: bold;
        display: grid;
        text-align: left;
        /* left: 5px; */
        position: relative;
        color: #ccc;
        font-size: 0.938em;
        padding: 1px 3px;
        letter-spacing: 2px;
        top: 0;
    }
}

/* -------------------------------------------------
SEC04
-------------------------------------------------------- */
.sec04leftBox {
    float: left;
    position: relative;
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
    padding: 0 15px;
    margin: 0 auto;
    font-weight: normal;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    vertical-align: top;
    z-index: 1;
    margin-top: 30px;
}

.sec04rightBox {
    float: right;
    position: relative;
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
    padding: 0 15px;
    margin: 0 auto;
    font-weight: normal;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    vertical-align: top;
    z-index: 1;
    margin-top: 30px;
}

@media screen and (max-width: 800px) {
    .sec04leftBox {
        margin-top: 10px;
    }

    .sec04rightBox {
        margin-top: 10px;
    }
}

.Time-cardArea {
    padding: 20px 0px;
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: url("/images/Bgphoto/sec04paperBg.jpg");
    background-repeat: repeat;
    background-position: center;
}




.Time-cardBox {
    position: relative;
    padding: 15px 8px;
    margin: 0 auto 0px auto;
}


.timeshadow-wrap {
    position: relative;
}

    .timeshadow-wrap:before,
    .timeshadow-wrap:after {
        position: absolute;
        width: 48%;
        height: 10px;
        content: ' ';
        left: 20px;
        bottom: 40px;
        -webkit-transform-origin: top right;
        -moz-transform-origin: top right;
        -ms-transform-origin: top right;
        transform-origin: top right;
        -webkit-transform: skew(-5deg) rotate(-3deg);
        -moz-transform: skew(-5deg) rotate(-3deg);
        -ms-transform: skew(-5deg) rotate(-3deg);
        -o-transform: skew(-5deg) rotate(-3deg);
        transform: skew(-5deg) rotate(-3deg);
        -webkit-box-shadow: 0 30px 6px 10px rgba(100, 100, 100, 0.5);
        -moz-box-shadow: 0 30px 6px 10px rgba(100, 100, 100, 0.5);
        box-shadow: 0 30px 6px 10px rgba(100, 100, 100, 0.5);
        z-index: -1;
    }

    .timeshadow-wrap:after {
        left: auto;
        right: 20px;
        -webkit-transform-origin: left top;
        -moz-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top;
        -webkit-transform: skew(5deg) rotate(3deg);
        -moz-transform: skew(5deg) rotate(3deg);
        -ms-transform: skew(5deg) rotate(3deg);
        -o-transform: skew(5deg) rotate(3deg);
        transform: skew(5deg) rotate(3deg);
    }

/* -------------------------------------------------
Time table 2021030因為無障礙，修改為div
-------------------------------------------------------- */
.ENTimeRwdTable {
    font-family: 'Roboto', sans-serif;
    margin: 0px auto 0px auto;
    color: #222;
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    background-color: transparent;
}

    .ENTimeRwdTable div {
        background: #fff6d2;
        width: 90%;
        padding: 5px 10px;
        -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,.3);
        /* Make it work in Safari/Chrome */
        box-shadow: 2px 2px 2px rgba(0,0,0,.3);
        border-radius: none;
        -moz-transition: -moz-transform .15s linear;
        -o-transition: -o-transform .15s linear;
        -webkit-transition: -webkit-transform .15s linear;
        text-align: center !important;
        left: 10px;
        position: relative;
    }


    .ENTimeRwdTable div span {
        vertical-align: middle;
        padding: 5px 15px 5px 15px;
        letter-spacing: 1px;
        text-align: center;
        color: #a72a2e;
        display: block;
        margin:0 auto;
    }

    /*.pin { 
	display: block;
	background-color: #d23838;
    width:15px;
    height: 15px;
    position: absolute;
    top:5px;
    left: 10px;
    -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,.3);
    box-shadow: 2px 2px 2px rgba(0,0,0,.3);
    border-radius: 20px;
}*/

    /*----time cardtit---*/
    .ENTimeRwdTable div span {
        text-transform: uppercase;
        font-style: normal;
        color: #a72a2e;
        font-weight: bold;
        text-align: center !important;
        padding: 0;
        display: inline-block;
        font-size: 0.938em;
        line-height: 1.4;
        font-weight: 800;
    }


    .ENTimeRwdTable span {
        text-align: center;
        cursor: pointer;
        padding: 5px 10px;
        font-size: 1em;
        display: table-cell;
        border: none;
        line-height: 1.4;
        display: inline-block;
        width:100%;
    }



    .ENTimeRwdTable tr {
        border: none;
        width: 100%;
        max-width: 100%;
        display: table-row;
    }


.ENtimefixed {
    color: #5c3204;
    text-align: center !important;
    line-height: 1.55;
    font-weight: bold !important;
}


@media screen and (max-width: 1600px) {
    .Time-cardArea {
        padding: 7px 0px;
    }
}



@media screen and (max-width: 1200px) {
    .Time-cardArea {
        padding: 3px 0px;
    }

    .ENTimeRwdTable span {
        line-height: 1.3;
    }

    .ENtimefixed {
        line-height: 1.2;
    }
}

@media screen and (max-width: 1024px) {

    .sec04leftBox {
        max-width: 100%;
        width: 100%;
        flex: 0 0 100%;
        height: auto;
        float: none;
        margin-bottom: 30px;
    }

    .sec04rightBox {
        max-width: 100%;
        width: 100%;
        flex: 0 0 100%;
    }


    .ENTime-cardArea {
        padding: 15px;
        margin-bottom: 30px;
    }

    .ENTime-cardBox {
        padding: 15px 20px;
    }



    .ENTimeRwdTable {
        max-width: 100%;
        width: 100%;
    }


        .ENTimeRwdTable tr {
            display: block;
        }

        .ENTimeRwdTable div {
            background: #fff6d2;
            display: block;
            width: auto;
            padding: 3px 10px;
            left: 0px;
        }

            .ENTimeRwdTable div span {
                display: block;
                padding-left: 0;
                position: relative;
            }

        .ENTimeRwdTable span {
            font-size: 0.938em;
            display: block;
            padding: 8px 15px;
            height: auto;
            line-height: 1.6;
        }
}





/* -------------------------------------------------
about pic
-------------------------------------------------------- */

.timeshadow-wrapRbox {
    position: static;
}

.Pic-cardArea {
    background: url(/images/Bgphoto/sec04paperBg.jpg);
    background-repeat: repeat;
    background-position: center;
    position: relative;
    padding: 15px 8px;
    margin: 0 auto 0px auto;
}

.Pic-cardBox {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0px;
}

    .Pic-cardBox:before {
        /*background: url("/images/Bgphoto/sec04barBg.jpg") no-repeat;*/
        position: absolute;
        bottom: 0;
        content: "";
        height: 75px;
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        background-repeat: repeat-x;
        background-position: center;
        background-size: contain;
        left: 0;
    }

.Pic-sliderBox {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
    width: 91.666667%;
    margin: auto;
}

.Pic-slider {
    margin: auto;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    top: 0px;
    left: 0px;
}

    .Pic-slider ul {
        max-width: 100%;
        width: 100%;
        list-style: none;
        list-style-type: none;
        left: 0;
        padding: 0;
        height: 360px;
        overflow: hidden;
        margin: 0 auto 0 auto;
    }


        .Pic-slider ul li {
            float: left;
            height: 100%;
            max-width: 100%;
            width: 100%;
            min-height: 1px;
            height: 100%;
            position: relative;
            list-style: none;
            background-color: transparent;
        }


    .Pic-slider li a {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
    }

    .Pic-slider li img {
        max-width: 100%;
        position: relative;
        display: block;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        margin: auto;
        background-color: transparent;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        -o-object-fit: cover;
        object-fit: cover;
        vertical-align: middle;
        vertical-align: middle !important;
        border-style: none;
        border: 0;
        transition: all 0.3s ease-in-out;
        cursor: pointer;
    }

.Pic-sliderWrap {
    position: absolute;
    top: 0;
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
    left: 0;
}

/*--20201124---*/
@media screen and (max-width: 1199px) {
    .Pic-slider ul {
        height: 410px;
    }
}

@media screen and (max-width: 1024px) {

    .Pic-slider ul {
        height: 100%;
    }
}



/*------相片名稱-------*/
.classTxt {
    width: 100%;
    max-width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    text-align: center;
    color: #222;
    font-size: 1em;
    line-height: 1.75;
    max-height: 40px;
    /*transition:0.9s;*/
    background-color: rgb(255,255,255,0.8);
    background-color: rgba(255,255,255, 0.8);
    overflow: hidden;
    transition: 0.5s;
    font-weight: 800;
}

.AlbumName {
    margin: 0 auto;
    width: 98%;
    display: inline-block;
    padding: 7px 5px;
    overflow: hidden;
}

@media screen and (max-width: 1199px) {
    .classTxt {
        bottom: 50px;
    }
}

@media screen and (max-width: 1024px) {

    .classTxt {
        bottom: 0px;
    }
}

@media screen and (max-width:800px) {

    .classTxt {
        font-size: 0.938em;
    }
}

/* -------------------------------------------------
 sec05  weblink
-------------------------------------------------------- */

.WeblinkBox {
    max-width: 100%;
    height: 70px;
    position: relative;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 30px auto 0 auto;
    text-align: center;
    padding: 0 0px;
    z-index: 1;
    overflow: hidden;
}

    .WeblinkBox .countrySelection {
        position: relative;
        margin-bottom: 3.125em;
    }

        .WeblinkBox .countrySelection .countrySelection-wrapper {
            overflow: hidden;
            padding: 0 1.875em;
        }

.countrySelection-items {
    margin: 0 1.25em;
    padding: 0.063em 0;
    list-style: none;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
}

.countrySelection-items a {
    width:100%;
    height:auto;
    display:inline-block;
}

    .countrySelection-items img {
        border: none;
        vertical-align: middle;
        width: 165px;
        height: 65px;
        text-align: center;
        border: 1px solid #d9d9d9;
    }



.WeblinkBox .countrySelection ul li {
    display: inline-block;
    margin: 0 1%;
    overflow: hidden;
}

.WeblinkBox p, .WeblinkBox a {
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    border: none;
}




.arbtn-prev {
    cursor: pointer;
    display: block;
    z-index: 2;
    top: 20%;
    left: 10px;
    position: absolute;
    width: 38px;
    height: 38px;
    padding: 0;
    pointer-events: auto;
    border-radius: 50%;
    background: #fff;
    box-shadow: none;
    color: #fff;
    line-height: 35px;
    text-shadow: none;
    border: #ccc solid 1px;
    margin: 0;
}

.arbtn-next {
    cursor: pointer;
    display: block;
    z-index: 2;
    top: 20%;
    right: 10px;
    width: 38px;
    height: 38px;
    padding: 0;
    pointer-events: auto;
    border-radius: 50%;
    background: #fff;
    box-shadow: none;
    color: #fff;
    line-height: 35px;
    text-shadow: none;
    border: #ccc solid 1px;
    margin: 0;
    position: absolute;
    text-align: right;
}

    .arbtn-prev:hover, .arbtn-next:hover {
        background-color: #e9e9e9;
    }

@media screen and (max-width:1440px) {

    .arbtn-prev {
        left: 0;
    }

    .arbtn-next {
        right: 0px;
    }
}


/* -------------------------------------------------
 sec06  txt+btn
-------------------------------------------------------- */

.sec06Bg h3 {
    text-transform: uppercase;
    color: #FFF;
    text-align: right;
    font-size: 2em;
    margin-bottom: 30px;
}

.sec06Bg_h3 {
    text-transform: uppercase;
    color: #611F19;
    text-align: right;
    font-size: 2em;
    margin-bottom: 30px;
    font-weight: normal;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.Indig-button {
    float: right;
    width: 115px;
    margin-right: 20px;
}

.IndigMore {
    width: 100%;
    padding: 7px 10px;
    font-size: 0.938em;
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #fff;
    background-image: none;
    color: #000;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    letter-spacing: 1px;
}

    .IndigMore:hover {
        background-color: #a30112;
    }

@media screen and (max-width:800px) {
    .sec06Bg h4 {
        margin-bottom: 0;
        margin-top: 80px;
        text-align: center;
        font-size: 1.35em;
    }

    .Indig-button {
        width: 100px;
        float: none;
        margin: 10px auto 0 auto;
        text-align: center;
    }

    .IndigMore {
        padding: 5px 10px;
        font-size: 0.875em;
    }
}
/* -------------------------------------------------
   sec02最新消息列表-col
-------------------------------------------------------- */

.index-newsTabWrap {
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
    max-width: 100%;
    margin: 15px auto 0 auto;
}

.index-newsTabBlock {
    display: flex;
    padding: 10px 15px;
    width: 100%;
    max-width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 0;
    border: 0;
    vertical-align: baseline;
    box-sizing: border-box;
    margin: auto;
}


/*-----------------------------------
 
      sec02最新消息列表 pre.next按鈕

-------------------------------------*/
.index-newsTab-owl-controls {
    display: block;
}

.index-newsTab-owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 150px;
    left: 0;
    width: 100%;
    max-width: 100%;
    -webkit-tap-highlight-color: transparent;
    pointer-events: none;
    z-index: 3;
}

    .index-newsTab-owl-nav [class*=owl-] {
        width: 50px;
        height: 50px;
        padding: 0;
        pointer-events: auto;
        cursor: pointer;
        color: transparent !important;
    }

        .index-newsTab-owl-nav[class*=owl-] a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            width: 45px;
            height: 45px;
            font-size: 0 !important;
            color: transparent !important;
            text-indent: -9999px;
            background-color: rgb(255,255,255,1);
            background-color: rgba(255,255,255,1);
            border-radius: 50%;
            border: #ddd solid 1px;
        }



            .index-newsTab-owl-nav [class*=owl-] a::before {
                content: "";
                display: block;
                width: 15px;
                height: 15px;
                border-left: 3px solid #a30112;
                border-bottom: 3px solid #a30112;
                opacity: 0.75;
            }

            .index-newsTab-owl-nav [class*=owl-] a:hover::before {
                opacity: 1;
            }

    .index-newsTab-owl-nav .index-newsTab-owl-prev a::before, .index-newsTab-owl-prev a::before {
        margin-left: 7px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }


    .index-newsTab-owl-nav .index-newsTab-owl-next a::before {
        margin-right: 7px;
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

.index-newsTab-owl-prev {
    margin-left: auto;
    position: absolute;
    left: 0px;
}

.index-newsTab-owl-nav .index-newsTab-owl-next {
    margin-right: auto;
    position: absolute;
    right: 0px;
}

@media screen and (max-width:1152px) {
    .index-newsTab-owl-nav[class*=owl-] a {
        background-color: rgb(255,255,255,0.6);
        background-color: rgba(255,255,255, 0.6);
    }
}





/* -------------------------------------------------
   最新消息列表-行政公告與歌舞節目表
-------------------------------------------------------- */
/*------tabs行政公告tit---------*/
.ad-item-head {
    margin-top: 15px;
    color: #222;
    height: 68%;
    line-height: 1.5;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    padding: 10px 15px;
    font-family: 微軟正黑體, "Microsoft JhengHei", MingLiU, Arial, sans-serif;
    overflow-wrap: break-word;
    word-break: break-all;
}

    .ad-item-head:hover {
        color: #a18c5d;
    }

/*-----card----*/
.dance-item {
    display: block;
    position: relative;
    min-height: 290px;
    /*width: 26%;*/
    margin-right: auto;
    margin-left: 20px;
    float: left;
    padding: 15px 20px;
    background: #f5f1eb;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    position: relative;
}

    .dance-item a {
        cursor: pointer;
        outline: 0;
        -webkit-transition: color .2s ease-out, background-color .2s ease-out;
        -moz-transition: color .2s ease-out, background-color .2s ease-out;
        transition: color .2s ease-out, background-color .2s ease-out;
        text-decoration: none;
        color: #222;
        -webkit-tap-highlight-color: rgba(242, 180, 180, .7);
    }


/*-----族別-----*/
.dance-item-group {
    font-size: 1.15em;
    font-style: normal;
    font-weight: 600;
    display: inline-block;
    margin: 0 0 5px;
    color: #c34b4b;
    text-align: center;
}


/*---- dance name-----*/
.dance-item-head {
    overflow-wrap: break-word;
    font-size: 1.25em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0 30px 0 0;
    display: block;
    color: #3f3f3f;
    line-height: 1.5;
}


    .dance-item-head:hover {
        color: #a18c5d;
    }




/*----最新檔期---*/
.ribbon-wrapper-latest {
    width: 85px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    top: -3px;
    right: -3px;
}

.ribbon-latest {
    font-size: 0.875em;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    padding: 7px 0;
    left: -5px;
    top: 13px;
    width: 120px;
    background-color: #c34b4b;
    color: #fff;
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}

    .ribbon-latest:before, .ribbon-latest:after {
        content: "";
        border-top: 3px solid #a80807;
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        position: absolute;
        bottom: -3px;
    }

    .ribbon-latest:before {
        left: 0;
    }

    .ribbon-latest:after {
        right: 0;
    }

/*----活動日----*/
.danceTimeBox {
    display: table;
    margin: 10px auto 5px auto;
    width: 100%;
    min-width: 100%;
    text-align: center;
    padding: 5px;
    background-color: #fefefe;
    color: #222;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    border: #eee solid 1px;
}



/*---date/time----*/

.dance-item-date {
    line-height: 1.5;
    width: 66%;
    max-width: 66%;
    position: relative;
    text-align: left;
    margin: 0 auto;
    font-size: .875em;
    padding: 0 5px;
    display: inline-block;
    float: left;
}


.dance-item-time {
    max-width: auto;
    width: auto;
    position: relative;
    margin: 0 auto;
    padding: 0 5px;
    text-align: center;
    font-size: 0.8em;
    display: inline-block;
    float: left;
    color: #0d4264;
}


@media screen and (max-width:1152px) {
    .dance-item {
        margin: 10px 25px 10px 0px;
    }
}

@media screen and (max-width:991px) {
    .dance-item {
        max-width: 40%;
        width: 40%;
        flex: 0 0 40%;
    }
}

@media screen and (max-width:811px) {
    .dance-item {
        margin: 10px 35px 10px 0px;
    }
}

@media screen and (max-width:767px) {
    .dance-item {
        width: 85%;
        max-width: 85%;
        flex: 0 0 85%;
        margin: 10px 40px 10px auto;
        padding: 15px 25px;
    }
}


/*----see more----*/
.dance-more {
    margin-top: 5px;
    margin-right: 10px;
    float: right;
    display: inline-block;
    text-align: right;
    position: absolute;
    bottom: 20px;
    right: 15px;
}

.dance-more-btn {
    display: inline-block;
    color: #111111;
    text-transform: uppercase;
    padding: 3px 0;
    position: relative;
    text-transform: uppercase;
    font-size: 0.75em;
    letter-spacing: 2px;
    cursor: pointer;
}

    .dance-more-btn:after {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 60%;
        height: 2px;
        background: #111111;
        content: "";
        -webkit-transition: all, 0.3s;
        -o-transition: all, 0.3s;
        transition: all, 0.3s;
    }

.dance-more:hover a::after {
    width: 100%;
    background: #9b0000;
}

.dance-more-btn:hover {
    color: #a18c5d;
}

.classes-item {
	float: left;
	    width:31%;
	max-width: 31%;
	text-align: center;	
	margin-top: 15px;
	margin-right:20px;
	margin-bottom: 40px;
	border-radius:4px;	
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  
    background-color: #fff;
	  -webkit-box-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
	   box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
	border: #dadce0 solid 1px;
	cursor: pointer;
	position: relative;
	padding-top:30px;
	padding-bottom:5px;
	  display: block;
	
}


.classes-item:hover {
	background-color: #f7f5ed;
	-webkit-box-shadow: 0px 12px 32px rgba(72, 105, 114, 0.15);
	box-shadow: 0px 12px 32px rgba(72, 105, 114, 0.15);
}



/*---------
box tag
-------------*/

.classes-tag {
    position: absolute;
    right: -15px;
    top:22px;
    height: 35px;
    width:80px;
    transform: rotate(90deg);
}

#classes-tagbg01{	
	background:url(/images/FileClasses/class_boxbg01.jpg);
	background-position: center;
    background-repeat: no-repeat;
	background-size: cover
	
}

#classes-tagbg02{
	background:url(/images/FileClasses/class_boxbg02.jpg);
	  background-position: center;
    background-repeat: no-repeat;
	background-size: cover
	
}

#classes-tagbg03{
	background:url(/images/FileClasses/class_boxbg03.jpg);
	  background-position: center;
    background-repeat: no-repeat;
	background-size: cover
	
}
#classes-tagbg04{
	background:url(/images/FileClasses/class_boxbg04.jpg);
	  background-position: center;
    background-repeat: no-repeat;
	background-size: cover
	
}
#classes-tagbg05{
	background:url(/images/FileClasses/class_boxbg05.jpg);
	  background-position: center;
    background-repeat: no-repeat;
	background-size: cover
	
}
#classes-tagbg06{
	background:url(/images/FileClasses/class_boxbg06.jpg);
	  background-position: center;
    background-repeat: no-repeat;
	background-size: cover
	
}
#classes-tagbg07{
	background:url(/images/FileClasses/class_boxbg07.jpg);
	  background-position: center;
    background-repeat: no-repeat;
	background-size: cover
	
}
#classes-tagbg08{
	background:url(/images/FileClasses/class_boxbg08.jpg);
	  background-position: center;
    background-repeat: no-repeat;
	background-size: cover
	
}
#classes-tagbg09{
	background:url(/images/FileClasses/class_boxbg09.jpg);
	  background-position: center;
    background-repeat: no-repeat;
	background-size: cover
	
}
#classes-tagbg10{
	background:url(/images/FileClasses/class_boxbg10.jpg);
	  background-position: center;
    background-repeat: no-repeat;
	background-size: cover
	
}

/*---------
tite

-------------*/
.classes-item .ci-text {
	padding:10px 10px;
}

.classes-item h4 {
	font-weight: bold;
    margin-bottom: 10px;
    font-size: 1.45em;
    line-height:1.45;
    display: block;
    max-height: 65px;
	min-height: 65px;
    overflow: hidden;
	letter-spacing:2px
}

.classes-item h4 a {
	color: #333333;
}

.classes-item h4 a:hover {
	color:#9b0000;
}

@media only screen and (min-width: 1025px) and (max-width: 1440px){
	.classes-item {	    width:46%;	max-width: 46%;}
	}
@media only screen and (min-width:769px) and (max-width:1024px){
	.classes-item {	    width:47%;	max-width: 47%;}
	.classes-item h4 { font-size: 1.375em;}
}
@media screen and (max-width:768px) {
	.classes-item { float: none;width:98%;max-width:98%; margin-right: auto;margin-left: auto;}
	.classes-item h4 {   max-height:auto;min-height: auto; }
}

/*---------
img

-------------*/

.ci-img{  
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
	margin-top:0px
}

.classes-item .ci-img img {
	width: 240px;
	height: 240px;
	border-radius: 50%;
	margin: 0 auto ;
	border: none;
	text-align: center;
	vertical-align: middle
}

@media only screen and (min-width: 992px) and (max-width: 1200px),
only screen and (min-width: 768px) and (max-width: 991px) {
	.classes-item .ci-img img {
		width: 200px;
		height: 200px;
	}
}

@media (max-width: 420px) {
	.classes-item .ci-img img {
		width: 150px;
		height: 150px;
	}
}


/*--------------
time
------------*/
.classes-item .metatime {
	display:grid;
	font-size: 0.938em;
	color: #666666;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom:10px;
    line-height: 1.5;
    letter-spacing: 0.1em;
	font-style: normal;
	max-height:120px
}


.classes-item .metatime p {
	line-height: 1;
    display: block;
    text-align: center;

}





/*------------
地點
-------*/
.place_label {
    display:block;
    background-color:#9b0000;
    border-radius: 25px;
    margin-top:5px;
    padding: 8px 5px;
    font-size: 0.938em;
    line-height: 1;
	color: #fff
}



/*-------------
btn
---------*/


.classes-item .ci-bottom {
	border-top: 1px solid #e6e6e6;
	padding:15px 15px;
	max-width: 90%;
	width: 90%;
	display: table;
}




.classes_mark {
	display: inline-block;
	border: none;
	font-size: 0.875em;
	padding:8px 20px;
	border-radius: 25px;
	text-transform: uppercase;
	color: #fff;
	line-height: normal;
	cursor: pointer;
	text-align: center;
	letter-spacing: 1px;
	background: #222;
	 line-height: 1;
}



/*-------------------------------------------

home 更正高度寬度

-------------------------------------------*/


.hm-classes-item {
    float: left;
    width: 31%;
    max-width: 31%;
    text-align: center;
    margin-top: 10px;
    margin-right:15px;
    margin-bottom: 10px;
    border-radius: 4px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    background-color: #fff;
    -webkit-box-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
    border: #dadce0 solid 1px;
    cursor: pointer;
    position: relative;
    padding-top:10px;
}

.hm-classes-item:hover {
	background-color: #f7f5ed;
	-webkit-box-shadow: 0px 12px 32px rgba(72, 105, 114, 0.15);
	box-shadow: 0px 12px 32px rgba(72, 105, 114, 0.15);
}

/*---------
time

-------------*/

.hm-classes-item .metatime {
    display: block;
        font-size: 0.875em;
    color: #333;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-style: normal;
    height: auto;
}

.hm-classes-item .metatime p{
	display: block;
	padding: 0;
	line-height: 1.2;
	margin: 3px 0
}
/*---------
tite

-------------*/
.hm-classes-item .ci-text {
	padding:10px 10px;
}

.hm-classes-item h4 {
	font-weight: bold;
    font-size: 1.15em;
        margin-bottom: 5px;
    font-size: 1.15em;
    line-height: 1.2;
    display: block;
        max-height: unset;
    min-height: auto;
    overflow: hidden;
	letter-spacing:2px
}

.hm-classes-item h4 a {
	color: #333333;
}

.hm-classes-item h4 a:hover {
	color:#9b0000;
}

/*---------
img

-------------*/

.hm-classes-item .ci-img img {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    margin: 0 auto;
    border: none;
    text-align: center;
    vertical-align: middle;
}


.hm-classes-item .ci-bottom {
    border-top: 1px solid #e6e6e6;
    padding: 10px 5px;
    max-width: 90%;
    width: 90%;
    display: block;
}

@media screen and (max-width:1024px) {
	.hm-classes-item{
		width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
	}
	
}

@media screen and (max-width:576px) {
	.hm-classes-item {
	width: 90%;
    max-width: 90%;
    flex: 0 0 90%;
   float: none;
	margin-top: 30px;
     margin-right: 25px;
    margin-left: 25px;
	}

}


/*!------------------------------------*\
    Base
*!------------------------------------*/

.drawer-open {
  overflow: hidden !important;
}



/*---------

top-mobile-menu選單 
-------------*/

.subnav {
       float: right;
    height: 100%;
    line-height: 40px;
    display: table;
}

.subnav ul {
    text-align:right;
    line-height: 1.5;
    margin-bottom: 2%;
    word-break: break-all;
}

.subnav ul, .subnav ul li {
    float: left;
    list-style: none;
}
.navli {
    max-height: 40px;
}
.navli li{
	display: inline-block;
    position: relative;}
.navli li a {
   color: #595757;
    height: auto;
    font-size: 90%;
    transition: all .15s linear;
    display: table-cell;
    position: relative;
	padding: 0 8px

}
.navli li a:hover{
	color:#973333;}

.EN-langBtn{
   height: 30px;
    line-height: 1.5;
    background:#973333;
    color: #FFF !important;
    padding: 3px;
    position: relative;
    top: 0px;
    left: 2px;
    border-radius: 7px}

.EN-langBtn:hover{
	color:#fff;
	background-color:#222
}



/*-----------------------------

lang

---------------------------*/



.languageBox {
    position: relative;
    margin: auto;
    cursor: pointer;
    width: 88px;
    padding: 0;
    background: #fff;
    float: right;
    right: 0;
}




 .languageBox .dropDown>a {
    width: 88px;
    height: 28px;
    line-height: 28px;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    cursor: pointer;
    color: #4d4d4d;
    display: inline-block;
    font-size: 0.8em;
    font-weight: 500;
    position: relative;
    text-align: center;

}

.languageBox .dropDown {
    border: 1px solid #ddd;
    box-sizing: border-box;
      transition: all 0.4s;
}
/*.languageBox .dropDown>a:after {
	content: "";
    width: 15px;
    height: 15px;
    border-style: solid;
    border-top: 5px solid black;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    top: 12px;
    right: -3px;
    position: relative;
}*/

.languageBox ul{    
	list-style: none;
	list-style-type: none;
	left: 0;
	 top: 100%;
	padding: 0;
	margin: 0;
	margin-top:2px;
    position: absolute;    
    height:auto;
	    width: 100%;   
    border: 1px solid #ddd;
    border-top: none;
    box-sizing: border-box;
         display:block!important;
}
.languageBox-menu li{
	background-color:#fff;
	 border-bottom: #ddd solid 1px;
	width: 100%;
		height: 28px;
	display:block!important;}

.languageBox-menu li + li{  border-bottom:none}
.languageBox-menu li a {
	    font-size: 0.938em;
     width: 100%;   
	display:block!important;
    position: absolute;
    top: 0px;
    opacity: 1;   
    text-align: center;
    list-style: none;
    cursor: pointer;
    transform-origin: 10% 50%;
    -ms-transform-origin: 10% 50%;
    -webkit-transform-origin: 10% 50%;
    -o-transform-origin: 10% 50%;
    -moz-transform-origin: 10% 50%;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
        display:block!important;
    padding:3px 0 !important;
}
@media screen and (max-width:414px) {
	
.languageBox { width:80px}
	
.languageBox .dropDown>a {
    width: 80px;	font-size: 0.8em; padding: 0 5px!important}
	
	
	
}

/*-----------------------------

social

---------------------------*/
/*--20201031---*/
.offcanvas-social{
    position: relative;
    display:table;
	top:-100px;
	margin:0 auto 20px auto;
	 
}

.offcanvas-social ul{
	padding: 0;
	margin: 0;
	list-style: none;
	outline-style: none;
	left: 0
}
.offcanvas-social ul li{	
   display: inline-block;
	padding-right:5px;
	padding-left:5px;
	border-right: 1px solid  #e6e6e6;
}
.offcanvas-social ul li:last-child {	
   display: inline-block;
	padding-right: 0;
	border-right: none 
}
.offcanvas-social ul li > i {
	cursor: pointer;
    display: inline-block;
}


.offcanvas-social ul li a{ text-decoration: none}

.offcanvas-social ul li a:img{border:none}
	
/*-------------------------------------
1091101更正 搜尋鈕
----------------------------------------*/

.sp-search {
   top:-120px;
    padding:10px;
    width:90%;
    margin: 0px auto;
    margin-top: 20px;
	position: relative;
	 background-color: rgb(255,255,255,0.7);
    background-color: rgba(255,255,255,0.7);
}

.sp-search dl {
    position: relative;
}
.sp-search dl dt {
    margin-right:8px;
}

.sp-search .sp-SearchBtnBlock {
    text-align: center;
	display: block
}

.sp-SearchBtn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 36px;
    background-color:#b94a42;
	background-image:url("/images/icon/ph_search.png"); 
    background-repeat: no-repeat;
    background-position: center;
	cursor: pointer;
	    text-indent: -9999px;
    font-size: 0;
    color: transparent
}
.sp-search input{
	z-index: 2;
	outline: none;
    padding: 0;
	margin: 0;
}
.sp-search-control{
	display: block;
    width: 100%;
    font-size: 0.938em;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border:1px solid #ced4da;
	height: 41px;
      box-sizing: border-box;
    padding-left: 10px !important;
    font-family: arial,"微軟正黑體";
  
 }
.sp-search  .keyWordTit {
	font-size: 0.875em;
	margin-top:5px;
    margin-bottom:5px;
	display: block
}
.sp-search  .sp-searchlink a {
	display: inline-block;
	font-size: 0.875em;
    color: #3e3a39;
	text-decoration: none;
	padding-bottom:2px;
}
.sp-search  .sp-searchlink a:hover{
    color:#a18c5e;
	text-decoration: none;
}

/*-------------------------------------

mobile-menu 更正
----------------------------------------*/
.sp-Comguide{
	margin:0  auto;
    position: relative;
	z-index: 1;
	top: -110px;
	left:5px

}

.sp-Comguide ul{
		padding: 0;
	margin: 0;
	list-style: none;
	outline-style: none;
	left: 0
	
}

.sp-Comguide ul li{
	 display: inline-block;
    position: relative;
	text-align: center;
	     border: 1px solid #d9cdb2;
    box-sizing: border-box;
    transition: all 0.4s;
	margin-bottom:10px;
	 width:47%;
	padding: 4px;
	 background-color: rgb(255,255,255,1);
    background-color: rgba(255,255,255, 1);
 
}
 .sp-Comguide ul li a {
	 font-size:0.875em;
	 width:100%;
	 flex: 0 0 100%;
	   padding: 3px;
    -ms-flex-align: center;
    align-items: center;
    background-color:#eae8e1;
    box-sizing: border-box;
    color:#a18c5d;
	 line-height: 1.45;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    }

 .sp-Comguide ul li  a:hover {
	 background-color:#e9e9e9;
	 text-decoration: none

    }





/*---------------------------

         mobile-menu選單 

-------------------------------*/


/*----20201101修改-----*/
.drawer-nav {
  position: fixed;
  z-index: 1000;
  top: 0;
  overflow:auto;
  width: 16.25rem;
  height: 100%;
  color: #222;
  background-color: #fff;
	border-right: #ddd solid 1px
}
/*----20201101修改-----*/
.drawer-nav:before{	
		content: '';
    display: block;
   position: absolute;  
    width:162px;
     height:162px;
	top:85%;
	left:-20px;
	    background-repeat: no-repeat;
	background-position:center center;
	background-size:cover;
	background: url("/images/Bgphoto/navbar-bg.png");
	opacity: 0.4
	
}

.drawer-brand {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 3.75rem;
  display: block;
  padding-right: .75rem;
  padding-left: .75rem;
  text-decoration: none;
  color: #222;
}

.drawer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.drawer-menu-item {
  font-size: 1rem;
  display: block;
  padding: .75rem;
  text-decoration: none;
  color: #222;
}



/*---1nd----*/

.drawer-menu > li{
	border-bottom: #ddd solid 1px;
	background-color:#fff 
}



.drawer-menu-item:hover {
  text-decoration:none;
  color:#8e7c53;
  background-color:#fff;
}

/*! overlay */

.drawer-overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;

}

.drawer-open .drawer-overlay {
  display: block;
}

/*!------------------------------------*\
    Top
\*!------------------------------------*/

.drawer--top .drawer-nav {
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
  -webkit-transition: top .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: top .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.drawer--top.drawer-open .drawer-nav {
  top: 0;
}

.drawer--top .drawer-hamburger,
.drawer--top.drawer-open .drawer-hamburger {
  right: 0;
}

/*!------------------------------------*\
    Left
\*!------------------------------------*/

.drawer--left .drawer-nav {
  left: -16.25rem;
  -webkit-transition: left .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: left .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
}

.drawer--left.drawer-open .drawer-hamburger {
  left: 16.25rem;
}

/*!------------------------------------*\
    Right
\*!------------------------------------*/

.drawer--right .drawer-nav {
  right: -16.25rem;
  -webkit-transition: right .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: right .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 16.25rem;
}

/*!------------------------------------*\
    Hamburger BTN 主要
\*!------------------------------------*/

.drawer-hamburger {
  position: fixed;
  z-index:200;
  top: 0;
  display: block;
  box-sizing: content-box;
  width: 2rem;
  padding: 0;
  padding-top: 18px;
  padding-right: .75rem;
  padding-bottom: 30px;
  padding-left: .75rem;
  -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0;
  background-color: transparent;
}

.drawer-hamburger:hover {
  cursor: pointer;
  background-color: transparent;
}

.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 10px;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  width: 100%;
  height: 2px;
  -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  background-color: #222;
}

.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  position: absolute;
  top: -10px;
  left: 0;
  content: ' ';
}

.drawer-hamburger-icon:after {
  top: 10px;
}

.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}

.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
  top: 0;
}

.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*-----------
  漢堡btn
-----------*/
.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}



.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}

/*!------------------------------------*\
    Sidebar
\*!------------------------------------*/

.drawer--sidebar {
  background-color: #fff;
}

.drawer--sidebar .drawer-contents {
  background-color: #fff;
}





/*!------------------------------------*\
    Navbar
\*!------------------------------------*/

.drawer--navbarTopGutter {
  padding-top: 3.75rem;
}

.drawer-navbar .drawer-navbar-header {
  border-bottom: 1px solid #ddd;
  background-color: #f8f8f8;
}

.drawer-navbar {
  z-index: 102;
  top: 0;
  width: 100%;
}

/*! .drawer-navbar modifier */

.drawer-navbar--fixed {
  position: fixed;
}


/*----

次選單
--------*/
.drawer-navbar-header {
  position: relative;
  z-index: 1001;
  box-sizing: border-box;
  width: 100%;
  height:60px;
  padding: 0 .75rem;
  text-align: center;
}

.drawer-navbar .drawer-brand {
  line-height: 3.75rem;
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
}

.drawer-navbar .drawer-brand:hover {
  background-color: transparent;
}

.drawer-navbar .drawer-nav {
  padding-top: 3.75rem;
}


/*----1nd main menu----*/
.drawer-navbar .drawer-menu {
  padding-bottom: 7.5rem;
}



/*----humber main----*/
	
 .drawer-navbar .drawer-hamburger {
    display:block;
  }

@media screen and (max-width: 897px){

.drawer-navbar-header {  position: fixed;}
	
}
/*!------------------------------------*\
    Dropdown -2nd
\*!------------------------------------*/

.drawer-dropdown-menu {
  display: none;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

.drawer-dropdown-menu > li {
  width: 100%;
  list-style: none;
	list-style-type: none;

}


/*---2nd-----*/
.drawer-dropdown-menu-item {
  line-height:40px;
  display: block;
  padding: 0;
  padding-right: .75rem;
  padding-left: 1.5rem;
  text-decoration: none;
  color: #222; 
	background-color:#fff;
	letter-spacing: 1px
}

.drawer-dropdown-menu-item:hover {
  text-decoration:none;
  color:#fff;
 background:#a08b5c;
}

/*! open */

.drawer-dropdown.open > .drawer-dropdown-menu {
  display: block;
}

/*! drawer-caret */

.drawer-dropdown .drawer-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: transform .2s ease, opacity .2s ease;
  transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/*! open */

.drawer-dropdown.open .drawer-caret {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/*!------------------------------------*\
    Container
\*!------------------------------------*/

.drawer-container {
  margin-right: auto;
  margin-left: auto;
}


/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}
/*--------------------------------

相片大小
---------------------------*/
.slick-slide
{
    display: none;
    float: left;

    height: 100%;
	max-width:100%;
	width:100%;
	
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide{
    display: block;
	
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
	max-height:660px;
	height:660px;
	overflow:hidden;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slider{
    margin:0 auto 0 auto;
    width: 100%;
     max-width:100%;
    position: relative;
    padding:0;
    list-style:none;
    list-style-type:none;
    left:0;
	overflow: hidden;
	background-color:#e1dccc
}



.slider > li{
	display: inline-block;
	float: left;
	top:0;
	width: 100%;
	position: absolute;

}

.slider a{
	display: block;

}







/* -------------
 dotBtn
 
  -------------*/
.slick-dotted.slick-slider{
    margin-bottom:0em;
}

.slick-dots{
    position: absolute;
    display:flex;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    list-style-type:none;
    text-align: center;
	left:290px;
	z-index: 5;
	 top:87%;
}
   
.slick-dots-NoTop
{
    position: absolute;
    display:flex;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    list-style-type:none;
    text-align: center;
	left:290px;
	z-index: 5;
}

   .slick-dots li,.slick-dots-NoTop li {
		   width:38px;
        height:5px;
        position: relative;
        display: inline-block;      
        margin: 0 0.313em;
        padding: 0;
        background: #e9e9e9;
        cursor: pointer;
    }

        /*.slick-dots li:hover,.slick-dots-NoTop li:hover {
        position: relative;
        display: inline-block;
         margin: 0 0.313em;
        padding: 0;
         cursor: pointer;
    }*/
.slick-dots  .slick-active,.slick-dots-NoTop .slick-active{ 
         padding:0;
        cursor: pointer;
        margin: 0 5px;
        background: #a08b5c!important;
		display:inline-block ;
		position:relative
    }

 
.slick-dots li button,.slick-dots-NoTop li button{
	  width: 3.125em;
    height: 100%;
    font-size: 0;
    line-height: 0;
    display: block;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    padding: 0;
    margin: 0 0;
}  


/*.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots-NoTop li button:focus
{ 

    outline: none;
}*/
/*.slick-dots li button:hover:before,
.slick-dots li button:focus:before,
.slick-dots-NoTop li button:focus:before
{
    opacity: 1;
}*/
.slick-dots li button:before,
.slick-dots-NoTop li button:before
{
    background: transparent  !important;
      color: transparent  !important;
    position: absolute;
    top: 0;
    left: 0;  
    content: '';
    text-align: center;
    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before,
.slick-dots-NoTop li.slick-active button:before
{
    opacity: .75;
    color: black;
}


.banner_slide {
    position:relative;
    width: 100%;
    height: 100%;
    top: 0;
}

/*-----註解----*/
.banner_overlay { 
       top:55vh;
     clear: both;
    position: absolute;
    border: 1px solid #e9e9e9;
    box-shadow: 4px 6.928px 8px 0 rgba(5,5,5,.08);
    z-index: 2;
    min-width: 420px;
    max-width: 420px;
    height: 115px;
    margin-left: 120px;
    background-color:#fff ;
 }


.banner_overlay_container {
  position: relative;
  max-width:99%;
	top: 0;
  height:70px;
	padding:0px;
	 margin:0 auto;
	display:block;
   visibility: inherit;
    opacity: 1;
    overflow:hidden;
	border-bottom:#dedede solid 1px;
}
   
   
   
   
/*----txt-----*/
.banner_overlay_header {
    text-align: left;
    height: 40px;
    overflow: hidden;
    color: #222;
    letter-spacing: 1px;
    line-height: 1.55;
    font-size: 0.938em;
    padding: 10px;
    cursor: pointer;
    display: block;
    margin: auto
	
}


.banner_overlay_header a{
  text-align:left; 
  color: #222;
  letter-spacing:1px;
  font-size:0.938em;
}


.banner_overlay_header a:hover{
  text-align:left; 
  color: #a08b5c;
  letter-spacing:1px;
  font-size:0.938em;
}
@media only screen and (max-width:1680px) {
	
.slick-dots{top:85%}

.banner_overlay { top:70%}
	
}

@media only screen and (max-width:1440px) {
.slick-dots{top:86%}


}



@media only screen and (max-width:1366px) {
	.banner_overlay{ 
		min-width: 400px;
	   max-width: 400px;
		top:65%;
		margin-left:30px}
	

	.slick-dots{top:83%;left:180px;}
	
}

}
@media only screen and (max-width:1280px) {
	.banner_overlay{
		top:auto;
		bottom:18%;
		min-width: 390px;
	   max-width: 390px;
		margin-left:30px}
	
	
	

	
.slick-dots{left:180px;top:auto;top:auto;bottom:23%}

}





@media only screen and (max-width:1024px){
	.banner_overlay{
	   position: relative;
	   background: rgba(255, 255,255, 1);
	   top:auto;
	   bottom: 0;		
		min-width:98%;
        max-width:98%;
		    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,.1);
    box-shadow: 2px 2px 4px rgba(0,0,0,.1);
    border: 1px solid #ccc;
    padding: 0 15px;
		margin:15px auto;}
	.banner_overlay_container{height: 60px}
.banner_overlay_header{ height: 40px;}


.slick-dots {top:90%}	
}
	
	
.slick-next{ 
	display: none !important;
}
.slick-prev{ 
	display: none !important;

}
@media only screen and (max-width:992px){

.slick-dots {top:92%}	
}
@media only screen and (max-width:897px){


	
	.slick-dots{  
    display:inline-block!important;
    top:77%;
    bottom: auto;
    left: 0px; 
}
	.slick-dots li  { width: 25px}
	
}
@media only screen and (max-width:576px){
	.slick-dots{top:75%;}	
}

	
	@media only screen and (max-width:385px){
	.slick-dots{top:43%;}	
}
	
@charset "utf-8";
/* CSS Document */


/*==========================================
Banner  common
===========================================*/


.bannerArea{
    padding:0 0;
   width:100%;
	max-width:100%;
	height:375px;
	overflow:hidden;
    display: block;
	background-color:#e9e6dc
}

.page-titWrapper {
	 width: 40%;
    max-width: 40%;
	margin:8% 15px 30px;
	padding:15px 10px;
	z-index: 3;
	  -webkit-box-sizing: border-box;
    box-sizing: border-box;
      display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    background-color: #fff;
    border: 1px solid #cdcdcd;
    border-radius:0;
    -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,.2);
    box-shadow: 2px 2px 4px rgba(0,0,0,.2);	
	  animation-name:leftfly;
    animation-duration:2s;
}

@keyframes leftfly{
    from{
        left:0;
    }
    to{
        left:100px;
    }

}



/*---------------
bannerPhoto comm
-------------*/
.mainVisualBox {  
	margin-top:0px;
    display: block;
    position: absolute;
    padding:0;
	margin: 0;
       top: 0;   
	height: 100%; 
	  right:0px;
	 width: 65%;
    max-width: 65%;
    flex: 0 0 65%;
    right: 0;
	position: absolute
}


/*--------bannerHeader Img --------*/


.mainVisualBoxBlock{
	padding-top:45%;
	 display: block;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
	width: 100%;}
.mainVisualBoxBlockImg{
  display: block;
    height: auto;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    width: 100%;
	max-width:100%;
}
@media screen and (max-width:1440px) {
.mainVisualBoxBlock{padding-top:50%}
}

@media screen and (max-width:1200px) {

.page-titWrapper {  width: 46%; max-width:46%; margin-top: 15%;}
.mainVisualBox {
    width: 85%;
    max-width: 85%;
    flex: 0 0 85%;
    right: 0;
	position: absolute
}

	
}
@media screen and (max-width:991px) {
	
.mainVisualBox {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    right: 0;
	position: absolute
}
	.page-titWrapper {
    margin-top: 17%;
    margin-left: 0;
	left: -15px;}
	
	
}


@media screen and (max-width:800px) {
	
.bannerArea{height:325px; overflow:hidden}	
	
.mainVisualBox {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    right: 0;
	position: absolute
}

.mainVisualBoxBlock{padding-top:64%;}
	
	
.page-titWrapper {
    width: 75%;
    max-width: 75%;
    margin:0 auto;
    top: 30px;  
		left:0px;
	padding: 8px 15px;
	background: rgba(255, 255,255, 0.9);
}
}

@media screen and (max-width:576px) {
.bannerArea{height:295px; overflow:hidden}	

}
@media screen and (max-width:414px) {
.bannerArea{height:245px; overflow:hidden}	
}
@media screen and (max-width:385px) {
.bannerArea{height:205px; overflow:hidden}	
}

/*==========================================
BannerRigthTit
===========================================*/
.pageRi-TitArea{   
	max-width: 10%;
    width:10%;
    flex: 0 0 10%;
    position: absolute;
    min-height: 1px;
    padding: 0;
     flex-basis: 10%;
	right:0px;
	display: block;
	display: block;
   
    height: 350px;
}



.pageRi-TitBox {
	    font-style: normal;
    margin: auto;
    text-align: center;
    position: relative;
    top: 0;
    letter-spacing: .2em;
     height: 100%;
    display: block;
}


.pageRi-TitCh {
	    display: inline-block;
    position: absolute;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-writing-mode: vertical-lr;
    -moz-writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    writing-mode: tb-rl;
    -ms-writing-mode: tb-lr;
    font-weight: 600;
    color: #a18c5d;
    font-style: normal;
    font-size: 1.750em;
    letter-spacing: 2px;
    font-weight: normal;
    text-align: left;
    right: 5px;
    top:40px;
    margin: 0 auto;
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    height: 355px;
   }

.pageRi-TitEn {
    position: absolute;
    display: inline-block;
    color: #958256;
    text-align: left;
    font-size: 1.85em;
    font-family: "Abril Fatface", cursive;
    font-family: "PlantinMTPro",serif;
    font-style: normal;
    -webkit-writing-mode: vertical-lr;
    -moz-writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    top: 0;
    right: 40px;
    margin: 0;
    padding: 36% 0 0 0;
}
@media screen and (max-width:1366px) {
	.pageRi-TitArea{ display: none}   
}
/*==========================================

bannercardBar Img (page1-pege7)

===========================================*/


/*----1menu---*/
.page-imgbar1{position:relative;display: block}

.page-imgbar1:before{
	content: "";
	position: absolute;
	display: block;
	right: 0;
	top: 0;
	width:45px;
	height: 100%;
	/*background-image: url("/images/pageBannerSide/imgbar1.jpg");*/
	background-position: center center ;
	background-repeat: repeat-y;
	background-size:cover;
}

/*----2menu----*/
.page-imgbar2{position:relative;display: block}

.page-imgbar2:before{
	content: "";
	position: absolute;
	display: block;
	right: 0;
	top: 0;
	width:45px;
	height: 100%;
	/*background-image: url("/images/pageBannerSide/imgbar2.jpg");*/
	background-position: center center ;
	background-repeat: repeat-y;
	background-size:cover;
}


/*----3menu----*/

.page-imgbar3{position:relative;display: block}

.page-imgbar3:before{
	content: "";
	position: absolute;
	display: block;
	right: 0;
	top: 0;
	width:45px;
	height: 100%;
	/*background-image: url("/images/pageBannerSide/imgbar3.jpg");*/
	background-position: center center ;
	background-repeat: repeat-y;
	background-size:cover;
}


/*----4menu----*/

.page-imgbar4{position:relative;display: block}

.page-imgbar4:before{
	content: "";
	position: absolute;
	display: block;
	right: 0;
	top: 0;
	width:45px;
	height: 100%;
	/*background-image: url("/images/pageBannerSide/imgbar4.jpg");*/
	background-position: center center ;
	background-repeat: repeat-y;
	background-size:cover;
}


/*----5menu-----*/

.page-imgbar5{position:relative;display: block}

.page-imgbar5:before{
	content: "";
	position: absolute;
	display: block;
	right: 0;
	top: 0;
	width:45px;
	height: 100%;
	/*background-image: url("/images/pageBannerSide/imgbar5.jpg");*/
	background-position: center center ;
	background-repeat: repeat-y;
	background-size:cover;
}

/*----6menu----*/

.page-imgbar6{position:relative;display: block}

.page-imgbar6:before{
	content: "";
	position: absolute;
	display: block;
	right: 0;
	top: 0;
	width:45px;
	height: 100%;
	/*background-image: url("/images/pageBannerSide/imgbar6.jpg");*/
	background-position: center center ;
	background-repeat: repeat-y;
	background-size: cover;
}

/*----7MENU----*/
.page-imgbar7{position:relative;display: block}

.page-imgbar7:before{
	content: "";
	position: absolute;
	display: block;
	right: 0;
	top: 0;
	width:45px;
	height: 100%;
	/*background-image: url("/images/pageBannerSide/imgbar7.jpg");*/
	background-position: center center ;
	background-repeat: repeat-y;
	background-size:cover;
}


/*----8page-imgbar8 sitemap----*/
.page-imgbar8{position:relative;display: block}

.page-imgbar8:before{
	content: "";
	position: absolute;
	display: block;
	right:0;
	top: 0;
	width:45px;
	height: 100%;
	/*background-image: url("/images/pageBannerSide/imgbar8.jpg");*/
	background-position: center center ;
	background-repeat: repeat-y;
	background-size: cover;
}

/*----9page-imgbar9 map----*/
.page-imgbar9{position:relative;display: block}

.page-imgbar9:before{
	content: "";
	position: absolute;
	display: block;
	right: 0;
	top: 0;
	width:45px;
	height: 100%;
	/*background-image: url("/images/pageBannerSide/imgbar9.jpg");*/
	background-position: center center ;
	background-repeat: repeat-y;
	background-size:cover;
}
/*----10page-imgbar10 contact---*/
.page-imgbar10{position:relative;display: block}

.page-imgbar10:before{
	content: "";
	position: absolute;
	display: block;
	right:0;
	top: 0;
	width:45px;
	height: 100%;
	/*background-image: url("/images/pageBannerSide/imgbar10.jpg");*/
	background-position: center center ;
	background-repeat: repeat-y;
	background-size:cover;
}
@media screen and (max-width:1200px) {
.page-imgbar1:before{width:35px;}	
.page-imgbar2:before{width:35px;}
.page-imgbar3:before{width:35px;}
.page-imgbar4:before{width:35px;}
.page-imgbar5:before{width:35px;}
.page-imgbar6:before{width:35px;}
.page-imgbar7:before{width:35px;}	
.page-imgbar8:before{width:35px;}
.page-imgbar9:before{width:35px;}	
.page-imgbar10:before{width:35px;}	
	

}





/*---================

    CARDTit

====================----*/

.ENpageHeadTit{  
	font-style: normal;
    position: relative;
    text-align:center;
	display: block;
	margin: auto; 
	margin-top:10px;     
}


.ENpageHeadTit .pageHeadTit-icon-1{
    left:-5px;
    top: 0px;
    position:absolute;
 }

.ENpageHeadTit .pageHeadTit-icon-2{
	right:-5px;
	top:0px;    
	position:absolute;
 }
  

.ENpageHeadTit h2 {  
        font-family: "Crimson Text", "Noto Serif TC", serif;
		font-weight: normal;
        position: relative;
		font-size: 2.7em;
        font-weight: 700; 
		text-align: center;
		color: #000;
        line-height: 40px;
        letter-spacing: 1px;			
        display: inline-block;
        text-transform: uppercase;
		margin:0 0 5px 0;
		padding:0 6px;
	   right: 15px;
	   width: 76.5%		
    }





@media screen and (max-width:1600px) {
	.ENpageHeadTit h2 {font-size:2.45em;}	
}
@media screen and (max-width:1440px) {
	.ENpageHeadTit h2 {font-size:2.15em; width: 74%}	
	.ENpageHeadTit .pageHeadTit-icon-1{left: -15px;}
	.ENpageHeadTit .pageHeadTit-icon-2 { right: -15px;}
}

@media screen and (max-width:1024px) {
	/*----cardTit ---*/
	.ENpageHeadTit h2 {width:72%; margin-bottom: 0}
	.ENpageHeadTit .pageHeadTit-icon-1 {left: -20px;}
     .ENpageHeadTit .pageHeadTit-icon-2 { right: -20px;}
}



@media screen and (max-width:800px) {
.ENpageHeadTit .pageHeadTit-icon-1 {display: none}
.ENpageHeadTit .pageHeadTit-icon-2 {display: none}
.ENpageHeadTit h2 { width: 87%;padding: 0 5px; font-size: 1.75em}
	
}
@media screen and (max-width:576px) {
.ENpageHeadTit h2 { width:90%; font-size: 1.55em}

}


  /*-------------------
 secArea
-------------------------*/

.secWrap {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    position: relative;
    min-height:1px;
    padding-top:40px;
	padding-bottom:40px;
}
	
@media (max-width:1024px) {	
.secWrap{
	padding-top:15px;
	padding-bottom:120px;}
	
}
  /*-------------------
  麵包屑
-------------------------*/
/*-----20201103---*/
.breadcrumbArea {
    width: 75%;
    max-width: 75%;
    flex: 0 0 75%;
    /* float: left; */
    margin-left: 15px;
    margin-right: 15px;
    top: 50px;
    position: relative;
    z-index: 2;
    left: 0;
}
/*-----20201103---*/
@media (max-width:1600px) {
.breadcrumbArea {
    width: 74%;
    max-width: 74%;
    flex: 0 0 74%}	
}
/*-----20201103---*/
@media (max-width:1440px) {
.breadcrumbArea {
    width: 73%;
    max-width: 73%;
    flex: 0 0 73%}	
}
/*-----20201103---*/
@media (max-width: 1200px) {
.breadcrumbArea {
    width:69%;
    max-width: 69%;
	flex: 0 0 69%
	}
}


/*-----20201103---*/
@media (max-width:1024px) {
.breadcrumbArea {
    width: 97%;
    max-width: 97%;
    flex: 0 0 97%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    padding: 0;
    display: block;
    margin-bottom: 10px;
}
}
@media (max-width:768px) {
.breadcrumbArea {
       width: 96%;
    max-width: 96%;
    flex: 0 0 96%;
    padding: 0 0px;
    display: block;
	margin-bottom: 10px}

}


/*----20201103---*/
.breadcrumbBox {
    background: #eeeeee;
    font-family: 微軟正黑體,Microsoft JhengHei,MingLiU,'Open Sans', sans-serif;
    font-style: normal;
    padding: 10px 15px;
    margin-left: auto;
    text-align: left;
    max-width:100%;
    width: 100%;
    display: flex;
	height: 30px
}


/*-----20201103---*/

.breadcrumbBox .breadcrumb {
    margin: 0;
    background: none;
    background: none;
    font-size: 0.875em;
    color:#7A6434;
    padding: 0;
    border-radius: 0;
    line-height:1.8;
	left: 0
}
.breadcrumb ul{ 
	left: 0;
  list-style:none;
	list-style-type:none; 
   margin:0;
    padding:0}

.breadcrumb ol{ 
	left: 0;
  list-style:none;
	list-style-type:none; 
   margin:0;
    padding:0}

 /*---20201103---*/
.breadcrumb > li {
    letter-spacing: 1px;
    white-space: pre-wrap;
    display: inline-block;
    float: left;
    padding-top: 5px;
}
.breadcrumb > li a{
	color:#555;
    display: inline;
    white-space: pre-wrap;
	font-style: normal
}

.breadcrumb > li a:hover{
   color:#973333;

}
.breadcrumb > li + li:before {
    content: "/ ";
    padding: 0 0.313em;
    color: #555;
}

/*-----20201103---*/
@media (max-width:1024px) {
.breadcrumbBox {padding:0px 0px;height:auto}
	
.breadcrumbBox .breadcrumb { padding:8px 5px 8px 5px; line-height: 1;}
}
@media (max-width:576px) {
	
.breadcrumbBox { padding:8px 0px 5px 0;height: auto}
.breadcrumbBox .breadcrumb {padding: 5px; line-height: 1;}
.breadcrumb > li {padding-top: 0px;	padding-bottom: 5px}
}

 /*-------------------
  麵包屑全版
-------------------------*/
.Full-breadcrumbArea {
      width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    /* float: left; */
    position: relative;
	z-index: 2
}



  /*-------------------
  detail
-------------------------*/
.leftBox {
    width: 78%;
    max-width: 78%;
    flex: 0 0 78%;
    float: left;
    margin-left:auto;
	margin-right: 15px;
    margin-top:30px;
}
@media (max-width:1600px) {
.leftBox {
    width: 76%;
    max-width: 76%;
    flex: 0 0 76%;}	
}

@media (max-width:1440px) {
.leftBox {
    width: 74%;
    max-width: 74%;
    flex: 0 0 74%;}	
}

@media (max-width: 1200px) {
.leftBox {
    width: 72%;
    max-width: 72%;
	flex: 0 0 72%;}
}

@media (max-width:1024px) {
.leftBox {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    margin-right:auto;
	margin-left:auto;
    top:140px;
	position: relative;}

}


/*----------------------------------
  右側內容選單
------------------------------*/

.rightBox {
    width: 285px;
    float: right;
    margin-top: 0em;
}
@media (max-width: 1466px) {
.rightBox { 
	width: 260px;
	margin-right:10px;}
}


@media (max-width: 1200px) {
.rightBox { width: 245px;}
}



@media (max-width:1024px) {
 .rightBox {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin: 65px auto 40px auto;
    position: absolute;
    float: left;
    top: 0px;
}
   
}


/*----------------------------------
  pc siderbar選單
------------------------------*/
.side-menu{
    flex: 0 0 100%;
	max-width:100%;
    position: relative;
   	background-color:#FFF;	
	    padding:30px 15px 20px 15px;
	    border: 1px solid #cdcdcd;
    border-radius: 0;
    -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,.2);
    box-shadow: 2px 2px 4px rgba(0,0,0,.2);
    z-index:999;	
}
.side-menu:before {
    content: ""; 
    position: absolute;
	display: block;
	width: 105px;
	height: 87px;
    top:0;
	right:0;
}


  .side-asideTit {
    position: relative;
    /* border-bottom: 0.042em solid #c5a494; */
    padding-top:30px;
    font-size: 1.500em;
    font-weight: normal;
    color: #000000;
    letter-spacing: 0.275em;
    line-height: 2em;
    padding-bottom:5px;
    margin-bottom: 10px;
    font-weight: 800;
    text-align: center;
}

.side-icon::before {
    content: '';
    width: 37px;
    height: 37px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background: url(/images/icon/tit-icon.png);
    top: 7px;
    position: relative;
	display: none
}


.sideMenuList{
  position: relative;
  left:0; 
   padding: 0;
   list-style: none;
  list-style-type:none;
  list-style:none;
  
}
.sideMenuList li {  
	    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	line-height: 2;
	clear: both;  
	list-style: none;
    display: block;
  position: relative;
 border-top: 1px solid #e1e4e6;
  z-index:1
}

.sideMenuList li > a { 
  font-family: Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft JhengHei", "WenQuanYi Micro Hei", sans-serif !important;
  position: relative;
  display: block;
  padding:10px 10px 7px 10px;
  font-size:1.000em;
  letter-spacing:1px;
  color: #000;
	text-decoration: none;
}


.sideMenuList li > a:hover, .sideMenuList li > a.current {
  color:#a18c5e;
	text-decoration: none;
}


@media (max-width:1024px){
.side-menu {
    padding: 20px 15px 20px 15px;
    margin: 0 10px;
}
.side-asideTit{  display: none;}
	.side-icon{  display: none;}
	
}
/*----------------------------------

mobile menu

-----------------------------------------------------*/
.m_classLink {
  display: none;
}


@media (max-width:1024px){


/*----pcasideMenu close---*/	
.classLink{ display: none;}

/*----ipadMenu style---*/	
.m_classLink {
    display: block;
    position: relative;
}

.m_classLink a.main {
    display: block;
    font-size: 1em;
    color: #000;
    position: relative;
    padding:0.625em;
    background-color:#eae9e3
}

.m_classLink ul {
     position: relative;
    left: 0;
    top: 0;
    width:99.6%;
    background-color: #fff;
    border-left: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    overflow-y: auto;
    list-style: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
    z-index:9999;
}

.fa-down {
	margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    display: block;
    font-size: 0.9375em;
    position: absolute;
    right:30px;
    top:30%;
	z-index:5

}

.fa-down:after {
	position:absolute;
    display: inline-block;
   border-right:0.125em solid #7e6026;
    border-bottom:0.125em solid #7e6026;
    width:0.625em;
    height:0.625em;
    transform: rotate(45deg);
    -webkit-transform: (45deg);
    cursor: pointer;
	content:""}

}


  /*-------------------
      Tit -1
-------------------------*/
.pagerTitsec{
     padding:8px 15px 10px 5px;
	margin-top:10px;	
}

.pagerTitblock{
	display: inline-block;
    vertical-align: top;}

.pagerTitblock h3{    
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    color: #171822;
    font-size:1.75em;
    font-weight: 700;
    margin: 8px 0px;
	display: inline-block;
	letter-spacing: 1px
}
.pagerTitblock:before {
    content: '';
    width: 37px;
    height: 37px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background: url(/images/icon/tit-icon.png);
    top: 9px;
    position: relative;
}


.pagerTitblock:after {
    content: '';
    width: 37px;
    height: 37px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background: url(/images/icon/tit-icon.png);
    top: 9px;
    position: relative;
}
@media (max-width:800px){
.pagerTitsec{  
	position: relative;
    text-align: center;	
	margin: auto;}
	
.pagerTitblock h3{
	background:#eae8e1;
	padding:5px 7px; 
	font-size:1.5em; 
	border-bottom: #9b0000 solid 1px}	
.pagerTitblock:after { display:none}
.pagerTitblock:before { display:none}

}
@media (max-width:414px){
	.pagerTitblock h3{ font-size:1.3em; font-weight: bold }	
		
}

  /*-------------------
   Tit -2
-------------------------*/

  .InpagerTitsec{
      padding:0;
	margin-top:0;
	  margin-bottom: 15px;
	  display: block;
    line-height: 1.5;   
	  top: -25px;
    position: relative;
}


 
 .InpagerTitsec h4{
	 font-family: "微軟正黑體","Helvetica Neue",Helvetica,sans-serif,"新細明體";
    color:#000;
	 font-weight:700;
	 font-style: normal;
    font-size: 1.5em;
    text-align: center;
    border-bottom: 1px solid #ccc;
    margin-bottom:25px;
}

.InpagerTitsec span {
    position: relative;
    bottom: -3px;
    display: inline-block;
    padding: 0 30px 10px;
    border-bottom: 5px solid #9c0303;
}



/*-----------------------------------------
  pagerdetail--TXTnews Tit -3style 
------------------------------------------*/

.DetailTitsec{
    line-height: 1.5;   	
    position: relative;  
	  clear: both;
    margin-bottom:15px;
    padding:0px 5px;
  border-bottom: 1px solid #e1e4e6;  
    line-height: 1.5;
}


 
 .articleTitle{
	  font-family: "微軟正黑體","Helvetica Neue",Helvetica,sans-serif,"新細明體";
    color:#892621;
    text-align:left;
    font-size: 1.4em;    
	  font-weight:700;
	 	 font-style: normal;
    margin-bottom:5px;
    position: relative;
	     display: inline-block;
    vertical-align: top;
	 top: -7px;
}


/*---date share---*/
.DetaillabelSec{
      margin-bottom: 8px;  
	text-align: left;
	  
}
.DetailTitDate{
  	font-size:1em;
	  font-weight:bold;
    line-height: 1.8;
    color: #a18c5e;
    position: relative;
     font-family: "arial";
    text-align: left;
    letter-spacing: 1px;
    padding-left:0px;
}

.Detail-inline {
	font-size:1em;
	color: #555;
	 font-weight:800;
	padding-left: 8px;
	  display: inline;
	margin-right:5px;}

    

.share-label {
	float: right;
	    display: flex;
    justify-content: flex-end;
	padding-right:5px;
    border-radius:5px;
     padding:3px 10px;
    line-height: 1.2;
	background-color: #f5f5f5;}

.share-label ul{
	  align-items: center;
	list-style: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: 0;
	display: flex;
	left: 0
}

.share-label ul li{
	font-size: 1em;
    color: #555;
    font-weight: 800;
	display: inline-block; 
	margin-right:8px}


.share-label ul li a{display: inline-block;  cursor: pointer; border: none}
.share-label ul li img{ cursor: pointer; border: none}



/*==========================================

files
===========================================*/
 .filesBoxTit{ 
	 clear: both;
     font-size: 1em;
	 letter-spacing: 1px;
    border-bottom: 1px solid #D3D3D3;
          line-height: 1.4;
    font-weight: 700;
    font-size: 1.2em;
    color: #80050a;
        margin:30px auto 5px auto;
    padding:5px 20px; 
	 display: block;
	 font-weight: bold;
}
.filesBox{ 
	background: #f9f9f9;  
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin:15px auto 5px auto;
    line-height: 1.45;
    position: relative;
    padding:10px  10px;
}

.filesBox ul{
	display:block;
	padding: 0;
	margin: 0;
	list-style: none;
	list-style-type:  none;
}

.filesBox ul li{
	  border-left:6px solid #9b0000;
	     display:block;
    padding: 8px;
    background-color: #fff;
    box-shadow: 0 0 2px #b6b6b6;
	margin-bottom:10px;
	margin-top: 10px
}

.filesBox ul li a{
		font-size: 1em;
    vertical-align: middle;
        color: #343434;
    font-weight: normal;
    text-decoration: none;
}
.filesBox ul li a:hover{
	color:#a18c5e;

}

@media screen and (max-width:800px) {
.filesBox ul li a{	font-size: 0.938em;}
}

/*==========================================

files-img
===========================================*/
.files-newsImg {
  margin: 30px auto;
	max-width: 100%
}

.files-newsImg ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin:0;
	list-style: none;
	list-style-type: none;
	padding: 0

}
.files-newsImg li {
  width:33.3333%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
}

@media (max-width:991px) {
  .files-newsImg ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
	.files-newsImg li {
		width:42%;}
}




@media (max-width:800px) {
  .files-newsImg .inImg-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.files-newsImg .inImg {
  border: 5px solid #eaeaea;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
	max-width: 100%;
	width: 100%;
}  

@media (max-width:800px) {
  .files-newsImg .inImg {
        width: 100%;
      max-width: 100%;  }
}

.files-newsImg .inImg img {
  display: block;
  width: 100%;
}


.itemHoverMore .inImg {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  border: 5px solid #eaeaea;
 }

.itemHoverMore .inImg::before, .itemHoverMore .inImg::after {
  content: '';
  position: absolute;
  top: 50%;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  pointer-events: none;
}

.itemHoverMore .inImg::before {
  content: '+';
  left: 50%;
  margin-left: -19px;
  margin-top: -20px;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  width: 38px;
  height: 38px;
  border-radius: 50%;
	color: #fff;
	font-size: 1.25em;
	text-align: center;
	vertical-align: middle;
  background-position: 50%;
	background-color:#9b0000
}

.itemHoverMore .inImg::after {
  content: 'Zoom';
  left: 0;
  margin-top: -11px;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  width: 100%;
  height: 22px;
  text-align: center;
  font-size:0.875em;
  color: #af232b;
  text-transform: uppercase;
}

.itemHoverMore .inImg img {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.itemHoverMore:hover .inImg {
  border-color: #af232b;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.itemHoverMore:hover .inImg::before, .itemHoverMore:hover .inImg::after {
  opacity: 1;
}

.itemHoverMore:hover .inImg::before {
  -webkit-transform: translateY(-60%);
  -ms-transform: translateY(-60%);
  transform: translateY(-60%);
}

.itemHoverMore:hover .inImg::after {
  -webkit-transform: translateY(60%);
  -ms-transform: translateY(60%);
  transform: translateY(60%);
}

.itemHoverMore:hover .inImg img {
  opacity: 0.35;
}


/*==========================================

content 
===========================================*/
.Content {
    display: block;
    width: 100%;
    max-width:100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	line-height: 1.8;
    word-break: normal;
	padding: 15px;
	margin-bottom:50px
}

/*.Content*/


@media screen and (max-width:800px) {
	
	.Content {margin-bottom:120px}
}

/*==========================================

content  card department
===========================================*/

.Panel-frame {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top:30px;
	margin-bottom:50px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	  position: relative;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 4px #ccc;
    box-shadow: 0 2px 4px #ccc;
	background-color: #fff;	
	   animation-name:topUP;
  animation-duration:2s;

}

@keyframes topUP {
  0%{
     top:180px;
  }
  100%{
     top:0px;
  }
}

/*--left 3dbg---*/
.Panel-frame:before {
    content: "";
    top: 11px;
    left: -14px;
      border-style: solid;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left:0px;
    width: 0;
    height: 0;
	font-size: 0em;
    line-height: 0; 
    border:15px solid transparent;
    border-top-color: #530003;
    border-right-color:#530003;
        position: absolute;
    display:block;
	z-index: -1
}

/*--right  3dbg---*/
.Panel-frame:after {
    content: "";
     top: 11px;
    right:-11px;
	font-size: 0em;
    line-height: 0;
      border-style: solid;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right:0px;
    width: 0;
    height: 0;
    border:15px solid transparent;
    border-top-color: #530003;
    border-left-color:#530003;
	     position: absolute;
    display:block;
	z-index: -1
}


/*---box img---*/

 .Panel-labelBg {   
    display: block;
    overflow: hidden;
    padding: 0;
    width: 103%;
    font-style: normal;
    z-index: 1;
    position: absolute;
    left: -14px;
    right: 0px;
	 margin: -20px auto 0px auto;}

 .Panel-labelBg:before {
	 content: "";
	  width: 100%;
	 max-width: 100%;
	  line-height: 34px;
    height: 34px;
	 display: inline-block;
   background: url("/images/Bgphoto/frameBoxbg.jpg");
	 background-position: center;
	 background-size: cover;
	 background-repeat: repeat-x;
	 position:relative
	 
}



/*----tit Unit tit---*/
.frameHead{  
	padding:0;
	margin: 0;
  display:block;
	clear: both;
	position: relative;
	max-width: 100%;
	width:100%; 
	padding-top: 30px;
	word-wrap: break-word;
	word-break: break-all
}

.unitHead {
	padding: 5px 15px;
	display:block;
    font-size: 1.45em;
    line-height: 1;
    font-weight: 700;
    color: #80050a;
	text-align: left;
	word-wrap: break-word;
	word-break: break-all
}


/*----TXT---*/
.Panel-frame-body{

    display: block;
	text-align: left;
    padding:10px 5px;
    font-size: 1em;
	position: relative;
    max-width: 100%;
	line-height:1.25;
	word-wrap: break-word;
	word-break: break-all;
	white-space: pre-line;
}
	
.Panel-frame-body p{	
    margin: auto;
}

/*----telinfo---*/
.info-area {
    padding: 20px 10px;
    background-color: #f2f2f2;
	text-align: center;
	font-weight: bold;
	margin:0;
	max-width: 100%;
	width: 100%;
}

/*-----部門介紹內文----------*/
.unitAboutArea{
	float: left;
	width:98%;
	    flex: 0 0 98%;
    max-width:98%;
	position: relative;
	padding: 0 10px;
	min-height: 1px;
	line-height: 1.5;
	text-align: left
}
.unitAbout{
	max-width:100%;
	display:block;
	position: relative;
word-wrap: break-word !important;
word-break: break-all!important;
	overflow-wrap: break-word
}
.unitAbout ol{
	display: block;
	padding: 0;
	margin: 0;
	left: 0;
	list-style: none
}

.unitAbout ol li{
	letter-spacing: 1px;
	text-align: left;
	
	word-wrap: break-word !important;
  word-break: break-all!important;
	display: block;
	padding-bottom:5px;
	margin: 0 auto;
	white-space:pre-wrap!important;

}

@media only screen and (max-width:1200px) {
	.Panel-frame:before { left: -10px}
	.Panel-frame:after {right:-8px}
	.Panel-labelBg {left:-10px}
}

@media only screen and (max-width:800px) {
	
	.Panel-frame-body{ font-size: 0.938em; padding:15px}

}
	
@media only screen and (max-width:768px) {
	.Panel-labelBg {   
	width: 103.7%;
	max-width: 103.7%;
	 right: -10px;}

	.Panel-frame:after {  right:-10px;}
	
}

	@media only screen and (max-width:533px) {
	.Panel-labelBg {   
	    width: 106.5%;
    max-width: 106.5%;
		   
}
	.Panel-frame-body{ padding:15px 8px}
}




/*---------------
return
---------------*/

.Return-Box {
    z-index: 1;
    text-align: center;
    margin:30px auto 30px auto;
    clear: both;   
    display: block;
    position: relative;
	flex:0  0 100%;
	max-width: 100%;
	width:100%;
}


.viewBtnBox {
    font-family: 微軟正黑體, "Microsoft JhengHei", MingLiU, Arial, sans-serif;
    transition: .3s;
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.viewBtn { 
	 font-style:normal;
	 line-height:1.8;
	 display: inline-block;
    position:relative;
    padding:8px 20px;
    font-weight: 600;
	color:#FFF;
	 text-align:center; 
	text-decoration: none;
    letter-spacing:0.063em;
    border-radius: 0;
	cursor:pointer;
	     background-color: #892621;  
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.45);
    box-shadow: 0 1px 2px rgba(0,0,0,.45);
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
	font-size: 0.875em;
}

 .viewBtn:hover{ background-color:#252f2f;color:#FFF}

.viewBtn a{
	letter-spacing: 1px;
	
	font-family: 微軟正黑體, "Microsoft JhengHei", MingLiU, Arial, sans-serif;
	color:#FFF}



@media screen and (max-width:800px){

.viewBtn { font-size:0.688em;} 

}

/*-----------------------------

pagerPagination
---------------------------*/
	
	
.navigation-example{
    margin:0 auto;
    white-space: nowrap;
    text-align:center;
	z-index: 1;  
	clear: both;
    padding:10px 0 20px 0;
    position: relative;

}

 .pagination {
      padding: 0;
    margin: 0;
	 left: 0;
    list-style: none;
    list-style-type: none;
	}


.page-link:not(:disabled):not(.disabled),.page-item a {
    cursor: pointer;
}
.page-link,.page-item a {
	position: relative;
    display: block;
    padding:6px 11px;
    margin-left: -1px;
    line-height: 1.25;
    color: #333;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.page-item:first-child .page-link,.page-item:first-child page-item a {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}
.page-item{ 
	cursor: pointer;  
	display: inline-block;
	list-style: none;
    list-style-type: none;
    margin-right: 5px;
}

 .page-link:hover,.page-item a:hover {
    z-index: 1;
    color: #fff;
    background-color:#892621;
    border-color:#892621;
}
.page-item.active .page-link,.page-item.active a {
    z-index: 1;
    color: #fff;
      background-color:#892621;
    border-color:#892621 ;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0;
}

/*==========================================

	sub Menu

===========================================*/

.Con-subBox {
   text-align: center;
    padding: 0;
    position: relative;
    margin:12px auto 0 auto;
    display: block;
}

.Con-subBox ul {
    display:inline-block;
    vertical-align: top;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    text-align: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	    line-height: 1.2em;
}
.Con-subBox ul li{
    list-style: none;
   text-align: center;
    display: inline-block;
	    vertical-align: top;
    position: relative;
    font-size:0.938em;
     font-weight: 500;
    letter-spacing: normal;
    font-family: '微軟正黑體', sans-serif;
	margin-bottom:10px;
	margin-right: 15px;
	background-color: #FFF;
	border-radius: 4px;
	
 

}
.Con-subBox ul li:before{
 background: #e1dccc;
	background-position: bottom;
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	height:5px;
	width: 100%;
	background:#e1dccc; 
	bottom: 0;

}


.Con-subBox ul li a{
	border:1px solid #e1e4e6;
    display: block;
    position: relative;
    padding: 10px 22px;
    color: #000;
    cursor: pointer;
    outline: 0; 
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.1);
    box-shadow: 0 2px 4px rgba(0,0,0,.1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	text-decoration: none ;
    letter-spacing: .05em;
}

.Con-subBox .Presetlink{
    background-color: #e1dccc;
    color: #000;
}
.Con-subBox ul li a:hover{
	 background-color: #e1dccc;
	color: #000;}


/*==========================================

 News panel

===========================================*/

.p-news-panelBox{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    margin-bottom:25px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*cursor: pointer;*/
}

.p-news-frameBlock {
    position: relative;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 4px #ccc;
    box-shadow: 0 2px 4px #ccc;
    width: 100%;
}



/*-----------
hot sign
------------*/
.p-news-sign {
    position: absolute;
    top: -7px;
    left: -10px;
    padding: 5px 26px 4px;
    background-color: #80050a;
    line-height: 1.5;
    font-weight: 700;
    font-size: 0.875em;
    color: #fff;
}


.p-news-sign:before {
    content: "";
    position: absolute;
    right: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    top: 0;
    border-color: #80050a transparent transparent;
    border-width: 17px 10px 0 0;
}

.p-news-sign:after, .p-news-sign:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
}

/*--hot cardleft shadow---*/
.p-news-sign-undershadow{
	display: block;
}

.p-news-sign-undershadow:before {
    content: "";
    display: block;
    position: absolute;
    top: 23px;
    left: -10px;
    width: 0;
    height: 0;
    border-color: transparent #530003 transparent transparent;
    border-style: solid;
    border-width: 0 10px 10px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}




/*---signtop----*/
	.p-news-sign:before {
    top: 0;
	position: absolute;
    top: 0;
    right: -10px;
    border-color: #80050a transparent transparent;
    border-width: 17px 10px 0 0;
}
/*---signbottom----*/
.p-news-sign:after {
	  position: absolute;
    bottom: 0;
	right: -10px;
    border-color: transparent transparent transparent #80050a;
    border-width: 17px 0 0 10px;
}

/*--img+detail----*/
 .News-info-body {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
   font-size:1em;
    padding: 10px 10px;
    overflow: hidden;
    box-sizing: border-box;
 -webkit-box-sizing:border-box;
 margin-left: auto;
	 width:100%;
 max-width: 100%;
 }

/*.News-info-body a{
    display: contents;
}*/

/*------------
Txt
------------*/
 .p-news-infoCol{
  display:table;
  font-size:1em;
  width: 82%;
  max-width:82%;
  margin-left: auto;
  margin-top:8px
 }



.p-news-infocol-l{
	     flex: 0 0 88%;
    max-width: 88%;
    position: relative;
    min-height: 1px;
    padding-right:0px;
    padding-left: 0px;
	/*margin-left: auto;*/		
}

.p-news-infocol-r{
	    flex: 0 0 10%;
    max-width:10%;
    position: relative;
    min-height: 1px;
	margin: auto;
    padding-right:0px;
    padding-left: 0px;		
}


/*--------------

 news card btn
-------------*/
.p-newsMoreCol{  
	float: right;
    position: relative;
    display: inline-flex;
    right: 20px;
	 margin-top: 45%;
}

/*--------------

detailtit
-------------*/
.p-news-date{
     text-transform: initial;
    font-size: 0.938em;
    line-height: 1.8;
    color: #a18c5e;
    display: inline-block;
    position: relative;
    width: 100%;
    font-family: "arial";
    margin:5px auto 3px auto;
    text-align:left;
    font-weight: bold;
    letter-spacing: 1px;
	padding-left: 16px
}
.p-news-title{ 
	overflow-wrap: break-word;
	display: block;
	padding:0  ;
	float: left; 
	margin-top:15px;
	margin: 0;
    font-weight: initial;
	padding:0 10px;
	max-height: 105px;
	overflow: hidden
}

.p-news-title a,.p-news-Text {
    display: inline-block;
    vertical-align: middle;
    color: #3f3f3f;
    font-size:1em; 
    font-weight: 400;
     line-height: 1.75;
	text-align: left;

}

.p-news-title a:hover,.p-news-Text:hover{color:#8e7c53;}


/*--------------
NEWS img
-------------*/

.p-news-imageCol{
	float: left;
	position: relative;
	width:18%;
	max-width:18%;
	margin-top:18px;
	 display:-webkit-box;
  display:-ms-flexbox;
  display:flex;   
	margin-right: 5px;
	
  }
.p-news-image {
	 top:0px;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    max-width: 110px;
    height: 110px;
    margin: 0 30px 15px 0;
    position: relative;
    overflow: hidden;
    padding: 0;
    background-color: #f2f2f2;
    outline: 0;
    vertical-align: baseline;
	float: left;
	margin: auto
}

.p-news-image img {
	 border: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; 
	transition: all 0.3s linear;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.p-news-image :hover img {
	 border: 0;
    opacity: 0.8;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}


@media screen and (max-width:1200px){
	.p-news-infocol-l {flex: 0 0 80%;   max-width: 80%;}	
	.p-news-imageCol{max-width: 20%; flex:0 0 20%; }
}



@media screen and (max-width:800px){
.News-info-body {display: block;}
.p-news-infocol-l {flex: 0 0 100%;max-width: 100%}
.p-news-infocol-r {flex: 0 0 100%;max-width: 100%}
.p-newsMoreCol{margin-top:0%;bottom:8px}
/*--img---*/
.p-news-imageCol{width:100%;max-width: 100%; flex:0 0 100%; float: none;margin:8px auto}
.p-news-image {max-width: 480px;height: auto;left: 0px;margin: auto; margin-top:20px}
	
/*--txt---*/
.p-news-infoCol{width:100%;max-width: 100%; flex:0 0 100%;margin-right: auto;}
.p-news-title{height:auto;overflow: hidden; font-size:0.938em;padding:8px 15px;max-height: unset;}
.p-news-title a {font-size: 0.938em;letter-spacing: 1px}
.p-news-date{text-align: center;padding-left:0}
   
}



/*----year select---*/
.year-pulldown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	margin:20px auto
}

.year-pulldown-list:hover {
    opacity: .8;
}

.year-pulldown-list {
	width: 38%;   
    color: #333;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.1);
    box-shadow: 0 2px 4px rgba(0,0,0,.1);
    position: relative;
}

.year-pulldown-select {
    min-height: 40px;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding-top:5px;
    padding-left: 16px;
    font-size: 1em;
    color: #333;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; 
	text-transform: none;   
	margin: 0;
	cursor: pointer;
}


/*----arrow---*/
.year-pulldown-list:after {  
    content: "";
	display: block;
    position: absolute;
    top: 50%;
    width: 5.08px;
    height: 5.08px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    -webkit-transform: rotate(135deg) translateX(-50%);
    transform: rotate(135deg) translateX(-50%);
	cursor: pointer;
	  top: 46%;
    right: 10px;
	
}


/*==========================================

sideMenu Img (page1-pege7)

===========================================*/

.side_menuBg1{
	display: block}

.side_menuBg1:before{
	/*background: url("/images/pageBannerSide/side_menuBg1.png");*/
	background-position: center center;
	background-repeat:no-repeat;   
	background-size: contain;		
}


.side_menuBg2{
	display: block}

.side_menuBg2:before{
	/*background: url("/images/pageBannerSide/side_menuBg2.png");*/
	background-position: center center;
	background-repeat:no-repeat;   
	background-size: contain;		
}

.side_menuBg3{
	display: block}

.side_menuBg3:before{
	/*background: url("/images/pageBannerSide/side_menuBg3.png");*/
	background-position: center center;
	background-repeat:no-repeat;   
	background-size: contain;		
}

.side_menuBg4{
	display: block}

.side_menuBg4:before{
	/*background: url("/images/pageBannerSide/side_menuBg4.png");*/
	background-position: center center;
	background-repeat:no-repeat;   
	background-size: contain;		
}



.side_menuBg5{
	display: block}

.side_menuBg5:before{
	/*background: url("/images/pageBannerSide/side_menuBg5.png");*/
	background-position: center center;
	background-repeat:no-repeat;   
	background-size: contain;		
}


.side_menuBg6{
	display: block}

.side_menuBg6:before{
	/*background: url("/images/pageBannerSide/side_menuBg6.png");*/
	background-position: center center;
	background-repeat:no-repeat;   
	background-size: contain;		
}


.side_menuBg7{
	display: block}

.side_menuBg7:before{
	/*background: url("/images/pageBannerSide/side_menuBg7.png");*/
	background-position: center center;
	background-repeat:no-repeat;   
	background-size: contain;		
}


/*==========================================

SITE NAVIGATOR

===========================================*/

ul.site {
	overflow: hidden;
	list-style: none;
	padding-left: 0;
	margin:1.875em 0;
	display: table
}



.site ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
	padding:0;
	margin: 0;
}

.site ul li{
	display: inline-block;
}

.site .box> ul {
	padding:0;
	margin:0;
	top:0;
	list-style: none;
	list-style-type:none; 
	left: 0
}




.site .box {
	list-style: none;
	list-style-type:none; 
    border-radius: 5px;
    width: 30%;
    max-width: 30%;
    position: relative;
    margin:20px 10px;
    padding: 0;
    box-shadow: 3px 3px 3px 0 rgba(0,0,0,.2);
    border: 1px #ddd solid;
    overflow: visible;
    float: left;
	display:table-cell;
	cursor: pointer;
	color: #000
	}


.site .box:hover, .site .box:focus {
background-color:#eae9e3;

}
.site a {
	color: #000;
	position: relative;	
	text-decoration: none;
	-o-transition: all .20s linear;
	-webkit-transition: all .20s linear;
	transition: all .20s linear;
	display: block;
}
.site ul li a:hover,
.site ul li a:focus {
		color:#973333;
}



.site .box>ul>li {
	padding:5px 15px;
	display: inline-block;
	width:100%;

}




.site .box h3{
    line-height: 1.125em;
    margin: 0;
    padding: 0;
}


/*----site maptit----*/
.site .box h3>a {
	display: block;
	color: #fff;
	padding:10px 15px;
	font-size: 1.125em;
    background-color:#9b0000;

}
	.site .box>a:hover,
	.site .box h3>a:hover,
	.site .box>a:focus,
	.site .box h3>a:focus {	
		color:#fff;  

	}


.site .box>a span,
.site .box h3>a span {
	color: #fff
}


.sitemapTitBg {
    position: relative;
    width: 100%;
    max-width: 100%;
    display: block;
	padding:0;
	margin: 0;
    background: url(/images/Bgphoto/pagertableBg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    max-width: 100%;
    height: 25px;
    overflow: hidden;
  background-color:#9b0000;

}


@media screen and (max-width:800px) {

.site .box{
	 margin: 5px auto 20px auto;
	width:95%;
	max-width:95%}


}
 


/*---------------------
 SHARE 20201103
-----------------------*/

.p-shareArea {
    width: 100%;
    max-width: 100%;
    position: relative;
	float:left;
	margin-bottom:20px;
	clear:both;
	z-index: 1 /*---20201111-----*/

}

    .p-shareArea ul {
        padding: 0;
        list-style-type: none;
        list-style: none;
        margin: 0;
    }


    .p-shareArea li {
        cursor: pointer;
        font-size: 1rem;
        line-height: 1.5;
        display: inline-block;
        float: left;
        text-align: center;
        list-style: none;
        margin-right: 10px;
        white-space: nowrap;
        vertical-align: middle;
    }



/*----社群分享產品----*/

@media (max-width: 991px) {
    .p-shareArea {
        position: relative;
        margin:10px auto 0px auto;
    }
}

/*---------------------
 返回、下一頁
-----------------------*/

.page-arrow {
    cursor: pointer;
    position: absolute;
    top: 0;
    z-index: 1;
}

.page-arrow a{
	text-decoration: none;
	font-weight: bold;
	color: #000;
	font-size: 1em}

 .page-arrow a:hover{
	color: #9b0000;
}

.page-arrow-pre{
	left:15px
	
}
.page-arrow-next{
	right:15px
	
}
/*---arrowntxtbox---*/
.page-arrow i{
	font-style:normal !important;
	display: inline-block;
     text-transform: uppercase;
        top:0;
    position: relative;
}

.page-arrowTxt-pre{
	margin-left: 0px;
	display: inline-block;
	
}

.page-arrowTxt-next{
	margin-right: 5px;
	display: inline-block;
}


/*---arrownimgbox---*/
.page-arrow span {
    display: inline-block;
    letter-spacing: .2em;
     text-transform: uppercase;
        top:18px;
    position: relative;
}





.parrow {
    width: 50px;
    height:30px;
    margin:0;
    display: inline-block;
    position: relative;
	top: 15px;
}



/*--- < >----*/

.parrow::before {
    content: '';
    display: block;
    width:16px;
    height:16px;
    top:40%;
    left:30%;
    border-style: solid;
    border-color: #000;
    border-width: 2px 2px 0 0;
    position: absolute;
    transform-origin: 50% 50%;
}

/*--直線--*/
.parrow::after {
    content: '';
    display: block;
        top:20%;
    left: 20%;
    border-style: solid;
    border-color: #000;
    position: absolute;
    transform-origin: 50% 50%;
		
}

/*---right---*/
.parrow.pright::before {
    transform: rotate(45deg);
    margin: -15px 0 0 10px;
}
.parrow.pright:after {
    width: 50px;
    height: 0;
    border-width: 2px 0 0 0;
     transform: translate(-14px, -1px);
}


/*---left---*/

.parrow.pleft::before {
    transform: rotate(-135deg);
    margin: -15px 0 0 -17px;
}
.parrow.pleft::after {
    width: 50px;
    height: 0;
    border-width: 2px 0 0 0;
    transform: translate(-14px, -1px);
}
@media (max-width:385px) {
	.page-arrow a{font-size:0.813em}
	.parrow {width:40px; height:30px;}
	.parrow::before {left:42%;}
	.parrow::after {left: 35%;}
	.parrow.pleft::after{width:40px;}
    .parrow.pright:after { width:40px;transform: translate(-9px, -1px)
	}

}
	
/*==========================================
交通
===========================================*/
	
.traffic{
	position: relative;
	background-color: #eae8e1;
    padding:  15px;
    border-radius:5px;
    margin: 20px auto;
}
.traffic ul {
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0
}

.traffic ul li {
    list-style: none;
    padding-left: 15px;
    position: relative;
	display: block;
	color: #222
}

.traffic ul li a{
	color: #222;
}

.traffic ul li a:hover,.traffic  ul li  a:focus {
    color: #2a6496;
    text-decoration: underline;
}

.traffic strong {
	font-weight: bold;
    font-size:1.25em;
   color: #0078bb;
}


.traffic .traffkind {
    font-weight: bold;
    margin-right: 10px;
    color:#892621;
    font-size:1.05em;
}

/*==========================================
首長
===========================================*/

.support-location-img {
	position: relative;
    margin-bottom:80px;
    display: flex;
    position: relative;
    background:#9b0000;
	text-align: center
}


 .support-location-img::before {
    position: absolute;
    content: "";
	 background:url("/images/leaderBg.png");
	 background-repeat: no-repeat;
	 background-position: center;
	 width: 32px;
    height: 100%;
	 background-size: contain;
   right:  -25px;
    z-index: 0;
}


 .support-img-cap {
	     position: absolute;
    bottom: 113px;
    right: -113px;
    transform: rotate(-90deg);
	 

	  margin:0 auto;
	-ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);

}


 .support-img-cap span {
	 position: relative;
	     font-family: 'Open Sans', sans-serif;
    font-weight: 400;
   background: rgba(255, 255, 255, 0.8);
    padding: 15px 5px 15px 5px;
    font-size: 1.75em;
    color: #000a2d;
    text-transform: uppercase;
    font-weight: 700;
    display: contents;
    text-align: center;
    display: block;
}

/*==========================================

無障礙

===========================================*/
.GuideBrick {
    color: #f1ebe9;
}

    .GuideBrick:focus {
        color: #000;
    }

/*==========================================

英文斷行

===========================================*/
.EnContent {
    word-break:keep-all;
    text-align:justify;
}


/* Animation webkit */
@-webkit-keyframes myfirst
{
	0% {margin-left: -235px}
	90% {margin-left: 100%;}
	100% {margin-left: 100%;}
}

/* Animation */
@keyframes myfirst
{
	0% {margin-left: -235px}
	70% {margin-left: 100%;}
	100% {margin-left: 100%;}
}

.boatAni{
	background-image:url("/images/boat.png");
	background-repeat: no-repeat;
	width: 235px;
	height: 104px;
	margin-left: -235px;
	position: absolute;
	animation: myfirst 45s;
	-webkit-animation: myfirst 45s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
}

#boat1{
	top:87%;
}

#boat2{
	top:76%;
	animation-delay: 35s;
	-webkit-animation-delay:35s;
}


/*----------------
bg
------------*/

#form{
	display: flex;
	max-width: 100%;
	height: 100%;	
	overflow: hidden;
	position: relative;
	background:url("/images/seabg.jpg");
	background-repeat: no-repeat;
	background-position:center;
	 background-size: cover;
}

/*----------------
from star
------------*/

/*---welcome----*/

.content_description {
	text-align:left;
	border-radius: 4px;
    -ms-flex: 0 0 78%;
    flex: 0 0 78%;
    max-width: 78%;
    padding:10px;
    display: block;
    margin:20px auto;
	  background-color: rgb(255,255,255,0.8);
    background-color: rgba(255,255,255, 0.8);
}

/*---wrap----*/
.contactWrap{ 
	display: block;
    min-width: 300px;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
  	margin:150px auto 30px auto;
    padding:60px 0 90px 0
}


/*----------------
from tit
------------*/


.contactHeadbg{
    width: 406px;
    height: 161px;
    position: absolute;
    background: url(/images/Bgphoto/sec06Bg-right.png);
	opacity: 0.9;
    background-repeat: no-repeat;
    background-position:center;
    background-size: contain;
    left:15px;
    top:15px;}

.contact-header {
   color:#fff;
    position: absolute;
    transform: rotate(360deg);
    top: 135px;
    right: 60px;
	padding-bottom: 20px;
}
.contact-header div {
	font-family: 'Lato', sans-serif;
    font-size: 1.7em;  
	text-shadow: #929292 1px 1px 2px;
}

/*----------------
輸入
------------*/

.contactWrap form{
	margin: 0 auto;
	max-width: 80%;
	position: relative;
	display: block
	
	
}
.contactWrap label, input, textarea{
	display: block;	 
	width: 100%;
}
.contactWrap input, textarea{
	font-family: '微軟正黑體',Helvetica,Arial,Heiti TC,"メイリオ",sans-serif;
	    width: 100%;
	border: none;
	border-radius:4px;
	outline: none;
	padding: 10px;
	font-size: 1em;
	color: #333;
	transition: border 0.5s;
	-webkit-transition: border 0.5s;
	-moz-transition: border 0.5s;
	-o-transition: border 0.5s;
	border: solid 3px #98d4f3;	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	
}
.contactWrap select {
    font-family: '微軟正黑體',Helvetica,Arial,Heiti TC,"メイリオ",sans-serif;
    width: 100%;
    border: none;
    border-radius: 4px;
    outline: none;
    padding: 9px;
    font-size: 1em;
    color: #333;
    transition: border 0.5s;
    -webkit-transition: border 0.5s;
    -moz-transition: border 0.5s;
    -o-transition: border 0.5s;
    border: solid 3px #98d4f3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



.contactWrap  textarea{
	font-family: '微軟正黑體',Helvetica,Arial,Heiti TC,"メイリオ",sans-serif;
	height: 150px;	
	resize: none; 
	overflow: auto;
}
.contactWrap input[type="submit"]{
	display: block;
	background-color: #F90;
	color: #000;
	height: 50px;
	cursor: pointer;
	max-width: 100%;
	margin-top: 30px;
	font-size: 1em;
	font-family: '微軟正黑體',Helvetica,Arial,Heiti TC,"メイリオ",sans-serif;
	-webkit-transition: background-color 0.5s;
	-moz-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
	transition: background-color 0.5s;
}


.contactWrap input:focus, textarea:focus,select:focus{
	border: solid 2px #77bde0;	
}





.contactWrap label{
	font-family: '微軟正黑體',Helvetica,Arial,Heiti TC,"メイリオ",sans-serif;
	text-align: left ;
	font-size: 1em;
	margin-top: 20px;
	padding-left:15px;
	color: #000
}


.contactWrap input, textarea:placeholder {
	font-family: '微軟正黑體',Helvetica,Arial,Heiti TC,"メイリオ",sans-serif;
    color: rgba(0, 0, 0, 0.5);
}
.formWrap .formgroup, .formgroup-active, .formgroup-error{
	display: block;
	width:90%;
}
.contactWrap em {
    color: #cf2828;
    font-style: normal;
    font-weight: normal;
    padding-right: 8px;
    display: inline-block;
}

@media screen and (max-width:475px) {

	.contactHeadbg{
    width: 100%;
    height:100px;
	left: 0}
	.contact-header h3 {
	font-size: 1.375em;}
		
	}

.blackh {
    font-size: 1.5em;
}

.redh {
    font-size: 1.5em;
    color: red;
}
.Content .cap_in {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.Content .cap_input {
	width: 135px;
}

.Content .refresh {
	width: 50px;
	height: 50px;
	/*background: #9c9c9c;*/
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 5px;
	background-color: #9c9c9c;
	background-image: url(/images/login_refresh.png);
	background-repeat: no-repeat;
	background-position: center;
}

	.Content .refresh:focus {
		background-color: #FFDC35;
	}

.Content .cap_num {
	width: 115px;
	background: #e0e0e0;
	color: #5f5f5f;
	font-size: 24px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}


.tictmeArea{
	display:table;
	margin-top:90px
}

.BusTimehrCard{
	display: block;
	overflow: hidden
	
}

.TimecardBG{  
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    display: block;
    margin-bottom: 30px;
    padding: 0;
    position: relative;
	background: #F5F5F5}

/*---------------
 open
--------------------*/
.BushoursBlock  {
    font-size: 1.125em;
    font-weight: bold;
    border-top: 1px solid #e1e4e6;
    padding: 15px 10px;
    max-width: 95%;
    width: 95%;
}

.BushoursBlock span {
	text-align: center;
    font-size: 1.125em;
    font-weight: bold;
    display: block;
	letter-spacing: 2px
}

#Bushourseps{
	color: #8c8c8c !important;
	font-size: 0.938em!important

}

/*---TIT---*/
.profile-titCh {
    font-family: 微軟正黑體, Helvetica, Arial, "Heiti TC", メイリオ, sans-serif;
    display: inline-block;
    font-size: 1.75em;
    line-height: 1;
    font-weight: 700;
    visibility: unset;
    margin-bottom: 5px;
    text-align: center;
    z-index: 2;
    padding: 0px 10px 0px 20px;
}
/*----BTN------*/

.hourMenu {
    bottom: 0;
    display: table;
    /* padding-left: 33.3333%; */
    position: absolute;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
     /* left: 50%; */
    right: 0px;
	z-index: 2
}
.hourMenu ul{
	list-style: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
	left: 0
}


 .hourMenu ul .menuTitle {
    font-size:1em;
    display: block;
    position: relative;
    margin-bottom: 5px;
    margin-left:5px;
    letter-spacing: 1px;
}


 .hourMenu ul li {
    display: inline-block;
    margin-right: 5px;
    z-index: 100;
    border-radius: 1px;
    overflow: hidden;
	 border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.1);
    box-shadow: 0 2px 4px rgba(0,0,0,.1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
	  transform: scale(1.0);
}
.hourMenu ul li:hover{ 
	transform: scale(1.1);
    transition: 0.2s;
    box-shadow: none;}

 .hourMenu ul li a {
	 cursor: pointer;
    font-family: '微軟正黑體',Helvetica,Arial,Heiti TC,"メイリオ",sans-serif;
	 font-style: normal;
    display: block;
    font-size:1em;
    font-weight: 700;
    letter-spacing:1px;
    padding: 5px 10px;
    position: relative;
    text-align: center;
    text-decoration: none;
    outline: none;
	 background-color:#222;
	 color:#FFF
	
 }


 .ahourMenu ul li a:hover{ 
	 background:#a18c5e;
      color: #fff;
	 }






/*------------------------
 ticket table
--------------------*/
.ticBox{
	margin-bottom:80px;
	position: relative;
}


.tic_table {
    width: 100%;
    max-width: 100%;
    margin:0px auto 15px auto;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.1);
    box-shadow: 0 2px 4px rgba(0,0,0,.1);
    -webkit-box-sizing: border-box;
    border-collapse: collapse;
    border:1px solid #e5e5e5;
}

.tic_table th {
	font-size:1.063em;
    vertical-align: middle;
    padding: 10px  10px 25px 10px;
    letter-spacing: 5px;
    text-align: center;
    color: #FFF;
    display: table-cell;
	border: .6px solid #fff;
	position: relative;
	
}

.tic_table th:before{
	    position: absolute;
    content: "";
    background: url(/images/Bgphoto/ticketbar.jpg);
	background-repeat: repeat-x;
    background-position: bottom;
    background-size: contain;
    bottom:0;
    left: 0;
    width: 100%;
    height:18px	
}



.tic_table tr td {
	    border: .6px solid #dadce0;
	letter-spacing: 0.5px;
    cursor: pointer;
    padding:5px;
    text-align:center;
    font-size:0.938em;
    display: table-cell;
	    word-break: break-all;
}
.tic_table tr{
	text-align: center; 
	border: none;
    display: table-row;
}




.tic_table tr:nth-child(2n){
	background:#eae9e3;
}


.col_kindExp{display:inline-block;font-size: 0.785em}



/*--類 別----*/
.tic_sort{ 
	color: #222;
	font-size: 1.125em !important;
    padding: 5px;
	font-weight: bold}



/*--ticketBg-----*/
.tic_table .thbg{
   background-color:#892621;

}
.tic_table .thbg-red{
   background-color:#9d0303;

}


/*--timeBg-----*/
.tic_table .thbg-blue{
    background-color:#03537f;

}

.tic_table .thbg-orange{
    background-color:#f39800;

}

.tic_table .thbg-black{
    background-color:#292929;

}

@media (max-width:1152px){
.hourMenu{ position: relative;top: 30px; left: 15px}
	
.tic_table th {
	padding:5px 5px 20px 5px;
	font-size:1em;
	letter-spacing: 1px
	}
	.tic_table th:before{height:13px}
}

@media (max-width:800px){
	
.tictmeArea{margin-top:150px;}
	
.tic_table tr td { 
		display: block;
		 border-bottom: .6px solid #dadce0;
		border-top: none;
		border-left: none;
		border-right: none	
	}
.tic_table tr td:before {
    content: attr(data-th) "  ";
    float: left;
    font-weight: bold;
    color:#892621;
    font-style: normal;
    display: inline-block;
    text-align: center ;
    padding-right: 8px;
}
	
.tic_table  tr {
    border: none;
	 display: block;
    width: 100%;
		
	}
.tic_table  tr th { display:none;}
	
.tic_sort {
    color: #222;
    font-size: 1.125em !important;
    padding: 5px;
    font-weight: bold;
    background:#292929;
    color: #fff;
}
	
	.BushoursBlock span{   
	text-align: left;
    font-size: 1em;
    font-weight: bold;
    display: block;
    letter-spacing: 1px;}
		
}

@media (max-width:375px){
    .tictmeArea{margin-top:200px;}

}

/*--------
aboutMap
----------*/

.aboutmapBox{
	position: relative;
	margin:15px auto 30px auto;}

.aboutmapBox a{cursor: pointer;}

.mapDowloadBox {
	position: relative;
	text-align: center;
        display: block;
    line-height: 44px;
margin-bottom: 60px}

.mapDowload{width:200px;text-align: center;padding:0 15px; margin:0px auto}
.mapDowload a{ font-size:0.938em; display:inline-block;text-decoration: none;border:1px solid #dcdcdc;color:#333333;padding: 0 15px;}
.mapDowload a:hover{color:#ffffff;background:#aaaaaa;}



/*--------
   說明
----------*/
.AttrBox{
	margin: 0;
	padding: 0;
    position: relative;
}
.AttrBox li{
	margin-bottom:5px;
    position: relative;
}
.AttrBox  li span {
    color: #f0740e;
    padding: 0 5px;
    position: relative;
}
/*---IMPORTANT---*/
.Attrimpor {
    font-size: 1.2em;
	font-weight: bold;
    color: #000;
	background-color: #F8F8F8
}


.danceimpor-txt {
    font-size: 1.063em;
	font-weight: bold;
    color: #000;
	text-align: center;
	background-color: #F8F8F8
}
.w5p {
    width: 5% !important;
}

.w7p {
    width: 7% !important;
}

.w10p {
    width: 10% !important;
}

.w13p {
    width: 13% !important;
}

.w15p {
    width: 15% !important;
}

.w20p {
    width: 20% !important;
}

.w25p {
    width: 25% !important;
}

.w30p {
    width: 30% !important;
}

.w40p {
    width: 40% !important;
}

.w45p {
    width: 45% !important;
}

.w50p {
    width: 50% !important;
}

.w55p {
    width: 55% !important;
}

.w60p {
    width: 60% !important;
}

.w70p {
    width: 70% !important;
}

.w75p {
    width: 75% !important;
}

.w80p {
    width: 80% !important;
}

.w85p {
    width: 85% !important;
}

.w90p {
    width: 90% !important;
}

.w95p {
    width: 95% !important;
}

.w100p {
    width: 100% !important;
}

.w170px {
    width: 170px !important;
}

.w160px {
    width: 160px;
}

.w125px {
    width: 125px;
}

.w250px{
    width: 250px;
}

.MultiContentHead {
    width: 100%;
    border: #d3d3d3 solid 1px;
    color: #fff;
    background: #999a9a;
    padding: 0.75em 0.313em;
    text-align: center;
}

.Mar-Top5p {
    margin-top: 5%;
}

.DIS_None {
    display: none;
}

.LinkColor {
    color: #642100;
}

.warning_Txt {
    color: #BD0000;
    font-weight: bold;
    font-size: 1.2em;
}

.Pad-Left15 {
    padding-left: 15px;
}

.Pad_0 {
    padding: 0;
}

.Text-Right {
    text-align: right;
}

.Text-Left {
    text-align: left;
}

.Width-Auto {
    width: auto !important;
}

.Mar-0 {
    margin: 0 !important;
}

.border-bottom8080 {
    border-bottom: 1px solid #808080;
}

.Clear-Both {
    clear: both;
}

.Cor_Red {
    color: #BD0000;
}

@media only screen and (max-width:860px) {
    #HeaderTag {
        display: none;
    }
}

.Height_0{
    height:0;
}

.Background_eee
{
    background:#eeeeee;
}

.Dis_Block
{
    display:block !important;
}
.single-Box {
    width: 31%;
    max-width: 31%;
	 margin: 15px 12px 20px auto;  
    border-bottom: 1px solid #d4d4d4;
    display: flex; 
	padding: 10px 0px;
    vertical-align: top;
    align-items: flex-start;
    position: relative;
    float: left;
	border-collapse: collapse;}

.single-artBlock {
    overflow: hidden;
    vertical-align: top;
    padding: 15px 8px;
    width:100%;
}

/*----nmae +txtbox--------*/

.artist-cap{
    padding:0px 0px ; 
	display:block;
	vertical-align: top;
	 margin: 0 auto 0px auto;
}

/*----name-----*/

.artist-name {
    display: table-cell;
    width: 100%;
    margin-bottom:5px;
}


.artist-name span {
    display: table-cell;
    max-height: 30px;
    height: 30px;
    overflow: hidden;
    line-height: 1.45;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    top: 0;
    padding: 0 ;
    color: #000;
    font-weight: 700;
    font-size: 1.125em;
}
    .artist-name span a {
        color: #000;
        font-size: 1.125em;
        font-weight: 700;
        text-decoration: none
    }

        .artist-name span a:hover, .artist-name span:hover {
            color: #a18c5e;
        }


/*----簡介--------*/

.artist-intro {
    display: block;
    width: 100%;
    max-width: 100%;
    padding:8px 0;
    margin-top: 0;
    margin-bottom: 10px;
    height: 100px;
    line-height: 1.8;
    overflow: hidden;
    overflow-wrap: break-word;
    word-break: break-all;
    font-size: 1em;
    color: #333;
}


.artist-intro a {
	width: 100%;
	max-width: 100%;
    font-size: 1em;
    color: #333;
    text-align: center;
    text-decoration: none;
}
.artist-intro a:hover,.artist-intro:hover {
   color:#a18c5e;
    text-align: center;
    text-decoration: none;
}

/*---IMG-----*/
.artist-imgBlock {
    padding: 10px;
    display: block;
    overflow: hidden;
    cursor: pointer;
    background:#F5F5F5;
    height: 255px;
	width:100%;
	max-width:100%;
	margin:0;
	 margin-bottom:10px;
	position: relative;
    box-shadow: 1px 3px 3px rgba(0, 10, 20, 0.06);
}
    .artist-imgBlock img {
        width: 100%;
        transform: scale(1);
        -webkit-transition: all .5s ease-out 0s;
        -moz-transition: all .5s ease-out 0s;
        -ms-transition: all .5s ease-out 0s;
        -o-transition: all .5s ease-out 0s;
        transition: all .5s ease-out 0s;
        top: 0;
        left: 0;
        -o-object-fit: contain;
        object-fit: contain;
        vertical-align: middle;
        border-style: none;
        border: 0;
        cursor: pointer;
        position: absolute
    }




 .artist-imgBlock img:hover{
    transform: scale(1.02)
}

@media (max-width: 1280px) {
	.single-Box {margin: 15px 7px 20px auto;}
	
}

@media (max-width:1200px) {
    .single-Box {
        width: 46%;
        max-width: 46%;
		display: flex;
		padding: 10px 0px;
		margin: 15px 12px 20px auto
    }
}
@media (max-width: 1024px) {
   
	.artist-imgBlock {height:300px;}
	
	
}




@media (max-width:911px) {
	
	.artist-imgBlock {height:275px;}
	
	
}

@media (max-width:860px) {
	.artist-imgBlock {height:245px;}
	
	
}
@media (max-width:768px) {
	 .single-Box {
		padding:10px 0;
        display: flex;
        width: 100%;
        max-width: 100%;
		margin:5px auto 5px auto
    }


 
   
    .single-artBlock {
        display: block;
        padding:10px 10px;
        width: 100%;
    }

   .artist-imgBlock {
        overflow: visible;
        flex: 0 0 100%;	   
        padding:5px;
        max-height: 100%;
			height: 100%;
	   padding: 0
    }

        .artist-imgBlock img {
            height: 100%;
			-o-object-fit:cover;
        object-fit:cover;
			position: relative;
			max-height: 100%;
			height: 100%
        }
	
	.artist-name {
       display:block;
		margin-top:0px;
		margin-bottom: 5px}
	
.artist-name:before{
       content: '';
    width: 100%;
    height: 45px;
    left: 0;
    top: 35px;
    display: block;
    background-color: #eae8e1;
    transform: skewX(-20deg) translateX(-40%);
    position: relative;
    z-index: -1;
		
	}
    .artist-intro {
        height: auto;
    }
	.artist-intro a {font-size: 0.938em}

	
}
@media (max-width: 575px) {
    .single-artBlock .service-cap h4 a {
        font-size: 0.938em
    }
}



/*---相片說明---*/
.img-caption{
  text-align: center;
  opacity:0;
	width:100%;
    height:60px;		
	line-height: 1.45;
    position:absolute;
    bottom:0;
	left:0;
	padding: 0;
	margin:0; 
    transition: transform 1s;
    transform: translate(0px, 46px);
	background-color: rgb(255,255,255,0.7);
    background-color: rgba(255,255,255, 0.7);
     border-top: 2px solid #9b0000;
}


.img-caption span{
    font-size: 0.875em;
    color: #000;
    letter-spacing: 1px;
     display: inline-block;
    width: 90%;
    height: 38px;
    overflow: hidden;
    padding: 0px 0px 10px 0px;
    line-height: 1.7;
	margin: 6px auto 0 auto;
	
}


.artist-imgBlock:hover .img-caption{
  opacity:1;
  transform: translate(0px, 0px);
  transition: all ease 0.4s;

}

/*------------
search
------------*/

.artsearchArea {
	width:100%;
	max-width:100%;
    background:#fef9f6;
      margin:15px auto 15px  auto;
    border-radius: 0.5em;
	border:#dfd1be solid 1px;
	display: flex;
    color: #333;
}


.artsearchArea ul {
    list-style: none;
    list-style-type: none;
    clear: both;
    padding: 0;
    margin: 0;
    width: 100%;
    left: 0;
}


.artsearchArea ul li {	
	display:inline-block;
     padding:0.938em 0 0.938em 0.375em;
}


@media screen and (max-width: 800px) {
.artsearchArea ul li {
    display: block;
    float:none;
    padding:0.5em 1em;
	text-align:left
}

}



.art-vertical-from {
    display: block;
    width: 100%;
	max-width:100%;
	padding:5px;
    font-size:0.938em;
    color: #111;
    background-clip: padding-box;
    border:1px solid #ced4da;
     -webkit-border-radius: 4px;
    -moz-border-radius:4px;
    border-radius:4px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	height:2em
}

/*--輸入尋找---*/

select.art-vertical-from:not([size]):not([multiple]) {
    height: calc(2.25rem + 0.125em) !important;
}
.art-vertical-from option {
    font-weight: normal;
    display: block;
    white-space: pre;
    min-height: 1.5em;
    padding:5px;
}

.input-form {
    display:inline-block;
    width: 100%;
	max-width:100%;
            padding:5px;
    font-size: 0.938em;
    line-height: 1.5;
	  letter-spacing:1px;
    color: #495057;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ced4da;
    -webkit-border-radius: 4px;
    -moz-border-radius:4px;
    border-radius:4px;
	  font-size:1em;
	    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;   
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: none;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;

}


.input-form input { 
    outline: none !important;
	margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: inherit;
    overflow: visible!important;
}


.input-form input :hover{
    border: 0;
    box-shadow: none;
}

input:focus{outline:none}




/*-----Search----*/
.art-searchbtnBox{
	position: relative;
    display: block;
    margin:0 auto 0 auto;
	text-align: center;}

.art-searchMorebtn {
    font-style: normal;
    line-height: 1.8;
    display: block;
    position: relative;
    padding: 0.313em 1.25em;
    font-size: 0.813em;
    font-weight: 600;
    letter-spacing: 0.063em;
    color: #FFF;
    border: 0.063em solid #ddd;
    border-radius: 0;
    background: none;
    transition: .3s;
    cursor: pointer;
    text-decoration: none;
    background-color:#850001;
    width: 6.333em;
    text-align: center;
	margin: auto}

.art-searchMorebtn:hover {
    background-color: #2e2e38;
	
}



/*---------------------------------
老師履歷--內頁 
---------------------------------*/
/*-----tag---*/
.ResumeBox .fieldtag {
    text-align: right;
    padding-bottom:15px;
	padding-right:10px;
	display:block;
	font-family:  Muli,Helvetica,Arial,Heiti TC,"メイリオ",sans-serif;
	
}
.ResumeBox .fieldtag span{
    display: inline-block;
    line-height: 30px;
    text-align: center;
    background-color:#252f2f;
    color: white;
    padding: 0 10px;
    font-size: 0.813em;
    margin-left: 5px;
	letter-spacing:2px;
	margin-bottom: 5px
}



/*---------------------------------
teachear Card
---------------------------------*/



.ResumeBox{
	max-width: 100%;
	width: 100%;
	position: relative;
	padding: 15px 15px;
	margin: auto;
	

}

/*---------------------
teachear cardname
----------------------------*/
.profile-titBox{
	display: block;
	text-align:left;
	position: relative
}


.profile-titEN {
	font-family: '微軟正黑體',Helvetica,Arial,Heiti TC,"メイリオ",sans-serif;
	display: inline-block;
    font-size:1.75em;
    line-height: 1;
    font-weight: 700;
	padding:0 10px 0 20px;  
	visibility: unset;
    margin-bottom: 5px;  
	text-align: center;
	z-index:2
}


/*--teachercardimg----*/
.ResumeBox figure{
	 margin-left:auto;
	max-width: 100%;
	width: 100%;
    text-align: center;
	padding: 0;
	background: #FFFFFF;
	   box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    display: block;
 	}

.ResumeBox figure:before {
    bottom: 15px;
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.3);
    content: "";
    height: 20%;
    left: auto;
    position: absolute;
    right: 5px;
    transform: rotate(3deg);
    width: 80%;
    z-index: -1;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
    -ms-transform: rotate(3deg);
}

.artColL{margin-right:15px}



.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}


.panel-default {
    border-color: #ddd;
}
.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
}


.panel-heading {
    padding: 10px 10px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}



.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}
.page-header{
  text-align: center;    
}








/*-------經驗-------*/
.artexpTitcard{
    z-index: 1;
    margin: auto; 
    position: relative;
    padding:0 10px;
    border: 0;
    font: inherit;
    vertical-align: baseline;
	display:block;	
	font-family: '微軟正黑體',Helvetica,Arial,Heiti TC,"メイリオ",sans-serif;
}

.artexpTit {
    text-align: center;
    position: relative;
    display: block;
    margin:0 auto;
	max-width: 100%;
	width: 100%;  
	height: auto;   
	overflow-wrap: break-word;
    text-align: start;
    pointer-events: none;
	    justify-self: start;
    align-self: start;
	line-height:1; 
	letter-spacing: 1px;
}


.artexpTit h5 {
    color:#000;
  font-weight: bold;
    font-size:1.15em;
    position: relative;
    font-style: normal;
	vertical-align: baseline;
	text-align: center;
	letter-spacing: 1px
}


.artexpTit h5::before {
   position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    height: 1px;
    background: #666;
    content: "";
    margin: 0 auto;
    display: inline-block;
    z-index: -1;

}

.artexpTit  h5 span {
         background:#f5f5f5;
    padding: 0 15px;
    z-index: 1;
    display: block;
    position: relative;
    margin: 0 auto;
    width: 160px;
    bottom:0px;}



.artexpItem{
	list-style: none;
	list-style-type:  none;
	padding: 0;
	margin: 0;
	top: 0
}

.artexpItem li{
	line-height: 1.25;
	list-style: none;
	list-style-type:  none;
	padding: 3px 5px;
	margin: 0;
	display:block;
	top:-5px;
    position: relative;
}




/*----快速鈕------*/

.artMenu {
    bottom: -15px;
    display: table;
    /* padding-left: 33.3333%; */
    position: absolute;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
     /* left: 50%; */
    right: 10px;
	z-index: 2;

}
.artMenu ul{
	list-style: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
	left: 0
}


 .artMenu ul .menuTitle {
    font-size:1em;
    display: block;
    position: relative;
    margin-bottom: 5px;
    margin-left:8px;
    letter-spacing: 1px;
}


 .artMenu ul li {
    display: inline-block;
    margin-right: 10px;
    z-index: 100;
    border-radius: 1px;
    overflow: hidden;
	     border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.1);
    box-shadow: 0 2px 4px rgba(0,0,0,.1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
	  transform: scale(1.0);
}
.artMenu ul li:hover{ 
	transform: scale(1.05);
    transition: 0.2s;
    box-shadow: none;}

 .artMenu ul li a {
	 cursor: pointer;
    font-family: '微軟正黑體',Helvetica,Arial,Heiti TC,"メイリオ",sans-serif;
	 font-style: normal;
    display: block;
    font-size:1em;
    font-weight: 700;
    letter-spacing:1px;
    padding: 5px 10px;
    position: relative;
    text-align: center;
    text-decoration: none;
    outline: none;
	 background-color:#892621;
	 color:#FFF
	
 }


 .artMenu ul li a:hover{ 
	 background:#a18c5e;
      color: #fff;
	 }



@media screen and (max-width:800px) {
.artMenu {position:relative; top: 15px;  bottom:0px;}
	.artMenu ul li a {    font-size:0.938em;}
}

/*--CARDshadow /BG----*/

.art-tag{
    position: absolute;
    height: 50px;
    width: 0px;
    border-left: 17px solid #80050a;
    border-right: 17px solid #80050a;
    border-bottom: 18px solid transparent;
    right:15px;
}
.artcardBg{
    position: relative;
    width: 100%;
    max-width: 100%;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    background: url(/images/Bgphoto/pagertableBg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    max-width: 100%;
    height: 20px;
    overflow: hidden;
     background-color: transparent;
}
.substrate{
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    display: block;
    margin-bottom: 30px;
    padding: 0;
    position: relative;
}

 .substrate:before {
    bottom: 30px;
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.3);
    content: "";
    height: 20%;
    left: auto;
    position: absolute;
    right: 5px;
    transform: rotate(3deg);
    width: 80%;
    z-index: -1;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
    -ms-transform: rotate(3deg);
}


 .substrate:after {
    bottom: 30px;
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.3);
    content: "";
    height: 20%;
       position: absolute;
    left: 5px;
    transform: rotate(-3deg);
    width: 80%;
    z-index: -1;
    -webkit-transform: rotate(3-deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
}

@media (max-width: 1600px) {
.artColL{
	margin-right:auto;
	flex: 0 0 30% !important;
    max-width: 30% !important;}
.artColR{   
	flex: 0 0 60% !important;
    max-width: 60% !important;}
}
@media (max-width: 1200px) {
.ResumeBox figure{
	 margin-left:auto;
	margin-right: auto;
	}
.artColL{
	flex: 0 0 70% !important;
    max-width: 70% !important;}
.artColR{   
	flex: 0 0 95% !important;
    max-width:95% !important;}

.artexpItem{margin-bottom:30px}
	
}
@media (max-width: 1200px) {
	.ResumeBox{padding: 15px 0}
}


@media (max-width: 1024px) {
.substrate:before {bottom:20px}
 .substrate:after {bottom:20px}

}

@media (max-width:768px) {
	
.artColL{flex: 0 0 80% !important; max-width: 80% !important;}
.substrate{margin-bottom: 60px}
.ResumeBox figure{margin-right: auto; margin-left: auto}	
}


@media (max-width: 576px) {
	.profile-titEN { padding-left: 35px;padding-right: 10px}	

    .artColL{
	flex: 0 0 100% !important;
    max-width: 100% !important;}

   .art-tag {
	left:0px; 
	right: auto;
	z-index: 1}
	
	
}



/*------------------------------

 EXPERyear 
----------------------------------*/
.listExperience{
	list-style: none;
	list-style-type: none;
	left: 0;
	padding: 0;
	margin: 0
}

.listExperience>li{
  display: flex;
  margin-bottom: 10px; 

  
}


.listExp-year {
    display: inline-block;
    margin-bottom: 10px;
    width: 77px;
    text-align: right;   
	-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
	font-weight: bold
  
}

.listExperience li ul{
	width: 100%;
	list-style: none;
	list-style-type: none;
  padding-left: 10px;
  margin-left: 10px;
	border-left:solid 4px ;
 border-color: #9b0000	
}

.listExperience li ul > li{
	padding-bottom: 5px;
	display: block;
	border-bottom: 1px solid rgba(160,160,160,0.2);
}








/*==========================================

files-img 作品-
===========================================*/

.artfiles-Img {
  margin: 30px auto;
	max-width: 100%
}

.artfiles-Img ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  margin:0;
  list-style: none;
  list-style-type: none;
  padding: 0;
}

.artfiles-Img li {
  width: 20%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
  float: left;
  /* max-height: 150px; */
  margin-bottom: 20px;
  visibility: visible;
}

@media (max-width:991px) {
  .artfiles-Img ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

.artfiles-Img li {
    width: 42%;
	padding: 0 8px;}
}




@media (max-width:800px) {
  .fartfiles-Img .inImg-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.artfiles-Img .inImg {
  border: 5px solid #eaeaea;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  max-width: 100%;
  width: 100%;
  height: 120px;
}  

@media (max-width:1024px) {
.artfiles-Img .inImg {
	height: 170px;}
}  

@media (max-width:640px) {
  .artfiles-Img .inImg {
	  height:145px;  }
}
@media (max-width:385px){
.artfiles-Img .inImg {
	height: 90px;}
}
.artfiles-Img .inImg img {
  display: block;
  width: 100%;
}


.itemHoverMore .inImg {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  border: 5px solid #eaeaea;
 }

.itemHoverMore .inImg::before, .itemHoverMore .inImg::after {
  content: '';
  position: absolute;
  top: 50%;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  pointer-events: none;
}

.itemHoverMore .inImg::before {
  content: '+';
  left: 50%;
  margin-left: -19px;
  margin-top: -20px;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  width: 38px;
  height: 38px;
  border-radius: 50%;
	color: #fff;
	font-size: 1.25em;
	text-align: center;
	vertical-align: middle;
  background-position: 50%;
	background-color:#9b0000
}

.itemHoverMore .inImg::after {
  content: 'Zoom';
  left: 0;
  margin-top: -11px;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  width: 100%;
  height: 22px;
  text-align: center;
  font-size:0.875em;
  color: #af232b;
  text-transform: uppercase;
}

.itemHoverMore .inImg img {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.itemHoverMore:hover .inImg {
  border-color: #af232b;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.itemHoverMore:hover .inImg::before, .itemHoverMore:hover .inImg::after {
  opacity: 1;
}

.itemHoverMore:hover .inImg::before {
  -webkit-transform: translateY(-60%);
  -ms-transform: translateY(-60%);
  transform: translateY(-60%);
}

.itemHoverMore:hover .inImg::after {
  -webkit-transform: translateY(60%);
  -ms-transform: translateY(60%);
  transform: translateY(60%);
}

.itemHoverMore:hover .inImg img {
  opacity: 0.35;
}


/*---------------------
一般表格 20201113 Mio
-----------------------*/

.RwdTable-file {
    border: #d3d3d3 solid 1px;
    margin: 0 auto;
    color: #222;
    width: 100%;
    border-collapse: collapse;
    background: #FFF;
}
    .RwdTable-file thead {
        background: #252f2f;
        color: #FFF;
        font-weight: bold;
    }

    .RwdTable-file tr {
        border: none;
        width: 100%;
        border-top: 1px #ddd solid;
        border-bottom: 1px #ddd solid;
    }

.RwdTable-file th {
    vertical-align: middle;
    padding: 0.75em 0.313em;
    font-size: 0.938em;
    text-align: center;
    color: #FFF;
    border-right: 0.063em solid #cecece;
}

.RwdTable-file td {
    cursor: pointer;
    padding: 0.75em 0.313em;
    font-size: 0.938em;
}

.RwdTable-file .td01-top {
    margin: 0;
}

.RwdTable-file .td02-top {
    margin: 0;
}

.RwdTable-file .td01 {
    margin: 0;
    width: 20%;
    text-align:center;
    font-weight: bold;
}

.RwdTable-file .td02 {
    margin: 0;
    width: 80%;
    border-right: none !important;
}

.RwdTable-file tbody tr:nth-child(2n) {
    background-color: #f8f5ef;
}

    .RwdTable-file tbody tr:hover {
        background-color: #F5F5DC;
    }

@media screen and (max-width: 800px) {
    .RwdTable-file .td01-top {
        display: none;
    }

    .RwdTable-file .td02-top {
        display: none;
    }

    .RwdTable-file .td01 {
        float: left;
        width: 60%;
        text-align: left;
        display: inline-block;
        margin-top: 0.375em;
        margin-bottom: 0.375em;
    }

    .RwdTable-file .td02 {
        position: relative;
        display: inline-block;
        width: 98%;
        text-align: left;
    }

    .RwdTable-file td:before {
        content: attr(data-th) " : ";
        float: left;
        padding-right: 0.313em;
        padding-left: 0.313em;
        font-weight: bold;
        color: #a18c5e;
        display: inline-block;
        text-align: center !important;
    }
}



	

 

#w {
display: block; 
margin: 0 auto; 
padding: 15px 0px;
min-width: 100%; 
max-width: 100%; 
background: #fff; 
}
 
/* question containers */
.qBox {    
	box-shadow: 0 1px 3px rgba(0,0,0,.2);
    background: #000;
    max-width: 100%;
    color:#fff;
    cursor: pointer;
    text-align: left;
    margin-bottom:40px;   
	overflow: hidden;
    padding: 5px 0px 0px 0}



/*----------------
     item--Q
    ------------*/
.qBlock{  
    border: none;
    outline: none;
    transition: 0.4s;
      max-width: 100%;
    padding:5px 10px;
    position: relative;
    display: block;}

.qutTit{
	font-size:0.938em;
    position: relative;
    margin-bottom: 5px;
    display:inline-block;  
}


/*--right btn---*/
.qhead { 
    cursor: pointer;
    float: right;
    position: relative;
    margin-right:5px;
	margin-bottom: 5px;
     display:inline-block;
	background-color:#9c0303 
   }

.qhead a{
    font-size: 0.938em;
    text-decoration: none;
     color: #fff;
     padding:17px 45px 17px 20px;
 }
.qhead a:hover{ color:#fcf9c4; }

/*---right btn arrow---*/


	.load-more {
    position: absolute;
    display: block;
    cursor: pointer;
    width:18px;
    height:18px;
    top: 50%;
    right: 10%;
    margin:0px 0 0px 0px;
}


    .load-more:before,
	.load-more:after {
		position: absolute;
		display: block;
		content: '';
		width: 12px; 
		height: 12px;
		left: 50%; 
		top: 50%;
		margin-top: -12px;
		border-width: 2px;
		border-style: solid;
		border-color: transparent;
		border-bottom-color: #fff;
		border-right-color: #fff;
		border-radius: 0 0 5px 0;
		transform: translate(-50%, -50%) rotate(45deg);
		transition: all .4s ease-in-out;
	}
	


/*---------------
answer

--------------*/
 
.answer { display: none; }
.answerTxt{
    color: #000;
	padding: 15px;
    margin-top: 30px;
    position: relative;
     background-color: #f9f9ff; 
     padding: 15px}


/*---------------
img

--------------*/

.tra_banner_main {
    background-position: center;
    background-repeat: no-repeat;
    height:200px;
 	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
	 -webkit-box-align: center;
    -ms-flex-align: center;
    background-size: cover;
    background-position: top center;
}




.travel-caption {
    position: relative;
    text-align: center;
    top: 35%;
     color: #222;
    transform: translateY(-50%);
    border: #fff solid 1px;
    padding:12px;
}
.travel-bg {
        background-color: rgb(255,255,255,0.8);
    background-color: rgba(255,255,255, 0.8);
    padding:10px;
	 letter-spacing: 2px;
	margin: auto;
	display:block
}
 .travel-bg h3 {
    color: #9b0000;
    font-size: 1.35em;
    line-height:30px;
    font-weight: 700;
	 display: inline-block
}

 .travel-bg .travel-caption-TXT{
    color: #222; display: inline-block
}

@media screen and (max-width:767px) {
	.travel-bg h3 {font-size: 1.15em;}
	
	
}

.applybutton {
    float: right;
    padding-right: 15px;
}

.applybutton a
{
  padding: 3px 7px 2px 7px!important;
}
 body {
     font-family:'Open Sans','Noto Sans TC', 'microsoft jhenghei',  'PingFangTC', '蘋方-繁', 'Arial', sans-serif;
    line-height: normal;
}

/*-----------------------
   tabs
---------------------------*/
.tab-Con-subBox {
   text-align: center;
    padding: 0;
    position: relative;
    margin:0px auto 40px auto;
    display: block;
}

.tab-Con-subBox ul {
    display:inline-block;
    vertical-align: top;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    text-align: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	    line-height: 1.2em;
}
.tab-Con-subBox ul li{
    list-style: none;
   text-align: center;
    display: inline-block;
	    vertical-align: top;
    position: relative;
    font-size:0.938em;
     font-weight: 500;
    letter-spacing: normal;
  font-family: 'Open Sans', sans-serif;
	margin-bottom:10px;
	margin-right: 8px;
	background-color: #FFF;
	border-radius: 4px;
	
 

}
.tab-Con-subBox ul li:before{
 background: #e1dccc;
	background-position: bottom;
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	height:5px;
	width: 100%;
	background:#e1dccc; 
	bottom: 0;

}


.tab-Con-subBox ul li a{
	font-family: 'Open Sans', sans-serif;
	border:1px solid #e1e4e6;
    display: block;
    position: relative;
    padding: 10px 10px;
    color: #000;
    cursor: pointer;
    outline: 0; 
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.1);
    box-shadow: 0 2px 4px rgba(0,0,0,.1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	text-decoration: none ;
    letter-spacing: .05em;
}

.tab-Con-subBox .Presetlink{
    background-color: #e1dccc;
    color: #000;
}
.tab-Con-subBox ul li a:hover{
	 background-color: #e1dccc;
	color: #000;}


/*-----------------------
   Alerts TXT
---------------------------*/
.alert-Block {
      display: block;
    position: relative;
    float: left;
    margin: 15px auto 15px auto;
    text-align: center;
    left: 15px;
    clear: both;
    top: 120px; 
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
    padding: 15px;
     border: 1px solid transparent;
    border-radius: 4px;
    box-sizing: inherit;
	max-width:100%;
	margin:0px auto 0 auto;
	font-size: 0.938em
	
}

/*-----------------------
   mapBtn
---------------------------*/

.indigenBtn{
	 display: flex;
	position: absolute;
    min-width: 200px;
    /* height: 85px; */
    height: auto;
    padding: 5px 15px 5px 15px;
     text-align: left;
        background-color: rgb(0,0,0, 0.7);
    background-color: rgba(0,0,0, 0.7);
    color: #fff;
    margin: auto;
    line-height: 1.25;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 3px 4px rgba(0,0,0,.25);
    box-shadow: 0 3px 4px rgba(0,0,0,.25);
    border-radius: 4px;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    cursor: pointer;
	z-index: 1;
	letter-spacing:1px
}
.indigenBtn a{ 
	position: relative;
	font-size:1.125em;
    color: #fff;
    text-decoration: none;
    z-index: auto;
  
}

.indigenBtn a:hover{
	color:#fcf9c4;
	text-decoration:underline
}



        
.indigenBtn i{
    display:inline-block;
    position: relative;
    z-index: auto;
    min-height: 0%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	
}

.indigenBtn i img{
	text-align: center;
	border: none;
	max-width: 100%;
	height: auto
}


.indigenBtn span{
    display:inline-block;
    position: relative;
    z-index: auto;
    min-height: 0%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	top:30px
}
.indigenBtn span a{
	padding:15px 10px;
}

 @media (max-width:768px) {
	  
	 .indigenBtn a{ font-size:1em;}
	 
	 .indigenBtn i img { max-width: 90%;}
}
/*----meun族群-------*/
.Atayalbtn{
	top:19%;
    right:40%;}


.Sediqbtn{
	top:30%;
    left:26%;}

.Tarokobtn{
	top:27%;
     right:36%;}

.Saisiyabtn{
	top:19%;
    left:28%;
}

.Bununbtn{
	top:38%;
    left:24%;	
}

.Shaobtn{
	top:31%;
    left:23%;	
}
.Coubtn{
	top:38%;
    left:22%;	
}

.Kanabtn{
	top:48%;
    left:20%;	
}


.Hlabtn{
	top:49%;
    left:20%;	
}

.Paiwanbtn{
	top:55%;
    left:39%;	
}

.Rukaibtn{
	top:55%;
    left:25%;	
}
.Amisbtn{
	top:45%;
    right:40%;	
}
.Sakizayabtn{
	top:35%;
    right:38%;		
}

.Kavalanbtn{
	top:40%;
    right:37%;		
}
.Puyumabtn{
	top:53%;
    left:43%;		
}
.Yamibtn{
	top:57%;
    right:30%;		
}

/*-----------------------
   Map
---------------------------*/
        .mapImgBox {
            display: inline-block;
            float: left;
            padding: 0;
            box-sizing: border-box;
            /* margin: 0 auto; */
            box-sizing: border-box;
            width: 100%;
            max-width: 100%;
            /* padding-right: 2%; */
            position: relative;
			margin: 30px auto 0 auto;
			top:240px;
	        }

     .TaiwanImgBox { width: 100%;
            max-width: 100%;}


    .map{
		  display: -webkit-box;
            display: flex;
            -webkit-box-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            align-items: center;
            width: 100%;
            height: 100%;
        }

        .MapContainer {
            display: -webkit-box;
            display: flex;
            background: #fff;
        }

     


        @media (max-width: 1024px) {
            .mapImgBox {
                max-width: 100%;
                width: 100%;
                padding-right: 0px;
                float: none;
                display: inline-block;
            }
        }
        svg{
            width:100%;
            height:100vh;
        }


/*-----------------------
   Map
---------------------------*/


.indianTitsec{
	   position: relative;
    margin-bottom: 15px;
    padding: 0px 10px;
    border-bottom: 1px solid #e1e4e6;
    line-height: 1;
	text-align: center;
	    margin: auto;
	display: table
}



.indianTitsec h3{
	position: relative;
    color: #8a2e17;
	display:block;
	font-size: 1.75em;
	font-weight: bold;
	letter-spacing: 2px;
     font-family: "Montserrat", sans-serif;
  
}


.indianTitsec span{
	 position: relative;
	display: block;
	text-align: center;
	background-color: transparent;
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
	
}
.indianTitsec span img{
	    position: relative;
	max-width:75px;
	width:75px;
	height: auto;
	border: none;
	vertical-align: middle;
	border-radius:50%;
	padding: 0;
   -webkit-box-shadow: 1px 2px 2px rgba(0,0,0,.2);
    box-shadow: 1px 2px 2px rgba(0,0,0,.2);
	margin: 0	
}

	
	
/*-----------------------
   tabs
---------------------------*/
.d-tab-Con-subBox {
   text-align: center;
    padding: 0;
    position: relative;
    margin:0px auto 30px auto;
    display: block;
}

.d-tab-Con-subBox ul {
    display:inline-block;
    vertical-align: top;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    text-align: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	    line-height: 1.2em;
}
.d-tab-Con-subBox ul li{
    list-style: none;
   text-align: center;
    display: inline-block;
	    vertical-align: top;
    position: relative;
    font-size:0.938em;
     font-weight: 500;
    letter-spacing: normal;
   	margin-bottom:10px;
	margin-right: 8px;
	background-color: #FFF;
	border-radius: 4px;
	
 

}
.d-tab-Con-subBox ul li:before{
	background-position: bottom;
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	height:5px;
	width: 100%;
	background:#e1dccc; 
}


.d-tab-Con-subBox ul li a{
	border:1px solid #e1e4e6;
    display: block;
    position: relative;
    padding: 10px 10px;
    color: #000;
    cursor: pointer;
    outline: 0; 
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.1);
    box-shadow: 0 2px 4px rgba(0,0,0,.1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	text-decoration: none ;
    letter-spacing: .05em;
}

.d-tab-Con-subBox .Presetlink{
    background-color: #e1dccc;
    color: #000;
}
.d-tab-Con-subBox ul li a:hover{
	 background-color: #e1dccc;
	color: #000;}


/*==========================================

下載文件表格
===========================================*/


.dow_table {
    width: 100%;
    max-width: 100%;
    margin:0px auto 15px auto;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.1);
    box-shadow: 0 2px 4px rgba(0,0,0,.1);
    -webkit-box-sizing: border-box;
    border-collapse: collapse;
    border:1px solid #e5e5e5;
}

.dow_table th {
	font-size:1.063em;
    vertical-align: middle;
    padding: 10px  15px;
    letter-spacing: 5px;
    text-align: center;
    color: #FFF;
    display: table-cell;
	border: .6px solid #fff;
	position: relative;
	
}





.dow_table tr td {
	    border: .6px solid #dadce0;
	letter-spacing: 1px;
    cursor: pointer;
    padding:10px;
    text-align:center;
    font-size:1em;
    display: table-cell;
}
.dow_table tr{
	text-align: center; 
	border: none;
    display: table-row;
}

.dow_table tr td img{
	border: none;
	text-align: center;
	margin: auto;
	max-width: 100%;
	height: auto

}


.dow_table tr:nth-child(2n){
	background:#eae9e3;
}






.dow_table thead {
    background:#892621;
    color: #FFF;
	font-weight: bold;}

.dow_table tr td >span{padding-left: 5px; display: inline-block}

.dowBg{ background-color:transparent}

.dowBg:hover{background-color:#e1dccc}

@media (max-width:1152px){
.dow_table th {
	padding:15px;
	font-size:1em;
	letter-spacing: 1px
	}
	
		
}

@media (max-width: 767px){
	
.dow_table thead {display: none}
	
.dow_table tr td { 
		display: block;
		 border-bottom: .6px solid #dadce0;
		border-top: none;
		border-left: none;
		border-right: none	
	}
.dow_table tr td:before {
    content: attr(data-th) ":";
    float: left;
    font-weight: bold;
    color:#892621;
    font-style: normal;
    display: inline-block;
    text-align: center ;
    padding-right: 8px;
}
	
.dow_table  tr {
    border: none;
	 display: block;
    width: 100%;
		
	}
.dow_table  tr th { display:none;}
	

	
		
}

a:focus {
    border: 2px dashed #B84A5B !important;
    background: #fff;
    color: #000 !important;
}

input:focus,select:focus,button:focus,img:focus,textarea:focus {
    border: 2px dashed #B84A5B !important;
    background-color: #f9e240 !important;
    color: #000 !important;
}

noscript
{
    font-size:2em;
}

/*.slick-slide:focus,slick-active:focus
{
    border: 0 !important;
}*/

button .slick-dots
{
    border: 2px dashed #B84A5B;
    background-color: #f9e240;
    color: #000;
}
a.Barrier-free {
    background: #ecdcc5 !important;
    color: #000000 !important;
    float: left;
}
.Barrier-free {
    position: absolute;
    width: 0.063rem;
    height: 0.063rem;
    padding: 0;
    margin: -0.063rem;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
    #AU[accesskey] {
        color: #ffffff;
    }
    #AU:focus {
     color: #2B358C; 
}
    #AL[accesskey] {
        color: #ffffff;
    }
    #AL:focus {
     color: #2B358C; 
}
    #AR[accesskey] {
        color: #ffffff;
    }
   }
    #AR:focus {
     color: #2B358C; 
    }
 body {
     font-family: '微軟正黑體','思源黑體', 'Noto Sans TC', 'microsoft jhenghei',  'PingFangTC', '蘋方-繁', 'Arial', sans-serif;
    line-height: normal;
}



.col-space {
    flex: 0 0 48% ;
    max-width: 48%;
	    width: 48%;
	position: relative;
    min-height: 1px;
	float: left;
    padding:0 15px;
      box-sizing: border-box;	
}

.space-Wrap {
  margin-bottom: 30px;
  width: 100%;
  background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.1);
    box-shadow: 0 2px 4px rgba(0,0,0,.1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    border: 1px solid #ccc;
}

.space-Wrap .speTxt {
    width: 100%;
	max-width:100%;
    position: relative;
}
.space-Wrap .img {
    display: block;
    width: 100%;
    height: 300px;
    position: relative;
    z-index: 1;
	background-size: cover;
	background-position: center
}



/*---spaceNametit---*/
 
.space-Wrap .speTxt h3 {
	text-align: center;
	margin-top: 45px;
     font-size:1.563em;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 20px;
    display: block;
	height: 35px;
	overflow:hidden 

}
   

.space-Wrap .speTxt h3 a {
        color: #000000; }


.space-Wrap .speTxt h3 a:hover {
	color:#a18c5e;
	text-decoration: underline
}

 
.space-Wrap .img .Leaseicon{
      display: block;   
      position: relative;
     margin: 0 auto; 
	 background: #FFF;
	border: #CCC solid 1px;
    height: 100px;
    width: 100px;
    text-align: center;
    border-radius: 50%;
		-moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease; 
      margin-right: 10px;
    
}

 .space-Wrap .img .Leaseicon:hover {
	 margin-bottom: 10px
	 
}



/*---icon---*/
.Leasebtnbtn-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width:100%;
    margin: auto; 
	padding:0 10px;
	position: absolute;
    margin-top: -45px;
}
.Leasebtn {	
    box-shadow: 2px 0px 10px 4px rgba(0,0,0,0.2);
	border:5px solid #fff;
	background-color: #fff;
	margin: auto;
	border-radius: 50%;
	height:80px;
	width:80px;
	position:relative;
	cursor: pointer;
	display:Block;
	top: 20%;
	margin:0 5px;
	float: left;
	z-index: 1;
    position: relative;
    display: block;
}

.Leasebtn img
{
    position: absolute;
    left: calc(50% - 21px);
    top: calc(50% - 20px);
}


.Leasebtn:hover {
	text-decoration: none;
	border-color: #9b0000;
}













/*----說明 ---*/

.spe-intro {
    color: #666;
	letter-spacing: 0.5px;
    font-size:0.875em;
    line-height:1.8;
    min-height:160px;
    padding: 0 10px;
    margin:15px auto 15px  auto;
	overflow: hidden;
}



.spe-intro ul{
	-moz-justify-content: space-between;
    justify-content: space-between;
    margin:0px;
	padding: 0 5px;
	list-style: none;
	list-style-type: none;
}
.spe-intro ul li{
	line-height: 1.5;
	display:block;
	
	padding:0 0 5px  0
}
/*--icon---*/
.spe-intro ul li img{  
    top: 5px;
    display: block;
    position: relative;
	margin-right: 5px
}
.spe-intro ul li span{	display:inline-block; }

/*----loacation ---*/


.spa-price-block{
     display: inline-block;
	width:95%;
	max-width:95%;
	padding: 8px 10px  8px 10px;
    -moz-justify-content: space-between;
    justify-content: space-between;
	
	border-top: 1px solid rgba(0, 0, 0, 0.05);
}



.spe-locationcap{ 
	   display: inline-block;
        color: #555;
        font-weight: 600;
	    padding: 8px 5px; 
	
}

.spe-location{
	    display: block;
	text-align: center;
	 color: rgba(0,0,0,0.7);
    font-size: 0.875em;
    font-weight: 400;
    background: #dadce0;
    border-radius: 32px;
	padding:5px 15px
}



/*----price---*/
.spe-pricecap{
	display: inline-block;
	text-align: right;
    color: #555;
    font-weight: 600;
	 padding:15px 5px;
    float: right;
}

.spe-price {    
    color: #ed5c59 !important;
	padding: 0 5px;
    font-size: 1.2rem;
    line-height: 1em;
 
 }

.spe-pricecap span{
	display: inline-block;
	 line-height: 1em;
     letter-spacing: 1px
}

@media only screen and (max-width:800px){
	
.col-space {
    flex: 0 0 98% ;
    max-width:98%;
	 width:98%;
	padding: 0
	}
	
.spe-locationcap{
	flex: 0 0 98% ;
    max-width:98%;
	width:98%;
	display: block;
	}
.spe-pricecap {
	flex: 0 0 98% ;
    max-width:98%;
	width:98%;
	display: block;}
	
	
.spe-location {	display:inline-block;}	
	
	
	
}






/*----------------------------
space-anitmate
--------------------------*/
.ftco-animate {
  opacity: 0;
  visibility: hidden; }




.ftco-animated {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}



@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    visibility: hidden;
    /*-webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);*/
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }

  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    visibility: hidden;
    /*-webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);*/
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }

  to {
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpMenu {
  from {
    opacity: 0;
    visibility: hidden;
    /*-webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);*/
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none;
  }
}

.SpaceSubject
{
   color: #000000;
}
.SpaceSubject:hover {
	color:#a18c5e;
	text-decoration: underline
}
@charset "utf-8";
/* CSS Document */



.page-spe-cardBox {
    z-index: 1;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
	margin-top:10px;}


.page-spe-card {
    display: block;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.page-spe-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
    left: 0;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: block;
    display: inline-block;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.page-spe-card ul li {
    width: 31%;
    max-width: 31%;
    display: flex;
    padding: 0;
    margin: 0 0px 35px 15px;
	float: left;
    position: relative;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,.2);
    box-shadow: 2px 2px 4px rgba(0,0,0,.2);
}
.page-spe-card ul li  a {
	font-family: 微軟正黑體, "Microsoft JhengHei", MingLiU, Arial, sans-serif;
    overflow-wrap: break-word;
    word-break: break-all;
   width: 100%;
    text-decoration: none;
}




/*---dateleft-----*/

.page-card-TitArea {
    max-width: 10%;
    width: 10%;
    flex: 0 0 10%;
    position: relative;
    min-height: 1px;
    padding: 0;
    background-color: #eae8e1;
    flex-basis: 10%;
}
.page-card-TitBox {
    font-style: normal;
    margin: auto;
    text-align: center;
    position: relative;
    top: 0;
    letter-spacing: .2em;
    height: 100%;
    display: block;
}
.ex-topnew-label {
       margin: auto;
    padding: 10px 1.5px;
    display: block;
    background-color: #a1763c;
    vertical-align: middle;
    letter-spacing:4px;
    font-family: Times New Roman,EB Garamond,serif;
    font-size: 0.938em;
    color: #fff;
	font-style: normal;
	    -webkit-writing-mode: vertical-lr;
    -moz-writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    text-transform: uppercase;
	position: relative;
	top: 0
}
.page-card-Tit-En {
    color: #a18c5d;
    text-align: center;
    font-size: 1.2em;
    position: relative;
   font-family: 微軟正黑體, "Microsoft JhengHei", MingLiU, Arial, sans-serif;
    font-style: normal;
    display: inline-block;
    -webkit-writing-mode: vertical-lr;
    -moz-writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    top: 15px;
    margin: 0 auto;
}

/*-cardinfo-*/

.page-card-showBook{
    max-width: 83%;
    width: 83%;
    flex: 0 0 83%;
    position: relative;
    min-height: 1px;
    padding:15px 15px 15px 15px;
    margin: 0 auto;
}

.page-showBook-item {
    position: relative;
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    display: block;
    font-style: normal;
    background: #fff;
    margin: 0;
    padding: 0;
}


/*---img-----*/
.page-spe-card figure {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
    position: relative;
    background: #ededed;
    overflow: hidden;
    padding-bottom: 100%;
}




.page-spe-card .showTxt {
    display: block;
    padding: 0 5px;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
}
.page-spe-card .showTxt h3{
	max-height:100px;
	min-height:100px;
	overflow: hidden;
    color: #000;
    font-size: 1.15em;
    font-weight: 800;
}

.page-spe-card  .showTxt h3 a {
    font-size: 1em;
	color: #000;
	font-weight: 800
  }

.page-spe-card .showTxt h3 a:hover,.page-spe-card .showTxt h3:hover{
   color: #973333;
}


.page-spe-card-date {
	border-top: 1px solid #e1e4e6;
    margin: auto;
    display: block;
    position: relative;
    line-height: 1.5;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 1em;
    font-weight: 500;
    color: #a18c5e;
    width: 100%;
    font-family: "Arial";
    text-align: center;
    letter-spacing: 1px;
    padding: 15px 0px 0px 0px;
}




@media screen and (max-width: 1440px){
	.page-spe-card ul li {
      width:47%;
	  max-width: 47%;
	    
	}
	
}

@media screen and (min-width: 1024px){
.page-spe-card .showTxt h3 a {
    font-size: 1.15em;
    color: #000;
}
}



@media screen and (max-width: 800px){
	
	.page-spe-card ul li {
         width:100%;
		max-width: 100%; 
		margin: 0 0px 35px 0px;
	}	
	
	
	.page-card-Tit-En {font-size: 1em;}
	
}


/*------------Location time------*/
.Loca_timeBlock {
    line-height: 1.5;
    position: relative;
    clear: both;
    margin-bottom: 15px;
     line-height: 1.2;
	padding:8px 15px;
    background-color: #f7f7f7;
}


.Loca_timeTit  {
    font-family: "微軟正黑體","Helvetica Neue",Helvetica,sans-serif,"新細明體";
    color: #892621;
    text-align: left;
    font-size: 1.2em;
    font-weight: 700;
    font-style: normal;
    position: relative;
    display: block;
    vertical-align: top;

