@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700&family=Noto+Serif+TC:wght@200;400;600;700;900&family=Raleway:wght@300;400;600&display=swap');
* {
  margin: 0;
  padding: 0;
}
.nomoney{text-decoration: line-through;font-size: 1rem;}
.blackmoney{;font-size: 1.2rem;color: #111111;}
:root {
  scroll-padding-top: 3rem;
}
::selection {
  background: #f09845;
  color: #fff;
}
::-moz-selection {
  background: #f09845;
  color: #fff;
}
:root {
  scroll-padding-top: 4rem;
}
.name{
    font-family: 'Noto Sans TC', "微軟正黑體", 'Microsoft JhengHei', sans-serif;
    font-size: 2.25rem;
    text-align: center;
    padding: 30px 30px 0 30px;
    font-weight: 600;
    color: #ffffff;
}

body {
  font-family: 'Noto Sans TC', "微軟正黑體", 'Microsoft JhengHei', sans-serif;
  font-size: 18px;
  background-image: url("../../img/BG.jpg");
  color: #000;
  background-size: contain;
}
row{margin: 0 !important;}

a {
   
    text-decoration: underline;
}
.b_text{color: #00a7de; font-size: 1.5em !important; font-weight: bold;}
.g_text{color: #8fc31f; font-size: 1.5em !important; font-weight: bold;}

@media (max-width: 465px) {
  body {
    font-size: 16px;
  }
  h1 {
    font-size: 1.3em !important;
  }
  h2 {
    font-size: 1.2em !important;
  }
  h3 {
    font-size: 1.1em !important;
  }
  .fs-1 {
    font-size: 1.3em !important;
  }
  .fs-2 {
    font-size: 1.25em !important;
  }
  .fs-3 {
    font-size: 1.2em !important;
  }
  .fs-4 {
    font-size: 1.1em !important;
  }
}

.card2 {
    background-color: #ffffff;
    display: flex;
    background-clip: border-box;
    border-radius: .25rem;
        border-radius: 40px;
    padding: 2rem;
    box-shadow: 0 2px 6px 1px #C89673;
}
.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 30px;
  z-index: 99;
}
.back-to-banner {
  position: fixed;
  display: none;
  right: 10px;
  bottom: 90px;
  z-index: 99;
}
/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease-out, visibility 0s linear .5s;
  z-index: 99999;
}
#spinner.show {
  transition: opacity .5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}
/*** Navbar ***/
.navbar {
  background-color: #f09746;
 
    padding-top: 0rem;
    padding-bottom: 0rem;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(82, 49, 32, 1.00);
  font-size: 20px;
  letter-spacing: 3px;
  font-weight: 500;
}
.navbar-nav img {
  height: 50px;
  width: auto;
}
#logo {
  height: 48px;
}
@media (max-width: 465px) {
    .card2 {
    background-color: #ffffff;
        display: table;}
  #logo {
    height: 40px;
  }
}
.btn {
  letter-spacing: 0.1rem;
  font-size: 1.6rem;
}
@media (max-width: 992px) {
  .btn {
    letter-spacing: 0.2rem;
    font-size: 1.2rem;
  }
}.py-5 {
    padding-top: 0rem !important;
    padding-bottom: 3rem !important;
}
.wt{ color:#ffffff; line-height: 1.5; padding-top: 40px;}
.btn-danger {
  color: #fff;
  background-color: #fc4622;
  border: 0;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active:hover {
  color: #fff;
  background-color: #fc4622;
  border: 0
}
.btn-blue {
  color: #fff;
  background-color: #00a7de;
  border: 0;
}
.btn-blue:hover, .btn-success:focus, .btn-success:active:hover {
  color: #fff;
  background-color: #00a7de;
  border: 0
}
.btn-green {
  color: #fff;
  background-color: #90c31f;
  border: 0;
}
.btn-green:hover, .btn-primary:focus, .btn-primary:active:hover {
  color: #fff;
  background-color: #90c31f;
  border: 0
}
/*** Footer ***/
#footer {
  margin: 0 auto;
  padding: 16px 0;
  font-size: 0.8rem;
  text-align: center;
  color: #ffffff;
  line-height: 160%;
  background-color: #333;
}
#footer a {
  color: #fff;
}
#footer a:hover, a:focus {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-decoration: none;
  color: #fff000;
}
@media (max-width: 465px) {
  #footer {
    padding: 16px 4px;
  }
}
.card {
  border-radius: 40px;
  box-shadow: 0 2px 6px 1px #C89673;
}


