/* BASIC css start */
/* 기본 상단 (doch.cc 스타일: 로고 단독 큰 줄 + 카테고리/검색 줄, 전체 흰색 통일) */
#header { width:100%; position: relative; background:#fff; } 
#header .headerBottom { position:relative; padding: 0 24px; display: flex; justify-content: space-between; align-items: center; } 
#header .main-icon {display:none;}
#header h1 { } 
#header h1 a { display:inline-block; } 
#header h1 a img { width: 160px; height: auto; } 
#header .headerBottomLeft { } 
#header .headerBottomRight { display: none; gap: 8px; align-items: center; float:right; }
#header .headerBottomRight a { color:#7d7d7d; } 
#header .headerBottomRight .cart { position:relative; } 
#header .headerBottomRight .cart sup { width: 16px; height: 16px; background-color: var(--point-color2); color:#fff; border-radius: 100%; position:absolute; top: 1px; right: -3px; text-align: center; line-height: 16px; } 

/* 상단 얇은 유틸 라인 (배경 없이, 헤더 전체와 같은 흰색) */
#header .headerUtil { background:#fff; }
#header .headerUtil ul { max-width: 1464px; width:100%; margin: 0 auto; padding: 4px 24px 0; box-sizing: border-box; display: flex; justify-content: flex-end; gap: 14px; }
#header .headerUtil li { position: relative; }
#header .headerUtil li::after { content:''; width:1px; height:9px; background:#d9d9d9; position:absolute; top:50%; transform:translateY(-50%); right:-7px; }
#header .headerUtil li:last-child::after { content:unset; }
#header .headerUtil li a { display:block; font-size: 12px; font-weight: 400; color:#8a8a8a; white-space:pre; }
#header .headerUtil li a:hover { color:#000; }

/* 로고 단독 라인: doch처럼 로고만 크게, 한 줄 전체 사용 (실제 텍스트 로고) */
#header .headerLogoRow { background:#fff; position:relative; z-index:2; }
#header .headerLogoRow .headerLogoRowInner { position:relative; max-width: 1464px; width:100%; height:67px; margin:0 auto; padding: 0 24px; box-sizing:border-box; display:flex; align-items:center; overflow:visible; }
#header .headerLogoRow .logo { position:absolute; left:54px; top:-63px; z-index:5; pointer-events:none; }
#header .headerLogoRow .logo .logo-img { display:block; pointer-events:none; }
#header .headerLogoRow .logo .logo-img img { height:180px; width:auto; display:block; }
#header .headerLogoRow .logo .logo-hit { position:absolute; left:0; top:63px; width:220px; height:67px; z-index:6; pointer-events:auto; }
#header .logo-text a { display:inline-block; font-family:'Playfair Display', serif; font-size:38px; font-weight:600; letter-spacing:2px; color:#000; line-height:1; }
#header .logo-text-white a { color:#fff; }

/* 네비게이션 라인: 카테고리 + 검색/장바구니 */
#header .headerMain { background:#fff; border-bottom: 1px solid #ededed; }
#header .headerMain .headerMainInner { display:flex; align-items:center; justify-content:space-between; gap: 36px; margin:0 auto; position:relative; max-width: 1464px; width: 100%; padding: 8px 24px; box-sizing:border-box; }

#header .headerMain .headerGnb { flex: 1 1 auto; min-width:0; align-self: stretch; display:flex; align-items:center; }
#header .headerMain .headerGnb .gnbInner { height:100%; width:100%; display:flex; align-items:center; }
#header .headerMain .headerGnb .gnbInner .cate1_wrap { display: flex; justify-content: flex-start; align-items: stretch; gap: 46px; flex-wrap: nowrap; height:100%; margin-left:60px !important; }
#header .headerMain .headerGnb .gnbInner .cate1_wrap:after { display:block; clear:both; content:'' }
#header .headerMain .headerGnb .gnbInner .cate1_wrap > li { position:relative; display:flex; align-items:center; }
#header .headerMain .headerGnb .gnbInner .cate1_wrap > li.has-children:after { content:''; position: absolute; top: 100%; left: -15px; right: -15px; height: 14px; background: transparent; z-index: 5; }
#header .headerMain .headerGnb .gnbInner .cate1_wrap > li a { display:flex; align-items:center; height:100%; font-size:16px; font-weight: 700 !important; color: #222 !important; white-space:nowrap; overflow: hidden; letter-spacing: -0.2px; opacity:1 !important; transition: opacity 0.6s ease !important; }
#header .headerMain .headerGnb .gnbInner .cate1_wrap > li a:hover { opacity:0.35 !important; transition: opacity 0.6s ease !important; }
#header .headerMain .headerGnb .gnbInner .cate2_wrap { display:none; position: absolute; top: 100%; left: -15px; width: 264px; background: #fff; border: 1px solid #000; box-sizing: border-box; padding: 10px 0; z-index:10;}
#header .headerMain .headerGnb .gnbInner .cate1_wrap > li.has-children:hover .cate2_wrap { display:block !important; }
#header .headerMain .headerGnb .gnbInner .cate2_wrap li.has-children:hover .cate3_wrap { display:block !important; }
#header .headerMain .headerGnb .gnbInner .cate2_wrap li { padding: 0 16px; }
#header .headerMain .headerGnb .gnbInner .cate2_wrap li a { font-size:14px; font-weight:400; height: 36px; line-height:36px; padding: 0; display: flex; justify-content: space-between; align-items: center; }
#header .headerMain .headerGnb .gnbInner .cate2_wrap li a img { display:none }
#header .headerMain .headerGnb .gnbInner .cate2_wrap > li:hover > a { color:#000; font-weight:600; }
#header .headerMain .headerGnb .gnbInner .cate2_wrap > li:hover > a img { display:block; }
#header .headerMain .headerGnb .gnbInner .cate3_wrap { display: none; position: absolute; top: -1px; left: 262px; width: 264px; background: #fff; border: 1px solid #000; padding: 10px 16px; box-sizing: border-box; min-height: auto; overflow: hidden; }
#header .headerMain .headerGnb .gnbInner .cate3_wrap li a { color: #929292; font-size:14px; }
#header .headerMain .headerGnb .gnbInner .cate3_wrap > li:hover > a { color:#000; font-weight:600; }

