@import url(./reset.css);
*, *::before, *::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900

.noto-sans-tc-<uniquifier> {
    font-family: "Noto Sans TC", sans-serif,"PingFang TC";
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
  }
body {
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    box-sizing: border-box;
}
.header, .section, .footer {
   
}
.header {
    background: url(img/top.jpg) repeat-x center center;
    background-size: cover;
    color: white;
    height: 700px;
    text-align: center;

}
.header nav {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    opacity: 80%;
    padding: .2em;
    padding-top: .2em;
    
}

.header nav img {
    display: block;
    position: relative;
    width: 125px;
    padding: 1em;
}

.header article img { 
    display: block;
    width: 110px;
padding-top:15%;
    margin-left: 2%;
    z-index: 1;}


.header h1 {
    font-family: "Noto Sans TC", sans-serif,"PingFang TC";
    font-size: 2.5em;
    line-height: 2.5em;
    letter-spacing: .5em;
    font-weight: bold;
    padding-top: 10%;

}
.header p {
    font-size: 1em;
    font-family: "Noto Sans TC", sans-serif,"PingFang TC";
    font-optical-sizing: auto;
   font-style: inherit;
    font-weight: 400;
    line-height: 150%; letter-spacing: .25em;
    margin: 0 auto;
}
.header a {
    display: block;
    text-decoration: none;
    text-align: left;
    z-index: -1;
 
}


.brand-story, .product-series, .advantages {
margin: 0 auto;
   
}
.section h2 {
    background-color: #ffffff;
    display: block;
    font-family: "Noto Sans TC", sans-serif,"PingFang TC";
    color: black;
    margin: 0 auto;
    font-size: 2em;
    font-style: normal;
    height: auto;
    letter-spacing: 40px;
    background-color: #ffffff;
    line-height: 200%;
    text-align: center;
    padding-left: 20px;
    font-weight: bold;

}


.container {
    display: flex;
  }
  .space-between {
    justify-content: space-between;
  }
  

.brand-story img, .product-series img, .advantages img { 
   
}
.product-series {



}

.product-series{
    background-color: #e8e8e8;
    width: 100%;
    height: auto;
   
}

.brand-story{
    width: 100%;
    height: auto;
    background: url(img/shadow3.png) no-repeat center center;
}

.product-series  .container{
    width:1000px;
    height: auto;
margin: 0 auto;
} 

.brand-story  .container{
    width: 1000px;
    height: auto;
    margin: 0 auto;
}

.product-series  .container ul{
 display: block;
 width: 100%;
 height: auto;
 overflow: hidden;
} 

.brand-story  .container ul{
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
 

 } 

 .product-series  .container li{
    display: block;
    width: 46%;
    height: auto;
    overflow: hidden;
    float: left;
    margin-left: 4%;
    margin-top: 5%;
    margin-bottom: 8%;
 } 
 .brand-story  .container li{
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 5%;
    margin-bottom: 5%;
 
 
 } 
 .brand-story  article{
    width: 48%;
    float: right;
    
 }

 .brand-story  article img{
    width: 100%;
    height: auto; 
    margin-top: -10%;
 }

 

 .brand-story h3 {
    display: block;
    color: #AB7C35;
    font-family: Inter;
    font-size: 1.7em;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    text-align: left;
    width: 50%;
    margin-bottom: 1em;

    }
    .brand-story p {
        font-family: "Noto Sans TC", sans-serif,"PingFang TC";
    font-size: 1.2em;
    display: block;
    color: #828282;
    line-height: 2em;
    text-align: left;
    margin-top: -5px;
    
    }
    .brand-story img {
        width: 48%;
        height: auto;
        border-radius: 5px;
    }

    
    .product-series img {
        width: 100%;
        height: auto;
        border-radius: 5px;
    }
    
    .product-series h3 {
        color: #AB7C35;
        font-family: Inter;
        font-size: 1.7em;
        font-style: normal;
        font-weight: 600;
        line-height: 300%;
        text-align: left;
    }
    
    .product-series p {
        font-family: "Noto Sans TC", sans-serif,"PingFang TC";
            font-size: 1.2em;
            display: block;
            color: #828282;
            line-height: 2em;
            text-align: left;
            margin-top: -5px;

    }

