@charset "utf-8";
/* CSS Document */
*{box-sizing:border-box;}

@media screen(max-width: 767.98px) {
  .mobile-hiden {
   display:none;
  }
}
.pst-rel {position:relative;}

.pst {position:absolute; bottom:-200px; z-index:10000}

.mrg-for-top-card {margin-top:-50px;}


@media screen(max-width: 767.98px) {
  .mrg-for-top-card {margin-top:50px;}
  }
  
  
  .m-t {margin-top:20px;}
  
  
.icon-for-mid {margin-top:20px; text-align:center; color:white;}

.brd-for-right {border-right:2px solid #888888}

.for-hover:hover {border:1px solid #01BAFD; color:#01BAFD;}

.txt-style {color:white; text-align:center;}


.hover-down:hover {height:265px; width:auto; background-color:#BEBEBE;}