@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;800&display=swap');
:root {
  --textColor: #ea535e;
}
body {
  overflow-x: hidden;
}

body.fixed {
  overflow: hidden;
}

body * {
  font-family: "Noto Sans TC", 'Open Sans', "sans-serif";
  font-size: 16px;
}

section {
  position: relative;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pc {
  display: block !important;
}

@media screen and (max-width: 991px) {
  .pc {
    display: none !important;
  }
}

.mobile {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .mobile {
    display: block !important;
  }
}

i[class*="icon-"] {
  width: 32px;
  height: 32px;
  display: inline-block;
  position: relative;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

i[class*="icon-"].icon-arrow-up {
  width: 23px;
  height: 11px;
  background-image: url("../img/icon-arrow-up.svg");
  top: 2px;
}

input:focus {
  outline: none;
}

select {
  width: 100%;
  height: 36px;
  display: inline-block;
  padding: 0 60px 0 10px;
  font-size: 32px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #000;
  margin-bottom: 3.5%;
  border: 1px solid #322c25;
  background: url(../img/icon-arrow-down.svg) no-repeat -webkit-calc(100% - 22px) 27px;
  background: url(../img/icon-arrow-down.svg) no-repeat -moz-calc(100% - 22px) 27px;
  background: url(../img/icon-arrow-down.svg) no-repeat calc(100% - 22px) 27px;
  background-color: rgba(255, 255, 255, 0.85);
  -moz-background-size: 18px;
  -o-background-size: 18px;
  background-size: 18px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

select::-ms-expand {
  display: none;
}

select:disabled {
  color: #727171;
  display: none;
}

select:invalid {
  color: #727171;
}

select:focus {
  outline: none;
}

body {
  background-color: #f1f1f1;
  font-size: 32px;
  color: #000;
}

section {
  width: 750px;
  margin: 0 auto;
  padding: 0px;
  background-color: #ffffff;
  position: relative;
}

section .container {
  max-width: 100% !important;
  padding: 0;
  margin: 0;
}

h1 {
  font-size: 1.125rem;
}

p.subtitle {
  font-size: 28px;
  text-align: center;
}

ul {
  margin-left: 1.5rem;
}

ul.number li {
  margin-bottom: 30px;
  list-style: decimal;
  font-size: 24px;
}

ul.dot li {
  margin-bottom: 30px;
  list-style: disc;
  font-size: 24px;
}

a {
  text-decoration: none;
  display: block;
}

a.btn-primary {
  width: 628px;
  margin: 30px auto;
  padding: 15px 0;
  font-size: 28px;
  background: #000000;
  color: #ffffff;
  text-align: center;
}

a.btn-col2 {
  width: 302px;
  margin: 30px 0;
  display: inline-block;
  padding: 15px 0;
  font-size: 28px;
  background: #000000;
  color: #ffffff;
  text-align: center;
}

a.btn-col2:first-child {
  margin-left: 60px;
  margin-right: 25px;
}

button {
  border: 0;
}

.chkbox {
  cursor: pointer;
  font-size: 24px;
  position: relative;
  padding-left: 42px;
}

.chkbox input {
  display: none;
}

.chkbox:after {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 4px;
  left: 0;
  content: " ";
  color: #fff;
  display: inline-block;
  visibility: visible;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #ffffff;
  outline: 1px solid #000;
  z-index: 1;
}

.chkbox.active:before {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 4px;
  left: 0px;
  content: "";
  background: url("../img/icon-check.png") no-repeat center/22px;
  background-color: #fff;
  display: inline-block;
  visibility: visible;
  color: #ffffff;
  z-index: 2;
}

header {
  width: 750px;
  margin: 0 auto;
  padding: 0;
  background: #000000;
  text-align: center;
}

header img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.bg {
  width: 750px;
  margin: 0 auto;
  background-color: #ffff;
  overflow: hidden;
}
footer {
  width: 750px;
  margin: 0 auto;
  padding: 33px 0 36px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.5px;
  text-align: center;
  background-color: #fff;
  font-family: Arial, sans-serif;
  margin-bottom: 11%;
}
#kv-section .btn_wrap a:hover,
#section3PT .btn_wrap a:hover {
  transform: scale(1.1);
}
#myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
}

/* =========================================================== */
#kv-section {
  height: 1138px;
  text-align: center;
  position: relative;
  background: url(../img/kv-bg.jpg) no-repeat top ;

}
#kv-section .kv-logo {
  padding-top: 115px;
  position: absolute;
  left: 48%;
  top: 38%;
}
#kv-section .kv-logo .img1 {
  padding-bottom: 38px;
  width: 80%;
}
#kv-section .kv-logo .good_pd .img2 {
  padding-top: 40px;
  /* animation: pulsate-bck 5s ease-in-out infinite both; */
}
#kv-section .kv-logo .good_pd .good_pd_light{
  width: 253px;
  height: 243px;
  position: absolute;
  top: 60%;
  left: 16%;
  -webkit-mask-image: url(../img/kv-pt.png);
}

