@font-face{
    font-family: 'GTFlexa';
    src: url('../fonts/GTFlexa-Bd.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face{
    font-family: 'GTFlexa';
    src: url('../fonts/GTFlexa-Bl.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face{
    font-family: 'GTFlexa';
    src: url('../fonts/GTFlexa-CmBl.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}
@font-face{
    font-family: 'GTFlexa';
    src: url('../fonts/GTFlexa-ExtBl.woff') format('woff');
    font-weight: 900;
    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;
}
@font-face {
    font-family: 'CatalogueLL';
    src: url('../fonts/CatalogueLLTT-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
  }

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

h1 span , h2 span , h3 span{
    font-family: "CatalogueLL", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.wrapper{
    width: 100%;
    margin: auto;
    overflow: hidden;
}
/*banner*/
.banner{
    width: 100%;
    height: 500px;
    background-image: url(../image/042224-hero-m-585206.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner .content{
    max-width: 900px;
    width: 80%;
    margin: auto;
}
.banner .content h1{
    text-align: center;
    font-size: 65px;
    color: #ffffff;
}
.banner .content p{
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    margin: 20px auto;
}

/*introduction*/
.introduction{
    max-width: 1200px;
    width: 95%;
    margin: 50px auto;
    text-align: center;
}
.introduction h2{
    color: #2a2a2a;
    font-size: 40px;
}
.introduction h2 span{
    letter-spacing: 0;
}
.introduction p{
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #2a2a2a;
    text-align: center;
    margin: 20px auto;
}

/*subtitle use*/
.subtitle{
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}
.subtitle img{
    width: 50px;
    margin: 0 15px 0 0;
}
.subtitle h2{
    font-size: 34px;
}
.subtitle h2 span{
    font-family: 'american-grotesk', sans-serif !important;
    font-weight: 700 !important;
    font-size: 34px;
}
.subtitle p{
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #2a2a2a;
    margin: 0 auto;
}

/*information*/
.information{
    width: 95%;
    max-width: 1400px;
    margin: 70px auto;
}
.information .content{
    width: 100%;
    margin: 50px auto;
    display: flex;
    justify-content: center;
}
.information .content .item{
    width: 450px;
    margin: auto 7px;
    cursor: pointer;
}
.information .content .item img{
    width: 100%;
}
.information .content .item h3{
    color: #2a2a2a;
    font-size: 30px;
    margin: 15px 0 15px 20px;
}
.information .content .item h3 span{
    font-family: 'american-grotesk', sans-serif !important;
    font-weight: 700 !important;
    letter-spacing: 0;
}

/*modal use*/
.modal .modal-content{
    padding: 20px;
    border-radius: 0;
}
.modal .modal-header{
    border: none;
}
.modal h3{
    font-family: "GTFlexa", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 32px !important;
}
.modal .btn-close{
    font-size: 22px;
    color: #2a2a2a;
    opacity: 1;
}
.modal p{
    font-size: 17px;
    font-weight: 400;
}
.modal a{
    color: #2a2a2a;
}

/*program*/
.program{
    width: 100%;
    margin: 50px auto;
}
.program .content{
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.program .content .imgbox{
    width: 50%;
}
.program .content .imgbox img{
    width: 100%;
}
.program .content .textbox{
    width: 50%;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.program .content .textbox h3{
    color: #2a2a2a;
    font-size: 34px;
    line-height: 44px;
}
.program .content .textbox p{
    font-size: 17px;
    line-height: 28px;
    font-weight: 400;
    color: #2a2a2a;
    margin: 15px 0 30px;
    letter-spacing: 0.5px;
}
.program .content .textbox a{
    background-color: #000000;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    padding: 15px 30px;
    border-radius: 50px;
    font-size: 19px;
    font-weight: 300;
    text-decoration: none;
    margin: 30px 0 0 0;
    letter-spacing: 0.5px;
    transition: 0.4s;
}
.program .content .textbox a:hover{
    background-color: #2a2a2a;
    transition: 0.4s;
}
.program.second{
    margin: 70px auto;
}

/*footer*/
footer{
    width: 100%;
    margin: 50px auto;
}
footer p{
    text-align: center;
    font-size: 19px;
    line-height: 28px;
    font-weight: 600;
    color: #2a2a2a;
}
footer p a{
    color: #2a2a2a;
    transition: 0.4s;
}
footer p a:hover{
    color: #666666;
    transition: 0.4s;
}

@media(max-width: 450px){
    /*banner => phone*/
    .banner .content h1{
        font-size: 32px;
    }
    .banner .content p{
        font-size: 18px;
    }
    /*introduction => phone*/
    .introduction{
        width: 90%;
        margin: 60px auto;
    }
    .introduction h2{
        font-size: 30px;
        line-height: 34px;
    }
    .introduction p{
        line-height: 24px;
        font-size: 16px;
    }
    /*subtitle use => phone*/
    .subtitle h2{
        font-size: 24px;
        margin: 10px 0 0 0;
    }
    .subtitle p{
        font-size: 15px;
    }
    /*information => phone*/
    .information .content .item{
        width: 100%;
    }
    .information .content .item h3{
        font-size: 20px;
        margin: 15px 0 15px 10px;
    }
    /*modal use*/
    .modal .modal-content{
        padding: 5px;
    }
    .modal h3{
        font-size: 22px !important;
    }
    .modal p{
        font-size: 15px;
    }
    .modal .btn-close{
        font-size: 18px;
    }
    /*program*/
    .program .content{
        flex-direction: column;
        justify-content: center;
    }
    .program .content .imgbox{
        width: 100%;
    }
    .program .content .textbox{
        width: 90%;
        padding: 0;
        margin: 20px auto;
        text-align: center;
    }
    .program .content .textbox h3{
        font-size: 26px;
        line-height: 38px;
    }
    .program .content .textbox p{
        font-size: 15px;
    }
    .program .content .textbox a{
        margin: 30px auto 0;
        font-size: 17px;
    }
    .program.second .content .imgbox{
        order: 1;
    }
    .program.second .content .textbox{
        order: 2;
    }
    /*footer*/
    footer p{
        font-size: 17px;
        line-height: 26px;
    }
}