
/*
*
* Tables custom
*/
.table-custom {
	width: 100%;
	text-align: left;
	max-width: 100%;
	font-size: 18px;
	line-height: 1;
	text-transform: uppercase;
	font-family: 'Noto Sans KR',"맑은 고딕",'Malgun Gothic','Nanum Gothic',dotum,sans-serif,dotum,굴림,'Spinnaker',gulim,Vertical,Arial;
	background: #ffffff;
	border-collapse: collapse;
	border: 1px solid #e1e1e1;
}

.table-custom th,
.table-custom td {
	color: #2c343b;
	background: #ffffff;
}

.table-custom th {
	padding: 29px 15px 27px;
	font-weight: 500;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #9b9b9b;
	border-bottom: 1px solid #e1e1e1;
}

@media (max-width: 991px) {
	.table-custom th {
		padding-top: 18px;
		padding-bottom: 14px;
	}
}

.table-custom td {
	padding: 12px 15px;
	line-height: 1;
	font-weight: 400;
	letter-spacing: .1em;
	color: #151515;
}

.table-custom tfoot td {
	font-weight: 700;
}

* + .table-custom-responsive {
	margin-top: 25px;
}

.table-custom.table-custom-primary thead th {
	color: #ffffff;
	background: #5ca7c3;
	border: 0;
}

.table-custom.table-custom-bordered tr td:first-child {
	border-left: 0;
}

.table-custom.table-custom-bordered tr td:last-child {
	border-right: 0;
}

.table-custom.table-custom-bordered td {
	border: 1px solid #e1e1e1;
}

.table-custom.table-custom-bordered tbody > tr:first-of-type > td {
	border-top: 0;
}

.table-custom.table-custom-striped {
	border-bottom: 1px solid #e1e1e1;
}

.table-custom.table-custom-striped tbody tr:nth-of-type(odd) td {
	background: transparent;
}

.table-custom.table-custom-striped tbody tr:nth-of-type(even) td {
	background: #d7d7d7;
}

.table-custom.table-custom-striped tbody td {
	border: 0;
}

.table-custom.table-custom-striped tfoot td:not(:first-child) {
	border-left: 0;
}

@media (max-width: 991px) {
	.table-custom-responsive {
		display: block;
		width: 100%;
		overflow-x: auto;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
	.table-custom-responsive.table-bordered {
		border: 0;
	}
}

.table-cart {
	text-align: center;
}

.table-cart th:first-child,
.table-cart td:first-child {
	text-align: left;
}

@media (min-width: 992px) {
	.table-cart th:first-child,
	.table-cart td:first-child {
		padding-left: 32px;
	}
}

.table-cart tbody tr:first-child td {
	padding-top: 24px;
}

.table-cart tbody tr:last-child td {
	padding-bottom: 24px;
}

.table-cart td {
	width: auto;
	min-width: auto;
	font-size: 18px;
	letter-spacing: .075em;
}

.table-cart td:first-child {
	width: 61%;
	min-width: 350px;
}

.table-cart td:first-child > * {
	display: inline-block;
	vertical-align: middle;
}

@media (min-width: 992px) {
	.table-cart td:first-child {
		min-width: 500px;
	}
}

.table-cart td:not(:first-child) {
	width: 13%;
}

.table-cart td:nth-child(2), .table-cart td:nth-child(4) {
	min-width: 140px;
}

.table-cart td:nth-child(3) {
	min-width: 150px;
}

@media (min-width: 992px) {
	.table-cart td {
		font-size: 24px;
	}
}

.table-cart-link {
	letter-spacing: .05em;
}

.table-cart-link, .table-cart-link:focus, .table-cart-link:active {
	color: #151515;
}

.table-cart-link:hover {
	color: #5ca7c3;
}

.table-cart-figure {
	display: inline-block;
	text-align: center;
	width: 100%;
	max-width: 90px;
	background: #f4f4f4;
}

@media (min-width: 992px) {
	.table-cart-figure {
		max-width: 146px;
	}
}

.table-cart-figure + a {
	margin-left: 15px;
}

@media (min-width: 992px) {
	.table-cart-figure + a {
		margin-left: 30px;
	}
}

.table-checkout tr + tr td {
	border-top: 1px solid #e1e1e1;
}

.table-checkout td {
	padding: 20px 20px 16px;
	min-width: 150px;
}

.table-checkout td:last-child {
	text-align: right;
}

@media (min-width: 576px) {
	.table-checkout td {
		padding: 29px 64px 25px 25px;
	}
}
