.categories_nav{
	color: #c4c4c4;
	margin-top: 30px;
	font-size: 13px;
}
.categories_nav>select{
	border: 0px solid #efefef;
	height:23px;
	vertical-align:top;
	color: #c4c4c4;
}
.categories_nav .button {
	display: inline-block;
	font-style: italic;
	color: #c4c4c4;
  /*border: 1px solid #b8b8b8;*/
	border: 1px solid #e9e9e9;
	padding: 3px 5px;
	margin-left: 5px;
}
.categories_nav .button a{
	font-style: italic;
}
.categories_nav .button:hover{
	cursor: pointer;
}
.detail_product{
	margin-top: 60px;
}
.detail_product_img{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 15px;
	float: left;
	width: calc(100% - 520px);
	text-align:center;
	overflow: hidden;
	position: relative;
}
.detail_product_img a{
	/*
	position: relative;
	display:inline-block;
	zoom:1;
	*display:inline;
	*/
}
.detail_product_img .product_sale{
	width:60px;
	height:60px;
	line-height:60px;
	font-size:21px;
}
.detail_product_img>img{
	width: 100%;
}
.detail_product_info{
	/*font-family:'Montserrat','NotoSansKR-Thin';*/
	text-align:left;
	overflow: hidden;
	padding-bottom: 90px;
}
.detail_product_info h1{
	margin-top:0px;
	text-align: left;
	font-size:32px;
}
.detail_product_info h4{
	margin:10px 0px;
	font-size:15px;
	font-weight:500;
	text-align: left;
}
.detail_product_info h5{
	margin:10px 0px;
	font-size:15px;
	font-weight:500;
	text-align: left;
}
.detail_product_info>.detail_prmsg{
	color: #b0b0b0;
	padding-bottom:30px;
	border-bottom: 1px solid #f2f2f2;
}
.detail_product_info>ul{
	padding: 30px 0px;
	border-bottom: 1px solid #f2f2f2;
	overflow:hidden;
}
.detail_product_info>ul>li{
	line-height: 2em;
}
.detail_product_info>ul>li>h1{
	float: left;
	width: 150px;
	font-size: 15px;
	margin: 0;
	padding: 0;
}
.detail_product_info>ul>li>p{
	margin: 0;
	padding: 0;
	font-size: 15px;
	line-height: inherit;
}
.detail_price>p>span{
	color: #3a3a3a;
	font-size: 26px;
	font-weight: 400;
}
.detail_button{
	color: #c6c6c6;
	font-weight: lighter;
	font-size: 15px;
	border: 1px solid #c6c6c6;
	display: inline-block;
	padding: 0 10px;
	cursor: pointer;
	position: relative;
}
.detail_gift>.detail_button>p{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 320px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px;
	background: #d2d2d2;
	color: #fff;
	padding: 10px;
	z-index: 300;
}
.detail_gift>.detail_button:hover>p{
	display: block;
	overflow: visible;
}
.detail_gift>.detail_button>p>span{
	font-weight: bold;
}
.detail_delivery>p{
	overflow: hidden;
}
.detail_options{
	position: relative;
	float: left;
}
.detail_options>div{
	position: relative;
	height: 30px;
}
.detail_options>select{
	height: 30px;
	border: 1px solid #dcdcdc;
}
.detail_options>div+div {
	margin-top: 10px;
}
.detail_options>div>ul{
	position: absolute;
	cursor: pointer;
	background: #fff;
	z-index: 100;
}
.detail_options>div>ul:not(.on){
	height: calc(2em + 2px);
	overflow: hidden;
	z-index: auto;
}
.detail_options>div>ul::after{
	position: absolute;
	content: '';
	width: 15px;
	height: 15px;
	right: 10px;
	top: 13px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpolygon%20fill%3D'%233a3a3a'%20points%3D'7.4,7.4 0,0 4.2,0 7.4,3.3 10.5,0 14.8,0'%2F%3E%3C%2Fsvg%3E");
	background-position: center;
	background-size: contain;
}
.detail_options>div>ul>li{
	top: 0;
	left: 150px;
	font-size: 15px;
	color: #c6c6c6;
	width: 330px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #c6c6c6;
	padding-left: 10px;
}
.detail_options>div>ul>li+li{
	border-top: none;
}

