﻿@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=Style+Script&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;
}

a {
  text-decoration: none;
}

img {
  display: block;
}

*, *:before, *:after {
  box-sizing: border-box;
}

/****** reset css END | reset css END | reset css END | reset css END | reset css END | reset css END ******/
/*FONT*/
/*cwTeXYen*/
/*Noto Sans TC*/
/*cwTeXMing*/
/*cwTeXFangSong*/
/*Style Script*/
/*RWD*/
/*COLOR*/
/*OTHERS*/
body {
  font-family: "Noto Sans TC", Montserrat;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1.8;
  color: #393332;
  background-color: #F5F5F5;
}
@media (max-width: 1024px) {
  body.active {
    overflow: hidden;
  }
  body.active:after {
    content: "";
    width: 100vw;
    height: 100vh;
    display: block;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    backdrop-filter: blur(3px);
  }
}

a {
  color: #393332;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
a:hover, a.hover {
  color: #fff;
}

img {
  display: block;
}
img.web {
  display: block;
}
@media (max-width: 1024px) {
  img.web {
    display: none;
  }
}
img.mb {
  display: none;
}
@media (max-width: 1024px) {
  img.mb {
    display: block;
  }
}

/*文字*/
h1 {
  text-indent: 101%;
  overflow: hidden;
  white-space: nowrap;
  background: url(../Images/logo.png) no-repeat center center;
  background-size: contain;
  width: 15rem;
  height: 3rem;
  margin: 2.25rem 0;
  font-weight: 600;
}
@media (max-width: 1024px) {
  h1 {
    width: 14rem;
    height: 2rem;
    margin: unset;
  }
}

h2 {
  font-size: 3.25rem;
  text-align: center;
  position: relative;
  line-height: 1;
  color: #393332;
  font-weight: 600;
}
@media (max-width: 1024px) {
  h2 {
    font-size: 2.8125rem;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 2.1875rem;
  }
}
h2 span {
  display: block;
  font-size: 1.25rem;
  color: #0099BF;
  font-weight: 400;
  margin: 0.5rem 0;
}
@media (max-width: 1024px) {
  h2 span {
    font-size: 1.125rem;
  }
}
@media (max-width: 768px) {
  h2 span {
    font-size: 1rem;
  }
}
h2:after {
  content: "";
  display: block;
  width: 6px;
  height: 18px;
  border-radius: 50px;
  background: transparent linear-gradient(90deg, #85C023 0%, #008FD9 100%) 0% 0% no-repeat padding-box;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin: 2px 0 10px 0;
}
h2 + p {
  text-align: center;
  font-size: 1.25rem;
  color: #737373;
  font-weight: 400;
  margin: 0.5rem 0;
}
@media (max-width: 1024px) {
  h2 + p {
    font-size: 1.125rem;
  }
}
@media (max-width: 768px) {
  h2 + p {
    font-size: 1rem;
  }
}

h3 {
  font-size: 1.5rem;
  color: #393332;
  line-height: 1.5;
  font-weight: 400;
}
@media (max-width: 768px) {
  h3 {
    font-size: 1.25rem;
  }
}

h4 {
  font-size: 1.375rem;
}
@media (max-width: 768px) {
  h4 {
    font-size: 1.125rem;
    text-align: center;
  }
}

p {
  font-size: 1.125rem;
  line-height: 1.8;
}
@media (max-width: 768px) {
  p {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 1px;
  }
}

i {
  font-style: normal;
  line-height: 1.5;
}

.title {
  font-size: 1.375rem;
  text-align: center;
  color: #0099BF;
  font-weight: 600;
}
@media (max-width: 768px) {
  .title {
    font-size: 1.125rem;
    text-align: center;
  }
}

.focus {
  color: #0099BF;
}

.focus2 {
  color: #FAC400;
}

.w1200 {
  max-width: 75rem;
}
@media (max-width: 1200px) {
  .w1200 {
    max-width: 94%;
  }
}

.w1400 {
  max-width: 87.5rem;
}
@media (max-width: 1400px) {
  .w1400 {
    max-width: 94%;
  }
}

.w1600 {
  max-width: 100rem;
}
@media (max-width: 1600px) {
  .w1600 {
    max-width: 94%;
  }
}

.w1200, .w1400, .w1600 {
  margin: 5.625rem auto 7.5rem;
  position: relative;
}
@media (max-width: 1024px) {
  .w1200, .w1400, .w1600 {
    max-width: 96%;
    margin: 2.5rem auto 3.75rem;
  }
}

.content_box p, .content_box li, .content_box span {
  font-size: 1.375rem;
  font-family: "Noto Sans TC", "Montserrat";
  line-height: 2;
  /*color: $c_text_d;*/
  letter-spacing: 1.5px;
  font-weight: 400;
  margin: 1rem 0 0;
  text-align: justify;
}
@media (max-width: 1024px) {
  .content_box p, .content_box li, .content_box span {
    letter-spacing: 1px;
    margin: 1rem 0 0;
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
.content_box a {
  color: #0099BF;
  text-decoration: underline;
}
.content_box ol {
  list-style: decimal;
}
.content_box li {
  margin-left: 2rem;
}
.content_box img {
  width: 50%;
  margin: 1rem auto;
}
@media (max-width: 768px) {
  .content_box img {
    width: 100% !important;
    margin: 0.5rem auto;
  }
}

input {
  height: 2rem;
  background: #fff;
  padding: 0.5rem 1rem;
  border: 0px solid;
  box-shadow: none;
  line-height: 2rem;
  font-size: 1.25rem;
}
@media (max-width: 768px) {
  input {
    font-size: 1rem;
  }
}

select {
  height: 3rem;
  background: #fff;
  padding: 0.5rem;
  box-shadow: none;
  line-height: 2rem;
  font-size: 1.25rem;
  width: 15%;
  border: 1px solid #393332;
  border-radius: 5px;
}
select option {
  font-size: 1rem;
}
@media (max-width: 1024px) {
  select {
    font-size: 1.125rem;
    width: 18%;
  }
}
@media (max-width: 768px) {
  select {
    width: 78.5% !important;
    height: 2.5rem;
  }
}

table {
  margin: 3rem 0 0;
}
table td, table th {
  font-family: "Noto Sans TC", "Montserrat";
  font-size: 1.1875rem;
  letter-spacing: normal;
  line-height: 27.5px;
  text-align: left;
  padding: 0.5rem;
  border: 1px solid rgba(0, 153, 191, 0.1);
  word-break: break-all;
}
@media (max-width: 1024px) {
  table td, table th {
    font-size: 1rem;
    line-height: 20px;
    padding: 0.5rem 0.2rem;
  }
}
table th {
  text-align: center;
  font-weight: 600;
  background: rgba(0, 153, 191, 0.1);
  vertical-align: middle;
}

/*** Components | Components | Components | Components | Components | Components ***/
/*ally stting*/
a:focus, .a11y_focus:focus, .a11y_focus2:focus,
.tab-label:focus, .tab-content:focus, .btn:focus,
input:focus, button:focus, .eye:focus,
select:focus, textarea:focus,
#send:focus {
  outline: 3px dashed #c82b23;
}

.gotoContent {
  font-size: 0rem;
  padding: 0;
  font-weight: 500;
  color: #fff;
  background: #c9420d;
  outline: 0px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 889;
}
.gotoContent:hover, .gotoContent.hover {
  color: #fff;
  background: #c9420d;
}
.gotoContent:focus {
  font-size: 1.125rem;
  padding: 6px 12px;
}

#AU, #content, #AZ {
  font-size: 0.875rem;
  padding: 10px;
  z-index: 3;
  position: relative;
}

#AU {
  left: 7.5%;
}
@media (max-width: 1400px) {
  #AU {
    left: 2.5%;
  }
}
@media (max-width: 1024px) {
  #AU {
    /*color: #B4B4B4;
          z-index: 5;
          position: absolute;
          top: 0;*/
    display: none;
  }
}

#AZ {
  color: #fff;
}

@media (max-width: 1024px) {
  #content, #AC, #AU, #AZ {
    display: none;
  }
}

/*--------------------Components: scrollBar--------------------*/
#scrollBar::-webkit-scrollbar-track {
  background-color: rgba(0, 153, 191, 0.3);
}

#scrollBar::-webkit-scrollbar {
  width: 3px;
  background-color: rgba(0, 153, 191, 0.3);
}

