/* BASIC css start */
html {background:#ececec}
body {background-color:#fff; } 
#box_wrap {box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2); background: #fff;}

.head_inner{padding: 0 4%;}
#top_banner{position: relative; }
#top_banner>p{text-align: center; padding: 1rem 0; background:var(--main-color);}
#top_banner>p a {font-size: 1.4rem; font-weight: 500; color:#fff; }
#top_banner>p img {width:24px; margin-left:7px;}


.kakao { display:flex; align-items:center; justify-content:center; padding:1.2rem 2rem; background:#fee500; font-size:1.6rem; font-weight:bold; border-radius:1rem; margin:2rem 4%; }
.kakao_icon { background:url(/design/ipoomgo/icon_kakao.png) no-repeat; width:2rem; height:2rem; background-size:100%; margin-right:1rem; }



/* 기본 헤더 */
#header{background-color: #fff;padding-bottom:0.5rem; }
#header .head_inner{}
#header .head_inner>div{}
#header .head_inner .head_top{display: flex; align-items: center;position: relative; justify-content: space-between; padding: 2rem 0 0;}
#header .head_inner .head_top .ham{}
#header .head_inner .head_top .ham a{display: block;}
#header .head_inner .head_top .ham a img{transform-origin: left center;}
#header .head_inner .head_top h1.logo{}
#header .head_inner .head_top h1.logo a{display: block;}
#header .head_inner .head_top h1.logo a img{max-width:14rem;}
#header .head_inner .head_top .inner_right {display:flex;}
#header .head_inner .head_top .inner_right img {width:2.5rem;}
#header .head_inner .head_top .inner_right > div {margin-left:2rem; cursor:pointer;}
#header .head_inner .head_top .inner_right .cart {}
#header .head_inner .head_top .inner_right .cart a{display: inline-block; position: relative;}
#header .head_inner .head_top .inner_right .cart a img{transform-origin: right center; width:2.5rem;}
#header .head_inner .head_top .inner_right .cart a span{position: absolute;font-size: 1.1rem;font-weight: 500; left: 52%; top: 47%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);}
#header .head_inner .head_bottom{}
#header .head_inner .head_bottom .search{}

#fix_head{position: sticky; top: 0; background-color: #fff;z-index: 20; border-bottom: 1px solid #e9e9e9;}
#fix_head .head_cont{}
#fix_head .head_cont .swiper{}
#fix_head .head_cont .swiper>ul{}
#fix_head .head_cont .swiper>ul>li{width: max-content}
#fix_head .head_cont .swiper>ul>li>a{font-size: 1.6rem; font-weight: 600; width: max-content; max-width: 300px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; display: block; line-height: 5rem; text-align: center; padding: 0 1rem;}
#fix_head .head_cont .swiper>ul>li>a.point {position:relative;}
#fix_head .head_cont .swiper>ul>li>a.point:after {content:''; display:inline-block; width:0.5rem; height:0.5rem; background:var(--main-color);; position:absolute; top: 1.3rem; right:0.3rem; border-radius: 50%;}
#fix_head .head_cont .swiper>ul>li:first-child{margin-left:4%;}
#fix_head .head_cont .swiper>ul>li:first-child a{padding-left:0}

/* 분류 헤더 */
#header_list {display:none; border-bottom:1px solid #e9e9e9;}
#header_list .head_inner .head_top{display: flex; align-items: center;position: relative; justify-content: space-between; height:60px;}
#header_list .head_inner .head_top .history_back img {width:24px}
#header_list .head_inner .head_top .cate_name {font-size:18px; font-weight:600;}
#header_list .head_inner .head_top .inner_right {display:flex;}
#header_list .head_inner .head_top .inner_right img {width:24px;}
#header_list .head_inner .head_top .inner_right > div {cursor:pointer;}
#header_list .head_inner .head_top .inner_right .cart {}
#header_list .head_inner .head_top .inner_right .cart a{display: inline-block; position: relative;}
#header_list .head_inner .head_top .inner_right .cart a img{transform-origin: right center; width:24px;}
#header_list .head_inner .head_top .inner_right .cart a span{position: absolute;font-size: 10px;font-weight: 500; left: 52%; top: 47%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);}

/* 상세 헤더 */
#header_detail {display:none; border-bottom:1px solid #e9e9e9;}
#header_detail .head_inner {padding:0;}
#header_detail .head_inner .head_top{display: flex; align-items: center;position: relative; justify-content: space-between; height:60px; border-bottom:1px solid #e9e9e9; padding:0 20px;}
#header_detail .head_inner .head_top .history_back img {width:24px}
#header_detail .head_inner .head_top .cate_name {font-size:18px; font-weight:600;}
#header_detail .head_inner .head_top .inner_right {display:flex;}
#header_detail .head_inner .head_top .inner_right img {width:24px;}
#header_detail .head_inner .head_top .inner_right > div {cursor:pointer; margin-left:20px;}
#header_detail .head_inner .head_top .inner_right .cart {}
#header_detail .head_inner .head_top .inner_right .cart a{display: inline-block; position: relative;}
#header_detail .head_inner .head_top .inner_right .cart a img{transform-origin: right center; width:24px;}
#header_detail .head_inner .head_top .inner_right .cart a span{position: absolute;font-size: 10px;font-weight: 500; left: 52%; top: 47%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);}

/* 햄버거 메뉴 */
#asi.block{display: block;}
#asi.block.show{opacity: 1;}

/* 햄버거 메뉴 */
#asi { 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; } 
#asi .aside_tit { position:relative; font-size:1.5rem; font-weight:700; padding: 2rem 4%; border-bottom: 1px solid #eee; display: flex; justify-content: space-between; align-items: center; line-height: 1; } 
#asi .asi_tit a { font-size:12px; font-weight:400; } 
#asi .asi_tit a img { width:13px; margin-left:5px; vertical-align: baseline; } 
#asi .asi_top { text-align: left; background: var(--main-color); padding: 3rem 4% 3rem 4%; } 
#asi .asi_top .ham_close { position: absolute; top: 3rem; right: 4%; } 
#asi .asi_top .ham_close img { width:2rem; } 
#asi .asi_top h1 { color: #fff; font-size: 2.2rem; font-weight: 400; margin-bottom: 2rem; line-height:3rem; } 
#asi .asi_top h1 b { font-weight:800; } 
#asi .asi_top h1 a { color: #fff; } 
#asi .asi_top p { position: relative; font-size: 1.4rem; font-weight: 400; color: #fff; } 
#asi .asi_top p a { position: absolute; right: 0; font-size: 1.3rem; font-weight: 400; color: #fff; } 
#asi .asi_top p a img { vertical-align: baseline; margin-left: 1rem; } 
#asi .user_menu { position:relative; background:#fff; border-bottom:0.5rem solid #eee; } 
#asi .user_menu ul { display:flex; justify-content: space-around; } 
#asi .user_menu ul li { position:relative; line-height:1; width: 25%; text-align: center; } 
#asi .user_menu ul li:after { content:''; position:absolute; right: 0; top:50%; transform:translateY(-50%); width:1px; height:10px; background:#ddd; } 
#asi .user_menu ul li:last-child:after { content:unset; } 
#asi .user_menu ul li a { display:block; padding:1.5rem 0; font-size:1.3rem; color:#999; } 
#asi .search { position:relative; border-bottom:0.5rem solid #eee; padding:2rem 4%; } 
#asi .search .sch_tit { position:relative; font-size:1.5rem; font-weight:700; margin-bottom:2rem; } 
#asi .search .searchBox { position:relative; width:100%; height:4.5rem; border:1px solid #ddd; border-radius:3rem; padding-left:2rem; box-sizing:border-box; } 
#asi .search .searchBox input { width:85%; height:4rem; border:0; padding: 0; } 
#asi .search .searchBox a { position:absolute; right:15px; top:50%; transform:translateY(-50%); } 
#asi .search .searchBox a img { width:14px; vertical-align: middle; } 
#asi .navCategory { position: relative; border-bottom: 0.5rem solid #eee; } 
#asi .navCategory ul { position: relative; height:32rem; } 
#asi .navCategory ul li { display: flex; } 
#asi .navCategory ul li.act > a { color: #fff; background: var(--main-color); } 
#asi .navCategory ul > li > a { display: inline-block; width: 14rem; font-size: 1.4rem; font-weight: 400; background: #fafafa; padding: 1.5rem 1rem 1.5rem 4%; box-sizing: border-box; } 
#asi .navCategory ul > li > dl.cate2 {display: none;position: absolute;top: 0;left: 14rem;width: calc(100% - 14rem); height:32rem; overflow-x:scroll; }  
#asi .navCategory ul > li > dl.cate2 > dd > a {position: relative;display: block;padding: 1.5rem;box-sizing: border-box;border-bottom: 1px solid #fafafa;font-size: 1.4rem;font-weight: 400;} 
#asi .navCategory ul > li > dl.cate2 > dd > a img {position: absolute;top: 0;right: 0;display: inline-block;padding: 1.5rem;} 
#asi .navCategory ul li dl dd ol.cate3 {display: none;flex-wrap: wrap;border-bottom: 1px solid #fafafa;padding: 0.5rem 2rem; } 
#asi .navCategory ul li dl dd ol.cate3 li {width: 33.3%;padding: 1.5rem 0;} 
#asi .navCategory ul li dl dd ol.cate3 li a {display: block; box-sizing: border-box;font-size: 1.3rem;font-weight: 400;color: #666;} 
.rotate { transform: rotate(180deg); transition: transform 0.3s ease; } 
#asi .navCommunity { border-bottom: 0.5rem solid #eee; } 
#asi .navCommunity ul { display: flex; flex-wrap: wrap; padding:1rem 4%; } 
#asi .navCommunity ul li { width: 49%; } 
#asi .navCommunity ul li a { display: block; padding: 1rem 0; line-height: 1; font-size: 1.4rem; font-weight: 400; } 
#asi .navRecent { } 
#asi .navRecent ul { display: flex; gap: 9px; padding: 10px 15px; } 
#asi .navRecent ul li {text-align: center;width: 33%;} 
#asi .navRecent ul li a { display: block; line-height: 1; font-size: 12px; font-weight: 400; } 
#asi .navRecent ul li a img { width:100%; border-radius: 10px; overflow: hidden; } 
#asi .asiBottom { position: relative; } 
#asi .asiBottom a { display: block; text-align: center; background: #eee; padding: 20.5px 0; line-height: 1; font-size: 12px; font-weight: 700; } 



















/* 좌측 고정 영역 */
#fix_left_cont {position:fixed;left:calc(50% - 740px);top:50%;transform:translateY(-50%);} 
#fix_left_cont .tit {font-size:32px; font-weight:300;}
#fix_left_cont .tit b {font-weight:700;}
#fix_left_cont .left_search {position:relative; padding:17px 0 30px; width:350px;}
#fix_left_cont .left_search .MS_search_word {width:100%; line-height:58px; border:1px solid #000;; background:#fff; border-radius:30px; box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15); text-indent:20px; font-size:16px; color:rgba(0, 0, 0, 0.5);}
#fix_left_cont .left_search .search_icon {position:absolute; right:26px; top: 45%; transform: translateY(-50%); -webkit-transform: translateY(-50%);}
#fix_left_cont .left_search .search_icon img {width:26px;}
#fix_left_cont .keyword {width:360px;}
#fix_left_cont .keyword p {font-size:24px; font-weight:600; margin-bottom:15px;}
#fix_left_cont .keyword ul {font-size:0;}
#fix_left_cont .keyword ul li {display:inline-block; border:1px solid #ccc; margin:0 5px 5px 0; background:#fff; border-radius:30px;}
#fix_left_cont .keyword ul li a {padding:0 15px; line-height:39px; display:block; font-size:16px;}

/* 우측 고정 영역 */
#fix_right_cont {position:fixed;right:calc(50% - 740px);width:310px;text-align:center;-webkit-animation:up-down 1.4s infinite ease-in-out alternate;animation:up-down 1.4s infinite ease-in-out alternate; top: 240px;} 
#fix_right_cont > img {}
#fix_right_cont > b {display:block; font-size:32px; font-weight:700; padding:20px 0 15px;}
#fix_right_cont > p {font-size:20px; margin-bottom:30px;}
#fix_right_cont .down {}
#fix_right_cont .down a {}
@keyframes up-down {
    from {transform:translateY(0px); } 
    to {transform:translateY(-8px); } 
}
#list_wrap dl.item-list {display:flex;margin-bottom:15px;align-items:center; } 
#list_wrap dl.item-list:last-child {margin-bottom:0; } 
#list_wrap dl.item-list dt.thumb {width:30%; } 
#list_wrap dl.item-list dd.prd-info {padding:0 0 0 15px;width: 70%; } 
#list_wrap dl.item-list dd.prd-info .prd-name a { } 

/* 우측 하단 고정 아이콘 */
#fix_icon {position:fixed;z-index:10;right:-15px;bottom:20px;opacity:0;transition:right .4s,opacity .6s; } 
#fix_icon.show {right:15px;opacity:1; } 
#fix_icon ul {display:flex;flex-direction:column;gap:5px; } 
#fix_icon ul li a {display:block; } 
#fix_icon ul li a img {width: 42px; } 

/* 다찾다 자동완성*/
.search-auto-complete-list { display:none; z-index:1; position:absolute; top:43px; left:0; width:100%; line-height:14px; background:#fff; box-shadow:0px 0px 5px 0px rgb(0 0 0 / 20%); }
.search-auto-complete-list ul { width:100%; padding:8px 5px 10px 5px; border-bottom:1px solid #ddd; display: flex; flex-wrap: wrap;}
.search-auto-complete-list ul li { text-align:center; margin: 3px; }
.search-auto-complete-list ul li a { display:block; padding:8px 14px; color:#000; border: 1px solid #eee; border-radius: 10px; background:none; font-family: 'Jost', 'Noto Sans KR', sans-serif; font-size:11px; letter-spacing:-1px; } 
.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 {}
.search-auto-complete-list .search-list-close { display:block; padding:10px 11px; text-align:right; color:#666; font-size:11px; }


/* 다찾다 검색 파인더 - 레이어 */
#allfinder-ctr { z-index: 100; position: fixed; right:0; bottom:50%; }
#allfinder-ctr a { display:block; width:77px; height:64px; background:url('/images/common/allfinder_ctrl_mo.png') no-repeat 0 0; background-size:100% 100%; border:none; outline:none; font-size:0; }

.all-finder-layer { z-index:200; position:fixed; top:0; left:0; width:100%; height:100%; background:#fff; overflow-y:auto; }
.all-finder-layer .finder-hd { z-index:1; position:fixed; top:0; left:0; width:100%; height:60px; border-bottom:1px solid #e7e7e7; background:#fff; }
.all-finder-layer .finder-hd .fa-close { position:absolute; top:17px; right:10px; font-size:26px; color:#000; }
.all-finder-layer .finder-hd .finder-tit { height:60px; line-height:60px; padding:0 10px; font-size:16px; font-weight:bold; color:#000; letter-spacing:-2px; }
.all-finder-layer .finder-search { position:relative; margin:0 10px 20px; border:2px solid #000; border-radius:3px; }
.all-finder-layer .finder-search .fa-search { display: inline-block; width: 40px; height: 42px; line-height: 42px; text-align: center; font-size: 18px; }
.all-finder-layer .finder-search .txt-input { width:85%; height:42px; line-height:42px; margin:0; padding:0; font-size:14px; outline:none; border:none; color: #000; vertical-align:top; letter-spacing:-1px; }
.all-finder-layer .finder-search .txt-input::-webkit-input-placeholder { color:#b1b1b1; }
.all-finder-layer .finder-search dd { background:#FFF; }
.all-finder-layer .finder-opt { padding:60px 0 55px; color:#000; }
.all-finder-layer .finder-opt dl dt { position:relative; height:53px; line-height:53px; padding:0 10px; border-top:1px solid #e7e7e7; font-size:14px; font-weight:bold; color:#000; letter-spacing:-1px; }
.all-finder-layer .finder-opt dl dt .fa { position:absolute; top:50%; right:10px; margin-top:-13px; font-size:25px; color:#b2b2b2; }
.all-finder-layer .finder-opt dl dt > .finder-tooltip-btn { display:inline-block; width:20px; height:20px; line-height:20px; margin-top:0; border:1px solid #cecece; border-radius:20px; color:#666; font-size:11px; background:#fff; text-align:center; outline:none; }
.all-finder-layer .finder-opt dl dt .finder-comm-layer { display:none; position:absolute; top:43px; left:10px; width:70%; padding:0 15px 11px; border:1px solid #000; background:#fff; text-align:left; font-weight:normal; color:#000; z-index:1 }
.all-finder-layer .finder-opt dl dt .finder-comm-layer .finder-btn-close { display:inline-block; position:absolute; top:10px; right:14px; margin:0; font-size:19px; color:#000; outline:none; }
.all-finder-layer .finder-opt dl dt .finder-comm-layer .finder-layer-tit { padding:13px 0; border-bottom:1px solid #e5e5e5; font-size:14px; font-weight:bold; line-height:14px; }
.all-finder-layer .finder-opt dl dt .finder-comm-layer .finder-layer-cnt { padding-top:13px; line-height:1.5; font-size:13px; }
.all-finder-layer .finder-opt dl dd { display:none; padding:10px 5px 0; border-top:1px solid #e7e7e7; background:#f4f4f4; font-size:0; }
.all-finder-layer .finder-opt dl dd label { display:inline-block; width:33.3333%; text-align:center; line-height:18px;}
.all-finder-layer .finder-opt .finder-color label { width:12.5%; }
.all-finder-layer .finder-opt .finder-price .finder-price-input { padding:0 5px 10px; text-align:right; font-size:12px; }
.all-finder-layer .finder-opt .finder-price .finder-price-input:after { clear: both; content: ""; display: block; }
.all-finder-layer .finder-opt .finder-price .finder-price-input span { float:left; display:inline-block; height:34px; line-height:34px; }
.all-finder-layer .finder-opt .finder-price .finder-price-input label { display: inline-block; width: 33%; padding: 0 8px; border: 1px solid #ccc; border-radius:3px; color: #666; background:#fff; }
.all-finder-layer .finder-opt .finder-price .finder-price-input label .txt-input { display: inline-block; width: 84%; height: 32px; line-height: 32px; padding: 0; border: none; background: none; color: #000; outline:none; text-align:right; }
.all-finder-layer .finder-opt .finder-child-category { padding:0; }
.all-finder-layer .finder-opt .finder-child-category .mobile-select-category { padding:15px; margin-bottom:9px; border-bottom:1px solid #e7e7e7; font-size:14px; font-weight:bold; color:#9a9a9a; background:#fff; word-break:break-all; letter-spacing:-1px; }
.all-finder-layer .finder-opt .finder-child-category .mobile-select-category .pd-2px { padding:0 2px; }
.all-finder-layer .finder-opt .finder-child-category .mobile-select-category .fc-black { color:#000; }
.all-finder-layer .finder-opt .finder-child-category .mobile-select-category .fa { margin-left:2px; color:#000; }
.all-finder-layer .finder-btn-c { z-index:1; position:fixed; bottom:0; left:0; width:100%; height:55px; text-align: center; font-size:0; }
.all-finder-layer .finder-btn-c a.reset { display: inline-block; width: 30%; height: 55px; line-height: 55px; background: #999; color: #fff; font-size: 16px; font-weight: bold; letter-spacing: 1px; border:none; }
.all-finder-layer .finder-btn-c button { display: inline-block; width: 70%; height: 55px; line-height: 55px; background: #000; color: #fff; font-size: 16px; font-weight: bold; letter-spacing: -0.5px; border:none; }
.all-finder-layer .finder-btn-c button span.fa-search { margin-right:5px; margin-top:-2px; vertical-align:middle; font-size:0.750em; }
.all-finder-layer .finder-btn-c button span.finder-count { display:inline-block; color:#ffd800; font-size:18px; vertical-align:middle; }

.all-finder-layer .finder-opt .finder-options { display:inline-block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; width:80%; height:22px; padding: 5px 5%; line-height:22px; border: 1px solid #ccc; word-break:break-all; border-radius: 20px; background:#fff; color:#000; text-align:center; font-size:12px; }
.all-finder-layer .finder-opt .finder-options.on { font-weight: bold; border: 1px solid #000; box-shadow:2px 2px 3px #d2d2d2; }
.all-finder-layer .finder-opt .finder-option-color em { display: inline-block; width: 33px; height: 33px; border-radius:20px; font-size:0; vertical-align:middle; }
.all-finder-layer .finder-opt .finder-option-color.color-picker { width:33px; height:33px; padding: 0; border: none; } 
.all-finder-layer .finder-opt .finder-option-color.color-picker .fa-check { display:none; width:33px; height:33px; margin-top:-25px; color:#fff; text-align:center; font-size:16px; }
.all-finder-layer .finder-opt .finder-option-color.color-picker.on .fa-check { display:block; }
.all-finder-layer .finder-opt .finder-option-color.color-picker.on.finder-option-color-white .fa-check { color:#000; }

.finder-option-color.finder-option-color-black em { background-color: #000; }
.finder-option-color.finder-option-color-white em { background-color: #FFF; width: 20px; height: 20px; border: 1px solid #e5e5e5; }
.finder-option-color.finder-option-color-gray em { background-color: #808080; }
.finder-option-color.finder-option-color-beige em { background-color: #e5d0b2; }
.finder-option-color.finder-option-color-brown em { background-color: #aa6810; }
.finder-option-color.finder-option-color-navy em { background-color: #425583; }
.finder-option-color.finder-option-color-blue em { background-color: #0000ff; }
.finder-option-color.finder-option-color-light-blue em { background-color: #62acff; }
.finder-option-color.finder-option-color-red em { background-color: #ff0000; }
.finder-option-color.finder-option-color-orange em { background-color: #ffa500; }
.finder-option-color.finder-option-color-yellow em { background-color: #ffff00; }
.finder-option-color.finder-option-color-pink em { background-color: #ffc0cb; }
.finder-option-color.finder-option-color-purple em { background-color: #800080; }
.finder-option-color.finder-option-color-jaju em { background-color: #a63f7f; }
.finder-option-color.finder-option-color-khaki em { background-color: #2f5e2f; }
.finder-option-color.finder-option-color-green em { background-color: #008000; }
.finder-option-color.finder-option-color-light-green em { background-color: #72dd95; }
.finder-option-color.finder-option-color-silver em { background-color: #dfdfdf; }
.finder-option-color.finder-option-color-gold em { background-color: #cfbc4e; }
.finder-option-color.finder-option-color-apricot em { background-color: #fbceb1;  }

.all-finder-layer .search-auto-complete-list { display:none; z-index:1; position:absolute; top:43px; left:0; width:100%; line-height:14px; background:#fff; box-shadow:0px 0px 5px 0px rgb(0 0 0 / 20%); }
.all-finder-layer .search-auto-complete-list ul { width:100%; padding:8px 5px 10px 5px; border-bottom:1px solid #ddd; display: flex; flex-wrap: wrap;}
.all-finder-layer .search-auto-complete-list ul li { text-align:center; margin: 3px; }
.all-finder-layer .search-auto-complete-list ul li a { display:block; padding:8px 14px; color:#000; border: 1px solid #eee; border-radius: 10px; background:none; font-family: 'Jost', 'Noto Sans KR', sans-serif; font-size:11px; letter-spacing:-1px; } 
.all-finder-layer .search-auto-complete-list ul li a strong { color:#ab3e41; }
.all-finder-layer .search-auto-complete-list ul li a:hover { background:#f2f2f2; }
.all-finder-layer .search-auto-complete-list ul li a:hover span {}
.all-finder-layer .search-auto-complete-list .search-list-close { display:block; padding:10px 11px; text-align:right; color:#666; font-size:11px; }


/* 고정버튼 */
.fixed_btn {position: fixed;right: 0;left: 0;bottom: 0px;cursor: pointer;background: #fff;max-width: 640px;margin: 0 auto;border-top: 1px solid #f3f3f3;box-sizing: border-box;z-index: 22;}
.fixed_btn ul.box {display: flex;justify-content: space-around;padding: 20px 0;}
.fixed_btn ul.box li {flex-basis: 16%;display: flex;flex-direction: column;text-align: center;}
.fixed_btn ul.box li i {font-size: 28px;transition: 0.3s;}
.fixed_btn ul.box li p {font-size: 12px;padding-top: 6px;}
.fixed_btn ul.box li.ic-cate span {background:url('//skin.makeshop.co.kr/skin/potato/img/fix_menu_off.png')no-repeat center; width:24px; height:24px; background-size:24px auto; display: block; margin: 0 auto;}
.fixed_btn ul.box li.ic-cate.on span {background:url('//skin.makeshop.co.kr/skin/potato/img/fix_menu_on.png')no-repeat center; width:24px; height:24px; background-size:24px auto; display: block; margin: 0 auto;}
.fixed_btn ul.box li.ic-search span {background:url('//skin.makeshop.co.kr/skin/potato/img/fix_search_off.png')no-repeat center; width:24px; height:24px; background-size:24px auto; display: block; margin: 0 auto;}
.fixed_btn ul.box li.ic-search.on span {background:url('//skin.makeshop.co.kr/skin/potato/img/fix_search_on.png')no-repeat center; width:24px; height:24px; background-size:24px auto; display: block; margin: 0 auto;}
.fixed_btn ul.box li.ic-home span {background:url('//skin.makeshop.co.kr/skin/potato/img/fix_home_off.png')no-repeat center; width:24px; height:24px; background-size:24px auto; display: block; margin: 0 auto;}
.fixed_btn ul.box li.ic-home.on span {background:url('//skin.makeshop.co.kr/skin/potato/img/fix_home_on.png')no-repeat center; width:24px; height:24px; background-size:24px auto; display: block; margin: 0 auto;}
.fixed_btn ul.box li.ic-my span {background:url('//skin.makeshop.co.kr/skin/potato/img/fix_my_off.png')no-repeat center; width:24px; height:24px; background-size:24px auto; display: block; margin: 0 auto;}
.fixed_btn ul.box li.ic-my.on span {background:url('//skin.makeshop.co.kr/skin/potato/img/fix_my_on.png')no-repeat center; width:24px; height:24px; background-size:24px auto; display: block; margin: 0 auto;}
.fixed_btn ul.box li.ic-today span {background:url('//skin.makeshop.co.kr/skin/potato/img/fix_today_off.png')no-repeat center; width:24px; height:24px; background-size:24px auto; display: block; margin: 0 auto; position:relative;}
li.ic-today #blk_scroll_wings, 
li.ic-today #cherrypicker_scroll {position:static;}
li.ic-today #blk_scroll_wings .view_prd a {height:24px; display:block;}
li.ic-today #blk_scroll_wings .view_prd img {border-radius: 5px; width: 18px; position: absolute; top: 3px; z-index: -1; left: 2px;}


/* 상단 검색 */
.search-layer {position: fixed; background: #fff; z-index: 21; left: 50%; top: 0; width: 100%; max-width: 640px; height: 100vh; transform: translateX(-50%); -webkit-transform: translateX(-50%); display:none;}
.search-layer .sc-inner {border-bottom:1px solid #e9e9e9; padding: 18px 20px 18px 12px; position:relative;}
.search-layer .sc-inner .sc-close {margin-right:12px; cursor:pointer;}
.search-layer .sc-inner .sc-close img {width:24px;}
.search-layer .sc-inner .btn_search {position: absolute; right: 20px; top: 18px;}
.search-layer .sc-inner .btn_search img {width:24px;}
.search-layer .sc-inner .sc-del {cursor:pointer; position: absolute; right: 64px;}
.search-layer .sc-inner .sc-del img {width:22px;}
.search-layer .sc-inner #keyword1 {border: none; width: 60%; line-height: 24px; font-size:16px; color:#000;}
.search-layer .sc-inner #keyword1::placeholder {color:#000;}
.search-layer .live-sc {padding:40px 30px 25px;}
.search-layer .live-sc > dl {display:flex; align-items: end; margin-bottom:24px;}
.search-layer .live-sc > dl > dt {font-size:18px; font-weight:600;}
.search-layer .live-sc > dl > dd {flex:1; text-align:right; font-size:12px; color:#999;}
.search-layer .live-sc .rank {display:flex;}
.search-layer .live-sc .rank li {flex:1;}
.search-layer .live-sc .rank dl {display:flex; margin-bottom:15px; opacity: 0; animation: fadeIn 1s forwards;}
.search-layer .live-sc .rank li:first-child dl:nth-child(1) { animation-delay: 0.1s; }
.search-layer .live-sc .rank li:first-child dl:nth-child(2) { animation-delay: 0.2s; }
.search-layer .live-sc .rank li:first-child dl:nth-child(3) { animation-delay: 0.3s; }
.search-layer .live-sc .rank li:first-child dl:nth-child(4) { animation-delay: 0.4s; }
.search-layer .live-sc .rank li:first-child dl:nth-child(5) { animation-delay: 0.5s; }
.search-layer .live-sc .rank li:last-child dl:nth-child(1) { animation-delay: 0.4s; }
.search-layer .live-sc .rank li:last-child dl:nth-child(2) { animation-delay: 0.5s; }
.search-layer .live-sc .rank li:last-child dl:nth-child(3) { animation-delay: 0.6s; }
.search-layer .live-sc .rank li:last-child dl:nth-child(4) { animation-delay: 0.7s; }
.search-layer .live-sc .rank li:last-child dl:nth-child(5) { animation-delay: 0.8s; }
.search-layer .live-sc .rank dt {font-size:14px; line-height:1; width:25px;}
.search-layer .live-sc .rank dd {line-height:1; flex:1;}
.search-layer .live-sc .rank dd a {font-size:14px; color:#666;}
.search-layer .live-sc .rank li:first-child dl:nth-child(-n + 3) dd a {color:#000;}
.search-layer .recmd-sc {padding:0 30px;}
.search-layer .recmd-sc p {font-size: 18px; font-weight: 600; margin-bottom:24px; animation: coinFall 1.3s ease-out forwards;  animation-delay: 1.5s; display:inline-block;}
.search-layer .recmd-sc ul li {padding:8px 15px; font-size:14px; border-radius:3px; background:#F5F5F5; display:inline-block; margin-right:10px; margin-bottom:10px;}
.search-layer .recmd-sc ul li a {display:block;}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes coinFall {
    0% { transform: translate(0, 0) rotate(0deg); }
    10% { transform: rotate(5deg); }
    20% { transform: rotate(-5deg); }
    30% { transform: rotate(4deg); }
    40% { transform: rotate(-4deg); }
    50% { transform: rotate(3deg); }
    60% { transform: rotate(-3deg); }
    70% { transform: rotate(2deg); }
    80% { transform: rotate(-2deg); }
    90% { transform: rotate(1deg); }
    95% { transform: rotate(-1deg); }
    100% { transform: translate(0, 0) rotate(0deg); }
}



/* 우측 픽스 상품단 높이에 따른 미디어쿼리 */
@media (max-height: 850px) {
#fix_right_cont {
    height: calc(100% - 160px);
}
#fix_right_cont .item-wrap {
    overflow-y: scroll;
    height: 100%;
}
#fix_right_cont .item-wrap::-webkit-scrollbar {
    width: 4px;  /* 스크롤바의 너비 */
}

#fix_right_cont .item-wrap::-webkit-scrollbar-thumb {
    height: 30%; /* 스크롤바의 길이 */
    background: #a5a8a9; /* 스크롤바의 색상 */
    border-radius: 13px;
}

#fix_right_cont .item-wrap::-webkit-scrollbar-track {
    background: rgba(33, 122, 244, .1);  /*스크롤바 뒷 배경 색상*/
}







}
/* BASIC css end */

