@charset "UTF-8";
/* ^scss에서 수정해주세요!  Don't edit .css file, Only work on the scss*/
@font-face {
  font-family: "Pretendard";
  font-weight: 100;
  font-style: normal;
  src: url(/fonts/Pretendard/Pretendard-Thin.woff2) format("woff2"), url(/fonts/Pretendard/Pretendard-Thin.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 200;
  font-style: normal;
  src: url(/fonts/Pretendard/Pretendard-ExtraLight.woff2) format("woff2"), url(/fonts/Pretendard/Pretendard-ExtraLight.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 300;
  font-style: normal;
  src: url(/fonts/Pretendard/Pretendard-Light.woff2) format("woff2"), url(/fonts/Pretendard/Pretendard-Light.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  font-style: normal;
  src: url(/fonts/Pretendard/Pretendard-Regular.woff2) format("woff2"), url(/fonts/Pretendard/Pretendard-Regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  font-style: normal;
  src: url(/fonts/Pretendard/Pretendard-Medium.woff2) format("woff2"), url(/fonts/Pretendard/Pretendard-Medium.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  font-style: normal;
  src: url(/fonts/Pretendard/Pretendard-SemiBold.woff2) format("woff2"), url(/fonts/Pretendard/Pretendard-SemiBold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  font-style: normal;
  src: url(/fonts/Pretendard/Pretendard-Bold.woff2) format("woff2"), url(/fonts/Pretendard/Pretendard-Bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 800;
  font-style: normal;
  src: url(/fonts/Pretendard/Pretendard-ExtraBold.woff2) format("woff2"), url(/fonts/Pretendard/Pretendard-ExtraBold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 900;
  font-style: normal;
  src: url(/fonts/Pretendard/Pretendard-Black.woff2) format("woff2"), url(/fonts/Pretendard/Pretendard-Black.woff) format("woff");
  font-display: swap;
}
/* 초기화 */
* {
  margin: 0;
  padding: 0;
  font-family: "Pretendard";
  word-break: break-all !important;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 1rem;
  font-family: "Pretendard", "Apple SD Gothic Neo", "AritaDotum", sans-serif;
  background: #fff;
  color: var(--text);
}

html,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
img {
  margin: 0;
  padding: 0;
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  /*font-family: WOFF_3;*/
  font-weight: 500;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,
dl,
dt,
dd,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

legend {
  position: absolute;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
  overflow: hidden;
}

label,
input,
button,
select,
img {
  vertical-align: middle;
  font-size: 1em;
}

input,
button {
  margin: 0;
  padding: 0;
  font-size: 1em;
}

input[type=submit] {
  cursor: pointer;
}

button {
  cursor: pointer;
}

textarea,
select {
  font-size: 1em;
}

select {
  margin: 0;
}

i,
em {
  font-style: normal;
}

strong {
  font-weight: 600;
}

p {
  margin: 0;
  padding: 0;
  word-break: break-all;
}

hr {
  display: none;
}

pre {
  overflow-x: scroll;
  font-size: 1.1em;
}

a {
  color: var(--text);
  text-decoration: none;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=text],
input[type=password],
textarea {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  outline: none;
}

.placeholdersjs {
  color: #aaa !important;
}

button {
  border: 0;
  background-color: transparent;
  cursor: pointer;
}

button:disabled {
  cursor: not-allowed;
}

button,
textarea {
  -webkit-appearance: none;
}

img {
  max-width: 100%;
}

/*form 폼*/
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=date],
input[type=search],
input[type=email],
select,
textarea {
  box-sizing: border-box;
  color: var(--text) !important;
  font-size: 0.9333333333rem;
  background: #fff;
  vertical-align: middle;
  height: 35px;
  padding-inline: 10px;
  border-radius: 6px;
  border: solid 1px var(--border-2) !important;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("../img/icons/i_down.svg") !important;
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  background-size: 16px auto;
  outline: none;
  padding-right: 20px;
}

input::placeholder {
  color: #aaa;
  font-size: 15px;
} /* 표준 */
input::-webkit-input-placeholder {
  color: #aaa;
  font-size: 15px;
} /* 크롬, 사파리 */
input:-ms-input-placeholder {
  color: #aaa;
  font-size: 15px;
} /* 구형 IE */
input::-ms-input-placeholder {
  color: #aaa;
  font-size: 15px;
}

/* var */
/* =========================
아이콘 icon
========================= */
i[class^=i_] {
  display: inline-block;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: auto 100%;
}

i[class^=i_].i-sm {
  width: 16px;
  height: 16px;
}

i[class^=i_].i-xs {
  width: 12px;
  height: 12px;
}

.i_search {
  background-image: url(../img/icons/i_search.svg);
}

.i_search_wh {
  background-image: url(../img/icons/i_search_wh.svg);
}

.i_chk_circle {
  background-image: url(../img/radio_chk_on.png);
}

.i_message {
  background-image: url(../img/icons/i_message.svg);
}

.i_user {
  background-image: url(../img/icons/i_user.svg);
}

.i_user_wh {
  background-image: url(../img/icons/i_user_wh.svg);
}

.i_chat {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath fill='%23333' d='M12 2.596a9.5 9.5 0 0 1 0 19H3.25a.75.75 0 0 1-.53-1.28l2.054-2.056A9.46 9.46 0 0 1 2.5 12.096a9.5 9.5 0 0 1 9.5-9.5m0 1.5a8 8 0 0 0-5.657 13.657.75.75 0 0 1 0 1.06L5.06 20.097H12a8 8 0 1 0 0-16m-4.375 6.75a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5m4.375 0a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5m4.375 0a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5'/%3E%3C/svg%3E");
}

.i_chat.red {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath fill='%23d3031c' d='M12 2.596a9.5 9.5 0 0 1 0 19H3.25a.75.75 0 0 1-.53-1.28l2.054-2.056A9.46 9.46 0 0 1 2.5 12.096a9.5 9.5 0 0 1 9.5-9.5m0 1.5a8 8 0 0 0-5.657 13.657.75.75 0 0 1 0 1.06L5.06 20.097H12a8 8 0 1 0 0-16m-4.375 6.75a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5m4.375 0a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5m4.375 0a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5'/%3E%3C/svg%3E");
}

.i_eye {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='%23555' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' class='lucide lucide-eye-icon lucide-eye' viewBox='0 0 24 24'%3E%3Cpath d='M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E");
}

.i_chat.i-sm {
  background-size: 20px 20px;
  background-position: center;
}

.i_photo {
  background-image: url(../img/icons/i_photo.svg);
}

.i_add_cart {
  background-image: url(../img/icons/i_add_cart.svg);
}

.i_down {
  background-image: url(../img/icons/i_down.svg);
}

.i_menu_red {
  background-image: url(../img/icons/i_menu_red.svg);
}

.i_chevron_r {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 12 4-4-4-4'/%3E%3C/svg%3E");
}

.i_back {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' class='lucide lucide-landmark-icon lucide-landmark' viewBox='0 0 24 24'%3E%3Cpath d='M10 18v-7M11.12 2.198a2 2 0 0 1 1.76.006l7.866 3.847c.476.233.31.949-.22.949H3.474c-.53 0-.695-.716-.22-.949zM14 18v-7M18 18v-7M3 22h18M6 18v-7'/%3E%3C/svg%3E");
}

.i_phone {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' class='lucide lucide-smartphone-icon lucide-smartphone' viewBox='0 0 24 24'%3E%3Crect width='14' height='20' x='5' y='2' rx='2' ry='2'/%3E%3Cpath d='M12 18h.01'/%3E%3C/svg%3E");
}

.i_card {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' class='lucide lucide-credit-card-icon lucide-credit-card' viewBox='0 0 24 24'%3E%3Crect width='20' height='14' x='2' y='5' rx='2'/%3E%3Cpath d='M2 10h20'/%3E%3C/svg%3E");
}

.i_follow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' class='lucide lucide-user-round-plus-icon lucide-user-round-plus' viewBox='0 0 24 24'%3E%3Cpath d='M2 21a8 8 0 0 1 13.292-6'/%3E%3Ccircle cx='10' cy='8' r='5'/%3E%3Cpath d='M19 16v6M22 19h-6'/%3E%3C/svg%3E");
}

.i_list {
  background-image: url(../img/icons/i_list.svg);
}

.i_gallery {
  background-image: url(../img/icons/i_gallery.svg);
}

.i_setting {
  background-image: url(../img/icons/i_setting.svg);
}

.i_setting_wh {
  background-image: url(../img/icons/i_setting_wh.svg);
}

.i_share {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' class='lucide lucide-share2-icon lucide-share-2' viewBox='0 0 24 24'%3E%3Ccircle cx='18' cy='5' r='3'/%3E%3Ccircle cx='6' cy='12' r='3'/%3E%3Ccircle cx='18' cy='19' r='3'/%3E%3Cpath d='m8.59 13.51 6.83 3.98M15.41 6.51l-6.82 3.98'/%3E%3C/svg%3E");
}

.i_heart {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' class='lucide lucide-heart-icon lucide-heart' viewBox='0 0 24 24'%3E%3Cpath d='M2 9.5a5.5 5.5 0 0 1 9.591-3.676.56.56 0 0 0 .818 0A5.49 5.49 0 0 1 22 9.5c0 2.29-1.5 4-3 5.5l-5.492 5.313a2 2 0 0 1-3 .019L5 15c-1.5-1.5-3-3.2-3-5.5'/%3E%3C/svg%3E");
}

.i_edit {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' class='lucide lucide-pencil-icon lucide-pencil' viewBox='0 0 24 24'%3E%3Cpath d='M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497zM15 5l4 4'/%3E%3C/svg%3E");
}

.i_edit.wh {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' class='lucide lucide-pencil-icon lucide-pencil' viewBox='0 0 24 24'%3E%3Cpath d='M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497zM15 5l4 4'/%3E%3C/svg%3E");
}

.i_info {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' class='lucide lucide-circle-alert-icon lucide-circle-alert' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M12 8v4M12 16h.01'/%3E%3C/svg%3E");
}

.i_info_blue {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='%233375d9' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' class='lucide lucide-circle-alert-icon lucide-circle-alert' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M12 8v4M12 16h.01'/%3E%3C/svg%3E");
}

.i_write {
  background-image: url(../img/icons/i_write.svg);
}

.i_thumb {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' class='lucide lucide-thumbs-up-icon lucide-thumbs-up' viewBox='0 0 24 24'%3E%3Cpath d='M15 5.88 14 10h5.83a2 2 0 0 1 1.92 2.56l-2.33 8A2 2 0 0 1 17.5 22H4a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h2.76a2 2 0 0 0 1.79-1.11L12 2a3.13 3.13 0 0 1 3 3.88M7 10v12'/%3E%3C/svg%3E");
}

.active > .i_thumb {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='%23d3031c' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' class='lucide lucide-thumbs-up-icon lucide-thumbs-up' viewBox='0 0 24 24'%3E%3Cpath d='M15 5.88 14 10h5.83a2 2 0 0 1 1.92 2.56l-2.33 8A2 2 0 0 1 17.5 22H4a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h2.76a2 2 0 0 0 1.79-1.11L12 2a3.13 3.13 0 0 1 3 3.88M7 10v12'/%3E%3C/svg%3E");
}

.active > * > .i_cart {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='%23d3031c' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' class='lucide lucide-shopping-cart-icon lucide-shopping-cart' viewBox='0 0 24 24'%3E%3Ccircle cx='8' cy='21' r='1'/%3E%3Ccircle cx='19' cy='21' r='1'/%3E%3Cpath d='M2.05 2.05h2l2.66 12.42a2 2 0 0 0 2 1.58h9.78a2 2 0 0 0 1.95-1.57l1.65-7.43H5.12'/%3E%3C/svg%3E");
}

.i_coupon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.8' class='lucide lucide-ticket-check-icon lucide-ticket-check' viewBox='0 0 24 24'%3E%3Cpath d='M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z'/%3E%3Cpath d='m9 12 2 2 4-4'/%3E%3C/svg%3E");
}

.active > * > .i_coupon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='%23d3031c' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' class='lucide lucide-ticket-check-icon lucide-ticket-check' viewBox='0 0 24 24'%3E%3Cpath d='M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z'/%3E%3Cpath d='m9 12 2 2 4-4'/%3E%3C/svg%3E");
}

.i_home {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' class='lucide lucide-house-icon lucide-house' viewBox='0 0 24 24'%3E%3Cpath d='M15 21v-8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v8'/%3E%3Cpath d='M3 10a2 2 0 0 1 .709-1.528l7-6a2 2 0 0 1 2.582 0l7 6A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z'/%3E%3C/svg%3E");
}

.active > .i_home {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='%23ff0038' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' class='lucide lucide-house-icon lucide-house' viewBox='0 0 24 24'%3E%3Cpath d='M15 21v-8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v8'/%3E%3Cpath d='M3 10a2 2 0 0 1 .709-1.528l7-6a2 2 0 0 1 2.582 0l7 6A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z'/%3E%3C/svg%3E");
}

.active > * > .i_home {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='%23d3031c' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' class='lucide lucide-house-icon lucide-house' viewBox='0 0 24 24'%3E%3Cpath d='M15 21v-8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v8'/%3E%3Cpath d='M3 10a2 2 0 0 1 .709-1.528l7-6a2 2 0 0 1 2.582 0l7 6A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z'/%3E%3C/svg%3E");
}

.i_home_wh {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' class='lucide lucide-house-icon lucide-house' viewBox='0 0 24 24'%3E%3Cpath d='M15 21v-8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v8'/%3E%3Cpath d='M3 10a2 2 0 0 1 .709-1.528l7-6a2 2 0 0 1 2.582 0l7 6A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z'/%3E%3C/svg%3E");
}

.active > .i_setting {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='%23d3031c' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' class='lucide lucide-settings-icon lucide-settings' viewBox='0 0 24 24'%3E%3Cpath d='M9.671 4.136a2.34 2.34 0 0 1 4.659 0 2.34 2.34 0 0 0 3.319 1.915 2.34 2.34 0 0 1 2.33 4.033 2.34 2.34 0 0 0 0 3.831 2.34 2.34 0 0 1-2.33 4.033 2.34 2.34 0 0 0-3.319 1.915 2.34 2.34 0 0 1-4.659 0 2.34 2.34 0 0 0-3.32-1.915 2.34 2.34 0 0 1-2.33-4.033 2.34 2.34 0 0 0 0-3.831A2.34 2.34 0 0 1 6.35 6.051a2.34 2.34 0 0 0 3.319-1.915'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E");
}

.i_heart {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.8' class='lucide lucide-heart-icon lucide-heart' viewBox='0 0 24 24'%3E%3Cpath d='M2 9.5a5.5 5.5 0 0 1 9.591-3.676.56.56 0 0 0 .818 0A5.49 5.49 0 0 1 22 9.5c0 2.29-1.5 4-3 5.5l-5.492 5.313a2 2 0 0 1-3 .019L5 15c-1.5-1.5-3-3.2-3-5.5'/%3E%3C/svg%3E");
}

.active > .i_heart {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='%23d3031c' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' class='lucide lucide-heart-icon lucide-heart' viewBox='0 0 24 24'%3E%3Cpath d='M2 9.5a5.5 5.5 0 0 1 9.591-3.676.56.56 0 0 0 .818 0A5.49 5.49 0 0 1 22 9.5c0 2.29-1.5 4-3 5.5l-5.492 5.313a2 2 0 0 1-3 .019L5 15c-1.5-1.5-3-3.2-3-5.5'/%3E%3C/svg%3E");
}

.i_marker {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%23171717' stroke-linecap='round' stroke-linejoin='round' d='M13.333 6.667c0 3.328-3.693 6.795-4.933 7.866a.67.67 0 0 1-.8 0c-1.24-1.071-4.933-4.538-4.933-7.866a5.333 5.333 0 0 1 10.666 0'/%3E%3Cpath stroke='%23171717' stroke-linecap='round' stroke-linejoin='round' d='M8 8.667a2 2 0 1 0 0-4 2 2 0 0 0 0 4'/%3E%3C/svg%3E");
}

.i_bell {
  background-image: url(../img/icons/i_bell.svg);
}

.i_search {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23171717' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m21 21-4.3-4.3M19 11a8 8 0 1 1-16 0 8 8 0 0 1 16 0'/%3E%3C/svg%3E");
}

.i_search_wh {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m21 21-4.3-4.3M19 11a8 8 0 1 1-16 0 8 8 0 0 1 16 0'/%3E%3C/svg%3E");
}

.i_filter {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='%23171717' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' class='lucide lucide-sliders-horizontal-icon lucide-sliders-horizontal' viewBox='0 0 24 24'%3E%3Cpath d='M10 5H3M12 19H3M14 3v4M16 17v4M21 12h-9M21 19h-5M21 5h-7M8 10v4M8 12H3'/%3E%3C/svg%3E");
}

.i_category {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23171717' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M9.539 11H3m9.25-7.067h-9.5M20 18H3M22.75 16l-3.106-3.106m1.662-4.116a5.778 5.778 0 1 1-11.556 0 5.778 5.778 0 0 1 11.556 0'/%3E%3C/svg%3E");
}

.active > .i_category {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23ff0038' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M9.539 11H3m9.25-7.067h-9.5M20 18H3M22.75 16l-3.106-3.106m1.662-4.116a5.778 5.778 0 1 1-11.556 0 5.778 5.778 0 0 1 11.556 0'/%3E%3C/svg%3E");
}

.i_cart {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.8' d='M2.05 2.05h2l2.66 12.42a2 2 0 0 0 2 1.58h9.78a2 2 0 0 0 1.95-1.57l1.65-7.43H5.12M9 21a1 1 0 1 1-2 0 1 1 0 0 1 2 0m11 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0'/%3E%3C/svg%3E");
}

.active > .i_cart {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23ff0038' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M2.05 2.05h2l2.66 12.42a2 2 0 0 0 2 1.58h9.78a2 2 0 0 0 1.95-1.57l1.65-7.43H5.12M9 21a1 1 0 1 1-2 0 1 1 0 0 1 2 0m11 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0'/%3E%3C/svg%3E");
}

.i_cart_2 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cg stroke='%2300b7d8' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' clip-path='url(%23a)'%3E%3Cpath fill='%2300b7d8' d='M6 14.667a.667.667 0 1 0 0-1.334.667.667 0 0 0 0 1.334M13.333 14.667a.667.667 0 1 0 0-1.334.667.667 0 0 0 0 1.334'/%3E%3Cpath d='M.667.667h2.666L5.12 9.593a1.33 1.33 0 0 0 1.333 1.074h6.48a1.334 1.334 0 0 0 1.334-1.074L15.333 4H4'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h16v16H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.i_user {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23171717' d='M14.083 13.386a6.707 6.707 0 0 1 6.707 6.707v.346a.75.75 0 1 1-1.5 0v-.346a5.207 5.207 0 0 0-5.207-5.207h-3.376A5.21 5.21 0 0 0 5.5 20.093v.346a.75.75 0 0 1-1.5 0v-.346a6.71 6.71 0 0 1 6.707-6.707zM12.395 3a4.414 4.414 0 1 1 0 8.829 4.414 4.414 0 0 1 0-8.829m0 1.5a2.914 2.914 0 1 0 0 5.828 2.914 2.914 0 0 0 0-5.828'/%3E%3C/svg%3E");
}

.active > .i_user {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23ff0038' d='M14.083 13.386a6.707 6.707 0 0 1 6.707 6.707v.346a.75.75 0 1 1-1.5 0v-.346a5.207 5.207 0 0 0-5.207-5.207h-3.376A5.21 5.21 0 0 0 5.5 20.093v.346a.75.75 0 0 1-1.5 0v-.346a6.71 6.71 0 0 1 6.707-6.707zM12.395 3a4.414 4.414 0 1 1 0 8.829 4.414 4.414 0 0 1 0-8.829m0 1.5a2.914 2.914 0 1 0 0 5.828 2.914 2.914 0 0 0 0-5.828'/%3E%3C/svg%3E");
}

.i_close_wh {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' class='lucide lucide-x-icon lucide-x' viewBox='0 0 24 24'%3E%3Cpath d='M18 6 6 18M6 6l12 12'/%3E%3C/svg%3E");
}

.i_thumb {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' class='lucide lucide-thumbs-up-icon lucide-thumbs-up' viewBox='0 0 24 24'%3E%3Cpath d='M15 5.88 14 10h5.83a2 2 0 0 1 1.92 2.56l-2.33 8A2 2 0 0 1 17.5 22H4a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h2.76a2 2 0 0 0 1.79-1.11L12 2a3.13 3.13 0 0 1 3 3.88M7 10v12'/%3E%3C/svg%3E");
}

.i_info {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' class='lucide lucide-circle-alert-icon lucide-circle-alert' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M12 8v4M12 16h.01'/%3E%3C/svg%3E");
}

.i_info_blue {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='%23018cb9' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' class='lucide lucide-circle-alert-icon lucide-circle-alert' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M12 8v4M12 16h.01'/%3E%3C/svg%3E");
}

button.active > .i_thumb {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='%23d3031c' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' class='lucide lucide-thumbs-up-icon lucide-thumbs-up' viewBox='0 0 24 24'%3E%3Cpath d='M15 5.88 14 10h5.83a2 2 0 0 1 1.92 2.56l-2.33 8A2 2 0 0 1 17.5 22H4a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h2.76a2 2 0 0 0 1.79-1.11L12 2a3.13 3.13 0 0 1 3 3.88M7 10v12'/%3E%3C/svg%3E");
}

.i_close {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none'%3E%3Cpath stroke='%23444' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m1.333 10.667 9.38-9.475M10.666 10.667l-9.38-9.475'/%3E%3C/svg%3E");
}

.i_order {
  background-image: url(../img/icons/i_order.svg);
}

.i_return {
  background-image: url(../img/icons/i_return.svg);
}

.i_recent {
  background-image: url(../img/icons/i_recent.svg);
}

.i_trash {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='%23666' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' class='lucide lucide-trash2-icon lucide-trash-2' viewBox='0 0 24 24'%3E%3Cpath d='M10 11v6M14 11v6M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6M3 6h18M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2'/%3E%3C/svg%3E") !important;
}

.i_copy {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='%23666' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' class='lucide lucide-copy-icon lucide-copy' viewBox='0 0 24 24'%3E%3Crect width='14' height='14' x='8' y='8' rx='2' ry='2'/%3E%3Cpath d='M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2'/%3E%3C/svg%3E");
}

.i_message_line {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' class='lucide lucide-message-circle-more-icon lucide-message-circle-more' viewBox='0 0 24 24'%3E%3Cpath d='M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719M8 12h.01M12 12h.01M16 12h.01'/%3E%3C/svg%3E");
}

i[class^=i_].i_completed {
  background-image: url(../img/icons/i_completed.png);
  width: 80px;
  height: 80px;
}

.i_options {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' class='lucide lucide-list-icon lucide-list' viewBox='0 0 24 24'%3E%3Cpath d='M3 5h.01M3 12h.01M3 19h.01M8 5h13M8 12h13M8 19h13'/%3E%3C/svg%3E");
}

.i_truck_red {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='%23ff0038' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' class='lucide lucide-truck-icon lucide-truck' viewBox='0 0 24 24'%3E%3Cpath d='M14 18V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v11a1 1 0 0 0 1 1h2M15 18H9M19 18h2a1 1 0 0 0 1-1v-3.65a1 1 0 0 0-.22-.624l-3.48-4.35A1 1 0 0 0 17.52 8H14'/%3E%3Ccircle cx='17' cy='18' r='2'/%3E%3Ccircle cx='7' cy='18' r='2'/%3E%3C/svg%3E");
}

.i_package_red {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='%23ff0038' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' class='lucide lucide-package-icon lucide-package' viewBox='0 0 24 24'%3E%3Cpath d='M11 21.73a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73zM12 22V12'/%3E%3Cpath d='M3.29 7 12 12l8.71-5M7.5 4.27l9 5.15'/%3E%3C/svg%3E");
}

:root {
  --primary: #00b7d8;
  --primary-2: #ecfafd;
  --primary-text: #019eb9;
  --secondary: #ff0038;
  --secondary-2: #ffe6ec;
  --red: #ff0038;
  --cyan: #00b7d8;
  --cyan-2: #22d3ee;
  --cyan-mint: #00e2e0;
  --cyan-blue: #01a9f2;
  --blue: #047bff;
  --yellow: #ffc50a;
  --yellow-2: #fbeb9a;
  --green: #009689;
  --text: #171717;
  --text-2: #525252;
  --text-3: #888;
  --bg: #f1f3f5;
  --bg-thumb: #efefef;
  --bg-2: #e5e5e5;
  --bg-3: #d4d4d4;
  --bg-4: #b1b3b5;
  --bg-blue: #f6f7f9;
  --bg-dark: #171717;
  --bg-dark-2: #5d6471;
  --border: #e5e5e5;
  --border-2: #d4d4d4;
  --con-w: 1400px;
}

html {
  font-size: 15px;
}

body {
  max-width: 780px;
  margin: 0 auto;
  font-size: 1rem;
}

/* =========================
유틸
========================= */
.mt-15 {
  margin-top: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mr-3 {
  margin-right: 3px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.p-rel {
  position: relative !important;
}

.d-flex {
  display: flex !important;
}

.gap-10 {
  gap: 10px !important;
}

.gap-20 {
  gap: 20px !important;
}

.between {
  justify-content: space-between !important;
}

.ai-center {
  align-items: center !important;
}

.ai-end {
  align-items: end !important;
}

.jc-center {
  justify-content: center !important;
}

.ver-top {
  vertical-align: top !important;
}

.w-100 {
  width: 100% !important;
}

.w-120 {
  width: 120px !important;
}

.w-180 {
  width: 180px !important;
}

.oval {
  border-radius: 50px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.flex-row {
  display: flex;
  gap: 10px;
  align-items: center;
}

.flex-row.wrap {
  flex-wrap: wrap;
}

.flex-col {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.flex-row .col {
  flex: 1;
}

.flex-row .col > .frm_input {
  width: 100%;
}

.text-1 {
  color: var(--text) !important;
}

.text-2 {
  color: var(--text-2) !important;
}

.text-3 {
  color: var(--text-3) !important;
}

.text-primary {
  color: var(--primary-text) !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.text-xs {
  font-size: 0.8rem;
}

.text-sm {
  font-size: 0.8666666667rem;
}

.text-md {
  font-size: 0.9333333333rem;
}

.text-lg {
  font-size: 1rem;
}

.title-sm {
  font-size: 1.0666666667rem;
}

.text-red {
  color: var(--red);
}

/* 텍스트 */
.error_txt {
  display: block;
  margin-top: 5px;
  font-size: 0.8666666667rem;
  color: var(--red);
  line-height: 1.4;
}
.error_txt i {
  margin-top: 3px;
}

.error_txt.lg {
  font-size: 0.9333333333rem;
}

.info_txt {
  display: block;
  margin-top: 5px;
  font-size: 0.8666666667rem;
  color: var(--text-3);
}

.notice_txt {
  display: block;
  font-size: 1rem;
  color: var(--text-3);
  display: flex;
  align-items: center;
  gap: 5px;
}

.link_txt {
  text-decoration: underline;
}

.w-300 {
  width: 300px !important;
}

.text-bar {
  display: inline-flex;
  border-left: 1px solid var(--text-3);
  margin-inline: 5px;
  height: 12px;
}

.text-bar.sm {
  display: inline-flex;
  border-left: 1px solid var(--text-3);
  margin-inline: 5px;
  height: 8px;
}

.text-bar.gray {
  border-color: var(--border-2);
}

.hr {
  display: block;
  width: 100%;
  border-bottom: 1px solid var(--border);
  margin-block: 10px;
}

/* =========================
폼
========================= */
.chk {
  appearance: none;
  -webkit-appearance: none;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  gap: 5px;
}
.chk input[type=checkbox] {
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid var(--border-2);
  border-radius: 4px;
  cursor: pointer;
}
.chk input[type=checkbox]::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.chk input[type=checkbox]:checked {
  background-color: var(--primary);
  border-color: var(--primary);
}
.chk input[type=checkbox]:checked::after {
  background: url("../img/chk_on.png") no-repeat center/20px auto;
}
.chk input[type=radio] {
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  height: 20px;
  border: 1px solid var(--border-2);
  border-radius: 4px;
  cursor: pointer;
  border-radius: 50%;
}
.chk input[type=radio]:checked {
  border-color: var(--primary);
  border-color: var(--primary);
}
.chk input[type=radio]:checked::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--primary);
}
.chk input[type=radio]:disabled {
  opacity: 0.4;
  opacity: 0.4;
  opacity: 0.4;
}

.checkbox-inline {
  appearance: none;
  -webkit-appearance: none;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  gap: 5px;
}
.checkbox-inline input[type=checkbox] {
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid var(--border-2);
  border-radius: 4px;
  cursor: pointer;
}
.checkbox-inline input[type=checkbox]::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.checkbox-inline input[type=checkbox]:checked {
  background-color: var(--primary);
  border-color: var(--primary);
}
.checkbox-inline input[type=checkbox]:checked::after {
  background: url("../img/chk_on.png") no-repeat center/20px auto;
}
.checkbox-inline input[type=radio]:disabled {
  opacity: 0.4;
}

.chk__wrap {
  gap: 10px 20px;
}

.checkbox-inline__wrap {
  gap: 10px 20px;
}

.radio-inline input[type=radio] {
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  height: 20px;
  border: 1px solid var(--border-2);
  border-radius: 4px;
  cursor: pointer;
  border-radius: 50%;
}
.radio-inline input[type=radio]:checked {
  border-color: var(--primary);
}
.radio-inline input[type=radio]:checked::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.radio-inline input[type=checkbox]:disabled {
  opacity: 0.4;
}

.chk.chk-oval input[type=checkbox] {
  border-radius: 50%;
}
.chk.chk-oval input[type=radio] {
  border-radius: 50%;
}

.checkbox-inline.chk-oval input[type=checkbox] {
  border-radius: 50%;
}
.checkbox-inline.chk-oval input[type=radio] {
  border-radius: 50%;
}

.chk.chk-circle input[type=checkbox] {
  border-radius: 50%;
}

.form_tip {
  border-radius: 10px;
  background-color: #eff5fb;
  padding: 15px;
  font-size: 0.9333333333rem;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.form_tip i {
  color: var(--text-3);
  margin-top: 2px;
  min-width: 16px;
}
.form_tip.blue {
  background-color: #eff5fb;
}
.form_tip.blue i {
  color: #5a93e9;
}

.form_item + .form_item {
  margin-top: 20px;
}

.tit_field {
  font-size: 0.9333333333rem;
  font-weight: 700;
}

.form_item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.form_item .flex-row {
  align-items: flex-start;
  flex-wrap: wrap;
}
.form_item .flex-row .col {
  flex: 1;
}
.form_item .flex-row .col input[type=text],
.form_item .flex-row .col input[type=number],
.form_item .flex-row .col input[type=password],
.form_item .flex-row .col textarea,
.form_item .flex-row .col select {
  width: 100%;
}
.form_item .flex-row .col.m-block {
  flex: 0 0 100%;
}
.form_item select {
  width: 100%;
}
.form_item .phone_input {
  display: flex;
  gap: 5px;
}
.form_item .phone_input input:first-child,
.form_item .phone_input select {
  width: 80px;
  min-width: 80px;
}
.form_item .phone_input input:last-child {
  width: 100%;
}

/* 기본폼 */
.form_01 {
  margin: 10px;
}

.form_01 div {
  margin: 5px 0;
  position: relative;
}

.form_01 li {
  margin: 5px 0;
  position: relative;
}

.form_01 textarea,
.frm_input {
  border: 1px solid #ccc;
  background: #fff;
  color: #000;
  vertical-align: middle;
  border-radius: 3px;
  padding: 5px;
}

.form_01 textarea {
  width: 100%;
  height: 100px;
}

.frm_input {
  height: 40px;
}

.full_input {
  width: 100%;
}

.form_01 .frm_file {
  display: block;
  margin-bottom: 5px;
  width: 100%;
}

.form_01 select {
  height: 40px;
  border-radius: 3px;
}

.form_01 .frm_info {
  font-size: 0.92em;
  color: #4162ff;
  text-align: left;
  margin: 3px 0 10px;
  display: block;
  line-height: 1.3em;
}

.sec_tit_wrap {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.sec_tit_wrap .sec_tit,
.sec_tit_wrap .sec_tit_sm {
  margin-bottom: 0;
}

.sec_tit,
#win_title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 15px;
}

.sec_tit_sm {
  font-size: 1.0666666667rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.cke_sc_def {
  border: 1px solid var(--border-2);
  background: var(--bg);
  text-align: center;
  margin-top: 3px;
  border-bottom: 0;
}

.cke_sc_def dl {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
}

.cke_sc_def dl:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

.cke_sc_def dt,
.cke_sc_def dd {
  width: 10%;
  padding: 5px 10px;
  border-bottom: 1px solid var(--border-2);
  font-size: 13px;
  white-space: nowrap;
}

.btn_cke_sc_close {
  display: none;
}

/* ckeditor 태그 기본값 */
#bo_v_con ul {
  display: block;
  list-style-type: disc;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}

#bo_v_con ol {
  display: block;
  list-style-type: decimal;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}

#bo_v_con li {
  display: list-item;
}

/* Mobile화면으로 */
#mobile_cng {
  display: block;
  margin: 0.3em;
  padding: 0.5em 0;
  border: 1px solid #eee;
  border-radius: 2em;
  background: #fff;
  color: var(--text);
  font-size: 2em;
  text-decoration: none;
  text-align: center;
}

/* 목록 바로가기 */
.sanchor {
  margin: 30px 0 20px;
  padding: 0;
  text-align: center;
}

.sanchor:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

.sanchor li {
  display: inline-block;
  text-align: center;
  list-style: none;
}

.sanchor li a {
  display: block;
  position: relative;
  padding: 15px 5px;
  font-size: 1em;
  color: #666;
  text-align: center;
  z-index: 1;
  border-bottom: 2px solid #fff;
}

.sanchor li .sanchor_on {
  font-weight: bold;
}

.sanchor li .sanchor_on:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  border-bottom: 2px solid var(--primary);
  color: var(--text);
  font-weight: bold;
}

.btn_cke_sc {
  display: inline-block;
  padding: 0 10px;
  border: 1px solid var(--border) !important;
  background: #fafafa !important;
  color: var(--text) !important;
  text-decoration: none !important;
  vertical-align: middle;
  line-height: 30px;
  height: 30px;
  border-radius: 5px;
  font-size: 13px;
}

/*페이징 영역*/
.pagination {
  display: block;
}

.pg_wrap {
  display: block;
  margin-top: 40px;
  text-align: center;
}
.pg_wrap:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
}

/*페이징 공통 버튼*/
.pg_page,
.pg_current {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  text-align: center;
  border-radius: 30px;
  font-size: 14px;
  color: var(--text);
}

/*현재 페이지*/
.pg_current {
  font-weight: 500;
  color: var(--primary);
  background-color: var(--primary-2);
}

/*페이징 링크 기본*/
.pg a:hover, .pg a:focus {
  text-decoration: none;
}

/*일반 페이지 hover*/
.pg_page:hover {
  background-color: var(--bg);
}

/*아이콘 버튼 공통*/
.pg_start,
.pg_prev,
.pg_end,
.pg_next {
  padding: 0;
  text-indent: -999px;
  overflow: hidden;
}

/*처음 페이지*/
.pg_start {
  background: url("../img/icons/i_paging_end_r.svg") no-repeat 50% 50% #fff;
  transform: rotate(180deg);
}

/*이전 페이지*/
.pg_prev {
  background: url("../img/icons/i_paging_r.svg") no-repeat 50% 50% #fff;
  transform: rotate(180deg);
}

/*마지막 페이지*/
.pg_end {
  background: url("../img/icons/i_paging_end_r.svg") no-repeat 50% 50% #fff;
}

/*다음 페이지*/
.pg_next {
  background: url("../img/icons/i_paging_r.svg") no-repeat 50% 50% #fff;
}

/* 화면낭독기 사용자용 */
#hd_login_msg {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* 버튼 */
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border: none;
  font-weight: 500;
  border-radius: 6px;
  padding-block: 0 !important;
  text-wrap: nowrap;
}
.btn:hover {
  filter: brightness(1.05);
}

.btn.btn-primary {
  background-color: var(--primary);
  color: #fff;
}

.btn.btn-primary-2 {
  background-color: var(--primary-2);
  color: var(--primary);
}

.btn.btn-primary.line {
  background-color: #fff;
  color: var(--text);
  border: 1px solid var(--bg-dark);
  background-color: var(--primary-2);
  color: var(--text);
  border: 1px solid var(--primary);
  color: var(--primary);
}

.btn.btn-secondary {
  background-color: var(--secondary);
  color: #fff;
}
.btn.btn-secondary:hover {
  background-color: var(--secondary-hover);
}

.btn.btn-gray {
  background-color: var(--bg-2);
  color: var(--text);
}

.btn.btn-default {
  background-color: var(--bg);
  color: var(--text);
}
.btn.btn-default:hover {
  background-color: var(--bg-2);
}

.btn.btn-default.line {
  border: 1px solid var(--border);
}

.btn.btn-gray.line {
  background-color: #fff;
  border: 1px solid var(--border-2);
  color: var(--text);
}

.btn.btn-dark {
  background-color: var(--bg-dark);
  color: #fff;
}

.btn.btn-white {
  background-color: #fff;
  color: var(--text);
}

.btn.btn-dark.line {
  background-color: #fff;
  color: var(--text);
  border: 1px solid var(--bg-dark);
}

.btn.btn-l {
  min-height: 40px;
  padding-inline: 20px;
  font-size: 14px;
  font-weight: 600;
}

.btn.btn-m {
  min-height: 35px;
  padding-inline: 15px;
  font-size: 14px;
  font-weight: 500;
}

.btn.btn-sm {
  min-height: 25px;
  height: 28px;
  padding-inline: 10px;
  font-size: 13px;
}

.btn.btn-xs {
  min-height: 22px;
  height: 22px;
  padding-inline: 5px;
  font-size: 12px;
}

.btn.oval {
  border-radius: 44px;
}

.btn.full {
  width: 100%;
}

.win_btn {
  margin-top: 20px;
  text-align: center;
}

.btn_wrap_bottom {
  display: flex;
  gap: 10px;
  margin-top: 30px;
  justify-content: center;
}
.btn_wrap_bottom .btn {
  min-width: 120px;
}

.btn_wrap {
  margin-top: 20px;
}

.btn_wrap .btn_more.active i {
  transform: rotate(180deg);
}

/*ionic*/
ion-icon {
  font-size: 24px;
  color: var(--text);
  padding: 0;
}

/* 공통 */
.sub-page-header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #fff;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  border-bottom: 1px solid var(--border);
}

.sub-page-header .back-btn,
.sub-page-header .search-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  margin-left: -10px;
}