#kv-section .kv-logo .good_pd .good_pd_light span {
  display: block;
  width: inherit;
  height: 243px;
  animation: light 4.5s infinite linear;
  animation-delay: 1s;
  background: url(../img/light2.png) no-repeat center top;
  background-size: cover;
  opacity: 1;
}

#kv-section .kv-logo .kv-title{
  font-size: 44px;
  letter-spacing: 1px;
  line-height: 1;
}
#kv-section .kv-logo .kv-title span{
  font-size: 28px;
  font-family: 'Open Sans';
}

#kv-section .btn_wrap,
#section-2 .btn_wrap,
#section-5 .btn_wrap {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}
#kv-section .btn_wrap a,
#section-2 .btn_wrap a,
#section-5 .btn_wrap a {
  display: inline-block;
  margin: 0 10px;
}

/* =========================================================== */
#section-1 {
  background: url(../img/sec01-bg.jpg) center top no-repeat;
  height: 1992px;
  text-align: center;
  position: relative;
  margin: 0 auto;
}
#section-1 .sec01-content{
  position: absolute;
  top: 5%;
  width: 100%;
}
#section-1 .sec01-contentB{
  position: absolute;
  top: 25%;
  width: 100%;
}
#section-1 .sec01-contentC{
  position: absolute;
  top: 48%;
  width: 100%;
}

#section-1 .sec01-content .sec01-detail,
#section-1 .sec01-contentB .sec01-detail,
#section-1 .sec01-contentC .sec01-detail{
  display: flex;
  /* width: 100%; */
  align-items: center;
  justify-content: space-evenly;
  padding: 0 5%;
}

#section-1 .sec01-content .sec01-detail .sec01-text,
#section-1 .sec01-contentB .sec01-detail .sec01-text
{
  letter-spacing: 2px;
  padding-left: 5.5%;
}
#section-1 .sec01-content .sec01-detail .sec01-text .sec01-ptTitle,
#section-1 .sec01-contentB .sec01-detail .sec01-text .sec01-ptTitle,
#section-1 .sec01-contentC .sec01-detail .sec01-text .sec01-ptTitle
{
  font-size: 30px;
  color: var(--textColor);
  font-weight: 600;
  font-family: 'Open Sans';
}
#section-1 .sec01-content .sec01-detail .sec01-text .sec01-ptText{
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  font-family: 'Open Sans';

}
#section-1 .sec01-contentB .sec01-detail .sec01-text .sec01-ptTextB,
#section-1 .sec01-contentC .sec01-detail .sec01-text .sec01-ptTextB{
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5; 
  letter-spacing: 2px;
  font-family: 'Open Sans';
  width: 109%;
}
#section-1 .sec01-content .sec01-detail .sec01-text .sec01-ptText span,
#section-1 .sec01-contentB .sec01-detail .sec01-text .sec01-ptTextB span
{
  font-size: 24px;
  font-weight: 500;
}
#section-1 .sec01-content .sec01-detail .sec01-text .sec01-ptText .sec01-smallTxt{
  font-size: 18px;
  font-weight: 400;
}
#section-1 .sec01-content .sec01-detail .sec01-ptImg{
  transform: translateY(50px);
}
#section-1 .sec01-contentB .sec01-detail .sec01-text .sec01-ptTextB .sec-ptPice,
#section-1 .sec01-contentC .sec01-detail .sec01-text .sec01-ptTextB .sec-ptPice
{
  font-size: 20px;
  font-weight: 400;
  font-family: 'Open Sans';
}
#section-1 .sec01-contentB .sec01-detail .sec01-ptImg{
  transform: translate(-20px, 20px);
}

