#header{
    margin-top: 100px;
    min-height: 318px;
    background-color: #f3f4ec;
    border-bottom: #bebebe 1px solid;
}

#header h1{
    font-size: 2rem;
    font-weight: bolder;
    color: #068158;
    margin-top: 12vw;
    padding-left: 2vw;
}

.main-block{
    background-color: #f3f4ec;
    padding-top: 116px;
    padding-bottom: 116px;
}

.leftsideMenu{
    padding-left: 2vw;
}

.leftsideMenu .leftsideMenuBtn{
    margin-bottom: 3rem;
}

.leftsideMenu .row a{
    font-size: 1.25rem;
    min-width: 81px;
    padding: 0.5rem 0;
    transition: color .15s ease-in-out, border .15s ease-in-out;
}

.leftsideMenu a:hover,
.leftsideMenu a:active,
.leftsideMenu a.active{
    color: #068158;
    border-bottom: #068158 1px solid;
}

.contentTitle{
    color: #016119;
    font-size: 2rem;
}


@media only screen and (max-width: 1366px) {
    #header{
        margin-top: 100px;
    }
}

@media only screen and (max-width: 1024px) {
    #header{
        margin-top: 78px;
    }

    .breadcrumb{
        height: 8vw;
        font-size: 0.8rem;
    }

    .breadcrumb:last-child{
        padding: 0 24px 15px 0;
    }

    #header h1{
        margin-top: 14vw;
        padding-left: 0;
        text-align: center;
    }
}

@media only screen and (max-width: 812px) and (orientation: landscape){
    #header{
        margin-top: 56px;
    }
}

@media only screen and (max-width: 768px) {
    #header{
        margin-top: 62px;
    }

    .breadcrumb:first-child{
        width: 24vw;
    }

    #header h1{
        margin-top: 20vw;
    }
}

@media only screen and (max-width: 767px) {
    #header{
        margin-top: 56px;
    }

    .breadcrumb:first-child{
        width: 34vw;
        height: 14vw;
    }

    .breadcrumb:last-child{
        height: 14vw;
    }

    #header h1{
        margin-top: 42vw;
    }
}

@media only screen and (max-width: 812px) and (orientation: landscape){
    #header h1{
        margin-top: 26vw;
    }
}

/* -------------------------------------
                #main
------------------------------------- */
.main-block{
    background-image: url(../images/img_page_bg_top.png),url(../images/img_page_bg_bottom.png);
    
    background-position: center top, center bottom;

    background-repeat: no-repeat, no-repeat;
}


/* -------------------------------------
                pagination 
------------------------------------- */
.pagination{
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.page-link{
    border: none;
    font-weight: bolder;
    color: #808080;
    background-color: transparent;
    /* padding-left: 0; */
}

.page-item span{
    border-right: 1px #808080 solid;
    padding-right: 24px;
}

.page-item:nth-child(1) span,
.page-item:nth-last-child(1) span,
.page-item:nth-last-child(2) span{
    border-right: none;
    padding-right: 0;
}

.page-link:hover {
    color: #016119;
    background-color: transparent;
    border-color: transparent;
}
.page-link:focus {
    color: #016119;
    background-color: transparent;
    box-shadow: none;
}

/* -------------------------------------

            頁面子選單設定 

------------------------------------- */
.submenuBlock .submenu{
    display: inline-block;
    font-size: 1.25rem;
    border-right: #068158 1px solid;
    padding: 0 2rem;
}

.submenuBlock .submenu:first-child{
    padding-left: 0;
}

.submenuBlock .submenu:last-child{
    border-right: none;
}

.submenuBlock .submenu a{
    transition: color .15s ease-in-out, border .15s ease-in-out;
}

.submenuBlock .submenu a:hover,
.submenuBlock .submenu a:active,
.submenuBlock .submenu a.active{
    color: #068158;
    border-bottom: #068158 1px solid;
}

@media only screen and (max-width: 767px) {
    .submenuBlock{
        text-align: center;
    }

    .submenuBlock .submenu{
        padding: 0 1rem;
    }
}

/* ---------------------------------------------------

        search.php // 搜尋結果 

--------------------------------------------------- */

.searchBlock{
    padding: 3rem;
    border: #c7c7c7 1px solid;
    margin: 3rem 0;
    font-size: 1.25rem;
}

.searchList h5{
    fon
}

.searchBlock>span{
    width: 100%;
    display: block;
    font-size: 1.5rem;
    margin-bottom: 3rem;
}

.searchBlock .searchWord{
    color: red;
}

.searchBlock li{
    list-style: disc;
    margin-left: 1.75rem;
}

.searchList li{
    list-style: decimal;
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
    border-bottom: #dadada 1px solid;
}

.searchList a:last-child li{
    margin-bottom: 0;
    border-bottom: none;
}

.searchBlock a li:hover,
.searchBlock a li:hover h5{
    color: #068158;
    cursor: pointer;
    font-weight: bolder;
}