html {
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
}

.displaynone {
	display: none !important;
}

body.eMobilePopup {
	overflow: hidden;
	position: fixed;
}

.ec-base-label {
	display: inline-block;
	margin-right: 5px;
}

.ec-base-label img {
	vertical-align: middle;
}

.gridContainer .gridItem {
	min-width: 0;
}

.ec-solution-box {
	padding: 20px;
	border: 5px solid #e8e8e8;
	color: #404040;
}

.ec-solution-box.gHalf {
	position: relative;
	padding: 20px 0;
}

.ec-solution-box.gHalf:before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	content: "";
	width: 1px;
	height: 100%;
	background-color: #e6e6e6;
}

.ec-solution-box.typeBg {
	background-color: #fbfafa;
}

.ec-solution-box.typeThin {
	border-width: 1px;
	border-color: #d7d5d5;
}

.ec-solution-box.typeThinBg {
	border-width: 1px;
	border-color: #d7d5d5;
	background-color: #fbfafa;
}

.ec-solution-box.typeThinBg > .agree {
	padding: 20px;
	border: 1px solid #e6e6e6;
	background: #fff;
}

.ec-solution-box.typeThinBg > .agree p {
	padding: 0 0 17px;
}

.ec-solution-box.typeMember {
	padding: 0;
}

.ec-solution-box.typeMember .information {
	display: table;
	table-layout: fixed;
	padding: 10px 0;
	width: 100%;
	box-sizing: border-box;
}

.ec-solution-box.typeMember .information > .title,
.ec-solution-box.typeMember .information > .thumbnail {
	display: table-cell;
	padding: 0 15px;
	width: 70px;
	text-align: center;
	vertical-align: middle;
}

.ec-solution-box.typeMember .information > .title {
	vertical-align: middle;
}

.ec-solution-box.typeMember .information > .thumbnail img {
	max-width: 70px;
}

.ec-solution-box.typeMember .information .description {
	display: table-cell;
	padding: 0 10px;
	width: auto;
	line-height: 1.5em;
	border-left: 1px solid #e8e8e8;
	vertical-align: middle;
}

.ec-solution-box.typeMember.gMessage {
	border-width: 1px;
	border-color: #d7d5d5;
}

.ec-solution-box .message {
	display: block;
	padding: 10px 0 10px 35px;
	border-bottom: 1px solid #e8e7e7;
	background: #fbfbfb url("/resources/images/ico/ico_info.gif") no-repeat 10px center;
}

.ec-solution-box.typeProduct {
	display: table;
	table-layout: fixed;
	padding: 15px 0;
	width: 100%;
	box-sizing: border-box;
}

.ec-solution-box.typeProduct .thumbnail,
.ec-solution-box.typeProduct .information {
	display: table-cell;
	padding: 0 20px;
	vertical-align: middle;
}

.ec-solution-box.typeProduct .thumbnail {
	width: 100px;
}

.ec-solution-box.typeProduct .thumbnail img {
	max-width: 90px;
	border: 1px solid #d7d5d5;
}

.ec-solution-box.typeProduct .information {
	padding-left: 0;
}

.ec-solution-button {
	padding: 10px 0;
	text-align: center;
}

.ec-solution-button.justify {
	position: relative;
}

.ec-solution-button:after {
	display: block;
	content: "";
	clear: both;
}

.ec-solution-button .gLeft {
	float: left;
	text-align: left;
}

.ec-solution-button .gRight {
	float: right;
	text-align: right;
}

.ec-solution-button.justify .gLeft {
	position: absolute;
	left: 0;
}

.ec-solution-button.justify .gRight {
	position: absolute;
	right: 0;
}

.ec-solution-button .text {
	margin: 0 6px 0 10px;
	color: #353535;
	line-height: 24px;
}

.ec-solution-button.typeBorder {
	margin-top: -1px;
	padding: 10px 20px;
	border: 1px solid #d7d5d5;
}

.ec-solution-button.typeBG {
	padding: 10px 20px;
	border: 1px solid #d7d5d5;
	background: #fbfafa;
}

