﻿@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/earlyaccess/notoseriftc.css);
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.8;
  color: #2B2B2B;
  background: url(../Images/2025/bg.jpg) top center repeat;
}

a {
  text-decoration: none;
  color: #E79000;
}

input[type=text], input[type=date], input[type=password] {
  height: 36px;
  width: 100%;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #DDD;
  outline: none;
  padding: 8px;
  font-family: "Noto Sans TC";
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 2px;
  box-sizing: border-box;
  margin: 8px 0;
  color: #2B2B2B;
}
input[type=text]::placeholder, input[type=date]::placeholder, input[type=password]::placeholder {
  color: #AEAEAE;
}

input[type=date] {
  color: #AEAEAE;
}

input[type=text]:focus, input[type=date]:focus, input[type=password]:focus {
  outline: 3px dashed #c82b23;
}

@media (max-width: 768px) {
  input[type=text] {
    width: 100%;
    margin: 4px 0;
  }
}
select {
  width: 100%;
  border: 1px solid #DDD;
  font-family: "Noto Sans TC";
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 2px;
  padding-left: 8px;
  height: 36px;
  outline: none;
  box-sizing: border-box;
  border-radius: 5px;
  color: #AEAEAE;
  margin: 8px 4px;
}
@media (max-width: 768px) {
  select {
    margin: 4px 0px;
  }
}

textarea {
  border: 1px solid #DDD;
  border-radius: 5px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1) inset;
  outline: none;
  padding: 8px 12px;
  font-family: "Noto Sans TC";
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 1px;
  box-sizing: border-box;
  width: 100%;
  resize: none;
  height: 170px;
  line-height: 1.5;
  text-align: justify;
  margin: 8px 0;
  color: #2B2B2B;
}
textarea::placeholder {
  color: #AEAEAE;
}

@media (max-width: 768px) {
  textarea {
    height: 200px;
  }
}
/*---------------------- font/ font / font /  font / font / ----------------------*/
h1 {
  opacity: 0;
  visibility: hidden;
  height: 0;
}

h2 {
  font-size: 2.8125rem;
  font-family: "Noto Serif TC", "Arial", Serif;
  color: #4D3416;
  font-weight: 700;
  margin: 0 0 40px 0;
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1.3;
  /*	text-indent: 101%;
  overflow: hidden;
  white-space: nowrap; 
  &.spirit {
  	background: url(../Images/2025/spirit-title.png) no-repeat center center;
  	background-size: contain;
  }*/
}
@media screen and (max-width: 1023px) {
  h2 {
    font-size: 1.5rem;
    margin: 0 0 20px 0;
  }
}
h2.page {
  color: #fff;
  position: relative;
  text-align: center;
  word-break: keep-all;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  margin: 0 0 10px;
}
@media screen and (max-width: 1200px) {
  h2.page {
    font-size: 2.1875rem;
  }
}
h2.page + .sub {
  text-align: center;
  font-size: 1.125rem;
  color: #E79000;
  font-weight: 600;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  h2.page + .sub {
    font-size: 1rem;
  }
  h2.page + .sub br {
    display: none;
  }
}
h2.page:before {
  content: "";
  display: inline-block;
  background: url(../Images/2025/title-deco.png) no-repeat center center;
  background-size: contain;
  width: 97px;
  height: 42px;
  position: absolute;
  left: -90px;
  top: 60%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  h2.page:before {
    width: 80px;
    left: -70px;
  }
}
h2.page:after {
  content: "";
  display: inline-block;
  background: url(../Images/2025/title-deco.png) no-repeat center center;
  background-size: contain;
  width: 97px;
  height: 42px;
  position: absolute;
  right: -90px;
  top: 60%;
  transform: translate(0, -50%) rotate(-180deg);
}
@media screen and (max-width: 768px) {
  h2.page:after {
    width: 80px;
    right: -70px;
  }
}
@media screen and (max-width: 1023px) {
  h2.page {
    font-size: 1.875rem;
    margin: 0 0 10px 0;
  }
}

.focus {
  font-size: 1.125rem;
  color: #E79000;
  font-weight: 600;
}

.focus2 {
  font-size: 1.125rem;
  color: #587102;
  font-weight: 600;
}

.focus3 {
  font-size: 1rem;
  color: #E79000;
  font-weight: 600;
}

.ta_center {
  text-align: center !important;
  display: block;
}

/*---------------------- font/ font / font /  font / font / ----------------------*/
/*---------------------- 通用/ 通用 / 通用 /  通用 / 通用 / ----------------------*/
main {
  background: url(../Images/2025/carnival-bg.png) no-repeat center 120px;
  background-size: cover;
}

.wrap {
  padding: 0px 0 90px;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .wrap {
    padding: 0px 3% 90px;
    max-width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .wrap {
    padding: 10px 0 40px;
    max-width: 94%;
  }
}
.wrap.small {
  max-width: 768px;
}

/*無障礙*/
#skiptocontent a {
  position: absolute;
  top: -70px;
  left: 0px;
  padding: 16px;
  color: white;
  border-right: 3px dashed #c82b23;
  border-bottom: 3px dashed #c82b23;
  border-bottom-right-radius: 8px;
  background: #8b5900;
  transition: top 0.5s ease-out;
  z-index: 9999;
}

#skiptocontent a:focus {
  position: absolute;
  left: 0px;
  top: 0px;
  transition: top 0.1s ease-in;
  outline-color: transparent;
}

@media screen and (max-width: 1023px) {
  #AC, #AU, #AZ {
    display: none;
  }
}

/*卡片*/
.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 {
  box-sizing: border-box;
}
.card_box .card > a, .card_box .card > div {
  color: #2B2B2B;
  font-size: 1.25rem;
  display: block;
  cursor: pointer;
}
.card_box .card > a p, .card_box .card > div p {
  font-size: 1rem;
}
.card_box .card > a .img_box, .card_box .card > div .img_box {
  overflow: hidden;
  width: 100%;
  height: 200px;
}
@media screen and (max-width: 1023px) {
  .card_box .card > a .img_box, .card_box .card > div .img_box {
    grid-template-columns: 1fr;
  }
}
.card_box .card > a .img_box img, .card_box .card > div .img_box img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.card_box .card > a:hover img, .card_box .card > div:hover img {
  transform: scale(1.1);
}
.card_box .card > div {
  cursor: inherit;
}

/*內文區*/
.content_box {
  width: 100%;
  padding: 60px 7%;
  background: #fff;
  border-radius: 10px;
  margin: 0 auto;
  box-sizing: border-box;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1023px) {
  .content_box {
    padding: 30px 6%;
    border-radius: 10px;
  }
}
.content_box ul > li {
  margin: 0 0 40px;
}
.content_box ul > li:last-child {
  margin: 0;
}
.content_box .title_a {
  font-size: 1.125rem;
  padding: 5px 20px;
  background: #91B123;
  color: #fff;
  font-weight: 600;
  display: inline-block;
  margin: 0 0 20px;
  text-indent: unset;
  border-radius: 50px;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}
.content_box .title_b {
  font-size: 1.5rem;
  color: #91B123;
  font-weight: 600;
  display: inline-block;
  margin: 0 0 20px;
  text-indent: unset;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 1023px) {
  .content_box .title_b {
    font-size: 1.25rem;
  }
}
.content_box .no_indent {
  text-indent: unset;
  margin: 0 0 15px;
}
.content_box .text_box {
  margin: 0 0 40px;
}
.content_box .text_box:last-child {
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .content_box .text_box {
    margin: 0 0 20px;
  }
}
.content_box > p, .content_box ul li, .content_box ol li {
  margin: 0 0 15px 24px;
  font-size: 1rem;
  line-height: 1.8;
  text-align: justify;
  text-indent: -24px;
}
.content_box > p:last-child, .content_box ul li:last-child, .content_box ol li:last-child {
  margin: 0 0 0 24px;
}
@media screen and (max-width: 1023px) {
  .content_box > p, .content_box ul li, .content_box ol li {
    line-height: 1.5;
  }
}
.content_box h3 {
  font-size: 1.375rem;
}
.content_box h4 {
  font-size: 1.125rem;
  font-weight: 600;
}

