
*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}

body{
  font-family:
  "Noto Sans TC",
  "PingFang TC",
  "Microsoft JhengHei",
  sans-serif;
}

a{
  text-decoration:none;
}

ul{
  list-style:none;
}




.hero-banner{
    position: relative;
    width: 100%;
    aspect-ratio: 1920 / 500;
	
	 max-height:500px!important;

    min-height:250px!important;

    overflow: hidden;

    background-image: url(../images/banner_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;

    background-color: #c40012;
}

/*
@media (max-width:1200px){

.hero-banner{
    height:420px;
}

}

@media (max-width:768px){

.hero-banner{
    height:300px;
}

}




.hero-banner{
    position: relative;
    width: 100%;
    aspect-ratio: 1920 / 500;

    overflow: hidden;

    background-image: url(../images/banner_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;

    background-color: #c40012;
}
*/


/* CONTENT */

.hero-content{
    position:relative;
    z-index:2;

    width:100%;
    height:100%;

    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;

    text-align:center;

    color:#fff;

    padding:20px;
}

/* TITLE */

.hero-title{
    font-size:48px;
    font-weight:800;
    line-height:1.2;
    letter-spacing:1px;
    margin-bottom:10px;
    text-shadow:0 4px 12px rgba(0,0,0,.18);
}

/* SUBTITLE */

.hero-subtitle{
    font-size:16px;
    font-weight:400;
    line-height:1.6;
    text-shadow:0 2px 8px rgba(0,0,0,.18);
}

/* =========================
   TABLET
========================= */

@media (max-width:1024px){

    .hero-banner{
        height:420px;
    }

    .hero-title{
        font-size:48px;
    }

    .hero-subtitle{
        font-size:18px;
    }
	
	
	
.hero-title{
    font-size:46px;
    font-weight:800;
    line-height:1.2;
    letter-spacing:1px;
    margin-bottom:10px;
    text-shadow:0 4px 12px rgba(0,0,0,.18);
}

.hero-subtitle{
    font-size:16px;
    font-weight:400;
    line-height:1.6;
    text-shadow:0 2px 8px rgba(0,0,0,.18);
}

}

/* =========================
   MOBILE
========================= */

@media (max-width:640px){

    .hero-banner{
        height:340px;
    }

    .hero-title{
        font-size:34px;
        line-height:1.35;
        margin-bottom:16px;
    }

    .hero-subtitle{
        font-size:15px;
        line-height:1.7;
    }

}
