@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/remixicon@4.5.0/fonts/remixicon.css");

/* CSS 변수 */
:root {
  --primary-color: #FF8000;
  --border-color: #D7D7D7;
}

/* css reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-weight: 400;
  line-height: 1.3;
}

/* 인라인 스타일 폰트 강제 오버라이드 */
*[style*="font-family"],
p[style*="font-family"],
span[style*="font-family"],
div[style*="font-family"],
td[style*="font-family"],
th[style*="font-family"],
li[style*="font-family"],
font[face],
p font[face],
span font[face],
div font[face],
p span[style*="font-size"],
font span[style*="font-size"],
span[style*="font-size"] {
  font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  text-rendering: optimizeLegibility !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
  color: #666 !important;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", sans-serif;
  font-weight: 400;
  font-optical-sizing: auto;
  vertical-align: baseline;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  scrollbar-gutter: stable both-edges;
}

body {
  max-width: 100%;
  margin: 0 auto;
  line-height: 1;
  overflow-x: hidden;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

body::-webkit-scrollbar {
  display: none;
}

body.modal-open {
  overflow: hidden;
}

body.modal-open>main {
  pointer-events: none;
  user-select: none;
}

ol,
ul,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

.sr-only,
[hidden] {
  display: none !important;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table th {
  font-size: 10px;
  font-weight: 600;
  text-align: left;
}

table td {
  font-weight: 600;
  font-size: 9px;
  padding: 4px 0;
  line-height: 1.3;
}

button,
input,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  color: #000;
  background-color: #fff;
  border-radius: 4px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"] {
  border: 1px solid #d9d9d9;
  padding: 5px 10px;
  border-radius: 4px;
  min-height: 40px;
}

input::placeholder,
textarea::placeholder {
  color: #a7a7a7;
  opacity: 1;
  font-size: 14px;
}

a {
  display: block;
  text-decoration: none;
  color: inherit;
}

p,
p font span,
p span {
  line-height: 1.4;
}

img {
  max-width: 100%;
  height: auto;
  cursor: pointer;
}

:focus {
  outline: 0;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

button {
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
}

/* css reset */

/* css define */
.dn {
  display: none !important;
}

.wrapper {
  padding: 20px;
}

.text-highlight {
  color: #ef2a23;
  ;
}

.text-orange {
  color: #ff8000;
}

.text-black {
  color: #000;
}

.text-center {
  text-align: center;
}

.text-main {
  font-size: 21px;
}

.text-15 {
  font-size: 15px;
}

.line-clamp-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* css define */

/* 검색 인풋창 */
.search-box-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  gap: 8px;
  position: relative;
  transition: all 0.3s ease;
  transform-origin: top;
  border-bottom: 1px solid #eee;
}

.search-box-wrap.dropdown {
  max-height: 500px;
  opacity: 1;
  transform: scaleY(1);
  overflow: hidden;
}

.search-box-wrap.dropdown[style*="display: none"] {
  max-height: 0;
  opacity: 0;
  transform: scaleY(0);
  padding: 0 20px;
}

.search-box {
  position: relative;
  width: 300px;
  height: 36px;
  display: flex;
  align-items: center;
  border: 1px solid #c0c0c0;
  border-radius: 18px;
  background: #fff;
  padding: 0 12px;
  gap: 8px;
}

.section-box .search-box {
  width: 100%;
}

.search-icon {
  font-size: 16px;
  color: #999;
  flex-shrink: 0;
}

.search-input {
  flex: 1;
  border: none !important;
  font-size: 15px;
  background: transparent;
  padding: 8px 0;
  outline: none;
}

.btn-search {
  position: absolute;
  right: 16px;
  background: none;
  border: none;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 16px;
  color: #666;
  cursor: pointer;
}

.btn-search i {
  font-size: 16px;
}

/* 검색 인풋창 */

/* 체크 박스 */
.check-box-wrap {
  background-color: #eaeaea;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.check-box {
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
  font-size: 14px;
  gap: 8px;
}

.check-box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkbox-icon {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}

.check-box input:not(:checked)+.checkbox-icon {
  background-color: #fff;
}

.check-box input:checked+.checkbox-icon {
  background-color: #ff8000;
  border-color: #ff8000;
}

.check-box input:checked+.checkbox-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 40%;
  width: 6px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -50%) rotate(45deg);
}

/* 체크 박스 */

/* 라디오 박스 */
.radio-box {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
}

.radio-box input[type="radio"] {
  display: none;
}

.radio-icon {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #d7d7d7;
  display: inline-block;
  position: relative;
}

.radio-box input[type="radio"]:checked+.radio-icon {
  border-color: orange;
}

.radio-box input[type="radio"]:checked+.radio-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-color: #ff8000;
  border-radius: 50%;
}

/* 라디오 박스 */

/* 옵션 수량 조절 */
.option-qty {
  display: flex;
  align-items: center;
  width: 110px;
  height: 32px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}

.option-qty button {
  width: 30px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: #fff;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-radius: 0;
  transition: background-color .12s ease, transform .12s ease, box-shadow .12s ease, border-color .12s ease;
}

.option-qty button i {
  font-size: 20px;
  color: #ccc;
}

.option-qty button:active {
  box-shadow: inset 0 0 0 999px rgba(0, 0, 0, .03);
}

.option-qty button:active i {
  color: #000;
}

/* .option-qty button img {
  width: 14px;
  height: 100%;
} */

.option-qty input {
  display: flex;
  align-items: center;
  width: 50px;
  height: 100%;
  border: none;
  text-align: center;
  font-size: 16px;
  padding: 0;
  box-sizing: border-box;
}

/* 옵션 수량 조절 */

/* 버튼 */
.btn-small {
  padding: 5px 11px;
  font-size: 14px;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  min-height: 32px;
}

.btn-medium {
  padding: 8px 16px;
  font-size: 14px;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  text-align: center;
}

.btn-large {
  padding: 0 20px;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  line-height: normal;
  vertical-align: middle;
  height: 40px;
}


.btn-small.is-active {
  background-color: #ff8000;
  color: white;
  border-color: #ff8000;
}

.btn-orange {
  background-color: #ff8000;
  color: #fff;
  border: 1px solid #ff8000;
}

.btn-outline-orange {
  border: 1px solid #ff8000;
  color: #ff8000;
}

.btn-spotlight {
  font-size: 17px;
  font-weight: bold;
  margin: 60px 0;
}

