/* BASIC css start */
    #top_banner {position: relative;display: none;background: var(--point-color01);} 
    #top_banner p {display: flex;justify-content: center;text-align: center;background-color: var(--point-color01);color:var(--point-white);padding: 2px 15px 0;height: 50px;font-size: 17px;font-weight: 300;letter-spacing: 0.015em;gap: 8px;align-items: center;box-sizing: border-box;} 
    #top_banner p:before{display: inline-flex;content:'';width: 41px;height: 19px;background: url('/design/mach611/da_image/top_bnr_icon.png') no-repeat center / 100% auto;transform: translateY(-2px);}
    #top_banner p em{display: contents; font-weight:inherit; color:var(--point-color02);}
    #top_banner a.ban_close {position: absolute;top: 50%;transform: translateY(-50%);right: 0; width: 14px; height: 14px; background: url('/design/mach611/da_image/top_bnr_close.png') no-repeat center / 100% auto;} 

    .head_inner { width: 1200px; margin: 0 auto; } 

    #head_top {position: relative;} 
    #head_top .w_custom{display: flex;align-items: center;justify-content: space-between;padding: 31px 0 32px;} 
    #head_top .link_list{display: flex;align-items: center;gap: 20px;}
    #head_top .link_list > li > a{position: relative; font-size:17px;font-weight: 300;color: var(--black-color06);}
    #head_top .link_list > li > a:has(.user_basket_quantity){display: flex; align-items: center; gap: 6px;}
        #head_top .right_cont .link_list{gap: 17px;}
        #head_top .right_cont .link_list > li > a{font-size:16px;}
    #head_top .link_list .user_basket_quantity{display:flex; align-items: center; justify-content: center; width: 20px; height: 20px; border-radius: 100%; background: var(--black-color02); font-size: 12px; font-weight: 400; color: var(--point-white);}
    #head_top .right_cont{display: flex;flex-direction: column;gap: 11px;align-items: flex-end;}
    #head_top .logo{font-size: 0;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
    #head_top .logo a{display: block;}
    #head_top .search{position: relative;display: inline-block;}
    #head_top .MS_search_word{width: 260px;height: 42px;border:1px solid var(--border-color03);padding:0 50px 0 15px;box-sizing: border-box;font-size: 14px;font-weight: 400;color: var(--black-color02);letter-spacing: -0.03em;}
    #head_top .MS_search_word::placeholder{font-size:inherit; color: var(--black-color08);}
    #head_top .search_icon{position: absolute; top:50%; right:15px; transform: translateY(-50%);}

    #header {position: sticky; top: 0; border-top: 1px solid var(--border-color01); border-bottom: 1px solid var(--trans-color); background: var(--point-white); z-index: 50; transition: all 0.4s;} 
        #header.on{border-bottom-color: var(--border-color01);}
    #header .top_sec{position: relative; background: inherit; z-index: 9;}
    #header .w_custom{display: flex;height: 54px;}
    #header .all_cate{position: relative;width: 54px;height: calc(100% + 2px);background: var(--black-color02);margin-top: -1px;}
    #header .all_cate span{position: absolute;top:50%;left:50%;transform: translate(calc(-50% - 0.5px), calc(-50% - 0.5px));width: 50%;max-width: 20px;height: 1px;background: var(--point-white);margin-top: 1px; transition: all 0.4s;}
        #header .all_cate span:nth-child(1){margin-top: -7px;}
        #header .all_cate span:nth-child(3){margin-top: 9px;}
        #header:has(#all_menu.on) .all_cate span{transform: translate(calc(-50% - 0.5px), calc(-50% - 0.5px)) rotate(45deg); margin:0;}
        #header:has(#all_menu.on) .all_cate span:nth-child(3){transform: translate(calc(-50% - 0.5px), calc(-50% - 0.5px)) rotate(-45deg);}
    #header .gnb > ul{display: flex; height: 100%;} 
    #header .gnb > ul > li{position: relative; height: 100%;}
    #header .gnb > ul > li > a{display: flex;align-items: center;height: 100%;font-size: 18px;font-weight: 400;color:var(--black-color03);padding:0 25px;transition: all 0.4s;box-sizing: border-box;}
        #header .gnb > ul > li:first-child > a{padding-left: 50px;}
    #header .gnb .dep02{position: absolute;top:100%;left:0;width: 100%;min-width: 174px;background: var(--point-white);padding: 0 0 10px; opacity: 0; pointer-events: none; transition: all 0.4s;}
        #header:has(#all_menu.on) .top_sec .gnb .dep02{opacity: 0; pointer-events: none;}
    #header .gnb .dep02 > li{position: relative;}
    #header .gnb .dep02 > li:first-child{padding-top: 10px;}
    #header .gnb .dep02 > li > a{display: block; font-size: 15px; font-weight: 500; color: var(--black-color06); padding:5px 17px;}
    #header .gnb .dep03{position: absolute; top:0; left:100%; background: var(--gray-bg02); padding:10px 0; width: max-content; opacity: 0; pointer-events: none; transition: all 0.4s;}
    #header .gnb .dep03 > li > a{display: block; font-size: 14px; font-weight: 400; color: var(--black-color08); padding:4px 18px; transition: all 0.4s;}
        /* over */
            #header .gnb > ul > li:hover > a{color: var(--point-color01);}
            #header .gnb > ul > li:hover .dep02{opacity: 1; pointer-events: all;}
            #header .gnb .dep02 > li:hover > a{text-decoration: underline;text-underline-offset: 2px;}
            #header .gnb .dep02 > li:hover .dep03{opacity: 1; pointer-events: all;}
            #header .gnb .dep03 > li:hover > a{color: var(--point-color01);}

    #all_menu{position: absolute;top: 100%;left:0;width: 100%;height: auto;display: block;opacity: 0;pointer-events: none;transition: all 0.4s;background: var(--point-white);padding: 20px 0;}
        #all_menu.on{opacity: 1; pointer-events: all;}
        #all_menu:before{position: absolute;content:'';width: 300vw;height: 100%;top: 0;left:0;margin-left: -100vw;background: var(--point-white);box-shadow: 0 0 15px rgba(0,0,0,0.1);border-top: 1px solid var(--border-color01);box-sizing: border-box;}
    #all_menu .w_custom{background: var(--point-white);height: auto;}
    #all_menu .cont{padding: 11px 0;height: 361px;overflow: hidden;overflow-y: auto;box-sizing: border-box;width: 100%;}
        #all_menu .cont::-webkit-scrollbar { width: 4px;}
        #all_menu .cont::-webkit-scrollbar-thumb {border-radius: 10px; background: var(--point-color01);}
        #all_menu .cont::-webkit-scrollbar-track {border-radius: 10px; background:var(--border-color01);}
    #all_menu .title{margin-bottom: 20px;}
    #all_menu .title h5{font-size: 28px;font-weight:500;color:var(--black-color02)}
    #all_menu .gnb > ul{display: flex;flex-wrap: wrap;gap: 20px;align-items: flex-start;} 
    #all_menu .gnb > ul > li{position: relative;width: calc(100% / 5 - 16px);box-sizing: border-box;text-align: left;height: auto;}
    #all_menu .gnb > ul > li > a{display: block;padding: 0 !important;font-weight: 600;}
    #all_menu .gnb .dep02{padding: 9px 0 0;display: block;text-align: left;opacity: 1;pointer-events: inherit;position: relative;top: auto;left: auto;width: auto;min-width: auto;background: none;}
    #all_menu .gnb .dep02 > li > a{display: block;font-size: 16px;font-weight: 400;color: var(--black-color06);padding: 7px 0;transition: all 0.4s;}
    #all_menu .gnb .dep03{margin-top: -5px;padding: 0 0 8px;opacity: 1;pointer-events: inherit;position: relative;top: auto;left: auto;background: none;}
    #all_menu .gnb .dep03 > li > a{display: block;font-size: 15px;font-weight: 400;color: var(--black-color08);padding: 3px 0;}


    #fix_icon { z-index: 50; position: fixed; right:70px; bottom: 70px; 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: flex;align-items: center;justify-content: center;width: 60px;height: 60px;background: var(--black-color03);box-shadow: 0 0 10px rgba(0,0,0,0.16);border-radius: 100%;transition: all 0.4s;padding: 15px;box-sizing: border-box;} 

        /* over */
            #fix_icon ul li a:hover {background: var(--point-color01);} 
        