#section-1 .sec01-contentC .sec01-dot::after{
  content: " ";
  background: url(../img/sec01-line.png) no-repeat center;
  position: absolute;
  width: 100%;
  height: 3px;
  transform: translate(0px, 180px);
}

/* =========================================================== */
#section-2 {
  background: url(../img/sec02-bg.jpg) center top no-repeat;
  height: 1993px;
  text-align: center;
  position: relative;
}
#section-2 .good_pd .sec02-good{
  position: absolute;
  left: 2%;
  top: 17%;
  /* animation: pulsate-bck 5s ease-in-out infinite both; */
}
#section-2 .good_pd .good_pd_light{
  width: 482px;
  height: 554px;
  position: absolute;
  left: 2%;
  top: 17%;
  -webkit-mask-image: url(../img/sec02-mainPt.png);
}
#section-2 .good_pd .good_pd_light span {
  display: block;
  width: inherit;
  height: 554px;
  animation: light2 4.5s infinite linear;
  animation-delay: 1s;
  background: url(../img/light2.png) no-repeat center top;
  background-size: cover;
  opacity: 1;
}
#section-2 .good_item{
  display: flex;
  justify-content: center;
  align-items: center;
}
#section-2 .item1{
  position: absolute;
  left: 52%;
  top: 18%;
}
#section-2 .item2{
  position: absolute;
  left: 48%;
  top: 28%;
}
#section-2 .item3{
  position: absolute;
  left: 60%;
  top: 36%;
}
#section-2 .good_item .good_text{
  text-align: left;
  font-size: 22px;
  letter-spacing: 1px;
}
#section-2 .good_item .good_text span{
  color: var(--textColor);
  font-family: 'Open Sans';
  font-size: 22px;
}
#section-2 .good_item .itemImg{
  animation: 4s ease-in-out good_item2 infinite;
}
#section-2 .good_info{
  position: absolute;
  top: 46%;
  left: 10%;
  text-align: center;
}
#section-2 .good_info .good_title{
  color: var(--textColor);
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 2px;
}
#section-2 .good_info .good_text{
  /* width: 80%; */
  margin: 0 auto;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 1px;
}
#section-2 .swiper_s2{
  position: absolute;
  top: 55%;
  left: 0;
  width: 750px;
}
#section-2 .swiper_s2 .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background-color: #0a1a2c;
}
#section-2 .swiper_s2 .swiper-pagination-bullet-active {
  background-color: #fff;
}
#section-2 .swiper_s2 .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
#section-2 .swiper_s2 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}
#section-2 .swiper_s2 .swiper-horizontal > .swiper-pagination-bullets,
#section-2 .swiper_s2 .swiper-pagination-bullets.swiper-pagination-horizontal,
#section-2 .swiper_s2.swiper-pagination-custom,
#section-2 .swiper_s2.swiper-pagination-fraction {
  bottom: 25px;
}

@keyframes light {
  0% {
    opacity: 1;
    -webkit-transform: translatex(-200px);
    transform: translatex(-200px);
  }
  40% {
    -webkit-transform: translatex(60px);
    transform: translatex(60px);
  }
  100% {
    -webkit-transform: translatex(60px);
    transform: translatex(60px);
  }
}

@keyframes light2 {
  0% {
    opacity: 1;
    -webkit-transform: translatex(-400px);
    transform: translatex(-400px);
  }
  40% {
    -webkit-transform: translatex(600px);
    transform: translatex(600px);
  }
  100% {
    -webkit-transform: translatex(600px);
    transform: translatex(600px);
  }
}

