/* basic_ */
body#dashboard #gnb ul li:nth-child(1) {
  color: #00744f;
  font-weight: bold
}

body#dashboard #leftmenu .menu00 {
  display: block
}

body#dashboard .cont_inner {
  width: 1550px
}

.dashboardSldier_wrap {
  padding: 10px
}

.dashboardSldier_wrap .slider_arrows {
  position: relative;
  text-align: center
}

.dashboardSldier_wrap .swiper-button-next,
.dashboardSldier_wrap .swiper-button-prev {
  color: #00744f
}

.dashboardSldier_wrap .swiper-button-next:after,
.dashboardSldier_wrap .swiper-button-prev:after {
  font-size: 20px;
  font-weight: bold
}

.slider_arrows h2 {
  display: inline-block;
  vertical-align: top;
  margin-top: -2px
}

.dashboardSldier {
  margin-top: 10px
}

.dashboard_contents {
  display: block
}

.dashboard_contents:after {
  display: block;
  content: '';
  clear: both
}

.dashboard_contents>li {
  display: inline-block;
  vertical-align: top;
  width: 400px;
  margin-right: 10px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, .05);
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  overflow: hidden
}

.dashboard_contents>li:last-child {
  margin-right: 0
}

.dashboard_contents>li.db_company_return {
  width: 700px
}

.dashboard_contents>li.db_sales_return {
  width: 1528px;
  margin-bottom: 15px
}

.dashboard_contents>li h4 {
  font-size: 17px;
  padding: 10px;
  border-bottom: 1px solid #e5e5e5
}

.sales_return_company {
  padding: 10px;
}

.sales_return_company li {
  display: inline-block;
  width: 150px;
  text-align: center
}

.sales_return_company li p {
  margin-top: 5px;
  font-size: 15px;
  font-weight: 500;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.sales_return_company li p em {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  display: block
}

.sales_return_company li:nth-child(1) .bar_graph span {
  background-color: #00744F
}

.bar_graph {
  width: 50px;
  margin: 0 auto;
  border-radius: 10px;
  height: 200px;
  background-color: #eaf7e7;
  position: relative;
}

.bar_graph span {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 30px;
  border-radius: 0 0 10px 10px;
  background-color: #539d44;
  box-sizing: border-box;
  color: #fff;
  font-size: 13px
}

.dashboard_contents>li .table_area table {
  width: 100%
}

.dashboard_contents>li .table_area table td {
  border-bottom: 1px dashed #e5e5e5;
  border-right: 1px solid #e5e5e5
}

.dashboard_contents>li .table_area table td:last-child {
  border-right: 0
}

.total_tr td {
  background-color: #e5edeb
}

/* company_ */
body.company_ #gnb ul li:nth-child(2) {
  color: #539d44;
  font-weight: bold
}

body.company_ #leftmenu .menu01 {
  display: block
}

body.company_ .cont_inner {
  width: 922px
}

body.company_ .input_area ul li.li_gge_model .input_box input {
  width: 49.8%
}




/** card_list **/
.card_list {
  padding: 0 10px 10px
}

.card_list ul:after {
  display: block;
  content: '';
  clear: both
}

.card_list li {
  width: 175px;
  height: 85px;
  margin-right: 5px;
  margin-bottom: 5px;
  float: left;
  background-color: #fbfbfb;
  position: relative;
  z-index: 1;
  font-size: 16px;
  text-align: left;
  padding-top: 15px;
  border-radius: 6px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #eee;
  padding: 10px
}

.card_list li:nth-child(7n) {
  margin-right: 0
}

/* .del_card{position:absolute; width:14px; height:14px; right:8px; top:8px; background-color:#333; border-radius:12px}
        .del_card:before{display:block; content:''; width:8px; height:2px; border-radius:3px; background-color:#eee; position:absolute; top:0; bottom:0; left:0; right:0;margin:auto} */
.card_list li em {
  position: absolute;
  right: 8px;
  top: 8px;
  border-radius: 30px;
  font-size: 10px;
  font-family: 'notokr-medium';
  font-style: normal;
  padding: 2px 8px 3px;
  background-color: #f8f8f8;
}

