﻿@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);

body {
    font-family: 'Noto Sans TC', sans-serif;
    padding-top: 50px;
    padding-bottom: 20px;
    
}

iframe {
    width: 100%;
    height: 100%;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}
#qLpercentage {
    font-family:'Microsoft JhengHei';
    font-weight:bolder;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.about {
    padding: 50px 0;
    background-image: url('about_background.jpg');
    background-size: cover;
}

.services {
    padding: 50px 0;
    /*background-image: url('tgsyfjzmbz_42325.jpg');*/
    background-size: cover;
}

.team {
    padding: 50px 0;
    background-color:#f2f2f2;
}

.news {
    padding: 50px 0;
    
    background-size: cover;
}

.focus {
    position: relative;
    width: 1205px;
    height: 355px;
    background-color: #000;
    float: left;
}




.call-to-action {
    padding: 100px 0;
    text-align: center;
    color: white;
    background: no-repeat center center scroll;
    background-color: #222;
    background-size: cover;
}

    .call-to-action span.quote {
        font-size: 30px;
        font-weight: 300;
        line-height: 32px;
        display: block;
    }

@media (min-width: 768px) {
    .call-to-action {
        padding: 150px 0;
        background-attachment: scroll;
    }

        .call-to-action span.quote {
            font-size: 36px;
            line-height: 38px;
        }

}
.col-md-3 {
    float: left;
    width: 50%;
}
@media (min-width: 992px) {
    .call-to-action {
        padding: 300px 0;
    }

        .call-to-action span.quote {
            font-size: 40px;
            line-height: 42px;
        }

    .col-md-3 {
        float: left;
        width: 25%;
    }
}

@media (min-width: 1025px) {
    .call-to-action {
        background-attachment: fixed;
    }
}


.hero-img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.fs-hero {
    height: 100vh;
    position: relative;
}

.fixed-bg {
    background-attachment: fixed;
}

.mrg-vertical-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

width-70 {
    width: 70%;
}

.map {
    width: 100%;
}

body {
    visibility: visible;
}

.mx_image_background {
    background-color: #f2f2f2
}

.td-visibility-hidden {
    visibility: hidden
}

.clearfix {
    *zoom: 1
}

    .clearfix:before, .clearfix:after {
        display: table;
        content: "";
        line-height: 0
    }

    .clearfix:after {
        clear: both
    }

.focus .fPic {
    position: absolute;
    left: 0px;
    top: 0px;
}

.focus {
    position: relative;
    width: 1205px;
    height: 355px;
    background-color: #000;
    float: left;
}

    .focus .fcon {
        position: relative;
        width: 100%;
        float: left;
        display: none;
        background: #000;
    }

.project2 {
    width:12.5%;
    float: left;
    padding: 15px;
}
.project {
    width: 25%;
    float: left;
    padding: 15px;
    
}
.anima {
    width: 25%;
    float: left;
    
    padding: 15px;
}
.project-list2{
    content: " ";
    display: block;
    clear: both;
    
    
}
.project-list {
    content: " ";
    display: none;
    clear: both;
    width: 100%;
}
.project-list:after {
    content: " ";
    display: block;
    clear: both;
    padding-right: 5%;
    padding-left: 5%;
}

.project__image {
    display: block;
    position: relative;
}

    .project__image img {
        width: 100%;
        max-width: 100%;
        height: auto;
        display: block;
    }

    .project__image:after {
        content: " ";
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
        transition: opacity .3s ease;
        opacity: 0;
    }

.project__card {
    position: relative;
    transition: box-shadow .3s ease;
    box-shadow: 0 10px 30px transparent;
}

    .project__card.hover-in {
        transition: transform .2s ease-out;
    }

    .project__card.hover-out {
        transition: transform .2s ease-in;
    }

