@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
:target {
  padding-top: 0;
  margin-top: 0;
}
:root, [data-bs-theme=light] {
  --bs-main-text: #404040;  /* new */
  --bs-main-title: #E48024;  /* new */
  --bs-dark-title: #66453D;  /* new */
  --bs-main-span: #808080;  /* new */
  --bs-gray: #666666;  /* new */
}
body {
  transition: all 0.5s ease;
  transition-duration: 0.5s;
  font-family: "Helvetica","Noto Sans TC", "Arial","LiHei Pro","黑體-繁","微軟正黑體", sans-serif !important;
  font-style: normal;
  font-weight: 500;
  width: 100%;
  font-size: 14px;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%
}
a {
  color: #2E4555 !important;
  text-decoration: none !important;
  display: block;
  width: 100%;
  height: 100%;
}
a:visited {
  text-decoration: none !important;
}
a:active {
  text-decoration: none !important;
  opacity: .8;
}
a:hover {
  text-decoration: none !important;
}
p {
  color: var(--bs-main-text);
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 0;
}
h2 {
  text-align: center;
  font-size: 1.7rem;
  letter-spacing: 0;
  color: var(--bs-main-title);
}
h3 {
  font-size: 1.2rem;
  line-height: 1;
  color: var(--bs-main-title);
}
h4 {
  font-size: 1.14rem;
  line-height: 1;
  color: var(--bs-main-title);
}
.span {
  color: var(--bs-gray);
  font-weight: 300;
  line-height: 1;
  font-size: 0.8rem;
}
.button:hover {
  transform: scale(1.05);
  transition-duration: 0.1s;
  transition: all 0.15s ease-in-out;
}
.button a:hover {
  -webkit-filter: drop-shadow(0px 0px 0.5vw rgba(0, 0, 0, 0.8));
  filter: drop-shadow(0px 0px 0.5vw rgba(0, 0, 0, 0.8));
  opacity: 0.85
}
.button a:active {
  opacity: 0.5
}
.kv {
  width: 100%;
  height: auto;
  margin-top: 60px;
  z-index: 1;
}
.kvBlock {
  bottom: -29%;
  z-index: 1;
}
.kvTitle {
  top: 9vw;
  right: 6.5vw;
  width: 42vw;
  z-index: 1;
}
.menu {
  background-color: #fff;
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  z-index: 2;
  box-shadow: 0 0 5px #666666;
}
.logo {
  width: fit-content;
  height: 50px;
}
.hand {
  width: 28vw;
  bottom: 2vw;
  left: 2vw;
  z-index: 0;
  transform-origin: 0% 100%;
}
.plant_1, .car, .boatL, .boatR {
  position: absolute;
  transform: translate(-50%,-50%);
  margin: 0;
  font-size: 0;
  z-index: 1;
}
.car {
  width: 25vw;
  top: 46%;
  left: 26%;
}
.a_href {
  display: flex;
  align-items: center;
  justify-content: center;
}
.a_href:hover {
  background-color: #F6F8FA;
  transition: .3s;
}
.a_href:active {
  background-color: #dfe1e1;
  color: #777777 !important;
  transition: .3s;
}
.blank {
  position: relative;
  margin-top: 4vw;
  z-index: 1;
}
.title {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  z-index: 1;
}
.titleLine1 h2, .titleLine2 h2 {
  color: var(--bs-main-title);
  font-weight: 700;
  text-align: center;
}
.titleLine1, .titleLine2 {
  width: 95%;
  margin: auto;
  position: relative;
  line-height: 1.3;
}
.titleLine1:after, .titleLine1:before {
  content: "";
  position: absolute;
  top: 50%;
  background: var(--bs-main-title);
  height: .2vw;
  width: 15%;
}
.titleLine2:after, .titleLine2:before {
  content: "";
  position: absolute;
  top: 50%;
  background: var(--bs-main-title);
  height: .2vw;
  width: 5%;
  display: none;
}
.titleLine1:after, .titleLine2::after{
  left: 0;
}
.titleLine1:before, .titleLine2:before{
  right: 0;
}

