﻿@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/cwtexyen.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url(https://fonts.googleapis.com/earlyaccess/cwtexming.css);
@import url(https://fonts.googleapis.com/earlyaccess/cwtexfangsong.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200..900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**/
/*cwTeXYen*/
/*Noto Sans TC*/
/*cwTeXMing*/
/*cwTeXFangSong*/
/**/
* {
  text-decoration: none;
}

html, body {
  height: 100%;
  word-wrap: break-word;
  word-break: break-all;
}

body {
  font-family: "Noto Sans TC", sans-serif, Arial;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 2px;
  line-height: 1.3;
  color: #646464;
}

/*---------------------- font/ font / font /  font / font / ----------------------*/
h1 {
  opacity: 0;
  visibility: hidden;
  height: 0;
}

h2 {
  font-size: 2.1875rem;
  font-family: "Noto Sans TC", "Arial";
  color: #4D3416;
  font-weight: 500;
  margin: 0 0 60px 0;
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1023px) {
  h2 {
    font-size: 1.5rem;
    margin: 0 0 40px 0;
  }
}
h2:before {
  content: "";
  background: url(../Images/icon_heart.png) no-repeat center center;
  background-size: contain;
  width: 22px;
  height: 23px;
  display: inline-block;
  position: absolute;
  top: -25px;
  left: -22px;
}
h2::after {
  content: "";
  background: #F6AE17;
  width: 50%;
  height: 6px;
  border-radius: 50px;
  display: inline-block;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1023px) {
  h2::after {
    bottom: -10px;
  }
}

/*---------------------- font/ font / font /  font / font / ----------------------*/
/*---------------------- 通用/ 通用 / 通用 /  通用 / 通用 / ----------------------*/
.content_section .wrap {
  padding: 90px 0 120px;
  margin: 0 auto;
  max-width: 1400px;
}
@media screen and (max-width: 1023px) {
  .content_section .wrap {
    padding: 60px 0;
    max-width: 94%;
  }
}

/*卡片*/
.card_box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .card_box {
    grid-template-columns: 1fr;
  }
}
.card_box .card > a {
  color: #646464;
  font-size: 1.25rem;
  display: block;
}
.card_box .card > a .img_box {
  overflow: hidden;
  width: 100%;
}
.card_box .card > a .img_box img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.card_box .card > a:hover img {
  transform: scale(1.1);
}

/*內文區*/
.content_box {
  max-width: 960px;
  padding: 60px 8.5% 90px;
  background: #fff;
  border-radius: 50px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  .content_box {
    max-width: 94%;
    padding: 40px 6.5% 60px;
    border-radius: 30px;
  }
}
.content_box ul > li {
  margin: 0 0 40px;
}
.content_box ul > li:last-child {
  margin: 0;
}
.content_box p, .content_box ul li li {
  margin: 15px 0 0;
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: justify;
}
.content_box h3 {
  font-size: 1.375rem;
}
.content_box h4 {
  font-size: 1.125rem;
  font-weight: 600;
}

/*麵包屑*/
.breadcrumb {
  display: flex;
  margin: 60px auto 20px;
  flex-wrap: wrap;
  max-width: 960px;
  padding-left: 25px;
}
@media (max-width: 1023px) {
  .breadcrumb {
    max-width: 94%;
    margin: 40px auto 20px;
    padding-left: 15px;
  }
}
.breadcrumb li, .breadcrumb li a {
  color: #646464;
  margin-right: 4px;
  transition: all 0.3s ease-in-out;
  font-size: 1rem;
}
.breadcrumb li a:hover {
  color: #EE7700;
}

/*footer*/
footer {
  background: #F6AE17;
}
footer .wrap {
  padding: 25px 0;
  margin: 0 auto;
  max-width: 1120px;
  display: grid;
  grid-template-columns: 32% 1fr;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  footer .wrap {
    padding: 15px 0;
    max-width: 94%;
    grid-template-columns: 1fr;
  }
}
footer .wrap .footer_logo, footer .wrap .footer_text {
  padding: 0 20px;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  footer .wrap .footer_logo, footer .wrap .footer_text {
    padding: 20px;
  }
}
footer .wrap .footer_logo img, footer .wrap .footer_text img {
  object-fit: contain;
  width: 100%;
}
footer .wrap .footer_logo a, footer .wrap .footer_text a {
  color: #F6AE17;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
footer .wrap .footer_logo a:hover, footer .wrap .footer_text a:hover {
  color: #4D3416;
}
footer .wrap .footer_text {
  border-left: 1px solid #fff;
}
@media screen and (max-width: 1023px) {
  footer .wrap .footer_text {
    border-left: 0px solid #fff;
    border-top: 1px solid #fff;
  }
}

/*動畫*/
@keyframes jump {
  100% {
    transform: translate(-50%, -5px) scale(1.02);
  }
}
@keyframes hover_jump {
  100% {
    transform: translate(0, 5px);
  }
}
@keyframes circle {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*---------------------- 通用/ 通用 / 通用 /  通用 / 通用 / ----------------------*/
/*---------------------- menu/ menu / menu /  menu / menu / ----------------------*/
/************** 電腦版menu **************/
.menu_section {
  width: 100%;
  clear: both;
  position: fixed;
  z-index: 999;
  top: 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

.menu-all {
  width: 100%;
  margin: 0 auto;
  background: #EE7700;
  box-sizing: border-box;
  position: relative;
}
.menu-all ul {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 245px 1fr 1.5fr;
  max-width: 824px;
  align-items: start;
  margin: 0 auto;
  height: 70px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .menu-all ul {
    grid-template-columns: 1fr;
  }
}
.menu-all ul a {
  display: block;
  text-align: center;
  position: relative;
}
.menu-all ul a:hover {
  animation-name: hover_jump;
  animation-duration: 0.3s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.menu-all ul span {
  font-size: 1.125rem;
  text-align: center;
  display: block;
  font-weight: 500;
  margin: 3px 0 0 0;
  letter-spacing: 1px;
  color: #fff;
  top: 24px;
  position: relative;
}
.menu-all ul .menu-logo {
  padding: 20px 25px;
  border-radius: 0px 0px 30px 30px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  background: #fff;
}
.menu-all ul .menu-logo img {
  object-fit: contain;
  width: 100%;
}
.menu-all ul li {
  position: relative;
}
.menu-all ul li:nth-child(2) span {
  animation-name: focus;
  animation-duration: 0.4s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  position: relative;
}
.menu-all ul li:nth-child(2) span:before {
  content: "HOT";
  font-size: 0.75rem;
  color: #fff;
  position: absolute;
  top: -17px;
  left: 0px;
  transform: rotate(-25deg);
  animation-name: hot;
  animation-duration: 0.4s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@media screen and (max-width: 1023px) {
  .menu-all ul li:nth-child(2) span:before {
    color: #EE7700;
  }
}
.menu-all ul li:nth-child(2) a:hover {
  animation-name: unset;
}
@keyframes focus {
  100% {
    transform: scale(1.05);
  }
}
@keyframes hot {
  100% {
    color: #F6AE17;
  }
}
.menu-all ul li i:after {
  content: "";
  width: 1px;
  height: 20px;
  background: #fff;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 30px;
}
.menu-all .nav_links {
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.menu-all .nav_links a {
  display: inline-block;
  height: 20px;
  margin-left: 10px;
  text-indent: 101%;
  overflow: hidden;
  white-space: nowrap;
}
.menu-all .nav_links a:hover {
  animation-name: hover_jump;
  animation-duration: 0.3s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.menu-all .nav_links a.logo {
  height: 40px;
  background: url(../Images/header_logo.png) no-repeat center center;
  background-size: contain;
  width: 95px;
  height: 37px;
}
@media screen and (max-width: 1023px) {
  .menu-all .nav_links a.logo {
    width: 66px;
  }
}
.menu-all .nav_links a.mail {
  height: 40px;
  background: url(../Images/icon_mail.png) no-repeat center center;
  background-size: contain;
  width: 24px;
  height: 18px;
}
.menu-all .nav_links a.fb {
  height: 40px;
  background: url(../Images/icon_fb.png) no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 20px;
}

/*內選單*/
.menu-all li:hover > div {
  visibility: visible;
  opacity: 1;
}
.menu-all li > div {
  display: block;
  position: absolute;
  top: 38px;
  left: 50%;
  transform: translateX(-50%);
  background: #e65907;
  width: 110%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.menu-all li > div a {
  display: block;
  padding: 10px;
  cursor: pointer;
  background: #e65907;
}
.menu-all li > div a:hover {
  filter: brightness(1.2);
}
.menu-all li > div span {
  color: #fff;
}

/************** 手機板menu **************/
.black_bg {
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 20;
  top: 0px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  transition: background-color 0.2s ease-in;
}

#menuBtn {
  display: none;
}

@media screen and (max-width: 1023px) {
  .product-title.open {
    padding-top: 1rem;
  }
  .move {
    display: none;
  }
  .wave1 {
    height: 45px;
  }
  .swiper {
    margin: 0;
  }
  #menuBtn {
    display: block;
    position: fixed;
    top: 0%;
    right: 0;
    margin: 0 auto;
    cursor: pointer;
    z-index: 114;
    text-align: center;
  }
  #menuBtn p {
    display: inline-block;
    vertical-align: -webkit-baseline-middle;
    background: #e65907;
    color: #fff;
    font-size: 1rem;
    line-height: 1.8;
    border-bottom-left-radius: 18px;
    padding: 11px 15px;
    margin: -5px auto 10px auto;
  }
  #menuBtn span {
    display: flex;
    margin: 3px auto;
    height: 3px;
    width: 22px;
    background: #fff;
    border-radius: 10px;
    align-content: center;
    flex-direction: row;
    position: relative;
  }
  #menuBtn .line-2 {
    top: 1px;
  }
  #menuBtn .line-3 {
    top: 2px;
  }
  #menuBtn.active .line-1 {
    top: 9px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    animation-name: none;
  }
  #menuBtn.active .line-2 {
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    animation-name: none;
  }
  #menuBtn.active .line-3 {
    top: -3px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    animation-name: none;
  }
  .menu_section {
    display: block;
    position: fixed;
    top: 0;
    cursor: pointer;
    z-index: 100;
    width: 100%;
    background: #fff;
  }
  .button {
    position: inherit;
    display: block;
    vertical-align: baseline;
    border-radius: 5px;
    background: #e65907;
    box-shadow: 4px 4px 0 #ffb100;
    font-size: 1.4rem;
    color: #fff;
    line-height: inherit;
    padding: 20px 15px;
    margin: 20px 0;
    top: inherit;
    right: inherit;
    animation-name: none;
  }
  .button:hover {
    animation-name: none;
  }
  .product-any .img {
    width: 94%;
  }
  .menu-all ul {
    height: auto;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    flex-wrap: nowrap;
  }
  .mobile_menu {
    position: fixed;
    right: -100%;
    top: 0;
    height: 100%;
    width: 45%;
    background: #F6AE17;
    flex-flow: column-reverse;
    z-index: 101;
    transition: right 0.3s ease-out;
    box-sizing: border-box;
    overflow-x: hidden;
    padding: 6rem 0rem 0rem 0rem;
  }
  .mobile_menu li.menu-logo {
    margin: 10px;
    order: 1;
    box-shadow: unset;
    border-radius: 10px;
  }
  .mobile_menu .menu-but {
    border-bottom: 1px solid #fff;
    width: 80%;
    text-align: center;
    padding: 20px 0;
    order: 2;
    margin: 0 auto;
  }
  .mobile_menu .menu-but i {
    display: none;
  }
  .mobile_menu .menu-but span {
    top: unset;
  }
  .mobile_menu .menu-but > div {
    visibility: visible;
    opacity: 1;
    position: relative;
    width: auto;
    top: unset;
    margin: 10px 0 0;
  }
  .menu-all li:last-child {
    position: inherit;
    border-bottom: none;
  }
  .menu-all span {
    color: #404040;
    font-size: 1.1rem;
    line-height: 1.5;
  }
  .menu-all b {
    font-size: 1rem;
    color: #fffa00;
  }
  .mobile_menu.focus {
    right: 0;
  }
  .mobile_menu .nav_links {
    bottom: 20%;
    top: unset;
    transform: translate(-50%, -50%);
    right: unset;
    left: 50%;
  }
}
/*---------------------- menu/ menu / menu / menu / menu / ----------------------*/
.banner_section {
  position: relative;
  border-radius: 0 0 50px 50px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .banner_section {
    border-radius: 0 0 30px 30px;
  }
}
.banner_section .banner {
  position: relative;
  padding-bottom: 50%;
}
@media screen and (max-width: 1023px) {
  .banner_section .banner {
    padding-bottom: 100%;
  }
}
.banner_section .banner.swiper1 {
  background: url(../Images/banner_1.gif) center top no-repeat;
  background-size: cover;
}
.banner_section .banner.swiper2 {
  background: url(../Images/banner_2.png) center top no-repeat;
  background-size: cover;
}
.banner_section .banner_inner {
  width: 33.8541666667%;
  height: 100%;
  position: absolute;
  left: 13.9583333333%;
  top: 0;
  z-index: 10;
  animation-name: show;
  animation-duration: 0.6s;
  animation-timing-function: cubic-bezier(0.46, 0, 0, 1.8);
}
@keyframes show {
  0% {
    transform: translate(-50%, 0) scale(0.5);
  }
  100% {
    transform: translate(0, 0) scale(1);
  }
}
@media screen and (max-width: 1023px) {
  .banner_section .banner_inner {
    width: 60%;
    left: 1%;
  }
}
.banner_section .banner_inner .inner_logo {
  background: url(../Images/logo.png) center center no-repeat;
  background-size: contain;
  width: 53.8461538462%;
  height: 8.3333333333%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 22.7083333333%;
}
.banner_section .banner_inner .inner_title {
  background: url(../Images/title.png) center center no-repeat;
  background-size: contain;
  width: 100%;
  height: 36.4583333333%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 30%;
}
.banner_section .banner_inner .inner_btn {
  background: url(../Images/title_btn.png) center center no-repeat;
  background-size: contain;
  width: 58.9230769231%;
  height: 9.7916666667%;
  position: absolute;
  cursor: pointer;
  left: 50%;
  top: 67.9166666667%;
  transform: translateX(-50%);
}
.banner_section .banner_inner .inner_btn:hover {
  animation-name: hover_cta;
  animation-duration: 0.3s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}
