@charset "UTF-8";

.modules_smart_order h3,
.modules_smart_order h4,
.modules_smart_order h5	{ padding-left: 0 !important; margin-left: 0 !important; background: none !important; }

.modules_smart_order h3	{ font-size: 30px !important; }
.modules_smart_order h4	{ font-size: 28px !important; }
.modules_smart_order h5	{ font-size: 26px !important; }

.modules_smart_order .menuname	{ position: relative; line-height: 1em; padding-top: 20px; padding-bottom: 20px; margin-top: 20px; margin-bottom: 0; }
.modules_smart_order .menuname:before	{ position: absolute; left: 0; top: 50%; z-index: -1; width: 100%; height: 0; margin: -1px 0 0 0; border-top: 1px solid #f5d2ce; border-bottom: 1px solid #e19c95; content: ""; }
.modules_smart_order .menuname:after	{ display: block; clear: both; content: ""; }
.modules_smart_order .menuname strong	{ display: block; float: left; background-color: #fff; color: #e85c52; font-weight: bold; }
.modules_smart_order .menuname span	{ display: block; float: left; line-height: 1em; padding: 0.8em 1em 0 0.5em; background-color: #fff; color: #e19c95; font-weight: normal; font-size: 0.5em; }
.modules_smart_order .menuname + .top	{ position: relative; z-index: 2; float: right; margin-top: -60px; font-size: 13px; color: #e85c52; }
.modules_smart_order .menuname + .top:after	{ content: "↑"; }


.modules_smart_order .menu_list	{ line-height: inherit; padding: 0; margin: 0; list-style: none; }
.modules_smart_order .menu_list li	{ padding: 20px 0; margin: 0; list-style: none; }
.modules_smart_order .menu_list li a	{ display: block; }
.modules_smart_order .menu_list li a:after	{ display: block; clear: both; content: ""; }
.modules_smart_order .menu_list li a span.image	{ position: relative; float: left; width: 140px; height: 140px; padding: 0; margin: 0 20px 0 0; border-radius: 20px; overflow: hidden; }
.modules_smart_order .menu_list li a span.image img	{ position: absolute; left: 50%; top: 50%; display: block; max-width: none; max-height: 100%; transform: translate(-50%, -50%); }
.modules_smart_order .menu_list li a strong	{ display: block; padding: 10px 0 0 0; font-size: 22px; font-weight: 500; color: #000; }
.modules_smart_order .menu_list li a span	{ display: block; height: 65px; font-size: 15px; font-weight: normal; color: #bcbcbc; }
.modules_smart_order .menu_list li a span	{ display: -webkit-box; -webkit-line-clamp : 2; -webkit-box-orient : vertical; overflow: hidden; text-overflow: ellipsis; }
.modules_smart_order .menu_list li a em	{ display: block; font-size: 25px; color: #000; font-weight: bold; }
.modules_smart_order .menu_list li a em:after	{ content: "원"; }





.modules_smart_order .menu .image	{ display: block; margin: 0 -10px; overflow: hidden; }
.modules_smart_order .menu .image img	{ display: block; }

.modules_smart_order .top_menu_box	{ position: relative; z-index: 2; padding: 20px; margin: -30px 10px 40px 10px; border-radius: 10px; background-color: #fff;  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
.modules_smart_order .top_menu_box h4	{ margin: 0; font-size: 25px !important; }
.modules_smart_order .top_menu_box .description	{ line-height: 1.3em; opacity: 0.7; font-size: 0.9em; }

.modules_smart_order .nutrition	{ padding: 20px; border-radius: 20px; background-color: #f8f8f8; }


.modules_smart_order .menu_size	{}
.modules_smart_order .menu_size .menu_list	{ display: flex; justify-content: space-between; }
.modules_smart_order .menu_size .menu_list li	{ width: 30%; padding: 0; margin: 0; }
.modules_smart_order .menu_size .menu_list li .image	{ position: relative; display: block; padding: 100% 0 0 0; border: 1px solid #dedede; border-radius: 15px; box-sizing: border-box; }
.modules_smart_order .menu_size .menu_list li .image img	{ position: absolute; left: 50%; top: 50%; display: block; max-width: 80%; max-height: 80%; transform: translate(-50%, -50%); }
.modules_smart_order .menu_size .menu_list li strong	{ display: block; padding: 10px 0 0 0; text-align: center; font-size: 20px; font-weight: normal; color: #000; }
.modules_smart_order .menu_size .menu_list li em	{ display: block; text-align: center; font-size: 16px; font-weight: normal; color: #000; opacity: 0.7; }
.modules_smart_order .menu_size .menu_list li em:after	{ content: "원"; }

.modules_smart_order .menu_size .menu_list li input[type="radio"]	{ position: absolute; z-index: -1; width: 0; height: 0; font-size: 0; overflow: hidden; }
.modules_smart_order .menu_size .menu_list li label	{ display: block; }
.modules_smart_order .menu_size .menu_list li input[type="radio"]:checked + label .image	{ border-width: 3px; border-color: #f26e21; }
.modules_smart_order .menu_size .menu_list li input[type="radio"]:checked + label .image:after	{ position: absolute; left: 50%; top: 50%; width: 27px; height: 27px; margin: -13px 0 0 -13px; background: url(../image/select-check-ico.png) no-repeat center center; text-align: left; text-indent: -999px; overflow: hidden; content: "선택됨"; }


.modules_smart_order .menu_amount	{ padding: 20px 0 0 0; margin: 50px 0 30px 0; background-color: #f8f8f8; text-align: center; }
.modules_smart_order .menu_amount > *	{ vertical-align: top; }
.modules_smart_order .menu_amount h4	{ display: inline-block; line-height: 60px; margin: 0 10px 0 0; }
.modules_smart_order .menu_amount .action_minus,
.modules_smart_order .menu_amount .action_plus	{ display: inline-block; width: 50px; height: 60px; padding: 0; margin: 0; border-width: 1px; border-style: solid; border-color: #8d929c; background-color: #fff; font-size: 20px; font-weight: normal; color: #000; }
.modules_smart_order .menu_amount .action_minus	{ border-width: 1px 0 1px 1px; border-radius: 100% 0 0 100%; }
.modules_smart_order .menu_amount .action_plus	{ border-width: 1px 1px 1px 0; border-radius: 0 100% 100% 0; }
.modules_smart_order .menu_amount input[name="amount"],
.modules_smart_order .menu_amount .amount	{ display: inline-block; width: 60px; height: 60px; padding: 0; margin: 0; border-width: 1px 0; border-style: solid; border-color: #8d929c; background-color: #fff; text-align: center; font-size: 20px; font-weight: normal; color: #000; }

.modules_smart_order .menu_amount .sum_price	{ display: block; padding: 40px 10px 10px; margin: 20px -10px 0 -10px; border-radius: 20px 20px 0 0; background-color: #fff; box-shadow: 0px -10px 10px #ddd; text-align: right; font-size: 30px; font-weight: bold; }
.modules_smart_order .menu_amount .sum_price:before	{ float: left; display: block; font-weight: normal; content: "총 주문 금액"; }
.modules_smart_order .menu_amount .sum_price:after	{ display: block; clear: both; content: ""; }



.modules_smart_order .order	{ display: flex; margin: 50px 0 10px; text-align: center; }
.modules_smart_order .order > *	{ display: block; flex: 1; width: auto; height: 70px; border: 0 none; border-radius: 10px; background-color: #929da9; font-size: 22px; font-weight: bold; color: #fff; }
.modules_smart_order .order > * + *	{ margin-left: 10px; }
.modules_smart_order .order > a	{ line-height: 67px; }
.modules_smart_order .order > .action_order,
.modules_smart_order .order > .process_order	{ background-color: #f26e21; }




.modules_smart_order .proc_order_step4 .menu .menu_list li	{ padding: 0; }
.modules_smart_order .proc_order_step4 .menu .menu_list li span.image	{ position: relative; float: left; width: 140px; height: 140px; padding: 0; margin: 0 20px 0 0; border-radius: 20px; overflow: hidden; }
.modules_smart_order .proc_order_step4 .menu .menu_list li span.image img	{ position: absolute; left: 50%; top: 50%; display: block; max-width: none; max-height: 100%; transform: translate(-50%, -50%); }
.modules_smart_order .proc_order_step4 .menu .menu_list li strong	{ display: block; padding: 10px 0 0 0; font-size: 22px; font-weight: 500; color: #000; }
.modules_smart_order .proc_order_step4 .menu .menu_list li .menu_amount	{ width: calc(100% - 160px); max-width: 200px; padding: 0; margin: 15px 0 0 0; background-color: #fff; }
.modules_smart_order .proc_order_step4 .menu .menu_list li .menu_amount .action_minus,
.modules_smart_order .proc_order_step4 .menu .menu_list li .menu_amount .action_plus,
.modules_smart_order .proc_order_step4 .menu .menu_list li .menu_amount .amount	{ width: 33.333%; height: 50px; }


.modules_smart_order .proc_order_step4 .delivery	{}
.modules_smart_order .proc_order_step4 .delivery input[type="radio"]	{ position: absolute; width: 0; height: 0; font-size: 0; overflow: hidden; }
.modules_smart_order .proc_order_step4 .delivery input[type="radio"] + label	{ position: relative; display: block; line-height: 30px; padding: 0 0 0 25px; margin: 5px 0; font-size: 20px; color: #bcbcbc; font-weight: 500; }
.modules_smart_order .proc_order_step4 .delivery input[type="radio"] + label:before	{ position: absolute; left: 0; top: 50%; width: 20px; height: 20px; margin-top: -10px; background: url(../image/select-t2.png) no-repeat center center; background-size: contain; content: ""; }
.modules_smart_order .proc_order_step4 .delivery input[type="radio"]:checked + label	{ color: #000; }
.modules_smart_order .proc_order_step4 .delivery input[type="radio"]:checked + label:before	{ background-image: url(../image/select-t1.png); }
.modules_smart_order .proc_order_step4 .delivery .delivery_time	{ margin-top: 20px; }
.modules_smart_order .proc_order_step4 .delivery .delivery_time label	{ display: block; margin-bottom: 10px; color: #000; font-size: 20px; font-weight: 500; }
.modules_smart_order .proc_order_step4 .delivery .delivery_time label + input[type="datetime-local"]	{ display: block; width: 100%; height: 70px; padding: 0 20px; margin: 0; border: 1px solid #bcbcbc; box-sizing: border-box; border-radius: 10px; font-size: 20px; color: #000; }
.modules_smart_order .proc_order_step4 .delivery .delivery_time input[type="datetime-local"] + img	{ display: none; }
.modules_smart_order .proc_order_step4 .delivery .delivery_time select	{ width: 100%; height: 70px; padding-left: 20px; margin: 0; border: 1px solid #bcbcbc; border-radius: 10px; font-size: 20px; color: #000; }


.modules_smart_order .proc_order_step4 .payment_method	{}
.modules_smart_order .proc_order_step4 .payment_method label	{ position: absolute; width: 0; height: 0; font-size: 0; overflow: hidden; }
.modules_smart_order .proc_order_step4 .payment_method select	{ width: 100%; height: 70px; padding-left: 20px; margin: 0; border: 1px solid #bcbcbc; border-radius: 10px; font-size: 20px; color: #000; }


.modules_smart_order .proc_order_step4 .present_coupon input[type="radio"]	{ position: absolute; width: 0; height: 0; font-size: 0; overflow: hidden; }
.modules_smart_order .proc_order_step4 .present_coupon input[type="radio"] + label	{ position: relative; display: block; line-height: 30px; padding: 0 0 0 25px; margin: 5px 0; font-size: 20px; color: #bcbcbc; font-weight: 500; }
.modules_smart_order .proc_order_step4 .present_coupon input[type="radio"] + label:before	{ position: absolute; left: 0; top: 50%; width: 20px; height: 20px; margin-top: -10px; background: url(../image/select-t2.png) no-repeat center center; background-size: contain; content: ""; }
.modules_smart_order .proc_order_step4 .present_coupon input[type="radio"]:checked + label	{ color: #000; }
.modules_smart_order .proc_order_step4 .present_coupon input[type="radio"]:checked + label:before	{ background-image: url(../image/select-t1.png); }
.modules_smart_order .proc_order_step4 .present_coupon .present_coupon_detail	{ line-height: 55px; padding-left: 1em; }
.modules_smart_order .proc_order_step4 .present_coupon .present_coupon_detail label	{ display: inline-block; width: 10em; font-size: 22px; }
.modules_smart_order .proc_order_step4 .present_coupon .present_coupon_detail input[type="text"]	{ height: 50px; padding-left: 20px; margin: 0; border: 1px solid #bcbcbc; border-radius: 10px; font-size: 20px; color: #000; }
.modules_smart_order .proc_order_step4 .present_coupon .present_coupon_detail input[name="present_coupon_name"]	{ width: calc(100% - 12em); }


.modules_smart_order .proc_order_step4 .price	{ line-height: 50px; margin-top: -20px; text-align: right; font-size: 35px; font-weight: bold; color: #f26e21; }


.modules_smart_order .proc_order_step4 .agree	{ margin: 30px 0; }
.modules_smart_order .proc_order_step4 .agree input[type="checkbox"]	{ width: 25px; height: 25px; }
.modules_smart_order .proc_order_step4 .agree input[type="checkbox"] + label	{ display: inline; font-size: 22px; letter-spacing: -1; }






.modules_smart_order .proc_request_list	{}
.modules_smart_order .proc_request_list .search	{ padding: 10px; margin: 0 0 50px 0; border-radius: 10px; background-color: #fafafa; text-align: center; }
.modules_smart_order .proc_request_list .search .input_box	{ display: inline-block; margin: 5px 0; white-space: nowrap; }
.modules_smart_order .proc_request_list .search .input_box + .input_box	{ margin-left: 1em; }
.modules_smart_order .proc_request_list .search .input_box label,
.modules_smart_order .proc_request_list .search .input_box .label	{ font-weight: 500; color: #000; }
.modules_smart_order .proc_request_list .search .input_box input[type="text"]	{ width: 5em; }
.modules_smart_order .proc_request_list .search button[type="submit"]	{ margin: 0 0 0 1em; }

.modules_smart_order .proc_request_list .search img { display: none; }

.modules_smart_order .proc_request_list .count	{ margin: 0; }

/* .modules_smart_order .proc_request_list .list	{ margin: 0; }
.modules_smart_order .proc_request_list .list table	{ margin: 0; }
.modules_smart_order .proc_request_list .list table tbody tr td .button	{ margin: 0; } */

.modules_smart_order .proc_request_list .list .order_listbox { width: 100%; height: auto; padding: 10px; margin-top:10px; margin-bottom: 20px; border-radius: 10px; box-shadow: 0px 0px 10px #dedede; box-sizing: border-box; }
.modules_smart_order .proc_request_list .list .order_listbox .listbox_date { width: 100%; box-sizing: border-box; }
.modules_smart_order .proc_request_list .list .order_listbox .listbox_date a.button { padding: 0 10px; margin: 0; float: right; border: 1px solid #dedede; border-radius: 100px; }
.modules_smart_order .proc_request_list .list .order_listbox .listbox_content { width: 100%; padding-top: 20px; font-size: 0; letter-spacing: 0; word-spacing: 0; box-sizing: border-box; }
.modules_smart_order .proc_request_list .list .order_listbox .listbox_content .menu_img { display: inline-block; width: 90px; height: 90px; background-color: #c1c1c1; border-radius: 10px; overflow: hidden; box-sizing: border-box; }
.modules_smart_order .proc_request_list .list .order_listbox .listbox_content .menu_img img { width: 100%; }
.modules_smart_order .proc_request_list .list .order_listbox .listbox_content .menu_title { display: inline-block; width: calc(100% - 100px); margin-left: 10px; vertical-align: top; box-sizing: border-box; }
.modules_smart_order .proc_request_list .list .order_listbox .listbox_content .menu_title .menu_name { font-size: 17px; font-weight: bold; margin: 5px 0 0 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.modules_smart_order .proc_request_list .list .order_listbox .listbox_content .menu_title .menu_price { font-size: 15px; margin: 20px 0 0 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }



.modules_smart_order .proc_request_detail .menu .menu_list li	{ padding: 0; }
.modules_smart_order .proc_request_detail .menu .menu_list li span.image	{ position: relative; float: left; width: 140px; height: 140px; padding: 0; margin: 0 20px 0 0; border-radius: 20px; overflow: hidden; }
.modules_smart_order .proc_request_detail .menu .menu_list li span.image img	{ position: absolute; left: 50%; top: 50%; display: block; max-width: none; max-height: 100%; transform: translate(-50%, -50%); }
.modules_smart_order .proc_request_detail .menu .menu_list li strong	{ display: block; padding: 10px 0 0 0; font-size: 22px; font-weight: 500; color: #000; }
.modules_smart_order .proc_request_detail .menu .menu_list li dl	{ float: left; width: calc(100% - 160px); padding: 0; margin: 15px 0 0 0; list-style: none; }
.modules_smart_order .proc_request_detail .menu .menu_list li dl:after	{ display: block; clear: both; content: ""; }
.modules_smart_order .proc_request_detail .menu .menu_list li dl dt	{ float: left; clear: both; padding: 0; margin: 0 0.5em 0 0; list-style: none; }
.modules_smart_order .proc_request_detail .menu .menu_list li dl dt:after	{ content: " : "; }
.modules_smart_order .proc_request_detail .menu .menu_list li dl dd	{ padding: 0; margin: 0; list-style: none; }



/* 로그인 */
.modules_member .login_box form .user_id { width: 100%; }

.modules_member .login_box form .submit { position: relative; }



/* 쿠폰 목록 */
.modules_smart_order .proc_client_coupon_list .count	{}
.modules_smart_order .proc_client_coupon_list .count p	{ margin: 0 0 10px 0; }
.modules_smart_order .proc_client_coupon_list .empty { line-height: 5em; margin: 0; background-color: #f0f0f0; text-align: center; font-size: 20px; }


/* 쿠폰 등록 */
.modules_smart_order .proc_client_coupon_adjust	{ margin-top: 50px; }
.modules_smart_order .proc_client_coupon_adjust form	{  }
.modules_smart_order .proc_client_coupon_adjust form p	{  }
.modules_smart_order .proc_client_coupon_adjust form p label	{ display: inline-block; width: 10em; font-size: 22px; }
.modules_smart_order .proc_client_coupon_adjust form p input[type="text"]	{ width: calc(100% - 12em); height: 50px; padding-left: 20px; margin: 0; border: 1px solid #bcbcbc; border-radius: 10px; font-size: 20px; color: #000; }



/* 반응형 */
@media all and ( max-width: 768px )
{
	.modules_smart_order .proc_order_step4 .present_coupon .present_coupon_detail lebel	{ display: block; }
	.modules_smart_order .proc_order_step4 .present_coupon .present_coupon_detail input[type="text"]	{ display: block; width: calc(100% - 20px) !important; margin-left: 20px; }
	.modules_smart_order .proc_order_step4 .present_coupon .present_coupon_detail br	{ display: none; }
}

@media all and ( max-width: 480px )
{
	.modules_smart_order .proc_request_list .search { text-align: left; margin-bottom: 30px; }
	.modules_smart_order .proc_request_list .search p { margin: 0; }
	.modules_smart_order .proc_request_list .search .input_box strong { display: block; text-align: left; }
	.modules_smart_order .proc_request_list .search .input_box #regdate_s { padding-left: 0; margin-left: 0; }
	.modules_smart_order .proc_request_list .search .input_box + .input_box { margin-left: 0; }
	.modules_smart_order .proc_request_list .search .input_box:nth-child(1) { width: 100%; }
	.modules_smart_order .proc_request_list .search .input_box:nth-child(1) input { width: 47%; }
	.modules_smart_order .proc_request_list .search .input_box:nth-child(2) { width: 45%; }
	.modules_smart_order .proc_request_list .search .input_box:nth-child(2) #status { width: calc(100% - 40px); }
	.modules_smart_order .proc_request_list .search .input_box:nth-child(3) { width: 45%; }
	.modules_smart_order .proc_request_list .search .input_box:nth-child(3) input { width: calc(100% - 55px ); }
	.modules_smart_order .proc_request_list .search .input_box input[type="text"] { width: 6em; }
}

@media all and ( max-width: 400px )
{
	.modules_smart_order .proc_request_list .search .input_box { display: block; width: 100% !important; margin-bottom: 10px; }
	.modules_smart_order .proc_request_list .search .input_box #status { width: calc(100% - 60px) !important; float: right; }
	.modules_smart_order .proc_request_list .search .input_box #member_id { width: calc(100% - 60px); float: right; }
	.modules_smart_order .proc_request_list .search .input_box #member_name { width: calc(100% - 60px); float: right; }
	.modules_smart_order .proc_request_list .search .input_box #tel { width: calc(100% - 60px); float: right; }
	.modules_smart_order .proc_request_list .search button[type="submit"] { float: right; margin-top: 5px; }
}







/**
관리자 모니터링
**/
.modules_smart_order .proc_manage_monitering	{ max-width: 1280px; margin: 0 auto; }
.modules_smart_order .proc_manage_monitering:after	{ display: block; clear: both; content: ""; }

.modules_smart_order .proc_manage_monitering .request_list	{ float: left; width: calc(50% - 10px); }
.modules_smart_order .proc_manage_monitering .request_list ul	{ padding: 0; margin: 0; list-style: none; }
.modules_smart_order .proc_manage_monitering .request_list ul:after	{ display: block; clear: both; content: ""; }
.modules_smart_order .proc_manage_monitering .request_list ul li	{ float: left; width: 33.33%; padding: 5px; margin: 0; list-style: none; box-sizing: border-box; }
.modules_smart_order .proc_manage_monitering .request_list ul li a	{ display: block; position: relative; height: 0; padding-top: 100%; border-radius: 10px; background-color: #fff; overflow: hidden; }
.modules_smart_order .proc_manage_monitering .request_list ul li a strong	{ position: absolute; display: block; left: 0; top: 0; width: 100%; height: calc(100% - 50px); line-height: 1em; background-color: #5f5f5f; text-align: center; font-size: 50px; color: #fff; }
.modules_smart_order .proc_manage_monitering .request_list ul li a strong	{ display: flex; flex-direction: column; align-content: center; justify-content: center; align-items: center; }
.modules_smart_order .proc_manage_monitering .request_list ul li a strong:before	{ display: block; font-size: 30px; font-weight: normal; content: "주문번호"; }
.modules_smart_order .proc_manage_monitering .request_list ul li a em	{ position: absolute; left: 0; bottom: 0; width: 100%; line-height: 50px; text-align: center; font-size: 25px; font-weight: 500; color: #181818; }

/*
취소-N, 입금대기-I, 입금완료-C, 환불신청-R, 환불완료-E,  입금시간만료-D, 주문접수-O, 완료-S
*/
.modules_smart_order .proc_manage_monitering .request_list ul li a.status-C strong	{ background-color: #4e6ee4; }
.modules_smart_order .proc_manage_monitering .request_list ul li a.status-C em	{ color: #0d1d93; }
.modules_smart_order .proc_manage_monitering .request_list ul li a.status-O strong	{ background-color: #e44e6e; }
.modules_smart_order .proc_manage_monitering .request_list ul li a.status-O em	{ color: #8d0220; }


.modules_smart_order .proc_manage_monitering .request_detail	{ float: right; width: calc(50% - 10px); box-sizing: border-box; }
.modules_smart_order .proc_manage_monitering .request_detail table	{ margin: 0; border-width: 2px; border-color: #fff; }
.modules_smart_order .proc_manage_monitering .request_detail table tbody tr th { height: 50px; border: 1px solid #d2d2d2; background-color: #f4f4f4; color: #000; }
.modules_smart_order .proc_manage_monitering .request_detail table tbody tr td	{ height: 50px; padding-left: 1em; border: 1px solid #d2d2d2; background-color: #fff; color: #000; }
.modules_smart_order .proc_manage_monitering .request_detail table tbody tr:first-child th,
.modules_smart_order .proc_manage_monitering .request_detail table tbody tr:first-child td	{ background-color: #b11536; color: #fff; font-size: 1.2em; font-weight: bolder; }
.modules_smart_order .proc_manage_monitering .request_detail .order	{ margin: 30px 0 0 0; }
.modules_smart_order .proc_manage_monitering .request_detail .order > *	{ width: 23% !important; height: 55px !important; line-height: 53px !important; font-size: 21px !important; }
.modules_smart_order .proc_manage_monitering .request_detail .order > button	{ line-height: normal !important; }
.modules_smart_order .proc_manage_monitering .request_detail .order > .close	{ background-color: #666; color: #fff; }
.modules_smart_order .proc_manage_monitering .request_detail .order > .status_O	{ background-color: #2f81f5; color: #fff; }
.modules_smart_order .proc_manage_monitering .request_detail .order > .status_C	{ background-color: #6c6c6c; color: #fff; }
.modules_smart_order .proc_manage_monitering .request_detail .order > .status_S	{ background-color: #e44e6e; color: #fff; }






.modules_smart_order .proc_manage_report .search	{ padding: 20px; border: 1px solid #666; background-color: #fff; }
.modules_smart_order .proc_manage_report .search p	{ margin: 0; text-align: center; }
.modules_smart_order .proc_manage_report .search p .input_box	{ display: inline-block; }
.modules_smart_order .proc_manage_report .search p .input_box + .input_box	{ margin-left: 1em; }
.modules_smart_order .proc_manage_report .search p input,
.modules_smart_order .proc_manage_report .search p select	{ height: 30px; border: 1px solid #c8c8c8; }
.modules_smart_order .proc_manage_report .search p button	{ height: 30px; margin: 0 0 0 1em; }

.modules_smart_order .proc_manage_report .list	{ margin: 50px 0; }
.modules_smart_order .proc_manage_report .list table	{ margin: 0; }
.modules_smart_order .proc_manage_report .list table,
.modules_smart_order .proc_manage_report .list table thead tr th,
.modules_smart_order .proc_manage_report .list table thead tr td,
.modules_smart_order .proc_manage_report .list table tbody tr th,
.modules_smart_order .proc_manage_report .list table tbody tr td,
.modules_smart_order .proc_manage_report .list table tfoot tr th,
.modules_smart_order .proc_manage_report .list table tfoot tr td	{ border: 1px solid #666; font-weight: normal; color: #000; }

.modules_smart_order .proc_manage_report .list table thead tr th	{ border-color: #000; background-color: #666; font-weight: bold; color: #fff; }
.modules_smart_order .proc_manage_report .list table tbody tr th	{ background-color: #fafafa; color: #000; }
.modules_smart_order .proc_manage_report .list table tbody tr th[rowspan]	{ background-color: #f0f0f0; }
.modules_smart_order .proc_manage_report .list table tbody tr th.date	{ background-color: #e0e0e0; }

.modules_smart_order .proc_manage_report .list table tbody tr td.txtright	{ padding-right: 1em; }
.modules_smart_order .proc_manage_report .list table tfoot tr td.txtright	{ padding-right: 1em; }

.modules_smart_order .proc_manage_report .list table tfoot tr th	{ height: 2em; border-color: #000; background-color: #666; font-weight: bold; color: #fff; }
.modules_smart_order .proc_manage_report .list table tfoot tr td	{ height: 2em; border-color: #000; background-color: #666; font-weight: bold; color: #fff; }


@media all and ( max-width: 1280px )
{
	.modules_smart_order .proc_manage_monitering .request_list ul li a strong	{ font-size: 3.5vw; }
	.modules_smart_order .proc_manage_monitering .request_list ul li a strong:before	{ font-size: 3vw; }
	.modules_smart_order .proc_manage_monitering .request_list ul li a em	{ font-size: 2vw; }
}

@media all and ( max-width: 1024px )
{
	.modules_smart_order .proc_manage_monitering .request_list	{ height: calc(100vh - 100px); overflow: auto; }
	.modules_smart_order .proc_manage_monitering .request_detail	{ padding-right: 5px; }
	.modules_smart_order .proc_manage_monitering .request_detail table tbody tr th,
	.modules_smart_order .proc_manage_monitering .request_detail table tbody tr td	{ height: auto; }
	
	.modules_smart_order .proc_manage_monitering .request_detail .order	{ margin: 20px 0 0 0; }
	.modules_smart_order .proc_manage_monitering .request_detail .order > *	{ height: 40px !important; line-height: 37px !important; font-size: 16px !important; }
}



.modules_smart_order .category_tabmenu	{ clear: both; padding: 10px 0 0 0; margin: 30px 0; }
.modules_smart_order .category_tabmenu ul	{ display: flex; padding: 0; margin: 0; list-style: none; border: 1px solid #ccc; background-color: #fff; }
.modules_smart_order .category_tabmenu ul li	{ flex: 1; padding: 0; margin: 0; list-style: none; background: none; }
.modules_smart_order .category_tabmenu ul li + li	{ border-left: 1px solid #ccc; }
.modules_smart_order .category_tabmenu ul li a	{ display: flex; flex-direction: column; align-items: center; justify-content: center; height: 70px; line-height: 20px; }
.modules_smart_order .category_tabmenu ul li a strong	{ color: #f05954; }
.modules_smart_order .category_tabmenu ul li a span	{ color: #e19c95; }
.modules_smart_order .category_tabmenu ul li a:focus, .modules_smart_order .category_tabmenu ul li a:hover, .modules_smart_order .category_tabmenu ul li a:active	{ background-color: #666; color: #fff; }
.modules_smart_order .category_tabmenu ul li a:focus > *, .modules_smart_order .category_tabmenu ul li a:hover > *, .modules_smart_order .category_tabmenu ul li a:active > *	{ color: #fff; }
.modules_smart_order .category_tabmenu ul li a.active	{ background-color: #e95c52; color: #fff; }
.modules_smart_order .category_tabmenu ul li a.active > *	{ color: #fff; }

.modules_smart_order .proc_order_step1 .category_tabmenu ul	{ flex-wrap: wrap; border-top: 0 none; border-left: 0 none; background-color: #fafafa; box-shadow: 3px 3px 3px rgba(116, 20, 42, 0.2); }
.modules_smart_order .proc_order_step1 .category_tabmenu ul li	{ flex: auto; width: 50%; box-sizing: border-box; border-top: 1px solid #ccc; border-left: 1px solid #ccc; }


.modules_smart_order .count p	{ margin: 0; }
.modules_smart_order .count + .order	{ margin: 5px 0 !important; }
.modules_smart_order .order.txtright > *:last-child	{ margin-right: 0 !important; }
.modules_smart_order .order + table	{ margin-top: 5px; }