.sample_box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  max-width: 650px;
  margin: 10px auto;
}
@media screen and (max-width: 1200px) {
  .sample_box {
    grid-template-columns: 1fr;
  }
}
.sample_box div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sample_box span {
  text-align: center;
  display: block;
  left: 12px;
  position: relative;
}
.sample_box img {
  max-height: 300px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .sample_box img {
    max-height: unset;
    max-width: 245px;
  }
}

/*表單*/
.form_box > div {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 5px;
  align-items: center;
  margin: 0 0 40px;
}
@media (max-width: 1023px) {
  .form_box > div {
    margin: 0 0 20px;
  }
}
.form_box > div input {
  width: 100%;
}
.form_box > div label {
  font-weight: 600;
}
@media (max-width: 768px) {
  .form_box > div label {
    line-height: 1.3;
  }
}
.form_box > div label span {
  font-size: 0.875rem;
  padding: 2px 5px;
  border-radius: 5px;
  background: #981D03;
  color: #fff;
}
@media (max-width: 768px) {
  .form_box > div label span {
    font-size: 0.75rem;
    padding: 0px 3px;
  }
}
.form_box > div i {
  font-size: 0.875rem;
  font-weight: 400;
  color: #4D3416;
  letter-spacing: 1px;
  display: block;
}
.form_box > div .field-validation-valid {
  font-size: 0.875rem;
  font-weight: 600;
  color: #981D03;
  position: relative;
  left: 5px;
  top: -5px;
  letter-spacing: 1px;
}
.form_box > div.upload_area p {
  position: relative;
  cursor: pointer;
  margin: 8px 0;
}
.form_box > div.upload_area input {
  opacity: 0;
  z-index: 5;
  position: relative;
  cursor: pointer;
}
.form_box > div.upload_area input + .btn {
  position: absolute;
  top: 0;
  left: 0;
  width: unset;
  cursor: pointer;
  font-size: 1rem;
}
.form_box > div.upload_area .sample_box {
  max-width: 460px;
  margin: 10px 0 0;
}
@media (max-width: 1200px) {
  .form_box > div.upload_area .sample_box {
    grid-template-columns: 1fr 1fr;
  }
}
.form_box > div.upload_area .sample_box span {
  left: unset;
  margin: 0 0 10px;
}
.form_box > div.upload_area .sample_box img {
  max-height: 200px;
}
@media (max-width: 480px) {
  .form_box > div.upload_area .sample_box img {
    max-height: 150px;
  }
}
.form_box > div.text_area {
  align-items: start;
}
.form_box .preview_box {
  display: none;
  grid-gap: 15px;
  height: 200px;
  height: 160px;
  margin: 0 0 40px;
  box-sizing: border-box;
  position: relative;
}
.form_box .preview_box .file-preview-item {
  position: relative;
  height: 100%;
}
.form_box .preview_box .file-preview-item img {
  object-fit: contain;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.form_box .preview_box .file-preview-item .delete-preview-btn {
  position: absolute;
  top: -28px;
  right: 0;
  color: #981D03;
  cursor: pointer;
}
.form_box .preview_box .fz-upload-slot__preview-wrapper img {
  object-fit: contain;
}
.form_box .preview_box .fz-upload-slot__rm-img {
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: -10px;
  cursor: pointer;
  left: 410px;
}
@media screen and (max-width: 1023px) {
  .form_box .preview_box .fz-upload-slot__rm-img {
    top: -24px;
    left: unset;
    right: 0;
  }
}
.form_box .preview_box .fz-upload-slot__rm-img__icon:before {
  content: "✖";
  color: #981D03;
}
@media screen and (max-width: 1023px) {
  .form_box .preview_box {
    flex-wrap: wrap;
    grid-gap: 10px;
    margin: 0 0 20px;
    height: auto;
    width: 100%;
  }
  .form_box .preview_box img {
    height: auto;
    width: 100%;
  }
}
.form_box ol {
  margin: 0 0 40px;
  padding: 40px;
  border-radius: 5px;
  background: rgba(231, 144, 0, 0.1);
}
@media screen and (max-width: 1023px) {
  .form_box ol {
    margin: 0 0 20px;
    padding: 20px;
  }
}
.form_box ol li {
  text-indent: -18px;
  margin: 0 0 10px 18px;
}
.form_box .send .btn {
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  color: #fff;
  background: #E79000;
  width: 28%;
  padding: 10px;
}
@media screen and (max-width: 1023px) {
  .form_box .send .btn {
    width: 100%;
  }
}
.form_box .send .btn:hover, .form_box .send .btn:focus {
  transform: translate(-50%, 5px);
}

/*社群登入*/
.social-login {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.social-login a {
  display: block;
  padding: 8px;
  border-radius: 5px;
  color: #fff;
  font-weight: 400;
  width: 100%;
  text-align: center;
  margin: 10px 0;
  cursor: pointer;
}
.social-login .fb {
  background: #fff;
  border: 1px solid #0171C5;
  color: #0171C5;
}
.social-login .fb:hover {
  background: #0171C5;
  border: 1px solid #0171C5;
  color: #fff;
}
.social-login .google {
  background: #fff;
  border: 1px solid #3E3E3E;
  color: #3E3E3E;
}
.social-login .google:hover {
  background: #3E3E3E;
  border: 1px solid #3E3E3E;
  color: #fff;
}
.social-login .line {
  background: #fff;
  border: 1px solid #91B123;
  color: #91B123;
}
.social-login .line:hover {
  background: #91B123;
  border: 1px solid #91B123;
  color: #fff;
}

/*gotop*/
#gotop {
  font-size: 1rem;
  position: fixed;
  z-index: 90;
  right: 1%;
  bottom: 12%;
  opacity: 0;
  width: 50px;
  color: #E79000;
  font-weight: 600;
  padding: 5px;
  border-radius: 5px;
  transition: all 0.5s;
  text-align: center;
  /*
  	@media (max-width: 768px) {
  		display: none !important;
  	}*/
}
#gotop img {
  width: 30px;
  display: block;
  margin: 0 auto;
  margin-bottom: 5px;
}
#gotop:hover {
  transform: scale(1.3);
}
#gotop.active {
  opacity: 1;
}

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

/*footer*/
footer {
  background: #4D3416;
}
footer .wrap {
  padding: 20px 0;
  margin: 0 auto;
  max-width: 1400px;
}
footer .wrap ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  footer .wrap ul {
    flex-wrap: wrap;
  }
}
footer .wrap ul .img_box {
  width: 268px;
  height: 101px;
}
footer .wrap ul .img_box img {
  object-fit: contain;
  width: 100%;
}
footer .wrap .footer_more p {
  text-align: center;
  font-size: 1rem;
  margin: 0 0 20px;
  color: #fff;
  line-height: 1.8;
}
@media (max-width: 1023px) {
  footer .wrap .footer_more p {
    width: 94%;
    margin: 0 auto;
    line-height: 1.5;
  }
}
footer .wrap .footer_more .menu_more {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .wrap .footer_more .menu_more a {
  padding: 2px 15px;
  border-radius: 50px;
  background: #E79000;
  color: #fff;
  font-size: 0.875rem;
  margin: 5px;
  transition: all 0.3s ease-in-out;
  display: block;
}
footer .wrap .footer_more .menu_more a:hover {
  background: #91B123;
}

/*輪播*/
.swiper-button-next, .swiper-button-prev {
  color: #E79000;
}

.swiper-pagination-bullet-active {
  background: #E79000;
}

/*搜尋列*/
.search_box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  grid-gap: 20px;
  color: #4D3416;
  font-size: 1rem;
  font-weight: 600;
  padding: 0 0 0 20px;
  position: absolute;
  right: 20px;
  top: -10px;
  margin: unset;
}
@media (max-width: 1023px) {
  .search_box {
    grid-gap: 20px;
  }
}

