/* BASIC css start */
html, body {
  margin: 0;
  padding: 0;
}

#wrap {
  position: relative;
}

/* header */
#pr-header {
  position: relative;
  width: 100%;
  height: 48px; /* 실제 아이콘 높이에 맞게 */
  background: #fff; /* 회색줄 제거 */
  border: none; /* 회색줄 제거 */
  box-sizing: border-box;
}

#pr-header li {
  list-style: none;
  margin: 0;
  padding: 0;
}

#pr-header .menu {
  display: none; /* 처음엔 숨김 */
  position: absolute;
  top: 48px; /* 헤더 아래로 정확히 붙게 */
  left: 0;
  width: 150px;
  border: 1px solid #dadada;
  background: #fff;
  z-index: 100;
}

#pr-header .menu li {
  height: 36px;
}

#pr-header .menu li a {
  display: block;
  height: 100%;
  line-height: 36px;
  padding-left: 12px;
  color: #666;
  font-size: 14px;
  text-decoration: none;
}

#pr-header .menu li a:hover {
  background: #f5f5f5;
}

/* 왼쪽 메뉴 버튼 (햄버거) */
#pr-header .list {
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  background: none; /* 이미지 제거 → 회색 상자 제거 */
  text-indent: -9999px;
  border: none;
}

/* 오른쪽 사이드 버튼 */
#pr-header .side {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  background: none; /* 이미지 제거 */
  text-indent: -9999px;
  border: none;
}

html, body {
  margin: 0;
  padding: 0;
}

/* 헤더 아래 여백 제거 */
#wrap {
  margin: 0;
  padding: 0;
}

/* 컨테이너 여백 제거 */
#container {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* 혹시 다른 내부 섹션이 있다면 초기화 */
#contents, main, section {
  margin-top: 0;
  padding-top: 0;
}

#pr-header {
  position: relative;
  width: 100%;
  height: 44px; /* 기존보다 살짝 줄임 */
  background: #fff;
  border: none;
  box-sizing: border-box;
}

/* 버튼들 높이도 통일 */
#pr-header .list,
#pr-header .side {
  height: 44px;
}

#pr-header .menu {
  top: 44px;
}

/* 본문 시작점 미세 조정 */
#container {
  margin-top: -3px !important; /* 여백 미세하게 줄임 */
  padding-top: 0 !important;
}



/* ===========================
   리뷰 헤더 여백 줄이기
=========================== */
#pr-header {
  margin-bottom: 10px !important;
  padding-bottom: 5px !important;
}

/* =========================
   메이크샵 페이징 스타일
========================= */
.paging {
  text-align: center;
  margin: 40px 0 60px;
  font-size: 0; /* inline-block 간 여백 제거 */
}

.paging a {
  display: inline-block;
  min-width: 28px;
  height: 28px;
  line-height: 28px;
  margin: 0 3px;
  font-size: 14px;
  color: #999;
  text-decoration: none;
  border-radius: 50%;
  border: 1px solid transparent;
  vertical-align: middle;
  transition: all 0.2s ease;
}

.paging a:hover {
  color: #53341f;
}

.paging a.on, .paging a.active {
  background-color: #53341f;
  color: #fff !important;
  border-color: #53341f;
  font-weight: 600;
}

/* << < > >> 기호 공통 */
.paging a:first-child,
.paging a:nth-child(2),
.paging a:nth-last-child(2),
.paging a:last-child {
  font-weight: bold;
  color: #999;
}

.paging a:first-child:hover,
.paging a:nth-child(2):hover,
.paging a:nth-last-child(2):hover,
.paging a:last-child:hover {
  color: #53341f;
}

/* 혹시 보이지 않는 기호 복구 */
.paging a::before, .paging a::after {
  visibility: visible !important;
}

/* 간격 정리 */
.paging a + a {
  margin-left: 5px;
}

/* BASIC css end */

