/* BASIC css start */
body{min-width:1675px}
.dn{display:none;}

#header{position: fixed; top: 0; height: 100px; background-color: #fff; width: 100%; z-index:18; padding-left:155px}
#header .head_inner{width: 100%;padding-right:75px; background-color: #fff;  height: 100%;  line-height: 100px;padding-left:40px;}
#header .head_inner h1.logo{float: left; margin-right: 26px; margin-top:24px}
#header .head_inner h1.logo a{display: block;}
#header .head_inner h1.logo a img{}
#header .head_inner .search{width: 335px; height: 45px; float: left; margin-top: 27px;}
#header .head_inner .search fieldset{height: 40px; width:100%; margin:0 auto; border:3px solid #000; position:relative; border-radius:25px}
#header .head_inner .search input{font-weight:500;font-family: 'Noto Sans KR', sans-serif;font-size:14px; background:none !important; border:none; width:90%; height:100%; float:left; padding-left:25px}
#header .head_inner .search input::placeholder{color:#c3c3c3}
#header .head_inner .search .search_icon{position:absolute; top:50%; transform:translateY(-50%); right:20px; display:inline-block;text-indent:-9999px; width:19px; height:20px; float:right; background:url(//skin.makeshop.co.kr/skin/leaflet/PC_img/search.png) no-repeat center center; background-size:contain}
#header .head_inner .user_icon{float: right;}
#header .head_inner .user_icon ul{}
#header .head_inner .user_icon>ul>li{display: inline-block; margin-left: 24px;}
#header .head_inner .user_icon ul li a{}
#header .head_inner .user_icon ul li a img{}
#header .head_inner .user_icon ul li.li_cart{}
#header .head_inner .user_icon ul li.li_cart a{position: relative;}
#header .head_inner .user_icon ul li.li_cart span{font-weight:500; font-family: 'Josefin Sans', sans-serif;position: absolute; right: -10px; top: -10px ;background-color: #000; color: #fff;border-radius: 10px; font-size: 10px; width: 19px; height: 14px; display: inline-block; line-height: 15px; text-align: center;}
#header .head_inner .user_icon ul li.cart_btn img{height:26px;}
#header .head_inner .user_icon ul li.li_wish{}
#header .head_inner .user_icon ul li.li_my{position: relative; padding-bottom:20px;}
#header .head_inner .user_icon ul li.li_my ul.my_ul{position: absolute; opacity:0; visibility:hidden; width: 144px; height: 156px; background:#fff; border-radius:15px; padding:24px; box-sizing:border-box; filter: drop-shadow(4px -1px 8px rgba(0, 0, 0, 0.08)); top: 107px; right: -30px; transition:all .3s ease;}
#header .head_inner .user_icon ul li.li_my:hover ul{opacity:1; visibility:visible; top:87px;}
#header .head_inner .user_icon ul li.li_my ul:before{content:''; display:inline-block; width:10px; height:10px; position:absolute; top:-5px; right:36px; margin-left:-5px; background:#fff; transform:rotate(45deg);}
#header .head_inner .user_icon ul li.li_my ul.my_ul li{line-height:17px; margin-bottom:10px;}
#header .head_inner .user_icon ul li.li_my ul.my_ul li a{color:#999; font-size:12px; font-weight:bold;}
#header .head_inner .user_icon ul li.li_my ul.my_ul li a:hover{color:#000; border-bottom:1px solid #000;}
#header .head_inner .user_icon ul li.li_subscribe{position: relative; padding-bottom:20px;}
#header .head_inner .user_icon ul li.li_subscribe p{width: 112px; height: 40px; background: var(--main-color); border-radius: 40px; line-height: 40px; text-align: center;}
#header .head_inner .user_icon ul li.li_subscribe p a{font-size:13px; font-weight:700; color:#fff; display:block; line-height: 40px;}
#header .head_inner .user_icon ul li.li_subscribe p img{margin-left:6px;}
#header .head_inner .user_icon ul li.li_subscribe ul{position: absolute; opacity:0; visibility:hidden; width: 144px; height: 156px; background:#fff; border-radius:15px; padding:24px; box-sizing:border-box; filter: drop-shadow(4px -1px 8px rgba(0, 0, 0, 0.08)); top: 80px; left: 50%; margin-left: -72px; transition:all .3s ease;}
#header .head_inner .user_icon ul li.li_subscribe:hover ul{opacity:1; visibility:visible; top:57px;}
#header .head_inner .user_icon ul li.li_subscribe ul:before{content:''; display:inline-block; width:10px; height:10px; position:absolute; top:-5px; left:50%; margin-left:-5px; background:#fff; transform:rotate(45deg);}
#header .head_inner .user_icon ul li.li_subscribe ul li{line-height:17px; margin-bottom:10px;}
#header .head_inner .user_icon ul li.li_subscribe ul li a{color:#999; font-size:12px; font-weight:bold;}
#header .head_inner .user_icon ul li.li_subscribe ul li a:hover{color:#000; border-bottom:1px solid #000;}

