*{
	margin:0;
	padding:0;
	font-size:12px;
	font-family: 'pretendard';
    box-sizing: border-box;
    outline: none;;
}
html,body{
	height:100%;
	width:100%;
	overflow:auto;
}
body{
	background-color:#fff;
	overflow-y: scroll;
}
body.index,
body.signin{
	box-shadow:inset 0 0 100em #333;
}
footer{
    padding:5rem;
}

a{
	text-decoration: none;
    color:#000;
}
a.active{
    color:#f00;
    font-weight: 600;
}

ul,ol{
	list-style: none;
}

.hide{
	display:none!important;
}


.tabs{
	padding-top:1rem;
	background-color:#000;
	color:#fff;
	margin-bottom:2rem;
    position:relative;
}
.tabs-inner{
	width:1280px;
	margin:0 auto;
    position:relative;
}
.tabs-title{
	margin:0 auto;
	text-align: center;
	font-size:2rem;
	text-transform: uppercase;
	color:#999;
}
.tabs-title h2{
    font-size:2rem;
    font-weight:600;
    color:#fff;
    margin-bottom:0.5rem;
}

ul.gnb{
	display:flex;
	align-items: center;
}
ul.gnb > li.gnb-item{
	border:1px solid #333;
	margin-right:-1px;
	border-bottom:0;
	border-radius: 0.5rem 0.5rem 0 0;
	cursor:pointer;
	font-size:1.1rem;
}
ul.gnb > li.gnb-item.active{
	background-color:#fff;
	color:#000;
	font-weight:600;
}
ul.gnb > li.gnb-item.hide{
    display:none!important;
}
ul.gnb > li.gnb-item a{
	color:#fff;
	font-size:1.1rem;
    padding:0.75rem 2rem;
    display:inline-block;
}
ul.gnb > li.gnb-item.active a{
	color:#000;
	font-size:1.1rem;
	font-weight:600;
}
button{
	display:block;
	width:auto;
	background:#666;
	color:#fff;
	font-weight:700;
	border:0;
	padding:1rem;
	margin:0 auto;
	cursor:pointer;
	width:100%;
    background: linear-gradient(0deg, #363636 50%, #6a6a6a 50%);
    color:#fff;
    border:1px solid #000;
	/* background: linear-gradient(0deg, #fdcd3b 50%, #ffed4b 50%); */
	/* color:#000; */
	/* border:1px solid #000; */
}
button.small{
	width:auto;
}
button.hide,
button.small.hide{
	display:none!important;
}
button.btn_Sms{
    background: linear-gradient(0deg, #fdcd3b 50%, #ffed4b 50%);
    color:#000;
    border:1px solid #000;
}
button#btn_Logout,
button#btn_Open_Info,
button.btn_Submit_link,
button.btn_List_Detail{
    background: linear-gradient(0deg, #fdcd3b 50%, #ffed4b 50%);
    color:#000;
}
button.btn_List_Delete{
    background: linear-gradient(0deg, #9a0000 50%, #ff0000 50%);
    color: #fff;
}
button.btn_List_Modify{
    background: linear-gradient(0deg, #0064a4 50%, #009cff 50%);
    color: #fff;
}
button#btn_Logout{
    width:auto;
    height:auto;
    position:absolute;
    right:0;
    bottom:1px;
    padding:0.75rem 2rem;
    border-radius: 0.5rem 0.5rem 0 0;
}

button.status_Cololr_2{
    background: linear-gradient(0deg, #9a0000 50%, #ff0000 50%);
    color: #fff;
}

.btn_add{
    color:#f00;
    cursor:pointer;
}

.button-grp{
	border-top:1px dashed #ccc;
	margin:1rem 0;
	margin-bottom:0;
	padding:1rem;
	padding-bottom:0;
	display:flex;
	align-items: center;
    justify-content: center;
}
.button-grp > button{
    margin:0 1rem;
}

textarea[name="txt_Custom"]{
    width:100%;
    height:10rem;
    font-size:1.1rem;
    padding:1rem;
}



.container{
	width:1280px;
	margin:0 auto;
}

body.index .container,
body.signin .container{
	height:100%;
}

.center{
	text-align: center;
}
.clear{
    width:100%;
}

table{
	display:table;
	margin:0 auto;
	border-collapse: collapse;
	width:100%;
	font-size:2rem;
}
caption{
	font-size:1.1rem;
	padding:0.5rem 0;
    position:relative;
}
caption button{
	width:auto;
	float:right;
}
th{
	border:1px solid #000;
	font-size:1.1rem;
	padding:0.5rem 1rem;
	background:#000;
	color:#fff;
}
td{
	border:1px solid #ccc;
	font-size:1.1rem;
	padding:0.1rem 0.5rem;
}
td.center{
	text-align: center;
}
td:first-child{
	/* border-left:0; */
}
td:last-child{
	/* border-right:0; */
}

td button{
	padding:.25rem;
    margin-bottom:.5rem;
}

td .form-group{
    margin-bottom:0.5rem;
}
td .form-group.no-margin{
    margin-bottom:0;
}

td .form-group button{
    margin-bottom:0;
}


td p{
    margin-bottom:.5rem;
}

tbody tr:hover{
	background-color:#eee;
}

tfoot th, tfoot td{
    border:0;
}

#list-Table.list_Car tbody th,
#list-Table.list_Car tbody td{border:0;}
#list-Table.list_Car tbody td{
    padding:1em;
    border-bottom:1px solid #ccc;
}


#list-Table.list_Car.car_Customer tbody td{
    border-bottom:1px solid #eee;
}
#list-Table.list_Car.car_Customer tbody td.td_Contract_Customer{
    border-bottom:1px solid #ccc;
}

.div_Contract_Customer{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding:1rem;
}
.div_Contract_Customer > dl{
    width:50%;
    min-height:50px;
    display: flex;
    align-items: center;
    padding:1rem 0;
    border-bottom:1px dashed #ccc;
}
.div_Contract_Customer > dl.full{
    width:100%;
}
.div_Contract_Customer > dl > dt,
.div_Contract_Customer > dl > dd{
    font-size:14px;
}
.div_Contract_Customer > dl > dt{
    min-width:100px;
    font-weight: 600;
    text-align: justify;
    margin-right:2rem;
}
.div_Contract_Customer > dl > dd{
    min-width:calc(100% - 100px);
    display:flex;
    align-items: center;;
    min-width:80%;
}
.div_Contract_Customer > dl > dd [type="text"],
.div_Contract_Customer > dl > dd [type="date"]{
    min-height:26px;
    border:1px solid #ddd;
    width:auto;
    padding:.3rem;
    text-align: center;
}
.div_Contract_Customer > dl > dd textarea{
    width:100%;
    height:10rem;
    padding:1rem;
    border:1px solid #ddd;
    resize: none;
}

.div_Contract_Customer label{
    display:flex;
    align-items: center;
    font-size:14px;
    margin-right:1rem;
}
.div_Contract_Customer label > span{
    margin-left:0.5rem;

}
.div_Contract_Customer select{
    padding:.3rem;
}






#list-Table.list_Car tbody td:first-child{
  font-weight:800;
    /* padding-left:0; */
}
#list-Table.list_Car tbody td:last-child{
    padding-right:0;
}
#list-Table.list_Car tbody td.price_Car{
    text-align: right;
    font-weight:600;
    font-size:1.2rem;
}


