body {
  overflow: hidden;
  font-family: "Pretendard";
  font-size: 18px;
  /*  */
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

@media (max-width: 576px) or (orientation: portrait) {
  body {
    font-size: clamp(16px, 3vw, 40px);
  }
}

@media (max-width: 1000px) and (orientation: landscape) {
  body {
    font-size: 14px;
  }
}

h1 {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

nav {
  display: flex;
  position: fixed;
  width: 100%;
  z-index: 10;
  top: 0;
  justify-content: center;
  padding: 2em;

  top: 0;
  li {
    font-size: 1.2em;
    text-align: center;
    padding: 5px 20px;
    display: inline-block;
    color: #fff;
  }
}

.img-fluid {
  max-width: 100%;
}

.only_mo {
  display: none;
}

.only_pc {
  display: block;
}

@media (max-width: 900px) or (orientation: portrait) {
  .only_mo {
    display: block;
  }
  .only_pc {
    display: none;
  }
}
/* 문 스타일 */
.door {
  position: fixed;
  top: 0;
  width: 50vw;
  height: 100vh;
  z-index: 20;
}

.left-door {
  left: 0;
  /* box-shadow: 15px 5px 12px rgba(0, 0, 0, 0.7); */
  background-image: url("../img/left-door.png");
  background-size: cover;
  background-position: 100% center;
}

.right-door {
  right: 0;
  /* box-shadow: -15px 0px 8px rgba(0, 0, 0, 0.5); */
  background-image: url("../img/right-door.png");
  background-size: cover;
  background-position: 0% center;
}

.calligraphy {
  img {
    width: 100%;
    margin: auto;
  }
  text-align: center;
}

/* style.css */
.calli_wrap img {
  opacity: 0; /* 처음에 이미지를 숨깁니다. */
  transform: scale(1.3); /* 이미지 크기를 130%로 설정 */
  filter: blur(10px); /* 흐림 효과 */
  transition: opacity 0.5s ease, transform 0.5s ease, filter 0.5s ease; /* 애니메이션 속도 설정 */
}

@media (max-width: 576px) or (orientation: portrait) {
  .calli_wrap img {
    display: block;
  }
  .calli-1 {
    width: 190px;
  }
  .calli-2 {
    width: 210px;
  }
  .calli-3 {
    width: 210px;
  }
}

@media (max-width: 1000px) and (orientation: landscape) {
  .calli_wrap img {
    display: inline-block;
  }
  .calli-1 {
    width: 27vw;
    height: fit-content;
  }
  .calli-2 {
    width: 28vw;
    height: fit-content;
  }
  .calli-3 {
    width: 30vw;
    padding-left: 15px;
    height: fit-content;
  }
}

/* 숨 쉬듯 위아래로 움직이고 크기 조절하는 애니메이션 */
@keyframes breatheAndMove {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-7px) scale(1.04); /* 위로 살짝 이동하고 확대 */
  }
}

/* 각 이미지에 적용 */
.calli_wrap {
  padding-bottom: 10px;
  overflow: hidden;
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 100%;
  text-align: center;
  align-items: center;
  display: flex;
  align-content: center;
  justify-content: center;
}
.calli-1 {
  animation: breatheAndMove 6s infinite ease-in-out;
  width: 25vw;
}

.calli-2 {
  animation: breatheAndMove 8s infinite ease-in-out;
  width: 27vw;
}

.calli-3 {
  animation: breatheAndMove 7s infinite ease-in-out;
  width: 29vw;
  padding-left: 1%;
}

@media (max-width: 576px) or (orientation: portrait) {
  .calli-1,
  .calli-2,
  .calli-3 {
    position: absolute;
  }
  .calli-1 {
    top: 5%;
    left: 20%;
    z-index: 4;
    width: 45vw;
    max-width: 300px;
  }

  .calli-2 {
    top: 30%;
    right: 20%;
    z-index: 5;
    width: 45vw;
    max-width: 300px;
  }

  .calli-3 {
    z-index: 6;
    left: 20%;
    top: 54%;
    width: 45vw;
    max-width: 320px;
  }
}

/**/
.voyager {
  opacity: 0;
  position: absolute;
  right: 3%;
  bottom: 4%;
  color: #fff;
  font-size: 12px;
  line-height: 1.6;
  opacity: 0.7;
  span {
    display: block;
    font-size: 0.8em;
    text-align: right;
  }
}
/* 배너 스타일 */
.video_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.background-video {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 비디오가 부모 요소를 꽉 채우도록 설정 */
}

