@charset "UTF-8";
/* reset */
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea,
button,
select {
  margin: 0;
  padding: 0;
}

body,
input,
textarea,
select,
button,
table {
  color: #111;
  font-family: "noto", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", sans-serif;
  font-size: 14px;
  line-height: 1;
}

img,
fieldset {
  border: 0;
}

ul,
ol,
dl,
li {
  list-style: none;
}

em,
address {
  font-style: normal;
}

a {
  color: #111;
  text-decoration: none;
  outline: none;
}

a:hover, a:active, a:focus {
  text-decoration: none;
}

img {
  vertical-align: top;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

table th {
  font-weight: 400;
}

hr {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: inherit;
}

button {
  overflow: visible;
  border: 0;
  background: transparent;
  cursor: pointer;
  white-space: nowrap;
  outline: none;
}

button span {
  position: relative;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.blind {
  overflow: hidden;
  position: absolute;
  top: -99rem;
  left: 0px;
  width: 1px;
  height: 1px;
  border: 0;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
}

select,
input {
  outline: none;
}

label {
  cursor: pointer;
}

html,
body,
#wrap {
  width: 100%;
  height: 100%;
}

#wrap {
  position: relative;
  min-width: 1280px;
}

#container {
  position: relative;
  padding: 100px 0 0 240px;
}

.content {
  min-width: 1200px;
  padding: 60px;
}

.sp {
  display: inline-block;
  overflow: hidden;
  background: url("/resources/assets/images/common/sp.png") no-repeat;
  line-height: 99em;
  vertical-align: top;
}

.dimmed {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
}

.dimmed .loading_txt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 20px;
}

/* login */
#wrap.login_wrap {
  display: -ms-flex;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background: #f2f3f8;
}

.login_box {
  width: 400px;
  padding: 60px 40px 50px;
  background: #fff;
}

.login_box .logo {
  text-align: center;
}

.login_box input[type="text"], .login_box input[type="password"] {
  width: 100%;
  padding: 10px;
  border: 0;
  box-sizing: border-box;
}

.login_box .inp_list {
  width: 100%;
  margin: 50px auto 30px;
}

.login_box .inp_list li:last-child {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #ebedf2;
}

.login_box .btn_login {
  width: 100%;
  height: 47px;
  margin: 30px 0 15px;
  border-radius: 3px;
  background: #3FBDD7;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.login_box .txt_ref {
  line-height: 1.2rem;
}

.login_box .txt_ref.v1 {
  color: #9d9d9d;
  letter-spacing: -1px;
  font-size: 12px;
}

.login_box .link_list {
  margin: 5px 0 40px;
}

.login_box .link_list:after {
  display: block;
  clear: both;
  content: '';
}

.login_box .link_list li {
  float: left;
}

.login_box .link_list li:last-child {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #d9d9d9;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  height: 100px;
  min-width: 1280px;
  padding-left: 240px;
  background: #d7d9da;
  box-sizing: border-box;
}

#header .logo_wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 240px;
  height: 100px;
  background: #4d5d80;
}

#header .logo_wrap .img_logo {
  display: block;
  margin: 10px auto;
}

#header .logo_wrap .txt_logo {
  color: #fff;
  letter-spacing: -1px;
  text-align: center;
  font-size: 22px;
}

#header .nav_top {
  padding: 30px 36px;
}

#header .nav_top:after {
  display: block;
  clear: both;
  content: "";
}

#header .nav_top li {
  float: left;
  position: relative;
  margin-right: 30px;
}

#header .nav_top li:last-child {
  margin: 0;
}

#header .nav_top .txt {
  display: block;
  padding: 12px 20px;
  font-size: 16px;
  cursor: pointer;
}

#header .nav_top .on .txt {
  background: #8d8f90;
  border-radius: 4px;
  color: #fff;
}

#header .nav_top_2depth {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  width: 200px;
}

#header .nav_top_2depth ul {
  padding: 15px 30px;
  border: 1px solid #d7d9da;
  border-radius: 4px;
  background: #fff;
}

#header .nav_top_2depth ul:after {
  display: block;
  clear: both;
  content: "";
}

#header .nav_top_2depth li {
  float: left;
}

#header .nav_top_2depth a {
  display: block;
  color: #707070;
}

#header .nav_top_2depth .on a {
  padding-bottom: 2px;
  border-bottom: 1px solid #111;
}

#header .nav_top_2depth.on {
  display: block;
}

