@charset "utf-8";

/* CSS Document */

body {
    min-width: 1250px;
}

.wrapper {
    width: 100%;
    height: 100%;
    font-size: 16px;
    margin: 0 auto;
}

#header {
    width: 1200px;
    height: 80px;
    /*background: black;*/
    margin: 0 auto;
}

.t-logo {
    margin-top: 12px;
}

#nav {
    float: right;
}

.t-_btn {
    width: 280px;
    line-height: 80px;
    font-size: 20px;
    font-weight: 100;
    text-align: center;
    color: white;
    margin: 0 auto;
    display: block;
    background: url(../img/examples_bg-2.png) #133e69 center center;
    text-decoration: none;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.t-_btn:hover {
    background: url(../img/examples_bg-2.png) #05b center center;
}

.fa-lg {
    font-size: 1.2em !important;
    line-height: .20em !important;
    vertical-align: -15%;
    padding-right: 15px;
}


/*slider*/

.slogan_ox {
    width: 1200px;
    margin: 0 auto;
    position: inherit;
}

.slogan {
    text-align: center;
    color: white;
    position: absolute;
    top: 34.7%;
    right: 22%;
    z-index: 500;
}

.slogan h1 {
    font-size: 66.8px;
    padding-bottom: 19px;
    margin: 0 0 47px 0;
    border-bottom: 1px solid white;
}

.slogan p {
    font-size: 21.6px;
    margin-bottom: 20px;
    text-indent: -5px;
}

#slider {
    width: 100%;
    margin: 0 auto;
    position: relative;
    background: url(../img/slider_bg.jpg) repeat-x center center;
}

.swiper-container {
    width: 100%;
    height: 630px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


/*----------------------------------------
   BUTTON
----------------------------------------*/

#nave {
    width: 5px;
    height: 330px;
    background: #eee;
    position: fixed;
    top: 30%;
    right: 50px;
    z-index: 99999;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    z-index: 1000;
}

#nave a {
    font-size: 12px;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: white;
    /* 背景顏色轉變 */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    position: relative;
    top: 39px;
    right: 26px;
    z-index: 30;
}

#nave a:hover {
    color: white;
}

#nave li.is-active a span {
    background-color: #113d53;
}


/* arrow icon (span tag) */

#nave span {
    width: 43px;
    height: 35px;
    line-height: 15px;
    padding: 8px 0 0 0;
    display: block;
    margin-bottom: 10px;
    background: #5b92ac;
    border: 6px solid #eee;
    /* 圓角*/
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    /* 背景顏色轉變 */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

#nave span.top-icon {
    background: #5b92ac url(../img/top_icon.png) no-repeat center center;
}

#nave a:hover span {
    background-color: #c60;
}


/*----------------------------------------
   共用框架
----------------------------------------*/