/* 橘＋白色底框 */
.orange-frame {
  position: relative;
  background-color: #e48024;
  margin-bottom: 0;
  box-shadow: 0px 0.25vw 0.75vw #4d4d4d;
}
.frame {
  position: relative;
  margin: auto auto 5vw auto;
  padding: 8vw 4vw;
  background-color: #fff;
  box-shadow: 0px 0.25vw 0.75vw #4d4d4d;
}
.sec-1 {
  position: relative;
  max-width: 100%;
  background-color: #F3F6E0;
  padding-top: 40px;
  padding-bottom: 80px;
  z-index: 1;
}
.sec-1 h4 {
  margin-top: .5vw;
}
.sec1Left {
  left: 0;
  top: 50%;
  z-index: 0;
}
.sec1Right {
  bottom: 15%;
  right: 0;
  z-index: 0;
}
.sec2Left {
  left: 5%;
  top: 55%;
  z-index: 0;
}
.sec2Right {
  top: 24%;
  right: 5%;
  z-index: 0;
}
.sec3Left {
  top: 6%;
  left: 0;
  z-index: 0;
}
.sec3Right {
  top: 6%;
  right: 0;
  z-index: 0;
}
.paddingLeft {
  padding-left: 3vw;
  padding-right: 3vw;
}
.plan1 {
  height: 20vw;
  margin-top: 2.4vw;
}
.plan2 {
  margin-top: 2.4vw;
}
.planEx {
  position: relative;
  font-weight: 300;
  z-index: 1;
}
.planContent {
  max-width: 40vw;
  width: 40vw;
}
.code {
  width: 55%;
}
.arrow {
  width: 1.08rem;
}
.button {
  background-color: #f89c30;
  width: inherit;
  height: auto;
  margin: auto;
  border: 1px solid #fff;
  padding: 1.5vw 3vw 1vw;
  box-shadow: 0px 3px 0px var(--bs-main-title);
}
.button h3 {
  margin: auto;
  color: #fff;
  text-shadow: 1px 1px 0px #2E4555;
}
.p-price {
  color: var(--bs-main-title);
  font-size: 2.8rem;
  font-weight: 800;
  letter-spacing: -0.1rem;
  line-height: 1;
}
.p-small {
  font-weight: 500;
  font-size: 0.8rem;
  line-height: 1;
  color: var(--bs-main-span);
}
.p-large {
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 5px;
  color: var(--bs-main-text);
}
.triangle {
  border-top: 1.2vw solid transparent;
  border-bottom: 1.2vw solid transparent;
  border-left: 1.6vw solid #fff;
  display: inline-block;
  margin-bottom: .5vw;
}
.sec-2 {
  position: relative;
  background-color: #fce7ed;
  background-image: url(img/sec2-bg.jpg);
  background-size: 100% 100%;
  background-position: center center;
  padding: 10vw 0 13vw;
  margin: -50px auto;
  border-radius: 50% 50% 50% 50%/5%;
  -webkit-border-radius: 50% 50% 50% 50%/5%;
  z-index: 1;
}
.sec-3 {
  position: relative;
  background-color: #fce7ed;
  background-image: url(img/bg_repeat.jpg);
  background-repeat: repeat;
  padding: 120px 3% 60px;
}
.sec-3 h2 {
  margin-bottom: 0;
  padding: 1rem 0 .75rem;
  color:#fff
}
.remerk p {
  font-size: .88rem;
  line-height: 1.5;
}
.footer {
  position: relative;
  z-index: 1;
  background-color: transparent;
  width: 100%;
  padding-top: 3vw;
  padding-bottom: 4vw;
  margin-bottom: 40vw;
}
.footer_logo {
  width: 35vw;
  margin-top: 3vw;
  margin-bottom: 6vw;
}
.float {
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: .25rem .5rem;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 3px #666666;
  z-index: 2;
}
.floatIcon {
  width: 90px;
  margin: .25rem 1rem;
}
.floatIcon:hover {
  transform: scale(1.05);
  filter: brightness(1.12);
  filter: contrast(1.12);
  transition: .25s ease-out;
}

/* --------------------------------------------------------------------------------- 439 UP */
@media ( min-width : 439px ) {
  html {
    font-size: 12.8pt;
  }
  .plan1 {
    margin-top: 12px;
  }
  .plan2 {
    margin-top: 12px;
    /* left: 18%; */
  }
  .sec-1 h4 {
    margin-top: 1vw;
  }
  .triangle {
    margin-bottom: .15vw;
  }
  .code {
    width: 62%;
  }
  .paddingLeft {
    padding-left: 1.5vw;
    padding-right: 1.5vw;
  }
  .footer {
    margin-bottom: 120px;
  }
}

