
/*******************************************
index È­¸é Ãß°¡µÈ ÀÌ¹ÌÁö ·Ñ¿À¹ö
*******************************************/


.pricing-simple {
  border: 1px solid #D0D6DF;
  background:#ffffff;
  transition: box-shadow .25s; 
}

.pricing-simple:hover {
  box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}

.pricing-simple h4 {
  margin: 0px;
  color: #666;
  padding: 20px;
  padding-bottom:0px;
  font-size: 20px;
  text-align: left;
  font-weight: 600;
  text-transform: capitalize;
  border-bottom: 1px solid #fff;
}
.pricing-simple h3 {
  margin: 0px;
  padding: 30px 20px;
  border-bottom: 1px solid #D0D6DF;
  font-size: 50px;
  font-weight: 400;
  text-align: center;
  background-color: #f4f4f4;
}
.pricing-simple h3 sup, .pricing-simple h3 sub {
  font-size: 14px;
  color: #D0D6DF;
  font-weight: 400;
}

.call-to-action {
  padding: 30px 20px;
  background: #42b8d4;
  position: relative;
  z-index: 2;
  margin-top: 0px;
}
.call-to-action h2, .call-to-action p {
  color: #fff;
}
