@charset "utf-8";

form{
	display: unset;
	flex-direction: unset;
	align-items: unset;	
}

.match_list.type2 .product_pic .fast_order_wrap{
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: 12px;
    letter-spacing: -0.96px;    
    line-height: 14px;
    background-color: #ff549f;
    color: #fff;
    padding: 2px 8px;
    border-radius: 5px;
}

.pb-7 {
	padding-top:7px !important;
}
.pt-7 {
	padding-bottom:7px !important;
}

.fast_cart_wrap{
	width: 100%;
	max-width: 1080px;
	padding: 30px 0 50px;;
	position: relative;
}

.fast_cart_wrap .product_info_wrap {
	width: 77%;
	max-width: 810px;	
	padding: 30px;
	border-radius: 5px;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
	background-color: #fff;
	display: inline-block;
}

.fast_cart_wrap .product_info_wrap .thumb_wrap{
	width: 250px;
  	height: 250px;
  	border-radius: 10px 10px 0 0;
  	float: left;
    position: relative;
}

.fast_cart_wrap .product_info_wrap .thumb_wrap .thumb_area{
	width:250px;
	height:250px;
	border-radius:10px;
	border: 1px solid #eee;
	overflow: hidden;
}

.fast_cart_wrap .product_info_wrap .thumb_wrap .thumb_area img{
	width:100%;
	height: 100%;
}

.fast_cart_wrap .product_info_wrap .thumb_wrap .stock_wrap{
	margin-top: 20px;
	width: 250px;
	padding: 14px 25px;
  	border-radius: 100px;
  	border: solid 1px #ff9100;
  	background-color: #fff;
}

.fast_cart_wrap .product_info_wrap .thumb_wrap .stock_wrap div{
	display: inline-block;
	font-size: 17px;
	letter-spacing: -1.02px;  
  	color: #333;
}

.fast_cart_wrap .product_info_wrap .thumb_wrap .stock_wrap .count{
	float:right;
    font-weight: bold;
}

.fast_cart_wrap .product_info_wrap .thumb_wrap .stock_wrap .count .stock{
  	color: #ff540f;
}

.fast_cart_wrap .product_info_wrap .thumb_wrap .change_stock_wrap{
	margin-top: 15px;	
}

.fast_cart_wrap .product_info_wrap .thumb_wrap .change_stock_wrap .btn_change{
	width: 110px;
	padding: 5px 0;
  	border-radius: 3px;
  	box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  	border: solid 1px #d9d9d9;
  	background-color: #fff;
  	font-size: 16px;
  	letter-spacing: -0.96px;
  	text-align:center;
  	color: #333;
  	margin: 0 auto;
  	cursor: pointer;
}

.fast_cart_wrap .product_info_wrap .thumb_wrap .btn_detail{
	width: 100%;
  	padding: 12px 0;
  	border: solid 1px #eee;
  	background-color: #f8f8f8;
  	text-align: center;
  	font-size: 16px;
  	letter-spacing: -0.96px;
  	color: #333;
  	border-radius: 0 0 10px 10px;
  	cursor: pointer;
    position: absolute;
    bottom: 0;
  	
}

.fast_cart_wrap .product_info_wrap .detail_wrap{	
	width: 470px;
  	margin-left: 30px;
  	padding: 17px 20px 20px;
  	border-radius: 5px;
  	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  	border: solid 1px #eee;
  	background-color: #fff;
  	float: left;
}

.fast_cart_wrap .product_info_wrap .detail_wrap .header_wrap{
	width: 100%;
}
.fast_cart_wrap .product_info_wrap .detail_wrap .header_wrap .header_area{
	height: 50px;	
}

.fast_cart_wrap .product_info_wrap .detail_wrap .header_wrap .header_area .dday{
	padding: 4px;
  	border-radius: 2px;
  	background-color: #000;
  	font-size: 17px;
  	font-weight: bold;
  	letter-spacing: -1.02px;
  	color: #fff;
  	float:left;
}

.fast_cart_wrap .product_info_wrap .detail_wrap .header_wrap .header_area .reg_date{
	font-size: 16px;
  	letter-spacing: -0.96px;
  	text-align: right;
  	color: #808080;
	float:right;
}

.fast_cart_wrap .product_info_wrap .detail_wrap .header_wrap .tit_area{
	font-size: 20px;
  	font-weight: bold;
  	line-height: 1.25;
  	letter-spacing: -1.2px;
  	color: #333;
  	margin-bottom: 20px;
  	overflow: hidden;
  	text-overflow: ellipsis;
  	display: -webkit-box;
  	-webkit-line-clamp: 2;
  	-webkit-box-orient: vertical;
}

.fast_cart_wrap .product_info_wrap .detail_wrap .price_wrap{
	padding: 20px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	display: flex;
	align-items: center;
}

.fast_cart_wrap .product_info_wrap .detail_wrap .price_wrap .tit{
	font-size: 15px;
  	letter-spacing: -0.9px;
  	color: #333;
}

