@charset "UTF-8";
/* CSS Document */
/* ---reset.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;
}

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

html {
  background: url("../images/bg_fixed.jpg") bottom center no-repeat fixed;
  scroll-behavior: smooth;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  html {
    background: #fff;
  }
  html:before {
    content: "";
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("../images/bg_fixed.jpg") center 0 no-repeat;
    background-size: cover;
  }
}
/* PC */
.WRAPPER {
  position: relative;
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .WRAPPER {
    min-width: 100%;
  }
}
.container {
  overflow: hidden;
  background: url("../images/side_deco.png") center -75px repeat-y;
}

.topbox {
  position: relative;
  width: 1200px;
  margin: auto;
}

.kv_pc {
  width: 100%;
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1920px;
  margin: auto;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

.kv_pc img {
  /*  display: block;*/
  text-align: center;
}

.kv_m {
  display: none;
}

/*
.kv_m img {
  display: block;
}
*/
.kv_m a {
  font-size: 0;
  display: block;
}

.for_pc {
  display: block;
}

.for_m {
  display: none;
}

/* m */
@media screen and (max-width: 991px) {
  .kv_m {
    display: block;
    width: 100%;
  }
  .kv_m img {
    width: 100%;
  }
  .kv_pc {
    display: none;
  }
  .container {
    width: 100%;
    min-width: auto;
  }
  .for_pc {
    display: none;
  }
  .for_m {
    display: block;
  }
}
/*主視覺動畫*/
.kv_bg {
  width: 100%;
}

.kvdeco {
  position: absolute;
}

.kv_sticker {
  top: 0%;
  left: 11.9270833333%;
  width: 11.4583333333%;
  -webkit-animation: slideInDown 1s;
          animation: slideInDown 1s;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}

.kv_tt {
  top: 8.3333333333%;
  left: 23.3854166667%;
  width: 30.9895833333%;
  -webkit-animation: bounceIn 0.8s;
          animation: bounceIn 0.8s;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}

.kv_promotion {
  top: 72.7083333333%;
  left: 16.3541666667%;
  width: 38.0208333333%;
  -webkit-animation: bounceIn 0.8s;
          animation: bounceIn 0.8s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}

/*--倒數--*/
.countdown {
  font-size: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  padding: 10px 0;
  letter-spacing: 3px;
  border-bottom: 1px solid #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-shadow: 1px 1px 8px rgba(34, 34, 34, 0.4392156863);
}

.days,
.hours,
.minutes,
.seconds {
  font-size: 50px;
  color: #ffe400;
}

.word {
  color: #fff;
}

.word:nth-child(1) {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .countdown {
    width: 95%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 5vw;
    padding: 1vw 0 2vw;
    position: relative;
  }
  .days,
  .hours,
  .minutes,
  .seconds {
    font-size: 8vw;
  }
  .word {
    text-align: center;
    display: block;
    width: 100vw;
    line-height: 1.3;
  }
  .word-day {
    text-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
/*區塊*/
.blk {
  margin: 210px auto 70px;
  max-width: 1210px;
  background: url("../images/blk_bg.png") top center repeat-y;
}

.blk::before {
  content: "";
  width: 1210px;
  margin: 0 auto 20px;
  background: url("../images/blk_be.png") center top no-repeat;
  height: 145px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: -145px;
  position: relative;
}

.blk::after {
  content: "";
  width: 1210px;
  margin: -70px auto 0;
  background: url("../images/blk_af.png") center top no-repeat;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 35px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .blk {
    margin: 27vw auto 7vw;
    background: url("../images/blk_bg.png") top center repeat-y;
  }
  .blk::before {
    content: "";
    width: 100%;
    margin: 0 auto -33vw;
    background: url("../images/blk_be.png") center top no-repeat;
    background-size: 160vw;
    height: 19vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: -19vw;
    position: relative;
  }
  .blk::after {
    content: "";
    width: 100%;
    margin: -5vw auto 0;
    background: url("../images/blk_af.png") center top no-repeat;
    background-size: 120vw;
    height: 5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 5vw;
    position: relative;
  }
}
/*文字標題*/
h2,
h3,
.menustyle2 ul li a,
.countdown,
.days,
.hours,
.minutes,
.seconds {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 900;
}

.btt {
  margin: -265px auto 60px;
}

.btt h2 {
  color: #222;
  font-size: 3.6rem;
  letter-spacing: 2px;
}

.stt {
  margin: 40px auto 20px;
}

.stt h3 {
  font-size: 2.2rem;
  color: #222;
  letter-spacing: 2px;
}

.stt h3:before {
  background-image: url("../images/stt_be.png");
  background-size: contain;
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-right: 12px;
  margin-bottom: 0px;
  content: "";
}

.stt h3:after {
  background-image: url("../images/stt_af.png");
  background-size: contain;
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-left: 12px;
  margin-bottom: 0px;
  content: "";
}

.block_0 .btt {
  margin: 0px auto;
}

.block_0 .btt h2 {
  background: url("../images/btt_bgm.png") top center no-repeat;
  width: 100%;
  height: 140px;
  padding: 45px 0 0;
}

@media screen and (max-width: 991px) {
  .btt {
    margin: 1.5vw auto 8vw;
  }
  .btt h2 {
    font-size: 2.2rem;
    letter-spacing: 0px;
  }
  .stt {
    margin: 3vw auto 2vw;
  }
  .stt h3 {
    font-size: 1.8rem;
    letter-spacing: 1px;
  }
  .stt h3:before {
    background-image: url("../images/stt_be.png");
    background-size: contain;
    display: inline-block;
    width: 6vw;
    height: 6vw;
    margin-right: 1.5vw;
    margin-bottom: 0;
    content: "";
  }
  .stt h3:after {
    background-image: url("../images/stt_af.png");
    background-size: contain;
    display: inline-block;
    width: 6vw;
    height: 6vw;
    margin-left: 1.5vw;
    margin-bottom: 0;
    content: "";
  }
  .block_0 .btt h2 {
    background-size: contain;
    width: 100%;
    height: 19vw;
    padding: 5vw 0 0;
  }
  .block_0 .cpns .btt h2 {
    font-size: 2rem;
    line-height: 0.5;
    padding: 6vw 0 0;
  }
  .block_0 .cpns .btt h2 span {
    font-size: 1rem;
  }
}
/*block_0*/
.block_0 {
  background: url("../images/blk0_be.png") top center no-repeat, #1b5e00;
  padding: 1px 0 0;
  margin: 0 auto 260px;
  max-width: 1920px;
  background-size: contain;
}

.block_0::after {
  content: "";
  max-width: 1920px;
  margin: -65px auto 0px;
  background: url("../images/blk0_af.png") center top no-repeat;
  height: 74px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 74px;
  position: relative;
}

.tips ul {
  width: 1200px;
  margin: 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cpns {
  background: url("../images/cpn_bg.png") top center no-repeat;
  margin: 0px auto;
  padding: 0 0 30px;
}

.cpns .slickbg {
  width: 720px;
  padding: 45px 0 0 230px;
}

.block_0 .warning {
  margin: 10px auto;
}

.block_0 .warning p {
  color: #fff;
  font-size: 0.9rem;
}

@media screen and (max-width: 991px) {
  .block_0 {
    background: url("../images/blk0_be.png") top center no-repeat, #1b5e00;
    background-size: 235%;
    padding: 2vw 0 0;
    margin: 0 auto 32vw;
  }
  .block_0::after {
    content: "";
    margin: -10vw auto 0;
    background: url("../images/blk0_af.png") center top no-repeat;
    background-size: 180vw;
    height: 10vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 10vw;
    position: relative;
  }
  .tips ul {
    width: 96%;
    margin: 2vw auto 0;
    padding: 0 1vw;
  }
  .tips ul li img {
    width: 47vw;
    margin: 0 -3vw;
  }
  .cpns {
    background: none;
    margin: 0px auto;
    padding: 0 0 2vw;
  }
  .cpns .slickbg {
    width: 100%;
    padding: 0;
  }
  .cpns .slickbg .slick-dotted.slick-slider {
    margin-bottom: 0px;
    padding-bottom: 1vw;
  }
  .block_0 .btt {
    margin: 2vw auto;
  }
  .block_0 .warning {
    margin: 1vw 2vw;
  }
  .block_0 .warning p {
    text-align: center;
    line-height: 1.5;
  }
}
/*元件調整*/
.banner {
  padding: 0;
}

.hightlight .font h4 {
  background: #1b5e00;
}

/*輪播統一設定*/
.slick-dots li button:before {
  font-size: 1.5rem !important;
  color: #1b5e00 !important;
}

@media screen and (max-width: 991px) {
  .slick-dotted.slick-slider {
    margin-bottom: 0 !important;
    padding-bottom: 3vw !important;
  }
}
/*--  nav 選單 固定側邊--*/
@media only screen and (min-width: 992px) {
  .menustyle2 {
    width: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    z-index: 999;
    height: auto;
    position: fixed;
    top: 120px;
    right: 10px;
    border-radius: 99em;
    background: #1b5e00;
    border: 1px solid #fff;
  }
  .menustyle2 ul {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 5px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .menustyle2 ul li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .menustyle2 ul li a {
    margin: 0 auto;
    text-decoration: none;
    font-size: 1.1rem;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 8px 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 1.2rem;
    border-radius: 999em;
    text-align: center;
  }
  .menustyle2 ul li a:hover {
    color: #1b5e00 !important;
    background: #fff;
    -webkit-transform: scale(1);
            transform: scale(1);
    border-radius: 999em;
  }
  .menustyle2 ul .active {
    color: #1b5e00 !important;
    background: #fff;
    border-radius: 999em;
  }
}
@media screen and (max-width: 991px) {
  .menustyle2::-webkit-scrollbar {
    display: none;
  }
  .menustyle2 {
    width: 100%;
    z-index: 999;
    padding: 2vw 1vw;
    display: block;
    background: #1b5e00;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: absolute;
    overflow-x: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    white-space: nowrap;
    webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    height: auto;
    border-bottom: 1px solid #fff;
  }
  .menustyle2 ul {
    width: 100%;
    margin: 0 auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .menustyle2 ul li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .menustyle2 ul li a {
    font-size: 1rem;
    letter-spacing: 0px;
    color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 1.5vw 2.5vw;
    font-weight: 700;
  }
  .menustyle2 ul li a:hover {
    color: #1b5e00 !important;
    background: #fff;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    border-radius: 99em;
  }
  .menustyle2 ul .active {
    color: #1b5e00 !important;
    background: #fff;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    border-radius: 99em;
  }
  .sticky {
    position: fixed;
    top: 0;
  }
}
/*手機版選單下滑出現*/
@media screen and (max-width: 991px) {
  #TopMenu2 {
    -webkit-transition: background-color 1s, opacity 1s, visibility 1s;
    transition: background-color 1s, opacity 1s, visibility 1s;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    position: absolute;
    top: 0;
  }
  #TopMenu2.show {
    opacity: 1;
    visibility: visible;
    position: fixed;
    top: 0;
  }
}
/*--  錨點微調--*/
.target-fix {
  position: relative;
  top: -300px;
  display: block;
  height: 0;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .target-fix {
    top: -55px;
    margin: 0 0 -1vw;
  }
}
/*--goto top--*/
#gotop {
  display: inline-block;
  background-color: #000;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 100%;
  position: fixed;
  bottom: 0px;
  right: 0px;
  -webkit-transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  margin: 30px;
}

#gotop::after {
  position: absolute;
  display: block;
  font-family: FontAwesome;
  content: "　";
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
  opacity: 0.5;
  background: url("../images/top.png") center no-repeat;
  background-size: 50%;
  background-position: 85% 35%;
}

#gotop:hover {
  cursor: pointer;
  background-color: #666;
}

#gotop:active {
  background-color: #ccc;
}

