/* BASIC css start */
#mask { display:none; position:fixed; top:0; left:0; right:0; bottom:0; width:100%; height:100%; background:rgba(0,0,0,0.6); z-index:200 }
#fix_area { display:none;}

/* 띠배너 */
.top_banner {}
.top_banner .inner {background:#deadad;}
.top_banner .inner p {text-align:center; line-height:40px; color:#fff;}

/* 탑배너 */
header .top_bnr_area { z-index:19; text-align: center; }
header .top_bnr_area .tb_box { position:relative; width: 100%; margin:0 auto; }
.top_bnr_area { position:relative }
.top_bnr_area .close_btn { position:absolute; top: 50%; transform: translateY(-50%); right: 45px; }

/* header */
header {}
header .header {transition:all .3s ease;}
header.fixed .header {position:fixed; top:0; left: 0; right: 0;  width:100%; padding:0px 66px 0px 66px;  background:#fff; z-index:100; box-shadow: 0px 5px 10px -10px;}
/* header .inner {max-width:1500px; margin:0 0 0 0; position:relative;} */
header .inner {width:100%; max-width:1680px; margin:0 auto;padding:0;display:flex; align-items:center; flex-direction:row;flex-grow:1;flex-wrap: wrap;justify-content: space-between; position:relative;}
header .inner .logo {position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%);}

header .inner > ul {display:inline-block;}
header .inner > ul > li {display:inline-block; margin-left:20px; position:relative;}
header .inner > ul > li > a {line-height:100px; font-weight:500; font-size:16px; display:block; }
header .inner > ul > li a {transition: all .5s ease; -webkit-transition: all .5s ease;}
header .inner > ul > li a:hover {opacity:1;}

header .inner .logo_1 {float:left; margin-left:0;}
header .inner .logo_1 > ul {display:inline-block;}
header .inner .logo_1 li {display:inline-block; margin-left:0px; position:relative;}

header .inner .left_menu_1 {margin:0 auto; width: 35%; min-width:350px; justify-content:space-between; position:relative; display: flex;}
header .inner .left_menu_1 li {margin-left:25px; padding-bottom: 11px;}

header .inner .right_mt .right_tp {display: flex; justify-content: space-between;}
header .inner .right_mt .right_bt {display: flex; justify-content: space-between;}

header .inner .right_mt .right_tp .right_menu {float:right; display:block;}
header .inner .right_mt .right_tp .right_menu li {margin-left:3px; position: relative;}
header .inner .right_mt .right_tp .right_menu li a {font-family: 'Noto Sans KR', sans-serif; font-size: 13px; color: #505050; font-weight: 600; line-height:230%;}
header .inner .right_mt .right_tp .right_menu li p {font-size: 11px;}
header .inner .right_mt .right_tp .right_menu li a b {color:#ce7777;}

header .inner ul.depth01 {position:absolute; z-index:10; padding:10px 0; background-color: rgba(255, 255, 255, 0.9); left: 50%; transform: translateX(-50%); top: 120px; visibility: hidden; opacity: 0; transition:all .3s ease; border: 1px solid #dcdcdc; border-radius: 10px; box-sizing:border-box;}
header .inner ul.depth01.on {visibility: visible; opacity: 1; top:111px;}
header .inner ul.depth01:before {content:''; display:inline-block; width:10px; height:10px; background-color: rgba(255, 255, 255, 0.9); border:1px solid #dcdcdc; border-width:0 0 1px 1px; transform: rotate(135deg); position: absolute; left: 50%; margin-left: -5.5px; top: -7px;}
header .inner ul.depth01 li {padding: 7px 0; width:132px; text-align:center; margin-left:0px;}
header .inner ul.depth01 li a {font-size:14px; display:inline-block; word-break:break-all; height:30px;}
header .inner ul.depth01 li .menu_arrow {display:inline-block; padding-left:5px; opacity:0;}
header .inner ul.depth01 li:hover > .menu_arrow {opacity:1;}
header .inner ul.depth01 > li {position:relative;}
header .inner ul.depth01 ul {padding:10px 0; background-color: rgba(255, 255, 255, 0.9); visibility: hidden; opacity: 0; transition:all .3s ease; border: 1px solid #dcdcdc; border-radius: 10px; box-sizing:border-box;}
header .inner ul.depth01 ul.on {visibility: visible; opacity: 1;}
header .inner ul.depth02 {position:absolute; right:-140px; top:-10px;}
header .inner ul.depth03 {position:absolute; right:-140px; top:0;}
header .inner ul.depth03 li {padding: -10px 0; text-align:center;}
header .inner .left_menu {}

header .inner .right_mt .right_tp ul.depth04 {position:absolute; z-index:11; padding:10px 0; background-color: rgba(255, 255, 255, 0.9); left: 50%; transform: translateX(-50%); top: 63px; visibility: hidden; opacity: 0; transition:all .3s ease; border: 1px solid #dcdcdc; border-radius: 10px; box-sizing:border-box;}
header .inner .right_mt .right_tp ul.depth04.on {visibility: visible; opacity: 1; top:52px;}
header .inner .right_mt .right_tp ul.depth04:before {content:''; display:inline-block; width:10px; height:10px; background-color: rgba(255, 255, 255, 0.9); border:1px solid #dcdcdc; border-width:0 0 1px 1px; transform: rotate(135deg); position: absolute; left: 50%; margin-left: -5.5px; top: -7px;}
header .inner .right_mt .right_tp ul.depth04 li {padding: 7px 0; width:132px; text-align:center; margin-left:0px;}
header .inner .right_mt .right_tp ul.depth04 li a {font-size:14px; display:inline-block; word-break:break-all; height:30px;}
header .inner .right_mt .right_tp ul.depth04 li .menu_arrow {display:inline-block; padding-left:5px; opacity:0;}
header .inner .right_mt .right_tp ul.depth04 li:hover > .menu_arrow {opacity:1;}
header .inner .right_mt .right_tp ul.depth04 > li {position:relative;}
header .inner .right_mt .right_tp ul.depth04 ul {padding:10px 0; background-color: rgba(255, 255, 255, 0.9); visibility: hidden; opacity: 0; transition:all .3s ease; border: 1px solid #dcdcdc; border-radius: 10px; box-sizing:border-box;}
header .inner .right_mt .right_tp ul.depth04 ul.on {visibility: visible; opacity: 1;}

/* 카테고리 */

#close_btn {padding: 8px;width: 40px;height: 40px; position: absolute; top: 9px; right: 7px;}
#close_btn img {width:95%}

aside {position:fixed; width:100%; height:100%; left:0; bottom:0;overflow-y:auto; -webkit-overflow-scrolling: touch; z-index:999999; display:none; background: #fff;}
aside .asideTop {position:relative; text-align:right; background: #FFFFFF;}

aside .search {height:35px; position:relative; left:0; right:0; padding-right:45px; text-align:center; border-bottom: 1px solid #FFF; padding: 20px;}
aside .search .searchBox {width:100%;}
aside .search .searchBox input {width: 100%; height: 37px; border: 0px none; margin-top: 6px; font-size: 15px; padding: 0; font-family: roboto;border-radius: 50px; text-indent: 15px;line-height: 37px; border: 1px solid #111111;}
aside .search .btn_search {width: 45px; height: 42px; line-height: 50px;   position: absolute; bottom: 7px;  right: 23px; color: #fff; text-align: center;;}
aside .search .btn_search img{width: 23px; vertical-align: inherit;}

aside nav li {border-bottom:1px solid #ededed; position:relative;}
aside nav li a {display: block; height: 45px; line-height:45px; padding:0 0 0 20px; margin-right: 40px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 15px; color: #000;}
aside nav li .fa {position: absolute; top:0; right: 0; width: 40px; text-align: center; height: 45px; line-height:45px;}
aside nav li > ul {background-color:#fafafa; display:none; border-top:1px solid #ededed;}
aside nav li > ul > li {border-bottom:0px none; border-top:1px solid #ededed;}
aside nav li > ul > li:first-child {border-top:0px none;}
aside nav li > ul > li a {padding:0 40px 0 30px; margin: 0;font-size: 14px;color: #787878 !important;}
aside nav li > ul > li > ul {border-top:0px none; border-top:1px solid #ccc;}
aside nav li > ul > li > ul > li {border-bottom:0px none;}
aside nav li > ul > li > ul > li a {padding:0 0 0 40px; margin: 0; background-color: #DDDDDD;}
aside nav li.no-line{margin-top:0 !important; border-bottom:0 !important;}
aside nav li.plan{text-align: center; padding-top: 25px; display: table; padding: 25px 10px; width:100%; justify-content: space-between;}
aside nav li.plan .plansp {width:15%; display:inline-block; text-align: center; margin: 0 5px 0 5px;}
aside nav li.plan a{ margin-bottom: 10px !important; display:inline-block; width:100%; height: inherit; line-height: inherit; padding: 0 !important; margin: 0; border: 1px solid #ededed;}
aside nav li.plan a:nth-child(odd){float: left;}
aside nav li.plan a:nth-child(even){float:right;}
aside nav li.plan a img{width:100%; }
aside nav li.plan a em{display: block; text-align: center; padding: 13px;font-size: 15px; color: #646464;}

aside .asideBottom {text-align: center;padding: 12px; background: #fafafa;}
aside .asideBottom ul{margin-top: -5px;display: inline-block; width: 100%;}
aside .asideBottom ul li{ text-align: center; width: 22%; display: inline-block;}
aside .asideBottom ul li a{display: block; height: 45px;}
aside .asideBottom ul li p{font-size: 12px; }
aside .asideBottom ul li img{}
aside .asideBottom ul li{}
aside .asideBottom ul li.mico01 a{background:url('/design/cosmetree/top/ham_ico01.png') no-repeat;background-position: center;background-size: 23px;}
aside .asideBottom ul li.mico02 a{background:url('/design/cosmetree/top/ham_ico02.png') no-repeat;background-position: center;background-size: 25px;}
aside .asideBottom ul li.mico03 a{background:url('/design/cosmetree/top/ham_ico03.png') no-repeat;background-position: center;background-size: 23px;}
aside .asideBottom ul li.mico04 a{background:url('/design/cosmetree/top/ham_ico04.png') no-repeat;background-position: center;background-size: 25px;}


aside h1 {padding: 20px 20px 13px;}    
aside h1 a{color:#fff !important; display: block; text-align: left; font-size: 26px;  font-family: roboto; font-weight: 900; letter-spacing: 5px;line-height: 7px;}
aside h1 a img{width: 90%;}
/* //카테고리 */

/* 모바일 스타일 */
header .inner .headerBottomLeft {display: none;}
header .inner .headerBottomLeft {float:left; margin: 22px 2px;}
header .inner .headerBottomLeft img {width: 23px;}

header .inner .right_mt .right_bt .right_menus {display:block; margin-left: auto;}
header .inner .right_mt .right_bt .right_menus li {margin-left:3px;}
header .inner .right_mt .right_bt .right_menus li a {font-family: 'Noto Sans KR', sans-serif; font-size: 13px; color: #505050; font-weight: 600; line-height:100%;}
header .inner .right_mt .right_bt .right_menus li p {font-size: 11px;}
header .inner .right_mt .right_bt .right_menus li a b {color:#ce7777;}


header .inner .right_mt .right_bt .right_menus .search {width: 100%; height: 100%; margin-bottom:-10px; }
header .inner .right_mt .right_bt .right_menus .search fieldset {height: 24px; width:100%;  border-bottom:1px solid #222; position:relative;}
header .inner .right_mt .right_bt .right_menus .search input {font-weight:bold;font-size:13px; background:none !important; border:none; width:85%; height:100%; float:left}
header .inner .right_mt .right_bt .right_menus .search .search_icon {position:absolute; top:50%; transform:translateY(-50%); right:0; display:inline-block;text-indent:-9999px; width:20px; height:19px; float:right; background:url(//skin.makeshop.co.kr/skin/codlab10/trendy/PC_img/search.png) no-repeat center center; background-size:contain}
header .inner .right_mt .right_bt .right_menus .search input::placeholder {color: #ababab;font-size: 14px; font-weight:400}
header .inner .right_mt .right_bt .right_menus .search .m_search {display: none;}

header .inner .right_mt .right_tp .right_menu li.ico01 {background:url('/design/cosmetree/top/ham_ico01.png') no-repeat;background-position: top;background-size: 20px;}
header .inner .right_mt .right_tp .right_menu li.ico02 {background:url('/design/cosmetree/top/ham_ico02.png') no-repeat;background-position: top;background-size: 23px;}
header .inner .right_mt .right_tp .right_menu li.ico03 {background:url('/design/cosmetree/top/c2.png') no-repeat;background-position: top;background-size: 23px;}
header .inner .right_mt .right_tp .right_menu li.ico04 {background:url('/design/cosmetree/top/ico04.jpg') no-repeat;background-position: top;background-size: 23px; background-repeat: no-repeat;}
header .inner .right_mt .right_bt .right_menus li.ico05 a{}


header .inner .right_mt .right_tp .right_menu li:nth-child( 1 ) {display: inline-block;}
header .inner .right_mt .right_tp .right_menu li:nth-child( 2 ) {display: inline-block;}
header .inner .right_mt .right_tp .right_menu li:nth-child( 3 ) {display: none;}
header .inner .right_mt .right_tp .right_menu li:nth-child( 4 ) {display: none;}
header .inner .right_mt .right_tp .right_menu li:nth-child( 5 ) {display: inline-block;}
header .inner .right_mt .right_tp .right_menu li:nth-child( 6 ) {display: none;}
header .inner .right_mt .right_tp .right_menu li:nth-child( 7 ) {display: inline-block;}
header .inner .right_mt .right_tp .right_menu li:nth-child( 8 ) {display: none;}


header .inner .right_mt .right_tp .right_menu .depth04 li:nth-child( 1 ) {display: inline-block;}
header .inner .right_mt .right_tp .right_menu .depth04 li:nth-child( 2 ) {display: inline-block;}
header .inner .right_mt .right_tp .right_menu .depth04 li:nth-child( 3 ) {display: inline-block;}
header .inner .right_mt .right_tp .right_menu .depth04 li:nth-child( 4 ) {display: inline-block;}
header .inner .right_mt .right_tp .right_menu .depth04 li:nth-child( 5 ) {display: inline-block;}
header .inner .right_mt .right_tp .right_menu .depth04 li:nth-child( 6 ) {display: inline-block;}
header .inner .right_mt .right_tp .right_menu .depth04 li:nth-child( 7 ) {display: inline-block;}
header .inner .right_mt .right_tp .right_menu .depth04 li:nth-child( 8 ) {display: inline-block;}

header .inner .user_icon{float:right; display:none;}
header .inner .user_icon ul{display: flex;}
header .inner .user_icon ul li{margin-left: 3px;margin-right: 10px;}
header .inner .user_icon ul li a{display: block; width: max-content;}
header .inner .user_icon ul li a img{transform: scale(.66); transform-origin: right center;}
header .inner .user_icon ul li.li_cart{}
header .inner .user_icon ul li.li_cart a{position: relative;}
header .inner .user_icon ul li.li_cart a span{font-family: 'Jost', sans-serif;display: inline-block; position: absolute; background-color: #000; color: #fff; font-size: 10px; right: -10px; top: 1; width: 16px; height: 16px; text-align: center; line-height: 16px; border-radius: 50%;}


@media all and (max-width:1024px) {
header.fixed .header {padding:0px 0px 0px 0px;}
header .inner .headerBottomLeft {display: inline-block;}
header .inner . ul, {margin:0 auto;padding:0;}
header .inner .logo_1 {display:flex;align-items:center;max-width:210px;max-height:50px;flex-basis:80%;overflow:hidden;}
header .inner .logo_1 a {font-size:25px;white-space:nowrap;text-overflow:ellipsis;width:100%;overflow:hidden;text-align:center;}
header .inner .logo_1 img {max-width:210px;max-height:50px;}
header .inner .left_menu_1 {display:none;}

header .inner .left_menu_1 li {margin-left:5px;}
header .inner .right_mt {float: left; display: flex; }

header .inner .right_mt .right_tp {}
header .inner .right_mt .right_bt {}


header .inner .right_mt .right_tp .right_menu li:nth-child( 1 ) {display: none;}
header .inner .right_mt .right_tp .right_menu li:nth-child( 2 ) {display: none;}
header .inner .right_mt .right_tp .right_menu li:nth-child( 3 ) {display: inline-block;}
header .inner .right_mt .right_tp .right_menu li:nth-child( 4 ) {display: inline-block;}
header .inner .right_mt .right_tp .right_menu li:nth-child( 5 ) {display: none;}
header .inner .right_mt .right_tp .right_menu li:nth-child( 6 ) {display: inline-block;}
header .inner .right_mt .right_tp .right_menu li:nth-child( 7 ) {display: none;}
header .inner .right_mt .right_tp .right_menu li:nth-child( 8 ) {display: inline-block;}

header .inner  .right_mt .right_bt .right_menus .search fieldset {display: none;}
header .inner  .right_mt .right_bt .right_menus .search .m_search {display: block;}
header .inner  .right_mt .right_bt .right_menus .search {margin-left:0px; width: 42px; height: 45px;}
header .inner  .right_mt .right_bt .right_menus .search a {font-family: 'Pretendard','Montserrat', sans-serif; font-size: 12px; color: #202020; font-weight: 400; line-height:230%;}
header .inner  .right_mt .right_bt .right_menus .search a b {color:#ce7777;}
header .inner  .right_mt .right_bt .right_menus li.ico05 a {background:url('/design/cosmetree/top/search_icon_g.png') no-repeat;background-size: 20px;background-position: center 5px;}

header .inner  .right_mt .right_bt .right_menus li.ico05 p {line-height:22px;}

aside nav li.plan .plansp {width:30%;}

#fix_area{display: block; position: fixed; right: -1%; bottom: 12%; opacity: 0; z-index: 20; transition: right .4s, opacity .6s; }
#fix_area.show{opacity: 1; right: 5%;}
#fix_area ul{}
#fix_area ul li{width: 50px;}
#fix_area ul li a{display: block; width: 100%;}
#fix_area ul li a img{width: 100%;}
}

@media all and (max-width:466px) {
/*
header .inner {justify-content: flex-start}
*/
header .inner .logo_1 {float:left; align-items:left; margin-left:10;}
header .inner .right_mt {display: none;}

header .inner .user_icon{display:block;}
aside nav li.plan .plansp {width:45%;}
}

@media all and (min-width:1025px) and (max-width:1278px) {
header .inner .logo_1 {display:flex;align-items:center;max-width:300px;max-height:90px;flex-basis:80%;overflow:hidden;}
header .inner .logo_1 a {font-size:25px;white-space:nowrap;text-overflow:ellipsis;width:100%;overflow:hidden;text-align:center;}
header .inner .logo_1 img {max-width:300px;max-height:90px;}
header .inner .left_menu_1 {margin:0 auto; width: 35%; min-width:280px;}
header .inner .left_menu_1 li {margin-left:5px;}
}


@media all and (max-width:1282px) {

}


/* 슬라이드 메뉴 */

@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  src: url(//skin.makeshop.co.kr/skin/supermarket/font/NanumGothic-Regular.woff2) format('woff2'),
  url(//skin.makeshop.co.kr/skin/supermarket/font/NanumGothic-Regular.woff) format('woff'),
}
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 200;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'),
  url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'),
  url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'),
  url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'),
  url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'),
  url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'),
  url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 800;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'),
  url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'),
  url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');
}


#login .tab a{
    border-bottom: 1px solid #6b3590 !important;
}
    
    
#login .tab a.act{
    color: #6b3590 !important;
    border: 1px solid #6b3590 !important;
    border-top: 3px solid #6b3590 !important;
}
    
.prd-soldout{
    font-size: 13px;
    padding-top: 10px;
    color: #94223e;
    font-weight: normal;}

.t-menu{display: table; width: 100%;text-align: center;}
.t-menu div{width:20%;display:inline-block;}
.t-menu div a{display:block;}

.prd-name{
    text-overflow: ellipsis;
    white-space: pre;
    overflow: hidden;}
.prd-subname{
    color: #aaa;
    font-size: 13px;
    font-weight: 100;
    padding-top: 3px;}
.prd-replace{
    padding-top: 3px;
    color: #b00;}
.prd-consumer{font-size: 11px !important;}
.dn{display:none !important;}
html{overflow-x: hidden;}
#topBnr{display: none;width:100%; background:#6b3590}
#topBnr a#txt{
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    height: 35px;
    line-height: 35px;
    font-size: 11px;
    color: #fff;}
#topBnr p#xbtn{position:absolute; top:10px; right: 10px;}


p.join{position:relative; display: inline-block;}

#m_preview_wrap,.displaynone{display:none !important}

#point{
    position: absolute;
    background-image: url(//skin.makeshop.co.kr/skin/supermarket/mimg/joinpoint.png);
    background-repeat: no-repeat;
    background-size: 97%;
    width: 58px;
    left: -7px;
    z-index: 9;
    top: 26px;
    color: #000;
    text-align: center;
    height: 36px;
    line-height: 32px;
    font-size: 10px !important;
    font-family: roboto;
    font-weight: 500;}

.search_box{
    position: relative;
    text-align: center;
}    

.search_box input{
    border: 0;
    width: 90%;
    margin: 0 auto;
    text-indent: 15px;
    padding-left: 0 !important;
    line-height: 32px;
    height: 32px;
    font-size: 12px;
    margin-bottom: 15px;
    border-radius: 50px;
    position: relative;
    border: 1px solid #6b3590;

    background: #FFF;}
*:focus{outline:none;}

.search_box a{}

.search_box a img{
    width: 22px;
    position: absolute;
    right: 7%;
    top: 5px;}

.menu_on {height:100%; overflow:hidden;}
.menu_off {height:auto; overflow:initial;}
#header {width:100%;}
#header .top-pt-01 {position:fixed; top:0; left:0; right:0; z-index:100;}
#header .top-pt-02 {position:fixed; top:0; left:0; right:0; z-index:100; margin-top: 0 !IMPORTANT; background-color: #fff;}
#header .headerTop {min-width:275px; text-align:center; background-color:#000; }
#header .headerTop a {font-size: 14px; font-family: roboto; font-weight: 300; width: 20%; height: 44px; line-height: 44px; color: #fff; display: inline-block;  margin-left: -4px;}

#header #menu {}
#header #menu img{width: 23px;}
#header .headerBottom {}
#header .headerBottom h1{margin: 0 auto;margin-top: 15px;text-align: center;}
#header .headerBottom h1 a{/*display: block; text-align: center; font-size: 26px; font-family: roboto; letter-spacing: 2px;*/}
#header .headerBottom h1 a img{width: 115px;vertical-align: top;}
#header .headerBottom .headerBottomLeft {float:left; margin: 22px 6px;}
#header .headerBottom .headerBottomRight {float:right;margin: 18px 6px 0 0;}
#header .headerBottom .headerBottomRight a {}
#header .headerBottom .headerBottomRight a img{}

#header .headerBottom .headerBottomRight .cart {position:relative;}
#header .headerBottom .headerBottomRight .cart .user_basket_quantity{
    width: 15px;
    height: 15px;
    background-color: #7739a2;
    border-radius: 100%;
    position: absolute;
    top: -4px;
    right: 4px;
    color: #fff;
    text-align: center;
    line-height: 14px;
    font-weight: 100;
    font-size: 10px !important;
}
#header .headerBottom .headerBottomRight .cart img{width:24px; position: absolute; right: 10px;}
#header .headerBottom .headerBottomRight a#search{width: 37px !important; display: inline-block;}
#header .headerBottom .headerBottomRight a#search img{width:67%; margin-left: 8px; margin-top: 2px;}

#header .search {height:42px; position:relative; left:0; right:0; background-color:#ab3e41; padding-right:45px; text-align:center; display:none; z-index:10;}
#header .search .searchBox {width:100%;}
#header .search .searchBox input {width:90%; height:30px; border:0px none; margin-top: 6px; padding: 0 5px;}
#header .search .btn_search {width:45px; height:42px; line-height:50px; background-color:#822023; position:absolute; top:0; right:0;  text-align:center;}

#header .top_slide{
    border: 1px solid #ddd;
    border-left: 0;
    border-right: 0;
    margin-top: 10px;}

#header .top_slide a{
    display:inline-block;
    border-bottom: 3px solid #fff;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: -2px;
    padding: 10px 7px;
    color: #000 !important;}
#header .top_slide a.now{border-bottom: 3px solid #6b3590 ;color: #6b3590  !important;}
#header .top_slide .swiper-slide:nth-child(1){padding-left:7px;}
#header .top_slide .swiper-slide{ width: initial !important; padding-right: 25px;}
.fa-angle-down:before{color: #b6b6b6;font-size: 16px;}

/* 슬라이드 메뉴 */


}



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


. .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 */