.ec-solution-layer li {
	list-style: none;
}

.ec-solution-layer table {
	width: 100%;
	border: 0;
	border-spacing: 0;
	border-collapse: collapse;
}

.ec-solution-layer caption {
	display: none;
}

.ec-solution-layer h1,
.ec-solution-layer h3 {
	margin: 0;
}

.ec-solution-layer {
	position: absolute;
	z-index: 100;
	border: 1px solid #757575;
	background: #fff;
}

.ec-solution-layer .header {
	padding: 7px 35px 7px 19px;
	color: #fff;
	background: #495164;
}

.ec-solution-layer .header > h1,
.ec-solution-layer .header > h3 {
	font-size: 14px;
	line-height: 1.5;
}

.ec-solution-layer .content {
	padding: 20px;
	font-size: 12px;
}

.ec-solution-layer div.ec-solution-help {
	margin-top: 0;
}

.ec-solution-layer .ec-solution-button {
	padding: 9px;
	border-top: 1px solid #d7d5d5;
	text-align: center;
	background: #fbfafa;
}

.ec-solution-layer .close {
	position: absolute;
	right: 0;
	top: 0;
	padding: 11px 20px;
	cursor: pointer;
}

.ec-solution-layer .ec-solution-table table [id*="Msg"].error {
	color: #f00;
}

#popup .ec-solution-layer {
	position: relative;
	border: 0;
}

#popup .ec-solution-layer .header {
	padding: 12px 35px 12px 19px;
}

#popup .ec-solution-layer .close {
	top: 5px;
}

.ec-solution-layer .content > .ec-solution-table table:first-child {
	margin-top: 0;
}

.ec-solution-layer .ec-solution-table table {
	line-height: 1.4;
}

.ec-solution-layer .ec-solution-table thead th {
	padding: 9px 0 8px;
}

.ec-solution-layer .ec-solution-table tbody th {
	padding: 9px 0 8px 10px;
}

.ec-solution-layer .ec-solution-table td {
	padding: 9px 10px 8px;
}

.ec-solution-layer .ec-solution-table.typeWrite td {
	padding: 5px 10px 4px;
}

.ec-solution-layer .ec-solution-table.typeList tfoot td {
	padding: 10px 10px 12px;
}

.ec-solution-layer .ec-solution-table.typeBorder tfoot td {
	padding: 10px 10px 12px;
}

.ec-solution-table table {
	position: relative;
	margin: 10px 0 0;
	border: 1px solid #d7d5d5;
	border-top-color: #fff;
	color: #fff;
	line-height: 1.5;
}

.ec-solution-table.gLayoutFixed table {
	table-layout: fixed;
}

.ec-solution-table.gLayoutFixed .gLayoutAuto table {
	table-layout: auto;
}

.ec-solution-table table:before {
	position: absolute;
	top: 1px;
	left: 0;
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	background: #d7d5d5;
}

.ec-solution-table thead th {
	padding: 11px 0 10px;
	border-left: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	color: #353535;
	vertical-align: middle;
	font-weight: normal;
	background: #fbfafa;
}

.ec-solution-table tbody th {
	padding: 11px 0 10px 18px;
	border: 1px solid #dfdfdf;
	border-bottom-width: 0;
	color: #353535;
	text-align: left;
	font-weight: normal;
	background-color: #fbfafa;
}

.ec-solution-table th:first-child {
	border-left: 0;
}

.ec-solution-table td {
	padding: 11px 10px 10px;
	border-top: 1px solid #dfdfdf;
	color: #353535;
	vertical-align: middle;
}

.ec-solution-table td.clear {
	padding: 0 !important;
	border: 0 !important;
}

.ec-solution-table.typeWrite td {
	padding: 8px 10px 7px;
}

.ec-solution-table.typeList table {
	border-top-color: #d7d5d5;
}

.ec-solution-table.typeList table:before {
	display: none;
}

.ec-solution-table.typeList td {
	padding: 8px 10px 7px;
}