.card_list li h6 {
  font-size: 15px;
  color: #333;
  font-weight: normal;
  font-family: 'notokr-bold';
  margin-bottom: 5px
}

.card_list li p {
  margin: 3px 0 0 0
}

.card_list li p label {
  margin: 3px auto;
  display: block;
  font-size: 13px;
  color: #333;
  line-height: 1;
  font-family: 'notokr-medium';
}

.card_list li p span {
  display: block;
  font-size: 13px;
  color: #333;
  font-family: 'notokr-medium';
}

.card_list li {
  background-color: #fbfbfb
}

.card_list li.notused {
  background: #ffe0bc
}

/* 미사용 */
.card_list li.used {
  background: #fff0a5
}

/* 사용 */
.card_list li.used em {
  background-color: #539d44;
  color: #fff
}

/** basic_popup **/
.popup {
  width: 400px
}

.popup .popup_content {
  padding-top: 10px
}

.popup .popup_content .search {
  border: 0;
  background-color: #fff
}

.popup .popup_content .search .form-group {
  border: 0;
  width: 100%
}

.popup .popup_content .search .control-label {
  min-width: 0;
  background-color: #fff;
  width: 70px;
  text-align: left;
  font-weight: 600;
  height: 30px;
  line-height: 30px;
  letter-spacing: -1px;
  font-size: 13px;
  padding: 0
}

.popup .popup_content .search .control-label.small {
  font-size: 12px
}

.popup .popup_content .search .input_box {
  width: calc(100% - 70px);
  padding-top: 0;
  height: auto
}

.popup .popup_content .search .input_box input,
.popup .popup_content .search .input_box select {
  width: 100%
}

.popup .popup_content .btn_wrap {
  width: 100%;
  display: block;
  padding: 0;
  text-align: center !important;
}

/** company_popup **/
.user_popup {
  width: 350px
}

.company_popup .popup_content .search .form-group {
  height: auto;
}

/* store_ */
body.store_ #gnb ul li:nth-child(3) {
  color: #539d44;
  font-weight: bold
}

body.store_ #leftmenu .menu02 {
  display: block
}

.content .table_wrap {
  vertical-align: top;
  width: 100%;
  height: 74.7vh;
  max-height: 74.7vh;
  overflow: auto;
  display: inline-block
}

.content .store_list_table {
  vertical-align: top;
  width: 650px;
  display: inline-block
}

.content>.table_area {
  padding: 0 10px 10px;
  vertical-align: top;
  width: 650px;
  display: inline-block
}

.store_list_table tbody tr td:nth-child(1) {
  text-align: left
}

.content .tab_area {
  width: calc(100% - 670px);
  margin-left: 15px;
  display: inline-block;
  vertical-align: top;
  padding: 0 10px 10px 0
}

.content .tab_area .tabmenus {
  margin-top: 0;
}

.content .tab_area .tab {
  background-color: #f4f7f6;
  padding: 15px;
  border: 1px solid #e5e5e5;
  border-radius: 4px
}

.content .tab_area .tab ul li {
  margin-bottom: 8px
}

.content .tab_area .tab ul .form-group.btn_wrap {
  margin-top: 8px
}

.content .tab_area .tab ul .form-group.btn_wrap .btn {
  float: none;
  text-align: center
}

.content .tab_area .tab ul li:last-child {
  margin-bottom: 0
}

.content .tab_area .tab ul li .input_box {
  padding-right: 0;
  width: calc(100% - 65px)
}

.content .tab_area .tab ul li .control-label {
  width: 65px
}

.map_area_wrap.input_box {
  height: auto
}

.map_area {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  height: 300px;
  position: relative
}

.map_icon {
  position: absolute;
  top: 40%;
  left: 40%;
  width: 29px;
  height: 40px;
  background-image: url('../img/marker001.png');
}

.content .tab_area .tab ul.search {
  background-color: #fff;
  border-right: 1px solid #e5e5e5;
}

.content .tab_area .tab .card_list {
  padding: 0
}

.content .tab_area .tab .card_list li {
  width: 170px;
  margin-right: 6px
}

.content .tab_area .tab .card_list li:nth-child(5n) {
  margin-right: 0
}

