/* 선물하기 */
.gift_wrap {
	width:700px;
	margin:0 auto 40px;
}
.card_gift, .order_list{
	margin-top:26px;
}
.card_gift li {
	margin-bottom:50px;
}
.card_gift li p{
	font-size:16px;
	font-weight:bold;
	margin-bottom:18px;
}
.order_step {
	width:100%;
	text-align:center;
	margin:30px 0 50px;
}

/* 1. 카드이미지 고르기 */
.card_choice{
	width:631px;
	height:430px;
	border-top:1px solid #ddd;
	position:relative;
}
.card_choice li {
	float:left;
	width:90px;
	height:34px;
	text-align:center;
	margin-bottom:10px;
}
.card_choice li p {
	display:block;
	width:89px;
	height:33px;
	background:#eee;
	margin-bottom:20px;
	line-height:34px;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	cursor:pointer;
	font-size:14px;
	font-weight:normal;
}
li.card_active p{
	background:#666;
	color:#fff;
}
.check_card {
	position:absolute;
	left:-40px;
	top:60px;
	width:800px;
	height:360px;
}
.check_card li {
	width:260px;
	height:180px;
	float:left;
}
.check_card li input{
	vertical-align:top;
}
.check_card li img {
	vertical-align:top;
	width:88%;
}
/* 2.메시지를 입력해주세요 */
.gift_msg_title{
	display:block;
	width:500px;
	height:20px;
	margin-bottom:6px;
}
.gift_msg_con {
	display:block;
	width:500px;
	height:200px;
}


/* 3. 선물하실 금액을 선택해주세요 */
.gift_pay{
	width:100%;
	height:50px;
}
.gift_pay li{
	float:left;
	margin-right:14px;
}
.gift_pay input {
	margin-right:4px;
}
.pay_self {
	width:80px;
	text-align:right;
	margin-right:2px;
}

/* 4. 선물하실 날짜를 선택해주세요 */
.gift_date{
	height:50px;
}
.gift_date li{
	float:left;
	margin:0 14px 0 0;
	position:relative;
}
.gift_reserve{
	display:none;
	position:absolute;
	top:14px;
	left:-70px;
	width:600px;
	height:30px;
	margin:0 auto;
	background:#ddd;
	margin-top:20px;
	padding:10px;
	text-align:center;
}
#gift_date01, #gift_date02 {
	margin-right:4px;
}
#datepicker{
	height:20px;
	margin-right:4px;
}
select#reserve_hour {
	width:50px;
	padding:3px;
	margin-left:14px;
}
select#reserve_min {
	width:50px;
	padding:3px;
	margin-left:10px;
}

/* 5. 선물 받으실 분의 휴대폰 번호를 입력해주세요 */
.gift_phone th{
	text-align:center;
	font-weight:bold;
}
.gift_phone th, .gift_phone td {
	padding:4px;
}
select.phone_fst {
	float:right;
	width:128px;
	height:22px;
	background:#ddd;
	border:0;
}
select.phone_fst2 {
	float:left;
	width:128px;
	height:22px;
	background:#ddd;
	border:0;
	margin-right:4px;
}
input.phone_search{
	width:60px;
	height:24px;
	background:#333;
	color:#fff;
	border:0;
	margin-left:10px;
}
input.phone_tnd {
	width:128px;
	height:22px;
	background:#ddd;
	border:0;
}

/* 6. 보내시는 분의 정보를 입력해주세요 */
.gift_send li{
	margin:10px;
}
input.send_name{
	height:22px;
}
input.send_phone2, input.send_phone3{
	height:22px;
	width:100px;
}
select.send_phone1 {
	padding:4px;
}

/*결제*/
.gift_order {
	text-align:center;
	padding-top:20px;
}
.gift_order input {
	width:100px;
	height:30px;
	border:0;
	color:#fff;
	font-size:16px;
	cursor:pointer;
}
input.order_btn1{
	background:#FF7800;
	margin-right:10px;
}
input.order_btn2{
	background:#e0e0e0;
	color:#666;
}


/* 결제수단 */
.order_list {
	width:700px;
	height:280px;
	margin:0 auto 40px;
}
.order_list li {
	width:400px;
	height:25px;
	float:left;
	margin-bottom:4px;
	border-bottom:1px solid #ddd;
}
li.order_card {
	width:284px;
	height:180px;
	margin-right:16px;
	text-align:center;
	border:0;
}
.order_list span {
	font-weight:bold;
	padding-right:30px;
}
.order_sum {
	float:left;
	width:100%;
	height:30px;
	background:#ddd;
	margin-top:20px;
	padding:10px;
}
.order_sum p {
	font-weight:bold;
}
.order_sum_p {
	color:red;
}
.pay_way_title {
	width:800px;
	margin:0 auto;
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
}
.pay_way {
	width:800px;
	height:50px;
	margin:0 auto;
}
.pay_way li {
	float:left;
	margin-right:18px;
}


/* 결제완료 */
.order_done{
	font-size:20px;
	text-align:center;
	margin:70px 0 100px;
}