@keyframes good_item {
  0% {
  }
  40% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes good_item2 {
  0% {
  }
  40% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

/* =========================================================== */
/* Sec02PT */
#section2PT {
  background: url(../img/sec02-ptBg.jpg) center top no-repeat;
  height: 1008px;
  text-align: center;
  position: relative;
}
#section2PT .sec02Pt-info {
  position: absolute;
  top: 10%;
  display: flex;
  padding: 0 5%;
  justify-content: center;
  /* align-items: center; */
  width: 100%;
}
#section2PT .sec02Pt-info .sec02Pt{
  display: flex;
  flex-direction: column;
  padding: 0 2%;
}
#section2PT .sec02Pt-info .sec02Pt figure{
  height: 220px;
}

#section2PT .sec02Pt-info .sec02Pt .ptTitle,
#section2PT .sec02Pt-info2 .sec02Pt .ptText .ptTitle {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 0;
}
#section2PT .sec02Pt-info .sec02Pt .ptPrice,
#section2PT .sec02Pt-info2 .sec02Pt .ptText .ptPrice{
  color: var(--textColor);
  font-size: 24px;
  margin-bottom: 0;
  margin-top: -5px;
}
#section2PT .sec02Pt-info .sec02Pt .ptPrice span,
#section2PT .sec02Pt-info2 .sec02Pt .ptText .ptPrice span {
  font-size: 36px;
  font-family: 'Open Sans';
}
#section2PT .sec02Pt-info .sec02Pt .ptOrgPrice,
#section2PT .sec02Pt-info2 .sec02Pt .ptText .ptOrgPrice {
  font-size: 22px;
  margin-bottom: 2px;
}
#section2PT .sec02Pt-info .sec02Pt .ptOrgPrice span,
#section2PT .sec02Pt-info2 .sec02Pt .ptText .ptOrgPrice span {
  font-family: 'Open Sans';
  font-size: 22px;
}
#section2PT .sec02Pt-info .sec02Pt .ptDetail {
  font-size: 17px;
  letter-spacing: 1px;
  margin-bottom: 0;
  font-weight: 400;
  font-family: 'Open Sans';
}
#section2PT .sec02Pt-info2 {
  position: absolute;
  top: 60%;
  display: flex;
  padding: 0 5%;
  justify-content: center;
  align-items: center;
  width: 100%;
} 
#section2PT .sec02Pt-info2 .sec02Pt{
  display: flex;
  flex-direction: row-reverse;
  padding: 0 2%;
  justify-content: space-around;
  align-items: center;
  width: 100%;
}

