@charset "utf-8";

html,
body {
	background:#f5f7fb !important;
}

.hp-page {
	background:#f5f7fb !important;
}

.hp-page > tbody > tr > td {
	padding-left:12px;
	padding-right:12px;
	box-sizing:border-box;
}

.hp-header {
	width:1100px;
	max-width:100%;
	margin:0 auto;
	background:#fff;
	border:1px solid #e5e7eb;
	border-top:0;
	border-radius:0 0 12px 12px;
	box-shadow:0 3px 14px rgba(15,23,42,0.06);
}

.hp-header td {
	box-sizing:border-box;
}

.hp-top-menu {
	padding:8px 14px 4px 0 !important;
	white-space:normal;
}

.hp-menu-btn {
	display:inline-block;
	min-width:58px;
	height:28px;
	margin:0 0 4px 4px;
	padding:0 11px;
	border:1px solid #d8e0ea;
	border-radius:7px;
	background:#fff;
	color:#26384f;
	font-size:12px;
	line-height:26px;
	font-family:"Malgun Gothic", Dotum, sans-serif;
	cursor:pointer;
	vertical-align:middle;
	box-sizing:border-box;
	transition:background .15s, border-color .15s, color .15s, transform .15s;
}

.hp-menu-btn:hover {
	background:#e8f1fb;
	border-color:#b7cbe3;
	color:#17263b;
	transform:translateY(-1px);
}

.hp-menu-primary {
	background:#1f2f46;
	border-color:#1f2f46;
	color:#fff;
}

.hp-menu-primary:hover {
	background:#293b55;
	border-color:#293b55;
	color:#fff;
}

.hp-menu-danger {
	color:#9f1239;
	border-color:#fecdd3;
	background:#fff7f8;
}

.hp-menu-danger:hover {
	color:#881337;
	border-color:#fda4af;
	background:#fff1f2;
}

.hp-brand-row {
	padding:10px 16px 14px;
}

.hp-brand-row img {
	max-width:100%;
}

.hp-brand-logos img {
	margin-left:10px;
	vertical-align:middle;
	transition:transform .15s, opacity .15s;
}

.hp-brand-logos img:hover {
	transform:translateY(-2px);
	opacity:.9;
}

.hp-search input[type="text"] {
	width:240px !important;
	height:34px !important;
	border:1px solid #cbd5e1 !important;
	border-radius:8px;
	padding:0 10px;
	box-sizing:border-box;
	font-size:13px;
}

.hp-main-card {
	width:1100px;
	max-width:100%;
	background:#fff !important;
	border:1px solid #e5e7eb !important;
	border-radius:12px;
	box-shadow:0 3px 14px rgba(15,23,42,0.05);
	overflow:hidden;
}

.hp-main-frame {
	display:block;
	background:#fff;
}

.hp-category-wrap {
	background:#fff;
	border-bottom:1px solid #e5e7eb;
}

.hp-category-wrap td {
	box-sizing:border-box;
}

.hp-category-wrap .gnb {
	margin:0;
	padding:10px 12px;
}

.hp-category-wrap .gnb > ul {
	margin:0;
	padding:0;
}

.hp-category-wrap .gnb > ul > li > a {
	height:34px;
	padding:0 13px;
	border-radius:7px;
	background:#f8fafc;
	color:#26384f !important;
	line-height:34px;
	font-family:"Malgun Gothic", Dotum, sans-serif;
	font-size:13px;
	font-weight:bold;
}

.hp-category-wrap .gnb > ul > li > a:hover {
	background:#e8f1fb;
	color:#17263b !important;
}

.hp-design-link img {
	max-height:34px;
	border-radius:7px;
	box-shadow:0 1px 4px rgba(15,23,42,0.12);
}

.hp-product-grid {
	padding:14px 10px 18px;
	background:#fff !important;
}

.hp-product-cell {
	padding:8px 7px 16px !important;
	box-sizing:border-box;
}

.hp-product-card {
	width:206px;
	min-height:260px;
	background:#fff;
	border:1px solid #e5e7eb;
	border-radius:10px;
	box-shadow:0 2px 8px rgba(15,23,42,0.05);
	overflow:hidden;
	transition:border-color .15s, box-shadow .15s, transform .15s;
}

.hp-product-card:hover,
.hp-product-card.act {
	border-color:#b7cbe3;
	box-shadow:0 6px 16px rgba(15,23,42,0.10);
	transform:translateY(-2px);
}

.hp-product-card .listimg {
	width:200px;
	height:200px;
	margin:0 auto;
	background:#f8fafc;
	overflow:hidden;
}