.ec-solution-table.typeList tfoot td {
	padding: 15px 10px 17px;
	background: #fbfafa;
}

.ec-solution-table .message {
	border: 1px solid #d7d5d5;
	padding: 50px 0;
	text-align: center;
	color: #757575;
	font-weight: bold;
}

.ec-solution-table table + .message {
	margin: -1px 0 0;
}

.ec-solution-table table td.message {
	padding: 50px 0;
}

.ec-solution-table .scroll .message {
	border: 0;
}

.ec-solution-table.typeList .head td {
	padding: 11px 0 10px;
	border-left: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	color: #353535;
	vertical-align: middle;
	text-align: center;
	background: #fbfafa;
}

.ec-solution-table.typeList .head td:first-child {
	border-left: 0;
}

.ec-solution-table.typeList .scroll {
	position: relative;
	overflow-x: hidden;
	overflow-y: scroll;
	max-height: 185px;
	min-height: 100px;
	border: 1px solid #d7d5d5;
	border-top-width: 0;
	margin-top: -1px;
}

.ec-solution-table.typeList .scroll table {
	border: 0;
	margin: 0;
}

.ec-solution-table.typeList .scroll table:before {
	display: none;
}

.ec-solution-table.typeList .scroll .message {
	border: 0;
}

.ec-solution-table thead.blind,
.ec-solution-table thead.blind th {
	display: none;
}

.ec-solution-table thead.blind + tbody tr:first-child th,
.ec-solution-table thead.blind + tbody tr:first-child td {
	border-top-width: 0;
}

.ec-solution-table.typeList.gLine table {
	border-width: 0;
	border-bottom-width: 1px;
}

.ec-solution-table.typeClear table:before {
	display: none;
}

.ec-solution-table.typeClear table,
.ec-solution-table.typeClear th,
.ec-solution-table.typeClear td {
	border: 0 none;
	background: none;
}

.ec-solution-table.typeClear th {
	font-weight: bold;
}

.ec-solution-table.gBorder td {
	border-left: 1px solid #dfdfdf;
}

.ec-solution-table.gBorder td:first-child {
	border-left: 0;
}

.ec-solution-table .left {
	text-align: left;
}

.ec-solution-table .center {
	text-align: center;
}

.ec-solution-table .right {
	text-align: right;
}

.ec-solution-table.typeList .center td,
.ec-solution-table.typeList td.center {
	padding-left: 0;
	padding-right: 0;
}

.ec-solution-table.typeList .center td.left {
	padding-left: 10px;
}

.ec-solution-table.typeList .center td.right {
	padding-right: 10px;
}

.ec-solution-table .top th,
.ec-solution-table th.top,
.ec-solution-table .top td,
.ec-solution-table td.top {
	vertical-align: top;
}

.ec-solution-table .middle th,
.ec-solution-table th.middle,
.ec-solution-table .middle td,
.ec-solution-table td.middle {
	vertical-align: middle;
}

.ec-solution-table img {
	vertical-align: middle;
}

@media print {
	.ec-solution-table table:before {
		display: none;
	}
}

.certifyBox {
	width: 100%;
	font-size: 13px;
	font-family: "留묒� 怨좊뵓", "Malgun Gothic", Dotum, �룍��, arial, verdana, sans-serif;
	letter-spacing: -1px;
	border: 1px solid #d6dae1;
	color: #444b59;
	background-color: #fff;
}

.certifyBox .boxArea {
	position: relative;
}

.certifyBox .progress {
	background-color: #feeef0;
}

.certifyBox .direct {
	background-color: #f4f9ff;
}

.certifyBox .icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 34px;
	left: 33px;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}

.certifyBox .message {
	display: inline-block;
	padding: 24px 24px 24px 52px;
	line-height: 20px;
}

.certifyBox .message strong {
	font-weight: 700;
	color: #444b59;
}