@media (max-width: 576px) or (orientation: portrait) {
  .video_wrap {
    position: relative;
  }
  .background-video {
    height: 100vh;
  }
}

.content {
  padding: 20px 25px 20px 6%;
  width: 100%;
  position: relative;
  max-width: 800px;
}

@media (max-width: 1000px) and (orientation: landscape) {
  .content {
    padding: 15px;
  }
}

@media (max-width: 576px) or (orientation: portrait) {
  .content {
    padding: 10%;
    width: 100%;
    height: 100%;
    position: relative;
    min-width: 300px;
  }
}

h2.content_title {
  font-size: clamp(2rem, 9vw, 4rem);
  margin-top: 0;
}

@media (max-width: 576px) or (orientation: portrait) {
  h2.content_title {
    padding-bottom: 5px;
  }
}

@media (max-width: 1000px) and (orientation: landscape) {
  h2.content_title {
    font-size: 26px;
    padding-top: 5px;
  }
}

/*  */
.container {
  width: 100%;
  height: 100%;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.timeline {
  width: 100%;
  position: relative;
}
.year {
  width: auto;
  height: auto;
  text-align: center;
  opacity: 0.5;
  background: transparent;
  color: #616771;
  margin: 25px 20px !important;
  position: relative;

  line-height: 28px;
  font-weight: 400;
  outline: none;
  cursor: pointer;
}

.year.slick-current {
  font-weight: 700;
  color: #277eed;
  opacity: 1;
}
.year::before {
  content: "";
  position: absolute;
  top: 40px;
  left: calc(50% + 5px);
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #afc9f6;
  transition: 0.2s;
}

@media (max-width: 1000px) and (orientation: landscape) {
  .year {
    margin: 8px 13px !important;

    font-size: 16px;
  }

  .year::before {
    width: 6px;
    height: 6px;
    top: 25px;
    left: 50%;
  }
}

.year.slick-current::before {
  background-color: #3fe0f5;
}

.year.slick-current {
}
.year.slick-current::before {
}
.timeline-wrapper {
  position: relative;
  width: 100%;
  height: 70vh;
  margin-top: 20px;
}
@media (max-width: 576px) or (orientation: portrait) {
  .timeline-wrapper {
    margin: 2px auto;
  }
  .year {
    margin: 18px 15px !important;
  }
  .year::before {
    top: 28px;
    left: 64%;
  }
  .year.slick-current {
  }
}
.timeline-slider {
  height: 100%;
}
@media (max-width: 576px) or (orientation: portrait) {
  .timeline-slider {
    margin-top: 15px;
  }
}
.timeline .slick-list {
  height: 100%;
}

.timeline .slick-track {
  height: 100%;
}
.timeline-slide {
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;

  scroll-behavior: smooth; /* 스크롤 부드럽게 */

  -webkit-overflow-scrolling: touch; /* 모바일에서 스크롤 성능 향상 */

  height: calc(100vh - 250px);
}

@media (max-width: 576px) or (orientation: portrait) {
  .timeline-slide {
    height: calc(100vh - 270px);
  }
}
.timeline-slide:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.timeline-slide__content {
  z-index: 5;
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translate(-50%, 0px);
  padding: 13px 30px 10px 5px;
  opacity: 0;
  transition: opacity 1s;

  /* overflow-y: auto; */
  ul {
    margin-bottom: 20px;

    h3 {
      display: inline-block;
      background: #9cb6c9;
      color: #fff;
      padding: 2px 11px 1px;
      border-radius: 50px;
      margin-bottom: 8px;
      font-size: 1.03em;
    }
    li {
      padding-left: 2px;
      font-size: 0.92em;
    }
    @media (max-width: 576px) or (orientation: portrait) {
      li {
        padding-left: 2px;
      }
    }
  }
}

@media (max-width: 1000px) and (orientation: landscape) {
  .timeline-wrapper {
    margin: 3px auto;
  }

  .timeline-slide {
    height: calc(100vh - 160px);
  }

  .timeline-slide__content {
    padding: 13px 30px 10px 5px;

    font-size: 14px;
    /* overflow-y: auto; */
    ul {
      margin-bottom: 10px;

      h3 {
        margin-bottom: 3px;
        font-size: 1em;
      }
      li {
        padding-left: 10px;
        font-size: 0.92em;
      }
    }
  }
}
@media (max-width: 576px) or (orientation: portrait) {
  .timeline-slide__content {
    position: relative;
    width: 100%;
  }
}

.timeline .slick-current:after {
  background-color: rgba(0, 52, 113, 0);
}
.timeline .slick-current .timeline-year {
  opacity: 1;
}
.timeline .slick-current .timeline-slide__content {
  opacity: 1;
}

/*  */
.bg-opening {
  background-image: url(../img/calli-bg.jpg);
  background-position: right bottom;
  background-size: cover;
}

@media (max-width: 576px) or (orientation: portrait) {
  .bg-opening {
    background-image: url(../img/calli-bg-m.jpg);
    background-position: right bottom;
    background-size: cover;
  }
}

.mb-space {
  margin-bottom: 2em;
}
.border-right {
  border-right: 1px solid #eee;
}

@media (max-width: 576px) or (orientation: portrait) {
  .border-right {
    border-right: none;
  }
}

.opening,
.closing {
  overflow-x: hidden;
  justify-content: center;
  align-items: center;
}
.title-deco {
  font-size: 5em;
  color: #eee;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -2px;
  position: absolute;
  line-height: 0.95;
  z-index: -1;
  top: -10px;
}

@media (max-width: 576px) or (orientation: portrait) {
  .title-deco {
    font-size: 4em;
    color: #efefef;
    top: 0;
    left: 10%;
  }
}

@media (max-width: 1000px) and (orientation: landscape) {
  .title-deco {
    font-size: 3.5rem;
    color: #efefef;
    top: 0px;
  }
}
ul.history {
  li {
    line-height: 1.05;
    padding: 2px 0;
    strong {
      font-family: "ChivoMono";
      padding-right: 10px;
      font-size: 1.3em;
      color: #616771;
      width: 95px;
      display: inline-block;
    }

    @media (max-width: 576px) or (orientation: portrait) {
      strong {
        display: block;
        padding-top: 10px;
        padding-bottom: 6px;
        span {
          display: none;
        }
      }
    }

    @media (max-width: 1000px) and (orientation: landscape) {
      strong {
        font-size: 14px;
        color: #616771;
        width: 55px;
      }
    }
  }
}

ul.career {
  img.logo {
    max-width: 180px;
    padding: 15px 0;
  }
  .ceo {
    letter-spacing: 2px;
    padding-bottom: 20px;
    font-size: 28px;
    span {
      color: #616771;
      font-size: 0.85em;
      letter-spacing: 15px;
      padding-right: 10px;
    }
  }
  li {
  }
}

@media (max-width: 1000px) and (orientation: landscape) {
  ul.career {
    img.logo {
      width: 145px;
      padding-bottom: 8px;
    }
    .ceo {
      padding-bottom: 10px;
      font-size: 18px;
      span {
        font-size: 0.8em;
      }
    }
    li {
    }
  }
}

.service_area {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3개의 균등한 열 */
  gap: 10px; /* 요소들 간의 간격 */
  ul {
    padding-left: 10%;
    display: flex;
    flex-direction: column;
    h3 {
      font-size: 1.5em;
      font-weight: 700;
      margin-top: 0;
      margin-bottom: 10px;
    }

    li {
      background: #78808f;
      color: #fff;
      padding: 1px 13px;
      border-radius: 50px;
      margin: 4px 1px;
      width: fit-content;
    }
  }

  img {
    width: 100%;
    max-width: 120px;
    margin-bottom: 30px;
  }
}

@media (max-width: 1000px) and (orientation: landscape) {
  .service_area {
    gap: 8px; /* 요소들 간의 간격 */
    ul {
      padding-left: 5%;

      h3 {
        font-size: 1rem;

        margin-bottom: 8px;
      }

      li {
        padding: 1px 8px;
        font-size: 13px;
      }
    }

    img {
      width: 60px;
      margin-bottom: 5px;
    }
  }
}

@media (max-width: 576px) or (orientation: portrait) {
  .service_area {
    display: grid;
    grid-template-columns: 1fr; /* 한 열만 사용 */
    grid-template-rows: auto; /* 자동 높이 */
    gap: 10px;

    ul {
      padding-left: 0;
      display: block;
      padding-bottom: 10px;
      h3 {
        margin-bottom: 1px;
      }

      li {
        display: inline-block;
        font-size: 0.9em;
      }
    }

    img {
      width: 100%;
      max-width: 70px;
      margin-bottom: 0px;
    }
  }
}

.closing {
}

.contact_wrap {
  position: relative;
  width: 100%;
  margin: auto;
  max-width: 500px;
  padding-left: 50px;

  img {
    margin-bottom: 10px;
    padding-left: 15px;
    max-width: 400px;
  }

  @media (max-width: 576px) or (orientation: portrait) {
    img {
      width: 55vw;
    }
  }

  @media (max-width: 1000px) and (orientation: landscape) {
    img {
      width: 200px;
    }
  }

  .contact {
    padding: 15px;

    li {
      padding: 6px 0;
      font-size: 1em;
      span {
        font-size: 0.85em;
        min-width: 50px;
        background-color: #a5afb9;
        color: #fff;
        display: inline-block;
        margin-right: 2px;
        text-align: center;
        border-radius: 15px;
        font-weight: 300;
        padding: 1px 1px;
        letter-spacing: 1px;
      }

      a {
        text-decoration: none; /* 링크 텍스트 밑줄 제거 */
      }

      @media (max-width: 576px) or (orientation: portrait) {
        span {
          font-size: 13px;
        }

        /* 작은 화면에서의 li 스타일 */
        li {
          padding: 3px 0;
          font-size: 14px;
          text-decoration: none; /* 텍스트 밑줄 제거 */
        }
      }
    }

    @media (max-width: 576px) or (orientation: portrait) {
      li {
        font-size: 0.85em;
      }
    }

    /* 링크를 포함하는 주소에 자동 적용되는 스타일을 제거 */
    a,
    a:visited {
      text-decoration: none; /* 밑줄 제거 */
      color: inherit; /* 색상 유지 */
    }

    /* 링크가 점선 밑줄을 가지지 않도록 설정 */
    a:focus,
    a:hover {
      text-decoration: none; /* hover 상태에서도 밑줄 제거 */
    }
  }

  @media (max-width: 1000px) and (orientation: landscape) {
    .contact {
      li {
        font-size: 14px;
        span {
          font-size: 13px;
        }
      }
    }
  }
}

@media (max-width: 576px) or (orientation: portrait) {
  .contact_wrap {
    padding-left: 10px;
    padding-bottom: 60px;
  }
}

@-webkit-keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
@-moz-keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
@keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
.scroll-btn {
	display: inline-block;
  position: absolute;
  bottom: 10%;
left: calc(50% - 16px);
  z-index: 3000;
  text-align: center;
  text-align: center;
}

/*
삭제-손가락>그냥없에기
@media (max-width: 1024px) {
	.scroll-btn {
		display: none;
}

}
*/


@media (max-width: 576px) or (orientation: portrait) {
  .scroll-btn {
    bottom: 5%;
  }
}

.scroll-btn > * {
  line-height: 18px;
  font-size: 12px;
  color: #ffffff;
  letter-spacing: 2px;
  margin: 5px 0;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *.active {
  color: #ffffff;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *:active,
.scroll-btn > *.active {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.scroll-btn .mouse {
  position: relative;
  display: block;
  width: 35px;
  height: 55px;
  margin: 0 auto 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid white;
  border-radius: 23px;
}
.scroll-btn .mouse > * {
  position: absolute;
  display: block;
  top: 29%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  background: white;
  border-radius: 50%;
  -webkit-animation: ani-mouse 2.5s linear infinite;
  -moz-animation: ani-mouse 2.5s linear infinite;
  animation: ani-mouse 2.5s linear infinite;
}

@media (max-width: 1000px) and (orientation: landscape) {
  .scroll-btn {
    bottom: 10px;
  }

  .scroll-btn .mouse {
    width: 27px;
    height: 43px;
    margin: 0 auto 7px;
    border: 2px solid white;
  }
}

@-webkit-keyframes ani-mouse-up {
  0% {
    opacity: 1;
    top: 50%;
  }
  15% {
    opacity: 1;
    top: 29%;
  }
  50% {
    opacity: 0;
    top: 29%;
  }
  100% {
    opacity: 0;
    top: 50%;
  }
}
@-moz-keyframes ani-mouse-up {
  0% {
    opacity: 1;
    top: 50%;
  }
  15% {
    opacity: 1;
    top: 29%;
  }
  50% {
    opacity: 0;
    top: 29%;
  }
  100% {
    opacity: 0;
    top: 50%;
  }
}
@keyframes ani-mouse-up {
  0% {
    opacity: 1;
    top: 50%;
  }
  15% {
    opacity: 1;
    top: 29%;
  }
  50% {
    opacity: 0;
    top: 29%;
  }
  100% {
    opacity: 0;
    top: 50%;
  }
}

.scrollup {
  position: absolute;
  width: 200px;
  top: 10%;
  left: 50%;
  margin-left: -89px;
  z-index: 3000;
  font-size: 20px;
  text-align: center;
}

.scrollup .scroll-btn {
  position: absolute;
  top: 10%;
  left: calc(50% - 52px);
  z-index: 3000;
  text-align: center;
}

.scrollup .scroll-btn > * {
  line-height: 18px;
  font-size: 12px;
  color: #ffffff;
  letter-spacing: 2px;
  margin: 5px 0;
}

.scrollup .scroll-btn > *:hover,
.scrollup .scroll-btn > *:focus,
.scrollup .scroll-btn > *.active {
  color: #ffffff;
}

.scrollup .scroll-btn > *:hover,
.scrollup .scroll-btn > *:focus,
.scrollup .scroll-btn > *:active,
.scrollup .scroll-btn > *.active {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.scrollup .mouse {
  position: relative;
  display: block;
  width: 35px;
  height: 55px;
  margin: 0 auto 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid white;
  border-radius: 23px;
}

.scrollup .mouse > * {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  background: white;
  border-radius: 50%;
  -webkit-animation: ani-mouse-up 2.5s linear infinite;
  -moz-animation: ani-mouse-up 2.5s linear infinite;
  animation: ani-mouse-up 2.5s linear infinite;
}

/*  */
/* 스크롤바스타일 */

/*
Main Scrollbar
*/
/*
Main Scrollbar
*/
::-webkit-scrollbar {
  width: 0.8em;
}

/*
Vertical Scrollbar (RIGHT SIDE)
*/
/*
Main Scrollbar
*/
::-webkit-scrollbar {
  width: 0.8em;
}

/*
Vertical Scrollbar (RIGHT SIDE)
*/
::-webkit-scrollbar-track:vertical {
  background: -webkit-linear-gradient(
    180deg,
    #fff,
    #fff,
    #fff,
    #fff,
    #fff,
    #bdbdbd,
    #fff,
    #fff,
    #fff,
    #fff
  );
  border-radius: 10px;
}

/*
Scrollbar Thumb
*/
::-webkit-scrollbar-thumb {
  background: #a2a5b1;
  border-radius: 2em;
}

::-webkit-scrollbar-thumb:active {
  background: #6c6f7f; /* 원하는 색상으로 변경 */
  border-radius: 2em;
}
/*
Scrollbar corner (bottom-right)
*/
::-webkit-scrollbar-corner {
  background: rgba(112, 178, 243, 0.75);
}

.scrollup {
  opacity: 0;
  display: none;
  transition: opacity 0.5s ease;
}

.scrolldown {
  opacity: 1;
  display: block;
  transition: opacity 0.2s ease;
}

/**/

.icon-wrapper {
  display: none;
  z-index: 3000;
}
.icon-wrapper p {
color: #fff;
	display: block;
	opacity: .6;
}

@media (max-width: 1024px) {
.icon-wrapper {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
}
}



.hand-icon {
  position: relative;
    display: flex;
    justify-content: center;
}

.hand {
  background: #fff;
  width: 5px;
  height: 16px;
  border-radius: 20px;
  position: relative;
  top: 20px; /* 시작 위치를 아래로 */
  margin-bottom: 17px;
  transform: rotate(0deg);
  animation: handAnim 1.2s infinite;
}

.hand:after {
  content: "";
  background: #fff;
  width: 17px;
  height: 18px;
  border-radius: 4px 8px 38px 15px;
  transform: rotate(6deg) skewY(10deg);
  position: absolute;
  top: 13px;
  left: -1px;
}
.hand:before {
  content: "";
  background: #fff;
  width: 6px;
  height: 17px;
  border-radius: 2px 40px 20px 20px;
  position: absolute;
  top: 12px;
  left: -6px;
  transform: rotate(-38deg);
}
.hand .circle {
  background-color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  top: -7px;
  left: -7px;
  opacity: 0.5;
  animation: circleAnim 1.2s infinite 2.1s;
}

@keyframes handAnim {
  0% {
    top: 20px;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: -20px;
    opacity: 0;
  }
}
@keyframes circleAnim {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(2);
    opacity: 0;
  }
}


/**/

.copyright {
  z-index: 999;
  position: absolute;
  color: #fff;
  bottom: 20px;
  right: 1%;
  font-size: 12px;
  letter-spacing: 2px;
  opacity: 0.5;
}

.timeline-slide {
  transition: background-color 0.3s ease;
}
.timeline-slide.active {
  background-color: #fdfdfd;
  border-top: 1px solid #c5c5c5;
  border-bottom: 1px solid #c5c5c5;
}
