
@import url(revise.css);

body, html {
  height: 100%;
}

body {
	font-family: "微軟正黑體", Arial, Verdana, Helvetica, sans-serif;
    font-weight: 400;
	line-height: 28px;
    font-size: 1rem;
    color: #000;
    background: url("../img/index/body-bg.jpg") no-repeat center center fixed; 
    background-size: cover;    
}


#particles-js {
/*
    width: 100%;
    height: 100%;

    background: url("../img/index/body-bg.jpg") no-repeat center center fixed;
    background-size: cover;*/
    padding: 3% 5%;
    position: relative;
}
#particles-js canvas {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.page-bg {
    position: relative;
    z-index: 2;
}

.nav-main a {
    background: url("../img/index/nav-btn-bg1.jpg") no-repeat center center;
    background-size: 100% 100%;
    display: block;
    padding: 10px 4% 10px 10px;
    font-size: 1rem;
    box-shadow: 1px 1px 10px #adadad;
    border-radius: 6px;
    margin-bottom: 10px;
    color: #111;
}
.nav-main img  {
    width: 100%;
    vertical-align: bottom;
    border-radius: 8px;
}

.navbtn-txt {
    text-align: center;
	display: flex;
	align-items: center;
}
.navbtn-txt span {
	display: flex;
    border: 1px solid #939393;
    padding: 7px 10px;
    width: 100%;
	align-items: center;
	justify-content: flex-start;
}
.navbtn-txt img {
    width: 70px;
}



.nav-main a:hover {
    background: url("../img/index/nav-btn-bg2.jpg") no-repeat center center;
    background-size: 100% 100%;
    color: #fff;
}
.nav-main a:hover .navbtn-txt span {
    border-color: #fff;
}
.nav-main a:hover .navbtn-txt:before {
    background-color: #fff;
}


.footer-copyright {
    margin-top: 30px;
    font-size: 1rem;
    color: #111;
}

@media (max-width: 991px) {
    .logo {
        padding-top: 5%;
        padding-bottom: 10%;
    }
	.navbtn-txt img {
		width: 50px;
	}

}
@media (min-width: 768px) {
    .nav-main a {
        font-size: 1.4rem;
    } 
    .navbtn-txt:before {
        content: '';
        display: inline-block;
        width: 100px;
        height: 1px;
        background-color: #939393;
    }  
    .navbtn-txt span {
        width: 340px;
    }
}
@media (min-width: 992px) and  (max-width: 1199px){
    .footer-copyright {
        width: 42%;
    }
}
@media (min-width: 992px) {
    #particles-js {
        background-size: cover;
        height: 100%;
		padding: 1% 5%;
    }
    .nav-main a {
        padding: 10px 6% 10px 10px;
        font-size: 1rem;
        border-radius: 6px;
        margin-bottom: 15px;
    } 
    .navbtn-txt:before {
        width: 60px;
    }  
    .navbtn-txt span {
        width: 240px;
    }
    .footer-copyright {
        position: absolute;
        bottom: 50px;
        left: 1.6%;
        z-index: 3;
    }
    .footer-copyright span {
        display: block;
    }
    .footer-copyright span a {
        color: #333;
    }    
}
@media (min-width: 1200px) {
    .nav-main a {
        padding: 10px 6% 10px 10px;
        font-size: 1.2rem;
    }
    .navbtn-txt:before {
        width: 40px;
    } 
    .navbtn-txt span {
        width: 260px;
    }    
    .footer-copyright {
        left: 1.6%;
    }

}
@media (min-width: 1320px) {
    .footer-copyright {
        left: 4.2%;
    }

}
@media (min-width: 1600px) {
    .nav-main a {
        padding: 10px 6% 10px 15px;
        font-size: 1.4rem;
        border-radius: 8px;
    }
    .navbtn-txt:before {
        width: 100px;
    }   
    .navbtn-txt span {
        width: 280px;
    }
    .footer-copyright {
        left: 15px;
    }  
}
@media (min-width: 1800px) {
    .navbtn-txt span {
        width: 500px;
    }
    .footer-copyright {
        left: 109px;
    }
}


.delay-1 {
    animation-delay: 0.5s;
}
.delay-2 {
    animation-delay: 1s;
}
.delay-3 {
    animation-delay: 1.5s;
}
.delay-4 {
    animation-delay: 2s;
}
.delay-5 {
    animation-delay: 2.5s;
}


.btn-104 {
    display: inline-block; 
    background-color: #1f6896;
    color: #fff !important; 
    padding: 7px 16px; 
    margin-top: 12px;
    border-radius: 5px;
    font-size: 1.3rem;
    text-align: center;
    width: 240px;
}
.btn-104:hover {
    background-color: #ef8018;
}