.certifyBox .btnTxt {
	position: absolute;
	top: 34px;
	right: 48px;
	line-height: 20px;
	height: auto;
	font-size: 13px;
	color: #1b1e26;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}

.certifyBox .btnTxt span {
	display: inline-block;
	position: relative;
	color: #3971ff;
}

.certifyBox .btnTxt span:after {
	content: "";
	position: absolute;
	top: 6px;
	right: -12px;
	display: inline-block;
	width: 7px;
	height: 7px;
	border: 1px solid #3971ff;
	border-left: 0;
	border-bottom: 0;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

@media (max-width: 767px) {
	.certifyBox .btnTxt {
		position: initial;
		display: block;
		padding: 4px 24px 24px 52px;
		transform: none;
	}

	.certifyBox .direct .message {
		padding-bottom: 0;
	}
}

.mt15 {
	margin-top: 15px;
}

.clear_both {
	clear: both;
}

.space {
	height: 10px;
	clear: both;
}

.space2 {
	height: 5px;
	clear: both;
}

.list_list {
	width: 100%;
	border: 0;
	border-top: 2px solid #cfcfcf;
	margin: 0 0 20px 0;
	padding: 0;
}

.list_list th div {
	white-space: nowrap;
}

.list_list tr.bg0 {
	background: #fff;
}

.list_list tr.bg1 {
	background: #f8f8f8;
}

.list_list th,
.list_list td {
	border: 0;
	padding: 5px 10px;
	text-align: left;
	vertical-align: middle;
}

.list_list th {
	background: #f4f4f4;
}

.list_list tbody th {
	border-bottom: 1px solid #e5e5e5;
}

.list_list td {
	border-bottom: 1px solid #f0f0f0;
}

.list_list th.button,
.colTable th.button,
.crossTable th.button {
	text-align: right;
}

.list_list td.alert,
.colTable td.alert,
.crossTable td.alert {
	color: red !important;
}

.list_list td.alert a,
.colTable td.alert a,
.crossTable td.alert a {
	text-decoration: none;
	color: red !important;
}

.tableRow {
	width: 100%;
	border: 0;
	border-top: 2px solid #cfcfcf;
	margin: 0 0 20px 0;
	padding: 0;
}

.tableRow th div {
	white-space: nowrap;
}

.tableRow tr.bg0 {
	background: #fff;
}

.tableRow tr.bg1 {
	background: #f8f8f8;
}

.tableRow th,
.tableRow td {
	border: 0;
	padding: 5px 10px;
	vertical-align: middle;
}

.tableRow th {
	background: #f4f4f4;
	text-align: left;
	padding-left: 20px;
}

.tableRow tbody th {
	border-bottom: 1px solid #e5e5e5;
}

.tableRow td {
	border-bottom: 1px solid #f0f0f0;
}

.tableRow th.button,
.colTable th.button,
.crossTable th.button {
	text-align: right;
}

.tableRow td.alert,
.colTable td.alert,
.crossTable td.alert {
	color: red !important;
}

.tableRow td.alert a,
.colTable td.alert a,
.crossTable td.alert a {
	text-decoration: none;
	color: red !important;
}

.board_pagination {
	margin: 0 auto;
	text-align: center;
	margin-top: 15px;
}

.board_comment_list textarea,
.board_comment_write textarea {
	width: 90%;
	font-size: 12px;
}

.board_comment_list .comment_lists {
	height: 25px;
	border-bottom: 1px solid #e8e8e8;
	padding-top: 10px;
}

.displaynone {
	display: none;
}

.board_pagination .current {
	color: #cc0000;
	font-weight: bold;
}

.table01 {
	width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
}

.ipInfo {
	text-align: right;
	width: 100%;
}

#loadingBackpanel {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 9999;
	display: none;
}

.axiosLoadingBackpanel {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 9999;
	display: none;
}

li {
	list-style: none;
}

table {
	width: 100%;
	border: 0;
	border-spacing: 0;
	border-collapse: collapse;
}

caption {
	display: none;
}

h1,
h3 {
	margin: 0;
}

.ec-base-layer {
	position: absolute;
	z-index: 100;
	background: #fff;
	left: 0;
	right: 0;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.07);
}

