@charset "utf-8";

/* =============================================================================================== shopping_basket */

/******************************************** 탭 **/

#basket_Tab{
	width: 100%;
	margin: 0 auto;
	border-bottom: 1px solid #cbcbcb;
	background-color: #f5f5f5;
	overflow:hidden;
}
#basket_Tab ul{
		text-align: center;
}
#basket_Tab ul li {
	width: 33.3%;
	display:inline-block;
	background: url('../images/basket_tab_arrow.jpg') left top no-repeat;
	vertical-align: top;
	text-align: left;
	float:left;
}
#basket_Tab ul li.on{
	background: url('../images/basket_tab_arrow_on.jpg') left top no-repeat;
	color: #fff;
	background-color: #333;
}
#basket_Tab ul li.left-on{
	background: url('../images/basket_tab_arrow_left-on.jpg') left top no-repeat;
}
#basket_Tab ul li.none{background-image:none;}
#basket_Tab div span{
	display: block;
	font-weight: bold;
	font-size: 18px;
}
#basket_Tab div.t-01{
	background: url('../images/b_tab_01.png') 50px 16px no-repeat;
}
#basket_Tab div.t-02{
	background: url('../images/b_tab_02.png') 50px 16px no-repeat;
}
#basket_Tab div.t-03{
	background: url('../images/b_tab_03.png') 50px 16px no-repeat;
}
#basket_Tab ul li.on div.t-01{
	background: url('../images/b_tab_01_on.png') 50px 16px no-repeat;
}
#basket_Tab ul li.on div.t-02{
	background: url('../images/b_tab_02_on.png') 50px 16px no-repeat;
}
#basket_Tab ul li.on div.t-03{
	background: url('../images/b_tab_03_on.png') 50px 16px no-repeat;
}

#basket_Tab div{
	padding: 10px 0px;
		padding-left: 110px;
}


/******************************************** notice **/
.basket-notice{
	font-size: 13px;
	margin-top: 30px; 
}
.basket-notice span.order-num{
	font-weight: bold;
	color: #0c549c;
}

/******************************************** 장바구니 리스트 **/
ul.basket {
	margin-top: 10px;
	border-top: 1px solid #888888;
}
ul.basket > li {
	border-bottom: 1px dotted #9b9b9b;
	padding: 20px 22px 22px 0;
	vertical-align: middle;
}
ul.basket > li:last-child{
	border-bottom: none;
}
ul.basket li .b_chk{
	float: left;
	margin: 54px 10px 0 10px;
}
ul.basket li .itemList {
	margin-left: 25px;
	font-size: 13px;
}
ul.basket li .itemList:after{content:"";display:block;clear:both}
ul.basket li img{
	border: 1px solid #e1e1e1;
	display: inline-block;
	float: left;
	margin-right: 30px;
	width: 20%;
}
.prod_name {
	font-weight: bold;
	font-size: 16px;
	color: #010101;
	margin-bottom: 15px;
	margin-top: 10px;
}
.prod_name a{
	color: #010101;
}
ul.basket li {overflow: hidden;}

