/* * {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   outline: none;
} */

/* body {
   margin: 0;
   padding: 30px 0;
   font-family: 'Roboto', sans-serif;
   background: #F1F2F6;
} */
.exp {
	padding-top: 30px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 40px;
	background-color: #fafafa;
}
.logo_01,.logo_02,.logo_03,.logo_04,.logo_05,.logo_06 {
	height: 80px;
	overflow: hidden;
}
.logo_01 img {
	margin-top: 8px;
	height: 80px;
}
.logo_02 img {
	margin-top: 25px;
	height: 45px;
}
.logo_03 img {
	margin-top: 5px;
	height: 70px;
}
.logo_04 img {
	margin-top: 35px;
	height: 38px;
}
.logo_05 img {
	margin-top: 5px;
	height: 70px;
}
.title-A {
   text-align: center;
   font-weight: bold;
   color: #111;
}
.timeline-content p {
	padding-top: 10px;
	font-size: 15px;
	color: #111;
	font-weight: bold;
}
.time-box span {
   font-size: 15px;
   color: #fafafa;
   line-height: 30px;
}
.time-box {
	text-align: center;
	max-width: 125px;
	height: 30px;
	background-color: #111;
	border-radius: 30px;	
}
.time-box .sub-name {
	font-size: 18px;
	line-height: 2em;
	word-spacing: 1px;
	color: #888;
}
.container {
   max-width: 1200px;
   padding: 30px 0;
   margin: 20px auto;
   position: relative;
   overflow: hidden;
}

.container:before {
   content: '';
   position: absolute;
   top: 0;
   left: 50%;
   margin-left: -1px;
   width: 2px;
   height: 100%;
   background: #ddd;
   z-index: 1
}

.timeline-block {
   width: -webkit-calc(50% + 8px);
   width: -moz-calc(50% + 8px);
   width: calc(50% + 8px);
   display: -webkit-box;
   display: -webkit-flex;
   display: -moz-box;
   display: flex;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -moz-box-pack: justify;
   justify-content: space-between;
   clear: both;
}

.timeline-block-right {
   float: right;
}

.timeline-block-left {
   float: left;
   direction: rtl
}

.marker {
   width: 16px;
   height: 16px;
   border-radius: 50%;
   border: 2px solid #F5F7FA;
   background: #111;
   margin-top: 90px;
   z-index: 100;
}

.timeline-content {
	margin-top: 0px;
	padding-top:-30px ;
   width: 95%;
   padding-left: 10px;
    padding-right: 10px;
   color: #666
}

.timeline-content h3 {
   margin-top: 5px;
   margin-bottom: 5px;
   font-size: 25px;
   font-weight: 500;
}


@media screen and (max-width: 768px) {
   .container:before {
      left: 8px;
      width: 2px;
   }
   .timeline-block {
      width: 100%;
      margin-bottom: 30px;
   }
   .timeline-block-right {
      float: none;
   }

   .timeline-block-left {
      float: none;
      direction: ltr;
   }
}