@keyframes show2 {
  0% {
    opacity: 0;
    left: unset;
    transform: unset;
    transform: translate(-100%, 0) scale(0);
  }
  70% {
    opacity: 0;
    left: unset;
    transform: unset;
    transform: translate(-100%, 0) scale(0);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0) scale(1);
  }
}
@keyframes hover_cta {
  100% {
    transform: translate(-50%, 0) scale(1.05);
  }
}
.banner_section .banner_inner .inner_time {
  background: url(../Images/title_time.png) center center no-repeat;
  background-size: contain;
  width: 89.2307692308%;
  height: 5.2083333333%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 82.1875%;
}
.banner_section .match_cta {
  width: 40.4166666667%;
  height: 55.7291666667%;
  position: absolute;
  bottom: 15.625%;
  left: 50%;
  transform: translate(-50%, 0);
  background: url(../Images/match_cta.png) center center no-repeat;
  background-size: contain;
  animation-name: show2;
  animation-duration: 0.6s;
  animation-timing-function: cubic-bezier(0.46, 0, 0, 1.8);
}
@media screen and (max-width: 1023px) {
  .banner_section .match_cta {
    width: 100%;
  }
}
@keyframes show2 {
  0% {
    transform: translate(-50%, 0) scale(0.5);
  }
  100% {
    transform: translate(-50%, 0) scale(1);
  }
}
.banner_section .match_cta:hover {
  animation-name: hover_cta;
  animation-duration: 0.3s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}
