﻿body {
    padding: 0px;
    margin: 0px;
    font-family: '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif !important;
}

/*-- Navbar --*/
.header {
    background-color: #fff;
    color: #008647;
    border-bottom: #008647 5px solid;
    width: 100%;
    padding: 10px 10px;
    margin-right: 0px;
    margin-left: 0px;
}

.navbar {
    height: 80px;
}

.navbar-transparent {
    background-color: transparent;
    border: none;
    box-shadow: none;
}
/*-- Navbar End --*/


/*-- Body --*/
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.main-bg {
    background: #eff5f1;
}

.box_style {
    width: 100%;
    padding: 10px 5px 10px 5px;
    display: inline-block;
    position: relative;
    border: none;
    min-height: 73vh;
}

.box_center {
    display: flex;
    justify-content: center; /* 水平置中 */
    align-items: flex-start; /* 垂直靠上 */
}

.box_center_top20 {
    margin-top: 50px; /* 垂直向下偏移 */
}
/*-- Body End --*/


/*-- footer --*/
.footer {
    clear: both !important;
    background-color: #008647;
    color: #fff !important;
    font-size: 16px;
    padding: 10px;
}

.footer-line ul {
    display: inline-block;
    list-style-type: none;
    vertical-align: middle;
    margin: 0;
    padding: 5px;
    overflow: hidden;
}

    .footer-line ul li {
        float: left;
    }
/*-- footer End --*/


/*-- Component --*/
input {
    background: #fff;
    border: #d9dddd 1px solid;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding-left: 5px;
}
        
a, a:hover {
    text-decoration: none;
    outline: none;
    hlbr: expression(this.onFocus=this.blur());
    cursor: pointer;
}

h1 {
    color: #0e8162;
    font-weight: bold;
}

    h1.title {
        display: block;
        font-size: 18px !important;
        padding: 0 0 7px 0px !important;
        position: relative;
        margin-bottom: 8px;
        clear: both;
        letter-spacing: 1px;
        margin-top: -6px;
    }

        h1.title > span {
            padding-left: 5px;
            font-size: 1.1em !important;
            color: #333;
        }

.pi {
    font-family: 'primeicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*-- Component End --*/



table {
    border-spacing: 0;
    /* margin-bottom: 10px; */
    position: relative;
}