@charset "UTF-8";
body *{
    font-family: "微軟正黑體", "Microsoft JhengHei", "Lato", sans-serif;
}
/*Header調整*/
.top-bar{
    background-color: rgba(0, 0, 0, 0.88);
    border-bottom: none;
    /* height: 34px; */
}
.top-social-bookmark ul{
    /* margin: 1px 0 0 0; */
}
.top-social-bookmark ul li a {
    width: auto;
    height: 34px;
    padding: 5px 17px 6px 17px;;
}
.logo_img{
    height: 62px;
}
.top-social-bookmark ul li a.icon {
    font-size: 21px;
    padding-top: 2px;
    padding-bottom: 0;
}
/*banner*/
.pogoSlider-slide:after{
    background: none;
}
.single-page .pogoSlider-slide{
    /* background-attachment: fixed !important; */
    background-position: center !important;
}
.sticky-wrapper{
    /* background-color: rgba(11, 18, 9, 0.88); */
    background-color: rgba(11, 18, 9, 0.6);
}
.navbar-toggle{
    margin-top: 13px;
}
@media (max-width: 991px){
    .sticky-wrapper{
        background-color: none;
    }
}
@media (max-width: 767px){
    .pogoSlider-nav{
        display:none;
    }
}
/*menu 調整*/
.navbar-header{
    margin: 0px 0;
}
.navbar-brand{
    height: auto;
    /* padding: 17px 15px; */
    padding: 2px 15px;
}
ul#nav li a{
    font-size: 18px;
    color: #D6AF6F;
    font-weight: normal;
}
ul#nav > li{
    /* padding: 40px 0; */
    padding: 13px 0;
}
ul#nav > li > a{
    padding: 0;
    margin: 0 30px;
    height: 40px;
    line-height: 40px;
}
ul#nav > li:last-child > a{
    margin-right: 0;
}
ul#nav > li:hover > a{
    color: #D6AF6F;
    border-bottom: 2px solid #D6AF6F;
}
.navbar-nav > li:last-child{
    margin-right: 0px;
}
ul#nav ul{
    background-color: #fff;
    width: 150px;
}
ul#nav li ul li{
    border-bottom: 1px solid #AF8851;
}
ul#nav li ul li a{
    color: #AF8851 !important;
    font-size: 16px;
}
ul#nav ul li:hover a{
    background-color: #AF8851;
    color: #fff !important;
}
.is-sticky .navbar-header .collapse, 
.is-sticky .navbar-toggle{
    border: 2px solid #fff;
}
.is-sticky .navbar-toggle .icon-bar{
    background-color: #fff;
}
@media (max-width: 1200px){
    .navbar-nav > li:last-child{
        margin-right: 45px;
    }
}
@media (max-width: 991px){
    .navbar-header{
        margin: 0;
    }
    .mainmenu-area{
        background-color: rgba(11, 18, 9, 0.6);
    }
    /* .navbar-brand>img{
        max-height: 70px;
    } */
    ul#nav {
        max-height: 295px;
    }
    ul#nav > li{
        padding: 0;
    }
    ul#nav > li > a{
        margin: 15px 30px;
    }
    ul#nav > li:hover > a{
        border-bottom: none;
    }
    /* ul#nav li ul li{
        border-bottom: none;
    } */
    .navbar-brand{
        padding: 0 12px;
    }
}
@media (max-width: 991px){
    .navbar-header {
        padding: 2px 0;
    }
    .navbar-brand {
        margin-top: 0px;
    }
}
/*下滑Header*/
.is-sticky .mainmenu-area{
    background-color: #071F0E;
}
.is-sticky ul#nav li a{
    color: #D6AF6F;
    padding: 0;
}
.is-sticky .navbar-header{
    margin-top: 0px;
}
ul#nav li ul li a, 
ul#nav ul li a,
.is-sticky ul#nav li ul li:hover a, 
.is-sticky ul#nav li ul li a{
    padding: 10px 15px
}
@media only screen and (max-width: 1200px) and (min-width: 992px){
    .is-sticky .navbar-header img {
        width: auto;
        margin-top: 0px;
    }

}
/*Footer*/
.footer-copyright{
    font-size: 15px;
    /* padding: 24px 0 27px 0; */
    padding: 12px 0 15px 0;
}
.footer-copyright > a{
    color: #FFF;
    margin-left: 5px;
}
.footer-copyright > a:hover{
    color: #D6AF6F;
}
.footer-area{
    background-color: #000;
}
@media only screen and (max-width: 767px){
    .footer-copyright > span{
        width: 100%;
        display: block;
    }
}
/*編輯器調整*/
.html_edit{
    overflow: hidden;
}
.html_edit h1,
.html_edit h2,
.html_edit h3,
.html_edit h4,
.html_edit h5,
.html_edit h6{
    margin: 0;
}
.html_edit p{
    font-size: 16px;
}
.html_edit p.space{
    font-size: 3px;
    margin-bottom: 0;
}
.html_edit *{
    color: #000;
    line-height: 1.8em;
}
.html_edit table{
    width: 100%;
    max-width: 100%;
    height: auto;
}
.html_edit table tr th,
.html_edit table tr td{
    padding: 16px 5px;
    line-height: 2em;
    vertical-align: top;
    border-top: 1px solid #000;
    color: #000;
    font-size: 17px;
}
.html_edit table tr th:first-child,
.html_edit table tr td:first-child{
    padding-left: 2px;
}
.html_edit table tr:last-child tr,
.html_edit table tr:last-child td{
    /* border-bottom: 1px solid #ddd; */
    border-bottom: 1px solid #000;
}
@media (max-width: 1200px){
    .html_edit table tr th, 
    .html_edit table tr td{
        padding-left: 3px;
        padding-right: 3px;
    }
}
@media (max-width: 991px){
    .html_edit table tr th,
    .html_edit table tr td{
        padding: 10px 5px;
        line-height: 1.5em;
    }
}
/*Main Content 調整*/
.pogoSlider{
    padding-bottom: 0 !important;
}
.top-area.single-page{
    height: 600px;
}
.unit_title_block{
    position: relative;
}
.unit_title_bg{
    background-image: url('/image/gold.png');
    width: 178px;
    height: 120px;
    position: absolute;
    top: -120px;
    z-index: 99;
    background-size: cover;
}
.unit_title_block h2{
    /* font-size: 48px; */
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 178px;
    color: #000;
    font-weight: normal;
    margin-bottom: 32px;
    font-size: 30px;
}
.section-padding{
    padding: 50px 0;
}
@media only screen and (max-width: 767px){
    .top-area.single-page {
        height: 350px;
    }
    .unit_title_bg{
        width: 130px;
        height: 88px;
        top: -88px;
    }
    .unit_title_block h2{
        font-size: 24px;
        width: 130px;
        margin-bottom: 26px;
    }
}
/*Loading*/
.loading_img_block{
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    margin-left: -32px;
    margin-top: -32px;
    /* -webkit-animation: 1.5s linear 0s normal none infinite running loader;
    animation: 1.5s linear 0s normal none infinite running loader;
    width: 60px;
    height: 60px;
    font-size: 35px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    top: 50%;
    margin-top: -30px;
    padding-top: 12px;
    z-index: 99;
    background: #1a1a1a;
    color: #d0963e; */
}
@media (max-width: 991px){
    .menus-area.section-padding{
        padding: 30px 0;
    }
}
/*POP*/
@media only screen and (min-width: 992px){
    .modal-dialog {
        width: 900px;
    }
}
@media only screen and (max-width: 991px) and (min-width: 768px){
    .modal-dialog {
        width: 700px;
    }
}
/*TOP*/
a.scrolltotop,
a.scrolltotop:hover{
    background-color: #AF8851;
    color: #05170A;
    font-size: 45px;
    border: none;
    border-radius: 99em;
    padding-top: 5px;
    opacity: 0.8;
}
a.scrolltotop:hover{
    opacity: 1;
}
a.scrolltotop > i{
    height: 35px;
    overflow: hidden;
}

