/* CSS Document */
.mainArea {
  padding-bottom: 0;
  background-color: #f9f9f9;
}

@media (min-width: 961px) {
  .mainTxt {
    padding: 30px 0 50px;
  }
}
@media (min-width: 641px) and (max-width: 960px) {
  .mainTxt {
    padding: 20px 0 40px;
  }
}
@media (max-width: 640px) {
  .mainTxt {
    padding: 0 0 40px;
  }
}

.layoutBox {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 1181px) {
  .layoutBox {
    padding: 80px 0;
  }
}
@media (min-width: 641px) and (max-width: 1180px) {
  .layoutBox {
    padding: 60px 0;
  }
}
@media (max-width: 640px) {
  .layoutBox {
    padding: 35px 0;
  }
}
@media (min-width: 641px) and (max-width: 1050px) {
  .layoutBox .redCircleBox {
    width: 100% !important;
  }
}
@media (min-width: 641px) {
  .layoutBox .redCircleBox {
    display: flex;
    margin-bottom: 20px;
  }
  .layoutBox .redCircleBox .Img {
    flex-shrink: 0;
  }
}
.layoutBox .redCircleBox .Img {
  position: relative;
  overflow: hidden;
}
@media (min-width: 641px) {
  .layoutBox .redCircleBox .Img {
    width: 170px;
    height: 170px;
    margin-right: 20px !important;
  }
}
@media (max-width: 640px) {
  .layoutBox .redCircleBox .Img {
    display: block;
    width: 120px;
    height: 120px;
    float: none !important;
    margin: 0 auto 20px !important;
  }
}
.layoutBox .redCircleBox .Img img {
  position: absolute;
  left: 0;
  width: 100%;
  height: auto !important;
  object-fit: unset !important;
}
@media (min-width: 641px) {
  .layoutBox .redCircleBox .Img img {
    top: 0;
  }
}
@media (max-width: 640px) {
  .layoutBox .redCircleBox .Img img {
    bottom: 0;
  }
}
@media (min-width: 641px) {
  .layoutBox .redCircleBox:hover .Img img {
    top: auto;
    bottom: 0;
  }
}
@media (max-width: 640px) {
  .layoutBox .redCircleBox .Txt {
    text-align: center;
  }
}
.layoutBox .timelineList {
  position: relative;
}
.layoutBox .timelineList::before {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: calc(100% - 10px);
  background-color: #e51513;
}
@media (min-width: 641px) {
  .layoutBox .timelineList::before {
    left: 50%;
  }
}
@media (max-width: 640px) {
  .layoutBox .timelineList::before {
    left: 0;
  }
}
.layoutBox .timelineList .contentBuilder .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 501px) {
  .layoutBox .timelineList .contentBuilder .column {
    padding-left: 45px;
  }
}
@media (max-width: 500px) {
  .layoutBox .timelineList .contentBuilder .column {
    padding-left: 35px;
  }
}
.layoutBox .timelineList li {
  position: relative;
}
@media (min-width: 961px) {
  .layoutBox .timelineList li {
    margin-bottom: 30px;
  }
}
@media (max-width: 960px) {
  .layoutBox .timelineList li {
    margin-bottom: 10px;
  }
}
.layoutBox .timelineList li::before {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #e51513;
}
@media (min-width: 641px) {
  .layoutBox .timelineList li::before {
    top: 50%;
    left: calc(50% - 20px);
    width: 40px;
  }
}
@media (max-width: 640px) {
  .layoutBox .timelineList li::before {
    top: 50px;
    left: -15px;
    width: 30px;
  }
}
.layoutBox .timelineList li::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #f4f4f4, 0 0 0 5px #e51513;
  background-color: #e51513;
}
@media (min-width: 641px) {
  .layoutBox .timelineList li::after {
    top: calc(50% - 4px);
    left: calc(50% - 4px);
  }
}
@media (max-width: 640px) {
  .layoutBox .timelineList li::after {
    top: calc(50px - 4px);
    left: -4px;
  }
}
@media (min-width: 641px) {
  .layoutBox .timelineList li .imgFull {
    order: -1;
  }
}
@media (min-width: 641px) {
  .layoutBox .timelineList li .contentBuilder .column.imgFull {
    padding-left: 1rem;
    padding-right: 40px;
  }
}
/*@media (min-width: 641px) {
  .layoutBox .timelineList li:nth-child(even) .contentBuilder .column:not(.imgFull) {
    padding-left: 1rem;
    padding-right: 40px;
    text-align: right;
  }
}
@media (min-width: 641px) {
  .layoutBox .timelineList li:nth-child(even) .contentBuilder .column.imgFull {
    padding-left: 40px;
  }
}*/