.sub-page-header .chevron-back-outline {
  font-size: 20px;
  color: #333;
}

.sub-page-header .header-search {
  flex: 1;
  margin-left: 10px;
  padding-bottom: 0;
}

/* 검색레이어 */
.search_layer {
  position: fixed;
  width: 100%;
  max-width: 780px;
  top: 0;
  z-index: 105;
  display: none;
  background-color: #fff;
}

.search_layer.index {
  padding-bottom: 33px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.filter-wrap {
  border-bottom: 1px solid #eee;
  padding: 14px 20px;
}

.back-btn {
  background: none;
  border: none;
  font-size: 18px;
  color: #333;
  display: flex;
  align-items: center;
}

.sub-page-header h1 {
  font-size: 18px;
  font-weight: 600;
  flex: 1;
  text-align: center;
}

/* 헤더 스타일 */
.header {
  background-color: #fff;
  padding: 0 15px;
  position: sticky;
  top: 0;
  z-index: 10;
}

.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 8px;
}

.header-top-logo {
  width: 90px;
  display: block;
}

.header-top p {
  font-size: 14px;
  margin: 0 12px 0 2px;
}

.header-top button {
  display: flex;
  align-items: center;
  background: none;
  border: none;
}

.header-top > div {
  display: flex;
  align-items: center;
}

.header-top .header-top-right {
  gap: 8px;
}

/* 검색레이어 */
.search_layer {
  position: fixed;
  width: 100%;
  max-width: 780px;
  top: 0;
  z-index: 100;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
  will-change: transform;
  visibility: hidden;
}

.search_layer.active {
  transform: translateX(0);
  visibility: visible;
  transition: all 0.3s;
}

.search_layer.index {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  top: 36px;
}

