@charset "utf-8";

/* =============================================================================================== shopping_Mypage */
.my_info {
	background-color: #f5f5f5;
	padding: 20px;
	border-bottom: 1px solid #cbcbcb;
	margin-bottom: 30px;
}
.my_info ul {
	overflow: hidden;
}
.my_info ul li {
	float: left;
	width: 25%;
}
.my_info ul li dl {
	padding: 15px 0 0 100px;
	margin-right: 5px;
	min-height: 65px;
}
.my_info ul li.list01 dl {
	background: url("../images/my_info_01.png") left top no-repeat;
}
.my_info ul li.list02 dl {
	background: url("../images/my_info_02.png") left top no-repeat;
}
.my_info ul li.list03 dl {
	background: url("../images/my_info_03.png") left top no-repeat;
}
.my_info ul li.list04 dl {
	background: url("../images/my_info_04.png") left top no-repeat;
}
.my_info ul li dl dt {
	color: #222;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	padding-bottom: 5px;
}
.my_info ul li dl dt span {
	position: absolute;
	bottom: -8px;
	left: 0;
	font-size: 11px;
	color: #666;
	font-weight: normal;
}
.my_info ul li dl dd {
	font-size: 16px;
}
.my_info ul li dl dd span {
	color: #0c549c;
	font-size: 22px;
}


.my_List {
	border-top: 2px solid #0c549c;
	position: relative;
	margin-bottom: 30px;
}
.my_List .more {
	position: absolute;
	top: -25px;
	right: 10px;
}
/* =============================================================================================== shopping_my list */
.my_List .myOrder {
	overflow: hidden;
	border-bottom: 1px solid #b4b4b4;
}
.my_List .myOrder li {
	border-bottom: 1px dotted #9b9b9b;
	overflow: hidden;
	padding: 10px;
}
.my_List .myOrder li:last-child {
	border-bottom: 0;
}
.my_List .myOrder li dl {
	float: left;
	width: 50%;
	margin: 5px 0;
}
.my_List .myOrder li dl dt {
	background: url("../images/view_list.gif") left 8px no-repeat;
	padding-left: 5px;
	float: left;
	margin-top: 1px;
}
.my_List .myOrder li dl dd {
	margin-left: 60px;
	color: #222;
	font-weight: bold;
	font-size: 13px;
}
.my_List .myOrder li dl dd a {
	color: #222;
	font-size: 13px;
}

/* =============================================================================================== shopping_my like */
.my_List .myLikeList {
	padding: 20px 10px;
	overflow: hidden;
	border-bottom: 1px solid #b4b4b4;
}
.my_List .myLikeList li {
	float: left;
	width: 20%;
	text-align: center;
	position: relative;
}
.my_List .myLikeList li a {
	display: block;
	width: 90%;
	margin: 0 auto;
	font-size: 13px;
}
.my_List .myLikeList li a .img {
	margin-bottom: 10px;
}
.my_List .myLikeList li a .img img {
	border: 1px solid #e1e1e1;
	width: 100%;
	max-width: 100%;
	min-width: 120px;
	max-height: 120px;
	min-height: 120px;
}
.my_List .myLikeList li a dl {
	min-height: 55px;
}
.my_List .myLikeList li a dl dt {
	color: #222;
	min-height: 40px;
	max-height: 40px;
	overflow: hidden;
}
.my_List .myLikeList li a dl dd span {
	color: #0c549c;
}

.my_List .myLikeList.manager {
	padding: 20px 10px 0 10px;
}
.my_List .myLikeList.manager li {
	margin-bottom: 20px;
}
.my_List .myLikeList.manager li button.listDel {
	position: absolute;
	top: 0;
	right: 4%;
	width: 13px;
	height: 12px;
	text-indent: -5000px;
	cursor: pointer;
	background: url("../images/listDel_btn.png") left top no-repeat;
}
.my_List .myLikeList.manager li a {
	margin: 15px auto 0 auto;
}
.my_List .myLikeList.manager li a dl dt {
	height: 39px;
	overflow: hidden;
}

/* =============================================================================================== shopping_rolling */

.my_List.slideImg {
	border-bottom: 1px solid #b4b4b4;
	overflow: hidden;
}
/*
.my_List.slideImg .bx-controls .bx-controls-direction {
	display: none;
}
.my_List.slideImg .myLikeList li a dl {
	min-height: auto;
}
.my_List.slideImg .bx-controls .bx-pager {
	overflow: hidden;
	text-align: center;
}
.my_List.slideImg .bx-controls .bx-pager div {
	display: inline-block;
	margin: 20px 3px;
}
.my_List.slideImg .bx-controls .bx-pager div a {
	background: url("../images/listRolling_bg.png") left top no-repeat;
	width: 11px;
	height: 10px;
	display: block;
	text-indent: -5000px;
}
.my_List.slideImg .bx-controls .bx-pager div a.active {
	background-position: right top;
}
*/
.my_List.slideImg button.slick-arrow {
	display: none !important;
}
.my_List.slideImg .slick-list {
	overflow: hidden;
	padding: 0 15px;
	margin: 0 -6px;
}
.my_List.slideImg .myLikeList {
	border-bottom: 0;
	padding: 20px 0;
}
.my_List.slideImg .slick-dots {
	text-align: center;
	overflow: hidden;
	margin-bottom: 20px;
}
.my_List.slideImg .slick-dots li {
	display: inline-block;
	margin: 0 3px;
}
.my_List.slideImg .slick-dots li button {
	background: url("../images/listRolling_bg.png") left top no-repeat;
	width: 11px;
	height: 10px;
	display: block;
	text-indent: -5000px;
	cursor: pointer;
}
.my_List.slideImg .slick-dots li.slick-active button {
	background-position: right top;
}


