@charset "utf-8";
/* CSS Document */


/* TABLE OF CONTENTS

    0. IMPORT SECTION	
    1. load
    2. Basic
	3. header
    4. search
    6. breadcrumbs
    9. footer-info
    15. FOOTER	
    16. Back-to-top

*/


/* 0. IMPORT SECTION */

@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);

@import url("http://fonts.googleapis.com/css?family=Raleway:200,300,600,700&subset=latin,latin-ext");
@import url(http://fonts.googleapis.com/earlyaccess/notosanstc.css); /*思源體*/
@import url(http://fonts.googleapis.com/earlyaccess/cwtexhei.css); /*黑體*/
@import url(http://fonts.googleapis.com/earlyaccess/cwtexyen.css); /*圓體*/
/*
font-family: 'Raleway', sans-serif;
font-family: 'Noto Sans TC', sans-serif;
font-family: 'cwTeXHei', sans-serif;
font-family: 'cwTeXYen', sans-serif;
*/




/*========================================================
                     2. Basic
=========================================================*/
body{
    /*font-family: 微軟正黑體, "Trebuchet MS", sans-serif;*/
    font-family: "Open Sans:300", "Microsoft JhengHei", Arial, sans-serif;
    font-size: 18px;
    letter-spacing: 0.075em;
    background: #ffffff;
}
input, button, select, textarea, option {
    /*font-family: 微軟正黑體, "Trebuchet MS", sans-serif;*/
    font-family: "Open Sans:300", "Microsoft JhengHei", Arial, sans-serif;
    font-size: 16px;
}

@media (min-width: 768px) {
    body{ background: #ffffff url(../images/bg_top.jpg) top repeat-x;}
    input { height: 30px;}
}



.pr-10 { padding-right: 10px; }
.pr-13 { padding-right: 13px; }
.pr-17 { padding-right: 17px; }
.pl-29 { padding-left: 29px; }
.pl-33 { padding-left: 33px; }

.mt-30 { margin-top: 30px;}

.blueh1 { color: #0a6f88; font-size: 24px; font-family: 'Noto Sans TC', sans-serif; margin-bottom: 35px;}

div.twol ol li { list-style-type: cjk-ideographic;}



a:hover, a:focus {
    text-decoration: none;
}














/*========================================================
                     3. header
=========================================================*/
header { background: #fef8d9;}
header .top-sect { display: none;}
.navbar-header {
    background: transparent;
}
h1.navbar-brand {
    height: auto;
    padding: 0; margin: 26px 0 21px 36px;
    line-height: normal;
}
@media screen and (min-width: 768px) and (max-width: 996px) {
    h1.navbar-brand {
        margin: 26px 0 21px -5px;
    }
}
@media screen and (min-width: 997px) and (max-width: 1199px) {
    h1.navbar-brand {
        margin: 26px 0 21px -5px;
    }
}


h2.rd-mobilepanel_title {
    left: 60px; top: 2px; right: auto;
    width: 78%;
    line-height: normal;
    padding: 0; margin: 0;
    background: url(../images/logo.png) left no-repeat;
    background-size: contain;
    height: 60px;
}
h2.rd-mobilepanel_title img {
    width: 85%;
    display: none;
}



@media (max-width: 767px) {
    header .top-sect .help-box, h1.navbar-brand {
        display: none;
    }
    
}
    

@media (min-width: 768px) {
    header .top-sect { display: block;}
    /*top right*/
    .navbar-right { display: block;}
    .navbar-right { margin-right: -15px; margin-top: 26px;}
    .navbar-right a {
        display: block;
        color: #a57e25;
        font-size: 26px;
        font-weight: 800;
        letter-spacing: 1px;
        position: relative;
        padding-right: 70px;
        line-height: 100%;
        padding-top: 5px;
        font-family: "Raleway","微軟正黑體", Helvetica, Arial, sans-serif;
        text-decoration: none;
    }
    .navbar-right a span {
        font-size: 20px;
        font-family: 'cwTeXYen', sans-serif;
    }

}






/* 3. header menu */
header .stuck_container {
    background: #014d67;
    z-index: 9999;
    border-top: 4px #618f99 solid;
}
.navbar {min-height: auto;}

.isStuck { height: auto;}
.isStuck .sf-menu ul { top: auto;}

ul.nav li.mob { display: block;}
@media (min-width:768px){
    ul.nav li.mob { display: none;}
}




@media (min-width:768px){
    .navbar-default .navbar-nav>li>a {
        font-size: 16px;
        color: #ffffff;
        letter-spacing: -1.5px;
        font-family: "Microsoft JhengHei", PMingLiU, sans-serif;
        border-right: 1px #fff solid;
        /*font-family: 'Noto Sans TC', sans-serif;
        font-family: "Lato", Arial, Verdana, "Noto Sans TC", "Microsoft JhengHei", PMingLiU, sans-serif;
        letter-spacing: 2px;*/
        padding: 10px 5px;
    }
    .navbar-default .navbar-nav>li:last-child>a {
        border: none;
    }
}
@media (min-width:992px){
    .navbar-default .navbar-nav>li>a {
        font-size: 18px;
        color: #ffffff;
        letter-spacing: -0.8px;
        font-family: "Microsoft JhengHei", PMingLiU, sans-serif;
        border-right: 1px #fff solid;
        /*font-family: 'Noto Sans TC', sans-serif;
        font-family: "Lato", Arial, Verdana, "Noto Sans TC", "Microsoft JhengHei", PMingLiU, sans-serif;*/
        padding: 10px 10px;
    }
    .navbar-default .navbar-nav>li:last-child>a {
        border: none;
    }
}
@media (min-width:1200px){
    .navbar-default .navbar-nav>li>a {
        font-size: 20px;
        color: #ffffff;
        letter-spacing: -0.5px;
        font-family: "Microsoft JhengHei", PMingLiU, sans-serif;
        border-right: 1px #fff solid;
        /*font-family: 'Noto Sans TC', sans-serif;
        font-family: "Lato", Arial, Verdana, "Noto Sans TC", "Microsoft JhengHei", PMingLiU, sans-serif;*/
        padding: 10px 8px;
    }
    .navbar-default .navbar-nav>li:nth-child(10)>a {
        border: none;
    }
}





@media (min-width: 768px) {
    header .stuck_container div.container, .navbar-collapse { padding: 0;}

    .navbar {
        border-radius: 0;
        margin-bottom: 0;
    }
    .navbar-default {
        border: none;
        background: #014d67;
        margin: 0 auto;
        /*margin-left: 50px;*/
    }
/**/
    .navbar-default .navbar-nav>li>a:hover {
        background: #d73850;
        color: #fff;
    }


}



.rd-mobilepanel_toggle { left:0;}
.rd-mobilemenu_ul a {
    font-size: 18px;
    color: rgb(1, 77, 103);
    text-decoration: none;
}
.rd-mobilemenu_ul a i { display: none;}
/*.rd-mobilemenu_ul a:hover {
    background: rgb(1, 90, 28);
}*/
.rd-mobilemenu_ul a .rd-submenu-toggle {
    width: 28px; height: 28px;
    border: none;
    line-height: 28px;
}
.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
    background: rgba(255%,255%,255%,0.3);
}

.rd-mobilemenu_ul ul a {
    padding: 10px 0;
}






@media (min-width: 768px) {

}










/*========================================================
                     Carousel
=========================================================*/
.carousel {
    display: none;
}
.carousel-indicators {
    margin-bottom: 0;
    bottom: 0;
}
@media screen and (min-width: 768px) {
    .carousel {
        display: block;
    }
    .carousel-indicators {
        margin-bottom: 0;
        bottom: 0;
    }
}










/*========================================================
                     TAB
=========================================================*/
div.index_tab { margin: 0 -15px 30px -15px;}
div.index_tab ul.nav-tabs>li { background: #9d9d9d; margin-right: 3px;}
div.index_tab ul.nav-tabs>li.active>a, div.index_tab ul.nav-tabs>li.active>a:hover, div.index_tab ul.nav-tabs>li.active>a:focus {
    color: #fff;
    cursor: default;
    background-color: #0778ba;
    border: none;
    border-bottom-color: transparent;
    font-size: 20px; font-weight: bold;
    letter-spacing: 0;
    padding: 7px 30px 4px 30px;
}
div.index_tab ul.nav-tabs>li>a {
    color: #fff;
    border-radius: 0;
    margin-right: 0;
    border: 0 solid transparent;
    padding: 7px 30px 3px 30px;
    font-size: 20px; font-weight: bold;
    letter-spacing: 0;
}
div.index_tab ul.nav-tabs>li>a:hover{
    background-color: #0778ba;
    /*border: 1px #0778ba solid;*/
    border: 0 solid transparent;
}
/**手機隱藏後出現的內容**/
div.index_tab ul.nav-tabs {
    border-bottom: 3px solid #0778ba;
    display: none;
}
div.index_tab .tab-content>.tab-pane {
    display: block;
    visibility: visible;
    opacity: 1;
}
div.index_tab .tab-content h3 {
    display: block;
    background: url(../images/bg_title.jpg) top left;
    border: 1px #d5d1d1 solid;
    color: #014d67;
    margin: 20px 0 0 0;
    padding: 10px 20px;
    font-size: 25px;
    font-weight: bold;
}
/**內容**/
div.index_tab .tab-content .news ul { border-bottom: 1px #d0c9c9 solid; margin: 5px 2px 5px 5px;}
div.index_tab .tab-content .news ul li {
    letter-spacing: 0;
    list-style: none;
    padding: 0 5px 0 0;
    font-size: 17px;
    line-height: 160%;
}
div.index_tab .tab-content .news ul li:nth-child(odd) {
    color: #31adf5;
    font-weight: bold;
    list-style: square;
}
div.index_tab .tab-content .news ul li:nth-child(even) { padding: 0 5px 7px 0;}


div.index_tab .tab-content .class ul { border-bottom: 1px #d0c9c9 solid; margin: 5px 2px 5px 5px;}
div.index_tab .tab-content .class ul li {
    letter-spacing: 0;
    list-style: none;
    padding: 0 5px 0 0;
    font-size: 17px;
    line-height: 160%;
}
div.index_tab .tab-content .class ul li:nth-child(odd) {
    color: #31adf5;
    font-weight: bold;
    list-style: square;
}
div.index_tab .tab-content .class ul li:nth-child(even) {}


div.index_tab .tab-content .btn { margin: 15px 0 15px 20px; padding: 7px 25px; letter-spacing: 0;}





@media (min-width: 768px) {
    div.index_tab { margin: 38px 27px;}
    div.index_tab ul.nav-tabs>li { background: #9d9d9d; margin-right: 3px;}
    div.index_tab ul.nav-tabs>li.active>a, div.index_tab ul.nav-tabs>li.active>a:hover, div.index_tab ul.nav-tabs>li.active>a:focus {
        color: #fff;
        cursor: default;
        background-color: #0778ba;
        border: none;
        border-bottom-color: transparent;
        font-size: 20px; font-weight: bold;
        letter-spacing: 0;
        padding: 7px 30px 4px 30px;
    }
    div.index_tab ul.nav-tabs>li>a {
        color: #fff;
        border-radius: 0;
        margin-right: 0;
        border: 0 solid transparent;
        padding: 7px 30px 3px 30px;
        font-size: 20px; font-weight: bold;
        letter-spacing: 0;
    }
    div.index_tab ul.nav-tabs>li>a:hover{
        background-color: #0778ba;
        /*border: 1px #0778ba solid;*/
        border: 0 solid transparent;
    }
    div.index_tab ul.nav-tabs {
        border-bottom: 3px solid #0778ba;
        display: block;
    }
/**手機隱藏**/
    div.index_tab .tab-content>.tab-pane {
        display: none;
        visibility: hidden;
        opacity: 0;
    }
    div.index_tab .tab-content>.active {
        display: block;
        visibility: visible;
    }
    div.index_tab .tab-content>.fade.in {
        opacity: 1;
    }
    div.index_tab .tab-content>.fade {
        opacity: 0;
        -webkit-transition: opacity .15s linear;
        -o-transition: opacity .15s linear;
        transition: opacity .15s linear;
    }
    div.index_tab .tab-content { padding-top: 10px;}
    div.index_tab .tab-content h3 { display: none;}

/**內容**/
    div.index_tab .tab-content .news ul { margin: 0; padding: 0; border-bottom: 1px #d0c9c9 solid; display: block;}
    div.index_tab .tab-content .news ul li {
        display: inline-block;
        padding: 15px 0;
        vertical-align: top;
        letter-spacing: 0;
        font-size: 20px;
        line-height: 160%;
    }
    div.index_tab .tab-content .news ul li:nth-child(odd) {
        width: 12%;
        color: #31adf5;
        font-weight: bold;
        text-align: center;
    }
    div.index_tab .tab-content .news ul li:nth-child(even) {
        width: 87%;
        padding: 15px 0;
    }


    div.index_tab .tab-content .class ul { margin: 0; padding: 0; border-bottom: 1px #d0c9c9 solid; display: block;}
    div.index_tab .tab-content .class ul li {
        display: inline-block;
        padding: 15px 0;
        vertical-align: top;
        letter-spacing: 0;
        font-size: 20px;
        line-height: 160%;
    }
    div.index_tab .tab-content .class ul li:nth-child(odd) {
        width: 64%;
        font-weight: bold;
        text-align: left;
    }
    div.index_tab .tab-content .class ul li:nth-child(even) {
        width: 35%;
        color: #31adf5;
        padding: 15px 0;
        text-align: right;
        font-size: 15px;
    }




    div.index_tab .tab-content .btn { float: right; margin-top: 15px; padding: 7px 25px; letter-spacing: 0;}
}
















/*========================================================
                     main_title
=========================================================*/
div.main_title {
    background: url("../images/bg_main_title.jpg") bottom no-repeat;
    text-align: center;
    height: 100px;
    padding-top: 30px;
}
div.main_title h1 {
    font-size: 40px;
    font-family: 'Noto Sans TC', sans-serif;
    color: #521b07;
    margin: 0; padding: 0;
}

div.seMenu {
    background: rgba(249,232,143,0.7);
    text-align: left;
    padding: 0;
    border-top: 1px #989393 dashed;
    border-bottom: 1px #989393 dashed;
    margin-top: 10px;
}
div.seMenu ul { margin: 0; padding: 0;}
div.seMenu ul li {
    padding: 3px 0;
    list-style: none;
    border-bottom: 1px #989393 dashed;
    padding-left: 81px;
}
div.seMenu ul li:last-child { border-bottom: none;}
div.seMenu ul li a {
    font-size: 16px;
    color: #4c4948;
    letter-spacing: 0;
}
div.seMenu ul li a.active {
    color: #821e02;
    font-weight: bold;
}

@media (min-width:768px){
    div.main_title {
        background: url("../images/bg_main_title.jpg") center no-repeat;
        padding-top: 40px;
        height: 160px;
    }
    div.seMenu {
        text-align: center;
        margin-top: -40px;
        padding: 9px 0 7px 0;
        border: none;
    }
    div.seMenu ul li a {
        font-size: 16px;
    }
    div.seMenu ul li {
        display: inline-block;
        padding: 0 10px 0 0;
        border-bottom: none;
    }
}
















/*========================================================
                     main
=========================================================*/
div.main {}
h1.main_cont_title {
    background: url("../images/bg_title.jpg") top left;
    border: 1px #d5d1d1 solid;
    color: #014d67;
    margin: 20px 0 0 0; padding: 10px 20px;
    font-size: 25px;
    font-weight: bold;
}

div.main div.main_cont {
    line-height: 180%;
    color: #595757;
    letter-spacing: 0;
}
@media (min-width:768px){
    h1.main_cont_title {
        margin: 40px 0 0 0;
        font-size: 25px;
        font-weight: bold;
    }
}
@media (min-width:992px){
}
@media (min-width:1200px){
    div.main {
        padding: 0 62px 35px 62px;
    }
}

h1.about01 { color: #d95f34; font-size: 22px; font-weight: bold;}



/*========================================================
                    兩欄 main
=========================================================*/
div.main2 {}
h1.main2_cont_title {
    background: url("../images/bg_title.jpg") top left;
    border: 1px #d5d1d1 solid;
    color: #014d67;
    margin: 20px 0 0 0; padding: 10px 20px;
    font-size: 25px;
    font-weight: bold;
}

div.main2 div.main2_cont {
    line-height: 180%;
    color: #595757;
    letter-spacing: 0;
    padding-top: 15px;
}
@media (min-width:768px){
    h1.main2_cont_title {
        margin: 40px 0 0 0;
        font-size: 25px;
        font-weight: bold;
    }
}
@media (min-width:992px){
}
@media (min-width:1200px){
    div.main2 {
        padding: 0 15px 35px 15px;
    }
}
/**about/charter**/
div.cha-menu { display: none;}
@media (min-width:768px){
    div.cha-menu { display: block;}
}












/*========================================================
                    index_link
=========================================================*/
div.index_link { clear: both; margin-bottom: 50px;}
.slider {
    width: 80%;
    margin: 20px auto;
}

.slick-slide {
     margin: 0px 5px;
}

.slick-slide img {
    width: 100%;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}
.slick-prev, .slick-next { color: black;}
.slick-dots { bottom: -60px;}

@media (min-width:768px){
    .slider {
        width: 100%;
        margin: 20px auto;
    }
    .slick-dots { bottom: -25px;}
}













/*========================================================
                     midMenu
=========================================================*/
div.midMenu {
    background: url("../images/bg_footer_link.jpg");
/*    margin-bottom: 10px;*/
    padding-top: 20px;
    padding-bottom: 20px;
}
div.midMenu div span {
    display: block;
    color: #2b1103;
    font-size: 20px;
    font-weight: bold;
    margin: 10px auto;
}
div.midMenu div.col-lg-3 { margin-bottom: 25px;}
@media (min-width:768px){
    div.midMenu {
/*        margin-bottom: 35px;*/
        padding-top: 75px;
        padding-bottom: 75px;
    }
    div.midMenu div.col-lg-3 { margin-bottom: 0;}
}












/*========================================================
                     footer
=========================================================*/
.footer { background: #fdfae6; clear: both;}
.footer_01 { display: none;}
.footer_01 {
    background: #014d67;
}
.footer_01 ul { margin: 8px 0; padding: 0;}
.footer_01 ul li {
    display: inline-block;
    border-right: 1px #fff solid;
}
.footer_01 ul li:last-child { border-right: none;}
.footer_01 ul li a {
    color: #fff;
    font-size: 16px;
    letter-spacing: 0;
    padding: 0 9px 0 4px;
}

@media (min-width:768px){
    .footer_01 { display: block;}
}



.footer_02 {
    clear: both;
    padding: 20px 0 0 0;
    font-size: 16px;
}
.footer_02 .logo { display: none;}
.footer_02 .logo { border-right: 1px #b8b8ba solid;}
.footer_02 .address { padding: 0 10px 0 25px;}
.footer_02 .tel { padding: 0 10px 0 25px;}
@media (min-width:768px){
    .footer_02 {
        padding: 45px 0 30px 0;
        font-size: 18px;
    }
    .footer_02 .logo { display: block;}
    .footer_02 .address { padding: 0 0 0 50px;}
    .footer_02 .tel { padding: 0;}
}



.footer_03 {
    background: #faf0ba;
    color: #595757;
    font-size: 16px;
    padding: 17px 20px;
    letter-spacing: 0;
}
@media (min-width:768px){
    .footer_03 {
        font-size: 18px;
    }
}

























/*========================================================
                     16. Back-to-top
=========================================================*/
#back-to-top {
    display:none;
    position:fixed;
    bottom:30px;
    right:30px;
    height:40px;
    width:40px;
    cursor:pointer;
    background:#000000;
    line-height:1em;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    background-image:url(../images/triangle.png);
    background-position: 12px 16px;
    background-repeat:no-repeat;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    opacity:0.5;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#back-to-top:hover {

    background-color:#014d67;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    opacity:0.8;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}















/*========================================================
                     距離 背景
=========================================================*/
.mt-10{ margin-top:10px;}
.mt-20{ margin-top:20px;}
.mt-30{ margin-top:30px;}

.mb-10{ margin-bottom:10px;}
.mb-20{ margin-bottom:20px;}
.mb-30{ margin-bottom:30px;}

.pt-10{ padding-top:10px;}
.pt-20{ padding-top:20px;}
.pt-30{ padding-top:30px;}

.pb-10{ padding-bottom:10px;}
.pb-20{ padding-bottom:20px;}
.pb-30{ padding-bottom:30px;}

.p-5 { padding: 5px;}
.p-10 { padding: 10px;}
.p-20 { padding: 20px;}
.p-30 { padding: 30px;}



.bkA{ background-color: rgba(255, 255, 255, 0.5);}





/*========================================================
                     CSS text
=========================================================*/
.f13 { font-size: 13px; line-height: 150%;}







/*========================================================
                      hr
=========================================================*/
.style01 {
    border: 0;
    border-top: 1px solid #337ab7;
}

.style02 {
    border: 0;
    border-top: 3px double #337ab7;
}

.style03 {
    border: 0;
    padding-top: 1px;
    background: linear-gradient(to right, transparent, #d0d0d5, transparent);
}

.style04 {
    border: 0;
    padding: 3px;
    background: repeating-linear-gradient(135deg, #a2a9b6 0px, #a2a9b6 1px, transparent 1px, transparent 6px);
}

.style05 {
    border: 0;
    padding: 3px;
    background: linear-gradient(135deg, red, orange,green, blue, purple);
    --mask-image: repeating-linear-gradient(135deg, #000 0px, #000 1px, transparent 1px, transparent 6px);
    -webkit-mask-image: var(--mask-image);
    mask-image: var(--mask-image);
}

.style06 {
    border: 0;
    color: #64a8e0;
    height: .3em;
    white-space: nowrap;
    letter-spacing: 100vw;
    padding-top: .5em;
}
.style06::before {
    content: "\2000\2000";
    /* IE浏览器实线代替 */
    text-decoration: overline;
    /* 现代浏览器 */
    text-decoration: overline wavy;
}











/*========================================================
                     CSS scott
=========================================================*/
div.scott {
	padding-right: 3px; padding-left: 3px; padding-bottom: 23px; margin: 3px; padding-top: 23px; TEXT-ALIGN: center
}
div.scott A {
	border-right: #9ACD32 1px solid; padding-right: 5px; border-top: #9ACD32 1px solid; padding-left: 5px; padding-bottom: 2px; border-left: #9ACD32 1px solid; COLOR: #88af3f; margin-right: 2px; padding-top: 2px; border-bottom: #9ACD32 1px solid; TEXT-DECORATION: none
}
div.scott A:hover {
	border-right: #85bd1e 1px solid; border-top: #85bd1e 1px solid; border-left: #85bd1e 1px solid; COLOR: #638425; border-bottom: #85bd1e 1px solid; background-COLOR: #f1ffd6
}
div.scott A:active {
	border-right: #85bd1e 1px solid; border-top: #85bd1e 1px solid; border-left: #85bd1e 1px solid; COLOR: #638425; border-bottom: #85bd1e 1px solid; background-COLOR: #f1ffd6
}
div.scott SPAN.current {
	border-right: #b2e05d 1px solid; padding-right: 5px; border-top: #b2e05d 1px solid; padding-left: 5px; FONT-WEIGHT: bold; padding-bottom: 2px; border-left: #b2e05d 1px solid; COLOR: #fff; margin-right: 2px; padding-top: 2px; border-bottom: #b2e05d 1px solid; background-COLOR: #b2e05d
}
div.scott SPAN.disabled {
	border-right: #9ACD32 1px solid; padding-right: 5px; border-top: #9ACD32 1px solid; padding-left: 5px; padding-bottom: 2px; border-left: #9ACD32 1px solid; COLOR: #88af3f; margin-right: 2px; padding-top: 2px; border-bottom: #9ACD32 1px solid
}