.qna-button {
  display: block;
  width: 100%;
  background-color: #ffda8a;
  font-size: 15px;
  font-weight: 500;
  padding: 0 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  height: 40px;
  line-height: 40px;
}

.btn-full {
  display: block;
  width: 100%;
  box-sizing: border-box;
}

.btn-group {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 10px;
}

.btn-group>a,
.btn-group>button {
  flex: 1;
  text-align: center;
  max-width: 100%;
  box-sizing: border-box;
}

.btn-group-tight {
  gap: 0;
}

.btn-group-spaced {
  gap: 10px;
}

.center-btn-group {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}

.center-btn-group>button {
  font-size: 14px;
  background-color: #fff;
}

.fixed-btn-wrap,
.option-panel-fixed-btn-wrap {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  z-index: 10002;
  max-width: 100%;
  margin: 0 auto;
}

.fixed-btn-wrap .btn-like-main,
.option-panel-fixed-btn-wrap .btn-like-main {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  background-color: #f7f7f7;
}

.fixed-btn-wrap .btn-like,
.option-panel-fixed-btn-wrap .btn-like {
  flex: 0 0 46px;
  height: 100%;
  border: 1px solid #c0c0c0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-product-buy,
.fixed-btn-wrap .btn-cart,
.fixed-btn-wrap .btn-checkout,
.fixed-btn-wrap .btn-order,
.option-panel-fixed-btn-wrap .btn-panel-cart,
.option-panel-fixed-btn-wrap .btn-panel-checkout {
  flex: 1;
  height: 100%;
  border: none;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fixed-btn-wrap .btn-cart,
.option-panel-fixed-btn-wrap .btn-panel-cart {
  background: #c0c0c0;
}

.btn-product-buy,
.fixed-btn-wrap .btn-checkout,
.fixed-btn-wrap .btn-order,
.option-panel-fixed-btn-wrap .btn-panel-checkout {
  background: #ef2a23;
  ;
}


.btn-go-cart {
  display: block;
  width: 100%;
  padding: 13px 0;
  background-color: #ef2a23;
  ;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
}

.btn-submit-wrap {
  padding: 0 20px 20px;
}

.btn-submit {
  display: block;
  width: 100%;
  padding: 13px 0;
  border-radius: 4px;
  background-color: #ff8000;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}

.btn-disabled {
  display: block;
  width: 100%;
  padding: 13px 0;
  border-radius: 4px;
  background-color: #eaeaea;
  color: #858585;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}

.modal-btn-group {
  display: flex;
  gap: 10px;
  margin-top: 30px;
}

.btn-modal {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11px 0;
  border-radius: 4px;
  text-align: center;
  border: 1px solid transparent;
  height: 40px;
}

.btn-modal.cancel {
  background: #fff;
  text-decoration-line: underline;
  font-size: 17px;
}

.btn-modal.confirm {
  background-color: #ff8000;
  color: #fff;
  border: 1px solid #ff8000;
  font-weight: bold;
  font-size: 16px;
}

.modal-btn-group.is-double .btn-modal {
  flex: 1 1 50%;
}

.modal-btn-group.is-single .btn-modal {
  flex: 1 1 100%;
}

/* 버튼 */

/* 배송 상태 뱃지 */
.shipment-badge {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  padding: 12px 22px;
  border-radius: 9999px;
  vertical-align: middle;
  white-space: nowrap;
}

.shipment-badge-shipping {
  background-color: #ff8000;
  color: #fff;
}

.shipment-badge-delivered {
  background-color: #959595;
  color: #fff;
}

/* 배송 상태 뱃지 */

/* 별점 */
.star-wrap {
  display: flex;
  align-items: center;
}

.star-wrap span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
}

.star-wrap span img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* 별점 */

/* 구분선 */
.divider {
  width: 100%;
  height: 10px;
  background-color: #eaeaea;
}

.divider-thin {
  height: 1px;
}

/* 구분선 */

/* 헤더 */
.header {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  background-color: #fff;
}

.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 20px 0;
}

.header-logo img {
  height: 36px;
}

.header-buttons {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  justify-content: flex-end;
}

.header-button {
  background: none;
  border: none;
  font-size: 12px;
  cursor: pointer;
  padding: 0;
}

.header-button#search-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  text-align: center;
}

.header-button#search-toggle img {
  width: 24px;
}

.header-search {
  padding: 0 20px 28px;
}

.header-gnb {
  background-color: #fff;
  padding: 20px;
  position: sticky;
  top: -1px;
  z-index: 1000;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transform: translate3d(0, 0, 0);
  overflow: hidden !important;
}

.header-gnb-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.header-gnb-scroll::-webkit-scrollbar {
  display: none;
}

.header-gnb-list {
  display: flex;
  flex-wrap: nowrap;
  gap: 24px;
  margin-bottom: 0;
  min-width: max-content;
}

.header-gnb-item a {
  white-space: nowrap;
  font-size: 16px;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s;
}

.header-gnb-item a:hover {
  color: var(--primary-color);
}

/* 헤더 */

/* gnb-menu  */
.gnb-menu {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 0.5px solid #b5b5b5;
  background: #fff;
  z-index: 1000;
  transition: transform 0.3s ease;
}

.gnb-menu.hide {
  transform: translateX(-50%) translateY(100%);
}

.gnb-menu-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  background: none;
  border: none;
  padding: 0;
  text-decoration: none;
  cursor: pointer;
}

.gnb-menu-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
}

.gnb-menu-icon i {
  font-size: 24px;
  color: #000;
  opacity: 0.9;
}

.gnb-menu-label {
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  color: #858585;
}

.gnb-menu-item.on .gnb-menu-icon {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.1);
}

.gnb-menu-item.on .gnb-menu-label {
  color: #000;
}

/* gnb-menu */

/* 푸터 */
.site-footer.footer--mobile {
  background-color: #fafafa;
  border-top: 1px solid #e9e9e9;
  color: #222;
}

.footer--mobile .footer-inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 12px 20px 60px;
}

.footer--mobile .footer-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #eee;
}

.footer--mobile .footer-links a {
  font-size: 13px;
  color: inherit;
  text-decoration: none;
}

/* .footer--mobile .footer-links a:not(:last-child)::after {
			content: "|";
			display: inline-block;
			margin-left: 10px;
			color: #cfcfcf;
			line-height: 1;
		} */

.footer--mobile .footer-links a:hover {
  text-decoration: underline;
}

