@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;
}

.section {
    padding-top: 80px;
    padding-bottom: 40px;
}

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

.hero-area {
    padding: 300px 0 300px;
    position: relative;
}

.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;
}



/* 浮動客服 */
*{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 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;}


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