﻿@charset "utf-8";
/*************************
    框架設定
**************************/
html, body {
    height: 100%;
}

/*桌機*/
header {
    z-index: 1000;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    max-width: 100%;
    color: #000;
}

section {
    display: block;
    padding-top: 140px;
}

    section > div {
        display: block;
    }

.fancySection {
    position: relative;
    padding-top: 0px;
}

    .fancySection .container {
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
    }

.container-full {
    width: 100%;
}

@media (min-width: 992px) {
    .container {
        width: 100%;
    }
}

@media (max-width:1190px) {
    section {
        padding-top: 80px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1280px;
        padding-right: 0px;
        padding-left: 0px;
    }

    .indexBannerBox .container > .row {
        margin-left: 0px;
        margin-right: 0px;
    }
}


footer {
    display: block;
    width: 100%;
    background: #000;
    padding: 10px 0;
}

    footer p {
        display: block;
        margin-bottom: 0.25rem;
        color: #fff;
        text-align: center;
        font-size: 1rem;
    }

/*回到頂端*/
#TOP {
    z-index: 80;
    position: absolute;
    right: 2%;
    top: -100px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    cursor: pointer;
    background-color: rgba(0,0,0,0.2);
    color: #ffffff;
    text-align: center;
    border-radius: 50%;
    transition: all 0.3s;
}

    #TOP:hover {
        background-color: rgba(0,0,0,0.8);
    }

@media (min-width: 1200px) {
}


/* table*/
@media (min-width: 980px) {
}

/*超小螢幕 phone*/

@media (max-width: 1007px) {
}

/*超寬銀幕用*/
@media (min-width: 1921px) {
}


/*字體通用顏色*/
.text-Red {
    color: #C1272D !important;
}

.text-Blue {
    color: #0071BC !important;
}

.text-Green {
    color: #006837 !important;
}

.text-Pinky {
    color: #ED1E79 !important;
}

.text-Brown {
    color: #736357 !important;
}

.text-LightGreen {
    color: #8CC63F !important;
}

.text-Yellow {
    color: #FBB03B !important;
}

.text-Gray {
    color: #4D4D4D !important;
}

.text-Purple {
    color: #c85caf !important;
}