#scrollBar::-webkit-scrollbar-thumb {
  background-color: #fff;
}

/*breadcrumb*/
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 1400px) {
  .breadcrumb {
    margin: 0 0 0 3%;
    width: auto;
  }
}
@media (max-width: 375px) {
  .breadcrumb {
    margin-bottom: 20px;
  }
}
.breadcrumb li, .breadcrumb li a {
  color: #393332;
  margin-right: 5px;
}
.breadcrumb li:first-child {
  display: flex;
  align-items: center;
}
.breadcrumb li:first-child a {
  background: url(../Images/icon_home_g.png) no-repeat center center;
  background-size: cover;
  display: inline-block;
  width: 16px;
  height: 15px;
  text-indent: 101%;
  overflow: hidden;
  white-space: nowrap;
}
.breadcrumb li:first-child a:hover, .breadcrumb li:first-child a.hover {
  background: url(../Images/icon_home_p.png) no-repeat center center;
  background-size: cover;
}
.breadcrumb li:last-child {
  color: #0099BF;
}
.breadcrumb li a {
  cursor: pointer;
}
.breadcrumb li a:hover, .breadcrumb li a.hover {
  color: #0099BF;
}

/*按鈕*/
.btn {
  font-size: 1.375rem;
  font-family: "Noto Sans TC", Montserrat;
  color: #fff;
  background: transparent linear-gradient(90deg, #85C023 0%, #008FD9 100%) 0% 0% no-repeat padding-box;
  padding: 0.125rem 3.125rem;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 0px solid;
  position: relative;
  transform: translateY(-10px);
}
.btn:hover {
  transform: translateY(0px);
}
@media (max-width: 1024px) {
  .btn {
    font-size: 1rem;
    margin: 0;
  }
}

#gotop {
  position: fixed;
  z-index: 90;
  right: 6%;
  bottom: 18%;
  display: none;
}
@media (max-width: 1024px) {
  #gotop {
    transform: scale(0.6);
    right: 3%;
    bottom: 9%;
  }
}

