/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap'); */
@import url('https://fonts.googleapis.com/earlyaccess/notosanstc.css');



body{
    font-size: 1em;
    color: #333;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: 'Noto Sans TC', sans-serif;
    background-color: #941d3d;
    background:  repeat-y left url(./images/bg-deco.png), repeat-y right url(./images/bg-deco2.png), #941d3d;
}

@media all and (max-width: 768px){
    body{
        background: none;
        background-color: #941d3d;
    }
}

ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1em;
  font-weight: 300;
}

.nav{
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.85);
    z-index: 99;
}

.nav ul{
    display: flex;
    justify-content: center;
    padding: 2.5vh 0;
}

.nav ul li a{
    padding: 0.5vh 2vw;
    color: white;
    display: block;
    text-decoration: none;
    margin: 0 3vw;
    font-size: 1.6em;
    letter-spacing: 1.5px;
    border: 2px solid #ffcc66;
    box-shadow: 0 0 0 6px #eb2222;
    background: #eb2222;
    transition: 0.5s;
}

.nav ul li a.a3{
    color: #941d3d;
    font-weight: 500;
    box-shadow: 0 0 0 6px rgb(255, 221, 27);
    background: rgb(255, 221, 27);
}

.nav ul li a:hover{
    box-shadow: 0 0 0 6px rgb(255, 221, 27);
    background: rgb(255, 221, 27);
}

@media all and (max-width:768px){
    .nav ul li a {
        text-align: center;
        font-size: 1em;
        line-height: 1.2;
    }
}

.left-buttom{
    position: fixed;
    z-index: 99;
    top: 40%;
    left: 5%;
    transform: translate(0,-50%);
}

.left-buttom a img{
    width: 100px;
}

