/* ========== FONTS ==========*/
/*
@font-face {
    font-family:'sourcehansans-tc';
	font-style:normal;
	font-weight:200;
    src: url(../fonts/SourceHanSansTC-Light.ttf);    
}
*/
/* ========== dev ==========  */

/* * {
    outline: 1px solid red;
}

*:hover {
    outline: 1px solid pink;
} */

/* ========== BASIC STYLES ==========  */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'arial', '微軟正黑體', sans-serif;
    margin-top: 0;
    letter-spacing: 0px;
    color: #ADADAD;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 22px;
    margin: 0 0 20px 0;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 15px;
}

ul,
ol {
    margin: 10px 0;
}

p {
    margin: 10px 0;
}

a:link {
    color: #EAEAEA;
    text-decoration: none
}

a:hover {
    color: #000;
    text-decoration: none
}

a:focus {
    outline: 0px;
}

html,
body {
    height: calc(100vh - 100px);
    font-family: '微軟正黑體', sans-serif;
    font-size: 14px;
    /* background-color: #5A5A5A; */
    background-image: url('../images/background-img-2023.png');
    background-repeat: no-repeat;
    background-size: 100% 100vh;
    color: #EAEAEA;
    line-height: 22px;
}

body a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.main-home {
    margin: 0;
    margin-top: 100px;
    height: 70vh;
    border-top: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    display: flex;
}

.container {
    margin: auto;
    width: 80%;
    display: flex;
}

.container>.main-bag {
    display: flex;
    align-items: center;
    margin: auto;
}

/***----- home -----***/

.home-logo .main-logo {
    position: relative;
    display: flex;
}

.home-image img {
    width: 57vw;
    max-width: 800px;
}

.main-logo #xmas-img {
    margin-bottom: 5%;
    width: 12vw;
}

.main-logo #logo-img {
    width: 19vw;
    position: absolute;
    right: -10px;
    bottom: 0;
}

.home-logo #building-image,
.home-logo #system-image {
    width: 15vw;
    height: calc(15vw/4);
}

/***----- home end -----***/

/***----- footer -----***/
.footer-home {
    padding: 20px 0;
}

.copy {
    text-align: center;
}

.copy p {
    font-size: 13px;
    font-family: 微軟正黑體;
    letter-spacing: 0px;
}

/***----- footer end -----***/

/***----- media -----***/


@media screen and (min-width:1301px) {

    .container {
        min-width: 1315px;
    }
}

@media screen and (max-width:1300px) {
    .container {
        min-width: 600px;
        width: 100%;
    }
}

@media (orientation:landscape) and (max-width:1024px) {}

/*** media max1024 ***/
@media screen and (max-width:1024px) {}

/*** media max800 ***/

@media screen and (max-width:800px) {}

/*** media max768 ***/

@media screen and (max-width:768px) {}

/*** media max640 ***/

@media screen and (min-width:641px) {

    .main-logo #xmas-img {
        max-width: 158px;
    }

    .main-logo #logo-img {

        max-width: 250px;
    }

    .home-logo #building-image,
    .home-logo #system-image {

        max-width: 200px;
        max-height: 50px;
    }
}

@media screen and (max-width:640px) {
    .container {
        width: 100%;
        min-width: 0;
    }

    .home-image {
        display: none;
    }

    body {
        height: 100vh;
    }

    .main-home {
        margin: 0;
        height: 100vh;
    }

    .home-logo {
        height: 60vh;
        width: 80vw;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .main-logo {
        display: flex;
        flex-wrap: wrap-reverse;
    }

    .main-logo #xmas-img {
        width: 30vw;
        margin: auto;
    }

    .main-logo #logo-img {
        position: relative;
        width: 60vw;
        margin: auto;
    }

    .home-logo #system-image {
        width: 60vw;
        height: calc(60vw/4);
    }

    .home-logo #building-image {
        width: 60vw;
        height: calc(60vw/4);
    }

    .footer {
        display: none;
    }
}

/*** media max480 ***/

@media screen and (max-width:480px) {}

/*** media max320 ***/

@media screen and (max-width:320px) {}