.linkBanner a {
  display: block;
  width: 100%;
  height: auto;
}
.linkBanner a img {
  width: 100%;
  height: 100%;
}

#floatingCommonBtn {
  position: fixed;
  right: 0;
  display: flex;
  flex-direction: column;
}
#floatingCommonBtn .ecBtn {
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  background: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px 0px 0 4px;
  line-height: 1.4;
  background: #5c0f0f;
}

@media screen and (min-width: 768px) {
  #floatingCommonBtn {
    bottom: 76px;
    box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.2);
  }
  #floatingCommonBtn .ecBtn {
    font-size: 11px;
    font-weight: 600;
    color: #fff;
    background: #fff;
    text-decoration: none;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px 0px 0 4px;
    line-height: 1.4;
    background: #5c0f0f;
  }
  #floatingCommonBtn .cartImg {
    width: 20px;
    margin-right: 6px;
  }
}
@media screen and (max-width: 767px) {
  #floatingCommonBtn {
    position: fixed;
    right: 0;
    bottom: 90px;
    display: flex;
    flex-direction: column;
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
  }
  #floatingCommonBtn .ecBtn {
    font-size: 11px;
    padding: 4px;
  }
  #floatingCommonBtn .cartImg {
    width: 18px;
    margin-right: 4px;
  }
}
.grecaptcha-badge {
  bottom: 10px;
  right: 10px;
  transform: scale(0.85);
}/*# sourceMappingURL=inhouse.css.map */