.left-buttom a:hover img{
    filter: drop-shadow(2px 2px 2px #FFF);
}

.left-buttom-m{
    display: none;
}

@media all and (max-width: 768px){
    .left-buttom{
        display: none!important;
    }

    .left-buttom-m{
        display: flex;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 99;
    }

    .left-buttom-m >a{
        width: 100%;
        color: #FFF;
        text-decoration: none;
        font-weight: 400;
        font-size: 1.5em;
        display: block;
        text-align: center;
        padding: 1vh 0;
        letter-spacing: 1.5px;
    }

    .left-buttom-m >a:nth-of-type(1){
        background: #3b5998;
    }
    
    .left-buttom-m a:nth-of-type(2){
        background: #1ebe41;
    }
}

.header{
    text-align: center;
    width: 100%;
    height: auto;
    background: no-repeat top url(./images/header-top.png), no-repeat bottom url(./images/header-bottom.png), linear-gradient(0deg, #7C1938 0%, #D02E4B 60%, #E6673C 100%);
    background-attachment: fixed;
}

.header .head{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.header .head p{
    position: absolute;
    top: 100px;
    left: 180px;
    font-size: 2.2em;
    font-weight: 500;
    color: #FFF;
}

.header .head .text{
    padding-top: 20%;
    text-align: center;
}

.header .head .text img{
    width: 85%;
    margin-top: 2vh;
    position: relative;
    z-index: 2;
}

.header .head .text h3{
    font-size: 3em;
    font-weight: 500;
    background: linear-gradient(90deg, #D29D66 0%,#ECC17C 50%,#D29D66 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    position: relative;
    z-index: 2;
}

.header .head .text h2{
    font-size: 5em;
    font-weight: 500;
    color: #000;
    letter-spacing: 1.5px;
    position: relative;
    z-index: 2;
    /* font-family: 'Noto Serif TC', serif; */
}

.header .head .text h2 span{
    font-size: 1.5em;
}

.header .head .text h4{
    font-size: 3.5em;
    font-weight: 500;
    color: rgb(255 255 255);
    text-shadow: 0px 0px 10px rgb(255 255 255);
    letter-spacing: 1.5px;
    position: relative;
    z-index: 2;
}

.header .head .text h4 span{
    font-size: 1.5em;
}


.header .head .head-left{
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(25%, 75%);
    z-index: 1;
}

.header .head .head-right{
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(-25%, 75%);
    z-index: 1;
}

.head .btn-con ul{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 3vh 0 15vh;
}

.head .btn-con img{
    width: 250px;
    margin: 0 1vw;
}

.head .btn-con a img{
    transform: 0.5s;
}

.head .btn-con a.a3 img{
    box-shadow: 0 0 50px #F0F0F0;
}

.head .btn-con a:hover img{
    transform: scale(0.9);
}

@media all and (max-width:768px){
    .header{
        background: no-repeat top url(./images/header-top-ph.png), no-repeat bottom url(./images/header-bottom-ph.png), linear-gradient(0deg, #7C1938 0%, #D02E4B 60%, #E6673C 100%);
    }

    .header .head .text{
        top: 45%;
        background: none;
        padding-top: 35%;
    }

    .header .head p {
        top: 10%;
        left: 10%;
        font-size: 1em;
    }

    .header .head .head-left{
        display: none;
    }
    
    .header .head .head-right{
        display: none;
    }

    .header .head .text h3{
        font-size: 1em;
    }

    .header .head .text h2{
        font-size: 1.2em;
    }

    .header .head .text h4{
        font-size: 1em;
    }

    .head .btn-con img{
        width: 120px;
        margin: 0 1vw;
    }
}

.create{
    width: 100%;
    max-width: 1000px;
    margin: 5vh auto;
    background: rgba(255, 255, 255, 0.8);
    padding: 5vh 3vw;
    border-radius: 20px;
    box-sizing: border-box;
}

.create .title{
    max-width: 500px;
    margin: 0 auto;
    padding: 0.5vh 0.5vw;
    border: 3px solid #ffcc66;
    box-shadow: 0 0 0 6px #eb2222;
    background: #eb2222;
}

.create .title h2{
    font-size: 2.5em;
    font-weight: 600;
    text-align: center;
    color: #ffcc66;  
}

.create .ph1{
    width: 100%;
    max-width: 1000px;
    margin: 5vh auto 0;
}

.create .ph1 img{
    width: 100%;
}

@media all and (max-width: 768px){
    .create{
        border-radius: 0px;
    }

    .create .title{
        max-width: 80%;
    }
    
    .create .title h2 {
        font-size: 1.5em;
    }
}

.test{
    padding: 5vh 0;
}

.test .title{
    max-width: 500px;
    margin: 3vh auto;
    padding: 0.5vh 0.5vw;
    border: 3px solid #ffcc66;
    box-shadow: 0 0 0 6px #eb2222;
    background: #eb2222;
}

.test .title h2{
    font-size: 2.5em;
    font-weight: 600;
    text-align: center;
    color: #ffcc66;  
}

.test .contain{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.test .contain ul{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.test .contain ul li{
    width: 150px;
    height: 150px;
    padding: 1vh 1vw;
    text-align: center;
    background: #4B74B9;
    margin: 0 1vw 2vh 0;
    border-radius: 10px;
}

.test .contain ul li img{
    width: 120px;
}

.test .contain ul li p{
    text-align: center;
    margin: 0 auto;
    bottom: 0;
    left: 0;
    font-size: 1.2em;
    font-weight: 500;
    letter-spacing: 1.2px;
    line-height: 1.2;
    color: #FFF;
}

.test .contain ul li img.img4{
    width: 100px;
}

.test .contain ul li .icon4-p{
    font-size: 1.1em;
}

@media all and (max-width: 768px){
    .test .title{
        max-width: 80%;
    }
    
    .test .title h2{
        font-size: 1.5em;
    }

    .test .contain ul li {
        margin: 1vh 2vw;
    }
}
    
.exp{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.exp ul{
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    margin: 3vh 0;
}

.exp ul li{
    margin: 0 0 3vh;
    text-align: center;
}

.exp ul li h3{
    font-size: 1.8em;
    font-weight: 500;
    letter-spacing: 1.2px;
    background: #EA502A;
    color: #FFF;
    border-radius: 50px;
    padding: 0.5vh 1vw;
    display: inline;
}

.exp ul li h3 span{
    color: #F5E929;
}

.exp .text-con{
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    padding: 3vh 2vw;
    margin: -18px 0 0;
}

.exp ul li h4{
    font-size: 1.5em;
    font-weight: 500;
    letter-spacing: 1.2px;
    margin: 0.5vh 0;
    color: #2096D5;
}

.exp ul li h4 strong{
    color: #D31577;
    font-weight: 600;
}

.exp ul li p{
    letter-spacing: 2px;
    font-size: 1.2em;
    font-weight: 400;
    text-align: left;
    color: #000;
}

.exp ul li p span{
    color: #D31577;
}

@media all and (max-width: 768px){
    .exp ul li h3 {
        border-radius: 0px;
        display: block;
    }
    .exp ul li p {
        font-size: 1em;
    }
    
    .exp .text-con {
        border-radius: 0px;
        margin: 0 0;
        padding: 3vh 2vw 5vh;
    }
    
}

@media all and (min-width: 768px){
    .br768{
        display: none;
    }
}