#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 9999;
}
ul { list-style:none; }
.template_list_table_container {width:1180px;margin:0 auto; }
.item_frame .itemList li{
	float:left; 
	margin-bottom: 60px;
	transition: all 0.2s ease-in-out;
	/*cursor:pointer;	*/
}

.item_frame .itemList li:hover{ box-shadow: 1px 1px 4px 0px #ddd; /* transform: scale(1.02);*/}

.imgBox{ 
	position: relative;
    width: unset;
    min-width: 320px;
    height: unset;
    min-height: 320px;
}


.imgBox > img{
  overflow:hidden;
  cursor:pointer;
  position:absolute;
  max-width:100%; max-height:100%;
  width:auto; height:auto;
  margin:auto;
  top:0; bottom:0; left:0; right:0;
  border:1px solid #cccecf!important;
}

.pagination{ display:block; text-align:center; }
.pagination li>a{ float:none; margin-left:-5px; }
.activePage{ font-weight:700; }
.item_frame .itemList li:nth-child(3n+2) {margin: 0px 20px;}


.item_frame .itemList li .productName {    
	color: #333333;
    font-size: 14px;
    font-weight: bold;
    background: #fff;
    height: 48px;
    line-height: 48px;
    text-align: left;
    text-indent: 14px;
}

/*찜*/
.wishListBtn{display:none;}
.wishListBtn + label{display: inline-block; cursor: pointer; float:right;}
.wishListBtn + label span{
	display: inline-block; 
	width: 22px; 
	height: 18px; 
	background: url(../images/wishIcon.png?1) no-repeat; 
	background-position: left top;  
	margin: 16px 14px; 
	vertical-align: middle;
	z-index: 1;
    position: relative;

}
.wishListBtn:checked + label span{background-position: right top;}	
.wishListBtn:hover + label span{background-position: right top;}


.template_select_text li.active {
  background-color: #333333;
  color: #ffffff;
}
.fsize_40 {
  font-size: 40px;
}
.fw_b {
  font-weight: bold;
}
.template_text_area {
  width: 1100px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  border-bottom: dashed 1px #d9d9d9;
}
#pagenationBox {
  float: left;
  width: 100%;
  text-align: center;
}
#pagenation {
  display: inline-block;
}
.pageNav li{
  float: left;text-align:center; padding: 9px 15px;
    box-sizing: border-box;
}
.pageNav li{
   cursor:pointer;
}
.pageNav li.currentPage>span {
  font-weight: 700;
}
.pageNav li:hover {
  font-weight: 700;
}
.pageNav li a {
  display: block;
  text-align: center;
  background: #fff;
  box-sizing: border-box;
  color: #000;
}

.pageNav .disabled{
  cursor: not-allowed;
}
#noListData{
	text-align:center;
	width:100%;
	font-weight:bold;
	margin-top:40px;
	cursor:default;
	line-height: 25px;
}
#noListData:hover{box-shadow:none;}
#noListData span{color: #ff1296; font-size: 16px; font-weight: 500;}


.imgBox > img {
    box-sizing: border-box;
    border: 1px solid #ececee!important;

}
.imgBox{
    background-color: #f1f1f1;
}

/*카테고리*/

#bodyWrapper{   
	position: relative;
    z-index: 1;
    background: #fafafa;
    width: 1060px;
    margin: 0 auto;}

#categoryNav{
	position: absolute;
    width: 232px;
    height: 100%;
    background: #fff;
    left: -232px;
	padding:16px 32px;
	box-sizing:border-box;
}

#categoryNav > div{}
#categoryNav > div h5{
    height: 44px;
    line-height: 44px;
    color: #000;
    font-size: 15px;
    letter-spacing: -0.05em;
    font-weight: 600;
}

.con1{
    margin-bottom: 30px;
}
.con1 h3{
	font-size: 20px;
    font-weight: 500;
    color: #000;
    margin-bottom: 18px;
    letter-spacing: -1.5px;
}
.con1 button{
	display: inline-block;
    border: 1px solid #848484;
    width: 80px;
    height: 26px;
    line-height: 26px;
    color: #444444;
}

.con1 button:nth-child(2){margin-right: 4px;}
.con1 button:hover{border:1px solid #ff1396;}
.con1 button.active{border:1px solid #ff1396; font-weight:500;}

.con2{}
.con3{
    color: #444444;
}
.con3 > ul{}
.con3 > ul > li{/* padding: 10px; */}
.con3 > ul > li > p{
    padding: 14px;
    cursor: pointer;
}
.con3 > ul > li > p > span{display:inline-block;width:17px;height:17px;background:url('../images/categoryIcon.png') no-repeat;background-position: left top;margin-right: 6px;vertical-align: bottom;position: relative;bottom: 1px;}
.con3 > ul > li.active span{ background-position: right top;}
.con3 > ul > li > ol{
    padding: 0 14px 10px 22px;
    display: none;
}

.con3 > ul > li.active > ol{display:block;}

.con3 > ul > li > ol > li{padding: 7px 14px;cursor: pointer;}
.con3 > ul > li > ol > li.active{font-weight:bold;}
.con3 > ul > li > ol > li:before{content:"-"; margin-right:5px; }