.detail_select{
	clear: both;
	border-bottom: 1px solid #f2f2f2;
	padding: 10px 0px;
	/*padding-bottom: 30px;*/
	overflow: hidden;
}
.detail_selected {
	clear: both;
	line-height: 2em;
}
.detail_selected+.detail_selected{
	margin-top: 10px;
}
.detail_selected>h1{
	float: left;
	width: 50%;
	margin: 0;
	padding: 0;
	font-size: 15px;
}
.detail_selected>h1 img{
	margin-right:10px;
	vertical-align:middle;
}
.detail_selected>div{
	float: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.select_amount{
	float:left;
	width:25%;
}
.select_amount2{
	width:100%;
}
.select_amount>div{
	float: left;
	height:30px;
	line-height:30px;
	border: 1px solid #c6c6c6;
	text-align: center;
}
.select_amount>div:not(.select_value){
	cursor: pointer;
}
.select_amount>div+div{
	border-left: none;
}
.select_amount input{
	text-align: center;
	border: none;
	width: 50px;
	height:29px;
}
.select_amount a{
	padding: 0 10px;
	display:block;
}
.select_price{
	font-size: 15px;
	color: #c6c6c6;
	width: calc(25% - 30px);
	text-align: right;
}
.select_cancle{
	width: 30px;
	text-align: right;
}
.select_cancle>span{
	width: 15px;
	height: 15px;
	cursor: pointer;
	margin-top: 8px;
	display: inline-block;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpolygon%20fill%3D'%233a3a3a'%20points%3D'13.9,2.2 11.8,0 6.9,4.7 2.1,0 0,2.2 4.8,6.7 0,11.3 2.1,13.4 6.9,8.8 11.8,13.4 13.9,11.3 9.1,6.7'%2F%3E%3C%2Fsvg%3E");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.detail_total {
	clear: both;
	text-align: right;
	vertical-align: bottom;
	margin-top:10px;
}
.detail_total>span{
	font-size: 26px;
	font-weight: 500;
}
.detail_buttons{
	display: table;
	width: 100%;
	border-collapse: collapse;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 30px 0px;
}
.detail_buttons>div{
	width: calc(100%/3);
	text-align: center;
	border: 1px solid #dcdcdc;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: table-cell;
	line-height: 3em;
	color: #4c4c4c;
	cursor: pointer;
}
.detail_buttons>.detail_button1 a{
	background: #4c4c4c;
	border: 1px solid #4c4c4c;
	color: #fff;
}
.detail_buttons a{
	display:block;
}

.detail_buttons a{
	display:block;
}
.detail_store{
	border: 1px solid #eee;
	overflow: hidden;
	position: relative;
	margin-bottom: 60px;
}
.detail_store>div{
	padding: 15px;
	float: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.detail_store>div:first-child{
	width: 300px;
}
.detail_store>div+div{
	width: calc(100% - 300px);
	min-height:340px;
	overflow: hidden;
	position: relative;
	border-left: 1px solid #eee;
}
.store_profile>img{
	margin-bottom: 1em;
}
.store_profile>p{
	font-size: 13px;
	text-align: center;
	color: #848484;
	margin-bottom: 1em;
}
.store_button>div{
	width: calc(100%/2 - 5px);
	float: left;
	text-align: center;
	border: 1px solid #4c4c4c;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 3em;
	color: #fff;
	background: #4c4c4c;
	cursor: pointer;
}
.store_button>div+div{
	margin-left: 10px;
	border: 1px solid #e8e8e8;
	background: #fff;
	color: #848484;
}
.store_product .product_slide_wrap{
	width: calc(100% - 60px);
	margin: 0 auto;
}

#div_opts{overflow:hidden;}
#div_opts .optName{float:left;width:50%;}
#div_opts .optQuantity{float:right;}
#div_opts>div{padding:10px 0px;border-bottom:1px solid #eee;overflow:hidden;}

/* 장바구니 담기 */
.insertBasket{position:fixed;top:0px;left:0px;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.7);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B3000000,endColorstr=#B3000000);z-index:1000;}
.insertBasket .basketBox{position:fixed;top:40%;left:38%;width:400px;height:160px;padding:20px;background:#ffffff;border:4px solid #444444;text-align:center;}
.insertBasket .basketBox h4{position:relative;margin:0px;padding-bottom:8px;border-bottom:1px solid #eeeeee;color:#222222;font-size:15px;letter-spacing:-1px;}
.insertBasket .closeBtn{display:block;position:absolute;top:0px;right:0px;width:20px;height:20px;color:#ffffff;text-decoration:none;text-align:center;}
.insertBasket .basketMessage{margin: 10px 0px;padding: 10px 0px;text-align: center;font-size: 14px;line-height: 150%;}
.insertBasket .basketMessage h5{margin-bottom: 4px;text-align: center;font-size: 14px;font-weight: normal;}
.insertBasket .basketBtnBox{width: 150px;margin: 0 auto;text-align: center;}
.insertBasket .basketBtnBox .goBasketBtn{float: left;width: 48%;padding: 10px 0px;display: block;background: #aaaaaa;color: #ffffff;text-decoration: none;border-radius: 2px;font-size:12px;}
.insertBasket .basketBtnBox .closeBasketBtn{float: right;width: 45%;padding: 9px 0px;/* display: block; */border: 1px solid #aaaaaa;text-decoration: none;border-radius: 2px;font-size:12px;}

/*쇼핑 쿠폰*/
.shoping_cupons{
	border-top: 1px solid #eee;
	font-size: 14px;
	color: #9e9e9e;
}
.shoping_cupons>h1{
	text-align: left;
	font-size: 20px;
	color: #4c4c4c;
	font-weight: normal;
}
.shoping_cupon{
	display: inline-block;
	text-align: center;
	position: relative;
}
.shoping_cupon+.shoping_cupon{
	margin-left: 10px;
}
.shoping_cupon>img{
	display: block;
}
.shoping_cupon>div{
	display: inline-block;
	margin-top: 10px;
}
.shoping_cupon>div+div::before{
	content: '| ';
	margin: 0 5px;
	font-weight: lighter;
}
.cupon_info{
	cursor: pointer;
}
.cupon_info:hover .cupon_info2{
	display: block;
	z-index: 100;
}
.cupon_info2{
	position: absolute;
	display: none;
	bottom: 30px;
	left: 0px;
	width: 100%;
	font-size: 13px;
	color: #999;
	background: #fff;
	border: 1px solid #828282;
	padding: 30px 15px;
	font-weight: lighter;
	text-align: left;
	line-height: 1.5em;
}
.cupon_info2 h1{
	font-size: 13px;
	color: #bb3a2e;
	text-align: inherit;
}
.cupon_info2 p{
	color: inherit;
	font-size: 13px;
	margin-bottom: 1em;
}
.cupon_down {
	font-weight: bold;
}

/* 쇼핑태그 */
.shoping_tag{
	margin: 60px 0;
	position: relative;
	padding: 30px 15px 60px 15px;
	border: 1px solid #eee;
	color: #999;
	font-weight: lighter;
	font-size: 14px;
}
.shoping_tag_add input{
	height: 28px;
	position: relative;
	border: none;
	border-bottom: 1px solid #eee;
	padding-bottom: 4px;
	color: inherit;
	width: 270px;
	height: 30px;
	font-size: inherit;
	font-weight: inherit;
	padding: 0;
	outline: none;
}
.shoping_tag_add>div{
	display: inline-block;
	padding: 0 10px;
	color: #fff;
	line-height: 2em;
	cursor: pointer;
}
.tag_add{
	background: #4c4c4c;
}
.tag_add a{
	color:#fff;
}
.tag_pop{
	background: #b7b7b7;
}
.tag_pop a{
	color:#fff;
}
.tag_list{
	margin-top: 30px;
}
.tag_list>li{
	display: inline-block;
}
.tag_list>li+li::before{
	content: ', ';
	margin-left: -2px;
	padding: 0;
}
.tag_more{
	width: 50px;
	height: 50px;
	position: absolute;
	background-color: #eee;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20x%3D'0px'%20y%3D'0px'%20width%3D'40px'%20hight%3D'40px'%20viewBox%3D'0%200%2040%2040'%3E%3Cline%20stroke%3D'%23fff'%20stroke-width%3D'2'%20fill%3D'none'%20x1%3D'20'%20y1%3D'0'%20x2%3D'20'%20y2%3D'40'%2F%3E%3Cline%20stroke%3D'%23fff'%20stroke-width%3D'2'%20fill%3D'none'%20x1%3D'0'%20y1%3D'20'%20x2%3D'40'%20y2%3D'20'%2F%3E%3C%2Fsvg%3E");
	background-position: center;
	background-size: 40px 40px;
	background-repeat: no-repeat;
	bottom: 0;
	right: 0;
	cursor: pointer;
}

/*상품 설명*/
.detail_category {
	text-align: center;
	font-size: 16px;
	color: #9e9e9e;
	font-weight: lighter;
	margin-bottom: 45px;
}
.detail_category>li{
	display: inline-block;
	padding: 20px 15px;
	margin-bottom:-1px;
}
.detail_category>.on{
	font-weight: 400;
	border-bottom: 1px solid #4c4c4c;
	color: #242424;
}
.detail_content{
	text-align: center;
	color: #9e9e9e;
	font-size: 16px;
}
.detail_content blockquote{
	border-left:5px solid #eee;
	padding-left:20px;
}
.detail_content p{
	margin: 1em 0;
	color: #777;
	font-size: inherit;
}
.company_info {
	overflow: hidden;
	border: 1px solid #eee;
	margin: 60px auto;
	padding:10px 0px;
	font-size: 13px;
	font-weight: lighter;
	color: #9e9e9e;
	line-height: 2em;
	width: 100%;
}
.company_info>div{
	float: left;
	overflow: hidden;
}
.company_img{
	display:table;
	width: 130px;
	height: 100%;
}
.company_img div{
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}
.company_img>div img{
	width:90%;
}
.company_details{
	overflow: hidden;
	padding: 0px 10px;
	width: calc(100% - 130px);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.company_details>div{
	float: left;
}
.company_detail1{
	width: 100%;
	border-bottom: 1px solid #eee;
	padding-bottom: 3px;
}
.company_detail1>div{
	width:50%;
	float:left;
}
.company_detail1>.company_buttons{
	text-align: right;
}
.company_detail1>.company_buttons>div{
	background: #4c4c4c;
	display:inline-block;
	cursor: pointer;
}
.company_detail1>.company_buttons>div+div{
	background: #b7b7b7;
}
.company_detail1>.company_buttons a{
	display:block;
	padding:0px 10px;
	color:#fff;
	line-height: 2em;
}
.company_detail2{
	width: 50%;
	clear: both;
}
.company_detail3{
	width: 50%;
}
.company_details label{
	width: 120px;
	display: inline-block;
}
.company_details span+span::before {
	content: ':';
	margin-right: 15px;
}


/*    배송/AS/환불 안내    */
#detail_support>div{
	overflow: hidden;
	border: 1px solid #eee;
	padding: 30px;
}
#detail_support>div>div{
	float: left;
	width: 50%;
	padding-right: 60px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 1px solid #eee;
}
#detail_support>div>div+div{
	border-right: none;
	padding-right: 0;
	padding-left: 60px;
}
#detail_support>div h1{
	font-size: 16px;
	color: #666666;
	font-weight: bold;
}
#detail_support ul{
	overflow: hidden;
}
#detail_support li{
	overflow: hidden;
}
#detail_support>div ul h1{
	text-align: justify;
	font-size: 13px;
	float: left;
	line-height: 2em;
	margin-top: 0;
	width:75px;
}
#detail_support>div p{
	font-size: 13px;
	line-height: 2em;
	overflow: hidden;
}