.search {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  grid-gap: 20px;
  max-width: 640px;
}
@media screen and (max-width: 1023px) {
  .search {
    margin: 20px 0 0;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    grid-column: 3/1;
    align-items: end;
  }
}

.form_text {
  display: grid;
  grid-template-columns: 1fr 36px;
  align-items: center;
}
.form_text input[type=text] {
  border-radius: 5px 0 0 5px;
}
.form_text button {
  width: 36px;
  height: 36px;
  border-radius: 0px 5px 5px 0px;
  background: #DDD;
  text-indent: 500%;
  overflow: hidden;
  white-space: nowrap;
  border: 0px solid;
  position: relative;
}
.form_text button:before {
  content: "";
  display: inline-block;
  background: url(../Images/2025/icon-search.png) no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*按鈕*/
.btn {
  font-size: 1.25rem;
  padding: 5px 20px;
  border-radius: 5px;
  border: 1px solid #E79000;
  color: #E79000;
  /*box-shadow: $box-shadow2;*/
  display: inline-block;
  word-break: keep-all;
  transform: translate(0, 0);
  transition: all 0.3s ease-in-out;
}
.btn:hover, .btn:focus {
  color: #fff;
  background: #E79000;
}

.nav_box {
  display: flex;
  justify-content: center;
  margin: 0 0 40px;
}
@media (max-width: 1023px) {
  .nav_box {
    margin: 0 0 20px;
  }
}
.nav_box a, .nav_box div {
  font-size: 1.5rem;
  padding: 5px 20px;
  border-radius: 50px;
  background: #587102;
  color: #fff;
  transition: all 0.3s ease-in-out;
  margin: 20px;
  word-break: keep-all;
  cursor: pointer;
}
@media (max-width: 768px) {
  .nav_box a, .nav_box div {
    font-size: 1.25rem;
  }
}
@media (max-width: 480px) {
  .nav_box a, .nav_box div {
    margin: 10px;
  }
}
.nav_box a:hover, .nav_box a.acitve, .nav_box div:hover, .nav_box div.acitve {
  background: #91B123;
}

/*deco*/
.deco_box .deco_top1 {
  background: url(../Images/2025/carnival-deco-top.png) no-repeat center center;
  background-size: contain;
  display: inline-block;
  width: 700px;
  height: 97px;
  position: absolute;
  top: 0;
  left: 0;
  animation-name: shake;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@media (max-width: 1400px) {
  .deco_box .deco_top1 {
    width: 600px;
  }
}
@media (max-width: 1200px) {
  .deco_box .deco_top1 {
    width: 500px;
  }
}
@media (max-width: 1023px) {
  .deco_box .deco_top1 {
    left: 50%;
    transform: translate(-50%, 0);
    animation-duration: 0.8s;
    top: -20px;
  }
}
@media (max-width: 768px) {
  .deco_box .deco_top1 {
    width: 90%;
  }
}
.deco_box .deco_top2 {
  background: url(../Images/2025/carnival-deco-top.png) no-repeat center center;
  background-size: contain;
  display: inline-block;
  width: 700px;
  height: 97px;
  position: absolute;
  top: 0;
  right: 10px;
  animation-name: shake2;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@media (max-width: 1400px) {
  .deco_box .deco_top2 {
    width: 600px;
  }
}
@media (max-width: 1200px) {
  .deco_box .deco_top2 {
    width: 500px;
  }
}
@media (max-width: 1023px) {
  .deco_box .deco_top2 {
    display: none;
  }
}
.deco_box .deco1 {
  background: url(../Images/2025/carnival-deco1.png) no-repeat center center;
  background-size: contain;
  display: inline-block;
  width: 131px;
  height: 185px;
  position: absolute;
  top: 314px;
  left: 6.5%;
  animation-name: shake4;
  animation-duration: 0.6s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@media (max-width: 1200px) {
  .deco_box .deco1 {
    display: none;
  }
}
.deco_box .deco2 {
  background: url(../Images/2025/carnival-deco2.png) no-repeat center center;
  background-size: contain;
  display: inline-block;
  width: 141px;
  height: 136px;
  position: absolute;
  top: 137px;
  right: 7.5%;
  animation-name: shake3;
  animation-duration: 0.6s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@media (max-width: 1200px) {
  .deco_box .deco2 {
    display: none;
  }
}
.deco_box .deco3 {
  background: url(../Images/2025/carnival-deco3.png) no-repeat center center;
  background-size: contain;
  display: inline-block;
  width: 59px;
  height: 80px;
  position: absolute;
  top: 245px;
  left: 3.5%;
  animation-name: shake4;
  animation-duration: 0.6s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@media (max-width: 1200px) {
  .deco_box .deco3 {
    display: none;
  }
}

/*tab*/
.tabs {
  display: flex;
  justify-content: start;
  width: 100%;
  border-bottom: 1px solid #AEAEAE;
}
.tabs .tab-label {
  border: 1px solid #AEAEAE;
  font-size: 1rem;
  padding: 2px 15px;
  border-radius: 10px 10px 0 0;
  color: #AEAEAE;
  cursor: pointer;
  position: relative;
  top: 1px;
}
.tabs .tab-label.active, .tabs .tab-label:hover {
  background: #AEAEAE;
  color: #fff;
  font-weight: 600;
}

.tab-content {
  width: 100%;
  margin: 20px auto 0;
}

/*動畫*/
@keyframes jump {
  100% {
    transform: translate(-50%, -5px) scale(1.02);
  }
}
@keyframes hover_jump {
  100% {
    transform: translate(0, 5px);
  }
}
@keyframes shake {
  100% {
    transform: rotate(-3deg);
  }
}
@media screen and (max-width: 1023px) {
  @keyframes shake {
    100% {
      transform: rotate(-1.5deg) translate(-50%, 0);
    }
  }
}
@keyframes shake2 {
  100% {
    transform: rotate(3deg);
  }
}
@keyframes shake3 {
  100% {
    transform: rotate(-15deg);
  }
}
@keyframes shake4 {
  100% {
    transform: rotate(15deg);
  }
}
@keyframes circle {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*---------------------- 通用/ 通用 / 通用 /  通用 / 通用 / ----------------------*/
/*---------------------- menu/ menu / menu /  menu / menu / ----------------------*/
/************** 電腦版menu **************/
.header {
  width: 100%;
  clear: both;
  position: fixed;
  z-index: 666;
  top: 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

.menu-all {
  width: 100%;
  margin: 0 auto;
  background: rgba(80, 51, 0, 0.55);
  box-sizing: border-box;
  position: relative;
}
.menu-all.active {
  background: rgba(77, 52, 22, 0.85);
  backdrop-filter: blur(3px);
}
@media screen and (max-width: 1023px) {
  .menu-all.active {
    background: #4D3416;
  }
}
.menu-all ul {
  width: 100%;
  display: grid;
  grid-template-columns: 20px 1fr 1fr 1fr 220px 1fr 1fr 1fr;
  align-items: center;
  max-width: 960px;
  align-items: start;
  margin: 0 auto;
  height: 95px;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .menu-all ul {
    grid-template-columns: 20px 1fr 1fr 1fr 145px 1fr 1fr 1fr;
    max-width: 740px;
  }
}
@media screen and (max-width: 1200px) {
  .menu-all ul {
    max-width: 740px;
  }
}
@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;
  line-height: 1.3;
}
.menu-all ul .menu-logo {
  padding: 20px;
  border-radius: 0px 0px 30px 30px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  background: #fff;
  margin: 0 10px;
}
.menu-all ul .menu-logo img {
  object-fit: contain;
  width: 100%;
}
.menu-all ul li {
  position: relative;
}
.menu-all ul li:nth-child(1) span, .menu-all ul li:nth-child(2) span, .menu-all ul li:nth-child(4) span, .menu-all ul li:nth-child(7) span {
  line-height: 47px;
}
.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: "活動1";
  font-size: 0.75rem;
  color: #fff;
  position: absolute;
  top: -32px;
  left: 5px;
  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: #91B123;
  }
}
.menu-all ul li:nth-child(2) a:hover {
  animation-name: unset;
}
.menu-all ul li:nth-child(3) span {
  animation-name: focus;
  animation-duration: 0.4s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  position: relative;
}
.menu-all ul li:nth-child(3) span:before {
  content: "活動2";
  font-size: 0.75rem;
  color: #fff;
  position: absolute;
  top: -15px;
  left: 5px;
  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(3) span:before {
    color: #91B123;
  }
}
.menu-all ul li:nth-child(3) a:hover {
  animation-name: unset;
}
.menu-all ul li:nth-child(4) span {
  animation-name: focus;
  animation-duration: 0.4s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  position: relative;
}
.menu-all ul li:nth-child(4) span:before {
  content: "HOT!";
  font-size: 0.75rem;
  color: #fff;
  position: absolute;
  top: -32px;
  left: 15px;
  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(4) span:before {
    color: #91B123;
  }
}
.menu-all ul li:nth-child(4) a:hover {
  animation-name: unset;
}
.menu-all ul li span.logon {
  padding: 10px 20px;
  background: #E79000;
  color: #fff;
  border-radius: 50px;
  line-height: 1;
  display: inline-block;
}
@keyframes focus {
  100% {
    transform: scale(1.05);
  }
}
@keyframes hot {
  100% {
    color: #E79000;
  }
}
.menu-all ul li i:after {
  content: "";
  width: 1px;
  height: 20px;
  background: #fff;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 30px;
}
.menu-all .logo_box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 60px;
  width: 128px;
  height: 45px;
}
@media screen and (max-width: 1200px) {
  .menu-all .logo_box {
    left: 20px;
    width: 110px;
  }
}
.menu-all .logo_box img {
  object-fit: contain;
  width: 100%;
}
.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/2025/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/2025/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/2025/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: 80px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  width: 88%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
}
.menu-all li > div a {
  display: block;
  padding: 10px;
  cursor: pointer;
  color: #E79000;
}
.menu-all li > div a:hover {
  filter: brightness(1.2);
  animation-name: none;
}
.menu-all li > div span {
  top: unset;
  color: #E79000;
}

/************** 手機板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;
}
.black_bg.active {
  display: block;
  backdrop-filter: blur(3px);
  z-index: 777;
  background-color: rgba(0, 0, 0, 0.7);
}

#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: 5px;
    right: 5px;
    margin: 0 auto;
    cursor: pointer;
    z-index: 114;
    text-align: center;
    background: #4D3416;
    padding: 5px;
    border-radius: 5px;
  }
  #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;
  }
  .header {
    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: 50%;
    background: #4D3416;
    flex-flow: column-reverse;
    z-index: 101;
    transition: right 0.3s ease-out;
    box-sizing: border-box;
    overflow-x: hidden;
    padding: 1.8rem 0rem 0rem 0rem;
  }
  .mobile_menu ul .menu-but:nth-child(2) {
    margin: 10px auto 0;
  }
  .mobile_menu ul .menu-but span {
    top: unset;
    font-size: 1rem;
    line-height: 1.3 !important;
    font-weight: 400;
  }
  .mobile_menu ul .menu-but span br {
    display: none;
  }
  .mobile_menu ul .menu-but span:before {
    top: -13px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
  .mobile_menu li.menu-logo {
    margin: 10px 10px 0;
    order: 1;
    box-shadow: unset;
    border-radius: 10px;
    padding: 10px 25px;
  }
  .mobile_menu .menu-but {
    border-bottom: 1px solid #fff;
    width: 88%;
    text-align: center;
    padding: 12px 0 10px;
    order: 2;
    margin: 0 auto;
  }
  .mobile_menu .menu-but:first-child {
    display: none;
  }
  .mobile_menu .menu-but i {
    display: none;
  }
  .mobile_menu .menu-but > div {
    visibility: visible;
    opacity: 1;
    position: relative;
    width: 60%;
    top: unset;
    margin: 10px 0 0;
    background: rgba(255, 255, 255, 0.1);
  }
  .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: 3%;
    top: unset;
    transform: translate(-50%, -50%);
    right: unset;
    left: 50%;
  }
  .mobile_menu .logo_box {
    position: relative;
    top: unset;
    left: 50%;
    transform: translateX(-50%);
  }
}
/*---------------------- menu/ menu / menu / menu / menu / ----------------------*/
/*---------------------- 首頁/ 首頁 / 首頁 / 首頁 / 首頁 / ----------------------*/
.banner_section {
  position: relative;
}
.banner_section .banner {
  position: relative;
  padding-bottom: 46.875%;
}
.banner_section .banner.swiper1 {
  background: url(../Images/2025/banner-main.png) center top no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1023px) {
  .banner_section .banner.swiper1 {
    padding-bottom: 110%;
    background: url(../Images/2025/banner-main.png) right top no-repeat;
    background-size: cover;
  }
}
.banner_section .banner.swiper2 {
  background: url(../Images/2025/banner-main02.png) center top no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1023px) {
  .banner_section .banner.swiper2 {
    padding-bottom: 110%;
    background: url(../Images/2025/banner-main02.png) right top no-repeat;
    background-size: cover;
  }
}
.banner_section .banner.swiper3 {
  background: url(../Images/2025/banner-main03.png) center top no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1023px) {
  .banner_section .banner.swiper3 {
    padding-bottom: 110%;
    background: url(../Images/2025/banner-main03.png) right top no-repeat;
    background-size: cover;
  }
}
.banner_section.page .banner {
  position: relative;
  padding-bottom: 27.6041666667%;
  background: url(../Images/2025/banner-page.png) center top no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1023px) {
  .banner_section.page .banner {
    padding-bottom: 80%;
    background: url(../Images/2025/banner-page.png) right top no-repeat;
    background-size: cover;
  }
}
.banner_section.page .banner .banner_inner {
  width: 100%;
  animation-name: unset;
  left: 50%;
  transform: translate(-50%, 0);
}
.banner_section.page .banner .banner_inner .title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5%;
  width: 100%;
}
.banner_section.page .banner .banner_inner .inner_logo {
  display: none;
}
@media screen and (max-width: 1023px) {
  .banner_section.page .banner .banner_inner .inner_logo {
    display: block;
  }
}
.banner_section.page .banner .banner_inner .inner_title {
  background: url(../Images/2025/banner-page-title.png) center center no-repeat;
  background-size: contain;
  width: 27.8645833333%;
  height: 49.2452830189%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5.6603773585%;
  top: unset;
}
@media screen and (max-width: 1023px) {
  .banner_section.page .banner .banner_inner .inner_title {
    top: 50%;
    width: 60%;
  }
}
.banner_section.page .banner.photo {
  position: relative;
  padding-bottom: 27.6041666667%;
  background: url(../Images/2025/banner-page02.png) center top no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1023px) {
  .banner_section.page .banner.photo {
    padding-bottom: 80%;
    background: url(../Images/2025/banner-page02.png) 94% top no-repeat;
    background-size: cover;
  }
}
.banner_section.page .banner.photo .banner_inner .inner_title {
  background: url(../Images/2025/banner-page02-title.png) center center no-repeat;
  background-size: contain;
  width: 59.9479166667%;
  height: 54.3396226415%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5.6603773585%;
  top: unset;
}
@media screen and (max-width: 1023px) {
  .banner_section.page .banner.photo .banner_inner .inner_title {
    top: 50%;
    width: 95%;
  }
}
.banner_section.page .banner.carnival {
  position: relative;
  padding-bottom: 27.6041666667%;
  background: url(../Images/2025/banner-page03.png) center top no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1023px) {
  .banner_section.page .banner.carnival {
    padding-bottom: 80%;
    background: url(../Images/2025/banner-page03.png) 82% top no-repeat;
    background-size: cover;
  }
}
.banner_section.page .banner.carnival .banner_inner .inner_title {
  background: url(../Images/2025/banner-page03-title.png) center center no-repeat;
  background-size: contain;
  width: 35.6770833333%;
  height: 53.9622641509%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5.6603773585%;
  top: unset;
}
@media screen and (max-width: 1023px) {
  .banner_section.page .banner.carnival .banner_inner .inner_title {
    top: 50%;
    width: 60%;
  }
}
.banner_section .banner_outter {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.banner_section .banner_outter .outter_heart {
  background: url(../Images/2025/banner-heart.png) center center no-repeat;
  background-size: contain;
  width: 2.65625%;
  height: 5.1111111111%;
  position: absolute;
}
@media screen and (max-width: 1023px) {
  .banner_section .banner_outter .outter_heart {
    display: none;
  }
}
.banner_section .banner_outter .outter_heart.heart1 {
  right: 13.28125%;
  top: 24.5555555556%;
  animation-name: heart;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  opacity: 0.2;
}
.banner_section .banner_outter .outter_heart.heart2 {
  left: 39.5833333333%;
  top: 38.8888888889%;
  animation-name: heart;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-delay: 0.8s;
  opacity: 0;
}
@keyframes heart {
  0% {
    transform: translate(2%, 0%) scale(0.3);
    opacity: 0.8;
  }
  50% {
    transform: translate(2%, -60%) scale(0.5);
    opacity: 0.2;
  }
  100% {
    transform: translate(2%, -120%) scale(1);
    opacity: 0.8;
  }
}
.banner_section .banner_outter .outter_msn {
  background: url(../Images/2025/banner-msn.png) center center no-repeat;
  background-size: contain;
  width: 23.4375%;
  height: 10.4444444444%;
  position: absolute;
  opacity: 0;
  animation-fill-mode: forwards;
}
@media screen and (max-width: 1023px) {
  .banner_section .banner_outter .outter_msn {
    display: none;
  }
}
.banner_section .banner_outter .outter_msn.msn1 {
  right: 16.5625%;
  bottom: 14.4444444444%;
  animation-name: msn1;
  animation-duration: 6s;
  animation-delay: 0.3s;
}
.banner_section .banner_outter .outter_msn.msn2 {
  right: 11.71875%;
  bottom: 27.7777777778%;
  animation-name: msn2;
  animation-duration: 2.2s;
  animation-delay: 1.4s;
}
.banner_section .banner_outter .outter_msn.msn3 {
  right: 21.7708333333%;
  bottom: 33.3333333333%;
  animation-name: msn3;
  animation-duration: 2s;
  animation-delay: 2.2s;
}
@keyframes msn1 {
  0% {
    transform: translate(0, 60%);
    opacity: 1;
  }
  1% {
    transform: translate(0, 60%);
    opacity: 1;
  }
  15% {
    transform: translate(0, 0%);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0%);
    opacity: 1;
  }
}
@keyframes msn2 {
  0% {
    transform: translate(0, 60%);
    opacity: 1;
  }
  10% {
    transform: translate(0, 60%);
    opacity: 1;
  }
  60% {
    transform: translate(0, 0%);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0%);
    opacity: 0.5;
  }
}
@keyframes msn3 {
  0% {
    transform: translate(0, 60%);
    opacity: 1;
  }
  10% {
    transform: translate(0, 60%);
    opacity: 1;
  }
  60% {
    transform: translate(0, 0%);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0%);
    opacity: 0.2;
  }
}
.banner_section .swiper2 .outter_msn {
  background: url(../Images/2025/banner-msn02.png) center center no-repeat;
  background-size: contain;
  width: 23.4375%;
  height: 10.4444444444%;
}
.banner_section .swiper2 .outter_heart.heart1 {
  right: 22.9166666667%;
  top: 35.5555555556%;
}
.banner_section .swiper3 .outter_msn {
  background: url(../Images/2025/banner-msn03.png) center center no-repeat;
  background-size: contain;
  width: 23.4375%;
  height: 10.4444444444%;
}
.banner_section .swiper3 .outter_heart.heart1 {
  right: 20.8333333333%;
  top: 35.5555555556%;
}
.banner_section .swiper3 .outter_heart.heart2 {
  left: 14.5833333333%;
  top: 44.4444444444%;
}
.banner_section .banner_inner {
  width: 30.5729166667%;
  height: 100%;
  position: absolute;
  left: 13.3854166667%;
  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: 50%;
    transform: translate(-50%, 0);
    top: 5px;
    animation-name: unset;
  }
}
.banner_section .banner_inner .inner_logo {
  background: url(../Images/2025/banner-logo.png) center center no-repeat;
  background-size: contain;
  width: 44.6337308348%;
  height: 12%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 24.7777777778%;
}
@media screen and (max-width: 1023px) {
  .banner_section .banner_inner .inner_logo {
    width: 60%;
    top: 0%;
  }
}
.banner_section .banner_inner .inner_title {
  background: url(../Images/2025/banner-title.png) center center no-repeat;
  background-size: contain;
  width: 100%;
  height: 34.6666666667%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 36.7777777778%;
}
@media screen and (max-width: 1023px) {
  .banner_section .banner_inner .inner_title {
    top: 50%;
  }
}
.banner_section .banner_inner .inner_btn {
  background: url(../Images/2025/banner-btn.png) center center no-repeat;
  background-size: contain;
  width: 52.2998296422%;
  height: 11.1111111111%;
  position: absolute;
  cursor: pointer;
  left: 50%;
  top: 74.6666666667%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1023px) {
  .banner_section .banner_inner .inner_btn {
    top: 80%;
  }
}
.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/2025/banner-time.png) center center no-repeat;
  background-size: contain;
  width: 61.32879046%;
  height: 2.1111111111%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 87.8888888889%;
}
@media screen and (max-width: 1023px) {
  .banner_section .banner_inner .inner_time {
    top: 90%;
  }
}
.banner_section .swiper2 .inner_logo {
  top: 20%;
}
@media screen and (max-width: 1023px) {
  .banner_section .swiper2 .inner_logo {
    width: 60%;
    top: 0%;
  }
}
.banner_section .swiper2 .inner_title {
  background: url(../Images/2025/banner-title02.png) center center no-repeat;
  background-size: contain;
  width: 90.2896081772%;
  height: 40%;
  top: 34.5555555556%;
}
@media screen and (max-width: 1023px) {
  .banner_section .swiper2 .inner_title {
    top: 50%;
  }
}
.banner_section .swiper2 .inner_btn {
  background: url(../Images/2025/banner-btn02.png) center center no-repeat;
  background-size: contain;
  width: 48.5519591141%;
  height: 9.8888888889%;
  top: 77.7777777778%;
}
@media screen and (max-width: 1023px) {
  .banner_section .swiper2 .inner_btn {
    top: 86%;
  }
}
.banner_section .swiper3 .inner_logo {
  top: 24.7777777778%;
}
@media screen and (max-width: 1023px) {
  .banner_section .swiper3 .inner_logo {
    width: 60%;
    top: 0%;
  }
}
.banner_section .swiper3 .inner_title {
  background: url(../Images/2025/banner-title03.png) center center no-repeat;
  background-size: contain;
  width: 100%;
  height: 31.7777777778%;
  top: 38.8888888889%;
}
@media screen and (max-width: 1023px) {
  .banner_section .swiper3 .inner_title {
    top: 50%;
  }
}
.banner_section .swiper3 .inner_btn {
  background: url(../Images/2025/banner-btn03.png) center center no-repeat;
  background-size: contain;
  width: 48.5519591141%;
  height: 9.8888888889%;
  top: 74.6666666667%;
}
@media screen and (max-width: 1023px) {
  .banner_section .swiper3 .inner_btn {
    top: 80%;
  }
}