#header .snb {
  position: absolute;
  top: 26px;
  right: 50px;
  cursor: pointer;
}

#header .snb .username {
  display: inline-block;
  margin: 15px 0 0 15px;
}

#header .snb .snb_depth2 {
  display: none;
  position: absolute;
  top: 66px;
  left: -40px;
  padding: 4px;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  background: #fff;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
}

#header .snb .snb_depth2.on {
  display: block;
}

#header .snb .snb_depth2:before {
  position: absolute;
  top: -13px;
  left: 50px;
  z-index: -1;
  border-bottom: 13px solid #d7d7d7;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  content: "";
}

#header .snb .snb_depth2:after {
  position: absolute;
  top: -12px;
  left: 50px;
  border-bottom: 13px solid #fff;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  content: "";
}

#header .snb .snb_depth2 .link {
  display: block;
  width: 70px;
  padding: 10px 20px;
  color: #7d7d7d;
}

#header .snb .snb_depth2 .link:hover {
  background: #d7d9da;
  color: #111;
}

#aside {
  position: fixed;
  top: 100px;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 240px;
  background: #719d8b;
}

#aside .nav_left a {
  display: block;
  padding: 22px 40px;
  color: #d7d9da;
  font-size: 16px;
}

#aside .nav_left .on {
  background: #4e816c;
}

.section .head {
  position: relative;
}

.section .main_tit {
  display: block;
  position: relative;
  margin-bottom: 30px;
  font-size: 28px;
}

.section .main_tit:after {
  display: block;
  width: 52px;
  height: 2px;
  margin-top: 20px;
  background: #719d8b;
  content: "";
}

.section .sub_tit {
  margin-right: 10px;
  color: #111;
  font-size: 16px;
  font-weight: 600;
}

.section .btn_head {
  position: absolute;
  top: 0;
  right: 0;
}

.section .nodata {
  padding: 20px 0;
}

.sp2 {
  background-image: url("/resources/assets/images/common/sp2.png");
  background-repeat: no-repeat;
}

.btn_wrap {
  display: flex;
  position: relative;
  margin-top: 30px;
}

.btn_wrap.cent {
  justify-content: center;
}

.btn_wrap.right {
  justify-content: flex-end;
}

.btn_wrap.space {
  justify-content: space-between;
}

.btn_wrap .right {
  position: absolute;
  top: 0;
  right: 0;
}

.btn_wrap .left {
  position: absolute;
  top: 0;
  left: 0;
}

.btn_base {
  display: inline-block;
  min-width: 120px;
  padding: 12px 20px;
  margin-right: 10px;
  border-radius: 4px;
  background: #4d5d80;
  color: #fff;
  line-height: 1;
  vertical-align: top;
  text-align: center;
  font-size: 16px;
  box-sizing: border-box;
}

.btn_base.btn_cancel, .btn_base.green {
  background: #719d8b;
}

.btn_base.small_b {
  padding: 9px 12px;
  background: #4d5d80;
  font-size: 14px;
}

.btn_base.small_g, .btn_base.down_excel {
  padding: 9px 12px;
  background: #719d8b;
  font-size: 14px;
}

.btn_base:last-child {
  margin: 0;
}

.btn_base.gray {
  border: 1px solid #c5cbda;
  background: #ccd1de;
  color: #2f3336;
}

.btn_base.gray_rev {
  border: 1px solid #c5cbda;
  background: #fff;
  color: #2f3336;
}

.btn_base.small {
  min-width: auto;
  padding: 5px 8px;
}

.btn_remove {
  margin: 4px 0 0 10px;
  vertical-align: top;
}

.btn_remove .sp {
  width: 11px;
  height: 11px;
  background-position: -34px -12px;
}

.btn_print {
  vertical-align: middle;
}

.btn_print .sp2 {
  display: block;
  width: 16px;
  height: 14px;
  margin-left: 5px;
  background-image: url("/resources/assets/images/common/sp2.png");
  background-repeat: no-repeat;
  background-position: -102px -59px;
}

.field_box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  min-height: 30px;
  margin-top: 30px;
}

.field_box.nomarg {
  margin: 0;
}

.field_box:first-child {
  margin: 0;
}

.field_box.right {
  justify-content: flex-end;
}

.field_box.right .align_list {
  width: auto;
}

.field_box.cent {
  justify-content: center;
}

.field_box.cent .align_list {
  width: auto;
}

