@charset "utf-8";


/* 대분류 페이지 */
.ctg_main_visual{overflow:hidden;margin-bottom:14px}
.ctg_main_visual .main_visual{float:left;width:555px;overflow:hidden}
.ctg_main_visual ul{float:right}

/*기획전*/
#special_event h4 {margin-top:30px;}
#special_event ul {overflow:hidden;margin:10px 0 0;}
#special_event ul li {float:left;margin-right:13px}

h4.ctg_title{padding:0 0 10px 5px;margin-top:25px}
/* best seller */
.best_seller{overflow:hidden;border:solid 1px #ddd;border-top:solid 2px #ca1818;height:337px;background:url(../imgs/goods/best_seller_bg.jpg) center top no-repeat}
.best_seller .no1{width:239px;text-align:center;float:left}
.best_seller .no1 ul{width:200px;margin:18px auto;text-align:left}
.best_seller .no1 p{margin-top:10px}
.best_seller .no1 span{display:block;margin-bottom:5px}
/* --- 2~5위---- */
.best_seller .no_all{width:558px;float:left}
.best_seller .no_all ul{overflow:hidden}
.best_seller .no_all li{float:left;width:258px;overflow:hidden;padding:22px 0 0 20px;height:148px}
.best_seller .no_all .no_img{float:left;width:134px}
.best_seller .no_all p{float:left;width:110px;margin-top:40px}
.best_seller .no_all span{display:block;margin-bottom:5px}
.best_seller .no_all li.r_line{border-right:solid 1px #ddd}
.best_seller .no_all li.b_line{border-bottom:solid 1px #ddd}

/* best review */
.best_review{overflow:hidden;border:solid 1px #ddd;border-top:solid 2px #ca1818}
.best_review li{float:left;width:198px;border-right:solid 1px #ddd;height:360px;text-align:center}
.best_review li.last{border-right:0}
.best_review li .no_img{display:block;margin:15px 0 0}
.best_review li p{width:180px;background:#f2f2f2;margin:0 auto;text-align:left;padding:8px 0 3px}
.best_review li p span{display:block;margin-bottom:5px;padding:0 10px}
.best_review li div{padding:5px 0;width:180px;border-bottom:solid 1px #ddd;margin:0 auto;text-align:left;font-size:11px}
.best_review li div img{margin-left:5px}
.best_review li p.review{background:#fff;padding:8px 0 0 0}
.best_review li p.review a{display:block;background:url(../imgs/icon/bul_red_square2.gif) 6px 6px no-repeat;padding-left:12px;color:#999}

/* 상품 리스트 타이틀 css (공통) */
.product_heading{padding:12px 0 14px 29px;border:1px solid #d6d6d6;font-size:12px;border-bottom:0 none;background:url(../imgs/goods/bg_product_heading.png) 0 0 no-repeat;color:#666}
.product_heading span{color:#888}
.product_heading strong{color:#ca1818}

/* product_list : 대분류 (공통) */
.product_list{overflow:hidden;border:solid 1px #ddd;border-top:solid 2px #ca1818;border-bottom:none}
.product_list li{float:left;width:228px;border-right:solid 1px #ddd;height:295px;text-align:center;padding:15px 0 0;border-bottom:solid 1px #ddd}
.product_list li.last{border-right:0;width:201px}
.product_list li p{width:170px;height:69px;margin:0 auto;text-align:left;padding:8px 5px 10px}
.product_list li p span{display:block;margin-bottom:5px}
.product_list li div{border-top:solid 1px #ddd;padding:4px 15px;text-align:left}

/* product_list_long (공통 : 100% ) */
.product_list_long{overflow:hidden;margin-bottom:30px;border-left:1px solid #d6d6d6}
.product_list_long li{position:relative;float:left;width:182px;padding:10px 8px 0 9px;border-right:1px solid #d6d6d6;border-bottom:1px solid #d6d6d6}
.product_list_long li.first{padding-left:8px}
.product_list_long li a{line-height:13px;color:#666}
.product_list_long li a img{margin-bottom:10px}
.product_list_long li a strong{font-size:12px}
.product_list_long li p{position:relative}
.product_list_long li span{display:block}
.product_list_long li span.pro_name{overflow:hidden;height:26px;margin-bottom:5px}
.product_list_long li span.org_price{height:62px;line-height:17px;color:#888}
.product_list_long li span.sale_price{color:#000}
.product_list_long li span.point{position:absolute;bottom:0;left:0}
.product_list_long li span.soldout{position:absolute;top:63px;left:0;width:100%;text-align:center}
.product_list_long li div{min-height:11px;margin:0 -25px 0 -26px;min-height:14px;padding:6px 24px;border-top:1px solid #d6d6d6;background-color:#f9f9f9;color:#666}
.product_list_long li.first div{margin:0 -25px}
.product_list_long li div img,.product_list li a span.point img,.product_list li a span.soldout img{border:0 none}


/* 검색 */
.product_search{margin:18px 0 0;padding:16px 0 18px;border-top:1px solid #ccc;text-align:center;background-color: #f7f7f7;}
.product_search strong{margin-right:9px}
.product_search button{margin-left:3px;line-height: 30px;background-color: #252525;color: #FFF;padding:0 30px}
.product_search input{border:solid 1px #ddd;padding:0 10px;height: 30px;font-size: 14px;}

/* 리스트 탭 영역 */
.product_tab{position:relative;overflow:hidden;margin-top:22px;}
.product_tab::before{position: absolute;content: '';bottom: 0;left: 0;width: 100%;height: 1px;background-color: #765625;}
.product_tab li{float:left;border-top:1px solid #dcdcdc;border-bottom: 1px solid #765625;text-align: center;background-color: #f7f7f7;}
.product_tab li a{line-height: 40px;padding: 0 30px;}
.product_tab li:nth-child(1){border-left: 1px solid #dcdcdc;}
.product_tab li:nth-child(5){border-right: 1px solid #dcdcdc;}
.product_tab li~li{border-left:1px solid #dcdcdc}
.product_tab li.active{position: relative;border: 1px solid #765625 !important;border-bottom: 0;background-color: #FFF;font-weight: bold;}
.product_tab li.active::before{position: absolute;content: '';bottom: -1px;left: 0;width: 100%;height: 1px;background-color: #FFF;}
.product_tab li.cart{float:right;background-color:#FFF;border: 1px solid #dcdcdc;}
.product_tab li.cart a{padding:0 10px;line-height: 30px;}

/* 리스트 정렬기준 */
.product_align{padding:10px 0;text-align:right;margin-bottom: 30px;}
.product_align select {border: 1px solid #dcdcdc; height: 30px;}
.product_align a{margin-left:5px;color:#252525;display: inline-block;vertical-align: middle;font-size: 24px;}

/* 앨범형 리스트 */
.product_list_hor{overflow:hidden;border-bottom:none}
.product_list_hor li{float:left;position:relative;border:1px solid #dcdcdc;width:232px;text-align:center;padding:15px 0 0;margin-right: 30px;margin-bottom: 30px;} /* 변수들이 있기때문에 라인에 맞추려면 높이값이 필요함 */
.product_list_hor li:nth-child(5n){margin-right: 0;}
.product_list_hor li input {position:absolute;left:5px;top:8px}
.product_list_hor li a{display: block;}
.product_list_hor li p{width:180px;margin:0 auto;text-align:left;padding:8px 0 0;}
/* .product_list_hor li p>span{display:inline-block;} */
.product_list_hor li p>span span {display: block;}
.product_list_hor li p span.pro_name{font-size: 14px;color:#252525;height: 60px;display: block;}
.product_list_hor li div{border-top:solid 1px #ddd;margin-top:15px;padding:7px 15px;text-align:left;height:13px;overflow:hidden;}
.product_list_hor li div img{margin-right:2px;margin-bottom:10px;}
.product_list_hor li.none_pro{clear:both;width:100%;height:auto;padding:30px 0;color:#888} /* 상품이 없을시 노출 */

/* 리스트형 리스트 */
.product_list_ver{table-layout:fixed;border-bottom:solid 1px #dbdbdb}
.product_list_ver thead{background:#f5f4f4}
.product_list_ver thead th{padding:8px 0;border-top:solid 1px #dbdbdb;border-bottom:solid 1px #dbdbdb;text-align:center}
.product_list_ver td{padding:10px 15px;border-bottom:solid 1px #dbdbdb;text-align:center}
.product_list_ver td.check{padding:10px 0}
.product_list_ver td.product{text-align:left;padding:10px 0;overflow:hidden}
.product_list_ver td.product .thumb{display:block;float:left;width:130px}
.product_list_ver td.product .thumb img{}
.product_list_ver td.product .cont{float:left;width:300px;display:block;margin-top:10px}
.product_list_ver td.none_pro{color:#888;padding:30px 0} /* 상품이 없을시 노출 */

/* 상품상세 */
#detail_view{border-top:solid 1px #ccc;overflow:hidden;text-align: center;}
#detail_view>h2{text-align:left;color:#000;font-weight:bold;font-size:18px;padding:30px 0 10px;border-bottom:solid 2px #000;margin-bottom:30px}
/* 상품 Photo 영역 */
#detail_view .pro_photo{width:372px;display: inline-block;}
#detail_view .pro_photo .pro_photo_viewer{width:350px;height:350px;text-align:center;border:solid 1px #ddd;overflow:hidden}
#detail_view div.zoom{margin:5px 20px 0 0;text-align:right}
#detail_view .pro_photo #pro_photo_slide{position:relative;width:352px;margin-top:20px}
#detail_view .pro_photo #pro_photo_slide .pro_photo_panel{width:280px;height:52px;margin:0 auto;visibility:hidden}
#detail_view .pro_photo #pro_photo_slide .pro_photo_panel ul{overflow:hidden;width:280px}
#detail_view .pro_photo #pro_photo_slide .pro_photo_panel ul li{float:left;margin:0 2px}
#detail_view .pro_photo #pro_photo_slide .pro_photo_panel ul li img{border:solid 1px #ddd}
#detail_view .pro_photo #pro_photo_slide .prev{position:absolute;bottom:0;left:0}
#detail_view .pro_photo #pro_photo_slide .next{position:absolute;bottom:0;right:0}
	/* 상품 Content 영역 */
#detail_view .pro_cont{width:540px;overflow:hidden;position:relative;display: inline-block; margin-left: 50px;vertical-align: top;}
#detail_view .pro_cont table{margin-top:10px;border:0 none;float:left;width:100%;border-bottom:solid 1px #bbb;table-layout:fixed}
#detail_view .pro_cont table th{width:115px;color:#888;font-weight:normal;padding:0 0 10px 20px;text-align:left}
#detail_view .pro_cont table td{color:#444;padding:0 10px 10px 0}
#detail_view .pro_cont table td del{color: #999;}
#detail_view .pro_cont table td strong{font-family:Tahoma;font-size:20px;color:#de3434} /* 판매가 */
#detail_view .pro_cont table td img{vertical-align:middle}
#detail_view .pro_cont table tr{background-color:#fff;line-height:1.5em}
#detail_view .pro_cont table tr.gray{background-color:#f4f4f4}
#detail_view .pro_cont table tr.gray th, #detail_view .pro_cont table tr.gray td, #detail_view .pro_cont table tr.amount th, #detail_view .pro_cont table tr.amount td{padding-top:10px;padding-bottom:0}
#detail_view .pro_cont table tr.w_line th, #detail_view .pro_cont table tr.w_line td{background:#fff url(../imgs/goods/bg_detail_info.gif) 0 bottom repeat-x} /* bg가 white 안에 있는 점선라인 */
#detail_view .pro_cont table tr.w_t_line th, #detail_view .pro_cont table tr.w_t_line td{background:#fff url(../imgs/goods/bg_detail_info.gif) 0 top repeat-x} /* bg가 gray 안에 있는 점선라인 */
#detail_view .pro_cont table tr.w_b_pad th, #detail_view .pro_cont table tr.w_b_pad td{padding-bottom:10px}
#detail_view .pro_cont table tr.g_line th, #detail_view .pro_cont table tr.g_line td{padding-bottom:10px;background:#f4f4f4 url(../imgs/goods/bg_detail_info.gif) 0 bottom repeat-x} /* bg가 gray 안에 있는 점선라인 */
#detail_view .pro_cont table tr.g_t_line th, #detail_view .pro_cont table tr.g_t_line td{background:#f4f4f4 url(../imgs/goods/bg_detail_info.gif) 0 top repeat-x} /* bg가 gray 안에 있는 점선라인 */
#detail_view .pro_cont table td.summary{font-size:11px}
#detail_view .pro_cont table td div.num{line-height:21px}
#detail_view .pro_cont table td div.num input{display:block;float:left;border:solid 1px #a2a2a2;margin:1px 2px 0 0;padding:2px;}
#detail_view .pro_cont table td div.num span{display:block;float:left;margin-right:5px}
#detail_view .pro_cont table td div.num span a{display:block;margin:1px 0}
#detail_view .pro_cont table tr.option th, #detail_view .pro_cont table tr.option td{padding-top:0;padding-bottom:5px}
#detail_view .pro_cont table tr.option_title th, #detail_view .pro_cont table tr.option_title td{font-weight:bold;padding-top:5px;padding-bottom:2px}
#detail_view .pro_cont table tr.option_first th, #detail_view .pro_cont table tr.option_first td{padding-top:12px}
#detail_view .pro_cont table tr.option_last th, #detail_view .pro_cont table tr.option_last td{padding-bottom:12px}
#detail_view .pro_cont table tr.option td select{width:100%;font-size:14px;height: 24px;}
#detail_view .pro_cont table tr.option td p{line-height:15px;margin-bottom:5px}
#detail_view .pro_cont table tr.option td textarea{width:100%;font-size:11px}
#detail_view .pro_cont table tr.bulk dt, #detail_view .pro_cont table tr.bulk dd{float:left}
#detail_view .pro_cont table tr.bulk dt{width:50%}
#detail_view .pro_cont table tr.bulk dd{width:50%}
	/* 옵션선택시 나오는 부분 */
#detail_view .pro_cont table tr.option_select td{padding-right:15px;padding-left:15px;padding-bottom:8px!important;color:#888}
#detail_view .pro_cont table tr.option_select td p{padding:0 10px;color:#8e5c2c;line-height:1.3em;}
#detail_view .pro_cont table tr.option_select td div{overflow:hidden;border:solid 1px #ddd;padding:5px 5px 0;margin:5px 0 2px;background-color:#fff;display:none}
#detail_view .pro_cont table tr.option_select td div ul{overflow:hidden}
#detail_view .pro_cont table tr.option_select td div ul li{float:left;margin-bottom:5px}
#detail_view .pro_cont table tr.option_select td div ul li.line{border-top:solid 1px #ddd}
#detail_view .pro_cont table tr.option_select td div ul li.price{float:right;padding:0 5px;font-weight:bold;margin-top:3px}
#detail_view .pro_cont table tr.option_select td div ul li.title{width:55%;color:#444;margin-top:3px;margin-left:5px}
#detail_view .pro_cont table tr.option_select td div ul li input{display:block;float:left;border:solid 1px #a2a2a2;margin:1px 2px 0 0;padding:2px;font-size:11px}
#detail_view .pro_cont table tr.option_select td div ul li span{display:block;float:left}
#detail_view .pro_cont table tr.option_select td div ul li span a{display:block;margin:1px 0}
#detail_view .pro_cont table tr.option_select td div ul.addition li.title{color:#004bbd}
	/* 최종가격 */
#detail_view .pro_cont table tr.total_sum td{text-align:right;padding:10px 8px 6px}
#detail_view .pro_cont table tr.total_sum td strong{color:#000;font-family:Tahoma;color:#de3434}
/* how to point */
#detail_view .pro_cont table tr.point td{position:relative}
.how_to_point{position:absolute;left:0;top:26px;width:189px;height:64px;padding:14px 8px 8px;background:url(../imgs/goods/bg_how_point.png) 0 0 no-repeat;line-height:16px;display:none}

#detail_view .info_area_review{float:right;width:30%;margin-left:3%} /* 상품리뷰와문의 리스트 */
#detail_view .info_area_review div{position:relative;margin-bottom:7px;padding-bottom:6px;border:1px solid #dcd0c2;background-color:#fff}
#detail_view .info_area_review div h2{margin:0;padding:6px 0 7px 13px;color:#333;font-size:14px;border:0 none;background-color:#efe9db;text-indent:0}
#detail_view .info_area_review div h2 img{float:none;margin:0;padding:0}
#detail_view .info_area_review div .more{position:absolute;right:11px;top:13px}
#detail_view .info_area_review div p{margin:0 12px;padding:10px 0 9px;font-size:13px;background:url(../imgs/goods/bg_detail_dashed.gif) 0 bottom repeat-x;text-indent:9px;color:#666}
#detail_view .info_area_review div p .red{font-weight:bold}
#detail_view .info_area_review ul{padding:10px 0 0 15px}
#detail_view .info_area_review li{padding-left:11px;background:url(../imgs/goods/bul_square_brown.gif) 0 7px no-repeat;line-height:20px}
#detail_view .info_area_review li a{display:block;overflow:hidden;width:155px;text-overflow:ellipsis;white-space:nowrap;color:#7e7e7e}

#detail_view .pro_cont .btn_left{clear:both;padding-top:20px} /* 상세 버튼 '주문관련' */
#detail_view .pro_cont .btn_left a{display:inline-block;line-height:50px;text-align: center;font-size: 16px;border: 1px solid #dcdcdc;width: 113px;}
#detail_view .pro_cont .btn_left a.buynow{background-color: #765625;color: #FFF;width:150px;
	font-weight: bold;}
#detail_view .pro_cont .btn_left a.cartnow{background-color: #252525;color: #FFF;width: 150px;
	font-weight: bold;}

#detail_view .pro_cont .coupon_list{margin-top:30px;overflow:hidden} /* 쿠폰있을 시 노출 */
#detail_view .pro_cont .coupon_list li{float:left;margin:0 15px 15px 0}

.detail_tab{overflow:hidden;margin-bottom:20px;display: flex;}
.detail_tab li{flex:1;line-height: 40px;border-top: 1px solid #dcdcdc;border-bottom:1px solid #765625;text-align:center;background-color: #f7f7f7;}
.detail_tab li:first-child{border-left: 1px solid #dcdcdc;}
.detail_tab li:last-child {border-right: 1px solid #dcdcdc;}
.detail_tab li~li{border-left: 1px solid #dcdcdc;}
.detail_tab li.on{border: 1px solid #765625;border-bottom: 0;background-color: #FFF;font-weight: bold;}
#detail_detail, #detail_delivery, #detail_change, #detail_review, #detail_qna{margin-top:50px}

#detail_delivery .dealer_delivery{color:#cc0000}

#detail_review h3, #detail_qna h3{display:block;float:left}
#detail_review .write_review_btn,#detail_qna .write_review_btn{display:block;float:right;margin-top:-5px;line-height: 40px;border: 1px solid #dcdcdc;padding: 0 30px;}

	/* 상품정보고시 */
.detail_gosi{table-layout:fixed;border:solid 1px #ddd}
.detail_gosi th{font-weight:normal;color:#888;background:#f7f7f7;border-right:solid 1px #ddd;padding:10px 20px 8px;text-align:left;border-bottom:solid 1px #ddd}
.detail_gosi td{padding:10px 20px 8px;text-align:left;word-wrap:break-word;white-space:-moz-pre-wrap;white-space:pre-wrap;border-bottom:solid 1px #ddd}

	/* 상품상세 :: 상품평 */
.review_list{padding-top:10px;clear:both}
.review_list table{width:100%;border:0 none;table-layout:fixed}
.review_list thead{background:#333}
.review_list thead th{text-align:center;padding:8px 0 6px;color:#fff}
.review_list td{text-align:center;padding:10px 0 8px;border-bottom:solid 1px #ddd;color:#888}
.review_list td.title{text-align:left;padding:10px 10px 8px}
.review_list td.title a{display:block;float:left}
.review_list td.title .point{display:block;float:right}
.review_list td.none{text-align:center;padding:10px 10px 8px}
.review_list tr.article{background:#f4f4f4;display:none}
.review_list tr.article td{text-align:left;padding:10px 20px;color:#666}
.review_list tr.article td div{padding:10px 0 0}
.review_list tr.article td div.photo{padding:0;overflow:hidden}
.review_list tr.article td div.answer{position:relative;color:#444;margin-top:10px;background:#fff;border:solid 1px #ddd;padding:10px;overflow:hidden}
.review_list tr.article td div.answer .sign{display:block;position:absolute;left:10px;top:10px}
.review_list tr.article td div.answer p{padding:5px 0 0 70px}
.review_list tr.article td div.answer .remove{padding:0;margin-top:5px;text-align:right}
.review_list tr.article td div.btn{clear:both;border-top:solid 1px #ddd;margin-top:15px;text-align:right}
.review_list tr.article td div.space{height:10px;font-size:0;line-height:0;padding:0}

.review_write{padding-top:10px;clear:both;display:none}
.review_write table{width:100%;border:0 none;border-top:solid 1px #a1a1a1}
.review_write th{background:#f4f4f4;padding:8px 0 6px;text-align:center;border-bottom:solid 1px #ddd;border-right:solid 1px #ddd}
.review_write td{text-align:left;padding:8px 10px 6px;border-bottom:solid 1px #ddd}
.review_write input[type=text]{border:solid 1px #ddd;padding:2px;color:#777}
.review_write textarea{border:solid 1px #ddd;padding:2px;color:#777}
.review_write .btn_mid{margin:10px 0 20px}

	/* 상품상세 :: 상품Q&A */
.qna_list{padding-top:10px;clear:both}
.qna_list table{width:100%;border:0 none;table-layout:fixed}
.qna_list thead{background:#333}
.qna_list thead th{text-align:center;padding:8px 0 6px;color:#fff}
.qna_list td{text-align:center;padding:10px 0 8px;border-bottom:solid 1px #ddd;color:#888}
.qna_list td.title{text-align:left;padding:10px 10px 8px}
.qna_list td.none{text-align:center;padding:10px 10px 8px}
.qna_list tr.article{background:#f4f4f4;display:none}
.qna_list tr.article td{text-align:left;padding:10px 20px;color:#666}
.qna_list tr.article td div{padding:10px 0 0}
.qna_list tr.article td div.answer{position:relative;color:#444;margin-top:10px;background:#fff;border:solid 1px #ddd;padding:10px;overflow:hidden}
.qna_list tr.article td div.answer .sign{display:block;position:absolute;left:10px;top:10px}
.qna_list tr.article td div.answer p{padding:5px 0 0 70px}
.qna_list tr.article td div.answer .remove{padding:0;margin-top:5px;text-align:right}
.qna_list tr.article td div.btn{clear:both;border-top:solid 1px #ddd;margin-top:15px;text-align:right}
.qna_list tr.article td div.space{height:10px;font-size:0;line-height:0;padding:0}

.qna_write{padding-top:10px;clear:both;display:none}
.qna_write table{width:100%;border:0 none;border-top:solid 1px #a1a1a1}
.qna_write th{background:#f4f4f4;padding:8px 0 6px;text-align:center;border-bottom:solid 1px #ddd;border-right:solid 1px #ddd}
.qna_write td{text-align:left;padding:8px 10px 6px;border-bottom:solid 1px #ddd}
.qna_write input[type=text]{border:solid 1px #ddd;padding:2px;color:#777}
.qna_write textarea{border:solid 1px #ddd;padding:2px;color:#777}
.qna_write .btn_mid{margin:10px 0 20px}

	/* 상품상세 :: 관련추천상품 */
.recom_product{margin-top:50px}

/* 베스트상품,신상품,추천상품,브랜드샵 */

/* tab */
.best_tab{position:relative;background:url(../imgs/global/bg_best_tab.gif) 0 0 repeat-x}
.best_tab ul{overflow:hidden;width:100%;margin:10px 0 0}
.best_tab li img.sell{position:absolute;top:0;left:240px}
.best_tab li .box_ctg_big ul{margin:0 0}
.best_tab li .box_ctg_big li{float:left}
/* top best5 */
#top_best h3{padding:0 0 10px 9px}
#weekly_top_best{padding:25px 0 14px 5px;border:0 none;background:url(../imgs/global/bg_top_best.png) 0 0 no-repeat}
#weekly_top_best li{width:300px;margin:11px 13px 9px 0;padding:0;border:0 none;text-align:left}
#weekly_top_best li a{display:block;float:left}
#weekly_top_best li.first a{float:none}
#weekly_top_best li p{position:relative;top:70px;float:right;width:130px;padding:0;word-break:break-all;white-space:nowrap}
#weekly_top_best li.first p{position:static;float:none}
#weekly_top_best li p a{display:inline;float:none}
#weekly_top_best li p img{display:inline}


/* recommend */
#best_seller h3{padding:0 0 10px 10px}
#best_seller .etc_product_list{min-height:386px;padding:25px 0 12px 5px;border:0 none;background:url(../imgs/global/bg_best_seller.png) 0 0 no-repeat}
#best_seller .etc_product_list li{float:left;width:330px;padding:0;border:0 none;text-align:center}
#top_best #weekly_top_best li.first{margin:0 30px 0 0;padding-left:25px}
#best_seller .etc_product_list li p{padding:0 30px;text-align:left}
#top_best #weekly_top_best li.first p{width:270px;padding:0 4px}
#best_seller .etc_product_list li a img,#top_best #weekly_top_best li.first a img{border:4px solid #dedede}
#best_seller .etc_product_list li p a img,#top_best #weekly_top_best li.first p a img{border:0 none}
#best_seller .ranking_first,#top_best .ranking_first{position:absolute;top:0px;left:26px}
#best_seller .etc_product_list li a span.org_price{height:45px}


/* product list (베스트상품,신상품,추천상품,브랜드샵) */
.ctg_product_list{margin-bottom:30px;position:relative}
.etc_product_list{overflow:hidden;margin-bottom:30px;border-left:1px solid #d6d6d6}
.etc_product_list li{position:relative;float:left;width:168px;padding:17px 25px 0 26px;border-right:1px solid #d6d6d6;border-bottom:1px solid #d6d6d6}
.etc_product_list li.first{padding-left:25px}
.etc_product_list li a{line-height:13px;color:#666}
.etc_product_list li a img{margin-bottom:10px;border:1px solid #e3e3e3}
.etc_product_list li a strong{font-size:12px}
.etc_product_list li p{position:relative}
.etc_product_list li p.brand{height:100px}
.etc_product_list li a span{display:block}
.etc_product_list li a span.pro_name{overflow:hidden;height:26px;margin-bottom:5px}
.etc_product_list li a span.org_price{height:45px;line-height:17px;color:#888}
.etc_product_list li a span.sale_price{color:#000}
.etc_product_list li a span.point img{border:0;vertical-align:top}
.etc_product_list li a span.soldout{position:absolute;top:63px;left:0;width:100%;text-align:center}
.etc_product_list li div{margin:0 -25px 0 -26px;height:13px;overflow:hidden;padding:6px 24px;border-top:1px solid #d6d6d6;color:#666;background:#f9f9f9}
.etc_product_list li.first div{margin:0 -25px}
.etc_product_list li div img{margin-right:2px;margin-bottom:10px;vertical-align:top;}
.etc_product_list li div img,.product_list li a span.point img,.product_list li a span.soldout img{border:0 none}
.etc_product_list li.no_pro{min-height:287px} /*내용없는 li의 최소 높이값 */
.etc_product_list .ranking_other{position:absolute;top:-1px;left:-1px}
.ranking_small{position:absolute;left:26px;top:17px} /*랭킹 순위 이미지 */
a.more{position:absolute;right:20px;top:17px}


/* 이벤트 */
.event_heading{padding:12px 0 10px 29px;border:1px solid #d6d6d6;font-size:12px;border-bottom:0 none;background:url(../imgs/goods/bg_product_heading.png) 0 0 no-repeat;color:#666}
.event_heading span{color:#888}
table.event{table-layout:fixed;border-right:1px solid #d6d6d6;border-bottom:1px solid #d6d6d6;border-top:1px solid #d6d6d6}
table.event tbody td{text-align:center;border-left:1px solid #d6d6d6;padding:17px 0 0;vertical-align:top}
table.event tbody td img{border:solid 1px #e3e3e3;margin-bottom:10px}
table.event tbody td p{text-align:left;width:80%;margin:0 auto 10px}
table.event tbody td p span{display:block}
table.event tbody td p span.pro_name{overflow:hidden;height:26px;margin-bottom:5px}
table.event tbody td p span.org_price{height:45px;line-height:17px;color:#888}
table.event tbody td p span.sale_price{color:#000}
table.event tbody td p span.point img{border:0;vertical-align:top}
table.event tbody td p span.soldout{position:absolute;top:63px;left:0;width:100%;text-align:center}
table.event tbody td p img{border:none;vertical-align:top}
table.event tbody td p.coupon{text-align:center;line-height:20px}
table.event tbody td p.coupon strong{color:#000}
table.event tbody td p.coupon button{display:block;text-align:center;width:70px;margin:10px auto 0}

/* 브랜드샵 */
#goods_brand{margin-bottom:91px}
#goods_brand ul{overflow:hidden}
#goods_brand ul li{float:left;margin:0 20px 20px 0}

/* 검색결과 */
h3.search{margin-bottom:9px;font-size:12px;font-weight:normal;padding-top:1px}
.search_detail{margin:10px 0 28px;padding:13px 0 15px;text-align:center;border-top:1px solid #ccc;background:url(../imgs/goods/bg_search_detail.png) 0 bottom no-repeat;color:#666}
.search_detail p{margin-bottom:5px}
.search_detail input{height:19px;margin:0}
.search_category{margin-bottom:45px}
.search_category ul{overflow:hidden;padding:17px 0 0 20px;*padding-bottom:17px;border-top:1px solid #dedede;border-bottom:1px solid #dedede;background-color:#fcfcfc}
.search_category ul li{float:left;overflow:hidden;width:220px;margin:0 15px 15px 0;font-size:12px}
.search_category ul li a.highlight{color:#ca1818;font-weight:bold}

/* search tab */
.search_tab{overflow:hidden;margin-bottom:15px;background:url(../imgs/goods/bg_search_tab.gif) 0 bottom repeat-x}
.search_tab li{float:left;margin-right:-1px}
.search_tab li.on{position:relative;z-index:2}
.search_tab li img{cursor:pointer}

@media (max-width: 500px) {
	#detail_view .pro_photo {
		width: 90%;
		margin: 0 auto;
	}
	#detail_view .pro_photo .pro_photo_viewer {
		width: 100%;
		height: auto;
	}

	#detail_view .pro_photo .pro_photo_viewer img {
		width: 100% !important;
		height: auto !important;
		margin-top: 0 !important;
	}

	#detail_view>h2 {
		font-size: 24px;
	}

	#detail_view div.zoom {
		display: none;
	}

	#detail_view .pro_photo #pro_photo_slide {
		width: 100%;
	}

	#detail_view .pro_photo #pro_photo_slide .pro_photo_panel {
		width: 90%;
		height: auto;
	}

	#detail_view .pro_photo #pro_photo_slide .pro_photo_panel ul {
		width: 100%;
	}

	#detail_view .pro_photo #pro_photo_slide .pro_photo_panel ul li a {
		display: inline-block;
	}

	#detail_view .pro_photo #pro_photo_slide .pro_photo_panel ul li img {
		width: 60px !important;
		height: 60px !important;
	}

	#detail_view .pro_cont {
		width: 100%;
		margin-left: 0;
	}

	#detail_view .pro_cont table th {
		font-size: 18px;
		width: 150px;
	}
	#detail_view .pro_cont table colgroup {
		display: none;
	}

	#detail_view .pro_cont table td del {
		font-size: 16px;
	}

	#detail_view .pro_cont table td strong {
		font-size: 24px;
	}

	#detail_view .pro_cont table td {
		font-size: 18px;
	}

	#detail_view .pro_cont table td div.num input {
		height: 30px;
	}

	#detail_view .pro_cont table td img {
		height: 14px;
	}

	#detail_view .pro_cont table td div.num {
		line-height: 30px;
	}

	#detail_view .pro_cont table tr.total_sum td {
		line-height: 60px;
	}

	#detail_view .pro_cont .btn_left {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		padding: 10px 20px;
		background-color: #FFF;
		border-top: 1px solid #dcdcdc;
	}

	#detail_view .pro_cont .btn_left a.buynow, #detail_view .pro_cont .btn_left a.cartnow {
		width: 48.5%;
		line-height: 60px;
		font-size: 24px;
	}

	#detail_view .pro_cont .btn_left a~a {
		margin-left: 2%;
	}

	#detail_view .pro_cont .btn_left a:nth-child(3), #detail_view .pro_cont .btn_left a:nth-child(4) {
		display: none;
	}

	.bul_red_arrow {
		font-size: 20px;
		background: url(../imgs/icon/bul_red_arrow.gif) 0 10px no-repeat;
		margin-bottom: 15px;
	}

	.bul_red_arrow em {
		font-size: 15px;
		letter-spacing: -1px;
	}

	.review_list colgroup {
		display: none;
	}

	.review_list table thead tr th {
		line-height: 40px;
		font-size: 18px;
	}

	.review_list table thead tr th:nth-child(3) {
		width: 100px;
	}

	.review_list table thead tr th:nth-child(1), .review_list table thead tr th:nth-child(4) {
		display: none;
	}

	.review_list table tbody tr td:nth-child(1), .review_list table tbody tr td:nth-child(4) {
		display: none;
	}

	.review_list table tbody tr td:nth-child(2) {
		text-align: left;
	}

	.review_list table tbody tr td {
		font-size: 16px;
	}

	.qna_list colgroup {
		display: none;
	}

	.qna_list table thead tr th {
		line-height: 40px;
		font-size: 18px;
	}

	.qna_list table thead tr th:nth-child(3) {
		width: 100px;
	}

	.qna_list table thead tr th:nth-child(1), .qna_list table thead tr th:nth-child(4) {
		display: none;
	}

	.qna_list table tbody tr td:nth-child(1), .qna_list table tbody tr td:nth-child(4) {
		display: none;
	}

	.qna_list table tbody tr td:nth-child(2) {
		text-align: left;
	}

	.qna_list table tbody tr td {
		font-size: 16px;
	}

	.qna_write th {
		font-size: 16px;
	}

	.txt {
		font-size: 16px;
		height: 40px;
	}

	.qna_write td {
		font-size: 16px;
	}

	#detail_review .write_review_btn,
	#detail_qna .write_review_btn {
		font-size: 16px;
	}

	.product_search strong {
		margin-right: 0;
		font-size: 18px;
		display: block;
		margin-bottom: 15px;
	}

	.product_search input {
		height: 40px;
	}

	.product_search button {
		line-height: 40px;
		font-size: 18px;
	}

	.product_tab {
		margin-bottom: 15px;
		position: relative;
		overflow:visible;
		text-align: left;
	}

	.product_tab::before {
		display: none;
	}

	.product_tab li {
		width: 32.4%;
		line-height: 50px;
		display: inline-block;
		float: none;
		margin-bottom: 4px;
	}

	.product_tab li.off {
		border: 1px solid #dcdcdc;
	}

	.product_tab li.active {
		border: 1px solid #765625;
	}

	.product_tab li.active::before {
		display: none;
	}

	.product_tab li.cart {
		position: absolute;
		line-height: 40px;
		left: 0;
		bottom: -70px;
		float: none;
		font-size: 16px;
		padding-top: 3px;
		height: 40px;
	}

	.product_align select {
		font-size: 16px;
		height: 40px;
		width: 230px;
	}

	#psize {
		display: none;
	}

	.product_align {
		border-top: 1px solid #dcdcdc;
	}

	.product_list_hor li {
		width: 48.5%;
		margin-right: 3%;
		margin-bottom: 6%;
	}

	.product_list_hor li:nth-child(2n) {
		margin-right: 0;
	}

	.product_list_hor li p span.pro_name {
		font-size: 16px;
	}

	.org_price {
		font-size: 16px;
	}

	#detail_view .pro_cont table tr.option td select{
		font-size:16px;
		height: 40px;
	}
}