.project:hover .project__card {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.project:hover .project__image:after {
    opacity: 1;
}

.project:hover .project__detail {
    border-width: 0px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.project:hover .project__title, .project:hover .project__category {
    transform: translateY(0) scale(1);
    opacity: 1;
}

.project:hover .project__title {
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1;
}

.project__detail {
    position: absolute;
    left: 10px;
    right: 10px;
    /*
    top: 10px;
    bottom: 10px;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    transform: translateZ(30px);
    border: 0 solid rgba(255, 255, 255, 0.53);
    transition: border .4s ease;
}

.project__detail1 {
    background-color: #dadada;
    width: 100%;
    display: flex;
    animation-name: fadeInUp;
    animation-duration: 0.3s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
    width: 100%;
}

.project__title {
    margin: 0 0 10px;
    font-size: 36px;
    font-weight: 700;
    transition: .4s ease;
    opacity: 0;
    transform: translateY(40px) scale(0);
    will-change: transform;
}

    .project__title a {
        color: black;
    }

.project__category {
    opacity: 0;
    transition: .4s ease;
    transition-delay: .1s;
    transform: translateY(40px) scale(0);
    will-change: transform;
}

    .project__category a {
        color: rgba(255, 255, 255, 0.8);
        font-size: 1.3em;
    }



.letter {
    animation-name: newworld;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.letter-changer {
    position: relative;
    left: 49%;
    width: auto;
    height: 10%;
    animation-name: fadein;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes fadein {
    0% {
        opacity: 1.0;
        transform: translateX(0);
    }

    50% {
        opacity: 0.5;
        transform: translateX(5px);
    }

    100% {
        opacity: 0.0;
        transform: translateX(10px);
    }
}

.autoshowgame {
    animation-name: TestMove3;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
    width: 100%;
}

@keyframes TestMove3 {
    from {
        
        
    }

    to {
        
    }
}

@-moz-keyframes TestMove3 {
    from {
        
    }

    to {
        
    }
}

@-webkit-keyframes TestMove3 {
    from {
        
    }

    to {
        
    }
}

@keyframes PICfadeInUp {
    0% {
        width: 0%;
        opacity: 0.0;
    }

    50% {
        opacity: 0.0;
        width: 100%;
    }

    100% {
        /*opacity: 1.1;*/
        width: 100%;
        opacity: 1.0;
        visibility: visible;
    }
}



@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

#nowitem .fadeInUp {
    visibility: hidden;
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    visibility: visible;
    animation-delay: 0s;
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
}


.unfadeInUp {
    visibility: hidden;
    opacity: 0;
}




@media (min-width: 1500px) {
    .carousel-narrow {
        margin: auto;
    }
}

@media (max-width: 1500px) {
    .carousel-narrow {
        margin: auto;
    }
}

.body-background {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#deefff+37,98bede+49,deefff+73 */
    background: white; /* Old browsers */
    width: 100%;
    overflow-x:hidden;
    
}

.home_commercial {
    padding-top: 1%;
    /*background-image: url('lgt_top.jpg');*/
    background-color:#E6E6E6;
    /*background-size: cover;*/
}

.table {
    border-spacing: 2px;
}

.table {
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: black;
    border-top-color: black;
    border-right-color: black;
    border-bottom-color: black;
    border-left-color: black;
}

#homepage-feature {
    font-family: "Lucida Grande", "Lucida Sans Unicode", Sans-Serif;
    font-size: 9px;
    margin: auto;
    text-align: left;
}

    #homepage-feature td {
        font-size: 14px;
        border-bottom: 1px solid #dadada;
        color: #000000;
        padding: 6px 8px;
        text-align: left;
        text-decoration: none;
        white-space: nowrap;
    }

.user agent stylesheettd, th {
    display: table-cell;
    vertical-align: inherit;
}

.cut-text-updates {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 365px;
    height: 1.4em;
    white-space: nowrap;
}


#game {
    color: #333333;
}


.carousel-indicators_LGT {
    position: relative;
    bottom: 0%;
    
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #999 \9;
    background-color: rgba(70, 70, 70, .25);
    border: 1px solid #fff;
    border-radius: 10px;
}
.bg-primary {
    color: #fff;
    background-color:#fff;
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #444;
}





/*#team {
    background-image: url('../img/about.jpg');
}*/
.carousel_LGT {
    width: 100%;
    max-width: 1600px !important;

}
.carousel_LGT2 {
    width: 100%;
    max-width: 1600px !important;
}
/*img:hover {
    animation-name: img-effect;
    animation-duration: 3s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
}
@keyframes img-effect {
    0% {
    }
    100% {
        width: auto;
        height: auto;
        box-shadow: 3px 3px 0px gray;
        padding: 3px;
    }
}*/
.container2 {
    padding-right: 1%;
    padding-left: 1%;
}
@media (min-width: 1500px) {
    section, header {
        /*-webkit-filter: contrast(50%);
        filter: contrast(50%);*/
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }
    .container {
        width: 1300px;
    }

        /*section:hover, header:hover {
            -webkit-filter: contrast(100%);
            filter: contrast(100%);
        }*/
    .project {
        width: 20%;
        float: left;
        padding: 15px;
    }
    .project2 {
        width: 20%;
        float: left;
        padding: 15px;
    }
    .anima {
        
        width: 20%;
        float: left;
        padding: 15px;
    }
    
    
}
.container2 {
    padding-right: 1%;
    padding-left: 1%;
}