.banner_section .swiper-button-next, .banner_section .swiper-button-prev {
  color: #EE7700;
}
@media screen and (max-width: 1023px) {
  .banner_section .swiper-button-next, .banner_section .swiper-button-prev {
    display: none;
  }
}
.banner_section .swiper-pagination-bullet-active {
  background: #EE7700;
}

/********************  最新消息  ********************/
#NEWS {
  /*	.card_box li {
  	&:nth-child(2), &:nth-child(3) {
  		> a {
  			cursor: default;

  			&:hover {
  				img {
  					transform: scale(1);
  				}

  				h3 {
  					color: #000;
  				}
  			}
  		}
  	}
  }*/
}
@media screen and (max-width: 1400px) {
  #NEWS .wrap {
    padding: 60px 0;
    max-width: 94%;
  }
}
#NEWS .card > a {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
  padding: 24px 0 0;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  #NEWS .card > a {
    height: unset;
    width: 90%;
    margin: 0 auto;
  }
}
#NEWS .card > a .img_box {
  height: 245px;
}
#NEWS .card > a .text_box {
  padding: 24px;
}
#NEWS .card > a .text_box span {
  font-size: 0.875rem;
  position: relative;
  margin: 0 0 15px;
  display: block;
}
#NEWS .card > a .text_box span:before {
  content: "";
  background: url(../Images/icon_day.png) center center no-repeat;
  background-size: contain;
  display: inline-block;
  width: 13px;
  height: 12px;
  margin-right: 10px;
}
#NEWS .card > a .text_box h3 {
  font-size: 1.25rem;
  color: #000;
  margin: 0 0 24px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
