/* BASIC css start */
.footer {
  width: 100%;
  margin: 50px auto;
  box-sizing: border-box;
  font-family: Pretendard, 'Noto Sans KR', sans-serif;
}

/* 상단 메뉴 */
.footer-menu {
  display: flex;
  justify-content: center;
  gap: 15px;
  border-top: 3px solid #dadada;
  padding: 20px 0;
}

.footer-menu li {
  font-size: 13px;
}

/* 중간 영역 */
.footer-middle {
  display: flex;
  padding: 20px;
  border-top: 1px solid #fafafa;
  border-bottom: 1px solid #fafafa;
}

/* 왼쪽 / 오른쪽 동일 크기 */
.footer-left,
.footer-right {
  width: 50%;
  box-sizing: border-box;
}

/* 왼쪽 */
.cs-title {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
}

.cs-tel {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.cs-time {
  font-size: 11px;
  line-height: 1.6;

}

/* 아이콘 영역 */
.icon-list {
  display: flex;
  gap: 5px;
  padding-right: 20px;
  justify-content: space-between;
}

.icon-list li {
  width: 50px;
  height: 50px;
}

.icon-list img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* 오른쪽 이미지 */
.footer-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  text-align: center;
}

.footer-right img {
  width: 80%;
  height: auto;
  box-sizing: border-box;
}
.footer-right img.ssl {
max-width:120px;}

/* 하단 텍스트 */
.footer-text {
 margin:20px;
}

.footer-text p {
  font-size: 11px;
  line-height: 1.6;
}

/* 하단 버튼 */
.footer-buttons {
  display: flex;
  margin: 0 20px;
  justify-content: center;
  gap: 20px;
}

.footer-buttons li {
  width: 150px;
  height: 38px;
  border: 1px solid #ccc;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.footer-buttons li.kakaobtn {
  background:#F9BF15;
  border:#F9BF15;
}
.footer-buttons li a {  color: #000;}



/* 하단 고정 버튼 */
#scrolltotop.fix_btn {position:fixed; right:0px; bottom:100px; text-align:center; z-index:58;}
#scrolltotop.fix_btn a {width:60px;height:60px;display:block}




/* BASIC css end */