.advantages  {background-color: #e8e8e8;}
.advantages  section img{
    display: block;  
    margin: 0 auto;
    width: 800px;
    height: auto;

}
.map {
    width: 100%;
    height: 300px;
    border: 0;
}
.footer {
    display: block;
    background: #ffffff;
    text-align: center;

}
.footer img {
    width: 50px;
    height: auto;
}
.footer p {
   
}

.contact-info {
    height: 10%;
    width: 100%;
}
.contact-info a {
text-decoration: none;
color: #AB7C35;
font-family: "Noto Sans TC", sans-serif,"PingFang TC";
font-size: 2em;
font-style: normal;
line-height: 3em;;
font-weight: bold;}

.contact-info p {
    font-family: "Noto Sans TC", sans-serif,"PingFang TC";
    font-size: 1em;
    font-weight: 80;
    letter-spacing: .25em;
    font-weight: bold;
    

}
/*
.contact-info button {
    text-decoration: none;
    font-weight: bold;
    background-color: black;
    width: 100px;
    height: 70px;
    height: auto;
    color: #ffffff;
    border-radius: 8px;
    font-size: 0.75em;
    text-decoration: none;
}
*/

.footer  section {
    width: 100%;
    height: 300px;
    background-color: black;
}

.footer  section img{
    width: 160px;
    height: auto;
    margin: 20px 0;
}
.footer  section p{
    font-family: Inter;
    font-size: .75em;
    font-style: bold;
    font-weight: 200;
    line-height: normal;
    color: #ffffff;
    text-align: center;
}
@media screen and (max-width:900px){
    .header {
        background: url(img/top.jpg) repeat-x center center;
        background-size: cover;
        color: white;
        height: auto;
        text-align: center;
    
    }
    .header nav {
        display: flex;
        position: relative;
        justify-content: space-between;
        align-items: center;
        background-color: #ffffff;
        opacity: 80%;
        padding: .2em;
        padding-top: .2em;
        
    }
    
    .header nav img {
        display: block;
        position: relative;
        width: 125px;
        padding: 1em;
    }
    
    .header article img { 
        display: block;
        width: 110px;
        padding-top:15%;
        margin-left: 2%;
        z-index: 1;}
    
    
    .header h1 {
        font-family: "Noto Sans TC", sans-serif,"PingFang TC";
        line-height: 250px;
        letter-spacing: .25em;
        font-weight: bold;
        padding-left: 2%;
        font-size: 2em;
  
    }
    .header p {
        font-family: "Noto Sans TC", sans-serif,"PingFang TC";
        font-size: 1em;
        margin-top: -90px;
        line-height: 150%;
    font-optical-sizing: auto;
   font-style: inherit;
    font-weight: 400;
 letter-spacing: .2em;
    }
    
    .header a {
        display: block;
        text-decoration: none;
        text-align: left;
        z-index: -1;
     
    }
    
    .header h1 {
        font-family: "Noto Sans TC", sans-serif,"PingFang TC";
        line-height: 250px;
        letter-spacing: .25em;
        font-weight: bold;
    }

    .header p {font-size: 0.75em;  }
    .section h2 {
        background-color: #ffffff;
        display: block;
        font-family: "Noto Sans TC", sans-serif,"PingFang TC";
        color: black;
        margin: 0 auto;
        font-size: 1.5em;
        font-style: normal;
        height: auto;
        letter-spacing: 25px;
        background-color: #ffffff;
        line-height: 200%;
        text-align: center;
     
     
    
    
    }
    
    .brand-story{
        width: cover;
        height: auto;
        background: url(img/shadow3.png) no-repeat center center;
        margin: 0 auto;
    }
    
    .product-series  .container{
        width: 100%;
        height: auto;
        margin: 0 auto;
    } 
    
    .brand-story  .container{
        width: 95%;
        height: auto;
        margin: 0 auto;
    
    }
    
    .product-series  .container ul{
        display: block;
        width: 100%;
        height: auto;
        overflow: hidden;
    } 
    
    .brand-story  .container ul{
        display: block;
        width: 100%;
        height: auto;
        overflow: hidden;
    
     } 
    
    .product-series  .container li{
        display: block;
        width: 90%;
        height: auto;
        overflow: hidden;
        margin-top: 2%;
        margin-bottom: 5%;
     } 
    
     .brand-story  .container li{
        display: block;
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-top: 2%;
        margin-bottom: 5%;
     
     
     } 
     .brand-story  article{
        width: 100%;   
     }
    
   
        .brand-story p {
            font-family: "Noto Sans TC", sans-serif,"PingFang TC";
        font-size: 1em;
        display: block;
        color: #828282;
        line-height: 2em;
        text-align: left;
        margin-top: -5px;
        }
        .brand-story img {
            width: 100%;
            height: auto;
       
        }
    
        
     .product-series img {
        width: 100%;
        height: auto;
        border-radius: 5px;
    }
    .brand-story h3 {
        display: block;
        color: #AB7C35;
        font-family: Inter;
        font-size: 1.25em;
        font-style: normal;
        font-weight: 600;
        line-height: 100%;
        text-align: left;
        width: 50%;
        margin-bottom: 1em;
        margin-top: 1em;
        }
    .product-series h3 {
        color: #AB7C35;
        font-family: Inter;
        font-size: 1.25em;
        font-style: normal;
        font-weight: 600;
        line-height: 300%;
        text-align: left;
    }
    
    .product-series p {
        font-family: "Noto Sans TC", sans-serif,"PingFang TC";
        font-size: 1em;
        display: block;
        color: #828282;
        line-height: 2em;
        text-align: left;
        margin-top: -5px;
    }
    
    .advantages  {background-color: #e8e8e8;}
    .advantages  section img{
        display: block;  
        margin: 0 auto;
        width: 95%;
        height: auto;
    
    }
    .map {
        width: 100%;
        height: 300px;
        border: 0;
    }
    .footer {
        display: block;
        background: #ffffff;
        text-align: center;
    
    }
    .footer img {
        width: 50px;
        height: auto;
    }
    .footer p {
       
    }
    
    .contact-info {
        height: 10%;
        width: 100%;
    }
    .contact-info a {
    text-decoration: none;
    color: #AB7C35;
    font-family: "Noto Sans TC", sans-serif,"PingFang TC";
    font-size: 1.5em;
    font-style: normal;
    line-height: 3em;
    font-weight: bold;
    
}
    
    .contact-info p {
        font-family: "Noto Sans TC", sans-serif,"PingFang TC";
        font-size: 1em;
        font-weight: 80;
    
        letter-spacing: .25em;
        font-weight: bold;
    
    }
    
    .footer  section {
        width: 100%;
        height: 300px;
        background-color: black;
    }
    
    .footer  section img{
        width: 160px;
        height: auto;
        margin: 20px 0;
    }
    .footer  section p{
        font-family: Inter;
        font-size: .75em;
        font-style: bold;
        font-weight: 200;
        line-height: normal;
        color: #ffffff;
        text-align: center;
    }

}