.sub-page-header #hd_sch {
  flex: 1;
}

.sub-page-header .sch_ipt {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  border: none;
  background-color: var(--bg);
  padding-left: 10px;
  padding-right: 15px;
  border-radius: 30px;
  height: 35px;
  line-height: 35px;
}

.sub-page-header .sch_stx {
  background-color: transparent;
  border: none !important;
  flex: 1;
}

/* 검색레이어 */
.search_layer {
  position: fixed;
  width: 100%;
  max-width: 780px;
  top: 0;
  z-index: 100;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
  will-change: transform;
  visibility: hidden;
}

.search_layer.active {
  transform: translateX(0);
  visibility: visible;
  transition: all 0.3s;
}

.search_layer.index {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  top: 36px;
}

.sub-page-header #hd_sch {
  flex: 1;
}

.sub-page-header .sch_ipt {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  border: none;
  background-color: var(--bg);
  padding-left: 10px;
  padding-right: 15px;
  border-radius: 30px;
  height: 35px;
  line-height: 35px;
}

.sub-page-header .sch_stx {
  background-color: transparent;
  border: none !important;
  flex: 1;
}

.header-search .sch_ipt {
  display: flex;
  align-items: center;
  gap: 5px;
  border: 1px solid var(--bg-dark);
  height: 36px;
  border-radius: 36px;
  position: relative;
  padding-inline: 5px;
}

.btn_del_input {
  border-radius: 20px;
  width: 18px;
  height: 18px;
  background-color: var(--bg-4);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.sch_stx:valid + .btn_del_input {
  opacity: 1;
  pointer-events: auto;
}

.btn_del_input i {
  font-size: 14px;
  color: #fff;
  font-weight: 900;
}

.header-search .sch_stx {
  flex: 1;
  height: 100%;
  border: 0;
  border-right: 0;
  font-size: 14px;
  margin-bottom: 0;
  background: none;
  border: none !important;
}

.header-search .search-btn {
  margin-left: auto;
  width: 30px;
  height: 30px;
  border: 0;
  color: #fff;
  /*background-color: var(--bg-dark);*/
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-search .search-btn ion-icon {
  color: #000;
  font-size: 24px;
}

.header-search-input {
  flex: 1;
  border: none;
  background: none;
  padding: 8px 12px;
  font-size: 15px;
  color: #333;
  outline: none;
}

.header-search-input::placeholder {
  color: #999;
}

.header-search-btn {
  border: none;
  background: none;
  padding: 8px 12px;
  color: #999;
  font-size: 16px;
  cursor: pointer;
}

.location-btn,
.noti-btn,
.wish-btn {
  font-size: 24px;
  color: #666;
  padding: 0;
  width: 24px;
  height: 24px;
}

.location-dropdown-btn {
  font-size: 18px;
  color: var(--red);
}

.header-location {
  margin-right: 20px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  color: var(--text-2);
}

.header-location .text-bar {
  margin-inline: 0;
}

#hd_login_msg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}

.location-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 120px;
}

.location-unit {
  font-weight: 700;
}

.header-search {
  padding-bottom: 8px;
}

.header-search .sch_ipt {
  display: flex;
  align-items: center;
  padding: 0 2px;
  border: 1px solid var(--bg-dark);
  height: 36px;
  border-radius: 36px;
}

.header-search .sch_stx {
  flex: 1;
  height: 100%;
  border: 0;
  border-right: 0;
  font-size: 14px;
  margin-bottom: 0;
  background: none;
  border: none !important;
}

.header-search .search-btn {
  margin-left: auto;
  width: 30px;
  height: 30px;
  border: 0;
  color: #fff;
  background-color: var(--bg-dark);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-search .search-btn ion-icon {
  color: #fff;
  font-size: 16px;
}

.header-search-input {
  flex: 1;
  border: none;
  background: none;
  padding: 8px 12px;
  font-size: 15px;
  color: #333;
  outline: none;
}

.header-search-input::placeholder {
  color: #999;
}

.header-search-btn {
  border: none;
  background: none;
  padding: 8px 12px;
  color: #999;
  font-size: 16px;
  cursor: pointer;
}

/* 왼쪽 헤더 부분 */
.left-header {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* 햄버거 버튼 스타일 */
.hamburger-btn {
  background: transparent;
  border: none;
  font-size: 20px;
  color: #333;
  padding: 8px 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hamburger-btn:hover {
  color: #0078ff;
}

.header .icons a {
  text-decoration: none;
  color: #777;
  font-size: 24px;
  margin-left: 14px;
}

.logo {
  position: relative;
  width: 100px;
  height: 40px;
}

.logo img {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% - 8px), calc(-50% - 4px));
}

.logo-image {
  height: 32px;
}

.tabs {
  display: flex;
  background-color: white;
  border-radius: 20px;
  overflow: hidden;
  margin: 0 15px;
}

.tab {
  padding: 8px 15px;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
}

.tab.active {
  background-color: var(--red);
  color: white;
}

.icons {
  display: flex;
  align-items: center;
  gap: 16px;
}

.icon-btn {
  color: #666;
  font-size: 20px;
  text-decoration: none;
}

/* 네비게이션 메뉴 */
.nav-menu {
  display: flex;
  height: 48px;
  line-height: 48px;
  padding-block: 10px;
  padding-left: 15px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch; /* iOS 스크롤 부드럽게 */
  scrollbar-width: none; /* Firefox 스크롤바 숨기기 */
  -ms-overflow-style: none; /* IE/Edge 스크롤바 숨기기 */
  background-color: white;
  gap: 5px;
}

.nav-menu.sticky {
  position: sticky;
  top: 56px;
  left: 0;
  right: 0;
  z-index: 99;
  border-bottom: 1px solid #eee;
}

/* Webkit (Chrome, Safari, Opera) 스크롤바 숨기기 */
.nav-menu::-webkit-scrollbar {
  display: none;
}

.nav-item {
  padding-inline: 10px;
  border-radius: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: var(--text);
  border: 1px solid var(--border);
  font-weight: 500;
}

.nav-item:last-child {
  margin-right: 15px;
}

.nav-item.active {
  color: var(--primary-text);
  background-color: var(--primary-2);
  border-color: var(--primary-2);
  font-weight: 600;
}

.li_more_btn {
  padding-inline: 15px;
  margin-bottom: 30px;
}

#btn_more_item {
  width: 120px;
  border-radius: 30px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 500;
  border-color: var(--border-2);
}

/* 카테고리 아이콘 */
.category_list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 15px 20px 20px;
  background-color: white;
  gap: 10px;
  overflow-x: auto;
  /*white-space: nowrap;*/
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
}

/* Webkit 브라우저(Chrome, Safari 등)에서 스크롤바 숨기기 */
.category_list::-webkit-scrollbar {
  display: none;
}

.category_list + .product-section #infinit-products {
  padding-top: 0;
}

.cate_item {
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  margin-inline: auto;
  gap: 10px;
  font-size: 14px;
  width: 60px;
  align-items: center;
  justify-content: center;
  text-align: center;
  word-break: keep-all;
  width: fit-content;
}

.cate_item:hover {
  color: var(--primary);
}

.cate_item:hover .thumb img {
  transform: scale(1.05);
  transition: 0.2s transform;
}

.cate_item .thumb {
  border-radius: 50%;
  background-color: var(--bg-thumb);
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.cate_item .thumb img {
  filter: brightness(0.98) contrast(1.02);
  mix-blend-mode: darken;
  width: 85%;
  transition: 0.2s transform;
}

.cate_name {
  color: var(--text);
  font-size: 12px;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.category-item-img {
  width: 52px;
  height: 52px;
  background-color: #f5f5f5;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.category-item-img img {
  width: 95%;
  height: 95%;
}

.category-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  font-size: 12px;
  color: #333;
}

.img-txt {
  font-size: 14px;
  margin-top: 8px;
}

.icon-circle {
  width: 50px;
  height: 50px;
  background-color: #ffeae5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}

.icon-circle i {
  color: var(--red);
  font-size: 20px;
}

.icon-text {
  font-size: 12px;
  color: #333;
  text-align: center;
}

/* 배너 슬라이더 */
.banner-slider-container {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}

.banner-slider {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
}

.banner-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease-in-out;
}

.banner-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 슬라이드 위치 설정 */
.banner-slide:nth-child(1) {
  transform: translateX(0);
}

.banner-slide:nth-child(2) {
  transform: translateX(100%);
}

.banner-slide:nth-child(3) {
  transform: translateX(200%);
}

.banner-slide:nth-child(4) {
  transform: translateX(300%);
}

.banner-slide:nth-child(5) {
  transform: translateX(400%);
}

/* 활성화된 슬라이드와 그 다음 슬라이드들의 위치 */
.banner-slide.active {
  transform: translateX(0);
}

.banner-slide.active ~ .banner-slide {
  transform: translateX(100%);
}

/* 활성화된 슬라이드 이전 슬라이드들의 위치 */
.banner-slide.active ~ .banner-slide {
  transform: translateX(100%);
}

.banner-slide.prev {
  transform: translateX(-100%);
}

.slider-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
}

.dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
}

.dot.active {
  background: white;
  transform: scale(1.2);
}

/* 슬라이더 내비게이션 버튼 스타일 */
.slider-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.7);
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 18px;
  color: #999;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.slider-nav-btn:hover {
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}

.prev-btn {
  left: 20px;
}

.next-btn {
  right: 20px;
}

/* 모바일 화면에서 버튼 크기 조정 */
@media (max-width: 768px) {
  .slider-nav-btn {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
  .banner-content .banner-title h1 {
    font-size: 24px;
  }
  .banner-content .banner-title h2 {
    font-size: 20px;
  }
}
body:has(.bottom-nav) #container {
  padding-bottom: 40px;
}

.section-title {
  margin-bottom: 15px;
  font-size: 18px;
  color: var(--text);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  padding-inline: 15px;
}

.section-title + .product-grid,
.section-title + .scroll-product-grid {
  padding-top: 0 !important;
}

.section-title .view-all {
  font-size: 14px;
  color: var(--text-3);
  text-decoration: none;
  display: flex;
  align-items: center;
}

.section-title .view-all i {
  font-size: 10px;
  margin-left: 4px;
}

/* 유투브 */
.youtube_section {
  position: relative;
  padding-bottom: 30px;
  padding-top: 20px;
  background-color: var(--bg);
  margin-bottom: 20px;
}

.youtube_section .swiper {
  padding-inline: 15px;
}

.youtube_section .swiper-slide:hover img {
  transform: scale(1.05);
  transition: 0.2s transform;
}

.youtube_section .swiper-slide:hover .btn_play {
  background-image: url(../../img/btn_play_on.png);
}

.youtube_section .thumb {
  border-radius: 10px;
  overflow: hidden;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-width: 100%;
  aspect-ratio: 2;
}

.youtube_section .thumb > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.youtube_section .thumb > img,
.youtube_section .thumb > a > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
}

.youtube_section .thumb img {
  transition: 0.2s transform;
}

.youtube_section .btn_play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 68px;
  height: 48px;
  background: url(../img/btn_play.png) no-repeat center/auto 100%;
}

.partner_section {
  padding-block: 10px 40px;
}

.partner_section .swiper-container {
  width: 100%;
  overflow: hidden;
}

.partner_section .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.partner_section .swiper-slide {
  max-width: fit-content;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
}

.partner_section .swiper-slide p {
  display: none;
}

.partner_section .swiper-slide img {
  max-height: 50px;
  max-width: 80px;
  object-fit: contain;
}

.partner_section .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.product-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.product-card .product-image {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  background-color: var(--bg);
}
.product-card .product-image a {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
}
.product-card .product-image a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-card .product-image .cart-btn {
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.item_roll {
  height: 22px;
  overflow: hidden;
}
.item_roll .item_track {
  display: flex;
  flex-direction: column;
  transition: 0.3s;
}
.item_roll .item {
  height: 22px;
  line-height: 22px;
  font-size: 13px;
  font-weight: 500;
  text-align: left;
  border: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  align-items: center;
  justify-content: flex-start;
  width: fit-content;
}
.item_roll {
  /* 색상 */
}
.item_roll .item.red {
  color: var(--red);
}
.item_roll .item.blue {
  color: var(--blue);
}
.item_roll .item.point {
  background-color: var(--bg);
  color: var(--blue);
  border-radius: 10px;
  padding-inline: 8px;
}

.sct_icon,
.product-icons {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  position: absolute;
  top: 8px;
  left: 8px;
}

.sct_icon .shop_icon,
.product-icons .shop_icon {
  display: inline-block;
  color: #fff;
  padding: 0 5px;
  margin: 0;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  height: 18px;
  line-height: 18px;
}

.shop_icon.shop_icon_1 {
  background: var(--red);
}

.shop_icon.shop_icon_2 {
  background: #efb100;
}

.shop_icon.shop_icon_3 {
  background: var(--primary);
}

.shop_icon.shop_icon_4 {
  background: var(--primary);
}

.shop_icon.shop_icon_5 {
  background: #00c16a;
  background: var(--red);
}

.badge {
  padding: 0 5px;
  border: 1px solid;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  font-size: 12px;
  height: 18px;
  border-radius: 18px;
  font-weight: 500;
  background-color: #fff;
  min-width: auto;
  line-height: 16px;
}

.badge_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 5px;
}

.badge_gray {
  color: var(--text-2);
  background-color: var(--bg);
  border: none;
}

.badge_gray.line {
  color: var(--text-2);
  background-color: #fff;
  border: 1px solid var(--border-2);
}

.badge.badge_red {
  color: var(--red);
  border-color: var(--red);
}

.badge.badge_red_light {
  color: var(--red);
  background-color: var(--secondary-2);
  border: none;
  border-radius: 5px;
}

.badge.badge_violet {
  color: var(--blue);
  border-color: var(--blue);
}

.badge.badge_green {
  color: var(--primary);
  border-color: var(--primary);
}

.badge.badge_blue {
  color: #047bff;
  border-color: #047bff;
}

.badge.badge_cyan {
  color: var(--primary);
  border-color: var(--primary);
}

.badge.badge_yellow {
  color: #000;
  background-color: #ffec3d;
  border: none;
}

.product-card .product-image .cart-btn .i_cart_2 {
  width: 18px;
  height: 18px;
}

.product-card .product-info {
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.product-card .product-info .name,
.product-card .product-info .name a {
  display: block;
  color: var(--text-2);
  font-size: 15px;
  font-weight: 500;
  width: 100%;
  display: block;
  overflow: hidden;
  max-height: 40px;
  line-height: 20px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  display: -webkit-box;
  text-align: left;
}

.product-card .product-info .price {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  text-align: left;
  gap: 5px;
}

.product-card .product-info .price .discount {
  color: var(--red);
  font-size: 13px;
  font-weight: 600;
  order: 2;
}

.product-card .product-info .price .current-price {
  color: var(--text);
  font-size: 15px;
  font-weight: 600;
  order: 0;
}

.product-card .product-info .price .original-price {
  color: var(--text-3);
  font-size: 12px;
  text-decoration: line-through;
  order: -1;
  margin-bottom: 0;
  width: 100%;
  line-height: 1;
}

.product-card .product-info .review {
  display: flex;
  align-items: center;
  gap: 0;
  font-size: 12px;
  color: #666;
}

.product-card .product-info .review .divider {
  color: #ddd;
}

.product-card .product-info .review .count {
  display: flex;
  align-items: center;
  gap: 2px;
  color: var(--text-3);
}

.product-card .product-info .review .rating i {
  color: var(--yellow);
}

.product-card .product-info .review .rating {
  font-size: 12px;
}

.product-card .product-info .review .count i {
  font-size: 13px;
  margin-right: 1px;
}

.shop_icon_soldout {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 15px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
}

/* 프로모션 배너 */
.promo-banner {
  margin: 20px 10px;
  padding: 15px;
  background-color: #ffefe9;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: var(--red);
}

/*상품 그리드*/
.product-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 20px 15px;
}

.product-card {
  width: calc(50% - 6px);
}

/* 가로 스크롤 상품 그리드 */
.scroll-product-grid {
  display: flex;
  overflow-x: auto;
  padding: 15px 15px;
  gap: 10px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.scroll-product-grid::-webkit-scrollbar {
  display: none;
}

.scroll-product-grid .product-card {
  width: 160px;
  flex-shrink: 0;
}

/* 로딩 스피너 스타일 */
.loading-spinner {
  text-align: center;
  padding: 20px 0;
  color: #999;
}

/* 무한 스크롤을 위한 제품 그리드 조정 */
#infinit-products {
  /*display: grid;
  grid-template-columns: repeat(2, 1fr);*/
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 20px 15px;
}

#infinit-products .product-card {
  width: calc(50% - 6px);
}

.empty-products {
  padding: 60px 0;
  text-align: center;
  min-width: 100%;
}

/* 장바구니 아이콘 및 상품 수 표시 스타일 복원 */
.cart-icon {
  position: relative;
  display: inline-block;
}

.cart-badge {
  position: absolute;
  top: -8px;
  right: -8px;
  background-color: var(--red);
  color: white;
  font-size: 12px;
  font-weight: bold;
  min-width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 6px;
  box-sizing: border-box;
  border: 1px solid white;
}

/* 검색창 스타일 */
.search-container {
  padding: 12px;
  background-color: #f5f5f5;
}

.sub-page-header .search-input {
  flex: 1;
  width: 100%;
  height: 100%;
  border: none;
  padding: 12px 15px;
  font-size: 16px;
  color: #333;
  background: #f5f5f5;
}

.search-input:focus {
  outline: none;
}

.search-button {
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  font-size: 18px;
  cursor: pointer;
}

.search-button:focus {
  outline: none;
}

/* 위치 정보 스타일 */
.location-info {
  display: flex;
  align-items: center;
  padding: 12px 15px;
  font-size: 16px;
  color: #333;
  background-color: #fff;
  border-bottom: 1px solid #eee;
}

.location-info i {
  margin-right: 4px;
  color: #555;
}

.location-info span {
  font-weight: 400;
}

/* 하단 네비게이션 스타일 */
.bottom-nav {
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 780px;
  display: flex;
  z-index: 200;
  height: 71px;
}

.bottom-nav:before {
  content: "";
  width: calc(50% - 20px);
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 20px 0 0;
  box-shadow: 5px -4px 10px rgba(0, 0, 0, 0.08);
}

.bottom-nav:after {
  content: "";
  width: calc(50% - 20px);
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 20px 0 0 0;
  box-shadow: -5px -4px 10px rgba(0, 0, 0, 0.08);
}

.bottom-nav .bottom-nav-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  height: 71px;
  gap: 5px;
  color: var(--text-2);
  width: calc(25% - 12px);
  padding: 10px 0 8px;
  text-align: center;
  font-size: 13px;
  background-color: #fff;
}

.bottom-nav .bottom-nav-item.center {
  position: relative;
  height: 40px;
  width: 50px;
  align-self: flex-end;
}

.bottom-nav .bottom-nav-item:nth-child(2) {
  border-radius: 0 20px 0 0;
}

.bottom-nav .bottom-nav-item:nth-child(4) {
  border-radius: 20px 0 0 0;
}

.bottom-nav .btn_search {
  position: absolute;
  top: -26px;
  left: 0;
  min-width: 50px;
  border-radius: 50px;
  height: 50px;
  border: 3px solid #fff;
  background-color: #fff;
  background: linear-gradient(122deg, #01a9f2 19.21%, #00e2e0 80.79%);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.bottom-nav .i_wrap {
  position: relative;
}

.bottom-nav .cart_count {
  position: absolute;
  top: -4px;
  right: -4px;
  background-color: var(--red);
  color: white;
  font-size: 10px;
  min-width: 16px;
  height: 16px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
  font-weight: 600;
}

.bottom-nav-icon {
  font-size: 28px;
}

.bottom-nav .bottom-nav-item.active {
  color: var(--red);
}

/* 여백 조정 (하단 네비게이션 때문에) */
.page-bottom-padding {
  height: 70px;
}

/* 맨 위로 버튼 스타일 */
.back-to-top-btn {
  position: fixed;
  bottom: 100px;
  right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--primary);
  color: white;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
}

.back-to-top-btn.visible {
  opacity: 1;
  visibility: visible;
}

/* 버튼 호버 효과 */
.auth-btn:hover {
  color: #0078ff;
}

/* 메뉴 섹션 스타일 */
.menu-section {
  padding: 20px 0;
  border-bottom: 8px solid #f5f5f5;
}

