.controlBlock .arrowBox .arrow::before {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.wrap {
  max-width: 1490px;
}

body:not(.WebSiteHome) .mainArea {
  padding: 0;
}
@media (max-width: 768px) {
  body:not(.WebSiteHome) .mainArea .titleBox {
    padding-top: 0px;
  }
}

.bread {
  position: absolute;
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: transparent;
}

.titleBox {
  text-align: left;
  font-family: "Playfair Display", "Noto Serif TC", serif;
}
.titleBox .subtitle {
  padding-top: 0;
  font-size: 24px;
  font-weight: 350;
  letter-spacing: 1.5px;
  line-height: 24px;
  color: #ad2929;
  padding-bottom: 15px;
}
.titleBox .title {
  color: #3a3332;
  font-size: 42px;
  font-weight: 600;
  letter-spacing: 1.5px;
  line-height: 1.2;
}
@media (max-width: 1440px) {
  .titleBox .title {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 1.5px;
    line-height: 1.2;
  }
}
@media (max-width: 768px) {
  .titleBox .title {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1.5px;
    line-height: 1.2;
  }
}

.slick-slider .slick-dots li {
  width: 32px;
  height: 32px;
  padding: 11px;
  border-radius: 0%;
}
.slick-slider .slick-dots li button::before {
  border-radius: 0%;
}
.slick-slider .slick-dots li.slick-active {
  border: 1px solid #ad2929;
}
@media (min-width: 1181px) {
  .slick-slider .slick-dots li:hover {
    border: 1px solid #ad2929;
  }
}

.controlBlock .arrowBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.controlBlock .arrowBox .arrow {
  position: relative;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.controlBlock .arrowBox .arrow::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border-top: 2px solid #3a3332;
  border-right: 2px solid #3a3332;
}
.controlBlock .arrowBox .arrow.arrowPrev::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  left: 18px;
}
.controlBlock .arrowBox .arrow.arrowNext::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 18px;
}
.controlBlock .arrowBox .arrow:hover::before {
  border-color: #ad2929;
}

