/* 채널톡 커스텀 버튼 */
.aev-channel-btn {
  position: fixed;
  bottom: 28px;
  right: 28px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: none;
  border-radius: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  z-index: 1500;
  transition: opacity 0.2s ease;
}

.aev-channel-btn:hover {
  opacity: 0.7;
}

.aev-channel-btn img {
  width: 52px;
  height: 52px !important;
  border-radius: 14px;
  flex-shrink: 0;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.aev-channel-label {
  color: #252828;
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
  white-space: nowrap;
  font-weight: 400;
}

.aev-channel-label strong {
  font-size: 15px;
  font-weight: 700;
  display: block;
  color: #252828;
}

/* AEV Bio Labs - Footer CSS */

#footer .info_wrap {background-color: #BEE5E4; color: #888; font-size: 13px; padding-top: 40px; padding-bottom: 40px; border-top: none;}
#footer .info_wrap .logo {display: inline-block; vertical-align: top; width: 120px; }
#footer .info_wrap .logo > a { display: block; }
#footer .info_wrap .logo > a img { width: 100%; }
#footer .info_wrap .info {width: 48%; margin-left: 40px; display: inline-block;}
#footer .info_wrap .info ul li {display: inline-block; padding-bottom: 8px; padding-right: 2px; font-size: 12px; color: #888;}
#footer .info_wrap .info p {padding-top: 20px; font-size: 12px; color: #aaa;}
#footer .info_wrap .info strong {font-size: 14px; font-weight: 600; color: var(--primary-color, #252828); display: block; margin-bottom: 8px;}

#footer .info_wrap .sns {display: inline-block; float: right;}
#footer .info_wrap .sns a {padding-left: 15px; opacity: 0.6;}
#footer .info_wrap .sns a:hover {opacity: 1;}

@media screen and (max-width:768px) {
	#footer .info_wrap .logo {display: block; margin: 0 auto;}
	#footer .info_wrap .info {width: 100%; display: block; text-align: center; margin-top: 24px; word-break: keep-all; margin-left: 0;}
  #footer .info_wrap .info ul li {padding-right: 0;}
  #footer .info_wrap .info ul li.line { display: block; padding: 0; }
  #footer .info_wrap .info ul li.line span { display: none; }
	#footer .info_wrap .sns {display: block; text-align: center; margin-top: 24px; float: none;}
}
