#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  background: #021d49;
}

#loading img {
  position: relative;
  width: 55%;
  max-width: 170px;
  opacity: 1;
  top: 0;
  animation: loading 1s ease-in-out;
  transition: all 1s ease-in-out;
}

@keyframes loading {
  0% {
    opacity: 0;
    top: 55px;
  }

  100% {
    opacity: 1;
    top: 0;
  }
}

#loading img.zoomout {
  opacity: 0;
  top: 55px;
}

body {
  background: #021d49;
}

/**svg**/
#svgBlcok {
  width: 100%;
  max-width: 685px;
  margin: 0 auto;
  display: block;
}

#svgBlcok svg {
  width: 100%;
}

@keyframes draw {
  0% {
    stroke-dashoffset: 300;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

#svgBlcok g {
  stroke-width: 2.5;
}

#svgBlcok .st1 {
  fill: none;
  stroke: #f2f2f2;
  stroke-dasharray: 300;
  stroke-dashoffset: 300;
  stroke-width: 7;
}

/* === banner === */
.banner {
  width: 100%;
  height: 100vh;
}

.bannerSlick {
  width: 100%;
  height: 100%;
}

.slick-list,
.slick-track {
  height: 100%;
}

/* txt */
.bannerTxt {
  position: absolute;
  z-index: 7;
  width: 100%;
  top: calc(50% - 120px);
  left: 0;
  text-align: center;
}

.bannerCopyright {
  position: absolute;
  left: 30px;
  bottom: 25px;
  margin-bottom: 0;
  opacity: 0.3;
  font-size: 15px;
  color: #fff;
  z-index: 7;
}

.bannerArtie,
.bannerArtie:hover {
  color: #fff;
}

/* scrolldown */
.bannerScroll {
  position: absolute;
  right: 50%;
  bottom: 25px;
  width: 40px;
  z-index: 5;
  color: #fff;
}

.bannerScroll:hover {
  color: #fff;
}

.scroll_path {
  position: relative;
  display: block;
  width: 1px;
  height: 60px;
  left: 30px;
  bottom: 25px;
  background: rgba(255, 255, 255, 0.3);
  overflow: hidden;
}

.scroll_path:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 25px;
  background: #fff;
  -webkit-animation: scrollDown 3s ease-out infinite;
  -ms-animation: scrollDown 3s ease-out infinite;
  animation: scrollDown 3s ease-out infinite;
}

@keyframes scrollDown {
  0% {
    top: -19px;
  }

  45% {
    top: 65px;
  }

  100% {
    top: 65px;
  }
}

/* Follow */
.bannerFollow {
  position: absolute;
  right: 60px;
  bottom: 25px;
  color: rgba(255, 255, 255, 0.3);
  z-index: 7;
}

.bannerFollow_link {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-left: 12px;
}

.bannerFollow_link .bannerFollow_link_svg {
  width: 26px;
  height: 26px;
  fill: #fff;
}

.lineqr {
  position: absolute;
  right: -20px;
  top: -85px;
  padding: 3px;
  background: #fff;
  border-radius: 10px;
  opacity: 0;
}

.lineqr:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 8px 0 8px;
  border-color: #fff transparent transparent transparent;
  right: calc(50% - 8px);
  bottom: -10px;
}

/* hover */
.bannerFollow_link:hover {
  text-decoration: none;
}

.bannerFollow_link:hover .bannerFollow_link_svg {
  opacity: 0.4;
}

.bannerFollow_link.line:hover .lineqr {
  opacity: 1;
}

.intro_cart {
  position: relative;
  align-items: center;
  align-content: center;
  justify-items: center;
  justify-content: center;
  margin: 0 0 0 20px;
  font-size: 15px;
  line-height: 1.5;
  color: #333;
  font-family: "NotoSansTC-Regular", "Microsoft JhengHei", sans-serif;
  padding: 10px 0 2.5px 0;
  border-bottom: 1px solid;
  transition: opacity .4s ease-in-out;
  z-index: 10;
  display: none;
}

.intro_cart:hover {
  opacity: .7;
}

.intro_cart::after {
  content: '';
  position: relative;
  display: block;
  width: 20px;
  height: 15px;
  background: url(../images/index/icon_cart.svg) center no-repeat;
  background-size: contain;
  margin: 0 0 0 5px;
}

/* img */
.bannerSlick_img {
  height: 100%;
  width: 100%;
}

.bannerSlick_img_01 {
  background: 50% 50% url(../images/index/banner01.jpg) repeat-x;
  background-size: cover;
}

.bannerSlick_img_02 {
  background: 50% 50% url(../images/index/banner02.jpg) repeat-x;
  background-size: cover;
}

.bannerSlick_img_03 {
  background: 50% 50% url(../images/index/banner06.jpg) repeat-x;
  background-size: cover;
}

