@keyframes hagging {
  0% {
    opacity: 0;
    right: 0;
    width: 13px;
  }
  20% {
    opacity: 1;
  }
  70% {
    opacity: 0.7;
  }
  100% {
    opacity: 0;
    right: 100%;
    width: 4px;
  }
}
#s10 .anim-box {
  position: absolute;
  height: 1.5px;
  width: 25px;
}
#s10 .anim-box .anim-line {
  position: absolute;
  top: 0;
  right: 0;
  height: 1.5px;
  width: 13px;
  border-radius: 2px;
  background: black;

  animation: hagging 1s both;
  backface-visibility: hidden;
  perspective: 1000px;
  animation-iteration-count: infinite;
}
#s10 .anim-box.box-1 .anim-line:nth-child(1) {
  /* animation-delay: 1.0s; */
}
#s10 .anim-box.box-1 .anim-line:nth-child(2) {
  animation-delay: 0.5s;
}
#s10 .anim-box.box-2 .anim-line:nth-child(1) {
  animation-delay: 0.3s;
}
#s10 .anim-box.box-2 .anim-line:nth-child(2) {
  animation-delay: 0.8s;
}

#s10 .anim-box.box-1 {
  top: 0px;
  left: 0px;
}
#s10 .anim-box.box-2 {
  top: 6px;
  left: 0px;
}
/* 애니메이션 end */

#s10 {
}
#s10 .content {
  padding: 0px 15px !important;
  padding-top: 159px !important;
  padding-top: 150px !important;
}

#s10 .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin: 0 auto;
  display: block;
  padding-bottom: 20px;
  border-bottom: 2px solid black;
  max-width: 250px;
  text-align: center;
}

#s10 .map-wrapper {
  margin-top: 50px;
}
#s10 .map-wrapper .m-infowindow {
  width: 100%;
  height: 100%;
  padding: 12px;
  background: #245460;
  color: white;
  white-space: nowrap;
  margin-top: 0px;
  /* border: 2px solid #245460; */
}
#s10 .map-wrapper .m-infowindow h5 {
  padding: 0;
  margin: 0;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  box-sizing: inherit !important;
}
#s10 .map-wrapper #map {
  width: 100%;
  height: 700px;
}

/*#s10 .map-wrapper #map .current-icon {*/
/*  cursor: pointer;*/
/*  position: relative;*/
/*  color: #fff;*/
/*  width:146px;*/
/*  height: 61px;*/
/*}*/
/*#s10 .map-wrapper #map .icon-mark {*/
/*  position:absolute;*/
/*}*/
/*#s10 .map-wrapper #map h5 {*/
/*  !*margin-top: 14px;*!*/
/*  position: absolute;*/
/*  text-align: center;*/
/*  width: 146px;*/
/*  margin: 0;*/
/*  font-size: 17px;*/
/*  padding: 12px;*/
/*}*/

#s10 .map-wrapper ul {
  font-size: 13px;
  height: 116px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 18px;
  color: #a0a0a0;
  border-bottom: 1px solid #E4E3E3;
}
#s10 .map-wrapper ul li {
  margin-right: 20px;
}
#s10 .map-wrapper ul li .ic {
  display: inline;
  width: 15px;
}
#s10 .map-wrapper ul li .lb {
  display: inline;
  vertical-align: middle;
  margin-left: 2px;
  margin-right: 10px;
  color: #2F5C66;
}
#s10 .map-wrapper ul li .value {
  display: inline;
  vertical-align: middle;
  font-weight: 300;
}

#s10 .near-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  /*padding-top: 40px;*/
  /*height:360px;*/
  width: 1014px;
  padding-top: 49.5px;
  margin-bottom: 100px;
  height: 260px;
}
#s10 .near-wrapper .near-subway {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  width: 170px;
  text-align: center;
}
#s10 .near-wrapper .dest {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
}
#s10 .near-wrapper .dest .circle {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
#s10 .near-wrapper .dest .circle.end{
  flex-direction: column;
}
#s10 .near-wrapper .dest .circle.end span{
  font-size: 17px;
  font-weight: bold;
  margin: 11px 0 0;
}
#s10 .near-wrapper .dest .circle .box {
  width: 95%;
  height: 95%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /* background: red; */
}
#s10 .near-wrapper .dest .circle .box .types {
  max-width: 100%;
  text-align: center;
}
#s10 .near-wrapper .dest .circle .box .types .type {
  background: #ffce32;
  color: black;
  font-size: 10px;
  letter-spacing: -0.1em;
  margin: 0 1px;
  padding: 0 3px;
  display: inline-block;
}
#s10 .near-wrapper .dest .circle .box h4 {
  padding: 0;
  margin: 0;
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: bold;
  text-align: center;
}
#s10 .near-wrapper .dest .circle .box h6 {
  padding: 0;
  margin: 0;
  opacity: 0.5;
}
#s10 .near-wrapper .dest .circle img {
  width: 31%;
  margin-top:11px;
}
#s10 .near-wrapper .dest .start {
}
#s10 .near-wrapper .dest .walk {
  position: relative;
  flex: 1;
  height: 72px;
  margin: 0 10px;
}
#s10 .near-wrapper .dest .walk .prog-wrapper {
  position: absolute;
  bottom: 33px;
  left: 7%;
  right: 7%;
  height: 5px;
  display: flex;
}
#s10 .near-wrapper .dest .walk .prog-sub {
  display: inline-block;
  width: 10px;
  height: 5px;
  border-radius: 5px;
  margin-right: 2.5px;
  background-color: #2F5C66;  
}
#s10 .near-wrapper .dest .walk .prog {
  position: absolute;
  left: 25px;
  right: 0;
  bottom: 0;
  height: 5px;
  border-radius: 5px;
  background: #EFEFEF;
}
#s10 .near-wrapper .dest .walk .prog .prog-pointer {
  position: absolute;  
  bottom: 0;
  width: 0%;
  height: 100%;
  border-radius: 5px;
  background: #2F5C66;
  transition: width 4.2s;
}