.ec-base-layer.noshadow {
	box-shadow: 0 0 0 0;
}

.ec-base-layer .header {
	padding: 18px 35px 7px 19px;
}

.ec-base-layer .header > h1,
.ec-base-layer .header > h3 {
	font-size: 14px;
	line-height: 1.5;
	font-weight: bold;
}

.ec-base-layer .content {
	padding: 0 20px 20px;
	font-size: 12px;
}

.ec-base-layer div.ec-base-help {
	margin-top: 0;
}

.ec-base-layer .ec-base-button {
	padding: 9px;
	border-top: 1px solid #ededed;
	text-align: center;
}

.ec-base-layer .close {
	position: absolute;
	right: 8px;
	top: 8px;
	cursor: pointer;
	background: none;
	width: 30px;
	height: 30px;
	font-size: 0;
	text-indent: -9999px;
	text-align: left;
	overflow: hidden;
	font-family: "ghfont" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: inline-block;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ec-base-layer .close:before {
	content: "\e905";
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	line-height: 30px;
	font-size: 12px;
	text-align: center;
	text-indent: 0;
	color: #111;
}

.ec-base-layer .close.white:before {
	color: #fff;
}

#popup .ec-base-layer {
	position: relative;
	border: 0;
}

#popup .ec-base-layer .header {
	padding: 12px 35px 12px 19px;
}

#popup .ec-base-layer .close {
	top: 5px;
}

.ec-base-layer .content > .ec-base-table table:first-child {
	margin-top: 0;
}

.ec-base-layer .ec-base-table table {
	line-height: 1.4;
}

.ec-base-layer .ec-base-table thead th {
	padding: 9px 0 8px;
}

.ec-base-layer .ec-base-table tbody th {
	padding: 9px 0 8px 10px;
}

.ec-base-layer .ec-base-table td {
	padding: 9px 10px 8px;
}

.ec-base-layer .ec-base-table.typeWrite td {
	padding: 5px 10px 4px;
}

.ec-base-layer .ec-base-table.typeList tfoot td {
	padding: 10px 10px 12px;
}

.ec-base-layer .ec-base-table.typeBorder tfoot td {
	padding: 10px 10px 12px;
}

@media screen and (max-width: 767px) {
	#popup .ec-base-layer .header {
		padding: 12px 35px 12px 3%;
	}

	.ec-base-layer .content {
		padding: 0 14px 20px;
		font-size: 11px;
	}
}

