@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;
}
::selection {
  background: #f09845;
  color: #fff;
}
::-moz-selection {
  background: #f09845;
  color: #fff;
}
:root {
  scroll-padding-top: 4rem;
}
.btn-danger {
  background-color: #e60012 !important;
}
.bg-max {
  background-color: #fff;
  max-width: 1240px;
  width: 90%;
}
body {
  font-family: 'Noto Sans TC', "微軟正黑體", 'Microsoft JhengHei', sans-serif;
  font-size: 18px;
  background-color: #f5f0eb;
  color: #000;
  background-image: url("../../img/bg.jpg");
  background-position: center top;
}
@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;
  }
}
.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 30px;
  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: #e5cc93;
	padding-top: 0rem;
    padding-bottom:  0rem;
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(10, 60, 57, 1.00);
  font-size: 20px;
  letter-spacing: 3px;
  font-weight: 500;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(189, 79, 59, 1.00);
}
.navbar-nav img {
  height: 50px;
  width: auto;
}
#logo {
  height: 50px;
}
@media (max-width: 465px) {
  #logo {
    height: 40px;
  }
}
.btn {
  letter-spacing: 0.5rem;
  font-size: 1.6rem;
}
@media (max-width: 992px) {
  .btn {
    letter-spacing: 0.2rem;
    font-size: 1.2rem;
  }
}
.btn-danger {
  color: #fff;
  background-color: #e25b66;
  border: 0;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active:hover {
  color: #fff;
  background-color: #BD3E48;
  border: 0
}
.btn-success {
  color: #fff;
  background-color: #90c31f;
  border: 0;
}
.btn-success:hover, .btn-success:focus, .btn-success:active:hover {
  color: #fff;
  background-color: #749E15;
  border: 0
}
.btn-primary {
  color: #fff;
  background-color: #00a7df;
  border: 0;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active:hover {
  color: #fff;
  background-color: #0082AD;
  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: 30px;
  box-shadow: 0 2px 6px 1px #525150;
  min-width: 320px;
}
.card02 {
  border-radius: 30px;
  box-shadow: 0 2px 6px 1px #525150;
  width: auto;
  min-width: auto;
}
@media (max-width: 992px) {
  .card {
    min-width: auto;
  }
}
@media (max-width: 465px) {
  .card {
    border-radius: 20px;
    box-shadow: 0 0 4px 1px #525150;
  }
}
.mjy {
  color: #00a7df;
}
.mjy02 {
  color: #0068b7;
}
.mky {
  color: #90c31f;
}
.mky02 {
  color: #097c25;
}
.mjy_border {
  border: 1px solid #00a7df;
  border-radius: 30px;
  padding: 10px 20px;
}
.mky_border {
  border: 1px solid #90c31f;
  border-radius: 30px;
  padding: 10px 20px;
}
.mjy_card {
  background-color: #d1f4ff;
}
.mky_card {
  background-color: #f0ffc9;
}
@media (max-width: 465px) {
  .mjy_border, .mky_border {
    border-radius: 20px;
    padding: 10px;
  }
}
.title01 {
  font-size: 1.6rem;
  font-weight: 500;
}
.title02 {
  font-size: 2.2rem;
  font-weight: 600;
  color: #e60012;
}
.infoarea {
  max-width: 760px;
}
@media (max-width: 992px) {
  .title01 {
    font-size: 1.5rem;
  }
  .title02 {
    font-size: 1.6rem;
  }
}
@media (max-width: 465px) {
  .title01 {
    font-size: 1rem;
  }
  .title02 {
    font-size: 1.3rem;
  }
}
.title {
  font-size: 1.8rem;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .title {
    font-size: 1.5rem;
  }
}
.text {
  font-size: 1.4rem;
}
.textarea {
  max-width: 275px;
}
@media (max-width: 820px) {
  .text {
    font-size: 1.3rem;
  }
  .textarea {
    max-width: none;
  }
  .infoarea {
    max-width: none;
  }
}
@media (max-width: 465px) {
  .text {
    font-size: 1rem;
  }
}
.gift01 {
    color: #121212;
}
.gift02 {
  color: #e60012;
  font-size: 1.4em;
  line-height: 1.4;
}
.price01 {
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: .1rem;
	margin-left: .7rem;
	color: #333333;
}
.price02 {
  font-size: 3.2rem;
  line-height: 100%;
  font-weight: 600;
  color: #e60012;
}
.price03 {
  font-size: 2rem;
  color: #333333;
}
@media (max-width: 1024px) {
  .card .title {
    font-size: 1.6rem;
  }
  .price01 {
    font-size: 1.3rem;
  }
  .price02 {
    font-size: 2rem;
  }
}
@media (max-width: 465px) {
   .price01 {
    font-size: 1.3rem;
  }
  .price02 {
    font-size: 2rem;
  }
}
.note {
  background-color: #0a3c39;
  font-size: 0.9rem;
}
#part03bg {
  background-image: url("../../img/bg_pic.png");
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 1500px) {
	#part03bg {
		background-size:116%
	}
}
@media (max-width: 1024px) {
	#part03bg {
		background-image: none;}
}
.digitallist {
  color: #fff;
}
.digitallist li i {
  color: #ffec70;
}
#part04 {
  background: linear-gradient(to bottom, #ffd74d, #ffffff, #ffec70);
}
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;
  bottom: 20px;
  right: 20px;
  display: none;
  z-index: 1000;
	width: 60px;
  height: 60px;
}

@media (max-width: 465px) {
  .back-to-top {
    display: none;
    right: 10px;
    bottom: 10px;
    z-index: 99;
    width: 40px;
    height: 40px;
  }
}
.zoom {
  overflow: hidden;
}
.zoom img {
  transition: transform 0.5s ease;
}
.zoom img:hover {
  transition: transform 0.5s ease;
  transform: scale(1.1);
}
