html {
    scroll-behavior: smooth;
}

body {
    font-size: 18px;
    line-height: 1.8em;
    color: #515151;
    font-family: Arial, '微軟正黑體', '新細明體', Helvetica, sans-serif;
    background-color: #e5dff1;

}


a {
    color: #1D1D1B;
    cursor: pointer; 
}

a:hover {
    color: #23D1AE;
    text-decoration: none;
    cursor: pointer; 

}

ul {
    margin-left: -1.5em;
}

li {
    margin-bottom: 0.5em;
}

footer {
    color: #333333;
    background-color: #FFFFFF;
    font-size: 14px;
    padding: 1% 0;
    line-height: 1.4em;
}

hr {
    color: #302b5d;
    
}

.pt-5 {
    padding-top: 30px;
}

.signup-btn {
    padding: 10px 60px;
    background-color:rgba(255, 255, 255, 0.6); 
    color: #000000;
    font-size: 24px;
    border-radius: 8px;
    font-weight: 700;
}

.signup-btn:hover{   
    background-color:#192072; 
    border: 2px #192072 solid;
    color: #FFFFFF;   
    text-decoration: none;
}

.signup-btn-m {
    padding: 10px 40px;
    background-color:rgba(255, 255, 255, 0.6); 
    color: #000000;
    font-size: 1.35rem;
    border-radius: 8px;
    font-weight: 700;
}

.signup-btn-m:hover{   
    background-color:#192072; 
    border: 2px #192072 solid;
    color: #FFFFFF;   
    text-decoration: none;
}

.signup-btn2 {
    padding: 16px 80px;
    background-color:rgba(255, 255, 255, 0.6); 
    color: #000000;
    font-size: 22px;
    border-radius: 50px;
    font-weight: 700;
    letter-spacing: 2px;
}

.signup-btn2:hover{   
    background-color:#192072; 
    border: 2px #192072 solid;
    color: #FFFFFF;   
    text-decoration: none;
}

.btn-m {
    text-align: center;
    margin-top: 2em;
}

.heading {
    text-align: center;
    color: #1D1D1B;
    font-weight: 700;
    padding: 2em 0 0.5em;
}

.heading2 {
    text-align: center;
    color: #FFFFFF;
    font-weight: 700;
    padding: 1em;
}





/** KV **/

.section-kv{
    background-color: #7d75a5;
}

.kv {
   /* background: linear-gradient(to right, #352e5a, #2e829d);*/
    background-color: #2e819d;
    background-size:cover;
    background-position:center;
    position:relative;
}

.kv-txt {
    position:absolute;
    color:#FFFFFF; 
    top: 18%;
    left: 34%;
    text-align: center;
    z-index:1000;
}

.kv-title {
    font-size:4rem; 
    font-weight: 600;
    line-height: 1.4em;
}

.kv-subtitle {
    font-size:1.2rem; 
     line-height: 2em;
}

.kv-txt-mob {
    position:absolute;
    color:#FFFFFF; 
    top:20%;
    left:5%;
    z-index:1000;
}

.kv-title-mob {
    font-size:2rem; 
    font-weight: 800;
    line-height: 1.2em;
    letter-spacing: 0.5px;
}



.kv-subtitle-mob {
    font-size:1.15rem; 
    line-height: 1.5em;
}

/** section-reason **/


