@charset "UTF-8";
#app {
  font-family: "微軟正黑體";
  width: 100%;
  overflow: hidden;
}

#main .row {
  position: relative;
}

#main .row img {
  width: 100%;
  height: 50%;
}

#main .row .box {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding-top: 14%;
}

@media screen and (max-width: 992px) {
  #main .row .box {
    padding-top: 0%;
  }
}

#main .row .box span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  margin: 0 auto;
  text-align: center;
}

#main .row .box span .logo {
  max-width: 350px;
  display: block;
  margin: 0 auto 10px;
  position: relative;
  top: 0px;
}

@media screen and (max-width: 992px) {
  #main .row .box span .logo {
    width: 150px !important;
    margin-bottom: 20px;
    top: 20px;
  }
}

#main .row .box span .title {
  top: -70px;
  position: relative;
  min-width: 180px;
  max-width: 450px;
}

@media screen and (max-width: 992px) {
  #main .row .box span .title {
    min-width: 150px;
    top: -40px;
  }
}

#section-1 .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5% 0;
}

#section-1 .row h4 {
  border-bottom: 5px solid #ffae00;
  width: auto;
  display: inline-block;
  padding-bottom: 20px;
  margin-bottom: 40px;
  font-weight: normal;
  font-size: 2.5rem;
  text-align: center;
}

@media screen and (max-width: 992px) {
  #section-1 .row h4 {
    font-size: 18px;
    margin: 0 auto 20px;
    text-align: center;
    width: 100%;
  }
}

#section-1 .row ul {
  padding: 20px 20px 20px 40px;
  list-style: decimal;
  background: #ffedc8;
}

@media screen and (min-width: 992px) {
  #section-1 .row ul {
    -webkit-box-shadow: 10px 10px 0 0 rgba(255, 181, 22, 0.75);
            box-shadow: 10px 10px 0 0 rgba(255, 181, 22, 0.75);
  }
}

#section-1 .row ul li {
  font-size: 16px;
  line-height: 30px;
  color: #333;
}

@media screen and (max-width: 992px) {
  #section-1 .row ul li {
    font-size: 15px;
    line-height: 26px;
    text-align: justify;
  }
}

#section-2 {
  background: #333;
}

#section-2 .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5% 0;
}

#section-2 .row h4 {
  border-bottom: 5px solid #ffae00;
  width: auto;
  display: inline-block;
  padding-bottom: 20px;
  margin-bottom: 40px;
  font-weight: normal;
  color: #fff;
  font-size: 2.5rem;
  text-align: center;
}

@media screen and (max-width: 992px) {
  #section-2 .row h4 {
    font-size: 18px;
    margin: 0 auto 20px;
    text-align: center;
    width: 100%;
  }
}

#section-2 .row .slick {
  padding: 10px;
  background: #fff;
  border-radius: 6px;
  margin-bottom: 40px;
  -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.5);
}

#section-2 .row .slick .items img {
  border-radius: 3px;
}

#section-2 .row .slick .slick-prev {
  left: 15px;
  z-index: 99;
  width: 40px;
  height: 40px;
}

#section-2 .row .slick .slick-prev:focus {
  width: 40px;
  height: 40px;
}

#section-2 .row .slick .slick-prev:before {
  font-size: 40px;
  width: 40px;
  height: 40px;
}

#section-2 .row .slick .slick-next {
  right: 15px;
  z-index: 99;
  width: 40px;
  height: 40px;
}

#section-2 .row .slick .slick-next:focus {
  width: 40px;
  height: 40px;
}

#section-2 .row .slick .slick-next:before {
  font-size: 40px;
  width: 40px;
  height: 40px;
}

#section-2 .row.mov_wrap, #section-2 .row.title_wrap {
  padding-top: 0 !important;
}

#section-2 .row.mov_wrap video, #section-2 .row.title_wrap video {
  border: 6px solid #000;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.5);
}

#section-3 {
  background: url(../images/bg-2.jpg) no-repeat top center;
  background-size: contain;
}

#section-3 .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5% 0;
}

#section-3 .row h4 {
  border-bottom: 5px solid #ffae00;
  width: auto;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 40px;
  font-weight: normal;
  color: #333;
  font-size: 2.5rem;
  text-align: center;
}

@media screen and (max-width: 992px) {
  #section-3 .row h4 {
    font-size: 18px;
    margin: 0 auto 20px;
    text-align: center;
    width: 100%;
  }
}

#section-3 .row .box_wrap {
  overflow: hidden;
  text-align: center;
}

#section-3 .row .box_wrap .box {
  width: 30%;
  padding: 10px;
  margin: 10px 20px;
  border: 1px solid #eee;
  display: inline-block;
  text-align: center;
  -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  background: #fff;
}

@media screen and (max-width: 992px) {
  #section-3 .row .box_wrap .box {
    width: calc((100% - 80px)/2);
    padding: 10px;
    margin: 10px 10px;
  }
}

.top {
  text-align: center;
}

#section-4 {
  background: #333;
  background-size: contain;
}

#section-4 .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5% 0;
}

#section-4 .row h4 {
  border-bottom: 5px solid #ffae00;
  width: auto;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 40px;
  font-weight: normal;
  color: #fff;
  font-size: 2.5rem;
  text-align: center;
}

@media screen and (max-width: 992px) {
  #section-4 .row h4 {
    font-size: 18px;
    margin: 0 auto 20px;
    text-align: center;
    width: 100%;
  }
}

#section-4 .row h5 {
  color: #fff;
  text-align: center;
}

#section-4 .row ul {
  color: #fff;
  list-style: none;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  line-height: 30px;
  border: 1px solid #555;
  padding: 16px;
}

#section-4 .row .qrcode {
  text-align: center;
}

#section-4 .row .qrcode img {
  max-width: 150px;
  margin: 0 auto;
}

@media screen and (max-width: 992px) {
  #section-4 .row .logo h5 {
    font-size: 25px;
    letter-spacing: 1px;
  }
  #section-4 .row .logo img {
    width: 30%;
  }
  #section-4 .row .info ul {
    text-align: center;
    font-size: 14px;
    border: none;
    line-height: 20px;
    color: #fff;
    letter-spacing: 1px;
  }
}

#section-4 .row .map {
  margin-bottom: 30px;
}

#section-4 .row .map iframe {
  padding: 10px;
  background: #fff;
  -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.5);
}
/*# sourceMappingURL=main.css.map */