html {
    scroll-behavior: smooth;
}

body {
    color: #000000;
    font-family: Arial, '微軟正黑體', '新細明體', Helvetica, sans-serif;
    background-color: #f0ebe5;

}

table {
    width: 100%;
    border-collapse: collapse;
    font-size: 1.2rem;
    background-color: #fbf6f0;
  }
  table, th, td {
    border: 1px solid #ab957e;
    padding: 8px;
    text-align: center;
  }


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: #CCCCCC;
    font-size: 14px;
    padding: 1% 0;
    line-height: 1.4em;
}

hr {
    color: #302b5d;
    
}

p {
    font-size: 1.3rem;
    line-height: 1.7;
    letter-spacing: 0.5px;
    text-align: justify;
}

h2 {
    font-size: 2.2rem;
    letter-spacing: 2px;
    padding: 1.5em 0em 1em;
    text-align: center;
    font-weight: 800;
}

.dol-btn {
    padding: 20px 60px;
    background-color:#8c6dda; 
    color: #FFFFFF;
    font-size: 22px;
    letter-spacing: 4px;
    border-radius: 100px 0 100px 100px;
    font-weight: 700;
    box-shadow: 0 0 10px #553e77;
}

.dol-btn:hover{   
    background-color:#591682; 
    color: #FFFFFF;   
    text-decoration: none;
}

/** KV **/

.section-kv{
    background-color: #7d75a5;
    text-align: center;
}

.kv {
   /* background: linear-gradient(to right, #352e5a, #2e829d);*/
    background-color: #f0ebe5;
    background-size:cover;
    background-position:center;
    position:relative;
}

/** section-reason **/


.section-reason {
    padding: 2em 1.5em 1.5em;
    color: #000000;
    /*background: linear-gradient(to bottom, #CCCCCC,#f0ebe5, #CCCCCC);*/
    background-color: #f0ebe5;
    line-height: 1.9;
}

.list {
    margin: 8px;
    padding: 1em 1.8em;
    background-color: #fbf6f0;
    box-shadow: #faf3ed 2px 3px 4px;
    border-radius:  40px 0 40px 40px;
}

.list-tit {
    text-align: justify;
    font-size: 1.3rem;
    font-weight: 800;
    color: #483ba2;
}

.list-txt {
    text-align: left;
    font-size: 1.1rem;
}

.parent {
  display: flex;
  align-items: center; /* 垂直置中 */
}

.hightlight {
    color: #ffcd63;
}

.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;
}

.section-content {
    background: linear-gradient(to bottom, #b0a8e1,#FFFFFF );
    padding: 5em 0.5em;
}

.title {
    font-size: 2em;
    font-weight: 700;
    line-height: 3;
    color: #FFFFFF;
}

.content-txt {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 1em;
    line-height: 2.1;
}


/*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;
  }
}