

.timeline {
  position: relative;
  overflow: auto;
  width: 100%;
  margin-top: 50px; 
  }
  .timeline hr {
    margin: 0 0 20px 0; }
  .timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 15%;
    margin: 0 auto;
    height: 100%;
    width: 1px;
    background-color: #dcdcdc; }
  .timeline h2 {
	font-family: 'Montserrat', sans-serif;
	font-weight:100;
    position: absolute;
    left:9%;
    width: 130px;
    color: #000;
	/*border-bottom:1px solid #c2c2c2;
	border-top:1px solid #c2c2c2;*/
	background:#fff;
    padding:15px 0;
    text-align: center;
    font-size: 50px;
    position: relative;
    z-index: 2; }
	.timeline .timeLeft {width:60px; float:left;}
	.timeline .timeRight { padding-left:60px;}
  .timeline h3 {
    color: #5d5d5d;
    font-weight: 100;
	font-size:1.8rem;
	font-size:18px;
	padding-bottom:20px; 
	}
	.timeline h3 strong {color:#000;}
	.timeline p {line-height:28px;}
	.timeline h4 {
    color: #5d5d5d;
    font-weight: 100;
	font-size:1.8rem;
	font-size:18px;
	padding-bottom:20px; }
	
  .timeline .timeline-items {
    list-style-type: none;
    overflow: hidden;
    padding-top: 0px;
    padding-left: 0; 
	 width: 100%; 
	  word-wrap: break-word;
  word-break: break-all;
	}
    .timeline .timeline-items .timeline-item {
      position: relative;
      margin-bottom: 10px;
      left: -10px;
      padding: 20px;
      background-color: #fff;
      width: 100%; 
	  word-wrap: break-word;
  word-break: break-all;
	  text-align:right;}
      .timeline .timeline-items .timeline-item h3 {
        font-weight: 100; }
      .timeline .timeline-items .timeline-item.is-hidden {
        visibility: hidden; }
      .timeline .timeline-items .timeline-item a {
        font-weight: 700; }
      .timeline .timeline-items .timeline-item time::before {
        font-family: FontAwesome, sans-serif;
        content: '\f017';
        margin-right: 10px; }
      .timeline .timeline-items .timeline-item::before {
        content: '';
        width: 0;
        height: 0;
        position: absolute;
        right: -1em;
        top: 0; }
      .timeline .timeline-items .timeline-item::after {
        content: '';
        background: #a1a1a1;
        width: 20px;
        height: 20px;
        position: absolute;
        top: -20px;
        border-radius: 100%;
        left: calc(100% + 11.4%); }
		
		
		
      .timeline .timeline-items .timeline-item:nth-of-type(2n+1) {
       
        color: white; }
        .timeline .timeline-items .timeline-item:nth-of-type(2n+1) hr {
          border-top: 1px solid #00c3db; }
        .timeline .timeline-items .timeline-item:nth-of-type(2n+1) a {
          color: #1759a2; }
        .timeline .timeline-items .timeline-item:nth-of-type(2n+1)::before {
        content: '';
        width: 100px;
        border:0.5px solid #000;
		
          }
      .timeline .timeline-items .timeline-item:nth-of-type(2n) {
        background-color: #e57373;

        color: white; }
        .timeline .timeline-items .timeline-item:nth-of-type(2n) hr {
          border-top: 1px solid #e98989; }
        .timeline .timeline-items .timeline-item:nth-of-type(2n) a {
          color: #601010; }
      .timeline .timeline-items .timeline-item:nth-of-type(2n)::before {
          border-top: 1em solid #e57373;
          border-right: 1em solid transparent; }
		  
		/* 실제 사용*/  
		  
      .timeline .timeline-items .timeline-item.inverted {
        position: relative;
        left: 20%; 
        text-align: left; }
        .timeline .timeline-items .timeline-item.inverted::before {
          content: '';
          width: 0;
          height: 0;
          position: absolute;
          top: 0; }
        /*.timeline .timeline-items .timeline-item.inverted::after {
          content: '';
          background: #a1a1a1;
          width: 20px;
          height: 20px;
          position: absolute;
          top: -15px;
          border-radius: 100%;
          left: calc(-7.5% - 15px);}*/
        .timeline .timeline-items .timeline-item.inverted:nth-of-type(2n+1) {
          
          color: #5d5d5d; }
          .timeline .timeline-items .timeline-item.inverted:nth-of-type(2n+1) hr {
            border-top: 1px solid #00c3db; }
          .timeline .timeline-items .timeline-item.inverted:nth-of-type(2n+1) a {
            color: #1759a2; }
        .timeline .timeline-items .timeline-item.inverted:nth-of-type(2n+1)::before {
            content: '';
        width: 20px;
        border:1px solid #000;
		transform:skewY(45deg);}
        .timeline .timeline-items .timeline-item.inverted:nth-of-type(2n) {
          background-color: #fff;
          color: #5d5d5d; }
          .timeline .timeline-items .timeline-item.inverted:nth-of-type(2n) hr {
            border-top: 1px solid #e98989; }
          .timeline .timeline-items .timeline-item.inverted:nth-of-type(2n) a {
            color: #5d5d5d; }
          .timeline .timeline-items .timeline-item.inverted:nth-of-type(2n)::before {
            border-top: 1em solid #e57373;
            border-left: 1em solid transparent; }
			
			
			
			/* 실제 사용*/  
			
      .timeline .timeline-items .timeline-item.centered {
        position: relative;
        text-align: justify;
        width: 100%; }
        .timeline .timeline-items .timeline-item.centered::before {
          content: '';
          width: 0;
          height: 0;
          position: absolute;
          left: calc(50% - 4px);
          top: -15px; }
        .timeline .timeline-items .timeline-item.centered::after {
          display: none; }
        .timeline .timeline-items .timeline-item.centered:nth-of-type(2n+1) {
          background-color: #00acc1;
          color: white; }
          .timeline .timeline-items .timeline-item.centered:nth-of-type(2n+1) hr {
            border-top: 1px solid #00c3db; }
          .timeline .timeline-items .timeline-item.centered:nth-of-type(2n+1) a {
            color: #1759a2; }
          .timeline .timeline-items .timeline-item.centered:nth-of-type(2n+1)::before {
            border-top: 0;
            border-left: 1em solid transparent;
            border-right: 1em solid transparent;
            border-bottom: 1em solid #00acc1; }
        .timeline .timeline-items .timeline-item.centered:nth-of-type(2n) {
          background-color: #e57373;
          color: white; }
          .timeline .timeline-items .timeline-item.centered:nth-of-type(2n) hr {
            border-top: 1px solid #e98989; }
          .timeline .timeline-items .timeline-item.centered:nth-of-type(2n) a {
            color: #601010; }
          .timeline .timeline-items .timeline-item.centered:nth-of-type(2n)::before {
            border-top: 0;
            border-left: 1em solid transparent;
            border-right: 1em solid transparent;
            border-bottom: 1em solid #e57373; }

/*# sourceMappingURL=timelify.css.map */
@media screen and (max-width: 480px) {
	.timeline .timeLeft {width:100%; float:none;}
	.timeline .timeRight { padding-left:0px;}
	  .timeline hr {
    margin: 0 0 20px 0; }
  .timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 5%;
    margin: 0 auto;
    height: 100%;
    width: 1px;
    background-color: #dcdcdc; }
	
  .timeline h2 {
	
    position: absolute;
    left:2%;
   }
  .timeline h3 {

    font-weight: 100;
	font-size:2rem;
	font-size:20px;
	padding-bottom:20px; }
	
	.timeline h4 {
    color: #ccc;
    font-weight: 100;
	font-size:1.5rem;
	font-size:15px;
	padding-bottom:20px; }
  .timeline .timeline-items {
    list-style-type: none;
    overflow: hidden;
    padding-top: 110px;
    padding-left: 0; 
	 width: 100%; 
	  word-wrap: break-word;
  word-break: break-all;
	}


.timeline .timeline-items .timeline-item.inverted {
        position: relative;
        left: 7%; 
        text-align: left; }
        .timeline .timeline-items .timeline-item.inverted::before {
          content: '';
          width: 0;
          height: 0;
          position: absolute;
          top: 0; }
       
       
	}