/*CatalogueLL*/
@font-face{
    font-family: 'CatalogueLL';
    src: url('../fonts/CatalogueLL-Light.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
}
@font-face{
    font-family: 'CatalogueLL';
    src: url('../fonts/CatalogueLL-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}
@font-face{
    font-family: 'CatalogueLL';
    src: url('../fonts/CatalogueLL-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
/*american-grotesk*/
@font-face{
    font-family: 'american-grotesk';
    src: url('../fonts/american-grotesk-thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
}
@font-face{
    font-family: 'american-grotesk';
    src: url('../fonts/american-grotesk-light.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
}
@font-face{
    font-family: 'american-grotesk';
    src: url('../fonts/american-grotesk-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}
@font-face{
    font-family: 'american-grotesk';
    src: url('../fonts/american-grotesk-medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}
@font-face{
    font-family: 'american-grotesk';
    src: url('../fonts/american-grotesk-bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
@font-face{
    font-family: 'american-grotesk';
    src: url('../fonts/american-grotesk-heavy.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
}
@font-face{
    font-family: 'american-grotesk';
    src: url('../fonts/american-grotesk-black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
}

*{
    margin: 0;
    padding: 0;
    font-family: "Noto Sans TC", sans-serif;
    letter-spacing: 1px;
}

.wrapper{
    width: 100%;
    margin: auto;
}
/*通用標題*/
.title{
    width: 100%;
    margin: 200px auto 30px;
    text-align: center;
}
.title h2{
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    font-family: "CatalogueLL", sans-serif;
}
/*通用內文*/
main section article{
    max-width: 1000px;
    width: 90%;
    margin: auto;
    text-align: center;
}
main section article p{
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
}
main section article p.special-space{
    margin-bottom: 10px;
}

header{
    width: 100%;
}
/*logo nav*/
header .logo{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    padding: 5px 0;
    background-color: #fff;
    display: flex;
    justify-content: center;
}
header .logo a{
    max-width: 250px;
    margin: auto;
    text-align: center;
}
header .logo a img{
    width: 100%;
}
/*banner*/
header .banner{
    width: 100%;
    margin: 85px auto 0;
}
header .banner section{
    position: relative;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    width: 100%;
    height: 1080px;
}
header .banner .content1{
    background: url(../image/Top-banner1-web.jpg);
}
header .banner .content2{
    background: url(../image/Top-banner2-web.jpg);
}
header .banner .content3{
    background: url(../image/Top-banner3-web.jpg);
}
header .banner section .item{
    position: absolute;
    bottom: 70px;
    left: 30px;
}
header .banner section .item h1 , header .banner section .item h2{
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    font-family: "CatalogueLL", sans-serif;
}
header .banner section .item p{
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    font-family: "CatalogueLL", sans-serif;
    margin: 5px 0 0;
}
header .banner article{
    max-width: 1000px;
    width: 90%;
    margin: auto;
    text-align: center;
}
header .banner article h2{
    font-size: 32px;
    font-weight: 800;
    font-family: "american-grotesk", sans-serif;
    margin: 30px 0 5px;
}
header .banner article p{
    font-size: 18px;
    font-weight: 400;
}

.product{
    margin: 0 auto 100px;
}
.product img{
    cursor: pointer;
}

/*modal setting*/
.modal .modal-title{
    font-size: 28px !important;
    font-weight: 700;
}
.modal .modal-title span{
    font-family: "CatalogueLL", sans-serif;
}
.modal .modal-title span br{
    display: none;
}
.modal .modal-body .item{
    width: 90%;
    margin: 30px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.modal .modal-body .item:nth-child(1){
    margin: 0px auto 30px;
}
.modal .modal-body .item:nth-last-child(1){
    margin: 30px auto 0px;
}
.modal .modal-body .item .box{
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal .modal-body .item .box img{
    width: 30%;
    margin: auto 10px auto 0;
}
.modal .modal-body .item .box p{
    width: 70%;
    text-align: left;
    font-size: 20px;
    line-height: 36px;
    font-weight: 400;
}
.modal .modal-body .item .box p span{
    font-weight: 700;
    font-size: 1.4em;
}
.modal .modal-body .item .nav a{
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    color: #fff;
    background-color: #000000;
    padding: 5px 60px;
    transition: 0.4s;
}
.modal .modal-body .item .nav a:nth-of-type(odd){
    margin: 30px 20px 30px 0;
}
.modal .modal-body .item .nav a:nth-of-type(even){
    margin: 30px 0 30px 20px;
}
.modal .modal-body .item .nav a:hover{
    background-color: #ce780f;
    transition: 0.4s;
}

@media(max-width: 450px){
    /*通用標題-RWD*/
    .title{
        margin: 100px auto 20px;
    }
    .title h2{
        font-size: 28px;
        line-height: 38px;
    }
    /*通用內文-RWD*/
    main section:nth-of-type(1) article{
        width: 100%;
    }
    main section article p{
        width: 100%;
        margin: auto;
        font-size: 18px;
        line-height: 28px;
    }
    /*logo nav-RWD*/
    header .logo a{
        max-width: 180px;
    }
    /*banner-RWD*/
    header .banner{
        margin: 65px auto 0;
    }
    header .banner section{
        background-size: 100%;
        height: 700px;
    }
    header .banner .content1{
        background: url(../image/Top-banner1-mobile.jpg);
    }
    header .banner .content2{
        background: url(../image/Top-banner2-mobile.jpg);
    }
    header .banner .content3{
        background: url(../image/Top-banner3-mobile.jpg);
    }
    header .banner section .item h1 , header .banner section .item h2{
        font-size: 24px;
    }
    header .banner section .item p{
        font-size: 12px;
        margin: 5px 0 0;
    }
    header .banner article h2{
        font-size: 26px;
    }
    header .banner article p{
        font-size: 15px;
    }

    /*modal setting*/
    .modal .modal-title{
        font-size: 22px !important;
        line-height: 28px !important;
    }
    .modal .modal-title span br{
        display: initial;
    }
    .modal .modal-body .item{
        width: 95%;
    }
    .modal .modal-body .item .box img{
        width: 35%;
    }
    .modal .modal-body .item .box p{
        width: 65%;
        font-size: 15px;
        line-height: 27px;
    }
    .modal .modal-body .item .box p span{
        font-size: 1.2em;
    }
    .modal .modal-body .item .nav a{
        font-size: 16px;
        padding: 5px 20px;
    }
    .modal .modal-body .item .nav a:nth-of-type(odd){
        margin: 30px 10px 30px 0;
    }
    .modal .modal-body .item .nav a:nth-of-type(even){
        margin: 30px 0 30px 10px;
    }
}



/*back to top*/
/* #btn-back-to-top{
    position: fixed;
    bottom: 30px;
    right: 230px;
    font-size: 36px;
    display: none;
    border: 0px;
    color: #000000;
    background: none;
    opacity: 0.5;
    transition: 0.6s;
    z-index: 99;
}
#btn-back-to-top:hover{
    opacity: 1;
    transition: 0.6s;
    transform: translateY(-5px);
} */

