@charset "UTF-8";
body {
  font-family: '微軟正黑體', 'Microsoft JhengHei', sans-serif;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1.8rem;
}

html {
  scroll-behavior: smooth;
}

.wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

.main {
  -ms-flex: 1 0 auto;
  -webkit-box-flex: 1;
          flex: 1 0 auto;
  border-bottom: 1px solid #cccccc;
}

.footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 1rem;
}

.footer h5 {
  border: 1px solid #999999;
  padding: 0.5rem;
  width: 12rem;
  text-align: center;
}

a {
  color: #ff3333;
}

a:hover {
  color: #ff3333;
  text-decoration: underline;
}

.scrollTop {
  position: fixed;
  right: 3%;
  bottom: 30px;
  padding: 20px;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  z-index: 999999;
}

.icon-icon-title:before {
  font-size: 1.75rem;
  padding-right: 0.4rem;
}

.icon-icon-block:before {
  font-size: 1.5rem;
  display: inline-block;
  vertical-align: middle;
  padding: 0.5rem;
}

.icon-icon-checked:before {
  font-size: 1.5rem;
  display: inline-block;
  vertical-align: middle;
  padding: 0.5rem;
}

.navbar {
  padding: 0;
}

.navbar .navbar-brand {
  padding: 0.5rem 1rem;
}

.navbar-nav .nav-item {
  padding: 0.5rem 1rem;
}
.navbar-nav .nav-item {
  background-color: #777777;
}
.navbar-nav .nav-item:last-child {
  background-color: #ff3333;
}

.navbar-nav .nav-item .nav-link {
  color: #ffffff;
}

.navbar-toggler {
  border: 0;
  padding: 0;
}

#nav-icon {
  width: 30px;
  height: 20px;
  position: relative;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#nav-icon > span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #ffffff;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#nav-icon > span:nth-child(1) {
  top: 0px;
}

#nav-icon > span:nth-child(2), #nav-icon > span:nth-child(3) {
  top: 9px;
}

#nav-icon > span:nth-child(4) {
  top: 18px;
}

#nav-icon.open > span:nth-child(1), #nav-icon.open > span:nth-child(4) {
  top: 9px;
  width: 0%;
  left: 50%;
}

