* {
    font-family: Microsoft JhengHei;
    font-size: 16px;
}

/* html {
    height: 100%;
    margin: 0;
}

body {
    height: 100%;
} */

html{
    height: 100%;
    }

    html, body {
    margin: 0;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    }
/* .fullimg{
    
}     */
    
/* .bg {
    
    background-image: url("../img/poster.jpg");
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;

} */

/* .bgimg {
    height: 100%;
    width: 100vw;
}

.bgimg>img {
    width: 50%;
    height: 100%;
}

.bgimg>div>div {
    
    height: 50%;
} */


.tosystem {
    background: rgba(248, 182, 45, 1);
    color: white;
    padding-top: 0.2rem;
    text-decoration: none;
    position: fixed;
    bottom: 10rem;
    right: 0.1rem;
    text-align: center;
    font-size: 1rem;
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 999em;
    line-height: 190%;
    z-index: 3;
    
}

.paycheck {
    background: rgba(172, 221, 38, 1);
    color: white;
    text-decoration: none;
    position: fixed;
    bottom: 5rem;
    right: 0.1rem;
    text-align: center;
    font-size: 1rem;
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 999em;
    line-height: 190%;
    z-index: 3;
    
}

.paycheck:hover,
.tosystem:hover {
    color: white;
}

.allbtn {
    color: white;
    background-color: #F8B62D;
    border: 1px solid transparent;
    border-color: #F8B62D;
    border-radius: 0.25rem;
    padding: 0.375rem 0.75rem;
    text-align: center;
    font-size: 1rem;
    white-space: nowrap;
}

.signform>div{
    padding-top: 1.5rem;
}

.pubpaddingtop>h6{
    padding-top: 1.5rem;
}

.inputbtn[type="radio"] {
    display: none;
}

.inputbtn[type="radio"]:not(:checked)+span {
    color: #F8B62D;
    background-color: white;
    border: 1px solid transparent;
    border-color: #F8B62D;
    border-radius: 0.25rem;
    padding: 0.375rem 0.75rem;
    text-align: center;
    font-size: 1rem;
    white-space: nowrap;
}

.inputbtn[type="radio"]:checked+span {
    color: white;
    background-color: #F8B62D;
    border: 1px solid transparent;
    border-color: #F8B62D;
    border-radius: 0.25rem;
    padding: 0.375rem 0.75rem;
    text-align: center;
    font-size: 1rem;
    white-space: nowrap;
}

.group{
    display: none;
}

.modal-title{
    color: white;
}

.signi {
    color: #F8B62D;
}

.payi{
    color: #ACDD26;
}

.wrapper{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    grid-auto-rows: minmax(50px, auto);
}

.wrapper>div{
    font-size: 1.5rem;
    text-align: center;
    margin: auto 0 auto 0;
    padding: 0.3rem 0 0.3rem 0;
}

.wrapper>div>img{
    object-fit:contain;
    width: 15rem;
    height:10rem;
}

.wrapperhead{
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 5px solid #dee2e6;
}

.wrapperhead>h5{
    background-color: #ACDD26;
    border-radius: 25px;
    padding: 0 1rem 0 1rem;
    margin-bottom: -1rem;
}

.wrapperspan{
    padding: 0 1rem 0 1rem;
    background-color: #ACDD26;
    font-size: 20px;
    border-radius: 25px;
}

h1,h2,h3,h4,h5,h6{
    margin: 0;
    padding: 0;
}

.footermobile{
    display: none;
}

.event{
    width: 75%;
    text-align: center;
    padding: 3rem 0 3rem 0;
}

.eventimg{
    width: 75%;
}

.mobilebr{
        display: none;
}

@media screen and (max-width:768px) {
    .wrapperhead{
        border-right: none ;
        border-bottom: 5px solid #dee2e6 ;
        margin-bottom: 1.5rem;
    }

    /* .footerweb{
        display: none;
    }

    .footermobile{
        display: block;
    } */

    .stepimg{
       width:100%;
       height: 25vh;
    }

    .routeimg{
       width:100%;
       height: 35vh;
    }

    .event{
    width: 98%;
}
    .mobilebr{
        display: block;
    }

    .mobilebr2{
        display: none;
    }
}

@media screen and (max-width:992px) {
    /* .bgimg>img{
        width: 100%;
        height: 80%;
    }

    .bgimg>div>div{
        padding: 3rem;
        height: 75%;
    } */

    .fullimg{
    height: 100vh;
    }

    .bannerimg{
        height: 50vh;
    }
    
    
}