/* =============================================================================================== shopping_주문내역*/

.mypage_orderList{
	border-top: 2px solid #0c549c;
}
.mypage_orderList ul.basket{
	border: none;
	margin-top: 0;
	border-bottom: 1px solid #cbcbcb;
}
/* .mypage_orderList ul.basket > li{
	border: none;
} */
.delivery_step .mypage_orderList ol{
	border-top: none;
}
#order.btLine {
	border-bottom: none;
}
#order.btLine ul.basket > li {
	border-bottom: 1px dotted #9b9b9b;
}


/* =============================================================================================== shopping_취소/교환/환불내역*/

h2.title1st span{
	color: #0c549c;
}
ul.dash li{
	background: url('../images/li_dash.png') left 11px no-repeat;
	padding-left: 8px;
	margin-left: 2px;
}
ul.dot li{
	background: url('../images/li_dot.png') left 11px no-repeat;
	padding-left: 8px;
	margin-left: 2px;
}

/* =============================================================================================== shopping_적립금내역*/
#pointNotice{
	text-align: center;
	padding: 12px 0;
	border-bottom: 1px solid #cbcbcb;
}
#pointNotice dl{
	display: inline-block;
	background: url('../images/point_icon.png') left 8px no-repeat;
	padding-left: 42px;
	color: #222;
	font-size: 14px;
	font-weight: bold;
}
#pointNotice dl dt{
	display:inline-block;
}
#pointNotice dl dd{
	display:inline-block;
}
#pointNotice dl dd span{
	font-weight: normal;
	font-size: 20px;
	color: #0c549c;
}

.mypage_orderList .pointList li{
	border-bottom: 1px dotted  #9b9b9b;
	padding: 20px 20px 10px 20px;
	overflow: hidden;
}
.mypage_orderList .pointList li:last-child{
	border-bottom: 1px solid #cbcbcb;
	}
.mypage_orderList .pointList dl {
	float: left;
	width: 30%;
	font-size: 13px;
	margin-bottom: 9px;
}
.mypage_orderList .pointList dl dt{
	display:inline-block;
	background: url('../images/dot.png') left 9px no-repeat;
	padding-left: 7px;
	vertical-align: top;
}
.mypage_orderList .pointList dl dd{
	display:inline-block;
	font-weight: bold;
	color: #000;
}
.mypage_orderList .pointList dl dd a{
	color: #000;
}
.mypage_orderList .pointList dl.full{
	width: 100%;
}

/* =============================================================================================== shopping_회원정보*/
.c_infor{
	border-bottom: 1px solid #cbcbcb;
}
.c_infor .listBtn{
	margin: 0;
}
.c_infor.loginWrap dl {
	background: url('../images/login_bg.png') 20px 50px no-repeat;
	padding: 70px 0 0 330px;
	min-height: 200px;
}
.c_infor.loginWrap .loginArea input[type="text"]{
	width: 251px;
	height: 18px;
}
/* =============================================================================================== shopping_MOBILE */
@media screen and (max-width : 780px) {
	.my_info {
		padding: 20px 0;
	}
	.my_info ul li {
		text-align: center;
	}
	.my_info ul li dl {
		padding: 90px 0 0 0;
		margin-right: 0;
		min-height: auto;
	}
	.my_info ul li.list01 dl,
	.my_info ul li.list02 dl,
	.my_info ul li.list03 dl,
	.my_info ul li.list04 dl {
		background-position: center top;
	}
	.my_info ul li dl dt span {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
	}
	.my_List .myLikeList li {
		width: 33.3%;
	}
	.c_infor.loginWrap dl {
		padding: 250px 5px 0 5px;
	}
}
@media screen and (max-width : 500px) {
	.my_info {
		padding: 5px 0;
	}
	.my_info ul li {
		width: 100%;
		border-bottom: 1px dotted #cdcdcd;
		text-align: left;
	}
	.my_info ul li:last-child {
		border-bottom: 0;
	}
	.my_info ul li dl {
		padding: 0;
		overflow: hidden;
	}
	.my_info ul li.list01 dl,
	.my_info ul li.list02 dl,
	.my_info ul li.list03 dl,
	.my_info ul li.list04 dl {
		background: none;
	}
	.my_info ul li dl dt {
		float: left;
		padding-bottom: 0;
		padding-left: 10px;
		margin-top: 7px;
		min-width: 140px;
	}
	.my_info ul li dl dd {
		float: left;
	}
	.my_List .myOrder li dl,
	.mypage_orderList .pointList dl {
		width: 100%;
	}
	.my_List .myLikeList li {
		width: 50%;
	}
}