#gotop.show {
  opacity: 0.4;
  visibility: visible;
}

@media screen and (max-width: 991px) {
  #gotop {
    bottom: 70px;
    right: 0;
    margin: 2vw;
  }
}
/* share url */
#share {
  display: inline-block;
  background-color: #000;
  opacity: 0.4;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 100%;
  position: fixed;
  bottom: 50px;
  right: 0px;
  -webkit-transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  z-index: 1000;
  margin: 30px;
}

#share::after {
  position: absolute;
  display: block;
  font-family: FontAwesome;
  content: "　";
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
  opacity: 0.5;
  background: url("../images/share.png") center no-repeat;
  background-size: 50%;
  background-position: 80% 35%;
}

#share:hover {
  cursor: pointer;
  background-color: #666;
}

#share:active {
  background-color: #666;
}

@media screen and (max-width: 991px) {
  #share {
    bottom: 115px;
    right: 0;
    margin: 2vw;
  }
}
@media screen and (max-width: 991px) {
  html {
    padding-bottom: 80px;
  }
}
.tabs {
  max-width: 1160px;
  margin: 20px auto 40px;
}
.tabs .tabs-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tabs .tabs-head li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  background-color: #599e3e;
  border-radius: 20px 20px 0 0;
  padding: 20px;
}
@media screen and (max-width: 991px) {
  .tabs .tabs-head li {
    padding: 2vw;
  }
}
.tabs .tabs-head li.active {
  background-color: #80c365;
}
.tabs .tabs-head li:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.tabs .tabs-head a {
  display: block;
  font-size: 24px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .tabs .tabs-head a {
    font-size: 20px;
  }
}
.tabs .tabs-item {
  background-color: #80c365;
  padding: 10px;
  border-radius: 0 0 20px 20px;
}
@media screen and (max-width: 991px) {
  .tabs .tabs-item {
    padding: 0;
  }
}
.tabs .tabs-item > *:nth-child(1) {
  margin-top: 0;
}

/* ---品項樣式調整--- */
.rectangle_3p .font h4 {
  color: #227800;
}

.keywordB .keywordA li,
.toptitle .font h4,
.collect_5x6 .s-row h4 {
  background: #1b5e00;
}

.keywordB .keywordA li:hover {
  background: #2a9100;
}

.half ul {
  background: #add89c;
}

.toptitle img,
.hightlight img {
  -o-object-fit: contain;
     object-fit: contain;
}

.keywordB .keywordA li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: unset;
}

.banner {
  margin: 20px auto 40px;
}

.half ul h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 991px) {
  .half ul h3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.more {
  background-color: #ffe400;
  color: #000;
  font-size: 0.5em;
  padding: 0.3em 0.8em;
  border-radius: 999em;
  margin-left: 1em;
}
.more:hover {
  background-color: #ffe933;
}
@media screen and (max-width: 991px) {
  .more {
    margin-top: 0.5em;
    margin-left: 0;
  }
}

.stt h3 {
  line-height: 1.3;
}
.stt br {
  display: none;
}
@media screen and (max-width: 991px) {
  .stt br {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .stt span {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .block_2 .hightlight .font {
    margin-bottom: 0;
  }
}
.block_2 .hightlight .font h4 {
  margin-bottom: 0;
}