html {
    scroll-behavior: smooth;
}

body {
    font-size: 18px;
    line-height: 1.8em;
    color: #212121;
    font-family: Arial,
        "Microsoft JhengHei",
        '新細明體',
        Helvetica,
        sans-serif;
}

section {
    padding: 3rem 1.5rem;
}




.txt-blue {
    color: #45d0d8;

}

a {
    color: #45D0D8;
}

a:hover {
    color: #4573d8;
    text-decoration: none;
}


/*====================================
# btn-main 
==================================== */

.btn-main {
    color: #ffffff;
    background-color: #45d0d8;
    border-color: #45d0d8;
    padding: 15px 20px;
    border-radius: 30px;
    margin-bottom: 10px;
}

.btn-main:hover {
    background-color: #0ab8e4;
    border-color: #0ab8e4;
}

/*====================================
# section-foreword 
==================================== */

.section-foreword {
    color: #fff;
    background-color: #060B17;
    background-image: url(../img/forebg.png);
    background-position: center bottom;
    background-repeat: no-repeat;
}

.foreword-title {
    color: #e04010;
    font-weight: 700;
    margin-bottom: 2rem;
    line-height: 1.8;
    text-align: center;
    font-size: 2.2em;
}


.foreword-info {
    background-color: #fff;
    padding: 10px;
    margin-bottom: 30px;
    color: #121212;
    font-size: 20px;
}


.main-title {
    font-size: 2.8rem;
    color: #242629;
    text-align: center;
    font-weight: 700;
    margin-bottom: 2rem;
}


.four-box {
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #45D0D8;
    margin-bottom: 25px;
}

/*====================================
# sec-time
==================================== */
.sec-time {
    background-image: url(../img/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.timeline {
    width: 100%;
    background: #fff;
    padding: 100px 50px;
    position: relative;
    box-shadow: 0.5rem 0.5rem 2rem 0 rgba(0, 0, 0, 0.2);
}

.timeline:before {
    content: "";
    position: absolute;
    top: 0px;
    left: calc(30% + 15px);
    bottom: 0px;
    width: 4px;
    background: #e6f4f1;
}

.timeline:after {
    content: "";
    display: table;
    clear: both;
}

.entry {
    clear: both;
    text-align: left;
    position: relative;
}

.entry .title {
    margin-bottom: 0.5em;
    float: left;
    width: 30%;
    padding-right: 30px;
    text-align: right;
    position: relative;
}

.entry .title:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border: 6px solid #BF2063;
    background-color: #fff;
    border-radius: 100%;
    top: 15%;
    right: -4px;
    z-index: 99;
}

.entry .title h3 {
    margin: 0;
    font-size: 110%;
}

.entry .body {
    margin: 0 0 1rem;
    float: right;
    width: 70%;
    padding-left: 30px;
}

.entry .body p {
    font-weight: bold;
    line-height: 1.4em;
}

.entry .body p:first-child {
    color: #BF2063;
    ;
    margin-top: 0;
    font-weight: 400;
}

.entry .body ul {
    color: #333333;
    padding-left: 0;
    list-style-type: none;
}

/* .entry .body ul li:before {
    content: "–";
    margin-right: 0.5em;
} */

.entry .body ul li.txt {
    font-size: 16px;
    line-height: 30px;
    color: #94a1b2;
}

@media (max-width:768px) {
    .timeline{
        padding: 20px;
    }

    .entry .title{
        text-align: left;
    }

    .timeline:before{
        left: calc(30% + 4px);
    }
}


/*====================================
# section-agenda
==================================== */

.section-agenda {
    background-color: #f1f1f1;
}

/* =======================================
# mix-list
========================================= */
.mix-list>li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 2rem;
}

.mix-list>li:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
}


.mix-list dl dt {
    font-weight: bold;
    position: relative;
}

.sp-info {
    border-left: 2px solid #0ab8e4;
    padding-left: 10px;
    margin: 15px 0;
}

.sp-name {
    color: #16161a;
    font-size: 1.5rem;
}

.sp-desc {
    color: #94a1b2;
}

.sp-txt {
    font-size: 16px;
}


.mix-list-pic {
    min-width: 240px;
    margin: 0 auto;
}

.mix-list-pic img{
    width: 100%;
    display: block;
}

@media (max-width:768px) {
    .mix-list>li {
        display: contents; 
   
    }

    .mix-list-pic {
        width: 50%;
        margin-bottom: 5rem;
    }
}

/*====================================
# section-date
==================================== */

.section-date {
    padding: 5em 0;
    background-size: cover;
    background-image: url(../img/background.jpg);
    background-position: center;
    background-attachment: fixed;

}



.date-box {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 30px 40px;
    color: #121212;

}


.date-box h4 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5;
}

.date-box p {
    font-size: 20px;
}

/*====================================
# section-gift
==================================== */

.section-gift {
    color: #94a1b2;
    background-color: #16161a;
}

.section-gift ul {
    font-size: 16px;
    line-height: 28px;
}

.gift-txt {
    color: #ffffff;
}



/*====================================
# section-date
==================================== */


.sec-footer {
    color: #333;
    background-color: #dfdfdf;
    padding: 20px 0 10px;
}

.sec-footer img {
    max-width: 250px;
}

.level-block-title {
    text-align: center;
    margin-top: 2rem;
}

.notice {
    font-size: 15px;
    line-height: 25px;
}


/*====================================
# sidebarReg
==================================== */

#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: #bf2063;
    opacity: 0.65;
    color: #fff;
    cursor: pointer;
    /* Add a mouse pointer on hover */
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 18px;
    line-height: 36px;
}

#gotopBtn:hover {
    opacity: 1;
}

:target:before {
    content: "";
    display: block;
    height: 72px;
    /* fixed header height*/
    /* margin: -72px 0 0; */
    /* negative fixed header height */
}

/*====================================
# sec-signup
==================================== */
.sec-signup {
    padding: 4.5rem 1rem 2rem;
}

.sec-signup .help-block {
    color: #BF2063;
}

/*====================================
# sec-signup
==================================== */
.sec-signup {
    padding: 5rem 1rem;
    text-align: center;
}

.sec-thx {
    font-size: 20px;
}