.hp-product-card .listimg img {
	display:block;
	width:200px;
	height:200px;
	object-fit:cover;
}

.hp-product-title {
	height:48px;
	padding:9px 8px 10px !important;
	color:#26384f !important;
	font-size:13px;
	line-height:18px;
	word-break:keep-all;
	overflow:hidden;
	box-sizing:border-box;
}

.hp-product-title img {
	vertical-align:middle;
}

.hp-detail-category {
	margin-bottom:10px;
}

.hp-detail-card {
	width:1100px;
	max-width:100%;
	background:#fff !important;
	border:1px solid #e5e7eb !important;
	border-radius:12px;
	box-shadow:0 3px 14px rgba(15,23,42,0.05);
	overflow:hidden;
}

.hp-detail-logo {
	background:#f8fafc;
	border-bottom:1px solid #e5e7eb;
	padding-bottom:18px;
}

.hp-detail-title {
	padding:18px 20px 12px !important;
	color:#17263b !important;
	font-size:20px !important;
	font-weight:bold;
	line-height:1.4;
}

.hp-detail-body {
	padding:18px 18px 8px !important;
	background:#fff;
}

.hp-detail-body img {
	max-width:100%;
	height:auto;
}

.hp-option-frame {
	max-width:100%;
	background:#fff;
	border:1px solid #e5e7eb;
	border-radius:10px;
}

.hp-option-table {
	width:950px;
	max-width:100%;
	margin:0 auto;
	border-collapse:separate;
	border-spacing:0;
	background:#fff;
	border:1px solid #e5e7eb;
	border-radius:10px;
	overflow:hidden;
	font-family:"Malgun Gothic", Dotum, sans-serif;
}

.hp-option-head td {
	height:36px !important;
	background:#e8f1fb !important;
	color:#17263b !important;
	border-bottom:1px solid #d8e0ea;
	font-size:13px !important;
}

.hp-option-row td {
	height:38px;
	background:#fff !important;
	border-bottom:1px solid #eef2f7;
	color:#26384f !important;
}

.hp-option-row-hover td {
	background:#f3f8ff !important;
}

.hp-option-row input[type="text"] {
	border:1px solid #cbd5e1;
	border-radius:6px;
	background:#fff;
	color:#17263b;
	box-sizing:border-box;
}

.hp-option-actions {
	background:#fff !important;
}

.hp-order-btn {
	display:inline-block;
	min-width:130px;
	height:40px;
	padding:0 18px;
	border:1px solid #1f2f46;
	border-radius:8px;
	background:#1f2f46;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	font-family:"Malgun Gothic", Dotum, sans-serif;
	cursor:pointer;
	box-sizing:border-box;
}

.hp-order-btn:hover {
	background:#293b55;
}

.hp-order-cart {
	background:#fff;
	color:#1f2f46;
	border-color:#b7cbe3;
}

.hp-order-cart:hover {
	background:#e8f1fb;
}

.hp-order-buy {
	background:#1f2f46;
	color:#fff;
}

.hp-cart-card {
	width:1100px;
	max-width:100%;
	background:#fff !important;
	border:1px solid #e5e7eb !important;
	border-radius:12px;
	box-shadow:0 3px 14px rgba(15,23,42,0.05);
	overflow:hidden;
}

.hp-cart-title {
	margin:0 0 18px;
	padding:18px 20px;
	background:#e8f1fb;
	border-bottom:1px solid #d8e0ea;
	color:#17263b;
	font-size:20px;
	font-weight:bold;
	font-family:"Malgun Gothic", Dotum, sans-serif;
	text-align:left;
	box-sizing:border-box;
}

.hp-cart-table {
	width:1050px;
	max-width:calc(100% - 28px);
	margin:0 auto;
	border:1px solid #e5e7eb;
	border-radius:10px;
	border-collapse:separate;
	border-spacing:0;
	overflow:hidden;
	background:#fff;
}

.hp-cart-head td {
	height:38px !important;
	background:#e8f1fb !important;
	color:#17263b !important;
	border-bottom:1px solid #d8e0ea;
}

.hp-cart-row td,
.hp-cart-extra-row td {
	background:#fff !important;
	border-bottom:1px solid #eef2f7;
}

.hp-cart-row:hover td {
	background:#f3f8ff !important;
}

.hp-cart-row .listimg {
	width:100px;
	height:100px;
	margin:6px;
	border-radius:8px;
	overflow:hidden;
	background:#f8fafc;
}

