/* BASIC css start */
body{min-width:1300px;}

/* =========================================
   헤더 (W컨셉 스타일 2단 구조)
   ========================================= */
#header{width:100%; position:sticky; top:0; z-index:100; background-color:#fff; border-bottom:1px solid #eeeeee;}
#header .head_inner{width:auto; max-width:1840px; margin:0 auto; padding:0 40px; box-sizing:border-box;}

/* 상단 띠배너 */
#header .top_banner{background-color:#000; display:none;}
#header .top_banner.show{display:block;}
#header .top_banner .head_inner{position:relative;}
#header .top_banner .head_inner p{color:#fff; font-size:13px; text-align:center; padding:9px 0; font-weight:400; max-width:90%; margin:0 auto;}
#header .top_banner .head_inner a{display:block; position:absolute; right:40px; z-index:100; top:50%; transform:translateY(-50%);}

#header .header_cont{background-color:#fff;}
#header .header_cont .head_inner{position:relative;}
#header .header_cont ul{display:flex; align-items:center;}

/* 1단 : 로고 + 아이콘 (ABC마트 스타일 : 컴팩트) */
#header .hd_row1{display:flex; justify-content:space-between; align-items:center; padding:14px 0 6px; transition:padding .3s;}
#header .hd_row1 h1.logo a{display:block;}
#header .hd_row1 h1.logo img{display:block; height:38px; width:auto; transition:height .3s;}

/* 아이콘 + 하단 영문 라벨 */
#header ul.user_m{gap:20px;}
#header ul.user_m>li{position:relative;}
#header ul.user_m>li>a{display:flex; flex-direction:column; align-items:center; gap:3px; position:relative; line-height:1;}
#header ul.user_m svg{width:22px; height:22px; fill:none; stroke:#000; stroke-width:1.6; stroke-linecap:round; stroke-linejoin:round;}
#header ul.user_m .ico_txt{font-style:normal; font-size:10px; font-weight:500; color:#555; letter-spacing:.2px;}
#header ul.user_m>li>a:hover .ico_txt{color:#000;}

/* 장바구니 수량 (빨간 배지) */
#header ul.user_m>li.li_cart a span{display:inline-block; background-color:#e60012; color:#fff; min-width:15px; height:15px; padding:0 3px; box-sizing:border-box; text-align:center; border-radius:3px; line-height:15px; font-size:9px; font-weight:700; position:absolute; top:-3px; right:-6px;}

/* 마이 드롭다운 */
#header ul.user_m>li.my_btn:hover>ul.my_ul{display:flex;}
#header ul.user_m>li.my_btn ul.my_ul{width:100px; padding-top:10px; position:absolute; z-index:10; top:100%; left:50%; transform:translateX(-50%); display:none; flex-direction:column; gap:4px;}
#header ul.user_m>li.my_btn ul.my_ul li{width:100%;}
#header ul.user_m>li.my_btn ul.my_ul li a{padding:6px 0; display:block; width:100%; text-align:center; font-size:13px; border:1px solid #000; background:#fff;}
#header ul.user_m>li.my_btn ul.my_ul li:first-child a{background:#000; color:#fff;}

/* 2단 : 메뉴 + 검색 */
#header .hd_row2{display:flex; justify-content:space-between; align-items:center; padding:4px 0 12px;}
#header ul.cate_m{gap:22px;}
#header ul.cate_m>li>a{display:block; font-size:15px; font-weight:700; color:#000; letter-spacing:-0.2px; transition:color .15s;}
#header ul.cate_m>li:not(.li_ham):hover>a{color:#777;}

/* 강조 메뉴 컬러 */
#header ul.cate_m>li.c_red>a{color:#e60012;}
#header ul.cate_m>li.c_blue>a{color:#1a5cff;}
#header ul.cate_m>li.c_red:hover>a,
#header ul.cate_m>li.c_blue:hover>a{opacity:.7; color:inherit;}

/* 구분선 */
#header ul.cate_m>li.li_bar{width:1px; height:13px; background:#ccc; margin:0 -4px;}

/* 빨간 점 */
#header ul.cate_m>li.li_dot>a{position:relative;}
#header ul.cate_m>li.li_dot>a:after{content:""; position:absolute; top:-2px; right:-7px; width:4px; height:4px; border-radius:50%; background:#e60012;}

