/* BASIC css start */
body{min-width: 1403px;}
#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 {
    width: 100%;
    z-index: 100;
}
#header.fix{position: fixed; top:0; left:0; opacity: 0.9; background: #fff; border-bottom: 1px solid #eee;}
#header.fix .headerTop{padding:10px 0}
#header .headerTop {
  margin:0 auto;
  position:relative;
  width:1200px;
  padding:45px 0 40px;
*zoom:1
}
#header .headerTop:after {
  display:block;
  clear:both;
  content:''
}
#header .headerTop .tlogo {
  margin: 0 auto;
  text-align: left;
}
#header .headerTop .searchArea:after {
  display:block;
  clear:both;
  content:''
}
#header .headerTop .searchArea {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 250px;
  height: 30px;
}
#header .headerTop .searchArea .search {
	position:relative;
	width:178px;
	height:30px;
	float:left;
}
#header .headerTop .searchArea .search input {
	padding-left: 10px;
	width: 168px;
	height: 29px;
	line-height: 29px;
	background: none;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #e5e5e5;
	font-family: Dotum, "돋움", sans-serif;
	color: #999;
}
#header .headerTop .searchArea .search a {
	display: block;
	position: absolute;
	bottom: 7px;
	right: 10px;
	width: 17px;
	height: 16px;
	text-indent: -9999em;
	background: url(//skin.makeshop.co.kr/skin/backspace/img/top_sch_btn.png) 0 0 no-repeat;
}
#header .headerTop .searchArea .mypage {
	float: left;
	margin-left: 15px;
	height: 30px;
}
#header .headerTop .searchArea .mypage a {
	display:block;
	line-height:25px;
}
#header .headerTop .searchArea .cart {
	float: left;
	margin-left: 20px;
	position:relative;
}
#header .headerTop .searchArea .cart a {
	display:block;
	line-height:25px;
}
#header .headerTop .searchArea .cart span.user_basket_quantity {
	position: absolute;
    top: -10px;
    right: -20px;
    color: #fff;
    background: #f70f0f;
    font-size: 10px;
    display: block;
    border-radius: 50px;
    font-weight: bold;
    box-shadow: 2px 2px 3px #aaa;
    width: 26px;
    height: 14px;
    line-height: 14px;
    text-align: center;
}
#header .headerGnb {
	min-width:1200px;
}
#header .headerGnb .gnbInner {
	margin:0 auto;
	position:relative;
	width:1200px
}
#header .headerGnb .gnbInner ul {
*zoom:1
}
#header .headerGnb .gnbInner ul:after {
	display:block;
	clear:both;
	content:''
}
#header .headerGnb .gnbInner ul li {
	margin:0 31px;
	position:relative;
	float:left
}
#header .headerGnb .gnbInner ul li a {
	display:block;
	height:41px;
	font-size:14px;
	color:#202020;
	line-height:41px;
	white-space:nowrap;
	-webkit-transform:perspective(1px) translateZ(0);
	transform:perspective(1px) translateZ(0);
	box-shadow:0 0 1px transparent
}
#header .headerGnb .gnbInner ul li a:before {
	content:"";
	position:absolute;
	left:50%;
	right:50%;
	bottom:0;
	height:2px;
	z-index:-1;
	background:#231f20;
	-webkit-transition-property:left, right;
	transition-property:left, right;
	-webkit-transition-duration:0.3s;
	transition-duration:0.3s;
	-webkit-transition-timing-function:ease-out;
	transition-timing-function:ease-out
}
#header .headerGnb .gnbInner ul li a:active:before, #header .headerGnb .gnbInner ul li a:focus:before, #header .headerGnb .gnbInner ul li a:hover:before {
	left:0;
	right:0
}
#header .headerGnb .gnbInner ul li a:hover {
*height:39px;
*border-bottom:2px solid #000;
}
#header .headerGnb .gnbInner ul li.first {
	padding-left:0
}
#header .headerGnb .gnbInner ul li.last {
	padding:0 0 0 40px
}
#menu {
    margin: 0 auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30%;
}
#menu ul {
	margin:0;
	padding:0;
	list-style:none;
	white-space:nowrap;
	text-align:left;
	padding:1px 1px 0 1px;
}


#menu ul.cate2 {top:110px;}

#menu ul.cate2 li a {
	margin-right:60px;
}
#menu ul.cate2 li:last-child a {
	margin-right:0px;
}
#menu li {
float:left;
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
}