.menu-section-title {
  padding: 0 20px 15px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

/* 메뉴 아이템 스타일 - 카테고리용 */
.category-menu .menu-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  text-decoration: none;
  color: #333;
  font-size: 17px;
  border-bottom: 1px solid #f5f5f5;
}

.category-menu .menu-item-text {
  flex: 1;
}

.category-menu .menu-item-arrow {
  color: #e6e6e6;
  font-size: 9px;
  padding-left: 6px;
}

/* 설정 메뉴 아이템 스타일 */
.menu-section .menu-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  text-decoration: none;
  color: #333;
  font-size: 16px;
  border-bottom: 1px solid #f5f5f5;
}

.menu-section .menu-item-content {
  display: flex;
  align-items: center;
  gap: 8px;
}

.menu-section .menu-item-icon {
  color: #666;
  font-size: 18px;
  width: 24px;
  text-align: center;
}

.menu-section .menu-item-text {
  flex: 1;
}

.menu-section .menu-item-arrow {
  color: #999;
  font-size: 12px;
}

/* 마지막 아이템의 border 제거 */
.menu-section .menu-item:last-child {
  border-bottom: none;
}

.country-flag {
  display: flex;
  align-items: center;
  gap: 8px;
}

.flag-icon {
  width: 24px;
  height: 16px;
  object-fit: contain;
  border-radius: 2px;
}

.country-flag i {
  font-size: 12px;
  color: #999;
}

.menu-item:active {
  background-color: #f5f5f5;
}

body.menu-open {
  overflow: hidden; /* 메뉴 열려있을 때 본문 스크롤 방지 */
}

/* 사이드 메뉴 오버레이 스타일 */
/*
.side-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    display: none;
}
*/
/* 오버레이가 표시될 때 스크롤 방지 */
body.menu-open {
  overflow: hidden;
}

/* 카테고리 메뉴 아이템의 화살표 스타일 수정 */
.category-menu .menu-item-arrow {
  color: #ccc; /* 더 연한 회색으로 변경 (#999 → #ccc) */
  font-size: 10px; /* 12px에서 10px로 크기 감소 */
  padding-left: 8px;
}

/* 호버 시 화살표 색상 변경 (선택사항) */
.category-menu .menu-item:hover .menu-item-arrow {
  color: #bbb;
}

.noti-btn {
  position: relative;
}

.noti-count {
  position: absolute;
  top: -4px;
  right: -4px;
  background-color: var(--red);
  color: white;
  font-size: 10px;
  min-width: 16px;
  height: 16px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
  font-weight: 600;
}

/* 하단 네비게이션의 noti-count */
.bottom-nav-item .noti-count {
  top: 0;
  right: -4px;
}

/* 사이드 메뉴의 noti-count */
.quick-menu-item .noti-count {
  top: -4px;
  right: -4px;
}

/* 헤더의 noti-count */
.header .noti-count {
  top: -4px;
  right: -4px;
}

/* 장바구니 팝업 */
.cart-popup .popup-content {
  position: absolute;
  bottom: -100%;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 16px 16px 0 0;
  transition: bottom 0.3s ease-out;
  max-height: calc(var(--vh, 1vh) * 100 - 20px);
  overflow-y: auto;
}

.cart-popup.active .popup-content {
  bottom: 0;
  transition: bottom 0.3s ease-out;
}

.cart-popup {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  visibility: hidden;
  transition: visibility 0.3s ease-out;
  height: calc(var(--vh, 1vh) * 100);
}
.cart-popup.active {
  visibility: visible;
  pointer-events: all;
}

.cart-popup .product-name {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 6px;
}

.cart-popup .product-desc {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
}

.cart-popup .select-box {
  width: 100%;
  height: 35px;
  padding: 0 14px;
  font-size: 14px;
  color: #333;
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-bottom: 20px;
}

.cart-popup .option-group {
  margin-bottom: 20px;
}

.cart-popup .option-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  background: #f9f9f9;
  border-radius: 6px;
  margin-bottom: 8px;
}

.cart-popup .option-info {
  flex: 1;
}

.cart-popup .price-wrap {
  display: flex;
  justify-content: space-between;
}

.cart-popup .price-info {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 6px;
}

.cart-popup .current-price {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  line-height: 1;
}

.cart-popup .original-price {
  font-size: 15px;
  color: #999;
  text-decoration: line-through;
  line-height: 1;
  margin-top: 1px;
}

.cart-popup .quantity-selector {
  height: 32px;
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.cart-popup .quantity-btn {
  width: 32px;
  height: 100%;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  color: #333;
}

.cart-popup .quantity-input {
  width: 40px;
  height: 100%;
  font-size: 14px;
  text-align: center;
  border: none !important;
  border-left: 1px solid #ddd !important;
  border-right: 1px solid #ddd !important;
  border-radius: 0 !important;
}

.cart-popup .total-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.cart-popup .total-label {
  font-size: 16px;
  color: #333;
}

.cart-popup .total-amount {
  font-size: 22px;
  font-weight: 700;
  color: var(--red);
}

.cart-popup .add-to-cart-btn {
  width: 100%;
  height: 44px;
  background: var(--primary);
  border-radius: 40px;
  color: #fff;
  border: none;
  font-size: 15px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 20px;
}

.cart-popup .add-to-cart-btn i {
  font-size: 20px;
  color: #fff;
  display: none;
}

/* 헤더 검색 관련 스타일 수정 */
.sub-page-header h1 {
  transform: translateX(0);
  opacity: 1;
  transition: all 0.3s ease;
}

.search-input-wrap {
  position: absolute;
  left: 50px;
  right: 50px;
  height: 36px;
  opacity: 0;
  transform: translateX(20px);
  visibility: hidden;
  transition: all 0.3s ease;
}

.search-input-wrap.active {
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
}

.search-input-wrap.active .search-input {
  transform: scale(1);
}

.search-input::placeholder {
  color: #999;
}

.search-close-btn {
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border: none;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.search-input-wrap.active .search-close-btn {
  opacity: 1;
  transition-delay: 0.1s;
}

.search-close-btn ion-icon {
  font-size: 20px;
}

/* 검색 활성화 시 타이틀 숨김 애니메이션 */
.sub-page-header.searching h1 {
  transform: translateX(-20px);
  opacity: 0;
  pointer-events: none;
}

/* 검색 입력창 포커스 효과 */
.search-input:focus {
  background: #f0f0f0;
  outline: none;
}

.slider-indicator {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: rgba(0, 0, 0, 0.3);
  padding: 4px 10px;
  border-radius: 12px;
  color: white;
  font-size: 13px;
  font-weight: 500;
}

.slider-indicator span {
  color: rgba(255, 255, 255, 0.8);
}

/*카테고리*/
/* 카테고리 페이지 스타일 */
/* 헤더 스타일 */
.category-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 100;
}

.left-header {
  display: flex;
  align-items: center;
  gap: 10px;
}

.page-title {
  font-size: 20px;
  font-weight: 600;
}

/* 카테고리 컨테이너 */
.category-container {
  display: flex;
  position: fixed;
  top: 56px;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  max-width: 500px;
  margin: 0 auto;
  border-top: var(--border);
}

/* 왼쪽 메뉴 */
.category-menu {
  width: 112px;
  margin: 0;
  padding: 0;
  list-style: none;
  background: var(--bg);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.category-menu-item {
  padding: 12px 10px;
  font-size: 14px;
  color: var(--text);
  text-align: left;
  cursor: pointer;
  line-height: 1.3;
  border-left: 2.5px solid transparent;
  overflow-wrap: anywhere;
}

.category-menu-item.active {
  background: #fff;
  color: var(--red);
  position: relative;
  border-left-color: var(--red);
}

/* 오른쪽 콘텐츠 */
.category-content {
  flex: 1;
  overflow-y: auto;
  padding: 12px 16px 40px;
  background: #fff;
}

/* 카테고리 섹션 */
.category-section {
  margin-bottom: 36px;
}

.category-section-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--text);
}

/* 상품 그리드 */
.category-section .product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  padding: 15px 0;
}

.category-section .product-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}

.category-section .product-image {
  position: relative;
  border-radius: 50%;
  background-color: var(--bg-thumb);
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-bottom: 8px;
}

.category-section .product-image img {
  width: 85%;
  height: auto;
  object-fit: cover;
  filter: brightness(0.98) contrast(1.02);
  mix-blend-mode: darken;
}

.category-section .product-image ion-icon {
  color: var(--text);
}

.hit-badge {
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: var(--red);
  color: white;
  font-size: 9px;
  font-weight: bold;
  padding: 1px 4px;
  border-radius: 2px;
  z-index: 1;
}

.product-name {
  font-size: 13px;
  color: #333;
  text-align: center;
  line-height: 1.2;
  overflow-wrap: anywhere;
  margin-bottom: 0;
}

.product-desc {
  margin-bottom: 0;
}

/* 스크롤바 스타일 */
.category-menu::-webkit-scrollbar,
.category-content::-webkit-scrollbar {
  width: 0;
  background: transparent;
}

/* body 스크롤 잠금 */
body.no-scroll {
  overflow: hidden;
  touch-action: none;
  position: fixed;
}

.sr-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 99;
  display: none;
}

#categoryPanel {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 500px;
  height: 100%;
  background: #fff;
  z-index: 100;
  overflow: hidden; /* ★ 랩퍼 스크롤 금지 */
  will-change: transform;
}

/* 실제 스크롤 컨테이너 */
#categoryPanel .category-content {
  flex: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/*배송지 관리*/
#container.addressmanage {
  background-color: var(--bg);
}
#container.addressmanage .sec_tit_wrap {
  padding-inline: 0 !important;
}
#container.addressmanage {
  padding-inline: 15px;
}
#container.addressmanage .BtnAddAddr {
  width: 100%;
}
#container.addressmanage .card {
  border-top: none;
}

/*필터*/
.filter-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: none;
}

.filter-popup.show {
  display: block;
}

.filter-popup .popup-content {
  position: absolute;
  bottom: -100%;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 16px 16px 0 0;
  padding: 20px;
  transition: bottom 0.3s ease;
}

.filter-popup.show .popup-content {
  bottom: 0;
}

.filter-popup .popup-header {
  margin-bottom: 20px;
}

.filter-popup .popup-header h2 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
}

.filter-popup .filter-tabs {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.filter-tabs {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.filter-tabs::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

.filter-popup .tab-btn {
  flex-shrink: 0;
  padding: 8px 16px;
  border: 1px solid #ddd;
  border-radius: 20px;
  font-size: 14px;
  color: #666;
  background: none;
}

.filter-popup .tab-btn.active {
  background: var(--bg-dark);
  color: #fff;
  border-color: var(--bg-dark);
}

.filter-option {
  display: flex;
  align-items: center;
  padding: 12px 0;
  cursor: pointer;
}

.filter-option input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
}

.filter-option input[type=radio]:checked {
  border-color: var(--primary);
}

.filter-option input[type=radio]:checked::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  background-color: var(--primary);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.option-text {
  font-size: 15px;
  color: #333;
}

.option-text .count {
  color: #999;
  margin-left: 4px;
}

.filter-popup .count {
  color: #999;
  font-size: 14px;
}

.filter-popup .filter-actions {
  display: flex;
  gap: 12px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.filter-popup .reset-btn {
  flex: 1;
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: none;
  color: var(--text);
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border-radius: 40px;
}

.filter-popup .reset-btn ion-icon {
  font-size: 18px;
}

.filter-popup .apply-btn {
  flex: 2;
  height: 40px;
  background: var(--primary);
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 40px;
}

/* 탭 컨텐츠 스타일 */
.tab-contents {
  background: #fff;
}

.tab-content {
  display: none;
  padding: 20px 15px;
}

.tab-content.active {
  display: block;
}

.page_item .tab-content {
  min-height: 700px;
}

/* 상품정보 탭 스타일 */
.content-section {
  margin-bottom: 24px;
}

.content-section h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}

.content-section h3 ion-icon {
  display: none;
}

.guide_wrapper h4 {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--text);
  margin-bottom: 10px;
  margin-top: 20px;
}

.custom_select {
  position: relative;
  font-size: 14px;
  min-width: 30px;
}
.custom_select .btn_select {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 4px;
  height: 30px;
  background: #fff;
  color: var(--text);
  border-radius: 6px;
  cursor: pointer;
  background-image: url("../img/icons/i_down.svg") !important;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 16px auto;
  padding-inline: 0;
  padding-right: 20px;
  white-space: nowrap;
  border: 1px solid var(--border-2);
  height: 35px;
  border-radius: 5px;
  padding-left: 15px;
  padding-right: 25px;
  background-position: calc(100% - 10px) center;
}
.custom_select .btn_select img {
  width: 20px;
  height: auto;
  flex-shrink: 0;
}
.custom_select .options {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  width: 100%;
  min-width: 100%;
  background: #fff;
  border: 1px solid var(--border-2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 5px 0;
  display: none;
  z-index: 1000;
  max-height: 260px;
  overflow-y: auto;
}
.custom_select .options li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px;
  cursor: pointer;
}
.custom_select .options li a {
  display: block;
  width: 100%;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.custom_select .options li .button {
  display: block;
  width: 100%;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.custom_select .options li img {
  width: 20px;
  height: auto;
  flex-shrink: 0;
}
.custom_select .options li:hover {
  background: #f5f5f5;
}
.custom_select .options li .sct_lst_view {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  width: 100%;
  gap: 5px;
}
.custom_select .options.active {
  display: block;
}
.custom_select .options.type_chk li.active::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("../img/chk_line_on.png") no-repeat center/18px auto;
  cursor: pointer;
}

.custom_select.type-line .btn_select {
  border: 1px solid var(--border-2);
  height: 35px;
  border-radius: 5px;
  padding-left: 15px;
  padding-right: 25px;
  background-position: calc(100% - 10px) center;
}

.custom_select.type_gray .btn_select {
  background-color: var(--bg);
}

.custom_select.active .options {
  display: flex;
}
.custom_select.active .btn_select:after {
  transform: rotate(180deg);
}

/*팝업*/
.popup {
  position: fixed;
  inset: 0;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1001;
  visibility: hidden;
}
.popup .pop_container {
  position: relative;
  background: #fff;
  z-index: 1001;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  max-width: calc(100% - 30px);
  width: calc(100% - 30px);
}
.popup .pop_container.w-sm {
  max-width: 300px;
}
.popup .pop_tit {
  padding: 14px 20px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.popup .pop_tit + .content_container {
  padding-top: 0;
}
.popup .content_container {
  padding: 20px;
  overflow-y: auto;
  max-height: calc(var(--vh, 1vh) * 100 - 100px);
}
.popup .btn_container {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 10px 20px 20px;
}
.popup .btn_container .btn {
  min-width: 120px;
}
.popup .btn_close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 16px;
  height: 16px;
  z-index: 10;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none'%3E%3Cpath stroke='%23444' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m1.333 10.667 9.38-9.475M10.666 10.667l-9.38-9.475'/%3E%3C/svg%3E");
  background-size: contain;
}
.popup .txt {
  font-size: 15px;
  line-height: 1.46;
  text-align: center;
}

.bg_close {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
}

.popup.active {
  display: flex;
  visibility: visible;
}

.popup.type_alert {
  z-index: 1000;
}
.popup.type_alert .content_container {
  padding: 38px 20px 15px;
}

.popup.type_bottom {
  align-items: flex-end;
  padding-inline: 0;
  width: 100%;
  left: 0;
  right: 0;
  transition: all 0.3s ease;
  display: flex;
  opacity: 0;
}
.popup.type_bottom .pop_container {
  position: absolute;
  width: 100%;
  border-radius: 15px 15px 0 0;
  max-width: 100%;
  overflow: hidden;
  bottom: -100%;
  transition: all 0.3s ease;
}
.popup.type_bottom.active {
  opacity: 1;
}
.popup.type_bottom.active .pop_container {
  transition: all 0.3s ease;
  bottom: 0;
}

.popup.popup_location .content_container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  overflow: visible;
}
.popup.popup_location .select {
  width: 100%;
}
.popup.popup_location .custom_select {
  width: 100%;
}
.popup.popup_location .options {
  top: calc(100% - 1px);
}

.popup.popup_my .content_container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}
.popup.popup_my .pop_container::before {
  content: "";
  position: absolute;
  top: -12px;
  right: 50px;
  display: block;
  width: 0;
  height: 0;
  width: 26px;
  height: 12px;
  background: url(../img/popup_arrow_t.png) no-repeat center/cover;
  left: 75px;
  right: auto;
}
.popup.popup_my {
  top: 55px;
  left: -50px;
}
.popup.popup_my .login_cls_btn {
  display: none;
}
.popup.popup_my .ol {
  width: 100%;
}
.popup.popup_my .ol h2 {
  display: none;
}
.popup.popup_my #ol_after_hd {
  margin: 0;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 10px;
}
.popup.popup_my #ol_after_hd .profile_img img {
  width: 40px;
  height: 40px;
}
.popup.popup_my #ol_after_hd strong {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  margin: 0;
  color: var(--text);
}
.popup.popup_my #ol_after_hd .win_point {
  font-size: 13px;
}
.popup.popup_my #ol_after_hd .win_point b {
  color: var(--primary);
}
.popup.popup_my #ol_after_private a strong {
  color: var(--primary);
}
.popup.popup_my #ol_after_private {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 5px;
  margin-top: 10px;
}
.popup.popup_my #ol_after_private li {
  width: 100%;
  border: 1px solid var(--border-2);
  background-color: #fff;
  height: 35px;
  margin: 0;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  font-size: 14px;
  color: var(--text);
  padding-inline: 15px;
  border-radius: 6px;
}
.popup.popup_my #ol_after_logout {
  height: 35px;
  line-height: 35px;
  color: #fff;
}
.popup.popup_my #ol_after_logout:hover {
  background-color: var(--primary);
}

.popup_share ul {
  display: flex;
}
.popup_share ul li {
  text-align: center;
  flex: 1;
}
.popup_share ul li img {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}

.popup.popup_review {
  z-index: 100000;
}
.popup.popup_review .pop_container {
  width: 100%;
  max-width: 100%;
  height: 100vh;
  border-radius: 0;
}
.popup.popup_review .content_container {
  max-height: calc(100vh - 120px);
  padding: 0;
}
.popup.popup_review .img_area {
  position: relative;
  width: 100%;
}
.popup.popup_review .thumb {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-width: 100%;
  aspect-ratio: 1;
}
.popup.popup_review .thumb > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.popup.popup_review .thumb > a > img {
  object-fit: none;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
}
.popup.popup_review .thumb > img {
  object-fit: none;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
}
.popup.popup_review .swiper-button-next.custom {
  right: 10px;
}
.popup.popup_review .swiper-button-prev.custom {
  left: 10px;
}
.popup.popup_review .review_area {
  position: relative;
  padding-inline: 20px;
}
.popup.popup_review .review-item {
  border-bottom: none;
}
.popup.popup_review .like-btn {
  min-width: 44px;
}

.popup.popup_detail .pop_container {
  width: 1400px;
}
.popup.popup_detail .content_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  gap: 30px;
  padding: 30px 20px 20px;
}
.popup.popup_detail #sit_ov {
  width: 430px;
}
.popup.popup_detail .sit_innr {
  gap: 30px;
}
.popup.popup_detail .sticky_total_wrap {
  right: 30px;
}

.msg_sound_only,
.sound_only {
  display: inline-block !important;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0;
  line-height: 0;
  border: 0 !important;
  overflow: hidden !important;
}

/* 네비 버튼 위치 */
.swiper_pagination {
  position: relative;
  bottom: auto;
  color: #222;
  margin-top: 10px;
}

.swiper-pagination-fraction {
  position: relative;
  bottom: auto;
  color: #222;
  margin-top: 10px;
}

.swiper-button-next,
.swiper-button-prev {
  background: none;
}

.custom.swiper-button-prev,
.custom.swiper-button-next {
  margin-top: 0;
  transform: translateY(-50%);
  border-radius: 34px;
  width: 34px;
  height: 34px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 6px, rgba(0, 0, 0, 0.5) 0px 0px 1px;
  z-index: 2;
  left: 5px;
}
.custom.swiper-button-prev:hover,
.custom.swiper-button-next:hover {
  box-shadow: rgba(0, 0, 0, 0.5) 2px 4px 8px, rgba(0, 0, 0, 0.5) 0px 0px 1px;
}
.custom.swiper-button-prev::before,
.custom.swiper-button-next::before {
  content: "";
  width: 24px;
  height: 24px;
  transform: rotate(180deg);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%23525252' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 12 4-4-4-4'/%3E%3C/svg%3E") no-repeat center/24px auto;
}
.custom.swiper-button-prev:after,
.custom.swiper-button-next:after {
  display: none;
}

