.leadArea {
  margin: 17px 0 35px;
  text-align: center;
}

.section-store {
  margin-top: 170px;
}

.section-store .g-bg {
  padding: 30px 0 25px;
}

.section-search {
  margin-top: 165px;
}

.section-search .g-bg {
  padding: 57px 0 48px;
  background: url("/assets/img/home/search.jpg");
  background-size: cover;
}

.section-walk {
  margin-top: 140px;
}

.section-walk .g-bg {
  position: relative;
  padding: 60px 0 25px;
}

.section-walk .g-container::before {
  position: absolute;
  z-index: -1;
  top: -51px;
  left: 155px;
  width: calc(100% - 155px);
  height: 440px;
  background-color: #c00;
  content: '';
}

.section-walk .g-container::after {
  position: absolute;
  z-index: -2;
  top: 75px;
  right: 0;
  bottom: -13px;
  width: 100%;
  background-color: #ebebeb;
  content: '';
}

.section-board {
  margin-top: 207px;
}

.section .g-container {
  position: relative;
}

.heading {
  position: absolute;
  display: flex;
  width: calc(100% - 34px);
  font-weight: 600;
}

.heading b {
  color: #c00;
}

.heading_h {
  position: relative;
}

.heading_h::after {
  position: absolute;
  width: 7px;
  background-color: #c00;
  content: '';
}

.heading_txt {
  position: absolute;
  white-space: nowrap;
}

.section-store .heading {
  top: -135px;
  left: 17px;
}

.section-store .heading_h {
  margin-left: 30px;
}

.section-store .heading_h::after {
  top: 15px;
  left: -20px;
  height: 117px;
}

.section-store .heading_txt {
  top: 58px;
  left: 130px;
}

.section-search .heading {
  top: -172px;
  right: 20px;
  justify-content: flex-end;
}

.section-search .heading_h {
  padding-right: 18px;
}

.section-search .heading_h::after {
  top: 18px;
  left: -20px;
  height: 130px;
}

.section-search .heading_txt {
  top: 55px;
  right: 140px;
}

.section-walk .heading {
  top: -140px;
  left: 20px;
}

.section-walk .heading_h {
  padding-left: 15px;
}

.section-walk .heading_h::after {
  top: 12px;
  right: -19px;
  height: 100px;
}

.section-walk .heading_txt {
  top: 30px;
  left: 145px;
}

.section-board .heading {
  top: -135px;
  right: 20px;
  justify-content: flex-end;
}

.section-board .heading_h {
  padding-right: 47px;
}

.section-board .heading_h::after {
  top: 12px;
  right: 28px;
  height: 121px;
}

.section-board .heading_txt {
  top: 64px;
  right: 144px;
}

.search {
  width: 100%;
  max-width: 710px;
  padding: 17px 17px 29px;
  margin: auto;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.4);
}

.search .g-search {
  margin-top: 17px;
}

.search .g-btn-primary {
  width: 100%;
  margin-top: 25px;
}

.g-goBack {
  margin-top: 60px;
}

@media (min-width: 769px) {
  .leadArea {
    margin-top: 40px;
  }
  .section-store {
    margin-top: 220px;
  }
  .section-store .g-bg {
    padding: 60px 0 50px;
  }
  .section-search {
    margin-top: 250px;
  }
  .section-search .g-bg {
    padding: 45px 0;
  }
  .section-walk {
    margin-top: 255px;
  }
  .section-walk .g-bg {
    padding: 55px 0;
  }
  .section-walk .g-container::before {
    top: -35px;
    left: 260px;
    width: 200%;
    height: 475px;
  }
  .section-walk .g-container::after {
    top: 75px;
    right: -30px;
    bottom: -35px;
    width: 200%;
  }
  .section-board {
    margin-top: 310px;
  }
  .section-board .g-btn-primary {
    min-width: 400px;
  }
  .heading {
    width: calc(100% - 40px);
  }
  .heading_h::after {
    width: 10px;
  }
  .section-store .heading {
    top: -200px;
    left: 20px;
  }
  .section-store .heading_h {
    margin-left: 65px;
  }
  .section-store .heading_h::after {
    top: 25px;
    left: -25px;
    height: 170px;
  }
  .section-store .heading_txt {
    top: 90px;
    left: 230px;
  }
  .section-search .heading {
    top: -215px;
  }
  .section-search .heading_h {
    padding-right: 25px;
  }
  .section-search .heading_h::after {
    top: 25px;
    left: -25px;
    height: 211px;
  }
  .section-search .heading_txt {
    top: 105px;
    right: 230px;
  }
  .section-walk .heading {
    top: -215px;
  }
  .section-walk .heading_h {
    padding-left: 45px;
  }
  .section-walk .heading_h::after {
    top: 20px;
    right: -25px;
    height: 154px;
  }
  .section-walk .heading_txt {
    top: 110px;
    left: 265px;
  }
  .section-board .heading {
    top: -210px;
  }
  .section-board .heading_h {
    padding-right: 65px;
  }
  .section-board .heading_h::after {
    top: 0;
    right: 40px;
    height: 181px;
  }
  .section-board .heading_txt {
    top: 125px;
    right: 230px;
  }
  .search {
    padding: 30px 30px 80px;
  }
  .search .g-search {
    margin-top: 25px;
  }
  .search .g-btn-primary {
    margin-top: 50px;
  }
  .grid {
    display: flex;
    margin-top: 70px;
  }
  .grid_l {
    flex: 1;
  }
  .grid_r {
    width: 300px;
    margin-left: 50px;
  }
  .bannerList {
    margin-top: 40px;
  }
  .bannerList ul {
    display: flex;
    flex-wrap: wrap;
    margin: -7px;
  }
  .bannerList li {
    width: 50%;
    padding: 7px;
  }
  .g-goBack {
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  .heading_txt {
    font-size: 1.2rem;
  }
  .section-store .heading_h img {
    width: 68px;
    height: 99px;
  }
  .section-search .heading_h img {
    width: 68px;
    height: 99px;
  }
  .section-search .heading_txt {
    text-align: right;
  }
  .section-walk .heading_h img {
    width: 68px;
    height: 131px;
  }
  .section-board .heading_h img {
    width: 68px;
    height: 129px;
  }
  .section-board .heading_txt {
    text-align: right;
  }
  .grid, .grid_r {
    margin-top: 42px;
  }
  .bannerList {
    margin-top: 60px;
  }
  .bannerList li:nth-child(n + 2) {
    margin-top: 10px;
  }
}
