.box-area-cmn {
  padding: 50px 50px 0 50px;
}
  .box-area-cmn .inner {
    padding: 50px;
    border: 1px solid #998676;
    display: flex;
  }
  .box-area-cmn .box-district {
    width: 33.3334%;
  }
  .box-area-cmn .box-district .txt-title {
    padding: 2px 15px;
    font-size: 16px;
    background: #998676;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .box-area-cmn .box-district ul {
    margin-bottom: 30px;
  }
  .box-area-cmn .box-district li p {
    padding-left: 15px;
  }
  .box-area-cmn .box-maps {
    margin-left: 50px;
  }
  