html {
    scroll-behavior: smooth;
}

body {
    font-size: 18px;
    line-height: 1.8;
    color: #333333;
    font-family: 'Roboto', 'Noto Sans TC', Arial, '微軟正黑體', '新細明體', Helvetica, sans-serif;
}


a {
    color: #25bd67;
    text-decoration: none;
}

a:hover {
    color: #17bba6;
    text-decoration: none;
}

section {
    padding: 100px 20px;
    overflow: hidden;
}

@media (max-width: 991px) {
    #hero {
        text-align: center;
    }

    #hero .container,
    #hero .container-fluid {
        padding-top: 68px;
    }

    #hero .animated {
        -webkit-animation: none;
        animation: none;
    }

    #hero .hero-img {
        text-align: center;
    }

    #hero .hero-img img {
        width: 50%;
    }
}
.main-title {
    text-align: center;
    font-size: 32px;
    margin-bottom: 2rem;
}

.main-title small {
    font-size: 18px;
    color: #8F9396;
}

.sec-ticket {
    background-color: #efefef;
    background-image: url(../img/web_deco4.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    padding-bottom: 30px;
}

.ticket-info{
    margin-bottom: 4rem;
}

.ticket-info p {
    background-color: #fff;
    padding-left: 15px;
    border-radius: 15px;
    box-shadow: var(--shadow);
}

.ticket-area {
    background-color: #fff;
    border-radius: 20px;
    text-align: center;
    padding: 1rem;
    margin-bottom: 1.5rem;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.ticket-area h3 {
    font-size: 24px;
}

.ticket-area h4 {
    font-size: 22px;
}

.ticket-area h5 {
    font-weight: 600;
}

.head-01,
.head-02 {
    position: relative;
    color: #ffffff;
    line-height: 24px;    
    text-align: center;
    padding: 1.5rem 0 1rem;
    border-radius: 12px 12px 0 0;
}

.head-01 {
    background-color: #F26463;
    
}

.head-02 {
    background-color: #03B9FC;
}


.ticket-btn,
.gray-btn,
.green-btn {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    padding: 5px 15px;
    border-radius: 20px;
    width: 180px;
    transition: all 0.2s;
}

.ticket-btn {
    background-color: #FE7D21;
}

.gray-btn {
    background-color: #8F9396;
}

.green-btn {
    background-color: #21BD73;
}


.ticket-btn:hover,
.ticket-btn:active {
    background-color: #e06e1d;
    color: #fff;
}

.gray-btn:hover,
.gray-btn:active {
    color: #fff;
}

.green-btn:hover,
.green-btn:active {
    background-color: #1ea767;
    color: #fff;
}

.t-border {
    border-right: 1px dashed #8F9396;
    border-left: 1px dashed #8F9396;
    padding: 20px 0;
    /* 控制列高 */
}

.t-leftborder {
    border-left: 1px dashed #8F9396;
}


.bg-a {
    background-color: #EAFCFF;
}

.bg-b {
    background-color: #FCFCD4;
}


.ticket-area .badge {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 6px;
    border-radius: 10px;
}

.t-blue {
    color: #03B9FC;
    border: 2px solid #03B9FC;
}

.t-orange {
    color: #EA9A28;
    border: 2px solid #EA9A28;
}

@media (max-width:768px) {

    .t-border,
    .t-leftborder {
        border: none;
    }

    .ticket-btn,
    .gray-btn,
    .green-btn {
        max-width: 140px;
    }

    .ticket-area h3 {
        padding-top: 20px;
    }

}

.notice {
    background-color: #efefef;
    background-image: url(../img/web_deco3.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}