.custom.swiper-button-next {
  left: auto;
  right: 5px;
}
.custom.swiper-button-next::before {
  transform: rotate(0);
}

.swiper-button-disabled {
  display: none;
}

.swiper-button-prev-disabled {
  display: none;
}

.swiper-button-next-disabled {
  display: none;
}

.category_slider_wrap {
  padding-inline: 0;
  position: relative;
  margin-bottom: 20px;
}
.category_slider_wrap .custom.swiper-button-prev {
  margin-top: -15px;
  left: -10px;
}
.category_slider_wrap .custom.swiper-button-next {
  margin-top: -15px;
  right: -10px;
}

.visual_wrap .custom.swiper-button-prev {
  left: -30px;
}
.visual_wrap .custom.swiper-button-next {
  right: -30px;
}
.visual_wrap .thumb {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-width: 100%;
  aspect-ratio: 1.9655172414;
}
.visual_wrap .thumb > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.visual_wrap .thumb > img, .visual_wrap .thumb > a > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}

.custom.swiper-button-prev-with {
  margin-top: -50px;
}

.custom.swiper-button-next-with {
  margin-top: -50px;
}

.swiper-pagination-current {
  color: #fff;
}

.swiper-pagination-total {
  color: #ddd;
}

.swiper-pagination-fraction {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 8px 0 0 0;
  padding: 3px 4px;
  width: 36px;
  height: 20px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
  margin-top: 0;
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  gap: 2px;
  line-height: 1;
  font-size: 12px;
}
.swiper-pagination-fraction .swiper-pagination-current {
  font-size: 12px;
  color: #fff;
  font-weight: 700;
}
.swiper-pagination-fraction .swiper-pagination-total {
  font-size: 12px;
  color: #fff;
}

.swiper_wrap {
  position: relative;
}

.tit_field {
  font-size: 0.9333333333rem;
  font-weight: 700;
}

.flex-row-btn {
  display: flex;
  gap: 10px;
  width: 100%;
}
.flex-row-btn input[type=text] {
  width: 100% !important;
}
.flex-row-btn .btn {
  white-space: nowrap;
  min-width: 78px;
}

/*상품 문의 */
.question {
  position: relative;
}
.question::after {
  content: "";
  background-image: url(../img/icons/i_down.svg);
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}

.password_row {
  padding-top: 20px;
}
.password_row button {
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding-inline: 10px;
  background-color: var(--bg);
}

/*상품 후기*/
.review-actions {
  display: flex;
  gap: 5px;
  justify-content: space-between;
}
.review-actions .review-buttons {
  margin-left: auto;
  display: flex;
  gap: 5px;
}
.review-actions .review-buttons a,
.review-actions .review-buttons button {
  min-height: 25px;
  height: 25px;
  padding-inline: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  gap: 5px;
  border: 1px solid var(--border);
  border-radius: 25px;
}

.item_use_good {
  min-height: 25px;
  height: 25px;
  padding-inline: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  gap: 5px;
  background-color: var(--bg);
  border-radius: 25px;
}

.item_use_good.active {
  background-color: var(--secondary-2);
  color: var(--secondary);
}

/*장바구니*/
#sod_bsk {
  background-color: var(--bg);
  padding-inline: 15px;
  padding-bottom: 40px;
}

#sod_chk {
  padding: 10px 15px;
  margin-inline: -15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  margin-bottom: 15px;
}

.sod_list:has(.empty_list) {
  background-color: transparent;
  padding-block: 50px 30px;
  text-align: center;
  font-size: 1.0666666667rem;
}

.go_shopping {
  text-align: center;
  margin-bottom: 50px;
}

.sod_list {
  border-radius: 10px;
  overflow: hidden;
}

.sod_li {
  padding-block: 15px;
  border-top: 1px solid var(--border);
  background-color: #fff;
  padding-inline: 15px;
}
.sod_li:first-child {
  border-top: none;
}
.sod_li .li_name {
  display: flex;
  gap: 10px;
  position: relative;
}
.sod_li .li_name a {
  flex: 1;
}
.sod_li .li_name a strong {
  font-weight: 500;
  word-break: break-all;
}
.sod_li .li_name .btn_del_item {
  margin-left: auto;
  display: flex;
  align-self: flex-start;
}
.sod_li .li_name .btn_del_item ion-icon {
  color: var(--text-3);
}
.sod_li .li_op_wr {
  display: flex;
  gap: 10px;
  margin-top: 5px;
}
.sod_li .li_op_wr .total_img {
  width: 80px;
  min-width: 80px;
  height: 80px;
  aspect-ratio: 1;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--border);
}
.sod_li .li_op_wr .total_img img {
  width: 100%;
  object-fit: cover;
}
.sod_li .li_op_wr .li_desc {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.sod_li .li_op_wr .li_desc .mod_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 25px;
  border-radius: 6px;
  border: 1px solid var(--border-2);
  color: var(--text);
  font-size: 0.8666666667rem;
}
.sod_li .li_op_wr .li_desc .sod_opt {
  font-size: 0.9333333333rem;
  color: var(--text-2);
}
.sod_li .li_prqty {
  color: var(--text);
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
  font-size: 0.8666666667rem;
}
.sod_li .total_price {
  display: flex;
  gap: 5px;
  justify-content: flex-end;
}

.sod_ta_wr {
  margin-top: 15px;
  border-radius: 10px;
  background-color: #fff;
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.summary_info_list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 15px;
}

.summary_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.summary_info dt {
  min-width: 70px;
  font-weight: 400;
}
.summary_info dd {
  flex: 1;
  text-align: right;
}
.summary_info.total {
  border-top: 1px solid var(--border);
  padding-top: 10px;
}
.summary_info.total dt,
.summary_info.total dd {
  font-size: 1.0666666667rem;
  font-weight: 600;
}
.summary_info.total dd strong {
  color: var(--red);
}

#sod_bsk {
  min-height: calc(100vh - 160px);
}

body:has(#sod_bsk) {
  background-color: var(--bg);
}

body:has(#sod_frm) {
  background-color: var(--bg);
}

#sod_bsk_act {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
  border-radius: 15px 15px 0 0;
  box-shadow: -5px -4px 10px rgba(0, 0, 0, 0.08);
  padding: 10px 15px;
}
#sod_bsk_act .sod_total {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 15px;
}
#sod_bsk_act .fixed_cart_btns {
  display: flex;
  gap: 10px;
}

#mod_option_frm {
  position: fixed;
  bottom: 0;
  left: 0;
  align-items: flex-end;
  padding-inline: 0;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 1001;
}
#mod_option_frm .pop_container {
  position: relative;
  width: 100%;
  bottom: 0;
  left: 0;
  border-radius: 15px 15px 0 0;
  background-color: #fff;
  box-shadow: -5px -4px 10px rgba(0, 0, 0, 0.08);
  padding: 15px;
  z-index: 1002;
}
#mod_option_frm .scroll_y {
  max-height: calc(100vh - 200px);
  overflow-y: auto;
}
#mod_option_frm h2 {
  font-size: 1.0666666667rem;
  font-weight: 600;
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid var(--border);
  margin-bottom: 15px;
}
#mod_option_frm .option_wr h3 {
  display: none;
}
#mod_option_frm .option_wr + .option_wr {
  margin-top: 10px;
}
#mod_option_frm .option_wr + .option_wr .get_item_supply {
  display: flex;
  align-items: center;
  gap: 5px;
}
#mod_option_frm .option_wr + .option_wr .get_item_supply label {
  white-space: nowrap;
  min-width: fit-content;
}
#mod_option_frm .option_wr + .option_wr .get_item_supply select {
  width: 100%;
}
#mod_option_frm .option_wr + .option_wr .td_sit_sel {
  width: 100%;
}
#mod_option_frm .get_item_options {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 5px;
}
#mod_option_frm .get_item_options label {
  white-space: nowrap;
  min-width: 60px;
}
#mod_option_frm .get_item_options label + span {
  flex: 1;
}
#mod_option_frm .get_item_options select {
  width: 100%;
}
#mod_option_frm #sit_tot_price {
  text-align: right;
  padding-top: 10px;
  color: var(--red);
  font-size: 1.0666666667rem;
}
#mod_option_frm #sit_tot_price span {
  color: var(--text);
}
#mod_option_frm .btn_confirm {
  margin: 10px 0 0 !important;
}

#mod_option_frm .btn_confirm .btn_submit {
  height: 42px;
  font-size: 15px;
  width: 100%;
  cursor: pointer;
  border-radius: 8px;
  background: var(--primary);
  color: #fff;
  border: none;
}

/*상품 상세 고정 합계*/
.fixed_opt {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
  border-radius: 15px 15px 0 0;
  box-shadow: -5px -4px 10px rgba(0, 0, 0, 0.08);
  padding: 10px 15px;
}
.fixed_opt .product-buttons {
  border-top: none;
  margin-top: 0;
}

.fixed_opt_body {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1001;
  background-color: #fff;
  border-radius: 15px 15px 0 0;
  box-shadow: -5px -4px 10px rgba(0, 0, 0, 0.08);
  padding: 10px 15px;
  display: none;
}
.fixed_opt_body.active {
  display: block;
}

.fixed_opt_list {
  max-height: calc(100vh - 160px);
  overflow-y: auto;
  position: relative;
  padding-top: 10px;
}

.btn_close_opt {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 11px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='39' height='11' fill='none' viewBox='0 0 39 11'%3E%3Cg filter='url(%23a)'%3E%3Cpath fill='%23ededed' fill-rule='evenodd' d='M36.342.107a2 2 0 0 1 1.443 3.727l-.146.056-17.5 6a2 2 0 0 1-1.115.053l-.182-.053-17.5-6A2 2 0 0 1 2.49.062l.15.045L19.49 5.885z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='a' width='38.987' height='10.998' x='0' y='0' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' result='hardAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0'/%3E%3CfeOffset dy='1'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0'/%3E%3CfeBlend in2='BackgroundImageFix' result='effect1_dropShadow_384_11466'/%3E%3CfeBlend in='SourceGraphic' in2='effect1_dropShadow_384_11466' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
}

.product-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.product-info .btn_myshop {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 0.9333333333rem;
}
.product-info .btn_myshop .profile {
  width: 24px;
  height: 24px;
}
.product-info .price-wrap {
  margin-bottom: 0;
}

/*상품 옵션 선택*/
.option-select {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

/*별점 표시 컴포넌트*/
.grade_rating {
  gap: 6px;
  display: flex;
  align-items: center;
  font-size: 0.8666666667rem;
  color: var(--text-3);
}
.grade_rating i {
  position: relative;
}
.grade_rating .fa-star {
  color: var(--yellow);
  font-size: 1.0666666667rem;
}
.grade_rating .fa-star.unfilled {
  color: #ddd;
}
.grade_rating .fa-star-half {
  position: absolute;
  inset: 0;
  color: var(--yellow);
  font-size: 1.0666666667rem;
}
.grade_rating.lg .fa-star,
.grade_rating.lg .fa-star-half {
  font-size: 1.2rem;
}
.grade_rating.xl .fa-star,
.grade_rating.xl .fa-star-half {
  font-size: 1.4666666667rem;
}

/*상세 옵션*/
.sit_option {
  position: relative;
  background: #fff;
  padding: 0 15px;
  margin: 0;
}
.sit_option select {
  background-position: calc(100% - 10px) center;
}
.sit_option + .sit_option {
  margin-top: 15px;
}
.sit_option .sit_option_wrapper {
  margin-bottom: 10px;
}
.sit_option .opt_tit,
.sit_option label,
.sit_option h3 {
  margin-bottom: 5px;
  font-weight: 600;
  display: block;
}
.sit_option .get_item_supply label[for=it_supply_1] {
  display: none;
}
.sit_option .sit_option_img_list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.sit_option .sit_option_img_list li {
  min-width: 60px;
  width: 60px;
  border: 1px solid var(--border);
  border-radius: 6px;
  overflow: hidden;
  align-self: flex-start;
}
.sit_option .sit_option_img_list li.active {
  border-color: var(--primary);
}
.sit_option .sit_option_img_list li .sit_option_img_btn img {
  aspect-ratio: 1;
  object-fit: cover;
  display: block;
}
.sit_option .sit_option_img_list li .sit_option_img_txt {
  display: block;
  color: var(--text-2);
  font-size: 0.8rem;
  padding: 2px 5px;
  text-align: center;
  display: block;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  display: -webkit-box;
  white-space: normal;
}

/* 정렬 */
#sct_sortlst {
  padding-inline: 15px;
}

.sort_wrap {
  display: flex;
  gap: 5px;
}
.sort_wrap .custom_select .btn_select {
  border: none;
  padding-inline: 0 30px;
}
.sort_wrap .custom_select .options {
  width: max-content;
}
.sort_wrap .custom_select.right {
  margin-left: auto;
}
.sort_wrap .custom_select.right .options {
  left: auto;
  right: 0;
}

.sct_cate_list .category_list {
  padding-top: 15px;
}

.filter_wrap {
  display: flex;
  gap: 5px;
  border-bottom: 1px solid var(--border);
  padding-bottom: 8px;
}

.filter-btn {
  padding: 5px 8px;
  border: 1px solid var(--bg-dark);
  border-radius: 30px;
  margin-right: 5px;
  height: 35px;
  color: var(--text);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-width: 65px;
}

.filter-btn ion-icon {
  font-size: 16px;
}

.filter_items {
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
}

.filter_item {
  padding: 2px 10px;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  font-size: 14px;
  height: 25px;
  font-weight: 500;
  border-radius: 20px;
  color: var(--text-2);
  background-color: var(--bg);
  gap: 8px;
}
.filter_item i {
  color: var(--text-2);
}
.filter_item:hover i {
  color: #000;
}

.filter_item_del {
  padding-inline: 3px;
  color: var(--text);
  border-bottom: 1px solid var(--text);
  margin-left: 10px;
}

.filter-options {
  display: block;
}

.filter-popup .filter-tabs {
  overflow-x: auto;
  scrollbar-width: none;
  margin-bottom: 0;
  padding-bottom: 0;
  gap: 5px;
}
.filter-popup .filter-tabs .tab-btn {
  height: auto;
  white-space: nowrap;
  padding: 6px 12px;
}
.filter-popup .chk_list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-height: 60vh;
  overflow-y: auto;
}
.filter-popup .chk_list i.fa-star {
  color: var(--yellow);
}
.filter-popup .chk_list i.fa-star.unfilled {
  color: var(--bg-3);
}
.filter-popup .tab-content {
  padding-inline: 10px;
}
.filter-popup .direct_input input[type=text] {
  width: 50%;
}
.filter-popup #ssch_cate li {
  width: 100%;
  border: none;
}
.filter-popup #ssch_cate li a {
  padding-right: 0;
  line-height: 1.5;
  padding: 0;
}
.filter-popup #ssch_cate a span {
  position: static;
  background-color: #fff;
}

.chk-row {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

#ssch_frm h2 {
  padding-left: 0;
}

/*옵션 */
#sit_sel_option {
  margin: 0;
}
#sit_sel_option #sit_opt_added {
  margin: 10px 0 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 10px;
}

#sit_tot_price {
  margin: 0;
  font-weight: 700;
}

#sit_opt_added li {
  padding: 15px 10px;
  border-radius: 10px;
  border-top: none !important;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5px;
  background-color: var(--bg);
}
#sit_opt_added li .opt_name {
  font-size: 14px;
  color: var(--text);
}
#sit_opt_added li .opt_count {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 5px;
}
#sit_opt_added .sit_opt_del {
  width: 24px;
  height: 24px;
  border: 0;
  font-size: 12px;
  background: none;
}
#sit_opt_added .sit_opt_del:hover {
  color: #be334a;
}
#sit_opt_added .sit_opt_prc {
  margin-left: auto;
  color: var(--text-3);
}

.opt_count .num_input {
  width: 40px;
  height: 24px;
  text-align: center;
  background: none;
  border: none !important;
  font-size: 13px;
  margin: 0;
}
.opt_count button {
  width: 24px;
  height: 24px;
  background-color: #fff;
  border-radius: 24px;
  color: var(--text);
  font-size: 0.92em;
  padding: 0;
}

#mod_option_frm #sit_opt_added {
  font-size: 14px;
  color: #666;
}
#mod_option_frm .btn_confirm .btn_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  border: 0;
  background: none;
  font-size: 1.2em;
}

/*주문하기*/
#sod_frm {
  margin: 20px 15px;
}
#sod_frm .card {
  margin-top: 15px;
}

.card {
  padding: 15px;
  background-color: #fff;
  border-radius: 10px;
}
.card h2 {
  font-size: 1.0666666667rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.from_tit {
  font-size: 1.0666666667rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.card_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.card_body {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#sod_frm_taker,
#sod_frm_pay {
  padding: 15px;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 15px;
}
#sod_frm_taker h2,
#sod_frm_pay h2 {
  font-size: 1.0666666667rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.odf_tbl table {
  table-layout: fixed;
  width: 100%;
}
.odf_tbl table th {
  width: 80px;
}
.odf_tbl table th,
.odf_tbl table td {
  vertical-align: top;
  padding: 5px 0;
}
.odf_tbl table td {
  text-align: right;
}

.com_summary {
  display: grid;
  grid-template-columns: auto 1fr;
  row-gap: 10px;
  width: 100%;
  align-items: center;
}
.com_summary dt {
  color: var(--text-2);
  font-weight: 400;
}
.com_summary dd {
  margin: 0;
  text-align: right;
  color: var(--text);
}
.com_summary .total {
  font-size: 1rem;
  font-weight: 700;
  color: var(--text);
}

#display_pay_button {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
  border-radius: 15px 15px 0 0;
  box-shadow: -5px -4px 10px rgba(0, 0, 0, 0.08);
  padding: 16px 15px;
  display: flex;
  gap: 10px;
}
#display_pay_button .btn_submit {
  background-color: var(--primary);
  color: #fff;
  min-height: 40px;
  padding-inline: 20px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 6px;
  flex: 1;
}
#display_pay_button .btn01 {
  background-color: #fff;
  color: var(--text);
  border: 1px solid var(--bg-dark);
  min-height: 40px;
  padding-inline: 20px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  order: -1;
}

#show_req_btn {
  flex: 1;
}

/*주문서 작성*/
.orderform .order_tit {
  display: none;
}
.orderform .address-add {
  height: 28px;
  padding-inline: 10px;
  font-size: 13px;
  background-color: #fff;
  border: 1px solid var(--border-2);
  color: var(--text);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  cursor: pointer;
}
.orderform .section-title {
  font-size: 16px;
  margin-bottom: 10px;
}
.orderform .agreements .input-wrapper {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 10px;
}
.orderform .agreements > label {
  font-weight: 600;
  font-size: 16px;
}

#sod_frm .od_prd_list .td_prd {
  padding-block: 10px !important;
  display: flex;
  height: 100%;
  align-items: center;
  text-align: left;
  border-top: 1px solid var(--border);
}
#sod_frm .od_prd_list .td_prd + .td_prd {
  border-top: 1px solid var(--border);
}
#sod_frm .od_prd_list .td_prd .sod_img {
  width: 80px;
  min-width: 80px;
  height: 80px;
  margin-right: 20px;
  border-radius: 8px;
  overflow: hidden;
}
#sod_frm .od_prd_list .td_prd .sod_img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
#sod_frm .od_prd_list .td_prd .sod_name {
  min-height: 80px;
}
#sod_frm .od_prd_list .td_prd .prd_name {
  font-size: 15px;
}
#sod_frm .od_prd_list tr:first-child .td_prd {
  border-top: none;
}
#sod_frm .od_prd_list .total_prc {
  color: var(--primary);
  font-family: "WOFF_3";
  font-size: 16px;
}

#sod_list {
  background-color: #fff;
  table-layout: fixed;
  width: 100%;
}