ul.basket .itemList dl{
	display:inline-block;
	vertical-align: top;
}
ul.basket .itemList dl dt {
	background: url('../images/dot.png') left 9px no-repeat;
	padding-left: 7px;
	display: inline-block;
	margin: 5px 9px 16px 0;
	color: #666666;
	vertical-align: top;
	float: left;
}
ul.basket .itemList dl dd{
	overflow: hidden;
	padding-top: 3px;
}
ul.basket .itemList dl dd select {
	width: 95%;
	border: 1px solid #a0a0a0;
	height: 29px;
	line-height: 29px;
	vertical-align: middle;
}
ul.basket .itemList dl dd input.number {
	color: #666;
	border: 1px solid #a0a0a0;
	height: 27px;
	line-height: 27px;
	width: 30%;
	padding: 0 5px;
	float: left;
}
ul.basket .itemList dl dd .ea {
	float: left;
	margin-left: 5px;
	width: 15px;
}
ul.basket .itemList dl dd .ea button {
	background: url("../images/view_ea.gif") 0 0 no-repeat;
	width: 15px;
	height: 15px;
	cursor: pointer;
	text-indent: -5000px;
}
ul.basket .itemList dl dd .ea button.plus {
	background-position: left -15px;
}
ul.basket .itemList dl dd .editBtn input{
	width: 35px;
	height: 29px;
	color: #666;
	padding: 0 5px;
	border: 1px solid #b2b2b2;
	background-color: #e0e0e0;
	margin-left: 10px;
	border-radius: 2px;
}
ul.basket .itemList dl dd span.arrow {
	background: url('../images/price_arrow.png') right 5px no-repeat;
	margin-right: 3px;
	padding-right: 10px;
	font-size: 12px;
	color: #666;
	font-weight: 400;
}
ul.basket .itemList dl dd span{
	font-weight: bold;
	color: #000;
	font-size: 13px;
}
ul.basket .itemList dl dd .stock{
	font-weight: normal;
	color: #000;
	font-size: 12px;
}
ul.basket .itemList dl dd span.ft16{
	font-size: 16px;
}
ul.basket .itemList dl.dl01{
	width:76%;
	float:left;
	position: relative;
}
ul.basket .itemList .dl02{
	width: 24%;
	float:left;
	overflow: hidden;
}
ul.basket .itemList .dl02 .dl02-title{
	background: url('../images/dot.png') left 9px no-repeat;
    padding-left: 7px;
    display: inline-block;
    margin: 5px 9px 16px 0;
    color: #666666;
    vertical-align: top;
    float: left;
	}
ul.basket .itemList .dl02 .dl02-body{text-align: left;}
ul.basket .itemList .dl02 .stock{float: left;overflow: hidden;color:#666666;}
ul.basket .itemList .dl02 span{display:inline-block;padding-top:2px}
ul.basket .itemList dl.dl03{
	width:100%;
	margin-top:-10px
}
ul.basket .itemList dl.dl03 dd.bt{
	float: right;
}
.basket-btn{text-align:right}

/******************************************** priceWrap **/
.priceWrap{
	background-color: #f2f9ff;
	border-top: 1px dotted #9b9b9b;
	border-bottom: 1px solid #cbcbcb;
	margin: 0 auto;
	padding: 24px 0;
	margin-top:1px;
	text-align: center;
}
.priceWrap dl{
	display: inline-block;
	margin-left: 30px;
	text-align:left;
	vertical-align: top;
	color: #222;
}
.priceWrap dl dt{
	margin-bottom:10px;
}
.priceWrap dl dd{
	font-size: 16px;
	font-weight: bold;
}

.priceWrap dl.last{
	display: inline-block;
	margin-right: 0;
}
.priceWrap dl.last dt{
	margin-bottom:0px;
}
.priceWrap dl.last dd{
	font-size: 24px;
	color: #0c549c;
}
.priceWrap dl.discount{
	background: url('../images/price_sign_minus.png') left center no-repeat;
	padding-left: 57px;
}
.priceWrap dl.delivery{
	background: url('../images/price_sign_plus.png') left center no-repeat;
	padding-left: 57px;
}
.priceWrap dl.overall{
	background: url('../images/price_sign_all.png') left center no-repeat;
	padding-left: 57px;
}

ul.basket .itemList dl dd .ea button {
	background: url("../images/view_ea.gif") 0 0 no-repeat;
	width: 15px;
	height: 15px;
	cursor: pointer;
	text-indent: -5000px;
}
ul.basket .itemList dl dd .ea button.plus {
	background-position: left -14px;
}

/******************************************** 알려드립니다. **/
.b_inform{
	border-top: 1px solid #a0a0a0;
	border-right: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	border-left: 1px solid #d5d5d5;
	padding: 20px;
	letter-spacing: -0.1em;
}

.b_inform dl dt{
	background: url('../images/inform_sign.png') left 2px no-repeat;
	color: #f43900;
	font-weight: bold;
	font-size: 13px;
	padding-left: 24px;
}
.b_inform dl dd {
	background: url('../images/dot.png') left 8px no-repeat;
	padding-left: 8px;
	margin-bottom: 8px;
	margin-left: 10px;
}




/* =============================================================================================== shopping_basket_Step2 */

#shoppingWrap h2.basket_title{
	color: #323232;
	font-weight: bold;
	font-size: 17px;
}
#shoppingWrap dl.point{
	width: 100%;
	border-bottom: 1px solid #e2e2e2;
	padding: 11px;
}