#menu li.cate1 {margin:0 20px; float:left;}
/*#menu ul {
  position:absolute;
  left:-9999px;
}
#menu ul.level1 {
  position:absolute;
  left:0;
  top:0px;
  width:700px;
}*/
#menu li ul li {


}
#menu a {
    display: block;
    font-size: 16px;
    color: #000;
    line-height: 29px;
    height: 31px;
    text-decoration: none;
    font-weight: 300;
    letter-spacing: -0.02em;
}
#menu ul li:hover > ul {
	visibility:visible;
	left:0%;
	margin-top:-50px
}
#menu ul li:hover > ul li a {
	font-size:12px;
	font-family: Dotum, "돋움", sans-serif;
	font-weight:normal;
}
#menu ul li:hover > ul li a:hover {
	font-weight:bold;
}
#menu a:hover ul, #menu a:hover a:hover ul, #menu a:hover a:hover a:hover ul {
	visibility:visible;
}
#menu li a:hover {
	color:#ff7200;
}
#menu li:hover > a {
	color:#ff7200;
}
#menu li a.fly {
	margin: 18px 0;
}
#menu li a.fly:hover {
	color:#ff7200;
}

#menu li:hover > a.fly {
	background:url('/design/herenaysk/13637/smoptic77/backspace/img/gnb_over_bg.png');
	background-position-y:bottom;
}
#menu table {
	position:absolute;
	left:0%;
	height:0;
	width:0;
	border-collapse:collapse;
	margin-top:-7px;
	margin-left:-1px;
}

/* 측면스크롤 */
#blk_scroll_wings{display:none!important;}
.r_wing_wrap{position: absolute; top: 200px; left:50%; z-index: 9; width:200px;  margin-left: 765px; border: 1px solid #e7e7e7;}
.r_wing_wrap .r_wing_content{width:200px; background: #fff; box-shadow: 5px 2px 11px #222;}
.r_wing_wrap .r_wing_content .today_wrap_c{ position: relative; width: 200px; text-align: left; }
.r_wing_wrap .r_wing_content .today_wrap_c h3{padding: 10px 20px; color: #999;  font-size: 12px;}

.r_wing_wrap .r_wing_content .today_wrap_c li.now-prd{display: inline-block; padding:2px;}
.r_wing_wrap .r_wing_content .today_wrap_c a{display:block;}
.r_wing_wrap .r_wing_content .today_wrap_c a img{width: 88px;}
.r_wing_wrap .r_wing_content .bnr_wrap{border-top:0; width: 100%; text-align: center; border-bottom: 0;}
.r_wing_wrap .r_wing_content .bnr_wrap > ul{ font-size: 0;}
.r_wing_wrap .r_wing_content .bnr_wrap > ul > li{ display: inline-block; width: 50%; border-right: 1px solid #ececec; box-sizing: border-box;}
.r_wing_wrap .r_wing_content .bnr_wrap .scroll_event{
    display: block;
    text-align: center;}

.r_wing_wrap .r_wing_content .bnr_wrap ul li a{
    display: block;
    text-align: left;
    border-bottom: 1px solid #e7e7e7;
    padding: 9px 0 9px 20px;
    color: #999;
font-size: 12px;}
.r_wing_wrap .r_wing_content .bnr_wrap ul li a b{ color: #656565;}
.r_wing_wrap .r_wing_content .bnr_wrap a.heassal p{display: block; height: 100px; vertical-align: bottom; line-height: 165px; /*font-weight: bold;*/ color: #000;}

.r_wing_wrap .r_wing_content .bnr_wrap .btn{width: 100%;}
.r_wing_wrap .r_wing_content .bnr_wrap .btn a{height: 31px;line-height: 31px;}
.r_wing_wrap .r_wing_content .bnr_wrap .btn a img{ vertical-align: middle;}

/* 은행정보 */
.bank{ margin: 10px 0 0; padding: 20px; background: #f3f3f3; text-align: left;}
.bank span{ display: block; margin: 0 0 7px; font-weight: bold;}
.bank span img{margin: 2px 7px 0 0; vertical-align: baseline;}
.bank p{ margin: 2px 0 0;}
.bank div{padding: 4px; margin: 10px 0 0; border: 1px solid #aaaaaa; border-radius: 4px;}
.bank div a{ display: block; color:#888; font-size: 11px;}
.bank div img{float: right; margin: 3px 7px 0 0;}


/* BASIC css end */