/* --------------------------------------------------------------------------------- 767 UP */
@media ( min-width : 767px ) {
  :target {
    padding-top: 60px;
    margin-top: -60px;
  }
  html {
    font-size: 14pt;
  }
  p {
    font-size: 1rem;
  }
  h2 {
    font-size: 2.9rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  h4 {
    font-size: 1.3rem;
  }
  .car {
    width: 180px;
    top: auto;
    bottom: 70px;
    left: 28%;
  }
  .hand {
    width: 260px;
    left: 0px;
    bottom: 10px;
  }
  .sec-1 {
    background-image: url(img/bg-1.svg);
    background-position: center center;
    background-repeat: repeat-x;
    background-size: 100%;  
  }
  .sec-1 h4 {
    margin-top: 0.6vw;
  }
  .plan1 {
    margin-top: 10px;
  }
  .plan2 {
    margin-top: 10px;
  }
  .planContent {
    max-width: 320px;
    width: 320px;
  }
  .paddingLeft {
    padding-left: 18px;
    padding-right: 0;
  }
  .arrow {
    width: .88rem;
  }
  .code {
    width: 150px;
  }
  .button {
    padding: 6px 20px 4px;
  }
  .button h3 {
    font-size: 1.24rem;
  }
  .triangle {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #fff;
    margin-bottom: 2px;
  }
  .blank {
    margin-top: 20px;
  }
  .title {
    font-size: 2.4rem;
    padding-top: 0px;
    padding-bottom: 40px;
  }
  .titleLine1:after, .titleLine1:before,
  .titleLine2:after, .titleLine2:before {
    margin-top: -1.2rem;
  }
  .titleLine2:after, .titleLine2:before {
    display: block;
  }
  .p-large {
    font-size: 1.3rem;
  }
  .p-small {
    font-size: 1rem;
  }
  .frame {
    box-shadow: 0px 2px 3px #4d4d4d;
    padding: 55px 35px;
    margin: auto auto 40px auto;
    font-weight: 400;
  }
  .footer {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 0;
  }
  .footer_logo {
    width: 160px;
    height: fit-content;
    margin-top: 0;
    margin-bottom: 0;
  }
  .footer p {
    font-size: 0.7rem;
  }
  .float {
    width: auto;
    bottom: 30%;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: rgba(255, 255, 255, 0.65);
    box-shadow: none;
  }
  .floatIcon {
    width: 85px;
    margin: 0.25rem 0.25rem;
  }
}


/* --------------------------------------------------------------------------------- 991 UP */
@media ( min-width : 991px ) {
  html {
    font-size: 16pt;
  }
  p {
    font-size: 1.14rem;
  }
  h2 {
    font-size: 3rem;
  }
  h3 {
    font-size: 1.6rem;
  }
  h4 {
    font-size: 1.32rem;
  }
  .p-price {
    font-size: 3.6rem;
  }
  .p-small {
    font-size: 0.94rem;
  }
  .p-large {
    font-size: 1.32rem;
  }
  .car {
    width: 240px;
    bottom: 90px;
    left: 26%;
  }
  .hand {
    width: 320px;
    left: -10px;
    bottom: 0;
  }
  .plan1 , .plan2 {
    margin-top: 15px;
  }
  .arrow {
    width: 1.4rem;
  }
  .planContent {
    max-width: 400px;
    width: 400px;
  }
  .code {
    width: 200px;
  }
  .button {
    padding: 8px 28px 6px;
  }
  .button h3 {
    font-size: 1.4rem;
  }
  .sec-2 {
    padding: 60px 0px 120px;
  }
  .blank {
    flex-wrap: initial;
  }
  .title {
    padding-top: 55px;
    padding-bottom: 25px;
  }
  .titleLine1:after, .titleLine1:before {
    height: 2px;
    margin-top: 0.5rem;
    width: 20%;
  }
  .titleLine2:after, .titleLine2:before {
    height: 2px;
    margin-top: 0.5rem;
    width: 10%;
  }
  .footer p {
    font-size: 0.6rem;
  }
  .footer_logo {
    width: 210px;
  }
  .separate {
    border-left: 1px solid var(--bs-main-text);
  }
}


/* --------------------------------------------------------------------------------- 1199 UP */
@media ( min-width : 1199px ) {
  html {
    font-size: 18.4pt;
  }
  p {
    line-height: 1.6;
  }
  .plan1, .plan2 {
    margin-top: 18px;
  }
  .car {
    width: 26vw;
    bottom: 8vw;
    left: 27%;
  }
  .hand {
    width: 30vw;
    left: 0;
    bottom: 0;
  }
  .button {
    padding: 12px 50px 10px;
  }
  .title {
    padding-bottom: 45px;
  }
  .titleLine1:after, .titleLine1:before {
    width: 25%;
    height: 3px;
    margin-top: 0;
  }
  .titleLine2:after, .titleLine2:before {
    width: 15%;
    height: 3px;
    margin-top: 0;
  }
  .frame {
    padding: 70px 40px;
  }
  .p-large {
    font-size: 1.4rem;
  }
  .p-small {
    font-size: 1.1rem;
    margin-bottom: 15px;
  }
}

/* --------------------------------------------------------------------------------- 1439 UP */
@media ( min-width : 1439px ) {
  .span {
    font-size: .74rem;
  }
  .sec1Left {
    left: 8%;
  }
  .sec1Right {
    right: 4%;
  }
  .sec3Left {
    left: 10%;
  }
  .sec3Right {
    right: 10%;
  }
  .paddingLeft {
    padding-left: 104px;
    padding-right: 104px;
  }
}