#shoppingWrap dl.point dt{
	background: url('../images/dot.png') left 9px no-repeat;
	padding-left: 7px;
	display: inline-block;
	font-weight: bold;
	font-size: 13px;
	color: #222;
	width: 150px;
}
#shoppingWrap dl.point dd{
	display: inline-block;
	text-align: right;
	margin-right: 31px;
}
#shoppingWrap dl.point dd span{
	font-weight: bold;
	margin-right: 5px;
	color: #0c549c;
}

#shoppingWrap dl.point.last{
	border-bottom: 1px solid #cbcbcb;
}
/* #shoppingWrap dl.point.last dd{width: 128px;} */
#shoppingWrap dl.point dd input[type="text"]{
	border: 1px solid #b4b4b4;
	padding: 5px;
	margin-right: 5px;
	width: 100px;
	height: 13px;
}


.formTable .formTable_01 dl dt {width:47px;}
.scroll_Y{
	border-top: 2px solid #0c549c;
	border-bottom: 1px solid #d5d5d5;
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	overflow-y: auto;
	height: 70px;
	padding: 10px;
}





/* =============================================================================================== shopping_basket_Step3 */

#shoppingWrap .order_notice{
	text-align: center;
	border-bottom: 1px solid #cbcbcb;
	padding: 30px 0;
	letter-spacing: -1.3px;
}
#shoppingWrap .order_notice dl{
	background: url('../images/basket_icon.png') left top no-repeat;
	text-align: left;
	display: inline-block;
	font-size: 14px;
	padding: 10px 0 0 145px;
	min-height: 74px;
}
#shoppingWrap .order_notice dl dt{
	color: #222222;
	font-size: 20px;
	margin-bottom: 9px;
}
#shoppingWrap .order_notice dl dt span{
	color: #0c549c;
	font-weight: bold;
}

#shoppingWrap .formBg{
	background-color: #f5f5f5;
	font-size: 13px;
	padding: 9px 9px 7px 9px;
	border-bottom: 1px solid #b4b4b4;
	min-height: 180px;
}
#shoppingWrap .formBg dl {
	margin-bottom: 11px;
}
#shoppingWrap .formBg dl dt{
	width: 47px;
	display: inline-block;
	background: url('../images/dot_02.png') left 9px no-repeat;
	padding-left: 7px;
	vertical-align: top;
}
#shoppingWrap .formBg.dt01,
#shoppingWrap .formBg.dt03,
#shoppingWrap .formBg.dt04{
	min-height: inherit !important;
}
#shoppingWrap .formBg.dt01 dl dt{
	width: 60px;
}
#shoppingWrap .formBg.dt02 dl dt{
	width: 98px;
}
#shoppingWrap .formBg.dt03 dl dt{
	width: 73px;
}
#shoppingWrap .formBg.dt04 dl dt{
	width: 100px;
}
#shoppingWrap .formBg dl dt span{
	float:right;
	margin-right: 3px;
}
#shoppingWrap .formBg dl dd{
	display: inline-block;
	font-weight: bold;
	color: #222222;
}

