/* 內頁設定CSS */


/* 基本設定_start */

.pageContainer {
    padding: 0px;
}


/* 基本設定_end */


/* 內頁banner_start */
.n3-banner-container{
    display: none;
}

/* 內頁banner_end */

.text-container{
    margin-bottom: 1rem;
}


/* 內頁_start */

.page-container {
    padding: 48px 0px;
}

.contactContent .container,
.mediaContent .container {
    max-width: 968px;
}


/* 內頁_end */

.timeline {
  margin: 0 auto;
  font-family: "Microsoft JhengHei", sans-serif;
}
.timeline h2 {
  text-align: center;
  margin-bottom: 20px;
  color: #002843;
}
.timeline ul {
  list-style: none;
  padding: 0;
}
.timeline li {
  margin: 15px 0;
  padding: 15px;
  border-left: 4px solid #873601;
  background: #f7f9fc;
  position: relative;
}
.timeline li::before {
  content: "";
  width: 12px;
  height: 12px;
  background: #873601;
  border-radius: 50%;
  position: absolute;
  left: -8px;
  top: 20px;
}
.timeline .year {
  font-weight: bold;
  color: #873601;
  display: block;
  margin-bottom: 5px;
}
.timeline p {
  margin: 5px 0;
  line-height: 1.6;
}


/* breadcrumb-container_start */

.breadcrumb-container {
    border-bottom: #d8d8d8 solid 1px;
    padding: 1rem 0px;
    margin-bottom: 2rem;
}

.breadcrumb-container ul {
    text-align: left;
    line-height: 1;
}

.breadcrumb-container ul li {
    display: inline-block;
    font-size: 1rem;
}

.breadcrumb-container ul li::after {
    content: "/";
    margin: 0px 5px 0px 5px;
    display: inline-block;
}

.breadcrumb-container ul li:nth-last-child(1)::after {
    content: "";
    margin: 0px;
}

.breadcrumb-container ul li a {
    font-size: 1rem;
}

.breadcrumb-container ul li.active{
  color: #873601;
}

/* breadcrumb-container_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 */
    .innerBannerContainer {
        height: 180px;
    }
    /* 內頁banner_end */
}

@media only screen and (max-width: 568px) {}

@media only screen and (max-width: 440px) {}

@media only screen and (max-width: 420px) {}