#NEWS .card > a:hover h3 {
  color: #EE7700;
}

/********************  合法3C步  ********************/
#STEPS {
  position: relative;
}
#STEPS:before {
  content: "";
  display: inline-block;
  background: url(../Images/deco_01.png) center center no-repeat;
  background-size: contain;
  width: 214px;
  height: 266px;
  left: 0;
  top: 150px;
  position: absolute;
}
@media screen and (max-width: 1023px) {
  #STEPS:before {
    display: none;
  }
}
#STEPS.content_section .wrap {
  padding: 90px 0 120px;
}
#STEPS.content_section .wrap > p {
  text-align: center;
  font-size: 1.375rem;
  line-height: 1.8;
  margin: 0 0 20px;
}
@media (max-width: 1023px) {
  #STEPS.content_section .wrap {
    padding: 40px 0 60px;
  }
  #STEPS.content_section .wrap > p {
    font-size: 1.125rem;
    line-height: 1.5;
    text-align: justify-all;
  }
  #STEPS.content_section .wrap > p br {
    display: none;
  }
}
#STEPS .card_box {
  grid-gap: 40px;
  max-width: 760px;
  margin: 20px auto 40px;
}
#STEPS .card_box .card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 231px;
}
@media (max-width: 768px) {
  #STEPS .card_box .card {
    height: 251px;
  }
}
#STEPS .card_box .card h3 {
  color: #fff;
  font-size: 1.5625rem;
  font-weight: 600;
  margin: 0 0 15px;
  text-align: center;
  z-index: 2;
}
#STEPS .card_box .card p {
  font-size: 1.375rem;
  color: #4D3416;
  font-weight: 400;
  z-index: 2;
}
#STEPS .card_box .card:before {
  content: "";
  background: url(../Images/steps_deco_y.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  display: block;
  width: 230px;
  height: 231px;
  z-index: 0;
  animation-name: circle;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@media (max-width: 768px) {
  #STEPS .card_box .card:before {
    width: 250px;
    height: 251px;
  }
}
#STEPS .card_box .card:nth-child(2):before {
  background: url(../Images/steps_deco_o.png) center center no-repeat;
  background-size: contain;
  animation-duration: 3.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
