@charset "utf-8";
/* CSS Document */

.Page{
    
}
.Page .container{
    --offset: 3em;
    max-width: 100%;
}
.Page .banner{
    height: calc(100vh - 120px - 40vh);
    background-position: 20% center;
    margin-bottom: 30px;
}
.Page .allBlock{
    padding-bottom: 20px;
}

.PageMainBlock{
    margin-top: calc(var(--paddingset) * 0.8);
    margin-bottom: calc(var(--paddingset) * 1.2);
    padding-left: calc(var(--paddingset) * 1);
    padding-right: calc(var(--paddingset) * 1);
}

.PageSubtitle{
    position: absolute;
    font-size: 1rem;
    font-weight: normal;
    left: 50%;
    width: 85%;
    transform: translateX(-50%);
    text-align: center;
    color: #000000;  
    margin-top: calc(var(--paddingset) * 0.3);
}

.Bigtitle.Pagetitle {
    margin-bottom: calc(var(--paddingset) * 0.3);
}

@media screen and (min-width: 768px) and (max-width: 991px){ 
    .Bigtitle.Pagetitle {
        margin-bottom: calc(var(--paddingset) * 1);
    }
}
@media (max-width: 767px){
    .Bigtitle.Pagetitle {
        margin-bottom: calc(var(--paddingset) * 0.9);
    }
}
/* -----------------麵包導覽------------------- */
.breadcrumb{
    background:none;
    border-radius: 0;
    padding: 0.25rem;
    font-size: 0.9rem;
}
.breadcrumb > li + li:before {
    color: #CCCCCC;
    content: "/ ";
    padding: 0 5px;
}
.breadcrumb a{
    color: #666666
}

/* -----------------麵包導覽------------------- */


/* -----------------頁數切換------------------- */
.PageMainBlock .pagination{
    margin: 0 auto;
}
.page-link{
    color: #000000;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #cf7963;
    border-color: #b37867;
    margin-bottom:4rem;
}
/* -----------------頁數切換------------------- */


