﻿:lang(zh-Hant) {
    font-family: Noto Sans TC,Microsoft JhengHei,sans-serif;
}
body {
    /*font-family: Verdana, Arial, Helvetica, sans-serif;*/
    font-size: 15.5px;
    /*background-color: #f7f7f7 !important;*/
    margin: 0;
}

#body {
    border: 0;
    /*width: 1000px;*/
    width: 80%;
    min-width: 1000px;
    margin: auto;
    margin-top: 83px;
}

#header {
    /*height: 90px;
    background-color:#efecf3;*/
    width: 100%;
    height: 83px;
    display: block;
    position: fixed !important;
    top: 0;
    z-index: 1100;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.16);
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
    margin: auto;
    -webkit-transition: height .2s;
    transition: height .2s;
}
    #header > div {
        width: 80vw;
        height: 65px;
        display: block;
        position: relative;
        max-width: 1920px;
        margin: auto;
        -webkit-transition: height .2s;
        transition: height .2s;
    }
@media screen and (max-width: 1000px) {
    #header > div {
        width: 100%;
    }
}

@media screen and (max-width: 1270px) {
    #header > div {
        width: 95vw;
    }
}

@media screen and (max-width: 1338px) {
    #header > div {
        width: 90vw;
    }
}

    #header [data-unit=logo] {
        display: block !important;
        width: 500px;
        height: 65px;
        margin-top: 13px;
        -moz-transform: scale(.65);
        -moz-transform-origin: 0 -30%;
        -webkit-transform: scale(.65);
        transform: scale(.65);
        -webkit-transform-origin: 0 -43%;
        transform-origin: 0 -43%;
        position: absolute;
        top: 0;
        left: .5rem;
        z-index: 2;
        display: flex;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer;
        -webkit-transition: margin-top .2s,height .2s,width .2s;
        transition: margin-top .2s,height .2s,width .2s;
    }
    #header [data-unit=emblem] {
        width: 20%;
    }
    #header [data-unit=emblem]>svg {
        margin-top: -7px;
    }
    #header [data-unit=emblem-text] {
        width: 80%;
        opacity: 1;
    }
    #header [data-unit=emblem-text]>svg {
        padding-top: 65px;
        margin-top: -62px;
    }

    #header_logo {
        width: 500px;
        float: left;
        padding: 6px 0 0 0;
        margin: 0;
    }

#header [data-unit=logo] > div.text {
    font-size: 1.8em;
    padding-left: 0.2em;
    letter-spacing: 0.2em;
    font-weight: bold
}

#header [data-unit=logo] div.text-system {
    /*font-size: 1.8em;*/
    /*font-size: 1.1em;*/
    /* padding-left: 0.2em; */
    letter-spacing: 0.5em;
    font-weight: bold;
    color: #7b4eb1;
    margin-top: 0.1em;
    border-top: solid 2px #7b4eb1;
}



img {
    border: none;
}


#footer {
    /*height: 90px;*/
    /*background-color: #f0ecf3;*/
    text-align: center;
    /*border-top: 1px solid #502776;*/
    /*border-top: 1px solid #ccc;*/

    /*background: #d6d6d6;*/
    padding: 40px 0;
}

#content {
    /*min-height: 300px;*/
    background-color: #ffffff;
    /*border: 1px solid #999999;
    border-top: 20px solid #502776;
    border-left: 10px solid #502776;
    border-right: 1px solid #502776;*/
    /*border: none;*/
    border-top: none;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 20px;
}

.footer {
    /*padding-top: 40px;*/
    color: #2c2c2c; 
    font-size: 12px;
}

@media print {
    .rbScreen {
        display: none;
    }

    .rbPrint {
        height: 20px;
        width: 20px;
    }

    /*input[type="radio"]
  {
    visibility: hidden;
  }


  input[type="radio"][checked]
  {
    visibility: visible;
  }*/
}

@media screen {
    .rbPrint {
        display: none;
    }
}

