@import url("fonts.googleapis.com/earlyaccess/cwtexhei.css");
@import url("https://fonts.googleapis.com/css?family=Lato");
html, body, h1 {
  box-sizing: border-box;
  font-family: 'Microsoft JhengHei', 'cwTeXHei', 'Lato',  sans-serif !important;
}

.each-block {
  width: auto;
  color: black;
}

::-webkit-input-placeholder {
  text-align: right;
}

input:placeholder {
  text-align: right;
}

@media all and (max-width: 768px) {
  .pc {
    display: none;
  }
}

@media all and (min-width: 769px) {
  .mb {
    display: none;
  }
}

h1, p {
  margin: 0;
}

.scroll-to-top {
  z-index: 9999;
  right: 1rem;
  bottom: 1rem;
  display: none;
}

.scroll-to-top a {
  width: 3.5rem;
  height: 3.5rem;
  background-color: rgba(33, 37, 41, 0.5);
  line-height: 3.1rem;
}

.owl-carousel {
  position: relative;
}

.owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
}

.owl-nav div {
  height: 3rem;
  width: 3rem;
  background-color: rgba(0, 0, 0, 0.6) !important;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.4) !important;
  padding: 0 !important;
}

.owl-nav div:hover {
  background-color: orange !important;
  color: rgba(255, 255, 255, 0.8) !important;
}

.owl-nav div .fa-3x {
  font-size: 3rem;
}

.owl-nav .owl-next {
  position: absolute;
  right: 0;
}

.owl-nav .owl-prev {
  position: absolute;
  left: 0;
  right: auto;
}

.card-body {
  padding: 0;
}

#part1 {
  background-color: black;
  font-size: 50px;
}

@media all and (min-width: 769px) {
  #part1 {
    padding: 35px;
  }
  #part1 .logo img {
    max-width: 100%;
  }
  #part1 .form-control {
    border-left: white 1px solid;
    border-right: white 1px solid;
    border-bottom: white 1px solid;
    border-top: 0;
    border-radius: 0;
    background-color: black;
  }
  #part1 .form-control:focus {
    color: white;
    background-color: black;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  }
}

@media all and (max-width: 768px) {
  #part1 {
    padding: 35px;
  }
  #part1 .pc {
    display: none;
  }
  #part1 .logo img {
    max-width: 100%;
  }
}

#part2 .navbar {
  background-color: #be7850;
}

@media all and (min-width: 769px) {
  #part2 {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  #part2 #navbarNav ul {
    min-width: 800px;
  }
  #part2 .nav-link.active {
    border: 2px dashed white;
  }
  #part2 .nav-link {
    font-size: 23px;
    letter-spacing: 1px;
    color: white;
    text-align: center;
  }
}

#part3 .owl-carousel img {
  width: 100%;
}

#part4 {
  background-color: white;
}

@media all and (min-width: 769px) {
  #part4 {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  #part4 .title {
    font-size: 53px;
    letter-spacing: 6.5px;
    color: black;
    text-align: center;
    padding-bottom: 30px;
    position: relative;
  }
  #part4 .title:after {
    content: '';
    background-image: url("../img/14.png");
    background-position: center center;
    background-size: cover;
    position: absolute;
    left: 50%;
    top: 80%;
    height: 10px;
    width: 330px;
    margin-left: -165px;
  }
  #part4 .text {
    font-size: 27px;
    letter-spacing: 1px;
    color: black;
    text-align: left;
    line-height: 40px;
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media all and (min-width: 769px) and (min-width: 769px) {
  #part4 .img-wrapper {
    text-align: center;
  }
  #part4 .img-wrapper img {
    width: 100%;
  }
}

@media all and (min-width: 769px) and (max-width: 768px) {
  #part4 .img-wrapper {
    margin: 30px;
  }
  #part4 .img-wrapper img {
    width: 100%;
  }
}