@media (max-width: 465px) {
  .card {
    border-radius: 20px;
    box-shadow: 0 0 4px 1px #C89673;
  }
}
.mjy {
  color: #00a7df;
}
.mky {
  color: #90c31f;
}
.title01 {
  font-size: 1.7rem;
  font-weight: 500;
}
.title02 {
    line-height: 1.3;
  font-size: 2.25rem;
  font-weight: 600;
  color: #fc4622;
}
.infoarea {
  max-width: 760px;
    padding-left: 30px;
}
.btn-group-lg>.btn, .btn-lg {
    padding: .5rem;
    font-size: 1.5rem;
    border-radius: 10rem;
    margin: 10px;
}
@media (max-width: 992px) {
  .title01 {
    font-size: 1.5rem;
  }
  .title02 {
    font-size: 1.6rem;
  }
}
@media (max-width: 465px) {
  .title01 {
    font-size: 1.1rem;
  }
  .title02 {
    font-size: 1.2rem;
  }
}
.title {
  font-size: 1.5rem;
  font-weight: 400;
}
.title_b {
  font-size: 2.3rem;
  font-weight: 600;
}

.title03 {
  font-size: 1.6rem;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .title {
    font-size: 1.5rem;
  }
}
.text {
  font-size: 1.3rem;
}
.textarea {
  max-width: 255px;
}
@media (max-width: 820px) {
   
  .text {
    font-size: 1.3rem;
  }
  .textarea {
    max-width: none;
  }
  .infoarea {
    max-width: none;
      padding-left: 5px;
    
  }
}
@media (max-width: 465px) {
    .back-to-banner {
  bottom: 70px;
    width: 150px;
}
  .text {
    font-size: 1.2rem;
  }
}
.gift01 {
  color: #333333;
}
.gift02 {
  color: #fc4622;
}
.price01 {
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: 0;
  color: #333333;
}
.price02 {
  font-size: 3.2rem;
  line-height: 100%;
  font-weight: 600;
  color: #fc4622;
}
.price03 {
  font-size: 1.6rem;
   color: #fc4622;
}
.price08 {
  font-size: 1.3rem;
   color: #333333;
}
.price04 {
  display: inline-block;
  font-size: 2.5rem;
  font-weight: 600;
  color: #e85653;
  border: 1px solid #e85653;
  padding: 6px 30px;
}
.price05 {
  font-size: 1.8rem;
  font-weight: 600;
}
.price06 {
  font-size: 2rem;
  font-weight: 600;
  color: #e85653;
}
.price07 {
  font-size: 1rem;
  font-weight: 400;
  color: #4c4c4c;
}
@media (max-width: 1024px) {
  .card .title {
    font-size: 1.6rem;
  }
  .price02 {
    font-size: 2.7rem;
  }
}
.note {
  background-color: #321277;
  font-size: 0.9rem;
}
#c2 {

  background-position: center top;
}

.text-danger{ color: #ffffff!important;}
li{color: #ffffff;}


#part02_1 {
  background-image: url("../../img/bg02_t.gif");
  background-position: center top;
  height: 66px;
}
#part02 {
  background-image: url("../../img/bg02.gif");
  background-position: center top;
}
#part02bg {
  background-image: url("../../img/bg_pic02.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
#part02_2 {
  background-image: url("../../img/bg02_m.gif");
  background-position: center top;
  height: 66px;
}
#part03 {
  background-image: url("../../img/bg03.gif");
  background-position: center top;
}
#part03bg {
  background-image: url("../../img/bg_pic03.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}
#part03_2 {
  background-image: url("../../img/bg03_b.gif");
  height: 66px;
  background-position: center top;
}
#part04 {
  background-image: url("../../img/bg_pic04.png");
  background-position: center bottom;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  #part02bg {
    background-image: none;
  }
  #part03bg {
    background-image: none;
  }
}
mark {
  background-color: transparent;
  padding: 2px 6px;
  border-radius: 5px;
  color: #e85653;
  background: linear-gradient(transparent 40%, rgba(255, 236, 139, 0.00) 50%, #FFEC8B 75%, #FFEC8B);
}
.back-to-top {
  position: fixed;
  display: none;
  right: 20px;
  bottom: 20px;
  z-index: 99;
  width: 60px;
  height: 60px;
}

@media (max-width: 465px) {
    .title {
        font-size: 1.1rem!important;
    }
    .name {
   
    font-size: 1.7rem;

}
  .back-to-top {
    display: none;
    right: 10px;
    bottom: 10px;
    z-index: 99;
    width: 40px;
    height: 40px;
  }
}

