@charset "UTF-8";
:root {
  --RWDWidth: 1024px;
}

.aboutPage .siteMain .mainBox {
  padding-bottom: 0;
}
.aboutPage .siteMain .description {
  color: #999999;
  font-size: var(--clamp18);
  line-height: 1.6;
  position: relative;
  isolation: isolate;
}
.aboutPage .siteMain .description::before {
  content: "";
  width: 44px;
  height: 44px;
  display: block;
  position: absolute;
  background: #81172B;
  border-radius: 50%;
  top: 8px;
  left: 0;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.aboutPage .siteMain .block1 {
  padding-bottom: clamp(50px, 10vw, 100px);
}
@media screen and (min-width: 1025px) {
  .aboutPage .siteMain .block1 .container {
    max-width: none;
    width: 100%;
    padding: 0;
  }
}
.aboutPage .siteMain .block1 .contentBox {
  width: 100%;
  max-width: none;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .aboutPage .siteMain .block1 .contentBox {
    flex-direction: column;
    gap: 40px;
  }
}
.aboutPage .siteMain .block1 .box:nth-child(1) {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1025px) {
  .aboutPage .siteMain .block1 .box:nth-child(1) {
    width: 50%;
    max-width: 960px;
    padding-left: var(--contentPadding);
  }
}
.aboutPage .siteMain .block1 .box:nth-child(1) .pic {
  margin-bottom: 30px;
}
@media screen and (min-width: 1025px) {
  .aboutPage .siteMain .block1 .box:nth-child(1) .pic {
    max-width: 960px;
    margin-top: 25px;
    position: relative;
    margin-bottom: 8%;
    margin-left: calc(var(--contentPadding) * -1);
  }
}
@media screen and (min-width: 1025px) {
  .aboutPage .siteMain .block1 .box:nth-child(1) .description {
    max-width: 624px;
    margin: 0 8% 0 auto;
  }
}
.aboutPage .siteMain .block1 .box:nth-child(2) {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1025px) {
  .aboutPage .siteMain .block1 .box:nth-child(2) {
    width: 50%;
    max-width: 960px;
    flex-grow: 1;
    overflow: hidden;
    position: relative;
  }
}
.aboutPage .siteMain .block1 .box:nth-child(2) .description {
  order: 5;
}
@media screen and (min-width: 1025px) {
  .aboutPage .siteMain .block1 .box:nth-child(2) .description {
    order: 0;
    max-width: 700px;
    padding: 0 var(--contentPadding) 0 0;
    margin: 20px 0 0 12%;
    z-index: 2;
  }
}
.aboutPage .siteMain .block1 .box:nth-child(2) .year {
  font-size: clamp(20px, 15vw, 280px);
  line-height: 1;
  font-weight: 900;
  color: transparent;
  background: linear-gradient(to right, #DCDEDD 0%, #4D4D4D 100%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: -10%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .aboutPage .siteMain .block1 .box:nth-child(2) .year {
    font-size: 100px;
    margin-bottom: 0;
    position: absolute;
    bottom: auto;
    top: 100%;
    right: 0;
    filter: drop-shadow(0px 5px 15px rgb(0, 0, 0));
  }
}
@media screen and (max-width: 1024px) {
  .aboutPage .siteMain .block1 .box:nth-child(2) .pic {
    margin-bottom: 30px;
  }
}
.aboutPage .siteMain .block2 {
  background: linear-gradient(to left, #333230 0%, #000 100%);
  padding: clamp(50px, 10vw, 100px) 0;
}
.aboutPage .siteMain .block2 .contentBox {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 1024px) {
  .aboutPage .siteMain .block2 .contentBox {
    flex-direction: column;
    gap: 40px;
  }
}
.aboutPage .siteMain .block2 .box:nth-child(1) {
  width: 100%;
  max-width: 1040px;
}
.aboutPage .siteMain .block2 .box:nth-child(1) .pic {
  margin-bottom: -40px;
}
.aboutPage .siteMain .block2 .box:nth-child(1) .description {
  max-width: 624px;
  margin-right: 200px;
}
@media screen and (max-width: 1024px) {
  .aboutPage .siteMain .block2 .box:nth-child(1) .description {
    margin-right: 0;
    max-width: none;
  }
}
.aboutPage .siteMain .block2 .box:nth-child(2) {
  width: 50%;
  max-width: 546px;
  margin-left: -135px;
}
@media screen and (max-width: 1024px) {
  .aboutPage .siteMain .block2 .box:nth-child(2) {
    margin-left: 0;
    max-width: none;
    width: 100%;
  }
}
.aboutPage .siteMain .block2 .box:nth-child(2) .description {
  color: #202020;
  padding: 40px;
  background: #B3B3B3;
}
@media screen and (max-width: 1024px) {
  .aboutPage .siteMain .block2 .box:nth-child(2) .description {
    padding: 20px;
  }
}
.aboutPage .siteMain .block2 .box:nth-child(2) .description::before {
  display: none;
}

.aboutPage2 .siteMain .description {
  color: #999999;
  font-size: var(--clamp18);
}
@media screen and (min-width: 768px) {
  .aboutPage2 .siteMain .siteMain .breadcrumbBox .container,
  .aboutPage2 .siteMain .siteMain .pageTitleBox .container,
  .aboutPage2 .siteMain .siteMain .outerBox .container {
    padding-right: 0;
    max-width: none;
    width: 100%;
    padding-right: 0;
  }
}
.aboutPage2 .siteMain .siteMain .breadcrumbBox .contentBox,
.aboutPage2 .siteMain .siteMain .pageTitleBox .contentBox,
.aboutPage2 .siteMain .siteMain .outerBox .contentBox {
  max-width: 1675px;
  margin: 0 0 0 auto;
}
.aboutPage2 .siteMain .contentBox {
  display: flex;
  align-items: flex-start;
  gap: 90px;
}
.aboutPage2 .siteMain .contentBox .listBox {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 1440px) {
  .aboutPage2 .siteMain .contentBox .listBox {
    width: calc(60% - 90px);
  }
}
@media screen and (max-width: 767px) {
  .aboutPage2 .siteMain .contentBox .listBox {
    width: 100%;
  }
}
.aboutPage2 .siteMain .contentBox .listBox .item {
  display: flex;
  gap: 30px;
}
.aboutPage2 .siteMain .contentBox .listBox .year {
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  font-size: var(--clamp24);
  background: #81172B;
  border-radius: 50%;
}
.aboutPage2 .siteMain .contentBox .listBox .description {
  padding-top: 20px;
}
.aboutPage2 .siteMain .contentBox .pic {
  width: 52%;
  max-width: 883px;
  position: sticky;
  top: 70px;
}
@media screen and (max-width: 1440px) {
  .aboutPage2 .siteMain .contentBox .pic {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .aboutPage2 .siteMain .contentBox .pic {
    display: none;
  }
}

.aboutPage3 .siteMain .description {
  color: #999999;
  font-size: var(--clamp18);
}
.aboutPage3 .siteMain .contentBox .listBox {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
@media screen and (max-width: 1024px) {
  .aboutPage3 .siteMain .contentBox .listBox {
    gap: 70px;
  }
}
.aboutPage3 .siteMain .contentBox .listBox .item {
  max-width: 900px;
  counter-increment: item;
  display: flex;
}
.aboutPage3 .siteMain .contentBox .listBox .item:nth-child(1), .aboutPage3 .siteMain .contentBox .listBox .item:nth-child(5) {
  align-self: flex-end;
}
.aboutPage3 .siteMain .contentBox .listBox .item:nth-child(2), .aboutPage3 .siteMain .contentBox .listBox .item:nth-child(4) {
  align-self: center;
}
.aboutPage3 .siteMain .contentBox .listBox .item:nth-child(3) {
  align-self: flex-start;
}
.aboutPage3 .siteMain .contentBox .listBox .item::before {
  content: counter(item, decimal-leading-zero);
  color: #444444;
  font-family: "Anton", "Noto Sans TC", Arial, "微軟正黑體", "Microsoft JhengHei", "蘋果儷中黑", "Apple LiGothic Medium", sans-serif;
  font-size: clamp(50px, 12vw, 180px);
  line-height: 1;
  font-weight: 500;
  margin-right: 100px;
  filter: drop-shadow(15px 15px 15px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 1024px) {
  .aboutPage3 .siteMain .contentBox .listBox .item::before {
    margin-right: 30px;
  }
}
.aboutPage3 .siteMain .contentBox .listBox .item .title {
  color: #DCDEDD;
  font-size: var(--clamp36);
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  isolation: isolate;
  margin-bottom: 15px;
}
.aboutPage3 .siteMain .contentBox .listBox .item .title::before {
  content: "";
  width: 33px;
  height: 33px;
  display: block;
  position: absolute;
  background: #81172B;
  border-radius: 50%;
  top: 10px;
  left: 5px;
  transform: translate(-50%, -50%);
  z-index: -1;
}/*# sourceMappingURL=about.css.map */