.xans-order-layerbasketpackage {
	position: fixed !important;
	top: 50%;
	left: 50%;
	z-index: 1000;
	max-width: 687px;
	width: calc(100% - 20px);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.xans-order-layerbasketpackage .content p {
	font-weight: bold;
	color: #2e2e2e;
}

.xans-order-layerbasketpackage.ec-base-layer .header {
	padding: 18px 35px 7px 14px;
}

.xans-order-layerbasket.content {
	padding: 0;
}

.xans-order-layerbasket.content .totalCount {
	padding: 15px 0 10px;
	margin: 0 14px 15px;
	border-bottom: 1px solid #ececec;
	font-size: 14px;
	font-weight: bold;
}

.xans-order-layerbasket.content .totalCount strong {
	color: #008bcc;
}

.xans-order-layerbasket.content ul.prdList {
	display: table;
	width: 100%;
	margin: 0 auto 20px;
	font-size: 0;
	line-height: 0;
	box-sizing: border-box;
	padding: 0 9px;
}

.xans-order-layerbasket.content ul.prdList li.item {
	display: inline-block;
	vertical-align: top;
}

.xans-order-layerbasket.content ul.prdList li.item .box {
	margin: 0 auto;
	font-size: 12px;
	color: #2e2e2e;
	line-height: 18px;
}

.xans-order-layerbasket.content ul.prdList li.item .box p {
	font-weight: normal;
	word-break: break-all;
}

.xans-order-layerbasket.content ul.prdList .thumb {
	margin: 0 0 10px;
	width: 100%;
}

.xans-order-layerbasket.content ul.prdList .name {
	line-height: 16px;
	font-size: 12px;
}

.xans-order-layerbasket.content ul.prdList .name a {
	color: #2e2e2e;
}

.xans-order-layerbasket.content ul.prdList .name .ec-set-product-name {
	display: block;
}

.xans-order-layerbasket.content ul.column4 li.item {
	width: 25%;
}

.xans-order-layerbasket.content ul.column4 li.item .box {
	margin: 5px;
}

.xans-order-layerbasket.content ul.prdList ul {
	margin: 0;
}

.xans-order-layerbasket.content ul.prdList ul li {
	color: #757575;
}

.xans-order-layerbasket.content ul.prdList ul li.price {
	margin: 5px 0;
	font-weight: bold;
	color: #000;
}

.xans-order-layerbasket.content ul.prdList .strike {
	text-decoration: line-through;
}

.xans-order-layerbasket.content ul.prdList .strike strong {
	font-weight: normal;
}

.cart-scroll-box::-webkit-scrollbar {
	width: 6px;
}
.cart-scroll-box::-webkit-scrollbar-track {
	background-color: transparent;
}
.cart-scroll-box::-webkit-scrollbar-thumb {
	border-radius: 3px;
	background-color: gray;
}
.cart-scroll-box::-webkit-scrollbar-button {
	width: 0;
	height: 0;
}

select {
	height: 34px;
	border-width: 1px;
	border-style: solid;
	padding: 3px 23px 3px 4px;
	position: relative;
	max-width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff url(/resources/images/bg/bg_select_arrow.png) no-repeat 100% 50%;
	background-size: 15px auto;
	border-radius: 0;
	-webkit-appearance: none;
	outline: 0;
	cursor: pointer;
}

.blinking {
	-webkit-animation: blink 1.5s ease-in-out infinite alternate;
	-moz-animation: blink 1.5s ease-in-out infinite alternate;
	animation: blink 1.5s ease-in-out infinite alternate;
}

@-webkit-keyframes blink {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-moz-keyframes blink {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes blink {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

body.rock {
	overflow: hidden;
}

#rock_deem {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	display: block;
	overflow: hidden;
	overflow-y: hidden;
	overflow-y: auto;
}

.goods-badge {
	position: absolute;
	left: -15px;
	top: -15px;
	width: 110px;
	height: 110px;
	/* border-radius: 50%; */
	/* background-color: #3068d9; */
	background-repeat: no-repeat;
	/* background-position: 50%; */
	background-size: contain;
	/* background-image: url("/resources/images/badge/main_sp_badge2.png"); */
	/* text-align: center;
	padding-top: 44px;
	color: #fff;
	font-size: 9px; */
}

.category_sp_badge{
	position: absolute;
	left: 68px;
	top: -5px;
	width: 25px;
	height: 25px;
	/* border-radius: 50%; */
	/* background-color: #3068d9; */
	background-repeat: no-repeat;
	/* background-position: 50%; */
	background-size: contain;
	background-image: url("/resources/images/common/category_sp_badge.png");
	/* text-align: center;
		padding-top: 44px;
		color: #fff;
		font-size: 9px; */
}

@media (max-width: 767px) {
	.goods-badge {
		position: absolute;
		left: -12px;
		top: -12px;
		width: 80px;
		height: 80px;
		/* border-radius: 50%; */
		/* background-color: #3068d9; */
		background-repeat: no-repeat;
		/* background-position: 50%; */
		background-size: contain;
		/* background-image: url("/resources/images/badge/main_sp_badge2.png"); */
		/* text-align: center;
		padding-top: 24px;
		color: #fff;
		font-size: 9px; */
	}

	.ec-base-product .prdList.grid3>li>.box {
		padding: 5px;
	}
}

.sold-out {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.5);
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url("/resources/images/bg/bg_sold_out.png");
	z-index: 158;
}

input[type=file]::file-selector-button {
	min-height:28px; 
    min-width: 100px;
	background: #ffffff;
	border: 1px solid rgb(77,77,77);
	border-radius: 10px;
	cursor: pointer;
}