/*    사용후기    */
#detail .review_count{padding:0px 2px;color:#ff6600;font-weight:bold;}
.review_score{
	text-align: center;
	color: #e2e2e2;
}
.review_score>div{
	display: inline-block;
	margin: 0 30px;
}
.score_value,.score_name{
	display: inline;
}
.score_value{
	color: #606060;
	font-size: 24px;
	font-weight: bold;
}
.score_name{
	font-size: 12px;
}
.score_stars{
	margin-top: 3px;
	letter-spacing: 2px;
	color: #e2e2e2;
}
.score_stars>span{
	color: #b0b0b0;
	font-size: 18px;
}
.score_average .score_value{
	color: #ff4400;
}
.review_write{
	margin-top: 45px;
	overflow: hidden;
}
.review_type{
	float: left;
	display: table;
	border-collapse: collapse;
}
.review_type>div{
	display: table-cell;
	width: 120px;
	text-align: center;
	line-height: 2em;
	font-size: 14px;
	font-weight: lighter;
	color: #9e9e9e;
	border: 1px solid #c6c6c6;
	cursor: pointer;
}
.review_type>div.on{
	background: #4c4c4c;
	border: 1px solid #4c4c4c;
	color: #fff;
}
.review_button {
	float: right;
	display: table;
	border-collapse: collapse;
	margin-bottom: 45px;
}
.review_button a{
	display:block;
	padding: 0 10px;
	text-align: center;
	line-height: 2em;
	font-size: 14px;
	font-weight: lighter;
	color: #9e9e9e;
}
.review_button>div{
	display: table-cell;
	border: 1px solid #c6c6c6;
	cursor: pointer;
}
.review_button>div.on{
	background: #4c4c4c;
	border: 1px solid #4c4c4c;
}
.review_button>div.on a{
	color: #fff;
}
.review_form{
	clear: both;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin-top: 45px;
	margin-bottom: 45px;
	padding-bottom: 30px;
	padding-top: 30px;
	color: #9e9e9e;
	line-height: 1.5em;
}
.review_form>ul{
	clear: both;
}
.review_form>.review_star{
	padding: 2em 0;
}
.review_form>.review_star>li{
	padding: 0;
}
.review_form>ul>li{
	padding: 0.5em 0;
}
.review_form input[type='text']{
	border: 1px solid #c6c6c6;
	outline: none;
	width: 180px;
	line-height: 1.5em;
	height: 1.5em;
	color: inherit;
	font-size: 14px;
}
.review_form textarea{
	width: 100%;
	height: 12em;
	border: 1px solid #c6c6c6;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	line-height: 1.5em;
	color: inherit;
	font-size: 14px;
}
.review_form>ul>li>h1{
	font-size: 14px;
	text-align: left;
	margin: 0;
	padding:0;
	float: left;
	width: 90px;
}
.review_form>ul:first-child>li+li>h1{
	width: 30px;
}
.review_content {
	overflow: hidden;
}
.star_select {
	position: relative;
	width: 150px;
	float: left;
	height: 1.5em;
}
.star_select select{
	width:120px;
	color:#c6c6c6;
	height: calc(2em - 2px);
}
.review_confirm{
	text-align: center;
	display: table;
	margin: 0 auto;
	border-collapse: collapse;
}
.review_confirm>div{
	border: 1px solid #cccccc;
	font-size: 14px;
	display: table-cell;
	color: #fff;
	background: #ccc;
	cursor: pointer;
}
.review_confirm>div+div{
	background: #fff;
	color: #9e9e9e;
}
.review_confirm a{
	display:block;
	padding: 0 20px;
	line-height: 3em;
}
.review_list{
	margin-top: 60px;
	color: #c6c6c6;
	clear: both;
	font-size: 13px;
	font-weight: lighter;
}
.review_list ul{
	border: 1px solid #eee;
}
.review_list .score_stars, .review_list p{
	display: inline-block;
}
.review_list .score_stars{
	margin-right: 15px;
	width:110px;
}
.review_list p{
	padding:1em 0;
}
.review_list>ul>li{
	line-height: 3em;
	padding: 0 1em;
	overflow: hidden;
	clear: both;
	position: relative;
}
.review_list>ul>li+li{
	border-top: 1px solid #eee;
}
.review_list>ul>li>img{
	float: left;
	margin: 1em 1em 1em 0;
	max-width:100%;
}
.review_writer{
	float: right;
	margin-top: 5px;
}
.review_close{
	position: absolute;
	width: 30px;
	height: 30px;
	line-height: 30px;
	bottom: -5px;
	right: 0;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpolygon%20fill%3D'%23c6c6c6'%20points%3D'13.9,2.2 11.8,0 6.9,4.7 2.1,0 0,2.2 4.8,6.7 0,11.3 2.1,13.4 6.9,8.8 11.8,13.4 13.9,11.3 9.1,6.7'%2F%3E%3C%2Fsvg%3E");
	cursor: pointer;
}

