.address-top {  
  padding: 0 10px;
  padding-right: 30px;
  background-color: #ffffff;

  &-cont {
    height: 50px;
    @include flexRowSpaceBetween;
    &-left {
      font-size: 14px;
      font-weight: 600;
    }

    &-right {
      @include  flexRowCenter;

      &-text {
		@include styleFont(#8c8c8c,12);
      }
    }
  } 
  &-list {
    height: 35px;
    border-width: 1px;
    border-style: solid;
    border-color: #f1f1f1;
    border-radius: 5px;
    margin: 0 4.5px;
    margin-bottom: 10px;

    &-text {
      line-height: 35px;
      padding: 0 2px;
      font-size: 16px;
      text-align: center;
      @include onlyLineEllipsis;   
    }
  }
}