.field_box .right {
  position: absolute;
  top: auto;
  right: 0;
}

.field_box .txt {
  display: inline-block;
  margin: 11px 10px 0 0;
  vertical-align: top;
}

.field_box .txt_btnleft {
  margin-right: 10px;
}

.field_box .tilde {
  margin: 0 5px;
}

.align_list {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: 100%;
}

.align_list:after {
  display: block;
  clear: both;
  content: "";
}

.align_list li {
  margin-right: 10px;
}

.align_list li:last-child {
  margin: 0;
}

.align_list.cent {
  justify-content: center;
}

.align_list.inline {
  display: inline-block;
  width: auto;
  margin: 7px 0 0 10px;
  vertical-align: top;
}

.align_list.inline.fst {
  margin-top: 0;
}

.align_list.inline li {
  float: left;
}

.align_list.mright15 > li {
  margin-right: 15px;
}

.align_list.mright20 > li {
  margin-right: 20px;
}

.align_list.mright15 > li:last-child,
.align_list.mright20 > li:last-child {
  margin: 0;
}

.align_list.mleft10 > li {
  margin-left: 10px;
}

.align_list.mleft15 > li {
  margin-left: 15px;
}

.align_list.mleft20 > li {
  margin-left: 20px;
}

.align_list.mleft10 > li:first-child,
.align_list.mleft15 > li:first-child,
.align_list.mleft20 > li:first-child {
  margin: 0;
}

.align_list .txt {
  display: inline-block;
  margin: 6px 10px 0 0;
  vertical-align: top;
}

/* multiple select */
.tbl_wrap.write .multi_select_wrap select {
  width: 100%;
}

.multi_select_wrap {
  display: inline-block;
  position: relative;
  background: #fff;
}

.multi_select_wrap .ms-choice {
  display: block;
  width: 100%;
  padding: 5.5px 27px 5.5px 5px;
  border: 1px solid #ebedf2;
  border-radius: 3px;
  box-sizing: border-box;
}

.multi_select_wrap .ms-choice:focus {
  border: 1px solid #716ACA;
}

.multi_select_wrap .ms-choice > span {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 17px;
  line-height: 17px;
  text-align: left;
}