/* -----------------最新消息------------------- */
.PageMainBlock .rounded-list{
    counter-reset: li;
    list-style: none;
    /*font: 15px 'trebuchet MS', 'lucida sans';*/
    list-style: decimal;
    padding: 0;
    margin-bottom: 4em;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

.PageMainBlock ol ol{
    margin: 0 0 0 2em;
}
.rounded-list a{
    position: relative;
    display: flex;
    padding: 2em 1em 2em 2em;
    /*margin: 1em 0;*/
    /*background: #ddd;*/
    border-bottom: 1px solid #B8B8B8;
    color: #000000;
    text-decoration: none;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;	
}

.rounded-list a:hover{
    background: #eee;
}

/*.rounded-list a:hover:before{
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);	
}*/

.rounded-list a:before{
    content: counter(li);
    counter-increment: li;
    position: absolute;	
    left: -1.3em;
    top: 50%;
    margin-top: -1em;
    background: #3C2C25;
    color: #fff;
    height: 2em;
    width: 2em;
    /*line-height: 2em;*/
    border: .3em solid #fff;
    text-align: center;
    font-size: 0.9rem;
    font-weight: bold;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    border-radius: 2em;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.rounded-list a p{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 85%;
    font-weight: bold;
    margin-bottom: 0;
}
.rounded-list a .date{
    width: 15%;
    text-align: right;
}

@media (max-width: 767px){ 
    .rounded-list a{
        padding: 1em 0em 1em 1.5em;
        flex-direction: column;
    }
    .rounded-list a .date{
        display: block;
        width:auto;
    }
    .rounded-list a p{
        width: 100%;
        font-size: 1.2rem;
        line-height: 1.6rem;
    }
    .rounded-list .new {
        font-size: 0.8em;
    }
    .page-link{
        padding: 0.75rem 1.5rem;
    }
}
/* ----------------最新消息----------------------*/


/* ----------------主題專區MENU----------------------*/
.PageMenuBar{
    background-color: #F3F0E8;
    position: relative;
    top: -30px;
    /*padding-top: calc(var(--paddingset) * 0.5);
    padding-bottom: calc(var(--paddingset) * 0.5);*/
}
.MenuBarClass{
    
}

.MenuBarClass ul{
    flex-direction: row;
    justify-content: space-around;
    width: 70%;
}
.MenuBarClass .nav-link{
    padding: 1.3rem 0.8rem;
}
.MenuBarClass li{
    position: relative;
}
.MenuBarClass a{
    color: #BBB6AB;
    font-weight: bold;
}

.MenuBarClass .active a,.MenuBarClass a:hover{
    color: #3C2C25;
}
.topBotomBordersOut a:after{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 14px 16px 14px;
    border-color: transparent transparent #ffffff transparent;
    content: "";
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.2s;
}

.topBotomBordersOut a:hover:after,.topBotomBordersOut .active a:after{
    opacity: 1;
    /*transform: translateY(0px);*/
}
.topBotomBordersOut a:after {
    /*top: 0px;
    transform: translateY(10px);*/
}
/* ----------------主題專區MENU----------------------*/


/* ----------------大TAB------------------*/
.PageMainTab{
}
.PageMainTab .nav-item .nav-link,
.PageMainTab .nav-tabs .nav-link {
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}
.PageMainTab .nav-tabs > .nav-item > .nav-link {
    color: #3C2C25;
    margin: 0;
    margin-right: 5px;
    background-color: #ffffff;
    border: 3px solid #9A3C01;
    border-radius: 50px;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 0.7rem 3rem;
    line-height: 1.5;
}
.PageMainTab .nav-tabs > .nav-item > .nav-link:hover {
    background-color: transparent;
}
.PageMainTab .nav-tabs > .nav-item > .nav-link.active {
    background-color: #444;
    color: #FFFFFF;
}
.PageMainTab .nav-tabs.nav-tabs-neutral > .nav-item > .nav-link.active {
    background-color: #ED6D1C;
    color: #ffffff;
}
.PageMainTab .nav-tabs{
    border-bottom: none;
}
.TabClass{
    margin-bottom: calc(var(--paddingset) * 0.5);
}
.TabClass ul > li:first-child{
    margin-right: 1rem;
}
.TabClass.TabClass_xS .nav-tabs > .nav-item > .nav-link {
    padding: 0.3rem 1.5rem;
}
/*.TabClass.TabClass_xS ul > li:first-child{
    margin-right: 0.5rem;
}*/
.TabClass.TabClass_xS ul > li{
    margin-right: 0.5rem;
}
.TabClass_xS {
}
.tabtitle_S{
    color: #3C2C25;
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    text-align: center;
}
.tabtitle_S::before ,.tabtitle_S::after{
    content: "\f068";
    width: 32px;
    display: inline-block;
    text-align:center;

    font: normal normal normal 1.2rem/1 FontAwesome;
}
.tabtitle_S::before{
    margin-right: 10px;
}
.tabtitle_S::after{
    margin-left: 10px;
}
.TabClass .form-group{
    justify-content: center;
    margin-bottom: 0;
}
.TabClass label{
    font-size: 1.2rem;
    font-weight: bold;
}
.TabClass.app .card-body{
    padding: 0.5rem 1.25rem;
}
/* ----------------大TAB------------------*/

.PageTitleA{
    font-size: 1.5rem;
    font-weight: bold;
}

/* ----------------下載框框----------------------*/
.PageObjectClass{
    margin: 0 auto;
    justify-content: center;
}
.PageObjectBox{
    border: 2px solid #3C2C25;
    border-radius: 15px;
    box-shadow: 0px 3px 7px 0px #bbbbbb;
    width: 100%;
    padding: calc(var(--paddingset) * 0.2);
    margin-bottom: calc(var(--paddingset) * 0.5);
}

.PageObjectBox:hover{
    /*background-color: #f7f4ee;*/
}
.PageObjectBox .card-header {
    padding: 0 0.75rem 1.25rem;
    /*margin-bottom: 20px;*/
    background: none;
    border-bottom: none;
}

.ObjectTime{}
.ObjectTime .PageObjectBox{
    width: 80%;
    display: flex;
    padding: 0;
    position: relative;
    min-height: 220px;
    margin-bottom: 5.2rem;
}
.ObjectTime .PageObjectBox:hover {
    background-color:#ffffff;
}
.ObjectTime .PageObjectBox:before{
    content: " ";
    height: 37%;
    width: 1px;
    z-index: -1;
    text-align: center;
    position: absolute;
    bottom: -4rem;
    transform: translateX(-50%);
    left: 50%;
    border-right: 3px dashed #3C2C25;
}
.ObjectTime .PageObjectBox:after{
    content: "\f107";
    text-align: center;
    font: normal normal normal 2.5rem/1 FontAwesome;
    position: absolute;
    bottom: -5rem;
    left: 50%;
    transform: translateX(-50%);
    color: #3C2C25;
}
.ObjectTime .PageObjectBox:last-child:before,.ObjectTime .PageObjectBox:last-child:after{
    content:none;
}
.ObjectTime .PageObjectBox:last-child{
    margin-bottom: calc(var(--paddingset) * 0.5);
}
.ObjectTimeTitleB{
    width: 40%;
    display: flex;
    padding: calc(var(--paddingset) * 0.3); 
    align-items: center;
    justify-content: space-around;
}
.ObjectTimeContent{
    display: flex;
    align-items: center;
    padding: 1em 1em 1em 3em;
    width: 60%;
    background-color: #f7f5f0;
    border-radius: 0 20px 20px 0;  
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}
.ObjectTime .donText{
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}
.Object2 .PageObjectBox{
    width: 45%;
}
.Object2 .PageObjectBox:nth-child(odd) {
    margin-right: calc(var(--paddingset) * 0.5);
}
.Object3 .PageObjectBox{
    width: 30%;
    margin-right: calc(var(--paddingset) * 0.2);
}
.Object3 .PageObjectBox:nth-child(3n){
    margin-right: calc(var(--paddingset) * 0);
}
.Object4 .PageObjectBox{
    width: 20%;
    margin-left: 20px;
}
.Object4 .PageObjectBox:first-child{
    margin-left: 0;
}
.Object4 .PageObjectBox:nth-child(odd) {
    margin-right:0;
}
.donText{
    color: #0026E5;
    /*text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;*/
    margin-bottom: 0;
    line-height: 1.4rem;
    text-align: center;
    display: flex;
   /* align-items: center;*/
}
.donText::before{
    content:url("../image/page_dowload.png");
    padding-right: 5px;
    top: 3px;
    position: relative;
}
.PageObjectBox .card-block{
    width: 95%;
    margin: 0 auto;
}
.shield-chart {
    position: relative;
    text-align: center;
}
.CustomCard{
    margin-top: 1.5rem;
}
.CustomCard ul{
    display: flex;
    flex-wrap: wrap;
}
.CustomCard li{
    list-style: disc;
    text-align: left;
    margin-left: 1.2rem;
    margin-right: 1.8rem;
    width: 45%;
}
.CustomCard li:nth-child(even){
    margin-right: 0;
}
.CustomCard .card-body{
    padding-right: 0;
}
/*.CustomCard ul > li > p > span:first-child{
    margin-right: 0.5rem;
}*/
.CustomCard ul > li > .CListTitle{
    font-weight: bold;
    font-size: 1.1rem;
}
.CustomCard ul > li > p{
    font-size: 1rem;
}
.CListtext p{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 80%;
}
.CListtext span{
    width: 20%;
    text-align: right;
    padding-right: 20px;
}

@media screen and (min-width: 1001px) and (max-width: 1199px){ 
    .CListtext span {
        padding-right: 5px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px){ 
    .PageMainTab .nav-tabs{
        flex-wrap: nowrap;
    }
}
@media (max-width: 1000px){
    .CustomCard li{
        margin-right: 0;
        width: 100%;
    }
}
@media (max-width: 767px){
    .Bigtitle.Pagetitle {
        margin-bottom: calc(var(--paddingset) * 1.4);
    }
    .PageObjectClass{
        flex-direction: column; 
    }
    .PageObjectBox .card-header{
        padding: 0.5rem 1rem 1rem;
    }
    .ObjectTime .PageObjectBox{
        width: 100%;
        min-height: 130px;
    }
    .ObjectTimeContent{
        padding: 1em 1em 1em 1.5em;
    }
    .ObjectTime .PageObjectBox:before{
        bottom: -3rem;
    }
    .ObjectTime .PageObjectBox:after{
        bottom: -4.5rem;
    }
    .Object2 .PageObjectBox{
        width: 100%;
    }
    .Object2 .PageObjectBox:nth-child(odd) {
        margin-right: calc(var(--paddingset) * 0);
    }
    .Object3 .PageObjectBox{
        width: 100%;
        margin-right: calc(var(--paddingset) * 0);
    }
    .Object4 .PageObjectBox{
        width: 100%;
        margin-left: 0;
    }
    .CustomCard li{
        margin-right: 0;
        width: 90%;
        position: relative
    }
    .CListtext p{
        width: 100%;
        white-space: normal;
    }
    .CListtext span{
        padding-right: 0;
        position: absolute;
        top: 0;
        right: 0;
        width: 30%;
    }
    .PageMainTab .nav-tabs > .nav-item > .nav-link {
        padding: 0.7rem 1.8rem;
    }
}
/* ----------------下載框框----------------------*/
