/* BASIC css start */
body{width:100%;}

#header{z-index: 9999; width: 100%; position: sticky; top: 0; background-color: #fff; border-bottom:1px solid #eee}
.head_inner{width: 100%; padding: 0 4%;margin: 0 auto;}
#header .top_banner{background-color: #000;width: 100%; text-align: center; }
#header .top_banner .head_inner{position: relative; }
#header .top_banner .head_inner p{text-align: center; color: #aaaaaa; font-size: 14px;padding: 11px 0; font-weight: 400;}
#header .top_banner .head_inner a.ban_close{position: absolute; top: 50%; transform: translateY(-180%); right: 640px;}
#header .top_banner .head_inner a.ban_close img{}
#header .head_cont{}
#header .head_cont .head_inner{display: flex; align-items: center; justify-content: space-between;background-color: #fff;}
#header .head_cont .head_inner>div{}
#header .head_cont .head_inner .head_left{display: flex; align-items: center; gap: 50px;}
#header .head_cont .head_inner .head_left h1.logo{}
#header .head_cont .head_inner .head_left h1.logo a{display: block;}
#header .head_cont .head_inner .head_left h1.logo a img{max-width: 200px; display: block;}
#header .head_cont .head_inner .head_left .ham{}
#header .head_cont .head_inner .head_left .ham a{}
#header .head_cont .head_inner .head_left .ham a{  width: 20px;height: 14px;display: block; position: relative;transition: all .4s;top: 0px;}
#header .head_cont .head_inner .head_left .ham a span{position: absolute;left: 0;width: 100%;height: 2px;background-color: #000;border-radius: 4px;transition: all .4s;}
#header .head_cont .head_inner .head_left .ham a span:nth-of-type(1) {top: 0;}     
#header .head_cont .head_inner .head_left .ham a span:nth-of-type(2) {top: 6px; width: 15px;}      
#header .head_cont .head_inner .head_left .ham a span:nth-of-type(3) {bottom: 0;}
/*#header .head_cont .head_inner .head_left .ham a.active-1 span:nth-of-type(1) {transform: translateY(5.8px) rotate(-45deg);}     */
#header .head_cont .head_inner .head_left .ham a.active-1 span:nth-of-type(2) {opacity: 0;}      
/*#header .head_cont .head_inner .head_left .ham a.active-1 span:nth-of-type(3) {transform: translateY(-5.8px) rotate(45deg);}*/
#header .head_cont .head_inner .head_middle{margin-left: 6%;}
#header .head_cont .head_inner .head_middle .cate_m{}
#header .head_cont .head_inner .head_middle .cate_m ul.main_m{display: flex; gap: 40px;}
#header .head_cont .head_inner .head_middle .cate_m ul.main_m>li{position: relative; height: 110px;}
#header .head_cont .head_inner .head_middle .cate_m ul.main_m>li:hover>a{color: var(--main-color);}
#header .head_cont .head_inner .head_middle .cate_m ul.main_m>li>a{display: block;line-height: 110px;font-family: 'Red Hat Display', sans-serif;color: #000; font-size: 18px; font-weight: 700;}
#header .head_cont .head_inner .head_middle .cate_m ul.sub_m{max-width: 200px;  position: absolute; top: 100%; left: 50%; z-index: 20; transform: translateX(-50%);width: max-content; background-color: rgba(255, 255, 255, 0.9); padding: 20px; display: none; max-height:60vh; overflow-y:auto;}
#header .head_cont .head_inner .head_middle .cate_m ul.sub_m>li{width: 100%;margin: 11px 0;}
#header .head_cont .head_inner .head_middle .cate_m ul.sub_m>li>a{display: block; text-align: center;width: 100%; color: #666666; font-size: 15px;font-weight: 400;}
#header .head_cont .head_inner .head_middle .cate_m ul.sub_m>li>a:hover{color: #000;}
#header .head_cont .head_inner .head_right{}
#header .head_cont .head_inner .head_right .user_m{display: flex; align-items: center; gap: 25px;}
#header .head_cont .head_inner .head_right .user_m>li{padding-bottom:0; height: 110px; display: flex; align-items: center ;justify-content: center;}
#header .head_cont .head_inner .head_right .user_m>li:hover{animation-iteration-count: infinite;animation-duration: 1s;animation-direction: alternate;animation-name: user_ani;}
#header .head_cont .head_inner .head_right .user_m>li>a{display: block; position: relative;}
#header .head_cont .head_inner .head_right .user_m>li>a img{}
#header .head_cont .head_inner .head_right .user_m>li>a span{position: absolute; display: flex; top: -2px; right: 20px; background-color: var(--main-color);  color: #fff; width: 17px; height: 17px; border-radius: 50%;font-size: 11px; align-items: center; justify-content: center;}
#header .head_cont .head_inner .head_right .user_m>li>a:has(span){padding-right: 11px;}
#header .head_cont .head_inner ul.user_m>li.my_btn{position: relative;text-align: center;}
.search{text-align: center;}
#header .head_cont .head_inner ul.user_m>li.my_btn:hover>ul.my_ul{display:flex}
#header .head_cont .head_inner ul.user_m>li.my_btn ul.my_ul{width: 100px; position: absolute; z-index: 10; top: 78%; background-color: transparent; left: 50%; transform: translateX(-50%); display: none; flex-direction: column; gap: 2px; }
#header .head_cont .head_inner ul.user_m>li.my_btn ul.my_ul li{width: 100%;}
#header .head_cont .head_inner ul.user_m>li.my_btn ul.my_ul li a{font-family: 'Red Hat Display', sans-serif;padding: 5px 0; display: block;color:#222; width: 100%; text-align: center; border: 1px solid #000; background:#fff}
#header .head_cont .head_inner ul.user_m>li.my_btn ul.my_ul li:first-child a{ background:#222; color:#fff}
@keyframes user_ani {
    0%{padding-bottom:0;}
    30%{padding-bottom:15px;}
    65%{padding-bottom:0px;}
    100%{padding-bottom:15px;}
}
/* 헤더 서치 영역 */
#header .head_inner li.li_search{margin-top:-2px}
#header .head_inner li.li_search .search fieldset{position:relative; transition: all .5s;}
#header .head_inner li.li_search .search fieldset input{transition:all .4s;width:0; height:100%; background:none !important; border:none !important}
#header .head_inner li.li_search .search fieldset a{display:inline-block}

