/* 基本設定_start */

.pageContainer {
  padding: 0px;
}

/* 基本設定_end */

/* 內頁banner_start */
.pageBannerBlock {
  width: 100%;
  background-size: cover;
  background-position: center;
}

.pageBannerInner {
  position: relative;
  width: 100%;
  padding: 15%;
  overflow: hidden;
}

.pageBannerInner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
}

/* 內頁banner_end */

/* 內頁_start */
.navigation {
  padding: 30px 0;
}

.pageContent {
  margin: 100px auto 50px auto;
  min-height: 800px;
  max-width: 900px;
}

/* 內頁_end */

/* 麵包屑_start */

.breadcrumbContainer {
  border: #eee solid 1px;
  padding: 15px 0px;
  margin-bottom: 60px;
}

.breadcrumbContainer ul {
  text-align: left;
}

.breadcrumbContainer ul li {
  display: inline-block;
  font-size: 15px;
}

.breadcrumbContainer ul li::after {
  content: "/";
  margin: 0px 2px 0px 6px;
  display: inline-block;
}

.breadcrumbContainer ul li:nth-last-child(1)::after {
  content: "";
  margin: 0px;
}

.breadcrumbContainer ul li a {
  color: #333;
  font-size: 15px;
}

.breadcrumbContainer ul li a:hover {
  color: #aaa;
}
/* 麵包屑_end */

/* 404.php_start */
.errorContentTitle {
  text-align: center;
  color: #aaa;
  margin-bottom: 60px;
}

.errorNum {
  font-size: 200px;
  line-height: 1;
  margin-bottom: 30px;
}

.errorTitle {
  font-size: 22px;
}

/* 404.php_end */

@media only screen and (max-width: 1499px) {
}

@media only screen and (min-width: 1200px) {
}

@media only screen and (max-width: 1199px) {
}

@media only screen and (min-width: 992px) {
}

@media only screen and (max-width: 991px) {
}

@media only screen and (min-width: 768px) {
}

@media only screen and (max-width: 767px) {
  /* 內頁banner_start */
  .pageBannerBlock {
    margin-top: -8px;
  }
  /* 內頁banner_end */

  .content {
    margin: 50px 0 50px 0;
  }
}

@media only screen and (max-width: 568px) {
}

@media only screen and (max-width: 440px) {
}

@media only screen and (max-width: 420px) {
}