.section-reason {
    padding: 4em 0.8em 6em;
    color: #000000;
    background: linear-gradient(to right, #e5dff1 ,#cde3e9);
    /*background-color: #e5dff1;*/
    line-height: 1.5;
    text-align: center;
}

.section-reason .title {
    font-weight: 400;
    margin-bottom: 1rem;
    font-size: 2.35rem;
}

.section-reason .subtitle {
    font-weight: 400;
    margin-bottom: 2.5rem;
    font-size: 1.2rem;`
}

.section-reason .signup-btn {
    padding: 12px 60px;
    background-color:#302b5d; 
    color: #FFFFFF;
    font-size: 22px;
    border-radius: 6px;
    font-weight: 500;
}

.section-reason .signup-btn:hover{   
    background-color:#2cabbe; 
    border: 2px #2cabbe solid;
}

.list {
    box-shadow: 1px 1px 8px #CCCCCC;
    margin: 16px;
    padding: 2em 0.9em;
    font-size: 0.95rem;
    border-radius: 16px;
    min-height: 300px;
}

.list img {
    margin: 1em 1em;
    max-width: 190px;
}

.list b {
    font-weight: 800;
}

.list-bg1 {
    background-color: #c9cdef;
}

.list-bg2 {
    background-color: #ffffff;
}

.list-bg3 {
    background-color: #302b5d;
    color: #FFFFFF;
}

.list-tit {
    text-align: left;
    font-size: 1.5rem;
    padding: 1em;
    font-weight: 700;
}

.tit {
    text-align: left;
    font-size: 1.5rem;
    padding: 1.3em 0;
    font-weight: 700;
}

.list-txt {
    text-align: left;
    font-size: 1rem;
    padding: 0 1.45em;
}

.section-card {
    background: linear-gradient(to right, #302b5d ,#24bcc0);
    padding: 5em 0.8em;
    color: #FFFFFF;
    line-height: 1.8;
}

.card {
    color: #ffffff;
    line-height: 2;
}

.card2 {
    background: linear-gradient(to right, #302b5d ,#24bcc0);
    min-height: 360px;
    border-radius: 20px;
    border: 8px #ffffff solid;
    box-shadow: 1px 1px 8px #CCCCCC;
    color: #ffffff;
    line-height: 2;
}

.card2 img {
    border-radius: 16px;
}

.card2-txt {
    position:absolute;
    color:#FFFFFF; 
    top: 12%;
    left: 26%;
    text-align: center;
    z-index:1000;
}

.card2-title {
    font-size:2.2rem; 
    font-weight: 600;
    line-height: 1.4em;
}

.card-txt {
    margin: 1em 0.5em;
    font-size: 2rem;
    font-weight: 700;
}

.card-txt-m {
    margin: 1em 0.5em;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4;
}

.card2-subtitle{
    margin-top: 1.5m;
    font-size: 1.2rem;
    font-weight: 400;
}

.card-subtxt {
    margin-top: 1.5em;
    font-size: 1.35rem;
    font-weight: 300;
}

.pic {
    box-shadow: 1px 1px 8px #CCCCCC;
    margin: 16px;
    padding: 2em 0.9em;
    font-size: 0.95rem;
    border-radius: 16px;
    min-height: 300px;
    background-color: #ffffff;
}

.pic img {
    border-radius: 16px;
}

.pic-tit {
    font-size: 1.2rem;
    text-align: left;
    font-weight: 700;
}

.pic-txt {
    font-size: 0.95rem;
    text-align: justify;
    line-height: 1.8;
}

.pt-5 {
    padding-top: 5em;
}

.cta-btn {
    text-align: left;
    margin-top: 1em;
    font-size: 1rem;
    font-weight: 700;
}
.cta-btn span {
    background-color: #302b5d;
    padding: 12px 20px;
    color: #FFFFFF;
    margin-right: 10px;
    border-radius: 50px;
}

.cta-btn:hover {
    color: #302b5d;
}

.cta-btn  span:hover {
    background-color: #3888ac;
}

.forms {
    background-color: #FFFFFF;
}

.section-footer {
    padding: 1em 3em;
    background-color: #000000;
}


/*sidebar*/
#sidebarReg .register {
    background-color: #f57300;
    color: #FFFFFF;
    position: fixed;
    bottom: 15%;
    right: 0;
    border: none;
    display: block;
    font-weight: bold;
    font-size: 20px;
    writing-mode: vertical-lr;
    padding: 24px 8px;
    z-index: 10;
    border-radius: 10px 0 0 10px;
    box-shadow: 2px 3px 8px 0px rgba(58, 15, 228, 0.32);
    line-height: 1.8;
    letter-spacing: 2px;
}

#sidebarReg .register:hover {
    background-color: #3e3873;
}

#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.5);
    color: #fff;
    cursor: pointer;
    /* Add a mouse pointer on hover */
    padding: 15px 20px;
    border-radius: 10px;
    font-size: 18px;
}

#gotopBtn:hover {
    background-color: #999;
}

@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;
  }
}