.stage {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.stage .layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.slogan {
  position: absolute;
  opacity: 0;
}

.shine {
  animation-name: shine-animate;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}

.move {
  animation-name: move-animate;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
@media (max-width: 991px) {
  .move {
    animation-duration: 20s;
    animation-name: move-animate-m;
  }
}

.shadow {
  animation-name: shadow-animate;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}

@keyframes shadow-animate {
  0%, 100% {
    opacity: 0;
    filter: brightness(1.2) blur(6px);
  }
  50% {
    opacity: 1;
    filter: brightness(0.95) blur(0);
  }
}
@keyframes shine-animate {
  0%, 100% {
    opacity: 0.6;
  }
  50% {
    opacity: 0;
  }
}
@keyframes move-animate {
  0% {
    top: 5%;
    left: 10%;
  }
  50% {
    top: 3%;
    left: 5%;
  }
  100% {
    top: 5%;
    left: 10%;
  }
}
@keyframes move-animate-m {
  0% {
    top: -5%;
    left: 5%;
  }
  50% {
    top: 3%;
    left: 0%;
  }
  100% {
    top: 0;
    left: -10%;
  }
}
.Txt h2 {
  font-size: 2.3rem;
  font-weight: 600;
  margin-bottom: 0;
  letter-spacing: 3px;
}
@media (max-width: 767px) {
  .Txt h2 {
    font-size: 1.4rem;
    letter-spacing: 2px;
  }
}
@media (max-width: 375px) {
  .Txt h2 {
    font-size: 1.3rem;
  }
}
.Txt h3 {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .Txt h3 {
    font-size: 1.1rem;
  }
}
.Txt p {
  text-align: justify;
  line-height: 1.7;
}

.decoBorder {
  width: 1px;
  height: 110px;
  background: #87b828;
  transform: rotate(45deg);
  margin-left: 40px;
}
@media (max-width: 767px) {
  .decoBorder {
    height: 80px;
    margin-left: 30px;
  }
}

.decoIcon {
  display: block;
  width: 80px;
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .decoIcon {
    width: 60px;
    margin-bottom: 0.2rem;
  }
}

.bannerArea {
  overflow: hidden;
}
.bannerArea .stage .layer {
  background-size: contain;
}
.bannerArea .bannerBox {
  align-items: center;
  min-height: 100vh;
  justify-content: center;
  padding-top: 10%;
}
@media (max-width: 991px) {
  .bannerArea .bannerBox {
    min-height: 0;
    padding: 65% 0 49% 0;
  }
}
.bannerArea img {
  display: block;
  margin: 0 auto;
}
.bannerArea .logo {
  width: 35%;
  margin-bottom: 4%;
  padding-left: 5%;
}
@media (max-width: 991px) {
  .bannerArea .logo {
    width: 55%;
  }
}
@media (max-width: 767px) {
  .bannerArea .logo {
    width: 75%;
    margin-bottom: 10%;
    padding-left: 10%;
  }
}
.bannerArea .companyLogo {
  width: 25%;
  margin-top: 8%;
}
@media (max-width: 991px) {
  .bannerArea .companyLogo {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .bannerArea .companyLogo {
    width: 53%;
    margin-top: 25%;
  }
}
.bannerArea .Txt {
  text-align: center;
}
.bannerArea .Txt h2 {
  font-weight: 600;
  letter-spacing: 3px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .bannerArea .Txt h2 {
    letter-spacing: 2px;
  }
}
.bannerArea .Txt h2 span {
  font-family: "Gulzar", serif;
  font-weight: 200;
  font-size: 2.7rem;
}
@media (max-width: 767px) {
  .bannerArea .Txt h2 span {
    font-size: 1.7rem;
  }
}
.bannerArea .Txt h2 span:last-child {
  padding-left: 14px;
  margin-left: 8px;
}
@media (max-width: 767px) {
  .bannerArea .Txt h2 span:last-child {
    padding-left: 10px;
    margin-left: 4px;
  }
}
.bannerArea .Txt h2 span:last-child::after {
  content: "";
  width: 1.5px;
  height: 27%;
  background: #87b828;
  position: absolute;
  top: 43%;
  left: 0;
  transform: translateY(-50%);
}

.page {
  overflow: hidden;
}
.page .Txt {
  max-width: 500px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .page .Txt {
    max-width: 100%;
    padding: 3rem 5% 1.5rem 5%;
  }
}
@media (max-width: 767px) {
  .page .Txt {
    padding: 3rem 3% 1.5rem 3%;
  }
}

.page01 .Img .innerImg {
  padding-top: 108%;
}
.page01 .itemBox {
  display: flex;
  width: 100%;
  margin-top: 5%;
  justify-content: space-between;
}
.page01 .item {
  border: 1px solid #87b828;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .page01 .item {
    width: 86px;
    height: 86px;
  }
}
.page01 .item h6 {
  font-weight: 600;
  font-size: 1.1rem;
  padding-bottom: 12px;
  margin-bottom: 7px;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .page01 .item h6 {
    font-size: 0.9rem;
    letter-spacing: 1px;
    padding-bottom: 8px;
  }
}
.page01 .item h6::after {
  content: "";
  width: 30px;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.page01 .item small {
  font-size: 13px;
}
@media (max-width: 767px) {
  .page01 .item small {
    font-size: 10px;
  }
}

.page02 {
  background: #efefef;
}
.page02 .slickBox {
  background: #fff;
  margin-right: 7%;
  padding: 10% 3%;
}
@media (max-width: 991px) {
  .page02 .slickBox {
    margin-right: 0;
    padding: 1.5rem 3% 2.5rem 3%;
  }
}
.page02 .slickBox .imgSlick {
  border-bottom: 1px solid #87b828;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.page02 .slickBox .imgSlick .item .Img .innerImg {
  padding-top: 78%;
}
@media (max-width: 991px) {
  .page02 .slickBox .imgSlick .item .Img .innerImg {
    padding-top: 82%;
  }
}
.page02 .slickBox .imgSlick .item .Img .innerImg .image {
  width: 85%;
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .page02 .slickBox .imgSlick .item .Img .innerImg .image {
    width: 90%;
  }
}
.page02 .slickBox .imgSlick .item .name {
  writing-mode: vertical-lr;
  white-space: nowrap;
  letter-spacing: 2px;
  position: absolute;
  top: 5%;
  right: 0;
  background: #efefef;
  padding: 14px 7px;
  border: 1px solid #87b828;
}
@media (max-width: 767px) {
  .page02 .slickBox .imgSlick .item .name {
    font-size: 16px;
    padding: 10px 3px;
    right: -6%;
  }
}
.page02 .slickBox .imgSlick .item .name small {
  font-size: 14px;
}
@media (max-width: 767px) {
  .page02 .slickBox .imgSlick .item .name small {
    font-size: 12px;
  }
}
.page02 .slickBox .imgSlick .slick-dots {
  bottom: 1rem;
  text-align: right;
}
@media (max-width: 991px) {
  .page02 .slickBox .imgSlick .slick-dots {
    text-align: center;
    bottom: 7px;
  }
}

.page03 .TxtBox, .page12 .TxtBox {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page03 .TxtBox .Txt, .page12 .TxtBox .Txt {
  text-align: center;
  color: #fff;
}
.page03 .TxtBox .Txt b, .page12 .TxtBox .Txt b {
  font-size: 4rem;
  writing-mode: vertical-lr;
  font-weight: 400;
}
@media (max-width: 767px) {
  .page03 .TxtBox .Txt b, .page12 .TxtBox .Txt b {
    font-size: 2.7rem;
  }
}
.page03 .TxtBox .Txt b span, .page12 .TxtBox .Txt b span {
  padding-top: 80px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .page03 .TxtBox .Txt b span, .page12 .TxtBox .Txt b span {
    padding-top: 60px;
    margin-top: 10px;
  }
}
.page03 .TxtBox .Txt b span::after, .page12 .TxtBox .Txt b span::after {
  content: "";
  width: 1px;
  height: 70px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}
@media (max-width: 767px) {
  .page03 .TxtBox .Txt b span::after, .page12 .TxtBox .Txt b span::after {
    height: 50px;
  }
}
.page03 .TxtBox .Txt h3, .page12 .TxtBox .Txt h3 {
  letter-spacing: 4px;
  line-height: 2;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .page03 .TxtBox .Txt h3, .page12 .TxtBox .Txt h3 {
    letter-spacing: 2px;
    font-size: 1rem;
  }
}
.page03 .Img .innerImg, .page12 .Img .innerImg {
  padding-top: 56%;
}
@media (max-width: 991px) {
  .page03 .Img .innerImg, .page12 .Img .innerImg {
    padding-top: 177%;
  }
}

.page04, .page08 {
  padding: 8% 0;
}
@media (max-width: 991px) {
  .page04, .page08 {
    padding: 0;
  }
}
.page04 .Txt, .page08 .Txt {
  max-width: 411px;
}
@media (max-width: 991px) {
  .page04 .Txt, .page08 .Txt {
    max-width: 100%;
  }
}
.page04 .Txt .decoIcon, .page08 .Txt .decoIcon {
  margin-left: auto;
  margin-right: 2%;
}
@media (max-width: 991px) {
  .page04 .Txt .decoIcon, .page08 .Txt .decoIcon {
    margin-left: 0;
    margin-right: 0;
  }
}
.page04 .Txt .decoBorder, .page08 .Txt .decoBorder {
  margin-left: auto;
  margin-right: 12%;
}
@media (max-width: 991px) {
  .page04 .Txt .decoBorder, .page08 .Txt .decoBorder {
    margin-left: 30px;
    margin-right: 0;
  }
}
.page04 .Txt h2, .page08 .Txt h2 {
  margin: 0.5rem 0 1.5rem 0;
}

.page05 {
  padding: 8% 0;
}
@media (max-width: 991px) {
  .page05 {
    padding: 0 0 2rem 0;
  }
}
.page05 .Txt {
  max-width: 428px;
}
@media (max-width: 991px) {
  .page05 .Txt {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .page05 .Txt {
    min-height: 455px;
  }
}
.page05 .Txt h3 {
  margin: 1rem 0 1.5rem 0;
}
.page05 .itemBox {
  display: flex;
  align-items: center;
  margin-top: 15%;
}
@media (max-width: 991px) {
  .page05 .itemBox {
    margin-top: 2.5rem;
  }
}
.page05 .itemBox .item {
  text-align: center;
  color: #3f4e26;
  border-right: 1px solid #3f4e26;
  padding: 0 1.2rem;
}
.page05 .itemBox .item:first-child {
  padding-left: 0;
}
.page05 .itemBox .item:nth-last-child(2) {
  border-right: 0;
}
.page05 .itemBox .item h4 {
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 5px;
  line-height: 0.8;
}
@media (max-width: 991px) {
  .page05 .itemBox .item h4 {
    font-size: 1.7rem;
  }
}
.page05 .itemBox .item p {
  font-family: "Noto Sans TC", sans-serif;
  text-align: center;
  line-height: 1;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .page05 .itemBox .item p {
    font-size: 13px;
  }
}
.page05 .itemBox .arrowIcon {
  display: block;
  width: 50px;
  margin-left: 1rem;
}
@media (max-width: 991px) {
  .page05 .itemBox .arrowIcon {
    width: 40px;
  }
}
@media (max-width: 991px) {
  .page05 .slick-slide:nth-child(3) .itemBox .item {
    padding: 0 0.5rem;
  }
}
.page05 .slick-slide:nth-child(3) .itemBox .item:first-child {
  padding-left: 0;
}
.page05 .slick-slide:nth-child(3) .itemBox .item:nth-last-child(2) {
  border-right: 0;
}
.page05 .slick-slide:nth-child(3) .itemBox .item p {
  font-size: 12px;
}
@media (max-width: 991px) {
  .page05 .slick-slide:nth-child(3) .itemBox .item p {
    font-size: 12px;
  }
}
@media (max-width: 375px) {
  .page05 .slick-slide:nth-child(3) .itemBox .item p {
    font-size: 10px;
  }
}
@media (max-width: 991px) {
  .page05 .slick-slide:nth-child(3) .itemBox .arrowIcon {
    margin-left: 2px;
  }
}
@media (max-width: 375px) {
  .page05 .slick-slide:nth-child(4) .itemBox .item p {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .page05 .slick-next,
  .page05 .slick-prev {
    top: 455px;
  }
}

.page06 {
  background-image: url(../images/img/page-bg-1.jpg);
  background-attachment: fixed;
  background-size: cover;
  padding: 8% 0;
}
@media (max-width: 991px) {
  .page06 {
    background-image: url(../images/img/page-bg-1-m.jpg);
    background-attachment: scroll;
    padding: 4rem 0 3rem 0;
  }
}
.page06 .title {
  margin-bottom: 7%;
  text-align: center;
}
@media (max-width: 991px) {
  .page06 .title {
    margin-bottom: 3rem;
  }
}
.page06 .title b {
  font-size: 6rem;
  font-weight: 500;
}
@media (max-width: 991px) {
  .page06 .title b {
    font-size: 2.5rem;
  }
}
.page06 .item {
  margin-right: 3rem;
}
@media (max-width: 991px) {
  .page06 .item {
    width: 40%;
    margin-right: 0;
    margin-bottom: 2rem;
    padding-left: 5%;
  }
}
@media (max-width: 767px) {
  .page06 .item {
    width: 50%;
    padding-left: 3%;
  }
}
.page06 .item .Txt {
  display: flex;
}
.page06 .item .Txt h2 {
  writing-mode: vertical-rl;
  color: #606060;
  letter-spacing: 10px;
  line-height: 1;
  font-size: 3rem;
  margin-right: 10px;
  margin-left: 0;
}
@media (max-width: 767px) {
  .page06 .item .Txt h2 {
    font-size: 1.5rem;
    letter-spacing: 5px;
  }
}
.page06 .item .Txt .subTxt {
  border-left: 6px solid #8dc21f;
  padding: 2rem 0 0 2.5rem;
}
@media (max-width: 767px) {
  .page06 .item .Txt .subTxt {
    padding: 2rem 0 0 1rem;
  }
}
.page06 .item .Txt .subTxt::after {
  content: "";
  width: 100px;
  height: 2px;
  background: #8dc21f;
  position: absolute;
  top: 0;
  left: 0;
}
.page06 .item .Txt .subTxt h3 {
  text-align: center;
  margin-bottom: 0;
  letter-spacing: 1px;
}
.page06 .item .Txt .subTxt .font-EN {
  color: #3f4e26;
  line-height: 1.2;
  letter-spacing: 0;
}
.page06 .item .Txt .subTxt p {
  text-align: center;
  margin-bottom: 0;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .page06 .item .Txt .subTxt p {
    font-size: 12px;
    letter-spacing: 0;
  }
}
@media (max-width: 375px) {
  .page06 .item .Txt .subTxt p {
    font-size: 11px;
  }
}
.page06 .item .Txt .subTxt .decoIcon {
  margin: 1rem auto;
  width: 60px;
}
@media (max-width: 767px) {
  .page06 .item .Txt .subTxt .decoIcon {
    width: 40px;
  }
}

.page07 {
  background-image: url(../images/img/page-bg-1.jpg);
  background-attachment: fixed;
  background-size: cover;
  padding: 12% 0;
}
@media (max-width: 991px) {
  .page07 {
    background-image: url(../images/img/page06-bg-m.jpg);
    background-attachment: scroll;
    padding: 4rem 0;
  }
}
.page07 .contentBox {
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .page07 .contentBox {
    display: block;
  }
}
.page07 .contentBox .item {
  width: 430px;
}
@media (max-width: 991px) {
  .page07 .contentBox .item {
    width: 100%;
    margin-bottom: 4rem;
    padding: 0 3%;
  }
}
.page07 .contentBox .item:nth-child(2n) {
  margin-left: 10%;
}
@media (max-width: 991px) {
  .page07 .contentBox .item:nth-child(2n) {
    margin-left: 0;
    margin-bottom: 0;
  }
}
.page07 .contentBox .item .Img .innerImg {
  padding-top: 100%;
}
.page07 .contentBox .item .decoIcon {
  display: block;
  width: 80px;
  margin-left: auto;
}
@media (max-width: 991px) {
  .page07 .contentBox .item .decoIcon {
    width: 60px;
  }
}
.page07 .contentBox .item .decoBorder {
  margin-left: auto;
  margin-right: 27%;
}
@media (max-width: 767px) {
  .page07 .contentBox .item .decoBorder {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .page07 .contentBox .item .TxtBox {
    margin-top: 2rem;
  }
}
.page07 .contentBox .item .TxtBox .title {
  display: flex;
  align-items: end;
}
.page07 .contentBox .item .TxtBox .title .font-EN {
  color: #c1c1c1;
  letter-spacing: 0;
  line-height: 0.5;
  margin-left: 1rem;
}
.page07 .contentBox .item .TxtBox h3 {
  margin: 1rem 0;
}
.page07 .slick-dots {
  bottom: -80px;
}
@media (max-width: 991px) {
  .page07 .slick-dots {
    bottom: -30px;
  }
}
@media (max-width: 767px) {
  .page07 .slick-next,
  .page07 .slick-prev {
    top: 47.7%;
  }
}

@media (max-width: 991px) {
  .page08 {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .page08 .Txt {
    padding-bottom: 0;
  }
}
.page08 .slick-dots {
  bottom: -30px;
  text-align: right;
}
@media (max-width: 991px) {
  .page08 .slick-dots {
    text-align: center;
    bottom: -40px;
  }
}

.page09 {
  background-image: url(../images/img/page-bg-2.jpg);
  background-position: bottom;
  background-size: cover;
  background-attachment: fixed;
  padding: 7% 0;
}
@media (max-width: 991px) {
  .page09 {
    background-image: url(../images/img/page-bg-2-m.jpg);
    background-attachment: scroll;
    padding: 4rem 0;
  }
}
.page09 .contentBox {
  display: flex;
  margin: 0 10%;
}
@media (max-width: 991px) {
  .page09 .contentBox {
    margin: 0 3%;
  }
}
.page09 .contentBox .item {
  width: 450px;
}
.page09 .contentBox .item:nth-child(2n) {
  margin-left: 10%;
}
@media (max-width: 991px) {
  .page09 .contentBox .item:nth-child(2n) {
    margin-left: 0;
    margin-bottom: 0;
  }
}
.page09 .contentBox .item .title h3 {
  writing-mode: vertical-rl;
  white-space: nowrap;
  letter-spacing: 2px;
  margin-right: auto;
  margin-left: 0;
}
.page09 .contentBox .item .title h3 span {
  font-weight: 400;
}
.page09 .contentBox .item .decoBorder {
  height: 75px;
  margin-right: -25%;
}
@media (max-width: 767px) {
  .page09 .contentBox .item .decoBorder {
    height: 80px;
    margin-left: 30px;
  }
}
.page09 .contentBox .item .Img .innerImg {
  padding-top: 83%;
}
.page09 .contentBox .item .mainImg {
  width: 80%;
  margin-left: auto;
}
.page09 .contentBox .item .mainImg .innerImg {
  padding-top: 100%;
}
.page09 .contentBox .item .name {
  font-family: "Noto Sans TC", sans-serif;
  text-align: right;
  letter-spacing: 2px;
  font-weight: 600;
  margin-top: 5px;
}
.page09 .contentBox .item .name small {
  font-size: 12px;
  margin-left: 5px;
  letter-spacing: 1px;
  font-weight: 400;
}
.page09 .contentBox .item .Txt .subTitle {
  color: #3f4e26;
  text-align: center;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .page09 .slick-next,
  .page09 .slick-prev {
    top: 62%;
  }
}

.page10 {
  background: #f3eeec;
  padding: 10% 0;
}
@media (max-width: 767px) {
  .page10 {
    padding: 4rem 0;
  }
}
.page10 .Txt {
  text-align: center;
}
.page10 .Txt .font-EN {
  color: #8dc21f;
  margin-top: 12px;
}
.page10 img {
  display: block;
  width: 70%;
  margin: 5% auto 0 auto;
}
@media (max-width: 767px) {
  .page10 img {
    width: 95%;
    margin-top: 2rem;
  }
}

.page11 .slickItem .contentBox {
  display: flex;
  justify-content: space-around;
  max-width: 1600px;
  margin: 0 auto;
  padding: 10% 2%;
}
@media (max-width: 991px) {
  .page11 .slickItem .contentBox {
    display: block;
    min-width: 100%;
    padding: 3rem 3% 2rem 3%;
  }
}
.page11 .slickItem .contentBox .Txt h3 {
  text-align: center;
}
.page11 .slickItem .contentBox .Txt .logo {
  height: 50px;
  margin: 0 auto 1rem auto;
}
@media (max-width: 991px) {
  .page11 .slickItem .contentBox .Txt .logo {
    height: 40px;
    margin-bottom: 10px;
  }
}
.page11 .slickItem .contentBox .iconBox .item .icon {
  width: 70px;
  display: block;
  margin: 0;
}
@media (max-width: 991px) {
  .page11 .slickItem .contentBox .iconBox .item .icon {
    width: 50px;
  }
}
@media (max-width: 991px) {
  .page11 .slickItem .contentBox .iconBox .item h6 {
    font-size: 12px;
    line-height: 1.4;
  }
}
.page11 .slickItem .contentBox .iconBox .item p {
  font-family: "Noto Sans TC", sans-serif;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .page11 .slickItem .contentBox .iconBox .item p {
    font-size: 12px;
  }
}
.page11 .slickItem .contentBox h6 {
  font-family: "Noto Sans TC", sans-serif;
  color: #3f4e26;
  font-weight: 600;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .page11 .slickItem .contentBox h6 {
    font-size: 14.5px;
  }
}
@media (max-width: 991px) {
  .page11 .slickItem .contentItem {
    margin-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .page11 .slickItem .contentItem:first-child {
    width: 24%;
  }
}
@media (max-width: 991px) {
  .page11 .slickItem .contentItem:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .page11 .slickItem01 .contentItem:nth-child(2), .page11 .slickItem01 .contentItem:nth-child(3) {
    width: 19%;
  }
}
@media (max-width: 991px) {
  .page11 .slickItem01 .contentItem:nth-child(2) .logo, .page11 .slickItem01 .contentItem:nth-child(3) .logo {
    height: 35px;
  }
}
.page11 .slickItem01 .contentItem:nth-child(2) .iconBox, .page11 .slickItem01 .contentItem:nth-child(3) .iconBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top: 1px solid #3f4e26;
  border-bottom: 1px solid #3f4e26;
  min-height: 246px;
}
@media (max-width: 991px) {
  .page11 .slickItem01 .contentItem:nth-child(2) .iconBox, .page11 .slickItem01 .contentItem:nth-child(3) .iconBox {
    min-height: 0;
    flex-direction: row;
    padding: 1.3rem 0;
  }
}
.page11 .slickItem01 .contentItem:nth-child(2) .iconBox .item, .page11 .slickItem01 .contentItem:nth-child(3) .iconBox .item {
  display: flex;
  align-items: center;
  padding-left: 5%;
}
@media (max-width: 991px) {
  .page11 .slickItem01 .contentItem:nth-child(2) .iconBox .item, .page11 .slickItem01 .contentItem:nth-child(3) .iconBox .item {
    padding-left: 0;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .page11 .slickItem01 .contentItem:nth-child(2) .iconBox .item:first-child, .page11 .slickItem01 .contentItem:nth-child(3) .iconBox .item:first-child {
    margin-bottom: 10%;
  }
}
@media (max-width: 991px) {
  .page11 .slickItem01 .contentItem:nth-child(2) .iconBox {
    padding: 1.3rem 0;
  }
}
@media (min-width: 992px) {
  .page11 .slickItem01 .contentItem:last-child {
    width: 32%;
  }
}
.page11 .slickItem01 .contentItem:last-child .logo {
  height: 35px;
  margin-bottom: 1.9rem;
}
@media (max-width: 991px) {
  .page11 .slickItem01 .contentItem:last-child .logo {
    height: 23px;
    margin-bottom: 10px;
  }
}
.page11 .slickItem01 .contentItem:last-child .iconBox .item {
  display: flex;
  align-items: center;
  padding-left: 4%;
  margin-bottom: 5%;
}
@media (max-width: 991px) {
  .page11 .slickItem01 .contentItem:last-child .iconBox .item h6 {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .page11 .slickItem01 .contentItem:last-child .iconBox .item p {
    font-size: 12px;
  }
}
.page11 .slickItem01 .contentItem:last-child .Img .innerImg {
  padding-top: 131%;
}
@media (max-width: 991px) {
  .page11 .slickItem01 .contentItem:last-child .Img .innerImg {
    padding-top: 0;
    height: 188px;
  }
}
.page11 .slickItem02 .contentBox h6 {
  line-height: 1;
}
@media (max-width: 991px) {
  .page11 .slickItem02 .contentBox h6 {
    text-align: center;
  }
}
.page11 .slickItem02 .contentBox p {
  margin-bottom: 5px;
}
.page11 .slickItem02 .contentBox .contentItem {
  width: 47%;
}
@media (max-width: 991px) {
  .page11 .slickItem02 .contentBox .contentItem {
    width: 100%;
  }
}
.page11 .slickItem02 .contentBox .contentItem .iconBox {
  margin-top: 10%;
}
.page11 .slickItem02 .contentBox .contentItem .iconBox h6 {
  text-align: center;
}
@media (max-width: 991px) {
  .page11 .slickItem02 .contentBox .contentItem .Img {
    margin-top: 1rem;
  }
}
.page11 .slickItem02 .contentBox .contentItem .Img .innerImg {
  padding-top: 127%;
}
@media (max-width: 991px) {
  .page11 .slickItem02 .contentBox .contentItem .Img .innerImg {
    padding-top: 0;
    height: 222px;
  }
}
.page11 .slickItem02 .contentBox .contentItem:first-child p {
  font-family: "Noto Sans TC", sans-serif;
}
@media (max-width: 991px) {
  .page11 .slickItem02 .contentBox .contentItem:first-child p {
    text-align: center;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .page11 .slickItem02 .contentBox .contentItem:first-child .Img .innerImg {
    padding-top: 0;
    height: 154px;
  }
}
.page11 .slickItem03 .contentBox h6 {
  text-align: center;
}
.page11 .slickItem03 .contentBox .contentItem {
  width: 47%;
}
@media (max-width: 991px) {
  .page11 .slickItem03 .contentBox .contentItem {
    width: 100%;
  }
}
.page11 .slickItem03 .contentBox .contentItem .Txt .logo {
  height: 45px;
}
@media (max-width: 991px) {
  .page11 .slickItem03 .contentBox .contentItem .Txt .logo {
    height: 40px;
  }
}
.page11 .slickItem03 .contentBox .contentItem .iconBox {
  display: flex;
  justify-content: space-between;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .page11 .slickItem03 .contentBox .contentItem .iconBox {
    margin: 2rem 0;
  }
}
.page11 .slickItem03 .contentBox .contentItem .iconBox h6 {
  text-align: center;
}
.page11 .slickItem03 .contentBox .contentItem .Img .innerImg {
  height: 195px;
}
@media (max-width: 991px) {
  .page11 .slickItem03 .contentBox .contentItem .Img .innerImg {
    height: 152px;
  }
}
@media (max-width: 991px) {
  .page11 .slickItem03 .contentBox .contentItem:first-child {
    width: 100%;
    margin-bottom: 5.5rem;
  }
}
.page11 .slickItem03 .contentBox .contentItem:first-child .iconBox .icon {
  width: 90px;
}
.page11 .slick-dots {
  bottom: 40px;
}
@media (max-width: 991px) {
  .page11 .slick-dots {
    bottom: -10px;
  }
}

.page12 .TxtBox {
  top: 55%;
}
.page12 .TxtBox small {
  text-align: center;
  color: #fff;
  display: block;
  letter-spacing: 1px;
  margin-top: 7%;
}
@media (max-width: 1600px) {
  .page12 .TxtBox small {
    margin-top: 5%;
  }
}
@media (max-width: 991px) {
  .page12 .TxtBox small {
    font-size: 10px;
    margin-top: 20%;
  }
}/*# sourceMappingURL=style.css.map */