.gift-card-banner {
	background: #4997ee;
	color: white;
	padding: 40px 0;
}
.gift-card-banner > .banner-inner {
	max-width: 1000px;
	position: relative;
	margin: 0 auto;
	padding: 0 20px;
}
.gift-card-title {
	font-size: 26px;
	font-size: 2.6rem;
}
.gift-card-desc {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 8px 0 0 42px;
}
.gift-card-container {
	padding: 80px 0 114px 0;
	max-width: 960px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	text-align: center;
}
.gift-card-img {
	overflow: hidden;
	position: relative;
}
.gift-card-img > img {
	max-width: 100%;
	max-height: 100%;
	margin-top: -40px;
}
.gift-card-form-content {
	color: #333;
	text-align: left;
}
.gift-card-form {
	background: #eee;
	padding: 20px;
	border: 1px solid #ddd;
}
.gift-card-form > p {
	margin-bottom: 15px;
}
.gift-card-form-group {
	margin: 13px 0;
	position: relative;
}
.gift-card-label {
	position: absolute;
	width: 125px;
	font-weight: normal;
	line-height: 33px;
	font-size: 14px;
	font-size: 1.4rem;
}
.gift-card-code-input-content {
	margin-left: 125px;
	height: 33px;
}
.gift-verification-code-input-content {
	margin-left: 125px;
	height: 33px;
	margin-right: 114px;
}
#gift-card-code-input, #gift-verification-code-input {
	width: 100%;
	height: 100%;
	padding: 5px 4px;
}
.gift-card-code-img {
	position: absolute;
	width: 100px;
	height: 33px;
	top: 0;
	right: 0;
	cursor: pointer;
}
.gift-card-exchange-btn {
	margin-left: 125px;
}
.gift-card-error-mess {
	margin-left: 10px;
	font-size: 12px;
	font-size: 1.2rem;
	position: relative;
	top: 2px
}