*{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-text-size-adjust:none;
	text-decoration:none;
	list-style:none;
	border:none;
	margin:0;
	padding:0;
	font-family:Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}
html, body {
	margin:0;
	padding:0;
	margin:0 auto;
	letter-spacing:-.02em;
}
body {
	height:100%;
	background-color:#fff;
	min-height:100vh;
	overflow:overlay;
	overflow-x:hidden;
	padding-right:0 !important;
	background-color:#fff;
	font-family:Pretendard;
	position:relative;
	font-size:16px;
	color:#393939;
	display:flex;
	flex-direction:column;
}
/* OTHERS */

*:focus {
	outline:none;
}

.product-wrap .card {
	border:none;
}
.product-wrap {
	position:relative;
}
.product-wrap>a {
	color:#393939;
	border-radius:1rem;
	border-radius:12px;
	overflow:hidden;
	background:#ccc;
	border:1px solid #e0e0e0;
	box-shadow:0 0 8px rgba(4, 2, 3, .27);
	display:block;
}


.row.product-grid.list-pick {
	margin:0 auto;
	width:100%;
}
.product-grid.list.list-pick .card-body {
	padding:1.8rem 11rem 1.4rem 3rem;
}
.list-pick .product-wrap {
	padding-left:.2rem;
	padding-right:.2rem;
}
.list-pick .product-wrap>a {
	box-shadow:none;
}
.product-wrap .card-text {
	color:#a0a0a0;
	font-size:86%;
}
.card-term {
	margin-top:.5rem;
	font-weight:500;
	font-size:94%;
}
.list-pick .card-button-group>.product-go {
	width:90.7px;
}
.list-pick .card-text-long {
	font-size:86%;
	margin-top:.65rem;
	min-height:80px;
}

.making-caution {
	text-align:center;
	margin-top:1rem;
	padding:2rem .2rem 0;
	border-top:1px dashed #a0a0a0;
}
.making-caution>div {
	border:1px solid #a0a0a0;
	border-radius:12px;
	padding:2rem 1rem;
	font-weight:600;
}
.making-caution p {
	color:#f00;
	margin-top:.5rem;
}

.preview-wrap.col-sm-12,
.preview-wrap.col-md-6,
.preview-wrap.col-lg-3,
.making-wrap fieldset.col-sm-12 {
	padding-left:0;
	padding-right:0;

}
.making-wrap.col-sm-12 {
	padding-left:0rem;
	padding-right:0rem;
}
.making-title {
	font-weight:bold;
	font-size:120%;
	padding:.5rem 0;
}
.preview a {
	cursor:auto;
}
.product-grid.list .preview .product-wrap {
	height:280px;
	height:380px;
}
.product-grid.list .preview .product-wrap {
	margin-bottom:0rem !important;
	padding-left:0rem;
	padding-right:0rem;
}
.product-grid.list-pick .preview .card-img-top {
	width:100%;
	height:12rem;
	object-fit:cover;
	border-radius:0;
}
.product-grid.list .preview .card {
	flex-direction:column;
}

.product-grid.list .preview .card-body {
	padding:1.7rem 1rem;
}
.product-grid.list .preview .card-title {
	font-size:110%;
}
.product-price {
	text-align:right;
	font-size:26px;
	font-weight:bold;
	letter-spacing:-.05em;
	margin-top:1em;
}
.product-grid.list .preview .product-price {
	margin-top:2rem;
}
.product-wrap .card-title.brand {
	display:flex;
}
.brand-symbol {
	width:50px;
	display:block;
	margin-right:.25rem;
}
.brand-symbol>img {
	width:90%;
	vertical-align:middle;
}

.card-title.brand>.brand-title {
	font-size:18px;
	max-width:228.75px;
	font-weight:600;
	line-height:1.2em;
	text-overflow:ellipsis;
	overflow:hidden;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}

/* ========== 가로형 배너 스타일 ========== */
.product-grid-wide {
	width:600px;
	margin: 10px auto 1rem auto; /* 첫 번째 값인 0을 5px로 변경 */
}
.product-wrap-wide {
	position:relative;
}
.card-wide {
	display:flex;
	flex-direction:row;
	align-items:stretch;
	color:#393939;
	border-radius:12px;
	overflow:hidden;
	background:#fff;
	border:1px solid #e0e0e0;
	box-shadow:0 0 8px rgba(4, 2, 3, .27);
	cursor:pointer;
}
.card-image-wide {
	flex:0 0 40%;
	width:240px;
	height:150px;
	overflow:hidden;
}
.card-image-wide>img {
	width:100%;
	height:100%;
	object-fit:cover;
}
.card-body-wide {
	flex:1;
	padding:1rem 1.2rem;
	display:flex;
	flex-direction:column;
	justify-content:center;
}
.brand-wide {
	display:flex;
	align-items:center;
	margin-bottom:0.5rem;
}
.brand-symbol-wide {
	width:36px;
	height:36px;
	margin-right:0.5rem;
	flex-shrink:0;
}
.brand-symbol-wide>img {
	width:100%;
	height:100%;
	object-fit:contain;
}
.brand-title-wide {
	font-size:16px;
	font-weight:600;
	line-height:1.3em;
	text-overflow:ellipsis;
	overflow:hidden;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.card-text-wide {
	color:#a0a0a0;
	font-size:13px;
	margin-bottom:0.3rem;
}
.product-price-wide {
	font-size:20px;
	font-weight:bold;
	letter-spacing:-.05em;
	text-align:right;
	margin-top:auto;
}

/* ========== 반응형: 모바일 세로형 ========== */
@media (max-width: 768px) {
	.product-grid-wide {
		width:100%;
		max-width:320px;
	}
	.card-wide {
		flex-direction:column;
	}
	.card-image-wide {
		flex:0 0 auto;
		width:100%;
		height:200px;
	}
	.card-body-wide {
		padding:1.2rem 1rem;
	}
	.product-price-wide {
		font-size:22px;
		margin-top:1rem;
	}
}