.bannerSlick_img_04 {
  background: 50% 50% url(../images/index/banner04.jpg) repeat-x;
  background-size: cover;
}

.bannerSlick_img_05 {
  background: 50% 50% url(../images/index/banner05.jpg) repeat-x;
  background-size: cover;
}

.bannerSlick_img_06 {
  background: 50% 50% url(../images/index/banner03.jpg) repeat-x;
  background-size: cover;
}

.bannerSlick_img_07 {
  background: 50% 50% url(../images/index/banner07.jpg) repeat-x;
  background-size: cover;
}

.bannerSlick_img_08 {
  background: 50% 50% url(../images/index/banner08.jpg) repeat-x;
  background-size: cover;
}

/* controller */
.bannerController {
  position: absolute;
  top: calc(50% + 30px);
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  z-index: 6;
}

.bannerController_btn {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 5px;
  line-height: 1.5;
  font-size: 0;
  margin: 0 -4px 0 0;
}

.bannerController_btn:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
  vertical-align: middle;
}

.bannerController_btn:last-child:after {
  display: none;
}

.bannerController_link {
  color: #fff;
  padding: 10px 30px;
  font-size: 14px;
  vertical-align: middle;
  border: 1px solid transparent;
  border-color: rgba(255, 255, 255, 0);
  transition: all 0.4s ease-in-out;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-items: center;
  justify-content: center;
  line-height: 1.5;
  text-align: center;
  min-height: 64px;
}

.bannerController_link:hover {
  text-decoration: none;
  border-color: rgba(255, 255, 255, 0.7);
  color: #fff;
}

/* dark blue mask */
.banner:before {
  content: "";
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(7, 27, 60, 0.8);
  z-index: 5;
}

/* === intro === */
.intro {
  overflow-x: hidden;
  padding: 60px 15px;
}

.scrollTarget {
  position: absolute;
  top: -70px;
  left: 0;
}

.intro .container {
  max-width: 1500px;
}

.intro a:hover {
  text-decoration: none;
}

.introcard {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  background: #eee;
  color: #333;
  border-bottom-left-radius: 40px;
}

.cotton1 {
  right: 0;
  top: 10%;
  transform-origin: right bottom;
}

.cotton2 {
  left: 0;
  top: 20%;
  transform-origin: left bottom;
}

.cotton3 {
  left: 0;
  top: 40%;
  transform-origin: left bottom;
}

.cotton4 {
  right: 0;
  bottom: 15%;
  transform-origin: right bottom;
}

/* txt */
.introcard_txt {
  position: absolute;
  z-index: 2;
  padding: 70px 50px;
  text-align: left;
  left: 0;
  top: 0;
}

.introcard_txt h5 {
  font-size: 31px;
  color: #333;
  font-weight: bold;
  font-family: "NotoSansTC-Thin", "Microsoft JhengHei", sans-serif;
}

.introcard_txt small {
  font-size: 19px;
  font-family: "NotoSansTC-Regular", "Microsoft JhengHei", sans-serif;
}

.introcard_txt p {
  font-size: 15px;
  letter-spacing: 1.5px;
  opacity: 0.7;
  /* height: 100px; */
  font-family: "NotoSansTC-Light", "Microsoft JhengHei", sans-serif;
}

.introcard_txt>p {
  min-height: 150px;
}

.gas~.introcard_txt>p,
.food~.introcard_txt>p {
  min-height: 250px;
}

.introcard_txt span {
  display: inline-block;
  color: #133978;
  transform: translate(-100%, 0);
  -moz-transition: all 0.4s cubic-bezier(0.615, 0.025, 0.585, 0.995);
  -o-transition: all 0.4s cubic-bezier(0.615, 0.025, 0.585, 0.995);
  -webkit-transition: all 0.4s cubic-bezier(0.615, 0.025, 0.585, 0.995);
  transition: all 0.4s cubic-bezier(0.615, 0.025, 0.585, 0.995);
}

.intro_arrow {
  position: relative;
  display: inline-block;
  width: 168px;
  padding: 10px 0;
  background: #fff;
  text-align: center;
}

.intro_arrow p {
  display: inline-block;
  vertical-align: middle;
  font-family: "Microsoft JhengHei", sans-serif;
  color: #3a3a3a;
  font-size: 16px;
  font-weight: bold;
  height: auto;
  opacity: 1;
  margin: 0 10px 0 auto;
}

.intro_arrow span {
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 5px;
  background: url(../images/common_icon/arrow.png) no-repeat;
  background-size: cover;
  background-position: left center;
  transform: none;
}

.introcard:hover .intro_arrow span {
  animation: linkactive 2s linear;
}