.fast_cart_wrap .product_info_wrap .detail_wrap .price_wrap .price{
	margin-left: 35px;
	font-size: 25px;
  	font-weight: bold;
  	letter-spacing: -1.5px;
  	text-align: left;
  	color: #333;
}

.fast_cart_wrap .product_info_wrap .detail_wrap .price_wrap .price .unit{
	margin-left: 5px;
	font-size: 20px;
  	font-weight: normal;
  	letter-spacing: -1.2px;	
}

.fast_cart_wrap .product_info_wrap .detail_wrap .contents_wrap{
	width: 100%;
}

.fast_cart_wrap .product_info_wrap .detail_wrap .contents_wrap .tit{
  	min-height: 45px;
  	padding: 15px 0;
  	background-color: #fff;
 	font-size: 15px;
  	letter-spacing: -0.9px;
  	text-align: center;
  	border-bottom: 1px solid #eee;
  	color: #333;
  	cursor: pointer;
}
.fast_cart_wrap .product_info_wrap .detail_wrap .contents_wrap .tit .img{
    width: 13px;
    height: 13px;
    margin-left: 15px;
    display: inline-block;
}
.fast_cart_wrap .product_info_wrap .detail_wrap .contents_wrap .tit .arrow_up{
    background-image: url("/imgs/fast_cart/icon_arrow_up.png");
}

.fast_cart_wrap .product_info_wrap .detail_wrap .contents_wrap .tit .arrow_down{
	background-image: url("/imgs/fast_cart/icon_arrow_down.png");	
}

.fast_cart_wrap .product_info_wrap .detail_wrap .contents_wrap .desc{
  	padding: 20px;
  	background-color: #fff9f6;
  	font-size: 15px;
  	line-height: 1.33;
  	letter-spacing: -0.9px;
  	color: #333;
  	display: none;
}

.fast_cart_wrap .product_info_wrap .detail_wrap .contents_wrap .desc::before{
	display: inline-block;
}

.fast_cart_wrap .product_info_wrap .detail_wrap .contents_wrap .desc .desc_wrap{
	display: inline-block;
	font-size: 15px;
  	letter-spacing: -0.9px;
  	color: #555;  	
}

.fast_cart_wrap .product_info_wrap .detail_wrap .contents_wrap .desc .title_area{
	width : 100px;
	border-right: 1px solid #eee;
	padding-top: 7px;
	padding-bottom: 7px;
}

.fast_cart_wrap .product_info_wrap .detail_wrap .contents_wrap .desc .etc_area{
	width : 140px;
	border-right: 1px solid #eee;
	padding-top: 7px;
	padding-bottom: 7px;	
}

.fast_cart_wrap .product_info_wrap .detail_wrap .contents_wrap .desc .desc_area{	
	padding-left: 20px;	
	padding-top: 7px;
	padding-bottom: 7px;
}

.fast_cart_wrap .product_info_wrap .detail_wrap .contents_wrap .desc .desc_wrap div:nth-child(n+2){
	margin-top: 15px;
}


.fast_cart_wrap .info_wrap {
	position: absolute;
    display: inline-block;
    margin-left: 20px;
    width: 23%;
}

