@charset "utf-8";
/* ==========================================================================
   KULT (iwearkult.cafe24.com) — skin-base 복원
   원본 스킨의 실측 토큰(user.css / optimizer_user.php) 기반
   Breakpoint: PC ≥1025 / Tablet 768~1024 / Mobile ≤767
   ========================================================================== */

/* ---------- reset ---------- */
* { margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; }
body, code {
  font-size: 13px;
  font-family: "Montserrat", "Noto Sans KR", Arial, sans-serif;
  color: var(--font-color-base);
  background: #fff;
  line-height: 1.4;
}
input, select, textarea, button {
  font-family: "Montserrat", "Noto Sans KR", Arial, sans-serif;
  font-size: 100%;
  color: var(--font-color-base);
  vertical-align: middle;
  border-radius: 0;
  box-sizing: border-box;
}
button { overflow: visible; border: 0; cursor: pointer; background: none; }
ul, ol, li { list-style: none; }
img { border: 0; vertical-align: top; }
a { color: inherit; text-decoration: none; }
a:hover { text-decoration: none; }
table { border-collapse: collapse; border-spacing: 0; width: 100%; }
caption { display: none; }
/* 원본 base.css 와 동일. !important 필수 —
   뒤에 오는 [class^='btnSubmit']{display:inline-block} 등과 특이도가 같아서 없으면 밀린다. */
.displaynone { display: none !important; }
legend, #skipNavigation { position: absolute; width: 0; height: 0; overflow: hidden; font-size: 0; line-height: 0; white-space: nowrap; text-indent: 100%; }
h1, h2, h3, h4, h5 { font-size: inherit; font-weight: inherit; }
em, address { font-style: normal; }

:root {
  --font-color-base: #000;
  --font-color-heading: #000;
  --font-color-primary: #000;
  --ease: cubic-bezier(.45, .46, .05, .96);
}

/* ==========================================================================
   HEADER  (layout3 = 1단 기본형)
   ========================================================================== */
#header {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: #fff;
  position: relative;
  z-index: 998;
  box-sizing: border-box;
  border-bottom: 1px solid #fff;
}
#header .inner {
  max-width: 1760px;
  width: 92%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}

/* -- 상단 유틸 -- */
#header .toparea {
  width: 100%;
  height: 50px;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 11;
}
#header .toparea_shoppinginfo { display: flex; align-items: center; }
#header .toparea_shoppinginfo li,
#header .toparea_shoppinginfo li a { color: #6a6a6a; font-size: 12px; font-weight: 400; }
#header .toparea_shoppinginfo li a:hover { color: #000; }
#header .toparea_state { display: flex; }
#header .toparea_state a {
  font-size: 12px;
  line-height: 1;
  color: #6a6a6a;
  display: flex;
  align-items: center;
  margin: 0 0 0 9px;
  padding: 0 0 0 10px;
  position: relative;
}
#header .toparea_state a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
  width: 1px;
  height: 10px;
  background: #d8d8d8;
}
#header .toparea_state > a:first-child { margin-left: 0; padding-left: 0; }
#header .toparea_state > a:first-child::before { display: none; }
#header .toparea_state a:hover { color: #000; }
#header .toparea_state_board { position: relative; }
#header .toparea_state_board > ul {
  display: none;
  position: absolute;
  top: 25px;
  right: -10px;
  z-index: 1;
  padding: 5px 10px;
  border: 1px solid #999;
  background: #fff;
}
#header .toparea_state_board.on > ul { display: block; }
#header .toparea_state_board > ul li { padding: 7px 0; }
#header .toparea_state_board > ul li a {
  display: block;
  overflow: hidden;
  font-size: 12px;
  line-height: 1;
  color: #666;
  white-space: nowrap;
  padding: 0;
  margin: 0;
}
#header .toparea_state_board > ul li a::before { display: none; }
#header .toparea_state_board > ul li a:hover { color: #000; }
.icoArrowBottom {
  width: 5px; height: 5px;
  margin-left: 10px; margin-top: -4px;
  border: solid #6a6a6a;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
  display: inline-block;
}

/* -- 로고 / GNB / 아이콘 -- */
#header .top_nav_box {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  background-color: #fff;
  position: relative;
}
#header .top_logo {
  flex-basis: auto;
  flex-shrink: 0;
  order: 2;
  height: 80px;
  margin: 0 60px 0 0;
  display: flex;
  align-items: center;
}
#header .top_logo a { display: flex; align-items: center; font-size: 40px; line-height: 1; }
#header .top_logo img { max-width: 400px; max-height: 60px; }