@keyframes linkactive {
  0% {
    background-position: 0 center;
  }

  25% {
    background-position: 28px center;
  }

  25.0001% {
    background-position: -28px center;
  }

  50% {
    background-position: 0 center;
  }

  75% {
    background-position: 28px center;
  }

  75.0001% {
    background-position: -28px center;
  }

  100% {
    background-position: 0 center;
  }
}

/* img */
.introcard_img {
  height: 450px;
}

/* left & right */
.introcard.imgRight .introcard_txt,
.introcard.imgLeft .introcard_txt {
  width: 42%;
  height: 100%;
}

.introcard.imgLeft .introcard_txt {
  left: auto;
  right: 0;
}

.introcard.imgRight:before,
.introcard.imgLeft:before {
  content: "";
  position: absolute;
  width: 254px;
  height: 84px;
  bottom: 0;
  background: 0 0 url(../images/index/infocard_deco.png) no-repeat;
}

.introcard.imgRight:before {
  right: 60%;
}

.introcard.imgLeft:before {
  left: 80%;
}

/* img */
.introcard.imgRight .introcard_img,
.introcard.imgLeft .introcard_img {
  width: 58%;
}

.introcard.imgRight .introcard_img {
  margin: 0 0 0 auto;
}

.introcard_img.cotton {
  background: 50% 50% url(../images/index/info_img01.jpg?20210716) no-repeat;
  background-size: cover;
}

.introcard_img.life {
  background: 50% 50% url(../images/index/info_img02.jpg) no-repeat;
  background-size: cover;
}

.introcard_img.food {
  height: 550px;
  background: 50% 50% url(../images/index/info_img03.jpg) no-repeat;
  background-size: cover;
}

.introcard_img.foundation {
  background: 50% 50% url(../images/index/info_img04.jpg) no-repeat;
  background-size: cover;
}

.introcard_img.gas {
  height: 550px;
  background: 50% 50% url(../images/index/info_img05.jpg) no-repeat;
  background-size: cover;
}

.introcard_img.old {
  background: 50% 50% url(../images/index/info_img06.jpg) no-repeat;
  background-size: cover;
}

.introcard_img.club {
  background: 50% 50% url(../images/index/info_img07.jpg) no-repeat;
  background-size: cover;
}

.introcard_img.museum {
  height: 550px;
  background: 50% 50% url(../images/index/info_img08.jpg) no-repeat;
  background-size: cover;
}

/* half */
.introcard.half {
  color: #fff;
}

.introcard.half .c_title_line {
  background: #fff;
}

.introcard.half .introcard_txt h5 {
  color: #fff;
}

.introcard.half .introcard_img {
  position: relative;
  width: 100%;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.introcard.half .introcard_txt span {
  color: #fff;
}

.introcard.half .introcard_img:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.introcard.half:hover .introcard_img {
  -webkit-filter: blur(6px);
  filter: blur(6px);
}

/****三花誌****/
.log {
  width: calc(100% - 100px);
  max-width: 1000px;
  margin: 160px auto 140px auto;
  color: #fff;
  text-align: center;
}

.log__title {
  font-size: 40px;
  font-family: "NotoSansTC-Thin", "Microsoft JhengHei", sans-serif;
  margin: 0 auto 20px auto;
}

.log__depiction {
  width: 100%;
  max-width: 650px;
  text-align: center;
  font-size: 15px;
  font-family: "Microsoft JhengHei", sans-serif;
  margin: 0 auto;
  color: #aeb9d2;
}

.log__inner {
  margin: 50px auto 0 auto;
}

.log__inner figure {
  padding: 0 32.5px;
}

.log__inner figure img {
  width: 100%;
  margin: 0 0 25px 0;
  box-shadow: 10px 10px rgba(0, 0, 0, .3);
}

.log__inner__title {
  font-size: 18px;
  font-family: "NotoSansTC-Thin", "Microsoft JhengHei", sans-serif;
  margin: 0 0 20px 0;
}

.log__inner__link {
  display: block;
  color: #fff;
  font-size: 12px;
  font-family: "Microsoft JhengHei", sans-serif;
  padding: 10px 0;
  background: rgba(255, 255, 255, .3);
  transition: opacity .4s ease-in-out;
}

.log__inner__link:hover {
  color: #fff;
}

.log__inner__link::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 5px;
  background: url(../images/common_icon/arrow.png) no-repeat;
  background-size: cover;
  background-position: left center;
  transform: none;
  margin: 0 0 0 15px;
  filter: invert(1);
}

.log__inner__link:hover::after {
  animation: linkactive 2s linear;
}

/**slick樣式**/
.log__inner-slick *,
.log__inner-slick *:hover,
.log__inner-slick *:focus {
  outline: none;
}

.log__inner-slick .slick-arrow {
  top: calc(50% - 25px);
  width: 30px;
  height: 50px;
  transition: all .4s ease-in-out;
}