.footer--mobile .footer-section {
  padding: 14px 0;
}

.footer--mobile .footer-title {
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 10px;
}

.footer--mobile .footer-notice-list {
  list-style: disc;
  padding-left: 1.2rem;
  display: block;
}

.footer--mobile .footer-notice-list li {
  display: list-item;
  list-style: disc;
}

.footer--mobile .footer-notice-list li::marker {
  font-size: 0.7em;
}

.footer--mobile .notice-link {
  display: inline-block;
  font-size: 14px;
  line-height: 1.4;
  color: #333;
  text-decoration: none;
}

/* .footer--mobile .notice-link:hover {
			text-decoration: underline;
		} */

.footer--mobile .footer-about-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
}

.footer--mobile .footer-about-links a {
  font-size: 14px;
  color: #666;
  text-decoration: underline;
}

.footer--mobile .footer-about-links a:hover {
  text-decoration: underline;
}

.footer--mobile .footer-info-list {
  display: grid;
  gap: 4px;
  font-size: 13px;
  color: #666;
}

.footer--mobile .link-underline {
  text-decoration: underline;
}

.footer--mobile .footer-tel {
  font-size: 20px;
  font-weight: 800;
  margin: 0 0 4px;
}

.footer--mobile .footer-email a {
  font-size: 14px;
  color: #333;
  text-decoration: none;
}

.footer--mobile .footer-time {
  font-size: 13px;
  color: #666;
  margin-top: 8px;
}

.footer--mobile .footer-badges {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 12px 0 0;
}

.footer--mobile .footer-badges img {
  height: 28px;
}

.footer--mobile .footer-cs-row {
  display: flex;
  align-items: flex-end;
  gap: 16px;
}

.footer--mobile .footer-cs-info {
  flex: 1;
  min-width: 0;
}

.footer--mobile .footer-socials {
  margin-left: auto;
  display: flex;
  gap: 12px;
  align-items: center;
}

.footer--mobile .footer-socials img {
  width: 36px;
  height: 36px;
  display: block;
}

.footer--mobile .footer-copyright {
  border-top: 1px solid #eee;
  padding-top: 12px;
  font-size: 12px;
  color: #888;
  text-align: center;
}

/* 메인 */
main {
  width: 100%;
  min-height: calc(100vh - 60px);
  padding-bottom: 70px;
  margin-bottom: 0;
  overflow-x: hidden;
}

/* 메인 */

/* 페이지별 헤더 */
.page-header {
  display: flex;
  align-items: center;
  padding: 16px 20px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  max-height: 90px;
  background: #fff;
  z-index: 1000;
  border-bottom: 1px solid #e6e6e6;
}

.page-header .btn-back,
.page-header .btn-close {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  background: none;
  border: none;
  padding: 0;
  margin-right: 12px;
}

.page-header .btn-back img {
  width: 20px;
  height: auto;
  object-fit: contain;
  display: block;
}

.page-header .page-title-wrap {
  display: flex;
  align-items: center;
}

.page-header .page-title {
  font-size: 17px;
  font-weight: 700;
  line-height: 30px;
}

.cart-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.header-left {
  display: flex;
  align-items: center;
}

.cart-icon-wrapper {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.cart-icon-wrapper>img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.cart-badge {
  position: absolute;
  top: -4px;
  right: -4px;
  display: inline-block;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  font-size: 10px;
  font-weight: bold;
  line-height: 16px;
  text-align: center;
  color: #ffffff;
  background-color: #ef2a23;
  ;
  border-radius: 8px;
  white-space: nowrap;
}

/* 페이지별 헤더 */

/* 배너 - 서브 */
.sub-banner {
  padding: 0 20px;
  margin-bottom: 40px;
}

.sub-banner a {
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
  background-color: #ffae00;
}

.sub-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 배너 - 서브 */

/* 상품 카드 */
.product-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.product-card-thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 16px;
}

.product-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
  opacity: 0.9;
}

.product-card-link:hover img {
  transition: transform 0.3s ease;
  transform: scale(1.05);
}

.btn-product-like {
  position: absolute;
  bottom: 4px;
  left: 4px;
  padding: 0 8px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.9);
  font-size: 12px !important;
  color: #111;
  display: flex;
  align-items: center;
  gap: 2px;
  height: 32px;
  font-weight: 500;
  line-height: 1;
}

.btn-product-like i {
  font-size: 16px;
  line-height: 1;
}

.btn-product-like .icon-like {
  color: #ef2a23;
}

.btn-product-like .like-count {
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
}

.btn-product-like.on .like-count {
  color: #ef2a23;
}

/* 상품명 링크 스타일 */
.product-card-name {
  text-decoration: none;
  color: inherit;
  display: block;
}

.product-card-name:hover {
  text-decoration: none;
  color: inherit;
}

/* 좋아요 버튼 아이콘 전환 */
.btn-product-like i {
  transition: all 0.2s ease;
  font-size: 16px;
}

/* 기본 상태: 빈 하트만 표시 */
.btn-product-like i.ri-heart-3-fill {
  display: none !important;
}

.btn-product-like i.ri-heart-3-line {
  display: inline-block !important;
  color: #666;
}

/* 좋아요 상태: 채워진 하트만 표시 */
.btn-product-like.is-liked i.ri-heart-3-fill {
  display: inline-block !important;
  color: #ff4757 !important;
}

.btn-product-like.is-liked i.ri-heart-3-line {
  display: none !important;
}

.btn-product-cart {
  position: absolute;
  right: 4px;
  bottom: 4px;
  z-index: 2;
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
}

.btn-product-cart i {
  font-size: 16px;
  color: var(--primary-color);
}

.btn-product-cart .icon-cart {
  display: block;
  width: 16px;
}

.product-card-info {
  padding: 8px 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}


/* 상품 카드 태그 스타일 */
.product-card-tags {
  display: flex;
  flex-wrap: wrap;
  margin: 7px 0;
  gap: 4px;
  width: 100%;
}

.tag-label {
  display: flex;
  align-items: center;
  min-height: 21px;
  padding: 2px 4px;
  border: #000 1px solid;
  border-radius: 2px;
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
  box-sizing: border-box;
  word-break: break-all;
}

.tag-blue {
  color: #285aff;
  border: 1px solid #4972f8;
}

.tag-purple {
  color: #6A30A9;
  border: 1px solid #7E40BA;
}

.tag-yellow {
  color: #ff8000;
  border: 1px solid #b57331;
}

