html {
  scroll-behavior: smooth;
}

body {
  font-size: 17px;
  line-height: 1.8;
  color: #FFFFFF;
  font-family: 'Roboto', 'Noto Sans TC', Arial, '微軟正黑體', '新細明體', Helvetica, sans-serif;
  background: #000000;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #00002F 0%, #005575 70%, #003142 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #00002F 0%, #005575 70%, #003142 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #00002F 0%, #005575 70%, #003142 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

p {
  font-size: 18px;
  line-height: 1.6;
}

small {
  font-size: 16px;
}

a {
  text-decoration: none;
  color: #ffc446;
}

a:hover {
  text-decoration: none;
  color: #FFF;
  text-shadow: 0 0 20px #ffed74;
}


.p10 {
  padding: 10px;
}

.pt10 {
  padding-top: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.pt30 {
  padding-top: 30px;
}


/**/

.main-title {
  font-size: 1.6rem;
  letter-spacing: 0.5rem;
  padding: 20px 0;
}

/*  */
.nav-logo {
  position: absolute;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 0 5rem;
  transition: 0.4s;
}

.nav-logo.is-active {
  background: rgba(0, 0, 0, 0.75);
  transition: 0.4s;
  width: 100%;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .kv {
    margin-top: 50px;
  }

  .nav-logo {
    top: 0;
    background-color: #000;
  }
}

/* ---------------
     
   --------------- */

.section-foreword {
  padding: 0em 1em 5em;
  letter-spacing: 2px;
}

.section-foreword h4 {
  line-height: 2;
}

.foreword-title {
  font-size: 2.3rem;
  font-weight: 700;
  padding: 0.5rem 0;
  text-shadow: 4px 4px 4px #271c04;
}

.foreword-title span {
  font-size: 3rem;
}

.foreword-subtitle2 {
  font-size: 1.5rem;
  font-weight: 700;
  padding-bottom: 1em;

}

.ft01 {
  color: #ff8906;
  text-shadow: 2px 2px 1px #000
}

.ft02 {
  color: #e53170;
  text-shadow: 2px 2px 1px #000
}

.ft03 {
  color: #7FF9C1;
  text-shadow: 2px 2px 1px #000
}


.brown {
  color: #f8e2b7;
}

.brown2 {
  color: #d3b571;
}

@media screen and (max-width: 768px) {
  .foreword-title {
    font-size: 2rem;
    font-weight: 700;
    padding: 1.5rem 0;
  }
}

.foreword-subtitle {
  font-size: 1.8rem;
  color: #ffe84c;
  text-shadow: 0px 0px 16px #ffe400;
}

.foreword-subtitle span {
  border-top: 4px #ffd555 dotted;
  border-bottom: 4px #ffd555 dotted;
  padding: 8px;
  letter-spacing: 3px;
}

.foreword-box {
  padding: 0 1em;
}

.foreword-box img {
  box-shadow: 0px 0px 18px #9a8136;
  border-radius: 20px 0 20px 0;
}

.section-logo {
  background-color: #000;
  font-size: 22px;
  line-height: 1.2;
}

.btn-invite {
  font-size: 20px;
  letter-spacing: 0.25rem;
  font-weight: 500;
  border-radius: 30px;
  border: 2px solid #be7d0b;
  box-shadow: 2px 5px 3px #2b1c02;
  padding: 15px 50px;
  margin: 30px 0 5px;
  background: #f2709c;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #ffc765, #e39000);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #ffc765, #e39000);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #3b2704;
  transition: 0.2s;
}

.btn-invite:hover {
  background: #FF4E50;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #3b2704, #3b2704);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #3b2704, #3b2704);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  box-shadow: 2px 2px 10px 6px rgba(255, 214, 123, 0.9);
  border: 2px solid #ffd16b;
  color: #ffd16b;
}

/*notcie*/

.section-notice {
  background-color: #eee;
}

/* form */

.signup-form {
  font-size: 18px;
  background-color: #00002F;
  padding: 4em 0.5em;
}

.help-block {
  font-size: 16px;
  margin-left: 10px;
}

.signup-form input {
  font-size: 18px;
  box-shadow: 0px 0px 8px #fff000;
}

.signup-form textarea {
  font-size: 18px;
  box-shadow: 0px 0px 8px #fff000;
}

.signup-form label span {
  margin: 0 6px;
}

.signup-form input[type="radio"] {
  margin: 10px 16px;
  width: 20px;
  height: 20px;
  box-shadow: 0px 0px 0px #fff000;
}

.signup-form input[type="checkbox"] {
  margin: 24px 8px;
  width: 20px;
  height: 20px;
}



/*sidebar*/
#sidebarReg .register {
  background-image: linear-gradient(to right, #EEBE47, #EEA54C);
  color: #FFFFFF;
  position: fixed;
  top: -1%;
  right: 5%;
  border: none;
  display: block;
  font-weight: 500;
  font-size: 1rem;
  padding: 32px 32px;
  z-index: 10;
  box-shadow: 2px 4px 0px 0px rgba(48, 36, 10, 1);
  line-height: 1.2;
  letter-spacing: 2px;
  border-radius: 0 0 2rem 2rem;
  transition-duration: 0.2s;
  text-shadow: 0px 0px 4px #655636;
  border: 1px #655636 solid;
}

@media screen and (max-width: 768px) {
  #sidebarReg .register {
    background-image: linear-gradient(to right, #EEA54C, #EEBE47);
    color: #FFFFFF;
    position: fixed;
    top: 10%;
    right: 0%;
    border: none;
    display: block;
    writing-mode: vertical-rl;
    font-weight: 500;
    font-size: 1rem;
    padding: 16px 14px;
    z-index: 10;
    box-shadow: 2px 4px 0px 0px rgba(48, 36, 10, 1);
    line-height: 1.2;
    letter-spacing: 2px;
    border-radius: 0;
    transition-duration: 0.2s;
    text-shadow: 0px 0px 4px #655636;
    /*    border: 1px #655636 solid;*/
  }
}

#sidebarReg .register:hover {
  background-image: linear-gradient(to right, #45391e, #997628);
  box-shadow: 2px 2px 10px 6px rgba(255, 214, 123, 0.9);
  color: #ffe5ad;
  border: 1px #ffd16b solid;
}


#sidebarReg3 .register {
  background-image: linear-gradient(to right, #EEBE47, #EEA54C);
  color: #FFFFFF;
  position: fixed;
  top: -1%;
  right: 15%;
  border: none;
  display: block;
  font-weight: 500;
  font-size: 1rem;
  padding: 24px 32px;
  z-index: 10;
  box-shadow: 2px 4px 0px 0px rgba(48, 36, 10, 1);
  line-height: 1.2;
  letter-spacing: 2px;
  border-radius: 0 0 2rem 2rem;
  transition-duration: 0.2s;
  text-shadow: 0px 0px 4px #655636;
  /*     border: 1px #655636 solid;*/
}

@media screen and (max-width: 768px) {
  #sidebarReg3 .register {
    background-image: linear-gradient(to right, #EEA54C, #EEBE47);
    color: #FFFFFF;
    position: fixed;
    top: 25%;
    right: 0%;
    border: none;
    display: block;
    writing-mode: vertical-rl;
    font-weight: 500;
    font-size: 1rem;
    padding: 16px 14px;
    z-index: 10;
    box-shadow: 2px 4px 0px 0px rgba(48, 36, 10, 1);
    line-height: 1.2;
    letter-spacing: 2px;
    border-radius: 0;
    transition-duration: 0.2s;
    text-shadow: 0px 0px 4px #655636;
    /*    border: 1px #655636 solid;*/
  }
}

#sidebarReg3 .register:hover {
  background-image: linear-gradient(to right, #45391e, #997628);
  box-shadow: 2px 2px 10px 6px rgba(255, 214, 123, 0.9);
  color: #ffe5ad;
  border: 1px #ffd16b solid;
}


/*table*/

.tg thead {
  color: #ffd991;
  font-size: 18px;
}

.tg th {
  padding: 12px;
}

.tb-head {
  background-color: #655c4b;
  box-shadow: 2px 2px 6px #2c2310;
  border-radius: 10px;
}

.tg td {
  padding: 10px;
  border-bottom: 1px #504c44 solid;
  vertical-align: top;
}


.tg tr:hover {
  background-color: #181207;
}

table {
  font-size: 16px;
  line-height: 1.6;
  padding: 16px 12px;
  font-weight: 300;
}