/*好客精神*/
main.spirit {
  position: relative;
}
main.spirit h2:first-child {
  margin: 60px 0 20px;
}
main.spirit h2.spirit {
  margin: 40px 0 20px;
}
main.spirit .time {
  font-size: 1.75rem;
  text-align: center;
  color: #E79000;
}
main.spirit .content_box.top {
  display: grid;
  grid-template-columns: 1fr;
  margin: 20px 0 0;
  box-shadow: unset;
  padding: unset;
  background: unset;
}
main.spirit .content_box.top .text_box {
  text-align: center;
  margin: 0 0 20px;
}
main.spirit .content_box.top .text_box h3 {
  font-size: 1.5rem;
  color: #587102;
  margin: 0 0 20px;
}
@media screen and (max-width: 1023px) {
  main.spirit .content_box.top .text_box h3 {
    font-size: 1.25rem;
  }
}
main.spirit .content_box.top .text_box h3 span {
  display: block;
  font-size: 1.25rem;
  color: #2B2B2B;
}
main.spirit .content_box.top .text_box p {
  margin: 0 0 20px;
}
main.spirit .content_box.top .text_box p br {
  display: block;
}
@media screen and (max-width: 480px) {
  main.spirit .content_box.top .text_box p br {
    display: none;
  }
}
main.spirit .content_box.top .text_box ul {
  margin: 10px 0 30px;
}
main.spirit .content_box.top .text_box ul li {
  text-align: center;
  margin: 0 0 10px;
  text-indent: unset;
}
main.spirit .content_box.top .text_box ul li br {
  display: none;
}
@media screen and (max-width: 480px) {
  main.spirit .content_box.top .text_box ul li br {
    display: block;
  }
}
main.spirit .content_box.top .event_box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  max-width: 768px;
  margin: 0 auto 90px;
}
@media screen and (max-width: 768px) {
  main.spirit .content_box.top .event_box {
    grid-template-columns: 1fr;
    margin: 0 auto 40px;
  }
}
main.spirit .content_box.top .event_box a {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #E79000;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  main.spirit .content_box.top .event_box a {
    width: 80%;
    margin: 0 auto;
  }
}
main.spirit .content_box.top .event_box a p {
  font-size: 1.25rem;
  font-weight: 600;
  color: #E79000;
  transition: all 0.3s ease-in-out;
}
main.spirit .content_box.top .event_box a span {
  display: block;
  color: #2B2B2B;
  transition: all 0.3s ease-in-out;
}
main.spirit .content_box.top .event_box a:hover {
  color: #fff;
  background: #E79000;
}
main.spirit .content_box.top .event_box a:hover p, main.spirit .content_box.top .event_box a:hover span {
  color: #fff;
}
main.spirit .content_box.spirit {
  display: grid;
  grid-template-columns: 200px 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  align-items: center;
}
main.spirit .content_box.spirit h2 {
  grid-column: 3/1;
  text-align: center;
  font-size: 30px;
  margin: 0;
}
@media screen and (max-width: 1023px) {
  main.spirit .content_box.spirit h2 {
    grid-column: unset;
    margin: 20px 0;
  }
}
@media screen and (max-width: 1023px) {
  main.spirit .content_box.spirit {
    grid-template-columns: 1fr;
  }
}
main.spirit .content_box.spirit .text_box p:last-child {
  margin: 20px 0 0;
}
main.spirit .content_box.spirit .img_box {
  width: 150px;
  margin: 0 auto;
}
main.spirit .content_box.spirit .img_box img {
  object-fit: contain;
  width: 100%;
}