.multi_select_wrap .ms-choice > div {
  position: absolute;
  top: 11px;
  right: 10px;
  width: 0;
  height: 0;
  border-top: 8px solid #2f3336;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

.multi_select_wrap .ms-drop {
  display: none;
  position: absolute;
  top: 29px;
  left: 0;
  right: 0;
  z-index: 10;
  border: 1px solid #819dc3;
  background: #fff;
}

.multi_select_wrap .ms-drop ul {
  overflow: auto;
}

.multi_select_wrap .ms-drop li {
  word-wrap: break-word;
}

.multi_select_wrap .ms-drop li:hover {
  background: #3e8ffe;
  color: #fff;
}

.multi_select_wrap .ms-drop input {
  display: inline-block;
  margin-top: 4px;
  vertical-align: top;
}

.multi_select_wrap .ms-drop label {
  display: block;
  width: 100%;
  padding: 4px 8px;
  line-height: 1.2rem;
  font-size: 12px;
  box-sizing: border-box;
}

.col_red {
  color: #ed1c24 !important;
}

.col_green {
  color: #719d8b !important;
}

.under {
  text-decoration: underline;
}

.under:hover {
  text-decoration: underline;
}

.under_h:hover {
  text-decoration: underline;
}

.under_p {
  text-decoration: underline;
  cursor: pointer;
}

.under_p:hover {
  text-decoration: underline;
}

.line-thr {
  text-decoration: line-through;
}

.txt_error {
  display: none;
  margin-top: 5px;
  color: #ed1c24;
  text-align: left;
}

.txt_error.on {
  display: block;
}

.bold {
  font-weight: 700;
}

.mtop10 {
  margin-top: 10px !important;
}

.mtop30 {
  margin-top: 30px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mbtm10 {
  margin-bottom: 10px !important;
}

.mbtm30 {
  margin-bottom: 30px !important;
}

.icon_new {
  display: inline-block;
  width: 21px;
  height: 21px;
  margin-left: 10px;
  border-radius: 100%;
  background: #d40000;
}

.icon_new span {
  display: block;
  padding-top: 1px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 300;
}

.lb_box {
  display: inline-block;
  position: relative;
  padding: 1px 0 0 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.lb_box input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
}

.lb_box input:checked ~ .mark:after {
  display: block;
}

.lb_box .txt_label {
  display: inline-block;
  margin-left: 8px;
  line-height: 1rem;
}

.lb_box .mark {
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  background: #f5f5f5;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
}

.lb_box .mark:after {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
}

.lb_box .mark.chk:after {
  width: 4px;
  height: 7px;
  margin: -6px 0 0 -3px;
  border: solid #4d5d80;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.lb_box .mark.rdo {
  border-radius: 50%;
}

.lb_box .mark.rdo:after {
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  border-radius: 50%;
  background: #4d5d80;
}

input[type="text"],
input[type="password"],
select,
input.inp_datalist {
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  background: #f5f5f5;
  min-height: 38px;
  padding: 0 10px;
  box-sizing: border-box;
}

input[type="text"].inp_search,
input[type="password"].inp_search,
select.inp_search {
  width: 230px;
  margin-right: 10px;
}

input[type="text"].full,
input[type="password"].full,
select.full {
  width: calc(100% - 22px);
}

textarea {
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  background: #f5f5f5;
  width: 100%;
  padding: 10px;
  line-height: 1.3rem;
  box-sizing: border-box;
  outline: none;
  resize: none;
}

.inp_full {
  width: 100%;
}

.datepicker {
  width: 100px;
}

.view_box:after {
  display: block;
  clear: both;
  content: "";
}

.view_box .cols {
  float: left;
  width: 49%;
  margin-right: 1%;
}

.view_box .cols:last-child {
  margin: 0;
  margin-left: 1%;
}

.view_box .view_list {
  display: table;
  width: 100%;
  border-collapse: collapse;
}

.view_box .view_list > li {
  display: table-row;
  border-bottom: 1px solid #ebebeb;
}

.view_box .view_list > li:first-child {
  margin: 0;
}

.view_box .view_list .tit,
.view_box .view_list .cont {
  display: table-cell;
  padding: 10px 0;
  vertical-align: middle;
  line-height: 1.3rem;
  white-space: pre;
}

.view_box .view_list .tit {
  width: 20%;
}

.view_box .view_list .cont {
  position: relative;
  width: 80%;
  color: #7d7d7d;
}

.view_box .view_list .date {
  position: absolute;
  top: 10px;
  right: 0;
}

.tbl_wrap {
  margin: 20px 0;
  /* table write */
}

.tbl_wrap.scroll {
  overflow: auto;
  max-height: 400px;
}

.tbl_wrap .tbl_fixed {
  width: auto;
  table-layout: fixed;
}

.tbl_wrap .tbl_fixed .td_inr {
  overflow: hidden;
  width: 100%;
  height: 100%;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: keep-all;
}

.tbl_wrap .td_chk {
  width: 18px;
  height: 18px;
  margin: 0 auto;
}

.tbl_wrap .td_chk .lb_box {
  width: 2px;
  height: 18px;
}

.tbl_wrap .pointer {
  cursor: pointer;
}

.tbl_wrap .under_p,
.tbl_wrap .under_p th,
.tbl_wrap .under_p td {
  text-decoration: underline;
  cursor: pointer;
}

.tbl_wrap th,
.tbl_wrap td {
  padding: 10px 20px;
  border: 1px solid #e1e1e1;
  line-height: 1.2rem;
  text-align: left;
}

.tbl_wrap th,
.tbl_wrap tfoot td {
  background: #e2ebe8;
  color: #111;
}

.tbl_wrap td {
  color: #111;
}

.tbl_wrap td input {
  box-sizing: border-box;
}

.tbl_wrap td select {
  width: 100%;
}

.tbl_wrap .nodata td {
  padding: 20px 0;
  text-align: center;
}

.tbl_wrap .cent {
  text-align: center;
}

.tbl_wrap .cent th,
.tbl_wrap .cent td {
  text-align: center;
}

.tbl_wrap .cent .left {
  text-align: left;
}

.tbl_wrap .cent .right {
  text-align: right;
}

.tbl_wrap .right {
  text-align: right;
}

.tbl_wrap .right th,
.tbl_wrap .right td {
  text-align: right;
}

.tbl_wrap .right .cent {
  text-align: center;
}

.tbl_wrap .right .left {
  text-align: left;
}

.tbl_wrap.list th,
.tbl_wrap.list td {
  text-align: center;
}

.tbl_wrap.list .left {
  text-align: left;
}

.tbl_wrap.list .right {
  text-align: right;
}

.tbl_wrap.list .nodata td {
  padding: 20px 0;
  text-align: center;
}

.tbl_wrap .bg_gray {
  background: #f5f5f5;
  color: #111;
}

.tbl_wrap .bg_gray th,
.tbl_wrap .bg_gray td {
  background: #f5f5f5;
}

.tbl_wrap .bg_red {
  background-color: #ff9b9b;
}

.tbl_wrap .bg_red th,
.tbl_wrap .bg_red td {
  background: #ff9b9b;
}

.tbl_wrap .bg_blue {
  background-color: #b9deff;
}

.tbl_wrap .bg_blue th,
.tbl_wrap .bg_blue td {
  background: #b9deff;
}

.tbl_wrap .bg_orange {
  background-color: #ffcf94;
}

.tbl_wrap .bg_orange th,
.tbl_wrap .bg_orange td {
  background: #ffcf94;
}

.tbl_wrap .bg_green {
  background-color: #81c147;
}

.tbl_wrap .bg_green th,
.tbl_wrap .bg_green td {
  background: #81c147;
}

.tbl_wrap .btn_base {
  min-width: 100px;
  margin-left: 10px;
  vertical-align: middle;
}

.tbl_wrap .tbl_link {
  color: #7d7d7d;
}

.tbl_wrap .tbl_link:hover {
  text-decoration: underline;
}

.tbl_wrap.write th, .tbl_wrap.write td {
  height: 25px;
  padding: 6px 15px;
  border: 0;
}

.tbl_wrap.write th {
  background: none;
}

.tbl_wrap.write input[type="text"] {
  width: 85%;
}

.tbl_wrap.write select {
  width: 85%;
}

.tbl_wrap.write .nodata {
  padding: 20px 0;
  text-align: center;
}

.tbl_wrap.write .wd50 {
  width: 50%;
}

.tbl_wrap.write .sel_list {
  display: inline-block;
  width: 85%;
}

.tbl_wrap.write .sel_list::after {
  display: block;
  clear: both;
  content: '';
}

.tbl_wrap.write .sel_list > li {
  float: left;
  width: 50%;
}

.tbl_wrap.write .sel_list > li:first-child .sel_box {
  margin-right: 3px;
}

.tbl_wrap.write .sel_list > li:last-child .sel_box {
  margin-left: 3px;
}

.tbl_wrap.write .sel_list .sel_box input[type="text"] {
  width: 100%;
}

.tbl_wrap.write .sel_list select {
  width: 100%;
}

.tbl_wrap.write .btn_base.s1 {
  width: 115px;
}

.tbl_wrap.write .align_list .lb_box {
  margin-top: 0;
}

.tbl_wrap.write .txt {
  display: inline-block;
  margin-top: 6px;
}

.tbl_wrap.write .txt.v1 {
  margin-left: 5px;
}

.tbl_wrap.tbl_gray th {
  text-align: center;
  font-weight: 600;
  background-color: #dcdcdc;
}

.tbl_wrap.tbl_gray th, .tbl_wrap.tbl_gray td {
  border: 1px solid #9a9a9a;
}

.paging_wrap {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 30px;
}

.paging_wrap:after {
  display: block;
  clear: both;
  content: "";
}

.paging_wrap.cent {
  justify-content: center;
}

.paging_wrap.right {
  justify-content: flex-end;
}

.paging_wrap .area {
  flex: 1;
}

.paging_wrap .area.noflex {
  flex: none;
}

.paging_wrap .area.noflex .page_txt {
  margin-top: 13px;
}

.paging_wrap .area.left {
  position: absolute;
  top: 0;
  left: 0;
}

.paging_wrap .page_txt {
  margin: 0;
  font-size: 10px;
}

.paging_wrap a {
  display: block;
}

.paging_wrap li {
  float: left;
  margin-left: 10px;
}

.paging_wrap li:first-child {
  margin: 0;
}

.paging_wrap li.on .btn_page {
  color: #111;
  font-weight: 600;
}

.paging_wrap li .btn_page {
  padding: 4px 10px;
  color: #898989;
}

.paging_wrap .btn_prev,
.paging_wrap .btn_next {
  width: 22px;
  height: 22px;
  border: 1px solid #d7d7d7;
  text-align: center;
}

.paging_wrap .btn_prev .sp,
.paging_wrap .btn_next .sp {
  width: 5px;
  height: 10px;
  margin-top: 2px;
}

.paging_wrap .btn_prev.max .sp,
.paging_wrap .btn_next.max .sp {
  width: 11px;
  height: 10px;
}

.paging_wrap .btn_prev .sp {
  background-position: -13px 0;
}

.paging_wrap .btn_next .sp {
  background-position: -20px 0;
}

.paging_wrap .btn_prev.max .sp {
  background-position: 0 0;
}

.paging_wrap .btn_next.max .sp {
  background-position: -27px 0;
}

.pop_wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
}

.pop_wrap.on {
  display: block;
}

.pop_wrap::before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: "";
}

