.gridmenu .col-3{
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E1E1E1;
  background: rgba(225, 225, 225, 0.3);
  font-size: 10px;
} 

.listview .select_item{
  background-color: #ffc42f; 
}
.listview .select_item .text-muted{ 
  color: #000;
}



.main-custom {position: relative; margin-top: 0; }
.main-custom .buttons {position: absolute; left: 50%; bottom: 0; margin: 60px 0; -webkit-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); transform: translate(-50%, 0);}
.main-custom .buttons .btn {float: left; display: block; width: 200px; height: 60px; margin: 0 10px; border-radius: 4px; font-size: 18px; font-weight: 500; text-align: center;}
.main-custom .buttons a.btn {padding-top: 16px;}
.main-custom .btn-request {background-color: #2a3e66; border-color: #2a3e66; color: #fff;}
.main-custom .btn-request i {font-size: 20px; vertical-align: 1px;}
.main-custom .btn-kakao {background-color: #fbe200; border-color: #fbe200; color: #3e2723;}
.main-custom .btn-kakao::before {content: ""; display: inline-block; width: 23px; height: 23px; vertical-align: -4px; background: url(/img/ico/ico-login-social.png) right -4px center no-repeat;}
.main-custom .btn-request i,
.main-custom .btn-kakao::before {margin-right: 5px;}