@media all and (max-width: 768px) {
  #part4 {
    padding-top: 20px;
    padding-bottom: 70px;
  }
  #part4 .title {
    font-size: 30px;
    letter-spacing: 13px;
    color: black;
    text-align: center;
    padding-bottom: 20px;
    position: relative;
  }
  #part4 .title:after {
    content: '';
    background-image: url("../img/phone/14.png");
    background-position: center center;
    background-size: cover;
    position: absolute;
    left: 50%;
    top: 80%;
    height: 10px;
    width: 160px;
    margin-left: -80px;
  }
  #part4 .text {
    font-size: 14px;
    letter-spacing: 1px;
    color: black;
    text-align: left;
    line-height: 22px;
    padding-top: 25px;
    padding-bottom: 40px;
  }
}

@media all and (max-width: 768px) and (min-width: 769px) {
  #part4 .img-wrapper {
    text-align: center;
  }
  #part4 .img-wrapper img {
    width: 100%;
  }
}

@media all and (max-width: 768px) and (max-width: 768px) {
  #part4 .img-wrapper {
    text-align: center;
    padding-bottom: 25px;
  }
  #part4 .img-wrapper img {
    width: 100%;
  }
}

@media all and (min-width: 769px) {
  #part5 .bg {
    background: url("../img/7.jpg");
    width: 100%;
    padding-top: 110px;
    padding-bottom: 110px;
    background-size: cover;
    background-position: center center;
  }
  #part5 .title {
    font-size: 53px;
    letter-spacing: 6.5px;
    color: black;
    text-align: center;
    position: relative;
    padding-bottom: 30px;
  }
  #part5 .title:after {
    content: '';
    background-image: url("../img/14.png");
    background-position: center center;
    background-size: cover;
    position: absolute;
    left: 50%;
    top: 80%;
    height: 10px;
    width: 330px;
    margin-left: -165px;
  }
  #part5 .card {
    border: none;
    background-color: transparent;
    padding-top: 80px;
  }
  #part5 .card img {
    padding-bottom: 20px;
  }
  #part5 .card .card-title {
    font-size: 25px;
    letter-spacing: 6.5px;
    color: black;
    text-align: center;
    font-weight: bold;
    padding-bottom: 10px;
    position: relative;
  }
  #part5 .card .card-title:after {
    content: '';
    background-image: url("../img/15.png");
    background-position: center center;
    background-size: cover;
    position: absolute;
    left: 50%;
    top: 80%;
    height: 3px;
    width: 80px;
    margin-left: -40px;
  }
  #part5 .card .card-text {
    font-size: 18px;
    letter-spacing: 6.5px;
    color: black center;
    text-align: center;
    font-weight: 400;
    line-height: 24px;
  }
}

@media all and (max-width: 768px) {
  #part5 .bg {
    background: url("../img/phone/7.jpg");
    width: 100%;
    padding-top: 35px;
    padding-bottom: 70px;
    background-size: cover;
    background-position: center center;
  }
  #part5 .title {
    font-size: 30px;
    letter-spacing: 8px;
    color: black;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
  }
  #part5 .title:after {
    content: '';
    background-image: url("../img/phone/14.png");
    background-position: center center;
    background-size: cover;
    position: absolute;
    left: 50%;
    top: 80%;
    height: 10px;
    width: 160px;
    margin-left: -80px;
  }
  #part5 .card {
    border: none;
    background-color: transparent;
    padding-top: 35px;
    padding-bottom: 20px;
  }
  #part5 .card img {
    padding-bottom: 25px;
  }
  #part5 .card .card-title {
    font-size: 25px;
    letter-spacing: 6.5px;
    color: black;
    text-align: center;
    font-weight: bold;
    padding-bottom: 20px;
    position: relative;
  }
  #part5 .card .card-title:after {
    content: '';
    background-image: url("../img/phone/15.png");
    background-position: center center;
    background-size: cover;
    position: absolute;
    left: 50%;
    top: 80%;
    height: 3px;
    width: 50px;
    margin-left: -25px;
  }
  #part5 .card .card-text {
    font-size: 18px;
    letter-spacing: 1px;
    color: black;
    text-align: center;
    line-height: 22px;
    font-weight: 400;
  }
}