#header .top_nav { display: none; flex-shrink: 0; order: 1; }
#header .top_nav .eNavFold { width: 25px; height: 80px; display: flex; align-items: center; justify-content: center; }
.icoNav { position: relative; display: block; width: 25px; height: 1px; background: #1a1a1a; }
.icoNav::before, .icoNav::after { content: ""; position: absolute; left: 0; width: 25px; height: 1px; background: #1a1a1a; }
.icoNav::before { top: -9px; }
.icoNav::after { top: 9px; }

#header .menu-main { order: 3; }
#header .top_category { margin: 0 130px 0 0; position: relative; }
#header .top_category > ul { display: flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; }
#header .top_category > ul > li { height: 80px; display: flex; align-items: center; padding: 0 25px; position: relative; }
#header .top_category > ul > li > a {
  font-size: 14px;
  font-weight: 500;
  display: block;
  line-height: 78px;
  color: #3a3a3a;
  white-space: nowrap;
}
#header .top_category > ul > li > a::after {
  content: "";
  position: relative;
  display: block;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #cfcfcf;
  transform: scaleX(0);
  transform-origin: 100% 0;
  transition: transform .3s var(--ease);
}
#header .top_category > ul > li:hover > a::after,
#header .top_category > ul > li.selected > a::after {
  transform: scaleX(1);
  transform-origin: 0 0;
  transition: transform .5s var(--ease);
}

#header .top_mypage {
  display: flex;
  flex-shrink: 0;
  order: 4;
  height: 80px;
  margin-left: auto;
  align-items: center;
  position: relative;
}
#header .top_mypage a {
  line-height: 1;
  color: #1a1a1a;
  margin-left: 26px;
  display: flex;
  align-items: center;
  position: relative;
}
#header .top_mypage a:first-child { margin-left: 0; }
#header .top_mypage .count {
  position: absolute;
  top: -4px;
  right: -10px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  text-align: center;
  line-height: 1;
  font-size: 12px;
  display: none;
  align-items: center;
  justify-content: center;
}

/* -- fixed 상태 -- */
#header.fixed {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 998;
  border-bottom: 1px solid #e8e8e8;
  animation: headerDown .3s var(--ease);
}
@keyframes headerDown { from { transform: translateY(-60px); } to { transform: translateY(0); } }
#header.fixed .toparea { display: none; }

/* ==========================================================================
   SIDE NAVIGATION (aside)
   ========================================================================== */
#aside {
  z-index: 1001;
  visibility: hidden;
  position: fixed;
  top: 0; bottom: 0;
  left: -458px;
  width: 458px;
  overflow: auto;
  overflow-x: hidden;
  background-color: #fff;
  transition: 500ms cubic-bezier(.25, .46, .45, .94);
}
#aside.open { visibility: visible; left: 0; }
#aside .navigation_member { background-color: #f5f5f5; text-align: center; padding: 60px 0 40px; }
#aside .side_logo { display: flex; justify-content: center; align-items: center; }
#aside .side_logo img { max-width: 200px; max-height: 40px; }
#aside .navigation_state { display: flex; justify-content: center; flex-wrap: wrap; margin: 40px auto 0; }
#aside .navigation_state a { font-size: 12px; line-height: 1; color: #1a1a1a; padding: 0 5px 5px; }
#aside .navigation-menu { padding: 70px 4%; }
#aside .navigation-menu__category li { margin: 40px 0; }
#aside .navigation-menu__category .view {
  display: block;
  font-size: 18px;
  padding: 5px 30px 5px 0;
  color: #1a1a1a;
}
#aside .slide_line { margin: 40px 0 35px; width: 100%; height: 1px; background-color: #ebebeb; }
#aside .navigation-menu__board .title { font-size: 18px; line-height: 35px; height: 35px; font-weight: 400; color: #1a1a1a; position: relative; text-align: left; }
#aside .navigation-menu__board .icoCategory {
  position: absolute; right: 0; top: 0;
  width: 30px; height: 30px;
  font-size: 0; color: transparent;
}
#aside .navigation-menu__board .icoCategory::before,
#aside .navigation-menu__board .icoCategory::after {
  content: ""; position: absolute; left: 50%; top: 50%; background: #444;
}
#aside .navigation-menu__board .icoCategory::before { width: 25px; height: 1px; margin: 0 0 0 -12px; }
#aside .navigation-menu__board .icoCategory::after { width: 1px; height: 25px; margin: -12px 0 0 0; }
#aside .navigation-menu__board.on .icoCategory::after { display: none; }
#aside .navigation-menu__board .categoryList { display: none; }
#aside .navigation-menu__board.on .categoryList { display: block; }
#aside .navigation-menu__board ul li { margin: 40px 0; }
#aside .navigation-menu__board ul li a { display: block; font-size: 18px; padding: 5px 30px 5px 0; color: #1a1a1a; }
#aside .btnClose { position: absolute; top: 25px; right: 17px; width: 30px; height: 30px; font-size: 0; color: transparent; }
.icoClose { position: relative; display: block; width: 100%; height: 100%; }
.icoClose::before, .icoClose::after {
  content: ""; position: absolute; left: 50%; top: 50%; background: #1a1a1a;
}
.icoClose::before { width: 1px; height: 23px; margin: -11px 0 0 0; transform: rotate(45deg); }
.icoClose::after { width: 23px; height: 1px; margin: 0 0 0 -11px; transform: rotate(45deg); }