#header .headerMain .headerRight { flex-shrink:0; display:flex; align-items:center; gap: 22px; margin-right:58px; }
#header .headerMain .headerRight .searchArea .search { position:relative; width: 245px; height: 38px; border-bottom: 1px solid #000; }
#header .headerMain .headerRight .searchArea .search input { border: none; background:#fff; width: 100%; height: 36px; font-size: 14px; font-weight: 400; color: #222; }
#header .headerMain .headerRight .searchArea .search input::placeholder { color:#9c9c9c; }
#header .headerMain .headerRight .searchArea .search a { display:block; position:absolute; top: 50%; right:0; transform: translateY(-50%); }
#header .headerMain .headerRight .searchArea .search a svg { width:22px; height:22px; }
#header .headerMain .headerRight .ic-btn { display:flex; align-items:center; justify-content:center; color:#222; cursor:pointer; }
#header .headerMain .headerRight .ic-btn svg { width:24px; height:24px; display:block; }
#header .headerMain .headerRight .ic-btn:hover { color:#000; }
#header .headerMain .headerRight .cart.ic-btn { position:relative; }
#header .headerMain .headerRight .cart.ic-btn sup { width: 17px; height: 17px; background-color: var(--point-color2); color:#fff; border-radius: 100%; position:absolute; top: -7px; right: -8px; text-align: center; line-height: 17px; font-size:10px; }

.history_back {display:none;}
.history_back img {width:12px;}
.history_back .detail-icon {display:none;}


/* 메인 전용 상단 */
#main_header { display:none; width:100%; position: fixed; top: 0; background: transparent; z-index: 99; } 
#main_header.fixed {background: #fff;} 
#main_header .headerBottom { position:relative; padding: 0 24px; display: flex; justify-content: space-between; align-items: center; } 
#main_header .headerBottom h1 { display:block; } 
#main_header .headerBottom h1 a { display:inline-block; } 
#main_header .headerBottom h1.logo a { font-family:'Playfair Display', serif; font-size:26px; font-weight:600; letter-spacing:1.5px; color:#fff; line-height:1; }
#main_header .headerBottom h1.fixed-logo {display:none;}
#main_header .headerBottom h1.fixed-logo a { display:inline-block; }
#main_header .headerBottom h1.fixed-logo a img { height:34px; width:auto; }
#main_header.fixed .headerBottom h1.fixed-logo {display:block;}
#main_header.fixed .headerBottom h1.logo {display:none;}
#main_header .headerBottom .headerBottomLeft { } 
#main_header .headerBottom .headerBottomRight { display: flex; gap: 8px; align-items: center; } 
#main_header .headerBottom .headerBottomRight a { color:#7d7d7d; } 
#main_header .headerBottom .headerBottomRight .cart { position:relative; } 
#main_header .headerBottom .headerBottomRight .cart sup { width: 16px; height: 16px; background-color: var(--point-color2); color:#fff; border-radius: 100%; position:absolute; top: 1px; right: -3px; text-align: center; line-height: 16px; } 


/* 분류, 상세 전용 상단 */
.headerBottomCenter { position: absolute; top:19px; left: 56px; font-size:18px; font-weight:700; line-height: 1; display:none;}