.sod_right .summary-box > div {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
.sod_right .summary-box > div span:first-child {
  color: var(--text-3);
}
.sod_right .summary-box .sod_bsk_point {
  padding-inline: 0 !important;
}

.sod_left > section,
.sod_right > section {
  background: #fff;
  margin-bottom: 15px;
  padding: 15px;
  border-radius: 10px;
}

.sod_frm_point {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 15px;
  background-color: #f7f7f7;
  border-radius: 10px;
}

.input_unit {
  position: relative;
  gap: 5px;
}
.input_unit [type=text] {
  padding-right: 26px;
  text-align: right;
  line-height: 40px;
  width: 100%;
}
.input_unit .unit {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  line-height: 1;
  color: var(--text-2);
}

#sod_frm #sod_frm_pt_alert {
  margin: 10px 0;
  color: var(--text-3);
  font-size: 13px;
}

#sod_frm_paysel {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

#od_pay_sl input[type=radio] {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  text-indent: -999px;
  left: 0;
  z-index: -1px;
}

#od_pay_sl .lb_icon {
  display: inline-block;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 6px;
  cursor: pointer;
  height: 70px;
  position: relative;
  padding-top: 40px;
  padding-bottom: 20px;
  background-position: center 10px;
  background-size: 20px auto;
  background-repeat: no-repeat;
  text-align: center;
  flex: 1;
  z-index: 1;
}

#od_pay_sl input[type=radio]:checked + .lb_icon {
  border: 1px solid var(--primary);
  z-index: 3;
}

#sod_frm_paysel .KPAY {
  background: url("../../../img/kpay.png") no-repeat 50% 50% #fff;
  overflow: hidden;
  text-indent: -999px;
}

#sod_frm_paysel .PAYNOW {
  background: url("../../../img/paynow.png") no-repeat 50% 50% #fff;
  overflow: hidden;
  text-indent: -999px;
}

#sod_frm_paysel .PAYCO {
  background: url("../../../img/payco.png") no-repeat 50% 50% #fff;
  overflow: hidden;
  text-indent: -999px;
}

#sod_frm_paysel .inicis_lpay {
  background: url("../../../img/lpay_logo.png") no-repeat 50% 50% #fff;
  overflow: hidden;
  text-indent: -999px;
}

#sod_frm_paysel .kakaopay_icon {
  background: url("../../../img/kakao.png") no-repeat 50% 50% #f4dc34;
  overflow: hidden;
  text-indent: -999px;
}

#sod_frm_paysel .bank_icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='%23555' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' class='lucide lucide-landmark-icon lucide-landmark' viewBox='0 0 24 24'%3E%3Cpath d='M10 18v-7M11.12 2.198a2 2 0 0 1 1.76.006l7.866 3.847c.476.233.31.949-.22.949H3.474c-.53 0-.695-.716-.22-.949zM14 18v-7M18 18v-7M3 22h18M6 18v-7'/%3E%3C/svg%3E");
}

#sod_frm_paysel .vbank_icon {
  background-image: url("../../../img/pay_icon2.png");
  padding-top: 13px;
}

#sod_frm_paysel .iche_icon {
  background-image: url("../../../img/pay_icon2.png");
  padding-top: 13px;
}

#sod_frm_paysel .hp_icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='%23555' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' class='lucide lucide-smartphone-icon lucide-smartphone' viewBox='0 0 24 24'%3E%3Crect width='14' height='20' x='5' y='2' rx='2' ry='2'/%3E%3Cpath d='M12 18h.01'/%3E%3C/svg%3E");
}

#sod_frm_paysel .card_icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='%23555' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' class='lucide lucide-credit-card-icon lucide-credit-card' viewBox='0 0 24 24'%3E%3Crect width='20' height='14' x='2' y='5' rx='2'/%3E%3Cpath d='M2 10h20'/%3E%3C/svg%3E");
}

#settle_bank {
  background: #fff;
  margin-top: 10px;
  width: 100%;
}
#settle_bank select {
  width: 100%;
  height: 30px;
  margin: 0 0 5px;
  border: 1px solid var(--border);
}
#settle_bank #od_deposit_name {
  width: 150px;
  height: 30px;
  margin-left: 10px;
  border: 1px solid var(--border);
  text-align: center;
}

#sod_frm_pt {
  margin-top: 0;
}

#sod_frm_pt span {
  display: flex;
  justify-content: space-between;
}

.sod_frm_point label {
  color: var(--text);
}

.sod_frm_point div strong {
  color: #666;
  font-weight: normal;
}

.sod_frm_point .max_point_box em {
  font-style: normal !important;
}

#m_sod_frm_paysel ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
#m_sod_frm_paysel li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: calc(50% - 10px);
}
#m_sod_frm_paysel li input {
  appearance: none;
  -webkit-appearance: none;
}
#m_sod_frm_paysel li input:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 6px;
  height: 30px;
}
#m_sod_frm_paysel li input:checked:after {
  border-color: var(--primary);
}
#m_sod_frm_paysel li input:checked + label {
  color: var(--primary);
}

.PAYNOW {
  color: var(--red);
  font-weight: 700;
}

.odf_list ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.popup_change_addr .error_txt {
  display: flex;
  flex-direction: column;
}
.popup_change_addr .link_txt {
  align-self: flex-end;
  margin-left: auto;
}

.logo-img-list {
  display: flex;
  gap: 5px;
}
.logo-img-list img {
  width: 9%;
}

#od_tot_price {
  color: var(--red);
  font-weight: 600;
  font-size: 1rem;
}

/* =========================
마이페이지
========================= */
/*배송지 관리*/
.addr_list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.addr_item {
  border-radius: 10px;
  background-color: #fff;
  padding: 15px;
  color: var(--text-3);
  display: flex;
  flex-direction: column;
  border: 1px solid var(--border);
  gap: 10px;
}
.addr_item.active {
  border: 1px solid var(--primary);
}

.addr_name {
  font-size: 1.0666666667rem;
  color: var(--text);
  font-weight: 700;
  display: flex;
  gap: 10px;
  align-items: center;
}

.addr_desc {
  font-size: 0.9333333333rem;
}

.agree_list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.agree_list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.agree_list li a {
  text-decoration: underline;
  color: var(--text-3);
}

/*pc 상품 아이템 */
.sct_20_wrap {
  display: block;
}

.sct_img {
  position: relative;
  aspect-ratio: 1;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  background-color: var(--bg);
}
.sct_img a {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
}
.sct_img img {
  object-fit: cover;
  min-width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
  transition: 0.2s transform;
  width: 100%;
}

.sct_cnt {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: flex-start;
}
.sct_cnt .sct_basic {
  font-size: 0.8666666667rem;
  color: var(--text-3);
}
.sct_cnt .item-details {
  display: flex;
  align-items: center;
}
.sct_cnt .item-sp {
  display: flex;
  align-items: center;
}
.sct_cnt .sct_rate {
  font-size: 0.8666666667rem;
}
.sct_cnt .sct_rate .fa.fa-star {
  color: var(--yellow);
}
.sct_cnt .badge_gray {
  border: none !important;
}
.sct_cnt .sct_txt {
  text-align: left;
}

.sct_20 .item-sns {
  display: flex;
  align-items: center;
  gap: 5px;
}
.sct_20 .item-sns a img {
  width: 20px;
}

.sct_txt a {
  color: var(--text-2);
  font-size: 1rem;
  font-weight: 500;
  width: 100%;
  display: block;
  overflow: hidden;
  max-height: 40px;
  line-height: 20px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.sct_cost {
  display: flex;
  text-align: left;
  flex-wrap: wrap;
  gap: 5px;
  color: var(--text);
  font-size: 1rem;
  font-weight: 600;
}

.sct_discount {
  color: var(--text-3);
  font-size: 0.8rem;
  text-decoration: line-through;
  order: -1;
  width: 100%;
  line-height: 1;
}

.sct_discount_rate {
  color: var(--red);
  font-size: 0.8666666667rem;
  font-weight: 600;
}

.sct_li .sct_btn {
  position: absolute;
  right: 8px;
  bottom: 8px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #ddd;
  cursor: pointer;
}
.sct_li .sct_btn .btn_cart,
.sct_li .sct_btn .sct_cart {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sct_li .sct_btn .i_add_cart {
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cg stroke='%2300b7d8' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' clip-path='url(%23a)'%3E%3Cpath fill='%2300b7d8' d='M6 14.667a.667.667 0 1 0 0-1.334.667.667 0 0 0 0 1.334M13.333 14.667a.667.667 0 1 0 0-1.334.667.667 0 0 0 0 1.334'/%3E%3Cpath d='M.667.667h2.666L5.12 9.593a1.33 1.33 0 0 0 1.333 1.074h6.48a1.334 1.334 0 0 0 1.334-1.074L15.333 4H4'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h16v16H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

/*빈 데이터*/
.empty_table {
  padding-block: 30px 30px;
  text-align: center;
  color: var(--text-2);
  width: 100% !important;
  min-width: 100%;
}

/*페이징 영역*/
.pg_wrap {
  display: block;
  margin-top: 40px;
  text-align: center;
}

.pg_wrap:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
}

.pg_wrap li {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  border-radius: 30px;
  font-size: 14px;
}

.pg_wrap li a {
  color: var(--text);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
}

.pg_wrap li a i {
  color: var(--text-2);
}

.pg_wrap li.disabled a i {
  color: #999;
}

.pg_wrap li.active a {
  font-weight: 500;
  color: var(--primary);
  background-color: var(--primary-2);
}

/*1:1문의하기*/
#container.qalist {
  background-color: var(--bg);
  padding: 15px;
}
#container.qalist .btn_wrap {
  display: flex;
}
#container.qalist #list_chk {
  margin-bottom: 10px;
}

.qa-list,
#bo_w {
  max-width: 1000px;
  margin-inline: auto;
  padding: 15px;
}

.qsearch-box {
  border-radius: 10px;
  background-color: #fff;
  border: none;
  padding: 15px;
}
.qsearch-box #bo_sch {
  width: 100%;
}

.list_01 ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.list_01 ul li {
  border-radius: 10px;
  padding: 20px;
  background-color: #fff;
}

.list-btn-box {
  padding-inline: 20px;
}

/*글작성 */
#container.qawrite {
  background-color: var(--bg);
}

/*1:1 작성*/
#fwrite {
  border-radius: 10px;
  background-color: #fff;
  padding: 15px;
}
#fwrite .form_01 li {
  display: flex;
  align-items: center;
  gap: 10px;
}
#fwrite .wr_content {
  width: 100%;
}

.form-horizontal .control-label {
  width: 80px;
  text-align: left;
}

/*개인 결제 */
.personal_list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.personalpay .sec_tit_wrap {
  display: none;
}
.personalpay {
  padding: 15px;
}

.personal_li {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 10px;
  overflow: hidden;
  transition: 0.2s;
  cursor: pointer;
  width: calc(50% - 8px);
}
.personal_li:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}
.personal_li .sct_img {
  background-color: var(--bg-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  width: 100%;
}
.personal_li .sct_img img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}
.personal_li .sct_cnt {
  padding: 12px;
}
.personal_li .sct_txt {
  font-size: 14px;
  margin-bottom: 6px;
}
.personal_li .sct_txt a {
  text-decoration: none;
  color: #222;
  font-weight: 500;
  line-height: 1.4;
  display: block;
}
.personal_li .sct_cost {
  font-size: 16px;
  font-weight: 700;
  color: var(--primary);
}

/*쿠폰 존*/
.couponzone {
  padding: 15px;
}

.coupon_tabs .coupon_tab_menu {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
.coupon_tabs .coupon_tab_menu .tab_btn {
  padding: 10px 20px;
  border: 1px solid var(--border-2);
  background: #fff;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  flex: 1;
}
.coupon_tabs .coupon_tab_menu .tab_btn.active {
  background-color: var(--primary);
  color: #fff;
  font-weight: 600;
  border: none;
}

.couponzone_list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.coupon_card {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--border);
}
.coupon_card::before {
  content: "";
  position: absolute;
  left: 90px;
  top: 0;
  bottom: 0;
  width: 1px;
  border-left: 1px dashed var(--border-2);
}
.coupon_card .coupon_icon,
.coupon_card .coupon_img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  padding: 10px 10px;
  background: #f3f3f3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.coupon_card .coupon_content {
  padding-left: 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.coupon_card .coupon_content .coupon_target {
  color: var(--text-3);
  font-size: 0.9333333333rem;
}
.coupon_card .coupon_content .coupon_target a {
  color: var(--text-3);
}
.coupon_card .coupon_content .coupon_tit {
  font-size: 1.0666666667rem;
  font-weight: 600;
  line-height: 1.2;
}
.coupon_card .coupon_content .coupon_date {
  font-size: 0.9333333333rem;
  color: var(--text-3);
  margin-top: 6px;
}
.coupon_card .coupon_content .coupon_btn {
  margin-top: 10px;
}
.coupon_card .coupon_content .coupon_btn .btn.disabled {
  background-color: var(--bg-3);
  color: var(--text-3);
}
.coupon_card .coupon_content .coupon_btn .btn.disabled:hover {
  filter: none;
}
.coupon_card .coupon_dday {
  background: var(--primary);
  color: #fff;
  padding: 6px;
  border-radius: 6px;
  font-size: 12px;
  margin-left: auto;
  width: fit-content;
}

.coupon_desc {
  color: #666;
  margin-bottom: 15px;
}

.no_coupon {
  color: #999;
  font-size: 14px;
  padding: 20px 0;
}

/* ===== Footer Top Menu ===== */
body:has(.bottom-nav) #ft {
  padding-bottom: 80px;
}

#ft {
  padding-bottom: 15px;
  margin: 0 auto;
  text-align: center;
  background: var(--bg);
  padding-bottom: 20px;
  color: var(--text-2);
  border-top: 1px solid var(--border);
}

#ft_wr {
  padding-inline: 15px;
}
#ft_wr .ft_ul {
  padding-block: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--border);
  margin-bottom: 15px;
}
#ft_wr .ft_ul li::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 1px;
  height: 10px;
  margin-inline: 10px;
  background: #ccc;
  cursor: default;
}
#ft_wr .ft_ul li {
  white-space: nowrap;
  display: flex;
  align-items: center;
}
#ft_wr .ft_ul li:last-child:after {
  display: none;
}
#ft_wr .ft_ul li a {
  color: var(--text);
  font-size: 0.9333333333rem;
  font-weight: 500;
  width: 100%;
  display: block;
  padding: 5px 0;
}
#ft_wr .ft_ul li:nth-child(3) a {
  color: var(--text);
  font-weight: 800;
}
#ft_wr .ft_ul li.ft_call {
  float: right;
  margin: -2px 0 0;
  color: #999;
  font-size: 0.9333333333rem;
}

/* ===== Footer Info ===== */
.ft_info {
  position: relative;
  padding-inline: 15px;
  text-align: left;
  font-size: 0.8666666667rem;
  letter-spacing: -0.1px;
}
.ft_info div span {
  width: 100%;
  display: inline-block;
}
.ft_info span {
  margin-right: 10px;
}
.ft_info .menu {
  display: flex;
  align-items: flex-start;
}
.ft_info .menu .sec_tit_xs {
  color: #fff;
}
.ft_info .menu li {
  flex: 1;
}
.ft_info .menu li a {
  color: var(--text-2);
  font-size: 0.8666666667rem;
  padding-block: 10px;
  display: block;
  text-align: center;
}
.ft_info .menu .right_area {
  margin-left: auto;
}
.ft_info .menu .sales_account {
  border-radius: 10px;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  width: 440px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ft_info .ft_copy {
  font-size: 0.8rem;
  margin-top: 10px;
}

/* ===== SNS Icons ===== */
.ft_sns {
  display: flex;
  justify-content: flex-end;
}
.ft_sns li a {
  background-color: rgba(0, 0, 0, 0.5);
  display: inline-block;
  width: 30px;
  height: 30px;
  color: #fff;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  margin-left: 5px;
}
.ft_sns li a:hover {
  background: rgba(211, 3, 28, 0.5);
}

.faq_admin {
  padding: 15px 15px 0;
  margin-bottom: 0;
}

.prd_slider_wrap {
  position: relative;
}
.prd_slider_wrap .swiper-button-next-rl {
  top: 30%;
  right: 0;
}
.prd_slider_wrap .swiper-button-prev-rl {
  top: 30%;
  left: 0;
}
.prd_slider_wrap .sct_20 .sct_li {
  padding: 0;
  border-bottom: none;
}
.prd_slider_wrap .sct_20 .sct_img {
  position: relative;
}
.prd_slider_wrap .sct_cnt .sct_txt {
  margin: 0;
  display: block;
  color: var(--text-2);
  font-size: 15px;
  font-weight: 500;
  width: 100%;
  display: block;
  overflow: hidden;
  max-height: 40px;
  line-height: 20px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  text-align: left;
}
.prd_slider_wrap .sct_20 .sct_cost {
  margin: 0;
}

.scroll_lock {
  touch-action: none;
  overflow-y: hidden !important;
}

.popup_cart {
  padding: 15px;
}
.popup_cart .btn_close {
  border-radius: 32px;
  width: 32px;
  height: 32px;
  background-color: #fff;
  background-size: 16px auto;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 6px;
}
.popup_cart .cartopt_close_btn {
  display: none;
}
.popup_cart .pop_container {
  max-height: none;
}
.popup_cart .pop_container .scroll_y {
  overflow-y: auto !important;
  max-height: calc(var(--vh, 1vh) * 100 - 160px);
  -webkit-overflow-scrolling: touch;
}
.popup_cart .option_img {
  border-radius: 15px 15px 0 0;
  overflow: hidden;
}
.popup_cart select.it_option, .popup_cart select.it_supply {
  width: 100%;
}
.popup_cart select.it_option:hover, .popup_cart select.it_option:focus, .popup_cart select.it_supply:hover, .popup_cart select.it_supply:focus {
  background-color: #fdfdfd;
}
.popup_cart select.it_option option, .popup_cart select.it_supply option {
  background: #fff;
  padding: 5px;
}
.popup_cart .cartopt_cart_btn {
  width: 100%;
  height: 35px;
  margin-top: 4px;
  border-radius: 35px;
  font-size: 0.8666666667rem;
  border: 0;
  background: var(--primary);
  color: #fff;
}
.popup_cart .options_slider {
  border-radius: 15px 15px 0 0;
}
.popup_cart .options_slider .swiper-slide {
  width: 100%;
}
.popup_cart .options_slider .swiper-slide .thumb {
  width: 100%;
  aspect-ratio: 1.3333333333;
  overflow: hidden;
}
.popup_cart .options_slider .swiper-slide .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.popup_cart .selected_option {
  min-width: 60px;
  font-weight: 600;
  font-size: 0.9333333333rem;
  margin-bottom: 5px;
  display: inline-block;
}
.popup_cart .option_select {
  padding: 20px 15px 0;
}
.popup_cart .option_select .option_item {
  display: flex;
  gap: 10px;
}
.popup_cart .option_select .option_item label {
  white-space: nowrap;
  min-width: 60px;
  font-weight: 600;
  font-size: 0.9333333333rem;
  line-height: 35px;
}
.popup_cart .option_select select {
  flex: 1;
}
.popup_cart .selected-options {
  padding-inline: 15px;
}
.popup_cart .sit_option {
  padding-inline: 0;
}
.popup_cart .btn_container {
  flex-direction: column;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  margin-top: 10px;
  gap: 5px;
}
.popup_cart .btn_container .total-price {
  padding-top: 0;
}
.popup_cart .btn_container #sit_tot_price {
  font-size: 15px;
}

#container.itemuselist {
  background-color: var(--bg);
}

#sps_empty {
  text-align: center;
  padding-block: 30px;
}

/* 주문내역 */
/*.search_date input[type="date"]{
	width: 120px;
}*/
/* 주문 상세 */
.recently .sec_tit_wrap,
.coupon .sec_tit_wrap,
.user_info .sec_tit_wrap,
.refund .sec_tit_wrap,
.refunddetail .sec_tit_wrap {
  display: none;
}

.addressmanage .sec_tit {
  display: none;
}

#smb_my .sidebar {
  display: none;
}
#smb_my .card {
  border-radius: 0;
  border-top: 10px solid var(--bg);
  margin-top: 0;
}
#smb_my .card.order_filter {
  border-top: 0;
}
#smb_my .sec_tit_wrap + .card {
  border-top: none;
}
#smb_my .smb_my_top {
  padding: 15px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