/*好客日記*/
main.diay {
  position: relative;
}
main.diay .breadcrumb {
  padding-left: unset;
}
main.diay .search_box {
  grid-template-columns: 1fr 176px 176px;
  position: relative;
  right: unset;
  padding: unset;
}
@media screen and (max-width: 1023px) {
  main.diay .search_box {
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
  }
}
main.diay .search_box label {
  width: 100%;
}
main.diay .search_box label select {
  margin: 8px 0;
}
@media screen and (max-width: 1023px) {
  main.diay .search_box label select {
    margin: 4px 0;
  }
}
main.diay .search_box .btn {
  justify-self: end;
  word-break: unset;
  width: 100%;
  display: block;
  padding: 5px;
  font-size: 1.125rem;
}
main.diay .search_box .btn#btnABOUT {
  color: #91B123;
  border: 1px solid #91B123;
}
main.diay .search_box .btn#btnABOUT:hover, main.diay .search_box .btn#btnABOUT:focus, main.diay .search_box .btn#btnABOUT.active {
  color: #fff;
  background: #91B123;
}
@media screen and (max-width: 1023px) {
  main.diay .search_box .form_text {
    grid-template-columns: 1fr 36px;
  }
  main.diay .search_box .form_text label {
    grid-column: 3/1;
    line-height: 1;
  }
  main.diay .search_box .btn {
    justify-self: center;
    font-size: 1rem;
    padding: 5px;
    width: 100%;
  }
}
main.diay .card_box {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 20px;
  margin: 20px 0;
}
@media screen and (max-width: 1200px) {
  main.diay .card_box {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 1023px) {
  main.diay .card_box {
    grid-template-columns: 1fr 1fr;
    margin: 10px 0;
  }
}
@media screen and (max-width: 480px) {
  main.diay .card_box {
    grid-template-columns: 1fr;
    margin: 0px 0;
  }
}
main.diay .card_box .card {
  border-radius: 10px;
  box-shadow: unset;
  border: 0px solid;
  position: relative;
  /*	&:nth-child(2n-1) {
  	top: 30px;

  	@media screen and (max-width: $wXXS) {
  		top: unset;
  	}
  }*/
}
main.diay .card_box .card .img_box {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
main.diay .card_box .card .info_text {
  padding: 20px;
}
main.diay .card_box .card .info_text .label {
  /*margin: 0 0 0 5px;*/
  font-size: 0.875rem;
  color: #fff;
  background: #E79000;
  padding: 0px 5px;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  font-weight: 400;
  word-break: keep-all;
  position: relative;
  top: -2px;
}
main.diay .card_box .card .info_text p {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
main.diay .diary_title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #4D3416;
  margin: 0 0 10px 0;
  line-height: 1.5;
}
main.diay .diary_title:before {
  content: "";
  display: inline-block;
  background: url(../Images/2025/icon-house-b.png) center center no-repeat;
  width: 18px;
  height: 16px;
  margin: 0 5px 0 0;
}
main.diay .diary_title span {
  margin: 0 0 0 5px;
  font-size: 0.875rem;
  color: #fff;
  background: #E79000;
  padding: 0px 5px;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  font-weight: 400;
  word-break: keep-all;
  position: relative;
  top: -2px;
}
main.diay.editor .form_box > .time_box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
@media screen and (max-width: 768px) {
  main.diay.editor .form_box > .time_box {
    grid-template-columns: 1fr;
  }
}

/*好客日記內頁*/
main.detail {
  background: url(../Images/2025/diary-d-bg.png) no-repeat center top;
  background-size: cover;
}

.diary_box.detail {
  padding: 60px;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  grid-gap: 40px;
  height: 500px;
  background: url(../Images/2025/diary-bg.jpg) no-repeat top center;
  background-size: cover;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .diary_box.detail {
    grid-template-columns: 1fr;
    grid-gap: unset;
    height: auto;
    padding: 30px 20px;
  }
}
.diary_box.detail .swiper {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  border: 4px solid #D2D2D2;
}
.diary_box.detail .swiper-slide {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.diary_box.detail .label {
  margin: 20px 0 0;
  font-size: 0.875rem;
  color: #fff;
  background: #E79000;
  padding: 0px 5px;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  font-weight: 400;
  word-break: keep-all;
  position: relative;
  top: -2px;
}
.diary_box.detail .diary_title {
  margin: 10px 0 20px;
  font-size: 1.875rem;
}
.diary_box.detail .diary_title:before {
  display: none;
}
@media screen and (max-width: 1023px) {
  .diary_box.detail .diary_title {
    margin: 20px 0 10px;
    font-size: 1.25rem;
  }
}
.diary_box.detail .info {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
}
.diary_box.detail .who {
  position: relative;
  margin: 0 10px 10px 0;
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .diary_box.detail .who {
    margin: 0 5px 5px 0;
  }
}
.diary_box.detail .who:before {
  content: "";
  background: url(../Images/2025/icon-user.png) no-repeat center center;
  background-size: contain;
  width: 12px;
  height: 14px;
  margin: 0 10px;
  display: inline-block;
}
.diary_box.detail .when {
  position: relative;
  margin: 0 10px 10px 0;
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .diary_box.detail .when {
    margin: 0 5px 5px 0;
  }
}
.diary_box.detail .when:before {
  content: "";
  background: url(../Images/2025/icon-calendar.png) no-repeat center center;
  background-size: contain;
  width: 12px;
  height: 14px;
  margin: 0 10px;
  display: inline-block;
}
.diary_box.detail .info_text {
  text-indent: 38px;
  border: 1px solid #E79000;
  border-radius: 5px;
  padding: 10px 20px;
  border: 4px solid #D2D2D2;
  background: #fff;
}

/*拍下好客遇見好客*/
.img_gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 2px;
}
@media (max-width: 1023px) {
  .img_gallery {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .img_gallery {
    grid-template-columns: 1fr 1fr;
  }
}
.img_gallery a, .img_gallery div {
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  border: 1px solid #fff;
  padding: 10px 10px 0 10px;
  background: #fff;
}
.img_gallery a:hover, .img_gallery div:hover {
  transform: scale(1.03);
  z-index: 5;
}
.img_gallery a img, .img_gallery div img {
  object-fit: cover;
  width: 100%;
  height: 245px;
  display: block;
}
@media (max-width: 768px) {
  .img_gallery a img, .img_gallery div img {
    height: 240px;
  }
}
@media (max-width: 480px) {
  .img_gallery a img, .img_gallery div img {
    height: 200px;
  }
}
.img_gallery a div, .img_gallery div div {
  padding: 20px 10px 10px;
}
.img_gallery a div p, .img_gallery div div p {
  font-size: 1rem;
  color: #4D3416;
  font-weight: 600;
  text-align: center;
  width: 100%;
  line-height: 1.3;
  position: relative;
}
.img_gallery a div p i, .img_gallery div div p i {
  margin: 0 0 10px;
  font-size: 0.875rem;
  color: #fff;
  background: #E79000;
  padding: 2px 10px;
  border-radius: 5px;
  display: block;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -30px;
  word-break: keep-all;
}
.img_gallery a div > div, .img_gallery div div > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 5px 0 0;
}
@media (max-width: 480px) {
  .img_gallery a div > div, .img_gallery div div > div {
    flex-wrap: wrap;
  }
}
.img_gallery a div > div span, .img_gallery div div > div span {
  font-size: 0.75rem;
  display: block;
  width: 100%;
  text-align: center;
  /*width: 49.5%;

  &:last-child {
  	text-align: right;
  }*/
}
@media (max-width: 480px) {
  .img_gallery a div > div span, .img_gallery div div > div span {
    width: 100%;
    text-align: center;
    display: block;
  }
  .img_gallery a div > div span:last-child, .img_gallery div div > div span:last-child {
    text-align: center;
  }
}

.lg-sub-html p {
  font-size: 1.25rem;
  background: transparent linear-gradient(180deg, #000 100%, #000 0%) 0% 0% no-repeat padding-box;
  padding: 10px;
  position: relative;
}
@media (max-width: 768px) {
  .lg-sub-html p {
    font-size: 1rem;
  }
}
.lg-sub-html span {
  font-size: 1rem;
  color: #E79000;
  margin: 5px;
}
@media (max-width: 768px) {
  .lg-sub-html span {
    font-size: 0.875rem;
  }
}
.lg-sub-html i {
  margin: 0 0 10px;
  font-size: 0.875rem;
  color: #fff;
  background: #E79000;
  padding: 2px 10px;
  border-radius: 5px;
  display: block;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -30px;
}

/*好客嘉年華*/
main.carnival {
  background: url(../Images/2025/carnival-bg.png) no-repeat center 120px;
  background-size: contain;
  position: relative;
}
@media (max-width: 1023px) {
  main.carnival {
    background: unset;
  }
}
main.carnival .sub {
  margin: 25px 0 60px;
}
@media (max-width: 1023px) {
  main.carnival .sub {
    margin: 25px 0 40px;
  }
}
main.carnival .search_box {
  grid-template-columns: 1fr 352px;
  position: relative;
  right: unset;
  padding: unset;
}
@media screen and (max-width: 1023px) {
  main.carnival .search_box {
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }
}
main.carnival .location_box {
  display: flex;
  justify-content: start;
  align-items: center;
  /*		.btn_box {
  	display: flex;
  	justify-content: start;
  	align-items: center;
  }*/
}
@media screen and (max-width: 1023px) {
  main.carnival .location_box {
    flex-wrap: wrap;
  }
}
main.carnival .location_box a {
  height: 36px;
  padding: 0 10px;
  line-height: 36px;
  color: #AEAEAE;
  font-weight: 400;
  border: 1px solid #DDD;
  border-radius: 5px;
  margin: 8px 4px;
  display: inline-block;
  box-sizing: border-box;
  background: #fff;
  word-break: keep-all;
  transition: all 0.3s ease-in-out;
}
main.carnival .location_box a:hover, main.carnival .location_box a.active {
  background: #AEAEAE;
  color: #fff;
}
main.carnival .location_box select {
  width: 175%;
}
main.carnival .btn_box.time {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  main.carnival .btn_box.time {
    justify-content: start;
  }
}
@media screen and (max-width: 768px) {
  main.carnival .btn_box.time {
    justify-content: space-between;
  }
}
main.carnival .btn_box.time a {
  margin: 0 10px;
  width: 100%;
  padding: 5px;
  border-radius: 50px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
@media screen and (max-width: 1023px) {
  main.carnival .btn_box.time a {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  main.carnival .btn_box.time a {
    width: 100%;
  }
}
main.carnival .btn_box.time a:first-child {
  color: #91B123;
  border: 1px solid #91B123;
}
main.carnival .btn_box.time a:first-child:hover, main.carnival .btn_box.time a:first-child.active {
  background: #91B123;
  color: #fff;
}
main.carnival .btn_box.time a:last-child {
  border: 1px solid #E79000;
  color: #E79000;
}
main.carnival .btn_box.time a:last-child:hover, main.carnival .btn_box.time a:last-child.active {
  background: #E79000;
  color: #fff;
}
main.carnival .card_box {
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  main.carnival .card_box {
    grid-template-columns: 1fr;
  }
}
main.carnival .card_box .card {
  border: 0px solid;
  position: relative;
  background: unset;
  border-radius: unset;
  overflow: unset;
}
main.carnival .card_box .card > div {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  cursor: pointer;
  height: 100%;
}
main.carnival .card_box .card .card_top {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
main.carnival .card_box .card .card_top h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #4D3416;
  transition: all 0.3s ease-in-out;
  line-height: 1.5;
  margin: 0 0 15px;
  width: 70%;
}
@media (max-width: 1023px) {
  main.carnival .card_box .card .card_top h3 {
    width: 56%;
  }
}
main.carnival .card_box .card .card_top span {
  margin: 0 0 10px;
  font-size: 0.875rem;
  color: #fff;
  background: #4D3416;
  padding: 2px 10px;
  border-radius: 5px;
  display: block;
  text-align: center;
  width: 88px;
}
main.carnival .card_box .card .card_top span:before {
  content: "";
  display: inline-block;
  background: url(../Images/2025/icon-location.png) no-repeat;
  background-size: contain;
  width: 12px;
  height: 14px;
  margin: 0 5px 0 0;
}
main.carnival .card_box .card .card_top i {
  font-size: 1rem;
  padding: 5px;
  border: 1px solid #E79000;
  color: #E79000;
  letter-spacing: 1px;
  margin: 0 0 0 10px;
  text-align: center;
  line-height: 1.3;
}
main.carnival .card_box .card .card_info {
  display: none;
  font-size: 0.875rem;
  padding: 10px 10px 0;
  border-top: 1px solid #AEAEAE;
  margin: 10px 0;
}
main.carnival .card_box .card .card_info span {
  color: #AEAEAE;
  display: block;
}
main.carnival .card_box .card .card_info span:before {
  content: "";
  display: inline-block;
  margin: 0 10px 0 0;
}
main.carnival .card_box .card .card_info span.location:before {
  background: url(../Images/2025/icon-location_b.png) no-repeat center center;
  background-size: contain;
  width: 9px;
  height: 11px;
}
main.carnival .card_box .card .card_info span.phone:before {
  background: url(../Images/2025/icon_phone.png) no-repeat center center;
  background-size: contain;
  width: 10px;
  height: 10px;
}
main.carnival .card_box .card .card_info span.links:before {
  background: url(../Images/2025/icon_link.png) no-repeat center center;
  background-size: contain;
  width: 11px;
  height: 9px;
}
main.carnival .card_box .card .card_info span.email:before {
  background: url(../Images/2025/icon_mail_b.png) no-repeat center center;
  background-size: contain;
  width: 10px;
  height: 8px;
}
main.carnival .card_box .card .card_info a {
  text-decoration: underline;
}
main.carnival .card_box .card .info_text p {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  margin: 0 auto;
}
main.carnival .card_box .card .info_text span {
  display: block;
  text-align: right;
  color: #E79000;
  font-size: 1rem;
  text-decoration: underline;
  position: relative;
}
main.carnival .card_box .card .close {
  display: none;
  position: absolute;
  color: #fff;
  top: -40px;
  right: 0;
}
main.carnival .card_box .cardMore.active {
  position: fixed;
  top: 120px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 777;
  width: 35vw;
  height: auto;
  overflow: hidden;
}
@media (max-width: 1400px) {
  main.carnival .card_box .cardMore.active {
    width: 42vw;
  }
}
@media (max-width: 1200px) {
  main.carnival .card_box .cardMore.active {
    width: 50vw;
  }
}
@media (max-width: 1023px) {
  main.carnival .card_box .cardMore.active {
    width: 94vw;
    top: 80px;
  }
}
main.carnival .card_box .cardMore.active > div {
  overflow-y: scroll;
}
main.carnival .card_box .cardMore.active .close, main.carnival .card_box .cardMore.active .card_info {
  display: block;
}
main.carnival .card_box .cardMore.active .info_text p {
  display: block;
  padding: 10px;
  background: rgba(174, 174, 174, 0.3);
  border-radius: 5px;
}
main.carnival .card_box .cardMore.active .info_text span {
  display: none;
}

/*活動辦法*/
.delete_btn {
  position: fixed;
  top: 46px;
  right: 20vw;
  color: #fff;
  cursor: pointer;
  font-size: 1.25rem;
  z-index: 777;
  display: none;
}
.delete_btn.active {
  display: block;
}
@media (max-width: 1023px) {
  .delete_btn {
    top: 6px;
    right: 4vw;
  }
}

.content_box.more_content {
  display: none;
  position: fixed;
  top: 80px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 777;
  width: 60vw;
  height: 80vh;
  overflow-y: scroll;
  border: 40px solid #fff;
  padding: 20px;
  background: #fff;
}
@media (max-width: 1023px) {
  .content_box.more_content {
    top: 40px;
    width: 94vw;
    height: 80vh;
    padding: 5px;
    border: 15px solid #fff;
  }
}
.content_box.more_content.active {
  display: block;
}
.content_box.more_content .nav_box a {
  line-height: 1.3;
  display: flex;
  align-items: center;
  padding: 10px 30px;
}
.content_box.more_content .text_box > p {
  margin: 0 0 15px;
}
.content_box.more_content .img_area {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .content_box.more_content .img_area {
    flex-wrap: wrap;
  }
}
.content_box.more_content .img_area .img_box {
  width: 30%;
  margin: 20px;
  display: block;
}
@media (max-width: 1023px) {
  .content_box.more_content .img_area .img_box {
    width: 70%;
  }
}
.content_box.more_content .img_area .img_box img {
  object-fit: contain;
  width: 100%;
  display: block;
  animation-name: focus;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  position: relative;
}
.content_box.more_content .img_area .img_box:first-child {
  order: 2;
}
@media (max-width: 1023px) {
  .content_box.more_content .img_area .img_box:first-child {
    order: 1;
  }
}
@media (max-width: 1023px) {
  .content_box.more_content .img_area .img_box:nth-child(2) {
    order: 2;
  }
}
.content_box.more_content .img_area .img_box:last-child {
  order: 3;
}

/*活動專區*/
main.logon .logon_info .focus {
  font-size: 1.5rem;
  color: #91B123;
}
main.logon .logon_info .heder_2nd {
  text-align: right;
}
main.logon .btn {
  font-size: 1rem;
}
main.logon .btn.start {
  left: 50%;
  position: relative;
  transform: translate(-50%, 10px);
}
main.logon .card_box {
  grid-template-columns: 1fr;
  grid-column-gap: 20px;
}
main.logon .card_box .card {
  margin: unset;
}
main.logon .card_box .card > div {
  display: grid;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}
main.logon .card_box .card > div h3 {
  font-size: 1.25rem;
  margin: 10px 0;
}
main.logon .card_box .card > div .label {
  text-align: center;
  padding: 0 0 0 26px;
  width: 60px;
  margin: 0;
}
main.logon .card_box .card > div .info {
  display: inline-block;
}
main.logon .card_box .card > div .info span {
  font-size: 1rem;
}
main.logon .card_box .card > div .info_top {
  left: 24px;
  position: relative;
}
@media (max-width: 1200px) {
  main.logon .card_box .card > div .info_text {
    padding: 15px;
    line-height: 1.5;
  }
}
@media (max-width: 1023px) {
  main.logon .diary_box.detail {
    padding: 60px 20px 30px;
  }
}
main.logon .btn_box {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}
@media (max-width: 1023px) {
  main.logon .btn_box {
    top: 15px;
    right: 22px;
  }
}
main.logon .btn_box span {
  font-size: 0.875rem;
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
  transform: translateY(0px);
}
main.logon .btn_box span:hover {
  transform: translateY(10px);
}
main.logon .btn_box span.status {
  color: #E79000;
  border: 1px solid #E79000;
  background: #fff;
}
main.logon .btn_box span.status.pass {
  color: #91B123;
  border: 1px solid #91B123;
}
main.logon .btn_box span.edit {
  color: #fff;
  background: #587102;
  border: 1px solid #587102;
}
main.logon .btn_box span.delete {
  color: #fff;
  background: #981D03;
  border: 1px solid #981D03;
}
main.logon .img_gallery {
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 1023px) {
  main.logon .img_gallery {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  main.logon .img_gallery {
    grid-template-columns: 1fr;
  }
}
main.logon .img_gallery div {
  cursor: inherit;
}
main.logon .img_gallery div:hover {
  transform: scale(1);
}
main.logon .img_gallery div img {
  height: 380px;
}
main.logon .img_gallery .btn_box {
  background: unset;
  border: 0px;
}