#asi{position: absolute;width: 100%; top: 80%; background-color: #fff;opacity: 0;display: none;transition: opacity .4s,top .4s;  border-bottom:1px solid #eee}
#asi.show1{display: block;}
#asi.show2{top:100%; opacity: 1;border: 1px solid #ddd;}
#asi .asi_inner{width: 1400px; margin: 0 auto;display: flex; justify-content: space-between; flex-direction: row;padding: 50px 0 60px;}
#asi .asi_inner>div{max-height:500px; overflow-y:auto; }
#asi .asi_inner .asi_left{max-width: 900px;}
#asi .asi_inner .asi_left .cate_m{}
#asi .asi_inner .asi_left .cate_m ul.main_m{display: flex; flex-direction: column; gap: 40px;}
#asi .asi_inner .asi_left .cate_m ul.main_m>li{display: flex; align-items: center;  transition: transform .7s, opacity .5s; transform: translateX(-60px); opacity: 0;}
#asi.show2 .asi_inner .asi_left .cate_m ul.main_m>li{transform: translateX(0px); opacity: 1;}
#asi .asi_inner .asi_left .cate_m ul.main_m>li>a{display: block; width: 200px;transition: all .2s; min-width: 200px;font-family: 'Red Hat Display', sans-serif; color: #000; font-size: 18px; font-weight: 700; position: relative;}
#asi .asi_inner .asi_left .cate_m ul.main_m>li:hover>a{padding-left: 9px;}
#asi .asi_inner .asi_left .cate_m ul.main_m>li:hover>a::before{left: 0; opacity: 1;}
#asi .asi_inner .asi_left .cate_m ul.main_m>li>a::before{content: ""; display: block; transition: all .2s;position: absolute; left: -9px; opacity: 0; top: 50%; transform: translateY(-50%); width: 5px; height: 5px; background-color: #000; border-radius: 50%;}
#asi .asi_inner .asi_left .cate_m ul.sub_m{display: flex; align-items: center; gap: 15px 25px; flex-wrap: wrap;}
#asi .asi_inner .asi_left .cate_m ul.sub_m>li{}
#asi .asi_inner .asi_left .cate_m ul.sub_m>li>a{display: block; width: max-content; color:#666666; font-size: 15px; font-weight: 500;}
#asi .asi_inner .asi_left .cate_m ul.sub_m>li>a:hover{color: var(--main-color); text-decoration: underline;}
#asi .asi_inner .asi_right{display: flex; justify-content: right; gap: 50px;}
#asi .asi_inner .asi_right .asi_ban{} 
#asi .asi_inner .asi_right .asi_ban>a{display: block;}
#asi .asi_inner .asi_right .asi_ban>a>img{max-width: 250px;}
#asi .asi_inner .asi_right .asi_close{}
#asi .asi_inner .asi_right .asi_close>a{display: block;}
#asi .asi_inner .asi_right .asi_close>a>img{}
#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{}
#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);}


