@charset "utf-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
body,p,a,btn,button,h1, h2, h3, h4, h5, h6{
	font-family: '微軟正黑體', sans-serif !important;
}
a { color: #45484d; }
a:hover{ color: #bd2130;}
.navigation {
    padding: 10px 130px;
    transition: .3s ease;
    background: rgba(0, 0, 0, 0.78);
}

.navigation.nav-bg {
    background: #45484d; /* Old browsers */
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#45484d+0,000000+100;Black+3D+%231 */
    background: #45484d; /* Old browsers */
    background: -moz-linear-gradient(top,  #45484d 0%, #000000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #45484d 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #45484d 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    padding: 0px 100px;
}

.web_logo{
    font-size: .8em;
    font-weight: 700;
    font-family: 'Roboto Slab', serif;
	font-family: 'Noto Sans TC', sans-serif;
    color:#fff;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}

.navbar-dark .navbar-nav .nav-link {
    font-family: 'Noto Sans TC', sans-serif;
}

.bg-purpo {
    background-color: #000000!important;
    background: url(../images/illustrations/bg.jpg);
    background-size: 100% 100%;
}

.bg-dark {
    background-color: rgba(0, 0, 0, 0.5) !important;
}
.section {
    padding-top: 80px;
    padding-bottom: 40px;
}


.section {
    padding-top: 80px;
    padding-bottom: 40px;
}
.section-on-footer {
    margin-bottom: 0px;
    background-image: url(../images/illustrations/bg_ft.png) !important;
    background-size: cover;
    background-position: top center;
	    background-repeat: no-repeat;
}
.footer-section {
    padding-top: 0;
}

.font-tertiary {
    font-family: "BwNistaInt-xBd" !important;
    font-weight: 600;
    letter-spacing: 5px;
}

.hero-area {
    padding: 300px 0 300px;
    position: relative;
    background: url(../images/illustrations/bg2.jpg);
    background-position: bottosm;
    background-size: cover; 
}

.layer-bg {
    position: absolute;
    top: 0;
    left: 0;
}

.modal-header, .modal-footer {
    background: #333;
    color:#fff;
    border-radius: 0;
}
.modal-title{
    color: #fff;
}


.bg-white.rounded.text-center.p-5.shadow-down.news {
    height: 30em;
    overflow: scroll;
}

.tab_ul li {
    /* margin-top: 10px !important; */
    border-bottom: 1px solid #ececec;
    cursor: pointer;
    padding: 10px 0px;
}

.btn-primary {
    background: #282f1e;
    color: #fff;
    cursor: pointer;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background: #715d25 !important;
}
/* 浮動客服 */
*{margin:0;padding:0;list-style-type:none;}
a,img{border:0;}
/* body{font:12px/180% Arial, Helvetica, sans-serif, "新宋体";} */
/* side */
/* .side{position:fixed;width:54px;height:275px;right:0;top:214px;z-index:100;} */
.side {
    position: fixed;
    width: 54px;
    /* height: 275px; */
    right: 0;
    /* top: 214px; */
    z-index: 100;
    bottom: 5%;
}
.side ul li{width:54px;height:54px;float:left;position:relative;border-bottom:1px solid #444;}
.side ul li .sidebox{position:absolute;width:54px;height:54px;top:0;right:0;transition:all 0.3s;background:#000;opacity:0.8;filter:Alpha(opacity=80);color:#fff;font:14px/54px "微软雅黑";overflow:hidden;}
.side ul li .sidetop{width:54px;height:54px;line-height:54px;display:inline-block;background:#000;opacity:0.8;filter:Alpha(opacity=80);transition:all 0.3s;}
.side ul li .sidetop:hover{background:#ae1c1c;opacity:1;filter:Alpha(opacity=100);}
.side ul li img{float:left;}

.side ul li.line {
    /* border: none; */
    height: 100px !important;
    font-size: 16px;
    text-align: center;
    background:#000;opacity:0.8;filter:Alpha(opacity=80);color:#fff;font:14px/54px "微软雅黑";
}
.side ul li.line:hover{background:#ae1c1c;opacity:1;filter:Alpha(opacity=100);}

article.card.shadow.p-5.join_info ul li {
    list-style: initial;
}

@media (max-width: 991px){
    .navigation {
        padding: 20px;
    }
    .layer-bg {
        position: absolute;
        top: 16%;
        left: 0;
    }
    .layer-bg {
        position: absolute;
        top: 20%;
        left: 0;
    }
    .navigation.nav-bg {
        padding: 15px 20px;
    }
}