/* =========================================================== */
#section-3 {
  background: url(../img/sec03-bg.jpg) center top no-repeat;
  height: 1905px;
  text-align: center;
  position: relative;
}
#section-3 .good_pd .sec03-good{
  position: absolute;
  left: 2%;
  top: 18%;
  /* animation: pulsate-bck 5s ease-in-out infinite both; */
}
#section-3 .good_pd .good_pd_light{
  width: 697px;
  height: 535px;
  position: absolute;
  left: 2%;
  top: 18%;
  -webkit-mask-image: url(../img/sec03-mainPt.png);
}
#section-3 .good_pd .good_pd_light span {
  display: block;
  width: inherit;
  height: 535px;
  animation: light2 4.5s infinite linear;
  animation-delay: 1s;
  background: url(../img/light2.png) no-repeat center top;
  background-size: cover;
  opacity: 1;
}
#section-3 .good_item{
  position: absolute;
  left: 8%;
  top: 37%;
  animation: 4s ease-in-out good_item2 infinite;
}
#section-3 .good_info{
  position: absolute;
  top: 48%;
  left: 10%;
  text-align: center;
}
#section-3 .good_info .good_title{
  color: #00571d;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 2px;
}
#section-3 .good_info .good_text{
  margin: 0 auto;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 1px;
}
#section-3 .swiper_s3{
  position: absolute;
  top: 58%;
  left: 0;
  width: 750px;
}
#section-3 .swiper_s3 .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background-color: #fff;
  opacity: 1;
}
#section-3 .swiper_s3 .swiper-pagination-bullet-active {
  background-color: #04571d;
}
#section-3 .swiper_s3 .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
#section-3 .swiper_s3 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}
#section-3 .swiper_s3 .swiper-horizontal > .swiper-pagination-bullets,
#section-3 .swiper_s3 .swiper-pagination-bullets.swiper-pagination-horizontal,
#section-3 .swiper_s3.swiper-pagination-custom,
#section-3 .swiper_s3.swiper-pagination-fraction {
  bottom: 25px;
}
/* =========================================================== */
/* Sec03PT */
#section3PT {
  background: url(../img/sec03-ptBg.jpg) center top no-repeat;
  height: 2073px;
  text-align: center;
  position: relative;
}
#section3PT .sec03Pt-info {
  display: flex;
  padding: 0 5%;
  justify-content: center;
  /* align-items: center; */
  width: 100%;
}
#section3PT .sec03Info01 {
  position: absolute;
  top: 4%;
}
#section3PT .sec03Info02{
  position: absolute;
  top: 30%;
}
#section3PT .sec03Info03{
  position: absolute;
  top: 67%;
}
#section3PT .sec03Pt-info .sec03Pt{
  display: flex;
  flex-direction: column;
  padding: 0 2%;
}
#section3PT .sec03Pt-info .sec03Pt .ptTitle {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 0;
}
#section3PT .sec03Pt-info .sec03Pt .ptPrice{
  color: var(--textColor);
  font-size: 24px;
  margin-bottom: 0;
  margin-top: -5px;
}
#section3PT .sec03Pt-info .sec03Pt .ptPrice span{
  font-size: 36px;
  font-family: 'Open Sans';
}
#section3PT .sec03Pt-info .sec03Pt .ptOrgPrice {
  font-size: 22px;
  margin-bottom: 2px;
}
#section3PT .sec03Pt-info .sec03Pt .ptOrgPrice span {
  font-family: 'Open Sans';
  font-size: 22px;
}
#section3PT .sec03Pt-info .sec03Pt .ptDetail {
  font-size: 17px;
  letter-spacing: 1px;
  margin-bottom: 0;
  font-weight: 400;
  font-family: 'Open Sans';
}
#section3PT .btn_wrap{
  position: absolute;
  top: 90%;
  margin: 0 auto;
  padding: 0 25%;
}

/* =========================================================== */
#section-4 {
  background: url(../img/sec04-bg.jpg) center top no-repeat;
  height: 2468px;
  text-align: center;
  position: relative;
}
#section-4 .good_pd .sec04-good{
  position: absolute;
  left: 8%;
  top: 14.5%;
  /* animation: pulsate-bck 5s ease-in-out infinite both; */
}
#section-4 .good_pd .good_pd_light{
  width: 613px;
  height: 560px;
  position: absolute;
  left: 8%;
  top: 14.5%;
  -webkit-mask-image: url(../img/sec04-mainPt.png);
}
#section-4 .good_pd .good_pd_light span {
  display: block;
  width: inherit;
  height: 560px;
  animation: light2 4.5s infinite linear;
  animation-delay: 1s;
  background: url(../img/light2.png) no-repeat center top;
  background-size: cover;
  opacity: 1;
}
#section-4 .good_info{
  position: absolute;
  top: 38%;
  left: 8%;
  text-align: center;
}
#section-4 .good_info .good_title{
  color: #f5a21b;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 2px;
}
#section-4 .good_info .good_text{
  margin: 0 auto;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 1px;
}
#section-4 .swiper_s4{
  position: absolute;
  top: 46.5%;
  left: 0;
  width: 750px;
}
#section-4 .swiper_s4 .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background-color: #b9bfc4;
  opacity: 1;
}
#section-4 .swiper_s4 .swiper-pagination-bullet-active {
  background-color: #f5a21b;
}
#section-4 .swiper_s4 .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
#section-4 .swiper_s4 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}
#section-4 .swiper_s4 .swiper-horizontal > .swiper-pagination-bullets,
#section-4 .swiper_s4 .swiper-pagination-bullets.swiper-pagination-horizontal,
#section-4 .swiper_s4.swiper-pagination-custom,
#section-4 .swiper_s4.swiper-pagination-fraction {
  bottom: 25px;
}

