@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:100,300,400,500,700,900&display=swap&subset=korean');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800');
/* font-family: 'Montserrat', sans-serif; */
/* global default */
section, article, aside, footer, header, nav, hgroup { display:block; }

/* essential reset */
p, pre, ul, ol, dl, dd, blockquote, address, table, fieldset, form { margin-bottom:0; }

h1 { margin-bottom:40px; }
h2 { margin-bottom:30px; }
h3 { margin-bottom:25px; }
h4 { margin-bottom:10px; }
h5 { margin-bottom:3px; font-weight:500; }

a, a:link, a:visited, a:hover, a:active ,a:focus { text-decoration:none; color:#333; }

/*********************************************
** Layout_
**********************************************/
html { height:100%; }
body { font-family: 'Open Sans', 'Noto Sans KR', 'NotoSans', sans-serif; letter-spacing:-0.05em; background:#ebebf2; }
/* body 속성에 position:relative 를 해야만 footer 를 bottom 으로 고정이 가능하다. padding-bottom 을 footer 의 height 만큼 잡아준다. */
body { height:100%; }
header {
  color:#fff; height:50px; background:#1e1e2d; border-bottom:3px solid #bb845b; box-shadow: 0 2px 3px #a4a4a4;
}

div.body { min-height:calc(100% - 31px); font-size:12px; padding:20px; }
div.body { max-width:1920px; margin:0 auto; }
footer { color:#fff; height:26px; background:#1e1e2d; }
footer p.copyright { padding:5px; font-size:11px; }

.wrapper { width:100%; min-width:360px; margin:auto; }
.container { width:100%; min-width:360px; max-width:100%; padding:0; margin:0; }
.progress { position:fixed; top:0; bottom:0; left:0; right:0; margin:auto; z-index:9999; width: 200px; height: 120px; background: #fff; border: 2px solid #4687ff; -webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,0.4); -moz-box-shadow: 0 0 10px 2px rgba(0,0,0,0.4); box-shadow: 0 0 10px 2px rgba(0,0,0,0.4); }
.progress > .loader-msg { position:absolute; width:100%; bottom:10px; text-align:center; color:#003eb0; font-size:13px }
.loader { position:fixed; top:0; bottom:0; left:0; right:0; margin:auto; z-index:1000; width: 200px; height: 120px; background: #fff; border: 2px solid #4687ff; -webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,0.4); -moz-box-shadow: 0 0 10px 2px rgba(0,0,0,0.4); box-shadow: 0 0 10px 2px rgba(0,0,0,0.4); }
.loader > .loader-msg { position:absolute; width:100%; bottom:10px; text-align:center; color:#003eb0; font-size:13px }

div.ibox { padding:20px; box-shadow: 0 0 13px 0 rgba(82,63,105,.05); background-color: #fff; border-radius:3px; }

header div.user-info { padding:10px; }
header div.user-info .nav > li > a { color:#fff; background:#336633; font-size:12px; padding: 5px 10px; }
header div.user-info .nav > li > a:hover { background:#234723; }
header div.user-info .dropdown-menu > li > a { padding: 3px 20px; font-size: 12px; }

/* product-view */
.product-view .title { font-size: 16px; background: #3f5d75; padding: 5px 10px; color: #fff; font-weight: 500; }
.product-view .sub-photo.active { border:2px solid #cc6633; }
.product-view .context img { max-width:100%; }
.product-view span.price1 { font-size:15px; font-weight:600; color:#666; }
.product-view span.price2 { font-size:15px; font-weight:700; color:#ff0000 }
.product-view span.price3 { font-size:15px; font-weight:600; color:#666; }
.product-view span.price4 { font-size:15px; font-weight:600; color:#666; }
.product-view div.context { padding:10px 0; }

/* helper */
.help { padding:5px 10px 5px 5px; border:1px dotted #2b8055; background:#e2f5ec; color:#333; }
.help:before { content:"※ "; }

.ex { margin-left:5px; padding:5px 10px 5px 5px; background:#eef9f3; color:#333; }
.ex:before { content:"예) "; }

.notice { padding:5px 10px 5px 0; color:#333; }
.notice:before { content:"※ "; }


.summernote-update-info { display:none; }

div.title { font-weight:500; font-size:13px; margin-bottom:5px; }

div.manual { margin:0 0 10px 0; padding:10px; border:2px solid #ccc; }
div.manual > p.title { margin-bottom:10px; padding:5px; background:#f7f7f7; border:1px solid #ccc; }
div.manual > ul { list-style: decimal; padding:0 0 0 15px; }
div.manual > ul > li { margin-bottom:5px; }
div.manual > ul > li:last-child { margin-bottom:0; }

span.glue { display:inline-block; padding:1px; background:#ccc; }
span.glue > span.title { display:inline-block; padding:4px 10px; background:#f2f2f2; }
span.glue > span.value { display:inline-block; padding:4px 10px; background:#ffffff; }

span.glue.red { background:#f00; }
span.glue.red > span.title { background:#ce674d; color:#fff; }
span.glue.red > span.value { background:#dd7f68; color:#fff; }

p.text { padding:5px; min-height:27px; }
span.price:after { content:" 원"; font-size:11px; color:#999; }
span.percent:after { content:" %"; font-size:11px; color:#999; }

/* multi search box */
div.m-box {	width: 150px; 	height: 18px; }
div.m-box > textarea { position: absolute; z-index: 200; width: 150px; padding: 5px 10px; resize: none; font-size:11px; }
div.m-box > textarea:focus { height: 150px; border:2px solid #888; }
div.m-box > textarea + div.help{ display:none; }
div.m-box > textarea:focus + div.help{ padding:4px; display : inherit; position: relative; top: 150px; z-index: 999; }

/* paginate */
.guide { background:#e7e7e7; border:1px solid #dddddd; padding:5px 10px; }

/* dropdown nav menu */
nav.dark > ul.nav > li > div.logo { width:100px; padding:3px 5px; }
nav.dark > ul.nav > li > a { padding:14px 10px; font-size:13px; color:#fff; font-weight:400; background-color:transparent; }
nav.dark > ul.nav > li:hover > a,
nav.dark > ul.nav > li:focus > a { color:#fff; background-color:rgba(0,0,0,0.03); }
nav.dark > ul.nav > li.active > a { color:#888; background-color:#fff; }
nav.dark > ul.nav > li.active:hover > a { color:#fff; background-color:rgba(0,0,0,0.03); }
nav.dark > ul.nav > li > a { padding-right:25px; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }
nav.dark > ul.nav > li > a:after{
display: block; content: "\f107"; position: absolute; top: 50%; right: 10px; margin: -5px 0 0; font-family: FontAwesome; font-size: 12px; opacity: .3; line-height: 1em; -webkit-transition: -webkit-transform .2s  ease-in; -moz-transition: -moz-transform .2s ease-in; -ms-transition: -ms-transform .2s ease-in; -o-transition: -o-transform .2s ease-in; transition: transform .2s ease-in; }
nav.dark > ul.nav > li > a.single:after{ content: ""; }

/* all drop down menu hover show */
nav.dark li:hover > ul.dropdown-menu { display:block; }
nav.dark .dropdown-submenu { position: relative; min-width: 150px; }
nav.dark .dropdown-submenu > .dropdown-menu { top: 0; left: 100%; margin-top: -2px;	margin-left: -1px; }
nav.dark .dropdown-submenu:hover > .dropdown-menu { display: block; }
nav.dark .dropdown-submenu:hover > a:after { border-left-color: #fff; }
nav.dark .dropdown-submenu.pull-left { float: none; }
nav.dark .dropdown-submenu.pull-left > .dropdown-menu { left: -100%; margin-left: 10px; }

nav.dark ul.dropdown-menu {
	padding: 0;
	border:0;
	border-top:2px solid #bb845b;
	min-width: 150px;
	background: #333;
	box-shadow: rgba(0,0,0,0.2) 0 6px 12px;
	-webkit-transition: top .4s ease;
	-o-transition: top .4s ease;
	transition: top .4s ease;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

nav.dark ul.dropdown-menu li > a { color:#ccc; font-size:12px; padding:10px 15px; letter-spacing:-0.08em; }
nav.dark ul.dropdown-menu li > a:hover { color:#fff; background-color: rgba(0,0,0,0.15); }
nav.dark ul.dropdown-menu li > a.dropdown-toggle { background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAoCAMAAADJ7yrpAAAABlBMVEX///+ZmZmOUEqyAAAAAXRSTlMAQObYZgAAAB1JREFUeNrtyLERAAAAATH2X9oQf1RSRkd4tPyuKhKVAAqFOyFzAAAAAElFTkSuQmCC') no-repeat right; }
nav.dark ul.dropdown-menu li > a.dropdown-toggle:hover { color:#fff; background-color: rgba(0,0,0,0.15); }
nav.dark ul.dropdown-menu li.divider { margin:0; overflow: hidden; background-color: rgba(255,255,255,0.1); }
nav.dark ul.dropdown-menu li > a > i { margin-right:10px; }
nav.dark .mega-menu { position:inherit; }
nav.dark .mega-menu > ul { max-width: calc(100% - 30px); width: 100%; top: inherit; margin: 0 0 0 15px; }
/*
original : nav.dark .mega-menu > ul { max-width: 100%; width: 100%; top: inherit; }
container 사용시 calc(100% - 30px); margin: 0 0 0 15px; 사용
*/
nav.dark .mega-menu div.row div > ul > li > span { color: #fff; font-weight: bold; display: block; padding: 6px 15px 15px 15px; }
nav.dark .mega-menu div.row div > ul > li + li > span { margin-top: 25px; }
nav.dark .mega-menu div.row { display:table; width:100%; }
nav.dark .mega-menu div.row > div { display: table-cell; float:none; vertical-align: top; padding: 15px 0 0 0; border-left: rgba(0,0,0,0.2) 1px solid; }
nav.dark .mega-menu div.row > div:first-child { border-left:0; }
nav.dark .mega-menu li a { margin: 0; padding: 7px 15px; font-weight: 400; color: #ccc; font-size: 12px; display: block; text-decoration: none; }
nav.dark .mega-menu.effect-1 .dropdown-menu a { -webkit-transition: all .300s; transition: all .300s; }
nav.dark .mega-menu.effect-1 .dropdown-menu a:hover { padding-left:20px; }

/*mobile gnb*/
.mside-l .gnb .m-tit {
    padding: 7px 10px 6px;
    background: linear-gradient(0deg, #636363 0%, #8a8a8a 100%);
    border-bottom: 1px solid #3e3e3e;
    font-size: 15px;
    color: #fff;
    margin: 0;
}
.mside-l .gnb .menu-sub .tit-sub {
    margin: 0;
    padding: 4px 0 3px 10px;
    background: #eee;
    border-bottom: 1px solid #dedede;
}
.mside-l .gnb .menu-sub .row > div {
    border-right: solid 1px #eee;
    border-bottom: solid 1px #eee;
}
.mside-l .gnb .menu-sub .row > div:nth-child(2n) {
    border-right: none;
}
.mside-l .gnb .menu-sub a {
  display: block;
  color: #886f6f;
  font-size: 13px;
  font-weight: 500;
  padding: 8px 2px 8px 12px;
  text-align: left;
  letter-spacing: -1px;
  border: none;
  border-radius: 0;
}
.mside-l .gnb .menu-sub a.tm-d2:before {
  content: '';
  position: absolute;
  top: 15px;
  left: 7px;
  width: 3px;
  height: 3px;
  background-color: #886f6f;
  display: block;
}

.profiler { margin:20px auto; padding:15px; word-break:break-all; word-wrap: break-word; }
.profiler > .ibox { background:#fff; padding:10px; border-radius: 3px; }
.profiler table { border:2px solid #444; width:100%; margin-bottom:20px; }
.profiler table > thead > tr > th { padding:3px; color:#fff; text-align:center; background:#444; }
.profiler table > tbody > tr { border-bottom:1px solid #e4e4e4; }
.profiler table > tbody > tr > th { padding:3px; }
.profiler table > tbody > tr > td { padding:3px; font-size:12px; }
.profiler table > tbody > tr:nth-child(odd) { background:#fff; }
.profiler table > tbody > tr:nth-child(even) { background:#f9f9f9; }

.profiler .in-second-table { margin-bottom:0; }
.profiler .in-second-table th { padding:3px; color:#fff; text-align:center; background:#888; }
.profiler .in-third-table { margin-bottom:0; }
.profiler .in-third-table { border:0; }

.profiler h4 { margin-bottom:0; }

.bold { font-weight:700; }
.semi-bold { font-weight:600 }

.txt-ellip { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

/* hidden frame */
.fs-frame { display:none; }
.fs-frame #execute_frame { width:0; height:0; }

/* bootstrap nav tab custom */
.modal-content .modal-header { padding:10px; }
.modal-content .modal-header .modal-title { font-size:16px; }
.modal-content .modal-body { font-size:12px; padding:10px; min-height:200px; }
.modal-content .modal-footer { padding:10px; }
.modal-content .modal-close { color:#000; }

/* bootstrap-select */
/* .bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark { left: 5px; } */
.dropdown { display:inline-block; }
.dropdown-menu { font-size: 12px; }
.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover { color: #333; }

.navbar-right { float: right !important; margin-right: 0; }
.select2-container--default .select2-selection--single { border-radius: 0; }
div.dataTables_wrapper div.dataTables_filter input { margin-left: 0.5em; display: inline-block; width: 100px; height: 25px; border-radius: 0; padding: 5px; }

.input-group-addon { font-size: 12px; }
.input-daterange input:first-child { border-radius: 0; }
.input-daterange input:last-child { border-radius: 0; }

.search input[type="checkbox"].chk-group + label.bar { padding: 6px 8px; }

input[type="checkbox"] + label.bar.bar-lb { padding: 5px 5px; }

/* handsontable */
.handsontableInput { color:#fff; background-color: #339363 !important; text-align: inherit; }
.handsontable .htAutocompleteArrow { color: #c4c4c4; cursor: pointer; }
.handsontable img.product-image { width:20px; height:20px; }
.handsontable .item_code { color:#0066ff !important; cursor:pointer;  }
.handsontable .view { line-height:18px; }

/* .handsontableInput { border:1px solid #000; } */
.input-group { top: 1px; }
.handsontable .htDimmed { color: #000; }
.wordWrapClass{ text-overflow: ellipsis; white-space: nowrap !important; }
.wtHider { font-size:12px; }
.sales { background:#d9f9e4 !important; }
.compare { background:#e8e8ff !important; }
.ht-bg-red { background:#ffe1e1 !important; }
.ht-bg-yellow { background:#e6fff2 !important; }
.ht-bg-blue { background:#eeeeff !important; }

#sheet { border:2px solid #666; }

#fs-popup-lg { margin-top:10px; }
#fs-popup-sm { margin-top:10px; }

#fs-popup-lg > .modal-lg { max-width:1100px; width:100%; border-radius: 0; }
#fs-popup-sm > .modal-sm { max-width:600px; width:100%; border-radius: 0; }
#fs-popup-lg .modal-content { border-radius: 5px; border: 3px solid #e3cd99; }
#fs-popup-sm .modal-content { border-radius: 5px; border: 3px solid #e3cd99; }

.modal-header { padding: 15px; border-bottom: 3px solid #e5e5e5; }

/* sweet alert */
/*
.sweet-alert h2 { font-size:20px; color:#806229 }
.sweet-content { padding:10px; font-size:13px; }
.sweet-alert hr { height:1px; margin:25px 0; }
.sweet-alert { border-radius: 0; border: 5px solid #d06034; }
*/

body.swal2-height-auto { height: 100% !important; }
.switch { top: 3px; cursor: pointer; position: relative; padding-right: 0; display: inline-block; margin-bottom: 0; height: 26px; }
.x1800 { max-width:1760px; }
.x1920 { max-width:1880px; }
table .btn { margin: 0; }

#fs-popup-full .modal-dialog { width:100%; margin: 0; }
#fs-popup-full .modal-content { background-color: #fff; border: 1px solid #ccc; border-radius: 0; outline: 0; -webkit-box-shadow: none; box-shadow: none; }
#fs-popup-full .modal-body { padding:5px 0; }

/* datepicker */
div.datepicker-days table.table-condensed tfoot tr th.today { background:#fff; border:1px solid #f5f5f5; border-radius:0 }
div.datepicker-days table.table-condensed tfoot tr th.today:hover { background:#eee; }

div.datepicker-days table.table-condensed tfoot tr th.clear { background:#fff; border:1px solid #f5f5f5; border-radius:0 }
div.datepicker-days table.table-condensed tfoot tr th.clear:hover { background:#eee; }

div.datepicker-days table.table-condensed td.cw { padding: 0 1px !important; }
div.datepicker-days table.table-condensed td.cw > p { background: #f0dbc9; padding: 5px 3px 3px 3px; font-size: 12px; font-weight: bold; border-radius:3px; }

/* toast popup */
.jq-toast-single { border-radius: 0; font-family: inherit; background-color: #dd4646; color: #fff; }
.jq-toast-loader { height: 3px; border-radius: 0; background-color: #cc9900; }
.jq-toast-single h2 { font-family: inherit; font-size: 12px; margin: -9px -10px 7px; background: #a41616; padding: 5px 9px; color: #ffbf87; font-weight:500; }
.jq-toast-wrap { width:inherit; min-width: 250px; max-width: 400px; }
.jq-toast-wrap.bottom-right { bottom: 40px; right: 25px; }

.jq-toast-wrap.bottom-right .jq-toast-single { border-radius: 3px; padding: 9px 10px 10px 10px; background-color: #fff; color: #333; border: 1px solid #557fc1; }
.jq-toast-wrap.bottom-right h2 { background: #557fc1; color: #fff; }
.jq-toast-wrap.bottom-right .close-jq-toast-single { color:#fff; }



/* paginate */
.pagi-wrap {
    margin: 10px 0 5px;
    text-align:center;
}
ul.paginate {
    width:auto;
    display:inline-block;
    margin:0 auto;
    padding:0;
    border:1px solid #e6e6e6;
    text-align: center;
}
ul.paginate li {
    margin:0;
    padding:0;
    float:left;
    border-right:1px solid #e6e6e6;
    background-color:#fff;
}
ul.paginate li.prev a,
ul.paginate li.next a {
    padding:4px 4px;
}
ul.paginate li.prev a:before {
    content:'\00ab  ';
}
ul.paginate li.next a:after {
    content:' \00bb';
}
ul.paginate li a.a-disable {
    pointer-events:none;
    color:rgba(46,64,87,.4);
}
ul.paginate li:last-child {
    border-right:none;
}
ul.paginate li a {
    float:left;
    margin:0;
    padding:4px 9px;
    border:none;
    font-size:12px;
    color:#5A5A5A;
}
ul.paginate li a.current {
  background-color:#818af3;
  color:#fff;
  font-weight:600;
  text-shadow: 1px 1px 1px #aaa;
}
ul.paginate li a:not(.current):hover {
    background-color:#f0f0f0;
}
ul.paginate li > span {
  padding: 1px 8px 7px;
  display: inline-block;
}

.breadcrumb > li + li::before {
	padding: 0 5px;
	color: #ccc;
	content: "\003E";
}

.admin_menu_tree_box { border:2px solid #ccc; height:420px; padding:1px; }
.admin_user_list { border:2px solid #ccc; height:420px; padding:5px; }
.group-clicked:after { content:"GROUP"; margin-left:5px; color:#fff; background:#d5aa51; font-size:10px; font-family:tahoma; padding:0 3px; }

#fs-popup-items .modal-lg { width:100%; max-width:1600px; }

/* item view */
/* 탭메뉴 - 기본 디자인 (hover : 보라줄) */
.more-tabs > .tab-btns {
  border-bottom: 1px solid #cfd8dc;
}

.more-tabs > .tab-btns > ul li {
  float:left;
  margin-bottom: -1px;
  text-align: center;
	width: 12.5%;
}

.more-tabs > .tab-btns > ul li a {
  position:relative;
  display:block;
  border-top:1px solid #cfd8dc;
  border-right:none;
  border-bottom:1px solid #cfd8dc;
  border-left:1px solid #cfd8dc;
  border-radius:0 !important;
  background-color:#F1F3F5;
  /* color:#263238; */
  color:#4b90b3;
  padding:9px 18px;
  box-sizing:border-box;
  margin:0;
  font-size:12px;
  font-weight:500;
}

.more-tabs > .tab-btns > ul li:last-child a {
  border-right:1px solid #cfd8dc;
}

.more-tabs > .tab-btns > ul li a:after {
  content:'';
  height:0;
  display:block;
  position:absolute;
  top:-1px;
  left:-1px;
  right:-1px;
  background-color:transparent;
  z-index:1;
  transition:all ease 0.30s;
  -webkit-transition:all ease 0.30s;
  -moz-transition:all ease 0.30s;
  -ms-transition:all ease 0.30s;
  -o-transition:all ease 0.30s;
}

.more-tabs > .tab-btns > ul li.active a {
  background-color:#fff;
  border-bottom:1px solid #fff;
  margin-bottom:-1px;
  color:#263238;
}

.more-tabs > .tab-btns > ul li:hover a:after,
.more-tabs > .tab-btns > ul li.active a:after {
  background-color:#9F4BC1;
  height:3px;
}
.more-tabs .tab-pane { min-height:200px; }

a.item-view { color:#0000cc }

/* ashobiz */

.gauge { padding:5px 0; max-width:500px; }
.gauge-bg { height: 9px; background: #fafafa; border-radius: 4px; box-shadow: inset 0 0 1px rgba(0,0,0,.1); position: relative; }
.gauge-bar { position: absolute; top: 0; left: 0; border-radius: 4px; height: 100%; text-align: right; }

.page-status { margin: 0; color: #fff; font-size: 12px; line-height: 12px; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); display: inline-block; }
.page-status:before, .page-status:after { content: " "; display: table; }
.page-status:after { clear: both; }
.page-status:hover, .page-status:focus { color: #fff; text-decoration: none; }
.page-status span { float: left; color:#fff; padding: 7px 12px; box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1); }
.page-status span:first-child { border-top-left-radius: 4px; border-bottom-left-radius: 4px; }
.page-status span:last-child { border-top-right-radius: 4px; border-bottom-right-radius: 4px; }

/* board */
div.board.view .title { padding:5px 0; font-size:14px; border-bottom:2px solid #666;  }
div.board.view .info { padding:5px 0; margin-bottom:10px; }
div.board.view .contents { padding:10px; border:1px dashed #ccc; min-height:400px; }
div.board.view .contents img { max-width:100%; }

div.comments .comment-row { margin-bottom:20px; border-bottom:1px solid #ccc; }
div.comments .comment-body { padding:5px; background:#f7f7f7; margin-bottom:10px; }

div.board.view .contents table > thead > tr > th { border: 1px solid #ccc; background:#e4e4e4; padding:3px; }
div.board.view .contents table > thead > tr > td { border: 1px solid #ccc; }
div.board.view .contents table > tbody > tr > th { border: 1px solid #ccc; background:#f5f5f5; padding:3px; }
div.board.view .contents table > tbody > tr > td { border: 1px solid #ccc; padding:3px; }

.note-editable table > thead > tr > th { border: 1px solid #ccc; background:#e4e4e4; padding:3px; }
.note-editable table > thead > tr > td { border: 1px solid #ccc; }
.note-editable table > tbody > tr > th { border: 1px solid #ccc; background:#f5f5f5; padding:3px; }
.note-editable table > tbody > tr > td { border: 1px solid #ccc; padding:3px; }

/* bootstrap label */
.label-sort { padding:1px 5px; }
.swal2-title { font-weight:400; }

/******************************************
  그룹웨어 - 전자결재
*******************************************/
.office-sub p.tit > span {
  position: absolute;
  top: 4px;
  right: 2px;
  font-size: 11px;
}
.office-body .input-group { top:0; }
.office-body div.office {
  max-width: 100%;
  padding: 5px;
  font-size: 13px;
}
.office-body div.view div.heading-title {margin-bottom: 15px;}
.office-body div.office h1.title { font-size: 24px; }
.office-body div.office span.glue { margin:5px; }
.office-body div.office table.docs > tbody > tr > td { padding: 5px; }
.office-body div.office table.docs span.input {
  display: initial;
  min-width: initial;
}
/*.office-body table.docs tr th { width:15%; }*/
/*.office-body table.docs tr td { width:35%; }*/

  /* 결재자라인 */
.draft-wrap {
  width: 700px;
  margin: 0 auto;
}
.auth-line {
  text-align: right;
}
.auth-line table.table {
  display: initial;
}
.auth-line table.table tr > th,
.auth-line table.table tr > td {
  border: 1px solid #000;
  text-align: center;
}
.auth-line table.table tr > th {
  padding: 3px 8px;
  min-width: 65px;
  background-color: #d2d2d2;
  font-weight: 600;
  font-size: 13px;
}
.auth-line table.table tr > th.hd {
  width: 22px;
  min-width: 22px;
}
.auth-line table.table tr > td {
  font-size: 12px;
  padding: 20px 5px;
}


/* Search form style - Acco. */
.search-acco {
    border: 1px solid #1e4669;
    background: #f9f9f9;
}
.search-acco .bt-op-sr:after {
    content: "\f078";
    font: normal normal normal 14px/1 FontAwesome;
    position:absolute;
    top:8px;
    right:10px;
    width:14px;
    height:16px;
    color: #fff;
    transition:all ease 0.4s ;
    -webkit-transition:all ease 0.4s ;
    -moz-transition:all ease 0.4s ;
    -ms-transition:all ease 0.4s ;
    -o-transition:all ease 0.4s ;
}
.search-acco .bt-op-sr[aria-expanded="true"]:after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

/* Search Form */
.search-acco .input-group .input-group-addon {
    width: 100%;
    height: 30px;
    margin: 0;
    display: block;
}
.search-acco ul.selec-group > li {
    margin-bottom: 5px;
}
.search-acco ul.selec-group > li:nth-child(2n) {
    text-align: right;
}

/* 게시판 리스트 스타일 (적용 : 업무요청/관리 페이지, )*/
ul.artc-wrap {
    margin-top: 10px;
    border-top: 2px solid #e2dfdf;
}
ul.artc-wrap li.artc-item {
    padding: 6px 4px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
ul.artc-wrap li.artc-item .i-main > div.icol-1 { width: 12%; }
ul.artc-wrap li.artc-item .i-main > div.icol-2 { width: 75%; }
ul.artc-wrap li.artc-item .i-main > div.icol-3 { width: 13%; }
ul.artc-wrap li.artc-item .i-main > div.icol-1 .labels.processivity {
    border:none;
    background: #eee;
    padding: 1px 0;
}
ul.artc-wrap li.artc-item .i-main > div.icol-2 .a-tit > p {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    font-weight: 500;
    margin: -1px 0 2px 0;
}
ul.artc-wrap li.artc-item .i-main > div.icol-2 .a-inf {
    color:#6b6b6b;
}
ul.artc-wrap li.artc-item .i-main > div.icol-2 .a-inf .labels.uid {
    min-width: 48px;
}
ul.artc-wrap li.artc-item .i-main > div.icol-3 .comment-tot {
    height: 19px;
}
ul.artc-wrap li.artc-item .i-main > div.icol-3 .comment-tot i.fa {
    position: relative;
    top: -1px;
    color:#9e9e9e;
}
ul.artc-wrap li.artc-item .i-main > div.icol-3 button.btn {
    height: 19px;
    padding: 0;
    font-size: 12px;
    color:#926f56;
    border-color: #d9d1c5;
}
ul.artc-wrap li.artc-item .i-main > div.icol-3 button.btn[aria-expanded="true"] > i.fa {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
ul.artc-wrap li.artc-item .i-sub > div.inner {
    background: #f9f7f3;
    border: 1px solid #d8d8d8;
    margin-top: 5px;
}
ul.artc-wrap li.artc-item .i-sub table.table {
    border-top: 1px solid #cecece;
}
ul.artc-wrap li.artc-item .i-sub table.table tr th,
ul.artc-wrap li.artc-item .i-sub table.table tr td {
    padding: 2px 4px;
    background: #fff;
}
ul.artc-wrap li.artc-item .i-sub table.table tr th {
    border-right: 1px solid #e2e2e2;
}

/* 게시판 뷰페이지 스타일 */
table.a-info {
    border-top:2px solid #b3b3b3;
    border-bottom:2px solid #b3b3b3;
}
table.a-info tr {
    border-bottom: 1px solid #dadada;
}
table.a-info tr th {
    border:none;
    background: #eee;
}

/*  */
.labels {
    border: 1px solid rgba(0, 0, 0, 0.15);;
    font-size: 11px;
    padding: 0px 3px 0px 0;
    margin: 0;
    height: 18px;
}
.labels > .lab-hd {
    background: #e4ddd3;
    padding:0 4px 0 2px;
    color: #887171;
    display: inline-block;
    vertical-align: top;
    height: 16px;
    margin: 0 3px 0 0;
}

/* calendar style */
.calendar-wrap div.ibox { padding: 0; }
.calendar-wrap .cal-head {
    padding: 20px;
    border-bottom: 1px solid #f1f1f1;
}
.calendar-wrap .cal-head p.tit {
    font-size: 18px;
    font-weight: 600;
}
.calendar-wrap .cal-body {
    padding: 20px;
}
.calendar-wrap .cal-body .evt-classify#external-events {
    width: 100%;
    padding: 0 0px;
    border: none;
    background: #fff;
}
.calendar-wrap .cal-body .evt-classify#external-events .fc-event {
    margin: 0 0 18px 0;
    padding: 8px 2px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    font-size: 13px;
}
.calendar-wrap .cal-body .evt-classify .selbox {
    border-top: 1px dashed #eaeaea;
    margin-top: 20px;
    padding-top: 15px;
}
.calendar-wrap .cal-body .evt-classify .selbox label {
    font-size: 13px;
    line-height: 22px;
}
.calendar-wrap .cal-body #calendar .fc-widget-header table > thead > tr {
    background-image: -webkit-gradient(linear,left bottom, left top,color-stop(0, #f2f2f2),to(#fafafa));
    background-image: linear-gradient(to top,#f2f2f2 0,#fafafa 100%);
}
.calendar-wrap .cal-body #calendar th.fc-day-header {
    padding: 8px 0;
}
.calendar-wrap .cal-body #calendar .fc-day.fc-past {
    background-image: linear-gradient(135deg,rgba(0,0,0,.02) 25%,transparent 25%,transparent 50%,rgba(0,0,0,.02) 50%,rgba(0,0,0,.02) 75%,transparent 75%,transparent);
    background-color: #ffffff;
    background-size: 1rem 1rem;
}
.calendar-wrap .cal-body #calendar .fc-day-top.fc-past > span.fc-day-number {
    opacity: 0.75;
}
.calendar-wrap .cal-body #calendar button.fc-button {
    color: #69696b;
    background: 0 0;
    border: 1px solid #ebedf3;
    padding: 5px 10px;
    line-height: 14px;
    height: 36px;
}
.calendar-wrap .cal-body #calendar button.fc-button:hover {
    color: #b5b5c3;
    background: #f3f6f9;
}
.calendar-wrap .cal-body #calendar button.fc-today-button {
    color:#3d3d3d;
    padding: 5px 15px;
    opacity: 1;
}
.calendar-wrap .cal-body #calendar .fc-content-skeleton table td .fc-event {
    box-shadow: 0 0 9px 0 rgba(0,0,0,.055);
}
.calendar-wrap .cal-body #calendar .fc-content {
    padding: 2px 5px;
}
.calendar-wrap .cal-body .fc-title{ font-size:12px; }
.calendar-wrap .cal-body .fc-event { border-radius: 0; }

.calendar-wrap .cal-body #calendar a.fc-day-number {
    display: inline-block;
    padding: 2px 10px;
    background: #ead0b6;
    border:1px solid #dbaf84;
    margin: 2px;
    color: #784e23;
    width: 30px;
    text-align: center;
}
.calendar-wrap .cal-body #calendar a.fc-day-number:hover { text-decoration:none; background: #dbaf84; border:1px solid #dbaf84; }

.calendar-wrap .cal-body #calendar .fc-today > a.fc-day-number {
    background: #996600;
    color:#fff;
}

.calendar-wrap .cal-body .fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number {
    float: inherit;
}

/**********************************************
 팀(부서) 캘린더
***********************************************/
table.calendar > thead > tr > th { text-align:center; user-select: none; }
table.calendar > tbody > tr > td { padding:0; vertical-align: top; }
table.calendar > tbody > tr > td > div.day { min-height:100px; padding:5px; }
div.day { position: relative; }
div.day div.item { margin-bottom:3px; background:#f2f2f2; }
div.day div.item > div.heads { padding:0 3px; background:#ccc; font-size:11px; }
div.day div.item > div.users { color:#fff; background:#666; font-size:11px; }
div.day div.item div.heads.code-full { background:#cb79e6; color:#fff; }
div.day div.item div.heads.code-am { background:#609cec; color:#fff; }
div.day div.item div.heads.code-fm { background:#609cec; color:#fff; }
div.day div.item div.heads.code-workouts { background:#999933; color:#fff; }
div.day-text { user-select: none; z-index:1; margin-bottom:3px; }
div.day-text > span { padding: 4px 5px; background: #666; display: inline-block; font-size: 12px; font-weight: 600; font-family: tahoma; color: #fff; width: 100%; text-align: center; border-radius: 2px; opacity: 0.5; }
div.day-text > span.other { background: #e7e7e7; }
div.day-text > span.weekend { background: #ff9d9d; }
div.day-text > span.other.weekend { background: #ffb9b9; }
.calendar-wrap .day {
  margin-bottom: 10px;
  padding: 3px;
  border: 1px solid #f3f3f3;
  box-shadow: 1px 1px 1px rgb(0 0 0 / 15%);
}
.calendar-wrap .day .i-head {
  padding-bottom: 2px;
}
.calendar-wrap .day .i-body > .item:last-child {
  margin-bottom: 0;
}


/**********************************************
/* 검색 메뉴 */
/**********************************************/
.accordion-wrap .prd-search { padding:5px; }
.accordion-wrap .prd-search .m-box { width:100%; position: relative; }
.accordion-wrap .prd-search .m-box > textarea { width:100%; }


  /* default spinner
  http://tobiasahlin.com/spinkit/
  */
.spinner { margin: 10px auto; width:100%; height: 40px; text-align: center; font-size: 10px; }
.spinner > p.message { font-size:14px; }
.spinner > div { background-color: #888; height: 100%; width: 6px; display: inline-block; -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out; animation: sk-stretchdelay 1.2s infinite ease-in-out; }
.spinner .rect2 { -webkit-animation-delay: -1.1s; animation-delay: -1.1s; }
.spinner .rect3 { -webkit-animation-delay: -1.0s; animation-delay: -1.0s; }
.spinner .rect4 { -webkit-animation-delay: -0.9s; animation-delay: -0.9s; }
.spinner .rect5 { -webkit-animation-delay: -0.8s; animation-delay: -0.8s; }
@-webkit-keyframes sk-stretchdelay { 0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  20% { -webkit-transform: scaleY(1.0) } }
@keyframes sk-stretchdelay { 0%, 40%, 100% { transform: scaleY(0.4); -webkit-transform: scaleY(0.4); }  20% { transform: scaleY(1.0);-webkit-transform: scaleY(1.0); } }