.decoTextBox {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 1180px) {
  .decoTextBox {
    display: none;
  }
}
.decoTextBox .decoText {
  font-family: "Playfair Display", "Noto Serif TC", serif;
  font-size: 150px;
  font-weight: 350;
  letter-spacing: 10px;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
}
@media (max-width: 1440px) {
  .decoTextBox .decoText {
    font-size: 120px;
    font-weight: 350;
    letter-spacing: 10px;
    line-height: 1.2;
  }
}
.decoTextBox .decoText.vertical {
  -webkit-writing-mode: sideways-lr;
      -ms-writing-mode: sideways-lr;
          writing-mode: sideways-lr;
  text-orientation: mixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.decoTextBox .decoText::before {
  content: attr(data-storke);
  position: absolute;
  z-index: -1;
  color: transparent;
  -webkit-text-stroke: 3px #000;
  opacity: 0.1;
}

.aboutArea {
  padding: 100px 0;
  position: relative;
  min-height: 80vh;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .aboutArea {
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .aboutArea {
    padding-top: 50px;
  }
}
.aboutArea::after {
  content: "";
  position: absolute;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  max-width: 340px;
  height: 100%;
  background-image: url(../images/home_past_deco.png);
  background-size: contain;
  background-position: center;
  background-repeat: repeat;
  background-attachment: fixed;
  z-index: -1;
  opacity: 0.2;
  pointer-events: none;
}
.aboutArea .decoTextBox {
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 1490px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 1180px) {
  .aboutArea .decoTextBox {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 480px) {
  .aboutArea .decoTextBox {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.aboutArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  position: relative;
  z-index: 3;
}
@media (max-width: 1280px) {
  .aboutArea .wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 768px) {
  .aboutArea .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
    max-width: 475px;
  }
}
@media (max-width: 640px) {
  .aboutArea .wrap {
    margin-bottom: 10%;
  }
}
@media (max-width: 480px) {
  .aboutArea .wrap {
    margin-bottom: 20%;
  }
}
.aboutArea .leftBox {
  width: 100%;
  max-width: 470px;
  padding-top: 5.5%;
}
@media (max-width: 1180px) {
  .aboutArea .leftBox {
    width: 100%;
    max-width: 100%;
    padding-top: 0;
  }
}
.aboutArea .titleBox {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .aboutArea .titleBox {
    margin-bottom: 30px;
  }
}
.aboutArea .textEditor {
  letter-spacing: 0.75px;
}
@media (max-width: 1180px) {
  .aboutArea .rightBox {
    width: 100%;
    max-width: 100%;
    padding-top: 0;
  }
}
.aboutArea .dataBox {
  width: 100%;
  max-width: 475px;
}
.aboutArea .item .Img {
  padding: 5px 0;
  width: 100%;
  position: relative;
  z-index: 4;
}
.aboutArea .item .Img::after {
  content: "";
  position: absolute;
  aspect-ratio: 1/1;
  height: auto;
  width: 90px;
  background-color: #ad2929;
  top: 0;
  right: -5px;
  z-index: 3;
}
.aboutArea .item .Img::before {
  content: "";
  position: absolute;
  aspect-ratio: 1/1;
  height: auto;
  width: 150px;
  background-color: #ad2929;
  bottom: 0;
  left: -5px;
  z-index: 3;
}
.aboutArea .item .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: relative;
  z-index: 4;
}
.aboutArea .item .Txt {
  padding-top: 5px;
}
.aboutArea .item .Txt .title {
  margin-left: auto;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1.5px;
  line-height: 1.2;
  padding-left: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.aboutArea .item .Txt .title::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 18px;
  background-color: #ad2929;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.aboutArea .mapArea {
  position: absolute;
  inset: 0;
  z-index: 2;
  margin: 0 auto;
  width: 100%;
  max-width: 1530px;
  padding: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 1180px) {
  .aboutArea .mapArea {
    position: static;
    height: 430px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .aboutArea .mapArea {
    height: 300px;
  }
}
@media (max-width: 480px) {
  .aboutArea .mapArea {
    height: 100%;
  }
}
.aboutArea .mapArea .mapBox {
  width: 100%;
  position: relative;
}
.aboutArea .mapArea .mapBox img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .aboutArea .mapArea .mapBox img {
    aspect-ratio: 3/2;
    height: auto;
  }
}
.aboutArea .pointBox {
  position: absolute;
  bottom: 60.5%;
  left: 47.5%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
}
.aboutArea .pointBox .point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.aboutArea .pointBox .point .text {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90px;
  height: 90px;
  background-color: #ad2929;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 350;
  letter-spacing: 1px;
  line-height: 1.2;
  position: relative;
}
.aboutArea .pointBox .point .text::after {
  content: "";
  position: absolute;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border-radius: 50%;
  border: 1px solid #fff;
  opacity: 0.5;
}
.aboutArea .pointBox .point .text::before {
  content: "";
  position: absolute;
  aspect-ratio: 1/1;
  height: auto;
  width: calc(100% + 10px);
  background-color: #ad2929;
  border-radius: 50%;
  z-index: -1;
  opacity: 0.5;
  pointer-events: none;
  -webkit-animation: historyAni 1.5s ease-in-out infinite;
          animation: historyAni 1.5s ease-in-out infinite;
}
.aboutArea .pointBox .point .line {
  width: 1px;
  height: 50px;
  background-color: #fff;
}
.aboutArea .pointBox .point .line::after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.aboutArea .pointBox .point .line::before {
  content: "";
  position: absolute;
  background-color: #ad2929;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: calc(100% - 8px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

.ceoArea {
  background-image: url(../images/ceo.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0 90px;
}
@media (max-width: 768px) {
  .ceoArea {
    padding: 50px 0 40px;
    background-image: none;
    background-color: #252525;
  }
}
.ceoArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ceoArea .Img.mobile {
  width: 100%;
}
@media (min-width: 769px) {
  .ceoArea .Img.mobile {
    display: none;
  }
}
.ceoArea .Img.mobile img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.ceoArea .infoArea {
  width: 50%;
  max-width: 650px;
  min-width: 460px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media (max-width: 768px) {
  .ceoArea .infoArea {
    max-width: 100%;
    min-width: 100%;
    gap: 20px;
  }
}
.ceoArea .Txt {
  width: 100%;
  padding-top: 50px;
}
.ceoArea .titleBox {
  margin-bottom: 50px;
}
.ceoArea .titleBox .title {
  color: #fff;
}
.ceoArea .textEditor {
  letter-spacing: 0.95px;
}
.ceoArea .nameBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.ceoArea .nameBox .text {
  color: #fff;
  font-size: 14px;
  font-weight: 350;
  letter-spacing: 0.5px;
  line-height: 2.5;
  padding-right: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.ceoArea .nameBox .Img {
  width: 100%;
  max-width: 200px;
}
.ceoArea .nameBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.ceoArea .dataList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.ceoArea .dataItem {
  width: 33.33%;
}
.ceoArea .dataItem:last-child .item .title {
  border-right: 1px solid rgba(255, 255, 255, 0.7);
}
.ceoArea .item {
  width: 100%;
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.ceoArea .item .numBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2px;
  color: #c8aa7e;
}
.ceoArea .item .num {
  font-family: "Lato", "Noto Serif TC", serif;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 3.5px;
  line-height: 48px;
}
@media (max-width: 480px) {
  .ceoArea .item .num {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 3.5px;
    line-height: 36px;
  }
}
.ceoArea .item .type {
  font-size: 18px;
  font-weight: 350;
  letter-spacing: 0px;
  line-height: 35px;
}
.ceoArea .item .title {
  margin-top: 5px;
  color: #ad2929;
  border-left: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-weight: 350;
  letter-spacing: 1.5px;
  line-height: 1.2;
}

.historyArea {
  overflow: hidden;
  position: relative;
  min-height: 810px;
  padding: 90px 0;
}
@media (max-width: 1180px) {
  .historyArea {
    min-height: 640px;
    padding: 50px 0;
  }
}
.historyArea .decoTextBox {
  position: absolute;
  pointer-events: none;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
  z-index: -1;
}
@media (max-width: 1180px) {
  .historyArea .decoTextBox {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 480px) {
  .historyArea .decoTextBox {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1180px) {
  .historyArea .decoTextBox {
    display: none;
  }
}
.historyArea .decoTextBox img {
  position: absolute;
  top: 0;
  right: 7.5%;
  width: 680px;
}
.historyArea .bgBox {
  position: absolute;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.historyArea .bgBox img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.historyArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.historyArea .Txt {
  padding-top: 20px;
}
.historyArea .titleBox {
  margin: 0;
}
.historyArea .titleBox .title {
  color: #fff;
  line-height: 1.5;
}
.historyArea .dataBox.pc {
  position: absolute;
  inset: 0;
  bottom: 0;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media (max-width: 1180px) {
  .historyArea .dataBox.pc {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 480px) {
  .historyArea .dataBox.pc {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .historyArea .dataBox.pc {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.historyArea .dataBox.pc .dataList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media (min-width: 769px) {
  .historyArea .dataBox.pc .dataList {
    padding-bottom: 70px;
    z-index: 2;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0;
    width: 1920px;
    height: 540px;
    z-index: 2;
  }
}
@media (max-width: 1490px) {
  .historyArea .dataBox.pc .dataList {
    height: 510px;
  }
}
@media (max-width: 1180px) {
  .historyArea .dataBox.pc .dataList {
    height: 390px;
  }
}
@media (max-width: 768px) {
  .historyArea .dataBox.pc .dataList {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 640px) {
  .historyArea .dataBox.pc .dataList {
    display: none;
  }
}
.historyArea .dataBox.mobile .dataList {
  padding: 50px 0;
}
@media (min-width: 641px) {
  .historyArea .dataBox.mobile .dataList {
    height: auto;
    display: none;
  }
}
.historyArea .waveBox {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1920px;
  height: 352px;
  z-index: 1;
}
@media (max-width: 1180px) {
  .historyArea .waveBox {
    height: 220px;
  }
}
.historyArea .waveBox img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.historyArea .waveBox .wave2 {
  position: absolute;
  bottom: 30%;
  width: 100%;
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.historyArea .dataList {
  position: relative;
  z-index: 3;
}
.historyArea .dataItem:nth-child(2n) .item .title::before {
  content: "";
  position: absolute;
  -webkit-animation: historyAni 1.5s 0.35s ease-in-out infinite;
          animation: historyAni 1.5s 0.35s ease-in-out infinite;
}
@media (min-width: 769px) {
  .historyArea .dataItem {
    position: absolute;
    offset-path: path("M1 349.269L1922 351V5.70309C1816.4 -4.6865 1697.9 -4.70857 1564.48 79.5024C1469.37 139.532 1449.53 266.341 1248.57 266.341C956.925 266.341 994.61 96.4878 792.265 96.4878C607.582 96.4878 555.219 223.378 396.131 223.378C213.29 223.378 213.162 55.9078 1 57.5214V349.269Z");
    offset-rotate: 0deg;
    offset-distance: var(--offset-distance, 71.5%);
  }
  .historyArea .dataItem:nth-child(1) {
    --offset-distance: 71.5%;
  }
  .historyArea .dataItem:nth-child(2) {
    --offset-distance: 65%;
  }
  .historyArea .dataItem:nth-child(3) {
    --offset-distance: 58%;
  }
}
@media (min-width: 769px) and (max-width: 1490px) {
  .historyArea .dataItem:nth-child(1) {
    --offset-distance: 70%;
  }
  .historyArea .dataItem:nth-child(2) {
    --offset-distance: 64%;
  }
}
@media (min-width: 769px) and (max-width: 1380px) {
  .historyArea .dataItem:nth-child(1) {
    --offset-distance: 72%;
  }
  .historyArea .dataItem:nth-child(2) {
    --offset-distance: 66%;
  }
  .historyArea .dataItem:nth-child(3) {
    --offset-distance: 60%;
  }
}
@media (min-width: 769px) and (max-width: 1180px) {
  .historyArea .dataItem:nth-child(1) {
    --offset-distance: 77%;
  }
  .historyArea .dataItem:nth-child(2) {
    --offset-distance: 72%;
  }
  .historyArea .dataItem:nth-child(3) {
    --offset-distance: 67%;
  }
}
@media (max-width: 768px) {
  .historyArea .dataItem:nth-child(2) {
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
  }
}
.historyArea .item {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.historyArea .item .title {
  aspect-ratio: 1/1;
  height: auto;
  width: 145px;
  background-color: #ad2929;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 350;
  letter-spacing: 1.5px;
  line-height: 1.2;
  position: relative;
}
@media (max-width: 1490px) {
  .historyArea .item .title {
    width: 120px;
    font-size: 16px;
    font-weight: 350;
    letter-spacing: 1.5px;
    line-height: 1.4;
  }
}
.historyArea .item .title::before {
  content: "";
  position: absolute;
  aspect-ratio: 1/1;
  height: auto;
  width: calc(100% + 30px);
  background-color: #ad2929;
  border-radius: 50%;
  z-index: -1;
  opacity: 0.5;
  pointer-events: none;
  -webkit-animation: historyAni 1.5s ease-in-out infinite;
          animation: historyAni 1.5s ease-in-out infinite;
}
.historyArea .item .line {
  width: 2px;
  height: 230px;
  background-color: #ad2929;
  position: relative;
}
@media (max-width: 1490px) {
  .historyArea .item .line {
    height: 200px;
  }
}
@media (max-width: 1180px) {
  .historyArea .item .line {
    height: 90px;
  }
}
@media (max-width: 768px) {
  .historyArea .item .line {
    display: none;
  }
}
.historyArea .item .line::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #c8aa7e;
  border-radius: 50%;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
}
.historyArea .item .line::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #c8aa7e;
  border-radius: 50%;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
}

.futureArea {
  position: relative;
  overflow: hidden;
}
.futureArea::after {
  content: "";
  position: absolute;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  max-width: 340px;
  height: 100%;
  background-image: url(../images/home_past_deco.png);
  background-size: contain;
  background-position: center;
  background-repeat: repeat;
  background-attachment: fixed;
  z-index: 1;
  opacity: 0.2;
  pointer-events: none;
}
.futureArea .wrap {
  max-width: 100%;
  padding: 0;
}
.futureArea .dataBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .futureArea .dataBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.futureArea .Img {
  width: 100%;
  max-width: 1100px;
}
.futureArea .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 1680px) {
  .futureArea .Img img {
    height: 640px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 768px) {
  .futureArea .Img img {
    aspect-ratio: 3/2;
    height: auto;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.futureArea .Txt {
  padding: 80px;
  padding-top: 6.8%;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1280px) {
  .futureArea .Txt {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    padding: 60px;
  }
}
@media (max-width: 480px) {
  .futureArea .Txt {
    padding: 30px;
  }
}
.futureArea .decoTextBox {
  bottom: 30px;
  z-index: -1;
}
.futureArea .decoTextBox .decoText {
  letter-spacing: 7px;
}
.futureArea .infoBox {
  width: 100%;
  max-width: 490px;
}
@media (max-width: 1280px) {
  .futureArea .infoBox {
    min-width: 390px;
  }
}
@media (max-width: 768px) {
  .futureArea .infoBox {
    max-width: 100%;
    min-width: 100%;
  }
}
.futureArea .titleBox .title {
  line-height: 1.5;
}
.futureArea .textEditor {
  letter-spacing: 0.85px;
}