.popup {
  display: inline-block;
  vertical-align: middle;
  z-index: 30;
  width: 980px;
  height: auto;
  background: #fff;
  text-align: left;
}

.popup.w1 {
  width: 680px;
}

.popup.w2 {
  width: 1200px;
}

.popup .pop_head {
  position: relative;
  min-height: 15px;
  padding: 38px 40px 0;
}

.popup .pop_head .sub_tit {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}

.popup .pop_head .sub_tit:after {
  display: block;
  width: 52px;
  height: 2px;
  margin-top: 20px;
  background: #719d8b;
  content: "";
}

.popup .btn_close {
  position: absolute;
  top: 20px;
  right: 20px;
}

.popup .btn_close .sp {
  width: 32px;
  height: 32px;
  background-position: 0 -12px;
}

.popup .pop_body {
  padding: 20px 40px 40px;
}

.chart_wrap {
  width: 100%;
  margin-top: 30px;
}

.file_box {
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  background: #f5f5f5;
  position: relative;
  display: inline-block;
  width: 100%;
  min-height: 100px;
  padding: 10px;
  box-sizing: border-box;
}

.file_box .inp_file {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.file_box .file_txt {
  position: absolute;
  top: 38px;
  left: 10px;
  color: #999;
  font-size: 17px;
}

.file_box .uploading {
  height: 100%;
}

.file_box .uploading img {
  display: block;
  margin: 0 auto;
}

.file_box .uploading .txt {
  margin-top: 10px;
  color: #ccc;
  text-align: center;
}

.file_list {
  display: inline-block;
}

.file_list.write {
  display: block;
}

.file_list.write li:first-child {
  margin-top: 10px;
}

.file_list li {
  margin-bottom: 10px;
  line-height: 1.1rem;
}

.file_list li:last-child {
  margin: 0;
}

.tab_list {
  margin: 30px 0 25px;
  border-bottom: 1px solid #ebedf2;
}

.tab_list::after {
  display: block;
  clear: both;
  content: '';
}

.tab_list li {
  float: left;
  margin: 17px 0 -1px 50px;
  border-bottom: 1px solid #ebedf2;
  color: #7b7e8a;
  cursor: pointer;
  outline: none;
}

.tab_list li:first-child {
  margin-left: 0;
}

.tab_list li button {
  padding-bottom: 17px;
}

.tab_list .on {
  border-bottom: 1px solid #5867dd;
  color: #5867dd;
}

.tab_list .on span::after {
  display: inline-block;
  width: 9px;
  height: 5px;
  margin: 6px 0 0 7px;
  background: url("/resources/assets/images/common/arrow_bottom.png") no-repeat;
  vertical-align: top;
  content: '';
}

.lb_name p {
  width: 40%;
  font-size: 20px;
  font-weight: 700;
}

.lb_name p:first-child {
  margin-left: 0;
}

.lb_name .smp_tit {
  width: auto;
  margin-right: 10px;
}

.lb_name .label_id {
  width: auto;
}

.lb_name .btn_print_lbid {
  min-width: 50px;
  margin-left: 10px;
}

.resr_tab {
  background-color: #fff;
}

.resr_tab.fixed {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  min-width: 920px;
  padding: 10px 40px 20px;
  margin: 0 60px;
  box-sizing: border-box;
  box-shadow: 1px 1px 5px;
  z-index:100;
}

.resr_tab.fixed.on {
  display: block;
}

.resource_info .resr_tbl_wrap {
  padding: 0 0 70px 0;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("/resources/assets/images/common/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("/resources/assets/images/common/ui-icons_444444_256x240.png");
}

.dash_tit {
  margin: 50px 0 20px;
  font-size: 20px;
  font-weight: 700;
}

.dash_wrap {
  display: flex;
}

.dash_wrap .dash_box {
  position: relative;
  width: 160px;
  height: 120px;
  padding: 10px;
  border: 1px solid #aeaeae;
  border-left: none;
  box-sizing: border-box;
}

.dash_wrap .dash_box:first-child {
  border-left: 1px solid #aeaeae;
}

.dash_img {
	display:flex;
	 justify-content: center;
	 margin:0 0 10px;
}

.dash_text {
	font-size:14px;
	display:flex;
    align-items: center;
    justify-content: space-around;
}
.dash_wrap .dash_box .dash_box_tit {
  font-size: 18px;
}

.dash_wrap .dash_box .dash_box_txt {

  font-size: 25px;
}

.board_wrap {
  margin: 40px 0 70px;
}

.board_wrap:after {
  display: block;
  clear: both;
  content: "";
}

.board_wrap .board {
  float: left;
  width: 48%;
}

.board_wrap .board:first-child {
  margin-right: 1%;
}

.board_wrap .board:last-child {
  margin-left: 1%;
}

.board_wrap .btn_base {
  min-width: auto;
  padding: 11px 20px;
}

.cont_txt {
  margin-bottom: 30px;
  line-height: 1.3em;
}

/* 카테고리 */
.category_wrap {
  min-width: 1280px;
}

.category_wrap:after {
  display: block;
  clear: both;
  content: '';
}

.category_box {
  float: left;
  width: 500px;
}

.category_box:first-child {
  margin-right: 20px;
}

.category_box .item_control_wrap {
  width: auto;
}

.category_box .item_control_wrap.scroll {
  overflow: auto;
  max-height: 600px;
}

.item_control_wrap {
  padding: 15px;
  border: 1px solid #ebedf2;
}

.item_control_wrap .top_menu {
  overflow: auto;
}

.item_control_wrap.depth2 {
  display: none;
}

.item_control_wrap.depth2.on {
  display: block;
}

.item_control_box .cate_list input[type="text"] {
  height: 26px;
  min-height: auto;
}

.item_control_box .cate_list .txt, .item_control_box .cate_list .txt_code {
  display: inline-block;
  margin-top: 6px;
  vertical-align: top;
}

.item_control_box .cate_list .add_cate {
  background: #e2ecf6;
  cursor: pointer;
}

.item_control_box .cate_list .add_cate .txt {
  margin-left: 0;
  font-weight: bold;
}

.item_control_box .cate_list .add_cate .txt:before {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 3px 7px 0 0;
  background: url("/resources/assets/images/common/sp2.png") no-repeat 0px -13px;
  vertical-align: top;
  content: '';
}

.item_control_box .cate_list.hide {
  display: none;
}

.item_control_box .cate_list.depth {
  padding-left: 35px;
}

.item_control_box .cate_list.dummy {
  min-height: 48px;
}

.item_control_box .item_order {
  overflow: hidden;
  position: relative;
  height: 26px;
  margin-bottom: 5px;
  padding: 10px 125px 10px 10px;
  border: 1px solid #ebedf2;
  background: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.item_control_box .item_order.active {
  background: #e2ecf6;
}

.item_control_box .item_order.active .txt {
  font-weight: bold;
}

.item_control_box .item_order.edit_detail {
  height: auto;
  padding: 10px;
}

.item_control_box .item_order.hide {
  display: none;
}

.item_control_box .item_order.pointer {
  cursor: pointer;
}

.item_control_box .item_order:hover {
  border: 1px solid #716ACA;
}

.item_control_box .item_order:hover .btn_cate_list {
  display: block;
}

.item_control_box .ico_box {
  display: inline-block;
  vertical-align: top;
}

.item_control_box .ico_box::after {
  display: block;
  clear: both;
  content: '';
}

.item_control_box .ico_box button {
  float: left;
  margin-right: 10px;
}

.item_control_box .btn_toggle {
  width: 16px;
}

.item_control_box .btn_toggle .sp2 {
  display: block;
}

.item_control_box .btn_toggle.open {
  margin-top: 8px;
}

.item_control_box .btn_toggle.close {
  margin-top: 5px;
}

.item_control_box .btn_toggle.open .sp2 {
  width: 16px;
  height: 10px;
  background-position: -18px -39px;
}

.item_control_box .btn_toggle.close .sp2 {
  width: 10px;
  height: 16px;
  margin-left: 3px;
  background-position: -36px -39px;
}

.item_control_box .btn_toggle.hide {
  display: none;
}

.item_control_box .btn_list_move {
  margin: 7px 0 0 0;
}

.item_control_box .btn_list_move .sp2 {
  display: block;
  width: 16px;
  height: 12px;
  background-position: -85px -57px;
  cursor: move;
}

.item_control_box .btn_cate_list {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
}

.item_control_box .btn_cate_list.edit {
  display: block;
}

.item_control_box .btn_cate_list:after {
  display: block;
  clear: both;
  content: '';
}

.item_control_box .btn_cate_list li {
  float: left;
  margin: 0 3px;
}

.item_control_box .btn_list_add.hide {
  display: none;
}

.item_control_box .arrow_down {
  width: 20px;
  height: 18px;
  background: #ccc;
}

.item_control_box .sortable-placeholder {
  height: 46px;
  margin-bottom: 5px;
  border: 1px dashed #ebedf2;
  background: #f8faff;
}

.item_control_box .read_mode.hide {
  display: none;
}

.item_control_box .edit_detail_mode {
  position: relative;
}

.item_control_box .edit_detail_mode.on {
  display: block;
}

.item_control_box .edit_detail_mode .tbl_wrap {
  margin: 0;
}

.item_control_box .edit_detail_mode th {
  padding: 6px 5px;
}

.groupware .edit_box td {
  padding: 6px 5px;
}

.item_control_box .edit_detail_mode input[type="text"], .groupware .edit_box select {
  width: 80%;
}

.item_control_box .edit_detail_mode .btn_wrap {
  margin-top: 10px;
  padding: 0;
}

.item_control_wrap.depth2 .search_wrap {
  margin-top: 10px;
}

.item_control_wrap.depth2 .search_wrap .shop_search {
  width: 265px;
}

.item_control_wrap.depth2 .list_stan {
  border: none;
}

.common_code .sub_tit {
  margin-bottom: 10px;
}

.appli-detail-wrap {
  margin-top: 50px;
  padding: 50px;
  border: 1px solid #bdbdbd;
}

.barcode_wrap {
  display: flex;
}

.barcode_wrap .inp-barcode {
  width: 80%;
  height: 80px;
  margin-right: 20px;
  padding: 0 40px;
  font-size: 35px;
  font-weight: 700;
  background-color: #fff;
}

.barcode_wrap .inp-barcode::-moz-placeholder {
  color: #aaa;
  font-size: 25px;
  font-weight: 400;
}

.barcode_wrap .inp-barcode:-ms-input-placeholder {
  color: #aaa;
  font-size: 25px;
  font-weight: 400;
}

.barcode_wrap .inp-barcode::placeholder {
  color: #aaa;
  font-size: 25px;
  font-weight: 400;
}

.barcode_wrap .btn_base span {
  font-weight: 700;
  font-size: 20px;
}

.resr-take-textarea {
  height: 200px;
}

.tbl_dsps_reg {
  width: 70%;
  margin-top: 30px;
}

.tbl_dsps_state {
  width: 70%;
  margin: 50px auto 0;
}

.resource_smp-detail .sub_tit {
  margin-top: 10px;
}

.resource_smp-detail .resr_tbl {
  width: 80%;
}

.resource_smp-detail .btn_smp_wrap {
  width: 80%;
}

.resource_smp_reg .sub_tit {
  margin-top: 10px;
  margin-bottom: 10px;
}

.resource_smp_reg .resr_tbl {
  width: 80%;
  margin: 0;
}

.resource_smp_reg .btn_smp_wrap {
  width: 80%;
}

.resource_smp_reg .remain_smp_area {
  margin-top: 20px;
}

.resource_smp_reg .remain_smp_area .tit {
  font-size: 20px;
  font-weight: bold;
}

.resource_smp_reg .remain_smp_area .inp_txt {
  width: 100px;
  margin-left: 15px;
}

.resource_smp_reg .smp_reg_wrap {
  position: relative;
}

.resource_smp_reg .smp_reg_wrap .btn_smp_add {
  position: absolute;
  left: 81%;
  bottom: 0;
}

.pop_print {
  width: 500px;
}

.pop_print .chk_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.pop_print .chk_list li {
  margin: 0 0 20px 10px;
}

.pop_print .inp_print_num {
  width: 50px;
}

.pop_print .printing_txt {
  padding: 25px 0;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.pop_print .oneline {
  display: block;
  width: 100%;
  box-sizing: border-box;
}

.box_wrap {
	display:flex;
}
.box_wrap .box {
	margin-right:50px;
}