/* 햄버거 (테두리 없는 심플형) */
#header ul.cate_m>li.li_ham{margin-right:-2px;}
#header ul.cate_m>li.li_ham a{width:20px; height:16px; display:block; position:relative; transition:all .3s;}
#header ul.cate_m>li.li_ham a span{position:absolute; left:0; width:20px; height:2px; background-color:#000; border-radius:2px; transition:all .3s;}
#header ul.cate_m>li.li_ham a span:nth-of-type(1){top:0;}
#header ul.cate_m>li.li_ham a span:nth-of-type(2){top:7px;}
#header ul.cate_m>li.li_ham a span:nth-of-type(3){top:14px;}
#header ul.cate_m>li.li_ham a.active-1 span:nth-of-type(1){transform:translateY(7px) rotate(-45deg);}
#header ul.cate_m>li.li_ham a.active-1 span:nth-of-type(2){opacity:0;}
#header ul.cate_m>li.li_ham a.active-1 span:nth-of-type(3){transform:translateY(-7px) rotate(45deg);}

/* 둥근 테두리형 검색창 */
#header .li_search{width:300px;}
#header .li_search .search fieldset{position:relative; display:flex; align-items:center; height:36px; border:1px solid #d5d5d5; border-radius:18px; padding:0 14px; box-sizing:border-box; transition:border-color .2s;}
#header .li_search .search fieldset:focus-within{border-color:#000;}
#header .li_search .search fieldset input{flex:1; width:100% !important; height:34px !important; padding:0 30px 0 0 !important; font-size:13px; color:#000; background:none !important; border:none !important; outline:none; box-shadow:none;}
#header .li_search .search fieldset input::placeholder{color:#999;}
#header .li_search .search fieldset a.search_btn{position:absolute; right:12px; top:50%; transform:translateY(-50%); line-height:0;}
#header .li_search svg{width:19px; height:19px; fill:none; stroke:#000; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round;}
#header .li_search .search-auto-complete-list{top:40px; width:100%; box-sizing:border-box; border-radius:8px; overflow:hidden;}
#header .li_search .search-auto-complete-list ul{width:100%;}

/* =========================================
   스크롤 시 1줄 헤더로 전환 (ABC마트 스타일)
   - 띠배너·로고 숨김
   - 좌: 메뉴 / 우: 검색창 + 아이콘 한 줄 배치
   ========================================= */
#header.is-scrolled{box-shadow:0 2px 8px rgba(0,0,0,.06);}
#header.is-scrolled .top_banner{display:none !important;}
#header.is-scrolled .hd_row1 h1.logo{display:none;}
#header.is-scrolled .hd_row1{position:absolute; top:0; bottom:0; right:40px; padding:0; z-index:2;}
#header.is-scrolled .hd_row2{padding:12px 230px 12px 0;}
#header.is-scrolled .li_search{width:260px;}

/* 측면(햄버거) 메뉴 */
#asi_bg{background-color:rgba(0,0,0,0.45); position:fixed; width:100%; height:100%; z-index:99; top:0; transition:opacity .5s; display:none; opacity:0;}
#asi_bg.show1{display:block;}
#asi_bg.show2{opacity:1;}
#asi{position:absolute; width:100%; top:80%; background-color:#fff; z-index:100; opacity:0; display:none; transition:opacity .4s,top .4s; border-top:1px solid #eee;}
#asi.show1{display:block;}
#asi.show2{top:100%; opacity:1;}
#asi .head_inner{position:relative; padding:50px 40px;}
#asi .head_inner .asi_close{position:absolute; right:40px; top:50px;}
#asi .head_inner nav{padding-right:50px;}
#asi .head_inner nav ul.main_m{width:100%; display:flex; flex-wrap:wrap; gap:40px 0; max-height:400px; overflow-y:auto;}
#asi .head_inner nav ul.main_m>li{width:207px; padding-right:90px;}
#asi .head_inner nav ul.main_m>li>a{font-weight:700; font-size:17px; display:block;}
#asi .head_inner nav ul.sub_m{padding-top:15px;}
#asi .head_inner nav ul.sub_m>li{margin-bottom:10px;}
#asi .head_inner nav ul.sub_m>li>a{line-height:1.2; color:#999; transition:all .2s; font-weight:400; font-size:15px; display:inline-block;}
#asi .head_inner nav ul.sub_m>li>a:hover{text-decoration:underline; color:#000;}
#asi :is(*)::-webkit-scrollbar{width:3px; background-color:transparent;}
#asi :is(*)::-webkit-scrollbar-thumb{background-color:var(--main-color); border-radius:20px;}
#asi :is(*)::-webkit-scrollbar-track{background-color:rgb(243,243,243); border-radius:20px;}