/*상품문의*/
#detail_qna>.detail_category{
	margin-bottom: 15px;
}
#detail_qna>p{
	text-align: center;
	margin-bottom: 45px;
	color: #9e9e9e;
}
.qna_no{
	float: left;
	margin-right: 15px;
}

/*SNS 공유*/
#detail_sns {
	padding-bottom: 30px;
}
#detail_sns>.detail_category{
	margin-bottom: 15px;
}
#detail_sns>p{
	text-align: center;
	margin-bottom: 45px;
	color: #9e9e9e;
}
#detail_sns h5{
	text-align: center;
	margin-bottom: 45px;
	color: #9e9e9e;
	font-weight:normal;
}
.sns_coment{
	height: 8em;
	position: relative;
}
.sns_coment>textarea{
	width: 100%;
	height: 100%;
	border: 1px solid #c6c6c6;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	line-height: 1.5em;
	color: #9e9e9e;
	font-size: 14px;
	padding: 1em;
}
.sns_coment>.review_button{
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.sns_coment>.review_button>div{
	width: 90px;
}
.coment_list>li{
	border-bottom: 1px solid #eee;
	overflow: hidden;
	padding: 10px 0;
}
.sns_profile {
	position:relative;
	width: 60px;
	height: 60px;
	float: left;
	border-radius: 100%;
	overflow: hidden;
	margin-right: 15px;
}
.sns_profile+div{
	padding: 15px 0;
}
.sns_profile img{
	max-width:100%;
}
.sns_name{
	color: #666;
	font-size: 14px;
	margin-right: 15px;
}
.sns_date{
	color: #9e9e9e;
	font-size: 12px;
	font-weight: lighter;
}


/* 상품 상세 정보내 상품 정보 고시 관련 내용 테이블 */
.productInfoGosi{ width:100%;margin:15px 0px; }
.productInfoGosi caption{ background:#f5f5f5; color:#666666; font-weight:bold; padding:10px; border-top:1px solid #222; border-bottom:1px solid #ddd; visibility:visible;}
.productInfoGosi th{ background:#f5f5f5; padding:10px 15px; color:#666; text-align:left; font-weight:bold; border-bottom:1px solid #ddd; width:170px;}
.productInfoGosi td{ border-bottom:1px solid #ddd; padding:10px 15px; text-align:left;}