﻿@charset "UTF-8";
/* CSS Document */


html, body {
    font-family: "微軟正黑體", "新細明體", "arial", sans-serif;
    height: 100%;
    width: 100%;
    background-color: #000;
}

html, body, ul, li, p, div {
    margin-left: 0px;
    list-style: none;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 0px;
    margin: 0px;
}

#copy_phone {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #484848;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
}

#btn_phone {
    display: none;
}

#bg {
    height: 100%;
    width: 100%;
    background: url(../images/bg53.jpg) center fixed no-repeat;
    -moz-background-size: cover;
    background-size: cover;
}

#logo {
    width: 350px;
    min-height: 400px;
    background: url(../images/logo53.png) no-repeat;
    background-size: 100%;
    margin: 0 auto;
    transform: translate(0, 65%);
    animation-name: logo-animation;
    animation-duration: 1.5s;
}
@keyframes logo-animation {
    from {transform: translate(0,70%);opacity: 0.1;}
    to {}
}
@media screen and (max-height: 1366px) {
    #logo {
        transform: translate(0, 112%);
    }
    @keyframes logo-animation {
        from {transform: translate(0,117%);opacity: 0.1;}
    }
    
    @media screen and (max-height: 1024px) {
        #logo {
            transform: translate(0, 72%);
        }
        @keyframes logo-animation {
            from {transform: translate(0,77%);opacity: 0.1;}
        }

        @media screen and (max-height: 768px) {
            #logo {
                transform: translate(0, 42%);
            }
            @keyframes logo-animation {
                from {transform: translate(0,47%);opacity: 0.1;}
            }

             @media screen and (max-height: 667px) {
                #logo {
                     transform: translate(0, 47%);
                }
                @keyframes logo-animation {
                    from {transform: translate(0,52%);opacity: 0.1;}
                }

                @media screen and (max-height: 667px) {
                    #logo {
                         transform: translate(0, 42%);
                    }
                    @keyframes logo-animation {
                        from {transform: translate(0,47%);opacity: 0.1;}
                    }

                    @media screen and (max-height: 450px) {
                        #logo {
                             transform: translate(0, 6%);
                        }
                        @keyframes logo-animation {
                            from {transform: translate(0,11%);opacity: 0.1;}
                        }
                    }
                }
            }
        }
        
    }


}
/*
@media screen and (max-width:980px) {

    #btn_phone {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 20;
    }

}*/

@media screen and (max-width: 375px) {
    #logo {
        width: 76%;
        height: 330px;
    }
}