#smb_my .smb_my_top .text_value {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--primary-text);
  margin-left: auto;
}
#smb_my .smb_my_top .info_box {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
  text-align: center;
}
#smb_my .smb_my_top .info_box span {
  font-size: 0.9333333333rem;
  color: #666;
}
#smb_my .smb_my_top .info_box span i {
  font-size: 1.6rem;
  color: #666;
}
#smb_my .smb_my_top .info_box a {
  font-size: 1.0666666667rem;
  font-weight: 700;
  color: var(--text);
}
#smb_my .smb_my_top .info_box a:hover {
  text-decoration: underline;
}
#smb_my .logout_wrap {
  text-align: center;
  margin-top: 10px;
}
#smb_my .logout_wrap a {
  font-size: 0.8666666667rem;
  color: var(--text-3);
}
#smb_my .btn_wrap_bottom {
  margin-top: 0;
}
#smb_my .space-x {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
#smb_my .text-bar {
  display: none;
}
#smb_my .space-between {
  justify-content: space-between;
}
#smb_my .user-info .icon {
  background-color: #ef4444;
  color: white;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: bold;
}
#smb_my .info-box p {
  margin: 4px 0;
}
#smb_my .sidebar {
  width: 300px;
  height: 100%;
  padding: 10px 24px;
  border-radius: 10px;
  background-color: #fff;
}
#smb_my .status_box {
  background-color: var(--bg-blue);
  border-radius: 10px;
  padding: 15px 25px;
}
#smb_my .status_box > ul {
  display: flex;
  align-items: center;
  width: 100%;
}
#smb_my .status_box > ul li {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
}
#smb_my .status_box + .status_box {
  margin-top: 10px;
}
#smb_my .interest-box {
  padding: 100px;
  text-align: center;
  color: #333;
  font-size: 0.9333333333rem;
}
#smb_my .status_icon {
  font-size: 32px;
  margin-bottom: 8px;
  color: #666;
}
#smb_my .order_item {
  border-top: 10px solid var(--bg);
}
.mypage #smb_my .sec_tit_wrap {
  padding: 0 0 15px;
}
.mypage #smb_my .order_item {
  background-color: var(--bg);
  border-top: none;
  margin-top: 15px;
}
.mypage #smb_my .order_item:first-child {
  margin-top: 0;
}

.my_menu_list {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: var(--bg-blue);
  padding: 15px 10px;
  border-radius: 10px;
}
.my_menu_list li {
  flex: 1;
  white-space: nowrap;
  font-size: 0.8666666667rem;
}
.my_menu_list a {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
}

.my_menu_list_more {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
  background-color: var(--bg-blue);
  padding: 15px;
  border-radius: 10px;
}
.my_menu_list_more li {
  width: calc(50% - 10px);
  white-space: nowrap;
  font-size: 0.9333333333rem;
}
.my_menu_list_more li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 36px;
}

.menu_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu_bottom a,
.menu_bottom button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 0.8666666667rem;
  color: var(--text-3);
}

.more_content {
  display: none;
}
.more_content.active {
  display: flex;
  flex-direction: column;
}

.order-history {
  font-size: 0.9333333333rem;
}

.order_header p {
  margin: 0;
}
.order_header .des {
  padding: 10px;
  background-color: var(--bg);
  flex: 1;
}

.order_table_wrapper.tbl_head03 thead th {
  border-top: 1px solid #dcdcdc;
}

.order_table {
  width: 100%;
}
.order_table th {
  text-align: center;
  padding: 12px 0;
  border-bottom: 1px solid #dcdcdc;
  font-size: 0.9333333333rem;
  color: rgb(51, 51, 51);
  background-color: var(--bg);
}
.order_table tbody {
  padding: 20px 0;
}
.order_table .td_prd {
  text-align: left;
  display: flex;
  height: auto;
  align-items: center;
}
.order_table td:nth-child(1) {
  font-size: 0.8666666667rem;
  font-family: "WOFF_3";
  text-decoration: underline;
  cursor: pointer;
}
.order_table .prd_name {
  font-size: 1rem;
  font-weight: 500;
}

.sod_img {
  width: 80px;
  height: 80px;
  background: var(--bg);
  border-radius: 8px;
  overflow: hidden;
}

.wish_wrapper .smb_my_img {
  width: 80px;
  height: 80px;
  background: var(--bg);
  border-radius: 8px;
  margin-right: 10px;
  overflow: hidden;
}
.wish_wrapper ul {
  margin: 0;
  display: flex;
  justify-content: start;
  gap: 14px;
}
.wish_wrapper .smb_my_tit a {
  display: block;
  margin-top: 10px;
  width: 112px;
  font-size: 0.8666666667rem;
  word-break: keep-all;
}

.order_product {
  display: flex;
  gap: 16px;
}
.order_product img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
}

.order_info span {
  display: block;
  margin-top: 4px;
  color: #555;
}

.with_slider_wrap {
  position: relative;
}
.with_slider_wrap .sct {
  padding: 0;
}

.smb_my_top .my_info {
  display: flex;
  align-items: center;
  gap: 10px;
}
.smb_my_top .my_info .thumb {
  position: relative;
  width: 45px;
  height: 45px;
}
.smb_my_top .my_info .thumb img {
  border-radius: 50px;
}
.smb_my_top .my_info .thumb .btn_edit_photo {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid var(--border-2);
  color: var(--text-3);
  position: absolute;
  bottom: -5px;
  right: -5px;
  font-size: 11px;
}
.smb_my_top .welcome_txt .name {
  font-size: 1rem;
  font-weight: 600;
  color: var(--text);
}
.smb_my_top .welcome_txt span {
  display: block;
  font-size: 0.9333333333rem;
  margin-top: 2px;
  color: #999;
}

.sub_menu_my .sub_menu_title {
  font-size: 1.0666666667rem;
  font-weight: 500;
  padding: 15px 0;
  display: flex;
  align-items: center;
  color: var(--text);
  justify-content: space-between;
}
.sub_menu_my .sub_menu_title a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.sub_menu_my .sub_menu_title .btn_toggle i {
  color: var(--text-2);
}
.sub_menu_my .sub_menu_title.active a {
  color: var(--primary);
}
.sub_menu_my .sub_menu_title.active .btn_toggle i {
  color: var(--primary);
  transform: rotate(180deg);
}
.sub_menu_my > li:last-child .sub_menu_depth {
  border-bottom: none;
}

.sub_menu_depth {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border);
  padding-left: 30px;
}
.sub_menu_depth li a {
  padding: 10px;
  border-radius: 6px;
  display: block;
  color: var(--text-2);
  font-size: 1rem;
}
.sub_menu_depth a {
  font-size: 1rem;
  color: #888;
  display: block;
}
.sub_menu_depth a:hover {
  color: var(--primary);
  background-color: var(--primary-2);
}
.sub_menu_depth a.active {
  color: var(--primary);
}

.sub_menu_depth.active {
  display: block;
}

.smb_my_title {
  font-size: 1rem;
  margin-bottom: 20px;
}
.smb_my_title .text-muted i {
  font-weight: 500;
}

.text-muted {
  font-size: 0.9333333333rem;
  color: var(--text-2);
}
.text-muted span {
  margin-left: 4px;
  font-family: "WOFF_3";
  color: #999;
}

.status_box {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 16px 0;
}
.status_box li {
  flex: 1;
  color: var(--text);
  font-size: 0.9333333333rem;
  display: flex;
  justify-content: space-between;
}
.status_box li .text-primary {
  font-size: 1.0666666667rem;
  font-weight: 600;
}

.card {
  align-self: stretch;
}
.card .sec_tit_wrap {
  justify-content: space-between;
}
.card .sec_tit_wrap .btn {
  font-weight: 600;
}
.card .sec_tit_wrap .btn_more {
  margin-left: auto;
  color: var(--text-2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 0.8666666667rem;
}
.card .sec_tit_wrap .sec_tit {
  margin-bottom: 0;
}
.card .sec_tit_wrap .info_txt {
  margin-top: 0;
}
.card .sec_tit_sm {
  margin-bottom: 0;
}

.card_row {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.card_row .card {
  flex: 1;
  margin-top: 0 !important;
}
.card_row .card:first-child {
  border-top: 10px solid var(--bg) !important;
}

.card_body {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/*주문 상세 */
#sod_fin .card:first-child {
  border-top: 0;
}
#sod_fin .sec_tit {
  margin-bottom: 0;
}
#sod_fin .order_item {
  border-top: 10px solid var(--bg);
}
#sod_fin .order_btn {
  flex-wrap: wrap;
}
#sod_fin .order_btn .reason_text {
  flex: 0 0 100%;
  color: var(--red);
}
#sod_fin .order_btn .text-primary {
  flex: 0 0 100%;
}
#sod_fin .order_btn .text-primary br {
  display: none;
}

.order_info_desc {
  display: flex;
  align-items: center;
  gap: 5px;
}

.order_info_btns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.order_info_btns .btn {
  width: calc(50% - 5px);
  padding-inline: 0;
}

.card_bg {
  padding: 10px;
  background-color: var(--bg);
}

.order_item {
  position: relative;
  padding: 15px;
  border-radius: 10px;
  background-color: #fff;
}
.my_dashboard .order_item {
  background-color: var(--bg);
}
.order_item .order_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.order_item .order_header .status {
  font-weight: 600;
  font-size: 1rem;
}
.order_item .order_header .order_header_r .order_date {
  font-size: 0.8666666667rem;
  line-height: 1.3;
  text-align: right;
  color: var(--text-3);
}
.order_item .order_header .order_header_r .order_date .order_id {
  display: none;
}
.order_item .order_header .order_header_r .btn {
  padding-right: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--border);
  font-size: 0;
  z-index: -1;
}

.order_body {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.order_item .order_body {
  padding: 10px 0;
}
.order_body + .order_body {
  border-top: 1px solid var(--border);
}
.order_body .sod_img {
  min-width: 102px;
  width: 102px;
  height: 102px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--border);
}
.order_body .sod_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.order_body .prd_url {
  display: flex;
  gap: 15px;
  flex: 1;
}
.order_body .prd_name {
  font-weight: 600;
  font-size: 1rem;
}
.order_body .order_date {
  font-size: 0.8666666667rem;
  color: var(--text-3);
}
.order_body .sod_text {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.order_body .sod_opt {
  color: var(--text-3);
  font-size: 0.8666666667rem;
}
.order_body .order_btn {
  width: 100%;
  font-size: 1rem;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-self: center;
}
.order_body .order_btn > * {
  width: calc(50% - 5px);
  flex: 1;
}
.order_body .order_btn .total_price {
  display: none;
}
.order_body .reason_text {
  font-weight: 400;
}

.order_header_r {
  margin-left: auto;
}

.order_body .order_total {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-left: auto;
  width: 100%;
}
.order_body .order_total li {
  display: flex;
  justify-content: space-between;
}
.order_body .order_total .total_pay {
  border-top: 1px solid var(--border);
  font-size: 1.0666666667rem;
  padding-top: 10px;
}

/* 주문 내역 조회 */
.order_filter {
  padding: 15px;
}
.order_filter .sec_tit_wrap {
  display: none;
}

#sod_v .order_item {
  border-top: 10px solid var(--bg);
  border-radius: 0;
}
#sod_v .order_item + .order_item {
  margin-top: 0;
}
#sod_v .card {
  border-radius: 0;
}

.order_tab_wrap {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  overflow-x: auto;
}
.order_tab_wrap .order_tab {
  font-size: 0.9333333333rem;
  padding-bottom: 8px;
  position: relative;
  white-space: nowrap;
  letter-spacing: -0.5px;
}
.order_tab_wrap .order_tab.active {
  font-weight: 700;
}
.order_tab_wrap .order_tab.active:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 2px solid var(--primary);
}

.order_search {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  justify-content: space-between;
  align-items: stretch;
}
.order_search form {
  width: 100%;
}
.order_search select {
  width: 100%;
}

.date_btn_row {
  display: flex;
  gap: 2px;
}
.date_btn_row .btn {
  width: 45px;
  border-radius: 0;
  border: 1px solid var(--border);
  border-radius: 4px;
}
.date_btn_row .btn.active {
  border: 1px solid var(--primary);
  color: var(--primary);
}

.search_keyword {
  display: flex;
  width: 100%;
}
.search_keyword input[type=text] {
  border-radius: 6px 0 0 6px;
  flex: 1;
}
.search_keyword .btn.btn-m {
  border-radius: 0 6px 6px 0;
  font-size: 1.2rem;
  font-weight: 100;
  padding-inline: 10px;
}

.search_date {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
}
.search_date .flex-row {
  width: 100%;
  gap: 5px;
}
.search_date .flex-row input[type=date] {
  width: calc(50% - 5px);
}

.order_info_list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.order_info_list strong {
  color: var(--text-3);
  margin-right: 5px;
}

/* 배송 추적 */
.delivery_area {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px 15px;
  border-radius: 10px;
  background-color: var(--bg);
  margin-bottom: 20px;
}

.traking_area {
  border-radius: 10px;
  background-color: var(--bg);
  padding: 20px;
}
.traking_area .btn_wrap {
  border-top: 1px solid var(--border-2);
  margin-top: 0;
}
.traking_area .btn.active i {
  transform: rotate(180deg);
}

.traking_list {
  overflow: hidden;
  height: 80px;
}
.traking_list li {
  position: relative;
  padding-left: 30px;
  padding-bottom: 10px;
  color: var(--text-3);
  display: flex;
  flex-direction: column;
  gap: 3px;
  font-size: 0.9333333333rem;
  color: var(--text-3);
}
.traking_list li .tit {
  font-size: 1rem;
  color: var(--text-2);
  font-weight: 600;
}
.traking_list li .date {
  font-size: 0.8666666667rem;
  color: var(--text-3);
}
.traking_list li:first-child::after {
  left: 10px;
  position: absolute;
  top: 0;
  left: 2px;
  width: 20px;
  height: 20px;
  background-color: var(--primary-text);
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' class='lucide lucide-check-icon lucide-check' viewBox='0 0 24 24'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");
}
.traking_list li:first-child .tit {
  color: var(--primary-text);
  font-size: 1.0666666667rem;
  font-weight: 700;
}
.traking_list li:before {
  content: "";
  border-left: 1px dashed var(--border-2);
  bottom: -1px;
  left: 10px;
  position: absolute;
  top: 8px;
}
.traking_list li:after {
  content: "";
  background-color: var(--text-3);
  border-radius: 50%;
  left: 6px;
  position: absolute;
  top: 4px;
  width: 10px;
  height: 10px;
}
.traking_list li:last-child::before {
  display: none;
}

/* 요약 영역 */
.popup_receipt .content_container {
  padding-inline: 0;
}

.receipt_tit {
  font-size: 1.0666666667rem;
  margin-bottom: 15px;
  color: var(--text);
  font-weight: 600;
}

.receipt_card {
  padding: 15px 15px;
  border-top: 10px solid var(--bg);
}
.receipt_card:nth-of-type(1) {
  border-top: 1px solid var(--border);
}
.receipt_card .order_info_list {
  gap: 5px;
}
.receipt_card .order_body {
  padding: 0;
  display: flex;
  flex-direction: row;
  padding-block: 10px;
}
.receipt_card .order_body .sod_img {
  min-width: 80px;
  width: 80px;
  height: 80px;
}
.receipt_card .order_body .sod_text {
  flex: 1;
  min-width: 0;
}

.com_summary {
  display: grid;
  grid-template-columns: auto 1fr;
  row-gap: 10px;
  width: 100%;
}

.com_summary dt {
  color: var(--text-2);
  font-weight: 400;
}

.com_summary dd {
  margin: 0;
  text-align: right;
  color: var(--text);
}

.com_summary .total {
  font-size: 0.9333333333rem;
  font-weight: 700;
  color: var(--text);
}

/* 배송 주소 */
/* 결제 */
.address_box {
  background: #f7f7f7;
  padding: 14px;
  border-radius: 8px;
  font-size: 0.9333333333rem;
  line-height: 1.5;
}

.pay_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px;
  border: 1px solid #eee;
  border-radius: 10px;
}

.pay_left {
  display: flex;
  gap: 12px;
  align-items: center;
}
.pay_left img {
  width: 40px;
}

.pay_name {
  font-weight: 700;
}

.pay_date {
  font-size: 0.8rem;
  color: #777;
}

.pay_price {
  font-weight: 700;
  font-size: 1.0666666667rem;
}

.progress_step {
  display: flex;
  align-items: center;
  gap: 10px;
}
.progress_step li {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--text-3);
  font-weight: 600;
}
.progress_step li .text {
  border-bottom: 2px solid var(--border-2);
  flex: 1;
  padding-bottom: 5px;
  text-align: center;
}
.progress_step li .num {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bg);
  color: var(--text-3);
  font-weight: 600;
  border-radius: 50%;
}
.progress_step li.active {
  color: var(--text);
}
.progress_step li.active .num {
  background-color: var(--primary);
  color: #fff;
}
.progress_step li.active .text {
  border-bottom-color: var(--primary);
}

.progress_step_pay {
  display: flex;
  align-items: center;
  gap: 20px;
}
.progress_step_pay li {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--text-3);
  font-weight: 600;
}
.progress_step_pay li .text {
  border-top: 2px solid var(--border-2);
  padding-top: 10px;
  flex: 1;
  padding-bottom: 5px;
}
.progress_step_pay li .chk {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bg);
  color: var(--text-3);
  font-weight: 600;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  left: 0;
}
.progress_step_pay li.active {
  color: var(--text);
}
.progress_step_pay li.active .num {
  background-color: var(--primary);
  color: #fff;
}
.progress_step_pay li.active .text {
  border-bottom-color: var(--primary);
}

.refund_btns {
  display: flex;
  gap: 10px;
}

.refund_info {
  display: flex;
  gap: 60px;
  align-items: center;
}
.refund_info .order_info_list {
  width: 300px;
}
.refund_info .order_info_list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/*환불*/
.popup_traking .opt_list {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.popup_traking .opt_list li {
  display: flex;
  align-items: flex-start;
  gap: 5px;
}
.popup_traking .opt_list li .badge {
  min-width: 42px;
}

.statement_section {
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.statement_section .text-lg {
  display: block;
  margin-bottom: 5px;
}

.popup_progress .traking_area {
  background-color: #fff;
  padding: 0;
}
.popup_progress .refund_desc {
  border-radius: 5px;
  background-color: #f0f1f4;
  padding: 10px;
  font-size: 0.9333333333rem;
  margin: 10px 0;
}
.popup_progress .traking_list li {
  padding-bottom: 30px;
}
.popup_progress .traking_list .desc {
  font-size: 1rem;
}
.popup_progress .traking_list .tit {
  font-size: 1.0666666667rem;
  color: var(--text);
}

.cancel_reason_list {
  display: flex;
  flex-direction: column;
  font-size: 1.0666666667rem;
  gap: 15px;
  margin-top: 10px;
}

.payment_list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 1.0666666667rem;
}

.payment_desc .form_tip {
  margin-left: 20px;
  border-radius: 5px;
  padding: 15px;
  margin-top: 10px;
  flex-direction: column;
}
.payment_desc .form_tip .badge {
  background-color: var(--primary);
}

.completed_container {
  max-width: 600px;
  width: 100%;
  margin-inline: auto;
  padding-inline: 15px;
}
.completed_container .btn_wrap {
  margin-top: 0;
}

i[class^=i_].i_order_completed {
  background-image: url(../img/icons/i_order_completed.png);
  width: 80px;
  height: 80px;
}

#container:has(.completed_container) {
  background-color: var(--bg);
}

.completed_tit {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  font-size: 1.3333333333rem;
  font-weight: 600;
  margin-bottom: 20px;
  padding-top: 20px;
}
.completed_tit i[class^=i_].i_order_completed {
  width: 60px;
  height: 60px;
}

