@media screen and (min-width:767px) {

body {
    background-attachment: fixed;
}
.page {
    max-width: 1200px;
    box-shadow: 0 3px 30px #ccc;
}
.logo {
    width: 300px;
    margin: 42px auto 0px ;
}
.wrap-abo-ser,
.wrap-works,
.wrap-keyword {
    padding: 30px;
}    
.fas, #menu {
    display: none;
    opacity: 0;
    z-index: -9;
}
.nav {
    width: 92%;
    max-width: 1150px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav-menu {
    position: relative;
    right: 0;
    height: 46px;
    background-color: transparent;
    border: 0;
    transform: translateX(0);
    text-align: right;
}
.nav-menu a {   /*控制右邊按鈕*/
    display: inline-block;
    border: 0;
    padding: 10px;
}
.nav-menu a:hover {
    background-color: #333;
    color: #fff;
    border-radius: 3px;
    transform: translateY(-5px);
}
.nav a {   /*牽制左邊網站地圖*/
    color: #444;
    font-size: 18px;
    transition: .4s;
}
.lef-ticon {
    margin-bottom: 0px;
}
.lef-ticon a:hover {
    opacity: .5;
}
.wrap-abo-ser {
    display: flex;
    align-items: center;
}
.about {
    text-align: left;
    padding: 5px 20px;
    width: 90%;
}
p {
    font-size: 16px;
    line-height: 1.6;
    color: #777;
}
h1, h3 {
    font-size: 26px;
}
h2 {
    font-size: 21px;
}
h4 {
    font-size: 19px;
}
.pay {
    padding: 10px 0;
}
.more {
    text-align: center;
    transition: .3s;
    margin: 20px 3px;
}
.more:hover {
    background-color: #047fa5;
}
.service .item {
    width: 100%;
    padding: 12px;
    border: 0;
    text-align: left;
}
.service img {
    width: 90%;
    padding: 5px;
}
.service {
    width: 100%;
    display: flex;
}
.wrap-works {
    background-image: url(../img/sbg.jpg);
    background-size: cover;
    background-attachment: fixed;
}
.works {
    display: flex;
    width: 85%;
    max-width: 980px;
    margin: auto;
}
.wrap-works h3 {
    color: #fff;
}
.witem {
    margin: 22px;
    box-shadow: 0 1px 8px #444;
    transition: .5s;
}
.witem:hover {
    transform: translateY(-5px);
}
.wrap-works .more {
    text-align: center;
    margin: 20px auto;
}
.witem > .more:hover {
    background-color: #333;
    color: #fff;
}
.contact {
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 36px;
}
.contact .txt {
    padding: 30px;
}
.contact img {
    transition: .4s;
}
.contact img:hover {
    transform: translateY(-5px);
}
.wrap-keyword {
    width: 90%;
    display: block;
    margin: auto;
    border-top: 1px solid #e4e4e4;
}
.keyword p {
    font-size: 12px;
    line-height: 1.5;
    color: #b9b9b9;
    text-align: left;
}
.nav-copynav a {
    padding: 0 20px;
}
.nav-copynav a:hover {
    color: aquamarine;
}

} /*@media螢幕包裝*/