#layoutDimmed {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, .4);
}
#layoutDimmed.on { display: block; }
body.navOpen { overflow: hidden; }

/* ==========================================================================
   SEARCH LAYER
   ========================================================================== */
#searchBarForm {
  display: none;
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1002;
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
}
#searchBarForm.open { display: block; }
#searchBarForm .searchheader {
  max-width: 1760px;
  width: 92%;
  margin: 0 auto;
  padding: 40px 0 40px;
  position: relative;
}
#searchBarForm .title { font-size: 12px; letter-spacing: 2px; color: #9a9a9a; margin-bottom: 14px; }
#searchBarForm fieldset { border: 0; display: flex; align-items: center; border-bottom: 1px solid #1a1a1a; padding-bottom: 12px; }
#searchBarForm .inputTypeText { flex: 1; border: 0; outline: 0; font-size: 20px; background: none; }
#searchBarForm .btnSearch { width: 24px; height: 24px; }
#searchBarForm .btnDelete { display: none; }
#searchBarForm .btnClose { position: absolute; top: 34px; right: 0; width: 30px; height: 30px; font-size: 0; color: transparent; }

/* ==========================================================================
   LAYOUT
   ========================================================================== */
#wrap { position: relative; }
#container { width: 100%; }
#contents { width: 100%; }
#contents > .section { max-width: 1230px; width: 92%; margin-left: auto; margin-right: auto; }
.RTMB { display: none; }

/* ==========================================================================
   MAIN — 배너 슬라이더
   ========================================================================== */