/* 햄버거 메뉴 */
aside { position:fixed; width: 100%; height:100%; top: 0; right:0; bottom:0; background-color:#fff; overflow-y:auto; -webkit-overflow-scrolling: touch; z-index:1001; display:none; } 
aside .asideTop { text-align: left; padding: 13px 24px; background: #f8f8f8; border-bottom: 1px solid #f0f0f0; } 
aside .asideTop .ham_close { position: absolute; top: 20px; right: 15px; } 
aside .asideTop .ham_close img { width:18px; } 
aside .asideTop h1 { color: #fff; font-size: 18px; font-weight: 400; } 
aside .asideTop h1 b { font-weight:800; } 
aside .asideTop h1 a { color: #fff; } 
aside .asideTop h1 a img { width:12px; } 
aside .asideTop p { position: relative; font-size: 12px; font-weight: 400; color: #fff; } 
aside .asideTop p a { position: absolute; right: 0; font-size: 12px; font-weight: 400; color: #fff; } 
aside .asideTop p a img { vertical-align: baseline; margin-left: 5px; } 
aside .asideTop .headerBottom { position:relative; display: flex; justify-content: space-between; align-items: center; } 
aside .asideTop .headerBottom .headerBottomRight .user_menu {position: relative;font-size: 14px;font-weight: 400;color: #717171;margin-right: 23px;display: flex;justify-content: center;align-items: center;gap: 20px;} 
aside .asideTop .headerBottom .headerBottomRight .user_menu a{position:relative;color: #717171;font-size: 14px;font-weight: 400;}
aside .asideTop .headerBottom .headerBottomRight .user_menu a:before { content:''; position: absolute; top: 50%; left: -10px; transform: translateY(-50%); width:1px; height:10px; background:#ddd; } 
aside .asideTop .headerBottom .headerBottomRight .user_menu a:first-child:before { content:unset; } 
aside .asideTop .headerBottom .headerBottomRight .user_menu a.logout{border-bottom:1px solid #717171;}
aside .asideTop .headerBottom .headerBottomRight { display:flex; align-items: center; gap: 8px; } 
aside .asideTop .headerBottom .headerBottomRight .cart sup { width: 16px; height: 16px; background-color: var(--point-color2); color:#fff; border-radius: 100%; position:absolute; top: 1px; right: -3px; text-align: center; line-height: 16px; } 
aside .navCategory { position: relative; } 
aside .navCategory ul {position: relative;height: 100vh;} 
aside .navCategory ul li { display: flex; } 
aside .navCategory ul li.act > a { color: #fff; background: #000; } 
aside .navCategory ul > li > a {display: inline-block;width: 120px;font-size: 14px;font-weight: 400;padding: 12px 24px;box-sizing: border-box;color: #a0a0a0;} 
aside .navCategory ul > li > dl.cate2 {display: none;position: absolute;top: 0;left: 120px;width: calc(100% - 120px);overflow: scroll;height: 100%;border-left: 1px solid #f0f0f0;} 
aside .navCategory ul > li > dl.cate2 > dd > a { position: relative; display: block; padding: 12px 45px 12px 24px; box-sizing: border-box; font-size: 14px; font-weight: 400; color: #131313; } 
aside .navCategory ul > li > dl.cate2 > dd > a img { position: absolute; top: 0; right: 0; display: inline-block; padding: 15px; } 
aside .navCategory ul li dl dd ol.cate3 { display: none; flex-wrap: wrap; border-bottom: 1px solid #fafafa; padding: 0 24px 12px; } 
aside .navCategory ul li dl dd ol.cate3 li { width: 50%; } 
aside .navCategory ul li dl dd ol.cate3 li a { display: block; padding: 12px 0; box-sizing: border-box; font-size: 13px; font-weight: 400; color: #a0a0a0; } 
aside .navCommunity { border-bottom: 8px solid #eee; } 
aside .navCommunity ul { display: flex; flex-wrap: wrap; } 
aside .navCommunity ul li { width: 33.3%; } 
aside .navCommunity ul li a { display: block; padding: 20px 0 20px 15px; line-height: 1; font-size: 12px; font-weight: 400; } 
aside .navRecent { } 
aside .navRecent ul { display: flex; gap: 9px; padding: 10px 15px; } 
aside .navRecent ul li { text-align: center; width: 33%; } 
aside .navRecent ul li a { display: block; line-height: 1; font-size: 12px; font-weight: 400; } 
aside .navRecent ul li a img { width:100%; border-radius: 10px; overflow: hidden; } 
aside .asideBottom { position: relative; } 
aside .asideBottom a { display: block; text-align: center; background: #eee; padding: 20.5px 0; line-height: 1; font-size: 12px; font-weight: 700; } 


/* 검색 레이어 */
.sch_layer { position:fixed; width: 100%; height:100%; top: -100vh; right:0; background-color:#fff; overflow-y:auto; transition:all .3s ease; -webkit-overflow-scrolling: touch; z-index: 1001;}
.sch_layer.on {top:0;}
.sch_layer .sch_close {position: absolute; top: 15px;right: 162px;}
.sch_layer .asideTop { text-align: left; padding: 13px 24px; background: #f8f8f8; border-bottom: 1px solid #f0f0f0; } 
.sch_layer .asideTop .ham_close { position: absolute; top: 20px; right: 15px; } 
.sch_layer .asideTop .ham_close img { width:18px; } 
.sch_layer .asideTop h1 { color: #fff; font-size: 18px; font-weight: 400; } 
.sch_layer .asideTop h1 b { font-weight:800; } 
.sch_layer .asideTop h1 a { color: #fff; } 
.sch_layer .asideTop .headerBottomLeft h1 a img { width:12px; } 
.sch_layer .asideTop p { position: relative; font-size: 12px; font-weight: 400; color: #fff; } 
.sch_layer .asideTop p a { position: absolute; right: 0; font-size: 12px; font-weight: 400; color: #fff; } 
.sch_layer .asideTop p a img { vertical-align: baseline; margin-left: 5px; } 
.sch_layer .asideTop .headerBottom { position:relative; display: flex; justify-content: space-between; align-items: center; } 
.sch_layer .asideTop .headerBottom .sch_close {right: auto; top: 5px;}
.sch_layer .asideTop .headerBottom .headerBottomRight { display:flex; align-items: center; gap: 8px; } 
.sch_layer .asideTop .headerBottom .headerBottomRight .cart sup { width: 16px; height: 16px; background-color: var(--point-color2); color:#fff; border-radius: 100%; position:absolute; top: 1px; right: -3px; text-align: center; line-height: 16px; } 
.sch_layer .asideTop .headerBottom .headerBottomCenter { position: absolute; left: 42px; } 
.sch_layer .asideTop .headerBottom .headerBottomCenter a { display:inline-block; } 
.sch_layer .asideTop .headerBottom .headerBottomCenter a img { width: 160px; height: auto; } 
.sch_layer .searchArea { margin: 60px auto 40px; padding: 0 24px; max-width:900px;}
.sch_layer .searchArea .search { position:relative; width:100%; height:40px; border-bottom:2px solid #000; } 
.sch_layer .searchArea .search input { border:none; background:#fff; width: 93%; height:38px; font-size: 16px; font-weight:400; color: #3f3f3f; padding: 0 0 0 18px; box-sizing: border-box; } 
.sch_layer .searchArea .search a { display:block; position:absolute; top:50%; right: 0; transform:translateY(-50%); } 
.sch_layer .searchArea .search a img { width: 30px; } 
.sch_layer .sch_cont { padding: 0 24px; display:flex; gap: 20px; max-width: 900px; margin: 0 auto;} 
.sch_layer .sch_cont .keyword_wrap { position:relative; width:300px;}
.sch_layer .sch_cont p { font-size: 16px; font-weight: 700; margin: 0 0 12px; color:#000; } 
.sch_layer .sch_cont .keyword_wrap .keyword_list { display:flex; flex-wrap:wrap; justify-content:flex-start; gap:6px; } 
.sch_layer .sch_cont .keyword_wrap .keyword_list a {display:inline-block;font-size: 16px;font-weight:400;line-height: 30px;color:#cc8542;background:#fff6ee;padding: 6px 15px;} 
.sch_layer .sch_cont .sch_bnr_wrap { position: relative; flex:1; } 
.sch_layer .sch_cont .sch_bnr_wrap p { } 
.sch_layer .sch_cont .sch_bnr_wrap a { display: block; width: 50%; } 
.sch_layer .sch_cont .sch_bnr_wrap a img { width: 100%; } 
.sch_layer .sch_cont .sch_bnr_wrap .sch_bnr_list { display: flex; gap: 6px; flex-direction: row; justify-content: space-between; align-items: center; width: 100%; } 


/* 하단 고정 메뉴 */
.ft_fixed_wrap { position:fixed; left:0; right:0; bottom:0; z-index: 1002; background:#fff; padding: 10px 0; border-top: 1px solid #e0e0e0; } 
.ft_fixed_wrap ul { display:flex; justify-content:space-around; align-items:center; } 
.ft_fixed_wrap ul li { text-align:center; width:20%; } 
.ft_fixed_wrap ul li a { display: inline-block; } 
.ft_fixed_wrap ul li a img { margin-bottom: 2px; } 
.ft_fixed_wrap ul li a p { white-space:pre; font-size: 9px; font-weight:400; line-height: 10.74px; color: #929292; } 


/* 스크롤 탑, 바텀 */
#quick_button { display:none; position: fixed; right: 0; bottom: 76px; z-index: 99; } 
#quick_button a { display: block; } 
#quick_button a img { max-width:32px; } 
#quick_button .go_top { } 
#quick_button .go_bottom { margin-top: -1px; } 


/* 고정 버튼 */
.floating-wrap { position: fixed; bottom: 60px; right: 2%; display: flex; flex-direction: column; z-index: 99; }
.floating-btns.toggle-show.show { opacity: 1; visibility: visible; }
.floating-btns.always-show { opacity: 1; visibility: visible; }
.floating-btns { opacity: 0; visibility: hidden; transition: opacity 0.3s ease; }
.floating-btns .floating-btn { width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--cw-color-20); background: var(--cw-color-white); }
.floating-btns .btn-smart-finder { background: #fff url("//skin.makeshop.co.kr/skin/rw_shop/images/icons/ico_smart_finder.svg") no-repeat center center / 16px 16px; }
.floating-btns .btn-go-top { background: #fff url("//skin.makeshop.co.kr/skin/rw_shop/images/icons/ico_arrow_expand.svg") no-repeat center center / 14px 14px; }


/* 다찾다 검색 파인더 - 레이어 */
.side-sfinder-overlay { z-index: 100; position: fixed; top: 0; left: 0; width: 100%; height: 100vh; opacity: 0; visibility: hidden; transition: opacity 0.3s ease; background: rgba(0, 0, 0, 0.7); }
.side-sfinder-overlay.active { opacity: 1; visibility: visible; }
.side-sfinder-wrap { z-index: 101; position: fixed; top: 0; right: -100%; width: var(--cw-size-360); max-width:100%; height: 100vh; padding-bottom: var(--cw-size-48); overflow-x: hidden; overflow-y: auto; -webkit-overflow-scrolling: touch; transition: right 0.3s ease; background: var(--cw-color-white); }
.side-sfinder-wrap.active { display: block; right: 0; }
.sfinder-header { z-index: 1; position: sticky; top: 0; display: flex; align-items: center; justify-content: space-between; padding: var(--cw-size-17) var(--cw-size-24); border-bottom: 1px solid var(--cw-color-30); background-color: var(--cw-color-white); }
.sfinder-header .sfider-title { font-size: var(--cw-size-18); font-weight: 700; line-height: var(--cw-size-26); }
.sfinder-header .side-sfinder-close { width: var(--cw-size-24); height: var(--cw-size-24); border: none; outline: none; background: url('//skin.makeshop.co.kr/skin/rw_shop/images/icons/ico_x.svg') no-repeat center center; filter: invert(59%) sepia(0%) saturate(413%) hue-rotate(281deg) brightness(115%) contrast(55%); }
.side-sfinder-list .option li { border-bottom: 1px solid var(--cw-color-30); }
.side-sfinder-list .option li .option-title { position: relative; padding: var(--cw-size-12) var(--cw-size-24); border-bottom: 1px solid var(--cw-color-20); font-size: var(--cw-size-16); font-weight: 700; line-height: var(--cw-size-24); cursor: pointer; }
.side-sfinder-list .option li .option-title::after { content: ""; display: block; position: absolute; top: 0; right: 0; transform: translate(calc(var(--cw-size-24) * -1), var(--cw-size-16)); width: var(--cw-size-16); height: var(--cw-size-16); background: url('//skin.makeshop.co.kr/skin/rw_shop/images/icons/ico_arrow_cheveron-down.svg') no-repeat center center; }
.side-sfinder-list .option li .option-title.on::after { background: url('//skin.makeshop.co.kr/skin/rw_shop/images/icons/ico_arrow_cheveron-up.svg') no-repeat center center; }
.side-sfinder-list .option li .option-title.on + .finder-subs { display: block; }
.side-sfinder-list .option li .finder-subs .class-none { display: flex; flex-wrap: wrap; gap: 4px; }
.side-sfinder-list .option li .finder-subs { display: none; padding: var(--cw-size-16) var(--cw-size-24); background-color: var(--cw-color-10); }
.side-sfinder-list .option li .finder-subs .form-check-label { display: grid; }
.side-sfinder-list .option li .finder-subs :where(.finder-category, .finder-size) { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--cw-size-4); }
.side-sfinder-list .option li .finder-subs :where(.finder-price) { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--cw-size-4); }
.side-sfinder-list .option li .finder-subs :where(.finder-color) { display: flex; flex-wrap: wrap; gap: var(--cw-size-8); }
.side-sfinder-list .option li .finder-subs .finder-options:not(.color-picker) { display: flex; align-items: center; justify-content: center; padding: var(--cw-size-8) var(--cw-size-16); border: 1px solid var(--cw-color-30); border-radius: var(--cw-size-24); font-size: var(--cw-size-12); line-height: var(--cw-size-16); word-break: break-all; background-color: var(--cw-color-white); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.side-sfinder-list .option li .finder-subs .finder-options:not(.color-picker).on { border-color: var(--cw-heading-color); font-weight: 700; box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25); }
.side-sfinder-list .option li .finder-subs .finder-option-color.color-picker { display: inline-flex; width: var(--cw-size-32); height: var(--cw-size-32); border-radius: var(--cw-size-50); text-indent: -9999px; }
.side-sfinder-list .option li .finder-subs .finder-option-color.color-picker.on::after { content: ""; display: inline-flex; width: 100%; height: 100%; background: url('//skin.makeshop.co.kr/skin/rw_shop/images/icons/ico_check.svg') no-repeat center;  background-size: var(--cw-size-20); }
.side-sfinder-list .option li .finder-subs .finder-option-color.color-picker:not(.finder-option-color-white).on::after { filter: invert(1) brightness(2); }
.side-sfinder-list .option li .finder-subs .finder-option-color.finder-option-color-black { background-color: #000; }
.side-sfinder-list .option li .finder-subs .finder-option-color.finder-option-color-white { background-color: #FFF; border: 1px solid var(--cw-color-30); }
.side-sfinder-list .option li .finder-subs .finder-option-color.finder-option-color-gray { background-color: #808080; }
.side-sfinder-list .option li .finder-subs .finder-option-color.finder-option-color-beige { background-color: #e5d0b2; }
.side-sfinder-list .option li .finder-subs .finder-option-color.finder-option-color-brown { background-color: #aa6810; }
.side-sfinder-list .option li .finder-subs .finder-option-color.finder-option-color-navy { background-color: #425583; }
.side-sfinder-list .option li .finder-subs .finder-option-color.finder-option-color-blue { background-color: #0000ff; }
.side-sfinder-list .option li .finder-subs .finder-option-color.finder-option-color-light-blue { background-color: #62acff; }
.side-sfinder-list .option li .finder-subs .finder-option-color.finder-option-color-red { background-color: #ff0000; }
.side-sfinder-list .option li .finder-subs .finder-option-color.finder-option-color-orange { background-color: #ffa500; }
.side-sfinder-list .option li .finder-subs .finder-option-color.finder-option-color-yellow { background-color: #ffff00; }
.side-sfinder-list .option li .finder-subs .finder-option-color.finder-option-color-pink { background-color: #ffc0cb; }
.side-sfinder-list .option li .finder-subs .finder-option-color.finder-option-color-purple { background-color: #800080; }
.side-sfinder-list .option li .finder-subs .finder-option-color.finder-option-color-jaju { background-color: #a63f7f; }
.side-sfinder-list .option li .finder-subs .finder-option-color.finder-option-color-khaki { background-color: #2f5e2f; }
.side-sfinder-list .option li .finder-subs .finder-option-color.finder-option-color-green { background-color: #008000; }
.side-sfinder-list .option li .finder-subs .finder-option-color.finder-option-color-light-green { background-color: #72dd95; }
.side-sfinder-list .option li .finder-subs .finder-option-color.finder-option-color-silver { background-color: #dfdfdf; }
.side-sfinder-list .option li .finder-subs .finder-option-color.finder-option-color-gold { background-color: #cfbc4e; }
.side-sfinder-list .option li .finder-subs .finder-option-color.finder-option-color-apricot { background-color: #fbceb1; }
.side-sfinder-list .option li .finder-subs .finder-price .finder-price-input { position: relative; grid-column: 1 / 3; display: flex; align-items: center; column-gap: var(--cw-size-4); padding-top: var(--cw-size-30); }
.side-sfinder-list .option li .finder-subs .finder-price .finder-price-input::before { content: "직접입력"; position: absolute; top: var(--cw-size-4); left: 0; display: block; font-size: var(--cw-size-14); font-weight: 700; line-height: var(--cw-size-20); }
.side-sfinder-list .option li .finder-subs .finder-price .finder-price-input label { display: flex; align-items: center; height: var(--cw-size-40); padding: 0 var(--cw-size-12); border: 1px solid var(--cw-color-30); border-radius: var(--cw-border-radius); font-size: var(--cw-size-14); background: var(--cw-color-white); }
.side-sfinder-list .option li .finder-subs .finder-price .finder-price-input label .cw-textfield { width: 100%; padding: 0; border: 0; text-align: right; }
.side-sfinder-list .option li .finder-subs .finder-search * { width: 100%; }
.side-sfinder-btns { z-index: 1; position: fixed; bottom: 0; display: grid; grid-template-columns: var(--cw-size-120) var(--cw-size-240); }
.side-sfinder-btns :where(.btn) { padding: 0; border-radius: 0; }
.side-sfinder-btns .btn-gray { border: 0; border-top: 1px solid var(--cw-color-30); }
.side-sfinder-btns .finder-count { color: var(--cw-point-color); }

/* PC */
@media (max-width: 1024px) {
    #header .headerMain .headerRight .searchArea .search {width:160px;}
    #header .headerMain .headerMainInner {gap:20px;}
    #header .headerMain .headerGnb .gnbInner .cate1_wrap {gap:18px;}
    #header .headerUtil ul {gap:10px;}
    #header .headerUtil li::after {display:none;}
    .sch_layer .sch_close {right:15px;}
}


/* 태블릿 모바일 */
@media (max-width: 768px) {
    #header .headerUtil.pc, #header .headerMain .headerGnb.pc, #header .headerMain .headerRight.pc {display:none;}
    #header .headerMain .headerMainInner {padding:0 24px;}
    #header .headerLogoRow .headerLogoRowInner {padding:14px 24px;}
    #header .headerLogoRow .logo .logo-img img {height:30px;}
    #header .logo-text a {font-size:22px;}
    #header .headerBottomRight {display:flex;}
    
    .sch_layer .searchArea {margin:15px auto 40px;}
    .sch_layer .searchArea .search input {font-size:12px; padding:0;}
    .sch_layer .sch_cont .keyword_wrap {width:100%;}
    .sch_layer .sch_cont .sch_bnr_wrap {width:100%;}
    .sch_layer .sch_cont {justify-content:space-between; flex-direction: column; align-items: flex-start;}
    .sch_layer .sch_cont .keyword_wrap .keyword_list a {font-size: 11px;line-height: 20px;padding: 4px 10px;} 
}

/* ORDN custom: 로고의 기존 레이아웃과 좌표는 변경하지 않음 */
/* 원래 유틸 영역 높이를 그대로 유지하여 로고의 세로 위치가 달라지지 않게 한다. */
#header > .headerUtil.pc ul { visibility:hidden; pointer-events:none; }

/* 검색창 바로 오른쪽 위의 주문조회/로그인/회원가입 */
#header .headerMain .headerRight .headerSearchWrap {
    position:relative;
    flex-shrink:0;
}
#header .headerMain .headerRight .headerUtilMoved {
    position:absolute;
    right:0;
    bottom:calc(100% + 7px);
    transform:translate(70px, -23px);
    z-index:4;
    white-space:nowrap;
}
#header .headerMain .headerRight .headerUtilMoved ul {
    display:flex;
    justify-content:flex-end;
    align-items:center;
    gap:29px;
    margin:0;
    padding:0;
}
#header .headerMain .headerRight .headerUtilMoved li {
    position:relative;
}
#header .headerMain .headerRight .headerUtilMoved li::after {
    content:'';
    position:absolute;
    top:50%;
    right:-15px;
    width:1px;
    height:9px;
    background:#d9d9d9;
    transform:translateY(-50%);
}
#header .headerMain .headerRight .headerUtilMoved li:last-child::after {
    content:none;
}
#header .headerMain .headerRight .headerUtilMoved a {
    display:block;
    color:#8a8a8a;
    font-size:14px;
    font-weight:500 !important;
    line-height:1.2;
}
#header .headerMain .headerRight .headerUtilMoved a:hover {
    color:#000;
}

/* 1차 카테고리 굵기 */
#header .headerMain .headerGnb .gnbInner .cate1_wrap > li > a {
    font-weight:600 !important;
}

@media (max-width:1024px) {
    #header .headerMain .headerRight .headerUtilMoved ul { gap:10px; }
    #header .headerMain .headerRight .headerUtilMoved li::after { display:none; }
}

/* force product image size */
.prd-img img,.thumbnail img,.item-img img{width:305px!important;height:305px!important;object-fit:cover!important;}

/* ORDN: 카테고리/검색/아이콘 행 스크롤 고정 */
@media screen and (min-width: 1024px) {
    #header.ordn-nav-fixed {
        padding-bottom: var(--ordn-nav-height, 0px);
    }

    #header.ordn-nav-fixed .headerMain {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        z-index: 1000 !important;
        background: #fff !important;
        border-bottom: 1px solid #ededed !important;
    }
}


/* ORDN: 고정바 진입 시 축소 로고를 레이아웃 위에 겹쳐 표시 */
@media screen and (min-width: 1024px) {
    #header .ordn-fixedbar-logo {
        display: none !important;
        position: absolute !important;
        left: -96px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        z-index: 3 !important;
        width: 135px !important;
        height: 72px !important;
        margin: 0 !important;
        overflow: hidden !important;
        align-items: center;
        justify-content: flex-start;
    }

    #header .ordn-fixedbar-logo img {
        display: block !important;
        width: auto !important;
        height: 59px !important;
        max-width: 135px !important;
        object-fit: contain !important;
    }

    #header.ordn-nav-fixed .ordn-fixedbar-logo {
        display: flex !important;
    }

    /* 로고가 나타나도 기존 카테고리·검색·아이콘 위치는 그대로 유지 */
    #header.ordn-nav-fixed .headerMain .headerMainInner {
        gap: 36px !important;
    }

    #header.ordn-nav-fixed .headerGnb {
        flex: 1 1 auto !important;
        min-width: 0 !important;
    }
}

/* ChatGPT spacing override */
#main .main-title,#main .main_title,.main-title,.main_title{margin:245px 0 !important;}
#main .main-section,.main-section{margin-top:245px!important;margin-bottom:245px!important;}

.consumer,.consumer_price,.price_consumer,.custom,.strike,.price .consumer{
color:#AAAAAA !important;
}

#header .sub-category,
#header .subcate,
#header .depth2,
#header .gnb-sub,
#header .category-sub{
min-width:auto!important;
width:max-content!important;
padding:10px 12px!important;
}
#header .sub-category li a,
#header .subcate li a,
#header .depth2 li a,
#header .gnb-sub li a,
#header .category-sub li a{
white-space:nowrap;
padding:8px 10px!important;
}


/* ORDN compact desktop category submenu */
@media screen and (min-width: 1024px) {
    #header .headerMain .headerGnb .gnbInner .cate2_wrap {
        left: 50% !important;
        width: 98px !important;
        min-width: 98px !important;
        transform: translateX(-50%) !important;
        padding: 8px 0 !important;
    }

    #header .headerMain .headerGnb .gnbInner .cate2_wrap > li {
        padding: 0 5px !important;
    }

    #header .headerMain .headerGnb .gnbInner .cate2_wrap > li > a {
        width: 100% !important;
        height: 34px !important;
        line-height: 34px !important;
        padding: 0 !important;
        justify-content: center !important;
        text-align: center !important;
        white-space: nowrap !important;
    }

    #header .headerMain .headerGnb .gnbInner .cate3_wrap {
        left: 96px !important;
        width: 98px !important;
        min-width: 98px !important;
        padding: 8px 5px !important;
    }
}










/* ORDN: 검색창 포커스 시 계속 깜빡이는 입력 커서 */
#header .ordn-inline-search-area .search fieldset {
    position: relative !important;
}

#header .ordn-inline-search-area .ordn-search-caret {
    display: none;
    position: absolute;
    left: 1px;
    top: 50%;
    width: 1px;
    height: 17px;
    background: #111;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 999;
    animation: ordnSearchCaretBlink 1s step-end infinite;
}

#header .ordn-inline-search-area .search:focus-within
.ordn-inline-search-input:placeholder-shown + .ordn-search-caret {
    display: block !important;
}

#header .ordn-inline-search-area .ordn-inline-search-input:focus:placeholder-shown {
    caret-color: transparent !important;
}

#header .ordn-inline-search-area .ordn-inline-search-input:focus:not(:placeholder-shown) {
    caret-color: #111 !important;
}

@keyframes ordnSearchCaretBlink {
    0%, 49% { opacity: 1; }
    50%, 100% { opacity: 0; }
}


/* Remove browser focus rectangle from search */
#header .ordn-inline-search-input,
#header .ordn-inline-search-input:focus,
#header .ordn-inline-search-input:active{
    outline:none !important;
    box-shadow:none !important;
    -webkit-appearance:none;
    appearance:none;
}

#header .ordn-inline-search-area .search,
#header .ordn-inline-search-area .search:focus-within{
    outline:none !important;
    box-shadow:none !important;
}


/* Hide browser clear (X) button in search input */
#header .ordn-inline-search-input::-webkit-search-cancel-button{
    -webkit-appearance:none !important;
    appearance:none !important;
    display:none !important;
}
#header .ordn-inline-search-input::-webkit-search-decoration{
    -webkit-appearance:none !important;
    display:none !important;
}
#header .ordn-inline-search-input::-ms-clear,
#header .ordn-inline-search-input::-ms-reveal{
    display:none !important;
    width:0;
    height:0;
}


/* ORDN: category order via CSS only — no JS, no loading loop */
#header .headerMain .headerGnb .gnbInner .cate1_wrap > li:nth-child(1) { order: 1; } /* BEST */
#header .headerMain .headerGnb .gnbInner .cate1_wrap > li:nth-child(5) { order: 2; } /* 1+1할인 */
#header .headerMain .headerGnb .gnbInner .cate1_wrap > li:nth-child(4) { order: 3; } /* 코디세트 */
#header .headerMain .headerGnb .gnbInner .cate1_wrap > li:nth-child(6) { order: 4; } /* 상의 */
#header .headerMain .headerGnb .gnbInner .cate1_wrap > li:nth-child(3) { order: 5; } /* 하의 */
#header .headerMain .headerGnb .gnbInner .cate1_wrap > li:nth-child(7) { order: 6; } /* 아우터 */
#header .headerMain .headerGnb .gnbInner .cate1_wrap > li:nth-child(2) { order: 7; } /* 패션잡화 */

/* Mobile category order */
aside .navCategory nav > ul {
    display: flex;
    flex-direction: column;
}
aside .navCategory nav > ul > li:nth-child(1) { order: 1; }
aside .navCategory nav > ul > li:nth-child(5) { order: 2; }
aside .navCategory nav > ul > li:nth-child(4) { order: 3; }
aside .navCategory nav > ul > li:nth-child(6) { order: 4; }
aside .navCategory nav > ul > li:nth-child(3) { order: 5; }
aside .navCategory nav > ul > li:nth-child(7) { order: 6; }
aside .navCategory nav > ul > li:nth-child(2) { order: 7; }

/* ORDN mobile redesign: keep the desktop visual system on phones */
@media screen and (max-width: 768px) {
    body { padding-top: 0 !important; }
    #header { position: relative !important; top:auto !important; z-index:100 !important; background:#fff !important; }
    #header .headerUtil.pc { display:none !important; }
    #header .headerLogoRow { display:block !important; border-bottom:0 !important; }
    #header .headerLogoRow .headerLogoRowInner {
        height:72px !important;
        padding:0 18px !important;
        display:flex !important;
        align-items:center !important;
        justify-content:center !important;
    }
    #header .headerLogoRow .logo {
        display:block !important;
        position:static !important;
        left:auto !important;
        top:auto !important;
        transform:none !important;
        pointer-events:auto !important;
        margin:0 auto !important;
    }
    #header .headerLogoRow .logo .logo-img img {
        width:auto !important;
        height:76px !important;
        max-width:190px !important;
        object-fit:contain !important;
    }
    #header .headerLogoRow .logo .logo-hit {
        inset:0 !important;
        width:100% !important;
        height:100% !important;
    }
    #header .history_back { display:none !important; }

    #header .headerMain { display:block !important; border-top:1px solid #ededed !important; border-bottom:1px solid #ededed !important; }
    #header .headerMain .headerMainInner {
        display:flex !important;
        flex-direction:column !important;
        align-items:stretch !important;
        gap:0 !important;
        padding:0 !important;
        max-width:none !important;
    }
    #header .headerMain .headerGnb.pc {
        display:block !important;
        width:100% !important;
        overflow-x:auto !important;
        overflow-y:hidden !important;
        -webkit-overflow-scrolling:touch;
        scrollbar-width:none;
        border-bottom:1px solid #ededed;
    }
    #header .headerMain .headerGnb.pc::-webkit-scrollbar { display:none; }
    #header .headerMain .headerGnb .gnbInner { display:block !important; width:max-content !important; min-width:100% !important; }
    #header .headerMain .headerGnb .gnbInner .cate1_wrap {
        display:flex !important;
        flex-direction:row !important;
        align-items:center !important;
        gap:26px !important;
        width:max-content !important;
        min-width:100% !important;
        height:48px !important;
        margin:0 !important;
        padding:0 18px !important;
        box-sizing:border-box !important;
    }
    #header .headerMain .headerGnb .gnbInner .cate1_wrap > li { flex:0 0 auto !important; height:48px !important; }
    #header .headerMain .headerGnb .gnbInner .cate1_wrap > li > a {
        display:flex !important;
        align-items:center !important;
        height:48px !important;
        font-size:13px !important;
        font-weight:700 !important;
        color:#222 !important;
        opacity:1 !important;
    }
    #header .headerMain .headerGnb .gnbInner .cate2_wrap,
    #header .headerMain .headerGnb .gnbInner .cate3_wrap { display:none !important; }

    #header .headerMain .headerRight.pc {
        display:flex !important;
        align-items:center !important;
        justify-content:space-between !important;
        width:100% !important;
        gap:12px !important;
        margin:0 !important;
        padding:10px 18px 12px !important;
        box-sizing:border-box !important;
    }
    #header .headerMain .headerRight .headerSearchWrap { flex:1 1 auto !important; min-width:0 !important; }
    #header .headerMain .headerRight .headerUtilMoved { display:none !important; }
    #header .headerMain .headerRight .searchArea .search {
        width:100% !important;
        height:36px !important;
    }
    #header .headerMain .headerRight .searchArea .search input {
        width:100% !important;
        height:34px !important;
        font-size:13px !important;
        padding-right:30px !important;
    }
    #header .headerMain .headerRight .ic-btn { flex:0 0 auto !important; }
    #header .headerMain .headerRight .ic-btn svg { width:22px !important; height:22px !important; }
    #header .headerMain .headerRight .pc-ham { display:flex !important; }
    #header .headerBottomRight.mo { display:none !important; }
    #main_header { display:none !important; }
}

/* ORDN mobile category strip alignment */
@media screen and (max-width: 768px) {
    #header .headerMain .headerGnb .gnbInner {
        width:max-content !important;
        min-width:0 !important;
        margin:0 !important;
        padding:0 !important;
    }
    #header .headerMain .headerGnb .gnbInner .cate1_wrap {
        justify-content:flex-start !important;
        width:max-content !important;
        min-width:0 !important;
        margin:0 !important;
        padding-left:4px !important;
        padding-right:16px !important;
        gap:24px !important;
        transform:none !important;
    }
    #header .headerMain .headerGnb .gnbInner .cate1_wrap > li:first-child {
        margin-left:0 !important;
    }
}

@media (max-width:1023px){
.prdList,.ec-base-product ul.prdList{row-gap:5px!important;}
.prdList>li,.ec-base-product .prdList>li{margin-bottom:5px!important;padding-bottom:0!important;}
}


/* Hide mobile fixed footer */
.ft_fixed_wrap.mo{display:none !important;}

#header .ordn-mobile-sticky-actions{display:none !important;}

/* ORDN mobile compact sticky header: shown only after the original search/icon row leaves the viewport */
@media screen and (max-width:768px){
    #header .ordn-mobile-sticky-actions{
        display:none !important;
    }

    #header.ordn-mobile-nav-fixed{
        min-height:178px !important;
    }

    #header.ordn-mobile-nav-fixed .headerLogoRow{
        position:fixed !important;
        top:0 !important;
        left:0 !important;
        right:0 !important;
        z-index:1002 !important;
        height:72px !important;
        background:#fff !important;
        border-bottom:0 !important;
        box-shadow:none !important;
    }

    #header.ordn-mobile-nav-fixed .headerLogoRow .headerLogoRowInner{
        position:relative !important;
        height:72px !important;
        padding:0 14px !important;
        display:flex !important;
        align-items:center !important;
        justify-content:center !important;
        box-sizing:border-box !important;
    }

    #header.ordn-mobile-nav-fixed .headerLogoRow .logo{
        position:absolute !important;
        left:50% !important;
        top:50% !important;
        transform:translate(-50%,-50%) !important;
        margin:0 !important;
        z-index:2 !important;
    }

    /* 고정 상태도 일반 모바일 로고 규격을 그대로 사용 */
    #header.ordn-mobile-nav-fixed .headerLogoRow .logo .logo-img img{
        width:auto !important;
        height:76px !important;
        max-width:190px !important;
        object-fit:contain !important;
    }

    #header.ordn-mobile-nav-fixed .ordn-mobile-sticky-actions{
        display:flex !important;
        position:absolute !important;
        inset:0 14px !important;
        align-items:center !important;
        justify-content:space-between !important;
        pointer-events:none !important;
        z-index:3 !important;
    }

    #header.ordn-mobile-nav-fixed .ordn-mobile-sticky-left,
    #header.ordn-mobile-nav-fixed .ordn-mobile-sticky-right{
        display:flex !important;
        align-items:center !important;
        gap:12px !important;
        pointer-events:auto !important;
    }

    #header.ordn-mobile-nav-fixed .ordn-mobile-sticky-actions a{
        position:relative !important;
        display:flex !important;
        align-items:center !important;
        justify-content:center !important;
        width:28px !important;
        height:40px !important;
        color:#111 !important;
        text-decoration:none !important;
    }

    #header.ordn-mobile-nav-fixed .ordn-mobile-sticky-actions svg{
        width:22px !important;
        height:22px !important;
        display:block !important;
    }

    #header.ordn-mobile-nav-fixed .ordn-mobile-cart-btn sup{
        position:absolute !important;
        top:4px !important;
        right:-3px !important;
        min-width:14px !important;
        height:14px !important;
        line-height:14px !important;
        padding:0 3px !important;
        border-radius:8px !important;
        background:#111 !important;
        color:#fff !important;
        font-size:9px !important;
        text-align:center !important;
        box-sizing:border-box !important;
    }

    #header.ordn-mobile-nav-fixed .headerMain{
        position:fixed !important;
        top:72px !important;
        left:0 !important;
        right:0 !important;
        z-index:1001 !important;
        background:#fff !important;
        border-top:1px solid #ededed !important;
        border-bottom:1px solid #ededed !important;
        box-shadow:0 2px 8px rgba(0,0,0,.04) !important;
    }

    #header.ordn-mobile-nav-fixed .headerMain .headerRight.pc{
        display:none !important;
    }

    #header.ordn-mobile-nav-fixed .headerMain .headerGnb.pc{
        border-bottom:0 !important;
    }
}


