.historyArea .topBox .ClassDataBox .item .title, .historyArea .topBox .ClassDataBox .item, .globalArea .dataItem, .globalArea .dataList::before, .visionsArea .item .Txt .num {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.contentBox .wrap {
  width: 100%;
  max-width: 1650px;
  margin: 0 auto;
  padding-left: 70px;
  padding-right: 70px;
  position: relative;
  z-index: 3;
}
@media (max-width: 1180px) {
  .contentBox .wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .contentBox .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.companyArea {
  overflow: hidden;
}
@media (max-width: 1720px) {
  .companyArea {
    padding-bottom: 30px;
  }
}
.companyArea .wrap {
  width: 100%;
  max-width: 1750px;
  margin: 0 auto;
  padding-left: 70px;
  padding-right: 70px;
  position: relative;
  z-index: 3;
}
@media (max-width: 1180px) {
  .companyArea .wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .companyArea .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1181px) {
  .companyArea .titleBox .text {
    max-width: 1000px;
    margin: 0 auto;
    letter-spacing: 0.5px;
    padding-top: 30px;
  }
}
.companyArea .dataBox {
  padding-top: 20px;
  position: relative;
  margin-bottom: 50px;
}
.companyArea .dataBox .slick-dots {
  bottom: -50px;
}
.companyArea .slick-list {
  overflow: visible;
}
.companyArea .slick-slide:first-child .Txt {
  border-left: 1px solid #ccc;
}
.companyArea .dataItem.even .dataTitleBox {
  top: auto;
  bottom: 0px;
}
.companyArea .dataItem.even .title::before {
  content: "";
  position: absolute;
  bottom: auto;
  top: 8px;
}
.companyArea .dataItem.even .Txt {
  background-color: #f2f2f2;
}
.companyArea .dataItem.even .Txt::after {
  border-left: 40px solid #f2f2f2;
}
.companyArea .item {
  min-width: 260px;
  padding: 65px 0;
  position: relative;
}
.companyArea .item .dataTitleBox {
  position: absolute;
  top: 0;
}
.companyArea .item .title {
  position: relative;
  font-family: "Oswald", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 60px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 60px;
  padding-left: 15px;
  padding-left: 55px;
}
.companyArea .item .title::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #cc151c;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  left: 40px;
  bottom: 2px;
  pointer-events: none;
}
.companyArea .item .Txt {
  margin: 20px 0;
  padding: 30px 0;
  border: 1px solid #ccc;
  border-right: none;
  border-left: none;
  position: relative;
  background-color: #fff;
}
.companyArea .item .Txt::before {
  content: "";
  position: absolute;
  top: -1px;
  right: -41px;
  width: 0;
  height: 0;
  border-top: 74px solid transparent;
  border-bottom: 74px solid transparent;
  border-left: 41px solid #ccc;
  z-index: 1;
  pointer-events: none;
}
.companyArea .item .Txt::after {
  content: "";
  position: absolute;
  top: 0;
  right: -40px;
  width: 0;
  height: 0;
  border-top: 73px solid transparent;
  border-bottom: 73px solid transparent;
  border-left: 40px solid #fff;
  z-index: 1;
  pointer-events: none;
}
.companyArea .item .Txt .textEditor {
  max-width: 205px;
  margin-left: auto;
  line-height: 28px;
  height: 84px;
  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;
}

.introArea {
  padding: 30px 0 130px;
}
.visionsArea {
  padding: 80px 0 30px;
  position: relative;
}
.visionsArea::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 540px;
  background-image: url(../images/custom_about_visions_bg.jpg);
  background-size: cover;
  background-position: center center;
  top: 0;
  pointer-events: none;
}
.visionsArea .titleBox .decoTitle {
  color: #fff;
}
.visionsArea .titleBox .title {
  color: #fff;
}
.visionsArea .titleBox .text {
  color: #fff;
  letter-spacing: 0.5px;
}
.visionsArea .dataBox {
  position: relative;
  margin: 0 -25px;
  margin-bottom: 80px;
}
@media (max-width: 1366px) {
  .visionsArea .dataBox {
    margin: 0 -15px;
    margin-bottom: 80px;
  }
}
.visionsArea .dataBox .slick-dots {
  bottom: -80px;
}
.visionsArea .dataItem {
  cursor: pointer;
  padding: 0 25px;
}
@media (max-width: 1366px) {
  .visionsArea .dataItem {
    padding: 0 15px;
  }
}
@media (min-width: 1181px) {
  .visionsArea .dataItem:hover .Txt .num {
    color: #cc151c;
  }
}
.visionsArea .item {
  max-width: 340px;
  margin: 0 auto;
}
.visionsArea .item .Img {
  width: 100%;
}
.visionsArea .item .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.visionsArea .item .Txt {
  background-color: #fafafa;
  border-bottom: 3px solid #cc151c;
  padding: 50px 30px;
}
@media (max-width: 1366px) {
  .visionsArea .item .Txt {
    padding: 30px 20px;
  }
}
.visionsArea .item .Txt .num {
  text-align: center;
  font-family: "Oswald", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 60px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 1;
  margin-bottom: 30px;
}
@media (max-width: 1180px) {
  .visionsArea .item .Txt .num {
    font-size: 48px;
    margin-bottom: 20px;
  }
}
.visionsArea .item .Txt .title {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 1.1px;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 40px;
}
@media (max-width: 1180px) {
  .visionsArea .item .Txt .title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.visionsArea .item .Txt .text {
  color: #666666;
  line-height: 28px;
  height: 120px;
}

.expArea {
  padding: 20px 0 120px;
}

.globalArea {
  padding: 150px 0 160px;
  background-image: url(../images/custom_about_global_bg.jpg);
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
.globalArea .wrap {
  width: 100%;
  max-width: 1750px;
  margin: 0 auto;
  padding-left: 70px;
  padding-right: 70px;
  position: relative;
}
@media (max-width: 1180px) {
  .globalArea .wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .globalArea .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1181px) {
  .globalArea .leftBox {
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 1750px;
    margin: 0 auto;
    padding-left: 70px;
    padding-right: 70px;
    z-index: 1;
  }
}
@media (min-width: 1181px) and (max-width: 1180px) {
  .globalArea .leftBox {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1181px) and (max-width: 768px) {
  .globalArea .leftBox {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1181px) {
  .globalArea .leftBox .titleBox {
    width: 400px;
    padding-right: 40px;
    padding-left: 50px;
    padding-top: 70px;
  }
}
@media (min-width: 1181px) and (max-width: 1680px) {
  .globalArea .leftBox .titleBox {
    width: 350px;
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (min-width: 1181px) and (max-width: 1440px) {
  .globalArea .leftBox .titleBox {
    width: 300px;
  }
}
@media (max-width: 1180px) {
  .globalArea .leftBox .titleBox {
    text-align: center;
  }
}
.globalArea .rightBox {
  width: 100%;
  position: relative;
  z-index: 3;
}
.globalArea .rightBox .classArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (min-width: 1181px) {
  .globalArea .rightBox .classArea::before {
    content: "";
    position: absolute;
    position: relative;
    width: 400px;
    height: 100%;
    pointer-events: none;
  }
}
@media (min-width: 1181px) and (max-width: 1680px) {
  .globalArea .rightBox .classArea::before {
    width: 350px;
  }
}
@media (min-width: 1181px) and (max-width: 1440px) {
  .globalArea .rightBox .classArea::before {
    width: 300px;
  }
}
@media (max-width: 1180px) {
  .globalArea .rightBox .classArea {
    width: 100%;
    max-width: 200px;
  }
}
.globalArea .rightBox .classArea .classBox {
  margin-bottom: 50px;
}
@media (max-width: 1180px) {
  .globalArea .rightBox .classArea .classBox {
    width: 100%;
  }
}
@media (max-width: 1180px) {
  .globalArea .rightBox .classArea .classCurrent {
    width: 100%;
  }
}
@media (max-width: 1180px) {
  .globalArea .rightBox .classArea .classLink {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 0fr;
    grid-template-rows: 0fr;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: grid-template-rows 0.3s ease, opacity 0.3s ease;
    transition: grid-template-rows 0.3s ease, opacity 0.3s ease;
    transition: grid-template-rows 0.3s ease, opacity 0.3s ease, -ms-grid-rows 0.3s ease;
  }
  .globalArea .rightBox .classArea .classLink.open {
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    opacity: 1;
  }
  .globalArea .rightBox .classArea .classLink .classLinkList {
    overflow: hidden;
  }
}
@media (min-width: 1181px) {
  .globalArea .rightBox .classArea .classLink .classLinkList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.globalArea .dataBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.globalArea .dataBox.hide {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1180px) {
  .globalArea .dataBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.globalArea .dataBox .slick-list {
  padding-right: 1px;
}
.globalArea .dataBox .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.globalArea .dataBox .slick-slide {
  height: auto !important;
}
.globalArea .dataBox .slick-slide > div {
  height: 100%;
}
.globalArea .dataBox .slick-slide .dataItem {
  height: 100%;
}
.globalArea .dataBox .slick-slide .item {
  height: 100%;
}
.globalArea .controlBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 400px;
  padding: 70px 50px;
  margin-top: auto;
}
@media (max-width: 1680px) {
  .globalArea .controlBlock {
    width: 350px;
    padding: 70px 30px;
  }
}
@media (max-width: 1440px) {
  .globalArea .controlBlock {
    width: 300px;
  }
}
@media (max-width: 1180px) {
  .globalArea .controlBlock {
    width: 100%;
    padding: 30px 0 0 0;
  }
}
.globalArea .controlBlock .arrowBox {
  padding: 0;
}
.globalArea .controlBlock .arrowBox :not(.slick-hidden):last-child {
  margin-right: 25px;
}
.globalArea .dataList {
  width: calc(100% - 400px);
}
@media (max-width: 1680px) {
  .globalArea .dataList {
    width: calc(100% - 350px);
  }
}
@media (max-width: 1440px) {
  .globalArea .dataList {
    width: calc(100% - 300px);
  }
}
@media (max-width: 1180px) {
  .globalArea .dataList {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
  }
}
.globalArea .dataList::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url(../images/global_plus_deco.svg);
  background-size: contain;
  background-repeat: no-repeat;
  top: -15px;
  left: -15px;
  z-index: 3;
  pointer-events: none;
}
.globalArea .dataItem {
  border: 1px solid #ccc;
  min-height: 460px;
}
@media (min-width: 1181px) {
  .globalArea .dataItem {
    height: 460px;
  }
}
@media (min-width: 1181px) {
  .globalArea .dataItem:hover {
    background-color: #fff;
  }
}
.globalArea .item {
  padding: 50px 30px;
  height: 100%;
}
@media (max-width: 480px) {
  .globalArea .item {
    padding: 30px 20px;
  }
}
.globalArea .item .topBox {
  padding-bottom: 20px;
  border-bottom: 2px solid #ccc;
  position: relative;
}
.globalArea .item .topBox::after {
  content: "";
  position: absolute;
  width: 85px;
  height: 2px;
  background-color: #cc151c;
  left: 0;
  bottom: -2px;
  pointer-events: none;
}
.globalArea .item .topBox .title {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 1.1px;
  line-height: 1.2;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 480px) {
  .globalArea .item .topBox .title {
    font-size: 20px;
  }
}
.globalArea .item .topBox .subtitle {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.7px;
  line-height: 1.5;
  color: #666666;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.globalArea .item .Txt {
  margin-top: 25px;
}
@media (min-width: 1181px) {
  .globalArea .item .Txt {
    overflow-x: hidden;
    overflow-y: auto;
    height: calc(100% - 80px - 25px);
  }
  .globalArea .item .Txt::-webkit-scrollbar-track {
    background-color: transparent;
  }
  .globalArea .item .Txt::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: transparent;
  }
  .globalArea .item .Txt::-webkit-scrollbar-thumb {
    background: #aaa;
    border-radius: 10px;
  }
}
.historyArea {
  padding: 120px 75px 85px;
}
@media (max-width: 1440px) {
  .historyArea {
    padding: 120px 60px 85px;
  }
}
@media (max-width: 640px) {
  .historyArea {
    padding: 120px 30px 85px;
  }
}
@media (max-width: 540px) {
  .historyArea {
    padding: 100px 0px 70px;
  }
}
.historyArea .wrap {
  width: 100%;
  max-width: 1510px;
  margin: 0 auto;
  padding-left: 70px;
  padding-right: 70px;
}
@media (max-width: 1180px) {
  .historyArea .wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .historyArea .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.historyArea .titleBox {
  margin-bottom: 90px;
}
@media (max-width: 640px) {
  .historyArea .titleBox {
    margin-bottom: 60px;
  }
}
.historyArea .topBox {
  position: relative;
  width: 100%;
}
.historyArea .topBox .controlBlock {
  position: absolute;
  height: 100%;
  width: calc(100% + 140px);
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1440px) {
  .historyArea .topBox .controlBlock {
    width: calc(100% + 110px);
  }
}
@media (max-width: 640px) {
  .historyArea .topBox .controlBlock {
    position: static;
    width: 100%;
    -webkit-transform: none;
            transform: none;
    margin-bottom: 50px;
  }
}
.historyArea .topBox .controlBlock .arrowBox {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 0;
}
@media (max-width: 640px) {
  .historyArea .topBox .controlBlock .arrowBox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.historyArea .topBox .ClassDataBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.historyArea .topBox .ClassDataBox .classList {
  width: 860px;
  padding: 16px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .historyArea .topBox .ClassDataBox .classList {
    padding: 11px;
    width: 720px;
  }
}
@media (max-width: 1210px) {
  .historyArea .topBox .ClassDataBox .classList {
    width: 547px;
  }
}
@media (max-width: 960px) {
  .historyArea .topBox .ClassDataBox .classList {
    width: 372px;
  }
}
@media (max-width: 768px) {
  .historyArea .topBox .ClassDataBox .classList {
    width: 197px;
  }
}
@media (max-width: 540px) {
  .historyArea .topBox .ClassDataBox .classList {
    width: calc(100% - 0px);
  }
}
.historyArea .topBox .ClassDataBox .classList .slick-list {
  overflow: visible;
}
.historyArea .topBox .ClassDataBox .slick-slide .item {
  opacity: 0;
}
@media (max-width: 540px) {
  .historyArea .topBox .ClassDataBox .slick-slide .item {
    opacity: 0.5;
  }
}
.historyArea .topBox .ClassDataBox .slick-slide.show .item {
  opacity: 1;
}
@media (max-width: 540px) {
  .historyArea .topBox .ClassDataBox .slick-slide.slick-current .item {
    opacity: 1;
  }
}
.historyArea .topBox .ClassDataBox .classItem {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.historyArea .topBox .ClassDataBox .classItem.current .item::before {
  border-color: #cc151c;
}
.historyArea .topBox .ClassDataBox .classItem.current .item .title {
  color: #cc151c;
}
.historyArea .topBox .ClassDataBox .item {
  max-width: 210px;
  padding: 45px;
  aspect-ratio: 1/1;
  position: relative;
  cursor: pointer;
}
@media (max-width: 1440px) {
  .historyArea .topBox .ClassDataBox .item {
    padding: 30px;
    max-width: 175px;
  }
}
.historyArea .topBox .ClassDataBox .item::before {
  content: "";
  position: absolute;
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  border-radius: 50%;
  border: 1px solid #ccc;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .historyArea .topBox .ClassDataBox .item::before {
    width: calc(100% + 15px);
    height: calc(100% + 15px);
  }
}
.historyArea .topBox .ClassDataBox .item .title {
  font-family: "Oswald", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 1.2;
  margin-bottom: 5px;
}
@media (max-width: 1180px) {
  .historyArea .topBox .ClassDataBox .item .title {
    font-size: 28px;
  }
}
.historyArea .topBox .ClassDataBox .item .text {
  color: #666666;
  line-height: 1.15;
  letter-spacing: -0.5px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .historyArea .topBox .ClassDataBox .item .text {
    line-height: 1.2;
  }
}
@media (min-width: 1181px) {
  .historyArea .topBox .ClassDataBox .item:hover::before {
    border-color: #cc151c;
  }
  .historyArea .topBox .ClassDataBox .item:hover .title {
    color: #cc151c;
  }
}
.historyArea .topBox .ClassDataBox .nowBox {
  width: calc(100% - 860px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1440px) {
  .historyArea .topBox .ClassDataBox .nowBox {
    width: calc(100% - 720px);
  }
}
@media (max-width: 1210px) {
  .historyArea .topBox .ClassDataBox .nowBox {
    width: calc(100% - 547px);
  }
}
@media (max-width: 960px) {
  .historyArea .topBox .ClassDataBox .nowBox {
    width: calc(100% - 372px);
  }
}
@media (max-width: 768px) {
  .historyArea .topBox .ClassDataBox .nowBox {
    width: calc(100% - 197px);
  }
}
@media (max-width: 540px) {
  .historyArea .topBox .ClassDataBox .nowBox {
    display: none;
  }
}
.historyArea .topBox .ClassDataBox .nowBox .classItem {
  pointer-events: none;
  padding: 0 15px;
}
@media (max-width: 1440px) {
  .historyArea .topBox .ClassDataBox .nowBox .classItem {
    padding: 0 6px;
  }
}
@media (max-width: 540px) {
  .historyArea .topBox .ClassDataBox .nowBox .classItem {
    display: none;
  }
}
.historyArea .topBox .ClassDataBox .nowBox .decoBox {
  position: relative;
  width: 100%;
}
.historyArea .topBox .ClassDataBox .nowBox .decoBox::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
.historyArea .topBox .ClassDataBox .nowBox .decoBox::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  top: 50%;
  left: 40%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  pointer-events: none;
}
@media (max-width: 768px) {
  .historyArea .topBox .ClassDataBox .nowBox .decoBox::after {
    left: calc(50% - 6px);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
}
@media (max-width: 540px) {
  .historyArea .topBox .ClassDataBox .nowBox .decoBox::after {
    left: auto;
    right: 0;
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
  }
}
.historyArea .bottomBox {
  margin-top: 55px;
  position: relative;
}
@media (max-width: 540px) {
  .historyArea .bottomBox {
    margin-top: 50px;
  }
}
.historyArea .bottomBox .lineCenter {
  position: absolute;
  width: 1px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(10%, #cc151c), color-stop(90%, #cc151c), to(transparent));
  background: linear-gradient(to bottom, transparent 0%, #cc151c 10%, #cc151c 90%, transparent 100%);
  left: 50%;
  top: -55px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.historyArea .bottomBox .dataBox {
  max-width: 1110px;
  margin: 0 auto;
  padding: 30px 50px;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.historyArea .bottomBox .dataBox.hide {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1180px) {
  .historyArea .bottomBox .dataBox {
    padding: 30px 20px;
  }
}
@media (max-width: 540px) {
  .historyArea .bottomBox .dataBox {
    padding: 30px 0;
  }
}
.historyArea .bottomBox .dataList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  position: relative;
}
.historyArea .bottomBox .dataList::before {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(120% + 0px);
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(10%, #ccc), color-stop(90%, #ccc), to(transparent));
  background: linear-gradient(to bottom, transparent 0%, #ccc 10%, #ccc 90%, transparent 100%);
  top: -5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
}
@media (max-width: 960px) {
  .historyArea .bottomBox .dataList {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 50px;
  }
}
.historyArea .bottomBox .dataItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-right: 50px;
}
@media (max-width: 960px) {
  .historyArea .bottomBox .dataItem {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 415px;
    margin-left: auto;
    margin-right: auto;
  }
}
.historyArea .bottomBox .dataItem.even {
  -webkit-transform: translateY(35%);
          transform: translateY(35%);
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 0;
  margin-left: 50px;
}
@media (max-width: 960px) {
  .historyArea .bottomBox .dataItem.even {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
}
.historyArea .bottomBox .dataItem.even .item .Img {
  border-left: none;
  border-right: 3px solid #cc151c;
}
.historyArea .bottomBox .dataItem.even .decoBox {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  right: auto;
  left: -55px;
}
@media (max-width: 960px) {
  .historyArea .bottomBox .dataItem.even .decoBox {
    left: auto;
    top: -5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.historyArea .bottomBox .dataItem:has(.Img) {
  background-color: transparent;
}
.historyArea .bottomBox .dataItem:has(.Img) .decoBox {
  aspect-ratio: 410/250;
  top: 0;
  -webkit-transform: none;
          transform: none;
  z-index: 3;
}
.historyArea .bottomBox .decoBox {
  max-width: 415px;
  width: 100%;
  position: absolute;
  top: 50%;
  right: -55px;
  pointer-events: none;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 960px) {
  .historyArea .bottomBox .decoBox {
    right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    top: -5px;
  }
}
.historyArea .bottomBox .decoBox .line {
  width: 180px;
  height: 1px;
  background-color: #cc151c;
}
@media (max-width: 1440px) {
  .historyArea .bottomBox .decoBox .line {
    width: 150px;
  }
}
@media (max-width: 960px) {
  .historyArea .bottomBox .decoBox .line {
    display: none;
  }
}
.historyArea .bottomBox .decoBox .dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #cc151c;
}
@media (max-width: 960px) {
  .historyArea .bottomBox .decoBox .dot {
    display: none;
  }
}
.historyArea .bottomBox .item {
  max-width: 415px;
}
.historyArea .bottomBox .item .Img {
  width: 100%;
  border-left: 3px solid #cc151c;
}
.historyArea .bottomBox .item .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.historyArea .bottomBox .item .Txt {
  padding: 30px 5px;
  background-color: white;
  position: relative;
  z-index: 2;
}
.historyArea .bottomBox .item .Txt .title {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 1.1px;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.historyArea .bottomBox .item .Txt .text {
  color: #666666;
  line-height: 28px;
  margin-top: 15px;
}