/* 우측 고정 아이콘 */
#fix_icon{z-index:50; position:fixed; right:calc(50% - 890px); bottom:10%; opacity:0; transform:translateX(100px); transition:all .6s;}
#fix_icon.show{opacity:1; transform:translateX(0px);}
#fix_icon ul{display:flex; flex-direction:column; gap:10px;}
#fix_icon ul li a{display:block;}
#fix_icon ul li a img{transition:transform .2s}
#fix_icon ul li:hover img{transform:scale(1.15);}

/* 검색 자동완성 */
.search-auto-complete-list { display:none; z-index:1; position:absolute; top:40px; left:0; border:1px solid #ddd; border-top:1px solid #000; line-height:14px; background:#fff; }
.search-auto-complete-list ul { width:202px; padding:4px 0 6px; border-bottom:1px solid #ddd; }
.search-auto-complete-list ul li { text-align:left; }
.search-auto-complete-list ul li.on { background:#f3f3f3; }
.search-auto-complete-list ul li a { display:block; padding:8px 14px 7px; color:#000; background:none; font-size:13px; }
.search-auto-complete-list ul li a strong { color:#ab3e41; }
.search-auto-complete-list ul li a:hover { background:#f2f2f2; }
.search-auto-complete-list ul li a:hover span { border-bottom:1px solid #000; }
.search-auto-complete-list .search-list-close { display:block; padding:10px 11px; text-align:right; color:#999; font-size:11px; }


/* 다찾다 검색 파인더 */
#allfinder-layer { z-index: 9999; position: fixed; top: 50px; right: 110px; width: 1000px; zoom: 1; overflow: hidden; }
#allfinder-layer .finder-body { display:none; z-index:1; position: relative; width: 998px; *width:918px; padding:35px 40px 5px; max-height: 800px; overflow-x: hidden; overflow-y: auto; box-sizing: border-box; border:1px solid #666; background:#fff; }
#allfinder-layer .finder-body .finder-close { position: absolute; top: 15px; right: 10px; font-size:24px; color:#000; *width:19px; *height:24px; *background:url('/images/common/btn_h11_close.gif') no-repeat center center; *background-size:19px 24px; }
#allfinder-ctr { z-index: 10000; position: fixed; top: 50px; right: 0; width: 103px; height:86px; }
#allfinder-ctr a { display:block; width:100%; height:100%; background:url('/images/common/allfinder_ctrl_pc.png') no-repeat right top; border:none; outline:none; font-size:0; }

.all-finder-layer .finder-body .finder-tbl table { border:1px solid #ccc; border-top:1px solid #000; }
.all-finder-layer .finder-body .finder-tbl th, 
.all-finder-layer .finder-body .finder-tbl td { height: 40px; border-top: 1px solid #e5e5e5; font-size: 13px; font-family:'Malgun Gothic'; color: #000; }
.all-finder-layer .finder-body .finder-tbl tr:first-child th,
.all-finder-layer .finder-body .finder-tbl tr:first-child td { border-top:none; }
.all-finder-layer .finder-body .finder-tbl th { padding: 5px 0; background: #f4f4f4; text-align: left; vertical-align:top; }
.all-finder-layer .finder-body .finder-tbl th .txt-l { position:relative; height:34px; line-height:34px; padding: 0 20px; margin:3px 0; }
.all-finder-layer .finder-body .finder-tbl th .txt-l .fa { position:absolute; top:50%; right:15px; margin-top:-6px; }
.all-finder-layer .finder-body .finder-tbl th .txt-l .finder-tooltip-btn { display:inline-block; width:20px; height:20px; line-height:22px; border:1px solid #cecece; border-radius:20px; color:#666; font-size:11px; background:#fff; text-align:center; outline:none; }
.all-finder-layer .finder-body .finder-tbl th .txt-l .finder-comm-layer { display:none; position:absolute; top:33px; left:52px; width:270px; padding:0 20px 18px; border:1px solid #000; background:#fff; text-align:left; font-weight:normal; color:#000; z-index:1}
.all-finder-layer .finder-body .finder-tbl th .txt-l .finder-comm-layer .finder-btn-close { display:inline-block; position:absolute; top:14px; right:20px; margin:0; font-size:21px; color:#000; outline:none; *width:19px; *height:22px; *background:url('/images/common/btn_h11_close.gif') no-repeat center center; }
.all-finder-layer .finder-body .finder-tbl th .txt-l .finder-comm-layer .finder-layer-tit { padding:18px 0; border-bottom:1px solid #e5e5e5; font-size:15px; font-weight:bold; line-height:15px; }
.all-finder-layer .finder-body .finder-tbl th .txt-l .finder-comm-layer .finder-layer-cnt { padding-top:16px; line-height:1.5; font-size:13px; }
.all-finder-layer .finder-body .finder-tbl td { padding: 5px 10px; }
.all-finder-layer .finder-body .txt-input { height: 21px; line-height: 21px; padding: 0 5px; font-size: 13px; font-family:'Malgun Gothic'; }
.all-finder-layer .finder-body .finder-category { height:40px; overflow:hidden; }
.all-finder-layer .finder-body .finder-category.open { height:100%; overflow:visible; }
.all-finder-layer .finder-body tr.finder-child-category {display:none;}
.all-finder-layer .finder-body tr.finder-child-category th,
.all-finder-layer .finder-body tr.finder-child-category td { border-top:none; }
.all-finder-layer .finder-body tr.finder-child-category td { background:#fbfbfb; }
.all-finder-layer .finder-body tr.finder-child-category td .finder-category2 .finder-cate2 { display:inline-block; margin:3px 5px 3px 0; padding: 5px 10px; cursor:pointer; line-height:22px; vertical-align:top; word-break:break-all; color:#9a9a9a; }
.all-finder-layer .finder-body tr.finder-child-category td .finder-category2 .finder-cate2 .fa-check { display:none; }
.all-finder-layer .finder-body tr.finder-child-category td .finder-category2 .finder-cate2.on { font-weight:bold; color:#000; border:0; border-radius:0; box-shadow: unset; }
.all-finder-layer .finder-body tr.finder-child-category td .finder-category2 .finder-cate2.on .fa-check { display:inline-block; margin-right:3px; }

.all-finder-layer .finder-body .finder-color { padding-left:10px; }
.all-finder-layer .finder-body .finder-price .finder-price-input { display: inline-block; padding-top:5px}
.all-finder-layer .finder-body .finder-price .finder-price-input label { display: inline-block; width: 110px; padding: 0 10px; border: 1px solid #ccc; border-radius:3px; color: #666; }
.all-finder-layer .finder-body .finder-price .finder-price-input label .txt-input { display: inline-block; width: 90px; height: 29px; line-height: 29px; padding: 0; border: none; background: none; color: #333; text-align: right; }
.all-finder-layer .finder-body .finder-search { position:relative; padding-left:5px; }
.all-finder-layer .finder-body .finder-search label { display: inline-block; width: 320px; padding: 0 10px; border: 1px solid #ccc; border-radius:3px; }
.all-finder-layer .finder-body .finder-search label .txt-input { display: block; width:100%; height: 29px; line-height: 29px; padding: 0; border: none; background: none; color: #333; text-align: left; }
.all-finder-layer .finder-body .finder-btn-c { padding: 30px 0; text-align: center; }
.all-finder-layer .finder-body .finder-btn-c a.reset { display: inline-block; width: 140px; height: 60px; line-height: 57px; border:none; border-radius:3px; background: #999; color: #fff; font-size: 18px; font-weight: bold; letter-spacing: 1px; font-family:'Malgun Gothic'; margin-right:15px; }
.all-finder-layer .finder-body .finder-btn-c button { display: inline-block; height: 60px; line-height: 57px; padding:0 30px; *padding:0; border:none; border-radius:3px; background: #000; color: #fff; font-size: 18px; font-weight: bold; letter-spacing: -0.5px; font-family:'Malgun Gothic'; cursor:pointer; }
.all-finder-layer .finder-body .finder-btn-c button span.ico-search { visibility:visible; display:inline-block; width:16px; height:15px; margin-right:10px; margin-top:-4px; *margin-top:0; vertical-align:middle; background:url('/images/common/btn_h15_search.png') no-repeat 0 0; }
.all-finder-layer .finder-body .finder-btn-c button span.finder-count { visibility:visible; display:inline-block; height:60px; color:#ffd800; font-size:23px; *vertical-align:middle; }
.all-finder-layer .finder-body .finder-btn-c button span.finder-count-toggle { visibility:visible; display:none; }

.all-finder-layer .finder-body .finder-options { display:inline-block; margin:3px 5px 3px 0; padding: 5px 10px; cursor:pointer; line-height:22px; border: 1px solid #fff; vertical-align:top; word-break:break-all; }
.all-finder-layer .finder-body .finder-options.on { font-weight: bold; border: 1px solid #000; border-radius: 20px; box-shadow:2px 2px 3px #d2d2d2; }
.all-finder-layer .finder-body .finder-option-color em { display: inline-block; width: 22px; height: 22px; border-radius:20px; font-size:0; vertical-align:top; }
.all-finder-layer .finder-body .finder-option-color.color-picker { width:22px; height:22px; padding: 0; border: none; } 
.all-finder-layer .finder-body .finder-option-color.color-picker.on { border: none; }
.all-finder-layer .finder-body .finder-option-color.color-picker .fa-check { display:none; width:22px; height:22px; margin-top:-17px; color:#fff; text-align:center; }
.all-finder-layer .finder-body .finder-option-color.color-picker.on .fa-check { display:block; }
.all-finder-layer .finder-body .finder-option-color.color-picker.on.finder-option-color-white .fa-check { color:#000; }
.all-finder-layer .finder-body .finder-option-color.finder-option-color-black em { background-color: #000; }
.all-finder-layer .finder-body .finder-option-color.finder-option-color-white em { background-color: #FFF; width: 20px; height: 20px; border: 1px solid #e5e5e5; }
.all-finder-layer .finder-body .finder-option-color.finder-option-color-gray em { background-color: #808080; }
.all-finder-layer .finder-body .finder-option-color.finder-option-color-beige em { background-color: #e5d0b2; }
.all-finder-layer .finder-body .finder-option-color.finder-option-color-brown em { background-color: #aa6810; }
.all-finder-layer .finder-body .finder-option-color.finder-option-color-navy em { background-color: #425583; }
.all-finder-layer .finder-body .finder-option-color.finder-option-color-blue em { background-color: #0000ff; }
.all-finder-layer .finder-body .finder-option-color.finder-option-color-light-blue em { background-color: #62acff; }
.all-finder-layer .finder-body .finder-option-color.finder-option-color-red em { background-color: #ff0000; }
.all-finder-layer .finder-body .finder-option-color.finder-option-color-orange em { background-color: #ffa500; }
.all-finder-layer .finder-body .finder-option-color.finder-option-color-yellow em { background-color: #ffff00; }
.all-finder-layer .finder-body .finder-option-color.finder-option-color-pink em { background-color: #ffc0cb; }
.all-finder-layer .finder-body .finder-option-color.finder-option-color-purple em { background-color: #800080; }
.all-finder-layer .finder-body .finder-option-color.finder-option-color-jaju em { background-color: #a63f7f; }
.all-finder-layer .finder-body .finder-option-color.finder-option-color-khaki em { background-color: #2f5e2f; }
.all-finder-layer .finder-body .finder-option-color.finder-option-color-green em { background-color: #008000; }
.all-finder-layer .finder-body .finder-option-color.finder-option-color-light-green em { background-color: #72dd95; }
.all-finder-layer .finder-body .finder-option-color.finder-option-color-silver em { background-color: #dfdfdf; }
.all-finder-layer .finder-body .finder-option-color.finder-option-color-gold em { background-color: #cfbc4e;  }
.all-finder-layer .finder-body .finder-option-color.finder-option-color-apricot em { background-color: #fbceb1;  }

.all-finder-layer .finder-body .search-auto-complete-list { display:none; z-index:1; position:absolute; top:30px; left:5px; border:1px solid #ddd; line-height:14px; background:#fff; }
.all-finder-layer .finder-body .search-auto-complete-list ul { width:340px; padding:4px 0 6px; border-bottom:1px solid #ddd; }
.all-finder-layer .finder-body .search-auto-complete-list ul li { text-align:left; }
.all-finder-layer .finder-body .search-auto-complete-list ul li.on { background:#f3f3f3; }
.all-finder-layer .finder-body .search-auto-complete-list ul li a{ display:block; padding:8px 14px 7px; color:#000; background:none; font-family:'dotum'; font-size:12px; letter-spacing:-1px; }
.all-finder-layer .finder-body .search-auto-complete-list ul li a strong { color:#ab3e41; }
.all-finder-layer .finder-body .search-auto-complete-list ul li a:hover { background:#f2f2f2; }
.all-finder-layer .finder-body .search-auto-complete-list ul li a:hover span { border-bottom:1px solid #000; }
.all-finder-layer .finder-body .search-auto-complete-list .search-list-close { display:block; padding:10px 11px; text-align:right; color:#999; font-size:11px; }

.all-finder-layer .finder-body .finder-search-data .finder-options { border: 1px solid #e5e5e5; box-shadow:none; }
.all-finder-layer .finder-body .finder-search-data .finder-options .fa-close { margin-left:10px; color: #999; }

/* =========================================
   브랜드 찾기 패널 (ABC마트 스타일)
   ========================================= */
.all-brand-list-wrap{display:none; position:absolute; top:100%; left:40px; right:40px; z-index:101; background:#fff; border:1px solid #ddd; border-top:none; border-radius:0 0 14px 14px; box-shadow:0 10px 24px rgba(0,0,0,.08); overflow:hidden;}
.bl_panel{display:flex; height:560px;}
.bl_main{flex:1; min-width:0; display:flex; flex-direction:column; padding:34px 20px 0 40px;}
.bl_top{display:flex; justify-content:space-between; align-items:center; padding-right:20px; margin-bottom:24px;}
.bl_search{position:relative; width:300px; border-bottom:1.5px solid #000;}
.bl_search svg{position:absolute; left:0; top:50%; transform:translateY(-50%); width:20px; height:20px; fill:none; stroke:#000; stroke-width:1.8; stroke-linecap:round;}
.bl_search input{width:100%; height:38px; padding:0 0 0 30px; border:none !important; outline:none; background:none; font-size:14px; color:#000;}
.bl_search input::placeholder{color:#999;}
.bl_tabs{display:flex; gap:6px;}
.bl_tabs button{min-width:84px; height:34px; padding:0 16px; border:1px solid #ddd; border-radius:17px; background:#fff; color:#999; font-size:12px; font-weight:700; cursor:pointer;}
.bl_tabs button.on{background:#000; border-color:#000; color:#fff;}

.bl_list{flex:1; overflow-y:auto; padding:0 20px 30px 0;}
.bl_list::-webkit-scrollbar{width:4px;}
.bl_list::-webkit-scrollbar-thumb{background:#ccc; border-radius:4px;}
.bl_group{display:flex; padding:18px 0; border-bottom:1px solid #f2f2f2;}
.bl_group:last-child{border-bottom:none;}
.bl_head{flex:0 0 60px; font-size:18px; font-weight:800; font-style:italic; color:#000; padding-top:1px;}
.bl_grid{flex:1; display:grid; grid-template-columns:repeat(5, minmax(0,1fr)); gap:20px 16px;}
.bl_item{display:block;}
.bl_item .t1{display:block; font-size:13px; color:#000; line-height:1.4; word-break:keep-all;}
.bl_item .t2{display:block; font-size:12px; color:#999; line-height:1.4; margin-top:2px;}
.bl_item:hover .t1{text-decoration:underline;}
.bl_empty{padding:80px 0; text-align:center; color:#999; font-size:14px;}

.bl_side{flex:0 0 260px; border-left:1px solid #eee; padding:34px 28px; overflow-y:auto; box-sizing:border-box;}
.bl_side h4{font-size:17px; font-weight:700; color:#000; margin:0 0 14px;}
.bl_side h4:not(:first-child){margin-top:34px;}
.bl_family{display:block; padding:10px 12px; border:1px solid #eee; border-radius:8px;}
.bl_family:hover{border-color:#000;}
.bl_side b{display:block; font-size:13px; font-weight:700; color:#000;}
.bl_side small{display:block; font-size:11px; color:#999; margin-top:2px;}
.bl_hot{display:flex; flex-direction:column; gap:8px;}
.bl_hot a{display:block; padding:10px 12px; background:#f6f6f6; border-radius:8px;}
.bl_hot a:hover{background:#eee;}

#header ul.cate_m>li.brand_view.active>a{color:#e60012; box-shadow:inset 0 -2px 0 #e60012;}

/* 사이트 전체 폰트: 프리텐다드 통일 */
body, body *{font-family:'Pretendard Variable', Pretendard, 'Noto Sans KR', sans-serif !important;}

/* 아이콘 글꼴은 폰트 통일에서 예외 처리 */
.fa{font-family:FontAwesome !important}
/* BASIC css end */