.log__inner-slick .slick-arrow:hover {
  filter: brightness(100);
}

.log__inner-slick .slick-arrow.slick-disabled {
  opacity: .5;
}

.log__inner-slick .slick-arrow::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
}

.log__inner-slick .slick-arrow.slick-disabled::before {
  opacity: 1;
}

.log__inner-slick .slick-prev::after,
.log__inner-slick .slick-next::after {
  content: '';
  position: absolute;
  top: 0;
  left: calc(50% - .5px);
  width: 1px;
  height: 100%;
  background: #fff;
}

.log__inner-slick .slick-prev::before {
  border-width: 3.5px 7px 3.5px 0;
  border-color: transparent #ffffff transparent transparent;
}

.log__inner-slick .slick-next::before {
  border-width: 3.5px 0 3.5px 7px;
  border-color: transparent transparent transparent #ffffff;
  margin: 0 0 0 auto;
}

/****三花誌 iframe****/
.log__iframe {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  border: none;
  display: none;
  z-index: 1000;
}

.log__close {
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  align-content: center;
  justify-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, .5);
  transition: background-color .4s ease-in-out;
  z-index: 1000;
  cursor: pointer;
  display: none;
}

.log__close:hover {
  background: rgba(255, 255, 255, .9);
}

.log__close span {
  position: absolute;
  display: block;
  width: 35px;
  height: 3px;
  background: #021d4a;
  z-index: 100;
}

.log__close span:first-child {
  transform: rotate(45deg);
}

.log__close span:last-child {
  transform: rotate(-45deg);
}

@media screen and (max-width: 1880px) {

  .c_deco.cotton1,
  .c_deco.cotton2,
  .c_deco.cotton3,
  .c_deco.cotton4,
  .c_deco.cotton5,
  .c_deco.cotton6,
  .c_deco.cotton7,
  .c_deco.cotton8 {
    z-index: -10;
  }
}

@media screen and (max-width: 1280px) {
  .bannerCopyright {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .bannerController {
    padding: 0 10%;
  }

  .bannerController_btn {
    width: calc(25% - 24px);
    margin: 0 10px 20px 10px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.7);
  }

  .bannerController_link {
    padding: 10px 0;
  }

  .bannerController_link,
  .bannerController_link,
  .bannerController_link:hover,
  .bannerController_link:focus {
    border: none;
    outline: none;
  }

  .bannerController_btn::after {
    display: none;
  }

  .bannerFollow {
    display: none;
  }

  /* === intro === */
  .intro .container {
    max-width: 718px;
  }

  .introcard_txt {
    position: static;
    padding: 35px 60px;
  }

  .intro_arrow {
    display: block;
    margin: 0 auto;
  }

  .introcard_img.food,
  .introcard_img.gas,
  .introcard_img.museum {
    height: 450px;
  }

  .introcard_txt p {
    height: auto;
  }

  .introcard_txt>p,
  .gas~.introcard_txt>p,
  .food~.introcard_txt>p {
    min-height: 0;
  }

  .introcard.imgRight .introcard_img,
  .introcard.imgLeft .introcard_img {
    width: 100%;
    background-size: cover !important;
  }

  .introcard_txt {
    text-align: center;
  }

  .introcard.imgRight .introcard_txt,
  .introcard.imgLeft .introcard_txt {
    width: 100%;
  }

  .introcard .c_title_line,
  .introcard .c_title_dot {
    display: none;
  }

  .introcard.imgLeft:before,
  .introcard.imgRight:before,
  .introcard.half:before {
    right: 5%;
    left: auto;
  }

  .introcard_txt span {
    transform: translate(0, 0);
  }

  /* half */
  .introcard.half {
    color: #333;
  }

  .introcard.half:hover .introcard_img {
    -webkit-filter: none;
    filter: none;
  }

  .introcard.half .introcard_txt h5 {
    color: #333;
  }

  .introcard.half:before {
    content: "";
    position: absolute;
    width: 234px;
    height: 80px;
    bottom: 0;
    background: 0 0 url(../images/index/infocard_deco.png) no-repeat;
  }

  .introcard.half .introcard_txt span {
    color: #133978;
  }

  .intro_cart {
    position: relative;
    left: auto;
    bottom: auto;
    margin: 10px auto 0 auto;
  }
}

