﻿@charset "utf-8";
.wrapper {
    width: calc(100vw - 4vw);
    position:relative;
    background-color: #fff;
    overflow: hidden;
}
@media  screen and (max-width: 1280px)  {
.wrapper {
    width: calc(100vw - 3.4vw);
}
}

@media  screen and (max-width: 768px)  {
.wrapper {
    width: calc(100vw - 10vw);
}
}


.wrapper .banner{
    width: 100%;
    height: 630px;
    background-size:cover;
    background-image: url(../images/news/banner.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% 0%;
}
.wrapper .banner-txt{
    width: 100%;
    position: relative;
    padding: 5% 0%;
}
.wrapper .banner-txt .tt_box{
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}
@media  screen and (max-width: 1680px)  {
.wrapper .banner-txt .tt_box{
    width: 90%;
}
}

.wrapper .banner-txt .tt_box .tt1{
    width: 100%;
    height: 5.8vw;
    /*font-size: 106px;
    line-height: 110%;
    color: #3e3a39;
    font-weight: bold;
    letter-spacing: 3.2px;
    font-family: 'Trajan Pro';*/
}
.wrapper .banner-txt .tt_box .tt1>div{
    display: inline;
    margin-right: 0.1%;
}
.wrapper .banner-txt .tt_box .tt1>div img{
    height: 100%;
}
.wrapper .banner-txt .tt_box .tt2{
    font-size: 24px;
    line-height: 110%;
    color: #9b8168;
    letter-spacing: 4px;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 400;
    padding-left: 5px;
    padding-top: 10px;
}


@media  screen and (max-width: 1280px)  {
.wrapper .banner-txt .tt_box .tt1{
}
.wrapper .banner-txt .tt_box .tt2{
    font-size: 20px;
}
.wrapper .banner-txt{
    padding: 6% 0%;
}
}

@media  screen and (max-width: 1024px)  {
.wrapper .banner{
    width: 100%;
    height: 600px;
    background-attachment: local;
}
.wrapper .banner-txt .tt_box .tt1{
    height: 10vw;
}
.wrapper .banner-txt .tt_box .tt2{
    font-size: 18px;
}
.wrapper .banner-txt{
    padding: 8% 0%;
}
}
@media  screen and (max-width: 768px)  {
.wrapper .banner{
    width: 100%;
    height: 600px;
}

.wrapper .banner-txt .tt_box .tt2{
    font-size: 16px;
}
.wrapper .banner-txt{
    padding: 10% 0%;
}
}
@media  screen and (max-width: 450px)  {
.wrapper .banner-txt .tt_box .tt2{
    font-size: 14px;
}
.wrapper .banner-txt .tt_box .tt1{
    height: 11vw;
}
.wrapper .banner-txt .tt_box .tt1>div{
    display: inline;
    margin-right: 0.1%;
}
}





/*選單區塊*/
.wrapper .menu_in_box{
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 5% 0px;
    position: relative;
}

@media  screen and (max-width: 1680px)  {
.wrapper .menu_in_box{
    width: 90%;
}
}



.wrapper .menu_in_box .btn_all{
    text-align: center;
}
.wrapper .menu_in_box .btn_all .picbtn{
    display: inline-block;
    color: #3e3a39; 
    border-bottom: 1px rgba(155, 129, 104, 0);
    font-size: 26px;
    line-height: 40px;
    margin-right: 3%;
    cursor: pointer;
    text-align: center;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 300;
    transition:all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;    /* Firefox 4 */
    -webkit-transition: all 0.4s ease-out; /* Safari 和 Chrome */
}
/*hover*/
.wrapper .menu_in_box .btn_all>li.target ,.wrapper .menubox .btn_all>li:hover {
    border-bottom: 1px solid rgba(155, 129, 104, 1.0);
    color: #9b8168; 
}
.wrapper .menu_in_box .btn_all .picbtn>a {
    width: 100%;
    height: 100%;
    display: block;
}

@media  screen and (max-width: 1280px)  {
.wrapper .menu_in_box .btn_all .picbtn{
    font-size: 24px;
    line-height: 40px;
}
}
@media  screen and (max-width: 1024px)  {
.wrapper .menu_in_box .btn_all .picbtn{
    font-size: 22px;
    line-height: 40px;
}
}
@media  screen and (max-width: 768px)  {
.wrapper .menu_in_box .btn_all .picbtn{
    font-size: 20px;
    line-height: 40px;
}
}
@media  screen and (max-width: 450px)  {
.wrapper .menu_in_box .btn_all .picbtn{
    font-size: 18px;
    line-height: 40px;
}
}


.wrapper .openbox{
    width: 100%;
    height: 100%;
    min-height: 500px;
    position:relative;
}
.wrapper .openbox .open_list{
    width: 100%;
    max-width: 1600px;
    height: inherit;
    margin: 0 auto;
    position:relative;
}
.wrapper .openbox .list_box .list_all{
    width: 100%;
    margin: 0 auto;
}
@media  screen and (max-width: 1680px)  {
.wrapper .openbox .open_list{
    width: 90%;
}
}
@media  screen and (max-width: 1024px)  {
.wrapper .openbox .open_list{
    width: 80%;
}
}






.wrapper .pagination {
    padding-top: 50px;
    padding-bottom: 60px;
    text-align: center;
}
.wrapper .pagination .btn {
    padding: 10px 30px;
    display: inline-block;
    color: #3e3a39;
    font-size: 18px;
    line-height: 100%;
    transition: all 0.3s ease-out;
    background-color: transparent;
    cursor: pointer;
}
.wrapper .pagination .btn.pre {
    padding: 10px 40px;
}
.wrapper .pagination p {
    padding: 10px;
    display: inline-block;
    color: #3e3a39;
    font-size: 18px;
    line-height: 100%;
    transition: all 0.3s ease-out;
    background-color: #fff;
    margin: 0 10px;
}
.wrapper .pagination .btn:hover {
    color: #9b8168;
}




@media  screen and (max-width: 768px)  {
.wrapper .pagination .btn {
    font-size: 14px;
}
.wrapper .pagination p {
    font-size: 14px;
}
}







/*切換頁面*/
.loadTableConteneDown {
    width: 100%;
    max-width: 1600px;
    line-height: 40px;
    color: #303030;
    margin: 7% auto;
    transition: 0.3s all ease;
    font-family:  'Microsoft JhengHei',Helvetica, serif;
    position: relative;
    overflow: hidden;
    text-align: center;
}
@media  screen and (max-width: 1680px)  {
.loadTableConteneDown{
    width: 90%;
}
}
@media  screen and (max-width: 1024px)  {
.loadTableConteneDown{
    width: 80%;
}
}


.loadTableConteneDownBtnInfo{
    display: inline-block;
    color: #3e3a39;
    font-size: 18px;
    line-height: 120%;
    transition: all 0.3s ease-out;
    cursor: pointer;
}
.Page{
    padding: 5px 0px;
    display: inline-block;
    color: #3e3a39;
    font-size: 18px;
    line-height: 120%;
    transition: all 0.3s ease-out;
    cursor: pointer;
    margin: 0px 5px;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 100;
}
.nowPage{
    padding: 5px 0px;
    display: inline-block;
    color: #3e3a39;
    font-size: 18px;
    line-height: 120%;
    transition: all 0.3s ease-out;
    cursor: pointer;
    border-bottom: 1px solid #3e3a39;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 100;
}
.activ{
    padding: 5px 0px;
    display: inline-block;
    color: #3e3a39;
    font-size: 18px;
    line-height: 120%;
    transition: all 0.3s ease-out;
    cursor: pointer;
    border-bottom: 1px solid #3e3a39;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 100;
}
.control_R{
    width: 15vw;
    line-height: 42px;
    position: absolute;
    right: 0%;
    top: 0;
    overflow: hidden;
}
.control_R .prev_page{
    padding: 0px 30px;
    display: inline-block;
    color: #3e3a39;
    font-size: 18px;
    line-height: 42px;
    transition: all 0.3s ease-out;
    cursor: pointer;
    float: left;
    background-image: url(../images/news/arrowL.png);
    background-position: 0% 50%;
    background-size: auto;
    background-repeat: no-repeat;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 100;
}
.control_R .next_page{
    padding: 0px 30px;
    display: inline-block;
    color: #3e3a39;
    font-size: 18px;
    line-height: 42px;
    transition: all 0.3s ease-out;
    background-color: transparent;
    cursor: pointer;
    float: left;
    background-image: url(../images/news/arrow.png);
    background-position: 100% 50%;
    background-size: auto;
    background-repeat: no-repeat;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 100;
}




.prev_page:hover{
    color: #9b8168;
}
.next_page:hover{
    color: #9b8168;
}
.npage{
    display:inline-block;
    margin:0px 5px;
}
.now_p {
    padding: 2px 0px;
    display: inline-block;
    color: #3e3a39;
    font-size: 18px;
    line-height: 120%;
    transition: all 0.3s ease-out;
    cursor: pointer;
    border-bottom: 1px solid #3e3a39;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 100;
}


@media  screen and (max-width: 1024px)  {
.control_R{
    width: 100%;
    line-height: 42px;
    position: relative;
    right: 0%;
    top: 0;
    overflow: hidden;
    margin: 1% auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; 
}
.loadTableConteneDownBtn{
    width: 20%;
    float: left;
}
.control_R .prev_page{
    padding: 0px 25px;
    display: inline-block;
    color: #3e3a39;
    font-size: 18px;
    line-height: 40px;
    float: none;
    display: inline-block;
    vertical-align: middle;
}
.control_R .next_page{
    padding: 0px 25px;
    display: inline-block;
    color: #3e3a39;
    font-size: 18px;
    line-height: 40px;
    float: none;
    display: inline-block;
    vertical-align: middle;
}
}
@media  screen and (max-width: 768px)  {
.loadTableConteneDownBtn{
    width: 30%;
    float: left;
}

}