@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);

/* CSS Document */
body{
    font-family: Arial, Helvetica, sans-serif,Microsoft JhengHei,Microsoft JhengHei;
}
ul, li {
    margin: 0;
    line-height: 100%;
    list-style-type: none;
}
header{
    position: relative;
}
a:hover{
text-decoration:none;

}
.line{
    display: block;
    width: 90%;
    margin: 2.5vh auto 1vh auto;
    height: 2px;
    background-color: #eee;
    
}
#text span{
    margin-left: -2rem;
}
#topnav #text span{
    margin-left: -1.5rem;
}
#togo{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
}
#togo img{
    display: block;
}
#content{
    background-color: rgba(255, 255, 255);
    width: 100%;
    padding: 2%;
    padding-top: 4%;

}
.container{
    width: 100%;
    margin: 0 auto;
}
.menu{
    font-size: 2rem;
    font-weight: 600;
    line-height: 3rem;
}
.menu a{
    margin: 20px;
    position: relative;
    z-index: 2;
    color: #35a1ba;
    font-weight: 600;
}
.menu a:hover{
    color:  #64cfe8;
}
.menu a::after{
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background-image: url(../images/un.gif);
    background-repeat: no-repeat;
    background-position:  center;
    background-size: cover;
    bottom: 0;
    left: -3.5rem;
    z-index: 1;
    opacity: 0
}
.menu a:hover::after{
    opacity: 1;
}
ul.tabs {
	width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    margin: 1.5vh auto;
}
ul.tabs li {
    line-height: 5rem;
    margin:8px;
}
ul.tabs li a {
	display: inline-block;
    font-size: 1.8rem;
    height: 4rem;
    width: 16rem;
    font-weight: 600;
    line-height: 4rem;
    background-color: #eee;
    text-align: center;
    transition: all 0.1s;
}
ul.tabs li a:hover{
    background-color: #4d7dff;
    color: #fff;
}
div .tab_content table tr td{
    height: 30px;
    line-height: 1.5;
}
div .tab_content table tr td .l_r15B {
    font-family: 'Noto Sans TC', sans-serif;
	color: #E3655B;
/*   font-weight: 600; */ 
    font-size: 2rem;
	
}
div .tab_content table tr td a{  
    letter-spacing: 1px;
    color: #005988;
}
div .tab_content table tr td a:hover{
    color: #ea4800;
    background-color: rgba(255, 106, 120, 0.1);
}
div .tab_content table tr:nth-child(odd) td{
    border-bottom: 2px solid #eee;
}
div .tab_content table tr:nth-of-type(1) td{
    font-size: 1.7rem;
    border: 0;
    padding-top: 2rem;
}
div .tab_content table tr:nth-of-type(1) td b{
    color: #4d7dff;
}
div .tab_content table tr td:nth-of-type(1)>span{
    color: #777777;
}
div .tab_content table tr td:nth-of-type(2)>span{
    color: red;
}
#tab1{
    display: block;
}
.navbar {
    background-color: #5ac9e3;
}
#topnav{
    display: flex;
    justify-content: center;
    float: none;
}
#topnav>li>a{
    color: #fff;
    font-size: 1.8rem;
}
#topnav>li>a:hover{
    color: #fff;
}
.navbar-nav>li>a {
    color: #fff;
    font-size: 2rem;
}
.navbar-nav>li>a:hover{
    color: #fff;
}
.content-1{
    margin: 4vh auto;
}
.content-1 h2{
    font-size: 2.5rem;
    line-height: 4rem;
    background: linear-gradient(90deg, #4d7dff 10%, rgba(255, 255, 255, 0)90%);
    font-weight: 700;
    color: #fff;
    padding-left: 20px
}
.content-1 div p{
    font-size: 1.7rem;
    line-height: 1.7;
    padding: 16px
}
.content-1 div >.imgbox{
    display: flex;
    width: 100%;
}
.content-1 div >.imgbox>div{
    width: 100%;
    display: block;
    height: auto;
    padding: 4px;
    margin: 2px;
    box-sizing: border-box;
    background-image: -webkit-linear-gradient(top left, #5EFCE8 10%, #736EFE 100%);
    background-image: -o-linear-gradient(top left, #5EFCE8 10%, #736EFE 100%);
    background-image: linear-gradient(to bottom right, #5EFCE8 10%, #736EFE 100%);
}
.content-1 div img{
    width: 100%;
    height: auto;

}
footer{
    background: #89c4ff;
    background-color: #89c4ff
}
@media screen and (max-width: 768px){

}