section.section_Rows{
    display:flex;
    flex-direction: row;
}
section.section_Rows img{
    width:180px;height:auto;
    margin:.1rem;
}
p.title_Model{
    font-size:1.2rem;
    font-weight:600;
    margin-bottom:.5rem;

}
p.title_Model > label{
    font-size:1.2rem;
    font-weight:600;
    display:flex;
    align-items: center;
}
p.title_Model > label > [type="checkbox"]{
    margin-right:.5rem;
    color:#f00;
    accent-color: red;
    background: #fbfbfb;
}
p.title_Model > label > span{
    font-size:1.2rem;
    font-weight:600;
}
p.info_Model{
    font-size:1.2rem;
}
p.info_Model span{
    font-size:1.2rem;
    color:#999;
}
p.info_Model > span{
    padding-right:0.2rem;
    margin-right:0.1rem;
    border-right:2px solid #ececec;
    font-size:0.9em;
}
p.info_Model > span:last-child{
    border:0;
}

#home, #signin{
	display:flex;
	justify-content: center;
	align-items: center;
}

/* #home */
#home h1{
	text-transform: uppercase;
	text-align: center;
	font-size:10rem;
	font-weight:800;
	display:flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	color:#000;
	/* text-shadow: 2px 2px 3px #000; */
	/*
	background: url(https://raw.githubusercontent.com/s1mpson/-/master/codepen/black-lives-matter/victim-collage.png);
	background-position: center center;
	-webkit-background-clip: text;
	color: rgba(0,0,0,0.1);
	*/
	/*
	-webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: black;
	*/
	animation: zoomout infinite ease 5s forwards;
}
#home h1::first-letter{
	font-weight:800;
}

