/*Font family*/
/* line 1, ../../assets_src/sass/layout/_history.scss */
.sect-history {
  padding-bottom: 60px;
}
/* line 3, ../../assets_src/sass/layout/_history.scss */
.sect-history .paragr {
  font-size: 16px;
  font-weight: 600;
}
/* line 7, ../../assets_src/sass/layout/_history.scss */
.sect-history .cntimg {
  overflow: hidden;
  height: 258px;
  border-radius: 8px;
}
/* line 12, ../../assets_src/sass/layout/_history.scss */
.sect-history .txt-col {
  align-items: center;
}
@media (max-width: 992px) {
  /* line 12, ../../assets_src/sass/layout/_history.scss */
  .sect-history .txt-col {
    grid-template-columns: 1fr;
    grid-row-gap: 45px;
  }
}
/* line 19, ../../assets_src/sass/layout/_history.scss */
.sect-history .main-timeline {
  height: 450px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* line 25, ../../assets_src/sass/layout/_history.scss */
.sect-history .main-timeline .item-timeline {
  position: relative;
}
/* line 27, ../../assets_src/sass/layout/_history.scss */
.sect-history .main-timeline .item-timeline .nav-timeline {
  font-size: 18px;
  color: #6D6D6D;
  font-weight: 400;
  position: relative;
  padding-left: 16px;
  margin-bottom: 10px;
  width: 62px;
  cursor: pointer;
}
/* line 36, ../../assets_src/sass/layout/_history.scss */
.sect-history .main-timeline .item-timeline .nav-timeline::before {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ABABAB;
  position: absolute;
  top: 11px;
  left: -3px;
  transform: scale(1);
  transition: all .3s ease-in-out;
}
/* line 50, ../../assets_src/sass/layout/_history.scss */
.sect-history .main-timeline .item-timeline .cnt-timeline {
  position: absolute;
  top: 50%;
  left: 95px;
  z-index: -1;
  opacity: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 20px;
  visibility: hidden;
  border-radius: 10px;
  box-shadow: 0px 0px 10px #0000001a;
  transform: translateY(-50%);
  width: calc(100% - 95px);
  transition: all .7s ease-in-out;
}
/* line 65, ../../assets_src/sass/layout/_history.scss */
.sect-history .main-timeline .item-timeline .cnt-timeline .timeline-intern {
  background: #fff;
  overflow: hidden;
  position: relative;
  height: 270px;
  overflow-y: auto;
  z-index: 2;
  padding-left: 20px;
}
/* line 74, ../../assets_src/sass/layout/_history.scss */
.sect-history .main-timeline .item-timeline .cnt-timeline::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: #fff;
  position: absolute;
  top: calc(50% - 5px);
  left: -10px;
  transform: translateY(-50%) rotate(45deg);
  box-shadow: 0px 0px 10px #0000001a;
}
/* line 88, ../../assets_src/sass/layout/_history.scss */
.sect-history .main-timeline .item-timeline.boxactive .nav-timeline {
  color: #17938A;
  font-weight: 700;
}
/* line 91, ../../assets_src/sass/layout/_history.scss */
.sect-history .main-timeline .item-timeline.boxactive .nav-timeline::before {
  transform: scale(2.2);
  background: #17938A;
}
/* line 96, ../../assets_src/sass/layout/_history.scss */
.sect-history .main-timeline .item-timeline.boxactive .cnt-timeline {
  z-index: 5;
  opacity: 1;
  visibility: visible;
}
/* line 103, ../../assets_src/sass/layout/_history.scss */
.sect-history .main-timeline::before {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background: #ABABAB;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 115, ../../assets_src/sass/layout/_history.scss */
.sect-history .cnt-rte img {
  width: 100%;
  height: 258px;
  object-fit: cover;
  border-radius: 8px;
}

/* line 2, ../../assets_src/sass/layout/_rte.scss */
.cnt-rte a {
  font-weight: 600;
  text-decoration: underline;
}
/* line 6, ../../assets_src/sass/layout/_rte.scss */
.cnt-rte a:hover {
  color: #17938a;
}
/* line 9, ../../assets_src/sass/layout/_rte.scss */
.cnt-rte ul {
  margin-bottom: 16px;
  padding-left: 0;
}
/* line 12, ../../assets_src/sass/layout/_rte.scss */
.cnt-rte ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 6px;
}
/* line 16, ../../assets_src/sass/layout/_rte.scss */
.cnt-rte ul li::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background: #333333;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 6px;
}
/* line 29, ../../assets_src/sass/layout/_rte.scss */
.cnt-rte ol {
  list-style-type: decimal;
  margin-bottom: 16px;
  padding-left: 20px;
}
/* line 33, ../../assets_src/sass/layout/_rte.scss */
.cnt-rte ol li {
  padding-left: 5px;
  margin-bottom: 6px;
}
/* line 38, ../../assets_src/sass/layout/_rte.scss */
.cnt-rte p {
  margin-bottom: 20px;
  /* &:last-child {
      margin-bottom: 0;
  } */
}
/* line 40, ../../assets_src/sass/layout/_rte.scss */
.cnt-rte p em {
  font-style: italic;
}
/* line 47, ../../assets_src/sass/layout/_rte.scss */
.cnt-rte iframe {
  width: 619px;
  height: 405px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1024px) {
  /* line 47, ../../assets_src/sass/layout/_rte.scss */
  .cnt-rte iframe {
    width: 472px;
    height: 311px;
  }
}
@media (max-width: 635px) {
  /* line 47, ../../assets_src/sass/layout/_rte.scss */
  .cnt-rte iframe {
    width: 100%;
    height: 199px;
  }
}
/* line 74, ../../assets_src/sass/layout/_rte.scss */
.cnt-rte img {
  width: 619px;
  height: 400px;
  object-fit: cover;
  border-radius: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  /* line 74, ../../assets_src/sass/layout/_rte.scss */
  .cnt-rte img {
    width: 472px;
    height: 311px;
  }
}
@media (max-width: 635px) {
  /* line 74, ../../assets_src/sass/layout/_rte.scss */
  .cnt-rte img {
    width: 100%;
    height: 199px;
  }
}
/* line 92, ../../assets_src/sass/layout/_rte.scss */
.cnt-rte .wp-caption-text {
  text-align: right;
  font-size: 12px;
  color: #6D6D6D;
  font-style: italic;
  padding-top: 10px;
  line-height: 1.3;
  margin-bottom: 0;
}
/* line 100, ../../assets_src/sass/layout/_rte.scss */
.cnt-rte .wp-caption-text strong {
  display: block;
  font-style: normal;
}
/* line 105, ../../assets_src/sass/layout/_rte.scss */
.cnt-rte .wp-caption {
  width: 444px !important;
}
/* line 107, ../../assets_src/sass/layout/_rte.scss */
.cnt-rte .wp-caption.aligncenter {
  margin: 0 auto;
}
/* line 110, ../../assets_src/sass/layout/_rte.scss */
.cnt-rte .wp-caption.alignright {
  margin-left: auto;
}
/* line 113, ../../assets_src/sass/layout/_rte.scss */
.cnt-rte .wp-caption img {
  border-radius: 8px;
  height: 280px;
  overflow: hidden;
  width: 100%;
  object-fit: cover;
  margin-bottom: 0;
}
/* line 122, ../../assets_src/sass/layout/_rte.scss */
.cnt-rte .gca-column:last-child::after {
  content: '';
  display: block;
  clear: both;
}
/* line 127, ../../assets_src/sass/layout/_rte.scss */
.cnt-rte .gca-column {
  margin-bottom: 34px;
}
/* line 130, ../../assets_src/sass/layout/_rte.scss */
.cnt-rte h2 {
  font-size: 20px;
  color: #17938A;
  margin-bottom: 10px;
}
/* line 135, ../../assets_src/sass/layout/_rte.scss */
.cnt-rte h3 {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 20px;
  line-height: 1.5;
}
/* line 142, ../../assets_src/sass/layout/_rte.scss */
.cnt-rte h4,
.cnt-rte h6 {
  color: #17938A;
}
/* line 146, ../../assets_src/sass/layout/_rte.scss */
.cnt-rte blockquote {
  background: #fff;
  width: 81%;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-style: italic;
  border-left: 10px solid #ECE18B;
  border-radius: 10px;
  padding: 20px 15px;
  margin-bottom: 32px;
}
@media (max-width: 1024px) {
  /* line 146, ../../assets_src/sass/layout/_rte.scss */
  .cnt-rte blockquote {
    font-size: 14px;
  }
}
@media (max-width: 635px) {
  /* line 146, ../../assets_src/sass/layout/_rte.scss */
  .cnt-rte blockquote {
    width: 100%;
  }
}
/* line 163, ../../assets_src/sass/layout/_rte.scss */
.cnt-rte blockquote p {
  position: relative;
  padding-left: 28px;
  padding-right: 28px;
}
/* line 167, ../../assets_src/sass/layout/_rte.scss */
.cnt-rte blockquote p::before, .cnt-rte blockquote p::after {
  content: '\e912';
  display: block;
  font-family: 'icogiz';
  font-size: 19px;
  line-height: 1;
  font-style: normal;
  color: transparent;
  position: absolute;
}
/* line 178, ../../assets_src/sass/layout/_rte.scss */
.cnt-rte blockquote p::before {
  top: 0;
  left: 0;
}
/* line 182, ../../assets_src/sass/layout/_rte.scss */
.cnt-rte blockquote p::after {
  bottom: 0;
  right: 0;
  transform: scaleX(-1);
}
/* line 188, ../../assets_src/sass/layout/_rte.scss */
.cnt-rte blockquote span {
  display: block;
  font-style: normal;
  font-size: 12px;
  text-align: right;
  color: #1E1E1E;
  line-height: 1.5;
}
/* line 195, ../../assets_src/sass/layout/_rte.scss */
.cnt-rte blockquote span strong {
  display: block;
}
/* line 200, ../../assets_src/sass/layout/_rte.scss */
.cnt-rte .boxIdee {
  background: #F4F4F4;
  width: 81%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  padding: 20px 25px;
  padding-left: 67px;
  margin-bottom: 32px;
  position: relative;
}
@media (max-width: 635px) {
  /* line 200, ../../assets_src/sass/layout/_rte.scss */
  .cnt-rte .boxIdee {
    width: 100%;
  }
}
/* line 213, ../../assets_src/sass/layout/_rte.scss */
.cnt-rte .boxIdee h3 {
  text-transform: uppercase;
  margin-bottom: 4px !important;
}
/* line 217, ../../assets_src/sass/layout/_rte.scss */
.cnt-rte .boxIdee::before {
  content: '';
  display: block;
  width: 25px;
  height: 36px;
  background-image: url("../images/ico-tips.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 20px;
  left: 25px;
}
/* line 231, ../../assets_src/sass/layout/_rte.scss */
.cnt-rte .h3-custom {
  margin-bottom: 16px;
  color: #333;
  font-size: 26px;
  line-height: 1.3;
}
/* line 237, ../../assets_src/sass/layout/_rte.scss */
.cnt-rte .ctn-date {
  color: #17938A;
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
  margin: 0 0 20px;
}
/* line 244, ../../assets_src/sass/layout/_rte.scss */
.cnt-rte h3.ctn-title-medium {
  color: #333;
  font-size: 26px;
  line-height: 36px;
  margin: 0 0 8px;
}
/* line 251, ../../assets_src/sass/layout/_rte.scss */
.cnt-rte.cl-sp-gutenberg h2.title-border {
  color: #5a5a5a;
}
@media (min-width: 1025px) {
  /* line 251, ../../assets_src/sass/layout/_rte.scss */
  .cnt-rte.cl-sp-gutenberg h2.title-border {
    font-size: 32px;
    margin-bottom: 32px;
  }
}

/*# sourceMappingURL=history.css.map */
