@charset "utf-8";
.nav {
    margin-top: 10px;
    margin-bottom: 0px;
}
.nav-btn   {
    padding-top: 10px;
    padding-bottom: 10px;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Noto Sans TC', sans-serif;
	font-size: 25px
}
p,a,input,label,textarea,span,ul,li,button,.footer-text,.btn,.card,.introduction-head,.introduction-area,.form-control,.phone-number{
	font-family: 'Noto Sans TC', sans-serif;
}
.bg {
    background-image: url(../images/bg-leaf.png), -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(181,253,255,1.00) 51.30%);
    background-image: url(../images/bg-leaf.png), -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(181,253,255,1.00) 51.30%);
    background-image: url(../images/bg-leaf.png), -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(181,253,255,1.00) 51.30%);
    background-image: url(../images/bg-leaf.png), linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(181,253,255,1.00) 51.30%);
    background-repeat: repeat-y;
    background-position: 0% 0%;
    background-size: contain;
}
.bg-right {
    background-repeat: repeat-y;
    background-position: 100% 0%;
    background-image: url(../images/bg-right.png), -webkit-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(255,0,0,0.00) 100%);
    background-image: url(../images/bg-right.png), -moz-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(255,0,0,0.00) 100%);
    background-image: url(../images/bg-right.png), -o-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(255,0,0,0.00) 100%);
    background-image: url(../images/bg-right.png), linear-gradient(180deg,rgba(255,255,255,0.00) 0%,rgba(255,0,0,0.00) 100%);
    /* [disabled]background-color: rgba(255,255,255,0.00); */
}

.text-area {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.text-blue {
    color: rgba(16,69,91,1.00);
    font-weight: bold;
}
.text-contain {
    color: rgba(92,92,92,1.00);
}
.text-red {
    color: rgba(160,18,20,1.00);
}
.text-head {
    font-weight: bold;
    font-size: 20px;
    color: rgba(85,123,27,1.00);
}
.footer-bg {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgba(0,0,0,1.00);
    height: 100px;
    background-size: cover;
    clear: both;
    text-align: center;
}
html{
	scroll-behavior: smooth
}#top-btn {
    position: fixed;
    right: 0px;
    bottom: 20px;
}