.fast_cart_wrap .info_wrap .order_btn_area{
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.fast_cart_wrap .info_wrap .order_btn_area .btn_wrap{
	display: inline-block;
	padding: 12px 0;
  	border-radius: 5px;
  	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  	background-color: #fff;
  	width: calc(100%/2 - 10px);
  	font-size: 16px;
  	letter-spacing: -0.96px;
  	color: #333;
  	cursor: pointer;
}

.fast_cart_wrap .info_wrap .order_btn_area .btn_wrap.order{
  	width: 100%;
  	box-shadow: 0 5px 5px 0 rgb(112 112 112 / 15%);
    background-image: linear-gradient(to top, #ff9100, #ff540f);
    color:#fff;
    font-size: 20px;
    font-weight: bold;
}

.fast_cart_wrap .info_wrap .order_btn_area .btn_wrap:nth-child(n+2){
	margin-left: 10px;
}

.fast_cart_wrap .info_wrap .order_btn_area .btn_deathline{	
	padding: 12px 0;
  	border-radius: 5px;
  	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  	background-color: rgba(0, 0, 0, 0.2);  	
  	font-size: 16px;
  	letter-spacing: -0.96px;
  	color: #333;
}

.fast_cart_wrap .info_wrap .my_info_wrap{
  	width: 100%;
  	padding: 20px;
  	border-radius: 5px;
  	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  	background-color: #fff;
  	display: inline-block;
}

.fast_cart_wrap .info_wrap .my_info_wrap .info_area{
	text-align: center;	
	padding-bottom: 20px;
}

.fast_cart_wrap .info_wrap .my_info_wrap .info_area .label{
  	padding: 4px 5px;
  	border-radius: 2px;
  	background-color: #8dceee;
 	font-size: 14px;
  	font-weight: bold;
  	letter-spacing: -0.84px;
  	color: #fff;
}

.fast_cart_wrap .info_wrap .my_info_wrap .info_area .img_area{
	max-width: 130px;
	height: 130px;
	position:relative;
	border-radius:200px;
    overflow:hidden;
    margin: 15px auto 20px;
}

.fast_cart_wrap .info_wrap .my_info_wrap .info_area .img_area img{
 	position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    width:100%;
    height:100%;
}

.fast_cart_wrap .info_wrap .my_info_wrap .info_area .nick_name{
	font-size: 18px;
  	font-weight: bold;
  	letter-spacing: -1.08px;
 	color: #ff540f;
}


.fast_cart_wrap .info_wrap .my_info_wrap .cert_wrap{
	text-align: center;
	border-top: 1px solid #eee;
	padding-top: 20px;
}

.fast_cart_wrap .info_wrap .my_info_wrap .cert_wrap .cert_area{
	display: inline-block;	
	vertical-align: top;
}

.fast_cart_wrap .info_wrap .my_info_wrap .cert_wrap .cert_area:nth-child(n+2){
	margin-left: 10px;
}

.fast_cart_wrap .info_wrap .my_info_wrap .cert_wrap .cert_area .tit{
	font-size: 16px;
	letter-spacing: -0.96px;
  	color: #333;
  	margin-bottom: 10px;
}

.fast_cart_wrap .info_wrap .my_info_wrap .cert_wrap .cert_area .desc{
	margin-top: 10px;
 	font-size: 16px;
 	letter-spacing: -0.96px;
 	color: #333;
}

.fast_cart_wrap .order_check_wrap{
	width: 100%;
	max-width: 1080px;
  	padding: 30px 0;  	
	border-radius: 5px;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  	background-color: #fff;
	text-align: center;
	margin-top: 20px;
}

.fast_cart_wrap .order_check_wrap .tit{
	margin-top: 30px;	
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -1.2px;	
	color: #333;
}

.fast_cart_wrap .order_info_wrap{
	width: 100%;
	max-width: 1080px;
	margin-top: 20px;
  	padding: 30px;
  	border-radius: 5px;
  	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  	background-color: #fff;
  	position: relative;
}

.fast_cart_wrap .order_info_wrap .info_header{
	margin-bottom: 30px;
}

.fast_cart_wrap .order_info_wrap .info_header .tit{
	display: inline-block;
  	font-size: 20px;
  	font-weight: bold;
  	line-height: 1.25;
  	letter-spacing: -1.2px;
  	color: #333;
}

.fast_cart_wrap .order_info_wrap .info_header .tit img{
	width: 25px;
	height: 25px;
	margin-right: 10px;
	margin-bottom: 3px;
}

.fast_cart_wrap .order_info_wrap .info_header .desc{
	display: inline-block;
	margin-left: 10px;
	font-size: 16px;
  	letter-spacing: -0.96px;
  	color: #333;	
}

.fast_cart_wrap .order_info_wrap .info_header .desc span{
	font-weight: bold;
	color: #ff9100;
}

.fast_cart_wrap .order_info_wrap .info_box_img{
	position:absolute;
	top:0;
	left: -350px;
}

.fast_cart_wrap .order_info_wrap .btn_area {
	margin: 0 auto;
	width: 150px;	
	margin-top: 40px;
	margin-bottom: 30px;
}

.fast_cart_wrap .order_info_wrap .btn_area .btn_wrap{
	width:100%;
	padding: 15px 0;
  	border-radius: 10px;
  	background-color: #e3e3e3;
  	cursor: pointer;
  	font-size: 16px;
  	font-weight: bold;  
  	letter-spacing: -0.96px;
  	text-align: center;
  	color: #fff;
}

.fast_cart_wrap .order_info_wrap .btn_area .btn_wrap.done{
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  	background-image: linear-gradient(to left, #ff540f, #ff9100);
}

.fast_cart_wrap .order_info_wrap .btn_area .btn_wrap.deposit{	
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  	background-image: linear-gradient(to left, #ff540f, #ff9100);
}

.fast_cart_wrap .order_info_wrap .btn_area .btn_wrap.detail{
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  	background-color: #8dceee;
}

.fast_cart_wrap .order_info_wrap .btn_area .btn_wrap:nth-child(n+2){
	margin-top: 30px;
}

.fast_cart_wrap .order_info_wrap .noti_area {
	width: 250px;
  	padding: 20px 0;
  	border-radius: 10px;
  	border: solid 1px #eee;
  	background-color: #fff;
  	text-align: center;
  	position: absolute;
  	left: 50%;
  	top: 50%;
  	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
}

.fast_cart_wrap .order_info_wrap .noti_area .noti_header{
	margin-bottom: 30px;
}

.fast_cart_wrap .order_info_wrap .noti_area .noti_header .img_area{
	margin-bottom: 10px;
}

.fast_cart_wrap .order_info_wrap .noti_area .noti_header .tit{
	font-size: 16px;
  	font-weight: bold;
  	letter-spacing: -0.96px;
  	color: #333
}

.fast_cart_wrap .order_info_wrap .noti_area .noti_desc div{
 	font-size: 16px;
  	line-height: 1.25;
  	letter-spacing: -0.96px;
  	color: #333;
}

.fast_cart_wrap .order_info_wrap .order_info_detail{
	padding: 20px 35px;
  	border-radius: 5px;
  	border: solid 1px #eee;
  	background-color: #fff9f6;
 }

.fast_cart_wrap .order_info_wrap .order_info_detail .row{
	display: block;	

}

.fast_cart_wrap .order_info_wrap .order_info_detail .row .row_half{
	display: inline-block;
	width: 48%;
}

.fast_cart_wrap .order_info_wrap .order_info_detail .row .row_half:nth-child(n+2){
	margin-left: 33px;
}

.fast_cart_wrap .order_info_wrap .order_info_detail .row .detail_page{
	position:absolute;
	top: -23px;
	width: 358px;
	height: 36px;
	padding: 7px 0;
	margin-left: 20px;
	padding-left: 10px;
  	border-radius: 5px;
  	box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  	border: solid 1px #d9d9d9;
  	background-color: #fff;
  	cursor: pointer;
}

.fast_cart_wrap .order_info_wrap .order_info_detail .row .detail_page div{
	display: inline-block;
}

.fast_cart_wrap .order_info_wrap .order_info_detail .row .detail_page .tit_wrap{
	font-size: 16px;
  	letter-spacing: -0.96px;
  	color: #333;	
}

.fast_cart_wrap .order_info_wrap .order_info_detail .row .detail_page .img_wrap{
	float: right;
	margin-right: 10px;
}

.fast_cart_wrap .order_info_wrap .order_info_detail .row.top_line{
	border-top: 1px dotted #707070;
	padding-top: 20px;
	margin-bottom: 30px;
}

.fast_cart_wrap .order_info_wrap .order_info_detail .row:nth-child(n+2){
	margin-top: 15px;
}

.fast_cart_wrap .order_info_wrap .order_info_detail .row .tit{
  	padding: 3px 0;
  	font-size: 16px;
  	letter-spacing: -0.96px;
  	text-align: left;
  	color: #333;
	display: inline-block;
	z-index: 2;
	min-width: 57px;
}

.fast_cart_wrap .order_info_wrap .order_info_detail .row .tit .emphasis{
	background-color: #fff7b1;
  	height: 14px;
  	content: '';
	z-index:-1;
}

.fast_cart_wrap .order_info_wrap .order_info_detail .row .desc{
	display: inline-block;
	position: relative;
}

.fast_cart_wrap .order_info_wrap .order_info_detail .row .desc input{
	width: 380px;
  	height: 36px;
  	border-radius: 5px;
  	box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  	border: solid 1px #d9d9d9;
  	font-size: 16px;
  	letter-spacing: -0.96px;
  	color: #333;
  	background-color: #fff;
  	padding-left: 10px;
  	margin-left: 10px;
}

.fast_cart_wrap .order_info_wrap .order_info_detail .row .desc input:read-only {
	color: #b0b0b0;
}

.fast_cart_wrap .order_info_wrap .order_info_detail .row .desc input:-moz-read-only{
	color: #b0b0b0;	
}

.fast_cart_wrap .order_info_wrap .order_info_detail .row .desc input::placeholder{
	font-size: 16px;
  	letter-spacing: -0.96px;
  	color: #b0b0b0;
}

.fast_cart_wrap .order_info_wrap .order_info_detail .row .desc input.text_post{
	width: 140px;
}

.fast_cart_wrap .order_info_wrap .order_info_detail .row .desc .btn_post{
	width: 80px;
  	height: 36px;
  	padding: 8px 10px;
  	border-radius: 5px;
  	border: solid 1px #d9d9d9;
  	background-color: #f8f8f8;
  	font-size: 16px;
  	letter-spacing: -0.96px;
  	color: #888;
  	display: inline-block;
  	margin-left: 10px;
  	position: absolute;
  	cursor: pointer;
}

.fast_cart_wrap .order_info_wrap .order_info_detail .row .desc .text_count{
	position: absolute;
	top: 50%;
  	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
	right: 10px;
}

.fast_cart_wrap .order_info_wrap .order_info_detail .line{
	border-top:solid 1px #eee;
	margin-top: 15px;
}

.fast_cart_wrap .order_info_wrap .order_info_detail .row.two_input .tit{
	position: relative;
	top: 25px;
	left: -5px;
	text-align: center;
}

.fast_cart_wrap .order_info_wrap .order_info_detail .row .desc.post_area .post_code{
	width: 170px;
}

.fast_cart_wrap .order_info_wrap .order_info_detail .row .desc.post_area .post_no{
	width: 200px;
} 

.fast_cart_wrap .order_info_wrap .order_info_detail .row .noti{
	position: absolute;
	margin-top: 10px;
	margin-left: 70px;
	font-size: 14px;
  	letter-spacing: -0.84px;
  	color: #ff9100;
}

.fast_cart_wrap .order_info_wrap .order_info_detail .row .noti img{
	margin-right: 5px;
	margin-bottom: 3px;
}


.fast_cart_wrap .order_info_wrap .box_blur{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: block;
}

.fast_cart_wrap .order_info_wrap .box_blur p{
    text-align: center;
    margin: 0 auto;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    border-radius: 50px;
    box-shadow: 0 4px 4px 0 rgb(0 0 0 / 5%);
    background-color: #fff;
    font-size: 16px;
    color: #333333;
    padding: 10px 40px;
    display: inline-block;
}
@media screen and (max-width: 1000px) {	
	.match_list.type2 .product_pic .fast_order_wrap{
	    top: 5px;
    	right: 5px;
   	    padding: 3px 3px;
	    font-size: 11px;
        border-radius: 2px;
	}
}

/******************** 
	장바구니 - 주문 통계 시작
		********************/

.fast_cart_wrap .total_wrap{
	width: 100%;
	margin-top:20px;
}		

.fast_cart_wrap .total_wrap .total_status{	
	width: 700px;   	
  	padding: 30px 60px;
  	border-radius: 5px;
  	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  	background-color: #fff;
  	float: left;
}

.fast_cart_wrap .total_wrap .total_status .status_box{
	display: inline-block;
	width: calc(100% / 4 - 3px);
	cursor: pointer;
}

.fast_cart_wrap .total_wrap .total_status .status_box .status_header{
	text-align: center;
}

.fast_cart_wrap .total_wrap .total_status .status_box .status_header .tit{
  	font-size: 14px;
  	font-weight: bold;
 	letter-spacing: -0.84px;
  	color: #555;
}

.fast_cart_wrap .total_wrap .total_status .status_box .status_contents{
	text-align: center;	
	margin-top: 10px;
	margin-bottom: 10px;
}

.fast_cart_wrap .total_wrap .total_status .status_box .status_contents .img_area{
	margin: 0 auto;
	width: 100px;
	height: 100px;
}

.fast_cart_wrap .total_wrap .total_status .status_box .status_count{
	text-align: center;	
}

.fast_cart_wrap .total_wrap .total_status .status_box .status_count .count{
  	font-size: 26px;
  	font-weight: bold;
  	letter-spacing: -1.56px;
  	color: #555;
}

.fast_cart_wrap .total_wrap .total_order{
	display:inline-block;
	width: calc(100% - 724px);
  	margin-left: 20px;  	
  	border-radius: 5px;
  	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  	background-color: #fffef8;
}

.fast_cart_wrap .total_wrap .total_order .order_row{
	text-align: center;
	padding: 18px 0;
}

.fast_cart_wrap .total_wrap .total_order .order_row.desc{
	text-align: left;
	padding: 18px 40px;
}

.fast_cart_wrap .total_wrap .total_order .order_row .tit{
  	font-size: 16px;
  	font-weight: bold;
  	letter-spacing: -0.96px;
  	color: #555;
}

.fast_cart_wrap .total_wrap .total_order .order_row .detail div{
	display: inline-block;
}

.fast_cart_wrap .total_wrap .total_order .order_row:nth-child(n+2){
	border-top: 1px dashed #ddd;
}


.fast_cart_wrap .total_wrap .total_order .order_row .detail .tit{	
  	font-size: 16px;	  
  	letter-spacing: -0.96px;
    color: #555;
    margin-left: 5px;
}

.fast_cart_wrap .total_wrap .total_order .order_row .detail .cnt{
	float: right;  
  	font-size: 16px;
  	font-weight: bold;  
  	letter-spacing: -0.96px;  
  	color: #555;  	
}
		
/******************** 
	장바구니 - 주문 통계 끝
		********************/		


/******************** 
	장바구니 - 주문자 정보 시작
		********************/	

.fast_cart_wrap .customer_info_wrap{
	width: 100%;
	max-width: 1080px;
  	margin-top: 20px;
  	padding: 30px;
  	border-radius: 5px;
  	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  	background-color: #fff; 
  	position: relative; 	
}

.fast_cart_wrap .customer_info_wrap .info_header .img_wrap{
	display: inline-block;
}

.fast_cart_wrap .customer_info_wrap .info_header .tit{
	display: inline-block;
	font-size: 20px;
  	font-weight: bold;
  	line-height: 1.25;
  	letter-spacing: -1.2px;
  	color: #333;
  	margin-left: 10px;
}

.fast_cart_wrap .select_wrap{
	display: inline-block;
	position: absolute;
	top: 30px;
	right: 30px;
}

.fast_cart_wrap .select_wrap .select_area{
	width: 112px;
  	padding: 10px;
  	border-radius: 5px;
  	box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  	border: solid 1px #d9d9d9;
  	background-color: #fff;
	font-size: 16px;
  	letter-spacing: -0.96px;
  	color: #333;
}

.fast_cart_wrap .customer_info_wrap .info_box_img{	
	position:absolute;
	top:0;
	left: -350px;
}

.fast_cart_wrap .customer_info_wrap .info_area{
	margin-top: 30px;
}		

.fast_cart_wrap .customer_info_wrap .info_area .img_area{
	margin-top: 60px;
	text-align: center;	
}

.fast_cart_wrap .customer_info_wrap .info_area .img_area .desc{
	margin-top: 30px;
    font-size: 20px;
    letter-spacing: -0.8px;
    color: #555;
    margin-bottom: 50px;
    font-weight: bold;
}

.fast_cart_wrap .customer_info_wrap .info_area .info_box{
	width: 100%;
  	border-top: solid 1px #ff9100;
  	border-bottom: solid 1px #bbb;
  	position: relative;
}

.fast_cart_wrap .customer_info_wrap .info_area .info_box table tr:nth-last-child(n+2){
	border-bottom: 1px solid #eee;
}

.fast_cart_wrap .customer_info_wrap .info_area .info_box table td{
	padding: 15px 0;
	font-size: 16px;  
  	letter-spacing: -0.96px;  
  	color: #555;
  	padding-left: 15px;
  	width: 150px;
}


.fast_cart_wrap .customer_info_wrap .info_area .info_box table .status{
	box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.05);
	width: 100px; 
	text-align: center;
	vertical-align: middle; 
  	font-size: 16px;
  	font-weight: bold;  
  	letter-spacing: -0.96px;  
  	color: #555;
}

.fast_cart_wrap .customer_info_wrap .info_area .info_box table .status .order{
	color: #555555;	
}

.fast_cart_wrap .customer_info_wrap .info_area .info_box table .status .trans{
	color: #01abff;
}

.fast_cart_wrap .customer_info_wrap .info_area .info_box table .status .deposit{
	color: #ff9100;	
}

.fast_cart_wrap .customer_info_wrap .info_area .info_box table .status .delivery{
	color: #ff9100;	
}

.fast_cart_wrap .customer_info_wrap .info_area .info_box table .info_seller{	
  	background-color: #f9f9f9;  	
}

.fast_cart_wrap .customer_info_wrap .info_area .info_box table .info_delivery{
	background-color: #fff7eb;
}


.fast_cart_wrap .customer_info_wrap .info_area .info_box table button:disabled{
	color: #ccc;
}

.fast_cart_wrap .customer_info_wrap .info_area .info_box table .info_btn{
	padding: 7px 0;
	text-align: center;
}

.fast_cart_wrap .customer_info_wrap .info_area .info_box table .btn_delivery{
	margin:0 auto;
	width: 177px;
  	padding: 7px 0;
  	border-radius: 5px;
  	background-color: #ff9100;
  	font-size: 16px;
  	font-weight: bold;  
  	letter-spacing: -0.96px;
  	text-align: center;
  	color: #fff;
}

.fast_cart_wrap .customer_info_wrap .info_area .info_box table .btn_delivery.done{
	border: solid 1px #d9d9d9;
  	background-color: #fff;
  	color: #ccc;  	
}


.fast_cart_wrap .customer_info_wrap .info_area .info_box table select{
	width: 230px;
  	height: 36px;
  	padding-left: 10px;
  	border-radius: 5px;
  	box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  	border: solid 1px #d9d9d9;
  	background-color: #fff;
  	
  	font-size: 16px;  
  	letter-spacing: -0.96px;  
  	color: #333;
}

.fast_cart_wrap .customer_info_wrap .info_area .info_box table input{
	width: 230px;
  	height: 36px;  
  	padding-left: 10px;
  	border-radius: 5px;
  	box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  	border: solid 1px #d9d9d9;
  	background-color: #fff;
  	margin-right:5px;
}

.sell_blur{
 	width: 920px;
 	height: 50.5px;
 	background-color: rgba(0, 0, 0, 0.2);
 	position: absolute;
 	bottom: 0;
 	right: 0;
}

.fast_cart_wrap .customer_info_wrap .info_area .info_box table .btn_reg{
	width: 50px;
  	height: 36px;  	
  	padding: 7px 0;
  	border-radius: 5px;
  	box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  	border: solid 1px #d9d9d9;
  	background-color: #fff;
  	font-size: 16px;  
  	letter-spacing: -0.96px;
  	color: #333;
  	text-align: center;
}


.fast_cart_wrap .customer_info_wrap .info_area .info_box:nth-child(n+2){
	margin-top: 30px;
}

.fast_cart_wrap .customer_info_wrap .info_area .info_box .box_header_area{
  	margin-bottom: 20px;
}

.fast_cart_wrap .customer_info_wrap .info_area .info_box .box_header_area .nick_name{
	font-size: 16px;
  	font-weight: bold;
  	letter-spacing: -0.96px;
  	color: #484848;	
}

.fast_cart_wrap .customer_info_wrap .info_area .info_box .btn_area{
	width: 120px;
	position: absolute;
	top: 20px;
	right: 20px;
}

.fast_cart_wrap .customer_info_wrap .info_area .info_box .btn_area .btn{
	padding: 5px;
  	border-radius: 3px;
  	box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  	border: solid 1px #d9d9d9;
  	background-color: #fff;
  	font-size: 16px;
  	letter-spacing: -0.96px;
  	color: #b0b0b0;
  	cursor: pointer;
}

.fast_cart_wrap .customer_info_wrap .info_area .info_box .btn_area .btn:nth-child(n+2) {
	margin-top:10px;
}

.fast_cart_wrap .customer_info_wrap .info_area .info_box .btn_area .btn.active{
	color: #ff540f;
}

.fast_cart_wrap .customer_info_wrap .info_area .info_box .box_contents_area{
	width: 100%;
}

.fast_cart_wrap .customer_info_wrap .info_area .info_box .box_contents_area .contents_wrap{
	display: inline-block;
	font-size: 16px;
  	letter-spacing: -0.96px;
  	color: #484848;
}

.fast_cart_wrap .customer_info_wrap .info_area .info_box .box_contents_area .contents_wrap.tit_area{
	width: 75px;
}

.fast_cart_wrap .customer_info_wrap .info_area .info_box .box_contents_area .contents_wrap.desc_area{
	width: calc(100% - 80px);
  	font-weight: bold;
  	color: #484848;
}

.fast_cart_wrap .customer_info_wrap .info_area .info_box .box_contents_area .contents_wrap .detail{
	margin-bottom: 20px;
}

.fast_cart_wrap .customer_info_wrap .info_area .info_box .box_contents_area .contents_wrap .address{
	height: 40px;
}

.fast_cart_wrap .customer_info_wrap .info_area .info_box .box_status_area{
	border-top: 1px solid #ddd;
	padding-top: 20px;
	text-align: center;
}

.fast_cart_wrap .customer_info_wrap .info_area .info_box .box_status_area .status{
	font-size: 16px;
  	letter-spacing: -0.96px;
  	display: inline-block;	
}

/******************** 
	장바구니 - 주문자 정보 끝
		********************/
		
					
/******************** 
	장바구니 - 팝업 공통 시작
		********************/
		
.fast_cart_popup {
	display: none;
}

.fast_cart_popup {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;	
}

.fast_cart_popup .white_box_se {
	max-width: 620px;
	padding: 30px 45px;
	width: 100%;
	border-radius: 10px;
	border: solid 1px #f0f0f0;
	background-color: #fff;
	margin: 0 auto;
	position: relative;
    top: 0;
}

.fast_cart_popup .white_box_se .close_popup_btn {
	position: absolute;
	top: -15px;
	right: -15px;
}

.fast_cart_popup .white_box_se .close_popup_btn img {
	display: block;
}

.fast_cart_popup .white_box_se .header_wrap{
	text-align: center;
	border-bottom: 1px solid #eee;
}

.fast_cart_popup .white_box_se .header_wrap .tit{
	font-size: 30px;
  	font-weight: bold;
  	letter-spacing: -1.8px;
  	color: #484848;
  	padding-top: 20px;
  	padding-bottom: 30px;
}

.fast_cart_popup .white_box_se .contents_wrap {
	padding: 30px 0;
	max-width: 528px;
}

.fast_cart_popup .white_box_se .contents_wrap img {
	width: 100%;
}

.fast_cart_popup .white_box_se .contents_wrap .order_info .row{
	display: block;
}

.fast_cart_popup .white_box_se .contents_wrap .order_info .row:nth-child(n+2){
	margin-top: 10px;
}

.fast_cart_popup .white_box_se .contents_wrap .order_info .row .tit{
	padding: 3px 0;
    font-size: 16px;
    letter-spacing: -0.96px;
    text-align: left;
    color: #333;
    display: inline-block;
    z-index: 2;
    min-width: 57px;
}

.fast_cart_popup .white_box_se .contents_wrap .order_info .row .tit .emphasis{
	background-color: #fff7b1;
    height: 14px;
    content: '';
    z-index: -1;
}

.fast_cart_popup .white_box_se .contents_wrap .order_info .row .desc{
	display: inline-block;
    position: relative;
}

.fast_cart_popup .white_box_se .contents_wrap .order_info .row .desc select{
    width: 340px;
    height: 36px;
    border-radius: 5px;	
    box-shadow: inset 0 4px 4px 0 rgb(0 0 0 / 5%);
    border: solid 1px #d9d9d9;
    font-size: 16px;
    letter-spacing: -0.96px;
    color: #333;
    background-color: #fff;
    padding-left: 10px;
    margin-left: 10px;
}

.fast_cart_popup .white_box_se .contents_wrap .order_info .row .desc input{
    width: 340px;
    height: 36px;
    border-radius: 5px;
    box-shadow: inset 0 4px 4px 0 rgb(0 0 0 / 5%);
    border: solid 1px #d9d9d9;
    font-size: 16px;
    letter-spacing: -0.96px;
    color: #333;
    background-color: #fff;
    padding-left: 10px;
    margin-left: 10px;
}


.fast_cart_popup .white_box_se .contents_wrap .order_info .row .desc .text_count{
	position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
}

.fast_cart_popup .white_box_se .popup_btn_area{
	text-align: center;
}

.fast_cart_popup .white_box_se .popup_btn_area .btn_order{
	display:inline-block;
	width: 152px;
	text-align: center;
	padding: 15px 0;
	border-radius: 10px;
	font-size: 16px;
  	font-weight: bold;
  	letter-spacing: -0.96px;
  	color: #fff;
  	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  	background-color: #e3e3e3;
  	cursor: pointer;
}

.fast_cart_popup .white_box_se .popup_btn_area .btn_order.done{
	background-image: linear-gradient(to left, #ff540f, #ff9100);	
}

.fast_cart_popup .white_box_se .popup_noti_area{
	margin-top:30px;
	text-align: center;
}

.fast_cart_popup .white_box_se .popup_noti_area .noti{	
	font-size: 16px;
	line-height: 1.38;
  	letter-spacing: -0.96px;
  	color: #ff9100;
}

/******************** 
	장바구니 - 팝업 공통 끝
		********************/
		
/******************** 
	장바구니 - 재고수량 팝업 시작
		********************/

.stock_popup_wrap .white_box_se{
	max-width: 510px;
}		

.stock_popup_wrap .white_box_se .contents_wrap .order_info .row .desc input{
	width: 305px;
	text-align: right;
	padding-right: 30px;
}

.stock_popup_wrap .white_box_se .contents_wrap .order_info .row .desc input:read-only{
	color: #bbb;
}

.stock_popup_wrap .white_box_se .contents_wrap .order_info .row .desc input::placeholder{
	text-align: left;
}

/******************** 
	장바구니 - 재고수량 팝업 끝
		********************/			
		

/******************** 
	장바구니 - 주문 전 확인사항 팝업 시작
		********************/
		
.order_check_popup_wrap .white_box_se .contents_wrap {
	padding: 30px 0;
}
.order_check_popup_wrap .white_box_se .contents_wrap .desc{
	font-size: 20px;
  	line-height: 1.25;
  	letter-spacing: -1.2px;
  	color: #484848;
}

.order_check_popup_wrap .white_box_se .contents_wrap .desc:nth-child(n+2){
	margin-top: 20px;
}
		
/******************** 
	장바구니 - 주문 전 확인사항 팝업 끝
		********************/

/******************** 
	장바구니 - 금액 및 계좌 전송 팝업 시작
		********************/

.trans_popup_wrap .white_box_se .contents_wrap {
	text-align: center;
}		

/******************** 
	장바구니 - 금액 및 계좌 전송 팝업 끝
		********************/	
		
/******************** 
	장바구니 - 운송장 정보입력 팝업 시작
		********************/

.deposit_popup_wrap .white_box_se .contents_wrap {
	text-align: left;
}

.deposit_popup_wrap .white_box_se .contents_wrap .desc{	
  	font-size: 20px;
	line-height: 1.25;
  	letter-spacing: -1.2px;
  	color: #484848;
}

.deposit_popup_wrap .white_box_se .contents_wrap .desc:nth-child(n+2){
	margin-top: 20px;
}		

/******************** 
	장바구니 - 운송장 정보입력 팝업 끝
		********************/							

/******************** 
	장바구니 - 제품 상세보기 페이지 팝업 시작
		********************/

.goods_detail_popup_wrap .white_box_se .contents_wrap {
	padding: 30px 0 0;
	max-height: 550px;
	overflow-y: scroll;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}		

.goods_detail_popup_wrap .white_box_se .contents_wrap::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
}

/******************** 
	장바구니 - 제품 상세보기 페이지 팝업 끝
		********************/			
		
/******************** 
	장바구니 - 마이페이지 모바일 지원불가 페이지 시작
		********************/		
@media screen and (max-width: 1000px) {	
	.fast_cart_content{
		width: 100%;
    	padding-left: 0px;
	    background-color: #f3f3f3;	        	
	}
	
	.fast_cart_content .fast_cart_wrap {
		width: 93%;
	    height: 360px;
	    margin: 0 auto;
	    padding: 100px 45px 140px 46px;
	    border-radius: 10px;
	    background-color: #fff;
	    line-height: 1.56;
	    letter-spacing: -0.96px;
	    text-align: center;
	    color: #484848;
	    font-size: 16px;
	    font-weight: bold;
        box-shadow: 0 4px 4px 0 rgb(0 0 0 / 5%);
    	border: solid 1px #eee;
    	margin-bottom: 10vw;
	}
	
	.fast_cart_content .fast_cart_wrap img{
		margin-bottom: 30px;
	}
}

/******************** 
	장바구니 - 마이페이지 모바일 지원불가 페이지 끝
		********************/		