body > .wrap > .content {
  width: 100%;
  height: auto;
}

body > .wrap > .content > .banner {
  width: 100%;
  min-width: 1180px;
  margin-bottom: 20px;
}
body > .wrap > .content > .banner > img {
  width: 100%;
}

body > .wrap > .content > .section {
  width: 100%;
  height: auto;
  float: left;
  /* margin-bottom: 120px; */
}

body > .wrap > .content > .section > div {
  width: 1180px;
  height: auto;
  margin: 0 auto;
}

body > .wrap > .content > .section > div > .sidemenu {
  width: 180px;
  height: 254px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  float: left;
}

body > .wrap > .content > .section > div > .sidemenu > .sidemenu_title {
  width: 100%;
  height: 88px;
  float: left;
  margin-bottom: 0;
}

body > .wrap > .content > .section > div > .sidemenu > .sidemenu_title > p {
  font-size: 32px;
  font-weight: 500;
  margin-top: 20px;
}

body > .wrap > .content > .section > div > .sidemenu > div {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}

body > .wrap > .content > .section > div > .sidemenu > div > span {
  display: block;
  width: 10px;
  height: 20px;
  float: left;
}
body > .wrap > .content > .section > div > .sidemenu > div > span > span {
  width: 5px;
  height: 20px;
  display: block;
}

body
  > .wrap
  > .content
  > .section
  > div
  > .sidemenu
  > div
  > span
  > .select_color {
  background-color: #4770ff;
}

body > .wrap > .content > .section > div > div:nth-child(2) {
  width: 980px;
  height: auto;
  float: left;
  margin-left: 20px;
}

body > .wrap > .content > .section > div > div:nth-child(2) > .path {
  width: 250px;
  height: 17px;
  display: flex;
  margin-bottom: 40px;
}
body > .wrap > .content > .section > div > div:nth-child(2) > .path > div {
  display: inline-block;
  color: #999;
  font-size: 12px;
  font-weight: 400;
}
body
  > .wrap
  > .content
  > .section
  > div
  > div:nth-child(2)
  > .path
  > .home_icon_box {
  width: 14px;
  height: 14px;
  text-align: center;
}

body
  > .wrap
  > .content
  > .section
  > div
  > div:nth-child(2)
  > .path
  > .small_arrow_box {
  width: 15px;
  height: 100%;
  text-align: center;
}

body
  > .wrap
  > .content
  > .section
  > div
  > div:nth-child(2) 
  > .sponsor_text {
    width: auto;
    height: 786px;
  }

body > .wrap > .content > .section > div > div:nth-child(2) > .map > .iframe-rwd > iframe {
  margin-top: 40px;
  width: 980px;
}

body > .sponsor_background {
  position: absolute;
  bottom: 100px;
  right: 0;
}

@media (max-width:767px) {
  body > .wrap > .content {
    overflow: hidden;
  }
  body > .wrap > .content > .banner {
    display: none;
  }
  body > .wrap > .content > .section {
    margin-bottom: 120px;
    margin-top: 110px;
  }

  body > .wrap > .content > .section_m {
    margin-bottom: 0;
  }
  body > .wrap > .content > .section > div > .sidemenu {
    display: none;
  }
  body > .wrap > .content > .section > div > div:nth-child(2) {
    margin: 0;
  }
  body > .wrap > .content > .section > div > div:nth-child(2) > .path {
    margin-left:20px;
  }
  body > .wrap > .content > .section > div > div:nth-child(2) > .path_m{
    margin-bottom: 0;
  }
  body > .wrap > .content > .section > div > div:nth-child(2) > div:nth-child(2) > img{
    width: 100vw;
  }
  body > .wrap > .content > .section > div > div:nth-child(2) > .map {
    width: 100vw;
    height: 500px;
    margin-bottom: 40px;
  }

  /* 정기후원 */
  body > .wrap > .content > .section > div > div:nth-child(2) > .sponsor_text {
    height: auto;
  }

  .iframe-rwd  {
    position: relative;
    padding-bottom: 30%;
    padding-top: 30px;
    height: 350px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 30px;
    width: 89vw;
    }
    .iframe-rwd > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%;
    margin: 0 auto;
    margin-top: 10px !important;
    }
  .sponsor_background{
    display: none;
  }
  
} 