.tag-green {
  color: #1b8b34;
  border: 1px solid #278b3d;
}

.tag-red {
  color: #F94D4D;
  ;
  border: 1px solid #FF7777;
}

.tag-orange {
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.tag-gray {
  color: #555;
  border: 1px solid #999;
}

.product-card-name {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.product-card-price {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
}

.product-card-price .normal-price {
  font-size: 14px;
  color: #959595;
  text-decoration: line-through;
  display: block;
  width: 100%;
}

.product-card-price .sale-percent {
  font-size: 16px;
  color: #ef2a23;
  font-weight: 500;
  margin-right: 4px;
}

.product-card-price .selling-price {
  font-size: 18px;
  font-weight: 700;
}

.product-card-review {
  display: flex;
  align-items: center;
  gap: 6px;
}

.product-card-review .review-count {
  font-size: 14px;
  color: #959595;
}

/* 상품 카드 */

/* 상품 리스트 슬라이드 */
.product-list-slider {
  visibility: hidden;
}

.product-list-slider.swiper-initialized {
  visibility: visible;
}

.product-list-slider-wrap {
  padding: 20px 0 20px 20px;
  border-top: 1px solid #eee;
}

.product-list-slider-wrap .list-title-wrap {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 20px;
}

.product-list-slider-wrap .list-title-wrap .title {
  font-weight: 700;
  font-size: 17px;
  line-height: 1.4;
  width: calc(100% - 64px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-list-slider-wrap .list-title-wrap a,
.btn-more-view {
  font-size: 13px;
  font-weight: 500;
  display: flex;
  align-items: center;
  white-space: nowrap;
  flex-shrink: 0;
}

.product-list-slider-wrap .list-title-wrap a img,
.btn-more-view img {
  margin-left: 4px;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  opacity: 0.6;
  margin-top: -2px;
}


/* 상품 리스트 슬라이드 */

/* 상품 리스트 그리드 */
.product-list-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.product-list-grid .product-item {
  width: 100%;
  box-sizing: border-box;
}

/* 상품 리스트 그리드 */

/* 옵션 패널 */
.slide-up-panel {
  width: 100%;
  max-width: 100%;
  padding-top: 36px;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  background: #fff;
  box-shadow: 0px -2px 4px 0px #00000040;
  max-height: 90vh;
  overflow-y: auto;
}

.slide-up-panel .btn-close {
  width: 42px;
  height: 4px;
  border-radius: 4px;
  background: #d9d9d9;
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
}

/* 옵션 패널 */

/* 섹션 디자인 */
.section-box {
  padding: 20px;
}

.page-header+.section-box {
  padding: 90px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.section-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}

.section-note {
  color: #5e5e5e;
}

.section-intro {
  text-align: center;
  margin-bottom: 5px;
  font-size: 15px;
}

/* 섹션 디자인 */

/* 폼 */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.form-group label {
  font-size: 15px;
  font-weight: 600;
  width: 100px;
  flex-shrink: 0;
}

select {
  padding: 5px 10px;
  border: 1px solid #d9d9d9;
  color: #a7a7a7;
  cursor: pointer;
  height: 40px;
}

select:valid {
  color: #000;
}

.form-group input,
.form-group select {
  flex: 1;
  line-height: 1;
  font-size: 14px;
}

.form-desc-wrapper {
  display: flex;
  align-items: center;
  margin-left: 112px;
  gap: 2px;
}

.form-desc-wrapper img {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.form-desc {
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  color: #858585;
}

/* 폼 */

/* 인풋 with 버튼 */
.input-wrap {
  display: flex;
  align-items: center;
  flex: 1;
}

.input-wrap>input,
.input-wrap .input-with-btn,
.input-wrap .input-with-unit input {
  line-height: 1;
  font-size: 14px;
}

.input-wrap input[type="number"] {
  width: 110px;
  flex: 0 0 auto;
}

.input-wrap>input:not([type="number"]) {
  flex: 1;
  min-width: 0;
}

.input-with-btn {
  flex: 0 0 auto;
  padding: 5px 10px;
  height: 40px;
  background: #f5f5f5;
  border: 1px solid #d9d9d9;
  border-left: none;
  font-size: 12px !important;
}

.input-with-unit {
  position: relative;
  display: inline-flex;
  flex: 0 0 auto;
}

.input-with-unit input {
  padding-right: 2em;
}

.input-with-unit .unit {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 14px;
}

/* 인풋 with 버튼 */

/* 요약 */
.summary-row {
  display: flex;
  align-items: center;
  font-size: 15px;
  gap: 12px;
  padding: 6px 0;
}

.summary-row.total {
  font-size: 17px;
  font-weight: 700;
}

.value-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.summary-label {
  font-size: 15px;
  font-weight: 600;
  width: 100px;
  flex-shrink: 0;
}

.summary-value {
  font-weight: bold;
  font-size: 16px;
}

.expected-point {
  font-size: 12px;
  line-height: 1.2;
}

/* 요약 */

/* 탭 디자인 */
.tab-group,
.period-group {
  display: flex;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  overflow: hidden;
  text-align: center;
}

.payment-group {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  overflow: hidden;
}

.tab-button,
.period-button,
.payment-button {
  padding: 9px;
  font-size: 15px;
  border: none;
  border-right: 1px solid #d9d9d9;
  cursor: pointer;
  flex: 1;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tab-button:last-child,
.period-button:last-child,
.payment-button:last-child {
  border-right: none;
}

.tab-button.active,
.period-button.active,
.payment-button.active {
  background: #ff8000;
  color: #fff;
  font-weight: bold;
}

.tab-group-center {
  white-space: nowrap;
}

/* 탭 디자인 */

/* 안내 */
.guide-list {
  display: flex;
  flex-direction: column;
  line-height: 1.4;
  font-size: 13px;
  color: #5e5e5e;
  gap: 8px;
}

.guide-list li {
  display: flex;
  gap: 8px;
}

.guide-list a {
  white-space: nowrap;
  display: inline-block;
}

.dot {
  display: flex;
  align-items: flex-start;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
}

/* 안내 */

/* 구매 상품 요약 */
.product-thumb-wrap {
  width: 65px;
  height: 65px;
  flex-shrink: 0;
  overflow: hidden;
  background-color: #f4f4f4;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
  min-width: 0;
}

.product-title {
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  font-weight: 500;
}

.product-title span,
.product-price strong {
  font-size: 16px;
  margin-right: 4px;
}

.product-option,
.product-qty {
  font-size: 14px;
  color: #5e5e5e;
}


/* 주문 상품 리스트 */
.order-item {
  background: #fff;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
}

.order-summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
}

.product-list-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  padding: 20px;
}

.product-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.order-cancel-number {
  font-size: 20px;
  font-weight: 600;
}

.product-info-wrapper {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.product-info {
  display: flex;
  flex: 1;
  min-width: 0;
  gap: 18px;
}

.item-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
}

.item-actions .order-status {
  font-size: 16px;
  font-weight: 500;
}

.more-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 주문 상품 리스트 */

/* 2열  */
.info-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 17px;
}

.info-item {
  display: contents;
}

.info-label {
  font-size: 16px;
}

.info-value {
  text-align: right;
  font-size: 16px;
}

.info-item.total .info-value {
  font-size: 19px;
}

/* 2열  */

/* 마이페이지 공통 리스트 컴포넌트 */
.account-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.account-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #e6e6e6;
  gap: 10px;
}

.account-left {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.account-desc {
  font-size: 17px;
}

.account-date {
  font-size: 15px;
  color: #858585;
}

.account-date .date-created,
.account-date .date-expire {
  font-size: inherit;
}

.account-amount-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.account-amount {
  font-size: 19px;
  font-weight: 500;
  text-align: right;
  white-space: nowrap;
}

.account-item.plus .account-amount {
  color: #ff8000;
}

.account-item.minus .account-amount {
  color: #858585;
}

.tab-content.hidden {
  display: none;
}

.account-badge {
  font-size: 12px;
  padding: 8px 16px;
  border-radius: 4px;
  display: inline-block;
  align-items: center;
  text-align: center;
}

.account-badge.badge-pending {
  background-color: rgba(255, 218, 138, 0.5);
  color: #5e5e5e;
  border: 1px solid #f9c454;
}

.account-badge.badge-done {
  background-color: #f0f0f0;
  color: #5e5e5e;
  border: 1px solid #b5b5b5;
}

.empty-message {
  text-align: center;
  padding: 40px 0;
  font-size: 18px;
  font-weight: 500;
  color: #5e5e5e;
}

/* 마이페이지 공통 내역 리스트 컴포넌트 */

/* 고객센터 뱃지 */
.badge-center {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  margin-right: 10px;
  text-align: center;
  font-weight: 500;
}

.badge-notice,
.badge-answered {
  color: #ef2a23;
  border-color: #ef2a23;
}

.badge-reply {
  color: #ff8000;
  border-color: #ff8000;
}

.badge-new {
  color: #1b8b34;
  border-color: #1b8b34;
  background-color: #fff;
}

/* 고객센터 뱃지 */

/* 고객센터 공통 레이아웃 */
.center-page .tab-group {
  margin-bottom: 20px;
}

.center-list ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.center-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 20px;
  gap: 6px;
}

.center-header {
  display: flex;
  align-items: center;
}

.center-header-title {
  font-size: 18px;
  display: flex;
  align-items: flex-start;
  line-height: 1.4;
  word-break: keep-all;
}

.center-header-title .title-text {
  font-size: 17px;
}

.lock-icon-wrapper {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 25px;
}

.lock-icon-wrapper img {
  width: 100%;
}

.center-body-text {
  font-size: 15px;
}

.center-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #858585;
}

.center-meta-info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.center-meta-info span {
  font-size: 15px;
}

.center-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.center-meta-icon {
  width: 14px;
  height: 14px;
  display: block;
}

.center-body {
  padding: 33px 24px;
  background-color: #f5f5f5;
  font-size: 15px;
  line-height: 1.5;
}

.center-toggle-btn {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
}

.center-toggle-btn img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.2s ease;
}