#s10 .near-wrapper .dest .walk .walker {
  position: absolute;
  bottom: 32px;
  left: 0%;
  width: 72px;
  height: 44px;
  text-align: right;
  transition: left 4.2s;
}
#s10 .near-wrapper .dest .walk .walker .anim-wrapper {
  position: absolute;
  bottom: 6px;
  left: 9px;
  width: 36px;
  height: 12px;
}
#s10 .near-wrapper .dest .walk .walker .img-walker {
  height: 100%;
}

#s10 .near-wrapper .dest .walk .walk-time {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-bottom: -18px;
  /* margin-top: 5px; */
  text-align: center;
}

#s10 .near-wrapper .dest .walk.move .prog-pointer {
  width: 100%;
}
#s10 .near-wrapper .dest .walk.move .walker {
  /* transform: translateX(100%); */
  left: 85%;
}

#s10 .near-wrapper .dest .end {
}

/*******************************/
/* 반응형 */
/*******************************/

/* 모바일 */
@media screen and (max-width: 450px) {
  #s10 .content {
    padding: 40px 15px !important;
    padding-top: 77.25px !important;
  }
  #s10 .content .section-title .section-bar {
    margin-top: 28.33px;
  }
  #s10 .map-wrapper {
    margin-top: 41.48px;
  }
  #s10 .map-wrapper #map {
    width: 100%;
    height: 300px;
  }
  /*#s10 .map-wrapper #map .current-icon {*/
  /*  width: 118.45px;*/
  /*  height: 49.53px;*/
  /*  margin-left: 16px;*/
  /*}*/
  /*#s10 .map-wrapper #map .icon-mark {*/
  /*  position:absolute;*/
  /*  width: 118.45px;*/
  /*  height: 49.57px;*/
  /*}*/
  /*#s10 .map-wrapper #map h5 {*/
  /*  width: 119.45px;*/
  /*  margin-top: 10px;*/
  /*  font-size: 14px;*/
  /*  padding: 0;*/
  /*}*/
  #s10 .map-wrapper ul {    
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0 1px
  }
  #s10 .map-wrapper ul li {
    text-align: left;
    margin: 8px 0;
  }
  #s10 .map-wrapper ul li.address {
    padding-top: 13px;
  }

  #s10 .map-wrapper ul li:last-child {
    margin-bottom:24px;
  }

  #s10 .near-wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 40px;
    width: auto;
  }
  #s10 .near-wrapper .dest {
    width: 100%;
    margin-top: 0;
  }
  #s10 .near-wrapper .dest .circle {
    width: 95px;
    height: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #s10 .near-wrapper {
    height: 230px;
    margin-bottom: 10px;
  }
  #s10 .near-wrapper .near-subway {
    text-align: left;    
  }
  #s10 .near-wrapper .dest .walk.move .walker {
    left: 55% !important;
  }
  #s10 .near-wrapper .dest .walk .walk-time {
    margin-bottom: -6px;
  }
  #s10 .near-wrapper .dest .walk .prog-wrapper {
    left: 0;
    right: 0;
  }
}
/* 테블릿 */
@media screen and (min-width: 451px) and (max-width: 1023px) {
  #s10 .content {
    padding: 40px 15px !important;
  }
  #s10 .map-wrapper #map {
    width: 100%;
    height: 500px;
  }
  #s10 .near-wrapper {
    flex-direction: column;
    width: 100%;
  }
  #s10 .near-wrapper .dest {
    width: 80%;    
  }
  #s10 .near-wrapper .dest .circle {
    width: 100px;
    height: 100px;
  }
}
/* PC */
@media screen and (min-width: 1024px) {
}
