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

#topbanner { min-width:1170px }

/* header */
#headerWrap { position:sticky; top:0; width:100%; min-width:1275px; z-index:100 }
#headerWrap .headerArea { position:relative; width:100%; border-bottom:1px solid #E0E2E5; background:#fff }
#headerWrap .headerArea .headerInner { margin:0 auto; position:relative; width:1420px }
#headerWrap .headerArea .headerInner .headerTopArea {_padding:38px 0 34px}
#headerWrap .headerArea .headerInner .headerTop { position:relative; _height:52px }
#headerWrap .headerArea .headerInner .headerTop .tlogo { position:absolute; top:11px; left:0; width:180px; height:25px }
#headerWrap .headerArea .headerInner .headerTop .tlogo img { width:100% }
#headerWrap .headerArea .headerInner .headerTop .mallSwitch {
    height: 60px;
    display: flex;
    align-items: flex-end;}
#headerWrap .headerArea .headerInner .headerTop .mallSwitch li { float:left }
#headerWrap .headerArea .headerInner .headerTop .mallSwitch li a {display: block;padding: 0 18px; position: relative;}
#headerWrap .headerArea .headerInner .headerTop .mallSwitch li a.linkModern{padding-left:0}
#headerWrap .headerArea .headerInner .headerTop .mallSwitch li a.linkModern img{width:203px}
#headerWrap .headerArea .headerInner .headerTop .mallSwitch li a.linkButter img{width:134px;margin-top: -8px;}
#headerWrap .headerArea .headerInner .headerTop .mallSwitch li a:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 20px;
    background: #717171;
    content: '';}
#headerWrap .headerArea .headerInner .headerTop .mallSwitch li:first-child a:after { display:none }
#headerWrap .headerArea .headerInner .headerTop .tnbRight { position:absolute; bottom:0; right:0 }
#headerWrap .headerArea .headerInner .headerTop .tnbRight ul { display:flex }
#headerWrap .headerArea .headerInner .headerTop .tnbRight li a {display: block;padding: 0 10px; position: relative; font-size: 0; }
#headerWrap .headerArea .headerInner .headerTop .tnbRight li:last-child a { padding-right:0 }
#headerWrap .headerArea .headerInner .headerTop .tnbRight li img { display:block;width:24px }
#headerWrap .headerArea .headerInner .headerTop .tnbRight li a.linkLogin img { padding:0 }
#headerWrap .headerArea .headerInner .headerTop .tnbRight li strong { display:inline-block; position:absolute; top:-3px; right:3px; min-width:15px; min-height:15px; font-size:11px; color:#fff; font-weight:500; text-align:center; line-height:15px; letter-spacing:0; border-radius:18px; box-sizing:border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box; border-radius:50%; background:#000; vertical-align:top; }

/* ÀüÃ¼ ¸Þ´º */

.headerMenuArea {
    display: flex;
    height: 80px;
    align-items: center;}
.headerMenuArea .gnbCategory { 
    display: flex;
    height: 40px;
    align-items: center;}
.headerMenuArea .gnbCategory a { transition:all 0.3s ease; -webkit-transition:all 0.3s ease; -khtml-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -o-transition:all 0.3s ease; -ms-transition:all 0.3s ease }
.headerMenuArea .gnbCategory .gnb_menu_btn { display:flex; align-items:flex-end; cursor:pointer }
.headerMenuArea .gnbCategory .gnb_menu_btn > div:first-child { padding-right:15px; padding-top: 1px;}
.headerMenuArea .gnbCategory .gnb_menu_btn .btn_all_menu_open {}
.headerMenuArea .gnbCategory .gnb_menu_btn .btn_all_menu_open img{width:24px}
.headerMenuArea .gnbCategory .menu_con { display:block; padding:25px 0; width:100%; min-height:100%; box-sizing:border-box }
.headerMenuArea .gnbCategory .gnb_menu_btn > div { font-size:0 }

.gnb_menu_all {
    position: fixed;
    top: 190px;
    left: 0;
    width: 100%;
    _height: 594px;
    background: #fff;
    _border: 1px solid #E0E2E5;
    z-index: 22; 
    display: none
}


.gnb_menu_all.open {
  display: flex;
}


.gnb_menu_all .menu-left {
    width: 90px;
    border-right: 1px solid #eee;
    /*overflow-y: auto;*/
    _max-height: 508px;
}

/* ½ºÅ©·Ñ¹Ù ÀüÃ¼ ¿µ¿ª */
.gnb_menu_all .menu-left::-webkit-scrollbar {
  width: 2px;
}

/* ½ºÅ©·Ñ Æ®·¢ (¹è°æ) */
.gnb_menu_all .menu-left::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 3px;
}

/* ½ºÅ©·Ñ¹Ù ¼ÕÀâÀÌ (¿òÁ÷ÀÌ´Â ºÎºÐ) */
.gnb_menu_all .menu-left::-webkit-scrollbar-thumb {
  background: #000000;
  border-radius: 1px;
}

/* hover ½Ã ¼ÕÀâÀÌ »ö»ó ÁøÇÏ°Ô */
.gnb_menu_all .menu-left::-webkit-scrollbar-thumb:hover {
  background: #fff;
}






.gnb_menu_all .menu-left ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.gnb_menu_all .menu-left li {
    cursor:pointer;
    position:relative;
    padding-bottom: 18px;
}

.gnb_menu_all .menu-left li:last-child{padding-bottom:0 !important}

.gnb_menu_all .menu-left li a{
    font-weight:500;
    color: #000;
    font-size: 17px;
}