@media screen and (max-width: 1024px) {
  .bannerSlick_img_01 {
    background: 50% 50% url(../images/index/banner01_pad.jpg) repeat-x;
    background-size: cover;
  }

  .bannerSlick_img_02 {
    background: 50% 50% url(../images/index/banner02_pad.jpg) repeat-x;
    background-size: cover;
  }

  .bannerSlick_img_03 {
    background: 50% 50% url(../images/index/banner03_pad.jpg) repeat-x;
    background-size: cover;
  }

  .bannerSlick_img_04 {
    background: 50% 50% url(../images/index/banner04_pad.jpg) repeat-x;
    background-size: cover;
  }

  .bannerSlick_img_05 {
    background: 50% 50% url(../images/index/banner05_pad.jpg) repeat-x;
    background-size: cover;
  }

  .bannerSlick_img_06 {
    background: 50% 50% url(../images/index/banner06_pad.jpg) repeat-x;
    background-size: cover;
  }

  .bannerSlick_img_07 {
    background: 50% 50% url(../images/index/banner07_pad.jpg) repeat-x;
    background-size: cover;
  }

  .bannerSlick_img_08 {
    background: 50% 50% url(../images/index/banner08_pad.jpg) repeat-x;
    background-size: cover;
  }

  .introcard.half .introcard_img:before {
    content: "";
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .bannerController {
    padding: 0 5%;
  }

  .bannerTxt img {
    width: calc(100% - 120px);
  }

  /* #svgBlcok .st1 {
    animation: none;
    stroke-dashoffset: 0;
  } */

  /****三花誌****/
  .log {
    margin: 150px auto;
  }

  .log__inner .slick-list {
    max-width: 535px;
    margin: 0 auto;
  }

  .log__inner figure {
    padding: 0 30px;
  }

  .c_deco.cotton1,
  .c_deco.cotton2,
  .c_deco.cotton3,
  .c_deco.cotton4,
  .c_deco.cotton5,
  .c_deco.cotton6,
  .c_deco.cotton7,
  .c_deco.cotton8 {
    display: none;
  }
}

@media screen and (max-width: 767px) {

  /* === banner === */
  .banner {
    padding: 0;
    height: 595px;
    background: url(../images/index/bannerBg_mb.jpg) top center no-repeat;
    background-size: cover;
  }

  .banner:before {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

  .bannerTxt {
    top: 90px;
  }

  .bannerTxt img {
    width: 400px;
    margin: auto;
  }

  .bannerController {
    top: 180px;
    width: 180px;
    left: calc(50% - 90px);
    padding: 0;
  }

  .bannerController_btn:after {
    display: none;
  }

  .bannerController_link {
    width: 100%;
    padding: 0;
    display: inline-block;
    background: rgba(255, 255, 255, 0.3);
  }

  .bannerController_btn {
    margin-bottom: 5px;
  }

  /* scrolldown */
  .bannerScroll {
    right: 15px;
    top: calc(95vh - 110px);
  }

  .bannerScroll p {
    writing-mode: vertical-lr;
  }

  .bannerSlick_img_01 {
    background: 50% 50% url(../images/index/banner01_mobile.jpg) repeat-x;
    background-size: cover;
  }

  .bannerSlick_img_02 {
    background: 50% 50% url(../images/index/banner02_mobile.jpg) repeat-x;
    background-size: cover;
  }

  .bannerSlick_img_03 {
    background: 50% 50% url(../images/index/banner03_mobile.jpg) repeat-x;
    background-size: cover;
  }

  .bannerSlick_img_04 {
    background: 50% 50% url(../images/index/banner04_mobile.jpg) repeat-x;
    background-size: cover;
  }

  .bannerSlick_img_05 {
    background: 50% 50% url(../images/index/banner05_mobile.jpg) repeat-x;
    background-size: cover;
  }

  .bannerSlick_img_06 {
    background: 50% 50% url(../images/index/banner06_mobile.jpg) repeat-x;
    background-size: cover;
  }

  .bannerSlick_img_07 {
    background: 50% 50% url(../images/index/banner07_mobile.jpg) repeat-x;
    background-size: cover;
  }

  .bannerSlick_img_08 {
    background: 50% 50% url(../images/index/banner08_mobile.jpg) repeat-x;
    background-size: cover;
  }

  /**0715**/
  .banner {
    height: auto;
    padding: 115px 0 30px 0;
  }

  .bannerTxt {
    position: relative;
    top: 0;
    width: calc(100% - 30px);
    margin: 0 auto;
  }

  .bannerTxt img {
    width: 100%;
  }

  .bannerController {
    position: relative;
    top: 0;
    margin-top: 60px;
  }

  .bannerController_btn {
    width: 100%;
    margin: 0 auto 25px auto;
  }

  .bannerController_link {
    background: none;
  }

  /* === intro === */
  .intro {
    padding: 45px 0;
  }

  .introcard_txt {
    padding: 25px 20px;
  }

  .introcard_txt h5,
  .introcard.half .introcard_txt h5 {
    font-size: 25px;
  }

  .introcard_txt small {
    font-size: 16px;
  }

  .introcard_txt p {
    font-size: 14px;
  }

  .introcard.half:before,
  .introcard.imgLeft:before,
  .introcard.imgRight:before,
  .introcard.half:before {
    display: none;
  }
}

@media screen and (max-width: 650px) {

  /**0729 修改**/
  #svgBlcok svg {
    width: 385px;
  }

  #svgBlcok svg>g {
    transform: scale(0.6);
  }

  .bannerController {
    margin-top: 0;
  }
}

