body, h1, h2, h3, h4, h5, h6, p, a {
    padding: 0;
    margin: 0;
    vertical-align: middle;
    text-decoration: none;
    font-family: '微軟正黑體', Arial;
}
body {
    background-image: url(../img/back1.jpg);
    text-align: center;
}
.logo {
    width: 250px;
    margin: 20px 0 15px;
}
img {
    width: 100%;
}
.lef-ticon img {
    width: 20px;
    margin-left: 10px;
}
.lef-ticon {
    font-size: 16px;
    margin-bottom: 10px;
}
.lef-ticon a {
    color: #444;
}
.page {
    background-color: #fff;
    width: 95%;
    margin: auto;
    box-shadow: 0 3px 10px #ccc;
}
p {
    font-size: 18px;
    line-height: 1.7;
    color: #777;
}
h1, h3 {
    font-size: 32px;
    line-height: 2.5;
    color: #333;
}
h2 {
    font-size: 24px;
    color: #047fa5;
    line-height: 1.5;
    margin: 10px 0;
}
.more {
    display: block;
    color: #fff;
    font-size: 12px;
    background-color: #222;
    padding: 3px;
    border-radius: 100px;
    width: 100px;
    margin: 20px auto 50px;
}
.wrap-abo-ser,
.wrap-works,
.wrap-keyword {
    padding: 20px 10px;
}
.fas {
    font-size: 30px;
    transition: .4s;
    position: absolute;
    top: 52px;
    right: 25px;
}
.nav-menu {
    position: absolute;
    top: 0;
    width: 80%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .85);
    transform: translateX(-120%);
    transition: .5s;
    z-index: 999;
    border-top: 3px solid cadetblue;

}
.nav-menu a {
    display: block;
    color: #fff;
    padding: 20px 0;
    border-bottom: 1px dotted #7c7c7c;
    font-size: 20px;
}
.service img {
    width: 65%;
    height: auto;
    border-radius: 50%;
}
.pay {
    font-size: 12px;
    color: #199cb3;
}
.service .item {
    padding: 25px 0;
    border-bottom: 1px dotted #cfcfcf;
}

.witem {
    margin: auto;
    width: 90%;
    box-shadow: 0px 0px 36px #c2c2c2;
    border-radius: 0 0 7px 7px;
    margin-bottom: 20px;
    background-color: #fff;
    padding: 0 0 2px;
}
.witem > .more {
    font-size: 13px;
    width: 158px;
    color: #747474;
    border: 1px solid #b4b4b4 ;
    border-radius: 3px;
    transition: .5s;
    background-color: #fff;
    margin: 15px auto 30px;
    padding: 5px;
}
h4 {
    font-size: 21px;
    color: #4a9396;
    line-height: 1;
    margin-top: 20px;
}
.contact .txt {
    width: 80%;
    margin: auto;
    text-align: left;
    padding: 20px 0 30px;
}
.wrap-keyword {
    display: none;
}
.wrap-copynav {
    width: 100%;
    background-color: #333;
    padding: 10px 0;
}
.nav-copynav a {
    color: #fff;
    font-size: 12px;
}
.copy p {
    font-size: 13px;
    padding: 30px;
}


#menu {
    display: none;
}
#menu:checked ~ .nav-menu {
    transform: translateX(0);
}
#menu:checked ~ label .fas {
    transform: rotate(90deg);
    color: cadetblue;
}
.tel::before {
    content: "\f879";
}
.fax::before {
    content: "\f1ea";
}
.add::before {
    content: "\f02e";
}
.mail::before {
    content: "\f2b6";
}
.qq::before {
    content: "\f007";
}
.ser::before {
    content: "\f058";
}
.tel::before, 
.fax::before, 
.add::before, 
.mail::before, 
.qq::before, 
.ser::before {
    font-size: 12px;
    font-family: "Font Awesome 5 Free";
    font-weight: 800;
    margin-right: 10px;
}