.return_box_list {
  max-height: 584px;
  overflow: auto;
  margin-bottom: 10px;
  height: auto;
  min-height: 100px;
}

.return_box_list p {
  width: 360px;
  display: inline-block;
  padding: 0 8px;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  height: 35px;
  line-height: 35px;
  background-color: #fff;
  margin-bottom: 5px
}

.return_box_list p:last-child {
  margin-bottom: 0
}

.return_box_list p b {
  display: inline-block;
  width: 100px;
}

.return_box_list p em {
  display: inline-block;
  width: 150px
}

.return_box_list p span {
  display: inline-block;
}

.content .tab_area .tab#tab_return_box ul li .input_box {
  padding-left: 0;
}

.content .tab_area .tab#tab_return_box ul li .input_box .control-label {
  width: 80px;
  background-color: #539d44;
  color: #fff;
  float: left;
  font-weight: normal;
  border-radius: 4px 0 0 4px;
  height: 32px;
  font-size: 13px;
  line-height: 31px;
}

/* returnbox */
body.return_ #gnb ul li:nth-child(4) {
  color: #539d44;
  font-weight: bold
}

body.return_ #leftmenu .menu03 {
  display: block
}

body.return_ .cont_inner {
  width: 1300px
}

body.return_ .cont_inner .map_area {
  height: 500px
}

body.return_ .cont_inner .dev4_1 {
  padding: 15px
}

body.return_ .cont_inner .dev4_1 li {
  margin-bottom: 8px
}

body.return_ .cont_inner .dev4_1 li input {
  width: 100%
}

body.return_ .cont_inner .dev4_1 li.address {
  width: 74.75%;
  max-width: none
}

body.return_ .cont_inner .dev4_1 li.current_capacity {
  margin-right: 0
}

body.return_ .cont_inner .dev4_1 li.current_capacity input {
  background-color: #b2e3f5
}

body.return_ .cont_inner .dev4_1 li.form-group .control-label {
  width: 65px;
}

body.return_ .cont_inner .dev4_1 li.form-group .input_box {
  width: calc(100% - 65px);
  padding-right: 0
}


/* ggeinstore */
body#ggeinstore #gnb ul li:nth-child(5) {
  color: #539d44;
  font-weight: bold
}

body#ggeinstore #leftmenu .menu04 {
  display: block
}

body#ggeinstore .cont_inner {
  width: 922px
}

/* ggereturn */
body#ggereturn #gnb ul li:nth-child(6) {
  color: #539d44;
  font-weight: bold
}

body#ggereturn #leftmenu .menu05 {
  display: block
}

body#ggereturn .cont_inner {
  width: 922px
}

/* companyreturn */
body#companyreturn #gnb ul li:nth-child(7) {
  color: #539d44;
  font-weight: bold
}

body#companyreturn #leftmenu .menu06 {
  display: block
}
.depth_arrow{    width: auto;
    height: 15px;
    margin: -4px 3px 0 3px;
    vertical-align: middle;}
.menu06 ul li{opacity: .55}
body#companyreturn #leftmenu .menu06 ul li:nth-child(1){opacity: 1}

body#companyreturn .cont_inner {
  width: 922px
}

/* stockstatus */
body#stockstatus #gnb ul li:nth-child(7) {
  color: #539d44;
  font-weight: bold
}

body#stockstatus #leftmenu .menu06 {
  display: block
}
body#stockstatus #leftmenu .menu06 ul li:nth-child(2){opacity: 1}

body#stockstatus .cont_inner {
  width: 922px
}

/* disposalstatus */
body#disposalstatus #gnb ul li:nth-child(7) {
  color: #539d44;
  font-weight: bold
}

body#disposalstatus #leftmenu .menu06 {
  display: block
}
body#disposalstatus #leftmenu .menu06 ul li:nth-child(3){opacity: 1}

body#disposalstatus .cont_inner {
  width: 742px
}

/* washlogstatus */
body#washlogstatus #gnb ul li:nth-child(7) {
  color: #539d44;
  font-weight: bold
}

body#washlogstatus #leftmenu .menu06 {
  display: block
}
body#washlogstatus #leftmenu .menu06 ul li:nth-child(4){opacity: 1}

body#washlogstatus .cont_inner {
  width: 742px
}
