﻿@charset "utf-8";

body{
    position:relative;
}

html, body {
    font-family: "微軟正黑體";
    height: 100%;
    width: 100%;
}
/*.wrapper{
   width: 100%;
   margin-right: auto;
   margin-left: auto;
}*/
.css-div-link {
    cursor: pointer;
}

button {
    margin: 10px 0;
}

p.end {
    position: absolute;
    bottom: 0px;
    right: 15px;
}

.item-title {
    border-left: 5px solid #E72410;
    background: #f4f4f4;
    padding: 8px;
}

.card {
    border: 1px solid #979797;
    border-top: 3px solid rgba(199,0,38,1.00);
    border-radius: 3px;
    margin-top: 5px;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 5px;
}

    .card h2 {
        color: #701F00;
        font-size: 21px;
        font-weight: bold;
        border-bottom: 1px solid #701F00;
        padding-bottom: 8px;
    }

    .card h3 {
        color: #C00003;
        font-size: 18px;
        font-weight: bold;
    }

.card-title {
    font-size: 16px;
    color: #000000;
    font-weight: 600;
}

hr.style1 {
    border-top: 1px dotted #8c8b8b;
}

.navbar-brand span {
    padding-top: 15px;
    padding-left: 207px;
    float: left;
    margin-top: -33px;
    color: #FFFFFF;
    font-size: 12px;
    letter-spacing: 3px;
}

.navbar-header .navbar-brand .text-white {
}


.carousel {
    height: 40%;
    margin-top :100px;
}

.item, .active, .carousel-inner {
    height: 100%;
}

.fill {
    width: 100%;
/*    height: 100%;*/
    
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

.item > .fill {
    padding-bottom: 350px;
}

.well {
    text-align: justify
}

.indexIntroduction >table >tbody> tr >td{
    padding-left : 10px;
    word-break:break-all;
}

#carousel1 .left.carousel-control img, #carousel1 .right.carousel-control img {
    position: absolute; /*絕對座標*/
    top: 50%;
}

#carousel1 .left.carousel-control img {
    right: 50%;
}

#carousel1 .right.carousel-control img {
    left: 50%;
}

.value {
    font-size: 21px;
}

.red {
    color: #C10003;
}

.green {
    color: #57B700;
}

#carousel2-control, #carousel3-control {
    width: 85%;
    margin: 0 20px;
}

    #carousel2-control h3, #carousel3-control h3 {
        margin: 0;
        height: 30px;
    }

.embed-responsive-21by9 {
    padding-bottom: 42.85714%;
}

.embed-responsive-31by9 {
    padding-bottom: 30.85714%;
}

.media-object {
    margin: 10px 5px;
    padding: 5px;
}

.carousel-indicators{
    bottom:30px
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    body {
        padding: 0;
        margin: 0;
        /*width: 320px;*/
        width: 100%;
    }
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    body {
        /*width: 495px;  */
        width: 100%;
    }
}

@media (max-width:768px) {
    #carousel1 .left.carousel-control img, #carousel1 .right.carousel-control img {
        transform: scale(0.7); /*縮小*/
    }

    #carousel1 .left.carousel-control img {
        right: 10%;
    }

    #carousel1 .right.carousel-control img {
        left: 10%;
    }

     .item > .fill{
        padding-bottom : 30%;
    }

    .carousel-indicators {
        bottom: 20px
    }
}


ul {
    padding: 0;
    margin: 0;
}

footer {
    color: #fff;
}

    footer h3 {
        margin-bottom: 30px;
    }

    footer .footer-above {
        padding-top: 50px;
        background-color: #2c3e50;
    }

    footer .footer-col {
        margin-bottom: 50px;
        text-align: justify;
    }

    footer .footer-below {
        padding: 25px 0;
        background-color: #233140;
        text-align: justify;
    }
/******************************************/
.i-accordion .panel-heading,
.d-accordion .panel-heading,
.accordion-2a .panel-heading,
.accordion-2b .panel-heading,
.accordion-3 .panel-heading {
    cursor: pointer;
}

    .d-accordion .panel-heading.collapsed .fa-chevron-up:before {
        content: '\f078';
    }

@media (max-width: 850px) {
    .wrapper {
        width: 100%;
    }

    .navbar-brand span {
        display: none;
    }
}

@media (max-width: 800px) {
    .wrapper {
        width: 100%;
    }

    .navbar-header {
        padding-bottom: 0px;
    }

    .headTop {
        height: 67px;
    }

    .dropdown.open {
        background-color: rgba(255,255,255,1.00)
    }

    .media-object {
        transform: scale(0.9); /*縮放*/
        margin: auto;
    }
}


@media (max-width: 768px) {
    /** 手機板 Banner 調整下方兩class*/
    .container{
        padding-top:0px !important;
    }

    .carousel {
        height: 15%;
    }


    .navbar-brand img {
        padding: 0;
    }

    .navbar-brand img {
        max-height: 100%;
        max-width: 100%;
        width: auto;
        height: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    .navbar-default {
        height: 55px;
    }

    .breadcrumb {
        padding: 5px 15px;
        margin-bottom: 10x;
        list-style: none;
        background-color: #f5f5f5;
        border-radius: 4px;
        margin-top: 5px;
        /*        padding-top: 55px;*/
    }

        .breadcrumb > li {
            display: inline-block;
        }

            .breadcrumb > li + li:before {
                padding: 0 5px;
                color: #ccc;
                content: "/\00a0";
            }

        .breadcrumb > .active {
            color: #777;
        }


}

@media (max-width:1160px) {
    .breadcrumb {
        padding-top: 55px;
    }

    .carousel {
        margin-top: 50px;
    }
}

@media (min-width: 1025px) {
    .breadcrumb {
        padding-top: 100px;
    }
}