.hp-cart-row .listimg img {
	display:block;
	width:100px;
	height:100px;
	object-fit:cover;
}

.hp-cart-extra-row td:first-child {
	background:#f8fafc !important;
	color:#26384f;
	font-weight:bold;
}

.hp-cart-total-row > td {
	background:#fff !important;
	border-bottom:1px solid #eef2f7;
}

.hp-cart-memo {
	width:850px;
	max-width:92%;
	height:70px !important;
	border:1px solid #cbd5e1;
	border-radius:8px;
	padding:10px;
	box-sizing:border-box;
	font-family:"Malgun Gothic", Dotum, sans-serif;
	color:#26384f;
}

.hp-cart-user-table {
	width:80%;
	border-color:#e5e7eb !important;
	border-collapse:separate;
	border-spacing:0;
	border-radius:10px;
	overflow:hidden;
}

.hp-cart-user-table td[bgcolor="#c1c1c1"] {
	background:#e8f1fb !important;
	color:#17263b !important;
}

.hp-cart-user-table input[type="text"] {
	height:30px;
	border:1px solid #cbd5e1;
	border-radius:6px;
	padding:0 8px;
	box-sizing:border-box;
	color:#26384f;
}

.hp-footer {
	width:1100px;
	max-width:100%;
	background:#fff;
	border:1px solid #e5e7eb !important;
	border-radius:12px 12px 0 0;
	box-shadow:0 3px 14px rgba(15,23,42,0.05);
	overflow:hidden;
}

.hp-footer-banners {
	padding:16px 14px !important;
	background:#f8fafc !important;
	border-bottom:1px solid #e5e7eb;
}

.hp-footer-banners img {
	max-width:145px;
	margin:5px;
	border-radius:8px;
	box-shadow:0 1px 5px rgba(15,23,42,0.10);
	vertical-align:middle;
}

.hp-footer-tel,
.hp-footer-address,
.hp-footer-rate {
	background:#fff !important;
	border-color:#e5e7eb !important;
}

.hp-footer-address {
	padding:24px 20px !important;
	color:#26384f;
	line-height:1.8;
}

.hp-footer-rate table {
	background:#f8fafc;
	border:1px solid #e5e7eb;
	border-radius:10px;
	overflow:hidden;
}

.hp-footer-copy {
	background:#1f2f46 !important;
	color:#cbd5e1;
	text-align:center;
}

.hp-footer-copy img {
	max-width:100%;
}

.hp-mypage-card {
	width:1100px;
	max-width:100%;
	background:#fff !important;
	border:1px solid #e5e7eb !important;
	border-radius:12px;
	box-shadow:0 3px 14px rgba(15,23,42,0.05);
	overflow:hidden;
}

.hp-mypage-title {
	margin:0 0 12px;
	padding:18px 20px;
	background:#e8f1fb;
	border-bottom:1px solid #d8e0ea;
	color:#17263b;
	font-size:20px;
	font-weight:bold;
	font-family:"Malgun Gothic", Dotum, sans-serif;
	text-align:left;
	box-sizing:border-box;
}

.hp-order-process {
	padding:10px 0 20px;
}

.hp-order-process img {
	max-width:96%;
	height:auto;
}

.hp-mypage-table {
	width:90%;
	border:1px solid #e5e7eb;
	border-radius:10px;
	border-collapse:separate;
	border-spacing:0;
	overflow:hidden;
	background:#fff;
}

.hp-mypage-table tr:first-child,
.hp-mypage-table tr:nth-child(3) {
	display:none;
}

.hp-mypage-head td {
	height:38px !important;
	background:#e8f1fb !important;
	color:#17263b !important;
	border-bottom:1px solid #d8e0ea;
}

.hp-mypage-head img,
.hp-mypage-row + tr img {
	display:none;
}

.hp-mypage-row td {
	background:#fff !important;
	border-bottom:1px solid #eef2f7;
	color:#26384f;
}

.hp-mypage-row:hover td {
	background:#f3f8ff !important;
}

.hp-order-detail-card {
	width:1100px;
	max-width:100%;
	background:#fff !important;
	border:1px solid #e5e7eb !important;
	border-radius:12px;
	box-shadow:0 3px 14px rgba(15,23,42,0.05);
	overflow:hidden;
}

.hp-order-detail-title {
	margin:0 0 12px;
	padding:18px 20px;
	background:#e8f1fb;
	border-bottom:1px solid #d8e0ea;
	color:#17263b;
	font-size:20px;
	font-weight:bold;
	font-family:"Malgun Gothic", Dotum, sans-serif;
	text-align:left;
	box-sizing:border-box;
}