@media all and (min-width: 769px) {
  #part6 {
    background-image: url("../img/8.jpg");
    width: 100%;
    padding-top: 110px;
    padding-bottom: 110px;
    background-size: cover;
    background-position: center center;
  }
  #part6 .title {
    font-size: 53px;
    letter-spacing: 6.5px;
    color: white;
    text-align: center;
    position: relative;
    padding-bottom: 30px;
  }
  #part6 .title:after {
    content: '';
    background-image: url("../img/14.png");
    background-position: center center;
    background-size: cover;
    position: absolute;
    left: 50%;
    top: 80%;
    height: 10px;
    width: 330px;
    margin-left: -165px;
  }
  #part6 .text {
    font-size: 23px;
    letter-spacing: 10px;
    color: white;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 75px;
  }
  #part6 .card {
    background-color: transparent;
    border: none;
  }
  #part6 .card .card-text {
    padding-top: 43px;
    font-size: 20px;
    letter-spacing: 1.5px;
    color: white;
    text-align: center;
  }
}

@media all and (max-width: 768px) {
  #part6 {
    background-image: url("../img/phone/8.jpg");
    width: 100%;
    padding-top: 35px;
    padding-bottom: 35px;
    background-size: cover;
    background-position: center center;
  }
  #part6 .title {
    font-size: 30px;
    letter-spacing: 8px;
    color: white;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
  }
  #part6 .title:after {
    content: '';
    background-image: url("../img/phone/14.png");
    background-position: center center;
    background-size: cover;
    position: absolute;
    left: 50%;
    top: 80%;
    height: 10px;
    width: 160px;
    margin-left: -80px;
  }
  #part6 .text {
    font-size: 15px;
    letter-spacing: 1px;
    color: white;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #part6 .card {
    background-color: transparent;
    border: none;
  }
  #part6 .card .card-text {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 13px;
    letter-spacing: 1px;
    color: white;
    text-align: center;
  }
}

#part7 {
  background-color: white;
}

@media all and (min-width: 769px) {
  #part7 {
    padding: 130px;
  }
  #part7 .title {
    font-size: 53px;
    letter-spacing: 0px;
    color: black;
    text-align: center;
    padding-bottom: 25px;
    position: relative;
  }
  #part7 .title:after {
    content: '';
    background-image: url("../img/14.png");
    background-position: center center;
    background-size: cover;
    position: absolute;
    left: 50%;
    top: 80%;
    height: 10px;
    width: 330px;
    margin-left: -165px;
  }
  #part7 .sub-title {
    font-size: 27px;
    letter-spacing: 0px;
    color: black;
    text-align: center;
    padding-bottom: 50px;
  }
  #part7 .text {
    font-size: 20px;
    letter-spacing: 0px;
    color: black;
    text-align: center;
    line-height: 24px;
    padding-bottom: 75px;
  }
  #part7 .text-wrapper:nth-child(odd) {
    font-size: 20px;
    letter-spacing: 0px;
    color: black;
    text-align: center;
    line-height: 70px;
  }
  #part7 .text-wrapper:nth-child(even) {
    font-size: 20px;
    letter-spacing: 0px;
    color: black;
    text-align: center;
    line-height: 70px;
  }
}

@media all and (max-width: 768px) {
  #part7 {
    padding-top: 60px;
    padding-bottom: 70px;
  }
  #part7 .title {
    font-size: 30px;
    letter-spacing: 13px;
    color: black;
    text-align: center;
    padding-bottom: 8px;
    position: relative;
  }
  #part7 .title:after {
    content: '';
    background-image: url("../img/phone/14.png");
    background-position: center center;
    background-size: cover;
    position: absolute;
    left: 50%;
    top: 80%;
    height: 10px;
    width: 160px;
    margin-left: -80px;
  }
  #part7 .sub-title {
    font-size: 14px;
    letter-spacing: 0px;
    color: black;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  #part7 .text {
    font-size: 14px;
    letter-spacing: 1px;
    color: black;
    text-align: center;
    line-height: 22px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #part7 .inner-text {
    font-size: 18px;
    letter-spacing: 1px;
    color: black;
    text-align: left;
    padding-left: 27px;
  }
}

#part8 .owl-carousel img {
  width: 100%;
}

#part9 {
  background-color: white;
}

