.linearG {
  background: linear-gradient(45deg, #f8c19a, #fadac2 70%);
  background-clip: text;
  color: transparent;
}
body,
html {
  background: #cf1219;
  color: #fff;
  text-align: justify;
  font-size: 1em;
  font-size: 100%;
  line-height: 1.8em;
  font-family: "微軟正黑體", 'Open Sans', sans-serif;
  overflow-x: hidden;
  width: 100%;
}
h2 {
  background: linear-gradient(45deg, #f8c19a, #fadac2 70%);
  background-clip: text;
  color: transparent;
  font-size: 6.5vw;
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  h2 {
    font-size: calc(87vw / 19.2);
  }
}
h3 {
  background: linear-gradient(45deg, #f8c19a, #fadac2 70%);
  background-clip: text;
  color: transparent;
  font-size: 6vw;
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  h3 {
    font-size: calc(60vw / 19.2);
  }
}
h4 {
  background: linear-gradient(45deg, #f8c19a, #fadac2 70%);
  background-clip: text;
  color: transparent;
  font-size: 3vw;
  position: relative;
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  h4 {
    font-size: calc(40vw / 19.2);
  }
}
h5 {
  font-size: 4vw;
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  h5 {
    font-size: calc(35vw / 19.2);
  }
}
a {
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  color: #fff;
}
a:hover {
  text-decoration: none;
  color: #fff;
}
p {
  font-size: 3vw;
  margin: 0 0 2vw;
  line-height: 4vw;
}
@media screen and (min-width: 1024px) {
  p {
    font-size: calc(20vw / 19.2);
    margin: 0;
    line-height: 1.7vw;
  }
}
img {
  width: 100%;
}
.block {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.menu .toTop {
  width: 42px;
  height: 42px;
  line-height: 40px;
  border-radius: 36px;
  position: absolute;
  bottom: 80px;
  right: 10px;
  background: rgba(255, 255, 255, 0.3);
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .menu .toTop {
    bottom: 30px;
    cursor: pointer;
  }
  .menu .toTop:hover {
    background: #fff;
  }
  .menu .toTop svg {
    color: #cf1219;
  }
}
@media screen and (max-width: 1023px) {
  .menu {
    width: 100%;
    height: 68px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    display: flex;
  }
  .menu a {
    background: #512407;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1;
    height: 100%;
    line-height: 34px;
    text-align: center;
  }
  .menu a:hover {
    background: #512407;
  }
  .menu a svg {
    font-size: 20px;
  }
  .menu a b {
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    margin-top: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .menu {
    display: none !important;
    width: 42px;
    height: 100dvh;
    position: fixed;
    bottom: 10px;
    right: 10px;
    bottom: 0;
    z-index: 9999;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
  }
  .menu a:not(.toTop) {
    background: rgba(255, 255, 255, 0.8);
    margin: 10px 5px;
    padding: 6px;
    width: 42px;
    height: 42px;
    line-height: 34px;
    border-radius: 36px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    text-align: right;
    cursor: pointer;
    position: relative;
    overflow: hidden;
  }
  .menu a:not(.toTop):hover {
    background: #f8c19a;
    color: #000;
    transform: all 0.5s;
    width: 130px;
  }
  .menu a:not(.toTop) svg {
    color: #cf1219;
    font-size: 20px;
    margin-right: 6px;
  }
  .menu a:not(.toTop):nth-child(4) svg {
    margin-right: 8px;
  }
  .menu a:not(.toTop):nth-child(5) svg {
    margin-right: 8px;
  }
  .menu a:not(.toTop) b {
    position: absolute;
    white-space: nowrap;
    font-size: 16px;
    right: 42px;
    color: #000;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.main {
  position: relative;
  animation: fadeIn 1.5s;
}
@media (max-width: 1023px) {
  .main {
    background: url(../images/top_3m.jpg) no-repeat;
    background-size: cover;
    height: 160vw;
    text-align: center;
  }
  .main .pic1 {
    width: calc(541vw / 19.2 * 2);
    margin: 9vw 0  0;
    display: none;
  }
  .main .pic2 {
    width: calc(708vw / 19.2 * 2);
    margin: 1vw 0 0;
    display: none;
  }
  .main .pic3 {
    width: calc(668vw / 19.2 * 2);
    margin: 0 auto 0;
    display: none;
  }
}
@media (min-width: 1024px) {
  .main {
    background: url(../images/top_3.jpg) no-repeat;
    background-size: cover;
    height: 56vw;
  }
  .main .pic1 {
    width: calc(541vw / 19.2);
    margin: 8vw 0 0 13vw;
    display: none;
  }
  .main .pic2 {
    width: calc(708vw / 19.2);
    margin: 1vw 0 0 9vw;
    display: none;
  }
  .main .pic3 {
    width: calc(668vw / 19.2);
    margin: 0 0 0 10vw;
    display: none;
  }
}
.b2 {
  background: url(../images/b2_2.jpg);
  background-size: cover;
}
.b2 .pic3::after {
  content: "";
  width: 30vw;
  height: 1px;
  background: #fadac2;
  display: block;
}
@media (max-width: 1023px) {
  .b2 {
    height: calc(840vw / 19.2 * 1.2);
    background-position: right;
  }
  .b2 .pic1 {
    margin: 7vw 0 0 9.5vw;
  }
  .b2 .pic2 {
    width: calc(834vw / 19.2 * 1.6);
    margin: 2vw 0 0 10vw;
  }
  .b2 .pic3 {
    margin: 4vw 0 0 10vw;
  }
  .b2 .pic3::after {
    position: absolute;
    width: 40vw;
    top: 6vw;
    left: 40vw;
  }
  .b2 .pic4 {
    width: calc(1133vw / 19.2 * 1.3);
    margin: 2vw 0 0 10vw;
  }
}
@media (min-width: 1024px) {
  .b2 {
    height: calc(840vw / 19.2);
  }
  .b2 .pic1 {
    margin: 7vw 0 0 9.5vw;
  }
  .b2 .pic2 {
    width: calc(834vw / 19.2);
    margin: 2vw 0 0 10vw;
  }
  .b2 .pic4 {
    width: calc(1133vw / 19.2);
    margin: 2vw 0 0 10vw;
  }
  .b2 .pic3 {
    margin: 4vw 0 0 10vw;
  }
  .b2 .pic3::after {
    position: absolute;
    top: 3.7vw;
    left: 30vw;
  }
}
.b3 .box {
  position: relative;
  padding: 10vw 10vw 0;
  background: url(../images/bg_line.jpg) no-repeat center 8vw;
  background-size: 100vw auto;
}
@media (min-width: 1024px) {
  .b3 .box:nth-child(even) {
    background-image: url(../images/bg_line2.jpg);
    padding-left: 40vw;
  }
  .b3 .box:nth-child(even) .title {
    right: inherit;
    left: 10vw;
  }
  .b3 .box:nth-child(even) .title h3 {
    margin-left: 0;
  }
  .b3 .box:nth-child(even) .title .con {
    background-image: url(../images/b3_bg2.png);
  }
  .b3 .box:nth-child(even) .title .con::after {
    right: inherit;
    left: 1vw;
  }
  .b3 .box:nth-child(even) .title p {
    color: #fff;
  }
}
@media (max-width: 1023px) {
  .b3 .con {
    overflow: hidden;
  }
}
@media (min-width: 1024px) {
  .b3 .title {
    position: absolute;
    z-index: 9;
    right: 6vw;
    top: 14vw;
  }
  .b3 .title h3 {
    margin-left: 15vw;
  }
  .b3 .title .con {
    width: calc(827vw / 19.2);
    height: calc(390vw / 19.2);
    background: url(../images/b3_bg1.png) no-repeat;
    background-size: cover;
    padding: 4.5vw 4.2vw;
    overflow: hidden;
  }
  .b3 .title .con::after {
    content: "";
    width: 28vw;
    height: 1px;
    background: #f8c19a;
    display: block;
    position: absolute;
    right: 1vw;
    bottom: -1.8vw;
  }
  .b3 .title p {
    font-size: calc(35vw / 19.2);
    color: #42210b;
    line-height: 3.6vw;
  }
}
.b4 {
  padding: 8vw 3.5vw 0;
  background: url(../images/bg_line2.jpg) no-repeat center 2vw;
  background-size: 100vw auto;
}
@media (max-width: 1023px) {
  .b4 {
    padding: 8vw 0 0;
  }
}
.b4 .list {
  display: flex;
}
@media (max-width: 1023px) {
  .b4 .c2,
  .b4 .c3 {
    flex-direction: column;
  }
  .b4 .c2 .mobile:first-child,
  .b4 .c3 .mobile:first-child {
    margin-left: 20.3vw;
  }
}
.b4 .mobile {
  display: flex;
}
@media (max-width: 1023px) {
  .b4 .mobile {
    margin-top: -11.5vw;
  }
}
@media (max-width: 1023px) {
  .b4 .box {
    flex: 0 0 calc(390vw / 19.2 * 2);
    height: calc(450vw / 19.2 * 2);
  }
  .b4 .box p {
    margin: 0;
  }
  .b4 .box h5 {
    margin-bottom: 1vw;
  }
}
@media (min-width: 1024px) {
  .b4 .box {
    width: calc(390vw / 19.2);
    height: calc(450vw / 19.2);
  }
}
.b4 .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: url(../images/b4_bg1.png) center;
  background-size: cover;
  color: #42210b;
  padding: 0 2.5vw;
}
.b4 .text.t2 {
  background-image: url(../images/b4_bg2.png);
}
@media (min-width: 1024px) {
  .b4 .c1 {
    margin: 0 0 0 20.4vw;
  }
  .b4 .c2 {
    margin: -6vw 0 0 10.2vw;
  }
  .b4 .c3 {
    margin: -6vw 0 0 0;
  }
}
.b8 {
  margin-top: 8vw;
}
.owl-carousel {
  display: none;
  position: relative;
}
@media (min-width: 1024px) {
  .owl-carousel {
    width: calc(1000vw / 19.2);
  }
}
.owl-carousel .owl-nav.disabled + .owl-dots {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.b5 {
  padding: 16vw 13vw 0;
  background: url(../images/b5_3m.jpg) no-repeat;
  background-size: 100vw auto;
}
@media screen and (min-width: 1024px) {
  .b5 {
    background-image: url(../images/b5_3.jpg);
    padding: 6.5vw 10vw 0;
  }
}
.b5 h2 {
  font-size: 6.5vw;
}
@media screen and (min-width: 1024px) {
  .b5 h2 {
    font-size: calc(76vw / 19.2);
    flex: 0 0 37vw;
    margin-left: 3vw;
  }
}
.b5 h4 {
  font-size: 3vw;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .b5 h4 {
    font-size: calc(24vw / 19.2);
  }
}
@media screen and (min-width: 1024px) {
  .b5 .top {
    display: flex;
    align-items: center;
    height: 9.5vw;
  }
}
.b5 .two {
  margin: 7vw 0;
}
@media screen and (min-width: 1024px) {
  .b5 .two {
    display: flex;
    margin: 2.5vw 0 0 3vw;
    align-items: center;
  }
}
.b5 .two h6 {
  font-size: 5vw;
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  .b5 .two h6 {
    font-size: calc(55vw / 19.2);
    flex: 0 0 25vw;
  }
}
@media screen and (min-width: 1024px) {
  .b5 .two p {
    font-size: calc(26vw / 19.2);
    line-height: 2.2vw;
    margin-right: 2vw;
  }
}
@media screen and (max-width: 1023px) {
  .b5 .pic .block {
    margin-bottom: 1vw;
  }
}
@media screen and (min-width: 1024px) {
  .b5 .pic {
    display: flex;
    margin: 3.5vw 0 0 2.7vw;
    align-items: center;
  }
  .b5 .pic .block {
    margin-left: 0.5vw;
  }
}
@media screen and (max-width: 1023px) {
  .b5 .bottom {
    height: 130vw;
    margin-top: 10vw;
  }
}
@media screen and (min-width: 1024px) {
  .b5 .bottom {
    height: 50vw;
  }
}
.b5 .bottom h5 {
  background: linear-gradient(45deg, #f8c19a, #fadac2 70%);
  background-clip: text;
  color: transparent;
  font-size: 6vw;
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  .b5 .bottom h5 {
    font-size: calc(76vw / 19.2);
    margin: 13vw 0 0 45vw;
  }
}
@media screen and (min-width: 1024px) {
  .b5 .bottom p {
    font-size: calc(26vw / 19.2);
    line-height: 2.2vw;
    margin: 0.5vw 0 0 45vw;
  }
}
.contact {
  background: #cf1219;
  padding: 5vw 10vw 3vw;
  background: url(../images/contact.jpg);
  background-size: cover;
}
@media (min-width: 1024px) {
  .contact .content {
    display: flex;
  }
}
@media (max-width: 1023px) {
  .contact .content iframe {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .contact .content iframe {
    flex: 1;
    margin-right: 2vw;
    height: 420px;
  }
}
@media (max-width: 1023px) {
  .contact .content .con {
    margin-top: 20px;
  }
}
@media (min-width: 1024px) {
  .contact .content .con {
    flex: 0.5;
  }
}
.contact .content .con .list:not(:first-child) {
  margin-top: 5px;
}
.contact .content .con .list:not(:first-child).d-flex div {
  flex: 1;
}
.contact .content .con .list:not(:first-child) .bg {
  color: #000;
  padding: 5px 10px;
  width: 80px;
  background: #cdbaa2;
}
.contact .content .con .title {
  display: block;
  width: 100%;
  font-size: 15px;
}
.contact .content .con input {
  width: 100%;
  padding: 5px 10px;
  border: 1px solid #cf1219;
}
.contact .logo {
  text-align: center;
}
@media (max-width: 1023px) {
  .contact .logo {
    margin: 8vw 0 2vw;
  }
}
@media (min-width: 1024px) {
  .contact .logo {
    margin: 4vw 0 1vw;
  }
}
@media (max-width: 1023px) {
  .contact .logo img {
    width: calc(540vw / 19.2 * 2);
  }
}
@media (min-width: 1024px) {
  .contact .logo img {
    width: calc(540vw / 19.2);
  }
}
@media (max-width: 1023px) {
  .contact footer {
    margin-bottom: 80px;
  }
}
.contact footer .top {
  display: flex;
}
@media (max-width: 1023px) {
  .contact footer .top {
    flex-direction: column;
  }
}
@media (min-width: 1024px) {
  .contact footer .top {
    align-items: center;
  }
}
.contact footer .top .tip {
  border: 1px solid #fff;
  text-align: center;
  margin-right: 1vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1023px) {
  .contact footer .top .tip {
    width: calc(82vw / 19.2 * 3);
    height: calc(82vw / 19.2 * 3);
    line-height: 5vw;
    font-size: calc(28vw / 19.2 * 3);
    position: absolute;
  }
}
@media screen and (min-width: 1024px) {
  .contact footer .top .tip {
    flex: 0 0 calc(82vw / 19.2);
    height: calc(82vw / 19.2);
    line-height: 1.8vw;
    font-size: calc(28vw / 19.2);
  }
}
.contact footer .top .tel {
  white-space: nowrap;
}
@media (max-width: 1023px) {
  .contact footer .top .tel {
    font-size: calc(76vw / 19.2 * 1.5);
    margin-left: 16vw;
    line-height: 6vw;
  }
}
@media screen and (min-width: 1024px) {
  .contact footer .top .tel {
    font-size: calc(76vw / 19.2);
    margin-right: 2vw;
  }
}
.contact footer .top .add {
  white-space: nowrap;
}
@media (max-width: 1023px) {
  .contact footer .top .add {
    font-size: calc(40vw / 19.2 * 2);
    margin-left: 16vw;
    line-height: 8vw;
  }
}
@media screen and (min-width: 1024px) {
  .contact footer .top .add {
    margin-right: 2vw;
    font-size: calc(40vw / 19.2);
  }
}
@media (max-width: 1023px) {
  .contact footer .top .logo2 {
    width: 30vw;
    margin-top: 20px;
  }
}
.contact footer .bottom {
  display: flex;
}
@media screen and (max-width: 1023px) {
  .contact footer .bottom {
    flex-direction: column;
    font-size: 12px;
    line-height: 1.5em;
    border-top: 1px solid #fff;
    margin-top: 10px;
    padding-top: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .contact footer .bottom {
    font-size: calc(24vw / 19.2);
    line-height: 1.2vw;
    margin-top: 2vw;
  }
  .contact footer .bottom span {
    white-space: nowrap;
  }
  .contact footer .bottom span:not(:first-child) {
    border-left: 1px solid #fff;
    padding-left: 1vw;
    margin-left: 1vw;
  }
}
.btn {
  display: block;
  padding: 6px 20px;
  border: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 18px;
  border-radius: 0;
  background: #9b734f;
  width: 100%;
  color: #fff;
  margin-top: 30px;
}
.btn:hover {
  background: #fadac2;
  color: #fff;
}
/*彈出*/
.pop_block {
  width: 100%;
  height: 100vh;
  position: fixed;
  overflow-y: auto;
  top: 0;
  left: 0;
  z-index: 999999999;
  background: rgba(255, 255, 255, 0.95);
  color: #000;
  padding-bottom: 50px;
}
.pop_block h5 {
  text-align: center;
}
.pop_block .closed {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 0;
  top: 0;
  margin: 10px;
  cursor: pointer;
  font-size: 30px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .pop_block .closed {
    right: 20px;
    top: 10px;
    width: 50px;
    height: 50px;
    margin: 20px;
  }
}
.pop_block .closed:hover {
  opacity: 0.8;
}
.pop_block .container {
  margin-top: 50px;
  text-align: center;
  font-size: 13px;
}
@media screen and (min-width: 992px) {
  .pop_block .container {
    font-size: 15px;
    line-height: 1.2em;
  }
}
.pop_block P {
  width: 100%;
  text-align: left;
  font-size: 15px;
  line-height: 1.8em;
}
.pop_block a {
  color: #f8c19a;
}
/*表單回饋彈出*/
.feedback_text {
  width: 100%;
  height: 100vh;
  position: fixed;
  overflow-y: auto;
  top: 0;
  left: 0;
  z-index: 999999999;
  background: rgba(255, 255, 255, 0.9);
  color: #000;
}
.feedback_text h5 {
  text-align: center;
  margin-top: 45vh;
}
.feedback_text .closed {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 0;
  top: 0;
  margin: 10px;
  cursor: pointer;
  font-size: 30px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .feedback_text .closed {
    right: 20px;
    top: 10px;
    width: 50px;
    height: 50px;
    margin: 20px;
  }
}
.feedback_text .closed:hover {
  opacity: 0.8;
}
.feedback_text .container {
  margin-top: 50px;
  text-align: center;
  font-size: 13px;
}
@media screen and (min-width: 992px) {
  .feedback_text .container {
    font-size: 15px;
    line-height: 1.2em;
  }
}
.feedback_text P {
  width: 100%;
  text-align: left;
}
.feedback_text a {
  color: #f8c19a;
}
.feedback_text .btn {
  width: 120px;
  margin: 20px auto;
}
/*****************
    check-box
*****************/
.check-box {
  display: block;
  position: relative;
  padding-left: 28px;
  margin: 20px auto 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.check-box label {
  font-size: 15px;
}
.check-box input {
  position: absolute;
  cursor: pointer;
  display: none;
  font-weight: normal;
}
.check-box .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 1px solid #f8c19a;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.check-box:hover input ~ .checkmark {
  background-color: #f8c19a;
}
.check-box input:checked ~ .checkmark {
  background-color: #f8c19a;
  border: none;
}
.check-box .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.check-box input:checked ~ .checkmark:after {
  display: block;
}
.check-box .checkmark:after {
  top: 5px;
  left: 10px;
  box-sizing: border-box;
  width: 6px;
  height: 12px;
  border-width: 2px;
  border-style: solid;
  border-color: #cf1219;
  border-top: 0;
  border-left: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.check-box a {
  color: #f8c19a !important;
}