.hp-order-detail-table {
	width:1050px;
	max-width:calc(100% - 28px);
	margin:0 auto;
	border:1px solid #e5e7eb;
	border-radius:10px;
	border-collapse:separate;
	border-spacing:0;
	overflow:hidden;
	background:#fff;
}

.hp-order-detail-table > tbody > tr:first-child > td {
	padding:11px 14px;
	background:#f8fafc;
	border-bottom:1px solid #e5e7eb;
	color:#26384f !important;
}

.hp-order-detail-head td {
	height:38px !important;
	background:#e8f1fb !important;
	color:#17263b !important;
	border-bottom:1px solid #d8e0ea;
}

.hp-order-detail-row td {
	background:#fff !important;
	border-bottom:1px solid #eef2f7;
	color:#26384f;
}

.hp-order-detail-row:hover td {
	background:#f3f8ff !important;
}

.hp-order-detail-row .listimg {
	width:100px;
	height:100px;
	margin:6px;
	border-radius:8px;
	overflow:hidden;
	background:#f8fafc;
}

.hp-order-detail-row .listimg img {
	display:block;
	width:100px;
	height:100px;
	object-fit:cover;
}

.hp-order-detail-table td[bgcolor="#c1c1c1"],
.hp-order-user-table td[bgcolor="#c1c1c1"] {
	background:#e8f1fb !important;
	color:#17263b !important;
}

.hp-order-user-table {
	border-color:#e5e7eb !important;
	border-collapse:separate;
	border-spacing:0;
	border-radius:10px;
	overflow:hidden;
	background:#fff;
}

.hp-order-user-table td {
	border-color:#eef2f7 !important;
	color:#26384f;
}

@media screen and (max-width: 760px) {
	.hp-page > tbody > tr > td {
		padding-left:8px;
		padding-right:8px;
	}

	.hp-header,
	.hp-main-card {
		width:100%;
		border-radius:0;
	}

	.hp-brand-row,
	.hp-brand-row > tbody,
	.hp-brand-row > tbody > tr,
	.hp-brand-row > tbody > tr > td {
		display:block;
		width:100% !important;
		text-align:center !important;
	}

	.hp-brand-logos {
		padding-top:10px !important;
	}

	.hp-search {
		text-align:center !important;
	}

	.hp-search input[type="text"] {
		width:78% !important;
	}

	.hp-top-menu {
		padding:8px 8px 4px !important;
		text-align:center !important;
	}

	.hp-menu-btn {
		min-width:66px;
		margin:0 2px 5px;
	}

	.hp-main-frame {
		height:1450px;
	}

	.hp-category-wrap,
	.hp-category-wrap > tbody,
	.hp-category-wrap > tbody > tr,
	.hp-category-wrap > tbody > tr > td {
		display:block;
		width:100% !important;
		text-align:center !important;
	}

	.hp-category-wrap .gnb {
		padding:8px;
	}

	.hp-product-card {
		width:200px;
	}

	.hp-detail-card {
		width:100%;
		border-radius:0;
	}

	.hp-detail-title {
		font-size:17px !important;
	}

	.hp-option-frame {
		width:100% !important;
	}

	.hp-option-table {
		width:100%;
		font-size:12px;
	}

	.hp-order-btn {
		min-width:118px;
		margin-bottom:6px;
	}

	.hp-cart-card {
		width:100%;
		border-radius:0;
	}

	.hp-cart-title {
		font-size:17px;
		text-align:center;
	}

	.hp-cart-table,
	.hp-cart-user-table {
		width:96%;
		max-width:96%;
	}

	.hp-cart-memo {
		width:96% !important;
	}

	.hp-footer {
		width:100%;
		border-radius:0;
	}

	.hp-footer-banners img {
		max-width:42%;
	}

	.hp-footer,
	.hp-footer > tbody,
	.hp-footer > tbody > tr,
	.hp-footer > tbody > tr > td {
		display:block;
		width:100% !important;
	}

	.hp-mypage-card {
		width:100%;
		border-radius:0;
	}

	.hp-mypage-title {
		font-size:17px;
		text-align:center;
	}

	.hp-mypage-table {
		width:96%;
	}

	.hp-order-detail-card {
		width:100%;
		border-radius:0;
	}

	.hp-order-detail-title {
		font-size:17px;
		text-align:center;
	}

	.hp-order-detail-table,
	.hp-order-user-table {
		width:96%;
		max-width:96%;
	}
}
