/* BASIC css start */
.link a{ display: inline-block;  line-height: 3px; color: #31302f; font-size: 16px; font-family: 'Cormorant','Spoqa Han Sans', 'Spoqa Han Sans JP','Noto Serif KR', 'Sans-serif'; font-weight: bold; margin: 10px; }
.bbs-sch p{ display: inline-block; color: #31302f; font-size: 12px;  font-family:"³ª´®½ºÄù¾î",' NanumSquareR','Noto Sans KR', sans-serif  margin:0 auto;}
.bbs-hd { padding:65px 0 50px; border-bottom:0px dashed #e9e9e9 }
.bbs-tit h3 {padding-left:10px; font-family: 'Lato','Noto Sans KR', serif; display: inline-block; color: #31302f; font-size: 18px; }

.link a {
  display: inline-block;
}
 .link a:hover {
  -webkit-animation: zoom .7s;
  animation: zoom .7s;
}
@-webkit-keyframes zoom {
  50% {
    -webkit-transform: scale(1.2);
  }
}
@keyframes zoom {
  50% {
    transform: scale(1.2);
  }
}
/* BASIC css end */