@media screen and (max-width: 575px) {

  /* === intro === */
  .introcard_img,
  .introcard_img.food,
  .introcard_img.gas,
  .introcard_img.museum {
    height: calc((100vw - 30px) * 0.67);
  }

  /****三花誌****/
  .log {
    width: calc(100% - 30px);
    margin: 90px auto;
  }

  .log__title {
    font-size: 25px;
    margin: 0 0 15px 0;
  }

  .log__depiction {
    font-size: 14px;
  }

  .log__inner {
    margin: 30px auto 0 auto;
  }

  .log__inner figure {
    padding: 0 20px;
  }

  .log__inner__title {
    font-size: 16px;
  }

  .log__close {
    width: 40px;
    height: 40px;
  }

  /**slick樣式**/
  .log__inner .slick-list {
    max-width: 205px;
  }

  .log__inner-slick .slick-prev {
    left: 0;
  }

  .log__inner-slick .slick-next {
    right: 0;
  }
}

@media screen and (max-width: 430px) {

  /**0729 修改**/
  #svgBlcok svg {
    width: 275px;
  }

  #svgBlcok svg>g {
    transform: scale(0.4);
  }

  .bannerController {
    margin-top: 30px;
  }
}

/**0724 修改**/
#app .col-12:last-of-type .introcard {
  margin-bottom: 0;
}

/**暫時隱藏連結**/
#old+a .intro_arrow,
#club+a .intro_arrow,
#museum+a .intro_arrow {
  display: none;
}

/**手寫字**/
#svgBlcok .st1 {
  animation: draw .1s ease-in-out forwards;
}

/*converting*/
#converting-1 .st1.active {
  animation-delay: 4.1s;
  clip-path: url(#converting-1-cp);
}

#converting-2 .st1.active {
  animation-delay: 4.2s;
  clip-path: url(#converting-2-cp);
}

#converting-3 .st1.active {
  animation-delay: 4.3s;
  clip-path: url(#converting-3-cp);
}

#converting-4 .st1.active {
  animation-delay: 4.4s;
  clip-path: url(#converting-4-cp);
}

#converting-5 .st1.active {
  animation-delay: 4.5s;
  clip-path: url(#converting-5-cp);
}

#converting-6 .st1.active {
  animation-delay: 4.6s;
  clip-path: url(#converting-6-cp);
}

#converting-7 .st1.active {
  animation-delay: 4.7s;
  clip-path: url(#converting-7-cp);
}

#converting-8 .st1.active {
  animation-delay: 4.8s;
  clip-path: url(#converting-8-cp);
}

#converting-9 .st1.active {
  animation-delay: 4.9s;
  clip-path: url(#converting-9-cp);
}

#converting-10 .st1.active {
  animation-delay: 5s;
  clip-path: url(#converting-10-cp);
}

#converting-11 .st1.active {
  animation-delay: 5.1s;
  clip-path: url(#converting-11-cp);
}

#converting-12 .st1.active {
  animation-delay: 5.2s;
  clip-path: url(#converting-12-cp);
}

#converting-13 .st1.active {
  animation-delay: 5.3s;
  clip-path: url(#converting-13-cp);
}

#converting-14 .st1.active {
  animation-delay: 5.4s;
  clip-path: url(#converting-14-cp);
}

/*our*/
#our-1 .st1.active {
  animation-delay: 5.5s;
  clip-path: url(#our-1-cp);
}

#our-2 .st1.active {
  animation-delay: 5.6s;
  clip-path: url(#our-2-cp);
}

#our-3 .st1.active {
  animation-delay: 5.7s;
  clip-path: url(#our-3-cp);
}

/*know-how*/
#know-how-1 .st1.active {
  animation-delay: 5.8s;
  clip-path: url(#know-how-1-cp);
}

#know-how-2 .st1.active {
  animation-delay: 5.9s;
  clip-path: url(#know-how-2-cp);
}

#know-how-3 .st1.active {
  animation-delay: 6s;
  clip-path: url(#know-how-3-cp);
}

#know-how-4 .st1.active {
  animation-delay: 6.1s;
  clip-path: url(#know-how-4-cp);
}

#know-how-5 .st1.active {
  animation-delay: 6.2s;
  clip-path: url(#know-how-5-cp);
}

#know-how-6 .st1.active {
  animation-delay: 6.3s;
  clip-path: url(#know-how-6-cp);
}

#know-how-7 .st1.active {
  animation-delay: 6.4s;
  clip-path: url(#know-how-7-cp);
}

