@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
#subject_slider {
  padding: 0 30px;
}

#subject_slider .slick-prev,
#subject_slider .slick-next {
  height: 40px;
  width: 40px;
}

#subject_slider .slick-prev:before,
#subject_slider .slick-next:before {
  height: 40px;
  width: 40px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  color: transparent;
}

#subject_slider .slick-prev {
  left: -10px;
}

#subject_slider .slick-prev:before {
  content: '<';
  background-image: url("/Content/img/home/arrows-l.png");
}

#subject_slider .slick-next {
  right: -10px;
}

#subject_slider .slick-next:before {
  content: '>';
  background-image: url("/Content/img/home/arrows-r.png");
}

@media screen and (max-width: 1201px) {
  #subject_slider .dotecollection {
    bottom: -80px;
  }
}

@media screen and (max-width: 1001px) {
  #subject_slider {
    padding: 0 60px;
  }
  #subject_slider .slick-prev,
  #subject_slider .slick-next {
    height: 35px;
    width: 35px;
  }
  #subject_slider .slick-prev:before,
  #subject_slider .slick-next:before {
    height: 35px;
    width: 35px;
  }
  #subject_slider .slick-prev {
    left: 20px;
  }
  #subject_slider .slick-next {
    right: 20px;
  }
  #subject_slider .dotecollection {
    bottom: -80px;
  }
}

@media screen and (max-width: 768px) {
  #subject_slider {
    margin-bottom: 50px;
  }
  #subject_slider .dotecollection {
    bottom: -30px;
  }
}

@media screen and (max-width: 680px) {
  #subject_slider {
    margin-bottom: 30px;
    padding: 0 30px;
  }
  #subject_slider .slick-prev {
    left: 8px;
  }
  #subject_slider .slick-next {
    right: 8px;
  }
  #subject_slider .dotecollection {
    bottom: -7.5vw;
  }
}

* {
  font-family: "Noto Sans TC";
}

html,
body {
  font-family: "微軟正黑體", "Microsoft JhengHei", "Heiti TC", "黑體", Arial, sans-serif, serif;
  line-height: 1.7;
  background: #f2f2f2;
  -webkit-text-size-adjust: none;
}

b,
strong {
  font-weight: bold;
}

img {
  vertical-align: middle;
}

img.is-max-width {
  max-width: 100%;
}

img.is-max-height {
  max-height: 100%;
}