/* 다찾다 자동완성*/
    .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-family:'dotum'; font-size:12px; 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 { 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; 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;} 
    #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;  } 
    .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; 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;  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;} 
    .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; } 


/* 에이스토어 전용 */
    #header { width:100% !important; } 
    * { margin: 0; padding:0; } 
    a { text-decoration: none; color: inherit; } 
    ul,li { list-style: none; } 
    .clear_fix::after,.clear_fix::before {display: none;} 
    .shopbrand_item_wrap { display:flex; gap:50px 27px; flex-wrap:wrap; } 
    .sch-frm>form { width:1100px; margin:0 auto } 

/*상품 리스트*/
    .item_list {position: relative; display: inline-block; width: calc(100% / 4 - 20.25px); box-sizing: border-box;} 
    .item_list .link{position: absolute; top:0; left:0; width: 100%; height: 100%; z-index: 5;}
    .item_list .thumb {position: relative; width: 100%; border: 1px solid var(--border-color01); box-sizing: border-box; z-index: 8;} 
    .item_list .thumb > a {position: relative; display: block; width: 100%; padding-bottom: 100%; overflow:hidden; } 
    .item_list .thumb > a img{position: absolute; top:0; left:0; width: 100%; height: 100%; object-fit: cover;}
    .item_list .thumb span.num { display: inline-block; width: 50px; height: 50px; font-size:20px; font-weight:600; font-family: 'Pretendard', sans-serif; position: absolute; top: 0; left: 0; z-index: 10; background-color: #424e3aad; color: #fff; display: flex; align-items: center; justify-content: center; } 
    .item_list .thumb .cart_icon { position:absolute; bottom:10px; right:10px; } 
    .item_list .thumb .cart_icon a { display:flex; align-items:center; transition:all .2s; justify-content:center; width:47px; height:47px; background-color:#ababab; border-radius:50%; border: none; z-index: 1; overflow: hidden; position:relative; } 
    .item_list .thumb .btn_list{position: absolute;left:0;bottom: 0;width: 100%;background: rgba(0,0,0,0.6);display: flex;align-items: center;height: 40px;justify-content: center;font-size: 0; opacity: 0; pointer-events: none; transition: all 0.4s;}
    .item_list .thumb .btn_list > li{position: relative; width: 100%; height: 100%; text-align: center;box-sizing: border-box;}
        .item_list .thumb .btn_list > li + li:before{position: absolute; content: ''; width: 1px; height: 20px; background:rgba(255,255,255,0.2); top:50%; left:0; margin-top: -10px;}
    .item_list .thumb .btn_list > li > a{display: flex;align-items: center;justify-content: center;width: 100%; height: 100%;padding: 0 15px; box-sizing: border-box;}
    .item_list .thumb .btn_list .wish-on{background: url('/design/mach611/da_image/item_heart_on.png') no-repeat center;}
    .item_list .thumb .my-wish-count{display: none;}
    .item_list .info {padding: 15px 0 0; box-sizing: border-box;} 
    .item_list .info p {font-size:15px; font-weight:500; text-align:left;} 
    .item_list .info .prdname { color:var(--black-color03); font-weight:400; font-size:20px; line-height:1.4; white-space:normal; overflow:hidden; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;} 
    .item_list .info .prdetc { color:#999999; font-size:15px; font-weight:500; } 
    .item_list .info .prdprice {margin-top: 18px;font-size:16px;font-weight:400;display: flex;flex-wrap: wrap;align-items: center;gap:5px 10px;} 
    .item_list .info .prdprice span.won { font-size:15px; font-weight:400; color:#111111; } 
    .item_list .info .prdprice .sale_per{font-size: 20px; font-weight: 700; color: var(--point-color01);}
    .item_list .info .prdprice .price { color:var(--black-color03);} 
    .item_list .info .prdprice .price strong{font-size: 125%; font-weight: 700;}
    .item_list .info .prdprice strike {color:var(--black-color07); display:inline-block; font-weight:500; line-height: 1;} 
    .item_list .info .prdprice strike strong{font-weight: inherit;}
    .item_list .info .prdprice .percent { font-size:18px; color:var(--main-color); font-weight:700; margin-right:5px } 
    .item_list .info .prd-preview{display: none;}
    .item_list .info .prdbtn{display: none;}
    .item_list .info .prdbtn > span img { display:inline-block; margin:0 3px } 
    .item_list .info .prd-wish a { font-family: 'malgun gothic'; font-size: 14px; color: #000; }
    .item_list .info .prd-wish i.fa { margin-right: 4px; color: #c8c8c8; font-size: 22px; vertical-align: text-top; cursor:pointer; }
    .item_list .info .prd-wish i.fa-heart { display:none; color: #f41f3a; }
    .item_list .info .prd-wish .wish-on i.fa-heart { display:inline-block; }
    .item_list .info .prd-wish .wish-on i.fa-heart-o { display:none; }
    .item_list .thumb .cart_icon a::after { position: absolute; content: ""; width: 100%; height: 0; top: 0; left: 0; z-index: -1; background-color:var(--main-color); transition: all 0.3s ease; } 
    .item_list .thumb:hover .cart_icon a::after { top: auto; bottom: 0; height: 100%; } 
        /* over */
            .item_list:hover .thumb .btn_list{opacity: 1; pointer-events: all;}

    #searchWrap .sch-frm td .tb-left .CSSbuttonSearch { background-color:var(--main-color); border:1px solid var(--main-color) } 
    #searchWrap .sch-frm td .tb-left .CSSbuttonSearch:hover { color:var(--main-color) } 

/* paging */
    .paging { padding:40px 0; text-align:center; display:flex; flex-direction:row; justify-content:center; gap:6px; } 
    .paging a { font-family: 'Lato', sans-serif; display:inline-block; font-size:13px; color:#cccccc; width: 38px; font-weight:600; line-height: 38px; height: 38px; background-color:transparent; padding:0; box-sizing: border-box;} 
    .paging a:hover,
    .paging a.now,
    .paging .now { color:#fff; background-color:var(--main-color) } 
    .paging a.first,
    .paging a.prev,
    .paging a.next,
    .paging a.last { font-size:13px; font-family:dotum; } 
    .paging a.first,
    .paging a.last { letter-spacing:-4px } 

/* .item-wrap */
    .item-wrap { overflow: hidden; margin:0 auto; } 
    .item-wrap .item-hd { margin: 40px 0 20px 0 } 
    .item-wrap .nbg { background: none; text-align: center; } 
    .item-wrap .item-info { zoom: 1; overflow: hidden; padding: 35px 0 26px; margin-bottom:10px } 
    .item-wrap .item-info .count { color:#000; font-size:13px; font-weight:600; float:left; } 
    .item-wrap .item-info .count span { display:inline-block; font-weight:700; } 
    .item-wrap .item-info:after { display:block; clear:both; content:'' } 
    .item-wrap .item-info .item-total { float: left; font-size:14px; color:#7b7b7b } 
    .item-wrap .item-info .item-total span { color: #0e0d0d } 
    .item-wrap .item-info .item-order { float: right } 
    .item-wrap .item-info .item-order li {float: left;padding-left:10px;padding-right: 0;margin-left:10px;border-left:1px solid #dedede;line-height:12px;border-right: 0;} 
    .item-wrap .item-info .item-order li:first-child { border-left:none; } 
    .item-wrap .item-info .item-order li.nobg { padding-right:0; } 
    .item-wrap .item-info .item-order li a { font-size: 13px; color:#949494; font-weight:400; line-height:12px; vertical-align:top } 
    .item-wrap .item-info .item-order li a .on { color: #000 } 



/* BASIC css end */