.main {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.main.bg_1 {
    background: url(../img/about_bg.jpg) no-repeat center 0;
}

.main.bg_2 {
    background: #133e69;
}

.main.bg_3 {
    background: url(../img/contact_bg.jpg) no-repeat center center;
}

.title {
    height: 130px;
    font-size: 35px;
    color: white;
    text-shadow: 1px 1px 0px #000;
}

.title.bc-1 {
    background: #333;
    background: -moz-linear-gradient(top, #333 0%, #242424 100%);
    background: -webkit-linear-gradient(top, #333 0%, #242424 100%);
    background: linear-gradient(to bottom, #333 0%, #242424 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#333', endColorstr='#242424', GradientType=0);
}

.title.bc-2 {
    background: rgb(109, 0, 0);
    background: -webkit-linear-gradient(rgba(140, 0, 0, 1) 0%, rgba(103, 0, 0, 1) 100%);
    background: -o-linear-gradient(rgba(140, 0, 0, 1) 0%, rgba(103, 0, 0, 1) 100%);
    background: linear-gradient(rgba(140, 0, 1) 0%, rgba(103, 0, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#6d0000', endColorstr='#7e0000', GradientType=0);
}

.title.bc-3 {
    background: #cc7518;
    background: -moz-linear-gradient(top, #cc7518 1%, #c65d00 100%);
    background: -webkit-linear-gradient(top, #cc7518 1%, #c65d00 100%);
    background: linear-gradient(to bottom, #cc7518 1%, #c65d00 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#cc7518', endColorstr='#c65d00', GradientType=0);
}

h2 {
    width: 1200px;
    margin: auto;
    padding: 50px 0 0 0;
}

h2 span {
    font-size: 15px;
    margin: 0 0 0 20px;
}


/*----------------------------------------
   關於
----------------------------------------*/

.about_post {
    width: 1200px;
    height: 780px;
    color: #036;
    margin: 0 auto;
    position: relative;
}

.about_list {
    width: 600px;
    display: inline-block;
}

.about_post img {
    float: right;
}

.about_narrate {
    line-height: 30px;
    margin: 35px 0 0 0;
}

.about_project {
    position: absolute;
    top: 330px;
    left: 60px;
    z-index: 630;
}

.about_project li {
    width: 217px;
    float: left;
    position: relative;
}

.about_project li.top {
    top: -40px;
}

.about_project li img {
    float: none;
    margin: 0 0;
}

.about_project li h3 {
    font-size: 20px;
    margin: 20px 0;
    padding: 0 20px 17px 20px;
    border-bottom: 1px solid #133e69;
}

.about_project li p {
    line-height: 25px;
    padding: 0 20px;
}


/*----------------------------------------
   實績
----------------------------------------*/

.examples {
    background: url(../img/examples_bg-1.jpg) no-repeat center top;
}

.examples_bg_2 {
    text-align: center;
    background: url(../img/examples_bg-2.png) center center;
}

.examples_post {
    width: 1200px;
    padding: 75px 0 50px 0;
    display: inline-block;
    position: relative;
}

.examples_post li {
    overflow: hidden;
    width: 210px;
    margin: 0 27px 27px 0;
    float: left;
    position: relative;
    /* -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, .7)); */
    box-shadow: 0px 0px 2px rgba(0, 0, 0, .7);
}

.examples_post li img {
    display: block;
    position: relative;
    max-width: 100%;
    height: auto;
    z-index: 0;
    transition: all 0.3s ease-in-out;
}

.examples_post li:nth-child(5n) {
    margin-right: 0;
}

.fancybox {
    text-decoration: none;
    overflow: hidden;
    display: grid;
}

.fancybox-thumb {
    width: 100%;
    height: 100%;
    position: relative;
    text-decoration: none;
    overflow: hidden;
    display: block;
    padding-bottom: 35px;
}

.fancybox-thumb:hover img {
    transform: scale(1.1);
}

.examples_name {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 210px;
    text-align: center;
    line-height: 35px;
    color: white;
    background: #2d2d2d;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.examples_name:hover {
    background: black;
}


/*----------------------------------------
   聯絡
----------------------------------------*/

.contact_post {
    width: 1200px;
    color: #036;
    margin: 0 auto;
    padding: 60px 0;
    position: relative;
}

.contact_list {
    width: 600px;
    padding-top: 10px;
    float: right;
}

.heading-s {
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    padding: 30px 0;
}

.narrate {
    line-height: 40px;
    margin: 0 50px 55px 0;
}

.narrate span,
.about_narrate span {
    margin: 0 0 0 30px;
}

.send {
    color: #036;
    text-decoration: none;
}

.send:hover {
    color: #c50;
    text-decoration: underline;
}


/*----------------------------------------
 footer
----------------------------------------*/

#footer {
    width: 100%;
    background: #133e69;
}

.copyright {
    width: 1200px;
    height: 285px;
    font-size: 10px;
    color: white;
    margin: 0 auto;
    position: relative;
}

.browser {
    margin-top: 60px;
    display: block;
}

.footer-logo {
    position: absolute;
    top: -50px;
    left: 539px;
    z-index: 99;
}

.footer-lg-na {
    width: 597px;
    margin: auto;
    padding: 80px 0 0 0;
}