a {
  margin: 0;
  padding: 0;
  font-size: inherit;
  border: 0;
  border-spacing: 0;
  position: relative;
  background: none;
  outline: 0;
  text-indent: 0;
  text-rendering: auto;
  text-transform: none;
  speak: none;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

button {
  margin: 0;
  padding: 0;
  font-size: inherit;
  border: 0;
  border-spacing: 0;
  position: relative;
  background: none;
  outline: 0;
  text-indent: 0;
  text-rendering: auto;
  text-transform: none;
  speak: none;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "微軟正黑體", "Microsoft JhengHei", "Heiti TC", "黑體", Arial, sans-serif, serif;
}

a {
  color: inherit;
  text-decoration: none;
}

input,
textarea {
  font-family: "微軟正黑體", "Microsoft JhengHei", "Heiti TC", "黑體", Arial, sans-serif, serif;
  line-height: 1.6;
}

@media screen and (min-width: 1001px) {
  html,
  body {
    font-size: 18px;
  }
  a > *.b-inline:not(:first-child), a > *.b-inline-md:not(:first-child), a > *.b-inline-dt:not(:first-child) {
    margin-left: 5px;
  }
  button {
    cursor: pointer;
  }
  button > *.b-inline:not(:first-child), button > *.b-inline-md:not(:first-child), button > *.b-inline-dt:not(:first-child) {
    margin-left: 5px;
  }
}

@media screen and (min-width: 740px) and (orientation: portrait) and (max-width: 1000px), screen and (min-width: 740px) and (max-width: 1000px) {
  html,
  body {
    font-size: 2.86458vw;
  }
  a > *.b-inline:not(:first-child), a > *.b-inline-dt:not(:first-child), a > *.b-inline-tm:not(:first-child), a > *.b-inline-sm:not(:first-child) {
    margin-left: 0.52083vw;
  }
  button > *.b-inline:not(:first-child), button > *.b-inline-dt:not(:first-child), button > *.b-inline-tm:not(:first-child), button > *.b-inline-sm:not(:first-child) {
    margin-left: 0.52083vw;
  }
}

@media screen and (device-width: 375px) and (orientation: landscape), screen and (max-width: 739px) {
  html,
  body {
    font-size: 3.75vw;
  }
  a > *.b-inline:not(:first-child), a > *.b-inline-dt:not(:first-child), a > *.b-inline-tm:not(:first-child), a > *.b-inline-sm:not(:first-child) {
    margin-left: 0.9375vw;
  }
  button > *.b-inline:not(:first-child), button > *.b-inline-dt:not(:first-child), button > *.b-inline-tm:not(:first-child), button > *.b-inline-sm:not(:first-child) {
    margin-left: 0.9375vw;
  }
}

.ind-kv {
  position: relative;
}

.ind-kv:after {
  content: "";
  width: 100%;
  height: 100px;
  background-image: url("../img/car/bg_wav_1.png");
  background-repeat: repeat-x;
  background-position: 0 0;
  bottom: -1px;
  z-index: 200;
  position: absolute;
  -moz-animation: bg 5000s 1.5s linear infinite;
  -webkit-animation: bg 5000s 1.5s linear infinite;
  animation: bg 5000s 1.5s linear infinite;
}

.ind-kv:before {
  content: "";
  width: 100%;
  height: 100px;
  opacity: .5;
  background-image: url("../img/car/bg_wav_1.png");
  background-repeat: repeat-x;
  background-position: 0 0;
  bottom: -1px;
  z-index: 200;
  position: absolute;
  -moz-animation: bg 5000s linear infinite;
  -webkit-animation: bg 5000s linear infinite;
  animation: bg 5000s linear infinite;
}

.ind-kv .m-tm {
  width: 100%;
}

.ind-block {
  width: 100%;
  height: 600px;
  background: url("../img/home/ind-page-img.jpg") no-repeat center;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.ind-page-txt {
  width: 90%;
  max-width: 530px;
}

.ind-page-txt img {
  width: 100%;
}

.ind-list {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.ind-list-inner {
  box-sizing: border-box;
}

.ind-list-box {
  height: 100%;
  box-shadow: 0px 20px 20px 0px rgba(130, 102, 86, 0.1);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all 0.3s;
}

.ind-list-box:hover {
  box-shadow: 0px 20px 20px 0px rgba(130, 102, 86, 0);
}

.ind-list-box:hover .btn-arrow {
  color: #000;
}

.ind-list-txt {
  position: relative;
}

.ind-list-txt:before {
  content: attr(data-title);
  width: 60%;
  color: #fff;
  box-sizing: border-box;
  position: absolute;
}

.ind-list-txt.bg-r:before {
  background: #ee626c;
}

.ind-list-txt.bg-r:before {
  background: #ee626c;
}

.ind-list-txt.bg-b:before {
  background: #84c4bf;
}

.ind-list-txt.bg-g:before {
  background: #9dc182;
}

.ind-list-txt.bg-y:before {
  background: #D7AA54;
}

.btn-arrow {
  color: #ccc;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all 0.3s;
}

.btn-arrow a {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.btn-arrow .m-icon {
  vertical-align: baseline;
}

.bg-block-1 {
  background: url("../img/home/bg-block-1.jpg") repeat top left;
}

.bg-block-2 {
  background: url("../img/home/bg-block-2.jpg") repeat top left;
}

.ind-inner {
  display: inline-block;
}

.dotecollection {
  text-align: center;
  width: 100%;
  bottom: 150px;
  position: absolute;
}

.dotecollection li {
  margin: 0 5px;
  text-align: center;
  text-indent: -99999px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  cursor: pointer;
}

.dotecollection li:before {
  content: "";
  margin: 5px auto;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 0;
  background: #84c4bf;
  display: block;
  cursor: pointer;
}

.dotecollection li.slick-active:before {
  opacity: 1;
}

.dotecollection li button {
  text-indent: -99999px;
}

.slick-slide {
  overflow: hidden;
  *zoom: 1;
}

@media screen and (min-width: 1001px) {
  .ind-kv {
    position: relative;
  }
  .ind-kv:after, .ind-kv:before {
    height: 100px;
  }
  .ind-list {
    margin-bottom: 150px;
  }
  .ind-list > p {
    padding-top: 20px;
    padding-bottom: 75px;
  }
  .ind-list-inner {
    padding-right: 10px;
    padding-left: 10px;
  }
  .ind-list-txt {
    padding: 20px;
  }
  .ind-list-txt > p {
    margin-top: 20px;
    height: 110px;
    text-align: justify;
  }
  .ind-list-txt:before {
    padding-left: 10px;
    font-size: 25px;
    top: -20px;
  }
  .btn-arrow {
    margin-top: 30px;
    font-size: 50px;
    height: 30px;
  }
  .ind-bottom .m-block-list {
    height: 450px;
  }
  .ind-bottom .m-block-list .m-block-inr {
    padding-top: 80px;
  }
  .dotecollection {
    bottom: 150px;
  }
  .dotecollection li {
    margin: 0 5px;
    width: 20px;
    height: 20px;
  }
  .dotecollection li:before {
    margin: 5px auto;
    width: 10px;
    height: 10px;
  }
}

@media screen and (max-width: 1280px) {
  .ind-list-inner {
    padding-right: 1.17188vw;
    padding-left: 1.17188vw;
  }
  .ind-list-txt:before {
    width: 80%;
  }
}

@media screen and (min-width: 740px) and (orientation: portrait) and (max-width: 1000px), screen and (min-width: 740px) and (max-width: 1000px) {
  .ind-block {
    height: 39.0625vw;
  }
  .ind-kv:after, .ind-kv:before {
    height: 7.8125vw;
  }
  .ind-list > p {
    padding-top: 4.39453vw;
    padding-bottom: 10.67708vw;
  }
  .ind-list-inner {
    margin-bottom: 5.85938vw;
    padding-right: 4.39453vw;
    padding-left: 4.39453vw;
  }
  .ind-list-txt {
    padding: 2.92969vw;
  }
  .ind-list-txt > p {
    margin-top: 4.00391vw;
    height: 5rem;
    text-align: justify;
  }
  .ind-list-txt:before {
    padding-top: 1.43229vw;
    padding-bottom: .78125vw;
    padding-left: 1.43229vw;
    font-size: 2.60417vw;
    width: 80%;
    top: -2.86458vw;
  }
  .btn-arrow {
    margin-top: 4.29688vw;
    font-size: 7.29167vw;
    height: 4.29688vw;
  }
  .ind-bottom .m-block-list .m-block-inr {
    padding-top: 10.41667vw;
    height: 52.08333vw;
  }
  .dotecollection {
    bottom: 13.02083vw;
  }
  .dotecollection li {
    margin: 0 .65104vw;
    width: 2.60417vw;
    height: 2.60417vw;
  }
  .dotecollection li:before {
    margin: .65104vw auto;
    width: 1.30208vw;
    height: 1.30208vw;
  }
}

@media screen and (device-width: 375px) and (orientation: landscape) and (orientation: portrait), screen and (max-width: 739px) and (orientation: portrait) {
  .ind-block {
    height: 93.75vw;
  }
  .ind-kv:after, .ind-kv:before {
    height: 15.625vw;
  }
  .ind-list > p {
    padding-top: 4.6875vw;
    padding-bottom: 12.5vw;
  }
  .ind-list-inner {
    margin-bottom: 6.25vw;
    padding-right: 4.6875vw;
    padding-left: 4.6875vw;
  }
  .ind-list-txt {
    padding: 3.125vw;
  }
  .ind-list-txt > p {
    margin-top: 3.125vw;
    height: 6rem;
    font-size: 1rem;
    text-align: justify;
  }
  .ind-list-txt:before {
    padding-left: 1.5625vw;
    font-size: 4.6875vw;
    width: 80%;
    top: -3.125vw;
  }
  .btn-arrow {
    margin-top: 4.6875vw;
    font-size: 7.8125vw;
    height: 4.6875vw;
  }
  .ind-bottom .m-block-list .m-block-inr {
    padding-top: 12.5vw;
    height: 62.5vw;
  }
  .ind-bottom .m-block-list:nth-child(2) .m-block-inr {
    height: 78.125vw;
  }
  .dotecollection {
    bottom: 25vw;
  }
  .dotecollection li {
    margin: 0 1.5625vw;
    width: 4.6875vw;
    height: 4.6875vw;
  }
  .dotecollection li:before {
    margin: .9375vw auto;
    width: 2.8125vw;
    height: 2.8125vw;
  }
}

@media screen and (device-width: 375px) and (orientation: landscape) and (orientation: landscape), screen and (max-width: 739px) and (orientation: landscape) {
  .ind-block {
    height: 52.9661vw;
  }
  .ind-kv:after, .ind-kv:before {
    height: 8.82768vw;
  }
  .ind-list > p {
    padding-top: 2.64831vw;
    padding-bottom: 7.06215vw;
  }
  .ind-list-inner {
    margin-bottom: 3.53107vw;
  }
  .ind-list-txt {
    padding: 1.76554vw;
  }
  .ind-list-txt > p {
    margin-top: 1.76554vw;
    text-align: justify;
  }
  .ind-list-txt:before {
    padding-left: .88277vw;
    font-size: 2.64831vw;
    width: 60%;
    top: -1.76554vw;
  }
  .btn-arrow {
    margin-top: 2.64831vw;
    font-size: 4.41384vw;
    height: 2.64831vw;
  }
  .ind-bottom .m-block-list .m-block-inr {
    padding-top: 7.06215vw;
    height: 35.31073vw;
  }
  .ind-bottom .m-block-list:nth-child(2) .m-block-inr {
    height: 44.13842vw;
  }
  .dotecollection {
    bottom: 14.12429vw;
  }
  .dotecollection li {
    margin: 0 .88277vw;
    width: 2.64831vw;
    height: 2.64831vw;
  }
  .dotecollection li:before {
    margin: .52966vw auto;
    width: 1.58898vw;
    height: 1.58898vw;
  }
}
