/* BASIC css start */
/* 기본 상단 */
#header { width:100%; position: relative; } 
#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 .headerTnb { display: flex; margin:0 auto; position:relative; max-width: 1464px; width: 100%; justify-content: space-between; align-items: center; padding: 18px 24px; box-sizing:border-box;}
#header .headerTnb .tnbLeft { } 
#header .headerTnb .tnbLeft .logo a { display:inline-block; } 
#header .headerTnb .tnbLeft .logo a img {width:195px; }
#header .headerTnb .tnbRight { } 
#header .headerTnb .tnbRight ul { display: flex; justify-content: space-between; gap: 25px; } 
#header .headerTnb .tnbRight li { position: relative; } 
#header .headerTnb .tnbRight li::after { content:''; width:1px; height:10px; background:#d9d9d9; position:absolute; top: 50%; transform: translateY(-50%); right: -12px; } 
#header .headerTnb .tnbRight li a { display:block; font-size: 15px; font-weight: 400; white-space: pre; } 
#header .headerTnb .tnbRight li:last-child::after { content:unset; } 
#header .headerTnb .searchArea { } 
#header .headerTnb .searchArea .search { position:relative; width: 420px; height: 30px; border-bottom: 1px solid #000; } 
#header .headerTnb .searchArea .search input { border: none; background:#fff; width: 100%; height: 28px; font-size: 13px; font-weight: 400; color: #9c9c9c; } 
#header .headerTnb .searchArea .search a { display:block; position:absolute; top: 50%; right:0; transform: translateY(-50%); } 

#header .headerGnb { border-top: 1px solid #f0f0f0; border-bottom: 1px solid #f0f0f0; } 
#header .headerGnb .gnbInner { margin:0 auto; position:relative; max-width: 1464px; width: 100%; padding:0 24px; box-sizing:border-box;}
#header .headerGnb .gnbInner .cate1_wrap { display: flex; justify-content: flex-start; align-items: center; gap: 30px; } 
#header .headerGnb .gnbInner .cate1_wrap:after { display:block; clear:both; content:'' } 
#header .headerGnb .gnbInner .cate1_wrap > li { position:relative; } 
#header .headerGnb .gnbInner .cate1_wrap > li.has-children:after { content:''; position: absolute; top: 49px; left: -15px; right: -15px; height: 18px; background: transparent; z-index: 5; } 
#header .headerGnb .gnbInner .cate1_wrap > li a { display:block; height: 60px; line-height: 60px; font-size:16px; font-weight: 400; color: #929292; white-space:nowrap; overflow: hidden; } 
#header .headerGnb .gnbInner .cate1_wrap > li a:hover { color:#000; font-weight:700; } 
#header .headerGnb .gnbInner .cate2_wrap { display:none; position: absolute; top: 61px; left: -15px; width: 264px; background: #fff; border: 1px solid #000; box-sizing: border-box; padding: 10px 0; z-index:10;}
#header .headerGnb .gnbInner .cate2_wrap li { padding: 0 16px; } 
#header .headerGnb .gnbInner .cate2_wrap li a { height: 36px; line-height:36px; padding: 0; display: flex; justify-content: space-between; align-items: center; } 
#header .headerGnb .gnbInner .cate2_wrap li a img { display:none } 
#header .headerGnb .gnbInner .cate2_wrap > li:hover > a { color:#000; font-weight:600; } 
#header .headerGnb .gnbInner .cate2_wrap > li:hover > a img { display:block; } 
#header .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 .headerGnb .gnbInner .cate3_wrap li a { color: #929292; } 
#header .headerGnb .gnbInner .cate3_wrap > li:hover > a { color:#000; font-weight:600; } 

.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 a img { width: 160px; height: auto; } 
#main_header .headerBottom h1.fixed-logo {display:none;}
#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 .headerTnb .searchArea .search {width:280px;}
    #header .headerTnb .tnbRight ul {gap:10px;}
    #header .headerTnb .tnbRight li::after {display:none;}
    .sch_layer .sch_close {right:15px;}
}


/* 태블릿 모바일 */
@media (max-width: 768px) {
    #header .headerTnb {padding:0 24px;}
    #header .headerTnb .tnbLeft .logo a img {width:160px;}
    #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;} 
}
/* BASIC css end */

