.ps-timeline-sec {
  position: relative;
  background: #fff;
}
.ps-timeline-sec .container {
  position: relative;
}
.ps-timeline-sec .container ol.ps-timeline{
  margin-top: 260px;
  margin-bottom: 340px;
  padding: 0;
  border-top: 2px solid #49CDE0;
  list-style: none;
}
.ps-timeline-sec .container ol.ps-timeline li {
  float: left;
  width: 25%;
  padding-top: 30px;
  position: relative;
}
.ps-timeline-sec .container ol.ps-timeline li span {
  width: 50px;
  height: 50px;
  margin-left: -25px;
  background: #fff;
  border: 4px solid #49CDE0;
  border-radius: 50%;
  box-shadow: 0 0 0 0px #fff;
  text-align: center;
  line-height: 42px;
  color: #df8625;
  font-size: 1.7em;
  font-style: normal;
  position: absolute;
  top: -26px;
  left: 50%;
}
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before {
  content: "";
  color: #49CDE0;
  width: 2px;
  height: 50px;
  background: #49CDE0;
  position: absolute;
  top: -50px;
  left: 50%;
}
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after {
  content: "";
  color: #05ABE8;
  width: 8px;
  height: 8px;
  background: #05ABE8;
  position: absolute;
  bottom: 90px;
  left: 43%;
  border-radius: 100%;
}
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
  content: "";
  color: #49CDE0;
  width: 2px;
  height: 50px;
  background: #49CDE0;
  position: absolute;
  bottom: -50px;
  left: 50%;
}
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
  content: "";
  color: #05ABE8;
  width: 8px;
  height: 8px;
  background: #05ABE8;
  position: absolute;
  top: 90px;
  left: 44%;
  border-radius: 100%;
}
.ps-timeline-sec .container ol.ps-timeline li .img-handler-top {
  position: absolute;
  bottom: 0;
  margin-bottom: 130px;
  width: 100%;
}
.ps-timeline-sec .container ol.ps-timeline li .img-handler-top img {
  display: table;
  margin: 0 auto;
}
.ps-timeline-sec .container ol.ps-timeline li .img-handler-bot {
  position: absolute;
  margin-top: 60px;
  width: 100%;
}
.ps-timeline-sec .container ol.ps-timeline li .img-handler-bot img {
  display: table;
  margin: 0 auto;
}
.ps-timeline-sec .container ol.ps-timeline li p {
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
.ps-timeline-sec .container ol.ps-timeline li .ps-top {
  position: absolute;
  bottom: 0;
  margin-bottom: 100px;
}
.ps-timeline-sec .container ol.ps-timeline li .ps-bot {
  position: absolute;
  margin-top: 35px;
}
/*---------------------Responsive------------------------*/
@media only screen and (max-width: 992px){
  .hamkor-sec7 .pc-timeline-sec .container{
    padding: 0 4%;
  }
  .ps-timeline-sec .container ol.ps-timeline{
    margin-top: 290px;
    margin-bottom: 325px;
  }
  .ps-timeline-sec .container ol.ps-timeline li p{
    font-size: 22px;
  }
}
@media screen and (max-width: 767px){
  .ps-timeline-sec .container ol:before {
    background: #05ABE8;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    top: -5px !important;
    left: 21px !important;
  }
  .ps-timeline-sec .container ol:after {
    background: #05ABE8;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    top: inherit !important;
    left: 21px;
  }
  .ps-timeline-sec .container ol.ps-timeline {
    margin: 130px 0 !important;
    border-left: 2px solid #49CDE0;
    padding-left: 0 !important;
    padding-top: 120px !important;
    border-top: 0 !important;
    margin-left: 25px !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li {
    height: 220px;
    padding-top: 0;
    float: none !important;
    width: inherit !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li:nth-child(2) .img-handler-bot img {
    width: 80%;
  }
  .ps-timeline-sec .container ol.ps-timeline li:last-child {
    margin: 0;
    bottom: 0 !important;
    height: 120px;
  }
  .ps-timeline-sec .container ol.ps-timeline li:last-child .img-handler-bot {
    bottom: 45px !important;
    width: 30% !important;
    margin-left: 25px !important;
    margin-top: 0 !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li:last-child .img-handler-bot img {
    width: 80%;
  }
  .ps-timeline-sec .container ol.ps-timeline li:last-child .ps-top {
    margin-bottom: 0 !important;
    top: 20px;
  }
  .ps-timeline-sec .container ol.ps-timeline li span {
    left: 0 !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before {
    content: none !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after {
    content: none !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
    content: none !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
    content: none !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li .img-handler-top {
    position: absolute !important;
    bottom: 150px !important;
    width: 30% !important;
    float: left !important;
    margin-left: 35px !important;
    margin-bottom: 0 !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li .img-handler-top img {
    margin: 0 auto !important;
    width: 80% !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li .img-handler-bot {
    position: absolute !important;
    bottom: 145px !important;
    width: 30% !important;
    float: left !important;
    margin-left: 35px !important;
    margin-bottom: 0 !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li p {
    font-size: 21px;
    text-align: left !important;
    width: 100% !important;
    margin: 0 auto !important;
    margin-top: 0px !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li .ps-top {
    width: 60% !important;
    float: right !important;
    right: 0;
    top: -40px;
  }
  .ps-timeline-sec .container ol.ps-timeline li .ps-bot {
    width: 60% !important;
    float: right !important;
    right: 0;
    top: -40px;
  }
}
@media screen and (max-width: 480px){
  .ps-timeline-sec .container ol.ps-timeline li{
    height: 262px;
    padding-top: 68px;
  }
  .ps-timeline-sec .container ol.ps-timeline li:last-child{
    height: 155px;
    padding-top: 68px;
  }
  .ps-timeline-sec .container ol.ps-timeline li .img-handler-top{
    position: absolute !important;
    bottom: 140px !important;
    width: 150px !important;
    float: none!important;
    margin-left: 75px !important;
    margin-bottom: 90px!important;
  }
  .ps-timeline-sec .container ol.ps-timeline li .ps-bot{
    width: 70% !important;
    float: none!important;
    position: static;
    margin-left: 70px;
    margin-top: -15px;
  }
  .ps-timeline-sec .container ol.ps-timeline li .img-handler-bot,.ps-timeline-sec .container ol.ps-timeline li:last-child .img-handler-bot{
    bottom: 235px !important;
    width: 150px !important;
    float: none!important;
    margin-left: 75px !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li .ps-top {
    width: 70% !important;
    float: none!important;
    margin-top: -20px;
    margin-left: 70px;
  }
  .ps-timeline-sec .container ol.ps-timeline li:last-child .img-handler-bot {
    bottom: 125px !important;
    margin-left: 75px !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li p{
    font-size: 17px;
  }
}