aside ul{display: flex; flex-direction: column !important; }
aside li{}
aside{background-color: #fff; position: fixed; left: 0; top: 0; height: 100vh; width: 155px; z-index:20;border-right: 1px solid #eee;  }
.asi_inner{ height: 100vh; margin: 0 0 0 23px; overflow-y: auto; -ms-overflow-style: none; scrollbar-width: none; padding-bottom:20px;}
.asi_inner::-webkit-scrollbar{display: none;}
.asi_inner .asi_btn{width: 100%; height: 100px; background-color: #fff; line-height: 100px;position:relative}
.asi_inner .asi_btn p{ position:absolute; left:-100px; top:50%; transform:translateY(-50%); transition: left .5s}
.asi_inner .asi_btn p.p_show{left:0}
.asi_inner .asi_btn p span{color: #d9ba4d; font-size:14px; font-weight:500;font-family: 'Noto Sans KR', sans-serif; border-bottom: 1px solid #d9ba4d }
.asi_inner .asi_btn p img{}
.asi_inner .asi_btn .ham{display: inline-block;}
.asi_inner .asi_btn .ham a {opacity:1; transition: opacity .4s;margin-top:-7px;display:inline-block}
.asi_inner .asi_btn .ham a.ham_hide{opacity:0}
.asi_inner .asi_btn .ham a img{}
.bg{position: fixed;width: 405px; height: 100vh; background-color: #fff; left: -405px; top: 0; transition: left .4s, opacity .4s;z-index:19;border-right: 1px solid #eee; opacity:0 }
.bg.move1{left: 155px; opacity: 0;}
.bg.move2{opacity: 1;}
.bg>div{}
.bg1{ width: 200px; float: left; height: 100%; border-right: 1px solid #eee;}
.bg2{ width: 205px; float: left; height: 100%; border-right: 1px solid #eee;}
.bg2 .asi_close{position: absolute; right: 30px; top: 35px;}
.bg2 .asi_close a{}
.bg2 .asi_close a img{}
aside nav{margin-top: 87px; margin-right:23px;}
aside nav li a{font-size: 14px;font-family: 'Noto Sans KR', sans-serif; transition: color .1s, border-bottom .1s;}
aside nav li:hover>a{color: var(--main-color) !important;text-decoration:underline;}
aside nav .main_m{position: relative;}
aside nav .main_m>li{line-height:48px; display: block; border-bottom:1px solid #eee;}
aside nav .main_m>li>a{font-size: 14px; font-weight: 600; color:#222}
aside nav .main_m>li .plus{position:absolute; right:0; background:url(/design/whatson/img/pc/ic_plus.png)no-repeat right center; width:8px; height:8px; display:inline-block; padding:24px 0 24px 20px; cursor:pointer;}
aside nav .main_m>li .plus.on{background:url(/design/whatson/img/pc/ic_minus.png)no-repeat right center; width:8px; height:2px;}
aside nav .sub1_m{padding-bottom:0; height:0; opacity:0; visibility:hidden; transition:all .3s ease;}
aside nav .sub1_m.on{opacity:1; visibility:visible; height:auto; padding-bottom:14px;}
aside nav .sub1_m.show1{display: block;}
aside nav .sub1_m.show2{opacity:1;}
aside nav .sub1_m>li{display: block; font-size:12px; line-height:24px;}
aside nav .sub1_m>li>a{color: #595959; }
aside nav .sub2_m{padding:0 40px;position: absolute; left: 200px; top: 0;display: none; z-index: 11;opacity:0; transition: opacity .7s}
aside nav .sub2_m.show1{display: block;}
aside nav .sub2_m.show2{opacity:1;}
aside nav .sub2_m>li{margin-bottom:20px;display: block; width:105px;text-overflow: ellipsis; overflow: hidden;}
aside nav .sub2_m>li>a{ color: #555; }
aside .etc_m{margin-top: 80px; margin-right:23px; border-top:1px solid #000; }
aside .etc_m ul{padding-top:14px;}
aside .etc_m ul li{margin-bottom:8px;display: block;}
aside .etc_m ul li a{font-size: 14px; font-weight: 600; color:#222;font-family: 'Noto Sans KR', sans-serif; }
aside .etc_m li:hover>a{color: var(--main-color) !important;text-decoration:underline;}
aside .try_m{margin-top:80px; margin-right:19px;}
aside .try_m .txt1{font-size:18px; font-weight:700; }
aside .try_m .txt2{padding:8px 0 16px;}
aside .try_m .txt2 b{display:block;}
aside .try_m .txt3{padding:8px 0 16px; color:#595959; line-height:18px;}
aside .try_m .btn_subscribe{width:100%; height: 40px; background: var(--main-color); border-radius: 40px; line-height: 40px; text-align: center; font-size: 13px; font-weight: 700; display: block; color:#fff; margin-bottom:32px;}
aside .try_m .btn_experience{width:100%; height: 40px; border:2px solid #000; border-radius: 40px; line-height: 40px; text-align: center; font-size: 13px; font-weight: 700; display: block;}

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


/* BASIC css end */

