@font-face {
    font-family: 'Avenir';
    src:url('/font/Avenir.ttc');
}
*{
    position: relative;
    font-family: 'Avenir',"source-han-sans-traditional", sans-serif;
    font-style: normal;
    -webkit-touch-callout:none; 
    -webkit-user-select:none; 
    -khtml-user-select:none; 
    -moz-user-select:none;
    -ms-user-select:none; 
    user-select:none;
}
  
/*custom*/
.wrapper{
    overflow: hidden;
}
.main-bg{
    background: #f5f5f5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.main-img{
    width: 100%;
}
.main-title{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 2.8rem;
    letter-spacing: 2px;
}

.p-title{
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 2rem;
    letter-spacing: 2px;
    padding: 4%;
}

.p-title span{
    color: #9a0028;
}

@media (max-width: 768px) {
    .main-title{
        font-size: 1.5rem;
        top: 65%;
    }
    .p-title{
        font-size: 1.3rem;
    }
}

/*PART1*/
.part1-con{
    width: 90%;
    margin: 0 auto;
}
.photo-card{
    padding-top: 3%;
    padding-bottom: 10%;
}

.c-frame{
    margin: 0 auto;
    width: 90%;
}

@media (max-width: 768px) {
    .part1-con{
        width: 75%;
    }
}
.c-img{
    width: 100%;
    padding-top: 56.25%;
}
.c-img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
}
.c-text{
    width: 100%;
}
.c-t{
    margin: 0 auto;
    width: 100%;
    /*background: #fff;*/
    padding: 0 1rem 1rem 0; 
    font-size: 1.4rem;
}
.card-title{
   padding-top: 1rem;
   font-weight: 800;
}
.card-text{
   border-radius: 0 0 2% 2%;
}

@media (max-width: 768px) {
    .c-t{
        font-size: 1rem;
    }  
}

/*------video--------*/
.v-card{
    background-color: #e6e0d9;
    padding-top: 2%;
    padding-bottom: 8%;
}
.pv-con{
    width: 60%;  /*2隻以上改寬度*/
    margin: 0 auto;
}
.c-frame{
    padding: 2%;
}
.c-v{
    position: relative;
    width: 100%;
}
/*
.c-v iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;  
}*/

@media (max-width: 768px) {
    .pv-con{
        width: 70%;
    }
}

/*text*/
.v-text{
    width: 92%;
    margin: 0 auto;
    background: #fff;
}

/*PART2*/
.v-text>.c-t{
    width: 90%;
}

/*PART3*/
.part3-card{
    background-color: transparent;
}

/*end*/
.end_bar{
    background-color: #0a0a14;
    width: 100%;
    padding: 2%;

}
.end_text{
    color: #fff;
    display: flex;
    justify-content: center;
    font-size: 0.8rem;
}

@media (max-width: 768px) {
    .end_bar{
        padding: 10%;
    }  
    .end_text{
        flex-direction: column;
        flex-wrap: nowrap;
        text-align: center;
    }
}