@charset "utf-8";
/* CSS Document */

/* 군산 */
.gft_wrap {padding: 24px 16px;}
.gft_wrap .gft_top {
	padding: 20px 18px 14px;
	width: 100%;
	height: 113px;
	background: url(../../../images/userApp/gft_bg113px.png)no-repeat center/100%;
	box-sizing: border-box;
}
.gft_wrap .gft_top h3 {
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	letter-spacing: -.5px;
}
.gft_wrap .gft_top .gft_pay {position: relative; padding: 6px 0;}
.gft_wrap .gft_top .gft_pay a {
	display: block;
}
.gft_wrap .gft_top > a::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../../../images/userApp/gft_refresh20px.png)no-repeat center/20px auto;
	vertical-align: top;
}
.gft_wrap .gft_top .gft_pay a span {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}
.gft_wrap .gft_top .gft_pay a span em {
	margin-left: 2px;
	font-size: 22px;
	font-weight: 400;
}
.gft_wrap .gft_top > a#payReload {
	float: right;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
}
.gft_wrap .gft_pay a span {width: 100%; height: 50px; font-size: 30px; font-weight: bold; letter-spacing: -.5px; color: #FF7A42; border:0;}
.gft_wrap .gft_pay a:nth-of-type(2) {position: absolute; right: 16px; line-height: 50px;}
.gft_wrap .gft_pay a:nth-of-type(2) img {width: 22px; height: 22px; }
.gft_wrap p {
	display: block;
	padding: 7px 0 18px;
	font-size: 12px; 
	font-weight: 400;
	color: #737373;
	line-height: 1.4;
	letter-spacing: -.5px;
	text-align: center;
}
/*충전하기*/
.charge {
	position:relative;
	text-align: center;
	box-sizing: border-box;	
}
.charge a {
	display: block;
	width: 100%;
	height: 46px;
	line-height: 46px;
	color: #fff;
	text-align: center;
	background: #FFB18D;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}
.charge a span {font-size: 14px;}

/* 상품권 사용내역 */
.gft_history {}
.gft_history .his_top {
	background: #FAFAFA;
	text-align: center;
}
.gft_history > div {
	padding: 14px 16px;
	width: 100%;
	box-sizing: border-box;
}
.gft_history .his_top h3 {
	font-size: 14px;
	color: #3e3e3e;
	font-weight: 500;	
	letter-spacing: -0.65px;
}
.gft_history .his_top h3 img {width:20px; vertical-align: middle;}
.gft_history .gft_con {position: relative; padding: 14px 0; border-bottom: 1px solid #eee;}
.gft_history .gft_con > div {}
.gft_history .gft_con div {display: inline-block; line-height: 15px;}
.gft_history .gft_con div h4 {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: -.5px;
}
.gft_history .gft_con div h4 .gft_date {
	display: block;
	margin-top: 4px;
	font-size: 12px;
	font-weight: 400;
	color: #737373;
	letter-spacing: -0.2px!important;
}
.gft_history .gft_con .gft_pay {
	position: absolute;
	top: 50%;
	right: 0;
	font-size: 14px;
	font-weight: bold;
	color: rgba(0,0,0,.5);
	letter-spacing: -0.4px!important;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.gft_history .gft_con span {color: #a5a5a5;}