.center-toggle-btn[aria-expanded="true"] img {
  transform: rotate(180deg);
}

/* 댓글 영역 */
.comment-section {
  border-top: 1px solid #e5e5e5;
  margin: 20px 0;
}

.comment-title {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid#e5e5e5;
  padding: 16px 20px;
}

.comment-list {
  padding: 0 20px 0 20px;
}

.comment-title span {
  font-size: 16px;
}

.comment-item {
  border-bottom: 1px solid #e2e2e2;
  padding: 20px 0;
}

.comment-item:last-child {
  border-bottom: none;
}

.comment-text {
  font-size: 15px;
  line-height: 1.4;
  margin: 10px 0;
}

.comment-form {
  display: flex;
  gap: 8px;
  margin: 20px;
}

.comment-header {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #666;
  margin-bottom: 10px;
}

.comment-user {
  font-weight: bold;
  margin-right: 8px;
}

.comment-datetime {
  font-weight: normal;
}

.comment-text {
  margin: 0;
  font-size: 14px;
}

.comment-input {
  flex: 1;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  resize: vertical;
}

.comment-edit-input {
  width: 100%;
  min-height: 80px;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-bottom: 8px;
}

.btn-comment-submit {
  padding: 0 16px;
  background: #ff8000;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.btn-comment-submit:disabled {
  background: #a0cfff;
  cursor: not-allowed;
}

.comment-btn-group,
.edit-btn-group {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 10px;
}

.comment-btn-group .btn-save {
  background-color: #ff8000;
  color: #fff;
  border: none;
}


/* 고객센터 공통 레이아웃 */

/* 사진 업로드  */
.review-upload {
  display: flex;
  align-items: center;
  gap: 12px;
}

.btn-upload-image {
  width: 50px;
  height: 50px;
  border: 1px solid #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  cursor: pointer;
}

.upload-count {
  font-size: 15px;
  color: #858585;
  font-variant-numeric: tabular-nums;
}

.upload-count .current-count {
  font-size: inherit;
}

.preview-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.preview-item {
  position: relative;
  width: 50px;
  height: 50px;
  border: 1px solid #d9d9d9;
  overflow: hidden;
}

