/*quick*/
body {
  background: #333;
  background-size: cover;
}
.apply_gift {
  padding: 10px 8px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.apply_gift.car {
  background-color: #eee;
  border-color: #eee;
}
.apply_gift h3 {
  font-size: 17px;
  margin-bottom: 20px;
  font-weight: 900;
  color: #fff;
  word-break: keep-all;
  line-height: 1.2em;
}
.apply_gift h3 strong {
  font-size: 11px;
  font-family: "dotum";
  font-weight: 300;
  display: inline-block;
  line-height: 1.3em;
  margin-top: 5px;
}
.apply_gift h3 img {
  width: 100px;
  margin-bottom: 15px;
}
.apply_gift ul {
  overflow: hidden;
  
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.apply_gift ul li {
  margin-bottom: 15px;
}
.apply_gift ul li:last-child {
  margin-bottom: 0px;
}
.apply_gift ul li button {
  width: 100%;
  background-color: #ee0716;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  border: 1px solid #ee0716;
  border-radius: 4px;
  line-height: 1em;
  font-family: "dotum";
  padding: 12px 10px;
}
.apply_gift.car ul li button {
  background-color: #ff590a;
  border-color: #ff590a;
}
.apply_gift.car ul li button .submit_i {
  width: 20px;
}
@media (max-width: 768px){
  .apply_gift .form-control {
      font-size: 13px;
  }
}