@charset "UTF-8";
/* CSS Document */
@import url(c62b2f70eb6b4dd190334b431300e3c1.css);
.mainArea {
  padding-bottom: 150px;
}

.mainArea .wrap {
  width: 100%;
}

.title {
  font-size: 20px;
  font-weight: 600;
  font-family: "Noto Serif TC", "微軟正黑體", sans-serif;
  line-height: 1;
}

.subTitle {
  font-size: 16px;
  font-weight: 400;
  font-family: "Unna", sans-serif;
  letter-spacing: 1px;
}

.summary {
  font-size: 16px;
  font-weight: 600;
  font-family: "Noto Serif TC", "微軟正黑體", sans-serif;
  letter-spacing: 1px;
}

p {
  font-size: 14px;
  font-weight: 400;
  font-family: "Noto Serif TC", "微軟正黑體", sans-serif;
  letter-spacing: 1px;
  line-height: 2;
}

.Img img {
  display: block;
}

.container01 {
  width: 1200px;
  margin: 0 auto;
}

.container01 .title, .container01 .subTitle, .container01 .summary {
  text-align: center;
}

.container01 .subTitle {
  margin-bottom: 40px;
}

.container01 .summary {
  width: 540px;
  margin: 0 auto 40px;
}

.container01 .Img {
  margin-top: 60px;
}

.container01 .Img img {
  display: block;
  margin: 0 auto;
}

.container02 {
  width: 1120px;
  margin: 0 auto;
}

.container02 .content {
  margin-bottom: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.container02 .content:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.container02 .content:nth-of-type(even) .Txt {
  padding: 0;
  padding-right: 40px;
}

.container02 .content:nth-of-type(even) .Img {
  padding: 0;
  padding-left: 40px;
}

.container02 .Txt {
  width: 50%;
  padding-left: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container02 .Img {
  width: 50%;
  padding-right: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container02 .title {
  margin-top: 15px;
}

.container02 .subTitle {
  margin-bottom: 15px;
}

.container02 .summary {
  margin-bottom: 20px;
}

.container03 .content {
  position: relative;
}

.container03 .Img img {
  width: 100%;
}

.container03 .Txt {
  padding-top: 8%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1200px;
  text-align: center;
  color: #fff;
}

.container03 ul {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.container03 .title {
  margin-bottom: 115px;
  letter-spacing: 8px;
}

.container03 .subTitle {
  letter-spacing: 2px;
  font-size: 15px;
  margin-bottom: 10px;
}

.container03 .icon img {
  margin: 0 auto;
}

.container03 p {
  margin-top: 15px;
  font-weight: 600;
  letter-spacing: 1px;
}

.container04 {
  width: 1200px;
  margin: 140px auto 0;
}

.container04 .title, .container04 .subTitle {
  text-align: center;
}

.container04 .subTitle {
  margin-bottom: 15px;
}

.history {
  position: relative;
  width: 1180px;
  margin: 0 auto;
  padding: 20px 0;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#e0e0e0));
  background-image: -webkit-linear-gradient(top, #e0e0e0 0%, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #e0e0e0 0%, #e0e0e0 100%);
  background-image: linear-gradient(to bottom, #e0e0e0 0%, #e0e0e0 100%);
  background-size: 1px 100%;
  background-position: 50% 0px;
}

.history:before, .history:after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #e1e1e1;
}

.history:before {
  top: 0;
}

.history:after {
  bottom: 0;
}

.history ul {
  list-style: none;
  padding: 0;
}

.history li:nth-of-type(odd) .Img {
  padding-right: 30px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.history li:nth-of-type(odd) .Txt {
  padding-left: 30px;
}

.history li:nth-of-type(odd) .year:before {
  left: -35px;
}

.history li:nth-of-type(even) .itemBox {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.history li:nth-of-type(even) .Img {
  padding-left: 30px;
}

.history li:nth-of-type(even) .Txt {
  text-align: right;
  padding-right: 30px;
}

.history li:nth-of-type(even) .year:before {
  right: -35px;
}

.history .itemBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 85px;
}

.history .Img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.history .Txt {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.history .item {
  margin-bottom: 35px;
}

.history .year {
  position: relative;
  font-size: 25px;
  font-weight: 700;
  font-family: "Unna", sans-serif;
  letter-spacing: 2px;
}

.history .year:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 1px;
  background-color: #000;
}

.history .title {
  font-size: 16px;
  font-weight: 600;
  font-family: "Noto Serif TC", "微軟正黑體", sans-serif;
  line-height: 1.5;
}

.history .text {
  margin-top: 25px;
}

.history p {
  line-height: 1.8;
}

@media (max-width: 1550px) {
  .container03 {
    margin-left: -20px;
    width: calc(100% + 40px);
  }
}

@media (max-width: 1400px) {
  .container03 .Txt {
    padding-top: 3%;
  }
  .container03 .title {
    margin-bottom: 70px;
  }
}

@media (max-width: 1240px) {
  .container01,
  .container04 {
    width: 100%;
  }
  .container03 .Txt {
    width: calc(100% - 200px);
  }
  .history {
    width: 100%;
  }
}

@media (max-width: 1180px) {
  .container02 {
    width: 100%;
  }
  .container02 .Img {
    padding: 0;
  }
  .container04 {
    margin-top: 60px;
  }
}

@media (max-width: 960px) {
  .container03 .Img {
    height: 320px;
  }
  .container03 .Img img {
    max-width: none;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .container03 .title {
    margin-bottom: 50px;
  }
  .history {
    width: 80%;
  }
  .history li:nth-of-type(odd) .Img {
    padding: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .history li:nth-of-type(odd) .Txt {
    padding: 20px 0 0 45px;
  }
  .history li:nth-of-type(even) .itemBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .history li:nth-of-type(even) .Img {
    padding: 0;
  }
  .history li:nth-of-type(even) .Txt {
    text-align: left;
    padding: 20px 0 0 45px;
  }
  .history li:nth-of-type(even) .year:before {
    right: auto;
    left: -35px;
  }
  .history .itemBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .history .Img {
    width: 100%;
  }
  .history .Txt {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .container02 .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
  }
  .container02 .content:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .container02 .content:nth-of-type(even) .Img {
    padding: 0;
  }
  .container02 .content:nth-of-type(even) .Txt {
    padding: 20px 10px;
  }
  .container02 .Img {
    padding: 0;
    width: 100%;
  }
  .container02 .Txt {
    padding: 20px 10px;
    width: 100%;
  }
}

@media (max-width: 640px) {
  .history {
    width: 100%;
  }
}

@media (max-width: 580px) {
  .container01 .summary {
    width: 100%;
  }
  .container03 .Txt {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .history .itemBox {
    margin-bottom: 20px;
  }
}

/*# sourceMappingURL=package.css.map */