#know-how-8 .st1.active {
  animation-delay: 6.5s;
  clip-path: url(#know-how-8-cp);
}

#know-how-9 .st1.active {
  animation-delay: 6.6s;
  clip-path: url(#know-how-9-cp);
}

#know-how-10 .st1.active {
  animation-delay: 6.7s;
  clip-path: url(#know-how-10-cp);
}

#know-how-11 .st1.active {
  animation-delay: 6.8s;
  clip-path: url(#know-how-11-cp);
}

/*into*/
#into-1 .st1.active {
  animation-delay: 6.9s;
  clip-path: url(#into-1-cp);
}

#into-2 .st1.active {
  animation-delay: 7s;
  clip-path: url(#into-2-cp);
}

#into-3 .st1.active {
  animation-delay: 7.1s;
  clip-path: url(#into-3-cp);
}

#into-4 .st1.active {
  animation-delay: 7.2s;
  clip-path: url(#into-4-cp);
}

#into-5 .st1.active {
  animation-delay: 7.3s;
  clip-path: url(#into-5-cp);
}

#into-6 .st1.active {
  animation-delay: 7.4s;
  clip-path: url(#into-6-cp);
}

/*heart*/
#heart-1 .st1.active {
  animation-delay: 7.5s;
  clip-path: url(#heart-1-cp);
}

#heart-2 .st1.active {
  animation-delay: 7.6s;
  clip-path: url(#heart-2-cp);
}

#heart-3 .st1.active {
  animation-delay: 7.7s;
  clip-path: url(#heart-3-cp);
}

#heart-4 .st1.active {
  animation-delay: 7.8s;
  clip-path: url(#heart-4-cp);
}

#heart-5 .st1.active {
  animation-delay: 7.9s;
  clip-path: url(#heart-5-cp);
}

#heart-6 .st1.active {
  animation-delay: 8s;
  clip-path: url(#heart-6-cp);
}

#heart-7 .st1.active {
  animation-delay: 8.1s;
  clip-path: url(#heart-7-cp);
}

#heart-8 .st1.active {
  animation-delay: 8.2s;
  clip-path: url(#heart-8-cp);
}

/*for*/
#for-1 .st1.active {
  animation-delay: 8.3s;
  clip-path: url(#for-1-cp);
}

#for-2 .st1.active {
  animation-delay: 8.4s;
  clip-path: url(#for-2-cp);
}

#for-3 .st1.active {
  animation-delay: 8.5s;
  clip-path: url(#for-3-cp);
}

#for-4 .st1.active {
  animation-delay: 8.6s;
  clip-path: url(#for-4-cp);
}

#for-5 .st1.active {
  animation-delay: 8.7s;
  clip-path: url(#for-5-cp);
}

/*the*/
#the-1 .st1.active {
  animation-delay: 8.8s;
  clip-path: url(#the-1-cp);
}

#the-2 .st1.active {
  animation-delay: 8.9s;
  clip-path: url(#the-2-cp);
}

#the-3 .st1.active {
  animation-delay: 9s;
  clip-path: url(#the-3-cp);
}

#the-4 .st1.active {
  animation-delay: 9.1s;
  clip-path: url(#the-4-cp);
}

#the-5 .st1.active {
  animation-delay: 9.2s;
  clip-path: url(#the-5-cp);
}

/*industy*/
#industy-1 .st1.active {
  animation-delay: 9.3s;
  clip-path: url(#industy-1-cp);
}

#industy-2 .st1.active {
  animation-delay: 9.4s;
  clip-path: url(#industy-2-cp);
}

#industy-3 .st1.active {
  animation-delay: 9.5s;
  clip-path: url(#industy-3-cp);
}

#industy-4 .st1.active {
  animation-delay: 9.6s;
  clip-path: url(#industy-4-cp);
}

#industy-5 .st1.active {
  animation-delay: 9.7s;
  clip-path: url(#industy-5-cp);
}

#industy-6 .st1.active {
  animation-delay: 9.8s;
  clip-path: url(#industy-6-cp);
}

#industy-7 .st1.active {
  animation-delay: 9.9s;
  clip-path: url(#industy-7-cp);
}

#industy-8 .st1.active {
  animation-delay: 10s;
  clip-path: url(#industy-8-cp);
}

#industy-9 .st1.active {
  animation-delay: 10.1s;
  clip-path: url(#industy-9-cp);
}

#industy-10 .st1.active {
  animation-delay: 10.2s;
  clip-path: url(#industy-10-cp);
}

#industy-11 .st1.active {
  animation-delay: 10.3s;
  clip-path: url(#industy-11-cp);
}

/*after*/
#after-1 .st1.active {
  animation-delay: 10.4s;
  clip-path: url(#after-1-cp);
}

#after-2 .st1.active {
  animation-delay: 10.5s;
  clip-path: url(#after-2-cp);
}