inner_sub

/* GNB서브 */
.inner_sub .gnb_sub{background: #fff;display:none;overflow:hidden;position:absolute;z-index:301;left:0;top:69px;width:100%; padding-top:1px; border: 1px solid #ddd; background-image: url(); background-repeat: no-repeat;  background-position: top;}
.inner_sub{margin-top: -1px;padding: 25px 0 280px 85px;width: 100%; margin: 0 auto; background: #fff; font-size: 0; background-image: url(); background-repeat: no-repeat; background-position: top;  border-top: 0; background-size: contain;}
.gnb_sub{display: flex;
    flex-direction: row;width: 100%;}
.inner_sub .size_over{overflow-x:hidden;overflow-y:auto}
.inner_sub .gnb_sub .gnb_menu{width: 170px; display: inline-block; vertical-align: top; margin-right: 36px; margin-bottom: 20px;}    
.inner_sub .gnb_sub .gnb_menu:nth-child(6n){margin-right:0 !important;}
.inner_sub .gnb_sub .gnb_menu li{
width: 100%;
    text-align: left;
    min-width: 110px;
    max-width: 160px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.inner_sub .gnb_sub .gnb_menu li:first-child{padding-top:0}
.inner_sub .gnb_sub .menu{display:block;overflow:hidden;width:100%;height:40px;padding:8px 0 0 0;cursor:pointer}
.inner_sub .gnb_sub .gnb_menu li:first-child .menu{height:39px;padding-top:7px;border-bottom: 1px solid #dadada;}
.inner_sub .gnb_sub .current .menu{background:#f7f7f7}
.inner_sub .gnb_sub .current .txt,
.inner_sub .gnb_sub .menu.on.off:hover .txt,
.inner_sub .gnb_sub .menu.on .txt{font-weight:700;color:#94223e}
.inner_sub .gnb_sub .ico{float:left;width:24px;height:24px}
.inner_sub .gnb_sub .ico img{width:24px;height:24px}
.inner_sub .gnb_sub .ico .ico_off{display:block}
.inner_sub .gnb_sub .ico .ico_on{display:none}
.inner_sub .gnb_sub .current .ico_off,
.inner_sub .gnb_sub .menu.on .ico_off,
.inner_sub .gnb_sub .menu:hover .ico_off{display:none}
.inner_sub .gnb_sub .current .ico_on,
.inner_sub .gnb_sub .menu.on .ico_on,
.inner_sub .gnb_sub .menu:hover .ico_on{display:block}
.inner_sub .gnb_sub .ico_arrow{display:none;float:right;width:16px;height:17px;padding:6px 9px 0 0}
.inner_sub .gnb_sub .ico_arrow img{width:7px;height:11px}
.inner_sub .gnb_sub .current .ico_arrow{display:block}
.inner_sub .gnb_sub .txt{float:left;padding:0 4px 0 0px;font-weight:600;font-size:17px;color:#333;line-height:31px;white-space:nowrap}
.inner_sub .gnb_sub .ico_new{overflow:hidden;float:left;width:14px;height:14px;margin-top:5px;background-position:50% 50%;background-repeat:no-repeat;background-size:14px 14px;font-size:0;line-height:0;text-indent:-9999px}
.inner_sub .gnb_sub .sub_menu{width: 170px;
    display: inline-block;
    vertical-align: top;
    margin-right: 50px;
    margin-bottom: 20px;}
.inner_sub .gnb_sub .current .sub_menu{z-index:1;opacity:1;transition:opacity 0.5s}
.inner_sub .gnb_sub .sub_menu li:first-child{padding-top:11px}
.inner_sub .gnb_sub .sub_menu .sub{display: block;overflow: hidden;height: 34px;font-size: 15px;color: #5c5c5c;cursor: pointer;font-weight: 400; white-space: pre; text-overflow: ellipsis; overflow: hidden;}
.inner_sub .gnb_sub .recommend{overflow:hidden;width:349px;padding:11px 0 0 22px}

.inner_sub .gnb_sub .recommend li{float:left;width:160px;height:160px;padding:0 10px 0 0}
.inner_sub .gnb_sub .recommend li:first-child{padding-top:0}
.inner_sub .gnb_sub .recommend .sub{text-align: center;display:block;overflow:hidden;width:145px;height:auto;padding:0;cursor:pointer}
.inner_sub .gnb_sub .recommend .thumb{display:block;margin-bottom:8px;background-position:50% 50%;background-repeat:no-repeat;background-size:cover}
.inner_sub .gnb_sub .recommend .thumb img{width:100%;}


/* 다찾다 자동완성*/
.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; *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; }

.main-top-nvkdixn01{position:absolute; display: inline; margin:13px 0px 0px 113px;z-index:999;}
.main-top-nvkdixn02{position:absolute; display: inline; margin:13px 0px 0px 277px;z-index:999;}
.main-top-nvkdixn03{position:absolute; display: inline; margin:13px 0px 0px 426px;z-index:999;}

@media (max-width: 1800px) {
    #header .head_cont .head_inner .head_middle .cate_m ul.main_m{gap: 30px;}
    #header .head_inner li.li_search .search fieldset a p{display: none;}
    #header .head_cont .head_inner ul.user_m>li.my_btn a p{display: none;}
    #header .head_cont .head_inner ul.user_m>li.my_btn a p{display: none;}
    #header .head_cont .head_inner ul.user_m>li.my_btn a p{display: none;}
    
    #header .head_cont .head_inner .head_right .user_m>li>a img{height: 16px;}
    #header .head_cont .head_inner .head_right .user_m>li>a img{height: 16px;}
    #header .head_cont .head_inner .head_right .user_m>li>a img{height: 16px;}
    
    #header .head_inner li.li_search .search fieldset a img{height: 16px;}
    #header .head_cont .head_inner .head_left{max-width: 120px;}
    #header .head_cont .head_inner .head_left{gap: 10px;}
    #header .head_cont .head_inner .head_middle .cate_m ul.main_m>li>a{font-size: 14px;}
    #header .head_cont .head_inner .head_left h1.logo a img{max-width: 140px;}
    #header .head_cont .head_inner .head_left .ham{font-size:14px;}
    .main-top-nvkdixn01{display: none;}
    .main-top-nvkdixn02{display: none;}
    .main-top-nvkdixn03{display: none;}
}
@media (max-width: 1400px) {
    #header .head_cont .head_inner .head_middle .cate_m ul.main_m{gap: 20px;}
    #header .head_inner li.li_search .search fieldset a p{display: none;}
    #header .head_cont .head_inner ul.user_m>li.my_btn a p{display: none;}
    #header .head_cont .head_inner ul.user_m>li.my_btn a p{display: none;}
    #header .head_cont .head_inner ul.user_m>li.my_btn a p{display: none;}
    
    #header .head_cont .head_inner .head_right .user_m>li>a img{height: 16px;}
    #header .head_cont .head_inner .head_right .user_m>li>a img{height: 16px;}
    #header .head_cont .head_inner .head_right .user_m>li>a img{height: 16px;}
    
    #header .head_inner li.li_search .search fieldset a img{height: 16px;}
    #header .head_cont .head_inner .head_left{max-width: 120px;}
    #header .head_cont .head_inner .head_left{gap: 10px;}
    #header .head_cont .head_inner .head_left .ham a span{display: none;}
    #header .head_cont .head_inner .head_middle .cate_m ul.main_m>li>a{font-size: 12px;}
    #header .head_cont .head_inner .head_left h1.logo a img{max-width: 140px;}
    .main-top-nvkdixn01{display: none;}
    .main-top-nvkdixn02{display: none;}
    .main-top-nvkdixn03{display: none;}
}
/* BASIC css end */

