#urbaneRenewalBody {
  margin: 0;
  letter-spacing: 1px;
  font-family: "Lato", arial, sans-serif, NanumGothic, Verdana, Dotum, AppleGothic;
}
#urbaneRenewalBody * {
  margin: 0;
  /*padding: 0;*/
}
#urbaneRenewalBody header {
  border-bottom: 1px solid #dedede;
  text-transform: uppercase;
  padding-top:20px;
}
#urbaneRenewalBody header.form {
  width: 1200px;
  height: 277px;
  margin: 0 auto;
  display: flex;
}
#urbaneRenewalBody header .logoWrap {
  height: 100px;
  display: flex;
  align-items: center;
  font-family: "Mulish", sans-serif, NanumGothic, sans-serif;
}
#urbaneRenewalBody header .logoWrap .logo {
  letter-spacing: 5px;
  font-size: 18px;
  color: #000;
  text-decoration: none;
  outline: none;
  font-weight: 300;
}
#urbaneRenewalBody header .menuWrap {
  margin-left: 220px;
  display: flex;
  margin-top: 30px;
}
#urbaneRenewalBody header .menuWrap > div:last-child {
  width: 148px !important;
}
#urbaneRenewalBody header .menuWrap .block {
  width: 180px;
  height: 100%;
  font-size: 10px;
}
#urbaneRenewalBody header .menuWrap .block .searchWrap {
  width: 100%;
  height: 20px;
  border-bottom: 1px solid #000;
  display: flex;
}
#urbaneRenewalBody header .menuWrap .block .basket {
  margin-top: 30px;
  width: 100%;
  height: 20px;
  font-size: 13px;
  letter-spacing: 3px;
}
#urbaneRenewalBody header .menuWrap .block .basket a {
  display: flex;
  align-items: center;
}
#urbaneRenewalBody header .menuWrap .block .basket img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
#urbaneRenewalBody header .menuWrap .block .basket span {
  line-height: 16px;
}
#urbaneRenewalBody header .menuWrap .title {
  letter-spacing: 2px;
  font-weight: 600;
  height: 18px;
  margin-bottom: 8px;
  font-size: 10px;
}
#urbaneRenewalBody header .menuWrap .menu div {
  height: 18px;
}
#urbaneRenewalBody header .menuWrap .menu div a {
  font-size: 10px;
}
#urbaneRenewalBody header .menuWrap .menu div a:hover {
  position: relative;
  top: 0;
  left: 0;
  z-index: 10;
  width: 120px;
  color: #555;
}
#urbaneRenewalBody a {
  border: none;
  color: #000;
  text-decoration: none;
}
#urbaneRenewalBody ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#urbaneRenewalBody #keyword {
  border: none;
  width: 128px;
}
#urbaneRenewalBody #keyword :focus {
  outline: none;
}
#urbaneRenewalBody #search-button {
  width: 15px;
  height: 15px;
  cursor: pointer;
}
#urbaneRenewalBody #search-button :focus {
  outline: none;
}
#urbaneRenewalBody #main-section {
  width: 1224px;
  min-height: 300px;
  padding: 40px 0;
  margin: 0 auto;
  border-bottom: 1px solid #dedede;
}
#urbaneRenewalBody #main-section .item-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#urbaneRenewalBody #main-section .item-list li {
  width: 25%;
  padding: 12px;
  box-sizing: border-box;
}
#urbaneRenewalBody #main-section .item-list li div {
  overflow: hidden;
}
#urbaneRenewalBody #main-section .item-list li div a {
  display: block;
  position: relative;
}
#urbaneRenewalBody #main-section .item-list li div a:hover {
  color: #666;
}
#urbaneRenewalBody #main-section .item-list li div a:hover .hover {
  display: flex;
}
#urbaneRenewalBody #main-section .item-list li div a img {
  max-width: 100%;
  height: auto !important;
  object-fit: cover;
  object-position: center center;
  display: block;
}
#urbaneRenewalBody #main-section .item-list li div a .hot {
  position: absolute;
  left: 0;
  top: 0;
}
#urbaneRenewalBody #main-section .item-list li div a .hover {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  line-height: 20px;
}
#urbaneRenewalBody footer {
  width: 1200px;
  padding-top: 40px;
  height: 250px;
  display: flex;
  font-size: 10px;
  margin: 0 auto;
  color: #000;
}
#urbaneRenewalBody footer h2 {
  font-size: 10px;
  font-weight: 400;
  color: #acacac;
}
#urbaneRenewalBody footer .f-block {
  display: inline-block;
  position: relative;
  line-height: 20px;
  vertical-align: top;
  text-align: left;
  margin: 0 80px 50px 0;
}
#urbaneRenewalBody footer .f-block.f-block-A {
  border-right: 1px solid #dedede;
  padding: 0 80px 0 0;
}
#urbaneRenewalBody footer .f-block.f-block-B .fb:last-child {
  margin-top: 40px;
}
#urbaneRenewalBody footer .f-block.f-block-C .fb:last-child {
  margin-top: 40px;
}
#urbaneRenewalBody footer .f-block .fb .f-theme {
  color: #acacac;
}

.banner_area { margin:0px auto; text-align:center; width:100%; }
.banner_area img { max-width:100%; }


.free_shipping span { border:1px solid #e70000; color:#e70000; font-size:11px; height:20px; line-height:19px; padding:0 5px; margin-top:5px; display:inline-block; }