#home h1 p{
	text-transform: uppercase;
	font-weight:400;
	font-size:6rem;
}

/* #Sign */
#signin dl *{
	font-size:2rem;
}
#signin dl dt,
#signin dl dd{
	padding:0.5rem 1rem;
}
#signin dl dt{
	font-weight:600;
	margin-bottom:2rem;
}
#signin label{
	display:flex;
	align-items: center;
	font-size:14px;
}
#signin label > span{
	display:inline-block;
	width:40%;
	text-align: right;
	margin-right:1em;
}
#signin [type="text"],
#signin [type="password"]{
	padding:0.5rem;
    text-align: center;
}

/* Form */
.form.form-register{
	border:3px solid #000;
	padding:1rem;
    overflow:hidden;
}
.form.form-register > dl{
	display:flex;flex-direction:row;align-items: center;
	width:100%;
}
.form.form-register > dl > dt{width:11%;font-weight:600;}
.form.form-register > dl > dd{width:calc(100% - 11%);}
.form.form-register > dl > dt > i{margin-right:0.25rem;}
.form.form-register > dl > dt, .form.form-register dl > dd{padding:.5rem;}
.form.form-register > dl > dd > label{display:flex;flex-direction: row;margin-right:1rem;align-items: center;}
.form.form-register > dl > dd > label span, .form.form-register dl > dd > label input{margin:0 0.25rem;}
.form.form-register input[type="number"],
.form.form-register input[type="date"],
.form.form-register input[type="text"],
.form.form-register input[type="password"]{
    padding:.25rem;
    text-align: center;
}


.form.form-register input[name="mb_msg"]{
    width:100%;
}



.form.form-register.model > dl{
    border-bottom:1px dashed #999;
	min-height:45px;
}


.form-group{
    display:flex;flex-direction: row;
    align-items: center;
}
.form-group label{
    display:flex;
}
td  div.form-group{
    display:flex;
    justify-content: center;
    align-items: center;
}

 .form-group  label{margin-right:1rem;}
 .form-group  label span{margin:0 0.25rem;}
 .form-group > button{margin-right:0.25rem;}
 .form-group > button:last-child{margin-right:0;}

 input[type="text"],
 input[type="password"]{
    padding:.25rem;
    text-align: center;
}
td input[type="text"],
td input[type="password"]{
    width:100%;
    border:0;
}

