.cust_bloglistintro h2 {
  font-weight: bold;
  margin-bottom: 40px;
  padding-top: 40px;
}

.cust_box:hover {
    border-color: #2484ce;
}



.cust_img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transition: all 0.3s ease-in-out;   /* ºÎµå·¯¿î ¸ð¼ÇÀ» À§ÇØ Ãß°¡*/
}
.cust_img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.cust_img { min-height:243px; width:auto; overflow:hidden }   /* ºÎ¸ð¸¦ ¹þ¾î³ªÁö ¾Ê°í ³»ºÎ ÀÌ¹ÌÁö¸¸ È®´ë */





@media (max-width:767px) {
  .cust_bloglistintro h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px;
  }
}

.cust_bloglistintro {
  max-width: 500px;
  margin: 0 auto;
}

.cust_blogteaser {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 425px;
}

.cust_box {
  background-color: whitesmoke;
  border: 1px solid #fff;
  padding: 0px 0px 25px 0px;
  overflow:hidden;
}
    
.cust_box i:hover {
  color: #2484ce;
  text-shadow: 1px 1px 2px #206ae3;
}
    
.cust_blogteaser p {
  font-size: 16px;
}

.cust_blogteaser h4 {
  margin-top: 20px;
  font-size: 24px;
  font-weight: 500;
}

