@charset "utf-8";
.kakao-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background-color: #FEE500;
  color: #3C1E1E;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 18px;
  border-radius: 24px;
  text-decoration: none;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  margin: 10px 0 10px 15px;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  position: relative;
}

.kakao-btn:hover {
  background-color: #F5DC00;
}

.bbt-icon {
 display: inline-flex;
 align-items: center;
 gap: 6px;
 background: #1a56db;
 color: #ffffff !important;
 font-size: 14px;
 font-weight: 700;
 padding: 10px 18px;
 border-radius: 24px;
 text-decoration: none;
 box-shadow: 0 2px 6px rgba(0,0,0,0.15);
 margin: 10px 0 10px 15px;
 font-weight: 600;
 color: #333;
 text-decoration: none;
 position: relative;
}
.bbt-icon a {
  color: #fff;
}
