html {
    scroll-behavior: smooth;
}

body {
    font-size: 18px;
    line-height: 1.8em;
    color: #212121;
    font-family: 'Roboto', '微軟正黑體', 'Noto Sans TC', Arial, '新細明體', Helvetica, sans-serif;
}

a {
    color: #0672cb;
}

a:hover {
    color: #ada5db;
    text-decoration: none;
}

section {
    padding: 4.5rem 3rem;
}

.title {
    color: #0c32a4;
    text-align: center;
    margin-bottom: 3rem;
    font-weight: 500;
    font-size: 2.5rem;
}

/* 按鈕 */
.btn-main {
    border: none;
    color: #fff;
    background-image: linear-gradient(30deg, #0672cb, #76b900);
    border-radius: 25px;
    background-size: 100% auto;
    font-size: 18px;
    padding: 1rem 2rem;
    min-width: 200px;
    margin: 20px 0;
}

.btn-main:hover {
    background-position: right center;
    background-size: 200% auto;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 #05bada66;
    }

    70% {
        box-shadow: 0 0 0 10px rgb(218 103 68 / 0%);
    }

    100% {
        box-shadow: 0 0 0 0 rgb(218 103 68 / 0%);
    }
}


/*====================================
# 中應自動空格
==================================== */
html hanla:after {
    content: " ";
    display: inline;
    font-family: Arial;
    font-size: 0.89em;
}

html code hanla,
html pre hanla,
html kbd hanla,
html samp hanla {
    display: none;
}

html ol>hanla,
html ul>hanla {
    display: none;
}

/*====================================
# nav
==================================== */
.main-nav {
    background-color: #0D2155;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
}

.main-nav .nav-link {
    color: #ffffff;
    transition: all 0.3s;
}

.main-nav .nav-link:hover {
    color: #76b900;
}


.btn-signup {
    background-color: #76b900;
    padding: 8px 25px;
    border-radius: 25px;
    color: #ffffff;
    transition: all 0.3s;
}

.btn-signup:hover {
    color: #ffffff;
    background-color: #0672cb;
    text-decoration: none;
}


/*====================================
# kv
==================================== */
.sec_kv {
    position: relative;
    color: #ffffff;
    background-color: #0033AB;
    background-image: url(../img/pattern.svg);
    background-repeat: no-repeat;
    background-position: left center;
}

.swiper-slide {
    text-align: center;
}

.logo-item {
    width: 200px;
}

.kv-title {
    margin-top: 3rem;
}

.kv-title h2 {
    margin-bottom: 1.5rem;
}

@media (max-width:768px) {
    .sec_kv{
        background-position:center bottom ;
        background-image: url(../img/pattern2.svg);
    }
    .logo-item {
        margin-top: 2rem;
    }
}

@media (max-width:576px) {
    .sec_kv {
        padding: 2rem;
    }
}


/*====================================
# sec_fore
==================================== */
.sec_fore {
    background: linear-gradient(transparent 80%, #0672cb 80%);
}

.info-box {
    border: 3px solid #aca9bb;
    padding: 30px 30px 10px;
    margin-top: 2rem;
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    text-align: center;
}

.info-box img{
    max-width: 120px;
    display: block;
    margin: 0 auto;
}

.info-box h4{
    font-weight: bold;
    color: #0672cb;
}

.info-box p{
    margin-bottom: 20px;
}

/*====================================
# sec_agenda
==================================== */
.sec_agenda {
    color: #ffffff;
    background-color: #0672cb;
}

.sec_agenda .title {
    color: #8fe200;
}

#timeline-content {
    margin-top: 50px;
    text-align: center;
}

/* Timeline */
.timeline {
    border-left: 4px solid #76b900;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    background: rgba(255, 255, 255, 0.2);
    letter-spacing: 0.5px;
    position: relative;
    line-height: 1.4em;
    font-size: 1.03em;
    padding: 50px;
    list-style: none;
    text-align: left;
}


.timeline .event {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 25px;
    margin-bottom: 50px;
    position: relative;
}

.timeline .event:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.timeline .event:before,
.timeline .event:after {
    position: absolute;
    display: block;
    top: 0;
}

.timeline .event:before {
    left: -210px;
    color: #ffffff;
    content: attr(data-date);
    text-align: right;
    font-weight: 100;
    font-size: 0.9em;
    min-width: 120px;
}

.timeline .event:after {
    box-shadow: 0 0 0 4px #76b900;
    left: -58px;
    background: #212121;
    border-radius: 50%;
    height: 11px;
    width: 11px;
    content: "";
    top: 5px;
}

.timeline .event h3 {
    font-weight: 700;
}

.timeline .event .txt {
    color: rgba(255, 255, 255, 0.75);
}

@media (max-width:768px) {
    .timeline {
        margin-left: 80px;
    }
}

@media (max-width:576px) {
    .sec_agenda {
        padding: 40px 20px 40px 40px;
    }

    .timeline {
        margin-left: 100px;
        padding: 50px 25px 50px 50px;
    }
}

/*====================================
# sec_gift
==================================== */
.notice-card {
    font-size: 15px;
    line-height: 22px;
    background-color: #efefef;
    padding: 15px 20px;
    margin-top: 2rem;
}

.sec_gift h3{
    font-weight: 700;
    color: #0a76c6;
}

.sec_gift h4{    
    color: #76b900;
    font-weight: 500;
    margin-bottom: 20px;
}

/*====================================
# sidebar
==================================== */
#gotopBtn {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Fixed/sticky position */
    bottom: 20px;
    /* Place the button at the bottom of the page */
    right: 30px;
    /* Place the button 30px from the right */
    z-index: 99;
    /* Make sure it does not overlap */
    border: none;
    /* Remove borders */
    outline: none;
    /* Remove outline */
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    cursor: pointer;
    /* Add a mouse pointer on hover */
    padding: 14px 20px;
    line-height: 25px;
    border-radius: 25px;
    font-size: 18px;
}

#gotopBtn:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/*====================================
# footer
==================================== */
footer {
    font-size: 15px;
    line-height: 24px;
    color: #fff;
    background-color: #1D1D1B;
    padding: 2em 0;
}

.footer-title {
    font-size: 24px;
    font-weight: 700;
}

.footer-txt {
    font-size: 16px;
}

.contact{
    border-left: 2px solid #fff;
    padding-left: 15px;
}

.law{
    color: #b4b4b4;
    font-size: 14px;
}