.preview-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.btn-delete-image {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 18px;
  height: 18px;
  color: white;
  font-size: 14px;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 사진 업로드 */

/* 모달창 */
.modal-overlay {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.modal-overlay.hidden {
  display: none;
}

.modal-overlay.active {
  display: flex;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(2px);
}

.modal-content {
  position: relative;
  background: #fff;
  border-radius: 8px;
  padding: 50px 40px;
  width: 100%;
  max-width: 370px;
  z-index: 1001;
}

.modal-title {
  font-size: 17px;
  font-weight: 500;
}

.modal-subtitle {
  font-size: 17px;
  font-weight: 500;
}

.modal-checkbox {
  margin: 20px 0 50px 0;
}

.modal-checkbox-text {
  font-size: 16px;
  font-weight: 500;
}

/* 모달창 */

/* 검색 상품 개수 표시 */
.product-count-summary span {
  font-size: 17px;
}

/* 검색 상품 개수 표시 */

/* 더보기 버튼 클릭 시 나오는 리스트 모달 컴포넌트 */
.more-modal-overlay {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 10003;
  overflow-y: auto;
  background: #fff;
  -webkit-overflow-scrolling: touch;
}

.more-modal-overlay.hidden {
  display: none;
}

.more-modal-overlay.active {
  display: block;
}

.more-modal-content {
  min-height: 100vh;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 30px 20px;
  position: relative;
  overflow-y: auto;
}

.more-modal-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #fff;
  padding: 0 20px;
  border-bottom: 1px solid var(--border-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
}

.more-modal-header .more-modal-title {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
}

.more-modal-header .more-modal-close-btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.more-modal-header .more-modal-close-btn img {
  width: 30px;
  height: 30px;
}

.more-modal-content {
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.more-modal-content::-webkit-scrollbar {
  display: none;
}

.more-modal-product-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.more-modal-product-item {
  width: 100%;
  border-bottom: 1px solid #ededed;
  margin: 0;
  padding: 0;
}

.more-modal-product-item:last-child {
  border-bottom: none;
}

.more-modal-product-item-inner {
  display: flex;
  gap: 20px;
  padding: 30px 0;
}

.more-modal-product-thumb {
  width: 72px;
  height: 72px;
  flex-shrink: 0;
  border-radius: 4px;
  overflow: hidden;
  background-color: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
}

.more-modal-product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.more-modal-product-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
}

.more-modal-product-name {
  font-size: 15px;
  line-height: 1.2;
}

.more-modal-product-price {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.more-modal-product-normal-price {
  font-size: 12px;
  color: #959595;
  text-decoration: line-through;
  margin: 0;
}

.more-modal-product-sale-price {
  display: flex;
  gap: 8px;
  align-items: baseline;
  margin: 0;
}

.more-modal-product-sale-percent {
  font-size: 17px;
  color: #ef2a23;
  font-weight: 500;
}

.more-modal-product-selling-price {
  font-size: 19px;
  font-weight: 600;
}

.more-modal-body {
  position: relative;
  padding: 54px 0 0;
}

/* 더보기 버튼 클릭 시 나오는 리스트 모달 컴포넌트 */

/* 배송지 관리 모달창 */
.address-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 10000;
}

.address-modal-overlay.active {
  visibility: visible;
  opacity: 1;
}

.address-modal-content {
  position: relative;
  width: 90%;
  max-width: 360px;
  max-height: 80vh;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 8px;
  padding: 40px 14px 40px 30px;
}

.address-modal-content .address-list {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  margin: 0 0 20px;
  padding-right: 16px;
  list-style: none;
}

.address-modal-content .radio-icon {
  margin-top: 6px;
}

.btn-modal-close {
  position: absolute;
  top: 16px;
  right: 20px;
}

.address-item {
  border-top: 1px solid #eee;
}

.address-item:first-child {
  border-top: none;
}

.address-item label {
  display: flex;
  align-items: flex-start;
  padding: 20px 0;
  cursor: pointer;
}

.address-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  font-weight: normal;
}

.address-info p {
  font-size: 15px;
}

.address-label {
  margin: 0 0 6px;
  font-weight: 700;
}

.address-text {
  line-height: 1.5;
}

.btn-action-edit,
.btn-action-delete {
  font-size: 13px;
  text-decoration-line: underline;
  color: #858585;
}

.address-actions {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin-bottom: 20px;
}

/* 배송지 관리 모달창 */

/* 배송지 추가 모달 */
.add-address-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 10000;
}

.add-address-modal-overlay.active {
  visibility: visible;
  opacity: 1;
}

.address-form-body {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  margin-bottom: 20px;
  padding-right: 16px;
}

.address-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 20px 0;
}

.address-form label {
  font-size: 15px;
  font-weight: 600;
  margin-top: 10px;
}

.address-form input[type="text"],
.address-form input[type="tel"],
.address-form select {
  font-size: 14px;
  width: 100%;
}

.address-form .address-row {
  display: flex;
}

.address-form .address-row input {
  flex: 1;
}

.address-form label.label-save-default {
  font-size: 14px;
  font-weight: normal;
  margin: 20px 0 40px 0;
  color: #5e5e5e;
}

.address-form .btn-delete {
  font-size: 15px;
}

.address-form .btn-save {
  font-size: 15px;
  font-weight: 700;
}

/* 배송지 추가 모달 */

/* 옵션 선택 패널 */
.option-backdrop {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(2px);
  background: rgba(0, 0, 0, 0.2);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 9998;
  max-width: 100%;
  margin: 0 auto;
}

.option-backdrop.active {
  visibility: visible;
  opacity: 1;
}

.option-slide-up-panel {
  position: fixed;
  bottom: 0;
  width: 100%;
  max-height: 90vh;
  background: #fff;
  border-radius: 12px 12px 0 0;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.15);
  visibility: hidden;
  opacity: 0;
  transform: translateY(100%);
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
  z-index: 10003;
  max-width: 100%;
  margin: 0 auto;
}


.option-slide-up-panel.active {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.option-panel-handle {
  width: 40px;
  height: 4px;
  background-color: #ccc;
  border-radius: 2px;
  margin: 15px auto;
  cursor: pointer;
}

.option-panel-inner {
  padding: 0 20px 60px;
}

.option-panel-title {
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
  padding: 0 20px 20px;
  border-bottom: 1px solid #e0e0e0;
}

.option-subtitle {
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0;
}

.option-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-height: 60vh;
  margin-bottom: 16px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.option-list::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

.option-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding-bottom: 12px;
}

.option-thumb {
  width: 72px;
  height: 72px;
  flex-shrink: 0;
  border-radius: 4px;
  overflow: hidden;
  background-color: #f8f8f8;
}

.option-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.option-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.option-name {
  font-size: 18px;
  line-height: 1.5;
}

.option-price {
  display: flex;
  flex-direction: column;
}

.price-bottom-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.option-price-left {
  display: flex;
  gap: 8px;
  align-items: baseline;
}