/*卡片*/
.card {
  display: grid;
  grid-gap: 40px;
  align-items: center;
  margin: 60px 0 0;
}
@media (max-width: 1024px) {
  .card {
    margin: 40px 0 0;
  }
}
.card .card_img {
  width: 100%;
  height: 484px;
  border-radius: 20px;
  overflow: hidden;
}
.card .card_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .card .card_img {
    height: 338px;
  }
}
.card .card_info p {
  margin: 0 0 20px;
  line-height: 1.5;
}
.card .card_info span {
  font-size: 1rem;
  font-family: "Noto Sans TC", "Arial";
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

i {
  color: #393332;
  font-size: 1.125rem;
  display: block;
}
i.time:before {
  content: "";
  display: inline-block;
  background: url(../Images/icon_time_g.png) no-repeat;
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
i.location:before {
  content: "";
  display: inline-block;
  background: url(../Images/icon_location_g.png) no-repeat;
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
i.phone:before {
  content: "";
  display: inline-block;
  background: url(../Images/icon_phone_g.png) no-repeat;
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

.hashtag {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  margin: 0.625rem 0;
}
.hashtag li {
  color: #fff;
  background: #41A780;
  margin: 5px 5px 5px 0;
  padding: 0px 5px;
  border-radius: 3px;
}

/*影片*/
.video-group {
  display: grid;
  grid-template-columns: 1fr 1fr 17%;
  grid-gap: 1.125rem;
  margin: 0 0 1.25rem;
  position: relative;
  left: 4%;
  align-items: center;
}
@media (max-width: 1400px) {
  .video-group {
    left: 2%;
  }
}
@media (max-width: 768px) {
  .video-group {
    grid-template-columns: 1fr 1fr;
    max-width: 76%;
    left: unset;
    margin: 0 auto 1.25rem;
  }
  .video-group .none {
    display: none;
  }
}
@media (max-width: 30rem) {
  .video-group {
    grid-template-columns: 1fr;
  }
}

.video-group2 {
  display: grid;
  grid-template-columns: 17% 1fr 1fr;
  grid-gap: 1.125rem;
  margin: unset;
  position: relative;
  left: 4%;
}
@media (max-width: 1400px) {
  .video-group2 {
    left: 2%;
  }
}
@media (max-width: 768px) {
  .video-group2 {
    grid-template-columns: 1fr 1fr;
    max-width: 76%;
    left: unset;
    margin: 0 auto 1.25rem;
  }
  .video-group2 .none {
    display: none;
  }
}
@media (max-width: 30rem) {
  .video-group2 {
    grid-template-columns: 1fr;
  }
}

.video-container {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  border-radius: 25px;
  border: 1px solid #fff;
  box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*清單*/
.list_box ul {
  border-left: 1px solid #737373;
  padding-left: 1rem;
}
@media (max-width: 1024px) {
  .list_box ul {
    padding: 0.5rem;
  }
}
.list_box li {
  margin: 0;
}
@media (max-width: 1024px) {
  .list_box li {
    padding: 0.5rem 1rem;
  }
}
@media (max-width: 768px) {
  .list_box li {
    padding: 0.5rem;
  }
}
.list_box a {
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 0 1rem;
}
@media (max-width: 768px) {
  .list_box a {
    padding: 0;
  }
}
.list_box a h4 {
  font-size: 1.375rem;
  font-weight: 400;
  color: #393332;
  line-height: 2.2;
  font-family: "Noto Sans TC", Montserrat;
  padding: 0.5rem;
  text-align: left;
  display: block;
}
@media (max-width: 1024px) {
  .list_box a h4 {
    font-size: 1.125rem;
    letter-spacing: 0;
    line-height: 1.3;
  }
}
.list_box a span {
  color: #737373;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0 1rem 0 0;
}
@media (max-width: 1024px) {
  .list_box a span {
    font-size: 1rem;
  }
}
.list_box a:hover, .list_box a.hover {
  color: #fff;
  background: #0099BF;
}
.list_box a:hover span, .list_box a:hover h4, .list_box a.hover span, .list_box a.hover h4 {
  color: #fff;
}

/*標籤*/
.label {
  color: #fff;
  padding: 0.125rem 2rem;
  border-radius: 50px;
  margin: 0 0 0.5rem;
  display: inline-block;
  font-size: 1rem;
}
@media (max-width: 1024px) {
  .label {
    font-size: 0.875rem;
  }
}
.label.news {
  background: #41A780;
}
.label.event {
  background: #0099BF;
}

.label3 {
  display: flex;
  margin: 15px 0;
  flex-wrap: nowrap;
  align-items: center;
}
.label3 li {
  margin-right: 10px;
  background: #fff;
  border-radius: 50px;
  border: 2px solid #41A780;
  padding: 0 20px;
  line-height: 1.3;
  color: #41A780;
}

/*搜尋列*/
.search {
  position: relative;
}
.search input[type=text] {
  width: 100%;
  height: 36px;
  border-radius: 50px;
  background: #fff;
  border: 1px solid #737373;
}
.search button {
  text-indent: 150%;
  overflow: hidden;
  white-space: nowrap;
  background: url(../Images/icon_search_g.png) no-repeat;
  background-size: contain;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  border: 0px;
}

/*** Layout start | Layoutt start | Layoutt start |  Layoutt start | Layouttt start | Layouttt start | Layouttt start  ***/
header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  background: rgba(0, 153, 191, 0.8);
  height: 7.5rem;
  backdrop-filter: blur(3px);
}
@media (max-width: 1024px) {
  header {
    height: 3rem;
  }
}

.header_top {
  max-width: 87.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  position: absolute;
  width: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  /*   漢堡選單stsrt | 漢堡選單stsrt | 漢堡選單stsrt | 漢堡選單stsrt | 漢堡選單stsrt    */
}
@media (max-width: 1400px) {
  .header_top {
    padding: 0 2%;
  }
}
@media (max-width: 1024px) {
  .header_top {
    padding: unset;
    background: #0099BF;
    height: 3rem;
  }
}
@media (max-width: 1024px) {
  .header_top > a {
    align-self: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
.header_top .menu_box {
  padding: 3rem 0 1rem;
  z-index: 500;
}
.header_top .menu_box ul {
  display: flex;
}
.header_top .menu_box ul li {
  text-align: center;
  margin: 0 0.875rem;
  position: relative;
}
@media (max-width: 1200px) {
  .header_top .menu_box ul li {
    margin: 0 0.3rem;
  }
}
.header_top .menu_box ul li a {
  font-size: 1.375rem;
  color: #fff;
  padding: 0.5rem;
  line-height: 1px;
}
.header_top .menu_box ul li a:after {
  content: "";
  display: block;
  width: 0%;
  height: 2px;
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  bottom: -10px;
  transition: 0.5s;
  left: 50%;
  transform: translateX(-50%);
}
.header_top .menu_box ul li a:hover:after {
  width: 88%;
}
.header_top .menu_box ul li > div {
  width: 228%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  bottom: -178px;
  left: 50%;
  transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
  background: rgba(0, 153, 191, 0.8);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 10px;
  overflow: hidden;
}
.header_top .menu_box ul li > div a {
  padding: 1.5rem;
}
.header_top .menu_box ul li > div a:after {
  display: none;
}
.header_top .menu_box ul li > div a:hover {
  background: #0099bf;
}
.header_top .menu_box ul li.active > div, .header_top .menu_box ul li:hover > div {
  visibility: visible;
  opacity: 1;
}
.header_top .menu_more {
  border-radius: 0 0 20px 20px;
  padding: 0px 20px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
}
.header_top .menu_more a {
  padding: 10px;
  transform: translateY(0px);
}
.header_top .menu_more a:hover {
  transform: translateY(5px);
}
.header_top .menu_btn {
  width: 24px;
  height: 17px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  opacity: 0;
  top: 37%;
  left: 3%;
  position: absolute;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .header_top .menu_btn {
    opacity: 1;
    pointer-events: inherit;
    z-index: 20;
  }
}
.header_top .menu_btn span {
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.header_top .menu_btn span:nth-child(1) {
  top: 0px;
}
.header_top .menu_btn span:nth-child(2), .header_top .menu_btn span:nth-child(3) {
  top: 7px;
}
.header_top .menu_btn span:nth-child(4) {
  top: 15px;
}
.header_top .menu_btn.open span:nth-child(1) {
  top: 7px;
  width: 0%;
  left: 50%;
}
.header_top .menu_btn.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header_top .menu_btn.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header_top .menu_btn.open span:nth-child(4) {
  top: 7px;
  width: 0%;
  left: 50%;
}

@media (max-width: 1024px) {
  .header_top .menu_box {
    padding: 0;
    position: absolute;
    width: 19rem;
    display: block;
    top: 64px;
    height: auto;
    background: #fff;
    left: 0;
    visibility: hidden;
    opacity: 0;
    background: #0099BF;
    border: 25px solid #0099BF;
    overflow: hidden;
    margin: 1rem;
    border-radius: 10px;
  }
  .header_top .menu_box.active {
    visibility: visible;
    opacity: 1;
    margin-bottom: env(safe-area-inset-bottom);
    overflow-y: auto;
    overscroll-behavior: none;
  }
  .header_top .menu_box.active ul li div {
    visibility: visible;
    opacity: 1;
  }
  .header_top .menu_box ul {
    flex-direction: column;
  }
  .header_top .menu_box ul li {
    width: 100%;
    margin: unset;
    border-bottom: 1px dashed #fff;
  }
  .header_top .menu_box ul li a {
    color: #fff;
    font-size: 1rem;
  }
  .header_top .menu_box ul li > a {
    height: auto;
    display: block;
    padding: 1rem 0;
    line-height: 1;
  }
  .header_top .menu_box ul li div {
    visibility: hidden;
    opacity: 0;
    position: relative;
    top: 0;
    transform: translate(-50%, 0);
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0;
    border: 1rem solid #0099BF;
    border-top: 0px;
  }
  .header_top .menu_box ul li div a {
    color: #0099BF;
  }
  .header_top .menu_more {
    position: relative;
    border-radius: 20px;
    margin: 16px 0 0;
  }
}
@media (max-width: 30rem) {
  .header_top .menu_box {
    width: 85%;
    margin: 1rem 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
/*   漢堡選單end | 漢堡選單end | 漢堡選單end | 漢堡選單end | 漢堡選單end   */
/*footer*/
footer {
  background: #0099BF;
  position: relative;
}
footer .footer_info {
  color: #fff;
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 2.5rem 0;
  display: grid;
  grid-template-columns: 50% 1fr;
  grid-gap: 2rem;
  align-items: end;
}
footer .footer_info p {
  text-align: right;
}
@media (max-width: 1024px) {
  footer .footer_info p {
    text-align: center;
  }
}
@media (max-width: 1400px) {
  footer .footer_info {
    width: 96%;
    letter-spacing: 0;
  }
}
@media (max-width: 1024px) {
  footer .footer_info {
    grid-template-columns: 1fr;
    grid-gap: 2rem;
    padding: 1.75rem 0;
  }
}
@media (max-width: 1024px) {
  footer .footer_info > ul {
    text-align: center;
  }
}
footer .footer_info > ul .img_box {
  width: 15.1875rem;
  height: 3.625rem;
  margin-bottom: 2rem;
}
@media (max-width: 1024px) {
  footer .footer_info > ul .img_box {
    height: 3rem;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    margin-bottom: 1rem;
  }
}
footer .footer_info > ul .img_box img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
footer .footer_info > ul li {
  line-height: 1.8;
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}
footer .footer_info > ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  footer .footer_info > ul li {
    font-size: 1rem;
  }
}
footer .footer_info .footer_more > a {
  display: flex;
  justify-content: end;
  margin: 0 0 25px 0;
}
@media (max-width: 768px) {
  footer .footer_info .footer_more > a {
    justify-content: start;
    margin: 40px 0 10px 0;
  }
}
footer .footer_info .footer_more ul {
  text-align: right;
  display: flex;
  justify-content: end;
}
@media (max-width: 1024px) {
  footer .footer_info .footer_more ul {
    justify-content: center;
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  footer .footer_info .footer_more ul {
    flex-wrap: wrap;
  }
}
footer .footer_info .footer_more ul li {
  line-height: 1.8;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  footer .footer_info .footer_more ul li {
    font-size: 1rem;
  }
}
footer .footer_info .footer_more ul li a {
  color: #fff;
  padding: 0 0.35rem;
  border-radius: 3px;
}
footer .footer_info .footer_more ul li a:hover {
  color: #0099BF;
  background-color: #fff;
}
footer .footer_info .footer_more ul li:after {
  content: "／";
}
footer .footer_info .footer_more ul li:last-child {
  margin-bottom: 0;
}
footer .footer_info .footer_more ul li:last-child:after {
  content: "";
}
footer .footer_info .footer_more ul.menu_more li {
  font-size: 1rem;
}
footer .footer_info .footer_more ul.menu_more li:after {
  content: "";
}

/*內頁banner*/
.In_box .banner_page {
  height: 35.5rem;
  position: relative;
}
@media (max-width: 1024px) {
  .In_box .banner_page {
    height: 23rem;
  }
}
.In_box .banner_page img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 0 0 200px 200px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .In_box .banner_page img {
    border-radius: 0 0 60px 60px;
  }
}
.In_box .banner_page:after {
  content: "";
  display: inline-block;
  background: url(../Images/banner_deco_page.png) no-repeat;
  width: 322px;
  height: 140px;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 1024px) {
  .In_box .banner_page:after {
    background-size: contain;
    width: 245px;
    height: 94px;
    position: absolute;
    left: -57px;
    bottom: -2px;
  }
}
.In_box h2 {
  margin: 3.75rem 0 0;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1024px) {
  .In_box h2 {
    margin: 2.5rem 0 0;
  }
}
.In_box h2:after {
  width: 80%;
  height: 6px;
  margin: 1.25rem 0 0;
}
.In_box .width_box {
  max-width: 1400px;
  margin: 3.75rem auto 7.5rem;
}
@media (max-width: 1400px) {
  .In_box .width_box {
    max-width: 94%;
  }
}
@media (max-width: 1024px) {
  .In_box .width_box {
    max-width: 96%;
    margin: 2.5rem auto 3.75rem;
  }
}

/*** Layout end | Layoutt end | Layoutt end |  Layoutt end | Layoutt end |  Layoutt end |  Layoutt end  ***/
/*** Index | Index | Index  ***/
/*首頁-輪播*/
.banner {
  position: relative;
}
.banner:after {
  content: "";
  background: url(../Images/banner_deco_index.png) no-repeat;
  background-size: contain;
  width: 56.5625rem;
  height: 14.5rem;
  position: absolute;
  left: 0;
  top: 614px;
}
@media (max-width: 1400px) {
  .banner:after {
    width: 36.5625rem;
    height: 8.5rem;
    position: absolute;
    left: -185px;
    top: 708px;
  }
}
@media (max-width: 1024px) {
  .banner:after {
    width: 43.5rem;
    top: 370px;
    left: -245px;
  }
}
@media (max-width: 768px) {
  .banner:after {
    width: 26.5rem;
    top: 263px;
    left: -110px;
  }
}
.banner .slo {
  width: 30rem;
  height: 10rem;
  position: absolute;
  right: 7rem;
  bottom: 12rem;
}
@media (max-width: 1024px) {
  .banner .slo {
    right: -5rem;
    bottom: 2rem;
    transform: scale(0.5);
  }
}
@media (max-width: 1024px) {
  .banner .slo {
    right: -7rem;
    bottom: 1rem;
  }
}
.banner .slider {
  position: relative;
  height: 52.4375rem;
  border-radius: 0 0 500px 0;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .banner .slider {
    border-radius: 0 0 500px 0;
  }
}
@media (max-width: 1024px) {
  .banner .slider {
    height: 23rem;
    border-radius: 0 0 60px 0;
  }
}
.banner .slider .slick-slide {
  margin: 0px auto;
  transition: all ease-in-out 0.3s;
  opacity: 0.2;
}
.banner .slider .slick-slide li {
  height: 52.4375rem;
}
@media (max-width: 1024px) {
  .banner .slider .slick-slide li {
    height: 23rem;
  }
}
.banner .slider .slick-slide li img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.banner .slick-active {
  opacity: 0.5;
}
.banner .slick-current {
  opacity: 1;
}
.banner .slick-dots {
  z-index: 10;
  bottom: 1rem;
}
@media (max-width: 1024px) {
  .banner .slick-dots {
    height: 23rem;
  }
}
.banner .slick-dots li button:before {
  color: #fff;
  font-size: 0.75rem;
  opacity: 0.5;
}
.banner .slick-dots li.slick-active button:before {
  color: #0099BF;
  opacity: 1;
}
.banner .slide-control {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 0.2rem;
  bottom: 1rem;
  z-index: 900;
}
@media (max-width: 1024px) {
  .banner .slide-control {
    position: relative;
    right: unset;
    left: 50%;
    transform: scale(0.75) translateX(-50%);
  }
}
@media (max-width: 768px) {
  .banner .slide-control {
    left: 28%;
    grid-template-columns: 1fr 1fr;
    display: grid;
    grid-gap: 10px;
    align-items: center;
    flex-direction: unset;
  }
}
.banner .slide-control .bar-stick {
  position: relative;
  background-color: #9D9D9D;
  width: 14rem;
  height: 2px;
  margin-right: 20px;
  top: -2px;
}
@media (max-width: 1024px) {
  .banner .slide-control .bar-stick {
    background-color: #fff;
  }
}
@media (max-width: 768px) {
  .banner .slide-control .bar-stick {
    top: -10px;
  }
}
.banner .slide-control .progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #0099BF;
}
.banner .slide-control .progress-animation {
  width: 100%;
  animation: progress 5s linear 1;
}
@keyframes progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

.nav-buttons {
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .nav-buttons {
    display: flex;
  }
}
.nav-buttons button {
  border: 0px;
  padding: 0px 3px;
  background: unset;
}

/*首頁-新訊*/
.section_news .card {
  grid-template-columns: 1fr 1fr;
  margin-bottom: 1.5rem;
}
@media (max-width: 1024px) {
  .section_news .card {
    grid-template-columns: 1fr;
    grid-gap: 1.5rem;
  }
}
.section_news .card .card_item {
  padding: 0.5rem;
  border: 1px solid #B5B5B5;
  border-radius: 15px;
  background: #fff;
  transform: translateY(-10px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.section_news .card .card_item:hover {
  transform: translateY(0px);
}
.section_news .card .card_item a {
  display: grid;
  grid-template-columns: 18% 1fr;
  grid-gap: 10px;
  align-items: center;
}
@media (max-width: 1200px) {
  .section_news .card .card_item a {
    grid-template-columns: 22% 1fr;
  }
}
.section_news .card .card_item a h3 {
  height: 72px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .section_news .card .card_item a h3 {
    height: auto;
    display: block;
    -webkit-box-orient: unset;
    -webkit-line-clamp: unset;
    overflow: unset;
  }
}
.section_news .card .card_item .day {
  background: #B5B5B5;
  border-radius: 10px;
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.section_news .card .card_item .day i {
  color: #fff;
  font-family: "Arial";
  font-weight: 600;
  font-size: 2rem;
}
.section_news .card .card_item .day i.year {
  font-weight: 400;
  font-size: 1.125rem;
  align-self: center;
}
.section_news .card .card_item .day i.year:before {
  content: "----";
}
@media (max-width: 1024px) {
  .section_news .card .card_item .day i {
    font-size: 1.5rem;
  }
  .section_news .card .card_item .day i.year {
    font-size: 0.875rem;
  }
  .section_news .card .card_item .day i.year:before {
    content: "";
  }
}
.section_news .btn {
  margin-top: 1rem;
  left: 100%;
  position: relative;
  transform: translate(-100%, -10px);
}
.section_news .btn:hover {
  transform: translate(-100%, 0px);
}

/*首頁-金好看*/
.section_video {
  background: url(../Images/video_bg.png) no-repeat top right;
  position: relative;
  padding: 7.5rem 0;
}
@media (max-width: 768px) {
  .section_video {
    padding: 3.75rem 0;
  }
}
@media (max-width: 30rem) {
  .section_video {
    padding: 1.75rem 0;
  }
}
.section_video:after {
  content: "";
  background: url(../Images/video_deco.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 260px;
  height: 86px;
  right: 0;
  top: -85px;
  position: absolute;
}
.section_video h2 {
  color: #fff;
}
.section_video h2 span {
  color: #FAC400;
}
.section_video h2:after {
  display: none;
}
.section_video h2.mb {
  display: none;
}
@media (max-width: 768px) {
  .section_video h2.mb {
    display: block;
    margin: 0 0 1.25rem;
  }
  .section_video h2.web {
    display: none;
  }
}

/*首頁-金好玩*/
.section_explore {
  position: relative;
}
.section_explore:after {
  content: "";
  background: url(../Images/explore_deco_02.png) no-repeat;
  background-size: contain;
  position: absolute;
  width: 486px;
  height: 122px;
  bottom: 23px;
  right: -26px;
}
@media (max-width: 1200px) {
  .section_explore:after {
    width: 426px;
  }
}
@media (max-width: 1024px) {
  .section_explore:after {
    display: none;
  }
}
.section_explore .card {
  max-width: 90.625rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1.25rem;
  align-items: flex-start;
  margin: 60px auto;
  position: relative;
  top: -5.625rem;
}
@media (max-width: 1200px) {
  .section_explore .card {
    grid-template-columns: 1fr 1fr;
    top: 0;
    max-width: 90%;
    align-items: stretch;
  }
}
@media (max-width: 1024px) {
  .section_explore .card {
    grid-template-columns: 1fr;
    margin: 40px auto;
  }
}
.section_explore .card:before {
  content: "";
  position: absolute;
  width: 110%;
  height: 67%;
  border-radius: 100px;
  background: #E7D8CF;
  left: 50%;
  transform: translateX(-50%);
  bottom: -5.75rem;
}
@media (max-width: 1600px) {
  .section_explore .card:before {
    width: 106%;
  }
}
@media (max-width: 1200px) {
  .section_explore .card:before {
    width: 110%;
    height: 90%;
    border-radius: 50px;
    bottom: -4.75rem;
  }
}
@media (max-width: 1024px) {
  .section_explore .card:before {
    bottom: -2.75rem;
  }
}
.section_explore .card:after {
  content: "";
  background: url(../Images/explore_deco_01.png) no-repeat;
  background-size: contain;
  position: absolute;
  width: 231px;
  height: 184px;
  bottom: -130px;
  left: -45px;
}
@media (max-width: 1200px) {
  .section_explore .card:after {
    bottom: 164px;
    left: 565px;
  }
}
@media (max-width: 1024px) {
  .section_explore .card:after {
    display: none;
  }
}
.section_explore .card .card_item {
  border-radius: 30px;
  padding: 0.625rem;
  background: #fff;
  border: 1px solid #737373;
  transform: translateY(-10px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.section_explore .card .card_item:hover {
  transform: translateY(0px);
}
.section_explore .card .card_item:hover h3 {
  color: #0099BF;
}
.section_explore .card .card_item:nth-child(2) {
  margin-top: 5.625rem;
}
@media (max-width: 1200px) {
  .section_explore .card .card_item:nth-child(2) {
    margin-top: 0;
  }
}
.section_explore .card .card_img {
  width: 100%;
  border-radius: 25px 25px 0 0;
  height: 20rem;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .section_explore .card .card_img {
    height: 15rem;
  }
}
.section_explore .card .card_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.section_explore .card .card_info {
  padding: 2rem 1.25rem;
  position: relative;
}
.section_explore .card .card_info .label {
  font-size: 1rem;
  color: #41A780;
  padding: 0 3.125rem;
  background: #fff;
  border: 2px solid #41A780;
  border-radius: 50px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
  font-weight: 600;
  word-break: keep-all;
}
.section_explore .card .card_info h3 {
  font-weight: 600;
  height: 4.5rem;
}
@media (max-width: 1024px) {
  .section_explore .card .card_info h3 {
    height: unset;
  }
}
.section_explore .card .card_info .time {
  font-size: 1.125rem;
  color: #737373;
}
.section_explore .card .card_info .time:before {
  content: "";
  display: inline-block;
  background: url(../Images/icon_calendar_g.png) no-repeat;
  width: 17px;
  height: 20px;
  margin-right: 10px;
}
.section_explore .btn {
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translate(-50%, 0px);
}
.section_explore .btn:hover {
  transform: translate(-50%, 10px);
}
@media (max-width: 1200px) {
  .section_explore .btn {
    bottom: -6rem;
  }
}
@media (max-width: 1024px) {
  .section_explore .btn {
    bottom: -3.5rem;
  }
}

/*首頁-好吃好買*/
.section_shop {
  display: grid;
  grid-template-columns: 20% 1fr;
  align-items: center;
  position: relative;
}
@media (max-width: 1200px) {
  .section_shop {
    grid-template-columns: 1fr;
    padding: 90px 0;
  }
}
@media (max-width: 768px) {
  .section_shop {
    padding: 60px 0 90px;
  }
}
.section_shop .btn {
  margin: 60px auto 0;
  left: 50%;
  transform: translate(-50%, 0px);
}
.section_shop .btn:hover {
  transform: translate(-50%, 10px);
}
@media (max-width: 1200px) {
  .section_shop .btn {
    bottom: 2rem;
    position: absolute;
  }
}
.section_shop .card {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 0;
  border-radius: 60px 0 0 60px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .section_shop .card {
    grid-template-columns: 1fr 1fr;
    max-width: 88%;
    margin: 0 auto;
    border-radius: 60px;
  }
}
@media (max-width: 768px) {
  .section_shop .card {
    grid-template-columns: 1fr;
    border-radius: unset;
    grid-gap: 20px;
  }
}
.section_shop .card .card_item {
  box-shadow: inset 5px 0px 10px rgba(0, 0, 0, 0.1607843137);
  height: 30rem;
  position: relative;
}
@media (max-width: 768px) {
  .section_shop .card .card_item {
    grid-template-columns: 1fr;
    border-radius: 30px;
    overflow: hidden;
  }
}
.section_shop .card .card_item:hover .card_img img {
  transform: scale(1.1);
}
.section_shop .card .card_item .card_img {
  height: 30rem;
  border-radius: 0;
}
.section_shop .card .card_item .card_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.section_shop .card .card_item .card_info {
  position: absolute;
  left: 0;
  bottom: 2rem;
}
.section_shop .card .card_item .card_info h3 {
  color: #fff;
  font-weight: 600;
  text-shadow: 0px 0px 10px #000;
  padding: 10px;
}
.section_shop .card .card_item .card_info div {
  background: rgba(255, 255, 255, 0.9);
  padding: 10px;
  border-radius: 0 20px 20px 0;
  width: 88%;
}

/*首頁-金好行&相關連結*/
.section_links {
  background: url(../Images/links_bg.png) no-repeat bottom center;
  background-size: cover;
  padding: 5.625rem 0 7.5rem;
}
@media (max-width: 1024px) {
  .section_links {
    padding: 2.5rem 0 3.75rem;
  }
}
.section_links > div {
  max-width: 1400px;
  margin: 0 auto;
}

#Transport {
  margin: 0 0 7.5rem;
}
@media (max-width: 1024px) {
  #Transport {
    margin: 0 0 2.5rem;
  }
}
#Transport ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
#Transport ul li {
  width: 50%;
  transform: translateY(-10px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 1024px) {
  #Transport ul li {
    width: 80%;
  }
}
#Transport ul li:hover {
  transform: translateY(0px);
}
#Transport ul li a {
  max-width: 635px;
  margin: 2rem;
  display: block;
  height: auto;
}
@media (max-width: 1024px) {
  #Transport ul li a {
    margin: 1rem;
  }
}
#Transport ul li a img {
  object-fit: contain;
  width: 100%;
}

#Links {
  width: 100%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-radius: 40px;
  padding: 60px;
}
@media (max-width: 1024px) {
  #Links {
    max-width: 90%;
  }
}
#Links ul {
  max-width: 900px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  #Links ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}
#Links ul li {
  transform: translateY(-10px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 1024px) {
  #Links ul li {
    width: 60%;
    margin: 20px;
  }
}
#Links ul li:hover {
  transform: translateY(0px);
}
#Links ul li a img {
  left: 50%;
  position: relative;
  transform: translateX(-50%);
}

/***  內頁start | 內頁start | 內頁start | 內頁start | 內頁start | 內頁start | 內頁start  ***/
/*新訊*/
.news .card {
  max-width: 1230px;
  margin: 0 auto;
  grid-gap: 20px;
}
@media (max-width: 1200px) {
  .news .card {
    max-width: 94%;
  }
}
@media (max-width: 1024px) {
  .news .card {
    max-width: 96%;
  }
}
.news .card_item {
  background: #fff;
  border-radius: 30px;
  border: 6px solid #E3E3E3;
  padding: 1rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.news .card_item:hover {
  transform: scale(1.03);
}
.news .card_item:hover h3 {
  color: #0099BF;
}
.news .card_item a {
  display: grid;
  grid-template-columns: 8.5% 20% 1fr;
  grid-gap: 1.5625rem;
  align-items: center;
}
@media (max-width: 1200px) {
  .news .card_item a {
    grid-template-columns: 8.5% 26% 1fr;
  }
}
@media (max-width: 768px) {
  .news .card_item a {
    grid-template-columns: 1fr;
    grid-gap: 1.125rem;
  }
}
.news .card_item .card_img {
  height: 160px;
}
@media (max-width: 768px) {
  .news .card_item .card_img {
    height: 208px;
  }
}
.news .card_item .card_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.news .card_item i {
  color: #737373;
  font-size: 2rem;
  font-weight: 600;
  font-family: "Arial";
  text-align: center;
  display: block;
}
.news .card_item i.year {
  font-size: 1.125rem;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .news .card_item i {
    font-size: 1.5rem;
  }
  .news .card_item i.year {
    font-size: 0.875rem;
  }
  .news .card_item i.year:before {
    content: "";
  }
}
@media (max-width: 768px) {
  .news .card_item .card_info {
    text-align: center;
  }
}
.news .card_item h3 {
  font-size: 1.875rem;
  font-weight: 600;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 1024px) {
  .news .card_item h3 {
    font-size: 1.5rem;
  }
}

/*新訊內頁*/
.detail .all_box {
  background: #fff;
  border-radius: 30px;
  border: 3px solid #D5D5D5;
  padding: 60px 75px;
  max-width: 1230px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .detail .all_box {
    max-width: 94%;
  }
}
@media (max-width: 1024px) {
  .detail .all_box {
    max-width: 96%;
    padding: 45px;
  }
}
@media (max-width: 768px) {
  .detail .all_box {
    padding: 30px 20px;
  }
}
.detail i {
  font-size: 1.125rem;
}
@media (max-width: 1024px) {
  .detail i {
    font-size: 0.875rem;
  }
}
.detail .label {
  margin-right: 20px;
}
@media (max-width: 1024px) {
  .detail .label {
    margin-right: 10px;
  }
}
.detail h2 {
  font-size: 2.5rem;
  text-align: left;
  padding: 20px 0 40px 0;
  border-bottom: 1px solid #737373;
  left: 0;
  transform: unset;
  margin: unset;
  display: block;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .detail h2 {
    line-height: 1.3;
    font-size: 1.5rem;
    padding: 10px 0 20px;
  }
}
.detail h2:after {
  display: none;
}
.detail .content_box {
  margin: 40px 0 0;
  font-size: 1.125rem;
  line-height: 1.8;
}
@media (max-width: 1024px) {
  .detail .content_box {
    font-size: 1rem;
    line-height: 1.5;
    margin: 20px 0 0;
  }
}
.detail .content_box ol, .detail .content_box ul {
  list-style: unset;
}
.detail .content_box ol li, .detail .content_box ul li {
  font-size: unset;
  line-height: unset;
}
.detail .btn {
  margin: 60px auto 0;
  left: 50%;
  transform: translate(-50%, -10px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 1024px) {
  .detail .btn {
    margin: 40px auto 0;
  }
}
.detail .btn:hover {
  transform: translate(-50%, 0px);
}

/*好吃好玩*/
.tabs {
  display: flex;
  justify-content: space-around;
  flex-wrap: nowrap;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .tabs {
    flex-wrap: wrap;
  }
}
.tabs .tab-label {
  font-size: 1.5rem;
  padding: 0 2.5rem;
  background: #fff;
  border-radius: 50px;
  color: #41A780;
  border: 2px solid #41A780;
  margin: 0 20px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  line-height: 1.5;
  cursor: pointer;
  word-break: keep-all;
}
.tabs .tab-label.active, .tabs .tab-label:hover {
  color: #fff;
  background: transparent linear-gradient(180deg, #85C023 0%, #008FD9 100%) 0% 0% no-repeat padding-box;
  border: 0px solid #41A780;
}
@media (max-width: 1200px) {
  .tabs .tab-label {
    margin: 10px;
  }
}
@media (max-width: 1024px) {
  .tabs .tab-label {
    font-size: 1.125rem;
  }
}

.shop .card {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 30px;
}
@media (max-width: 1400px) {
  .shop .card {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1200px) {
  .shop .card {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1024px) {
  .shop .card {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
.shop .card .card_item {
  border-radius: 30px;
  overflow: hidden;
  background: #fff;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  /*&:hover {

  	.card_img {
  		img {
  			transform: scale(1.1);
  		}
  	}
  }*/
}
.shop .card .card_item:hover {
  transform: scale(1.03);
}
.shop .card .card_img {
  height: 204px;
  border-radius: 0;
}
.shop .card .card_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.shop .card .card_info {
  padding: 20px;
}
.shop .card .card_info h3 {
  font-size: 1.5rem;
  color: #0099BF;
  height: 72px;
}
@media (max-width: 1200px) {
  .shop .card .card_info h3 {
    height: unset;
  }
}
.shop .card .label3 + div {
  height: 81px;
}
@media (max-width: 1200px) {
  .shop .card .label3 + div {
    height: unset;
  }
}
.shop .card .label3 + div i {
  font-size: 1.125rem;
  color: #737373;
  text-indent: -24px;
  margin-left: 24px;
}

/*好吃好玩-介紹頁*/
.detail .all_box.shop {
  padding: unset;
  background: unset;
  border: 0px;
  position: relative;
}
.detail .all_box.shop:before {
  content: "";
  display: inline-block;
  width: 102%;
  height: 103%;
  border: 2px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 40px;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (max-width: 1024px) {
  .detail .all_box.shop:before {
    width: 104%;
    height: 102%;
    border: 1px solid #fff;
  }
}
.detail .all_box.shop .content_header {
  display: grid;
  grid-template-columns: 60.5% 1fr;
  position: relative;
}
@media (max-width: 1024px) {
  .detail .all_box.shop .content_header {
    display: block;
  }
}
.detail .all_box.shop .content_header .img_box {
  height: 500px;
  border-radius: 30px 0 0 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .detail .all_box.shop .content_header .img_box {
    height: 240px;
    border-radius: 30px 30px 0 0;
  }
}
.detail .all_box.shop .content_header .img_box img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.detail .all_box.shop .content_header .slider_box {
  position: relative;
}
.detail .all_box.shop .content_header .slider_box .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .detail .all_box.shop .content_header .slider_box .slick-arrow {
    transform: translateY(-50%) scale(0.8);
  }
}
.detail .all_box.shop .content_header .slider_box .slick-arrow.btn-slide_prev {
  left: -20px;
}
.detail .all_box.shop .content_header .slider_box .slick-arrow.btn-slide_next {
  right: -20px;
}
.detail .all_box.shop .content_header .slider_box .slick-dotted.slick-slider {
  margin-bottom: unset;
}
.detail .all_box.shop .content_header .slider_box .slick-dots {
  bottom: 25px;
}
.detail .all_box.shop .content_header .content_info {
  padding: 30px;
  border-radius: 0 30px 0 0;
  overflow: hidden;
  background: #fff;
  height: 500px;
  overflow-y: auto;
}
@media (max-width: 1024px) {
  .detail .all_box.shop .content_header .content_info {
    height: unset;
    margin-bottom: 20px;
    border-radius: 0;
    padding: 20px 30px;
  }
}
.detail .all_box.shop .content_header .content_info h2 {
  font-size: 2.5rem;
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
  border-bottom: 0px;
}
@media (max-width: 1024px) {
  .detail .all_box.shop .content_header .content_info h2 {
    font-size: 1.5rem;
  }
}
.detail .all_box.shop .content_header .content_info h2:after {
  content: "";
  width: 25%;
  height: 4px;
  border-radius: 50px;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: unset;
}
.detail .all_box.shop .content_header .label3 {
  flex-direction: column;
  position: absolute;
  right: -32px;
  top: 25px;
}
.detail .all_box.shop .content_header .label3 li {
  margin: 10px;
  font-size: 1.125rem;
}
@media (max-width: 1024px) {
  .detail .all_box.shop .content_header .label3 {
    top: 265px;
    right: -16px;
  }
  .detail .all_box.shop .content_header .label3 li {
    margin: 5px;
    font-size: 1rem;
  }
}
.detail .all_box.shop .content_header .label3 + div i {
  text-indent: -26px;
  margin-left: 26px;
}
.detail .all_box.shop .content_header .links.social {
  margin: 20px 0;
}
@media (max-width: 1024px) {
  .detail .all_box.shop .content_header .links.social {
    margin: 10px 0;
  }
}
.detail .all_box.shop .content_header .links span {
  font-size: 1rem;
  color: #9d9d9d;
}
@media (max-width: 1024px) {
  .detail .all_box.shop .content_header .links span {
    font-size: 0.875rem;
  }
}
.detail .all_box.shop .content_header .links ul {
  display: flex;
  flex-wrap: wrap;
}
.detail .all_box.shop .content_header .links ul li {
  margin: 10px 20px 10px 0;
  line-height: 1;
}
@media (max-width: 1024px) {
  .detail .all_box.shop .content_header .links ul li {
    margin: 5px 10px 5px 0;
  }
}
.detail .all_box.shop .content_header .links ul li a {
  font-size: 1.125rem;
  color: #0099BF;
  text-decoration: underline;
}
.detail .all_box.shop .content_header .links ul li a:hover {
  filter: brightness(60%);
}
@media (max-width: 1024px) {
  .detail .all_box.shop .content_header .links ul li a {
    font-size: 1rem;
  }
}
.detail .all_box.shop .content_box {
  padding: 30px;
  background: #fff;
  margin: 0;
  border-radius: 0 0 30px 30px;
  overflow: hidden;
}
.detail .all_box.shop .content_box span {
  font-size: 1rem;
  color: #9d9d9d;
  display: block;
  margin: 0 0 1rem;
}
@media (max-width: 1024px) {
  .detail .all_box.shop .content_box {
    padding: 20px 30px;
  }
  .detail .all_box.shop .content_box span {
    font-size: 0.875rem;
  }
}

/*金門觀光圈頁*/
.about .width_box:after {
  content: "";
  display: block;
  width: 100%;
  height: 55px;
  background: #CAAE95;
  border-radius: 0 0 30px 30px;
  bottom: 0;
  position: relative;
}
@media (max-width: 1024px) {
  .about .width_box:after {
    height: 43px;
  }
}
.about .width_box > img {
  max-width: 960px;
  height: auto;
  margin: 0 auto;
}
.about .width_box > img:nth-child(3) {
  max-width: 800px;
  margin: 0 auto 40px;
}
@media (max-width: 1024px) {
  .about .width_box > img:nth-child(3) {
    margin: 0 auto 20px;
  }
}
@media (max-width: 1024px) {
  .about .width_box > img {
    width: 96%;
  }
}
.about .width_box > p {
  max-width: 960px;
  margin: 40px auto;
}
@media (max-width: 1400px) {
  .about .width_box > p {
    width: 94%;
  }
}
@media (max-width: 1024px) {
  .about .width_box > p {
    width: 96%;
    margin: 20px auto;
  }
}
.about .all_box {
  background: #F2EBE5;
  padding: 0 0 40px;
  position: relative;
}
@media (max-width: 1024px) {
  .about .all_box {
    padding: 0 0 20px;
  }
}
.about .all_box h3 {
  display: block;
  padding: 5px;
  background: #CAAE95;
  border-radius: 30px 30px 0 0;
  color: #fff;
  font-size: 1.875rem;
  text-align: center;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .about .all_box h3 {
    font-size: 1.375rem;
  }
}
.about .all_box > p {
  margin: 40px 0 0;
}
@media (max-width: 1024px) {
  .about .all_box > p {
    margin: 20px 0 0;
  }
}
.about .all_box article {
  max-width: 1230px;
  margin: 40px auto 0;
}
@media (max-width: 1400px) {
  .about .all_box article {
    width: 94%;
  }
}
@media (max-width: 1024px) {
  .about .all_box article {
    width: 96%;
    margin: 20px auto 0;
  }
}
.about .all_box article .title {
  margin: 0 0 20px;
}
@media (max-width: 1024px) {
  .about .all_box article .title {
    margin: 0 0 10px;
  }
}
.about .all_box article img {
  max-width: 960px;
  margin: 20px auto;
}
@media (max-width: 1024px) {
  .about .all_box article img {
    width: 96%;
    margin: 10px auto;
  }
}
.about .all_box article .list_box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
@media (max-width: 1024px) {
  .about .all_box article .list_box {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
  .about .all_box article .list_box ul {
    padding: 0 0.5rem 0;
  }
  .about .all_box article .list_box ul li {
    line-height: 1.3;
  }
}
.about .all_box article .list_box h5 {
  margin: 0 0 20px;
}
@media (max-width: 1024px) {
  .about .all_box article .list_box h5 {
    margin: 20px 0 10px;
  }
}
.about .all_box article .img_group {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.about .all_box article .img_group img {
  max-width: 46%;
  margin: 20px;
}
@media (max-width: 1024px) {
  .about .all_box article .img_group img {
    width: 96%;
    margin: 10px;
  }
}

/*金好看頁*/
.media h3 {
  font-size: 2.5rem;
  font-weight: 200;
  margin: 0 0 20px;
  position: relative;
  display: inline-block;
}
@media (max-width: 1200px) {
  .media h3 {
    font-size: 1.875rem;
  }
}
@media (max-width: 768px) {
  .media h3 {
    font-size: 1.5rem;
    text-align: center;
    display: block;
  }
}
.media h3:after {
  content: "";
  width: 120%;
  height: 1px;
  background: #737373;
  margin-left: 20px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
@media (max-width: 768px) {
  .media h3:after {
    display: none;
  }
}
.media .video-group {
  grid-gap: 2.5rem;
  left: unset;
}

article.w1400 {
  position: relative;
}
article.w1400:before {
  content: "";
  background: url(../Images/media_deco.png) no-repeat;
  background-size: contain;
  width: 204px;
  height: 219px;
  position: absolute;
  bottom: -120px;
  left: -70px;
}
@media (max-width: 1024px) {
  article.w1400:before {
    width: 144px;
    height: 214px;
    position: absolute;
    bottom: -120px;
    left: -8px;
  }
}
@media (max-width: 768px) {
  article.w1400:before {
    display: none;
  }
}

.kimenSpotlights {
  display: block;
  width: 100%;
  color: #fff;
  position: relative;
  /*&:before {
  		content: "";
  		display: block;
  		background: #CAAE95;
  		width: 100%;
  		height: 40px;
  		border-radius: 30px 30px 0 0;
  	}

  	&:after {
  		content: "";
  		display: block;
  		background: #CAAE95;
  		width: 100%;
  		height: 40px;
  		border-radius: 0 0 30px 30px;
  	}
  */
}
.kimenSpotlights h3 {
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}
.kimenSpotlights h3:after {
  content: "";
  height: 60px;
  width: 1px;
  background: #737373;
  margin-left: unset;
  top: 83px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
@media (max-width: 1024px) {
  .kimenSpotlights h3:after {
    height: 40px;
    top: 48px;
  }
}
.kimenSpotlights h3 + p {
  text-align: center;
  margin: 90px 0 0;
}
@media (max-width: 1024px) {
  .kimenSpotlights h3 + p {
    margin: 40px 0 0;
  }
  .kimenSpotlights h3 + p br {
    display: none;
  }
}
.kimenSpotlights > div {
  margin: 0 auto;
  padding: 90px 0;
}
@media (max-width: 1400px) {
  .kimenSpotlights > div {
    padding: 60px 3%;
  }
}
@media (max-width: 1024px) {
  .kimenSpotlights > div {
    padding: 40px 2%;
  }
}
.kimenSpotlights > div .text_box {
  margin: 0;
  padding: 60px 0 90px 120px;
}
@media (max-width: 1024px) {
  .kimenSpotlights > div .text_box {
    padding: 186px 6% 40px;
    max-width: 100%;
  }
}
.kimenSpotlights > div .text_box h4 {
  font-size: 4rem;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
}
.kimenSpotlights > div .text_box h4 span {
  font-size: 2.8125rem;
  color: #FAC400;
  font-family: "Style Script", cursive;
  position: absolute;
  left: 110px;
  bottom: -20px;
  font-style: italic;
  font-weight: 400;
  display: block;
  word-break: keep-all;
  width: 100%;
}
.kimenSpotlights > div .text_box h4 + p {
  max-width: 735px;
  padding: 20px;
  margin: 20px 0 0 90px;
  border: 1px solid #fff;
  text-align: justify;
  position: relative;
}
.kimenSpotlights > div .text_box h4 + p span {
  font-size: 1.25rem;
  position: absolute;
  padding: 10px;
  top: -30px;
  left: -20px;
  display: inline-block;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .kimenSpotlights > div .text_box h4 + p span {
    font-size: 1rem;
    padding: 5px 10px;
    top: -18px;
    left: -12px;
    letter-spacing: 1px;
  }
}
@media (max-width: 1024px) {
  .kimenSpotlights > div .text_box h4 {
    font-size: 2.1875rem;
    text-align: left;
  }
  .kimenSpotlights > div .text_box h4 span {
    font-size: 1.25rem;
    left: 56px;
    bottom: -7px;
    width: 70%;
  }
  .kimenSpotlights > div .text_box h4 + p {
    max-width: 100%;
    margin: 20px 0 0;
  }
}
.kimenSpotlights > div:nth-child(2n) {
  background: url(../Images/media_1_1.png) no-repeat top right;
  background-size: contain;
  background-color: #753520;
  width: 100%;
  padding: unset;
}
.kimenSpotlights > div:nth-child(2n) .text_box {
  background: transparent linear-gradient(90deg, #753520 80%, rgba(117, 53, 32, 0) 100%) 0% 0% no-repeat padding-box;
}
@media (max-width: 1024px) {
  .kimenSpotlights > div:nth-child(2n) .text_box {
    background: transparent linear-gradient(0deg, #753520 50%, rgba(117, 53, 32, 0) 73%) 0% 0% no-repeat padding-box;
  }
}
@media (max-width: 30rem) {
  .kimenSpotlights > div:nth-child(2n) .text_box {
    background: transparent linear-gradient(0deg, #753520 73%, rgba(117, 53, 32, 0) 87%) 0% 0% no-repeat padding-box;
  }
}
.kimenSpotlights > div:nth-child(2n) .text_box p span {
  background: #753520;
}
.kimenSpotlights > div:nth-child(2n+1) {
  background: url(../Images/media_1_2.png) no-repeat top left;
  background-size: contain;
  background-color: #707629;
  width: 100%;
  padding: unset;
}
.kimenSpotlights > div:nth-child(2n+1) .text_box {
  margin: 0 0 0 auto;
  padding: 60px 120px 90px 0;
  display: flex;
  flex-direction: column;
  align-items: end;
  background: transparent linear-gradient(270deg, #707629 80%, rgba(112, 118, 41, 0) 100%) 0% 0% no-repeat padding-box;
}
@media (max-width: 1024px) {
  .kimenSpotlights > div:nth-child(2n+1) .text_box {
    background: transparent linear-gradient(0deg, #707629 50%, rgba(112, 118, 41, 0) 73%) 0% 0% no-repeat padding-box;
    padding: 186px 6% 40px;
    max-width: 100%;
  }
}
@media (max-width: 30rem) {
  .kimenSpotlights > div:nth-child(2n+1) .text_box {
    background: transparent linear-gradient(0deg, #707629 73%, rgba(112, 118, 41, 0) 87%) 0% 0% no-repeat padding-box;
  }
}
.kimenSpotlights > div:nth-child(2n+1) .text_box h4 {
  align-self: normal;
  text-align: right;
}
.kimenSpotlights > div:nth-child(2n+1) .text_box h4 span {
  left: unset;
  right: 120px;
}
.kimenSpotlights > div:nth-child(2n+1) .text_box h4 + p {
  margin: 20px 90px 0 0;
}
.kimenSpotlights > div:nth-child(2n+1) .text_box h4 + p span {
  background: #707629;
}
@media (max-width: 1024px) {
  .kimenSpotlights > div:nth-child(2n+1) .text_box h4 {
    font-size: 2.1875rem;
    text-align: left;
  }
  .kimenSpotlights > div:nth-child(2n+1) .text_box h4 span {
    font-size: 1.25rem;
    left: 56px;
    bottom: -7px;
  }
  .kimenSpotlights > div:nth-child(2n+1) .text_box h4 + p {
    max-width: 100%;
    margin: 20px 0 0;
  }
}
.kimenSpotlights > div:nth-child(4) {
  background: url(../Images/media_1_3.png) no-repeat top right;
  background-size: contain;
  background-color: #5B583C;
  width: 100%;
  padding: unset;
}
.kimenSpotlights > div:nth-child(4) .text_box {
  background: transparent linear-gradient(90deg, #5B583C 80%, rgba(91, 88, 60, 0) 100%) 0% 0% no-repeat padding-box;
}
@media (max-width: 1024px) {
  .kimenSpotlights > div:nth-child(4) .text_box {
    background: transparent linear-gradient(0deg, #5B583C 50%, rgba(91, 88, 60, 0) 73%) 0% 0% no-repeat padding-box;
  }
}
@media (max-width: 30rem) {
  .kimenSpotlights > div:nth-child(4) .text_box {
    background: transparent linear-gradient(0deg, #5B583C 73%, rgba(91, 88, 60, 0) 87%) 0% 0% no-repeat padding-box;
  }
}
.kimenSpotlights > div:nth-child(4) .text_box p span {
  background: #5B583C;
}
.kimenSpotlights > div:nth-child(5) {
  background: url(../Images/media_1_4.png) no-repeat top left;
  background-size: contain;
  background-color: #8D4437;
  width: 100%;
  padding: unset;
}
.kimenSpotlights > div:nth-child(5) .text_box {
  background: transparent linear-gradient(270deg, #8D4437 80%, rgba(141, 68, 55, 0) 100%) 0% 0% no-repeat padding-box;
}
@media (max-width: 1024px) {
  .kimenSpotlights > div:nth-child(5) .text_box {
    background: transparent linear-gradient(0deg, #8D4437 50%, rgba(141, 68, 55, 0) 73%) 0% 0% no-repeat padding-box;
  }
}
@media (max-width: 30rem) {
  .kimenSpotlights > div:nth-child(5) .text_box {
    background: transparent linear-gradient(0deg, #8D4437 73%, rgba(141, 68, 55, 0) 87%) 0% 0% no-repeat padding-box;
  }
}
.kimenSpotlights > div:nth-child(5) .text_box h4 + p span {
  background: #8D4437;
}
.kimenSpotlights > div:first-child {
  background: unset;
  padding: 90px 0;
  color: #393332;
}
@media (max-width: 1400px) {
  .kimenSpotlights > div:first-child {
    padding: 60px 3%;
  }
}
@media (max-width: 1024px) {
  .kimenSpotlights > div:first-child {
    padding: 40px 2%;
  }
}

.title_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .title_box {
    align-items: center;
    flex-direction: column;
  }
  .title_box .search {
    margin: 0 0 20px;
  }
}

.img_gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 40px;
}
@media (max-width: 1024px) {
  .img_gallery {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .img_gallery {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
}
.img_gallery a {
  cursor: pointer;
}
.img_gallery a:hover {
  transform: scale(1.03);
}
.img_gallery a img {
  object-fit: cover;
  width: 100%;
  height: 310px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .img_gallery a img {
    height: 240px;
  }
}
.img_gallery a p {
  font-size: 1.125rem;
  color: #393332;
  text-align: center;
  margin: 10px 0 0;
}

/*導覽頁&資訊安全頁*/
.content .all_box > div {
  margin: 0 0 40px;
}
.content .all_box h3 {
  margin: 40px 0 20px 0;
}
@media (max-width: 768px) {
  .content .all_box h3 {
    margin: 20px 0 10px 0;
  }
}
.content .all_box a {
  color: #0099BF;
}
.content .all_box a:hover {
  color: #FAC400;
}
.content .all_box ol {
  list-style: decimal;
  margin: 0 0 0 25px;
}
.content .all_box .focus {
  padding: 0 20px;
  border: 1px solid #0099BF;
  border-radius: 50px;
}
.content .all_box .menu {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 40px;
}
@media (max-width: 1024px) {
  .content .all_box .menu {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 30rem) {
  .content .all_box .menu {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
.content .all_box .menu li {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #0099BF;
  background: #fff;
  align-self: baseline;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.content .all_box .menu li:hover {
  border: 1px solid #FAC400;
}
.content .all_box .menu li:hover > a {
  background: #FAC400;
}
.content .all_box .menu li:nth-child(3):hover {
  border: 1px solid #0099BF;
}
.content .all_box .menu li:nth-child(3):hover > a {
  background: #0099BF;
}
.content .all_box .menu li a {
  padding: 10px;
  display: block;
  font-size: 1.25rem;
  text-align: center;
  background: #0099BF;
  color: #fff;
}
@media (max-width: 1024px) {
  .content .all_box .menu li a {
    font-size: 1.125rem;
  }
}
.content .all_box .menu li div a {
  background: #fff;
  color: #0099BF;
  border-bottom: 1px solid #0099BF;
}
.content .all_box .menu li div a:last-child {
  border: 0px;
}
.content .all_box .menu li div a:hover {
  color: #fff;
  background: #FAC400;
}

/*金好玩*/
.tour .all_box > p {
  text-align: center;
}
@media (max-width: 1024px) {
  .tour .all_box > p {
    text-align: justify;
  }
  .tour .all_box > p br {
    display: none;
  }
}
.tour .all_box .card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  align-items: stretch;
}
@media (max-width: 1200px) {
  .tour .all_box .card {
    grid-template-columns: 1fr;
  }
}
.tour .all_box .card .card_item {
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.tour .all_box .card .card_item:hover {
  transform: scale(1.03);
}
.tour .all_box .card .card_item a {
  display: grid;
  grid-template-columns: 35.5% 1fr;
  height: 100%;
}
@media (max-width: 768px) {
  .tour .all_box .card .card_item a {
    grid-template-columns: 1fr;
    height: auto;
  }
}
.tour .all_box .card .card_img {
  height: unset;
  border-radius: 0;
}
@media (max-width: 768px) {
  .tour .all_box .card .card_img {
    height: 240px;
  }
}
.tour .all_box .card .card_img img {
  object-fit: cover;
  width: 100%;
}
.tour .all_box .card .card_info {
  background: #fff;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .tour .all_box .card .card_info {
    padding: 20px;
  }
}
.tour .all_box .card .card_info i {
  align-self: end;
}