.gnb_menu_all .menu-left li:hover a,
.gnb_menu_all .menu-left li.active a{
    _font-weight:700;
}
.gnb_menu_all .menu-left li:hover a:after, .gnb_menu_all .menu-left li.active a:after{
    content: "on";
    position: absolute;
    right: -1px;
    width: 2px;
    background: #000;
    font-size: 0;
    height: 26px;}

.gnb_menu_all .menu-right {
  flex: 1;
  padding: 0 30px;
  overflow-y: auto;
}

.menu-content{display:flex;
    justify-content: flex-start;
    gap: 40px;}

.menu-content-loop{
    display: block;
    width: max-content;
    _margin-right: 40px;}

.gnb_menu_all .menu-content h4 {
    margin-bottom: 18px;
}
.gnb_menu_all .menu-content h4 a{
    color: #000;
    font-weight: 500;
    font-size: 16px;}



.gnb_menu_all .menu-content ul li a{
    color: #6A6A6A;   
    font-size: 15px;
    margin-bottom: 15px;}

.gnb_menu_all .menu-content ul li a:hover{color:#000;font-weight:500}
 
.gnb_menu_all .menu-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 15px 20px;
  flex-direction: column;
}

.gnb_menu_all .menu-content li {
  cursor: pointer;
  color: #555;
}

.gnb_menu_all .menu-content li:hover {
  _text-decoration: underline;
}


.gnb_menu_all .gnb_cover{width:1420px; margin:0 auto; display: flex; 
    padding: 30px 0 5px;
    margin-bottom: 20px;;}


#headerWrap .headerMenuArea .searchArea {
    height: 80px;
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;}
    
#headerWrap .headerMenuArea .searchArea .search {position: relative; width: 350px; border-bottom: 2px solid #000; }
#headerWrap .headerMenuArea .searchArea .search input {
    padding: 0px 30px 0px 0px;
    width: 100%;
    height: 35px;
    font-size: 15px;
    border: 0;
    box-sizing: border-box;
    border-radius: 45px;
    background: rgba(255, 255, 255, 0.3); }
#headerWrap .headerMenuArea .searchArea .search input::placeholder { font-size:15px;color:#6A6A6A; font-weight:400}

#headerWrap .headerMenuArea .searchArea .search a {
    position: absolute;
    bottom: 6.5px;
    right: 0;
    width: 24px;
    height: 24px;
    background: url(/design/mhmall2023/2025_renewal/pc/img/search.png);
    background-size: contain;
    font-size: 0;}
    
#headerWrap .headerMenuArea .searchArea .recmdKeywordArea {
    _height: 164px; 
    display: none;
    padding: 20px;
    position: absolute;
    width: 350px;
    border: 1px solid #E0E2E5;
    border-radius: 0;
    box-sizing: border-box;
    background: #fff;
    top: 67px;
    z-index: 10; }
#headerWrap .headerMenuArea .searchArea .recmdKeywordArea .keywordBox {}
#headerWrap .headerMenuArea .searchArea .recmdKeywordArea .keywordBox dt {
    display: inline-block;
    padding-bottom: 20px;
    width: 47%;
    font-size: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    color: #000;
    cursor: pointer;
    overflow: hidden;
    font-weight: 500;
    line-height: 1;}
#headerWrap .headerMenuArea .searchArea .recmdKeywordArea .keywordBox .keywordList {     display: flex;
    flex-wrap: wrap;}
#headerWrap .headerMenuArea .searchArea .recmdKeywordArea .keywordBox .keywordList li {    line-height: 1;
    display: inline-block;
    padding: 0 0 10px 0;
    width: 47%;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-all;
    box-sizing: border-box;
    cursor: pointer;
    overflow: hidden;
    color: #6A6A6A;}
    
    
#headerWrap .headerMenuArea .searchArea .recmdKeywordArea .keywordBox .keywordList li:nth-child(2n) { margin-left:6% }

#headerWrap .headerMenuArea .searchArea .recmdKeywordArea .keywordBox .keywordList li a{
    color: #6A6A6A;
    font-size: 14px;}


#header .sub_menu_box { _height:100% }
#header .sub_menu_box .sub_depth0 { padding:0; font-size:0; vertical-align:top }
#header .sub_menu_box .sub_depth0 > li { display:inline-block; position:relative; vertical-align:top }
#header .sub_menu_box .saleMenu{color: #fe5f57;}
#header .sub_menu_box .sub_depth0 > li > a { 
    letter-spacing: 0 !important;
    display:block; padding:0 15px; font-size:18px; font-weight:500; line-height:23px; -khtml-transition:all 0.3s; -moz-transition:all 0.3s; -ms-transition:all 0.3s; -o-transition:all 0.3s; -webkit-transition:all 0.3s; transition:all 0.3s; }
#header .sub_menu_box .sub_depth0 > li.point a:before{ display:block; position:absolute; top:-2px; right:7px; width:5px; height:5px; border-radius:50%;background: #FF7C00;content:'' }
#header .sub_menu_box .sub_depth0 > li.tit1 a { _color:#2fb8bd }
#header .sub_menu_box .sub_depth0 > li.tit8 a { _color:#2fb8bd }
#header .sub_menu_box .sub_depth0 > li.tit4 a { _color:#fe5f57 }
#header .sub_menu_box .sub_depth0 > li.tit9 a { _color:#006439 }


/* ´ÙÃ£´Ù ÀÚµ¿¿Ï¼º*/
.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 { display:none; 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 */