#after-3 .st1.active {
  animation-delay: 10.6s;
  clip-path: url(#after-3-cp);
}

#after-4 .st1.active {
  animation-delay: 10.7s;
  clip-path: url(#after-4-cp);
}

#after-5 .st1.active {
  animation-delay: 10.8s;
  clip-path: url(#after-5-cp);
}

#after-6 .st1.active {
  animation-delay: 10.9s;
  clip-path: url(#after-6-cp);
}

#after-7 .st1.active {
  animation-delay: 11s;
  clip-path: url(#after-7-cp);
}

#after-8 .st1.active {
  animation-delay: 11.1s;
  clip-path: url(#after-8-cp);
}

/*half*/
#half-1 .st1.active {
  animation-delay: 11.2s;
  clip-path: url(#half-1-cp);
}

#half-2 .st1.active {
  animation-delay: 11.3s;
  clip-path: url(#half-2-cp);
}

#half-3 .st1.active {
  animation-delay: 11.4s;
  clip-path: url(#half-3-cp);
}

#half-4 .st1.active {
  animation-delay: 11.5s;
  clip-path: url(#half-4-cp);
}

#half-5 .st1.active {
  animation-delay: 11.6s;
  clip-path: url(#half-5-cp);
}

#half-6 .st1.active {
  animation-delay: 11.7s;
  clip-path: url(#half-6-cp);
}

/*a*/
#a-1 .st1.active {
  animation-delay: 11.8s;
  clip-path: url(#a-1-cp);
}

#a-2 .st1.active {
  animation-delay: 11.9s;
  clip-path: url(#a-2-cp);
}

/*century*/
#century-1 .st1.active {
  animation-delay: 12s;
  clip-path: url(#century-1-cp);
}

#century-2 .st1.active {
  animation-delay: 12.1s;
  clip-path: url(#century-2-cp);
}

#century-3 .st1.active {
  animation-delay: 12.2s;
  clip-path: url(#century-3-cp);
}

#century-4 .st1.active {
  animation-delay: 12.3s;
  clip-path: url(#century-4-cp);
}

#century-5 .st1.active {
  animation-delay: 12.4s;
  clip-path: url(#century-5-cp);
}

#century-6 .st1.active {
  animation-delay: 12.5s;
  clip-path: url(#century-6-cp);
}

#century-7 .st1.active {
  animation-delay: 12.6s;
  clip-path: url(#century-7-cp);
}

/*of*/
#of-1 .st1.active {
  animation-delay: 12.7s;
  clip-path: url(#of-1-cp);
}

#of-2 .st1.active {
  animation-delay: 12.8s;
  clip-path: url(#of-2-cp);
}

#of-3 .st1.active {
  animation-delay: 12.9s;
  clip-path: url(#of-3-cp);
}

#of-4 .st1.active {
  animation-delay: 13s;
  clip-path: url(#of-4-cp);
}

/*commitment*/
#commitment-1 .st1.active {
  animation-delay: 13.1s;
  clip-path: url(#commitment-1-cp);
}

#commitment-2 .st1.active {
  animation-delay: 13.2s;
  clip-path: url(#commitment-2-cp);
}

#commitment-3 .st1.active {
  animation-delay: 13.3s;
  clip-path: url(#commitment-3-cp);
}

#commitment-4 .st1.active {
  animation-delay: 13.4s;
  clip-path: url(#commitment-4-cp);
}

#commitment-5 .st1.active {
  animation-delay: 13.5s;
  clip-path: url(#commitment-5-cp);
}

#commitment-6 .st1.active {
  animation-delay: 13.6s;
  clip-path: url(#commitment-6-cp);
}

#commitment-7 .st1.active {
  animation-delay: 13.7s;
  clip-path: url(#commitment-7-cp);
}

#commitment-8 .st1.active {
  animation-delay: 13.8s;
  clip-path: url(#commitment-8-cp);
}

#commitment-9 .st1.active {
  animation-delay: 13.9s;
  clip-path: url(#commitment-9-cp);
}

#commitment-10 .st1.active {
  animation-delay: 14s;
  clip-path: url(#commitment-10-cp);
}

#commitment-11 .st1.active {
  animation-delay: 14.1s;
  clip-path: url(#commitment-11-cp);
}

#commitment-12 .st1.active {
  animation-delay: 14.2s;
  clip-path: url(#commitment-12-cp);
}

#commitment-13 .st1.active {
  animation-delay: 14.3s;
  clip-path: url(#commitment-13-cp);
}

#commitment-14 .st1.active {
  animation-delay: 14.4s;
  clip-path: url(#commitment-14-cp);
}

/*svgend*/
#svgend-1 .st1.active {
  animation-delay: 14.5s;
  clip-path: url(#svgend-1-cp);
}