#STEPS .card_box .card:nth-child(3):before {
  background: url(../Images/steps_deco_y.png) center center no-repeat;
  background-size: contain;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
#STEPS .info_box {
  max-width: 750px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  #STEPS .info_box {
    padding: 0;
  }
}
#STEPS .info_box li {
  background: #EE7700;
  border-radius: 30px;
  border: 4px solid #EE7700;
  overflow: hidden;
  box-sizing: border-box;
  margin: 10px 0;
  display: grid;
  grid-template-columns: 1fr;
  height: auto;
  width: 48%;
  /*&:nth-child(even) {
  	background: $c_secondary;
  	border: 4px solid $c_secondary;
  }*/
}
@media (max-width: 768px) {
  #STEPS .info_box li {
    width: 80%;
    margin: 10px auto;
  }
}
#STEPS .info_box li .img_box {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 10px 20px;
  flex-direction: column;
  height: 150px;
}
@media (max-width: 768px) {
  #STEPS .info_box li .img_box {
    padding: 0 10px;
  }
}
#STEPS .info_box li p {
  font-size: 1.125rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
}
@media (max-width: 768px) {
  #STEPS .info_box li p {
    font-size: 1rem;
  }
}
#STEPS .info_box li:first-child {
  width: 100%;
}

/********************  旅宿Match!  ********************/
#MATCH {
  position: relative;
  z-index: 2;
  background: url(../Images/match_bg.png) center top repeat-y;
}
@media screen and (max-width: 1023px) {
  #MATCH {
    padding: 20px 0 0;
  }
}
#MATCH h2 {
  color: #fff;
}
#MATCH > .wrap {
  padding: 90px 0;
}
@media screen and (max-width: 1023px) {
  #MATCH > .wrap {
    padding: 40px 0;
  }
}
#MATCH > .wrap > h2 {
  background: url(../Images/matchlogo.png) center center no-repeat;
  background-size: contain;
  max-width: 684px;
  height: 233px;
  display: block;
  text-indent: 101%;
  overflow: hidden;
  white-space: nowrap;
  animation-name: jump;
  animation-duration: 0.35s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  margin: 0 0 40px 0;
}
@media screen and (max-width: 1023px) {
  #MATCH > .wrap > h2 {
    max-width: 94%;
    margin: 0 auto 20px;
    height: 150px;
  }
  #MATCH > .wrap > h2 + span {
    font-size: 1.125rem;
    margin: 0px auto 40px;
  }
}
#MATCH > .wrap > p {
  font-size: 1.375rem;
  color: #4D3416;
  text-align: center;
  display: block;
  margin: 0 auto 20px;
  text-align: center;
}
#MATCH > .wrap > div b {
  font-size: 2.1875rem;
  font-weight: 600;
  position: relative;
  text-align: center;
  display: block;
  color: #4D3416;
}
@media screen and (max-width: 1023px) {
  #MATCH > .wrap > div b {
    font-size: 1.5rem;
  }
}
#MATCH > .wrap > div a {
  font-size: 1.5625rem;
  color: #fff;
  background: #F95E3A;
  border-radius: 50px;
  padding: 10px 40px;
  display: inline-block;
  margin: 10px auto;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.16);
  transition: all 0.3s ease-in-out;
}
#MATCH > .wrap > div a + span {
  font-size: 1.25rem;
  color: #4D3416;
  text-align: center;
  display: block;
  margin: 10px 0 0;
  font-weight: 400;
}
#MATCH > .wrap > div a:hover {
  transform: translate(-50%, 10px);
}
@media screen and (max-width: 1023px) {
  #MATCH > .wrap > div a {
    font-size: 1.375rem;
    margin: 0 auto 10px;
  }
}
#MATCH .content_box {
  margin: 60px auto 0;
  padding: 20px;
  border-radius: 20px;
}
#MATCH .content_box .more_btn span {
  font-size: 1.375rem;
  padding: 5px 25px;
  background: #CCC;
  color: #fff;
  display: block;
  text-align: center;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
  cursor: pointer;
}
@media (max-width: 480px) {
  #MATCH .content_box .more_btn span {
    font-size: 1rem;
  }
}
#MATCH .content_box .more_btn span.open {
  display: block;
}
#MATCH .content_box .more_btn span.close {
  display: none;
}
#MATCH .content_box .more_btn.active span.open {
  display: none;
}
#MATCH .content_box .more_btn.active span.close {
  display: block;
}
#MATCH .content_box .more_text {
  padding: 40px 8.5% 60px;
  display: none;
}
#MATCH h3 {
  color: #4D3416;
  position: relative;
}
#MATCH h3:before {
  content: "";
  background: url(../Images/icon_star.png) center center no-repeat;
  background-size: contain;
  width: 17px;
  height: 17px;
  display: inline-block;
  margin-right: 10px;
}
#MATCH p, #MATCH ul li li {
  margin-left: 28px;
}
#MATCH .card_box {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 700px;
  grid-gap: 40px;
  margin: 40px auto 0;
}
@media screen and (max-width: 1023px) {
  #MATCH .card_box {
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }
}
#MATCH .card_box li {
  margin: 0;
}
#MATCH .card_box img {
  object-fit: contain;
  margin: 0 0 10px;
}
#MATCH .card_box span {
  text-align: center;
  display: block;
}