#nav-icon.open > span:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#nav-icon.open > span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.btn {
  display: inline-block;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  padding: 9px 24px;
  min-width: 10rem;
  border-radius: 30px;
  border: none;
  background: -webkit-gradient(linear, left top, right top, from(#ff3333), color-stop(#ff3333), color-stop(#cc0000), to(#cc0000));
  background: linear-gradient(to right, #ff3333, #ff3333, #cc0000, #cc0000);
  background-size: 300% 100%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin: 1.5rem 0;
}

.btn:hover {
  background-position: 100% 30%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #ffffff;
  text-decoration: none;
}

.btn.btn-line {
  background: -webkit-gradient(linear, left top, right top, from(#00b900), color-stop(#00b900), color-stop(#006d00), to(#006d00));
  background: linear-gradient(to right, #00b900, #00b900, #006d00, #006d00);
  background-size: 300% 100%;
}

.btn.btn-line:hover {
  background-position: 100% 30%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #ffffff;
  text-decoration: none;
}

.btn.disabled {
  background-image: -webkit-gradient(linear, left top, right top, from(#ccc), color-stop(#ccc), color-stop(#aaa), to(#aaa));
  background-image: linear-gradient(to right, #ccc, #ccc, #aaa, #aaa);
}

.btn.btn-icon {
  color: #ff3333;
  font-size: 2rem;
  padding: 0;
  min-width: 1rem;
  border: none;
  background: #ffffff;
  margin: 0;
}

.btn.btn-icon:hover {
  color: #cc0000;
}

.btn.btn-outline {
  color: #ff3333;
  background: #ffffff;
  border: 1px solid #ff3333;
}

.btn.btn-outline:hover {
  color: #cc0000;
  border: 1px solid #cc0000;
}

.auto-fixed {
  z-index: 2;
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  padding-right: 5%;
  margin-top: 0;
  padding: 4rem 0 0;
  background-color: #ffffff;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  -webkit-box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.13);
          box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.13);
}

.auto-fixed .btn {
  min-width: 15rem;
}

.checkbox-container {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: table-cell;
}

.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  vertical-align: middle;
}

.checkbox-container .checkbox-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #ffffff;
  border: 1px solid #ff3333;
  border-radius: 4px;
}

.checkbox-container .checkbox-checkmark::after {
  content: '';
  position: absolute;
  display: none;
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkbox-container:hover input ~ .checkbox-checkmark {
  background-color: #ffffff;
}

.checkbox-container input:checked ~ .checkbox-checkmark {
  background-color: #ff3333;
  border: 1px solid #ff3333;
}

.checkbox-container input:checked ~ .checkbox-checkmark:after {
  display: block;
}

.radius-container {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.radius-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.radius-container .radius-checkmark:after {
  top: 6px;
  left: 6px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
}

.radius-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #ffffff;
  border-radius: 50%;
  border: 1px solid #ff3333;
}

.radius-checkmark:after {
  content: '';
  position: absolute;
  display: none;
}

.radius-container:hover input ~ .radius-checkmark {
  background-color: lightcoral;
}

.radius-container input:checked ~ .radius-checkmark {
  background-color: #ff3333;
}

.radius-container input:checked ~ .radius-checkmark:after {
  display: block;
}

.border-left-line {
  border-left: 3px solid #ff3333;
  padding-left: 1rem;
}

/*media queries 斷點*/
@media (max-width: 767px) and (min-width: 320px) {
  .navbar {
    padding: 0.5rem 1rem;
  }
  .navbar .navbar-brand {
    padding: 0;
  }
  .icon-icon-checked:before {
    font-size: 1.5rem;
  }
  .icon-icon-block:before {
    font-size: 1.5rem;
  }
  .auto-fixed {
    padding: 3.1rem 0 0;
  }
}

/* 手風琴 */
.card {
  border: 0;
  border-top: 1px solid #cccccc;
}

.card-header {
  background-color: #ffffff;
  border-bottom: 0;
}

.card-header .btn {
  width: 100%;
}

.accordion-info-content {
  border-top: 1px solid #cccccc;
  padding: 1rem 1.5rem;
}

.accordion-info-content:last-child {
  border-bottom: 1px solid #cccccc;
}

.accordion-title {
  font-size: 1.3rem;
  line-height: 1.5;
  letter-spacing: 0.01rem;
  vertical-align: middle;
  width: 90%;
  display: inline-block;
  text-align: left;
}

.accordion-info-title {
  font-size: 1.2rem;
  color: #333333;
}

.accordion-info-subtitle {
  padding-top: 1rem;
}

.accordion-info-article {
  font-size: 1rem;
  line-height: 1.5;
  color: #555555;
  padding: 0;
  margin: 0;
}

.icon-plus {
  font-size: 2.5rem;
  font-weight: 200;
  line-height: 1.1;
  color: #555555;
  display: inline-block;
  width: 5%;
  vertical-align: middle;
}

.card-header button {
  color: #000000;
  background: transparent;
  padding: 0.5rem;
}

.card-header button:hover {
  color: #ff3333;
}

.card-header button:hover span::after {
  color: #ff3333;
}

.card-header button:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (max-width: 767px) and (min-width: 320px) {
  .card-header {
    padding: 0;
  }
}

.icon-plus::after {
  content: '＋';
  display: inline-block;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.collapsed .icon-plus::after {
  font-size: 2.2rem;
  -webkit-transform: none;
          transform: none;
}

/* 手風琴 FAQ */
.answer-content {
  padding-left: 3.5rem;
}

.answer-content h5 {
  padding-bottom: 1rem;
  color: #ff3333;
}

.answer-content h5::before {
  content: 'Q: ';
}

.answer-item p {
  margin-left: 40px;
  line-height: 2;
  letter-spacing: 0.1rem;
}

.answer-item p::before {
  content: 'A: ';
}

.answer-item ul {
  color: #1d1d1f;
  letter-spacing: 0.1rem;
}

.answer-item ul::before {
  content: 'A: ';
}

.answer-item ul li {
  margin-left: 40px;
  line-height: 2;
  letter-spacing: 0.1rem;
}

.title {
  font-size: 2.5rem;
  color: #000000;
  margin: 3rem 0;
  position: relative;
  letter-spacing: 0.3rem;
  text-align: center;
}

.title span {
  display: block;
  font-size: 2rem;
  margin-top: .5rem;
}

.title::before {
  content: '';
  width: 22%;
  height: 1px;
  background: #cccccc;
  position: absolute;
  top: 25px;
  left: 2%;
}

.title::after {
  content: '';
  width: 22%;
  height: 1px;
  background: #cccccc;
  position: absolute;
  top: 25px;
  right: 2%;
}

.choose-title {
  border-radius: 50px;
  margin: 1.5rem 0;
}

.choose-title h5 {
  font-size: 1.2rem;
}

.choose-title span {
  display: inline-block;
  color: #ffffff;
  background-color: #ff3333;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  font-size: 1.2rem;
  text-align: center;
}

.choose-title i {
  font-weight: bold;
  color: #ff3333;
  font-size: 4rem;
}

.choose-title i:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.bg-cover {
  height: 600px;
  background: url(../images/hero.jpg) top center no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  margin-bottom: -500px;
}

.area-container {
  max-width: 1170px;
  margin: 0 auto;
}

.title-content {
  text-align: left;
  margin-bottom: 8rem;
}
.title-content .topfixed {
  text-align: center;
}
.title-content p {
  font-weight: bolder;
  font-size: 1.5rem;
}

.title-content h2 {
  color: #ff3333;
  font-size: 3rem;
  text-shadow: 0px 0px 100px #fff;
}

.title-content h3 {
  font-weight: lighter;
  font-size: 2.5rem;
}

.info-content {
  border-radius: 0.4rem 0.4rem 0 0;
  padding-top: 2rem;
  width: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.13);
  box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.13);
  margin: 0 auto;
}

.pa-l-3 {
  padding-left: 15px;
}

.gift-content {
  text-align: center;
  padding: 0;
  border: 1px solid #eeeeee;
}

.gift-content figure {
  background-color: transparent;
}

.gift-content p {
  padding: 1rem;
  font-size: 1.2rem;
  border-top: 1px dotted #eeeeee;
}

.gift-content p span {
  display: block;
  font-size: 0.9rem;
}

.terms-content {
  margin: 3rem 0;
  word-break: break-all;
}

.terms-content ol {
  line-height: 2.2rem;
}

.terms-content ol li ul {
  list-style-type: disc;
}

.terms-content ol li ul ol {
  list-style-type: lower-latin;
}

.form-area {
  max-width: 960px;
  margin: 0 auto;
  padding-bottom: 4rem;
}

.form-content {
  border: 1px solid #eeeeee;
  padding: 1rem;
  border-radius: 8px;
}

.step {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem 0;
}

.step li {
  position: relative;
  text-align: center;
}

.step li + li {
  margin-left: 100px;
}

.step li + li::before {
  font-family: 'icomoon' !important;
  content: '\e900';
  color: #ff3333;
  position: absolute;
  top: 20px;
  left: -60px;
}

.step li span {
  display: inline-block;
  color: #ff3333;
  background: #ffffff;
  border: 3px solid #ff3333;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  font-size: 1.2rem;
}

.bg-banner {
  height: 250px;
  background-image: url("../images/banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: top 40px center, center;
  margin-bottom: 4rem;
  position: relative;
}

.banner-title {
  position: absolute;
  top: 50%;
  left: 10%;
}

.banner-title p {
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.banner-title h2 {
  font-weight: 400;
}

.banner-title h2 span {
  color: #ff3333;
  font-size: 1.5rem;
}

.terms-area {
  width: 90%;
  margin: 0 auto;
  padding: 1rem;
  border: 1px solid #eeeeee;
  border-radius: 4px;
}

.tinyURL {
  border: 1px dashed #eeeeee;
  padding: 0.5rem 1rem;
  text-align: center;
  color: #ff3333;
  font-size: 1.2rem;
  word-break: break-all;
  display: block;
  margin: 1rem;
}

.amount {
  color: #555555;
  font-weight: 400;
}

.amount span {
  color: #ff3333;
  font-size: 2rem;
}

.total {
  color: #ff3333;
  font-size: 1.5rem;
}

.target-content {
  border-bottom: 1px solid #eeeeee;
  padding: 1rem 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.award {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding-top: 1rem;
}

.award p {
  font-size: 1.3rem;
}

/*media queries 斷點*/
@media (max-width: 992px) {
  .pa-l-3 {
    padding-left: 0;
  }
  .choose-title {
    text-align: center;
  }
  .gift-content {
    border: 0;
  }
}
@media only screen and (max-width:768px) { 
/*
@media (max-width: 767px) and (min-width: 320px) {
*/
  .title {
    font-size: 1.2rem;
    margin: 1rem 0;
    border-color: #cccccc;
    border-style: double;
    padding: 0.5rem;
  }
  .title span {
    font-size: 1.2rem;
  }
  .title::before {
    display: none;
  }
  .title::after {
    display: none;
  }
  .bg-cover {
    height: 320px;
    margin-bottom: -250px;
  }
  .step li {
    font-size: 0.9rem;
  }
  .step li + li {
    margin-left: 50px;
  }
  .step li + li::before {
    left: -30px;
  }
  .step li span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    display: block;
  }
  .gift-content > p {
    font-size: 1rem;
    line-height: 1.5rem;
    border-top: none;
    border-bottom: 1px solid #eeeeee;
    height: auto;
  }
  .title-content {
    margin-bottom: 0;
  }
  .title-content p {
    font-size: 1rem;
  }
  .title-content h2 {
    font-size: 1.5rem;
  }
  .title-content h3 {
    font-size: 2rem;
  }
  .bg-banner {
    margin-bottom: 2rem;
    background-position: 46% , center;
  }
  .banner-title {
    left: 5%;
  }
  .banner-title h2 {
    font-size: 1.5rem;
  }
  .banner-title h2 span {
    font-size: 1.2rem;
  }
  .tinyURL {
    font-size: 0.8rem;
    margin: 0;
  }
  .btn-base,
  .btn-line {
    margin: 0.5rem 0;
  }
  .target-content,
  .m-center {
    text-align: center;
  }
  .mobil-font {
    font-size: 0.8rem;
  }
}

@media only screen and (max-width:480px) { 
    ol.step li {
    position: relative; 
	display: inline-block;
	float: left;
	width: 100%;
    }
}
.bg-dark {
    background-color: #000000 !important;
  }

/*# sourceMappingURL=style.css.map */