@media all and (min-width: 769px) {
  #part9 {
    padding-top: 95px;
  }
  #part9 .img-wrapper {
    padding: 0;
    position: relative;
    height: 335px;
    width: 480px;
  }
  #part9 .img-wrapper img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #part9 .img-wrapper .invisible-hover {
    z-index: 5;
  }
  #part9 .img-wrapper .visible-hover {
    z-index: 3;
  }
  #part9 .title {
    font-size: 56px;
    letter-spacing: 8px;
    color: black;
    text-align: center;
    position: relative;
    padding-bottom: 25px;
  }
  #part9 .title:after {
    content: '';
    background-image: url("../img/14.png");
    background-position: center center;
    background-size: cover;
    position: absolute;
    left: 50%;
    top: 80%;
    height: 10px;
    width: 330px;
    margin-left: -165px;
  }
  #part9 .text {
    font-size: 33px;
    letter-spacing: 3px;
    color: black;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 95px;
  }
  #part9 .visible-mb {
    display: none;
  }
}

@media all and (max-width: 768px) {
  #part9 {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  #part9 .img-wrapper {
    padding: 0;
  }
  #part9 .img-wrapper img {
    max-width: 100%;
    height: auto;
  }
  #part9 .title {
    font-size: 30px;
    letter-spacing: 8px;
    color: black;
    text-align: center;
    padding-bottom: 8px;
    position: relative;
  }
  #part9 .title:after {
    content: '';
    background-image: url("../img/phone/14.png");
    background-position: center center;
    background-size: cover;
    position: absolute;
    left: 50%;
    top: 80%;
    height: 10px;
    width: 160px;
    margin-left: -80px;
  }
  #part9 .text {
    font-size: 20px;
    letter-spacing: 3px;
    color: black;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 25px;
  }
  #part9 .visible-pc {
    display: none;
  }
}

@media all and (min-width: 769px) {
  #part10 {
    padding-top: 120px;
    padding-bottom: 100px;
  }
  #part10 .title {
    font-size: 41px;
    letter-spacing: 13px;
    color: black;
    text-align: center;
    padding-bottom: 30px;
    position: relative;
  }
  #part10 .title:after {
    content: '';
    background-image: url("../img/14.png");
    background-position: center center;
    background-size: cover;
    position: absolute;
    left: 50%;
    top: 80%;
    height: 10px;
    width: 330px;
    margin-left: -165px;
  }
  #part10 .contentbox {
    padding-top: 130px;
  }
  #part10 .contentbox .inner-text {
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 33px;
    letter-spacing: 0px;
    color: black;
    text-align: left;
    line-height: 80px;
  }
  #part10 .contentbox #map {
    min-height: 600px;
    max-width: 90%;
  }
}

@media all and (max-width: 768px) {
  #part10 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  #part10 .title {
    font-size: 30px;
    letter-spacing: 13px;
    color: black;
    text-align: center;
    position: relative;
    padding-bottom: 8px;
  }
  #part10 .title:after {
    content: '';
    background-image: url("../img/phone/14.png");
    background-position: center center;
    background-size: cover;
    position: absolute;
    left: 50%;
    top: 80%;
    height: 10px;
    width: 160px;
    margin-left: -80px;
  }
  #part10 .contentbox {
    padding-top: 35px;
  }
  #part10 .inner-text {
    font-size: 15px;
    letter-spacing: 1px;
    color: black;
    text-align: left;
    line-height: 36px;
    padding-top: 35px;
  }
  #part10 #map {
    min-height: 325px;
    min-width: 200px;
  }
}

#part11 {
  background-color: black;
}

#part11 .logo img {
  width: 100%;
}

@media all and (min-width: 769px) {
  #part11 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #part11 .icon-list {
    text-align: center;
  }
  #part11 .icon-list img {
    padding-top: 30px;
    padding-right: 25px;
  }
  #part11 .mb {
    display: none;
  }
}

@media all and (max-width: 768px) {
  #part11 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #part11 .logo {
    padding-bottom: 40px;
  }
  #part11 .icon-list {
    text-align: center;
  }
  #part11 .icon-list img {
    padding-top: 20px;
    padding-right: 25px;
  }
  #part11 .mb {
    display: inline-block;
  }
  #part11 .pc {
    display: none;
  }
}

#part12 {
  background-color: #be7850;
}

@media all and (min-width: 769px) {
  #part12 {
    padding: 40px;
  }
}

@media all and (max-width: 768px) {
  #part12 {
    padding: 50px;
  }
}
/*# sourceMappingURL=all.css.map */