.option-normal-price {
  font-size: 12px;
  color: #959595;
  text-decoration: line-through;
}

.option-sale-percent {
  font-size: 17px;
  color: #ef2a23;
  font-weight: 500;
}

.option-selling-price {
  font-size: 20px;
  white-space: nowrap;
  color: #000;
  font-weight: 600;
}

/* 옵션 선택 패널 */

/* 장바구니 담기 완료 패널 */
.option-selected-slide-up-panel {
  box-sizing: border-box;
  overflow-x: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
  border-radius: 12px 12px 0 0;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.15);
  z-index: 10002;
  max-width: 100%;
  margin: 0 auto;
}

.selected-panel-inner {
  text-align: center;
}

.selected-panel-text-group {
  margin-bottom: 58px;
}

.selected-panel-subtitle {
  font-size: 16px;
  color: #858585;
  margin: 28px 0 8px 0;
}

.selected-panel-title {
  font-size: 20px;
}

.selected-panel-title .product-count {
  font-size: 20px;
  font-weight: 500;
}

.option-selected-slide-up-panel .shop-view-related-wrap {
  border-bottom: none;
  padding: 0;
}

/* 장바구니 담기 완료 패널 */

/* 카테고리 패널 */
.category-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 100;
  pointer-events: auto;
}

.category-slide-up-panel {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  max-height: 70%;
  overflow-y: auto;
  z-index: 101;
  max-width: 100%;
  margin: 0 auto;
}

.category-panel-handle {
  width: 40px;
  height: 4px;
  background: #ccc;
  border-radius: 2px;
  margin: 8px auto;
}

.category-panel-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  border-bottom: 1px solid #f0f0f0;
}

.category-panel-title {
  margin: 16px 20px 0;
  font-size: 18px;
  font-weight: 600;
}

.category-close {
  background: none;
  border: none;
  padding: 8px;
  cursor: pointer;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.category-close:hover {
  background-color: #f5f5f5;
}

.category-close img {
  width: 24px;
  height: 24px;
}

.category-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 40px 30px;
}

.category-list:not(:has(.category-list-items li)) {
  margin: 0;
  /* li 없으면 margin 제거 */
}

.category-item {
  font-size: 18px;
  cursor: pointer;
}

/* 공통 안내 모달창 */
.alert-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.alert-modal.hidden {
  display: none;
}

.alert-modal.active {
  display: flex;
}

.alert-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.alert-modal-container {
  position: relative;
  background: #fff;
  border-radius: 8px;
  padding: 50px 40px;
  width: 100%;
  max-width: 370px;
  z-index: 1001;
}

.alert-modal-title {
  font-size: 20px;
  font-weight: 600;
  text-align: start;
}

.alert-modal-body {
  font-size: 16px;
  margin-top: 12px;
  line-height: 1.5;
}

/* 소개, 이용 안내, 딴지마켓 입점안내  */
.market-user-guide,
.market-intro-info,
.market-vendor-guide {
  width: 100%;
  line-height: 20px;
  color: #555;
  box-sizing: border-box;
  text-align: justify;
}

.market-user-guide h2,
.market-intro-info h2,
.market-vendor-guide h2 {
  font-size: 16px;
  color: #1a1a1a;
  font-weight: 700;
  letter-spacing: -0.5px;
  border-bottom: 2px solid #ff8000;
  margin: 32px 0 16px 0;
  padding-bottom: 8px;
  position: relative;
  line-height: 1.3;
}

.market-user-guide>section:first-child h2,
.market-intro-info>section:first-child h2,
.market-vendor-guide>section:first-child h2 {
  margin-top: 0;
}

.section-content p {
  font-size: 14px;
}

.section-content strong {
  color: #000;
}

.note-box {
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 16px;
  margin: 16px 0;
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}

.contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.contact-item span {
  font-size: 14px;
}

.contact-item .contact-link {
  font-size: 14px;
}

.contact-label {
  font-weight: 600;
  margin-right: 8px;
  min-width: 60px;
}

.apply-btn {
  display: inline-block;
  background: #1a1a1a;
  color: white;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  margin-top: 16px;
  transition: background-color 0.2s;
}

/* 주문 페이지 */
.order-page {
  padding: 70px 0;
}

.order-page .form-group {
  gap: 0;
}

.order-page .form-row {
  margin-bottom: 15px;
}

.order-page .summary-row {
  margin-bottom: 9px;
}

.order-page .form-row+.form-desc-wrapper {
  margin-top: -10px;
}

.order-page .form-desc-wrapper {
  margin-bottom: 15px;
}

.order-page .radio-box {
  margin-bottom: 16px;
}

.order-page .radio-box>input[type="radio"] {
  position: absolute !important;
  opacity: 0 !important;
  width: 1px !important;
  height: 1px !important;
  pointer-events: none;
}

.order-page .radio-box {
  display: block;
  margin: 8px 0;
}

.order-page .radio-box>.radio-icon {
  vertical-align: middle;
  margin-right: 4px;
  background-color: #fff;
  /* margin-bottom: 4px; */
}

/* 후기 관련 */
.myreview-date {
  font-size: 14px;
  color: #858585;
}

