/* BASIC css start */
body{min-width: 1370px;}
#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 }

/* header */
#header { position:relative; width:100%; background:#fff; z-index:100; border-bottom: 1px solid #e3dad2;position:sticky; top:0}
#header .hea_t_back{background: #f7ede4;}
#header .headerTnb { margin:0 auto; position:relative; width: 95%; max-width: 1720px; height: 46px; *zoom:1 }
#header .headerTnb:after { display:block; clear:both; content:'' }
#header .headerTnb .tnbLeft { float:left }
#header .headerTnb .tnbLeft li { padding-right:9px; float:left }
#header .headerTnb .tnbLeft li a { display:block; height:46px; color:#6d6d6d; line-height:46px }
#header .headerTnb .tnbLeft li.noticeLine { padding-left:23px }
#header .headerTnb .tnbLeft li.noticeLine p { padding-left:21px; background:url(//image.makeshop.co.kr/makeshop/d3/basic_simple/common/ico_volume.gif) 0 17px no-repeat }
#header .headerTnb .tnbLeft li.noticeLine p a { font-size:11px; color:#7a7a7a; line-height:49px; line-height:53px \0/IE8+9 }
#header .headerTnb .tnbRight { float:right }
#header .headerTnb .tnbRight li { padding-left:26px; float:left }
#header .headerTnb .tnbRight li a { display:block;    height: 50px;
    color: #9d876f;
    line-height: 50px;
    font-family: '나눔고딕','NanumGothic','Roboto',sans-serif;
    font-size: 11px; }

#header .headerTop { margin:0 auto; width: 95%;
    max-width: 1720px;
    padding: 76px 0 0;
    text-align: center;
    position: relative; *zoom:1 }
#header .headerTop:after { display:block; clear:both; content:'' }
#header .headerTop .tlogo {     position: absolute;
    left: 0;     top: 72px;
    width: 174px; z-index: 100;}
#header .headerTop .tlogo a img{width: 100%;}
#header .headerTop .searchArea { float: left; margin-right: 28px;}
#header .headerTop .searchArea .search {    width: 200px;
    height: 34px;
    background: #f7ede4;
    border-radius: 60px;
    }
#header .headerTop .searchArea .search input {     padding: 0 10px 0 20px;
    width: 133px;
    height: 34px;
    line-height: 34px;
    border: none;
    background: none;
    float: left; }
#header .headerTop .searchArea .search a { display:block; width:21px; height:21px; text-indent:-9999em; background:url(//skin.makeshop.co.kr/skin/beigehome/pc/icon/searchbtn.png) no-repeat;    float: right;
    margin: 6px 16px 0 0; }
#header .headerTop .basketarea{float: left; position: relative; top: 7px;}
#header .hearrigare .basketarea .user_basket_quantity{    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #000;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: -7px;
    left: 13px;
    color: #fff; font-size: 12px; font-family: 'Roboto', sans-serif;}
#header .hearrigare{    position: absolute;
    right: 0;     top: 64px;
}

/*메뉴 중분류 풍선*/
.dn {
	display: none !important
}
#header .headerGnb {
}
#header .headerGnb .gnbInner {
	margin: 0 auto;
	position: relative;
	_width: 1400px
}
#header .headerGnb .gnbInner ul {
*zoom:1
}
#header .headerGnb .gnbInner ul.depth1 {
}
#header .headerGnb .gnbInner ul.depth1 > li {
	min-width: 100px;
}
#header .headerGnb .gnbInner ul.depth1 > li a {
}

#header .headerGnb .gnbInner ul.depth2 {
	top: 36px;
   background: #a08c74;
   position: absolute;
   text-align: center;
   /*width: 100%;*/
   padding: 20px 32px;
   left: 50%;
  transform: translateX(-50%);
   margin-top: 11px;

}
#header .headerGnb .gnbInner ul.depth2:before {
	content: "　";
	font-size: 14px;
	background: url('//skin.makeshop.co.kr/skin/beigehome/pc/icon/menuarr.png') no-repeat;
	position: absolute;
	top: -6px;
	left: 50%;
    transform: translateX(-50%);
}
#header .headerGnb .gnbInner ul.depth2 > li {
	margin: 0;
	float: none;
	display: block;
}
#header .headerGnb .gnbInner ul.depth2 > li a {
	margin: 0;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
}
#header .headerGnb .gnbInner ul.depth2 > li a:hover {
	color: #a5777f
}
#header .headerGnb .gnbInner ul.depth2 > li a span {
	display: block;
    color: #fff;
    font-family: 'Roboto','나눔고딕','NanumGothic', sans-serif;
}
#header .headerGnb .gnbInner ul.depth3 {
	position: absolute;
}
#header .headerGnb .gnbInner ul:after {
	display: block;
	clear: both;
	content: ''
}
#header .headerGnb .gnbInner > ul >li {
	position: relative;
	display: inline-block;
	text-align: center;
    padding-bottom: 30px;
}
#header .headerGnb .gnbInner ul li a {
	margin: 0 20px;
	white-space: nowrap;
    font-size: 14px;
    color: #3b3b3b;
    font-family: 'Roboto','나눔고딕','NanumGothic', sans-serif;
}
#header .headerGnb .gnbInner ul li.first {
	padding-left: 0
}
#header .headerGnb .gnbInner ul li.last {
	padding: 0 0 0 40px
}
@media (max-width: 1600px) {
    #header .hearrigare{top: 25px;}
}
@media (max-width: 1450px) {
    #header .headerTop .tlogo{top: 32px;}
}
/* BASIC css end */

