/* BASIC css start */
#product-popup {
	display: block;
	position: relative;
}

#product-popup .popup .pop h3 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 45px;
}

#product-popup .info-wrap {
	position: relative;
	width: auto;
	margin: 15px auto;
	padding: 0 15px;
}

#product-popup .info-wrap .item-wrap {
	border: 1px solid #e3e3e3;
	width: 100%;
	overflow: hidden;
}

#product-popup .info-wrap .items img {
	max-width: 100%;
	height: auto;
	float: left;
}

#product-popup .info-wrap .items-now {
	margin-top: 26px;
	position: relative;
}

#product-popup .info-wrap .items-btn {
	position: absolute;
	right: 0;
	top: -15px;
}

#product-popup .info-wrap .items-btn a {
	width: 50px;
	height: 40px;
	display: inline-block;
	border: 1px solid #393939;
	text-align: center;
}

#product-popup .shopdetailItemPopup {
	text-align: center;
	margin: 22px auto;
}

#product-popup .shopdetailItemPopup .shopdetailItemZoom {
	width: 245px;
	height: 60px;
	padding: 0 0 0 75px;
	background: url("//img-naning9.bizhost.kr/before_img/mo/bg_hand@2x.gif") no-repeat 20px center;
	background-size: 50px auto;
	text-align: left;
	line-height: 60px;
	margin: 10px auto;
}

#product-popup .detail-item {
	width: 100%;
	margin: 0 auto;
}

#product-popup .detail-item img {
	max-width: 100%;
	height: auto;
}

#product-popup .detail-item table {
	width: 100% !important;
}
/* »óÇ° ÀÏ¹ÝÁ¤º¸(»óÇ°Á¤º¸Á¦°ø °í½Ã) */
#productWrap {
	margin: 20px 0;
}

#productWrap h3.tb-tit {
	text-align: left;
	background-color: #fff;
	padding: 0;
}

#productWrap table {
	width: 100%;
	border-collapse: collapse;
	border-width: 2px 0 2px 0;
	border-color: #4a4a4a;
	border-style: solid;
	table-layout: fixed;
}

#productWrap table th {
	border-right: 1px solid #cbcbcb;
	border-bottom: 1px solid #cbcbcb;
	background-color: #f1f1f1;
	color: #5d5d5d;
	text-align: left;
	padding: 10px 0 10px 15px;
}

#productWrap table td {
	color: #5d5d5d;
	border-bottom: 1px solid #cbcbcb;
	word-break: break-all;
	text-align: left;
	padding: 10px 0 10px 15px;
}
/* //»óÇ° ÀÏ¹ÝÁ¤º¸(»óÇ°Á¤º¸Á¦°ø °í½Ã) */
/* °íÁ¤¹öÆ° */
.btn_fixed {
	position: fixed;
	bottom: 20px;
	right: 20px;
}

.btn_fixed .fixed_close {
	width: 38px;
	padding: 5px 0;
	display: block;
	border: 1px solid #cbcbcb;
	background-color: rgba(255, 255, 255, 0.6);
	text-align: center;
	box-shadow: 0px 1px 1px #e3e3e3;
	border-radius: 5px 5px 0 0;
	margin-bottom: 3px;
}

.btn_fixed .fixed_up {
	width: 38px;
	padding: 5px 0;
	display: block;
	border: 1px solid #cbcbcb;
	background-color: rgba(255, 255, 255, 0.6);
	text-align: center;
	box-shadow: 0px 1px 1px #e3e3e3;
	border-radius: 0 0 5px 5px;
}
/* //°íÁ¤¹öÆ° */
/* BASIC css end */