/* =============================================================================================== shopping_mass-basket Step2*/
.fontC_orange{
	color: #f43900;
}
#shoppingWrap .formBg02{
	background-color: #f5f5f5;
	font-size: 13px;
	padding: 9px 9px 7px 9px;
	border-bottom: 1px solid #b4b4b4;
	max-height: 380px;
	overflow-y: auto;
	overflow-x: hidden;
}
.formTable .formTable_01 dl.fileUp dt {width:57px;}
.formTable .formTable_01 dl.fileUp dd {padding: 8px 0;}
#shoppingWrap .formBg02 .deliveryList{
	list-style: none;
	background-color: #fff; 
	padding: 0 5px;
}
#shoppingWrap .formBg02 .deliveryList li{
	position: relative;
	border-bottom: 1px dotted #9b9b9b;
	padding: 10px 0;
}
#shoppingWrap .formBg02 .deliveryList li span{
	position: absolute;
	top:10px;
	left:0;
	font-weight: bold;
	margin-right: 20px;
	color: #222222;
}
#shoppingWrap .formBg02 .deliveryList li dl {
	display:inline-block;
	margin-bottom: 5px;
}
#shoppingWrap .formBg02 .deliveryList li dl.phone-num{
	margin-right: 0px;
}
#shoppingWrap .formBg02 .deliveryList li dl dt{
	display:inline-block;
	font-weight: bold;
	color: #222222;
}
#shoppingWrap .formBg02 .deliveryList li dl dd{
	display:inline-block;
}
#shoppingWrap .formBg02 .deliveryList li dl.w120{
	width: 120px;
}
#shoppingWrap .formBg02 .deliveryList li dl.w140{
	width: 140px;
}
#shoppingWrap .formBg02 .deliveryList li dl.w190{
	width: 190px;
}
#shoppingWrap .formBg02 .deliveryList li .detail{
	position: relative;
	top:0;
	left: 30px;
}
#shoppingWrap .formBg02 .deliveryList li.last{
	border: none;
	font-weight: bold;
	text-align: right;
	color: #222222;
	margin-right: 100px;
}
#shoppingWrap .formBg02 .deliveryList li.last p{
	color: #0c549c;
	display:inline-block;
}




/* =============================================================================================== shopping_list_TABLET */
@media screen and (max-width : 680px) {
	#basket_Tab ul li div.t-01,
	#basket_Tab ul li.on div.t-01,
	#basket_Tab ul li div.t-02,
	#basket_Tab ul li.on div.t-02,
	#basket_Tab ul li div.t-03,
	#basket_Tab ul li.on div.t-03 {
		background: none;
	}
	#basket_Tab div {
		padding-left: 30px;
	}
	ul.basket .itemList dl.dl01,
	ul.basket .itemList dl.dl02 {
		width: 100%;
		position: relative;
	}
	ul.basket .itemList dl.dl03 dd.bt {
		float: left;
		clear: both;
	}
	.priceWrap {
		overflow: hidden;
		padding: 24px 0 0 0;
	}
	.priceWrap dl {
		float: left;
		margin-left: 0;
		width: 100%;
		overflow: hidden;
		position: relative;
		text-align: right;
	}
	.priceWrap dl.discount,
	.priceWrap dl.delivery,
	.priceWrap dl.overall {
		background: none;
		padding-left: 0;
	}
	.priceWrap dl.overall {
		border-top: 1px solid #cbcbcb;
		background-color: #FFF;
		padding: 10px 0;
	}
	.priceWrap dl.overall dt {
		margin-top: 10px;
	}
	.priceWrap dl dt {
		float: left;
		margin-left: 5px;
	}
	.priceWrap dl dd {
		float: right;
		margin-right: 5px;
	}
	#shoppingWrap .order_notice dl {
		background-position: center top;
		padding: 100px 0 0 0;
		text-align: center;
	}
	.listBtn .rightBtn {
		float: left;
		clear: both;
		width: 100%;
	}
	.floatL.w48per,
	.floatR.w48per, .shippingInfo {
		width: 100%;
	}
	.floatL.w50per,
	.floatR.w50per {
		width: 100%;
	}
ul.basket .itemList .dl02 .stock{float: none;overflow: hidden;color:#666666;margin:5px 9px 16px 0;padding-left: 4px;display:block}
ul.basket .itemList dl.dl03{margin-top:0}
}

/* =============================================================================================== shopping_list_MOBILE */
@media screen and (max-width : 480px) {
	.prod_name {
		margin-left: 5px;
	}
	.prod_name,
	ul.basket li .itemList {
		float: left;
		clear: both;
	}
	#shoppingWrap dl.point dd {
		clear: both;
		margin-top: 5px;
	}
	
	ul.basket li img{
		margin: 0 5px;
		width: auto;
		max-width:40%;
	}	
	
	ul.basket li .itemList {
		margin-left: 5px;
	}	
	
	span.normalRed,
	span.normalBlack,
	span.normalGrayB {
		margin: 5px;
	}	
}
@media screen and (max-width : 380px) {
	#basket_Tab div span {
		font-size: 14px;
	}
ul.basket .itemList .dl02 .stock{float: none;overflow: hidden;color:#666666;margin:5px 9px 16px 0;padding-left: 4px;display:block}
ul.basket .itemList dl.dl03{margin-top:0}
}