/* ORDN mobile floating Kakao + top buttons (desktop untouched) */
.ordn-mobile-floating-actions { display:none; }
@media (max-width:768px) {
    .ordn-mobile-floating-actions.mo {
        position:fixed;
        right:16px;
        bottom:18px;
        z-index:1005;
        display:flex !important;
        flex-direction:column;
        align-items:center;
        gap:8px;
        pointer-events:none;
    }
    .ordn-mobile-floating-actions a,
    .ordn-mobile-floating-actions button {
        pointer-events:auto;
        width:50px;
        height:50px;
        box-sizing:border-box;
        border-radius:50%;
        display:flex;
        align-items:center;
        justify-content:center;
        box-shadow:0 3px 12px rgba(0,0,0,.14);
        -webkit-tap-highlight-color:transparent;
    }
    .ordn-mobile-kakao {
        background:#FEE500;
        border:0;
        text-decoration:none;
        overflow:hidden;
    }
    .ordn-mobile-kakao img {
        display:block;
        width:100%;
        height:100%;
        object-fit:cover;
        border-radius:50%;
    }
    .ordn-mobile-go-top {
        padding:0;
        border:1px solid #e6e6e6;
        background:#fff;
        opacity:0;
        visibility:hidden;
        transform:translateY(6px);
        transition:opacity .2s ease, visibility .2s ease, transform .2s ease;
        cursor:pointer;
    }
    .ordn-mobile-go-top.is-visible {
        opacity:1;
        visibility:visible;
        transform:translateY(0);
    }
    .ordn-mobile-go-top span {
        width:10px;
        height:10px;
        border-top:1.5px solid #111;
        border-left:1.5px solid #111;
        transform:rotate(45deg) translate(2px,2px);
    }
}
@media (min-width:769px) {
    .ordn-mobile-floating-actions { display:none !important; }
}


/* ORDN desktop Kakao floating button */
.ordn-desktop-kakao { display:none; }
@media (min-width:769px) {
    .ordn-desktop-kakao.pc {
        position:fixed;
        right:24px;
        bottom:24px;
        z-index:1005;
        width:58px;
        height:58px;
        border-radius:50%;
        display:flex !important;
        align-items:center;
        justify-content:center;
        box-sizing:border-box;
        background:#FEE500;
        box-shadow:0 3px 12px rgba(0,0,0,.14);
        text-decoration:none;
        overflow:hidden;
    }
    .ordn-desktop-kakao img {
        display:block;
        width:100%;
        height:100%;
        object-fit:cover;
        border-radius:50%;
    }
}
@media (max-width:768px) {
    .ordn-desktop-kakao { display:none !important; }
}


/* BASIC css end */