.smart-banner {
  max-width: 1230px;
  width: 92%;
  margin: 0 auto 1px;
  position: relative;
  overflow: hidden;
}
.smart-banner .slides { position: relative; }
.smart-banner .slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity .5s linear;
}
.smart-banner .slide:first-child { position: relative; }
.smart-banner .slide.active { opacity: 1; z-index: 1; }
.smart-banner img { width: 100%; height: auto; display: block; }
.smart-banner .pager {
  position: absolute;
  bottom: 18px;
  left: 0; right: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 12px;
}
.smart-banner .pager button {
  width: 9px; height: 9px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .45);
  font-size: 0;
  transition: background .2s linear;
}
.smart-banner .pager button.active { background: #fff; }

/* ==========================================================================
   MAIN — 상품 분류 탭
   ========================================================================== */
.main_product_category { margin: 0 auto; }
.main_title { flex-shrink: 0; text-align: center; }
.main_product_category .main_title { margin-bottom: 40px; }
.main_title .main_title_txt01 { font-size: 24px; font-weight: 700; line-height: 1; color: #3a3a3a; }
.main_title .main_title_txt02 { font-size: 16px; font-weight: 400; line-height: 1; color: #9a9a9a; margin-top: 15px; }

.main_product_tab {
  margin: 0 auto 40px;
  display: flex;
  justify-content: center;
}
.main_product_tab li { margin: 25px; }
.main_product_tab li .button {
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 1;
  font-weight: 400;
  color: #9a9a9a;
  white-space: nowrap;
  transition: color .3s var(--ease);
}
.main_product_tab li .button::after {
  content: "";
  position: relative;
  display: block;
  bottom: -8px;
  width: 100%;
  height: 2px;
  background-color: #d0d0d0;
  transform: scaleX(0);
  transform-origin: 100% 0;
  transition: transform .3s var(--ease);
}
.main_product_tab li .button.active { color: #1a1a1a; }
.main_product_tab li .button.active::after {
  transform: scaleX(1);
  transform-origin: 0 0;
  transition: transform .5s var(--ease);
}
.tabcontent { display: none; }
.tabcontent.active { display: block; }

/* ==========================================================================
   상품 리스트 (ec-base-product)
   ========================================================================== */
.ec-base-product .prdList { margin: 0 -10px; text-align: left; font-size: 0; line-height: 0; }
.ec-base-product .prdList > li {
  display: inline-block;
  margin: 0 0 60px;
  color: #757575;
  vertical-align: top;
}
.ec-base-product .prdList.grid3 > li { width: 33.3333%; }
.ec-base-product .prdList.grid4 > li { width: 25%; }
.ec-base-product .prdList .prdList__item { margin: 0 10px; }
.ec-base-product .prdList .thumbnail { position: relative; text-align: center; margin: 0; white-space: normal; }
.ec-base-product .prdList .thumbnail a { display: block; }
.ec-base-product .prdList .thumbnail a img { width: 100%; height: auto; max-width: 100%; box-sizing: border-box; }

.ec-base-product .prdList .icon__box {
  opacity: 0;
  position: absolute;
  top: 45%;
  right: 0; left: 0;
  z-index: 3;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: opacity .3s;
}
.ec-base-product .prdList > li:hover .icon__box { opacity: 1; }
.ec-base-product .prdList .icon__box > span {
  display: block;
  position: relative;
  font-size: 11px;
  font-weight: 500;
  color: #000;
  border: 1px solid #999;
  border-radius: 10px;
  box-sizing: border-box;
  cursor: pointer;
  margin: 0 3px;
  min-width: 72px;
  line-height: 1;
  padding: 10px 15px;
  background-color: rgba(255, 255, 255, .7);
  transition: background-color .2s, color .2s, border-color .2s;
}
.ec-base-product .prdList .icon__box > span:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.ec-base-product .prdList .description {
  margin: 20px 0 0;
  padding: 0;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  white-space: normal;
}
.ec-base-product .prdList .description .name { display: block; text-align: left; font-weight: normal; }
.ec-base-product .prdList .description .name a { color: #000; font-size: 13px; }
.ec-base-product .prdList .spec { margin: 10px 0 0; }
.ec-base-product .prdList .spec > li { margin: 0 0 5px; font-size: 12px; line-height: 19px; color: #333; }
.ec-base-product .prdList .spec > li.price { font-size: 13px; color: #000; font-weight: 700; }

/* ==========================================================================
   품절 (SOLD OUT) — 상품 리스트
   슬롯: 원본 카드 마크업의 <a> 안에 있는 span.prdIcon.
   사진을 흐리게 죽이고 그 위에 회색 라벨 한 줄만 올린다.

   opacity .75 인 이유: 이 샵 사진은 검은 옷 + 검은 배경이라 많이 흐리게 하면
   상품이 회색 덩어리가 돼 버린다(.35, .60 렌더해서 눈으로 확인). .75 면 검정이
   회색으로 내려앉아 '죽은 카드'로 읽히면서 옷 실루엣은 살아남는다.
   라벨 #EDEDED 대비: 배경 위 7.8:1, 가장 밝은 옷 부분 위에서도 5.0:1 (AA 통과).
   ========================================================================== */
:root { --fs-sold: 15px; }
@media all and (min-width: 640px) { :root { --fs-sold: 17px; } }

.ec-base-product .prdList .thumbnail .prdIcon { display: none; }

.ec-base-product .prdList > li.sold .thumbnail a img { opacity: .75; }
.ec-base-product .prdList > li.sold .thumbnail .prdIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  pointer-events: none;    /* 썸네일 링크 클릭 유지 */
}
.ec-base-product .prdList > li.sold .thumbnail .prdIcon .txt {
  padding-left: .18em;     /* letter-spacing 이 만드는 우측 여백 보정 */
  font-size: var(--fs-sold);
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: .18em;
  color: #ededed;
  white-space: nowrap;
}
/* 못 사는 상품에 호버 알약(WISH/ADD/OPTION)을 띄우지 않는다 — 라벨과도 겹친다 */
.ec-base-product .prdList > li.sold .icon__box { display: none; }

/* ==========================================================================
   카테고리 페이지
   ========================================================================== */
.path { overflow: hidden; margin: 0; padding: 20px 0 0; height: 30px; line-height: 30px; }
.path > span { position: absolute; width: 0; height: 0; overflow: hidden; white-space: nowrap; text-indent: 100%; }
.path ol { float: right; }
.path li { display: inline-block; }
.path li:not(:first-child)::before { content: "/"; display: inline-block; margin: 0 4px 0 2px; color: #7d7d7d; vertical-align: top; }
.path li a { font-size: 12px; color: #7d7d7d; }
.path li:last-child a { color: #000; }

.titleArea { margin: 0 auto; padding: 45px 0 40px; text-align: center; }
.titleArea h2 { font-size: 30px; font-weight: 700; line-height: normal; color: #1a1a1a; }

.prd-function {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 38px;
  margin: 40px 0 43px;
}
.prd-function .prdCount { font-size: 13px; color: #7d7d7d; }
.prd-function .prdCount strong { margin-left: 8px; font-weight: 600; color: #000; }
.prd-function select {
  height: 40px;
  border: 1px solid #e0e0e0;
  padding: 0 10px;
  font-size: 13px;
  color: #3a3a3a;
  background: #fff;
  width: 112px;
}
.category-empty { padding: 100px 0 140px; text-align: center; font-size: 14px; color: #9a9a9a; }

/* ==========================================================================
   상품 상세
   ========================================================================== */
.xans-product-detail { margin-top: 30px; margin-bottom: 80px; }
.xans-product-detail .detailArea { font-size: 0; line-height: 0; position: relative; }
.xans-product-detail .imgArea { display: inline-block; width: calc(100% - 650px); vertical-align: top; }
.xans-product-detail .imgArea .prdImg { width: 100%; margin: 0 auto; position: relative; }
.xans-product-detail .imgArea .prdImg img { width: 100%; height: auto; cursor: pointer; }
.xans-product-detail .imgArea .prdImg .zoomHint {
  position: absolute;
  left: 0; right: 0;
  bottom: 14px;
  text-align: center;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  pointer-events: none;
}
.xans-product-detail .imgArea .prdImg .wish {
  position: absolute;
  top: 10px; left: 10px;
  z-index: 5;
  width: 34px; height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .9);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
}
.xans-product-detail .imgArea .listImg { position: relative; overflow: hidden; width: 100%; height: 94px; margin: 24px 0 0; }
.xans-product-detail .imgArea .listImg ul { margin: 0 -6px; font-size: 0; }
.xans-product-detail .imgArea .listImg li { display: inline-block; width: 80px; margin: 0 6px; vertical-align: top; }
.xans-product-detail .imgArea .listImg li img { max-width: 100%; height: auto; cursor: pointer; }

.xans-product-detail .infoArea {
  display: inline-block;
  width: 600px;
  margin: 0 0 0 50px;
  font-size: 13px;
  line-height: 1;
  vertical-align: top;
}
.xans-product-detail .headingArea { position: relative; border-top: 2px solid #000; padding: 20px 0; }
.xans-product-detail .headingArea .icon { margin-bottom: 15px; }
.xans-product-detail .headingArea h1 { display: inline; font-size: 28px; font-weight: 400; line-height: 30px; vertical-align: middle; }
.xans-product-detail .infoArea table { border: 0; margin: 20px 0 0; table-layout: fixed; font-size: 13px; line-height: 19px; }
.xans-product-detail .infoArea th { font-weight: normal; width: 106px; padding: 7px 5px 6px 0; text-align: left; vertical-align: top; }
.xans-product-detail .infoArea td { padding: 7px 6px 8px 0; vertical-align: middle; }
.xans-product-detail .infoArea .th-sm { font-size: 12px; color: #333; }
.xans-product-detail .infoArea .td-sm { font-size: 12px; color: #333; }
.xans-product-detail .infoArea .th-lg, .xans-product-detail .infoArea .td-lg { font-size: 16px; color: #000; }
.xans-product-detail .infoArea .price { font-size: 12px; color: #000; font-weight: bold; }
.xans-product-detail .infoArea .guideArea { overflow: hidden; margin: 30px 0 10px; }
.xans-product-detail .infoArea .guideArea .info { float: left; color: #9a9a9a; }

#totalProducts { margin: 21px 0 0; }
#totalProducts table { margin: 0; }
#totalProducts thead { display: none; }
#totalProducts tbody td { padding: 30px 0; line-height: 18px; vertical-align: middle; border-top: 1px solid #e5e5e5; }
#totalProducts tbody td:first-child { padding-right: 10px; }
#totalProducts .right { font-weight: bold; text-align: right; }
#totalProducts .quantity {
  display: inline-block;
  position: relative;
  width: 103px;
  padding: 0 30px;
  vertical-align: top;
  box-sizing: border-box;
}
#totalProducts .quantity input {
  width: 45px; height: 30px;
  line-height: 28px;
  margin-left: -1px;
  padding: 0;
  border: 1px solid #e5e5e5;
  text-align: center;
  font-size: 13px;
}
#totalProducts .quantity a {
  position: absolute; top: 0;
  width: 30px; height: 30px;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 150%;
  color: transparent;
  font-size: 1px;
}
#totalProducts .quantity .up { right: 0; }
#totalProducts .quantity .down { left: 0; }
#totalProducts .quantity a::before { content: ""; position: absolute; left: 10px; top: 50%; width: 9px; height: 1px; background: #000; }
#totalProducts .quantity .up::after { content: ""; position: absolute; left: 50%; top: 50%; width: 1px; height: 9px; margin: -4px 0 0 0; background: #000; }

#totalPrice {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 15px;
  border-top: 1px solid #e5e5e5;
  background: #fff;
  padding: 27px 0 26px;
}
#totalPrice .title { font-weight: normal; }
#totalPrice .qty { color: #7d7d7d; }
#totalPrice .total { color: #7d7d7d; font-size: 13px; }
#totalPrice .total strong { color: var(--font-color-primary); font-size: 20px; }
#totalPrice .total em { font-style: normal; }

[class^='btnSubmit'] {
  display: inline-block;
  padding: 12px 20px;
  height: 40px;
  font-size: 13px;
  box-sizing: border-box;
  border: 1px solid transparent;
  line-height: 1;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  background: #1a1a1a;
  color: #fff;
}
[class^='btnNormal'] {
  display: inline-block;
  padding: 12px 20px;
  height: 40px;
  font-size: 13px;
  box-sizing: border-box;
  border: 1px solid #d6d6d6;
  line-height: 1;
  font-weight: normal;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  color: #000;
  background-color: #fff;
  transition: border-color .2s linear;
}
[class^='btnNormal']:hover { border-color: #000; }

.action_button { display: flex; }
.action_button .btnSubmit { flex-basis: 230px; height: 70px; padding: 25px 0; font-size: 16px; font-weight: 400; }
.action_button .btnNormal { flex: 1; height: 70px; padding: 25px 0; font-size: 16px; font-weight: 400; }
.action_button [class^='btn'] + [class^='btn'] { margin-left: 20px; }

/* -- 품절 (SOLD OUT) — 상품 상세 --
   원본 prod_user.css 값 그대로. line-height:66px 는 모바일 버튼 높이(66px) 기준이라
   PC(70px)에서는 원본에서도 4px 어긋난다 — 복원이므로 보정하지 않는다. */
.action_button .sub_sold {
  flex: 1;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  line-height: 66px;
  font-weight: 400;
  text-align: center;
}
.productAction .soldout { margin: 0; }
[class^='btn'].gFull { width: 100%; }
[class^='btn'].gFull + [class^='btn'].gFull { margin: 10px 0 0; }

/* 품절 행의 수량 위젯을 대체하는 표기 (원본: #totalProducts tbody td .product span.soldOut) */
#totalProducts .soldOut {
  display: inline-block;
  color: #000;
  font-size: 13px;
  line-height: 30px;
}

.xans-product-additional { margin-bottom: 120px; }
.detail_tab { display: block; height: 64px; margin: 0 auto 40px; font-size: 0; }
.detail_tab li {
  display: inline-block;
  width: 25%;
  vertical-align: top;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #111;
  border-left: 1px solid #f0f0f0;
  box-sizing: border-box;
}
.detail_tab li:last-child { border-right: 1px solid #f0f0f0; }
.detail_tab li a { display: block; height: 60px; color: #9a9a9a; font-size: 14px; line-height: 60px; text-align: center; }
.detail_tab li.tab_open { border: 1px solid #111; border-bottom: 2px solid #fff; }
.detail_tab li.tab_open a { color: #1a1a1a; }

.productDetail { margin: 0 0 100px; }
.productDetail .edibot-product-detail { width: 1000px; max-width: 100%; margin: 0 auto; }
.productDetail img { max-width: 100%; height: auto; }
.productDetail .edb-img-tag-w img { width: 100%; }
.productPanel { display: none; margin: 0 0 100px; }
.productPanel.active { display: block; }

/* -- 후기 / 문의 게시판 -- */
.board_title { display: flex; justify-content: space-between; align-items: center; margin: 0 0 40px; }
.board_title h2 { font-size: 20px; font-weight: 700; }
.board_title .ec-base-button { display: flex; gap: 10px; }
.btnNormalFix {
  display: inline-block;
  width: 110px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #d6d6d6;
  box-sizing: border-box;
  font-size: 13px;
  text-align: center;
  color: #000;
  background: #fff;
  transition: border-color .2s linear;
}
.btnNormalFix:hover { border-color: #000; }
.nodata { padding: 56px 0; color: #6d6d6d; text-align: center; border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; }

/* -- 배송/교환/환불 안내 -- */
.detail_guide { display: flex; flex-wrap: wrap; }
.detail_guide .ec-base-fold.theme1 { width: 50%; }
.detail_guide .ec-base-fold.theme1 > .title { border-top: 1px solid #000; cursor: default; }
.detail_guide .ec-base-fold.theme1 > .title h2 { padding: 25px 0; font-size: 20px; font-weight: normal; }
.detail_guide .ec-base-fold > .contents { display: block; background: #fff; padding: 0 30px 60px 0; }
.detail_guide .ec-base-fold .info { color: #6d6d6d; line-height: 22px; font-size: 13px; }
.detail_guide .ec-base-fold .info ul,
.detail_guide .ec-base-fold .info ol { padding-left: 0; }
.detail_guide .ec-base-fold .info li { line-height: 22px; }

.footer_margin { margin-top: 100px; }

/* ==========================================================================
   FOOTER
   ========================================================================== */
#footer { width: 100%; margin: 0 auto; padding: 0; background: #f5f5f5; overflow: hidden; }
#footer .inner {
  max-width: 1760px;
  width: 92%;
  margin: 0 auto;
  padding: 100px 0 70px;
  color: #1a1a1a;
  display: flex;
  flex-direction: column;
}
#footer .pdr10 { padding-right: 10px; }
#footer .bt_logo { margin-bottom: 50px; font-size: 40px; display: flex; }
#footer .bt_logo a { display: flex; justify-content: flex-start; align-items: center; }
#footer .bt_logo img { max-width: 400px; max-height: 60px; }
#footer .bt_util { margin-bottom: -16px; position: relative; z-index: 2; }
#footer .bt_util ul { display: flex; }
#footer .bt_util ul li { margin: 0 0 0 9px; padding: 0 0 0 10px; }
#footer .bt_util ul li:first-child { padding: 0; margin: 0; }
#footer .bt_util ul li a { display: block; font-size: 14px; font-weight: 400; color: #1a1a1a; line-height: 1; white-space: nowrap; }
#footer .bt_util ul li a strong { font-weight: 500; }
#footer .bt_wrap { display: flex; justify-content: space-between; margin-bottom: 50px; }
#footer .bt_info { margin-top: 50px; }
#footer .bt_info .title { font-size: 14px; font-weight: 700; color: #1a1a1a; line-height: 2; margin-bottom: 10px; }
#footer .bt_info_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 500px;
  font-size: 12px;
  font-weight: 400;
  color: #1a1a1a;
  line-height: 2;
}
#footer .bt_info_list > div { margin: 0 10px 0 0; }
#footer .bt_info_list > div span:first-child { font-weight: 600; }
#footer .bt_info_list a { font-size: 12px; color: #1a1a1a; line-height: 2; }
#footer .bt_cscenter { margin-left: auto; }
#footer .bt_cscenter .title { font-size: 14px; font-weight: 700; margin-bottom: 10px; line-height: 2; }
#footer .bt_cscenter .bt_txt01 { font-size: 12px; color: #1a1a1a; margin-bottom: 10px; line-height: 2; }
#footer .bt_cscenter .bt_txt02 { font-size: 12px; color: #3a3a3a; margin-bottom: 10px; line-height: 2; }
#footer .bt_cscenter .bt_txt01 > strong { font-weight: 600; }
#footer .bt_cscenter .bt_txt02 > strong { font-weight: 600; display: block; }
#footer .bt_bank { margin-left: 90px; }
#footer .bt_bank .title { font-size: 14px; font-weight: 700; margin-bottom: 10px; line-height: 2; }
#footer .bt_bank .title_sub { font-size: 12px; color: #3a3a3a; line-height: 2; }
#footer .bt_bank .title_sub > strong { font-weight: 600; }
#footer .bt_bank .bt_txt02 { font-size: 12px; color: #3a3a3a; line-height: 2; }
#footer .bt_wrap2 { padding-top: 50px; border-top: 1px solid #dadada; display: flex; justify-content: space-between; }
#footer .bt_copyright { font-size: 12px; color: #a8a8a8; line-height: 1.6; }
#footer .bt_sns { display: flex; align-items: center; }
#footer .bt_sns .title { font-size: 14px; font-weight: 700; color: #1a1a1a; }
#footer .bt_sns a { margin-left: 10px; font-size: 0; display: block; padding: 0 10px; }
#footer .bt_sns a:last-child { padding-right: 0; }
#footer .bt_sns a svg { height: 20px; width: auto; }
#footer .bt_sns a svg path { fill: #ababab; transition: fill .3s; }
#footer .bt_sns a:hover svg path { fill: #111; }

/* ==========================================================================
   BOTTOM NAV (mobile)
   ========================================================================== */
.bottom-nav {
  display: none;
  z-index: 901;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 52px;
  transform: translate3d(0, 0, 0);
  transition: transform .3s linear;
}
.bottom-nav__tabBar {
  display: flex;
  justify-content: space-between;
  height: 52px;
  padding: 14px 26px 0;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 -1px 0 #ececec;
}
.bottom-nav__tabBar li a,
.bottom-nav__tabBar li button {
  position: relative;
  display: block;
  width: 24px; height: 24px;
  font-size: 1px;
  line-height: 1px;
  color: transparent;
  text-indent: 150%;
  white-space: nowrap;
  overflow: hidden;
}
.bottom-nav__top {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: -72px;
  right: 16px;
  transition: .5s;
}
.bottom-nav__top--show { opacity: 1; visibility: visible; }
.bottom-nav__top a {
  background-color: #fff;
  border: 1px solid #dadada;
  box-sizing: border-box;
  border-radius: 50%;
  width: 40px; height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ==========================================================================
   RESPONSIVE — Tablet & Mobile (≤1024)
   ========================================================================== */
@media all and (max-width: 1024px) {
  .display_pc_only { display: none !important; }
  .RTMB { display: block; }
  .bottom-nav { display: block; }

  #header .inner { width: 92%; }
  #header .top_nav_box { height: 65px; align-items: center; justify-content: space-between; }
  #header .top_nav { display: flex; order: 1; }
  #header .top_nav .eNavFold { height: 65px; }
  #header .top_logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    height: auto;
    flex-basis: 80%;
    order: 2;
    overflow: hidden;
  }
  #header .top_logo a { justify-content: center; font-size: 25px; }
  #header .top_logo img { max-width: 200px; max-height: 30px; }
  #header .menu-main { display: none; }
  #header .top_mypage { order: 3; height: 65px; margin: 0; }
  #header .top_mypage a { display: none; }
  #header .top_mypage a.eSearch { display: flex; height: 100%; margin-right: -4px; }
  #header .top_mypage a.eSearch svg { width: 28px; }

  #aside { left: -80%; width: 80%; }
  #aside .navigation_member { padding: 45px 0 23px; }
  #aside .navigation-menu { padding: 30px 4%; }
  #aside .navigation_state { margin: 23px auto 0; }
  #aside .navigation-menu__category li,
  #aside .navigation-menu__board ul li { margin: 10px 0; }
  #aside .navigation-menu__category .view,
  #aside .navigation-menu__board ul li a,
  #aside .navigation-menu__board .title { font-size: 15px; }
  #aside .btnClose .icoClose::before { height: 18px; margin-top: -9px; }
  #aside .btnClose .icoClose::after { width: 18px; margin-left: -9px; }
  #aside .slide_line { margin: 20px 0 18px; }

  #searchBarForm .searchheader { padding: 28px 0; }
  #searchBarForm .inputTypeText { font-size: 16px; }
  #searchBarForm .btnClose { top: 24px; }

  .main_product_tab { width: 100%; overflow-x: auto; margin: 0 auto 30px; padding-bottom: 5px; }
  .main_product_tab li { margin: 16px 10px; }
  .main_product_tab li .button { font-size: 17px; letter-spacing: 1px; }
  .main_product_tab li .button::after { bottom: -5px; }

  .ec-base-product .prdList { margin: 0 -5px; }
  .ec-base-product .prdList .prdList__item { margin: 0 5px; }
  .ec-base-product .prdList > li { margin: 0 0 35px; }
  .ec-base-product .prdList.grid3 > li,
  .ec-base-product .prdList.grid4 > li { width: 50%; }
  .ec-base-product .prdList .icon__box { display: none; }
  .ec-base-product .prdList .description { margin: 12px 0 0; }

  .titleArea { padding: 30px 0 24px; }
  .titleArea h2 { font-size: 22px; }
  .prd-function { margin: 20px 0 24px; }

  .xans-product-detail .imgArea { display: block; width: 100%; }
  .xans-product-detail .imgArea .listImg li { width: 94px; }
  .xans-product-detail .infoArea { display: block; width: 100%; margin: 24px 0 0; position: relative; }
  .xans-product-detail .headingArea h1 { font-size: 22px; }
  #totalProducts tbody td { padding: 15px 0; }
  .action_button { flex-wrap: wrap; }
  .action_button .btnSubmit { flex: none; width: 100%; margin-bottom: 12px; }
  .action_button .btnNormal { flex: 1; height: 66px; padding: 23px 0; }
  .action_button [class^='btn'] + [class^='btn'] { margin-left: 0; }
  .action_button .actionWish { margin-left: 12px !important; }
  .detail_tab { display: none; }
  .productDetail { margin: 30px 0 40px; }
  .detail_guide .ec-base-fold.theme1 { width: 100%; }
  .detail_guide .ec-base-fold > .contents { padding: 0 0 40px; }
  .detail_guide .ec-base-fold.theme1 > .title h2 { padding: 20px 0; font-size: 16px; }
  .board_title h2 { font-size: 17px; }
  .btnNormalFix { width: 90px; }
  .tabProduct { display: flex; margin: 30px 0 0; border-bottom: 1px solid #111; }
  .tabProduct li { flex: 1; }
  .tabProduct li a { display: block; height: 46px; line-height: 46px; text-align: center; font-size: 13px; color: #9a9a9a; }
  .tabProduct li.selected a { color: #1a1a1a; font-weight: 500; }

  #footer { padding-bottom: 80px; }
  #footer .inner { padding: 40px 0 0; }
  #footer .bt_logo { margin-bottom: 40px; }
  #footer .bt_logo img { max-width: 200px; max-height: 30px; }
  #footer .bt_util { margin-bottom: 0; }
  #footer .bt_util ul { flex-wrap: wrap; }
  #footer .bt_util ul li { margin: 0 10px 10px 0; padding: 0; }
  #footer .bt_util ul li:first-child { margin: 0 10px 10px 0; }
  #footer .bt_util ul li a { font-size: 13px; font-weight: 300; }
  #footer .bt_wrap { flex-direction: column; justify-content: flex-start; margin-bottom: 0; }
  #footer .bt_info { order: 1; margin: 40px 0 0; }
  #footer .bt_cscenter { order: 2; margin: 40px 0 0; }
  #footer .bt_bank { order: 3; margin: 30px 0 0; }
  #footer .bt_info .title,
  #footer .bt_cscenter .title,
  #footer .bt_bank .title { margin-bottom: 10px; font-size: 16px; }
  #footer .bt_info_list { line-height: 1.8; font-size: 13px; word-break: keep-all; }
  #footer .bt_info_list a { font-size: 13px; }
  #footer .bt_cscenter .bt_txt01,
  #footer .bt_cscenter .bt_txt02,
  #footer .bt_bank .bt_txt02 { font-size: 13px; line-height: 1.6; }
  #footer .bt_wrap2 {
    padding-top: 40px;
    margin-top: 40px;
    flex-direction: column-reverse;
    justify-content: flex-start;
    word-break: keep-all;
    border-top: 1px solid #ebebeb;
  }
  #footer .bt_copyright { font-size: 13px; }
  #footer .bt_sns { margin-bottom: 30px; }
  #footer .bt_sns a { padding: 0 6px; }
  #footer .bt_sns a:first-child { margin-left: -10px; }
}

@media all and (max-width: 767px) {
  .smart-banner .pager { bottom: 12px; gap: 9px; }
  .smart-banner .pager button { width: 7px; height: 7px; }
  .xans-product-detail .imgArea .listImg li { width: 64px; }
  .action_button .btnSubmit,
  .action_button .btnNormal { height: 56px; padding: 19px 0; font-size: 15px; }
  /* 위 56px 는 복원본이 추가한 규칙이라 원본값(line-height:66px)인 sub_sold 와 어긋난다. 같이 맞춘다. */
  .action_button .sub_sold { line-height: 56px; font-size: 15px; }
  .guideBox { font-size: 13px; }
}