.return_chk {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.return_chk .chk {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.return_chk .info_txt {
  margin-top: 0;
  width: 100%;
  padding-left: 25px;
}

/*장바구니 담기*/
.popup_cart_ok .pop_tit {
  text-align: left;
}
.popup_cart_ok .chk_text {
  gap: 5px;
  display: flex;
  align-items: center;
  font-size: 1rem;
}
.popup_cart_ok .chk_text i {
  font-size: 1.3333333333rem;
  color: var(--primary);
}
.popup_cart_ok .btn_container {
  justify-content: flex-start;
  padding: 0;
  margin-top: 20px;
}
.popup_cart_ok .btn_container .btn {
  flex: 1;
}
.popup_cart_ok .card {
  padding: 0;
}

/*적립금*/
.point_item {
  padding: 10px 15px;
  position: relative;
  border-bottom: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.point_item.empty {
  padding: 40px;
  text-align: center;
  justify-content: center;
  font-size: 1.0666666667rem;
}
.point_item.total {
  background-color: #eff5fb;
  flex-direction: row;
}
.point_item.total + .point_item {
  flex-direction: row;
}
.point_item .point_expr {
  color: var(--text-2);
}
.point_item .point_date {
  min-width: 150px;
  font-size: 0.8666666667rem;
  color: var(--text-3);
}
.point_item .point_text {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
}
.point_item .point_value {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.0666666667rem;
  font-weight: 600;
  white-space: nowrap;
  text-align: right;
}
.point_item .point_value .text_label {
  font-size: 0.9333333333rem;
  color: var(--text-2);
  font-weight: 400;
}

.point_filter {
  display: flex;
  align-items: center;
  gap: 10px;
  overflow-x: auto;
}
.point_filter .btn.active {
  background-color: var(--text);
  color: #fff;
}
.point_filter .btn.line {
  border: none;
  padding-inline: 12px;
}

.point_list {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  border-top: 10px solid var(--bg);
  margin-top: 0 !important;
}

.pagination_wrap {
  margin-top: 20px;
  text-align: center;
}

/* ul 기본 리셋 */
.pagination_wrap .pagination {
  display: inline-flex;
  gap: 6px;
  padding: 0;
  margin: 0;
  list-style: none;
  white-space: nowrap;
  flex-wrap: wrap;
}

/* 공통 버튼 스타일 */
.pagination_wrap {
  padding-inline: 15px;
}

.pagination_wrap .pagination li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  font-size: 14px;
  color: var(--text, #333);
  text-decoration: none;
  transition: all 0.2s ease;
  border: none;
}

/* hover */
.pagination_wrap .pagination li:not(.active):not(.disabled) a:hover {
  background: #f3f4f6;
}

/* 현재 페이지 */
.pagination_wrap .pagination li.active a {
  background: var(--primary-2);
  color: var(--primary);
  font-weight: 600;
}

/* 비활성 버튼 */
.pagination_wrap .pagination li.disabled a {
  opacity: 0.3;
  pointer-events: none;
}

/* 화살표 아이콘 정렬 */
.pagination_wrap .pagination li a i {
  font-size: 14px;
  line-height: 1;
}

/*쿠폰*/
.coupon_list {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.empty_li {
  display: block;
  width: 100%;
  padding: 30px 0;
  text-align: center;
  color: var(--text-3);
}

.coupon_item {
  position: relative;
  border: 1px solid var(--border-2);
  padding: 20px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.coupon_item > div:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.coupon_item > div:last-child {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.coupon_item:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 14px;
  border: 2px solid var(--border-2);
  border-radius: 7px 0px 0px 7px;
  top: calc(50% - 7px);
  right: -1px;
  box-sizing: border-box;
}
.coupon_item:after {
  content: "";
  width: 6px;
  height: 12px;
  background-color: #fff;
  border-radius: 6px 0px 0px 6px;
  position: absolute;
  top: calc(50% - 6px);
  right: -1px;
}

.coupon_item .cou_tit {
  font-weight: bold;
  font-size: 1.0666666667rem;
}

.coupon_item .cou_pri {
  font-size: 1.2rem;
  color: var(--primary);
  font-weight: bold;
  float: right;
}

.coupon_item .cou_target {
  color: var(--text-2);
}

.coupon_item .cou_date {
  color: var(--text-3);
  text-wrap: nowrap;
}

/*회원정보 수정*/
.user_info .i_circle {
  border-radius: 50%;
  width: 25px;
  height: 25px;
  background-color: var(--primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.user_info .i_circle i[class^=i_] {
  width: 16px;
  height: 16px;
}
.user_info .card_head {
  font-weight: 600;
  font-size: 1.0666666667rem;
  justify-content: flex-start;
  gap: 10px;
}
.user_info .form_item {
  margin-top: 10px;
}
.user_info .captcha {
  border-top: 1px solid var(--border);
  padding-top: 20px;
}

/*위시 리스트*/
.product-card .wish_del {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--border-2);
  display: flex;
  align-items: center;
  justify-content: center;
}

.smb_my_date {
  font-size: 0.8666666667rem;
  color: var(--text-3);
}

.order_cancel .btn_wrap_bottom {
  margin-top: 0;
}
.order_cancel .order_header {
  padding-bottom: 10px;
}
.order_cancel .sec_tit_sm {
  margin-bottom: 0;
}

/*반품*/
.refund .order_header {
  border-bottom: 1px solid var(--border);
  padding-bottom: 10px;
}
.refund .error_txt {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

/*위시 리스트 */
#smb_my .prd_list {
  display: flex;
  flex-direction: column;
}
#smb_my .sct_li {
  position: relative;
  border-top: 10px solid var(--bg);
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  padding: 15px 15px 5px;
}
#smb_my .sct_li:first-child {
  border-top: none;
}
#smb_my .sct_li .sct_img {
  min-width: 80px;
  height: 80px;
  border-radius: 10px;
}
#smb_my .sct_li .text-primary {
  font-size: 0.9333333333rem;
}
#smb_my .sct_cnt {
  width: calc(100% - 90px);
  margin-top: 0;
}
#smb_my .sct_icon,
#smb_my .product-icons {
  padding-right: 30px;
}
#smb_my .wish_btn {
  width: 100%;
  padding-left: 90px;
}
#smb_my .wish_btn .btn_cart {
  min-height: 30px;
  width: auto;
}
#smb_my .wish_del {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
}
#smb_my .wish_del i {
  font-size: 18px;
  color: var(--text-3);
}
#smb_my .sec_tit_wrap {
  margin-top: 0 !important;
  padding-top: 10px;
  padding-inline: 15px;
  padding-bottom: 10px;
  margin-bottom: 0;
}
#smb_my .sec_tit_wrap:nth-of-type(2) {
  border-top: 10px solid var(--bg);
}
#smb_my .sec_tit_wrap .wish_item_del {
  margin-left: auto;
  padding-inline: 3px;
  font-size: 14px;
  color: var(--text);
  border-bottom: 1px solid var(--text);
}

/*나의 문의*/
#container.qalist,
#container.uselist,
#container.itemqalist {
  background: var(--bg);
}

.sch_wr {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 15px;
  background-color: #fff;
}

.sch_sel {
  display: flex;
  align-items: center;
  gap: 5px;
}
.sch_sel select {
  flex: 1;
}

#sqa,
#sps {
  padding: 16px;
  background: none;
  padding-block: 0;
  background-color: var(--bg);
  border-top: 10px solid var(--bg);
}
#sqa ol,
#sps ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sqa li,
#sps li {
  position: relative;
  display: flex;
  gap: 15px;
  padding: 15px;
  margin-bottom: 10px;
  background-color: #fff;
  border-radius: 10px;
}
#sqa,
#sps {
  /* 상품 썸네일 */
}
#sqa .sqa_img,
#sqa .sps_img,
#sps .sqa_img,
#sps .sps_img {
  width: 56px;
  max-width: 56px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 10px;
}
#sqa .sqa_img img,
#sqa .sps_img img,
#sps .sqa_img img,
#sps .sps_img img {
  background: #f5f5f5;
  object-fit: cover;
  height: 56px;
}
#sqa .sqa_img span,
#sqa .sps_img span,
#sps .sqa_img span,
#sps .sps_img span {
  display: none;
}
#sqa,
#sps {
  /* 본문 영역 */
}
#sqa [id^=sps_con_],
#sps [id^=sps_con_] {
  margin-top: 10px;
}
#sqa .sps_section p,
#sps .sps_section p {
  display: flex;
  gap: 10px;
}
#sqa .sqa_section,
#sqa .sps_section,
#sps .sqa_section,
#sps .sps_section {
  flex: 1;
  min-width: 0;
}
#sqa .sqa_section a,
#sqa .sps_section a,
#sps .sqa_section a,
#sps .sps_section a {
  position: relative;
  text-decoration: none;
  color: inherit;
  display: flex;
  align-items: center;
  gap: 15px;
}
#sqa .sqa_section h2,
#sqa .sps_section h2,
#sps .sqa_section h2,
#sps .sps_section h2 {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 6px;
}
#sqa .sqa_section h2 i.fa-lock,
#sqa .sps_section h2 i.fa-lock,
#sps .sqa_section h2 i.fa-lock,
#sps .sps_section h2 i.fa-lock {
  font-size: 13px;
  color: #aaa;
}
#sqa .sqa_section,
#sqa .sps_section,
#sps .sqa_section,
#sps .sps_section {
  /* 상태 칩 */
}
#sqa .sqa_section .sit_qaa_yet,
#sqa .sqa_section .sit_qaa_done,
#sqa .sps_section .sit_qaa_yet,
#sqa .sps_section .sit_qaa_done,
#sps .sqa_section .sit_qaa_yet,
#sps .sqa_section .sit_qaa_done,
#sps .sps_section .sit_qaa_yet,
#sps .sps_section .sit_qaa_done {
  font-size: 11px;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 999px;
  flex-shrink: 0;
}
#sqa .sqa_section .sit_qaa_yet,
#sqa .sps_section .sit_qaa_yet,
#sps .sqa_section .sit_qaa_yet,
#sps .sps_section .sit_qaa_yet {
  background: #ffecec;
  color: var(--red);
}
#sqa .sqa_section .sit_qaa_done,
#sqa .sps_section .sit_qaa_done,
#sps .sqa_section .sit_qaa_done,
#sps .sps_section .sit_qaa_done {
  background: var(--primary-2);
  color: var(--primary-text);
}
#sqa .sqa_section,
#sqa .sps_section,
#sps .sqa_section,
#sps .sps_section {
  /* 메타 정보 */
}
#sqa .sqa_section .sqa_dl,
#sqa .sqa_section .sps_dl,
#sqa .sps_section .sqa_dl,
#sqa .sps_section .sps_dl,
#sps .sqa_section .sqa_dl,
#sps .sqa_section .sps_dl,
#sps .sps_section .sqa_dl,
#sps .sps_section .sps_dl {
  display: flex;
  gap: 12px;
  font-size: 12px;
  color: #999;
  margin: 0;
}
#sqa .sqa_section .sqa_dl dt,
#sqa .sqa_section .sps_dl dt,
#sqa .sps_section .sqa_dl dt,
#sqa .sps_section .sps_dl dt,
#sps .sqa_section .sqa_dl dt,
#sps .sqa_section .sps_dl dt,
#sps .sps_section .sqa_dl dt,
#sps .sps_section .sps_dl dt {
  display: none;
}
#sqa .sqa_section .sqa_dl dd,
#sqa .sqa_section .sps_dl dd,
#sqa .sps_section .sqa_dl dd,
#sqa .sps_section .sps_dl dd,
#sps .sqa_section .sqa_dl dd,
#sps .sqa_section .sps_dl dd,
#sps .sps_section .sqa_dl dd,
#sps .sps_section .sps_dl dd {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 4px;
}
#sqa .sqa_section .sqa_dl dd i,
#sqa .sqa_section .sps_dl dd i,
#sqa .sps_section .sqa_dl dd i,
#sqa .sps_section .sps_dl dd i,
#sps .sqa_section .sqa_dl dd i,
#sps .sqa_section .sps_dl dd i,
#sps .sps_section .sqa_dl dd i,
#sps .sps_section .sps_dl dd i {
  font-size: 12px;
}
#sqa,
#sps {
  /* 문의 / 답변 내용 */
}
#sqa .sqa_con,
#sqa .sps_con,
#sps .sqa_con,
#sps .sps_con {
  margin-top: 12px;
  background: var(--bg);
  border-radius: 10px;
  padding: 12px;
  font-size: 13px;
  line-height: 1.6;
}
#sqa .sqa_con .qa_alp,
#sqa .sps_con .qa_alp,
#sps .sqa_con .qa_alp,
#sps .sps_con .qa_alp {
  font-weight: 700;
  margin-right: 6px;
  color: var(--primary-text);
  position: absolute;
  top: 13px;
  left: 0;
}
#sqa .sqa_con .sit_qa_qaq,
#sqa .sqa_con .sit_qa_qaa,
#sqa .sps_con .sit_qa_qaq,
#sqa .sps_con .sit_qa_qaa,
#sps .sqa_con .sit_qa_qaq,
#sps .sqa_con .sit_qa_qaa,
#sps .sps_con .sit_qa_qaq,
#sps .sps_con .sit_qa_qaa {
  position: relative;
  padding-left: 20px;
  padding-block: 15px;
}
#sqa .sqa_con .sit_qa_qaa,
#sqa .sps_con .sit_qa_qaa,
#sps .sqa_con .sit_qa_qaa,
#sps .sps_con .sit_qa_qaa {
  color: #666;
  border-top: 1px solid var(--border);
}
#sqa,
#sps {
  /* 내용보기 버튼 */
}
#sqa .sqa_con_btn,
#sqa .sps_con_btn,
#sps .sqa_con_btn,
#sps .sps_con_btn {
  margin-top: 8px;
  padding-left: 65px;
}
#sqa .sqa_con_btn button,
#sqa .sps_con_btn button,
#sps .sqa_con_btn button,
#sps .sps_con_btn button {
  background: none;
  border: none;
  padding: 6px 0;
  font-size: 13px;
  color: #666;
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}
#sqa .sqa_con_btn button i,
#sqa .sps_con_btn button i,
#sps .sqa_con_btn button i,
#sps .sps_con_btn button i {
  font-size: 14px;
}
#sqa .view_image,
#sps .view_image {
  margin-top: 10px;
  border-radius: 10px;
  overflow: hidden;
  width: 100px;
}

.pg_wrap {
  margin-top: 20px;
}

/*나의 문의*/
#container.uselist .card:not(.order_filter) {
  background: none;
  padding-block: 0;
}
#container.uselist .review_list ul {
  flex-direction: column;
}
#container.uselist .review_list ul li {
  background-color: #fff;
  width: 100%;
  border: none;
}

#container.userinfo {
  background-color: #fff;
}

/*프로필 수정*/
.popup_myphoto .content_container {
  padding-top: 0;
}
.popup_myphoto .content_container .form_tip {
  font-size: 0.8rem;
  padding: 10px;
  margin-top: 10px;
  color: var(--text-3);
}
.popup_myphoto .content_container .file_wrap {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 10px;
}
.popup_myphoto .content_container .file_wrap input[type=file] {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.popup_myphoto .btn_del {
  width: 25px;
  height: 25px;
  border-radius: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid var(--border-2);
  color: var(--text-3);
  position: absolute;
  bottom: 0px;
  right: 0px;
  font-size: 12px;
}
.popup_myphoto .myphoto {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 80px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.popup_myphoto .myphoto img {
  width: 100%;
  object-fit: contain;
}
.popup_myphoto .myphoto {
  margin-inline: auto;
}
.popup_myphoto .myphoto input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.popup_myphoto .myphoto .i_trash {
  padding: 0;
  background-color: transparent;
}
.popup_myphoto .myphoto .fa {
  width: 80px;
  height: 80px;
  background: rgb(245, 245, 245);
  font-size: 40px;
  color: #999;
  border-radius: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.popup_myphoto .chk {
  justify-content: center;
}

/*판매자 페이지*/
.myshop .sidebar {
  display: none;
}
.myshop .smb_my_top {
  padding: 15px;
  border-bottom: 10px solid var(--bg);
}
.myshop .smb_my_top .my_info {
  flex-wrap: wrap;
  gap: 0 10px;
}
.myshop .smb_my_top .my_info .seller_text {
  width: calc(100% - 100px);
}
.myshop .smb_my_top .my_info .follow_btns {
  width: 100%;
  padding-left: 60px;
}
.myshop .smb_my_top .my_setting {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.myshop .smb_my_top .my_setting .btn {
  flex: 1;
  border-radius: 6px !important;
}
.myshop .smb_my_top .my_setting .btn:not(.btn-chat) i {
  display: none;
}
.myshop .smb_my_top .my_setting .btn-chat {
  gap: 5px;
  color: var(--primary-text);
}
.myshop .smb_my_top .my_setting .btn-chat .i_chat.red {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath fill='%2300b7d8' d='M12 2.596a9.5 9.5 0 0 1 0 19H3.25a.75.75 0 0 1-.53-1.28l2.054-2.056A9.46 9.46 0 0 1 2.5 12.096a9.5 9.5 0 0 1 9.5-9.5m0 1.5a8 8 0 0 0-5.657 13.657.75.75 0 0 1 0 1.06L5.06 20.097H12a8 8 0 1 0 0-16m-4.375 6.75a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5m4.375 0a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5m4.375 0a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5'/%3E%3C/svg%3E");
}
.myshop .smb_my_top .badge_gray {
  border: none;
}
.myshop .smb_my_top .thumb {
  width: 50px;
  height: 50px;
}
.myshop .smb_my_top i.fa-user {
  background: rgb(245, 245, 245);
  padding: 16px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  text-align: center;
  color: rgb(143, 143, 143);
  font-size: 30px;
  display: inline-block;
}
.myshop .seller_text {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}
.myshop .lv-icon {
  border-radius: 20px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary);
  color: #fff;
  font-size: 0.8666666667rem;
  font-weight: 600;
}
.myshop .seller_text .text-sm {
  color: var(--text-3);
  background-color: var(--primary-2);
  padding: 2px 10px;
  border-radius: 25px;
  color: var(--primary-text);
}
.myshop .member {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 600;
  font-size: 1.0666666667rem;
}
.myshop .btn_detail {
  color: var(--text-2);
}
.myshop .right_area {
  margin-left: auto;
  width: 100%;
}
.myshop #hd_sch {
  margin-top: 10px;
  width: 100%;
}
.myshop #hd_sch input[type=text].sch_stx {
  background-color: var(--bg);
  border: none !important;
  width: calc(100% - 30px);
}
.myshop #hd_sch .sch_ipt {
  display: flex;
  align-items: center;
  padding: 0 5px;
  height: 38px;
  border-radius: 38px;
  background-color: var(--bg);
  border: 1px solid var(--border);
  overflow: hidden;
}
.myshop #hd_sch #sch_submit {
  background-color: transparent;
}
.myshop .my_setting {
  display: flex;
  align-items: center;
  gap: 10px;
}

.info_list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.info_list li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.info_list strong {
  color: var(--text-3);
  margin-right: 5px;
}

#sct_sortlst.ssch_container_inner {
  padding-inline: 0;
  padding-bottom: 5px;
}

.ssch_container_inner {
  border-bottom: 1px solid var(--border);
}
.ssch_container_inner .flex-row {
  justify-content: space-between;
  align-items: flex-start;
}
.ssch_container_inner .filter_wrap {
  border-bottom: none;
}
.ssch_container_inner .type_gray .btn_select {
  padding-inline: 15px 30px;
  background-color: transparent;
}

.myshop_wrapper {
  width: 100%;
  padding-inline: 15px;
  padding-top: 15px;
}
.myshop_wrapper .sidebar {
  width: 270px;
  height: 100%;
}
.myshop_wrapper .sidebar .sub_menu_depth {
  display: none;
  padding-left: 10px;
}
.myshop_wrapper .sidebar .sub_menu_depth li a {
  padding: 6px 10px;
}
.myshop_wrapper .sidebar .sub_menu_depth.active {
  display: block;
}
.myshop_wrapper .sidebar .sub_menu_title {
  font-size: 1rem;
  padding: 10px;
}
.myshop_wrapper .sidebar .sub_menu_title.active a {
  color: var(--text) !important;
}
.myshop_wrapper .sidebar .BtnToggle.active i {
  transform: rotate(180deg);
}
.myshop_wrapper .ssch_container_inner {
  margin-bottom: 20px;
}

.popup_seller .sec_tit_wrap {
  padding: 15px 15px 0;
  margin-bottom: 0;
}

.refunddetail .flex-row .btn {
  padding-inline: 10px;
}
.refunddetail .card:first-child {
  border-top: 0 !important;
}
.refunddetail .card_head {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border);
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.refunddetail .card_head .ml-auto {
  margin-left: 0 !important;
}
.refunddetail .flex-row .btn {
  padding-inline: 10px;
}
.refunddetail .card_row {
  margin-top: 0 !important;
  border-top: 10px solid var(--bg);
}

/*빈 데이터*/
.empty_table {
  text-align: center;
  color: var(--text-2);
  width: 100% !important;
  min-width: 100%;
}