.pickleball-page {
	padding: 28px 0 10px;
	font-family: 'NanumSquareR', Tahoma, '굴림', sans-serif;
	color: #333;
}

.pickleball-page * {
	box-sizing: border-box;
}

.pickleball-intro {
	margin-bottom: 30px;
	padding: 24px 28px;
	border-left: 4px solid #62c6df;
	background: #f7fafc;
}

.pickleball-intro p {
	margin: 0 0 8px;
	font-size: 14px;
	line-height: 1.8;
}

.pickleball-intro p:last-child {
	margin-bottom: 0;
}

.pickleball-hero-row,
.pickleball-product-row {
	overflow: hidden;
	margin: 0 -7px 28px;
}

.pickleball-hero,
.pickleball-product {
	float: left;
	width: 50%;
	padding: 0 7px;
}

.pickleball-hero {
	height: 205px !important;
	overflow: hidden;
}

.pickleball-hero img {
	display: block;
	width: 100%;
	height: 205px !important;
	max-height: 205px !important;
	object-fit: cover;
	object-position: center center;
	border: 1px solid #e4e8eb;
}

.pickleball-product {
	height: 360px;
	overflow: hidden;
}

.pickleball-product img {
	display: block;
	width: 100%;
	height: 360px !important;
	max-height: 360px !important;
	object-fit: cover;
	object-position: center center;
	border: 1px solid #e4e8eb;
}

.pickleball-product-wide img {
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid #e4e8eb;
}

.pickleball-brand-links {
	overflow: hidden;
	margin: 0 -7px;
}

.pickleball-brand-links a {
	float: left;
	display: block;
	width: 50%;
	padding: 13px 7px;
	background: #274f6a;
	background-clip: content-box;
	color: #fff;
	font-family: 'NanumSquareB';
	font-size: 14px;
	line-height: 44px;
	text-align: center;
	text-decoration: none;
}

.pickleball-brand-links a:hover {
	color: #62c6df;
	text-decoration: none;
}

.pickleball-brand-heading {
	margin: 0 0 24px;
	padding-bottom: 14px;
	border-bottom: 1px solid #dde3e7;
}

.pickleball-brand-heading .eyebrow {
	display: block;
	margin-bottom: 5px;
	color: #62c6df;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
}

.pickleball-brand-heading h1 {
	margin: 0 0 7px;
	color: #244b65;
	font-family: 'NanumSquareB';
	font-size: 27px;
}

.pickleball-brand-heading p {
	margin: 0;
	color: #666;
	font-size: 13px;
	line-height: 1.7;
}

.pickleball-section-title {
	margin: 12px 0 12px;
	color: #244b65;
	font-family: 'NanumSquareB';
	font-size: 15px;
}

.pickleball-product-wide {
	margin-bottom: 28px;
}

.pickleball-back {
	padding-top: 5px;
	text-align: right;
}

.pickleball-back a {
	color: #466c8a;
	font-size: 12px;
}