.myreview-text-wrap {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.myreview-text {
  font-size: 15px;
  line-height: 1.5;
  margin: 20px 0;
}

.myreview-text.expanded {
  display: block;
  -webkit-line-clamp: unset;
  overflow: visible;
}

.btn-toggle-review {
  text-align: end;
  font-size: 14px;
  color: #aaa;
  margin-bottom: 20px;
}

.myreview-star-wrap {
  display: flex;
  align-items: center;
  gap: 0;
}

.myreview-star-wrap img {
  width: 16px;
  height: 16px;
}

.product-list-item+.product-list-item {
  border-top: 1px solid #e2e2e2;
  padding-top: 30px;
}

.btn-large .count {
  font-weight: 500;
  color: #858585;
}

.btn-vote,
.btn-comment {
  gap: 6px;
}

.btn-vote.is-active .count {
  font-weight: 700;
  color: #ff8000;
}

.btn-comment.is-active {
  border-color: #ff8000;
  color: #ff8000;
}

.btn-comment.is-active .count {
  color: #ff8000;
  font-weight: 700;
}

.comment-author {
  font-weight: 500;
  margin-bottom: 6px;
}

.comment-date {
  color: #858585;
  margin-left: 6px;
}

.product-brand {
  font-weight: bold;
}

.product-name {
  display: inline;
}

.review-shipped-date {
  font-size: 14px;
  color: #858585;
}

.btn-write-review {
  margin: 30px 0 0 0;
  font-size: 15px;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.btn-write-review .text-black,
.btn-write-review .text-orange {
  font-size: inherit;
  font-weight: 500;
}

.review-guide-text {
  font-size: 15px;
  color: #858585;
}

/* 후기 상세 모달 */
.modal.hidden,
.review-detail-modal.hidden {
  display: none;
}

body.no-scroll {
  overflow: hidden;
}

#detailModal .modal-container {
  position: fixed;
  top: 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background: #fff;
  border-radius: 0;
  overflow-y: auto;
  box-shadow: none;
  z-index: 3;
}

.review-detail-container {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.review-detail-page .review-item {
  padding: 90px 20px 20px;
}

.review-stars {
  display: flex;
  align-items: center;
  gap: 0px;
}

.review-stars img {
  width: 20px;
  height: 20px;
  display: block;
}

.review-card {
  width: 100%;
  text-align: left;
  border: none;
  background: none;
}

.review-meta {
  display: flex;
  gap: 8px;
  margin-bottom: 18px;
}

.review-user {
  font-size: 15px;
  color: #000;
}

.review-content {
  margin-bottom: 18px;
}

.review-text {
  font-size: 14px;
  flex: 1;
  line-height: 1.5;
  margin-bottom: 18px;
}

.review-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.review-date {
  color: #858588;
}

.review-detail-page .review-images {
  display: block;
  width: 100%;
  margin-bottom: 16px;
  overflow: visible;
}

.review-detail-page .review-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-bottom: 16px;
}

.btn-view-more {
  display: block;
  width: calc(100% - 40px);
  margin: 40px auto 0;
  padding: 12px 0;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  border: 1px solid #333;
  border-radius: 4px;
}

/* 후기 상세 모달 관련*/
.more-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10000;
  overflow: auto;
}

.review-detail-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  z-index: 10003;
  background: #fff;
  width: 100%;
  min-height: 100vh;
  box-sizing: border-box;
}

/* 다음 주소검색 API UI 수정 */
#postlayer>a {
  line-height: 30px;
}

.form_search .tf_keyword {
  font-size: 16px !important;
}

/* 모바일 오늘 단하루 특가 카운트다운 */
.today-special-countdown-mobile {
  width: 100%;
  height: 100px;
  background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
  padding: 20px;
  margin: 0;
  border-radius: 16px;
  text-align: center;
  color: white;
  box-shadow: 0 8px 25px rgba(255, 107, 53, 0.3);
  position: relative;
  overflow: hidden;
}

.today-special-countdown-mobile::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="sparkles-mobile" x="0" y="0" width="15" height="15" patternUnits="userSpaceOnUse"><circle cx="2" cy="2" r="0.8" fill="rgba(255,255,255,0.1)"/><circle cx="13" cy="13" r="0.4" fill="rgba(255,255,255,0.15)"/><circle cx="8" cy="11" r="0.6" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23sparkles-mobile)"/></svg>') repeat;
  pointer-events: none;
}

.countdown-header-mobile {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  z-index: 1;
}

.countdown-title-mobile {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

.countdown-title-mobile i {
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
}

.countdown-header-mobile .btn-go {
  display: inline-block;
  padding: 4px 12px;
  color: #fff;
  font-size: 12px;
  border: 1px solid #fff;
  border-radius: 40px;
}

.countdown-timer-mobile {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  position: relative;
  z-index: 1;
}

.countdown-item-mobile {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.countdown-number-mobile {
  /*  background: rgba(255, 255, 255, 0.2);
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px; */
  font-size: 24px;
  font-weight: 700;
  padding: 6px 2px;
  margin-bottom: 5px;
  transition: all 0.3s ease;
}

/* 
/* .countdown-number-mobile:active {
  transform: scale(0.95);
} */
*/ .countdown-label-mobile {
  font-size: 10px;
  font-weight: 600;
  opacity: 0.9;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* 
.countdown-separator-mobile {
  font-size: 20px;
  font-weight: 900;
  opacity: 0.8;
  animation: blink 1s ease-in-out infinite;
  margin: 0 2px;
}

.countdown-message-mobile {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  opacity: 0.95;
  position: relative;
  z-index: 1;
} */
/* 
.countdown-message-mobile i {
  font-size: 14px;
  animation: swing 2s ease-in-out infinite;
} */
/* 

@keyframes blink {
  0%, 50% { opacity: 1; }
  25%, 75% { opacity: 0.3; }
}

@keyframes swing {
  0%, 100% { transform: rotate(0deg); }
  25% { transform: rotate(3deg); }
  75% { transform: rotate(-3deg); }
} */

/* 매우 작은 화면 대응 */
@media (max-width: 360px) {
  .today-special-countdown-mobile {
    padding: 15px;
    margin: 10px 15px;
  }

  .countdown-title-mobile {
    font-size: 16px;
  }

  .countdown-timer-mobile {
    gap: 8px;
  }

  .countdown-number-mobile {
    font-size: 20px;
    padding: 6px 10px;
    min-width: 42px;
  }

  .countdown-message-mobile {
    font-size: 12px;
  }
}


.sort-filter {
  display: flex;
  align-items: center;
  gap: 24px;
}

.sort-filter button {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}

.btn-filter img {
  width: 14px;
  height: 14px;
}

.btn-sort .icon-arrow {
  width: 14px;
  height: 14px;
  transition: transform 0.2s;
}

.btn-sort.open .icon-arrow {
  transform: rotate(180deg);
}

.sort-dropdown-wrap {
  position: relative;
  display: inline-block;
}

.sort-label {
  font-size: 14px;
}

.sort-dropdown {
  position: absolute;
  top: calc(100% + 4px);
  right: 0px;
  background: #fff;
  border: 1px solid #d9d9d9;
  padding: 20px 18px;
  min-width: 120px;
  z-index: 20;
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.sort-dropdown li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.sort-dropdown li.active {
  color: #FF8000;
  font-weight: bold;
}

.sort-dropdown-item-label {
  font-size: 14px;
}

.sort-dropdown li .icon-info {
  width: 16px;
  height: 16px;
}


/* [common] header.htm */
.header-top-banner {
	text-align: center;
}

.header-top-banner img {
	width: 100%;
	height: auto;
}