﻿/* 텍스트 형식:가격이 없음 */
.subSearchResultList ul.textLayer li.imageWarp{display:none;}
.subSearchResultList ul.textLayer li.contentsWarp{width:689px; }
.subSearchResultList ul.textLayer li.contentsWarp div.titleWarp{float:left;width:100%; word-break:keep-all; word-wrap:break-word;}
.subSearchResultList ul.textLayer div.priceWarp{display:none;}

/* 텍스트 형식:가격이 있음 */
.subSearchResultList ul.textLayerPrice li.imageWarp{display:none;}
.subSearchResultList ul.textLayerPrice li.contentsWarp{width:689px; word-break:keep-all; word-wrap:break-word;}
/* 20130509 하상현 영어제목이 단어별로 줄바꿈 해달라는 요청때문에 float속성 제거
.subSearchResultList ul.textLayerPrice li.contentsWarp div.titleWarp{float:left;width:574px; }
*/
.subSearchResultList ul.textLayerPrice li.contentsWarp div.titleWarp{float:left;width:552px; word-break:keep-all; word-wrap:break-word;}

/* 이미지 형식:가격이 없음 */
.subSearchResultList ul.imgLayer li.contentsWarp{width:600px; }
.subSearchResultList ul.imgLayer li.contentsWarp div.titleWarp{float:left;width:100%; word-break:keep-all; word-wrap:break-word;}
.subSearchResultList ul.imgLayer div.priceWarp{display:none;}

/* 이미지 형식:가격이 있음 */
.subSearchResultList ul.imgLayerPrice li.contentsWarp{width:600px; }
.subSearchResultList ul.imgLayerPrice li.contentsWarp div.titleWarp{float:left;width:485px; word-break:keep-all; word-wrap:break-word;}

.subSearchResultList li.contentsWarp div.titleWarp{display:inline-block;*display:inline;zoom:1;text-overflow:clip; overflow:hidden;}

/* 장바구니에서 간격 조정 속성값이 같아서 일반 장바구니와 같이 영향을 받아 따로 관리  - 2013/07/17 haknight */
.cart-list ul.textLayerPrice li.contentsWarp{width:759px; }
.cart-list ul.textLayerPrice li.contentsWarp div.titleWarp{ width:644px; }

.cart-list ul.imgLayerPrice li.contentsWarp{width:642px; }
.cart-list ul.imgLayerPrice li.contentsWarp div.titleWarp{ width:552px; }
.cart-list ul.imgLayerPrice li.contentsWarp div.priceWarp{ width:65px; }

.subSearchResultList .detlWrap {padding:6px 0 0 45px;  line-height:1.3em; *zoom:1; font-family:"굴림", Gulim; font-size:12px; color:#242424;}
.subSearchResultList .detlWrap .sqr {display:block; padding-left:16px; line-height:1.4; background:url(../../img/kr/detail/blt_sqr.gif) no-repeat 0 0px;}
.subSearchResultList .detlWrap .con_txt {padding:0 0 16px 15px; color:#242424; line-height:1.6; text-overflow:clip; overflow:hidden;word-break:keep-all;word-wrap:break-word;}
.subSearchResultList .detlWrap .blt li {padding:0 0 10px 22px; background:url(../../img/kr/detail/blt_list_sqr.gif) no-repeat 12px 6px;}
.subSearchResultList .detlWrap .blt.lnsg li {padding:0 0 3px 10px; background:url(../../img/kr/detail/blt_list_sqr.gif) no-repeat 3px 6px; width:652px;}
.subSearchResultList .detlWrap .blt.lnsg {margin-left:-10px;margin-top:4px;}