/* sec04 Pt */
#section-4 .sec04Pt-info {
  display: flex;
  padding: 0 5%;
  justify-content: center;
  /* align-items: center; */
  width: 100%;
  position: absolute;
  top: 82%;
}
#section-4 .sec04Pt-info .sec04Pt{
  display: flex;
  flex-direction: column;
  padding: 0 2%;
}
#section-4 .sec04Pt-info .sec04Pt .ptTitle {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 0;
}
#section-4 .sec04Pt-info .sec04Pt .ptPrice{
  color: var(--textColor);
  font-size: 24px;
  margin-bottom: 0;
  margin-top: -5px;
}
#section-4 .sec04Pt-info .sec04Pt .ptPrice span{
  font-size: 36px;
  font-family: 'Open Sans';
}
#section-4 .sec04Pt-info .sec04Pt .ptOrgPrice {
  font-size: 22px;
  margin-bottom: 2px;
}
#section-4 .sec04Pt-info .sec04Pt .ptOrgPrice span {
  font-family: 'Open Sans';
  font-size: 22px;
}
#section-4 .sec04Pt-info .sec04Pt .ptDetail {
  font-size: 17px;
  letter-spacing: 1px;
  margin-bottom: 0;
  font-weight: 400;
  font-family: 'Open Sans';
}

@-webkit-keyframes pulsate-bck {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    transform: scale(0.98);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulsate-bck {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* =========================================================== */
#section-5 {
  background: url(../img/sec05-bg.jpg) center top no-repeat;
  height: 2082px;
  text-align: center;
  position: relative;
}
#section-5 .sec05Title{
  position: absolute;
  top: 3%;
}
#section-5 .sec05Title figure{
  margin-top: 5%;
}
#section-5 .sec05-date{
  position: absolute;
  top: 20%;
}

#section-5 p {
  position: absolute;
  bottom: 150px;
  font-size: 26px;
  font-weight: 400;
  color: #222222;
  letter-spacing: 4px;
  text-align: left;
  margin: 0 auto;
  padding: 60px 70px 41px;
}
#section-5 p span {
  font-size: 26px;
  font-weight: 400;
  color: #b70404;
}
#section-5 h3 {
  position: absolute;
  bottom: 100px;
  font-size: 20px;
  text-align: left;
  font-weight: 400;
  padding: 0 70px;
}
#section-form .list {
  padding: 0 28px;
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  margin-bottom: 10%;
}
#section-form .list li {
  letter-spacing: 1px;
  line-height: 2;
}

.modal-dialog {
  max-width: 550px;
}

.modal-content {
  border: 10px solid rgba(255, 255, 255, 0.5);
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  padding: 50px 30px 30px 30px;
}

.modal-body .close {
  background-color: transparent;
}

.modal-body .close span {
  font-size: 42px;
  color: #999;
  position: absolute;
  top: 10px;
  right: 10px;
}

.modal-body h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}

.modal-body p {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 1.3px;
  text-align: justify;
}

#thanks-section {
  margin: 0 auto;
  padding: 0;
  position: relative;
}

#thanks-section .logo {
  display: block;
  width: initial;
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

#thanks-section h1 {
  width: 100%;
  font-size: 48px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 1.8px;
  text-align: center;
  color: #242424;
  position: absolute;
  top: 184px;
  text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
}

#thanks-section img {
  display: block;
  width: 100%;
}

.progress {
  position: fixed;
  z-index: 1002;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateZ(0);
  background-color: #f1f1f1;
}

.progress__inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding-bottom: 20px;
  z-index: 0;
  text-align: center;
}

.progress__inner:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  bottom: 0;
  left: 0;
}

.progress__bar {
  position: absolute;
  display: block;
  bottom: 0;
  z-index: 1;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #000;
}

.preloadWrp,
.preload {
  display: none;
}

/* fixed btn */
#fixedBtn{
  display: none;
}
.fixed-btn {
  display: flex;
  position: fixed;
  bottom: 0;
  width: 750px;
  z-index: 999;
}
.fixed-btn .shared-btn { 
  width: 50%;  
  padding: 3% 0;
  text-align: center;
  color: #fff;
  font-size: 36px;
}
.fixed-btn .apply-btn {
  background-color: #4d647b; 
  text-shadow: 4px 3px 4px #222c36;
}

.fixed-btn .buy-btn {
  background-color: #efbe7e;
  text-shadow: 4px 3px 4px #d36702;
}