@charset "utf-8";

/* =============================================================================================== shopping_Order */
.delivery_step {
	overflow: hidden;
	position: relative;
	padding-bottom: 40px;
}
.delivery_step ol {
	border-top: 1px solid #d2d2d2;
	padding: 20px 0;
	overflow: hidden;
}
.delivery_step ol li {
	list-style: none;
	margin-left: 0;
}
.delivery_step ol li {
	float: left;
	width: 20%;
	background: url("../images/delivery_step_arrow.png") right 23px no-repeat;
}
.delivery_step ol li .step_list {
	text-align: center;
	padding-top: 90px;
	margin-right: 20px;
}
.delivery_step ol li .step_list.list01 {
	background: url("../images/delivery_step_01.png") center top no-repeat;
}
.delivery_step ol li .step_list.list02 {
	background: url("../images/delivery_step_02.png") center top no-repeat;
}
.delivery_step ol li .step_list.list03 {
	background: url("../images/delivery_step_03.png") center top no-repeat;
}
.delivery_step ol li .step_list.list04 {
	background: url("../images/delivery_step_04.png") center top no-repeat;
}
.delivery_step ol li .step_list.list05 {
	background: url("../images/delivery_step_05.png") center top no-repeat;
}
.delivery_step ol li.last {
	background: none;
}
.delivery_step ol li.last .step_list {
	margin-right: 0;
}
.delivery_step ol li .step_list strong {
	color: #222;
	font-size: 13px;
	display: block;
	margin-bottom: 10px;
}
.delivery_step ol li .step_list p {
	width: 90%;
	margin: 0 auto;
}
.delivery_step ol li.step_notice {
	background: none;
	position: absolute;
	bottom: 0;
	width: auto;
	float: none;
	text-align: center;
	color: #222;
	height: 30px;
	line-height: 30px;
}
.delivery_step ol li.step_notice.bg01 {
	width: 60%;
	left: 0;
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	background: url("../images/delivery_step_note0.png") left top repeat-y;
}
.delivery_step ol li.step_notice.bg02 {
	width: 20%;
	left: 60%;
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	background: url("../images/delivery_step_note1.png") left -1px no-repeat;
	background-color: #eaeaea;
}
.delivery_step ol li.step_notice.bg03 {
	width: 20%;
	right: 0;
	border-top: 1px solid #676767;
	border-bottom: 1px solid #676767;
	background: url("../images/delivery_step_note2.png") left -1px no-repeat;
	background-color: #676767;
	color: #FFF;
}
.delivery_step ol li.step_notice span {
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -5000px;
}

#order{
	border-top: 0px;
	border-bottom: 1px solid #d5d5d5;
}
#order p.prod_name,
#order_search p.prod_name,
.mypage_orderList p.prod_name{
	margin-top: 0;
	margin-bottom: 5px;
}
#order ul.basket{
	border: none;
	margin-top: 0;
}
/* #order ul.basket > li,
#order_search ul.basket > li{
	border: none;
} */

#order_search{
	border-bottom: 1px solid #cbcbcb;
}

#shopping_monthSearch input.orderSrch {
	border: 1px solid #666;
	background-color: #FFF;
	height: 29px;
	line-height: 29px;
	min-width: 150px;
	max-width: 150px;
	padding: 0 5px 0 5px;
	color: #666;
}

.orderList li{
	overflow:hidden;
}
.orderList dl{
	/* float: left;
	width: 50%; */
	margin: 4px 0;
	font-size: 13px;
	/* height: 17px; */
}
.orderList dl.full{
	width: 100%;
}
.orderList dl dt {
	display:inline-block;
	background: url('../images/dot.png') left 9px no-repeat;
	padding-left: 7px;
	vertical-align: top;
}
.orderList dl dd{
	display:inline-block;
	color: #000;
	font-weight: bold;
}
.order_check dl dd a{
	color: #000;
}
.orderList dl dd span{
	color: #0c549c;
	float:left;
	margin-right: 5px;
}
.orderList dl dd .orderBtn{
	font-size: 11px;
}
.orderList dl dd .orderBtn input,
.deliveryList li .orderBtn input,
.order_check dl dd .orderBtn input{
	padding: 0px 3px 2px 5px;
	font-size: 11px;
	font-weight: normal;
}
.orderBtn span.normalWhiteB input{
	color: #0c549c;
	border: 1px solid #0c549c;
	background-color: #fff;
}
.deliveryList li .orderBtn{
	position: absolute;
	bottom: 10px;
	right: 0;
}
.deliveryList li .orderBtn .rightBtn{
	float: right;
}
#shoppingWrap .formBg02 .deliveryList li .orderBtn .rightBtn span {
	position: inherit;
}

/* --------------------------주문조회 03상세 */
.order_check{
	padding: 10px 20px;
	font-size: 13px;
	color: #222;
}
.order_check dl{
	display: inline-block;
	margin-right: 80px;
}
.order_check dl:last-child{
	margin-right: 0;
}
.order_check dl dt{
	display: inline-block;
	background: url('../images/dot.png') left 9px no-repeat;
	padding-left: 7px;
	vertical-align: top;
}
.order_check dl dd{
	display: inline-block;
	font-weight: bold;
}


/* --------------------------h3, h4 */

h3.title2nd{
	font-weight: bold;
	font-size: 14px;
	color: #323232;
}
h3.title2nd span{
	color: #0c549c;
}
h4.title3rd{
	font-weight: bold;
	font-size: 13px;
	color: #323232;
}

/* =============================================================================================== shopping_header_MOBILE */
@media screen and (max-width : 640px) {

	.delivery_step ol li {
		width: 100%;
		background: none;
	}
	.delivery_step ol li .step_list {
		text-align: left;
		background-position: left top;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.delivery_step ol li .step_list.list01,
	.delivery_step ol li .step_list.list02,
	.delivery_step ol li .step_list.list03,
	.delivery_step ol li .step_list.list04,
	.delivery_step ol li .step_list.list05 {
		background-position: 10px 0;
		padding: 15px 0 10px 110px;
		min-height: 65px;
	}
	.delivery_step ol li .step_list.list01,
	.delivery_step ol li .step_list.list02 {
		border-bottom: 1px solid #e2e2e2;
	}
	.delivery_step ol li .step_list.list02,
	.delivery_step ol li .step_list.list04 {
		padding-top: 30px;
		min-height: 50px;
	}
	.delivery_step ol li .step_list p {
		width: 100%;
	}
	.delivery_step ol li.step_notice {
		position: relative;
		bottom: auto;
		left: auto;
		margin-bottom: 10px;
	}
	.delivery_step ol li.step_notice.bg01,
	.delivery_step ol li.step_notice.bg02,
	.delivery_step ol li.step_notice.bg03 {
		width: 100%;
		left: auto;
		right: auto;
		float: left;
		background: none;
	}
	.delivery_step ol li.step_notice.bg02 {
		background-color: #eaeaea;
	}
	.delivery_step ol li.step_notice.bg03 {
		background-color: #676767;
	}
	.orderList dl{
		width: 100%;		
	}
	.orderList dl.orderAutoH{
		height: auto;		
	}
	.orderW40 {
		max-width:40%;
	}
}