/* Noto Sans KR */
@font-face {
  font-family: 'Noto Sans KR';
  src: url('/font/NotoSans-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans KR';
  src: url('/font/NotoSans-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans KR';
  src: url('/font/NotoSans-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Source Sans 3 */
@font-face {
  font-family: 'Source Sans 3';
  src: url('/font/SourceSans3-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Source Sans 3';
  src: url('/font/SourceSans3-Semibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Source Sans 3';
  src: url('/font/SourceSans3-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

* { box-sizing: border-box; }

button, input, optgroup, select, textarea { margin: 0; }
button, select { text-transform: none; }

a { color: #337ab7; text-decoration: none; }
a.link { cursor: pointer; }

b, strong { font-weight: 700; }

html, body { height: 100%; }
body {
    font-family: 'Noto Sans KR', 'Source Sans 3', Arial, sans-serif; font-weight: 400; overflow-x: hidden; overflow-y: auto; margin: 0;
    font-size: 14px; line-height: 1.42857143; color: #333; background-color: #fff;
    height: auto; min-height: 100%;
}

.tac { text-align: center; }
.tal { text-align: left; }
.tar { text-align: right; }

.vat { vertical-align:top; }
.vam { vertical-align:middle; }
.vab { vertical-align:bottom; }

.wd8 { width: 80px !important; }
.wd9 { width: 90px !important; }
.wd10 { width: 100px !important; }

::placeholder { color: #999; opacity: 1; }

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.all_wrap { height: auto; min-height: 100%; }
.all_wrap:before,
.all_wrap:after { content: " "; display: table; }

header, nav, aside, section { display: block; }
.main-header { position: relative; max-height: 100px; z-index: 530; }
.main-header .logo {
    -webkit-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
    display: block;
    float: left;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    width: 230px;
    padding: 0;
    font-weight: 300;
    overflow: hidden;
}
.main-header .logo { background-color: #367fa9; color: #fff; border-bottom: 0 solid transparent; }
.main-header .logo .logo-mini { display: none; }
.main-header .logo .logo-lg { display: inline-block; width: 174px; }
.main-header .logo .logo-sidebar { display: inline-block; width: 50px; }

.navbar { position: relative; min-height: 50px; margin-bottom: 20px; border: 1px solid transparent; }
.navbar-static-top { z-index: 500; border-width: 0 0 1px; }

.main-header .navbar {
    -webkit-transition: margin-left .3s ease-in-out;
    -o-transition: margin-left .3s ease-in-out;
    transition: margin-left .3s ease-in-out;
    margin-bottom: 0;
    margin-left: 230px;
    border: none;
    min-height: 50px;
    border-radius: 0;
}

.main-header .navbar { background-color: #3c8dbc; }
.main-header .sidebar-toggle1 {
    background-color: transparent;
    background-image: none;
    padding: 14px 14px;
    font-family: fontAwesome;
    color: #fff;
}
/*.main-header .sidebar-toggle1:before { content: "\f0c9"; }*/

.main-header .site-title {
    display: block;
    background-color: transparent;
    background-image: none;
    padding: 10px 15px;
    color: #fff;
    min-height: 50px;
    font-size: 18px;
}

[role=button] { cursor: pointer; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; }

.main-sidebar {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 50px;
    min-height: 100%;
    width: 230px;
    z-index: 310;
    -webkit-transition: -webkit-transform .3s ease-in-out, width .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out, width .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out, width .3s ease-in-out;
    transition: transform .3s ease-in-out, width .3s ease-in-out;
    background-color: #222d32;
}

.sidebar { padding-bottom: 10px; }
.sidebar-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
}

.sidebar-menu > li {
    position: relative;
    margin: 0;
    padding: 0;
}

.sidebar-menu > li > a {
    padding: 12px 5px 12px 15px;
    display: block;
    border-left: 3px solid transparent;
}

.sidebar-menu li > a { position: relative; }
.sidebar a { color: #b8c7ce; }
.sidebar-menu > li:hover > a, .sidebar-menu > li.active > a { color: #fff; background: #1e282c; }
.sidebar-menu > li.active > a { border-left-color: #3c8dbc; }

.fa {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sidebar-menu > li > a > .fa,
.sidebar-menu > li > a > .glyphicon,
.sidebar-menu > li > a > .ion { width: 20px; }

.sidebar-menu li > a > .pull-right-container {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -7px;
}

.treeview-menu {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 5px;
}

.sidebar-menu .active > .treeview-menu { display: block; }
.sidebar-menu > li > .treeview-menu { margin: 0 1px; background: #2c3b41; }
.treeview-menu > li { margin: 0; }

.treeview-menu > li > a {
    padding: 5px 5px 5px 15px;
    display: block;
    font-size: 12px;
}

.sidebar-menu .treeview-menu > li > a { color: #8aa4af; }
.sidebar-menu .treeview-menu > li.active > a,
.sidebar-menu .treeview-menu > li > a:hover { color: #fff; }

.treeview-menu > li > a > .fa,
.treeview-menu > li > a > .glyphicon,
.treeview-menu > li > a > .ion { width: 20px; }

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-circle-o:before { content: "\f10c"; }
.fa-copy:before, .fa-files-o:before { content: "\f0c5"; }
.fa-user-o:before { content: "\f2c0"; }
.glyphicon-tags:before { content: "\e042"; }
.glyphicon-stats:before { content: "\e185"; }
.glyphicon-log-out:before { content: "\e163"; }

/* Small Sidebar */
.sidebar-collapse .main-header .logo { width: 50px; }
.sidebar-collapse .main-header .logo > .logo-mini {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
    font-size: 18px;
}
.sidebar-collapse .main-header .logo > .logo-lg { display: none; }

.navbar { border-radius: 4px; }
.navbar-static-top { border-radius: 0; }

.sidebar-collapse .main-header .navbar { margin-left: 50px; }
.sidebar-collapse .main-sidebar {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 50px !important;
    z-index: 350;
}
.sidebar-collapse .sidebar-menu > li { position: relative; }
.sidebar-collapse .sidebar-menu > li > a { margin-right: 0; }
.sidebar-collapse .sidebar-menu > li > a > span { border-top-right-radius: 4px; }

.sidebar-collapse .main-sidebar .user-panel > .info,
.sidebar-collapse .sidebar-form,
.sidebar-collapse .sidebar-menu > li > a > span,
.sidebar-collapse .sidebar-menu > li > .treeview-menu,
.sidebar-collapse .sidebar-menu > li > a > .pull-right,
.sidebar-collapse .sidebar-menu li.header { display: none !important; transform: translateZ(0); }

.sidebar-collapse .sidebar-menu > li:not(.treeview) > a > span { border-bottom-right-radius: 4px; }
.sidebar-collapse .sidebar-menu > li > .treeview-menu {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom-right-radius: 4px;
}
/* --- */

.sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right),
.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
    display: block !important;
    position: absolute;
    width: 180px;
    left: 50px
}

.sidebar-collapse .sidebar-menu > li:hover > a > span {
    top: 0;
    margin-left: -3px;
    padding: 12px 5px 12px 20px;
    background-color: inherit
}

.sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container {
    position: relative !important;
    float: right;
    width: auto !important;
    left: 180px !important;
    top: -22px !important;
    z-index: 400
}

.sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container > .label:not(:first-of-type) { display: none }
.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu { top: 44px; margin-left: 0 }
.sidebar-menu:hover { overflow: visible }

.login-page, .register-page, .join-page { background: #d2d6de; }
.login-box, .register-box { width: 360px; margin: 7% auto; }
.join-box { width: 500px; margin: 5% auto; }
.login-logo, .register-logo, .join-logo { font-size: 35px; text-align: center; margin-bottom: 25px; font-weight: 300; }

a { background-color: transparent; }

.login-logo a, .register-logo a { color: #444; }
.login-box-body, .register-box-body, .join-box-body { background: #fff; padding: 20px; border-top: 0; color: #666; }
.login-box-msg, .register-box-msg { margin: 0; text-align: center; padding: 0 20px 20px 20px; }

.form-group { margin-bottom: 15px; }
.has-feedback { position: relative; }

.form-control {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control { border-radius: 0; box-shadow: none; border-color: #555; }
.form-control:not(select) { -webkit-appearance: none; -moz-appearance: none; appearance: none; }
/*.has-feedback .form-control { padding-right: 42.5px; }*/
.form-control:focus { outline: 0; border-color: #3c8dbc; box-shadow: none; }

input:focus::placeholder { color: #ccc; }

input[type='checkbox'] + label { font-weight:400; }
input.chk { position: absolute; opacity: 0; }
input.chk + label::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #555;
    margin-right: 6px;
    vertical-align: middle;
    border-radius: 0;
    position: relative;
}
input.chk:checked + label::before { background-color: #555; }
input.chk:checked + label::before {
    content: "✔";
    color: #fff;
    background-color: #555;
    text-align: center;
    line-height: 15px;
    font-size: 14px;
}
input.chk + label .txt { position: relative; top: 1px; }

.login-box-body .form-control-feedback, .register-box-body .form-control-feedback {
    color: #777;
}

.password-wrapper {
    position: relative;
    width: 100%;
}

.password-wrapper .form-control {
    padding-right: 40px;
}

.toggle-password,
.toggle-password-now {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #666;
    font-size: 15px;
    width: 18px;
    height: 18px;
}

.toggle-password:hover,
.toggle-password-now:hover {
    color: #333;
}

button { overflow: visible; }
button, select { text-transform: none; }
button, html input[type=button], input[type=reset], input[type=submit] { cursor: pointer; }

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn-primary { color: #fff; background-color: #3c8dbc; border-color: #367fa9; }
.btn-primary:hover { color: #fff; background-color: #367fa9; border-color: #204d74; }
.btn-secondary { color: #fff; background-color: #6c757d; border-color: #5c636a; }
.btn-secondary:hover { color: #fff; background-color: #5c636a; border-color: #51585e; }
/*.btn-warning { color: #fff; background-color: #f0ad4e; border-color: #eea236; }*/
.btn-warning { color: #fff; background-color: #f39c12; border-color: #e08e0b; }
.btn-warning:hover { color: #fff; background-color: #e08e0b; border-color: #d58512; }
.btn-success { color: #fff; background-color: #198754; border-color: #157347; }
.btn-success:hover { color: #fff; background-color: #157347; border-color: #13653f; }
.btn-danger { color: #fff; background-color: #dc3545; border-color: #bb2d3b; }
.btn-danger:hover { color: #fff; background-color: #bb2d3b; border-color: #a52834; }
.btn-info { color: #fff; background-color: #0dcaf0; border-color: #31d2f2; }
.btn-info:hover { color: #fff; background-color: #31d2f2; border-color: #25cff2; }
.btn-light { color: #fff; background-color: #f8f9fa; border-color: #d3d4d5; }
.btn-light:hover { color: #fff; background-color: #d3d4d5; border-color: #babbbc; }
.btn-dart { color: #fff; background-color: #212529; border-color: #424649; }
.btn-dart:hover { color: #fff; background-color: #424649; border-color: #373b3e; }
.btn-block { display: block; width: 100%; }
.btn.btn-flat { border-radius: 0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; border-width: 1px; }

.btn01 { padding: 6px 30px; }
.btn02 { padding: 4px 12px; }
.btn03 { padding: 2px 8px; font-size: 13px; height:28px; }
.btn04 { padding: 1px 10px; font-size: 11px; height:18px; }
.btn05 { padding: 1px 7px; font-size: 12px; height:20px; }
.btn06 { padding: 5px 10px; font-size: 13px; height:28px; }

/* content */
.content-wrapper, .main-footer {
    -webkit-transition: -webkit-transform .3s ease-in-out, margin .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out,margin .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out,margin .3s ease-in-out;
    transition: transform .3s ease-in-out, margin .3s ease-in-out;
    margin-left: 230px;
}

.content-wrapper {
    height: calc(100vh - 100px);
    min-height: calc(100vh - 100px);
    background-color: #ecf0f5;
    z-index: 300;
}

.content-header {
    position: relative;
    padding: 15px 15px 0 15px;
    background: transparent;
}

.content-header > h1 { margin: 0; font-size: 24px; }

.content-header > h1 > small {
    font-size: 15px;
    display: inline-block;
    padding-left: 4px;
    font-weight: 300;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.content-header > .breadcrumb {
    float: right;
    background: transparent;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
    padding: 7px 5px;
    position: absolute;
    top: 15px;
    right: 10px;
    border-radius: 2px;
}

.breadcrumb > li { display: inline-block; }
.breadcrumb > .active { color: #777; }

.content-header > .breadcrumb > li > a {
    color: #444;
    text-decoration: none;
    display: inline-block;
}

.content-header > .breadcrumb > li > a > .fa,
.content-header > .breadcrumb > li > a > .glyphicon,
.content-header > .breadcrumb > li > a > .ion { margin-right: 5px; }

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.content-header > .breadcrumb > li + li:before { content: '>\00a0'; }

.content {
    min-height: 250px;
    padding: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.row { margin-right: -15px; margin-left: -15px; }
.row:after, .row:before { display: table; content: " "; }
.row:after { clear: both; }

/* Small Sidebar */
.sidebar-collapse .content-wrapper,
.sidebar-collapse .right-side,
.sidebar-collapse .main-footer { margin-left: 50px !important; }
/* --- */

.main-footer {
    background: #fff;
    padding: 15px;
    color: #444;
    border-top: 1px solid #d2d6de;
    height: 50px;
}

.pull-right { float: right !important; }

.cm-1, .cm-2, .cm-3, .cm-4, .cm-5, .cm-6,
.cm-7, .cm-8, .cm-9, .cm-10, .cm-11, .cm-12,
.cs-1, .cs-2, .cs-3, .cs-4, .cs-5, .cs-6,
.cs-7, .cs-8, .cs-9, .cs-10, .cs-11, .cs-12,
.cx-1, .cx-2, .cx-3, .cx-4, .cx-5, .cx-6,
.cx-7, .cx-8, .cx-9, .cx-10, .cx-11, .cx-12, .cww {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

/*
.cx-6 { float: left; width: 50%; }
.cx-12 { float: left; width: 100%; }
.cm-6 { float: left; width: 50%; }
.cm-12 { float: left; width: 100%; }
*/

.cs-1, .cx-1, .cm-1, .cw-1 { float: left; width: 8.33333333%; }
.cs-2, .cx-2, .cm-2, .cw-2 { float: left; width: 16.66666667%; }
.cs-3, .cx-3, .cm-3, .cw-3 { float: left; width: 25%; }
.cs-4, .cx-4, .cm-4, .cw-4 { float: left; width: 33.33333333%; }
.cs-5, .cx-5, .cm-5, .cw-5 { float: left; width: 41.66666667%; }
.cs-6, .cx-6, .cm-6, .cw-6 { float: left; width: 50%; }
.cs-7, .cx-7, .cm-7, .cw-7 { float: left; width: 58.33333333%; }
.cs-8, .cx-8, .cm-8, .cw-8 { float: left; width: 66.66666667%; }
.cs-9, .cx-9, .cm-9, .cw-9 { float: left; width: 75%; }
.cs-10, .cx-10, .cm-10, .cw-10 { float: left; width: 83.33333333%; }
.cs-11, .cx-11, .cm-11, .cw-11 { float: left; width: 91.66666667%; }
.cs-12, .cx-12, .cm-12, .cw-12 { float: left; width: 100%; }

.cww-1 { float: left; width: 100px; }
.cww-2 { float: left; width: 200px; }
.cww-3 { float: left; width: 300px; }
.cww-4 { float: left; width: 400px; }
.cww-5 { float: left; width: 500px; }
.cww-6 { float: left; width: 600px; }
.cww-7 { float: left; width: 700px; }
.cww-8 { float: left; width: 800px; }
.cww-9 { float: left; width: 900px; }
.cww-10 { float: left; width: 1000px; }
.cww-11 { float: left; width: 1100px; }
.cww-12 { float: left; width: 1200px; }



.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.box-header { color: #444; display: block; padding: 10px; position: relative; }

.box_header01 {
    color: #444;
    padding: 15px 10px 10px 10px;
    position: relative;
    
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion,
.box-header .box-title {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
}

.box-header .box_title01 { font-size: 14px; }
.box_header01 { height:40px; }

.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
}

.box_body01 { padding: 0 10px; }
/*.box_body02 { height: calc(100vh - 170px); overflow-y: auto; }

@media (min-height: 1160px) {
  .box_body02 {
    height: calc(100vh - 250px);
  }
}*/

.box-header:before,
.box-body:before,
.box-footer:before,
.box-header:after,
.box-body:after,
.box-footer:after { content: " "; display: table; }

.box_header01:before,
.box_header01:after {
    content: none !important;
    display: none !important;
}

.box-header-right { display: flex; gap: 3px; }
.box-header-right input { width:150px; }
/*.box-header-right button { }*/


input.inp01 { display: inline-block; margin-left: 0.5em; width: auto; }
input.inp02 { display: inline-block; padding: 2px 5px; font-size: 13px; height:28px; }

input:disabled { background-color: #f5f5f5; color: #a0a0a0; border: 1px solid #d9d9d9; cursor: not-allowed; }

label.lab01 { font-weight: normal; text-align: left; white-space: nowrap; }

select.sel01 { display: inline-block; width: 75px; }

.input-sm { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; }

select.input-sm { height: 30px; line-height: 30px; }

.form-inline .form-control { display: inline-block; width: auto; vertical-align: middle; }

table { border-spacing: 0; border-collapse: collapse; background-color: transparent; }
th, td { text-align: left; }

.tab01 { clear: both; width: 100%; max-width: 100%; margin-top: 6px; margin-bottom: 15px; border: 1px solid #bbb; }
.tab01 td, .tab01 th { text-align: left; box-sizing: content-box; }
.tab01 > tbody > tr > td, .tab01 > tbody > tr > th,
.tab01 > tfoot > tr > td, .tab01 > tfoot > tr > th,
.tab01 > thead > tr > td, .tab01 > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border: 1px solid #bbb;
}
.tab01 > thead > tr > th { vertical-align: bottom; background-color: #ccc; color: #555; font-size: 15px; }
.tab01 td.tdmsg,
.tab01 td.empty,
.tab01 td.error,
.tab01 td.loading { text-align: center; height:28px; line-height: 28px; }

.tab02 { clear: both; width: 100%; max-width: 100%; margin-top: 5px; margin-bottom: 5px; border: 1px solid #bbb; }
.tab02 td, .tab02 th { text-align: left; box-sizing: content-box; }
.tab02 > tbody > tr > td, .tab02 > tbody > tr > th,
.tab02 > tfoot > tr > td, .tab02 > tfoot > tr > th,
.tab02 > thead > tr > td, .tab02 > thead > tr > th {
    padding: 5px;
    vertical-align: top;
    border: 1px solid #bbb;
    font-size: 13px;
}
.tab02 > thead > tr > th { vertical-align: bottom; background-color: #ccc; color: #555; font-size: 13px; }
.tab02 td.tdmsg,
.tab02 td.empty,
.tab02 td.error,
.tab02 td.loading { text-align: center; height:28px; line-height: 28px; }

.tdbtn .abtn { margin-left:5px; }
.tdbtn .btbtn { margin-left:3px; }
.tdbtn .abtn:first-child,
.tdbtn .btbtn:first-child { margin-left:0; }
.tdbtn2 { display: flex; align-items: center; gap: 3px; }
.flex-container { display: flex; align-items: center; gap: 3px; }

div.table_wrapper div.table_paginate,
div.layer_table_wrapper div.table_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: center;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

div.table_wrapper div.table_paginate ul.pagination,
div.layer_table_wrapper div.table_paginate ul.pagination {
    margin: 2px 0;
    white-space: nowrap;
}

.pagination > li { display: inline; }

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: 3px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination > li > a { background: #fafafa; color: #666; }
.pagination > li > a.link { cursor: pointer; }

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
    color: #ddd;
    cursor: not-allowed;
    background-color: #eee;
    border-color: #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
}

.div_paginate { margin: 0; white-space: nowrap; text-align: center; }

.pagination2 {
    display: inline-block;
    padding-left: 0;
    margin: 5px 0;
    border-radius: 4px;
}

.div_paginate ul.pagination2 {
    margin: 2px 0;
    white-space: nowrap;
}

.pagination2 > li { display: inline; }

.pagination2 > li > a,
.pagination2 > li > span {
    position: relative;
    float: left;
    margin-left: 10px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
}

.pagination2 > li > a { background: #fafafa; color: #666; }
.pagination2 > li > a.link { cursor: pointer; }

.pagination2 > .active > a,
.pagination2 > .active > a:focus,
.pagination2 > .active > a:hover,
.pagination2 > .active > span,
.pagination2 > .active > span:focus,
.pagination2 > .active > span:hover {
    z-index: 3;
    color: #ccc;
    cursor: default;
    background-color: #fff;
    border-color: #fff;
}

.pagination2 > .disabled > a,
.pagination2 > .disabled > a:focus,
.pagination2 > .disabled > a:hover,
.pagination2 > .disabled > span,
.pagination2 > .disabled > span:focus,
.pagination2 > .disabled > span:hover {
    color: #ddd;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #fff;
}

.pagination2 > li:first-child > a,
.pagination2 > li:first-child > span {
    margin-left: 0;
}

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.checkbox label, .radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px\9;
    margin-left: -20px;
}

.box-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 1px solid #f4f4f4;
    padding: 10px;
    background-color: #fff;
}

.box_footer01 { height:55px; }

.atacc.dspnone { display:none; }
.atreg.dspnone { display:none; }
.atmod.dspnone { display:none; }
.atdel.dspnone { display:none; }

.mask-box {
    position:absolute; z-index:800; left:0; top:0; height:100%; width:100%;
    background: rgba(0, 0, 0, 0.5);
    display:none;
}

.layer-box {
    position: absolute; z-index: 801; top: 100px; left: 100px;
    background: #fff; box-shadow: 0 5px 15px rgba(0,0,0,.5);
    display: none;
}

.box01 { width: 500px; min-width: 500px; max-width: 90%; }
.box11 { width: 350px; min-width: 350px; max-width: 90%; }
.box02 { width: 700px; min-width: 700px; max-width: 90%; top: 20px; left: 100px; }
.box03 { width: 500px; min-width: 500px; max-width: 90%; height:500px; top: 100px; left: 200px; z-index:802; margin-bottom:0; }
.box04 { width: 900px; min-width: 900px; max-width: 90%; top: 20px; left: 100px; }
.box05 { width: 500px; min-width: 500px; max-width: 90%; top: 20px; left: 100px; }
.box06 { width: 1200px; min-width: 1200px; max-width: 90%; top: 20px; left: 100px; }
.box0L { width: 1500px; min-width: 1500px; max-width: 90%; top: 20px; left: 50px; }

.dspl01 { flex-direction: column; }
.flex001 { flex: 1; overflow-y: auto; }

label.lab02 { display:inline-block; padding:6px 12px; vertical-align:middle; cursor:pointer; height:34px; margin:0; }
label.labf1 { color:#7e7e7e; background-color:#fff; border:1px solid #7e7e7e; }
label.labf1.dislabel { color:#fff; background-color:#ddd; cursor:default; }
label.labc1 { color:#cc8888; background-color:#fff; border:1px solid #cc8888; }
label.labc1.dislabel { color:#fff; background-color:#ddd; border:1px solid #7e7e7e; cursor:default; }

.input-row { display: flex; align-items: center; gap: 4px; }
.input-row .form-ctrl1 { flex: 1; margin-bottom: 0; }
.input-row .form-ctrl2 { flex: 2; margin-bottom: 0; }
.input-row .form-ctrl3 { flex: 3; margin-bottom: 0; }
.input-row .form-ctrl4 { flex: 4; margin-bottom: 0; }
.input-row .form-ctrl5 { flex: 5; margin-bottom: 0; }
.input-row .btn-ctrl1 { flex-shrink: 0; height: 34px; }

input[type="file"].file1 { position:absolute; width:0; height:0; padding:0; overflow:hidden; border:0; }

.cl_red01 { color: #e74c3c; }
.cl_yellow01 { color: #f1c40f; }
.cl_green01 { color: #2ecc71; }
.cl_blue01 { color: #337ab7; }
.cl_black01 { color: #000000; }
.cl_black02 { color: #333333; }

.bg_gray01 { background-color: #aaa; }

#showimg { position: relative; }
#showimg img { margin-top:10px; }
#showimg img.button1 { position: absolute; top: 2px; margin-top:0; margin-left:-9px; width:18px; }

#stock-in-item-search { display:none; }

.menu_auth_lv1 { background-color: #eee; color: #111; font-weight:bold; }