.elm-color{
	display:flex;
	flex-wrap: wrap;
}
.color_Chip{
	background-color:#000;
	color:#ccc;
    /* -webkit-text-stroke: 1px #fff; */
    text-shadow: 1px 1px 2px #333;
	float:left;
	padding:.25rem .5rem;
	margin:.25rem .5rem;
	cursor:pointer;
	border:1px solid #fff;
    width:6rem;
    text-align: center;
    border-radius: 3px;;
}
.color_Chip_0{ background-color:#000000; color:#fff; }
.color_Chip_1{ background-color:#ffffff; color:#000;border:1px solid #ccc; }
.color_Chip_2{ background-color:#616161; color:#fff; }
.color_Chip_3{ background-color:#e5e5e5; color:#000; border:1px solid #ccc; }
.color_Chip_4{ background-color:#bcbcbc; color:#000; }
.color_Chip_5{ background-color:#f8f8e2; color:#000;border:1px solid #ccc;  }
.color_Chip_6{ background-color:#a6b2b0; color:#fff; }
.color_Chip_7{ background-color:#cfd8e7; color:#000; }
.color_Chip_8{ background-color:#808275; color:#fff; }
.color_Chip_9{ background-color:#8e8574; color:#fff; }
.color_Chip_10{ background-color:#685a35; color:#fff; }
.color_Chip_11{ background-color:#837538; color:#fff; }
.color_Chip_12{ background-color:#124280; color:#fff; }
.color_Chip_13{ background-color:#75919c; color:#fff; }
.color_Chip_14{ background-color:#1d444b; color:#fff; }
.color_Chip_15{ background-color:#00cc00; color:#fff; }
.color_Chip_16{ background-color:#9ab95c; color:#fff; }
.color_Chip_17{ background-color:#1f7d7c; color:#fff; }
.color_Chip_18{ background-color:#cc001e; color:#fff; }
.color_Chip_19{ background-color:#ff7a00; color:#fff; }
.color_Chip_20{ background-color:#7d255b; color:#fff; }
.color_Chip_21{ background-color:#640080; color:#fff; }
.color_Chip_22{ background-color:#ffc3d8; color:#000; border:1px solid #ccc; }
.color_Chip_23{ background-color:#fff846; color:#000; border:1px solid #ccc; }
.color_Chip_200{background: linear-gradient(90deg, #474747 50%, #000000 50%); color: #fff; }
.color_Chip_201{background: linear-gradient(90deg, #c0c0c0 50%, #464741 50%); color: #fff; border:1px solid #ccc;}
.color_Chip_202{background: linear-gradient(90deg, #ffffff 50%, #464741 50%); color: #fff; border:1px solid #ccc;}
.color_Chip_203{background: linear-gradient(90deg, #f8f8e2  50%, #464741 50%); color: #fff; border:1px solid #ccc;}
.color_Chip_204{background: linear-gradient(90deg, #685a35 50%, #464741 50%);color: #fff; border:1px solid #ccc;}
.color_Chip_205{background: linear-gradient(90deg, #837538 50%, #464741 50%);color: #fff; border:1px solid #ccc;}

/* # List */
#table-list > h2{
	font-size:2rem;
	margin-bottom:2rem;
}

#condition_opts{
	position:absolute;
	transform-origin: top center;
	left:0;
	top:0;
	width:100px;
	background-color:#fff;
	border:2px solid #000;
	padding:0.25rem;
}
#condition_opts button{
	margin-bottom:0.25rem;
}
#condition_opts button:last-child{
	margin:0;
}

/* Paging */
.ul-paging{
	display:flex;
	justify-content: center;
}
.ul-paging > li{
	padding:1rem;
}
.ul-paging > li a{
    font-size:1.2rem;
}

/* Llist Form 선택항목 고객 전송 */
.list_Sms_h2{
    margin:1rem 0;
    font-size:1.2rem;
}
.list_Sms_Submit{
    border:1px solid #ccc;
    background-color:#eee;
    border-radius: 5px;
    padding:1rem;
    display:flex;
    align-items: center;
}
.list_Sms_Submit > h2{
    width:100%;
    display:flex;
}
.list_Sms_Submit label{
    display:flex;
    align-items: center;
    margin-right:1rem;
}
.list_Sms_Submit label span{
    display:inline-block;
    min-width: 3rem;
    margin-right:.5rem;
    text-align: right;
}
.list_Sms_Submit label [type="checkbox"]{
    color:#f00;
}
.list_Sms_Submit textarea,
.list_Sms_Submit [type="text"]{
    border:1px solid #ccc;
    border-radius: 5px;
    text-align: left;
    padding:1rem;
    width:auto;
    text-align: center;
}
.list_Sms_Submit textarea{
    width:40rem;
    text-align: left;
    height:5rem;
}
.list_Sms_Submit #btn_Sel_Submit{
    height:5rem;
    margin:0;
    padding:1rem;
    border-radius: 5px;
}


/* Thumb */
.registered_thumb{
    display:flex;
    align-items: center;
    margin:4px 0;
    flex-wrap: wrap;
}
.registered_thumb figure{
    padding:2px;
	border:1px solid #ccc;
    margin-right:4px;
}
.registered_thumb  img{
    width:100px;
	height:auto;
}
.registered_thumb figure button{
    padding:.3rem;
}

.registered_thumb.rows{
    flex-direction: column;
    align-items: start;
}
.rows_item{
  display:flex;
}
.rows_item textarea{
  width:40em;
  padding:0.5em;
  resize: none;
}


#list_Docu_A1 img.thumb,
#list_Docu_B1 img.thumb,
#list_History img.thumb,
#list_Images_Rep img.thumb,
#list_Images_Etc img.thumb,
#list_Images_Test img.thumb,
#list_Images img.thumb{
	width:100px;
	height:auto;
	padding:2px;
	border:1px solid #ccc;
}

/* form_Sms */
.form_Sms{
    position:absolute;
    left:0;
    top:0;
    min-height:25px;
    background-color: #ffed4b;
    padding:1rem;
    box-shadow:0 0 5px 1px #555;
    transform-origin: top center;
}
.form_Sms h2{margin-bottom:1rem;font-size:1.5rem;}
.form_Sms h2 span,
.form_Sms h2 i{
    font-size:1.5rem;
}
.form_Sms label{
    display:flex;
    align-items: center;
    margin-bottom:1rem;
}
.form_Sms label span{margin-right:1rem;font-weight:600;}
.form_Sms label [type="text"]{padding:0.5rem;background-color:#fdcd3b;border:0;}
/* .form_Sms::after{
    content: "";
    position:absolute;
    bottom:-20px;
    left:0;
    width:0;height:0;
    border-color:#a0c7ff transparent transparent transparent;
    border-width:10px;
    border-style:solid;
} */
#btn_Close_Sms{
    position:absolute;
    right:1rem;
    top:1rem;
    cursor:pointer;
}
button#btn_Submit_Sms{
    width:100%;
	float:none;
    margin:0 auto;
    padding:.5rem;
}

/* section map accident */
.form-group.map_Accident{
    flex-direction: column;
    align-items: flex-start;
    padding:2rem 0!important;
}
.sel_accident{
    display:flex;
    align-items: center;
    margin-left:2.3rem;
}
.item_sel_accident{
    display:flex;
    align-items: center;
    margin-right:7.5rem;
    cursor:pointer;
	padding:.6rem;
	border-radius: .6rem;;
	font-size:1.2rem;
	border:2px solid #fff;
}
.item_sel_accident.active{
	/* background-color:#000; */
	border:2px solid #000;
}

.item_sel_accident  span.accident_item{
    display:inline-block;
    background-image:url("/image/performance_sprite.png");
    background-repeat:no-repeat;
    background-size: auto;
    width:20px;
    height:20px;
    margin-right:.5rem;
}
.item_sel_accident  span.accident_item.item_0{background-position:0 0;}
.item_sel_accident  span.accident_item.item_1{background-position:-20px 0;}
.item_sel_accident  span.accident_item.item_2{background-position:-80px 0;}
.item_sel_accident  span.accident_item.item_3{background-position:-40px 0;}
.item_sel_accident  span.accident_item.item_4{background-position:-60px 0;}
.item_sel_accident  span.accident_item.item_5{background-position:-100px 0;}
div.map_Accident{
    display:flex;
    flex-direction: row;
}
section.map_Accident{
    width:300px;
    height:300px;
    background-image:url("/image/img_inspection_left.gif");
    background-repeat: no-repeat;
    background-position: center;
	position:relative;

}
section.map_Accident.right{
    background-image:url("/image/img_inspection_right.gif");
}
.pos_accident{
	position:absolute;
	width:20px;height:20px;
	background-image:url("/image/performance_sprite.png");
	background-repeat:no-repeat;
}
.pos_accident.item_0{background-position:0 0;}
.pos_accident.item_1{background-position:-20px 0;}
.pos_accident.item_2{background-position:-80px 0;}
.pos_accident.item_3{background-position:-40px 0;}
.pos_accident.item_4{background-position:-60px 0;}
.pos_accident.item_5{background-position:-100px 0;}

/* 옵션 */
.item_Option{display:flex;align-items: baseline;}
.item_Option label{display:flex;align-items: center;}
.item_Option label > span{margin-right:.5rem;}

/* 패키지  옵션 */
.item_Option.item_Package dt:nth-child(2) span{
	display:flex;
	align-items: center;
}
.item_Option.item_Explain dt:nth-child(2) span i,
.item_Option.item_Package dt:nth-child(2) span i{
	margin-left:0.5rem;
}

#list_Explain,#list_Explain,
#list_Package,#list_Option{
	flex-direction: column;
    align-items: flex-start;
}
dt i.btn_add{
	float:right;
}
.form.form-register > dl > dt.pos-top{
	padding-top:15px;
	align-self: self-start;
}
input.text-100{
	text-align: left!important;
	width:50rem;
}
div.item_Option,
label.option_Package{margin:0 0 2px;}

/* Select */
.group_Select{display:flex;flex-direction: row;}
.group_Select > dl{
	margin-right:1rem;
	position:relative;
	z-index:2;
}
.group_Select > dl > dt,
.group_Select > dl > dd{
	text-align: center;
	min-width:200px;
	overflow:hidden;
	border:1px solid #000;
    height:0;
}



#sel_lineup  > dt,
#sel_lineup  > dd{
	min-width:300px;
}

.group_Select > dl > dt{
	padding:0.5rem 1rem;
	cursor:pointer;
	height:26px;
	font-weight:700;
}
.group_Select > dl > dd{
	padding: 0!important;
	position:absolute;
	top:25px;
	background-color:#eee;
	max-height:25rem;
	overflow:auto;
}
.group_Select > dl > dd > ul{
	padding:0.5rem 1rem;
}
.group_Select > dl > dd > ul > li{
	padding:.3rem;
	cursor:pointer;
	text-align: left;
}
.group_Select > dl > dd > ul > li:hover{
	background-color:#666;
	color:#fff;
}

/* Color Set */
.cs-sample{
	background: linear-gradient(90deg, #fdcd3b 50%, #ffed4b 50%);
}
.cs-black{
	background: linear-gradient(90deg, #fdcd3b 50%, #ffed4b 50%);
}

/* set Status */
dl.g_Status{
    width:227px;
    position:relative;
}
dl.g_Status > dt > button{
    margin:0;
}
dl.g_Status > dd.list_Status{
    width:227px;
    position:absolute;
    z-index:2;
    background-color:#ccc;
    overflow:hidden;
}
dl.g_Status > dd.list_Status ul{
    overflow:hidden;
}
dl.g_Status > dd.list_Status ul > li{
    padding:0.75rem .5rem;
    cursor:pointer;
    font-size:1.1rem;
    border-bottom:1px solid #000;
}
dl.g_Status > dd.list_Status ul > li:hover{
    background-color:#999;
    color:#fff;
    font-weight:600;
}

#overlay{
    position:fixed;
    z-index:9;
    width:100%;
    height:100%;
    background-color:rgba(0, 0, 0, 0.5);
    /* display:flex; */
    display:none;
    align-items: center;
    justify-content: center;
    opacity:0;
    font-size:2rem;
}
.overlay_Content{
    width:480px;
    height:90%;
    display:none;
    opacity:0;
    position:relative;

    overflow: hidden;
}
#contents_Detail{
    display:flex;
    flex-direction: column;
}
#iframe_Detail{
    width:100%;
    height:100%;
    border-radius: 1rem;
    border:0;
}
.overlay_footer{
    padding:1rem;
    text-align: center;
}
.close_Overlay{
    position:absolute;
    top:2rem;
    right:2rem;
    font-size:3rem;
    cursor:pointer;
    color:#fff;
}

dl#user_Info{
    position:absolute;
    right:2px;
    top:2px;
    z-index:2;

}
dl#user_Info dd ul li{
    padding:1rem;
    color:#000;
    border:1px solid #000;
}

span.car_Status{
    display:block;
    font-weight:600;
    font-size:1.5rem;
    margin:1rem;
}

.form.search{
    border: 3px solid #000;
    padding: 2rem;
    padding-bottom: 4rem;
    margin-bottom: 1rem;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.form.search div.line{
    border-top:1px solid #ddd;
    margin-bottom:0.5rem;
}
.form.search > dl{
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
    margin-right: 5rem;
}
.form.search > dl > dt{
    margin-right:1rem;
    font-weight:600;
    min-width:5rem;
}
.form.search > dl > dd > *{
    margin-right:0.5rem;
}
.form.search button{
    width:auto;
}
button#btn_Search{
    position:absolute;
    width:100px;
    height:40px;
    left:calc(50% - 50px);
    bottom:1px;
}

dd.grp_Element{
    display:flex;
    align-items: center;
}

.search_Form{
    background-color:#000;
    color:#fff;
    padding:1rem;
    margin-bottom:1px;
    display:flex;
    align-items: center;
    justify-content: center;
}
.search_Form > dl{display:flex;align-items: center;}
.search_Form > dl > dt,
.search_Form > dl > dd{
    font-size:14px;
    font-weight:800;
}
.search_Form > dl > dt{
    margin-right:1rem;
    color:#fff;
}
.search_Form > dl > dd{
    color:#ccc;
}
.search_Form > dl > dd > label{
    margin-left:3rem;
}
.search_Form > dl > dd > label > span{margin-right:1rem;}
.search_Form > button{
    margin-right:0;
    width:auto;
    color:#000;
    background: linear-gradient(0deg, #fdcd3b 50%, #ffed4b 50%);
}

.goods-Ready{
    width:100%;
    display:block;
    text-align: center;
}


.car_Status_0{ color:#adadad; }
.car_Status_1{ color:#a16060; }
.car_Status_2{ color:#f00; }

.status_Data{
    display:flex;
    align-items: center;
    justify-content: center;
    margin:0;
    margin-bottom:1rem;
}
.status_Data > span{
    font-weight:800;
    text-align: center;
    color:#8f772f;
    font-size:1.1rem;
}
.status_Data > span:first-child{
    margin-right:1rem;
}

.table_Status th,
.table_Status td{
  padding:0.3em 1em;
  border:1px solid #999;
}
.table_Status th,
.table_Status td.th{
  text-align: center;
  background-color: #eee;
  color:#333;
}
.table_Status td textarea{
  width:100%;
  padding:0.5em;
}
.grp_radio{
  display:flex;
  align-items:center;
}
.grp_radio > span{
  margin-right:1em;
}
.grp_radio label{
  display:flex;
  align-items:center;
  cursor:pointer;
}
.grp_radio label [type=text]{
  border:1px solid #ccc;
}
.info-Hidden{
  width:100%;
  display:None;
}


.grp_info_goods{
  position:absolute;
  left:0;
  top:0;
}
.grp_info_goods > span{
  border:1px solid #000;
  margin:0.6re .3rem;
  padding:.3rem;
  background:#fff;
}

.is_Img.item_goods_9{
  color:#f00;
  font-weight:800;
}

@keyframes zoomout {
  0% { background-size: 15%; }
  50% { background-size: 80%; }
	100% { background-size: 15%; }
}