/* BASIC css start */
#header .left.detail{display:none;}


#header .headroom--unpinned .top{top: -59px; transition: 0.3s;}
#header .top{padding: 16px 20px; display: flex; justify-content: space-between; align-items: center; position: fixed; top: 0; left: 0; z-index: 100; width: 100%; box-sizing: border-box;}
#header .cate-wrap{display: none;}
#header .headroom--unpinned .cate-wrap{display: block; position: fixed; top: 0; left: 0; width: 100%; transition: 0.3s; background-color: rgba(255,255,255,0.9); z-index: 10;}
#header .cate-wrap .swiper{padding:0 18px;}
#header .cate-wrap li{width: fit-content;}
#header .cate-wrap li a{font-size: 14px; font-weight: 500; color: #111; line-height: 18px; padding: 11px 0; display: block;}

#header .top .logo svg{height: 18px;}

#header .top .util{display: flex; align-items: center; gap: 16px;}
#header .top .util a svg{max-width: 20px;}
#header .util .cart a { position: relative; display:block;}
#header .util .cart .count { position: absolute; top: -6px; right:-7px; width: 16px; height: 16px; background: #000; border-radius: 50%; line-height: 18px; text-align: center;  font-weight: 600; font-size: 8px; color: #fff; }


#main #header .headroom--not-top .left svg,
#main #header .headroom--not-top .util .cart svg{fill: #111;}
#main #header .headroom--not-top .util .search svg,
#main #header .headroom--not-top .util .mypage svg,
#main #header .headroom--not-top .util .ham svg{stroke: #111;}
#main #header .headroom--not-top .top{background-color: #fff;}


#header .left svg,
#header .util .cart svg{fill: #111;}
#header .util .search svg,
#header .util .mypage svg,
#header .util .ham svg{stroke: #111;}
#header .top{background-color: #fff;}


#main #header .headroom--top .left svg,
#main #header .headroom--top .util .cart svg{fill: #fff;}
#main #header .headroom--top .util .search svg,
#main #header .headroom--top .util .mypage svg,
#main #header .headroom--top .util .ham svg{stroke: #fff;}
#main #header .headroom--top .top{background-color: transparent;}



.dimBox.open{background-color: rgba(0,0,0,0.5); width: 100%; height: 100dvh; z-index: 100000; position: fixed; top: 0; right: 0;}


/* BASIC css end */

