html {
    scroll-behavior: smooth;
}

body {
    font-size: 18px;
    line-height: 1.8em;
    color: #515151;
    font-family: 'Noto Sans', 'Noto Sans TC', Helvetica, '微軟正黑體', '新細明體', Arial, sans-serif;
}

a {
    color: #1D1D1B;
    cursor: pointer;
}

a:hover {
    color: #e84325;
    text-decoration: none;
    cursor: pointer;

}

footer {
    color: #000;
    background-color: #EEEEEE;
    font-size: 16px;
    padding: 1% 0;
    line-height: 1.4em;
}

.footer-txt {
    padding: 10px 0;
}

.heading {
    color: #1D1D1B;
    padding: 1em;
    letter-spacing: 10px;
    text-shadow: 2px 3px 0px rgba(42, 42, 42, 0.2);
    font-size: 40px;
}

.heading2 {
    text-align: center;
    color: #FFFFFF;
    font-weight: 700;
    padding: 1em;
}

.heading3 {
    text-align: center;
    color: #000000;
    font-weight: 700;
    padding: 1em;
}



/** KV **/

.section-kv {
    background-color: #FFFFFF;
    margin-top: 70px;
}

.kv {
   
}

/*** nav end ***/
@media(min-width: 600px) {
    .xs-v{
        display: none;
    }
}
@media(max-width: 600px) {
    .xs-h{
        display: none;
    }
}

.section-title {
    padding: 10px 0;
}

.section-title::after {
    content: "";
    width: 210px;
    height: 6px;
    display: block;
    border-left: 70px solid #fbbc04;
    border-right: 70px solid #ea4335;
    background-color: #34a853;
    margin-top: 10px;
}

.section-title span {
    font-size: 40px;
    color: #000000;
}

/** section-foreword **/

.section-foreword {
    color: #333333;
    padding: 4em 1em 0em;
    
}

.foreword-title {
    color: #000000;
    line-height: 1.2;
    font-size: 2.3rem;
    margin-top: 10px;
}

.foreword-txt {
    margin-top: 10px;
}

/** Hot News **/

.section-news {
    padding: 1em;
}

.news-card {
    margin: 16px 0;
}

.news-box img {
    width: 150px;
    height: 150px;
    border-radius: 2rem 0 2rem 2rem;
}

/*.news-box img:hover {
    transform: scale(1.03, 1.03);
}
*/
.news-title {
    font-weight: 600;
    line-height: 1.3;
    font-size: 1.25rem;
}

.news-txt {
    font-size: 16px;
    line-height: 1.4;
    margin: 10px 0;
    text-align: justify;
}

.news-date {
    font-size: 14px;
    color: #888888;
    text-align: right;
}

.section-speaker {
    padding: 1em 1em 4em;
}

.speaker img {
    width: 85%;
}

.speaker .box {
    padding:14px 16px;
}

.speaker .name {
    font-weight: 700;
    font-size: 1.4rem;
    text-shadow: 1px 1px 0 #CCCCCC;
    color: #000000;
}

.speaker .company {
    font-size: 14px;
    line-height: 1.8;
}

.company span {
    font-weight: 700;
    font-size: 16px;
}

.speaker .info {
    font-size: 14px;
    text-align: justify;
    line-height: 1.6;
    margin-top: 1em;
}

/** bg **/
.bg-garyblue {
    background-color: #f2f8f8;
}

/*section-gift*/

.section-gift {
    padding: 3em;
    background: #c2e59c;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #64b3f4, #c2e59c);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #64b3f4, #c2e59c); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.gift-title {
    color: #333333;
    font-weight: 700;
    letter-spacing: 4px;
    margin: 0.5em;
}

.gift-info {
    color: #000000;
    padding: 0.8em;
     /*border: 2px rgba(255, 255, 255, 0.75) solid;*/
     border-radius: 8px;
}

.section-signup {
    padding: 8em 0.5em;
    letter-spacing: 3px;
}

.btn-signup {
    padding: 3em 0.5em 2em;
    font-size: 1.3rem;
}

.btn-signup span {
    letter-spacing: 6px;
    background-color: #fbbc04;
    color: #000000;
    border: 3px #fbbc04 solid;
    padding: 20px 5rem;
    border-radius: 2rem;
    font-weight: 700;
    transition-duration: 0.45s;
}

.btn-signup span:hover {
    cursor: pointer;
    background-color: #ea4335;
    color: #FFFFFF;
    border: 3px #ea4335 solid;
}

/*sidebar*/
#sidebarReg .register {
    background-image: linear-gradient(to right,#2161d5,#53a69f);
    color: #FFFFFF;
    position: fixed;
    bottom: 5%;
    right: 1%;
    border: none;
    display: block;
    font-weight: 600;
    font-size: 18px;
    writing-mode: vertical-lr;
    padding: 20px 14px;
    z-index: 10;
    box-shadow: 2px 4px 0px 0px rgba(12, 71, 111, 1);
    line-height: 1.2;
    letter-spacing: 2px;
    border-radius: 8px 8px 0 2rem;
    transition-duration: 0.2s;
}

#sidebarReg .register:hover {
    /*background-image: linear-gradient(to right,#2161d5,#53a69f);*/
    color: #00113d;
    box-shadow: 0px 0px 0px 0px rgba(58, 15, 228, 0.32);
}

#gotopBtn {
    display: none;
    position: fixed;
    bottom: 60px;
    right: 100px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: rgba(0, 0, 0, 0);
    color: #0c476f;
    cursor: pointer;
    font-size: 22px;
}

#gotopBtn:hover {
    color: #aa1a00;
}

@media (max-width:767px) {
    .pad-pc-only {
        display: none;
    }

    .pc-only {
        display: none;
    }

    .pad-only {
        display: none;
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .mobile-only {
        display: none;
    }

    .pc-only {
        display: none;
    }
}

@media (min-width:1024px) {
    .mobile-only {
        display: none;
    }

    .pad-only {
        display: none;
    }

    .pad-mobile-only {
        display: none;
    }
}
