/*
#article_main {
    font-size: 2rem;
    line-height: 3rem;
    padding: 0 7rem;
    margin: 0 auto;
    width: 1200px;

    a {
        text-decoration: underline;
    }
}*/
#crowdfunding {
  /*
  h2 {
      border-left: none;
      padding: 3rem 3rem;
      margin-bottom: 6rem;
      color: #fff;
      border-radius: 10px;
      background-color: #74EBD5;
      background-image: linear-gradient(90deg, #74EBD5 0%, #9FACE6 100%);
  }*/
}
#crowdfunding * {
  box-sizing: inherit;
}
#crowdfunding p {
  margin-bottom: 0;
  text-indent: initial;
}
#crowdfunding a.btn {
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
#crowdfunding a.btn-gradient {
  font-size: 0.9em;
  font-weight: normal;
  color: #fff;
  padding: 0.8rem 1rem;
  border-radius: 0;
  background-image: linear-gradient(90deg, #ff3cac 40%, #562b7c 100%);
}
#crowdfunding a.btn-gradient span {
  position: relative;
  z-index: 1;
}
#crowdfunding a.btn-gradient::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  transition: all 0.5s;
  background-image: linear-gradient(90deg, #ff3cac, #562b7c, #2b86c5);
}
#crowdfunding a.btn-gradient:hover::after {
  opacity: 0;
}
#crowdfunding .clearfix::after {
  content: "";
  clear: both;
  display: block;
}
#crowdfunding .box {
  background: #FFF;
  border: solid 1px #DDD;
  float: left;
  width: 350px;
  margin: 0 30px 30px 0;
  border-radius: 10px;
}
#crowdfunding .box .header_img {
  background-size: 350px 200px;
  height: 200px;
  border-radius: 10px 10px 0 0;
}
#crowdfunding .box .detail {
  padding: 1.4rem;
  font-size: 0.9rem;
}
#crowdfunding .box .detail .strong {
  color: #e73650;
  font-weight: bold;
}
#crowdfunding .box .detail .title a {
  font-weight: bold;
  line-height: 2rem;
  color: #e73650;
  text-decoration: none;
  transition: all 0.3s ease;
}
#crowdfunding .box .detail .title a::after {
  content: url(../../assets/images/arr-blank_pink.svg);
  display: inline-block;
  position: relative;
  right: -0.8rem;
  top: 0.2rem;
}
#crowdfunding .box .detail .staff {
  color: #333;
  padding: 1rem 0;
  margin-bottom: 1rem;
  border-bottom: solid 1px #DDD;
}
#crowdfunding .box .detail .limit {
  float: left;
  width: 75px;
  border-right: solid 1px #DDD;
  text-align: center;
  /* background: #CCC; */
}
#crowdfunding .box .detail .current {
  float: left;
  width: 120px;
  text-align: center;
  /* background: #AAA; */
  padding: 0 0.5rem;
}
#crowdfunding .box .detail .target {
  float: right;
  width: 100px;
  text-align: center;
  margin-bottom: 1rem;
  /* background: #AAA; */
}
#crowdfunding .box .detail .progress {
  position: relative;
  clear: both;
}
#crowdfunding .box .detail .progress .percent {
  position: absolute;
  color: #777;
  top: 20px;
  left: 10px;
}
#crowdfunding .box .detail .progress progress {
  width: 100%;
  height: 15px;
  background-color: orange;
}
#crowdfunding .box .detail .last_date {
  color: #AAA;
  text-align: right;
}
#crowdfunding .box .detail .link {
  border-top: solid 1px #DDD;
  clear: both;
  padding-top: 2rem;
}
#crowdfunding .box .detail .link a {
  text-decoration: none;
}
/*# sourceMappingURL=cloudfunding.css.map */