footer {
  position: relative;
}

/*******************Check合法旅宿*******************/
#CHECK {
  background: #EE7700;
  border-radius: 50px 50px 0 0;
  position: relative;
}
#CHECK:before {
  content: "";
  display: inline-block;
  background: url(../Images/deco_02.png) center center no-repeat;
  background-size: contain;
  width: 209px;
  height: 169px;
  bottom: 0;
  right: 9%;
  position: absolute;
}
@media screen and (max-width: 1400px) {
  #CHECK:before {
    right: 0%;
  }
}
@media screen and (max-width: 1023px) {
  #CHECK:before {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  #CHECK {
    border-radius: 30px 30px 0 0;
  }
}
#CHECK .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 768px;
  padding: 40px 0;
}
@media screen and (max-width: 1023px) {
  #CHECK .wrap {
    padding: 20px 0;
    flex-wrap: wrap;
    justify-content: center;
  }
}
#CHECK .wrap .img_box {
  max-width: 370px;
  height: auto;
}
@media screen and (max-width: 1023px) {
  #CHECK .wrap .img_box {
    max-width: 80%;
  }
}
#CHECK .wrap .img_box img {
  object-fit: contain;
  width: 100%;
}
#CHECK .wrap .text_box {
  margin: 0 0 0 40px;
}
@media screen and (max-width: 1023px) {
  #CHECK .wrap .text_box {
    margin: 40px 0 0 0;
  }
}
#CHECK .wrap .text_box p {
  font-size: 1.25rem;
  color: #fff;
  font-weight: 600;
  text-align: center;
  margin: 0 0 30px;
}
#CHECK .wrap .text_box a {
  transition: all 0.3s ease-in-out;
  display: block;
}
#CHECK .wrap .text_box a:hover {
  transform: translate(0, 10px);
}

/*******************最新消息-內頁*******************/
.news_ .banner_section .banner {
  padding-bottom: 30%;
}
.news_ .banner_section .banner.swiper1 {
  background: url(../Images/banner_1.gif) center -100px no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1023px) {
  .news_ .banner_section .banner {
    padding-bottom: 100%;
  }
  .news_ .banner_section .banner.swiper1 {
    background: url(../Images/banner_1.gif) center top no-repeat;
    background-size: cover;
  }
}
.news_ .content_section {
  padding: 0 0 120px;
  background: url(../Images/news_bg.png) center bottom no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1023px) {
  .news_ .content_section {
    padding: 0 0 60px;
  }
}
.news_ .content_box {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
  padding: 90px 4%;
  border-radius: 30px;
}
@media screen and (max-width: 1023px) {
  .news_ .content_box {
    padding: 40px 8%;
  }
}
.news_ .content_box h2 {
  font-size: 1.5625rem;
  padding: 0 0 40px;
  border-bottom: 1px solid #646464;
  margin: 0 0 15px;
  display: block;
  text-align: left;
}
@media screen and (max-width: 1023px) {
  .news_ .content_box h2 {
    font-size: 1.375rem;
    padding: 0 0 30px;
  }
}
.news_ .content_box h2:before {
  position: relative;
  top: 0;
  left: 0;
  margin-right: 10px;
}
.news_ .content_box h2:after {
  display: none;
}
.news_ .content_box > span {
  display: block;
  text-align: right;
}
.news_ .content_box ul li {
  margin: 0 0 15px;
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: justify;
}
.news_ .content_box ul li:last-child {
  margin: 0;
}
.news_ footer {
  top: unset;
}
