@charset "UTF-8";
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/NotoSans-Thin.woff) format("woff"), url(../fonts/NotoSans-Thin.otf) format("opentype"); }

@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/NotoSans-Regular.woff) format("woff"), url(../fonts/NotoSans-Regular.otf) format("opentype"); }

@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/NotoSans-Medium.woff) format("woff"), url(../fonts/NotoSans-Medium.otf) format("opentype"); }

@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/NotoSans-Bold.woff) format("woff"), url(../fonts/NotoSans-Bold.otf) format("opentype"); }

@font-face {
  font-family: 'Noto Sans Kr';
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/NotoSansKR-Thin.woff) format("woff"), url(../fonts/NotoSansKR-Thin.otf) format("opentype"); }

@font-face {
  font-family: 'Noto Sans Kr';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/NotoSansKR-Regular.woff) format("woff"), url(../fonts/NotoSansKR-Regular.otf) format("opentype"); }

@font-face {
  font-family: 'Noto Sans Kr';
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/NotoSansKR-Medium.woff) format("woff"), url(../fonts/NotoSansKR-Medium.otf) format("opentype"); }

@font-face {
  font-family: 'Noto Sans Kr';
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/NotoSansKR-Bold.woff) format("woff"), url(../fonts/NotoSansKR-Bold.otf) format("opentype"); }

@font-face {
  font-family: 'Noto Sans Jp';
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/NotoSansJp-Thin.woff) format("woff"), url(../fonts/NotoSansJp-Thin.otf) format("opentype"); }

@font-face {
  font-family: 'Noto Sans Jp';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/NotoSansJp-Regular.woff) format("woff"), url(../fonts/NotoSansJp-Regular.otf) format("opentype"); }

@font-face {
  font-family: 'Noto Sans Jp';
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/NotoSansJp-Medium.woff) format("woff"), url(../fonts/NotoSansJp-Medium.otf) format("opentype"); }

@font-face {
  font-family: 'Noto Sans Jp';
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/NotoSansJp-Bold.woff) format("woff"), url(../fonts/NotoSansJp-Bold.otf) format("opentype"); }

@font-face {
  font-family: 'Noto Sans Sc';
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/NotoSansCJKsc-Regular.otf) format("opentype"); }

@font-face {
  font-family: 'Noto Sans Sc';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/NotoSansCJKsc-Regular.otf) format("opentype"); }

@font-face {
  font-family: 'Noto Sans Sc';
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/NotoSansCJKsc-Medium.otf) format("opentype"); }

@font-face {
  font-family: 'Noto Sans Sc';
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/NotoSansCJKsc-Bold.otf) format("opentype"); }

html {
  font-family: 'Noto Sans Kr'; }

:lang(ko) {
  font-family: Noto Sans Kr; }

:lang(en) {
  font-family: Noto Sans; }

:lang(vn) {
  font-family: Arial,sans-serif;
  /*font-family:Noto Sans;*/ }
  :lang(vn) .b-content-title__mainTitle, :lang(vn) .b-infoBox__txt .title {
    font-weight: 600; }

:lang(jp) {
  font-family: Noto Sans Jp; }

:lang(cn) {
  font-family: Noto Sans Sc; }

.fwL {
  font-weight: 300; }

.fwR {
  font-weight: 400; }

.fwM {
  font-weight: 500; }

.fwB {
  font-weight: 900; }

/*
 * Nanum Gothic (Korean) http://www.google.com/fonts/earlyaccess
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block; }

address, em {
  font-style: normal; }

fieldset, img {
  border: 0 none; }

table {
  border-spacing: 0;
  border-collapse: collapse;
  word-break: keep-all; }

ol, ul, li {
  list-style: none;
  overflow: hidden; }

* {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-print-color-adjust: exact; }

html, body {
  font-size: 100%;
  height: 100%;
  color: #333; }

body {
  font-size: 14px; }

a {
  color: #333;
  text-decoration: none; }

a:hover, a:focus {
  text-decoration: none; }

a:focus {
  outline: thin dotted;
  outline-offset: -1px; }

img {
  vertical-align: middle; }

/* IE 10, 11의 네이티브 화살표 숨기기/select background 생길경우 이곳에 마크업 */
select::-ms-expand {
  display: none; }

input, textarea, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  margin: 0;
  background: #fff; }

input, select, textarea, button {
  padding-left: 5px;
  vertical-align: middle;
  border: 1px solid #ddd;
  color: #656565; }

select {
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 20px;
  background: #fff url("/resources/images/icons/ico_selectbox.png") no-repeat 96% 50%;
  background-size: 8px; }
  select option {
    border-bottom: none; }

input[type='checkbox'] {
  -webkit-appearance: checkbox;
  margin: 0 4px; }

input[type='radio'] {
  -webkit-appearance: radio;
  margin: 0 4px; }

textarea {
  padding: 10px; }

button {
  border: 0 none;
  padding: 0;
  background-color: transparent;
  cursor: pointer; }

textarea.fixed {
  resize: none; }

html label {
  margin-bottom: 0; }

/*
::-webkit-scrollbar {width: 6px; height: 6px;}
::-webkit-scrollbar-button {display: block; height:0px; background:#fff;}
::-webkit-scrollbar-track {background:#ffffff;}
::-webkit-scrollbar-thumb {height: 10px; width: 10px; -webkit-border-radius: 8px; border-radius: 8px; -webkit-box-shadow:#ffc0cb; background:#4d8bd9;}//background:#1468cf;
*/
.ui-dialog .ui-dialog-buttonpane button.btn-blue, .ui-dialog .ui-dialog-buttonpane button:first-child.btn-blue,
.ui-dialog .ui-dialog-buttonpane button.btn-white, .ui-dialog .ui-dialog-buttonpane button:first-child.btn-white, button, input[type="button"] {
  outline: none; }

select.default-input:disabled {
  background-color: #eeeeee;
  color: #555; }

.vh {
  visibility: hidden; }

.v-mid {
  vertical-align: middle; }

.v-top {
  vertical-align: top; }

.v-bottom {
  vertical-align: bottom; }

.v-base {
  vertical-align: baseline; }

.v-btm {
  vertical-align: bottom; }

.v-ttb {
  vertical-align: text-bottom; }

.of-y {
  overflow-y: auto; }

.of-h {
  overflow: hidden; }

.dis-n {
  display: none; }

.dis-ib {
  display: inline-block; }

.dis-b {
  display: block; }

.dis-t {
  display: table; }

.dis-tr {
  display: table-row; }

.dis-tc {
  display: table-cell; }

.dis-f {
  display: flex; }

.dis-if {
  display: inline-flex; }

.fr {
  float: right; }

.fl {
  float: left; }

.a-left {
  text-align: left; }

.a-right {
  text-align: right; }

.a-center {
  text-align: center; }

.is-upper {
  text-transform: uppercase; }

.is-lower {
  text-transform: lowercase; }

.cs-poiner {
  cursor: pointer; }

.pr20 {
  padding-right: 20px; }

.pr30 {
  padding-right: 30px; }

.pt5 {
  padding-top: 5px; }

.pt22 {
  padding-top: 22px; }

.pb5 {
  padding-bottom: 5px; }

.pb10 {
  padding-bottom: 10px; }

.pb15 {
  padding-bottom: 15px; }

.pb40 {
  padding-bottom: 40px; }

.pl5 {
  padding-left: 5px; }

.pl10 {
  padding-left: 10px; }

.pl15 {
  padding-left: 15px; }

.pl20 {
  padding-left: 20px; }

.pl30 {
  padding-left: 30px; }

.pl40 {
  padding-left: 40px; }

.pl50 {
  padding-left: 50px; }

.pl75 {
  padding-left: 75px; }

.pl165 {
  padding-left: 165px; }

.pt30 {
  padding-top: 30px; }

.pb30 {
  padding-bottom: 30px; }

.mtm1 {
  margin-top: -1px; }

.mtm10 {
  margin-top: -10px; }

.mt1 {
  margin-top: 1px; }

.mt2 {
  margin-top: 2px; }

.mt3 {
  margin-top: 3px; }

.mt5 {
  margin-top: 5px; }

.mt7 {
  margin-top: 7px; }

.mt10 {
  margin-top: 10px; }

.mt15 {
  margin-top: 15px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mt35 {
  margin-top: 35px; }

.mt40 {
  margin-top: 40px; }

.mt50 {
  margin-top: 50px; }

.mt60 {
  margin-top: 60px; }

.mt65 {
  margin-top: 65px; }

.mb1 {
  margin-bottom: 1px; }

.mb2 {
  margin-bottom: 2px; }

.mb3 {
  margin-bottom: 3px; }

.mb5 {
  margin-bottom: 5px; }

.mb8 {
  margin-bottom: 8px; }

.mb10 {
  margin-bottom: 10px; }

.mb15 {
  margin-bottom: 15px; }

.mb20 {
  margin-bottom: 20px; }

.mb30 {
  margin-bottom: 30px; }

.mb40 {
  margin-bottom: 40px; }

.mb135 {
  margin-bottom: 135px; }

.ml5 {
  margin-left: 5px; }

.ml10 {
  margin-left: 10px; }

.ml20 {
  margin-left: 20px; }

.ml65 {
  margin-left: 65px; }

.mr3 {
  margin-right: 3px; }

.mr5 {
  margin-right: 5px; }

.mr7 {
  margin-right: 7px; }

.mr10 {
  margin-right: 10px; }

.mr15 {
  margin-right: 15px; }

.mr20 {
  margin-right: 20px; }

.mr50 {
  margin-right: 50px; }

.mr100 {
  margin-right: 100px; }

.ml25 {
  margin-left: 25px; }

.ml15 {
  margin-left: 15px; }

.ml25 {
  margin-left: 25px; }

.ml30 {
  margin-left: 30px; }

.mr30 {
  margin-right: 30px; }

.ml70 {
  margin-left: 70px; }

.lh20 {
  line-height: 20px; }

.lh30 {
  height: 30px;
  line-height: 30px; }

.lh35 {
  height: 35px;
  line-height: 35px; }

.lh40 {
  height: 40px;
  line-height: 40px; }

.w-auto {
  width: auto; }

.w45 {
  width: 45px; }

.w55 {
  width: 55px; }

.w60 {
  width: 60px; }

.w65 {
  width: 65px; }

.w70 {
  width: 70px; }

.w75 {
  width: 75px; }

.w80 {
  width: 80px; }

.w90 {
  width: 90px; }

.w95 {
  width: 95px; }

.w100 {
  width: 100px; }

.w110 {
  width: 110px; }

.w120 {
  width: 120px; }

.w130 {
  width: 130px; }

.w135 {
  width: 135px; }

.w140 {
  width: 140px; }

.w145 {
  width: 145px; }

.w150 {
  width: 150px; }

.w155 {
  width: 155px; }

.w160 {
  width: 160px; }

.w170 {
  width: 170px; }

.w180 {
  width: 180px; }

.w200 {
  width: 200px; }

.w210 {
  width: 210px; }

.w220 {
  width: 220px; }

.w230 {
  width: 230px; }

.w240 {
  width: 240px; }

.w250 {
  width: 250px; }

.w254 {
  width: 254px; }

.w270 {
  width: 270px; }

.w280 {
  width: 280px; }

.w300 {
  width: 300px; }

.w310 {
  width: 310px; }

.w315 {
  width: 315px; }

.w350 {
  width: 350px; }

.w360 {
  width: 360px; }

.w400 {
  width: 400px; }

.w470 {
  width: 470px; }

.w500 {
  width: 500px; }

.wp1 {
  width: 1%; }

.wp2 {
  width: 2%; }

.wp3 {
  width: 3%; }

.wp4 {
  width: 4%; }

.wp5 {
  width: 5%; }

.wp6 {
  width: 6%; }

.wp7 {
  width: 7%; }

.wp8 {
  width: 8%; }

.wp9 {
  width: 9%; }

.wp10 {
  width: 10%; }

.wp11 {
  width: 11%; }

.wp12 {
  width: 12%; }

.wp13 {
  width: 13%; }

.wp14 {
  width: 14%; }

.wp15 {
  width: 15%; }

.wp16 {
  width: 16%; }

.wp17 {
  width: 17%; }

.wp18 {
  width: 18%; }

.wp19 {
  width: 19%; }

.wp20 {
  width: 20%; }

.wp21 {
  width: 21%; }

.wp22 {
  width: 22%; }

.wp23 {
  width: 23%; }

.wp24 {
  width: 24%; }

.wp25 {
  width: 25%; }

.wp26 {
  width: 26%; }

.wp27 {
  width: 27%; }

.wp28 {
  width: 28%; }

.wp29 {
  width: 29%; }

.wp30 {
  width: 30%; }

.wp31 {
  width: 31%; }

.wp32 {
  width: 32%; }

.wp33 {
  width: 33%; }

.wp34 {
  width: 34%; }

.wp35 {
  width: 35%; }

.wp36 {
  width: 36%; }

.wp37 {
  width: 37%; }

.wp38 {
  width: 38%; }

.wp39 {
  width: 39%; }

.wp40 {
  width: 40%; }

.wp41 {
  width: 41%; }

.wp42 {
  width: 42%; }

.wp43 {
  width: 43%; }

.wp44 {
  width: 44%; }

.wp45 {
  width: 45%; }

.wp46 {
  width: 46%; }

.wp47 {
  width: 47%; }

.wp48 {
  width: 48%; }

.wp49 {
  width: 49%; }

.wp50 {
  width: 50%; }

.wp51 {
  width: 51%; }

.wp52 {
  width: 52%; }

.wp53 {
  width: 53%; }

.wp54 {
  width: 54%; }

.wp55 {
  width: 55%; }

.wp56 {
  width: 56%; }

.wp57 {
  width: 57%; }

.wp58 {
  width: 58%; }

.wp59 {
  width: 59%; }

.wp60 {
  width: 60%; }

.wp61 {
  width: 61%; }

.wp62 {
  width: 62%; }

.wp63 {
  width: 63%; }

.wp64 {
  width: 64%; }

.wp65 {
  width: 65%; }

.wp66 {
  width: 66%; }

.wp67 {
  width: 67%; }

.wp68 {
  width: 68%; }

.wp69 {
  width: 69%; }

.wp70 {
  width: 70%; }

.wp71 {
  width: 71%; }

.wp72 {
  width: 72%; }

.wp73 {
  width: 73%; }

.wp74 {
  width: 74%; }

.wp75 {
  width: 75%; }

.wp76 {
  width: 76%; }

.wp77 {
  width: 77%; }

.wp78 {
  width: 78%; }

.wp79 {
  width: 79%; }

.wp80 {
  width: 80%; }

.wp81 {
  width: 81%; }

.wp82 {
  width: 82%; }

.wp83 {
  width: 83%; }

.wp84 {
  width: 84%; }

.wp85 {
  width: 85%; }

.wp86 {
  width: 86%; }

.wp87 {
  width: 87%; }

.wp88 {
  width: 88%; }

.wp89 {
  width: 89%; }

.wp90 {
  width: 90%; }

.wp91 {
  width: 91%; }

.wp92 {
  width: 92%; }

.wp93 {
  width: 93%; }

.wp94 {
  width: 94%; }

.wp95 {
  width: 95%; }

.wp96 {
  width: 96%; }

.wp97 {
  width: 97%; }

.wp98 {
  width: 98%; }

.wp99 {
  width: 99%; }

.wp100 {
  width: 100%; }

.hp80 {
  height: 80%; }

.hp100 {
  height: 100%; }

.h30 {
  height: 30px; }

.h40 {
  height: 40px; }

.calc-50 {
  width: calc(50% - 0%); }

.mx-wp70 {
  max-width: 70%; }

.mx-wp90 {
  max-width: 90%; }

.m-wp65 {
  max-width: 65%; }

.mx-w90 {
  max-width: 90px; }

.mx-w273 {
  max-width: 273px; }

.mi-w80 {
  min-width: 80px; }

.m-w100 {
  min-width: 100px; }

.m-w120 {
  min-width: 120px; }

.m-w150 {
  min-width: 150px; }

.m-w710 {
  min-width: 710px; }

.mx-calc200 {
  max-width: calc(100% - 200px); }

.f-size0 {
  font-size: 0; }

.f-size13 {
  font-size: 13px; }

.n-before:before, .n-before:after {
  display: none; }

.ico-pos {
  position: relative; }
  .ico-pos i {
    position: absolute;
    left: 7px;
    top: 50%;
    transform: translateY(-50%); }
  .ico-pos p {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%); }

.txtell-a {
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  color: #555;
  width: 100%; }

.line2 {
  line-height: 2; }

.offscreen {
  position: absolute;
  top: -1000px;
  left: -9999px;
  z-index: -9999;
  font-size: 0; }

.offscreen-caption {
  visibility: hidden;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  display: table-caption; }

/*input::placeholder, textarea::placeholder{
  color:$gray9; font-size:14px;
}*/
/*.layout-cnt2{
  &>.item {float:left;width:50%;}
}
.layout-cnt3{
  overflow:hidden;
  &>.item {float:left;width:33.3333%;}
}
.layout-cnt4{
  &>.item {float:left;width:25%}
}
.layout-cnt5{
  &>.item {float:left;width:20%}
  &>.item.col2 {float:left; width:40%}
}
.layout-cnt8{
  &>.item {float:left;width:12.5%}
}*/
.hoverline:hover {
  text-decoration: underline; }

/*
.hasmask{
  display:block;
  position:relative;

  .hasmask-item{
    display:none;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index:$front-zidx;
    @include wh(100%, 100%);
    background:rgba(40, 39, 41, 0.5);
  }

  &:hover .hasmask-item{
    display:block;
  }
}*/
@media screen and (orientation: portrait) {
  .dis-n-p {
    display: none; } }

@media screen and (max-width: 1201px) {
  .dis-i-ps {
    display: inline; }
  .dis-b-ps {
    display: block; }
  .dis-n-ps {
    display: none !important; } }

@media screen and (max-width: 1024px) {
  .dis-n-t {
    display: none; }
  .dis-ib-t {
    display: inline-block; }
  .dis-b-t {
    display: block; }
  .dis-i-t {
    display: inline; }
  .dis-tc-t {
    display: table-cell; }
  .dis-tcg-t {
    display: table-column-group; } }

.fc-point-blue {
  color: #5581e4; }

.fc-normal {
  color: #5581e4; }

.fc-caution {
  color: #ff6600; }

.fc-danger {
  color: #fb4949; }

.fc-gray9 {
  color: #999; }

.fc-gray6 {
  color: #656565; }

.fc-gray5 {
  color: #555; }

.fc-gray8 {
  color: #888; }

.fc-puple {
  color: #4f45d9; }

.fc-grayd {
  color: #ddd; }

.fc-green {
  color: #0f9800; }

.bg-white {
  background-color: #fff; }

.yui3-widget-bd, .scheduler-view-table-row-container, .scheduler-view-table-container {
  -ms-overflow-style: auto; }
  .yui3-widget-bd::-webkit-scrollbar, .scheduler-view-table-row-container::-webkit-scrollbar, .scheduler-view-table-container::-webkit-scrollbar {
    width: 5px;
    /* 세로축 스크롤바 길이 */
    height: 8px;
    /* 가로축 스크롤바 길이 */ }
  .yui3-widget-bd::-webkit-scrollbar-thumb, .scheduler-view-table-row-container::-webkit-scrollbar-thumb, .scheduler-view-table-container::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #ccc; }

.b-leftMenu__inner {
  -ms-overflow-style: none;
  overflow: auto; }
  .b-leftMenu__inner::-webkit-scrollbar {
    width: 5px;
    /* 세로축 스크롤바 길이 */
    height: 8px;
    /* 가로축 스크롤바 길이 */ }
  .b-leftMenu__inner::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #ccc; }

.b-mailWrap {
  overflow: auto;
  -ms-overflow-style: auto; }
  .b-mailWrap::-webkit-scrollbar {
    width: 5px;
    /* 세로축 스크롤바 길이 */
    height: 8px;
    /* 가로축 스크롤바 길이 */ }
  .b-mailWrap::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #ccc; }

.b-mailScoll {
  -ms-overflow-style: none;
  overflow: auto; }
  .b-mailScoll::-webkit-scrollbar {
    width: 5px;
    /* 세로축 스크롤바 길이 */
    height: 8px;
    /* 가로축 스크롤바 길이 */ }
  .b-mailScoll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #ccc; }

.l-content-calendar {
  overflow: auto;
  -ms-overflow-style: auto; }
  .l-content-calendar::-webkit-scrollbar {
    width: 5px;
    /* 세로축 스크롤바 길이 */
    height: 8px;
    /* 가로축 스크롤바 길이 */ }
  .l-content-calendar::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #ccc; }

.b-fileTableWrap {
  -ms-overflow-style: none;
  overflow: auto;
  -ms-overflow-style: auto; }
  .b-fileTableWrap::-webkit-scrollbar {
    width: 5px;
    /* 세로축 스크롤바 길이 */
    height: 8px;
    /* 가로축 스크롤바 길이 */ }
  .b-fileTableWrap::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #ccc; }
  .b-fileTableWrap::-webkit-scrollbar-track {
    background-color: #f4f5f9; }

.departmentGrpTargetUl {
  overflow: auto;
  -ms-overflow-style: auto; }
  .departmentGrpTargetUl::-webkit-scrollbar {
    width: 5px;
    /* 세로축 스크롤바 길이 */
    height: 8px;
    /* 가로축 스크롤바 길이 */ }
  .departmentGrpTargetUl::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #ccc; }

body {
  line-height: 1.4; }

.form-control.form-control-cust {
  display: inline;
  border-radius: 0;
  height: 30px;
  box-shadow: none;
  border: 1px solid #ddd;
  font-size: 13px;
  padding: 0 5px; }
  .form-control.form-control-cust.hasDatePicker {
    background: url("/resources/images/icons/ico_calendar.png") no-repeat 3px 50%;
    background-color: #fff;
    padding-left: 25px; }
    .form-control.form-control-cust.hasDatePicker[disabled] {
      cursor: not-allowed; }
  .form-control.form-control-cust.w120 {
    width: 120px; }
  .form-control.form-control-cust.w140 {
    width: 140px; }

.btn:hover, .btn:focus {
  color: inherit; }

.b-switch {
  display: inline-block; }

.b-switch__label {
  display: inline-block;
  position: relative;
  cursor: pointer; }

.b-switch__label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }
  .b-switch__label input:checked + .b-switch__slider {
    background-color: #596ace; }
    .b-switch__label input:checked + .b-switch__slider:before {
      -webkit-transform: translateX(140px);
      -ms-transform: translateX(140px);
      transform: translateX(140px); }
  .b-switch__label input:checked ~ .b-switch__txt {
    left: 15px;
    right: auto; }
  .b-switch__label input:focus + .b-switch__slider {
    box-shadow: 0 1px 5px #2196F3; }

.b-switch__slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 170px;
  height: 30px;
  line-height: 30px;
  -webkit-transition: .4s;
  transition: .4s;
  background: #909090; }
  .b-switch__slider.round {
    border-radius: 35px; }
    .b-switch__slider.round:before {
      border-radius: 50%; }
  .b-switch__slider:before {
    position: absolute;
    content: "";
    width: 26px;
    left: 2px;
    top: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s; }

.b-switch__txt {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 15px;
  font-size: 13px;
  color: #fff; }

/*input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}*/
/*
.b-switch__label {
  position:absolute;
  display: inline-block;
  left:0;
  right:0;
  top:0;
  bottom:0;
  z-index:$back-zidx;
  vertical-align:middle;
}

!* Hide default HTML checkbox *!
.b-switch__label input {
  !*display:none;*!
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0px;
  width: 0px;
}

!* The slider *!
.b-switch__slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: $btn-blue;
  -webkit-transition: .4s;
  transition: .4s;
}

.b-switch__slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

!* Rounded sliders *!
.b-switch__slider.round {
  border-radius: 30px;
}

.b-switch__slider.round:before {
  border-radius: 50%;
}

p {
  margin: 0px;
  display: inline-block;
  font-size: 15px;
  font-weight: bold
}*/
.MultipleSelectBox, .MultipleSelectBox-Disabled {
  -ms-overflow-style: none;
  overflow: auto;
  border: 1px solid transparent;
  list-style-type: none;
  margin: 0;
  padding: 1px 0;
  background-color: white;
  color: black; }
  .MultipleSelectBox::-webkit-scrollbar, .MultipleSelectBox-Disabled::-webkit-scrollbar {
    width: 5px;
    /* 세로축 스크롤바 길이 */
    height: 8px;
    /* 가로축 스크롤바 길이 */ }
  .MultipleSelectBox::-webkit-scrollbar-thumb, .MultipleSelectBox-Disabled::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #ccc; }
  .MultipleSelectBox input[type="checkbox"], .MultipleSelectBox-Disabled input[type="checkbox"] {
    width: 0;
    height: 0;
    visibility: hidden; }
  .MultipleSelectBox.disabled:focus, .MultipleSelectBox-Disabled.disabled:focus {
    outline: none; }
  .MultipleSelectBox.disabled.selecting, .MultipleSelectBox-Disabled.disabled.selecting {
    border-color: #ddd; }
  .MultipleSelectBox.disabled li, .MultipleSelectBox-Disabled.disabled li {
    color: #ddd;
    cursor: default; }
  .MultipleSelectBox.disabled li.selected, .MultipleSelectBox-Disabled.disabled li.selected {
    background: white;
    border-color: white;
    color: #ddd; }

.MultipleSelectBox.selecting {
  border: 1px solid black; }

.MultipleSelectBox.harf li {
  padding: 5px 15px 5px 9px; }

.MultipleSelectBox li, .MultipleSelectBox-Disabled li {
  border: 1px solid white;
  cursor: pointer;
  padding: 2px 5px;
  font-size: 13px;
  color: #888; }

.MultipleSelectBox li.disabled {
  color: gray;
  font-style: italic; }

.MultipleSelectBox li.optgroup {
  font-style: italic;
  font-weight: bold; }

.MultipleSelectBox li.selected {
  /*  border: 1px solid #F39814;
  background-color: #F39814;*/
  background: #f3f3f3;
  border-color: #f3f3f3;
  color: #555; }

.MultipleSelectBox li.selecting {
  border: 1px dotted black; }

.MultipleSelectBox.vertical li.optgroupitem {
  margin-left: 30px; }

/* horizontal mode */
.MultipleSelectBox.horizontal {
  height: auto;
  white-space: nowrap; }

.MultipleSelectBox.horizontal li {
  display: inline-block;
  /* for IE6 and IE7 */
  *display: inline;
  zoom: 1;
  vertical-align: middle; }

.MultipleSelectBox.horizontal li.optgroup {
  margin-bottom: 10px; }

/* popup mode */
.MultipleSelectBox.popup {
  background-color: white;
  display: none;
  position: absolute;
  z-index: 1; }

.MultipleSelectBox-Disabled li {
  cursor: inherit; }

/* Ultimate CSS Gradient Generator (Orange 3D) */
.MultipleSelectBox li.selected {
  /* background: #ffa84c;
  background: -moz-linear-gradient(top, #ffa84c 0%, #ff7b0d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa84c), color-stop(100%,#ff7b0d));
  background: -webkit-linear-gradient(top, #ffa84c 0%,#ff7b0d 100%);
  background: -o-linear-gradient(top, #ffa84c 0%,#ff7b0d 100%);
  background: -ms-linear-gradient(top, #ffa84c 0%,#ff7b0d 100%);
  background: linear-gradient(to bottom, #ffa84c 0%,#ff7b0d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0 );
  !* for IE6 *!
  _background: #F39814;*/ }

#ajaxloader2 .outer, #ajaxloader2 .inner {
  box-sizing: content-box; }

.stop {
  animation-play-state: paused;
  -moz-animation-play-state: paused;
  -webkit-animation-play-state: paused; }

.trigger {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color1', endColorstr='@color2');
  background-image: -webkit-linear-gradient(top, #161616 25%, #000);
  background-image: -moz-linear-gradient(top, #161616 25%, #000);
  border: 1px solid #111;
  border-right-color: #333;
  border-bottom-color: #333;
  text-decoration: none;
  color: #fff;
  padding: 10px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.8em;
  text-transform: lowercase;
  margin: 10px auto;
  display: block;
  width: 140px;
  border-radius: 5px;
  text-align: center; }

.trigger:hover {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color1', endColorstr='@color2');
  background-image: -webkit-linear-gradient(top, #202020 25%, #161616);
  background-image: -moz-linear-gradient(top, #202020 25%, #161616); }

#ajaxloader1 {
  width: 30px;
  height: 30px;
  border: 8px solid #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 25px 2px;
  -moz-box-shadow: 0 0 25px 2px;
  box-shadow: 0 0 25px 2px;
  color: #fff;
  border-color: #f00;
  color: #cc0000;
  border-right-color: transparent;
  border-top-color: transparent;
  -webkit-animation: spin-right 1s linear infinite normal;
  -moz-animation: spin-right 1s linear infinite normal;
  -ms-animation: spin-right 1s linear infinite normal;
  animation: spin-right 1s linear infinite normal;
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  -o-animation-delay: 0;
  animation-delay: 0;
  margin: 30px auto 0; }

#ajaxloader1:after {
  display: block;
  width: 13px;
  height: 13px;
  margin: 3px;
  border: 6px solid #f00;
  content: " ";
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent; }

#ajaxloader2 {
  margin: 0 auto 0;
  position: absolute;
  z-index: 999;
  transform: translate(-50%, -50%); }

#ajaxloader2 .outer {
  border: 5px solid rgba(255, 255, 255, 0.9);
  opacity: .9;
  width: 50px;
  height: 50px;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 35px rgba(255, 255, 255, 0.9);
  -moz-box-shadow: 0 0 35px rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 35px rgba(255, 255, 255, 0.9);
  -webkit-animation: spin-right 0.5s linear infinite normal;
  -moz-animation: spin-right 0.5s linear infinite normal;
  -ms-animation: spin-right 0.5s linear infinite normal;
  animation: spin-right 0.5s linear infinite normal;
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  -o-animation-delay: 0;
  animation-delay: 0;
  margin: 0 auto; }

#ajaxloader2 .inner {
  display: block;
  width: 30px;
  height: 30px;
  border: 5px solid rgba(255, 255, 255, 0.9);
  opacity: .9;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 0 35px rgba(255, 255, 255, 0.9);
  -moz-box-shadow: 0 0 35px rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 35px rgba(255, 255, 255, 0.9);
  position: relative;
  top: -50px;
  margin: 0 auto;
  -webkit-animation: spin-left 0.5s linear infinite normal;
  -moz-animation: spin-left 0.5s linear infinite normal;
  -ms-animation: spin-left 0.5s linear infinite normal;
  animation: spin-left 0.5s linear infinite normal;
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  -o-animation-delay: 0;
  animation-delay: 0; }

#ajaxloader3 {
  margin: 0 auto; }

#ajaxloader3 .outer {
  border: 5px solid rgba(0, 229, 183, 0.9);
  opacity: .9;
  border-right-color: transparent;
  border-left-color: transparent;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 35px rgba(0, 76, 61, 0.9);
  -moz-box-shadow: 0 0 35px rgba(0, 76, 61, 0.9);
  box-shadow: 0 0 35px rgba(0, 76, 61, 0.9);
  -webkit-animation: spin-pulse 1s linear infinite normal;
  -moz-animation: spin-pulse 1s linear infinite normal;
  -ms-animation: spin-pulse 1s linear infinite normal;
  animation: spin-pulse 1s linear infinite normal;
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  -o-animation-delay: 0;
  animation-delay: 0; }

#ajaxloader3 .inner {
  border: 5px solid rgba(0, 229, 183, 0.9);
  opacity: .9;
  border-left-color: transparent;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 15px rgba(0, 76, 61, 0.9);
  -moz-box-shadow: 0 0 15px rgba(0, 76, 61, 0.9);
  box-shadow: 0 0 15px rgba(0, 76, 61, 0.9);
  width: 30px;
  height: 30px;
  position: relative;
  top: -50px;
  margin: 0 auto;
  -webkit-animation: spin-right 1s linear infinite normal;
  -moz-animation: spin-right 1s linear infinite normal;
  -ms-animation: spin-right 1s linear infinite normal;
  animation: spin-right 1s linear infinite normal;
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  -o-animation-delay: 0;
  animation-delay: 0; }

#ajaxbar1 {
  margin: 0 auto;
  overflow: hidden;
  width: 90px; }

#ajaxbar1 .barlittle {
  background-color: #8aff51;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color1', endColorstr='@color2');
  background-image: -webkit-linear-gradient(45deg, #8aff51 25%, #f1ffea);
  background-image: -moz-linear-gradient(45deg, #8aff51 25%, #f1ffea);
  border: 1px solid #111;
  width: 10px;
  height: 10px;
  float: left;
  margin-left: 5px;
  opacity: 0.1;
  -webkit-animation: pulse 1s linear infinite normal;
  -moz-animation: pulse 1s linear infinite normal;
  -ms-animation: pulse 1s linear infinite normal;
  animation: pulse 1s linear infinite normal;
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  -o-animation-delay: 0;
  animation-delay: 0; }

#ajaxbar1 #block1 {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s; }

#ajaxbar1 #block2 {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s; }

#ajaxbar1 #block3 {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
  animation-delay: 0.1s; }

#ajaxbar1 #block4 {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s; }

#ajaxbar1 #block5 {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s; }

#ajaxwave1 {
  margin: 30px auto 0;
  overflow: hidden;
  height: 50px; }

#ajaxwave1 .pointcircle {
  background-color: #f00;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color1', endColorstr='@color2');
  background-image: -webkit-linear-gradient(90deg, #f00 25%, #ff9999);
  background-image: -moz-linear-gradient(90deg, #f00 25%, #ff9999);
  width: 3px;
  height: 3px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 5px #cc0000;
  -moz-box-shadow: 0 0 5px #cc0000;
  box-shadow: 0 0 5px #cc0000;
  margin: 0 auto;
  position: relative; }

#ajaxwave1 #pointcircle1 {
  -webkit-animation: ball-circlex 2s infinite cubic-bezier(0, 0, 0.35, 1) normal;
  -moz-animation: ball-circlex 2s infinite cubic-bezier(0, 0, 0.35, 1) normal;
  -ms-animation: ball-circlex 2s infinite cubic-bezier(0, 0, 0.35, 1) normal;
  animation: ball-circlex 2s infinite cubic-bezier(0, 0, 0.35, 1) normal;
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  -o-animation-delay: 0;
  animation-delay: 0; }

#ajaxwave1 #pointcircle2 {
  opacity: 0.7;
  top: 1px;
  -webkit-animation: ball-circlex 2s infinite cubic-bezier(0, 0, 0.35, 1) normal;
  -moz-animation: ball-circlex 2s infinite cubic-bezier(0, 0, 0.35, 1) normal;
  -ms-animation: ball-circlex 2s infinite cubic-bezier(0, 0, 0.35, 1) normal;
  animation: ball-circlex 2s infinite cubic-bezier(0, 0, 0.35, 1) normal;
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
  animation-delay: 0.1s; }

#ajaxwave1 #pointcircle3 {
  opacity: 0.5;
  top: 2px;
  -webkit-animation: ball-circlex 2s infinite cubic-bezier(0, 0, 0.35, 1) normal;
  -moz-animation: ball-circlex 2s infinite cubic-bezier(0, 0, 0.35, 1) normal;
  -ms-animation: ball-circlex 2s infinite cubic-bezier(0, 0, 0.35, 1) normal;
  animation: ball-circlex 2s infinite cubic-bezier(0, 0, 0.35, 1) normal;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s; }

#ajaxwave1 #pointcircle4 {
  opacity: 0.3;
  top: 3px;
  -webkit-animation: ball-circlex 2s infinite cubic-bezier(0, 0, 0.35, 1) normal;
  -moz-animation: ball-circlex 2s infinite cubic-bezier(0, 0, 0.35, 1) normal;
  -ms-animation: ball-circlex 2s infinite cubic-bezier(0, 0, 0.35, 1) normal;
  animation: ball-circlex 2s infinite cubic-bezier(0, 0, 0.35, 1) normal;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s; }

#ajaxwave1 #pointcircle5 {
  opacity: 0.1;
  top: 4px;
  -webkit-animation: ball-circlex 2s infinite cubic-bezier(0, 0, 0.35, 1) normal;
  -moz-animation: ball-circlex 2s infinite cubic-bezier(0, 0, 0.35, 1) normal;
  -ms-animation: ball-circlex 2s infinite cubic-bezier(0, 0, 0.35, 1) normal;
  animation: ball-circlex 2s infinite cubic-bezier(0, 0, 0.35, 1) normal;
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s; }

#facebook {
  width: 32px;
  height: 32px;
  margin: 0 auto; }

#facebook .bar {
  background: #99aaca;
  border: 1px solid #96a6c9;
  float: left;
  margin: 6px 4px 0 0;
  width: 6px;
  height: 18px;
  -webkit-animation: facebook-pulse 1s linear infinite normal;
  -moz-animation: facebook-pulse 1s linear infinite normal;
  -ms-animation: facebook-pulse 1s linear infinite normal;
  animation: facebook-pulse 1s linear infinite normal;
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  -o-animation-delay: 0;
  animation-delay: 0; }

#facebook .bar:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
  animation-delay: 0.1s; }

#facebook .bar:last-child {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  margin-right: 0; }

#loadpulse {
  width: 48px;
  padding: 8px 5px;
  margin: 30px auto;
  overflow: hidden; }

#loadpulse .segment {
  float: left;
  position: relative;
  width: 6px;
  height: 6px;
  border: 1px solid #fff;
  border-radius: 50px;
  margin-left: 2px;
  border: 1px solid #111;
  border-right-color: #333;
  border-bottom-color: #333;
  background: #000; }

#loadpulse .segment:first-child {
  margin-left: 0; }

#loadpulse .ball {
  background-color: #2187e7;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color1', endColorstr='@color2');
  background-image: -webkit-linear-gradient(90deg, #2187e7 25%, #a0eaff);
  background-image: -moz-linear-gradient(90deg, #2187e7 25%, #a0eaff);
  width: 6px;
  height: 6px;
  border-radius: 50px;
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -webkit-animation: loadpulse-ball 1s linear forwards normal;
  -moz-animation: loadpulse-ball 1s linear forwards normal;
  -ms-animation: loadpulse-ball 1s linear forwards normal;
  animation: loadpulse-ball 1s linear forwards normal;
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  -o-animation-delay: 0;
  animation-delay: 0; }

#loadpulse .pulse {
  width: 6px;
  height: 6px;
  border-radius: 30px;
  border: 1px solid #00c6ff;
  -webkit-box-shadow: 0 0 5px #00c6ff;
  -moz-box-shadow: 0 0 5px #00c6ff;
  box-shadow: 0 0 5px #00c6ff;
  position: absolute;
  top: -1px;
  left: -1px;
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -webkit-animation: loadpulse-glow 3s infinite ease-out normal;
  -moz-animation: loadpulse-glow 3s infinite ease-out normal;
  -ms-animation: loadpulse-glow 3s infinite ease-out normal;
  animation: loadpulse-glow 3s infinite ease-out normal;
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  -o-animation-delay: 0;
  animation-delay: 0; }

#loadpulse #layer1 {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s; }

#loadpulse #layer2 {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s; }

#loadpulse #layer3 {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s; }

#loadpulse #layer4 {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s; }

#loadpulse #layer5 {
  -webkit-animation-delay: 2.5s;
  -moz-animation-delay: 2.5s;
  -o-animation-delay: 2.5s;
  animation-delay: 2.5s; }

#loadpulse #layer7 {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s; }

#loadpulse #layer8 {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s; }

#loadpulse #layer9 {
  -webkit-animation-delay: 2.5s;
  -moz-animation-delay: 2.5s;
  -o-animation-delay: 2.5s;
  animation-delay: 2.5s; }

#loadpulse #layer10 {
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  -o-animation-delay: 3s;
  animation-delay: 3s; }

#loadpulse #layer11 {
  -webkit-animation-delay: 3.5s;
  -moz-animation-delay: 3.5s;
  -o-animation-delay: 3.5s;
  animation-delay: 3.5s; }

#shadowloader {
  display: block;
  position: relative;
  overflow: hidden;
  width: 5em;
  margin: 30px auto;
  padding: 20px 10px; }

#shadowloader span {
  display: block;
  float: left;
  width: 0.5em;
  height: 3em;
  margin: 0 0.5em 0 0;
  background: #635863;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color1', endColorstr='@color2');
  background-image: -webkit-linear-gradient(top, #635863 25%, #3d353b);
  background-image: -moz-linear-gradient(top, #635863 25%, #3d353b);
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0), 1px 1px 1px 0 rgba(0, 0, 0, 0), 1px 1px 1px 0 rgba(0, 0, 0, 0);
  -webkit-animation: pound 0.7s ease-in-out infinite alternate;
  -moz-animation: pound 0.7s ease-in-out infinite alternate;
  -ms-animation: pound 0.7s ease-in-out infinite alternate;
  animation: pound 0.7s ease-in-out infinite alternate;
  -webkit-animation-delay: 0.05s;
  -moz-animation-delay: 0.05s;
  -o-animation-delay: 0.05s;
  animation-delay: 0.05s;
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom; }

#shadowloader span:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s; }

#shadowloader span:nth-child(3) {
  -webkit-animation-delay: 0.35s;
  -moz-animation-delay: 0.35s;
  -o-animation-delay: 0.35s;
  animation-delay: 0.35s; }

#shadowloader span:nth-child(4) {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s; }

#shadowloader span:nth-child(5) {
  -webkit-animation-delay: 0.65s;
  -moz-animation-delay: 0.65s;
  -o-animation-delay: 0.65s;
  animation-delay: 0.65s; }

.closeMask {
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 100; }

h1.loadingtext {
  text-align: center;
  text-transform: uppercase;
  font-family: 'Nunito', sans-serif;
  font-size: 4.6875em;
  color: transparent;
  letter-spacing: 0.01em; }

h1.loadingtext span {
  text-shadow: 0 0 2px rgba(22, 22, 22, 0.9), 0 15px 25px rgba(0, 0, 0, 0.3), 0 -2px 3px rgba(0, 0, 0, 0.1), 0 -5px 10px rgba(22, 22, 22, 0.5), 0 5px 10px rgba(0, 0, 0, 0.3), 0 3px 4px rgba(22, 22, 22, 0.2), 0 0 20px rgba(22, 22, 22, 0.45);
  -webkit-animation: letters 0.85s ease-in-out infinite alternate;
  -moz-animation: letters 0.85s ease-in-out infinite alternate;
  -ms-animation: letters 0.85s ease-in-out infinite alternate;
  animation: letters 0.85s ease-in-out infinite alternate;
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  -o-animation-delay: 0;
  animation-delay: 0; }

h1.loadingtext span:nth-child(2) {
  -webkit-animation-delay: 0.15s;
  -moz-animation-delay: 0.15s;
  -o-animation-delay: 0.15s;
  animation-delay: 0.15s; }

h1.loadingtext span:nth-child(3) {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s; }

h1.loadingtext span:nth-child(4) {
  -webkit-animation-delay: 0.45s;
  -moz-animation-delay: 0.45s;
  -o-animation-delay: 0.45s;
  animation-delay: 0.45s; }

h1.loadingtext span:nth-child(5) {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s; }

h1.loadingtext span:nth-child(6) {
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  animation-delay: 0.75s; }

h1.loadingtext span:nth-child(7) {
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  animation-delay: 0.9s; }

@keyframes spin-right {
  from {
    transform: rotate(0deg);
    opacity: 0.2; }
  50% {
    transform: rotate(180deg);
    opacity: 1.0; }
  to {
    transform: rotate(360deg);
    opacity: 0.2; } }

@-moz-keyframes spin-right {
  from {
    -moz-transform: rotate(0deg);
    opacity: 0.2; }
  50% {
    -moz-transform: rotate(180deg);
    opacity: 1.0; }
  to {
    -moz-transform: rotate(360deg);
    opacity: 0.2; } }

@-webkit-keyframes spin-right {
  from {
    -webkit-transform: rotate(0deg);
    opacity: 0.2; }
  50% {
    -webkit-transform: rotate(180deg);
    opacity: 1.0; }
  to {
    -webkit-transform: rotate(360deg);
    opacity: 0.2; } }

@keyframes spin-left {
  from {
    transform: rotate(0deg);
    opacity: 0.2; }
  50% {
    transform: rotate(-180deg);
    opacity: 1.0; }
  to {
    transform: rotate(-360deg);
    opacity: 0.2; } }

@-moz-keyframes spin-left {
  from {
    -moz-transform: rotate(0deg);
    opacity: 0.2; }
  50% {
    -moz-transform: rotate(-180deg);
    opacity: 1.0; }
  to {
    -moz-transform: rotate(-360deg);
    opacity: 0.2; } }

@-webkit-keyframes spin-left {
  from {
    -webkit-transform: rotate(0deg);
    opacity: 0.2; }
  50% {
    -webkit-transform: rotate(-180deg);
    opacity: 1.0; }
  to {
    -webkit-transform: rotate(-360deg);
    opacity: 0.2; } }

@keyframes spin-pulse {
  from {
    transform: rotate(160deg);
    opacity: 0;
    box-shadow: 0 0 1px rgba(0, 61, 76, 0.9); }
  50% {
    transform: rotate(145deg);
    opacity: 1; }
  to {
    transform: rotate(-320deg);
    opacity: 0; } }

@-moz-keyframes spin-pulse {
  from {
    -moz-transform: rotate(160deg);
    opacity: 0;
    box-shadow: 0 0 1px rgba(0, 61, 76, 0.9); }
  50% {
    -moz-transform: rotate(145deg);
    opacity: 1; }
  to {
    -moz-transform: rotate(-320deg);
    opacity: 0; } }

@-webkit-keyframes spin-pulse {
  from {
    -webkit-transform: rotate(160deg);
    opacity: 0;
    box-shadow: 0 0 1px rgba(0, 61, 76, 0.9); }
  50% {
    -webkit-transform: rotate(145deg);
    opacity: 1; }
  to {
    -webkit-transform: rotate(-320deg);
    opacity: 0; } }

@keyframes pulse {
  from {
    transform: scale(1.2);
    opacity: 1; }
  to {
    transform: scale(0.7);
    opacity: 0.1; } }

@-moz-keyframes pulse {
  from {
    -moz-transform: scale(1.2);
    opacity: 1; }
  to {
    -moz-transform: scale(0.7);
    opacity: 0.1; } }

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale(1.2);
    opacity: 1; }
  to {
    -webkit-transform: scale(0.7);
    opacity: 0.1; } }

@keyframes ball-circlex {
  from {
    transform: translateX(0px); }
  25% {
    transform: translateX(25px);
    animation-timing-function: ease-in; }
  50% {
    transform: translateX(0px); }
  75% {
    transform: translateX(-25px);
    animation-timing-function: ease-in; }
  to {
    transform: translateX(0px); } }

@-moz-keyframes ball-circlex {
  from {
    -moz-transform: translateX(0px); }
  25% {
    -moz-transform: translateX(25px);
    -moz-animation-timing-function: ease-in; }
  50% {
    -moz-transform: translateX(0px); }
  75% {
    -moz-transform: translateX(-25px);
    -moz-animation-timing-function: ease-in; }
  to {
    -moz-transform: translateX(0px); } }

@-webkit-keyframes ball-circlex {
  from {
    -webkit-transform: translateX(0px); }
  25% {
    -webkit-transform: translateX(25px);
    -webkit-animation-timing-function: ease-in; }
  50% {
    -webkit-transform: translateX(0px); }
  75% {
    -webkit-transform: translateX(-25px);
    -webkit-animation-timing-function: ease-in; }
  to {
    -webkit-transform: translateX(0px); } }

@keyframes facebook-pulse {
  10% {
    margin-top: 5px;
    height: 22px;
    border-color: #d1d8e6;
    background-color: #bac5db; }
  20% {
    margin-top: 0px;
    height: 32px;
    border-color: #d1d7e2;
    background-color: #bac5db; }
  30% {
    margin-top: 1px;
    height: 30px;
    border-color: #d1d8e6;
    background-color: #bac5db; }
  40% {
    margin-top: 3px;
    height: 26px; }
  50% {
    margin-top: 5px;
    height: 22px; }
  60% {
    margin-top: 6px;
    height: 18px; } }

@-moz-keyframes facebook-pulse {
  10% {
    margin-top: 5px;
    height: 22px;
    border-color: #d1d8e6;
    background-color: #bac5db; }
  20% {
    margin-top: 0px;
    height: 32px;
    border-color: #d1d7e2;
    background-color: #bac5db; }
  30% {
    margin-top: 1px;
    height: 30px;
    border-color: #d1d8e6;
    background-color: #bac5db; }
  40% {
    margin-top: 3px;
    height: 26px; }
  50% {
    margin-top: 5px;
    height: 22px; }
  60% {
    margin-top: 6px;
    height: 18px; } }

@-webkit-keyframes facebook-pulse {
  10% {
    margin-top: 5px;
    height: 22px;
    border-color: #d1d8e6;
    background-color: #bac5db; }
  20% {
    margin-top: 0px;
    height: 32px;
    border-color: #d1d7e2;
    background-color: #bac5db; }
  30% {
    margin-top: 1px;
    height: 30px;
    border-color: #d1d8e6;
    background-color: #bac5db; }
  40% {
    margin-top: 3px;
    height: 26px; }
  50% {
    margin-top: 5px;
    height: 22px; }
  60% {
    margin-top: 6px;
    height: 18px; } }

@keyframes loadpulse-ball {
  from {
    transform: scale(0); }
  to {
    transform: scale(1); } }

@-moz-keyframes loadpulse-ball {
  from {
    -moz-transform: scale(0); }
  to {
    -moz-transform: scale(1); } }

@-webkit-keyframes loadpulse-ball {
  from {
    -webkit-transform: scale(0); }
  to {
    -webkit-transform: scale(1); } }

@keyframes loadpulse-glow {
  from {
    transform: scale(0);
    opacity: 0; }
  10% {
    transform: scale(1);
    opacity: 0.5; }
  50% {
    transform: scale(1.75);
    opacity: 0; }
  to {
    transform: scale(0);
    opacity: 0; } }

@-moz-keyframes loadpulse-glow {
  from {
    -moz-transform: scale(0);
    opacity: 0; }
  10% {
    -moz-transform: scale(1);
    opacity: 0.5; }
  50% {
    -moz-transform: scale(1.75);
    opacity: 0; }
  to {
    -moz-transform: scale(0);
    opacity: 0; } }

@-webkit-keyframes loadpulse-glow {
  from {
    -webkit-transform: scale(0);
    opacity: 0; }
  10% {
    -webkit-transform: scale(1);
    opacity: 0.5; }
  50% {
    -webkit-transform: scale(1.75);
    opacity: 0; }
  to {
    -webkit-transform: scale(0);
    opacity: 0; } }

@keyframes pound {
  to {
    transform: scale(1.2);
    box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.65), 2px 6px 12px 0 rgba(0, 0, 0, 0.5), 3px 8px 15px 0 rgba(0, 0, 0, 0.45); } }

@-moz-keyframes pound {
  to {
    -moz-transform: scale(1.2);
    box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.65), 2px 6px 12px 0 rgba(0, 0, 0, 0.5), 3px 8px 15px 0 rgba(0, 0, 0, 0.45); } }

@-webkit-keyframes pound {
  to {
    -webkit-transform: scale(1.2);
    box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.65), 2px 6px 12px 0 rgba(0, 0, 0, 0.5), 3px 8px 15px 0 rgba(0, 0, 0, 0.45); } }

@keyframes letters {
  to {
    text-shadow: 0 0 2px rgba(204, 208, 212, 0.2), 0 0 3px rgba(0, 0, 0, 0.02), 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(255, 255, 255, 0), 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(255, 255, 255, 0), 0 0 0 rgba(255, 255, 255, 0); } }

@-moz-keyframes letters {
  to {
    text-shadow: 0 0 2px rgba(204, 208, 212, 0.2), 0 0 3px rgba(0, 0, 0, 0.02), 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(255, 255, 255, 0), 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(255, 255, 255, 0), 0 0 0 rgba(255, 255, 255, 0); } }

@-webkit-keyframes letters {
  to {
    text-shadow: 0 0 2px rgba(22, 22, 22, 0.2), 0 0 3px rgba(0, 0, 0, 0.02), 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0); } }

i {
  display: inline-block; }

.ico-wrap > span, .ico-wrap > i, .ico-wrap > a {
  vertical-align: middle;
  display: inline-block; }
  .ico-wrap > span.v-top, .ico-wrap > i.v-top, .ico-wrap > a.v-top {
    vertical-align: top; }
  .ico-wrap > span.dis-n, .ico-wrap > i.dis-n, .ico-wrap > a.dis-n {
    display: none; }

.ico-wrap i {
  margin-right: 5px; }
  .ico-wrap i.only {
    margin-right: 0; }
  .ico-wrap i.mr10 {
    margin-right: 10px; }
  .ico-wrap i.sm {
    margin-right: -2px;
    margin-left: -2px; }

.ico-wrap.mt-no {
  margin-top: 0px; }

.ico-mail.on, .ico-message.on, .ico-contact.on, .ico-sche.on, .ico-groupware.on,
.ico-setting.on, .ico-inout.on, .ico-stat.on, .ico-storage-open.on,
.ico-in.on, .ico-out.on, .ico-writeOn.on, .ico-lock.on, .ico-biz.on, .ico-clock.on, .ico-spam.on,
.ico-basket.on, .ico-smile.on, .ico-star.on, .ico-clip.on, .ico-fileMail.on, .ico-shareMail.on,
.ico-contactShare.on, .ico-contact-in.on, .ico-contact-out.on,
.ico-user.on, .ico-secu.on, .ico-usage.on, .ico-comp.on, .ico-mail-sm.on,
.ico-notice.on, .ico-faq.on, .ico-myForm.on, .ico-menual.on,
.ico-mailstat-def.on, .ico-mailstat-def-reply.on, .ico-mailstat-def-forward.on, .ico-mailstat-exmail.on, .ico-mailstat-exmail-reply.on, .ico-mailstat-exmail-forward.on,
.ico-mailstat-exmail-replyForward.on, .ico-alarm.on, .ico-paper.on, .ico-mailstat-approve.on, .ico-mailstat-spam.on, .ico-business.on, .ico-business-reply.on, .ico-group-document.on,
.ico-drafting-document.on, .ico-group-form.on, .ico-group-file.on, .ico-list-minus.on, .ico-list-move.on, .ico-chat-sm.on, .ico-user-sm.on, .ico-link-sm.on, .ico-personal-calendar.on, .ico-shared-calendar.on, .ico-comm.on, .ico-comm-chat.on, .ico-lock-small-gray.on, .ico-eyes.on, .ico-doc-openfile.on, .ico-doc-openfileMan.on, .ico-note.on, .ico-data.on, .ico-Proj.on, .ico-conference.on, .ico-my-list.on, .ico-service.on,
.ico-sche.on, .ico-comm.on, .ico-todo.on, .ico-menual.on, .ico-group-document.on, .ico-docAll.on, .ico-statistics.on, .ico-budget.on, .ico-closingAccount.on, .ico-filter.on, .ico-receipt.on, .ico-memoWriting.on, .ico-memoMove.on, .ico-notesAll.on, .ico-notesPersonal.on, .ico-publicMail.on, .ico-file_relay.on, .ico-file_trash.on, .ico-file_restore.on, .ico-file_change.on, .ico-file_copy.on, .ico-file_newFolder.on, ico-file_download.on, .ico-star_b.on, .ico-file_upload.on, .ico-folder_upload.on, .ico-fileDrive.on, .ico-fileReturn.on, .ico-fileSort.on,
.ico-filePlay.on, .ico-fileStop.on, .ico-myKnowledge.on, .ico-allKnowledge.on, .ico-groupMail.on, .ico-faqG.on {
  background-image: url("/resources/images/icons/sprite/ico_sprite_color.png"); }

.ico-write-w {
  margin-left: -5px;
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_white.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-basket-w {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_white.png");
  background-position: -20px 0;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-spam-w {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_white.png");
  background-position: -40px 0;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-move-w {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_white.png");
  background-position: -60px 0;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-mailOpen-w {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_white.png");
  background-position: -80px 0;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-moreBtn-w {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_white.png");
  background-position: -100px 0;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-reply-w {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_white.png");
  background-position: -120px 0;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-chgform-w {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_white.png");
  background-position: -160px 0;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-preview-w {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_white.png");
  background-position: -180px 0;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-copy-w {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_white.png");
  background-position: -180px -20px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-alarm-w {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_white.png");
  background-position: 0 -20px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-presave-w {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_white.png");
  background-position: -20px -20px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-send-w {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_white.png");
  background-position: -40px -20px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-close-w {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_white.png");
  background-position: -100px -20px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-set-w {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_white.png");
  background-position: -100px -40px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-clo-w {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_white.png");
  background-position: -120px -40px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-more-w {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_white.png");
  background-position: -120px -20px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-Companion-w {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_white.png");
  background-position: -20px -40px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-check-w {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_white.png");
  background-position: -40px -40px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-return-w {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_white.png");
  background-position: -60px -40px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-Refresh-w {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_white.png");
  background-position: 0px -40px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-upload-w {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_white.png");
  background-position: -140px -40px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-file-list {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_white.png");
  background-position: -160px -40px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-file-album {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_white.png");
  background-position: -180px -40px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-file-album {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_white.png");
  background-position: -180px -40px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-fileArrow-down {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_white.png");
  background-position: 0px -60px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-fileArrow-up {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_white.png");
  background-position: -20px -60px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-vote {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_white.png");
  background-position: -40px -60px;
  background-repeat: no-repeat;
  background-size: auto; }

.b-subTitle:before, .ico-subtitle {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_white.png");
  background-position: -82px -22px;
  background-repeat: no-repeat;
  background-size: auto;
  width: 15px;
  height: 15px;
  background-color: #2b337a;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; }

.ico-mail {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-contact {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -20px 0;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-sche {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -40px 0;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-groupware {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -60px 0;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-setting {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -80px 0;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-inout {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -100px 0;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-stat {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -120px 0;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-storage-open {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -140px 0;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-in {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -160px 0;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-out {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -180px 0;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-writeOn {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -200px 0;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-lock {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -220px 0;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-biz {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -240px 0;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-clock {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -260px 0;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-spam {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -280px 0;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-basket {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: 0 -20px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-smile {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -20px -20px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-star {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -40px -20px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-clip {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -60px -20px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-fileMail {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -80px -20px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-shareMail {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -100px -20px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-contactShare {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -120px -20px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-contact-in {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -140px -20px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-contact-out {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -160px -20px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-list-move {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -120px -80px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-list-minus {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -140px -80px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-group-file {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -160px -80px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-group-form {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -180px -80px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-drafting-document {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -200px -80px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-business {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -260px -80px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-business-reply {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -280px -80px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-comm {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -260px -120px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-comm-chat {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -240px -120px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-eyes {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -260px -140px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-doc-openfile {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -200px -120px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-doc-openfileMan {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -180px -120px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-note {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -160px -120px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-data {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -140px -120px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-proj {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -120px -120px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-my-list {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -100px -120px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-conference {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -80px -120px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-lock-small-gray {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -120px -100px;
  background-repeat: no-repeat;
  background-size: auto;
  vertical-align: bottom; }

.ico-user {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -180px -20px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-secu {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -200px -20px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-usage {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -220px -20px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-comp {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -240px -20px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-mail-sm {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -260px -20px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-paper {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -280px -20px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-personal-calendar {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -220px -80px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-shared-calendar {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -240px -80px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-notice {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: 0px -40px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-faq {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -20px -40px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-myForm {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -40px -40px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-menual {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -60px -40px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-alarm {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -80px -40px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-mailstat-def {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -100px -40px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-mailstat-def-reply {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -120px -40px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-mailstat-def-forward {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -140px -40px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-mailstat-exmail {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -160px -40px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-mailstat-exmail-reply {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -180px -40px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-mailstat-exmail-forward {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -200px -40px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-mailstat-exmail-replyForward {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -220px -40px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-mailstat-approve {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -240px -40px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-mailstat-spam {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -260px -40px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-group-document {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -280px -40px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-message {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -280px -20px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-service {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -240px -140px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-private {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -220px -140px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-todo {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -200px -140px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-docAll {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -180px -140px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-statistics {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -160px -140px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-budget {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -140px -140px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-closingAccount {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -120px -140px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-filter {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -100px -140px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-receipt {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -80px -140px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-memoWriting {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -60px -140px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-memoMove {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -40px -140px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-notesAll {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -20px -140px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-notesPersonal {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: 0px -140px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-publicMail {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -280px -140px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-arrow-dp1.up, .b-leftMenu-nav__link.hasChild.off:after, .b-leftMenu-nav__link.b-leftMenu-nav__link-add.hasChild:after, .b-leftMenu-navDp2 a.hasChild.off:after, .ico-arrow-up {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: 0 -60px;
  background-repeat: no-repeat;
  background-size: auto; }
  .white.ico-arrow-dp1.up, .white.b-leftMenu-nav__link.hasChild.off:after, .white.b-leftMenu-nav__link.b-leftMenu-nav__link-add.hasChild:after, .b-leftMenu-navDp2 a.white.hasChild.off:after, .ico-arrow-up.white {
    width: 20px;
    height: 20px;
    background-image: url("/resources/images/icons/sprite/ico_sprite_white.png");
    background-position: -140px -20px;
    background-repeat: no-repeat;
    background-size: auto; }

.ico-arrow-dp1.down, .b-leftMenu-nav__link.hasChild:after, .b-leftMenu-nav__link.b-leftMenu-nav__link-add.hasChild.off:after, .b-leftMenu-navDp2 a.hasChild:after, .ico-arrow-down {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -20px -60px;
  background-repeat: no-repeat;
  background-size: auto; }
  .white.ico-arrow-dp1.down, .white.b-leftMenu-nav__link.hasChild:after, .white.b-leftMenu-nav__link.b-leftMenu-nav__link-add.hasChild.off:after, .b-leftMenu-navDp2 a.white.hasChild:after, .ico-arrow-down.white {
    width: 20px;
    height: 20px;
    background-image: url("/resources/images/icons/sprite/ico_sprite_white.png");
    background-position: -160px -20px;
    background-repeat: no-repeat;
    background-size: auto; }

.ico-arrow-left {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -40px -60px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-arrow-right {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -60px -60px;
  background-repeat: no-repeat;
  background-size: auto; }

.b-location .b-location__inner > span:after, .b-location .b-location__inner > a:after, .b-sender-trackingList li:after, .ico-arrow-right-light {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -80px -60px;
  background-repeat: no-repeat;
  background-size: auto; }

.btn-fcPointBlue.iconBtn:after, .ico-arrow-right-blue {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -100px -60px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-pagingArrow-dbLeft {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -120px -60px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-pagingArrow-left {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -140px -60px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-pagingArrow-right {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -160px -60px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-pagingArrow-dbRight {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -180px -60px;
  background-repeat: no-repeat;
  background-size: auto; }

.ui-dialog .ui-dialog-titlebar-close .ui-icon,
.ui-dialog .ui-dialog-titlebar-close .ui-widget-content .ui-icon, .ui-dialog .ui-dialog-titlebar-close .ui-widget-header .ui-icon, .ico-close-large {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -200px -60px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-close {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -220px -60px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-plus {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -260px -60px;
  background-repeat: no-repeat;
  background-size: auto; }
  .ico-plus.off {
    background-position: -240px -60px; }

.ico-minus {
  display: inline-block;
  width: 10px;
  height: 2px;
  background: #888; }

.ico-plusIconBtn {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -280px -60px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-arrow-dp2.up {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: 0px -80px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-arrow-dp2.down {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -20px -80px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-arrow-dp3.down {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -40px -80px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-arrow-dp3.up {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -60px -80px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-arrow-up-large {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -80px -80px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-arrow-down-large {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -100px -80px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-logout {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: 0 -100px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-writeOn-bold {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -20px -100px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-storage-close-bold {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -40px -100px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-home {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -60px -100px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-basketIconBtn {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -80px -100px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-settingIconBtn {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -100px -100px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-lockIconBtn {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -124px -102px;
  background-repeat: no-repeat;
  background-size: auto;
  width: 15px;
  height: 15px; }

.ico-lock-gray {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -140px -100px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-search-lightGray {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -160px -100px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-search-gray {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -180px -100px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-blank {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -200px -99px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-print {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -220px -100px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-download {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -240px -100px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-download-bold {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -260px -100px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-upload-bold {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -280px -100px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-chat {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: 0px -120px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-user-sm {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -20px -120px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-chat-sm {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -40px -120px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-link-sm {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -60px -120px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-help {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_color.png");
  background-position: 0px -60px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-help-w {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_color.png");
  background-position: -20px -60px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-new {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_color.png");
  background-position: -40px -60px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-important {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_color.png");
  background-position: -60px -60px;
  background-repeat: no-repeat;
  background-size: auto;
  vertical-align: middle;
  position: relative;
  margin-right: -6px !important;
  margin-left: -7px; }
  .ico-important.sm {
    margin-right: -3px !important; }

.ico-close-blue {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_color.png");
  background-position: -80px -60px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-close-red {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_color.png");
  background-position: -100px -60px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-p {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_color.png");
  background-position: -120px -60px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-i {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_color.png");
  background-position: -140px -60px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-outlook {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_color.png");
  background-position: 0px -80px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-outlookOffice {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_color.png");
  background-position: -20px -80px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-and {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_color.png");
  background-position: -40px -80px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-ios {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_color.png");
  background-position: -60px -80px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-comm-chat-large {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_color.png");
  background-position: -220px -120px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-ko {
  background-image: url("/resources/images/icons/sprite/ico_sprite_large.png");
  background-position: -5px -10px;
  background-repeat: no-repeat;
  background-size: auto;
  width: 30px;
  height: 20px; }

.ico-jp {
  background-image: url("/resources/images/icons/sprite/ico_sprite_large.png");
  background-position: -45px -10px;
  background-repeat: no-repeat;
  background-size: auto;
  width: 30px;
  height: 20px; }

.ico-vn {
  background-image: url("/resources/images/icons/sprite/ico_sprite_large.png");
  background-position: -85px -10px;
  background-repeat: no-repeat;
  background-size: auto;
  width: 30px;
  height: 20px; }

.ico-en {
  background-image: url("/resources/images/icons/sprite/ico_sprite_large.png");
  background-position: -123px -10px;
  background-repeat: no-repeat;
  background-size: auto;
  width: 30px;
  height: 20px; }

.ico-user-large {
  background-image: url("/resources/images/icons/sprite/ico_sprite_large.png");
  background-position: -162px -2px;
  background-repeat: no-repeat;
  background-size: auto;
  width: 35px;
  height: 35px; }

.ico-paper-large {
  position: relative;
  background-image: url("/resources/images/icons/sprite/ico_sprite_large.png");
  background-position: -208px -8px;
  background-repeat: no-repeat;
  background-size: auto;
  width: 25px;
  height: 25px; }
  .ico-paper-large.on:after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    background: #fb5852;
    position: absolute;
    top: 0;
    right: 0; }

.ico-memo-large {
  position: relative;
  background-image: url("/resources/images/icons/sprite/ico_sprite_large.png");
  background-position: -6px -127px;
  background-repeat: no-repeat;
  background-size: auto;
  width: 25px;
  height: 25px; }

.ico-alarm-large {
  position: relative;
  background-image: url("/resources/images/icons/sprite/ico_sprite_large.png");
  background-position: -247px -8px;
  background-repeat: no-repeat;
  background-size: auto;
  width: 25px;
  height: 25px; }
  .ico-alarm-large.on:after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    background: #fb5852;
    position: absolute;
    top: 0;
    right: 0; }

.ico-setting-large {
  background-image: url("/resources/images/icons/sprite/ico_sprite_large.png");
  background-position: -287px -8px;
  background-repeat: no-repeat;
  background-size: auto;
  width: 25px;
  height: 25px; }

.ico-result {
  width: 80px;
  height: 80px; }
  .ico-result.caution {
    background-image: url("/resources/images/icons/sprite/ico_sprite_large.png");
    background-position: 0px -40px;
    background-repeat: no-repeat;
    background-size: auto; }
  .ico-result.danger {
    background-image: url("/resources/images/icons/sprite/ico_sprite_large.png");
    background-position: -80px -40px;
    background-repeat: no-repeat;
    background-size: auto; }
  .ico-result.warning {
    background-image: url("/resources/images/icons/sprite/ico_sprite_large.png");
    background-position: -160px -40px;
    background-repeat: no-repeat;
    background-size: auto; }
  .ico-result.normal {
    background-image: url("/resources/images/icons/sprite/ico_sprite_large.png");
    background-position: -240px -40px;
    background-repeat: no-repeat;
    background-size: auto; }

.ico-browser-ie {
  margin-top: -4px;
  vertical-align: middle;
  width: 15px;
  height: 14px;
  background-image: url("/resources/images/icons/ico_browser_ie.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-browser-chrome {
  margin-top: -4px;
  vertical-align: middle;
  width: 15px;
  height: 14px;
  background-image: url("/resources/images/icons/ico_browser_chrome.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-browser-edge {
  margin-top: -4px;
  vertical-align: middle;
  width: 15px;
  height: 14px;
  background-image: url("/resources/images/icons/ico_browser_edge.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto; }

.default-ul > li:before, .detail-ul > li:before, .ico-dot {
  width: 4px;
  height: 4px;
  background: #2b337a; }

.ico-bgBox {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  position: relative; }
  .ico-bgBox > i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.ico-bgBox--blue {
  background: #f2f5fd; }

.ico-bgBox--white {
  background: white; }

.ico-h20 {
  height: 20px; }

.ico-check {
  width: 16px;
  height: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  border-radius: 16px;
  background: #888;
  position: relative; }
  .ico-check:after {
    content: '';
    position: absolute;
    display: block;
    width: 5px;
    height: 8px;
    border: solid white;
    border-width: 0 1px 1px 0;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg); }
  .ico-check.normal {
    background: #5581e4; }
  .ico-check.caution {
    background: #ff6600; }
  .ico-check.danger {
    background: #fb4949; }

.notice-label {
  background: #596ace;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 0 8px;
  font-size: 13px;
  color: #fff; }

.ico-groupware-arrow {
  background-image: url("/resources/images/icons/ico_color-group.png");
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  margin-left: 10px;
  background-position: bottom; }

.ico-menu_b {
  background-image: url("/resources/images/icons/ico-menu_b.png");
  width: 4px;
  height: 20px;
  background-repeat: no-repeat; }

.ico-file_folder {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_file.png");
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-file_pdf {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_file.png");
  background-position: -20px 0px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-file_excel {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_file.png");
  background-position: -40px 0px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-file_ppt {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_file.png");
  background-position: -60px 0px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-file_word {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_file.png");
  background-position: -80px 0px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-file_img {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_file.png");
  background-position: -100px 0px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-file_video {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_file.png");
  background-position: -120px 0px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-file_txt {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_file.png");
  background-position: -140px 0px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-file_link {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_file.png");
  background-position: -160px 0px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-file_zip {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_file.png");
  background-position: -180px 0px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-file_hwp {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_file.png");
  background-position: -200px 0px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-file_psd {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_file.png");
  background-position: -220px 0px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-file_ai {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_file.png");
  background-position: -240px 0px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-file_xd {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_file.png");
  background-position: -260px 0px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-file_return {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_file.png");
  background-position: -280px 0px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-file_folder_m {
  width: 40px;
  height: 40px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_file.png");
  background-position: 0px -40px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-file_pdf_m {
  width: 40px;
  height: 40px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_file.png");
  background-position: -40px -40px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-file_excel_m {
  width: 40px;
  height: 40px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_file.png");
  background-position: -80px -40px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-file_ppt_m {
  width: 40px;
  height: 40px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_file.png");
  background-position: -120px -40px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-file_word_m {
  width: 40px;
  height: 40px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_file.png");
  background-position: -160px -40px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-file_img_m {
  width: 40px;
  height: 40px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_file.png");
  background-position: -200px -40px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-file_video_m {
  width: 40px;
  height: 40px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_file.png");
  background-position: -240px -40px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-file_txt_m {
  width: 40px;
  height: 40px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_file.png");
  background-position: 0px -80px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-file_link_m {
  width: 40px;
  height: 40px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_file.png");
  background-position: -40px -80px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-file_zip_m {
  width: 40px;
  height: 40px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_file.png");
  background-position: -80px -80px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-file_hwp_m {
  width: 40px;
  height: 40px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_file.png");
  background-position: -120px -80px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-file_psd_m {
  width: 40px;
  height: 40px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_file.png");
  background-position: -160px -80px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-file_ai_m {
  width: 40px;
  height: 40px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_file.png");
  background-position: -200px -80px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-file_xd_m {
  width: 40px;
  height: 40px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_file.png");
  background-position: -240px -80px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-file_return_m {
  width: 40px;
  height: 40px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_file.png");
  background-position: 0px -120px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-file_folder.large {
  width: 50px;
  height: 50px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_file.png");
  background-position: 0px -200px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-file_pdf.large {
  width: 50px;
  height: 50px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_file.png");
  background-position: -50px -200px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-file_excel.large {
  width: 50px;
  height: 50px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_file.png");
  background-position: -100px -200px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-file_ppt.large {
  width: 50px;
  height: 50px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_file.png");
  background-position: -150px -200px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-file_word.large {
  width: 50px;
  height: 50px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_file.png");
  background-position: -200px -200px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-file_img.large {
  width: 50px;
  height: 50px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_file.png");
  background-position: -250px -200px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-file_video.large {
  width: 50px;
  height: 50px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_file.png");
  background-position: 0px -250px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-file_xd.large {
  width: 50px;
  height: 50px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_file.png");
  background-position: -50px -250px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-file_txt.large {
  width: 50px;
  height: 50px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_file.png");
  background-position: -100px -250px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-file_link.large {
  width: 50px;
  height: 50px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_file.png");
  background-position: -150px -250px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-file_zip.large {
  width: 50px;
  height: 50px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_file.png");
  background-position: -200px -250px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-file_hwp.large {
  width: 50px;
  height: 50px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_file.png");
  background-position: -250px -250px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-file_psd.large {
  width: 50px;
  height: 50px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_file.png");
  background-position: 0px -300px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-file_ai.large {
  width: 50px;
  height: 50px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_file.png");
  background-position: -50px -300px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-file_return.large {
  width: 50px;
  height: 50px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_file.png");
  background-position: -100px -300px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-file_relay {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: 0px -160px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-file_trash {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -20px -160px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-file_restore {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -40px -160px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-file_change {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -60px -160px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-file_copy {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -80px -160px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-file_newFolder {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -100px -160px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-file_download {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -120px -160px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-star_b {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -140px -160px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-file_folder-g {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -160px -160px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-file_upload {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -180px -160px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-folder_upload {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -200px -160px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-folder_share {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -220px -160px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-fileDrive {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -240px -160px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-fileSort {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -280px -160px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-filePlay {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: 0px -180px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-fileStop {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -20px -180px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-minus_l {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -40px -180px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-myKnowledge {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -60px -180px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-allKnowledge {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -80px -180px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-privacy {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -100px -180px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-memoList {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -120px -180px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-groupMail {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -140px -180px;
  background-repeat: no-repeat;
  background-size: auto; }

.ico-faqG {
  width: 20px;
  height: 20px;
  background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png");
  background-position: -160px -180px;
  background-repeat: no-repeat;
  background-size: auto; }

.btn-roundLarge, .btn-base, .btn-baseRound, .g-btn-baseRound {
  display: inline-block;
  outline: none;
  border: none;
  cursor: pointer;
  box-sizing: border-box; }

.btn-area {
  padding: 15px 0; }

.btn-area--form {
  text-align: center;
  padding: 20px 0; }
  .btn-area--form.pt0 {
    padding-top: 0; }

/*버튼타입*/
.btn-roundLarge {
  padding: 0 5px;
  height: 45px;
  line-height: 42px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  text-align: center; }
  .btn-roundLarge.dis-n {
    display: none; }

.btn-base {
  height: 30px;
  padding: 0 10px;
  min-width: 55px;
  border: 1px solid #ddd;
  font-size: 13px; }
  .btn-base.dis-n {
    display: none; }
  .btn-base.hasIcon > span {
    line-height: 29px; }

.btn-baseRound {
  height: 30px;
  padding: 0 10px;
  min-width: 55px;
  border: 1px solid #ddd;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  font-size: 13px; }
  .btn-baseRound.doc-active {
    color: #5581e4;
    border-color: #5581e4; }
  .btn-baseRound.dis-n {
    display: none; }
  .btn-baseRound.hasIcon > span {
    line-height: 28px; }
  .btn-baseRound.onlyIcon {
    min-width: auto; }
  .btn-baseRound:hover, .btn-baseRound:focus {
    background: #f7f7f7; }
  .btn-baseRound.act-btn {
    background: #f7f7f7; }

a.btn-baseRound {
  line-height: 30px;
  text-align: center; }
  a.btn-baseRound.hasIcon {
    line-height: 25px; }

.btn-label {
  display: inline-block;
  padding: 0 5px;
  border: 1px solid #ddd;
  background: #fff;
  height: 22px;
  line-height: 20px;
  font-size: 12px;
  color: #888;
  font-weight: 400; }
  .btn-label.m-w75 {
    min-width: 80px;
    text-align: center; }

.btn-large {
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  min-width: 120px;
  font-size: 14px;
  font-weight: 500; }

/*버튼색상*/
.btn-add {
  background: #2b337a;
  border: 1px solid #2b337a;
  color: #fff;
  font-weight: 500; }
  .btn-add:hover, .btn-add:focus {
    background: #1e2354; }
    .btn-add:hover span, .btn-add:focus span {
      color: #fff; }

.btn-white:disabled {
  color: #ddd; }
  .btn-white:disabled:hover {
    background: transparent; }

.btn-pblue {
  background: #596ace;
  border: 1px solid #596ace;
  color: #fff;
  font-weight: 500; }
  .btn-pblue:hover, .btn-pblue:focus {
    background: #384bbc; }
  .btn-pblue.disabled {
    border-color: #808080;
    background-color: #808080;
    cursor: initial; }
    .btn-pblue.disabled:hover, .btn-pblue.disabled:focus {
      border-color: #808080;
      background-color: #808080;
      cursor: initial; }

/*폰트 사이즈*/
.btn-fs15 {
  font-size: 15px; }

.btn-fcPointBlue {
  color: #5581e4;
  border: 1px solid #5581e4; }
  .btn-fcPointBlue.iconBtn {
    position: relative;
    padding-right: 30px; }
    .btn-fcPointBlue.iconBtn:after {
      content: '';
      display: inline-block;
      right: 0;
      position: absolute;
      top: 50%;
      transform: translate(0, -50%);
      margin-top: 1px; }

.btn-icon {
  display: inline-block;
  text-align: center;
  height: 20px; }
  .btn-icon.large {
    height: 26px; }

.btn-icon--circleOutline {
  outline: none; }
  .btn-icon--circleOutline:focus {
    background: #e9e9e9;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px; }

.btn-icon-border--blank {
  display: inline-block;
  vertical-align: middle; }
  .btn-icon-border--blank.input {
    width: 30px;
    height: 30px; }

.btn-icon-border {
  border: 1px solid #ddd;
  outline: none;
  position: relative;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  width: 25px;
  height: 22px; }
  .btn-icon-border:hover, .btn-icon-border:focus {
    background: #f4f5f9; }
  .btn-icon-border.xsm {
    width: 18px;
    height: 18px; }
    .btn-icon-border.xsm i {
      margin-top: -2px;
      margin-left: -2px; }
  .btn-icon-border.txt {
    width: 60px;
    height: 22px; }
    .btn-icon-border.txt span {
      color: #5581e4;
      font-size: 12px;
      font-weight: 400; }
  .btn-icon-border.sm {
    width: 22px; }
  .btn-icon-border.input {
    width: 30px;
    height: 30px;
    padding-top: 5px;
    text-align: center; }
  .btn-icon-border.top {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .btn-icon-border.btm {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .btn-icon-border.left {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .btn-icon-border.right {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

.btn-icon-border--noimg {
  position: relative;
  padding: 0; }
  .btn-icon-border--noimg i {
    margin-top: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.b-attachBtnWrap .top {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.b-attachBtnWrap .btm {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.b-attachBtnWrap .left {
  float: left;
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
  .b-attachBtnWrap .left.br {
    border-right: 1px solid #ddd; }

.b-attachBtnWrap .right {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.b-attachBtn.horizon button {
  float: left; }

.b-attachBtn.vertical {
  line-height: 0; }

.btn-outline {
  padding: 2px; }
  .btn-outline:disabled {
    color: #ddd; }

.btn-blankPopup {
  vertical-align: middle; }

.btn-more {
  border-top: 1px solid #ddd;
  width: 100%;
  padding: 15px 0; }
  .btn-more.large {
    border: 1px solid #ddd; }

.btn-sort {
  border-right: none;
  border-radius: 0; }
  .btn-sort.br {
    border-right: 1px solid #ddd; }

.ico-border-h30 {
  border: 1px solid #ddd;
  outline: none;
  position: relative;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  width: 30px;
  height: 30px; }

.view-txt {
  padding: 0 5px;
  position: relative;
  font-size: 13px;
  color: #656565; }
  .view-txt.aft:after {
    content: '';
    position: absolute;
    top: 2px;
    bottom: 2px;
    right: -2px;
    width: 1px;
    background: #ddd; }

.btn-toggle {
  border: 1px solid #ddd;
  outline: none;
  border-radius: 2px;
  width: 25px;
  height: 22px; }

.g-btn-baseRound {
  height: 30px;
  padding: 0 10px;
  min-width: 55px;
  border: 1px solid #ddd;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  font-size: 13px; }
  .g-btn-baseRound.dis-n {
    display: none; }
  .g-btn-baseRound.hasIcon > span {
    line-height: 28px; }
  .g-btn-baseRound.onlyIcon {
    min-width: auto; }
  .g-btn-baseRound.btn-sort {
    border-right: none;
    border-radius: 0; }
    .g-btn-baseRound.btn-sort.br {
      border-right: 1px solid #ddd; }

a.btn-baseRound {
  line-height: 30px;
  text-align: center; }
  a.btn-baseRound.hasIcon {
    line-height: 25px; }

.actv {
  background: #f7f7f7; }

.btn-disabled {
  border-color: #808080;
  background-color: #808080;
  cursor: initial; }
  .btn-disabled:hover, .btn-disabled:focus {
    border-color: #808080;
    background-color: #808080; }

.ui-dialog {
  z-index: 9999 !important;
  min-width: 400px;
  max-width: 450px;
  padding: 0;
  border-radius: 4px; }
  .ui-dialog .ui-corner-all,
  .ui-dialog .ui-corner-top,
  .ui-dialog .ui-corner-left,
  .ui-dialog .ui-corner-tl {
    border-top-left-radius: 10px; }
  .ui-dialog .ui-corner-all,
  .ui-dialog .ui-corner-top,
  .ui-dialog .ui-corner-right,
  .ui-dialog .ui-corner-tr {
    border-top-right-radius: 10px; }
  .ui-dialog .ui-corner-all,
  .ui-dialog .ui-corner-bottom,
  .ui-dialog .ui-corner-left,
  .ui-dialog .ui-corner-bl {
    border-bottom-left-radius: 10px; }
  .ui-dialog .ui-corner-all,
  .ui-dialog .ui-corner-bottom,
  .ui-dialog .ui-corner-right,
  .ui-dialog .ui-corner-br {
    border-bottom-right-radius: 10px; }
  .ui-dialog .bg-box {
    text-align: left;
    font-weight: 400; }
  .ui-dialog .default-ul {
    color: #888; }
    .ui-dialog .default-ul li {
      margin-bottom: 0; }

.ui-dialog .ui-dialog-titlebar {
  position: relative;
  margin: 0;
  padding: 15px 20px;
  border-bottom: 1px solid #ddd; }

.ui-dialog .ui-dialog-title {
  display: block;
  font-size: 16px;
  color: #333;
  font-weight: 500; }

.ui-dialog .ui-dialog-titlebar-close {
  visibility: hidden;
  right: 20px;
  border: none;
  background: none;
  width: 20px;
  height: 20px; }
  .ui-dialog .ui-dialog-titlebar-close .ui-icon,
  .ui-dialog .ui-dialog-titlebar-close .ui-widget-content .ui-icon, .ui-dialog .ui-dialog-titlebar-close .ui-widget-header .ui-icon {
    margin-top: 0;
    margin-left: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.ui-dialog .ui-dialog-content {
  margin-top: 0;
  padding: 25px 20px;
  text-align: center;
  word-break: keep-all;
  font-size: 15px;
  color: #555;
  font-weight: 500; }

.ui-dialog .ui-dialog-buttonpane {
  background: #fafafa;
  margin-top: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }

.ui-dialog .ui-dialog-buttonpane button, .ui-dialog .ui-dialog-buttonpane button:first-child {
  width: 120px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  margin: 15px 5px; }
  .ui-dialog .ui-dialog-buttonpane button.btn-blue, .ui-dialog .ui-dialog-buttonpane button:first-child.btn-blue {
    background: #2b337a;
    border: 1px solid #2b337a;
    color: #fff; }
  .ui-dialog .ui-dialog-buttonpane button.btn-white, .ui-dialog .ui-dialog-buttonpane button:first-child.btn-white {
    background: #fff;
    border: 1px solid #ddd;
    color: #656565; }

.dialog-subTxt {
  font-size: 13px;
  color: #888;
  font-weight: 400; }

.dialog-largeTxt {
  font-size: 15px;
  color: #333;
  font-weight: 500; }

.l-container {
  margin-left: 260px;
  position: relative;
  min-width: 764px;
  height: 100%; }
  .l-container.pop {
    margin-left: 0; }
  @media screen and (max-width: 1201px) {
    .l-container {
      margin-left: 0;
      min-width: 1024px; }
      .l-container.print {
        min-width: auto; } }

@media screen and (max-width: 1400px) {
  .l-container {
    margin-left: 0;
    min-width: 1024px; }
    .l-container.print {
      min-width: auto; } }

.l-containerFull {
  position: relative;
  height: 100%;
  width: 100%;
  background: #fafafa;
  overflow-y: auto; }

.b-logo {
  height: 70px;
  position: relative; }
  .b-logo .hide-mini {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    top: 55%;
    width: 100%; }
  .b-logo .show-mini {
    margin-top: 20px; }

.custom-logo {
  max-width: 200px;
  max-height: 45px; }

.custom-logo-login {
  max-width: 280px;
  max-height: 60px; }

.logo-imgBox {
  display: inline-block;
  border: 1px solid #ddd;
  height: 100px;
  text-align: center;
  position: relative; }
  .logo-imgBox img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.logo-imgBox__info {
  display: inline-block;
  vertical-align: middle;
  margin-top: -15px;
  margin-left: 5px; }

.b-leftMenu__closeBtn {
  display: none; }

@media screen and (max-width: 1398px) {
  .b-leftMenu__closeBtn {
    display: inline-block;
    position: absolute;
    left: 260px;
    z-index: 999;
    background: #727272;
    width: 35px;
    height: 35px; }
    .b-leftMenu__closeBtn i {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); } }

.b-leftMenu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  border-right: 1px solid #ddd;
  background: #fff;
  width: 260px;
  transition: margin-left .3s ease-in-out,width .3s ease-in-out; }
  .b-leftMenu .hide-mini {
    white-space: nowrap;
    transition: margin-left .3s linear,opacity .3s ease,visibility .3s ease; }
  .b-leftMenu .show-mini {
    display: none; }

@media screen and (max-width: 1400px) {
  .b-leftMenu {
    margin-left: -1200px; }
  .b-leftMenu.show {
    margin-left: 0; } }

.b-leftMenu .b-leftMenu__inner .b-leftMenu-nav .ico-person {
  background: url(/resources/images/icons/sprite/ico_organization.png);
  background-repeat: no-repeat;
  background-size: auto;
  width: 16px;
  height: 16px; }

.b-leftMenu .b-leftMenu__inner .b-leftMenu-nav .all-mail:hover {
  color: #2b337a; }

.b-leftMenu .b-leftMenu__inner .b-leftMenu-darkHover .txtell:hover {
  color: #555; }

.b-leftMenu-navDp3 .b-leftMenu-navDp4.bd a:before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  border: 1px solid #bbb;
  border-top: none;
  border-right: none;
  border-left: none;
  vertical-align: top;
  margin-top: 3px; }

.b-leftMenu-navDp3 .b-leftMenu-navDp4.bd-none a:before {
  width: 0; }

.b-leftMenu__inner {
  padding: 0 25px;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0; }

.b-leftMenu-nav li {
  position: relative; }
  .b-leftMenu-nav li.br-g-1Px {
    border-bottom: 1px solid #e1e1e1;
    padding: 0 0 15px 0; }
    .b-leftMenu-nav li.br-g-1Px.br-addTop {
      margin: 15px 0; }

.b-leftMenu-nav > li {
  white-space: nowrap; }
  .b-leftMenu-nav > li:hover .b-leftMenu-nav__link {
    color: #2b337a; }
    .b-leftMenu-nav > li:hover .b-leftMenu-nav__link > i {
      background-image: url("/resources/images/icons/sprite/ico_sprite_color.png"); }

.b-leftMenu-nav__link {
  display: inline-block;
  width: 100%;
  padding: 7px 0;
  text-align: left;
  outline: none;
  position: relative;
  font-size: 14px;
  color: #656565;
  font-weight: 500;
  display: flex;
  align-items: center; }
  .b-leftMenu-nav__link > i {
    margin-top: 1px; }
  .b-leftMenu-nav__link.active, .b-leftMenu-nav__link:focus {
    color: #2b337a; }
    .b-leftMenu-nav__link.active > i, .b-leftMenu-nav__link:focus > i {
      background-image: url("/resources/images/icons/sprite/ico_sprite_color.png"); }
  .b-leftMenu-nav__link.hasChild:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0; }
  .b-leftMenu-nav__link.b-leftMenu-nav__link-add.hasChild:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0; }

.b-leftMenu-nav__rightBtn {
  position: absolute;
  top: 7px;
  right: 0; }
  .b-leftMenu-nav__rightBtn.hasChild {
    right: 30px; }

.b-leftMenu-navDp2 {
  padding-bottom: 10px; }
  .b-leftMenu-navDp2 .b-leftMenu-nav__rightBtn {
    top: 0; }
  .b-leftMenu-navDp2 a {
    display: inline-block;
    width: 100%;
    padding: 5px 0 5px 32px;
    white-space: nowrap;
    line-height: 18px;
    font-size: 13px;
    color: #bbb; }
    .b-leftMenu-navDp2 a.active, .b-leftMenu-navDp2 a:hover, .b-leftMenu-navDp2 a:focus {
      color: #656565;
      font-weight: 500; }
    .b-leftMenu-navDp2 a .txtell {
      width: 95%; }
      .b-leftMenu-navDp2 a .txtell.hasCnt {
        max-width: 115px; }
    .b-leftMenu-navDp2 a.hasChild:after {
      content: '';
      display: inline-block;
      position: absolute;
      top: 50%;
      transform: translate(0, -50%);
      right: 0; }
  .b-leftMenu-navDp2 .b-leftMenu-navDp2__checka {
    display: inline-block;
    width: 100%;
    padding: 5px 0 5px 0px;
    white-space: nowrap;
    line-height: 18px;
    font-size: 14px;
    color: #bbb; }

.b-leftMenu-navDp3 a {
  font-size: 13px; }

.b-leftMenu-navDp4 a:before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  border: 1px solid #bbb;
  border-top: none;
  border-right: none;
  vertical-align: top;
  margin-top: 8px; }

/*.b-leftMenu-navDp2__link{

  }*/
@media screen and (min-width: 1201px) {
  .slide-mini .l-container {
    margin-left: 70px; } }
  @media screen and (min-width: 1201px) and (max-width: 1201px) {
    .slide-mini .l-container {
      margin-left: 0; } }

@media screen and (min-width: 1201px) {
  .slide-mini .b-logo {
    text-align: center; }
  .slide-mini .b-leftMenu {
    width: 70px; }
    .slide-mini .b-leftMenu i {
      margin-right: 0; } }
  @media screen and (min-width: 1201px) and (max-width: 1201px) {
    .slide-mini .b-leftMenu {
      width: 260px; } }

@media screen and (min-width: 1201px) {
  .slide-mini .b-leftMenu__inner {
    padding: 0 10px; }
  .slide-mini .show-mini {
    display: inline-block;
    vertical-align: top; }
  .slide-mini .hide-mini {
    opacity: 0;
    visibility: hidden;
    width: 0;
    height: 0;
    margin-left: -5px;
    overflow: hidden;
    display: inline-block; }
  .slide-mini .b-leftMenu-nav__link {
    text-align: center; }
    .slide-mini .b-leftMenu-nav__link:after {
      display: none; }
  .slide-mini .b-leftMenu-navDp2 {
    display: none; }
  .slide-mini .b-footer {
    left: 0; }
  .slide-mini .b-mailLeft-shortcut__btn.hide-mini {
    display: none; }
  .slide-mini .btn-indivi {
    width: 100%;
    margin-bottom: 10px; }
    .slide-mini .btn-indivi > p span:nth-child(1) {
      display: block; }
  .slide-mini .btn-project {
    width: 100%; }
    .slide-mini .btn-project > p span:nth-child(1) {
      display: block; } }

.b-header {
  border-bottom: 1px solid #ddd;
  background: #fff;
  padding: 0 25px;
  width: 100%;
  height: 70px;
  line-height: 70px;
  position: relative;
  z-index: 11;
  /*position:fixed;
  top:0;*/ }

.navbar-btn {
  padding: 3px; }
  .navbar-btn span {
    background: #727272;
    display: block;
    width: 20px;
    height: 2px;
    margin: 0 auto 4px; }
    .navbar-btn span:last-child {
      margin-bottom: 0; }

.b-header-mainNav {
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
  padding: 15px 0;
  overflow: visible;
  margin-bottom: 0 !important; }
  .b-header-mainNav.noMenuBtn {
    margin-left: -15px; }
  .b-header-mainNav li {
    float: left; }
  .b-header-mainNav a {
    display: inline-block;
    padding: 0 15px;
    font-size: 16px;
    color: #555;
    font-weight: 500; }
    .b-header-mainNav a i {
      margin-right: 8px; }
    .b-header-mainNav a.active, .b-header-mainNav a:hover, .b-header-mainNav a:focus {
      color: #2b337a; }
      .b-header-mainNav a.active i, .b-header-mainNav a:hover i, .b-header-mainNav a:focus i {
        background-image: url("/resources/images/icons/sprite/ico_sprite_color.png"); }

.group-sub-btn {
  overflow: visible; }

.group-sub-list.b-layerGroup__layer {
  position: absolute;
  top: 53px;
  right: 0;
  border-top: none;
  line-height: normal; }

.group-sub-list.b-layerGroup__layer.grouplist {
  position: absolute;
  top: 43px;
  right: 16px;
  border-top: none;
  line-height: normal;
  width: auto; }
  .group-sub-list.b-layerGroup__layer.grouplist a {
    display: inline-block;
    width: 100%;
    text-align: left;
    padding: 8px 15px;
    white-space: nowrap;
    font-size: 13px;
    color: #888; }
    .group-sub-list.b-layerGroup__layer.grouplist a i, .group-sub-list.b-layerGroup__layer.grouplist a span {
      vertical-align: bottom; }

.b-header-subNav {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  overflow: visible;
  height: 36px;
  line-height: 36px; }
  .b-header-subNav > li {
    float: left;
    border-right: 1px solid #e9e9e9;
    padding: 0 10px;
    overflow: visible;
    line-height: normal;
    position: relative; }
    .b-header-subNav > li:last-child {
      border-right-width: 0; }

.b-header-subNav__btn {
  display: inline-block;
  min-width: 55px;
  height: 35px; }

.b-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 1px solid #ddd;
  padding: 10px 20px;
  z-index: 99;
  background: #fff;
  font-size: 13px;
  color: #888; }
  .b-footer .bold {
    color: #555; }
  .b-footer .link {
    color: #888; }
  @media screen and (max-width: 1201px) {
    .b-footer {
      left: 0; } }

.b-footer__left {
  display: inline-block; }

.b-footer__right {
  float: right; }

.b-mailLeft-top {
  padding: 15px 0; }
  .b-mailLeft-top a {
    white-space: nowrap; }

.b-mailLeft-shortcut {
  text-align: center;
  margin-top: 15px;
  white-space: nowrap; }

.b-mailLeft-shortcut__btn {
  display: inline-block;
  width: 62px;
  max-width: 100%;
  font-size: 13px;
  color: #656565;
  font-weight: 500; }
  .b-mailLeft-shortcut__btn .cnt {
    display: block;
    height: 25px;
    line-height: 23px;
    font-size: 14px;
    color: #5581e4;
    font-weight: 900; }

.b-mailLeft-cnt {
  margin-left: 5px;
  font-size: 12px;
  color: #5581e4;
  font-weight: 500; }

.b-pop-navDp4:before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  border: 1px solid #bbb;
  border-top: none;
  border-right: none;
  vertical-align: top;
  margin-top: 8px; }

body, html {
  overflow-y: hidden; }
  body.overflow-h, html.overflow-h {
    overflow: hidden; }

.clear:after {
  content: '';
  display: block;
  clear: both; }

.row {
  margin-right: -20px;
  margin-left: -20px; }

.txtell {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  .txtell.dis-ib {
    vertical-align: middle; }
    .txtell.dis-ib.v-ttb {
      vertical-align: text-bottom; }

.txtell__td {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 90%;
  display: inline-block; }

@media screen and (max-width: 1400px) {
  .layer-mask {
    position: fixed;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 99;
    width: 100%;
    height: 100%; } }

.bg-box {
  background: #fafafa;
  border: 1px solid #e9e9e9;
  padding: 15px; }
  .bg-box.plus-bg__box {
    padding: 15px 30px; }

.bg-box--sm {
  padding: 5px; }

.bg-box--m {
  padding: 15px 20px; }

.bg-box--large {
  padding: 25px; }

.bg-box--blue {
  background: #f4f6fb;
  border-top: 2px solid #5581e4; }

.bg-box__titleTxt {
  font-size: 13px; }

.bg-box__titleTxt--large {
  font-size: 15px; }

.default-ul {
  font-size: 13px;
  color: #656565; }
  .default-ul > li {
    margin-bottom: 5px;
    line-height: 22px;
    padding-left: 12px;
    position: relative; }
    .default-ul > li:last-child {
      margin-bottom: 0; }
    .default-ul > li:before {
      content: '';
      position: absolute;
      left: 0;
      top: 9px; }

.default-list > li {
  margin-bottom: 10px; }
  .default-list > li:last-child {
    margin-bottom: 0; }

.default-tab {
  margin: 15px 0 25px;
  border-bottom: 1px solid #ddd; }
  .default-tab.attach {
    margin: 10px 0 15px; }
  .default-tab.list {
    margin: 0 0 15px; }
  .default-tab.bu-list {
    margin: 0 25px 15px; }
  .default-tab.mb0 {
    margin: 15px 0 0px; }

.default-tab__btn {
  padding: 10px;
  outline: none;
  font-size: 15px;
  font-weight: 500; }
  .default-tab__btn:focus, .default-tab__btn.active, .default-tab__btn:hover {
    color: #2b337a;
    border-bottom: 2px solid #2b337a; }

.default-input {
  min-height: 30px;
  font-size: 13px;
  color: #888; }
  .default-input::placeholder {
    font-size: 13px;
    color: #ddd; }
  .default-input[readonly] {
    background: #f3f3f3; }
  .default-input.midi {
    height: 35px;
    font-size: 14px;
    color: #888; }
    .default-input.midi::placeholder {
      font-size: 14px;
      color: #ddd; }
  .default-input.large {
    height: 40px;
    font-size: 14px;
    color: #888; }
    .default-input.large::placeholder {
      font-size: 14px;
      color: #ddd; }
  .default-input.nobd {
    border: none; }

.min-h28 {
  min-height: 28px; }

.inputGroup {
  position: relative;
  padding-right: 30px;
  height: 30px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }

.inputGroup__input, .inputGroup__btn {
  border: none;
  min-height: auto;
  height: 29px; }

.inputGroup__input {
  background: transparent;
  border-right: 1px solid #ddd;
  height: 29px; }

.inputGroup__btn {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  width: 30px; }

.default-bar {
  display: inline-block;
  margin: 0 8px;
  background: #e9e9e9;
  width: 1px;
  height: 15px; }

.checkbox-group-dp2 {
  padding-left: 22px;
  margin: 10px 0 0; }

.checkbox-group {
  font-size: 13px; }
  .checkbox-group .hasInput .checkmark, .checkbox-group .hasInput .radiomark {
    top: 9px; }
  .checkbox-group label {
    position: relative;
    display: inline-block;
    cursor: pointer;
    padding-left: 22px;
    text-align: left;
    min-width: 14px;
    min-height: 20px;
    margin-bottom: 0;
    /*line-height:22px;*/ }
    .checkbox-group label > span {
      /*margin-top:-1px;
      vertical-align:middle;*/
      font-weight: 400; }
  .checkbox-group .b-leftMenu-navDp2__checkbox {
    position: relative;
    display: inline-block;
    cursor: pointer;
    padding-left: 20px;
    text-align: left;
    min-width: 14px;
    min-height: 20px;
    margin-left: 30px; }
  .checkbox-group .left-label {
    padding-left: 0; }
  .checkbox-group input[type="radio"], .checkbox-group input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0px;
    width: 0px; }
    .checkbox-group input[type="radio"]:focus ~ .radiomark, .checkbox-group input[type="checkbox"]:focus ~ .radiomark {
      outline: -webkit-focus-ring-color auto 5px;
      border: 1px solid #999; }
    .checkbox-group input[type="radio"]:focus ~ .checkmark, .checkbox-group input[type="checkbox"]:focus ~ .checkmark {
      outline: -webkit-focus-ring-color auto 5px;
      border: 1px solid #999; }
  .checkbox-group .checkmark {
    position: absolute;
    left: 0;
    top: 3px;
    width: 14px;
    height: 14px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    border-radius: 1px;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #aaa; }
    .checkbox-group .checkmark:hover {
      border: 1px solid #999; }
    .checkbox-group .checkmark.navDp2 {
      top: 8px;
      border-radius: 3px; }
  .checkbox-group input:checked ~ .checkmark {
    background: #5581e4;
    border-color: #5581e4; }
    .checkbox-group input:checked ~ .checkmark:after {
      display: block;
      content: "";
      cursor: pointer;
      width: 3px;
      height: 7px;
      border: solid white;
      border-width: 0 1px 1px 0;
      position: absolute;
      top: 45%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg); }
    .checkbox-group input:checked ~ .checkmark.navDp2 {
      border-color: transparent; }
  .checkbox-group .off-br {
    border-color: #5581e4; }
  .checkbox-group .radiomark {
    position: absolute;
    left: 0;
    top: 3px;
    width: 14px;
    height: 14px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    cursor: pointer;
    background-color: #f4f5f9;
    border: 1px solid #aaa; }
    .checkbox-group .radiomark:hover, .checkbox-group .radiomark:focus {
      border: 1px solid #999; }
    .checkbox-group .radiomark:after {
      display: block;
      content: "";
      cursor: pointer;
      width: 6px;
      height: 6px;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      -ms-border-radius: 6px;
      border-radius: 6px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .checkbox-group .radiomark.radiomark--sm {
      top: 4px;
      width: 12px;
      height: 12px; }
  .checkbox-group input:checked ~ .radiomark:hover {
    border-color: #ddd; }
  .checkbox-group input:checked ~ .radiomark:after {
    background: #5581e4; }

.checkbox-group.multi label {
  margin-right: 10px; }

.checkbox-group.only label {
  padding-left: 18px;
  vertical-align: middle; }

.checkbox-group.only .checkmark {
  top: 3px; }

.unit {
  display: inline-block;
  margin-top: 5px;
  padding: 0 5px; }

.bar {
  display: inline-block;
  margin: 0 2px;
  width: 1px;
  height: 13px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  background: #ddd; }

.sub-ul {
  font-size: 13px;
  color: #999;
  line-height: 22px; }
  .sub-ul.bul > li {
    padding-left: 12px;
    position: relative; }
    .sub-ul.bul > li:before {
      content: '·';
      position: absolute;
      left: 0;
      top: 0; }

.link-group {
  font-size: 13px;
  color: #656565; }
  .link-group a, .link-group button {
    font-size: 13px;
    color: #656565; }

.sub-txt {
  font-size: 13px;
  color: #999; }
  .sub-txt.dark {
    color: #555; }
  .sub-txt.sub-txt--sm {
    font-size: 12px; }

.small-txt {
  margin-top: 8px;
  font-size: 13px;
  color: #999; }
  .small-txt.red {
    margin-top: 3px;
    font-size: 13px;
    color: #fb4949; }

.ell-txt {
  width: 100%;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.borderGroup {
  width: auto;
  padding: 0 8px;
  position: relative; }
  .borderGroup.border:after {
    content: '';
    position: absolute;
    top: 2px;
    bottom: 2px;
    right: -2px;
    width: 1px;
    background: #ddd; }
  .borderGroup.border--sm:after {
    top: 5px;
    bottom: 5px; }
  .borderGroup.borderGroup--sm {
    padding: 0 5px; }

.point-txt {
  color: #26487e;
  font-weight: 500; }

.layer-popup__subtxt {
  margin-left: 10px;
  vertical-align: bottom;
  font-size: 12px;
  color: #999; }
  .layer-popup__subtxt.dark {
    color: #333;
    font-size: 13px;
    font-weight: bold; }

.file-txt {
  vertical-align: sub;
  font-size: 13px; }

.opt-1dp {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-bottom: -1px; }

.cur-point {
  cursor: pointer; }

.po-reive {
  position: relative; }

.tableWrap {
  border-top: 1px solid #333;
  position: relative; }
  .tableWrap.hasScroll {
    overflow: auto;
    -ms-overflow-style: auto; }
    .tableWrap.hasScroll::-webkit-scrollbar {
      width: 5px;
      /* 세로축 스크롤바 길이 */
      height: 8px;
      /* 가로축 스크롤바 길이 */ }
    .tableWrap.hasScroll::-webkit-scrollbar-thumb {
      border-radius: 5px;
      background-color: #ccc; }
  .tableWrap .b-listTable.full th, .tableWrap .b-listTable.full td {
    padding: 5px 5px; }
  .tableWrap .b-listTable .bg-fa {
    background-color: #f7f7f7; }
  .tableWrap .b-listTable .bg-fff {
    background-color: #fff; }
  .tableWrap .b-listTable .bg-ddd {
    background-color: #ddd; }
  .tableWrap .b-listTable .member-list li {
    float: left;
    min-width: 100px;
    margin-right: 10px; }
    .tableWrap .b-listTable .member-list li div {
      padding-left: 20px; }
    .tableWrap .b-listTable .member-list li.m-logo {
      background: url("/resources/images/icon/m_icon.png");
      background-repeat: no-repeat;
      background-position: center left; }
  .tableWrap .b-listTable.b-department .bd-line::before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    border: 1px solid #bbb;
    border-top: none;
    border-right: none;
    vertical-align: top;
    margin-top: 4px;
    margin-right: 5px; }
  .tableWrap .b-listTable .pl30 {
    padding-left: 30px; }
  .tableWrap .b-listTable .pl30::before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    border: 1px solid #bbb;
    border-top: none;
    border-right: none;
    border-left: none;
    vertical-align: top;
    margin-top: 3px; }
  .tableWrap .b-listTable .pl40 {
    padding-left: 40px; }
  .tableWrap .b-listTable .pl50 {
    padding-left: 50px; }

.contentWrap {
  border-top: 1px solid #333;
  border-bottom: 1px solid #ddd;
  padding: 20px;
  font-size: 13px;
  color: #555; }
  .contentWrap.full {
    padding: 15px 0; }
  .contentWrap.sm {
    padding: 10px 20px; }

.b-mailListTable {
  width: 100%; }

.b-formTable {
  width: 100%;
  table-layout: fixed; }
  .b-formTable th {
    padding: 13px 20px;
    background: #f4f5f9;
    border-bottom: 1px solid #ddd;
    height: 50px;
    text-align: left;
    font-size: 14px;
    font-weight: 500; }
    .b-formTable th.v-top {
      padding-top: 15px; }
  .b-formTable td {
    padding: 13px 10px;
    border-bottom: 1px solid #ddd;
    height: 40px;
    word-break: break-all;
    font-size: 13px;
    color: #555; }
    .b-formTable td.fc-danger {
      color: #fb4949; }
    .b-formTable td.nodata {
      text-align: center;
      padding: 20px 0;
      font-size: 13px;
      font-weight: 500; }
    .b-formTable td a {
      color: #555; }

.b-listTable-top {
  margin-bottom: 10px;
  overflow: hidden; }

.b-listTable-top__cnt {
  height: 35px;
  line-height: 55px;
  display: inline-block;
  font-weight: 500; }

.b-listTable {
  width: 100%;
  table-layout: fixed; }
  .b-listTable th {
    padding: 5px 20px;
    background: #f4f5f9;
    border-bottom: 1px solid #ddd;
    height: 40px;
    font-size: 14px;
    font-weight: 500; }
    .b-listTable th.p0 {
      padding: 0; }
    .b-listTable th.h95 {
      height: 95px; }
    .b-listTable th.h105 {
      height: 105px; }
    .b-listTable th.bg {
      background-color: #2b337a;
      color: #fff; }
  .b-listTable td {
    padding: 5px 20px;
    border-bottom: 1px solid #ddd;
    height: 50px;
    word-break: break-all;
    font-size: 13px;
    color: #555; }
    .b-listTable td.fc-danger {
      color: #fb4949; }
    .b-listTable td.wp100-img {
      padding: 0; }
    .b-listTable td.h95 {
      height: 95px; }
    .b-listTable td.h105 {
      height: 105px; }
    .b-listTable td a {
      color: #555; }
    .b-listTable td.nodata {
      text-align: center;
      padding: 20px 0;
      font-size: 13px;
      font-weight: 500; }
    .b-listTable td.full {
      padding: 5px 0; }
    .b-listTable td.re-listset {
      position: relative;
      padding-left: 35px; }
      .b-listTable td.re-listset:before {
        content: "";
        display: inline-block;
        width: 8px;
        height: 8px;
        border-bottom: 1px solid #888888;
        border-left: 1px solid #888;
        position: absolute;
        left: 20px;
        top: 17px; }
  .b-listTable.b-listTable--smSpace th, .b-listTable.b-listTable--smSpace td {
    padding: 5px 10px; }
  .b-listTable .b-listTable__tr--bg th, .b-listTable .b-listTable__tr--bg td {
    background: #fafafa; }
  .b-listTable .b-listTable__tr--bdno th, .b-listTable .b-listTable__tr--bdno td {
    border-bottom: 0; }

.b-listTable-border {
  width: 100%; }
  .b-listTable-border th, .b-listTable-border td {
    border-right: 1px solid #ddd;
    padding: 5px; }
    .b-listTable-border th:last-child, .b-listTable-border td:last-child {
      border-right: none; }

.b-listTable-formInner {
  table-layout: fixed;
  width: 100%; }
  .b-listTable-formInner th {
    padding: 5px;
    background: #e9e9e9;
    font-size: 13px;
    font-weight: 500; }
  .b-listTable-formInner td {
    padding: 8px 10px;
    word-break: break-all;
    font-size: 13px; }
    .b-listTable-formInner td.nodata {
      text-align: center;
      color: #888;
      padding: 20px 0; }

.b-likeTable .tr {
  border-bottom: 1px solid #ddd;
  display: flex;
  padding: 15px 0;
  font-size: 14px;
  color: #555; }
  .b-likeTable .tr.tr-calendar {
    align-items: center;
    min-height: 60px;
    box-sizing: border-box; }
    .b-likeTable .tr.tr-calendar .th {
      padding-left: 0; }
    .b-likeTable .tr.tr-calendar .td {
      padding-right: 0; }

.b-likeTable .dis-n {
  display: none; }

.b-likeTable .th {
  font-weight: 500;
  padding: 0 15px; }
  .b-likeTable .th.v-mid {
    display: flex;
    align-items: center; }

.b-likeTable .td {
  padding: 0 15px;
  flex-grow: 1;
  word-break: break-all; }
  .b-likeTable .td.p0 {
    padding: 0; }

.b-likeTable .txt {
  display: flex;
  align-items: center;
  word-break: break-all;
  min-height: 100%; }

.b-likeTable label {
  margin-bottom: 0; }

.b-likeTable .m-logo {
  position: absolute;
  top: 80px;
  left: 105px;
  width: 15px;
  height: 16px;
  z-index: 99; }

.b-likeTable--sm .tr {
  display: flex;
  padding: 5px 0;
  font-size: 13px;
  color: #555; }

.b-likeTable--sm .th {
  font-weight: 500;
  padding: 5px 10px 0; }

.b-likeTable--sm .td {
  padding: 0 10px;
  min-height: 30px; }

.b-likeTable--nobd .tr {
  display: flex;
  padding: 10px 0;
  font-size: 15px;
  color: #555; }

.b-likeTable--nobd .th {
  padding: 5px 0;
  font-weight: 500; }

.b-likeTable--nobd .td {
  padding: 0 15px;
  flex-grow: 1; }

.b-likeTable--nobd.p0 .th, .b-likeTable--nobd.p0 .td, .b-likeTable--nobd.p0 .tr {
  padding: 0; }

.file-group input[type="file"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 0;
  height: 0;
  padding-left: 0; }

.file-group ::-webkit-file-upload-button {
  cursor: pointer; }

.b-fileUpload-info {
  text-align: right;
  font-size: 12px;
  color: #999; }

.b-fileTableWrap {
  overflow-y: auto;
  border: 1px solid #ddd;
  width: 100%; }
  .b-fileTableWrap.open {
    border: none;
    border-bottom: 1px solid #ddd;
    padding: 0 10px; }

.b-fileTable {
  width: 100%;
  table-layout: fixed; }
  .b-fileTable tr.hover:hover {
    background: #f3f3f3; }
  .b-fileTable th {
    padding: 5px;
    background: #f4f5f9;
    font-size: 12px;
    font-weight: 500;
    position: sticky;
    top: 0;
    z-index: 1; }
    .b-fileTable th.pr155 {
      padding-right: 155px; }
  .b-fileTable td {
    padding: 5px;
    word-break: break-all;
    font-size: 12px;
    color: #888; }
    .b-fileTable td.nodata {
      text-align: center;
      padding: 30px 0; }

@media screen and (max-width: 1024px) {
  .tableWrap .text-top {
    padding: 10px 20px;
    vertical-align: text-top; } }

.th__rotate {
  position: relative; }
  .th__rotate:after {
    position: absolute;
    width: 155px;
    height: 50%;
    content: '';
    display: inline-block;
    top: 48%;
    left: -8px;
    border-top: 1px solid #ddd;
    transform: rotate(19deg); }
  .th__rotate p:first-child {
    margin-top: 5px;
    margin-right: 10px; }
  .th__rotate p:last-child {
    margin-bottom: 5px;
    margin-left: 10px; }

.b-fixtable-box {
  height: 600px;
  overflow: auto;
  -ms-overflow-style: none;
  overflow: auto;
  border-bottom: 1px solid #ddd; }
  .b-fixtable-box::-webkit-scrollbar {
    width: 5px;
    /* 세로축 스크롤바 길이 */
    height: 8px;
    /* 가로축 스크롤바 길이 */ }
  .b-fixtable-box::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #ccc; }
  .b-fixtable-box.br-n {
    border-bottom: none;
    height: auto;
    max-height: 600px; }

.br-table__fix.br-n th, .br-table__fix.br-n td {
  border-right: none; }

.br-table__fix tr .fix-th {
  position: sticky;
  top: 0; }

.br-table__fix tr td {
  cursor: pointer; }

.br-table__fix tr th, .br-table__fix tr td {
  border-right: 1px solid #ddd; }
  .br-table__fix tr th:last-child, .br-table__fix tr td:last-child {
    border-right: none; }

.b-mailHalf .b-mailListTable .noData td {
  vertical-align: middle; }

.b-info-table {
  border: 1px solid #ddd;
  overflow-y: auto; }
  .b-info-table .b-hasFixedHeader {
    border-top: none; }
  .b-info-table th, .b-info-table td {
    border-bottom: none; }

.b-info-table__txt {
  font-size: 12px;
  color: #888;
  float: right;
  margin-top: 10px; }

.b-fixdThTable th {
  position: sticky;
  top: 0;
  z-index: 1; }

.b-mailListTable.th-fix th {
  position: sticky;
  top: 0;
  z-index: 1;
  border-bottom: none;
  color: #555; }

.b-mailListTable.th-fix td {
  color: #888;
  border-bottom: none; }

.b-mailListTable.th-fix .td-fix {
  position: sticky;
  top: 40px;
  z-index: 2;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  border-top: 1px solid #ddd; }
  .b-mailListTable.th-fix .td-fix.on {
    border-bottom: 0px; }

.pop-table__file {
  border: 1px solid #ddd;
  padding: 5px 0; }

.b-docbox li:nth-child(1) {
  margin-top: 0; }

.b-docbox li {
  margin-top: 5px;
  font-size: 13px;
  color: #555; }

.b-dpTable__th {
  min-width: 100%;
  font-size: 0; }
  .b-dpTable__th li {
    background: #f4f5f9;
    border-bottom: 1px solid #ddd;
    height: 40px;
    font-size: 14px;
    font-weight: 500;
    line-height: 40px;
    display: inline-block;
    text-align: center; }
    .b-dpTable__th li:nth-child(1) {
      width: 60px;
      text-align: left; }
    .b-dpTable__th li:nth-child(2) {
      width: calc(80% - 60px); }
    .b-dpTable__th li:nth-child(3) {
      width: 10%; }
    .b-dpTable__th li:nth-child(4) {
      width: 10%; }

.b-dpTable__td {
  display: inline-block;
  font-size: 0;
  min-width: 100%; }
  .b-dpTable__td li {
    line-height: 40px;
    height: 40px;
    border-bottom: 1px solid #e9e9e9;
    word-break: break-all;
    font-size: 13px;
    color: #555;
    display: inline-block;
    overflow: inherit; }
    .b-dpTable__td li:nth-child(1) {
      width: 50px;
      text-align: left; }
    .b-dpTable__td li:nth-child(2) {
      width: 35px;
      text-align: center; }
    .b-dpTable__td li:nth-child(3) {
      width: calc(80% - 85px);
      text-align: left;
      padding-left: 10px; }
    .b-dpTable__td li:nth-child(4) {
      width: 10%;
      text-align: center; }
    .b-dpTable__td li:nth-child(5) {
      width: 10%;
      text-align: center; }

.b-dpTable__td .table-2dp {
  font-size: 0;
  min-width: 100%;
  overflow: inherit;
  height: inherit;
  border-bottom: none;
  /*max-height: 160px;*/ }
  .b-dpTable__td .table-2dp ul {
    font-size: 0;
    height: 40px; }
    .b-dpTable__td .table-2dp ul li {
      background-color: #f7f7f7;
      line-height: 40px;
      height: 40px;
      border-bottom: 1px solid #e9e9e9;
      word-break: break-all;
      font-size: 13px;
      color: #555;
      display: inline-block;
      overflow: inherit; }
      .b-dpTable__td .table-2dp ul li:nth-child(2) {
        width: 50px;
        text-align: right; }
      .b-dpTable__td .table-2dp ul li:nth-child(3) {
        padding-left: 10px;
        width: calc(80% - 100px);
        text-align: left; }

.b-dpTable__td .table-2dp .table-3dp {
  font-size: 0;
  min-width: 100%;
  overflow: inherit;
  height: inherit;
  /*max-height: 120px;*/
  font-size: 0;
  line-height: 40; }
  .b-dpTable__td .table-2dp .table-3dp li {
    background-color: #f7f7f7;
    height: 40px; }
    .b-dpTable__td .table-2dp .table-3dp li:nth-child(2) {
      width: 75px;
      text-align: right; }
    .b-dpTable__td .table-2dp .table-3dp li:nth-child(3) {
      padding-left: 10px;
      width: calc(80% - 125px);
      text-align: left; }

.b-dpTable__td .table-2dp .table-3dp .table-4dp {
  font-size: 0;
  min-width: 100%;
  overflow: inherit;
  height: inherit;
  font-size: 0;
  border-bottom: none; }
  .b-dpTable__td .table-2dp .table-3dp .table-4dp ul {
    height: 40px; }
  .b-dpTable__td .table-2dp .table-3dp .table-4dp li {
    background-color: #f7f7f7;
    vertical-align: middle;
    height: 40px;
    border-bottom: 1px solid #e9e9e9; }
    .b-dpTable__td .table-2dp .table-3dp .table-4dp li:nth-child(2) {
      width: 100px;
      text-align: right; }
    .b-dpTable__td .table-2dp .table-3dp .table-4dp li:nth-child(3) {
      padding-left: 10px;
      width: calc(80% - 150px);
      text-align: left; }

.b-dpTable__td .table-2dp .table-3dp .table-4dp .table-5dp {
  font-size: 0;
  min-width: 100%;
  height: 40px;
  font-size: 0; }
  .b-dpTable__td .table-2dp .table-3dp .table-4dp .table-5dp li {
    background-color: #f7f7f7;
    vertical-align: middle;
    height: 40px; }
    .b-dpTable__td .table-2dp .table-3dp .table-4dp .table-5dp li:nth-child(2) {
      width: 100px;
      text-align: right; }
    .b-dpTable__td .table-2dp .table-3dp .table-4dp .table-5dp li:nth-child(3) {
      padding-left: 10px;
      width: calc(80% - 150px);
      text-align: left; }
      .b-dpTable__td .table-2dp .table-3dp .table-4dp .table-5dp li:nth-child(3):before {
        content: "";
        display: inline-block;
        width: 8px;
        height: 8px;
        border-left: 1px solid #b5b5b5;
        border-bottom: 1px solid #b5b5b5;
        margin-bottom: 3px;
        margin-right: 5px; }

.b-rowTd {
  padding: 0 15px;
  width: 100%; }
  .b-rowTd label {
    font-size: 14px;
    color: #555;
    display: block;
    font-weight: 500;
    padding-bottom: 10px; }
  .b-rowTd ul {
    width: 100%;
    height: 140px;
    border: 1px solid #ddd;
    padding: 10px;
    -ms-overflow-style: none;
    overflow: auto; }
    .b-rowTd ul::-webkit-scrollbar {
      width: 5px;
      /* 세로축 스크롤바 길이 */
      height: 8px;
      /* 가로축 스크롤바 길이 */ }
    .b-rowTd ul::-webkit-scrollbar-thumb {
      border-radius: 5px;
      background-color: #ccc; }
    .b-rowTd ul li {
      display: flex;
      justify-content: space-between;
      margin-bottom: 5px; }
      .b-rowTd ul li:last-of-type {
        margin-bottom: 0; }
      .b-rowTd ul li span {
        color: #888;
        font-size: 14px;
        font-weight: 400;
        display: inline-block;
        width: 33.3%; }
  .b-rowTd:nth-of-type(2) {
    margin-left: 25px; }

.l-content-area {
  padding: 70px 0 40px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%; }
  .l-content-area.bg {
    background: #fafafa; }

.l-content-area__inner {
  height: 100%;
  overflow-y: auto;
  padding: 10px 25px 30px; }

.l-maxwrap {
  min-width: 1024px;
  margin-right: 100px;
  max-width: 1600px; }
  @media screen and (max-width: 1400px) {
    .l-maxwrap {
      max-width: inherit;
      min-width: inherit; } }
  @media screen and (max-width: 1024px) {
    .l-maxwrap {
      margin-right: 0px; } }
  @media screen and (max-width: 1400px) {
    .l-maxwrap.max-1024 {
      min-width: inherit;
      margin-right: 0px; } }

.l-auto {
  width: 630px;
  margin-left: auto;
  margin-right: auto; }

.b-content-top {
  padding: 10px 0 15px;
  border-bottom: 1px solid #ddd;
  position: relative; }

.b-content-top__right {
  float: right; }

.b-content-title {
  display: inline-block; }

.b-content-title__mainTitle {
  font-size: 20px;
  font-weight: 900;
  display: inline-block;
  vertical-align: middle; }

.b-content-title__subBtnGroup {
  display: inline-block;
  vertical-align: bottom;
  font-size: 13px;
  font-weight: 500; }
  .b-content-title__subBtnGroup button {
    color: #888; }

.b-content-title__mailCnt {
  display: inline-block;
  font-size: 13px;
  font-weight: 500; }
  .b-content-title__mailCnt button {
    color: #888; }

.b-location {
  vertical-align: bottom;
  margin-left: 10px;
  display: inline-block; }
  .b-location .b-location__inner {
    display: flex;
    align-items: center; }
    .b-location .b-location__inner span:nth-child(n+3) {
      margin-left: 5px; }
    .b-location .b-location__inner > span, .b-location .b-location__inner > a {
      display: flex;
      align-items: center;
      font-size: 13px;
      color: #555; }
      .b-location .b-location__inner > span:after, .b-location .b-location__inner > a:after {
        content: '';
        display: inline-block;
        margin-left: -3px;
        margin-right: -3px; }
      .b-location .b-location__inner > span:last-child:after, .b-location .b-location__inner > a:last-child:after {
        display: none; }

.b-subTitleWrap {
  overflow: hidden;
  margin-bottom: 12px; }
  .b-subTitleWrap.dis-f {
    display: flex;
    justify-content: space-between;
    overflow: inherit; }
    .b-subTitleWrap.dis-f > .title-addArea {
      display: flex;
      align-items: center; }

.b-subTitle {
  display: inline-block;
  height: 20px;
  font-size: 15px;
  font-weight: 500; }
  .b-subTitle:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px; }

.b-percentGrahp.large .graph {
  margin: 0;
  width: 100%;
  height: 25px;
  line-height: 25px; }

.b-percentGrahp.large .graph__percent {
  font-size: 13px; }

.b-percentGrahp.danger .graph {
  background: #ffcccc; }

.b-percentGrahp.danger .graph__fillBox {
  background: #fb4949; }

.b-percentGrahp.sm .graph {
  margin: 0;
  width: 100%;
  height: 10px;
  line-height: 10px; }

.b-percentGrahp .graph {
  margin: 0 5px;
  display: inline-block;
  background: #e1e2eb;
  position: relative;
  width: 80px;
  height: 20px;
  line-height: 20px; }

.b-percentGrahp .graph__fillBox {
  display: inline-block;
  background: #5581e4;
  height: 100%; }

.b-percentGrahp .graph__percent {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  font-size: 12px;
  color: #fff;
  text-align: center; }

.b-percentGrahp .volum {
  font-size: 13px;
  margin-top: -1px; }

.b-paging {
  text-align: center;
  padding: 25px 0; }
  .b-paging.b-add-paging {
    padding-top: 0; }
  .b-paging a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    vertical-align: middle;
    border: 1px solid #e9e9e9;
    border-right: none;
    float: left;
    position: relative;
    color: #555;
    font-weight: 400; }
    .b-paging a.choice {
      background: #2b337a;
      color: #fff; }
    .b-paging a:first-child {
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px; }
    .b-paging a:last-child {
      border-right: 1px solid #e9e9e9;
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px; }
    .b-paging a i {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }

.b-paging__pop {
  text-align: center;
  padding: 10px 0 0px; }
  .b-paging__pop a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    vertical-align: middle;
    border-right: none;
    float: left;
    position: relative;
    color: #555;
    font-weight: 400;
    font-size: 14px; }
    .b-paging__pop a.choice {
      color: #2b337a;
      font-weight: 700; }
    .b-paging__pop a i {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }

.b-paging__inner {
  display: inline-block; }

#pagingList a {
  border-radius: 0px;
  margin-right: -1px; }

.b-compForm {
  padding: 80px 0;
  border-bottom: 1px solid #ddd; }

.b-compForm--bgSend {
  background-image: url("/resources/images/icons/ico_large_send.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 100px; }

.b-compForm__main {
  margin-bottom: 30px;
  font-size: 20px;
  color: #5581e4;
  font-weight: 500; }

.b-compForm__infoList li {
  margin-bottom: 10px; }
  .b-compForm__infoList li:last-child {
    margin-bottom: 0; }

.b-compForm__infoList label {
  display: table-cell;
  min-width: 80px;
  font-weight: 500; }

.b-compForm__infoList .info {
  display: table-cell;
  color: #888; }

.commlist__toggle {
  background-color: #f8f8f8; }
  .commlist__toggle .title {
    padding-left: 5px;
    position: relative; }
    .commlist__toggle .title:before {
      content: '';
      display: inline-block;
      width: 7px;
      height: 7px;
      border: 1px solid #bbb;
      border-top: none;
      border-right: none;
      vertical-align: top;
      margin-top: 7px;
      margin-right: 5px; }

.reply-btn__wrap {
  height: 20px;
  position: relative; }
  .reply-btn__wrap div {
    padding-right: 25px; }
  .reply-btn__wrap i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    text-align: left; }

.b-labelSearchForm li {
  width: 50%;
  float: left;
  margin: 6px 0;
  position: relative;
  padding-left: 15%; }
  .b-labelSearchForm li > label {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    vertical-align: middle;
    padding-left: 10px;
    font-size: 14px;
    font-weight: 500; }
    .b-labelSearchForm li > label:before {
      content: '·';
      position: absolute;
      left: 0;
      top: 0; }

.b-labelSearchForm.organization {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .b-labelSearchForm.organization li {
    width: 50%;
    margin: 6px 0;
    display: flex;
    padding-left: 70px;
    flex: 1 1 40%; }
    .b-labelSearchForm.organization li > label:before {
      display: none; }
    .b-labelSearchForm.organization li:first-of-type {
      width: 70%; }
    .b-labelSearchForm.organization li:last-of-type {
      justify-content: start; }

.b-labelSearchForm.b-serchForm li {
  width: 33.33%;
  margin: 6px 0;
  position: relative;
  padding-left: 70px; }
  .b-labelSearchForm.b-serchForm li > label {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    vertical-align: middle;
    padding-left: 0px;
    font-size: 14px;
    font-weight: 500; }
    .b-labelSearchForm.b-serchForm li > label:before {
      content: '·';
      position: absolute;
      left: 0;
      top: 0;
      display: none; }
  @media screen and (max-width: 1650px) {
    .b-labelSearchForm.b-serchForm li {
      width: 50%; } }

.b-labelSearchForm.b-serchForm.cnt2 li:nth-child(2).plus {
  width: 50%; }
  @media screen and (max-width: 1550px) {
    .b-labelSearchForm.b-serchForm.cnt2 li:nth-child(2).plus {
      align-content: space-between; } }

.b-labelSearchForm.b-serchForm.cnt2 li:nth-child(2).plus div.search-listForm {
  width: 260px; }
  @media screen and (max-width: 1400px) {
    .b-labelSearchForm.b-serchForm.cnt2 li:nth-child(2).plus div.search-listForm {
      width: auto; } }
  @media screen and (max-width: 1550px) {
    .b-labelSearchForm.b-serchForm.cnt2 li:nth-child(2).plus div.search-listForm .btn-baseRound {
      margin-top: 0px; } }
  .b-labelSearchForm.b-serchForm.cnt2 li:nth-child(2).plus div.search-listForm:first-of-type {
    margin-bottom: 5px; }

@media screen and (max-width: 1400px) {
  .b-labelSearchForm.b-serchForm.cnt2 li:nth-child(1).plus {
    width: 50%; } }

@media screen and (max-width: 1400px) {
  .b-labelSearchForm.b-serchForm.cnt2 li:nth-child(1) select {
    width: 180px;
    margin-bottom: 10px; } }

@media screen and (max-width: 1400px) {
  .b-labelSearchForm.b-serchForm.cnt2 li:nth-child(1).plus div .default-input {
    width: 180px; } }

@media screen and (max-width: 1400px) {
  .b-labelSearchForm.b-serchForm.cnt2 li:nth-child(1).plus div {
    width: 100%;
    margin-top: 10px; } }

@media screen and (max-width: 1400px) {
  .b-labelSearchForm.b-serchForm.cnt2 li:nth-child(2).plus .btn-baseRound {
    margin-top: 10px; } }

@media screen and (max-width: 1400px) {
  .b-labelSearchForm.b-serchForm.cnt2 li:nth-child(2).plus {
    flex-wrap: wrap; } }

@media screen and (max-width: 1400px) {
  .b-labelSearchForm.b-serchForm.cnt2 li:nth-child(2) > div select {
    width: 180px; } }

.b-labelSearchForm.organization.cnt2 li:first-of-type .dis-f input {
  width: 150px; }

@media screen and (max-width: 1400px) {
  .b-labelSearchForm.organization.cnt2 li {
    flex-wrap: wrap; }
  .b-labelSearchForm.organization.cnt2 li:first-of-type .dis-f {
    margin-top: 10px;
    width: 100%; }
    .b-labelSearchForm.organization.cnt2 li:first-of-type .dis-f input {
      width: 150px; }
    .b-labelSearchForm.organization.cnt2 li:first-of-type .dis-f .unit {
      padding: 0 2px; }
  .b-labelSearchForm.organization.cnt2 li:last-of-type div:nth-of-type(2) {
    width: 100%; } }

.b-labelSearchForm.organization.cnt2 li:last-of-type {
  margin-left: 30px; }

.b-labelSearchForm.organization.cnt3 {
  justify-content: space-between; }
  .b-labelSearchForm.organization.cnt3 li {
    flex: auto; }
    .b-labelSearchForm.organization.cnt3 li:nth-of-type(1) {
      width: 35%; }
    .b-labelSearchForm.organization.cnt3 li:nth-of-type(2) {
      width: 30%; }
    .b-labelSearchForm.organization.cnt3 li:nth-of-type(3) {
      width: 30%; }

@media screen and (max-width: 1400px) {
  #popexternalMailForm .layer-popup {
    height: 600px !important; }
  #popexternalMailForm .tableWrap.hasScroll {
    height: 450px !important; }
  .b-labelSearchForm.organization.cnt3 li:nth-of-type(1) {
    width: 100%; }
    .b-labelSearchForm.organization.cnt3 li:nth-of-type(1) .dis-f {
      width: 67%; }
    .b-labelSearchForm.organization.cnt3 li:nth-of-type(1) select {
      width: 30%; }
  .b-labelSearchForm.organization.cnt3 li:nth-of-type(2) {
    width: 50%; }
  .b-labelSearchForm.organization.cnt3 li:nth-of-type(3) {
    width: 50%; } }

.b-labelSearchForm.b-serchForm li:nth-child(1) {
  width: 33%; }
  @media screen and (max-width: 1730px) {
    .b-labelSearchForm.b-serchForm li:nth-child(1) {
      width: 50%;
      margin-right: 0px; }
      .b-labelSearchForm.b-serchForm li:nth-child(1) select {
        width: 120px; } }
  .b-labelSearchForm.b-serchForm li:nth-child(1).plus {
    width: 50%; }
    @media screen and (max-width: 1550px) {
      .b-labelSearchForm.b-serchForm li:nth-child(1).plus {
        align-content: space-between; } }
    .b-labelSearchForm.b-serchForm li:nth-child(1).plus .input {
      width: 120px; }
    .b-labelSearchForm.b-serchForm li:nth-child(1).plus div {
      width: 40%; }
      @media screen and (max-width: 1400px) {
        .b-labelSearchForm.b-serchForm li:nth-child(1).plus div {
          width: 25%; } }
      .b-labelSearchForm.b-serchForm li:nth-child(1).plus div.search-listForm {
        width: 260px; }
        .b-labelSearchForm.b-serchForm li:nth-child(1).plus div.search-listForm .form-control {
          width: 120px; }
          @media screen and (max-width: 1400px) {
            .b-labelSearchForm.b-serchForm li:nth-child(1).plus div.search-listForm .form-control {
              width: 180px; } }
        @media screen and (max-width: 1400px) {
          .b-labelSearchForm.b-serchForm li:nth-child(1).plus div.search-listForm {
            width: auto;
            margin-top: 0px; } }
        .b-labelSearchForm.b-serchForm li:nth-child(1).plus div.search-listForm:first-of-type {
          margin-bottom: 5px; }
        @media screen and (max-width: 1400px) {
          .b-labelSearchForm.b-serchForm li:nth-child(1).plus div.search-listForm > select {
            margin-bottom: 0px; } }

.b-labelSearchForm.b-serchForm li:nth-child(2) {
  width: 33.33%;
  display: flex; }
  @media screen and (max-width: 1730px) {
    .b-labelSearchForm.b-serchForm li:nth-child(2) {
      overflow: unset;
      width: 50%; }
      .b-labelSearchForm.b-serchForm li:nth-child(2) > div {
        margin-right: 5px; }
        .b-labelSearchForm.b-serchForm li:nth-child(2) > div.search-listForm {
          margin-right: 0px; }
        .b-labelSearchForm.b-serchForm li:nth-child(2) > div select {
          width: 110px; } }
  .b-labelSearchForm.b-serchForm li:nth-child(2).plus {
    width: auto;
    float: right; }
    @media screen and (max-width: 1400px) {
      .b-labelSearchForm.b-serchForm li:nth-child(2).plus {
        display: flex;
        float: left;
        width: 100%; } }

@media screen and (max-width: 1730px) {
  .b-labelSearchForm.b-serchForm li:nth-child(3) {
    width: 100%; } }

/*개인설정관리 > 개인정보수정*/
.b-userInfo-imgArea__img {
  width: 130px;
  height: 130px;
  -webkit-border-radius: 70%;
  -moz-border-radius: 70%;
  -ms-border-radius: 70%;
  border-radius: 70%; }

/*최초로그인시 약관동의폼*/
.b-agreeForm__titleTxt {
  font-size: 20px;
  font-weight: 900; }

.b-agreeForm__labelTxt {
  font-size: 16px;
  font-weight: 500; }

.b-agreeForm__allChk .checkmark {
  top: 8px; }

.b-agreeForm__chk .checkmark {
  top: 5px; }

.b-agreeForm-term {
  margin-top: 20px;
  border-top: 1px solid #ddd; }

.b-agreeForm-term__obj {
  margin: 20px 0; }

.b-agreeForm-term__title {
  margin-bottom: 10px;
  font-size: 15px;
  color: #656565;
  font-weight: 500; }
  .b-agreeForm-term__title button {
    float: right; }

.b-agreeForm-term__content {
  height: 85px;
  overflow-y: auto;
  border: 1px solid #e9e9e9;
  padding: 5px;
  font-size: 13px;
  color: #888;
  overflow: auto;
  -ms-overflow-style: auto; }
  .b-agreeForm-term__content::-webkit-scrollbar {
    width: 5px;
    /* 세로축 스크롤바 길이 */
    height: 8px;
    /* 가로축 스크롤바 길이 */ }
  .b-agreeForm-term__content::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #ccc; }

.b-agreeForm__chk {
  font-size: 14px;
  color: #656565; }

.last-type-m0 div:last-of-type {
  margin: 0; }

.addrBook-center {
  height: 260px;
  line-height: 260px;
  text-align: center; }

.necessary {
  position: relative;
  padding-left: 2px;
  display: inline-block; }
  .necessary:before {
    content: "*";
    color: #fb4949;
    position: absolute;
    top: -1px;
    left: -9px; }

.view-txt {
  padding: 0 5px;
  position: relative;
  font-size: 13px;
  color: #656565; }
  .view-txt.aft:after {
    content: '';
    position: absolute;
    top: 2px;
    bottom: 2px;
    right: -2px;
    width: 1px;
    background: #ddd; }

.b-mailguard__list {
  padding: 5px 0; }
  .b-mailguard__list li {
    padding: 2px 0; }
    .b-mailguard__list li span:first-child {
      color: #333; }

.Reason {
  border: 1px solid #ddd;
  height: 80px;
  overflow-y: auto;
  padding: 5px; }

.Reason::-webkit-scrollbar {
  width: 5px;
  /* 세로축 스크롤바 길이 */
  height: 8px;
  /* 가로축 스크롤바 길이 */ }

.Reason::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #ccc; }

.view-txt-sub {
  padding-left: 5px;
  position: relative;
  font-size: 13px;
  color: #888; }

.b-notice {
  position: absolute;
  top: 190px;
  left: 0;
  right: 0;
  bottom: 40px;
  border-top: 1px solid #e9e9e9;
  overflow: auto; }

.b-notice-Wrap {
  height: 100%;
  overflow-y: auto;
  padding: 0 30px;
  font-size: 0; }

.b-notice::-webkit-scrollbar {
  width: 5px;
  /* 세로축 스크롤바 길이 */
  height: 8px;
  /* 가로축 스크롤바 길이 */ }

.b-notice::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #ccc; }

.b-notice-inner {
  position: relative;
  padding-bottom: 60px; }

.b-notice-box {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 15px 10px;
  margin-bottom: 25px; }

.b-notice-ico {
  display: inline-block;
  padding-right: 10px;
  vertical-align: top;
  width: 4%;
  text-align: center; }

.b-notice-box__con {
  display: inline-block;
  width: 96%;
  font-size: 13px;
  color: #555; }
  .b-notice-box__con i {
    float: right; }

.notice-more {
  border: 1px solid #ddd;
  width: 100%;
  padding: 15px 0;
  position: absolute;
  bottom: 0; }

.notice-list-none {
  position: relative;
  max-width: 1024px;
  height: 100%; }

.notice-list-none__inner {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.notice-list-none__txt {
  font-size: 15px;
  color: #555;
  margin-bottom: 5px;
  font-weight: 500; }
  .notice-list-none__txt.sub {
    font-size: 13px;
    color: #888;
    margin: 0;
    font-weight: 400; }

.notice-list-none__img {
  background-image: url(/resources/images/icons/ico_large_notice.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 50px;
  height: 50px;
  margin: 0 auto 20px; }

.b-userLayer-top img.person-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 51px;
  height: 51px; }

.tableWrap .member-list.organ-list {
  padding: 5px 15px; }
  .tableWrap .member-list.organ-list li {
    position: relative;
    float: left;
    width: 235px;
    height: 120px;
    margin: 0px 10px 0px 10px; }
    .tableWrap .member-list.organ-list li .person-list {
      position: absolute;
      width: 100%;
      height: 70px;
      top: 50%;
      transform: translateY(-50%); }
      .tableWrap .member-list.organ-list li .person-list .m-logo {
        position: absolute;
        width: 15px;
        height: 16px;
        top: 50px;
        left: 60px;
        z-index: 99; }
      .tableWrap .member-list.organ-list li .person-list .person-intro {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 70px; }
        .tableWrap .member-list.organ-list li .person-list .person-intro .rank {
          color: #888888;
          font-size: 13px; }

.tableWrap .right-arrow {
  background-image: url(/resources/images/icons/sprite/ico_sprite_gray.png);
  background-position: -60px -60px;
  background-repeat: no-repeat;
  background-size: auto;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-bottom: -5px; }

.companion {
  border-bottom: 1px solid #ddd; }

@media screen and (max-width: 1100px) {
  .tableWrap .member-list.organ-list li {
    width: 212px; }
    .tableWrap .member-list.organ-list li .person-list .person-img {
      width: 50px;
      height: 50px; }
    .tableWrap .member-list.organ-list li .person-list .person-intro {
      width: 143px; } }

.tableWrap .b-listTable .graph {
  width: 960px;
  height: 100%;
  padding: 15px 20px;
  font-size: 0; }
  .tableWrap .b-listTable .graph span {
    font-size: 13px;
    color: #555; }
  .tableWrap .b-listTable .graph .graph_map {
    min-width: 225px; }
    .tableWrap .b-listTable .graph .graph_map .first-depth-inner {
      display: inline-block;
      width: 213px;
      height: 35px;
      box-sizing: border-box;
      border: 1px solid #ddd;
      position: relative; }
    .tableWrap .b-listTable .graph .graph_map .first-depth-name {
      line-height: 2.5;
      display: block;
      padding-left: 10px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 175px; }
    .tableWrap .b-listTable .graph .graph_map .ico-menu-cover {
      width: 35px;
      height: 33px;
      right: 0;
      border-left: 1px solid #ddd;
      position: absolute;
      top: 0; }
      .tableWrap .b-listTable .graph .graph_map .ico-menu-cover .ico-menu {
        background-image: url(/resources/images/icons/sprite/ico-menu.png);
        background-size: auto;
        width: 4px;
        height: 14px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
    .tableWrap .b-listTable .graph .graph_map .long-line {
      background: url(/resources/images/img_line_02.png) 0px 17px no-repeat; }
    .tableWrap .b-listTable .graph .graph_map .short-line {
      background: url(/resources/images/img_line_03.png) 10px 17px no-repeat; }
    .tableWrap .b-listTable .graph .graph_map .vertical-line.vertical-55 {
      background: url(/resources/images/img_line_01-55.png) no-repeat 10px 38px; }
    .tableWrap .b-listTable .graph .graph_map .vertical-line.vertical-112 {
      background: url(/resources/images/img_line_01-112.png) no-repeat 10px 38px; }
    .tableWrap .b-listTable .graph .graph_map .vertical-line.vertical-165 {
      background: url(/resources/images/img_line_01-165.png) no-repeat 10px 38px; }
    .tableWrap .b-listTable .graph .graph_map .vertical-line.vertical-220 {
      background: url(/resources/images/img_line_01-220.png) no-repeat 10px 38px; }
    .tableWrap .b-listTable .graph .graph_map .vertical-line.vertical-274 {
      background: url(/resources/images/img_line_01-274.png) no-repeat 10px 38px; }
    .tableWrap .b-listTable .graph .graph_map .vertical-line.vertical-386 {
      background: url(/resources/images/img_line_01-386.png) no-repeat 10px 38px; }
    .tableWrap .b-listTable .graph .graph_map .vertical-line.vertical-385 {
      background: url(/resources/images/img_line_01-385.png) no-repeat 10px 38px; }
    .tableWrap .b-listTable .graph .graph_map .vertical-line.vertical-440 {
      background: url(/resources/images/img_line_01-440.png) no-repeat 10px 38px; }
    .tableWrap .b-listTable .graph .graph_map .vertical-line.vertical-495 {
      background: url(/resources/images/img_line_01-495.png) no-repeat 10px 38px; }
    .tableWrap .b-listTable .graph .graph_map .vertical-line.vertical-550 {
      background: url(/resources/images/img_line_01-550.png) no-repeat 10px 38px; }
    .tableWrap .b-listTable .graph .graph_map .vertical-line.vertical-605 {
      background: url(/resources/images/img_line_01-605.png) no-repeat 10px 38px; }
    .tableWrap .b-listTable .graph .graph_map .vertical-line.vertical-660 {
      background: url(/resources/images/img_line_01-660.png) no-repeat 10px 38px; }
    .tableWrap .b-listTable .graph .graph_map .vertical-line.vertical-715 {
      background: url(/resources/images/img_line_01-715.png) no-repeat 10px 38px; }
    .tableWrap .b-listTable .graph .graph_map .vertical-line.vertical-770 {
      background: url(/resources/images/img_line_01-825.png) no-repeat 10px 38px; }
    .tableWrap .b-listTable .graph .graph_map .vertical-line.vertical-825 {
      background: url(/resources/images/img_line_01-825.png) no-repeat 10px 38px; }
    .tableWrap .b-listTable .graph .graph_map .vertical-line.vertical-880 {
      background: url(/resources/images/img_line_01-880.png) no-repeat 10px 38px; }
    .tableWrap .b-listTable .graph .graph_map .vertical-line.vertical-935 {
      background: url(/resources/images/img_line_01-935.png) no-repeat 10px 38px; }
    .tableWrap .b-listTable .graph .graph_map .vertical-line.vertical-990 {
      background: url(/resources/images/img_line_01-990.png) no-repeat 10px 38px; }
    .tableWrap .b-listTable .graph .graph_map .vertical-line.vertical-1045 {
      background: url(/resources/images/img_line_01-1045.png) no-repeat 10px 38px; }
    .tableWrap .b-listTable .graph .graph_map .vertical-line.vertical-385 {
      background: url(/resources/images/img_line_01-385.png) no-repeat 10px 38px; }
    .tableWrap .b-listTable .graph .graph_map .vertical-line.vertical-440 {
      background: url(/resources/images/img_line_01-440.png) no-repeat 10px 38px; }
    .tableWrap .b-listTable .graph .graph_map .vertical-line.vertical-495 {
      background: url(/resources/images/img_line_01-495.png) no-repeat 10px 38px; }
    .tableWrap .b-listTable .graph .graph_map .first-depth-clear {
      margin-top: 20px;
      width: 213px;
      height: 35px;
      box-sizing: border-box;
      position: relative; }

.tableWrap .b-listTable tr.hover:hover, .tableWrap .b-listTable tr.checked {
  background: #f4f6fb; }

.list-unstyled {
  position: absolute;
  overflow: unset; }

.b-list-unstyled {
  position: relative;
  height: 30px; }

.list-unstyled li {
  padding: 5px 10px;
  z-index: 2;
  overflow: auto;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd; }
  .list-unstyled li:first-child {
    border-top: 1px solid #ddd; }
  .list-unstyled li:last-child {
    border-bottom: 1px solid #ddd; }

.init-hide {
  float: left;
  width: 100%;
  display: none;
  background: #fff; }
  .init-hide.dp2 {
    font-size: 12px;
    padding-left: 19px;
    position: relative; }
    .init-hide.dp2:before {
      color: #888;
      content: '-';
      display: inline-block;
      position: absolute;
      top: 49%;
      transform: translateY(-50%);
      left: 10px; }

li.init {
  cursor: pointer;
  padding-right: 20px;
  background: #fff url(/resources/images/icons/ico_selectbox.png) no-repeat 96% 50%;
  background-size: 8px;
  border: 1px solid #ddd; }

.list-unstyled li:not(.init):hover, ul li.selected:not(.init) {
  background: #ddd; }

.department-input li:hover {
  color: #555; }

.border-bot {
  border-bottom: 1px solid #ddd; }

.info-list {
  padding-top: 10px; }
  .info-list p {
    font-size: 14px;
    font-weight: 500; }

.tr-p20 {
  border-bottom: 1px solid #ddd;
  display: flex;
  padding: 20px 0;
  font-size: 14px;
  color: #555; }

.employee-tr {
  border-bottom: 1px solid #ddd;
  display: flex;
  padding: 17px 0;
  font-size: 14px;
  color: #555; }

.layer-popup-con .tableWrap .b-likeTable .tr .td .list-unstyled .b-leftMenu__inner.b-leftMenu__inner-over {
  width: 100%;
  height: 300px;
  top: 30px;
  padding: 0; }

.layer-popup-con .tableWrap .b-likeTable .tr .td .list-unstyled .b-leftMenu__inner.init-hide-wrap {
  float: left;
  width: 100%;
  display: none;
  background: #fff; }

.messahe-amount {
  width: 25px;
  height: 25px;
  font-size: 12px;
  color: #fff;
  background-color: #596ace;
  border-radius: 12px;
  position: absolute;
  right: 10px;
  top: 20px;
  line-height: 25px;
  text-align: center; }

.list-bar {
  background: #ddd;
  height: 1px;
  width: 305px;
  position: absolute;
  top: 400px; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  li.init.bgimg-none {
    background-image: none; }
  .departmentGrpTargetUl li:first-of-type {
    position: inherit;
    width: 310px;
    overflow: hidden;
    height: 29px; }
  .departmentGrpTargetUl {
    overflow-x: hidden;
    border-bottom: 1px solid #ddd; }
  .list-bar {
    display: none; } }

.departmentGrpTargetUl {
  max-height: 400px;
  overflow: auto;
  width: 310px;
  overflow-y: scroll; }
  .departmentGrpTargetUl.harf {
    width: 100%; }
    .departmentGrpTargetUl.harf li:first-of-type {
      width: 336px;
      overflow-y: hidden; }
  .departmentGrpTargetUl li:first-of-type {
    position: fixed;
    width: 305px;
    height: 31px; }
  .departmentGrpTargetUl li:nth-child(2) {
    margin-top: 28px; }

.list-bar {
  background: #ddd;
  height: 1px;
  width: 305px;
  position: absolute;
  top: 400px; }

.select-date {
  font-size: 12px; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  li.init.bgimg-none {
    background-image: none; }
  .departmentGrpTargetUl li:first-of-type {
    position: inherit;
    width: 310px;
    overflow: hidden;
    height: 29px; }
  .departmentGrpTargetUl {
    overflow-x: hidden;
    border-bottom: 1px solid #ddd; }
  .list-bar {
    display: none; } }

.scheduler-view-day-header-day {
  background-color: #f5f6f9;
  border-right: 1px solid #ddd;
  height: 40px;
  line-height: 40px; }
  .scheduler-view-day-header-day:first-child {
    background-color: #fff; }

.scheduler-today-hd {
  border-bottom: none !important;
  color: initial !important;
  font-weight: initial !important; }

.scheduler-view-day-header-day-weekday {
  color: #888;
  display: inline-block;
  margin-right: 5px; }

.scheduler-view-day-header-day:nth-of-type(6) a .scheduler-view-day-header-day-weekday {
  color: #5581e4; }

.scheduler-view-day-header-day:nth-of-type(7) a .scheduler-view-day-header-day-weekday {
  color: #fb4949; }

/*.scheduler-view-day .scheduler-view-table{
  border-left: 1px solid #ddd!important;
}*/
.scheduler-view-day .scheduler-view-table .scheduler-view-table-colgrid {
  background-color: #fff !important; }

.yui3-widget.component.scheduler-view.scheduler-view-day.scheduler-view-week {
  height: 100% !important; }

.scheduler-view-content .yui3-widget-bd.scheduler-view-scrollable {
  height: 100% !important; }

.scheduler-view-day-header-view-label {
  top: 60px !important; }

.scheduler-view-day-table-time {
  border-top: none !important; }

.scheduler-view-day-table-col-shim {
  border-top: 1px solid #ddd; }

.scheduler-base-content > .yui3-widget-bd {
  border: none !important; }

.scheduler-view-day-header-day-first {
  width: 0 !important; }

.scheduler-view-day-header-table {
  width: calc(100% - 60px) !important;
  margin-left: 60px;
  border-top: 1px solid #ddd; }

.scheduler-view-table-header-table {
  border-top: 1px solid #ddd; }

.scheduler-view-content .yui3-widget-hd {
  padding-right: 0 !important; }

/*.scheduler-today,.scheduler-view-day-table-col,.scheduler-view-table-data,.scheduler-view-table-lasso{
  opacity: 1!important;
  background-color: #fff!important;
}*/
.scheduler-view-coldata .scheduler-view-day-table-col {
  background-color: #fff !important; }

.scheduler-today {
  background: #fff !important; }

.scheduler-view-day-content .yui3-widget-hd {
  border-bottom: 0 !important; }

.scheduler-view-day-content .yui3-widget-hd {
  padding-top: 0 !important; }

.scheduler-view-day-header-day-number {
  font-weight: 600;
  font-size: 13px;
  color: #333; }

.scheduler-view-table-header-col th {
  border-left: 1px solid #ddd;
  background-color: #f5f6f9; }
  .scheduler-view-table-header-col th div {
    color: #333;
    font-size: 13px;
    font-weight: bold;
    padding: 10px 0 !important; }

.scheduler-view-table-header-col th:first-child {
  border: none; }

.scheduler-view-table-header-col th:nth-child(6) div {
  color: #5581e4; }

.scheduler-view-table-header-col th:last-of-type div {
  color: #fb4949; }

.scheduler-base-controls .scheduler-base-nav-date {
  font-size: 18px !important;
  color: #333;
  font-weight: bold; }

.scheduler-base-controls .scheduler-base-nav-date {
  margin-left: 125px !important; }

.scheduler-base-content .scheduler-base-views {
  margin-right: 30px !important; }

.col-xs-7 {
  margin-left: 30px !important; }

/*.scheduler-view-table-lasso{
  height: 151px!important;
}*/
/*.scheduler-view-month .scheduler-view-table-row{
  height: 100%;
  min-height: 152px!important;
}*/
.l-content-area__calendar {
  padding: 10px 25px 15px; }

.scheduler-base-hd {
  margin-bottom: 15px;
  padding: 0 !important; }

.scheduler-base-icon-next {
  border: 1px solid #ddd;
  outline: none;
  position: relative;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  width: 30px;
  height: 30px; }
  .scheduler-base-icon-next span:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(/resources/images/icons/sprite/ico_sprite_gray.png);
    background-position: -60px -60px;
    background-repeat: no-repeat;
    background-size: auto;
    position: absolute;
    top: -19px;
    right: -10px; }

.scheduler-base-icon-prev {
  border: 1px solid #ddd;
  outline: none;
  position: relative;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  width: 30px;
  height: 30px; }
  .scheduler-base-icon-prev span:before {
    width: 20px;
    height: 20px;
    background-image: url(/resources/images/icons/sprite/ico_sprite_gray.png);
    background-position: -40px -60px;
    background-repeat: no-repeat;
    background-size: auto;
    display: block;
    content: '';
    position: absolute;
    top: -19px;
    left: -10px; }

.scheduler-base-today {
  height: 30px;
  padding: 0 !important;
  line-height: 30px;
  text-align: center;
  width: 50px;
  border: 1px solid #ddd;
  font-size: 13px !important;
  display: inline-block;
  outline: none;
  border: none;
  cursor: pointer;
  box-sizing: border-box;
  color: #666 !important;
  font-weight: 400 !important; }

.scheduler-view-month-table-data-col-nomonth {
  color: #ccc !important; }

.scheduler-view-table-data tr td:nth-child(6) {
  color: #5581e4; }

.scheduler-view-table-data tr td:last-of-type {
  color: #fb4949; }

.scheduler-view-table-data-event {
  z-index: 1; }

.calendar-hd a {
  font-size: 13px;
  color: #555;
  font-weight: bold;
  width: 150px;
  text-align: center;
  padding: 2px 0; }

.calendar-hd .m {
  font-size: 13px !important;
  font-weight: bold !important;
  color: #555 !important; }

.calendar-arrow .prev {
  border: 1px solid #ddd;
  outline: none;
  position: relative;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  width: 25px;
  height: 22px; }

.calendar-arrow .next {
  border: 1px solid #ddd;
  outline: none;
  position: relative;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  width: 25px;
  height: 22px; }

.popover-title {
  background-color: #fff !important;
  border-bottom: none !important; }

.popover-content {
  padding: 0 !important; }

.hidden-xs.scheduler-base-view.scheduler-base-view-month.btn-default.btn {
  border-radius: 4px !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

@media screen and (max-width: 1024px) {
  .scheduler-view-noscroll {
    height: 485px !important; } }

.color-view__circle {
  width: 10px !important;
  height: 10px !important;
  margin-right: 0 !important;
  margin-left: 5px; }

.scheduler-view-table-colgrid-today {
  position: relative;
  background-color: inherit !important; }

.scheduler-view-table-colgrid-today::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: #5581e4;
  border-radius: 50px;
  top: 4px;
  right: 5px;
  color: #fff;
  font-weight: 600; }

.scheduler-view-table-data-col-title {
  padding-right: 10px !important; }

.scheduler-view-table-data-first .scheduler-view-table-data-col-title {
  padding-right: 10px !important; }

.scheduler-view-table-data-col.scheduler-view-table-data-col-title.scheduler-view-table-data-col-title-today.scheduler-view-month-table-data-col-nomonth {
  color: #f4f5f6;
  font-weight: bold;
  border: 1px solid #ddd !important;
  border-bottom-width: 0;
  float: inherit !important;
  border-bottom: none !important;
  background: #fff;
  width: auto;
  height: auto;
  margin: 0;
  border-radius: inherit;
  color: #fff;
  font-weight: normal;
  text-align: right;
  padding: 0;
  position: relative;
  padding: 3px 4px 0 0 !important; }

/*.scheduler-base-content > .yui3-widget-bd{
  min-height: 820px !important;
}*/
/*.scheduler-view-noscroll {
  height: 100vh !important;
}*/
/*#scheduler{
  margin-bottom: 44px;
}*/
/*.scheduler-view-table {
  height: 100vh !important;
}*/
.l-content-calendar {
  height: 100%;
  overflow-y: auto; }

.view-month .calendar-hd {
  padding: 20px 0 !important; }

.scheduler-event {
  z-index: 1 !important; }

.approva-list {
  padding: 0 10px; }
  .approva-list button {
    width: 100%;
    text-align: left;
    text-align: left;
    padding: 5px 3px; }
  .approva-list .approva-list__ico {
    width: 15px;
    height: 15px;
    background-color: #fff;
    border: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    position: relative; }
    .approva-list .approva-list__ico .up, .approva-list .approva-list__ico .down {
      width: 15px;
      height: 15px;
      position: absolute;
      top: -4px;
      left: -4px; }
  .approva-list .approva-list__txt {
    color: #555;
    font-weight: 400;
    font-size: 13px;
    display: inline-block;
    margin-left: 5px;
    width: calc(100% - 20px);
    vertical-align: top; }

.approva__toggle li {
  padding-left: 28px;
  color: #888; }

.sample-table {
  border-top: 1px solid #333;
  width: 100%; }
  .sample-table th {
    background: #f4f5f9;
    border-bottom: 1px solid #ddd;
    color: #333;
    font-size: 10px;
    height: 25px;
    padding: 0 5px; }
  .sample-table td {
    border-bottom: 1px solid #ddd;
    height: 25px; }

.b-sample__form {
  border: 1px solid #ddd;
  height: 421px;
  padding: 5px;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-overflow-style: none;
  overflow: auto; }
  .b-sample__form::-webkit-scrollbar {
    width: 5px;
    /* 세로축 스크롤바 길이 */
    height: 8px;
    /* 가로축 스크롤바 길이 */ }
  .b-sample__form::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #ccc; }
  .b-sample__form p, .b-sample__form span {
    max-width: 100vw; }
  .b-sample__form.tableWrap {
    border-top: 1px solid #333;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd; }

.sample-table__label {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 0;
  text-align: center; }

.b-groupView-top {
  padding: 20px 25px 15px 25px;
  border-bottom: 1px solid #ddd;
  overflow: hidden; }

.b-groupView-bot {
  padding: 25px 0px;
  overflow: hidden; }

.b-groupView-top__addr > div {
  margin-bottom: 10px; }
  .b-groupView-top__addr > div.plus-border {
    margin: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd; }
  .b-groupView-top__addr > div:first-child {
    margin-bottom: 15px; }
    .b-groupView-top__addr > div:first-child .label-txt {
      display: inline-block;
      min-width: 50px;
      float: left;
      font-weight: 500;
      color: #333;
      font-size: 13px;
      margin-right: 5px; }
    .b-groupView-top__addr > div:first-child span {
      font-weight: 500; }
  .b-groupView-top__addr > div.mb0 {
    margin-bottom: 0px; }

.b-groupView-top__addr .dataSlide-child.v-top span {
  vertical-align: top; }

.b-groupView-top__addr .dataSlide-child label {
  min-width: 160px;
  display: inline-block;
  vertical-align: top; }
  .b-groupView-top__addr .dataSlide-child label:before {
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(/resources/images/icons/sprite/ico_sprite_gray.png);
    background-position: -20px -120px;
    background-repeat: no-repeat;
    background-size: auto;
    vertical-align: middle;
    margin-bottom: 2px;
    margin-right: 8px; }

.b-groupView-top__addr .dataSlide-child label.img-n {
  min-width: 160px;
  display: inline-block;
  vertical-align: top; }
  .b-groupView-top__addr .dataSlide-child label.img-n:before {
    display: none; }

.b-groupView-top__addr .dataSlide-child .dataSlide-child__Opinion {
  margin: 0 5px;
  max-width: 75%;
  display: inline-block; }

.b-groupView-file {
  padding: 15px 0;
  margin: 0 25px;
  border-top: 1px solid #ddd; }
  .b-groupView-file.b-n {
    border: 0; }
  .b-groupView-file.br-bot {
    border-bottom: 1px solid #ddd;
    margin: 0;
    padding: 15px 25px; }

.b-groupView-doc {
  margin: 10px 25px 0px;
  padding-bottom: 15px; }

.b-record-link {
  color: #555; }
  .b-record-link i {
    vertical-align: middle; }

.b-record-date {
  margin: 0px 0 15px; }
  .b-record-date span {
    display: inline-block;
    padding: 5px 20px;
    border: 1px solid #ddd;
    background: #f3f3f3;
    font-size: 14px;
    color: #555;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px; }

.b-record-tr {
  padding: 15px;
  font-size: 0px;
  color: #555;
  height: 160px;
  overflow: auto;
  border-bottom: 1px solid #ddd;
  -ms-overflow-style: none;
  overflow: auto; }
  .b-record-tr::-webkit-scrollbar {
    width: 5px;
    /* 세로축 스크롤바 길이 */
    height: 8px;
    /* 가로축 스크롤바 길이 */ }
  .b-record-tr::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #ccc; }

.b-record-th {
  width: 12%;
  display: inline-block;
  padding: 5px 0;
  font-size: 13px;
  color: #555;
  vertical-align: top; }

.b-record-td {
  width: 88%;
  display: inline-block;
  padding: 5px 0;
  font-size: 13px;
  color: #555; }

.b-record-txt {
  margin-top: 3px;
  font-size: 13px;
  color: #888; }

.draftingModify-txt {
  font-size: 13px;
  color: #959595;
  height: 35px;
  line-height: 35px; }

.tableWrap.th40 .b-listTable td {
  height: 40px; }

.form-op span {
  display: inline-block;
  vertical-align: middle; }
  .form-op span:after {
    content: "";
    display: inline-block;
    background-color: #ddd;
    width: 1px;
    height: 15px;
    margin: 0 8px 2px 8px;
    vertical-align: middle; }
  .form-op span:last-child:after {
    display: none; }

.b-addrBook-scroll {
  -ms-overflow-style: none;
  overflow: auto; }
  .b-addrBook-scroll::-webkit-scrollbar {
    width: 5px;
    /* 세로축 스크롤바 길이 */
    height: 8px;
    /* 가로축 스크롤바 길이 */ }
  .b-addrBook-scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #ccc; }

.scheduler-view-month .scheduler-view-table-row {
  min-height: 30px !important; }

.b-report-info {
  width: 940px;
  margin-bottom: 50px;
  margin-top: 30px; }

.b-report-info__tit {
  font-size: 24px;
  color: #333;
  font-weight: 900;
  text-align: center;
  margin-bottom: 45px; }

.b-report-info__box {
  width: 300px;
  display: inline-block; }
  .b-report-info__box.dis-t {
    display: table; }
  .b-report-info__box p.dis-tr {
    word-break: keep-all;
    height: 40px;
    vertical-align: top; }
    .b-report-info__box p.dis-tr:last-child {
      margin-bottom: 0; }
    .b-report-info__box p.dis-tr span:first-child {
      font-size: 13px;
      color: #333;
      font-weight: 500; }
    .b-report-info__box p.dis-tr span:last-child {
      font-size: 13px;
      color: #555;
      font-weight: 400; }

.b-report-info__t {
  vertical-align: top;
  margin-left: 20px;
  width: calc(100% - 330px);
  display: inline-block; }
  .b-report-info__t table {
    width: 100%;
    border-collapse: collapse !important; }

.b-report-info__t-tit {
  height: 110px;
  width: 40px;
  background-color: #f4f5f9;
  border: 1px solid #ddd;
  line-height: 35px; }

.b-report-info__th {
  height: 30px;
  width: 115px;
  text-align: center;
  border: 1px solid #ddd;
  font-size: 12px;
  color: #555;
  font-weight: 500; }

.b-report-info__td {
  text-align: center;
  width: 115px;
  height: 80px;
  border: 1px solid #ddd;
  position: relative;
  font-size: 10px;
  color: #888;
  font-weight: 400; }
  .b-report-info__td img {
    max-width: 50px;
    max-height: 50px;
    display: block;
    margin: 0 auto 5px; }

.b-report-info__label {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
  color: #555;
  font-weight: 400;
  width: 30px;
  height: 20px;
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  border-top: none;
  border-left: none; }

.b-mailListTable td p.notice {
  min-width: 40px;
  padding: 0 5px;
  height: 20px;
  background-color: #596ace;
  color: #fff;
  border-radius: 50px;
  line-height: 20px; }

.b-mailListTable td .title {
  max-width: 90%;
  display: inline-block; }
  .b-mailListTable td .title a {
    font-size: 13px; }

.b-mailListTable td .ico-comm-chat-large {
  margin-right: 2px; }

.b-mailListTable td.fc-danger {
  color: #fb4949; }

.b-mailListTable.fixtures th {
  font-size: 13px; }

.b-mailListTable.fixtures td.v-mid {
  vertical-align: middle; }

.b-mailListTable.fixtures td.fc-point-blue {
  color: #5581e4; }

.b-mailListTable.fixtures td.fc-danger {
  color: #fb4949; }

.commu-title {
  font-size: 18px;
  color: #333;
  font-weight: 500;
  margin-top: 5px; }
  .commu-title fc-nolmal {
    color: #5581e4; }

.default-input.input-inner {
  min-height: 28px;
  width: 250px; }

.default-input.list {
  position: absolute;
  right: 310px;
  height: 37px;
  top: 1px; }

.default-input.budget {
  position: absolute;
  right: 310px;
  height: 37px;
  bottom: 10px; }

.b-commview-content {
  padding: 0px 20px 60px;
  word-break: keep-all;
  border-bottom: 1px solid #ddd;
  min-height: 200px;
  font-size: 13px;
  color: #555; }
  .b-commview-content img {
    max-width: 100%; }

.b-mail.albumList {
  -ms-overflow-style: none;
  overflow: auto; }
  .b-mail.albumList::-webkit-scrollbar {
    width: 5px;
    /* 세로축 스크롤바 길이 */
    height: 8px;
    /* 가로축 스크롤바 길이 */ }
  .b-mail.albumList::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #ccc; }

.tableWrap.b-AlbumList-table {
  padding: 0px calc(50% - 800px) 40px;
  border-top: none;
  border-bottom: 1px solid #e9e9e9;
  text-align: left; }
  @media screen and (max-width: 1800px) and (min-width: 1500px) {
    .tableWrap.b-AlbumList-table {
      padding: 0px calc(50% - 640px) 40px; } }
  @media screen and (max-width: 1499px) and (min-width: 1024px) {
    .tableWrap.b-AlbumList-table {
      padding: 0px calc(50% - 480px) 40px; } }
  .tableWrap.b-AlbumList-table ul {
    font-size: 0;
    margin: 0 auto;
    text-align: left;
    display: inline-block; }
    .tableWrap.b-AlbumList-table ul li {
      width: 300px;
      height: 370px;
      border: 1px solid #ddd;
      margin: 0 10px;
      display: inline-block;
      margin-bottom: 40px; }
      .tableWrap.b-AlbumList-table ul li.tit-blue .albumList-table__title {
        color: #5581e4; }
    .tableWrap.b-AlbumList-table ul li:hover {
      border: 1px solid #5581e4; }
  .tableWrap.b-AlbumList-table .albumList-table__title {
    font-size: 13px;
    color: #333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 100%;
    height: 39px; }
  .tableWrap.b-AlbumList-table .albumList-table__picture {
    width: 100%;
    height: 235px;
    background-color: #f5f5f5; }
  .tableWrap.b-AlbumList-table .albumList-table__textWrap {
    width: 100%;
    background-color: #fff;
    bottom: 0;
    padding: 15px 20px 20px;
    font-size: 13px; }
    .tableWrap.b-AlbumList-table .albumList-table__textWrap .notice {
      width: 40px;
      height: 20px;
      background-color: #596ace;
      color: #fff;
      border-radius: 50px;
      line-height: 20px;
      font-size: 13px;
      text-align: center; }
    .tableWrap.b-AlbumList-table .albumList-table__textWrap .fc-normal {
      font-size: 13px; }
    .tableWrap.b-AlbumList-table .albumList-table__textWrap .albumList-table__BottomTitle {
      font-size: 13px;
      bottom: 0;
      margin-top: 15px; }
      .tableWrap.b-AlbumList-table .albumList-table__textWrap .albumList-table__BottomTitle .albumList-table__BottomDate {
        color: #888888; }

.ico-menu-cover__th {
  width: 20px;
  height: 25px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  float: right; }

.ico-menu {
  background-image: url(/resources/images/icons/sprite/ico-menu.png);
  background-size: auto;
  width: 4px;
  height: 14px; }

.b-notice-box__td {
  display: inline-block;
  max-height: 15px; }

.b-mail.pushTop {
  top: 150px; }

.b-mailList__info .re-commlist {
  position: relative;
  padding-left: 15px; }
  .b-mailList__info .re-commlist:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #888888;
    border-left: 1px solid #888;
    position: absolute;
    left: 5px;
    bottom: 5px; }

.re-commView {
  position: relative;
  padding-left: 15px; }
  .re-commView:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #888888;
    border-left: 1px solid #888;
    position: absolute;
    left: 5px;
    bottom: 5px; }

.b-equipmentDetail {
  padding: 20px 25px;
  height: auto;
  font-size: 0; }
  .b-equipmentDetail .b-equipmentDetail__picture--inner {
    width: 200px;
    height: 200px;
    display: inline-block;
    border: 1px solid #ddd;
    color: #959595;
    line-height: 200px;
    text-align: center;
    overflow: hidden;
    font-size: 13px; }
    .b-equipmentDetail .b-equipmentDetail__picture--inner img {
      max-width: 200px;
      max-height: 200px; }
  .b-equipmentDetail .b-equipmentDetail__text--wrap {
    width: calc(100% - 220px);
    display: inline-block;
    margin-left: 20px;
    font-size: 13px;
    font-weight: 400;
    color: #555;
    vertical-align: top;
    line-height: 20px; }

.b-mailView-top.h-fixing {
  min-height: 120px; }

.br-top {
  border-top: 1px solid #ddd; }

.receipt-img {
  width: 270px;
  height: 160px;
  border: 1px solid #ddd;
  overflow-y: auto;
  text-align: center;
  -ms-overflow-style: none;
  overflow: auto; }
  .receipt-img::-webkit-scrollbar {
    width: 5px;
    /* 세로축 스크롤바 길이 */
    height: 8px;
    /* 가로축 스크롤바 길이 */ }
  .receipt-img::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #ccc; }
  .receipt-img img {
    max-width: 260px; }
  .receipt-img p {
    padding: 69px 0;
    text-align: center; }

/*.selected.selecting{
  position: relative;
  z-index: 2;
  label{
    position: relative;
    z-index: -1;
  }
}*/
.ul-check__li li {
  height: 28px;
  line-height: 20px; }
  .ul-check__li li label span {
    font-size: 13px;
    color: #888;
    font-weight: 400; }

.remove-li {
  float: right; }
  .remove-li i {
    vertical-align: middle;
    display: inline-block; }

.b-Finance-list {
  font-size: 0; }
  .b-Finance-list span {
    vertical-align: middle;
    display: inline-block;
    font-size: 13px;
    color: #888;
    font-weight: 400; }
    .b-Finance-list span:nth-child(2) {
      width: 14%;
      text-align: left; }
    .b-Finance-list span:nth-child(3) {
      padding-left: 10px;
      width: 32%;
      text-align: left;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .b-Finance-list span:nth-child(4) {
      padding-left: 10px;
      width: 32%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      text-align: left; }
    .b-Finance-list span:nth-child(5) {
      width: 20%;
      padding-left: 10px;
      text-align: center; }

.table-bordered {
  table-layout: fixed; }

.ul-check__input {
  background-color: #fafafa; }

.ul-check__input1, .ul-check__input2 {
  background-color: #fafafa;
  width: 210px;
  float: right;
  height: 40px;
  color: #555; }

.b-list__2dp {
  background-color: #f7f7f7; }
  .b-list__2dp td:nth-child(3) {
    padding-left: 35px; }

.b-list__3dp {
  background-color: #f7f7f7; }
  .b-list__3dp td:nth-child(3) {
    padding-left: 55px; }

.b-list__4dp {
  background-color: #f7f7f7; }
  .b-list__4dp td:nth-child(3) {
    padding-left: 75px; }
    .b-list__4dp td:nth-child(3):before {
      content: "";
      display: inline-block;
      width: 8px;
      height: 8px;
      border-left: 1px solid #b5b5b5;
      border-bottom: 1px solid #b5b5b5;
      margin-bottom: 2px; }

.b-file__td div {
  margin-top: 10px; }
  .b-file__td div:first-child {
    margin-top: 0; }
  .b-file__td div.mt-0 {
    margin-top: 0px; }

.yui3-widget.component.scheduler-view.scheduler-view-day {
  height: 100% !important; }

.tableWrap.b-AlbumList-table ul li.b-gallery__nodata {
  border: none;
  position: relative;
  max-width: 1024px;
  height: 61vh;
  overflow: hidden;
  width: 950px; }
  .tableWrap.b-AlbumList-table ul li.b-gallery__nodata:hover {
    border: none; }
  .tableWrap.b-AlbumList-table ul li.b-gallery__nodata div {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .tableWrap.b-AlbumList-table ul li.b-gallery__nodata div img {
      margin-bottom: 20px;
      display: inline-block; }
    .tableWrap.b-AlbumList-table ul li.b-gallery__nodata div p:nth-child(2) {
      font-size: 15px;
      color: #555;
      margin-bottom: 5px;
      font-weight: 500; }
    .tableWrap.b-AlbumList-table ul li.b-gallery__nodata div p:last-child {
      font-size: 13px;
      color: #888;
      margin: 0;
      font-weight: 400; }

.b-file__box {
  max-height: 85px;
  overflow-y: auto;
  -ms-overflow-style: none;
  overflow: auto; }
  .b-file__box::-webkit-scrollbar {
    width: 5px;
    /* 세로축 스크롤바 길이 */
    height: 8px;
    /* 가로축 스크롤바 길이 */ }
  .b-file__box::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #ccc; }

.fc-sub__txt {
  color: #959595;
  font-size: 12px;
  margin-top: 10px;
  text-align: right; }

.b-editorFrame {
  width: 100%;
  min-height: 600px; }

.transfer__subtxt {
  color: #666666;
  font-size: 13px;
  vertical-align: middle; }

.b-docView-top {
  margin-top: 110px;
  border-bottom: 1px solid #ddd;
  padding: 20px; }
  .b-docView-top .label-txt {
    color: #333;
    width: 70px;
    font-size: 13px; }
  .b-docView-top .addr {
    color: #555;
    font-size: 13px;
    vertical-align: top; }

.b-docView__txtGroup {
  padding: 15px 20px; }

.b-docView__table {
  margin: 0 20px; }

.b-docView-inner {
  height: 100%;
  overflow-y: auto;
  padding: 10px 0px 30px;
  -ms-overflow-style: none;
  overflow: auto; }
  .b-docView-inner::-webkit-scrollbar {
    width: 5px;
    /* 세로축 스크롤바 길이 */
    height: 8px;
    /* 가로축 스크롤바 길이 */ }
  .b-docView-inner::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #ccc; }

.expense-list {
  display: inline-block;
  width: 100%; }
  .expense-list span {
    display: inline-block; }
  .expense-list span:nth-child(2) {
    min-width: 15%;
    overflow: hidden;
    vertical-align: middle; }
  .expense-list span:nth-child(3) {
    padding-left: 10px;
    width: 55%;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle; }
    .expense-list span:nth-child(3).pl0 {
      padding-left: 0; }
  .expense-list span:nth-child(4) {
    padding-left: 10px;
    float: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: right;
    vertical-align: middle; }

.expense-list__to span {
  display: inline-block; }

.expense-list__to span:nth-child(2) {
  width: 20%;
  overflow: hidden;
  vertical-align: middle; }

.expense-list__to span:nth-child(3) {
  padding-left: 10px;
  width: 50%;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle; }

.expense-list__to span:nth-child(4) {
  padding-left: 10px;
  width: 27%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: right;
  vertical-align: middle; }

.b-ProjBox {
  width: 100%;
  border-top: 1px solid #ddd;
  font-size: 0;
  position: absolute;
  left: 0;
  top: 190px;
  right: 0;
  bottom: 40px; }

.b-ProjBox__left {
  width: 50%;
  display: inline-block;
  position: absolute;
  height: 100%;
  top: 0px;
  left: 0;
  bottom: 0;
  overflow-x: hidden;
  -ms-overflow-style: none;
  overflow: auto; }
  .b-ProjBox__left::-webkit-scrollbar {
    width: 5px;
    /* 세로축 스크롤바 길이 */
    height: 8px;
    /* 가로축 스크롤바 길이 */ }
  .b-ProjBox__left::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #ccc; }
  .b-ProjBox__left.dis-n {
    display: none; }
  .b-ProjBox__left .b-mailForm-opts {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px; }
    .b-ProjBox__left .b-mailForm-opts.br-n {
      border-bottom: none; }
    .b-ProjBox__left .b-mailForm-opts.dis-n {
      display: none; }
  .b-ProjBox__left .b-fileTable th, .b-ProjBox__left .b-fileTable td {
    height: 40px; }
  .b-ProjBox__left .b-mailForm-opts > div:last-child .opts-btn, .b-ProjBox__left .b-mailForm-opts > div:last-child .opts-input {
    padding-top: 10px; }
  .b-ProjBox__left .b-mailForm-opts .opts-name {
    width: 100px; }
  .b-ProjBox__left .opts-name label {
    word-break: break-all; }
  .b-ProjBox__left .btn-area--form {
    padding: 0 25px 20px; }
    .b-ProjBox__left .btn-area--form.pt0 {
      padding-top: 0; }
    .b-ProjBox__left .btn-area--form.p0 {
      padding: 0; }
    .b-ProjBox__left .btn-area--form.pb10 {
      padding-bottom: 10px; }
    .b-ProjBox__left .btn-area--form.a-right {
      text-align: right; }
    .b-ProjBox__left .btn-area--form .btn-proj-xs {
      min-width: 75px;
      height: 30px;
      border-radius: 3px;
      line-height: 30px; }

.b-ProjBox__right {
  width: 50%;
  display: inline-block;
  border-left: 1px solid #ddd;
  position: absolute;
  height: 100%;
  top: 0px;
  bottom: 0;
  right: 0;
  overflow-x: hidden;
  -ms-overflow-style: none;
  overflow: auto; }
  .b-ProjBox__right::-webkit-scrollbar {
    width: 5px;
    /* 세로축 스크롤바 길이 */
    height: 8px;
    /* 가로축 스크롤바 길이 */ }
  .b-ProjBox__right::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #ccc; }
  .b-ProjBox__right.dis-n {
    display: none; }
  .b-ProjBox__right .b-ProjBox__list {
    padding: 25px; }
    .b-ProjBox__right .b-ProjBox__list .b-ProjBox-btn {
      padding: 15px 0; }
    .b-ProjBox__right .b-ProjBox__list.pt0 {
      padding-top: 0; }
    .b-ProjBox__right .b-ProjBox__list .b-TaskList {
      overflow: inherit; }
      .b-ProjBox__right .b-ProjBox__list .b-TaskList .w-plus__Mod {
        width: calc(75% - 40px); }
      .b-ProjBox__right .b-ProjBox__list .b-TaskList .w-plus__dayMod {
        font-size: 13px;
        color: #888;
        font-weight: 400;
        float: right; }
        .b-ProjBox__right .b-ProjBox__list .b-TaskList .w-plus__dayMod .openLayerTodo {
          margin-left: 10px; }
        .b-ProjBox__right .b-ProjBox__list .b-TaskList .w-plus__dayMod.fl {
          float: left; }
      .b-ProjBox__right .b-ProjBox__list .b-TaskList.b-TaskList__View > li {
        border-top: 1px solid #333;
        padding: 0;
        margin-bottom: 0; }
        .b-ProjBox__right .b-ProjBox__list .b-TaskList.b-TaskList__View > li .b-TaskList__tit {
          min-height: 45px;
          width: 100%;
          background-color: #f4f5f9; }
          .b-ProjBox__right .b-ProjBox__list .b-TaskList.b-TaskList__View > li .b-TaskList__tit p {
            font-weight: 500;
            font-size: 16px;
            color: #333;
            padding: 10px 0 10px 25px; }
        .b-ProjBox__right .b-ProjBox__list .b-TaskList.b-TaskList__View > li .b-TaskList__info {
          margin: 15px 0;
          padding: 0px 25px; }
        .b-ProjBox__right .b-ProjBox__list .b-TaskList.b-TaskList__View > li .b-TaskList__Contents {
          padding: 0px 25px 20px;
          margin-top: 0; }
          .b-ProjBox__right .b-ProjBox__list .b-TaskList.b-TaskList__View > li .b-TaskList__Contents img {
            max-width: 100%; }
      .b-ProjBox__right .b-ProjBox__list .b-TaskList > li {
        overflow: inherit;
        padding: 30px;
        width: 100%;
        border: 1px solid #ddd;
        margin-bottom: 20px;
        position: relative; }
        .b-ProjBox__right .b-ProjBox__list .b-TaskList > li.active {
          box-shadow: 0px 0px 15px #ddd; }
        .b-ProjBox__right .b-ProjBox__list .b-TaskList > li .b-mailView-file {
          padding: 0;
          padding-top: 15px;
          border-bottom: none; }
        .b-ProjBox__right .b-ProjBox__list .b-TaskList > li .num-bg {
          display: inline-block;
          position: absolute;
          top: 0;
          left: 0;
          width: 30px;
          height: 30px;
          line-height: 30px;
          text-align: center;
          color: #fff;
          background-color: #ccc;
          font-size: 13px;
          font-weight: 400;
          border-bottom-right-radius: 5px; }

.proj_view.dis-n {
  display: none; }

.half_view.dis-n {
  display: none; }

.b-ProjBox__tit {
  height: 45px;
  border-bottom: 1px solid #ddd;
  width: 100%;
  background-color: #f4f5f9;
  position: sticky;
  top: 0;
  z-index: 2; }
  .b-ProjBox__tit.border-plus__top {
    border-top: 1px solid #ddd; }
  .b-ProjBox__tit p {
    font-weight: 500;
    font-size: 16px;
    color: #333;
    padding: 10px 0 10px 25px; }

.b-TaskList__tit {
  width: 100%;
  position: relative; }
  .b-TaskList__tit p {
    font-weight: 500;
    font-size: 16px;
    color: #333;
    display: inline-block;
    width: calc(100% - 40px); }
    .b-TaskList__tit p.txtell2 {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      min-height: 40px; }
    .b-TaskList__tit p.wp100 {
      width: 100%;
      padding: 10px 25px !important; }
    .b-TaskList__tit p .b-TaskList__date {
      font-size: 13px;
      color: #888;
      display: inline-block;
      width: 130px;
      margin-top: 2px;
      text-align: center; }
    .b-TaskList__tit p .b-TaskList__txt {
      display: inline-block;
      width: calc(100% - 140px); }
  .b-TaskList__tit button {
    height: 20px;
    width: 20px;
    text-align: center; }
    .b-TaskList__tit button.pr {
      position: absolute;
      right: 0;
      top: 0; }

.b-TaskList__info {
  margin-top: 5px; }
  .b-TaskList__info span {
    font-weight: 400;
    font-size: 13px;
    color: #888;
    display: inline-block; }
    .b-TaskList__info span:first-child {
      margin-right: 20px; }
    .b-TaskList__info span.dis-n {
      display: none; }

.b-TaskList__Contents {
  margin-top: 20px;
  width: 100%;
  overflow: auto; }
  .b-TaskList__Contents p {
    font-weight: 400;
    font-size: 13px;
    color: #555; }
    .b-TaskList__Contents p img {
      max-width: 100%; }

.b-todoOptions {
  width: 100px; }

.b-todoOptions .b-layerBtnGroup__btn {
  display: block;
  text-align: left;
  padding: 8px 15px;
  white-space: nowrap;
  width: 100%;
  font-size: 13px;
  color: #888;
  white-space: inherit; }

.b-ico-td tr td:nth-child(1) {
  padding-right: 0; }

.b-ico-td tr td:nth-child(2) {
  padding-left: 0; }

.b-ProgressGraph {
  position: relative;
  width: calc(100% - 40px);
  font-size: 0; }

.b-ProgressGraph__bg {
  height: 10px;
  width: 100%;
  display: inline-block;
  background-color: #dddddd;
  font-size: 0;
  position: absolute;
  left: 0;
  top: 4px; }

.b-ProgressGraph__inner {
  height: 10px;
  display: inline-block;
  background-color: #5581e4;
  font-size: 0;
  position: absolute;
  top: 4px;
  left: 0; }

.b-ProgressGraph__num {
  font-size: 13px;
  font-weight: 400;
  color: #555;
  display: inline-block;
  float: right; }
  .b-ProgressGraph__num.dis-n {
    display: none; }

.default-tab__btn .default-tab__sub {
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  margin-left: 5px; }

.default-tab__btn span.new {
  position: relative; }
  .default-tab__btn span.new:after {
    display: inline-block;
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #ff4b1b;
    position: absolute;
    top: 0;
    right: -8px; }

.b-Progress-group {
  display: inline-block; }
  .b-Progress-group .b-Progress-li {
    display: inline-block;
    font-weight: 400;
    font-size: 13px; }
    .b-Progress-group .b-Progress-li .fc-normal {
      color: #5581e4; }
    .b-Progress-group .b-Progress-li .fc-danger {
      color: #fb4949; }
    .b-Progress-group .b-Progress-li .fc-puple {
      color: #4f45d9; }

.b-Emergency {
  display: inline-block;
  background-color: #fb4949;
  color: #fff;
  font-weight: 400;
  font-size: 13px;
  min-width: 40px;
  height: 20px;
  margin-right: 5px;
  text-align: center;
  line-height: 20px;
  border-radius: 10px; }
  .b-Emergency.dis-n {
    display: none; }

.b-Fixed {
  display: inline-block;
  background-color: #cccccc;
  color: #fff;
  font-weight: 400;
  font-size: 13px;
  min-width: 40px;
  height: 20px;
  margin-right: 5px;
  text-align: center;
  line-height: 20px;
  border-radius: 10px; }
.b-Fixed.dis-n {
  display: none; }

.b-projList-Box {
  padding: 0 25px; }

@media screen and (max-width: 1500px) {
  .dis-b__tb {
    display: block;
    margin-bottom: 5px; } }

@media screen and (max-width: 1500px) {
  .ml68__tb {
    margin-left: 68px; } }

@media screen and (max-width: 1500px) {
  .dis-n__tb {
    display: none; } }

.b-projList-Box__list {
  font-size: 0; }
  .b-projList-Box__list > li {
    width: 31%;
    height: 295px;
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 30px;
    margin-right: 3.5%; }
    .b-projList-Box__list > li:nth-child(3n) {
      margin-right: 0; }
    .b-projList-Box__list > li .b-projList-Box__tit .b-Emergency {
      display: inline-block;
      background-color: #fb4949;
      color: #fff;
      font-weight: 400;
      font-size: 13px;
      min-width: 40px;
      height: 20px;
      margin-right: 5px;
      text-align: center;
      line-height: 20px;
      float: left;
      margin-top: 5px;
      border-radius: 10px;
      padding: 0 5px; }
    .b-projList-Box__list > li .b-projList-Box__tit .b-Fixed {
      display: inline-block;
      background-color: #cccccc;
      color: #fff;
      font-weight: 400;
      font-size: 13px;
      min-width: 40px;
      height: 20px;
      margin-right: 5px;
      text-align: center;
      line-height: 20px;
      float: left;
      margin-top: 5px;
      border-radius: 10px;
      padding: 0 5px; }
    .b-projList-Box__list > li .b-projList-Box__tit a {
      display: inline-block;
      font-weight: 500;
      font-size: 20px;
      width: calc(100% - 60px);
      /* overflow: hidden;*/
      float: left;
      /*        text-overflow: ellipsis;
        word-wrap: break-word;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;*/
      height: 60px; }
      .b-projList-Box__list > li .b-projList-Box__tit a span {
        float: none; }
    .b-projList-Box__list > li .b-projList-Box__tit span {
      display: inline-block;
      font-weight: 400;
      font-size: 20px;
      color: #5581e4;
      float: right; }
    .b-projList-Box__list > li .b-projList-Box__txt {
      overflow: hidden;
      text-overflow: ellipsis;
      display: inline-block;
      display: -webkit-box !important;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      width: calc(100% - 50px); }
    .b-projList-Box__list > li .b-projList-Box__date {
      margin: 10px 0 15px; }
      .b-projList-Box__list > li .b-projList-Box__date span {
        display: inline-block;
        color: #888;
        font-weight: 400;
        font-size: 13px; }
    .b-projList-Box__list > li .b-projList-Box__status {
      width: 100%;
      height: 60px;
      border: 1px solid #ddd;
      border-radius: 5px;
      display: flex;
      box-sizing: border-box; }
      .b-projList-Box__list > li .b-projList-Box__status li {
        flex-grow: 1;
        text-align: center;
        font-size: 13px;
        height: 60px;
        padding: 10px 0; }
        .b-projList-Box__list > li .b-projList-Box__status li p {
          font-weight: 400;
          font-size: 14px; }
          .b-projList-Box__list > li .b-projList-Box__status li p:last-child {
            color: #888; }
      .b-projList-Box__list > li .b-projList-Box__status .total {
        flex-grow: inherit;
        width: 60px;
        padding: 4px 0; }
        .b-projList-Box__list > li .b-projList-Box__status .total span {
          background-color: #596ace;
          color: #fff;
          border-radius: 5px;
          width: 50px;
          height: 50px;
          display: inline-block;
          line-height: 50px;
          font-size: 18px;
          font-weight: 500; }

.b-projList-Box__nodata {
  border: none;
  position: relative;
  max-width: 1024px;
  height: 61vh;
  overflow: hidden;
  width: 950px; }
  .b-projList-Box__nodata div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center; }
    .b-projList-Box__nodata div img {
      margin-bottom: 15px; }
  .b-projList-Box__nodata p:nth-child(2) {
    font-size: 15px;
    color: #555;
    margin-bottom: 5px;
    font-weight: 500; }
  .b-projList-Box__nodata p:last-child {
    font-size: 13px;
    color: #888;
    margin: 0;
    font-weight: 400; }

.replyWrite {
  position: relative;
  top: -2px;
  padding-left: 10px; }

.replyWrite:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 2px;
  height: 2px;
  background: #656565;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  left: 3px; }

.non-contents {
  padding: 20px 0px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd; }
  .non-contents.br-n {
    border-top: none; }

.tableFix-th {
  overflow: auto;
  height: 100%;
  -ms-overflow-style: none;
  overflow: auto; }
  .tableFix-th::-webkit-scrollbar {
    width: 5px;
    /* 세로축 스크롤바 길이 */
    height: 8px;
    /* 가로축 스크롤바 길이 */ }
  .tableFix-th::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #ccc; }
  .tableFix-th table th {
    position: sticky;
    top: 0px;
    z-index: 1; }

@media screen and (max-width: 1400px) {
  .b-projList-Box__list > li {
    width: 49%;
    margin-right: 2%; }
    .b-projList-Box__list > li:nth-child(3n) {
      margin-right: 2%; }
    .b-projList-Box__list > li:nth-child(2n) {
      margin-right: 0%; } }

.b-projList-Box__Progress {
  margin-top: 10px;
  height: 20px; }
  .b-projList-Box__Progress .b-ProgressGraph {
    width: 90%;
    height: 20px;
    float: left; }

.b-projList-Box__bot {
  margin-top: 10px; }
  .b-projList-Box__bot input {
    float: left; }
  .b-projList-Box__bot span {
    float: right;
    font-size: 13px;
    font-weight: 400;
    color: #888;
    display: inline-block;
    padding-top: 10px; }

.b-projView__list .b-Emergency {
  position: absolute;
  padding-left: 0;
  top: 2px; }
.b-projView__list .b-Fixed {
  position: absolute;
  padding-left: 0;
  top: 2px; }


.b-projView__list span {
  padding-left: 50px;
  vertical-align: middle; }

.b-projView .b-mailViewGrid {
  padding-left: 0; }

.b-commview-content.b-proj-content {
  padding: 0; }
  .b-commview-content.b-proj-content .b-ProgressGraph {
    width: calc(100% - 40px); }

.b-proj-comment {
  padding: 25px 0px;
  margin: 0 25px; }
  .b-proj-comment.pt0 {
    padding-top: 0; }

.b-proj-comment .b-boardview-comment__write.before {
  padding-left: 60px;
  position: relative; }
  .b-proj-comment .b-boardview-comment__write.before:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-left: 1px solid #9a9a9a;
    border-bottom: 1px solid #9a9a9a;
    position: absolute;
    left: 25px;
    top: 25px; }

.br-bot {
  border-bottom: 1px solid #ddd; }

.br-list {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 10px 0px;
  margin-top: -1px; }

.br-list:last-of-type {
  border-bottom: 1px solid #ddd; }

.comment-top__tit {
  border-bottom: 1px solid #333;
  padding: 20px 0 10px;
  margin: 0 25px; }
  .comment-top__tit h1 {
    display: inline-block;
    line-height: unset;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 900; }
  .comment-top__tit .layer-popup__closeBtn {
    float: right; }

.b-manager-tit {
  font-size: 20px;
  color: #333;
  font-weight: 600; }

.budget-btngroup {
  margin-right: 5px;
  font-size: 0;
  display: inline-block;
  vertical-align: middle; }
  .budget-btngroup.dis-n {
    display: none; }

.btn-group__top {
  height: 30px;
  margin-top: 3px; }
  .btn-group__top > div, .btn-group__top > select {
    vertical-align: top; }

.b-state-ico {
  min-width: 40px;
  height: 20px;
  border-radius: 10px;
  display: inline-block;
  color: #fff;
  font-weight: 400;
  font-size: 13px;
  text-align: center;
  line-height: 20px;
  vertical-align: top;
  margin-top: 2px;
  margin-right: 7px; }
  .b-state-ico.pupple {
    background-color: #6159ce; }
  .b-state-ico.red {
    background-color: #fb4949; }
  .b-state-ico.blue {
    background-color: #5581e4; }

.b-Budget-tit {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  width: 90%;
  display: inline-block;
  vertical-align: top; }

.pop-content__inner {
  height: 580px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  overflow: auto; }
  .pop-content__inner::-webkit-scrollbar {
    width: 5px;
    /* 세로축 스크롤바 길이 */
    height: 8px;
    /* 가로축 스크롤바 길이 */ }
  .pop-content__inner::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #ccc; }

.b-notice-bot {
  position: absolute;
  bottom: 0;
  right: 0;
  max-height: 560px;
  width: 385px;
  padding-right: 10px;
  animation-name: noticeAnimation;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  z-index: 9999;
  transform: translateY(100%); }

.b-notice-bot__close {
  height: 40px;
  width: 375px;
  background-color: #fff;
  font-weight: 500;
  font-size: 14px;
  color: #5581e4;
  text-align: center;
  box-shadow: 0px 0px 10px 3px #ddd;
  border-radius: 10px;
  margin-bottom: 8px;
  animation-name: noticeAnimation;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  transform: translateY(100%); }

.b-notice-bot__list {
  overflow: inherit;
  animation-name: noticeAnimation;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  transform: translateY(100%); }
  .b-notice-bot__list li {
    height: 95px;
    width: 375px;
    text-align: center;
    box-shadow: 0px 0px 10px 3px #ddd;
    border-radius: 10px 0 0 10px;
    margin-bottom: 8px;
    overflow: hidden;
    animation-name: noticeAnimation;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    transform: translateY(100%); }
    .b-notice-bot__list li a {
      width: 100%;
      height: 100%;
      display: block;
      opacity: 1; }
      .b-notice-bot__list li a > div {
        display: inline-block; }
      .b-notice-bot__list li a .b-notice-bot__left {
        width: 95px;
        height: 100%;
        background-image: url("/resources/images/icons/img-notice-bg.png");
        background-repeat: no-repeat;
        background-position: center;
        background-color: #5581e4;
        float: left; }
      .b-notice-bot__list li a .b-notice-bot__right {
        width: calc(100% - 95px);
        float: right;
        text-align: left;
        padding: 15px;
        height: 100%;
        position: relative;
        z-index: 1;
        background-color: #fff; }
        .b-notice-bot__list li a .b-notice-bot__right .titbox {
          margin-bottom: 5px; }
        .b-notice-bot__list li a .b-notice-bot__right .fc-normal {
          font-size: 15px;
          font-weight: 600;
          color: #5581e4; }
        .b-notice-bot__list li a .b-notice-bot__right .fc-gray7 {
          color: #777;
          font-size: 13px;
          font-weight: 500;
          margin-bottom: 3px;
          display: inline-block;
          width: 100%; }
        .b-notice-bot__list li a .b-notice-bot__right .fc-gray3 {
          color: #333;
          font-size: 13px;
          font-weight: 500;
          width: 100%;
          display: inline-block;
          width: 90%; }

@keyframes noticeAnimation {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0%); } }

.selectItem-txt {
  font-size: 13px;
  font-weight: 500;
  color: #555;
  margin-bottom: 5px; }

textarea.fixed {
  resize: none;
  -ms-overflow-style: none;
  overflow: auto; }
  textarea.fixed::-webkit-scrollbar {
    width: 5px;
    /* 세로축 스크롤바 길이 */
    height: 8px;
    /* 가로축 스크롤바 길이 */ }
  textarea.fixed::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #ccc; }

.po-txt {
  position: relative;
  padding-right: 20px;
  display: inline-block;
  max-width: 100%;
  margin-top: 5px; }
  .po-txt span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2px; }

.prj-name {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 150px;
  text-align: center;
  vertical-align: middle;
  color: #333; }
  .prj-name.fc-normal {
    color: #5581e4; }

.b-status-HalfView {
  width: 50%;
  height: 100vh;
  display: inline-block;
  vertical-align: top;
  border-left: 1px solid #ddd;
  padding: 0 20px; }
  .b-status-HalfView.dis-n {
    display: none; }
  .b-status-HalfView.sc {
    -ms-overflow-style: none;
    overflow: auto;
    height: calc(100% - 80px); }
    .b-status-HalfView.sc::-webkit-scrollbar {
      width: 5px;
      /* 세로축 스크롤바 길이 */
      height: 8px;
      /* 가로축 스크롤바 길이 */ }
    .b-status-HalfView.sc::-webkit-scrollbar-thumb {
      border-radius: 5px;
      background-color: #ccc; }
    .b-status-HalfView.sc .b-status-HalfView__contents {
      height: auto; }

.b-status-HalfView__label {
  border-bottom: 1px solid #ddd;
  padding: 15px 0; }
  .b-status-HalfView__label h2 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
    text-align: left;
    max-width: 75%; }
  .b-status-HalfView__label > div {
    margin-bottom: 5px; }
    .b-status-HalfView__label > div:last-of-type {
      margin-bottom: 0; }
  .b-status-HalfView__label .date {
    text-align: left;
    display: inline-block;
    font-weight: 400;
    font-size: 13px;
    color: #555; }
  .b-status-HalfView__label .label-txt {
    display: inline-block;
    float: left;
    font-size: 13px;
    color: #333;
    margin-right: 10px;
    min-width: 90px; }
  .b-status-HalfView__label .sub-txt {
    text-align: left;
    display: inline-block;
    font-weight: 400;
    font-size: 13px;
    color: #555;
    max-width: 70%; }
  .b-status-HalfView__label .color-date {
    margin-left: 5px;
    font-weight: 600;
    vertical-align: top; }
  .b-status-HalfView__label span {
    font-size: 13px; }

.b-status-HalfView__file {
  border-bottom: 1px solid #ddd;
  padding: 25px 0; }

.b-status-HalfView__contents {
  padding: 25px 0;
  -ms-overflow-style: none;
  overflow: auto;
  height: 50%; }
  .b-status-HalfView__contents::-webkit-scrollbar {
    width: 5px;
    /* 세로축 스크롤바 길이 */
    height: 8px;
    /* 가로축 스크롤바 길이 */ }
  .b-status-HalfView__contents::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #ccc; }
  .b-status-HalfView__contents p {
    font-size: 14px; }

.b-scrolltable {
  height: 85%;
  padding-bottom: 30px;
  -ms-overflow-style: none;
  overflow: auto; }
  .b-scrolltable::-webkit-scrollbar {
    width: 5px;
    /* 세로축 스크롤바 길이 */
    height: 8px;
    /* 가로축 스크롤바 길이 */ }
  .b-scrolltable::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #ccc; }

.b-statusBox {
  width: 100%;
  height: 100%;
  margin-top: 20px; }
  .b-statusBox.wp50 {
    width: 50%;
    padding-right: 30px;
    display: inline-block;
    vertical-align: top; }
  .b-statusBox.hp80 {
    height: 80%; }

.b-statusBox__nodata {
  position: relative;
  max-width: 1024px;
  height: 100%; }
  .b-statusBox__nodata.dis-n {
    display: none; }

.b-statusBox__nodata-inner {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-position: center top;
  background-image: url(/resources/images/icons/ico-todo__nodata.png);
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 60px; }
  .b-statusBox__nodata-inner p {
    font-size: 15px;
    color: #555;
    text-align: center;
    margin-bottom: 5px;
    font-weight: 500; }

.b-statusBox__inner {
  -ms-overflow-style: none;
  overflow: auto;
  height: calc(100% - 150px);
  padding-bottom: 50px; }
  .b-statusBox__inner::-webkit-scrollbar {
    width: 5px;
    /* 세로축 스크롤바 길이 */
    height: 8px;
    /* 가로축 스크롤바 길이 */ }
  .b-statusBox__inner::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #ccc; }
  @media screen and (max-width: 1400px) {
    .b-statusBox__inner {
      height: calc(100% - 200px); } }

.b-statusBox__list {
  width: 100%;
  border: 1px solid #ddd;
  position: relative;
  margin-bottom: 20px; }
  .b-statusBox__list:last-of-type {
    margin-bottom: 150px; }

.b-statusBox-name {
  padding: 0 30px;
  display: flex;
  align-items: center;
  height: 40px; }
  .b-statusBox-name span {
    font-weight: 500;
    font-size: 13px; }

.b-statusBox-Contents {
  border-top: 1px solid #ddd;
  padding: 25px 30px; }
  .b-statusBox-Contents h2 {
    font-weight: 600;
    font-size: 16px;
    color: #333;
    margin-bottom: 10px; }

.b-statusBox-Contents__label {
  margin-bottom: 5px; }
  .b-statusBox-Contents__label:last-of-type {
    margin-bottom: 0; }
  .b-statusBox-Contents__label label {
    font-weight: 400;
    font-size: 13px;
    color: #333;
    min-width: 60px;
    margin-right: 15px;
    display: inline-block; }
  .b-statusBox-Contents__label > span {
    font-weight: 400;
    font-size: 13px;
    color: #555;
    display: inline-block; }

.b-detailStatus {
  font-size: 0; }

.b-statusBox-Contents__list {
  width: 100%;
  margin-top: 20px; }
  .b-statusBox-Contents__list li {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 7px; }
    .b-statusBox-Contents__list li.active {
      border: 1px solid #5581e4; }
    .b-statusBox-Contents__list li:last-of-type {
      margin-bottom: 0; }
    .b-statusBox-Contents__list li a {
      display: flex;
      align-items: center;
      flex-wrap: nowrap;
      padding: 0 15px;
      height: 40px; }
      .b-statusBox-Contents__list li a span {
        font-size: 13px;
        font-weight: 400;
        color: #888; }
      .b-statusBox-Contents__list li a .date {
        width: 215px; }
      .b-statusBox-Contents__list li a .tit {
        display: inline-block;
        width: calc(100% - 240px); }

.b-userLayer-top img.photo-path {
  width: 80px;
  height: 80px;
  position: relative;
  margin: 0 auto; }

.b-mailView-file__list a span {
  font-size: 14px; }

.datePickerBtn-box {
  position: relative; }
  .datePickerBtn-box button {
    position: absolute;
    right: 3px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2; }

.b-docView-top__right {
  font-size: 13px;
  color: #555;
  float: right;
  text-align: right; }

.b-ReasonBox {
  border: 1px solid #ddd;
  padding: 20px; }
  .b-ReasonBox .tit {
    font-weight: 500;
    font-size: 15px;
    color: #333;
    display: inline-block;
    margin-bottom: 15px; }
  .b-ReasonBox .date-box {
    float: right;
    text-align: right;
    font-size: 13px;
    font-weight: 400;
    color: #888; }
    .b-ReasonBox .date-box span {
      display: block; }
  .b-ReasonBox .txt {
    font-weight: 400;
    font-size: 13px;
    color: #555;
    line-height: 1.7; }

.td-arrow {
  position: relative; }
  .td-arrow:after {
    display: inline-block;
    content: '→';
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%); }

.b-bgSearchBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 30px; }
  .b-bgSearchBox.lines2 {
    flex-wrap: wrap; }
    .b-bgSearchBox.lines2 li {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 50%; }
      .b-bgSearchBox.lines2 li .wp50 {
        width: 60%; }
      @media screen and (max-width: 1400px) {
        .b-bgSearchBox.lines2 li {
          justify-content: center; } }
      .b-bgSearchBox.lines2 li label {
        width: 18%;
        font-size: 14px;
        font-weight: 500; }
        @media screen and (max-width: 1400px) {
          .b-bgSearchBox.lines2 li label {
            width: 20%; } }
  .b-bgSearchBox.tb-line2 {
    flex-wrap: wrap; }
    @media screen and (max-width: 1280px) {
      .b-bgSearchBox.tb-line2 li {
        width: 50%; }
        .b-bgSearchBox.tb-line2 li:nth-of-type(1) {
          margin-bottom: 10px; }
        .b-bgSearchBox.tb-line2 li:nth-of-type(2) {
          margin-bottom: 10px; } }
  .b-bgSearchBox li {
    display: flex;
    align-items: center; }
    .b-bgSearchBox li label {
      margin-right: 10px;
      font-size: 14px;
      word-break: keep-all;
      font-weight: 500; }

.dis-c__1400 {
  display: none; }

@media screen and (max-width: 1366px) {
  .b-bgSearchBox li label.b-bgSearchBox__label {
    width: 30%; } }

@media screen and (max-width: 1366px) {
  .b-bgSearchBox li label.label-briefs {
    width: 50px; } }

@media screen and (max-width: 1400px) {
  .dis-n__1400 {
    display: none; }
  .dis-c__1400 {
    display: contents; }
  .dis-b__1400 {
    display: block; }
  .relative__1400 {
    position: relative; }
  .top50__1400 {
    transform: translateY(50%); }
  .a-center__1400 {
    display: block;
    text-align: center; }
  .cnt2__1400 {
    min-width: 148px; } }

.b-scroll-box {
  height: 100%;
  overflow-y: auto;
  -ms-overflow-style: none;
  overflow: auto; }
  .b-scroll-box::-webkit-scrollbar {
    width: 5px;
    /* 세로축 스크롤바 길이 */
    height: 8px;
    /* 가로축 스크롤바 길이 */ }
  .b-scroll-box::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #ccc; }

.b-depTable__2dep td:first-of-type {
  padding-left: 70px; }

.b-depTable__3dep td:first-of-type {
  padding-left: 120px; }

.b-depTable__4dep td:first-of-type {
  padding-left: 170px; }

.calc80 {
  width: calc(100% - 80px); }

.calc80 {
  width: calc(100% - 80px); }

.b-DetailSearchBox__btn {
  position: absolute;
  right: 0;
  height: 100%;
  top: 0px; }
  .b-DetailSearchBox__btn.sm-searchBtn {
    width: 100px; }

.b-DetailSearchBox {
  width: 530px;
  padding-bottom: 15px; }
  .b-DetailSearchBox.bg-box__low {
    background: #fafafa;
    border: 1px solid #e9e9e9;
    padding: 15px 30px;
    width: 100%;
    margin-bottom: 15px; }
    .b-DetailSearchBox.bg-box__low .b-DetailSearchBox__inner {
      max-width: 1200px;
      position: relative;
      display: block;
      padding-right: 70px; }
      .b-DetailSearchBox.bg-box__low .b-DetailSearchBox__inner.b-DetailSearchBox__inner-add {
        max-width: 800px; }
        .b-DetailSearchBox.bg-box__low .b-DetailSearchBox__inner.b-DetailSearchBox__inner-add > div:last-of-type {
          display: flex;
          align-items: center; }
      .b-DetailSearchBox.bg-box__low .b-DetailSearchBox__inner > div {
        display: flex;
        justify-content: space-between; }
        .b-DetailSearchBox.bg-box__low .b-DetailSearchBox__inner > div > div {
          display: flex;
          justify-content: space-between;
          align-items: center; }
          .b-DetailSearchBox.bg-box__low .b-DetailSearchBox__inner > div > div > .default-input {
            height: 30px; }
          .b-DetailSearchBox.bg-box__low .b-DetailSearchBox__inner > div > div.wp25 {
            width: 25%; }
          .b-DetailSearchBox.bg-box__low .b-DetailSearchBox__inner > div > div.wp30 {
            width: 30%; }
          .b-DetailSearchBox.bg-box__low .b-DetailSearchBox__inner > div > div.wp40 {
            width: 40%; }
          .b-DetailSearchBox.bg-box__low .b-DetailSearchBox__inner > div > div.wp50 {
            width: 50%; }
            .b-DetailSearchBox.bg-box__low .b-DetailSearchBox__inner > div > div.wp50.cnt2 {
              width: calc(50% + 30px); }
          .b-DetailSearchBox.bg-box__low .b-DetailSearchBox__inner > div > div label {
            font-size: 14px;
            font-weight: 500;
            width: 70px; }
  .b-DetailSearchBox > div {
    display: flex;
    align-items: center;
    margin-bottom: 10px; }
    .b-DetailSearchBox > div label {
      font-size: 13px;
      color: #333;
      font-weight: 500; }

.b-organizationTable th {
  height: 50px;
  background-color: #f7f7f7; }

.b-organizationTable td {
  padding: 5px 15px; }

.b-todoOrgan {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0 7px; }

.b-todoOrgan-list {
  width: 240px;
  margin: 0 10px;
  padding: 10px 0;
  min-height: 100px;
  flex-grow: 0;
  align-items: center;
  display: flex;
  justify-content: center; }
  .b-todoOrgan-list a {
    display: flex;
    width: 240px;
    align-items: center;
    flex-wrap: nowrap; }
    .b-todoOrgan-list a img {
      width: 51px;
      height: 51px;
      border-radius: 50%;
      overflow: hidden; }

.b-todoOrgan-list__right {
  padding-left: 30px;
  word-break: break-all; }
  .b-todoOrgan-list__right .organlist-item {
    text-align: left;
    display: block;
    color: #888888;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 2px; }
    .b-todoOrgan-list__right .organlist-item:first-of-type {
      color: #333; }
    .b-todoOrgan-list__right .organlist-item:last-of-type {
      margin-bottom: 0; }

.tableWrap-scroll {
  border-top: 1px solid #333;
  position: relative;
  height: 100%;
  -ms-overflow-style: none;
  overflow: auto; }
  .tableWrap-scroll::-webkit-scrollbar {
    width: 5px;
    /* 세로축 스크롤바 길이 */
    height: 8px;
    /* 가로축 스크롤바 길이 */ }
  .tableWrap-scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #ccc; }

.popsub-txt {
  font-size: 13px;
  color: #999;
  display: inline-block;
  margin-top: 20px;
  float: right; }

@media screen and (max-width: 1366px) {
  .dis-n-pro {
    text-align: center; }
    .dis-n-pro .b-ProgressGraph {
      display: none;
      text-align: center; }
      .dis-n-pro .b-ProgressGraph .b-ProgressGraph__bg {
        display: none; }
    .dis-n-pro .b-ProgressGraph__num {
      float: inherit; }
  .dis-nn-pro {
    display: none; }
  .dis-b-pro {
    display: block; }
  .dis-ib-pro {
    display: inline-block; }
  .dis-i-pro {
    display: inline; }
  #popAbsensce .layer-popup {
    width: 900px !important;
    height: 700px; } }

@media screen and (max-width: 1024px) {
  .dis-n-p {
    display: none; }
  .dis-b-p {
    display: block; }
  .dis-ib-p {
    display: inline-block; }
  .dis-i-p {
    display: inline; } }

.b-table__box {
  width: 100%;
  height: 90%;
  overflow: hidden; }
  .b-table__box .b-table__box__inner {
    -ms-overflow-style: none;
    overflow: auto; }
    .b-table__box .b-table__box__inner::-webkit-scrollbar {
      width: 5px;
      /* 세로축 스크롤바 길이 */
      height: 8px;
      /* 가로축 스크롤바 길이 */ }
    .b-table__box .b-table__box__inner::-webkit-scrollbar-thumb {
      border-radius: 5px;
      background-color: #ccc; }
    .b-table__box .b-table__box__inner.pb50 {
      padding-bottom: 50px; }

.b-memo-half {
  display: flex;
  position: absolute;
  top: 190px;
  left: 0;
  right: 0;
  bottom: 40px;
  border-top: 1px solid #ddd; }
  .b-memo-half .half {
    width: 50%;
    height: 100%;
    -ms-overflow-style: none;
    overflow: auto; }
    .b-memo-half .half::-webkit-scrollbar {
      width: 5px;
      /* 세로축 스크롤바 길이 */
      height: 8px;
      /* 가로축 스크롤바 길이 */ }
    .b-memo-half .half::-webkit-scrollbar-thumb {
      border-radius: 5px;
      background-color: #ccc; }
    .b-memo-half .half.left {
      border-right: 1px solid #ddd; }

.b-memo-half__list {
  padding: 30px 25px; }
  .b-memo-half__list li {
    width: 100%;
    height: 175px;
    margin-bottom: 15px; }
    .b-memo-half__list li .b-memo-half__view {
      position: relative;
      border: 1px solid #ddd;
      padding: 25px 25px 20px 25px;
      height: 100%; }
      .b-memo-half__list li .b-memo-half__view span {
        word-break: break-all;
        display: inline-block; }
      .b-memo-half__list li .b-memo-half__view > a {
        display: block;
        width: 100%;
        height: 100%; }
    .b-memo-half__list li .b-memo-half__list-inner {
      display: flex; }
    .b-memo-half__list li:last-of-type {
      margin-bottom: 0; }

.b-memo-half__write {
  height: 100%;
  border: 1px solid #596ace;
  display: flex;
  align-items: center;
  justify-items: center; }
  .b-memo-half__write p {
    text-align: center;
    width: 100%;
    color: #596ace; }
  .b-memo-half__write.dis-n {
    display: none; }

.b-memo-half__check {
  width: 20px; }

.b-memo-half__icon {
  width: 20px;
  margin-right: 5px; }
  .b-memo-half__icon button {
    margin-bottom: 3px; }

.b-memo-half__txt {
  width: calc(100% - 70px); }

.b-memo-half__date {
  width: 115px;
  position: absolute;
  bottom: 20px;
  right: 25px;
  font-size: 13px;
  font-weight: 400;
  color: #888;
  text-align: right; }

.b-memo-half__nodata-right {
  height: 50vh !important;
  width: 100%;
  display: flex;
  align-items: center;
  justify-items: center; }
  .b-memo-half__nodata-right.dis-n {
    display: none; }
  .b-memo-half__nodata-right p {
    width: 100%;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    color: #888; }

.b-memo-half__nodata {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-items: center; }
  .b-memo-half__nodata.dis-n {
    display: none; }
  .b-memo-half__nodata.br-r {
    border-right: 1px solid #ddd; }
  .b-memo-half__nodata p {
    width: 100%;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    color: #888; }

.b-memo-top.tit label {
  font-weight: 600;
  font-size: 16px;
  color: #333;
  display: inline-block;
  vertical-align: middle; }

.b-addrName__2dep {
  margin-left: 20px; }

.b-addrName__3dep {
  margin-left: 30px;
  padding-left: 15px;
  position: relative; }
  .b-addrName__3dep:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 2px;
    width: 10px;
    height: 10px;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd; }

.scheduler-view-table-data .scheduler-view-table-data-col-title-today {
  /* color: #f4f5f6; */
  font-weight: inherit !important;
  border: inherit !important;
  border-bottom-width: inherit !important;
  float: inherit !important;
  background: inherit !important;
  width: inherit !important;
  height: inherit !important;
  margin: inherit !important;
  border-radius: inherit !important;
  border: inherit !important;
  color: inherit !important;
  font-weight: inherit !important;
  text-align: inherit !important;
  padding: inherit !important;
  border-top: 1px solid #ddd !important;
  line-height: inherit !important;
  text-align: right !important;
  color: #333 !important;
  line-height: 27px !important;
  overflow: hidden !important;
  padding: 3px 6px 0 0 !important;
  position: relative;
  /*  &:after{
    content: '';
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border:1px solid #5581e4!important;
    top: 6px;
    right: 0;
  }*/ }

.b-TaskList__mod .b-mailForm-opts.br-n {
  border-bottom: none; }

.sm-addBtn {
  width: 15px;
  height: 15px;
  background-color: #fff;
  border: 1px solid #ddd;
  display: inline-block;
  vertical-align: middle;
  position: relative; }
  .sm-addBtn .up {
    width: 15px;
    height: 15px;
    position: absolute;
    top: -4px;
    left: -4px; }

.openLayerTodo__btn {
  height: 20px;
  width: 20px;
  text-align: center; }

.b-fileBtn {
  width: 300px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  padding: 0 10px;
  border: 1px solid #ddd;
  background: #fff;
  font-size: 13px;
  color: #888;
  font-weight: 400;
  position: relative;
  text-align: left; }
  .b-fileBtn i {
    margin: 0 0 5px 5px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%); }
  .b-fileBtn span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    max-width: 170px; }

.b-mailList__info.fileBtn {
  line-height: 30px; }

.b-mailListTable td .title.mm {
  width: calc(85% - 660px); }

.detailView__ico .color-view__circle {
  margin-left: 0;
  margin-right: 7px !important; }

.b-mailView-file__list li a {
  max-width: calc(100% - 100px);
  position: relative; }
  .b-mailView-file__list li a .ico-download {
    position: absolute;
    left: 0; }
  .b-mailView-file__list li a span {
    padding-left: 25px; }

.b-TaskList__txt {
  word-break: break-all; }

.b-TaskList__Contents p, .b-TaskList__Contents span {
  word-break: break-all; }

.b-projView__list span {
  display: inline-block; }

:lang(vn) .v-mb10 {
  margin-bottom: 10px; }

.last-mb0:last-of-type {
  margin-bottom: 0; }

.l-content-area__inner.file-view {
  width: calc(100% - 440px);
  display: inline-block; }

.b-drive.list {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 40px; }
  .b-drive.list .b-drive__item {
    padding: 5px 15px;
    height: 40px;
    word-break: break-all;
    font-size: 13px;
    color: #555;
    width: 100%;
    display: table-row; }
    .b-drive.list .b-drive__item.dropBox .b-drive__info {
      font-weight: 600; }
    .b-drive.list .b-drive__item > div {
      border-bottom: 1px solid #e9e9e9;
      display: table-cell;
      vertical-align: middle;
      font-size: 13px;
      color: #555; }
      .b-drive.list .b-drive__item > div a {
        /* -ms-user-select: none;
        -moz-user-select: -moz-none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        user-select: none;*/
        position: relative;
        /*  display: inline-block;
        max-width: 100%;*/ }
        .b-drive.list .b-drive__item > div a span {
          max-width: 100%;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          display: inline-block;
          vertical-align: middle; }
    .b-drive.list .b-drive__item:hover {
      background: #f4f6fb; }
  .b-drive.list .checkbox-group {
    width: 65px; }
    .b-drive.list .checkbox-group label {
      margin-left: 30px; }
  .b-drive.list .b-drive__star {
    width: 30px; }
  .b-drive.list .b-drive__type {
    width: 30px; }
  .b-drive.list .b-drive__size {
    width: 200px;
    text-align: center; }
    @media screen and (max-width: 1400px) {
      .b-drive.list .b-drive__size {
        width: 150px; } }
    @media screen and (max-width: 1120px) {
      .b-drive.list .b-drive__size {
        width: 120px; } }
  .b-drive.list .b-drive__date {
    width: 200px;
    text-align: center; }
    @media screen and (max-width: 1400px) {
      .b-drive.list .b-drive__date {
        width: 150px; } }
  .b-drive.list .b-drive__registrant {
    width: 200px;
    text-align: center; }
    @media screen and (max-width: 1400px) {
      .b-drive.list .b-drive__registrant {
        width: 150px; } }
  .b-drive.list .checked {
    background-color: #f4f6fb; }

.b-drive__noitem {
  padding: 5px 15px;
  height: 40px;
  word-break: break-all;
  font-size: 13px;
  color: #555;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #ddd;
  position: absolute;
  left: 0;
  right: 0; }
  .b-drive__noitem.checked {
    background-color: #fff !important; }
  .b-drive__noitem:hover {
    background-color: #fff !important; }

.b-drive__view {
  padding: 15px 40px;
  width: 440px;
  border-left: 1px solid #ddd;
  display: inline-block;
  position: absolute;
  top: 59px;
  right: 0;
  bottom: 40px;
  background-color: #fff;
  overflow: auto;
  margin-bottom: 15px; }
  .b-drive__view.dis-n {
    display: none; }
  .b-drive__view .default-tab {
    margin: 0px;
    border-top: 1px solid #ddd;
    display: flex; }
    .b-drive__view .default-tab .default-tab__btn {
      font-size: 16px;
      display: inline-block;
      width: 50%;
      text-align: center; }
  .b-drive__view .default-tab__btn:focus, .b-drive__view .default-tab__btn.active, .b-drive__view .default-tab__btn:hover {
    color: #596ace;
    border-bottom: 2px solid #596ace; }
  .b-drive__view .tabMove__child > div {
    display: flex;
    margin-top: 15px; }
    .b-drive__view .tabMove__child > div label {
      font-size: 14px;
      font-weight: 500;
      color: #555;
      display: inline-block;
      max-width: 120px;
      width: 150px;
      margin-right: 10px; }
    .b-drive__view .tabMove__child > div span {
      display: inline-block;
      font-weight: 400;
      font-size: 14px;
      color: #888; }
    .b-drive__view .tabMove__child > div.dis-b {
      display: block; }
      .b-drive__view .tabMove__child > div.dis-b label {
        margin-bottom: 5px; }
    .b-drive__view .tabMove__child > div.dis-n {
      display: none; }

.b-fileDrive__wrap {
  height: 100%; }

.dropBox.border-focus {
  background-color: #b0c4f7; }

.focusBox {
  position: fixed;
  background-color: rgba(0, 54, 255, 0.3); }

.contextmenu {
  display: none;
  position: absolute;
  width: 200px;
  background: #FFFFFF;
  border-radius: 5px;
  border: 1px solid #ddd;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
  z-index: 999999;
  font-size: 14px;
  overflow: initial; }

.contextmenu > li {
  transition: ease .2s;
  margin: 12px 0; }
  .contextmenu > li:first-of-type {
    overflow: initial;
    position: relative;
    margin-bottom: 20px; }
    .contextmenu > li:first-of-type:after {
      content: '';
      display: inline-block;
      position: absolute;
      background-color: #ddd;
      width: calc(100% - 40px);
      bottom: -10px;
      left: 20px;
      height: 1px; }

.contextmenu > li > button {
  display: block;
  padding: 0px 20px;
  height: 25px;
  color: #888;
  width: 100%;
  text-align: left;
  text-decoration: none;
  transition: ease .2s; }
  .contextmenu > li > button i {
    vertical-align: middle;
    margin-right: 5px; }

.contextmenu > li:hover {
  background: #f4f5f9; }

.contextmenu > li:hover > button {
  color: #596ace; }
  .contextmenu > li:hover > button i {
    background-image: url(/resources/images/icons/sprite/ico_sprite_color.png); }

.search-listForm {
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
  width: 320px; }

.b-drive__btn {
  border: 1px solid #ddd;
  border-radius: 5px;
  width: 30px;
  height: 30px;
  float: right; }
  .b-drive__btn i {
    vertical-align: middle; }

.b-drive__view h2 {
  font-size: 20px;
  color: #555;
  font-weight: 600;
  padding: 15px 0; }

.b-fileSearchBtn {
  width: 100%;
  text-align: center;
  color: #fff;
  background-color: #596ace;
  height: 40px;
  border-radius: 5px; }

.b-search.file {
  width: 500px;
  border-radius: 3px; }
  .b-search.file .b-layerGroup__layer {
    width: 500px;
    left: -1px;
    border-radius: 0px 0px 3px 3px;
    border-top: 0; }
    .b-search.file .b-layerGroup__layer:before {
      content: '';
      display: inline-block;
      position: absolute;
      width: calc(100% - 20px);
      height: 1px;
      background-color: #ddd;
      top: 0;
      left: 50%;
      transform: translateX(-50%); }
  .b-search.file .b-mailSearch__detailBtn {
    border-left: 0; }

.b-filebtn__view {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #ccc;
  border-radius: 3px;
  position: relative; }
  .b-filebtn__view:first-of-type {
    margin-right: 5px; }
  .b-filebtn__view i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .b-filebtn__view:hover, .b-filebtn__view:focus, .b-filebtn__view.active {
    background-color: #596ace; }

.b-filedrive__top {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 10px 30px; }

.b-fileDriveLog li {
  border-bottom: 1px solid #ddd;
  padding: 25px 0;
  text-align: left;
  font-size: 16px; }

.b-fileDriveLog__date {
  color: #888;
  font-weight: 400;
  display: block; }

.b-fileDriveLog__txt {
  font-weight: 500;
  color: #555;
  display: block;
  margin-top: 5px; }
  .b-fileDriveLog__txt.fc-normal {
    color: #596ace; }

.b-fileDriveLog__file {
  font-weight: 400;
  color: #555;
  display: block;
  margin-top: 5px;
  display: inline-flex;
  word-break: break-all; }
  .b-fileDriveLog__file i {
    margin-right: 5px;
    vertical-align: bottom; }

.b-drive__th {
  height: 40px;
  background-color: #f5f6f9;
  display: table;
  table-layout: fixed;
  width: 100%; }
  .b-drive__th > span {
    font-weight: 500;
    font-size: 13px;
    color: #333;
    display: table-cell;
    text-align: center;
    vertical-align: middle; }
    .b-drive__th > span:nth-child(1) {
      width: 125px;
      text-align: left; }
      .b-drive__th > span:nth-child(1) label {
        margin-left: 30px; }
    .b-drive__th > span:nth-child(3), .b-drive__th > span:nth-child(4), .b-drive__th > span:nth-child(5) {
      width: 200px; }
  .b-drive__th .checkbox-group > span {
    font-size: 13px;
    font-weight: 400;
    vertical-align: middle; }

.b-newdoc td:nth-child(2), .b-newdoc td:nth-child(3), .b-newdoc td:nth-child(4), .b-newdoc td:nth-child(4) a {
  color: #5581e4;
  font-weight: 500; }

.b-drive.album {
  padding: 20px 15px;
  display: flex;
  flex-wrap: wrap;
  overflow: initial; }
  .b-drive.album li {
    overflow: initial;
    z-index: inherit !important; }
  .b-drive.album .b-drive__item {
    width: 140px;
    height: 140px;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin: 0 10px 20px 10px;
    position: relative; }
    .b-drive.album .b-drive__item > div {
      position: absolute;
      display: inline-block;
      z-index: inherit !important; }
    .b-drive.album .b-drive__item .checkbox-group {
      right: 6px;
      top: 8px; }
    .b-drive.album .b-drive__item .b-drive__star {
      left: 10px;
      top: 8px; }
    .b-drive.album .b-drive__item .b-drive__type {
      left: 50%;
      top: 20px;
      transform: translateX(-50%); }
    .b-drive.album .b-drive__item .b-drive__info {
      top: 85px;
      width: 100%;
      padding: 0 10px;
      text-align: center; }
      .b-drive.album .b-drive__item .b-drive__info a span {
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: inline-block; }
    .b-drive.album .b-drive__item .b-drive__registrant {
      top: 105px;
      left: 50%;
      color: #888888;
      transform: translateX(-50%);
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 115px;
      text-align: center; }
    .b-drive.album .b-drive__item .b-drive__date, .b-drive.album .b-drive__item .b-drive__size {
      display: none; }
  .b-drive.album .b-drive__noitem {
    border-bottom: none;
    height: 600px;
    background-image: url(/resources/images/icons/ico_large_noFile.png);
    background-repeat: no-repeat;
    background-position: center 230px;
    font-size: 15px;
    color: #555;
    font-weight: 500; }
    .b-drive.album .b-drive__noitem:hover, .b-drive.album .b-drive__noitem.checked, .b-drive.album .b-drive__noitem.checked {
      background-color: #fff; }

.b-drive.album .checked, .b-drive.album .b-drive__item:hover {
  background-color: #f4f6fb; }

.b-drive__info a.ui-draggable-dragging {
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  position: relative;
  z-index: 9999 !important;
  opacity: 1 !important;
  max-width: 300px !important; }
  .b-drive__info a.ui-draggable-dragging span {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block; }
  .b-drive__info a.ui-draggable-dragging:before {
    content: attr(data-before);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #5581e4;
    color: #fff;
    font-size: 13px;
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    right: -12px;
    top: -10px; }

.layerMaskSlides {
  position: relative;
  width: 100%;
  height: 100%; }

.layerMask.tutorial {
  background: rgba(0, 0, 0, 0.8); }

.tutorialSlides {
  animation: fade 0.8s;
  display: none;
  position: relative;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center; }
  .tutorialSlides.center {
    display: flex;
    align-items: center;
    justify-content: center; }
    .tutorialSlides.center img {
      position: initial; }
    .tutorialSlides.center .touch {
      animation: fade 0.8s;
      position: absolute;
      right: 85px;
      top: calc(50% + 73px);
      transform: translateY(-50%); }
  .tutorialSlides .tutorialSlides-close {
    position: absolute;
    right: 30px;
    top: 25px; }
    .tutorialSlides .tutorialSlides-close img {
      position: initial; }
  .tutorialSlides .tutorialSlides-view {
    position: absolute;
    bottom: 25px;
    right: 30px;
    border: 1px solid #fff;
    border-radius: 35px; }
  .tutorialSlides img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    position: absolute; }
  .tutorialSlides:nth-of-type(6) img {
    position: initial; }
  .tutorialSlides:nth-of-type(7) img {
    position: initial; }
  .tutorialSlides:nth-of-type(8) img {
    left: 306px;
    top: 5px; }
  .tutorialSlides:nth-of-type(9) img {
    right: 20px;
    top: 0; }
  .tutorialSlides:nth-of-type(10) img {
    right: 320px;
    top: 0; }
  .tutorialSlides:nth-of-type(11) img {
    right: 85px;
    top: 0; }
  .tutorialSlides:nth-of-type(12) img {
    right: 15px;
    top: 0; }
  .tutorialSlides:nth-of-type(13) img {
    left: 252px;
    top: 124px; }
  .tutorialSlides:nth-of-type(14) img {
    left: 290px;
    top: 124px; }
  .tutorialSlides:nth-of-type(15) img {
    top: 135px;
    left: 575px; }
  .tutorialSlides:nth-of-type(16) img:nth-of-type(1) {
    top: 135px;
    left: 260px; }
  .tutorialSlides:nth-of-type(16) img:nth-of-type(2) {
    top: 124px;
    right: 137px; }
  .tutorialSlides:nth-of-type(17) img:nth-of-type(1) {
    top: 138px;
    right: 19px; }
  .tutorialSlides:nth-of-type(17) img:nth-of-type(2) {
    top: 162px;
    left: 260px; }
  .tutorialSlides:nth-of-type(18) img:nth-of-type(1) {
    top: 138px;
    right: 19px; }
  .tutorialSlides:nth-of-type(18) img:nth-of-type(2) {
    top: 162px;
    left: 260px; }
  .tutorialSlides:nth-of-type(19) img:nth-of-type(1) {
    left: 18px;
    top: 78px; }
  .tutorialSlides:nth-of-type(19) img:nth-of-type(2) {
    position: initial; }
  .tutorialSlides:nth-of-type(20) img {
    position: initial; }
  .tutorialSlides:nth-of-type(21) img:nth-of-type(1) {
    left: 4px;
    top: 275px; }
  .tutorialSlides:nth-of-type(21) img:nth-of-type(2) {
    position: initial; }
  .tutorialSlides:nth-of-type(22) img:nth-of-type(1) {
    left: 4px;
    top: 340px; }
  .tutorialSlides:nth-of-type(22) img:nth-of-type(2) {
    position: initial; }
  .tutorialSlides:nth-of-type(23) img:nth-of-type(1) {
    right: 24px;
    top: 7px; }
  .tutorialSlides:nth-of-type(23) img:nth-of-type(2) {
    position: initial; }
  .tutorialSlides:nth-of-type(24) img:nth-of-type(1) {
    left: 8px;
    top: 420px; }
  .tutorialSlides:nth-of-type(24) img:nth-of-type(2) {
    position: initial; }
  .tutorialSlides:nth-of-type(25) img:nth-of-type(1) {
    left: 8px;
    top: 450px; }
  .tutorialSlides:nth-of-type(25) img:nth-of-type(2) {
    position: initial; }
  .tutorialSlides:nth-of-type(26) img:nth-of-type(1) {
    left: 18px;
    top: 78px; }
  .tutorialSlides:nth-of-type(26) img:nth-of-type(2) {
    position: initial; }
  .tutorialSlides:nth-of-type(27) img {
    position: initial; }
  .tutorialSlides:nth-of-type(28) img {
    position: initial; }
  .tutorialSlides:nth-of-type(29) img:nth-of-type(1) {
    left: 8px;
    top: 345px; }
  .tutorialSlides:nth-of-type(29) img:nth-of-type(2) {
    position: initial; }
  .tutorialSlides:nth-of-type(30) img:nth-of-type(1) {
    left: 6px;
    top: 382px; }
  .tutorialSlides:nth-of-type(30) img:nth-of-type(2) {
    position: initial; }
  .tutorialSlides:nth-of-type(31) img:nth-of-type(1) {
    top: 138px;
    left: 391px; }
  .tutorialSlides:nth-of-type(31) img:nth-of-type(2) {
    left: 5px;
    top: 492px; }
  .tutorialSlides:nth-of-type(32) img:nth-of-type(1) {
    left: 6px;
    top: 569px; }
  .tutorialSlides:nth-of-type(32) img:nth-of-type(2) {
    position: initial; }
  .tutorialSlides:nth-of-type(33) img:nth-of-type(1) {
    top: 2px;
    right: 167px; }
  .tutorialSlides:nth-of-type(33) img:nth-of-type(2) {
    left: 3px;
    top: 644px; }
  .tutorialSlides:nth-of-type(33) img:nth-of-type(3) {
    position: initial; }
  .tutorialSlides:nth-of-type(34) img {
    left: 4px;
    top: 683px; }
  .tutorialSlides:nth-of-type(35) img:nth-of-type(1) {
    left: 4px;
    top: 757px; }
  .tutorialSlides:nth-of-type(35) img:nth-of-type(2) {
    position: initial; }
  .tutorialSlides:nth-of-type(36) {
    overflow: hidden; }
    .tutorialSlides:nth-of-type(36) img:nth-of-type(1) {
      position: initial; }
  .tutorialSlides:nth-of-type(37) img:nth-of-type {
    position: initial; }

.outline.skip {
  bottom: -30px;
  top: initial;
  transform: initial;
  right: 190px;
  width: 100px;
  height: 100px; }

.tutorialBtn {
  position: absolute;
  right: 190px;
  bottom: 6px;
  z-index: 1; }

.waves.skip {
  bottom: -35px;
  top: initial;
  transform: initial;
  right: 182px;
  width: 100px;
  height: 100px;
  background: rgba(61, 120, 255, 0.7); }
  .waves.skip:before, .waves.skip:after {
    width: 70px;
    height: 70px;
    background: rgba(61, 120, 255, 0.5);
    margin-left: 15px;
    margin-top: 15px; }

.slidesSkip {
  position: absolute;
  right: 25px;
  bottom: 35px; }

.slidesBtn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 27px;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center; }

.slidesBtn.prev {
  left: 100px;
  background-image: url("/resources/images/tutorial/img-tutorial-prev.png"); }

.slidesBtn.next {
  right: 100px;
  background-image: url("/resources/images/tutorial/img-tutorial-next.png"); }

@keyframes fade {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.slides-paging {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px; }
  .slides-paging li {
    display: inline-block;
    margin-right: 10px; }
    .slides-paging li button {
      width: 16px;
      height: 16px;
      border-radius: 50%;
      border: 1px solid #838383;
      display: inline-block; }
      .slides-paging li button.active {
        background-color: #3d78ff;
        border-color: #3d78ff; }
      .slides-paging li button:last-of-type {
        margin-right: 0; }

.outline {
  position: absolute;
  left: 50%;
  top: calc(50% + 45px);
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  animation: fade 0.8s; }

.waves {
  animation: fade 0.8s;
  position: absolute;
  right: 115px;
  top: calc(50% + 45px);
  transform: translateY(-50%);
  background: rgba(61, 120, 255, 0.8);
  width: 20px;
  height: 20px;
  border-radius: 50%; }

.waves:before, .waves:after {
  animation: fade 0.8s;
  content: "";
  position: absolute;
  background: rgba(61, 120, 255, 0.6);
  margin-left: -5px;
  margin-top: -5px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-animation: wave 3s infinite linear;
  animation: wave 3s infinite linear; }

.waves:after {
  opacity: 0;
  -webkit-animation: wave 3s 1.5s infinite linear;
  animation: wave 3s 1.5s infinite linear; }

@keyframes wave {
  0% {
    transform: scale(0);
    opacity: 1; }
  100% {
    transform: scale(3.5);
    opacity: 0; } }

.tutorial-layer-popup {
  background: #fff;
  width: 360px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding: 0 20px;
  height: 255px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

.tutorial-layer-popup__tit {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  text-align: center;
  line-height: 1.6;
  margin-top: 40px; }

.tutorial-layer-popup__txt {
  font-weight: 500;
  font-size: 13px;
  color: #555;
  text-align: center;
  margin: 25px 0 15px; }

.b-layerBtnGroup--upload .btn-upload {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  font-size: 15px;
  color: #888;
  font-weight: 500;
  text-align: left; }
  .b-layerBtnGroup--upload .btn-upload:hover {
    color: #596ace;
    background-color: #f4f6fb; }
    .b-layerBtnGroup--upload .btn-upload:hover i {
      background-image: url(/resources/images/icons/sprite/ico_sprite_color.png); }

.b-layerGroup__layer.b-layerBtnGroup--upload {
  position: absolute;
  padding: 0;
  margin-top: -3px;
  border-radius: 0px 0px 5px 5px;
  border: 1px solid #ddd; }
  .b-layerGroup__layer.b-layerBtnGroup--upload .btn-upload:first-of-type {
    border-bottom: 1px solid #ddd; }

.btn-upload-add {
  width: 100%;
  height: 50px;
  padding: 0 15px 0 20px;
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  text-align: left;
  background-color: #2b337a;
  border-radius: 5px; }

.b-drive__info span input {
  width: 80%;
  max-width: 500px; }

.default-fileBtn {
  min-height: 30px;
  font-size: 13px;
  color: #555;
  width: 100%;
  font-weight: 400;
  text-align: left;
  padding: 0 5px;
  background-color: #eeeeee;
  border: 1px solid #ddd; }

.b-corporateList {
  -ms-overflow-style: none;
  overflow: auto;
  padding-top: 15px;
  height: calc(100% - 115px); }
  .b-corporateList::-webkit-scrollbar {
    width: 5px;
    /* 세로축 스크롤바 길이 */
    height: 8px;
    /* 가로축 스크롤바 길이 */ }
  .b-corporateList::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #ccc; }

.b-corporateList__list {
  font-size: 0; }
  .b-corporateList__list li {
    display: inline-block;
    border: 1px solid #ddd;
    max-width: 515px;
    min-width: 440px;
    width: 100%;
    height: 230px;
    padding: 30px;
    margin-left: 30px;
    margin-bottom: 30px; }

.b-corporateList__img {
  width: 200px;
  height: 100px;
  border: 1px solid #ddd;
  border-radius: 3px;
  float: left;
  display: inline-flex;
  align-items: center;
  justify-content: center; }
  .b-corporateList__img img {
    max-width: 100%; }

.b-corporateList__name {
  width: calc(100% - 200px);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  padding-left: 10px;
  text-align: center;
  float: right;
  font-size: 20px;
  font-weight: 500; }

.b-corporateList__txt {
  margin-top: 20px; }
  .b-corporateList__txt p:nth-of-type(2) {
    margin-top: 5px; }
  .b-corporateList__txt label {
    font-weight: 400;
    font-size: 14px;
    color: #555;
    float: left;
    text-align: left; }
  .b-corporateList__txt span {
    float: right;
    text-align: right;
    max-width: 400px;
    font-size: 14px;
    font-weight: 400;
    color: #888;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

.b-corporateList__viewName {
  font-weight: 600;
  font-size: 16px;
  color: #333;
  margin-left: 15px;
  display: inline-block;
  vertical-align: middle; }

.b-layerGroup2 {
  position: relative; }

.b-layerGroup__layer2 {
  position: absolute;
  left: 0;
  right: 0;
  top: 29px;
  width: 100%;
  height: 290px;
  border: 1px solid #ddd;
  background: #fff;
  padding-top: 0 !important;
  -ms-overflow-style: none;
  overflow: auto;
  overflow: inherit;
  border-radius: 0 0 5px 5px; }
  .b-layerGroup__layer2::-webkit-scrollbar {
    width: 5px;
    /* 세로축 스크롤바 길이 */
    height: 8px;
    /* 가로축 스크롤바 길이 */ }
  .b-layerGroup__layer2::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #ccc; }

.b-layer2__location {
  margin: 0 15px;
  padding: 10px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: auto; }
  .b-layer2__location span {
    color: #555;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    z-index: 10;
    word-break: break-all; }

.b-layer2__list {
  -ms-overflow-style: none;
  overflow: auto;
  height: 210px; }
  .b-layer2__list::-webkit-scrollbar {
    width: 5px;
    /* 세로축 스크롤바 길이 */
    height: 8px;
    /* 가로축 스크롤바 길이 */ }
  .b-layer2__list::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #ccc; }
  .b-layer2__list li {
    cursor: pointer;
    outline: none; }
    .b-layer2__list li .ico-arrow-right {
      display: none; }
    .b-layer2__list li:hover, .b-layer2__list li.focus {
      background-color: #f4f6fb; }
      .b-layer2__list li:hover a, .b-layer2__list li.focus a {
        color: #596ace; }
      .b-layer2__list li:hover .ico-file_folder-g, .b-layer2__list li.focus .ico-file_folder-g {
        background-image: url(/resources/images/icons/sprite/ico_sprite_color.png); }
      .b-layer2__list li:hover .ico-arrow-right, .b-layer2__list li.focus .ico-arrow-right {
        display: inherit;
        float: right; }
    .b-layer2__list li.noFocus {
      cursor: default; }
      .b-layer2__list li.noFocus a {
        color: #aaa;
        cursor: default;
        display: flex; }
      .b-layer2__list li.noFocus i {
        opacity: 0.5; }
      .b-layer2__list li.noFocus:hover {
        background-color: #fff; }
        .b-layer2__list li.noFocus:hover a {
          color: #aaa; }
        .b-layer2__list li.noFocus:hover i {
          opacity: 0.5; }
        .b-layer2__list li.noFocus:hover .ico-arrow-right {
          display: none; }
        .b-layer2__list li.noFocus:hover .ico-file_folder-g {
          background-image: url(/resources/images/icons/sprite/ico_sprite_gray.png); }
    .b-layer2__list li a {
      height: auto;
      padding: 5px 15px;
      color: #555;
      font-weight: 400;
      font-size: 14px;
      display: inline-block;
      width: 100%;
      outline: none; }
      .b-layer2__list li a i, .b-layer2__list li a span {
        vertical-align: middle;
        display: inline-block;
        margin-top: 2px; }
      .b-layer2__list li a i {
        vertical-align: top; }
      .b-layer2__list li a span {
        margin-left: 5px;
        width: 80%;
        word-break: break-all;
        margin-top: 0px; }
      .b-layer2__list li a:after {
        content: '';
        display: block;
        clear: both; }

.b-layer2__btn {
  width: 100%;
  background-color: #596ace;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 0;
  border-radius: 0 0 5px 5px;
  height: 40px; }

.layerSvg {
  display: none;
  position: absolute;
  top: -10px;
  left: 140px;
  width: 20px;
  height: 20px;
  transform: rotate(-45deg);
  background-color: #fff;
  border: 1px solid #ddd;
  z-index: 1;
  border-left: 0;
  border-bottom: 0; }

.layer-contextmenu {
  position: absolute;
  width: 300px; }
  .layer-contextmenu .default-fileBtn {
    display: none; }
  .layer-contextmenu .layerSvg {
    display: block; }

.b-TaskList__bot {
  padding: 0px 25px 15px;
  display: flex;
  justify-content: right; }
  .b-TaskList__bot span {
    font-weight: 400;
    font-size: 13px;
    color: #888;
    display: inline-block; }

.b-fileDriveLog {
  height: calc(100% - 180px);
  -ms-overflow-style: none;
  overflow: auto; }
  .b-fileDriveLog::-webkit-scrollbar {
    width: 5px;
    /* 세로축 스크롤바 길이 */
    height: 8px;
    /* 가로축 스크롤바 길이 */ }
  .b-fileDriveLog::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #ccc; }

/*
.b-mailListTable th{
  position: sticky;
  border-spacing: 0;
  border-collapse: separate;
  border-top: 1px solid #333;
  top: 0px;
  z-index: 1;
}*/
.l-content-area.fix .b-mailWrap {
  border-top: 1px solid #333; }
  .l-content-area.fix .b-mailWrap .tableWrap {
    border-top: 1px solid #e9e9e9; }

.l-content-area.fix table th {
  position: sticky;
  top: 0px;
  z-index: 1; }

.b-fileSort__inner {
  display: none;
  position: absolute;
  width: 135px;
  background: #FFFFFF;
  border-radius: 5px;
  border: 1px solid #ddd;
  overflow: initial;
  right: -135px;
  top: 0;
  padding: 10px 0; }
  .b-fileSort__inner li:nth-of-type(3) {
    position: relative;
    margin-bottom: 20px;
    overflow: initial; }
    .b-fileSort__inner li:nth-of-type(3):after {
      content: '';
      display: inline-block;
      width: 93px;
      height: 1px;
      background-color: #f3f3f3;
      bottom: -10px;
      left: 20px;
      position: absolute; }
  .b-fileSort__inner li.active button:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #888; }
  .b-fileSort__inner li button {
    color: #888;
    width: 100%;
    font-size: 13px;
    font-weight: 400;
    padding: 3px 20px;
    text-align: left;
    position: relative; }
  .b-fileSort__inner li:hover {
    background-color: #f4f6fb; }
    .b-fileSort__inner li:hover button {
      color: #596ace; }
      .b-fileSort__inner li:hover button:before {
        background-color: #596ace; }

.b-fileSort {
  position: relative;
  overflow: initial; }
  .b-fileSort:hover .b-fileSort__inner {
    display: block; }

.b-fileProgressBox {
  position: fixed;
  bottom: 0;
  right: 10px;
  width: 400px;
  height: 345px;
  border-radius: 5px 5px 0 0;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  z-index: 999;
  background-color: #fff;
  transition: all ease 0.5s 0s; }
  .b-fileProgressBox.hide-box {
    bottom: -305px; }
  .b-fileProgressBox > button {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #5581e4;
    padding: 0 20px;
    border-radius: 5px 5px 0 0; }
    .b-fileProgressBox > button span {
      color: #fff;
      font-weight: 500;
      font-size: 13px; }
  .b-fileProgressBox ul {
    padding: 0 20px;
    height: 290px;
    -ms-overflow-style: none;
    overflow: auto; }
    .b-fileProgressBox ul::-webkit-scrollbar {
      width: 5px;
      /* 세로축 스크롤바 길이 */
      height: 8px;
      /* 가로축 스크롤바 길이 */ }
    .b-fileProgressBox ul::-webkit-scrollbar-thumb {
      border-radius: 5px;
      background-color: #ccc; }
    .b-fileProgressBox ul li {
      border-bottom: 1px solid #ddd;
      padding: 5px 0 15px;
      height: 57px; }

.b-fileProgressBox__name {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .b-fileProgressBox__name.copy {
    padding-top: 15px; }
  .b-fileProgressBox__name span {
    font-size: 13px;
    color: #555;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .b-fileProgressBox__name span.fc-danger {
      color: #fb4949; }
    .b-fileProgressBox__name span i {
      background-repeat: no-repeat;
      background-position: center;
      width: 20px;
      height: 20px;
      margin-left: 3px; }
  .b-fileProgressBox__name .b-fileico {
    width: 25px;
    height: 25px;
    border-radius: 3px;
    border: 1px solid #ddd;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center; }
    .b-fileProgressBox__name .b-fileico.return i {
      width: 20px;
      height: 20px;
      background-image: url("/resources/images/icons/sprite/ico_sprite_color.png");
      background-position: -260px -160px; }
    .b-fileProgressBox__name .b-fileico.return:hover {
      background-color: #5581e4;
      border-color: #5581e4; }
      .b-fileProgressBox__name .b-fileico.return:hover i {
        background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png"); }
    .b-fileProgressBox__name .b-fileico.stop i {
      width: 20px;
      height: 20px;
      background-image: url("/resources/images/icons/sprite/ico_sprite_color.png");
      background-position: -20px -180px; }
    .b-fileProgressBox__name .b-fileico.stop:hover {
      background-color: #5581e4;
      border-color: #5581e4; }
      .b-fileProgressBox__name .b-fileico.stop:hover i {
        background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png"); }
    .b-fileProgressBox__name .b-fileico.play i {
      width: 20px;
      height: 20px;
      background-image: url("/resources/images/icons/sprite/ico_sprite_color.png");
      background-position: -0px -180px; }
    .b-fileProgressBox__name .b-fileico.play:hover {
      background-color: #5581e4;
      border-color: #5581e4; }
      .b-fileProgressBox__name .b-fileico.play:hover i {
        background-image: url("/resources/images/icons/sprite/ico_sprite_gray.png"); }

.ico-check__g {
  background-image: url("/resources/images/icons/ico-check__g.png"); }

.ico-x__r {
  background-image: url("/resources/images/icons/ico-x__r.png"); }

.b-fileProgressBox__bar {
  width: 100%;
  height: 5px;
  background-color: #f5f5f5;
  position: relative;
  margin-top: 5px; }
  .b-fileProgressBox__bar div {
    display: inline-block;
    background-color: #5581e4;
    position: absolute;
    left: 0;
    top: 0;
    max-width: 100%;
    z-index: 1;
    height: 5px; }

.b-fileCover__top {
  font-size: 13px;
  font-weight: 500;
  color: #555;
  padding: 15px 0; }
  .b-fileCover__top span {
    color: #596ace; }

.b-fileCover__mid {
  font-size: 16px;
  font-weight: 500;
  color: #555;
  padding-bottom: 15px; }

.b-fileCover__sub {
  color: #888;
  font-weight: 400;
  font-size: 13px; }

.b-vote {
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  display: flex; }

.b-vote-left {
  width: 395px;
  height: 430px;
  border: 1px solid #ddd;
  margin-right: 10px;
  display: inline-block; }
  .b-vote-left ul {
    border: none;
    height: 390px;
    outline: none; }
    .b-vote-left ul li:not(.init):hover, .b-vote-left ul li.selected:not(.init) {
      background: #f3f3f3; }
    .b-vote-left ul li {
      vertical-align: middle;
      z-index: 1;
      position: relative; }
      .b-vote-left ul li i, .b-vote-left ul li label {
        vertical-align: middle;
        display: inline-block;
        cursor: pointer; }
      .b-vote-left ul li i {
        float: left;
        margin-right: 3px; }
      .b-vote-left ul li button {
        float: right; }
      .b-vote-left ul li label {
        width: calc(100% - 50px); }
      .b-vote-left ul li span.no-txtell {
        display: inherit;
        text-overflow: inherit;
        white-space: inherit;
        vertical-align: inherit; }
      .b-vote-left ul li span.vote-type {
        word-break: keep-all; }
      .b-vote-left ul li span.vote-title {
        width: 100%;
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        vertical-align: middle; }

.vote-popList {
  display: flex;
  align-items: center; }

.vote-popInput {
  position: absolute; }

#popVote .layer-popup-con {
  overflow-x: hidden; }

.b-vote-right {
  width: calc(100% - 360px);
  display: inline-block; }

.b-vote-right__inner {
  height: 390px;
  width: 100%;
  border: 1px solid #ddd;
  display: inline-block;
  padding: 10px;
  overflow-y: auto; }

.b-vote-btn {
  border-top: 1px solid #ddd;
  width: 100%;
  height: 40px;
  text-align: center; }
  .b-vote-btn span {
    font-size: 13px;
    font-weight: 400;
    color: #666;
    display: inline-block; }
  .b-vote-btn span, .b-vote-btn i {
    vertical-align: middle; }

.b-vote-right__top {
  font-size: 0; }
  .b-vote-right__top input {
    width: 398px;
    margin-right: 10px; }
  .b-vote-right__top select {
    width: calc(100% - 408px); }

.b-vote-right__label {
  margin-top: 15px;
  margin-bottom: 10px; }
  .b-vote-right__label label span {
    vertical-align: middle; }
  .b-vote-right__label .hasDatePicker {
    width: 120px;
    margin-left: 5px; }

.b-vote-right__input-item {
  margin-top: 10px;
  font-size: 0; }
  .b-vote-right__input-item .default-input {
    margin-right: 10px; }
    .b-vote-right__input-item .default-input:nth-of-type(1) {
      width: 268px; }
    .b-vote-right__input-item .default-input:nth-of-type(2) {
      width: 120px; }

.btn-small {
  width: 75px;
  height: 30px;
  border: 1px solid #ddd;
  border-radius: 3px;
  color: #666;
  font-size: 13px;
  font-weight: 400;
  background-color: #fff; }

.btn-small_add {
  color: #fff;
  background-color: #2b337a;
  border-color: #2b337a; }

.b-vote-btnGroup {
  display: flex;
  margin-top: 10px;
  justify-content: right; }

.b-vote-right__btn {
  width: 30px;
  height: 30px;
  border: 1px solid #ddd; }
  .b-vote-right__btn i {
    vertical-align: middle; }

.b-vote-right__btnGroup {
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
  float: right; }
  .b-vote-right__btnGroup button:first-of-type {
    border-right: 0; }

.b-vote-right__input .b-vote-right__input-item:first-of-type .b-vote-right__btnGroup .b-vote-right__btn:first-of-type {
  visibility: hidden; }

.b-voteView-box {
  width: 970px;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 20px;
  margin-top: 20px; }

.b-voteView__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px; }
  .b-voteView__top span {
    font-size: 13px;
    font-weight: 400; }
    .b-voteView__top span:first-of-type {
      color: #5581e4; }
    .b-voteView__top span.fr span:first-of-type {
      color: #333;
      margin-right: 5px; }
    .b-voteView__top span.fr span:last-of-type {
      color: #959595; }

.b-voteView__tit {
  margin-bottom: 20px; }
  .b-voteView__tit h2 {
    background-image: url("/resources/images/icons/ico_vote.png");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px;
    font-size: 16px;
    font-weight: 500;
    color: #333; }

.b-voteView__con input, .b-voteView__con textarea {
  width: 100%; }

.b-voteView__con label {
  display: block;
  margin-bottom: 10px; }
  .b-voteView__con label:last-of-type {
    margin-bottom: 20px; }
  .b-voteView__con label input:checked ~ span {
    color: #5581e4; }

.b-voteView__btn {
  margin-top: 10px; }

.highcharts-figure,
.highcharts-data-table table {
  min-width: 310px; }

#container {
  min-height: 300px; }

.highcharts-data-table table {
  font-family: Verdana, sans-serif;
  border-collapse: collapse;
  border: 1px solid #ebebeb;
  margin: 10px auto;
  text-align: center;
  width: 100%;
  max-width: 500px; }

.highcharts-data-table caption {
  padding: 1em 0;
  font-size: 1.2em;
  color: #555; }

.highcharts-data-table th {
  font-weight: 600;
  padding: 0.5em; }

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
  padding: 0.5em; }

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
  background: #f8f8f8; }

.highcharts-data-table tr:hover {
  background: #f1f7ff; }

.highcharts-axis.highcharts-xaxis {
  display: none !important; }

.highcharts-label.highcharts-data-label.highcharts-data-label-color-0.highcharts-tracker span {
  position: relative;
  display: inline-block;
  padding-right: 12px; }
  .highcharts-label.highcharts-data-label.highcharts-data-label-color-0.highcharts-tracker span:after {
    content: '표';
    display: inline-block;
    position: absolute;
    right: 0; }

.highcharts-axis-title {
  display: none; }

.b-voteView-box.end .b-voteView__top span:first-of-type {
  color: #888; }

.b-voteView-box.end .btn-pblue {
  background-color: #aaaaaa;
  border-color: #aaa; }

.b-voteView-box.end .b-voteView__tit h2 {
  background-image: url(/resources/images/icons/ico_vote-g.png); }

.b-voteView-box.img .checkbox-group {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.b-voteView__con label input:checked ~ div {
  border: 2px solid #5581e4; }

.b-voteView__img {
  display: inline-block; }
  .b-voteView__img div {
    width: 450px;
    height: 230px;
    background-color: #f8f8f8;
    overflow: hidden;
    border: 2px solid #f8f8f8; }
    .b-voteView__img div img {
      max-width: 100%; }

/*.b-voteView__img > div.border-focus{
  border: 1px solid #5581e4;
}*/
.b-voter-txt {
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: right; }
  .b-voter-txt span {
    font-weight: 400;
    font-size: 13px;
    color: #555; }
    .b-voter-txt span .fc-point-blue {
      color: #5581e4; }

.b-vote-result-list {
  border: 1px solid #ddd;
  padding: 5px;
  -ms-overflow-style: none;
  overflow: auto;
  height: 310px; }
  .b-vote-result-list::-webkit-scrollbar {
    width: 5px;
    /* 세로축 스크롤바 길이 */
    height: 8px;
    /* 가로축 스크롤바 길이 */ }
  .b-vote-result-list::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #ccc; }
  .b-vote-result-list li {
    font-size: 13px;
    font-weight: 400;
    color: #555; }

.b-voteView__img label:last-of-type {
  margin-bottom: 0; }

.b-voteView__img label {
  padding-left: 0; }

.b-voteView__img .txtlabel {
  padding-left: 20px;
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 10px; }

.b-voteView__img .radiomark {
  top: inherit;
  bottom: 12px; }

.b-voteWrite-box {
  width: 960px;
  height: 50px;
  padding: 0 20px;
  border: 1px solid #596ace;
  background-image: url("/resources/images/icons/ico_vote.png");
  background-repeat: no-repeat;
  background-position: 920px center;
  border-radius: 5px;
  display: flex;
  align-items: center; }
  .b-voteWrite-box span {
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    font-size: 13px;
    color: #596ace; }

.bg-box-3floor {
  display: inline-block;
  width: 60%; }
  .bg-box-3floor label {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    vertical-align: middle; }

.floor01 {
  width: 100%;
  font-size: 0; }
  .floor01 > div {
    display: inline-block; }
    .floor01 > div.wp40 {
      width: calc(40% - 10px); }
    .floor01 > div.wp60 .dis-f {
      width: calc(100% - 40px); }
  .floor01 .dis-f {
    display: inline-flex;
    width: calc(100% - 50px);
    vertical-align: middle; }
    .floor01 .dis-f .unit {
      font-size: 14px;
      font-weight: 400;
      color: #333; }
  .floor01 .default-input {
    vertical-align: middle;
    width: calc(100% - 50px); }
  .floor01 label {
    margin-right: 10px; }

.floor02 {
  font-size: 0;
  margin-top: 10px; }
  .floor02 label {
    margin-right: 10px; }
  .floor02 .default-input {
    vertical-align: middle;
    width: calc(100% - 50px); }

.floor03 {
  font-size: 0;
  margin-top: 10px; }
  .floor03 label {
    margin-right: 10px; }
  .floor03 > div {
    width: calc(100% - 50px);
    display: inline-block; }
    .floor03 > div select {
      margin-right: 10px;
      width: calc(20% - 10px); }
    .floor03 > div input {
      width: 80%; }

.bg-box-3floor__btn {
  width: 60px;
  vertical-align: top;
  margin-left: 5px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  height: 110px;
  background-color: #2b337a;
  display: inline-block; }

.keyword-box {
  min-height: 33px;
  max-height: 66px;
  font-size: 13px;
  color: #888;
  vertical-align: middle;
  width: calc(100% - 50px);
  border: 1px solid #ddd;
  padding-left: 5px;
  background-color: #fff;
  display: inline-block;
  cursor: pointer;
  -ms-overflow-style: none;
  overflow: auto; }
  .keyword-box::-webkit-scrollbar {
    width: 5px;
    /* 세로축 스크롤바 길이 */
    height: 8px;
    /* 가로축 스크롤바 길이 */ }
  .keyword-box::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #ccc; }

.keyword-wrap {
  display: flex;
  align-items: center; }

.b-keyword {
  border: 1px solid #ddd;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 400;
  color: #555;
  border-radius: 3px; }
  .b-keyword:nth-child(n+2) {
    margin-left: 5px; }

.docBtnGroup {
  font-size: 0; }
  .docBtnGroup .btn-baseRound:first-of-type {
    border-right: none;
    border-radius: 2px 0 0 2px; }
  .docBtnGroup .btn-baseRound:last-of-type {
    border-radius: 0 2px 2px 0; }

.unidentified {
  font-weight: 500;
  color: #5581e4; }

.b-layerGroup.dis-n {
  display: none; }

.scroll-table {
  -ms-overflow-style: none;
  overflow: auto; }
  .scroll-table::-webkit-scrollbar {
    width: 5px;
    /* 세로축 스크롤바 길이 */
    height: 8px;
    /* 가로축 스크롤바 길이 */ }
  .scroll-table::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #ccc; }

.confirmList__bot {
  font-size: 13px;
  margin: 3px 0;
  text-align: right; }

.b-mailView-top__addr .addr.dis-n {
  display: none; }

.b-mailList__info .title .groupMail {
  color: #7687f2;
  font-weight: 600; }

.b-leftTop-fixed {
  position: fixed;
  top: 0;
  width: 200px;
  background: #fff;
  z-index: 10; }
  .b-leftTop-fixed.active {
    width: 44px; }
    @media screen and (max-width: 1400px) {
      .b-leftTop-fixed.active {
        width: 200px; } }

.scheduler-view-table-header-col th div {
  font-weight: 600 !important; }

.popCelendearBtn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  z-index: 1; }
  .popCelendearBtn .btn-default:first-of-type {
    border-radius: 4px 0 0 4px;
    border-right: 0; }
  .popCelendearBtn .btn-default:last-of-type {
    border-radius: 0px 4px 4px 0px; }
  .popCelendearBtn .b-list-unstyled {
    width: 200px;
    margin-left: 20px; }
  .popCelendearBtn .list-unstyled {
    width: 200px; }
  .popCelendearBtn .departmentGrpTargetUl li.init {
    width: 195px; }
  .popCelendearBtn .checkbox-group .b-leftMenu-navDp2__checkbox {
    margin-left: 0;
    padding-left: 0; }
  .popCelendearBtn .b-leftMenu-navDp2__checka {
    margin-left: 5px; }
    .popCelendearBtn .b-leftMenu-navDp2__checka .txtell {
      width: calc(90% - 5px);
      vertical-align: initial; }
  .popCelendearBtn .init {
    padding-right: 0;
    overflow: hidden; }
    .popCelendearBtn .init .b-leftMenu-navDp2__checka {
      margin-left: 5px;
      width: 149px;
      display: inline-block; }
      .popCelendearBtn .init .b-leftMenu-navDp2__checka .txtell {
        width: calc(100% - 5px);
        margin-bottom: 1px; }
    .popCelendearBtn .init .checkmark {
      top: 3px !important; }
  .popCelendearBtn .checkbox-group .checkmark.navDp2 {
    top: 5px; }

.popcalndearBtn {
  width: 30px;
  height: 30px;
  border-radius: 4px; }
  .popcalndearBtn i {
    vertical-align: middle; }

.popCelendearBtn .btn-default {
  outline: none !important; }

.move-table tr td {
  background-color: #fff;
  border-top: 1px solid #ddd; }

.move-table.place-tr tr td {
  border-top: 1px solid #ddd;
  background-color: #ddd; }

#movePopBoxArea > a {
  height: 30px; }

#movePopBoxArea > option {
  padding-left: 10px;
  height: 30px;
  line-height: 30px; }

.scheduler-view-table-data-col-title.fc-danger {
  color: #fb4949; }

.ui-datepicker {
  z-index: 20; }

.b-mailViewGrid.clear ol {
  padding: inherit !important; }

.help-btn {
  position: relative;
  display: flex;
  align-items: center; }
  .help-btn.dis-n {
    display: none; }

.ico-help.open-toolTip {
  position: relative; }

.toolTip-contents {
  background-color: #fff;
  padding: 5px 10px;
  border: 1px solid #bbb;
  border-radius: 5px;
  width: max-content;
  margin-left: 50px;
  position: absolute;
  text-align: left;
  z-index: 5; }
  .toolTip-contents .toolTip-arrow {
    left: -20px;
    margin-top: -11px;
    border-right-color: #bbbbbb !important;
    border-left-width: 0;
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px;
    top: 50%;
    transform: translateY(10%);
    border-color: transparent; }
    .toolTip-contents .toolTip-arrow::after {
      content: ' ';
      position: absolute;
      display: block;
      width: 0;
      height: 0;
      border-color: transparent;
      border-style: solid;
      border-width: 10px;
      left: 1px;
      bottom: -10px;
      border-left-width: 0;
      border-right-color: #ffffff; }
  .toolTip-contents.tooltip-right {
    margin-right: 40px; }
    .toolTip-contents.tooltip-right .toolTip-arrow {
      transform: translateY(10%) rotate(180deg);
      right: -20px;
      left: inherit; }

.todo-projbtn {
  position: relative;
  top: -5px; }

.todo-subProjbtn {
  position: relative;
  top: -3px; }

.calendar-selector {
  height: 39px;
  margin-top: -10px;
  margin-right: 5px;
  width: 180px; }

.active-board-leftMenu {
  padding: 0; }
  .active-board-leftMenu .b-leftTop-fixed {
    height: 100%;
    width: 100%;
    position: relative; }
  .active-board-leftMenu .b-logo {
    height: 69px;
    text-align: center; }

.activeBoard-info {
  display: flex;
  position: relative;
  align-items: center;
  height: 70px;
  width: 100%;
  padding: 0 15px;
  margin-bottom: 15px; }
  .activeBoard-info p {
    padding-left: 10px;
    font-size: 14px;
    font-weight: 500;
    width: 170px;
    position: relative; }
    .activeBoard-info p span {
      display: block; }
  .activeBoard-info > img {
    height: 50px; }

.teamList {
  position: absolute;
  width: 160px;
  background-color: #fff;
  border: 1px solid #ddd;
  height: 65px;
  right: 30px;
  bottom: -55px;
  -ms-overflow-style: none;
  overflow: auto;
  z-index: 1; }
  .teamList::-webkit-scrollbar {
    width: 5px;
    /* 세로축 스크롤바 길이 */
    height: 8px;
    /* 가로축 스크롤바 길이 */ }
  .teamList::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #ccc; }
  .teamList li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #888;
    font-size: 13px;
    padding: 5px; }

.b-locationWrap {
  position: absolute; }

.b-locationMenu {
  display: none;
  position: absolute;
  width: 200px;
  height: auto;
  max-height: 350px;
  overflow-y: auto;
  background: #FFFFFF;
  border-radius: 5px;
  border: 1px solid #ddd;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
  z-index: 999999;
  font-size: 14px; }
  .b-locationMenu.active {
    display: block;
    top: 25px;
    left: 165px; }

.b-locationMenu::-webkit-scrollbar {
  width: 5px;
  height: 8px; }

.b-locationMenu::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #ccc; }

.b-locationMenu > li {
  transition: ease .2s;
  margin: 12px 0; }
  .b-locationMenu > li:first-of-type {
    overflow: initial;
    position: relative;
    margin-bottom: 15px; }
    .b-locationMenu > li:first-of-type :after {
      content: '';
      display: inline-block;
      position: absolute;
      background-color: #ddd;
      width: calc(100% - 40px);
      bottom: -10px;
      left: 20px;
      height: 1px; }

.b-locationMenu > li > button {
  display: block;
  padding: 0px 20px;
  height: 25px;
  color: #888;
  width: 100%;
  text-align: left;
  text-decoration: none;
  transition: ease .2s; }
  .b-locationMenu > li > button i {
    vertical-align: middle;
    margin-right: 5px; }

.b-locationMenu > li:hover {
  background: #f4f5f9; }

.activeBoard-info_name {
  font-size: 14px;
  font-weight: 500; }

.activeBoard-info p .activeBoard-info_team {
  margin-top: 3px;
  font-size: 13px;
  color: #888;
  display: inline-block;
  max-width: 135px;
  font-weight: 400;
  margin-right: 5px; }

.activeBoard-info_teamMore {
  vertical-align: super;
  display: inline-block; }

.activeBoard-info p .teamCount {
  font-size: 12px;
  font-weight: 500;
  color: #5581e4;
  display: inline-block;
  position: absolute;
  top: 26px;
  right: -10px; }

.activeBoard-count {
  display: flex;
  box-shadow: 0px 0px 8px 0px #e6e1e1;
  border: 1px solid #ddd;
  height: 80px;
  align-items: center;
  margin: 0 10px; }
  .activeBoard-count > div {
    width: 33.3333%;
    text-align: center;
    position: relative; }
    .activeBoard-count > div h3 {
      font-size: 12px;
      font-weight: 500;
      color: #464646;
      margin-bottom: 5px; }
    .activeBoard-count > div span {
      display: inline-block;
      color: #5581e4;
      font-weight: 600;
      font-size: 16px; }

.activeBoard-usage {
  box-shadow: 0px 0px 8px 0px #e6e1e1;
  border: 1px solid #ddd;
  padding: 20px 15px;
  margin: 20px 10px 0;
  height: 135px; }

.activeBoard-usage__tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px; }
  .activeBoard-usage__tit span {
    font-size: 12px;
    font-weight: 500; }

.graph-g {
  background-color: #ddd;
  border-radius: 5px;
  font-size: 0;
  height: 10px;
  overflow: hidden; }

.graph-r {
  border-radius: 5px;
  background-color: #f45041;
  display: inline-block;
  height: 10px; }

.graph-b {
  border-radius: 5px;
  background-color: #5581e4;
  display: inline-block;
  height: 10px; }

.activeBoard-usage > div:nth-of-type(2) {
  margin-top: 20px; }

.activeBoard-calendar {
  box-shadow: 0px 0px 8px 0px #e6e1e1;
  border: 1px solid #ddd;
  padding: 15px 7px;
  margin: 20px 10px 0;
  height: calc(50% - 230px); }

.activeBoard-calendar > p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 8px; }
  .activeBoard-calendar > p span {
    font-size: 14px;
    font-weight: 600;
    color: #464646; }
  .activeBoard-calendar > p img {
    margin-top: 4px;
    vertical-align: top; }

.activeBoard-calendar__list {
  overflow-y: auto;
  margin-top: 10px;
  height: 88%;
  padding: 0 8px;
  -ms-overflow-style: none;
  overflow: auto; }
  .activeBoard-calendar__list::-webkit-scrollbar {
    width: 5px;
    /* 세로축 스크롤바 길이 */
    height: 8px;
    /* 가로축 스크롤바 길이 */ }
  .activeBoard-calendar__list::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #ccc; }
  .activeBoard-calendar__list li {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    position: relative;
    line-height: 17px;
    background-color: #5581e4;
    border-left: 4px solid; }
    .activeBoard-calendar__list li.no-data {
      border: 0;
      background-color: #fff;
      color: #555;
      height: 100%;
      margin: 0;
      display: flex;
      align-items: center;
      justify-content: center; }
    .activeBoard-calendar__list li p {
      width: 180px;
      font-size: 14px;
      font-weight: 500;
      display: inline-block; }
    .activeBoard-calendar__list li span {
      color: #bdbdbd;
      font-size: 12px;
      font-weight: 500; }

.activeBoard-notice {
  box-shadow: 0px 0px 8px 0px #e6e1e1;
  border: 1px solid #ddd;
  padding: 15px 7px;
  margin: 20px 10px 0;
  height: calc(50% - 230px); }
  .activeBoard-notice > p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 0 8px; }
    .activeBoard-notice > p span {
      font-size: 14px;
      font-weight: 600;
      color: #464646; }
    .activeBoard-notice > p img {
      margin-top: 4px;
      vertical-align: top; }

.activeBoard-notice_list {
  height: 88%;
  padding: 0 8px;
  -ms-overflow-style: none;
  overflow: auto; }
  .activeBoard-notice_list::-webkit-scrollbar {
    width: 5px;
    /* 세로축 스크롤바 길이 */
    height: 8px;
    /* 가로축 스크롤바 길이 */ }
  .activeBoard-notice_list::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #ccc; }
  .activeBoard-notice_list .new span {
    color: #5581e4 !important;
    font-weight: 500 !important; }
  .activeBoard-notice_list li {
    padding: 10px 0px;
    border-bottom: 1px solid #f6f7fb; }
    .activeBoard-notice_list li:first-of-type {
      border-top: 1px solid #f6f7fb; }
    .activeBoard-notice_list li.no-data {
      border: 0;
      background-color: #fff;
      color: #555;
      height: 100%;
      margin: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 400; }
    .activeBoard-notice_list li a {
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .activeBoard-notice_list li .tit {
      color: #555;
      font-size: 14px;
      font-weight: 600;
      display: inline-block;
      width: calc(100% - 40px); }
    .activeBoard-notice_list li .date {
      text-align: right;
      font-size: 12px;
      font-weight: 500;
      color: #888;
      display: inline-block;
      padding-right: 3px; }

.activeBoard-main {
  padding: 15px;
  height: calc(100% - 70px); }

.activeBoard-main_1f {
  display: flex;
  width: 100%;
  height: calc(33.3% - 16.7px);
  margin-bottom: 20px; }

.activeBoard-list {
  box-shadow: 0px 0px 8px 0px #e6e1e1;
  padding: 20px 10px;
  width: calc(50% - 10px);
  margin-right: 20px;
  background-color: #fff; }
  .activeBoard-list:last-of-type {
    margin-right: 0; }
  .activeBoard-list h2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 600;
    margin: 0 10px;
    padding: 0 0px 10px;
    border-bottom: 1px solid #b7b7b7; }
    .activeBoard-list h2.br-n {
      border-bottom: 0; }
    .activeBoard-list h2 img {
      width: 20px; }

.activeBoard-list_data {
  height: calc(100% - 40px);
  -ms-overflow-style: none;
  overflow: auto;
  padding: 0 10px; }
  .activeBoard-list_data::-webkit-scrollbar {
    width: 5px;
    /* 세로축 스크롤바 길이 */
    height: 8px;
    /* 가로축 스크롤바 길이 */ }
  .activeBoard-list_data::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #ccc; }
  .activeBoard-list_data li {
    border-bottom: 1px solid #ddd;
    padding: 8px 0; }
    .activeBoard-list_data li.no-data {
      background-color: #fff !important;
      text-align: center;
      font-weight: 400;
      color: #666;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%; }
  .activeBoard-list_data.no-data li {
    border: 0;
    align-items: center;
    justify-content: center;
    height: calc(100% - 40px);
    display: flex; }
    .activeBoard-list_data.no-data li span {
      font-weight: 400;
      color: #666; }
  .activeBoard-list_data li a {
    display: flex; }
    .activeBoard-list_data li a span {
      display: inline-block;
      color: #5581e4;
      font-weight: 500;
      font-size: 13px; }
    .activeBoard-list_data li a span:nth-of-type(1) {
      width: 150px; }
    .activeBoard-list_data li a span:nth-of-type(2) {
      width: calc(100% - 225px);
      padding-left: 10px; }
    .activeBoard-list_data li a span:nth-of-type(3) {
      width: 85px;
      text-align: right;
      padding-right: 5px; }

.activeBoard-main_2f {
  display: flex;
  width: 100%;
  height: calc(33.3% - 16.7px);
  margin-bottom: 20px; }

.activeBoard-wrap {
  display: flex;
  height: calc(100% - 40px); }

.activeBoard-list_todo {
  height: 100%;
  -ms-overflow-style: none;
  overflow: auto;
  width: 70%; }
  .activeBoard-list_todo::-webkit-scrollbar {
    width: 5px;
    /* 세로축 스크롤바 길이 */
    height: 8px;
    /* 가로축 스크롤바 길이 */ }
  .activeBoard-list_todo::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #ccc; }
  .activeBoard-list_todo li {
    padding: 8.5px 5px;
    margin-right: 5px; }
    .activeBoard-list_todo li.no-data {
      background-color: #fff !important;
      text-align: center;
      font-weight: 400;
      color: #666;
      padding: 90px 0;
      border-top: 1px solid #b7b7b7; }
    .activeBoard-list_todo li:nth-child(odd) {
      background-color: #f9fafe; }
    .activeBoard-list_todo li a {
      display: flex;
      align-items: center; }
      .activeBoard-list_todo li a span {
        font-size: 13px;
        font-weight: 400;
        color: #555;
        display: inline-block; }
        .activeBoard-list_todo li a span:nth-of-type(1) {
          width: calc(100% - 145px); }
        .activeBoard-list_todo li a span:nth-of-type(2) {
          width: 90px;
          text-align: right; }
        .activeBoard-list_todo li a span:nth-of-type(3) {
          width: 55px;
          text-align: right;
          margin-left: 10px; }
          .activeBoard-list_todo li a span:nth-of-type(3).fc-puple {
            color: #4f45d9; }
          .activeBoard-list_todo li a span:nth-of-type(3).fc-gray8 {
            color: #888; }
        .activeBoard-list_todo li a span i {
          vertical-align: bottom; }
    .activeBoard-list_todo li.new span {
      color: #5581e4;
      font-weight: 500; }

.todoChart {
  position: absolute; }

.todoChart-inner {
  position: relative;
  width: 100%;
  height: 73%;
  display: flex;
  align-items: center;
  justify-content: center; }
  .todoChart-inner > span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  .todoChart-inner .todoChart {
    height: 100% !important;
    width: auto !important;
    position: absolute;
    top: 0; }

.todoChart-box {
  position: relative;
  width: 30%; }

.approval-flex {
  display: flex;
  height: calc(100% - 35px); }
  .approval-flex .no-data {
    text-align: center;
    border: 0;
    font-weight: 400;
    color: #666;
    padding: 30px 0; }

.todoChartCount {
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%; }
  .todoChartCount > div {
    margin-left: 40px; }
  .todoChartCount > div > span {
    display: block;
    font-weight: 600;
    font-size: 12px;
    text-align: right;
    position: relative;
    margin-bottom: 5px;
    padding-left: 15px; }
    .todoChartCount > div > span > span {
      padding-left: 5px; }
    .todoChartCount > div > span:before {
      width: 10px;
      height: 10px;
      content: '';
      display: inline-block;
      border-radius: 50%;
      position: absolute;
      left: -7px;
      background-color: #abbfe3;
      top: 50%;
      transform: translateY(-50%); }
    .todoChartCount > div > span span {
      display: inline-block;
      color: #5581e4;
      font-weight: 600; }

.todoChartCount > div > .todoChartCount-red:before {
  background-color: #ef8889; }

.todoChartCount > div > .todoChartCount-blue {
  margin-bottom: 0; }
  .todoChartCount > div > .todoChartCount-blue:before {
    background-color: #5581e4; }

.todoChart-red {
  color: #fb4949;
  font-weight: 500;
  display: inline-block;
  font-size: 12px;
  text-align: center; }
  .todoChart-red span {
    display: block;
    text-align: center;
    font-weight: 600;
    font-size: 14px; }

.approval-count {
  width: 25%; }
  .approval-count li {
    text-align: center;
    text-align: left;
    padding: 0 20px;
    margin: 0 10px 10px 20px;
    height: calc(25% - 7.5px);
    background-color: #f9fafe; }
    .approval-count li.fc-red h4, .approval-count li.fc-red span {
      color: #f15353; }
    .approval-count li a {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      position: relative; }
      .approval-count li a:after {
        content: "+";
        display: inline-block;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        color: #c6c6c6;
        font-size: 14px; }
    .approval-count li:last-of-type {
      margin-bottom: 0; }
    .approval-count li h4 {
      font-size: 15px;
      font-weight: 500;
      margin: 0;
      color: #474747;
      display: inline-block; }
    .approval-count li span {
      font-size: 15px;
      font-weight: 500;
      color: #474747; }

.todoChartCount-total {
  font-size: 18px;
  font-weight: 500;
  text-align: center; }
  .todoChartCount-total span {
    color: #5581e4;
    font-weight: 600;
    display: inline-block; }

.activeBoard-list .br-70 {
  position: relative;
  border-bottom: 0; }
  .activeBoard-list .br-70:after {
    content: "";
    display: inline-block;
    width: calc(75% - 10px);
    height: 1px;
    background-color: #b7b7b7;
    position: absolute;
    bottom: 0;
    left: 0; }

.activeBoard-list_data.approval {
  height: 100%;
  width: 75%; }
  .activeBoard-list_data.approval li:first-of-type {
    border-top: 0; }
  .activeBoard-list_data.approval li a span {
    color: #555;
    padding: 0;
    font-weight: 400; }
    .activeBoard-list_data.approval li a span:nth-of-type(1) {
      width: calc(100% - 155px); }
    .activeBoard-list_data.approval li a span:nth-of-type(2) {
      width: 40px;
      text-align: center; }
    .activeBoard-list_data.approval li a span:nth-of-type(3) {
      width: 60px;
      text-align: right; }
    .activeBoard-list_data.approval li a span:nth-of-type(4) {
      width: 55px;
      text-align: right;
      padding-right: 5px; }

.activeBoard-main_3f {
  justify-content: space-between;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  height: calc(33.3% - 16.7px); }

.activeBoard-main_3f .activeBoard-list {
  width: calc(33.3% - 13px); }

.activeBoard-th {
  background-color: #f4f5f9;
  padding: 5px 10px;
  display: flex; }
  .activeBoard-th span {
    font-size: 14px;
    font-weight: 500;
    display: inline-block; }
    .activeBoard-th span:nth-of-type(1) {
      width: calc(100% - 210px);
      text-align: center; }
    .activeBoard-th span:nth-of-type(2) {
      text-align: center;
      width: 100px; }
    .activeBoard-th span:nth-of-type(3) {
      text-align: center;
      width: 55px; }
    .activeBoard-th span:nth-of-type(4) {
      text-align: center;
      width: 55px;
      padding-right: 5px; }

.activeBoard-list_data.doc {
  height: calc(100% - 65px); }
  .activeBoard-list_data.doc .doc-label {
    display: inline-block;
    padding: 0 5px;
    border: 1px solid #ddd;
    background: #fff;
    height: 22px;
    line-height: 20px;
    font-size: 12px;
    color: #888;
    font-weight: 400;
    width: auto;
    margin-right: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 80px;
    text-align: center;
    vertical-align: bottom; }
  .activeBoard-list_data.doc li.new span {
    font-weight: 500;
    color: #5581e4; }
  .activeBoard-list_data.doc li.new .doc-label {
    width: auto;
    color: #888; }
  .activeBoard-list_data.doc span {
    color: #555;
    font-weight: 400; }
    .activeBoard-list_data.doc span:nth-of-type(1) {
      width: calc(100% - 210px); }
    .activeBoard-list_data.doc span:nth-of-type(2) {
      text-align: right;
      width: 100px; }
    .activeBoard-list_data.doc span:nth-of-type(3) {
      text-align: right;
      width: 55px; }
    .activeBoard-list_data.doc span:nth-of-type(4) {
      text-align: right;
      width: 55px;
      padding-right: 5px; }

.activeBoard-list_data.comm .doc-label {
  display: inline-block;
  padding: 0 5px;
  border: 1px solid #ddd;
  background: #fff;
  height: 22px;
  line-height: 20px;
  font-size: 12px;
  color: #888;
  font-weight: 400;
  width: auto;
  margin-right: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 75px;
  text-align: center;
  vertical-align: bottom; }

.activeBoard-list_data.comm li.new span {
  font-weight: 500;
  color: #5581e4; }

.activeBoard-list_data.comm li.new .doc-label {
  color: #888;
  font-weight: 400; }

.activeBoard-list_data.comm span {
  color: #555;
  font-weight: 400; }
  .activeBoard-list_data.comm span:nth-of-type(1) {
    width: calc(100% - 155px); }
    .activeBoard-list_data.comm span:nth-of-type(1) .doc-tit {
      width: auto;
      text-align: left;
      padding-left: 0; }
  .activeBoard-list_data.comm span:nth-of-type(2) {
    text-align: right;
    width: 100px; }
  .activeBoard-list_data.comm span:nth-of-type(3) {
    text-align: right;
    width: 55px; }

.folderBox-wrap {
  column-width: 230px;
  column-gap: 15px;
  width: 100%;
  max-width: 1024px;
  margin: 20px auto;
  padding: 0 10px;
  box-sizing: border-box;
  column-fill: auto;
  break-inside: avoid; }

.folder-Box {
  background: #fff;
  border: 1px solid #ddd;
  margin: 0 2px 15px;
  padding: 15px;
  padding-bottom: 10px;
  column-break-inside: avoid;
  display: inline-flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box; }

.file-box {
  padding-left: 20px; }
  .file-box li {
    margin: 5px 0; }

figcaption {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px;
  margin-top: 11px; }

.form-control[readonly].form-control-cust.hasDatePicker {
  cursor: default; }

.form-control[disabled].form-control-cust.hasDatePicker {
  cursor: not-allowed; }

.boardLineTemp.tr-txtBlue td {
  color: #5581e4; }
  .boardLineTemp.tr-txtBlue td a {
    color: #5581e4; }

.tr-txtBlue td {
  color: #5581e4 !important; }
  .tr-txtBlue td a {
    color: #5581e4 !important; }
  .tr-txtBlue td span {
    color: #5581e4 !important; }
  .tr-txtBlue td .btn-label {
    color: #888 !important; }

.b-leftTop-fixed.active .activeBoard-info, .b-leftTop-fixed.active .activeBoard-count, .b-leftTop-fixed.active .activeBoard-usage, .b-leftTop-fixed.active .activeBoard-calendar, .b-leftTop-fixed.active .activeBoard-notice {
  display: none; }

@media screen and (max-width: 1600px) {
  .todoChart-box {
    display: none; }
  .activeBoard-list_todo {
    width: 100%; } }

.spanMb2 span {
  margin-bottom: 2px; }

:lang(vn) .b-DetailSearchBox.bg-box__low .b-DetailSearchBox__inner.vnBox {
  max-width: 1300px; }
  :lang(vn) .b-DetailSearchBox.bg-box__low .b-DetailSearchBox__inner.vnBox .b-DetailSearchBox__btn {
    right: -30px; }

:lang(vn) .b-DetailSearchBox.bg-box__low .b-DetailSearchBox__inner.vnBox > div > div label {
  width: 100px; }

.b-docView-top .b-tit {
  width: 75px;
  font-size: 14px;
  font-weight: 500; }

.b-docView-top .b-txt {
  font-size: 14px; }

.b-webView {
  max-width: 1300px;
  width: 100%;
  -ms-overflow-style: none;
  overflow: auto;
  height: 100%;
  overflow-x: hidden; }
  .b-webView::-webkit-scrollbar {
    width: 5px;
    /* 세로축 스크롤바 길이 */
    height: 8px;
    /* 가로축 스크롤바 길이 */ }
  .b-webView::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #ccc; }
  .b-webView li {
    border-bottom: 1px solid #efeff1;
    padding: 15px 20px; }
    .b-webView li.b-webView__reply {
      background-color: #f5f6fb;
      padding: 15px 20px 15px 35px;
      position: relative; }
      .b-webView li.b-webView__reply:before {
        content: "";
        display: inline-block;
        width: 10px;
        height: 10px;
        border-left: 1px solid #bbb;
        border-bottom: 1px solid #bbb;
        position: absolute;
        top: 17px;
        left: 20px; }
    .b-webView li .b-webView__top {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: start; }
      .b-webView li .b-webView__top button {
        width: 20px;
        margin-right: 10px; }
      .b-webView li .b-webView__top a {
        max-width: calc(100% - 95px);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 15px;
        font-weight: 600;
        display: inline-block; }
      .b-webView li .b-webView__top div {
        width: 50px;
        text-align: left;
        margin-left: 5px; }
  .b-webView .b-webView__mid {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-top: 5px; }
    .b-webView .b-webView__mid i {
      margin-right: 5px;
      width: 20px; }
      .b-webView .b-webView__mid i.v-hidden {
        visibility: hidden; }
    .b-webView .b-webView__mid span {
      font-size: 14px;
      font-weight: 400;
      color: #555;
      display: inline-block;
      width: calc(100% - 25px);
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .b-webView .b-webView__bot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5px; }
    .b-webView .b-webView__bot > span {
      display: inline-block;
      font-size: 14px;
      font-weight: 400;
      color: #555; }
      .b-webView .b-webView__bot > span:first-of-type {
        margin-left: 25px; }

.b-webview__view {
  max-width: 1300px;
  width: 100%;
  -ms-overflow-style: none;
  overflow: auto;
  height: 100%;
  overflow-x: hidden;
  padding: 0 20px; }
  .b-webview__view::-webkit-scrollbar {
    width: 5px;
    /* 세로축 스크롤바 길이 */
    height: 8px;
    /* 가로축 스크롤바 길이 */ }
  .b-webview__view::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #ccc; }

.b-webView__viewTop .viewTop {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  display: flex;
  align-items: start;
  justify-content: start; }
  .b-webView__viewTop .viewTop:nth-of-type(3) {
    border-bottom: 0; }

.b-webView__viewTop .tit {
  color: #333;
  font-size: 15px;
  font-weight: 600;
  width: 80px;
  text-align: left; }

.b-webView__viewTop .txt {
  color: #555;
  font-size: 15px;
  font-weight: 400;
  width: calc(100% - 90px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left; }

.b-webView__viewTop .txt2 {
  color: #555;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
  width: calc(100% - 90px); }

.b-webView__viewTop span {
  display: inline-block; }

.b-webView__viewTop .viewTop_date {
  text-align: right;
  margin-top: 10px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px; }
  .b-webView__viewTop .viewTop_date span {
    color: #888;
    font-size: 14px;
    font-weight: 400; }

.b-webView__viewTop .viewTop__file_inner {
  display: flex;
  align-items: start;
  justify-content: space-between;
  position: relative; }

.b-webView__viewTop .viewTop__file {
  padding: 10px 0;
  border-bottom: 1px solid #ddd; }
  .b-webView__viewTop .viewTop__file span {
    color: #555;
    font-size: 15px;
    font-weight: 400; }
  .b-webView__viewTop .viewTop__file .file-tit {
    color: #333;
    font-size: 15px;
    font-weight: 600;
    width: 80px;
    text-align: left; }
  .b-webView__viewTop .viewTop__file button {
    top: 2px;
    left: 60px; }
  .b-webView__viewTop .viewTop__file a {
    color: #888;
    font-size: 14px;
    font-weight: 400; }
  .b-webView__viewTop .viewTop__file ul {
    max-height: 100px;
    -ms-overflow-style: none;
    overflow: auto; }
    .b-webView__viewTop .viewTop__file ul::-webkit-scrollbar {
      width: 5px;
      /* 세로축 스크롤바 길이 */
      height: 8px;
      /* 가로축 스크롤바 길이 */ }
    .b-webView__viewTop .viewTop__file ul::-webkit-scrollbar-thumb {
      border-radius: 5px;
      background-color: #ccc; }
  .b-webView__viewTop .viewTop__file li {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .b-webView__viewTop .viewTop__file li a {
      max-width: calc(100% - 70px);
      width: 100%; }
      .b-webView__viewTop .viewTop__file li a span {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 95%; }
    .b-webView__viewTop .viewTop__file li span {
      width: 50px; }
  .b-webView__viewTop .viewTop__file .listTit {
    color: #333;
    font-size: 15px;
    font-weight: 600;
    width: auto;
    text-align: left; }
  .b-webView__viewTop .viewTop__file .listTxt {
    margin-left: 27px; }
  .b-webView__viewTop .viewTop__file .listBtn {
    left: 178px; }

.b-webView__viewTop .webView-listWrap {
  border: 1px solid #e9e9e9;
  padding: 10px;
  margin-top: 10px;
  max-height: 100px;
  -ms-overflow-style: none;
  overflow: auto; }
  .b-webView__viewTop .webView-listWrap::-webkit-scrollbar {
    width: 5px;
    /* 세로축 스크롤바 길이 */
    height: 8px;
    /* 가로축 스크롤바 길이 */ }
  .b-webView__viewTop .webView-listWrap::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #ccc; }
  .b-webView__viewTop .webView-listWrap li {
    position: relative;
    padding: 2px 0; }
    .b-webView__viewTop .webView-listWrap li.reply {
      padding-left: 15px; }
      .b-webView__viewTop .webView-listWrap li.reply:before {
        content: "";
        display: inline-block;
        width: 7px;
        height: 7px;
        border-left: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        position: absolute;
        left: 0;
        top: 7px; }
    .b-webView__viewTop .webView-listWrap li:after {
      content: "";
      display: inline-block;
      color: #888;
      font-size: 14px;
      font-weight: 400;
      position: absolute;
      right: 4px;
      top: 50%;
      width: 7px;
      height: 7px;
      border-top: 1px solid #888;
      border-right: 1px solid #888;
      transform: translateY(-50%) rotate(45deg); }
    .b-webView__viewTop .webView-listWrap li a {
      display: inline-block;
      max-width: calc(100% - 30px);
      width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      color: #555; }

.b-webView__viewCon {
  padding: 10px 0; }
  .b-webView__viewCon * {
    word-break: break-all;
    font-size: 15px;
    color: #555;
    line-height: 1.3; }

.b-webView__back a {
  display: inline-block;
  padding: 5px 0; }

.b-flexLabel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  margin: 0 5px; }
  .b-flexLabel input[type="checkbox"] {
    margin: 0 5px 0 0; }

.pop .b-mailTop {
  top: 0;
  padding: 0 25px; }

.pop .b-mail {
  top: 60px;
  bottom: 10px; }

.pop .no-tit {
  top: 0;
  padding: 0; }

.b-mail {
  position: absolute;
  top: 190px;
  left: 0;
  right: 0;
  bottom: 40px; }
  .b-mail.t240 {
    top: 240px; }
  .b-mail.t420 {
    top: 420px; }
  .b-mail.noheader {
    top: 0; }
  .b-mail.noBtnGroup {
    top: 130px; }
  .b-mail.b-mail--hasAdd {
    top: 230px; }
  .b-mail.b-mail--calendar {
    top: 150px; }
  .b-mail.po-unset {
    left: initial;
    right: initial;
    top: 145px; }
  .b-mail.po-list {
    left: 25px;
    right: 25px;
    top: 145px; }
    @media screen and (max-width: 1024px) {
      .b-mail.po-list {
        bottom: 65px; } }
  .b-mail.po-unset__wp100 {
    left: 0;
    right: 0;
    top: 145px; }
  .b-mail.blockedList {
    top: 315px; }

.b-mailTop {
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  background: #fff;
  padding: 10px 25px 0; }

.b-mailTop--mailTalk #changeView {
  display: none; }

.b-mailInner {
  padding: 0 25px; }

.b-search {
  display: inline-block;
  border: 1px solid #ddd;
  padding-left: 5px; }
  .b-search > .default-input {
    border: none; }
  .b-search.dis-f {
    display: flex;
    min-width: 60%;
    justify-content: space-between;
    width: 70%;
    margin-right: 10px; }

.b-search.pop {
  display: flex;
  width: 100%;
  align-items: center; }
  .b-search.pop input {
    width: calc(100% - 41px); }

.b-mailSearch {
  position: absolute;
  right: 0;
  bottom: 10px; }

.b-search-label {
  font-size: 13px;
  color: #555;
  font-weight: 500; }

.b-search-label__sub {
  font-size: 12px;
  color: #555;
  font-weight: 500; }

.b-search__rightBtn {
  border-left: 1px solid #ddd;
  padding: 2px 10px; }

.b-mailSearch__detailBtn {
  border-left: 1px solid #ddd;
  margin: 5px 0;
  padding: 1px 10px 4px 10px;
  font-size: 14px;
  color: #888;
  font-weight: 500; }

.b-mailTop__btnGroup {
  padding: 15px 0; }
  .b-mailTop__btnGroup a.btn-pblue {
    vertical-align: middle;
    line-height: 25px; }

.b-mailWrap {
  border-top: 1px solid #e9e9e9;
  overflow-y: auto;
  height: 100%;
  padding-bottom: 40px; }
  .b-mailWrap.pdno {
    padding-bottom: 0; }
  .b-mailWrap.pb80 {
    padding-bottom: 80px; }
  .b-mailWrap.tableWrap {
    border-top-color: #333; }
  .b-mailWrap.br-n {
    border-top: none; }
  .b-mailWrap.hp90 {
    height: 90%; }
  .b-mailWrap.hp80 {
    height: 80%; }
  .b-mailWrap.hp70 {
    height: 70%; }
  .b-mailWrap.hp60 {
    height: 60%; }
  .b-mailWrap.h-calc430 {
    height: calc(100% - 430px);
    padding-bottom: 0; }
  .b-mailWrap.h-calc360 {
    height: calc(100% - 360px);
    padding-bottom: 0; }
  .b-mailWrap.h-calc140 {
    height: calc(100% - 140px);
    padding-bottom: 0; }

.b-mailHalf .half {
  height: 100%;
  float: left; }
  .b-mailHalf .half.left {
    border-right: 1px solid #ddd;
    width: 50%; }
  .b-mailHalf .half.right {
    width: 49%; }

.b-mailHalf .mid-scrollBar {
  float: left;
  cursor: ew-resize;
  width: 0.3%;
  height: 100%;
  background: #e9e9e9;
  border-right: 1px solid #ddd; }

.b-mailHalf .b-mailView {
  min-width: 1024px; }

.b-mailSearch-result {
  border-bottom: 1px solid #e9e9e9;
  padding: 10px 25px;
  font-size: 13px;
  color: #555; }

.b-mailListTable {
  table-layout: fixed; }
  .b-mailListTable.n-before tr:first-child:before, .b-mailListTable.n-before td:first-child:before, .b-mailListTable.n-before th:first-child:before {
    display: none; }
  .b-mailListTable tr.hover:hover, .b-mailListTable tr.checked {
    background: #f4f6fb; }
  .b-mailListTable th {
    padding: 5px 0;
    background: #f4f5f9;
    border-bottom: 1px solid #ddd;
    height: 40px;
    font-size: 14px;
    font-weight: 500; }
    .b-mailListTable th:first-child:before {
      content: '';
      margin-left: 25px; }
  .b-mailListTable.hasWhiteSpace td {
    padding: 5px; }
    .b-mailListTable.hasWhiteSpace td:first-child {
      padding-left: 0;
      padding-right: 0; }
  .b-mailListTable td.hasWhiteSpace {
    padding: 5px; }
  .b-mailListTable .b-mailListTable__newMail td, .b-mailListTable .b-mailListTable__newMail .title > a, .b-mailListTable .b-mailListTable__newMail .addr > button {
    color: #5581e4;
    font-weight: 500; }
  .b-mailListTable .title > a {
    color: #555; }
  .b-mailListTable td {
    padding: 5px 0;
    height: 40px;
    border-bottom: 1px solid #e9e9e9;
    word-break: break-all;
    font-size: 13px;
    color: #555; }
    .b-mailListTable td:first-child:before {
      content: '';
      margin-left: 25px; }
    .b-mailListTable td.v-herit {
      vertical-align: inherit; }

.b-mailListTable.lastTd td:last-of-type {
  padding-right: 15px; }

.b-hasFixedHeaderWrap {
  position: relative; }

.b-hasFixedHeader {
  border-top: 1px solid #333;
  position: absolute;
  padding-top: 40px; }
  .b-hasFixedHeader.only {
    top: 0;
    bottom: 0; }

.b-hasFixedHeader__hasAdd {
  padding-top: 80px; }

.b-hasFixedHeader__inner {
  height: 100%;
  overflow: auto;
  -ms-overflow-style: auto; }
  .b-hasFixedHeader__inner::-webkit-scrollbar {
    width: 5px;
    /* 세로축 스크롤바 길이 */
    height: 8px;
    /* 가로축 스크롤바 길이 */ }
  .b-hasFixedHeader__inner::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #ccc; }

.b-hasFixedHeader__inner--addrList {
  -ms-overflow-style: none;
  overflow: auto; }
  .b-hasFixedHeader__inner--addrList::-webkit-scrollbar {
    width: 5px;
    /* 세로축 스크롤바 길이 */
    height: 8px;
    /* 가로축 스크롤바 길이 */ }
  .b-hasFixedHeader__inner--addrList::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #ccc; }

/*.hasfixedHeader{
  border-top:1px solid $default-font-color;

  table{
    margin-top:40px;
  }
}*/
.fixedHeader tr {
  display: flex;
  position: absolute;
  top: 0;
  right: 5px;
  left: 0;
  z-index: 1;
  width: 100%; }
  .fixedHeader tr th {
    display: flex;
    align-items: center;
    justify-content: center; }
  .fixedHeader tr th.grow {
    flex-grow: 1; }
  .fixedHeader tr th.a-left {
    justify-content: flex-start; }

.fixedHeader tr.hasAdd {
  top: 40px; }
  .fixedHeader tr.hasAdd th {
    background: #fafafa; }

.b-mailHalf .b-mailListTable td {
  vertical-align: top; }

.b-mailList .v-mid-table td {
  vertical-align: middle; }

.b-mailList__info {
  display: inline-block;
  width: 100%;
  padding-right: 15px; }
  .b-mailList__info > span {
    padding: 0 5px; }
  .b-mailList__info .addr {
    width: 12%; }
    .b-mailList__info .addr button {
      width: 100%;
      text-align: left; }
  .b-mailList__info .title {
    width: 50%;
    position: relative; }
    .b-mailList__info .title.public {
      width: calc(88% - 400px); }
    .b-mailList__info .title .link-view {
      max-width: 75%; }
      .b-mailList__info .title .link-view.m-w90 {
        max-width: 90%; }
      @media screen and (max-width: 1024px) {
        .b-mailList__info .title .link-view {
          max-width: 75%; } }
      @media screen and (min-width: 3000px) {
        .b-mailList__info .title .link-view {
          max-width: 95%; } }
    .b-mailList__info .title .btn-blankPopup {
      position: absolute;
      top: 50%;
      transform: translate(0, -50%); }
      .b-mailList__info .title .btn-blankPopup.dis-n {
        display: none; }
    .b-mailList__info .title .sendMail {
      color: #999;
      font-weight: 400; }
    .b-mailList__info .title.wp100 {
      width: 100%; }
    @media screen and (min-width: 3000px) {
      .b-mailList__info .title {
        width: 65%; } }
    @media screen and (min-width: 1400px) {
      .b-mailList__info .title {
        width: 45%; } }
    @media screen and (min-width: 1024px) {
      .b-mailList__info .title {
        width: 50%; } }
  .b-mailList__info .mail-subject {
    display: inline; }
  .b-mailList__info .business-title {
    width: 36%; }
  .b-mailList__info .others {
    float: right;
    text-align: right;
    margin-top: 3px; }
    .b-mailList__info .others .shareUser {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .b-mailList__info .others.public {
      min-width: 390px; }
      .b-mailList__info .others.public > span {
        min-width: 110px; }
        .b-mailList__info .others.public > span.w90 {
          min-width: 90px; }
      .b-mailList__info .others.public > button {
        min-width: 60px; }
    .b-mailList__info .others > button {
      width: 60px;
      text-align: right;
      vertical-align: initial;
      display: inline-block; }
    .b-mailList__info .others > span {
      display: inline-block;
      width: 110px; }
      .b-mailList__info .others > span.w90 {
        width: 90px; }
      .b-mailList__info .others > span.cnt {
        width: 60px; }
    .b-mailList__info .others .fc-txt {
      width: 45px;
      text-align: left;
      display: inline-block; }
    .b-mailList__info .others.w100 {
      width: 100px; }
    .b-mailList__info .others.w90 {
      width: 90px; }
  .b-mailList__info .ico-new {
    vertical-align: top;
    position: relative;
    margin: 0 -3px;
    top: 1px; }

.b-mailHalf .b-mailList__info {
  position: relative; }
  .b-mailHalf .b-mailList__info .addr {
    width: 40%;
    margin-bottom: 10px; }
  .b-mailHalf .b-mailList__info .title {
    width: 100%; }
  .b-mailHalf .b-mailList__info .others {
    position: absolute;
    top: 0;
    right: 0; }
    .b-mailHalf .b-mailList__info .others .a-center {
      text-align: center; }
    .b-mailHalf .b-mailList__info .others.amount span:after {
      display: none; }
    .b-mailHalf .b-mailList__info .others > span, .b-mailHalf .b-mailList__info .others > button, .b-mailHalf .b-mailList__info .others > a > span {
      width: auto;
      padding: 0 5px;
      position: relative; }
      .b-mailHalf .b-mailList__info .others > span.b-date, .b-mailHalf .b-mailList__info .others > button.b-date, .b-mailHalf .b-mailList__info .others > a > span.b-date {
        width: 120px; }
      .b-mailHalf .b-mailList__info .others > span:after, .b-mailHalf .b-mailList__info .others > button:after, .b-mailHalf .b-mailList__info .others > a > span:after {
        content: '';
        position: absolute;
        top: 2px;
        bottom: 2px;
        right: -2px;
        width: 1px;
        background: #ddd; }
      .b-mailHalf .b-mailList__info .others > span:last-child:after, .b-mailHalf .b-mailList__info .others > button:last-child:after, .b-mailHalf .b-mailList__info .others > a > span:last-child:after {
        display: none; }

.b-mailView {
  font-size: 13px;
  color: #555; }
  .b-mailView .label-txt {
    color: #333;
    margin-right: 10px; }

.b-mailView-nodata {
  margin-top: 200px;
  font-size: 14px;
  color: #555;
  text-align: center;
  line-height: 25px;
  min-width: 415px; }

.b-mailView-noticeBox {
  padding: 15px 25px;
  background: #f3f3f3;
  font-size: 13px; }

.b-mailViewGrid {
  position: relative;
  padding-left: 30px; }
  .b-mailViewGrid.pl0 {
    padding-left: 0; }
  .b-mailViewGrid ul, .b-mailViewGrid li, .b-mailViewGrid ol {
    overflow: inherit !important; }

.b-mailViewGrid__left {
  position: absolute;
  top: 0;
  left: 0; }

.b-mailViewGrid__left.tb {
  top: 1px;
  background-color: #fff; }

.b-mailViewGrid__title {
  font-size: 13px;
  color: #333;
  font-weight: 500; }

.b-mailView-top {
  padding: 20px 25px 15px 25px;
  border-bottom: 1px solid #ddd;
  overflow: hidden; }

.b-mailView-top__titleWrap {
  display: inline-block;
  max-width: 75%;
  word-break: break-all;
  font-size: 16px;
  font-weight: 900; }
  @media screen and (max-width: 1024px) {
    .b-mailView-top__titleWrap.titlewrap {
      width: 315px; } }

.b-mailView-top__title {
  line-height: 25px;
  margin-top: -2px; }

.b-mailView-top__subInfo {
  float: right;
  text-align: right; }

.b-mailView-top__addr > div {
  margin-bottom: 5px; }
  .b-mailView-top__addr > div:last-child {
    margin-bottom: 0; }

.b-mailView-top__addr .label-txt {
  display: inline-block;
  min-width: 50px;
  float: left; }
  .b-mailView-top__addr .label-txt.mw90 {
    min-width: 90px; }
  .b-mailView-top__addr .label-txt.mw60 {
    min-width: 60px; }

.b-mailView-top__addr .addr {
  display: inline-block;
  max-width: 70%; }
  .b-mailView-top__addr .addr button {
    vertical-align: baseline; }

.b-mailView-file, .b-mailView-etc {
  padding: 15px 25px;
  border-bottom: 1px solid #ddd; }
  .b-mailView-file.bb-none, .b-mailView-etc.bb-none {
    border-bottom: none; }

.b-mailView-file__list {
  border: 1px solid #e9e9e9;
  padding: 10px;
  margin-top: 10px; }
  .b-mailView-file__list a {
    display: inline-block;
    padding: 2px 0; }

.b-mailView-content {
  padding: 30px 25px;
  margin: 0px;
  font-size: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  line-height: inherit; }
  .b-mailView-content.border {
    border-top: 1px solid #ddd; }
  .b-mailView-content.bt-no {
    border-top: none; }
  .b-mailView-content table {
    border-collapse: initial; }
  .b-mailView-content ol {
    list-style: decimal;
    list-style-position: inside; }
  .b-mailView-content ul {
    list-style: initial;
    list-style-position: inside; }
  .b-mailView-content li {
    list-style: inherit; }
  .b-mailView-content address, .b-mailView-content em {
    font-style: italic; }
  .b-mailView-content a {
    color: initial;
    text-decoration: initial; }
    .b-mailView-content a:hover {
      color: initial;
      text-decoration: initial; }

.b-mailView-previewImg {
  padding: 0 25px 20px;
  border-bottom: 1px solid #e9e9e9; }
  .b-mailView-previewImg hr {
    background: #e9e9e9;
    margin: 0;
    margin-bottom: 20px; }

.b-mailView-previewImg__list {
  margin-top: 10px;
  overflow: hidden !important; }
  .b-mailView-previewImg__list li {
    width: 200px;
    height: 200px;
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
    overflow: hidden !important; }
    .b-mailView-previewImg__list li button {
      border: 1px solid #ddd;
      width: 200px;
      height: 200px; }
    .b-mailView-previewImg__list li img {
      display: inline-block;
      max-width: 100%;
      max-height: 100%; }

.b-mailView-previewImg__list.dataSlide-child.img_preView {
  overflow: hidden !important; }

.b-mailView-mailListWrap {
  padding: 20px 25px;
  min-width: 1024px; }

.b-mailView-mailList__top {
  margin-right: -10px; }

.b-mailView-mailList__topRight {
  float: right;
  margin-top: -3px;
  display: inline-block; }

.b-mailView-mailList {
  margin-top: 10px;
  margin-left: -25px;
  margin-right: -25px;
  margin-bottom: 30px; }
  .b-mailView-mailList .b-mailList__info .title {
    width: 70%; }
  .b-mailView-mailList.b-mailView-mailAddList {
    margin-bottom: 0px; }

.b-viewEditorContent {
  line-height: 22px;
  word-break: break-all;
  -ms-overflow-style: none;
  overflow: auto; }
  .b-viewEditorContent::-webkit-scrollbar {
    width: 5px;
    /* 세로축 스크롤바 길이 */
    height: 8px;
    /* 가로축 스크롤바 길이 */ }
  .b-viewEditorContent::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #ccc; }
  .b-viewEditorContent img {
    max-width: 100%; }

.b-viewEditorContent--formMail {
  border: 1px solid #ddd; }

.b-mailForm-opts {
  border-bottom: 1px solid #e9e9e9;
  padding: 15px 25px 10px;
  font-size: 13px;
  color: #555; }
  .b-mailForm-opts.bb-none {
    border-bottom: none; }
  .b-mailForm-opts > div {
    display: flex;
    align-items: normal; }
    .b-mailForm-opts > div:last-child .opts-name, .b-mailForm-opts > div:last-child .opts-btn, .b-mailForm-opts > div:last-child .opts-input {
      padding-top: 15px; }
    .b-mailForm-opts > div:last-child .opts-input {
      border-bottom: none; }
    .b-mailForm-opts > div:last-child.dis-n {
      display: none; }
  .b-mailForm-opts .opts-name {
    padding: 10px 0;
    width: 150px;
    font-size: 14px;
    color: #333;
    font-weight: 500; }
    .b-mailForm-opts .opts-name.pt15 {
      padding-top: 15px; }
  .b-mailForm-opts .opts-btn {
    padding: 10px 0;
    width: 100px; }
    .b-mailForm-opts .opts-btn.checkbox-group {
      margin-left: 2px; }
    .b-mailForm-opts .opts-btn.pt15 {
      padding-top: 15px; }
    .b-mailForm-opts .opts-btn.w50 {
      width: 50px; }
  .b-mailForm-opts .opts-input {
    position: relative;
    flex-grow: 1;
    width: 80%;
    padding: 5px 0;
    min-height: 40px;
    border-bottom: 1px solid #ddd; }
    .b-mailForm-opts .opts-input.pt15 {
      padding-top: 15px; }
    .b-mailForm-opts .opts-input.hasAddrBtn {
      padding-right: 100px; }
    .b-mailForm-opts .opts-input.br-n {
      border-bottom: none; }
    .b-mailForm-opts .opts-input .addrBtn {
      position: absolute;
      top: 7px;
      right: 0; }
    .b-mailForm-opts .opts-input.bb_no {
      border-bottom: none; }

.mail-input {
  border: none;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  padding: 0 5px;
  font-size: 13px;
  color: #555; }

select.mail-input {
  padding-right: 25px; }

.b-addrBook-top .default-input {
  width: 240px; }
  .b-addrBook-top .default-input.wp100 {
    width: 100%; }

.b-addrBook > div {
  float: left; }

.b-addrBook .b-addrBook-right .b-addrBook-box {
  padding-left: 70px;
  position: relative; }
  .b-addrBook .b-addrBook-right .b-addrBook-box label {
    margin-bottom: 0; }

.b-addrBook .b-addrBook__btn-group {
  float: none;
  display: block;
  text-align: center; }
  .b-addrBook .b-addrBook__btn-group .btn-icon-border:first-of-type {
    margin-right: 5px; }

.b-addrBookHalf .b-addrBook-left {
  width: 45%; }

.b-addrBookHalf .b-addrBook-right {
  width: 55%; }

.b-addrBook__tabBtn {
  background: #fafafa;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  float: left;
  min-width: 70px;
  text-align: center;
  padding: 8px 0;
  font-size: 13px;
  color: #888; }
  .b-addrBook__tabBtn:last-child {
    border-right: 1px solid #ddd; }
  .b-addrBook__tabBtn.active, .b-addrBook__tabBtn:focus {
    background: #fff;
    border-bottom-color: #fff;
    font-size: 13px;
    color: #555;
    font-weight: 500; }
  .b-addrBook__tabBtn:after {
    content: '';
    box-sizing: border-box;
    -moz-box-sizing: border-box; }

.b-addrBook-listWrap {
  border: 1px solid #ddd;
  margin-top: -1px;
  padding: 10px;
  padding-bottom: 0; }
  .b-addrBook-listWrap.pt0 {
    padding-top: 0; }

.b-addrBook-list {
  border: 1px solid #ddd;
  padding: 4px 0; }

.b-addrBook-listAll {
  margin: 5px -10px 0; }
  .b-addrBook-listAll.mt0 {
    margin-top: 0; }

.b-addrBook-box > label {
  height: 35px;
  line-height: 35px; }
  .b-addrBook-box > label.lh30 {
    height: 30px;
    line-height: 30px; }

.b-addrBook-box > label, .b-addrBook-box .b-addrBook-box__top {
  color: #555;
  font-weight: 500; }

.b-addrBook-box ul.bg {
  background-color: #fafafa; }
  .b-addrBook-box ul.bg li {
    border: none; }

.b-addrBook-box__btn {
  position: absolute;
  left: 23px;
  top: 40%;
  width: 30px; }
  .b-addrBook-box__btn.cnt2 {
    top: 45%;
    z-index: 3; }
  .b-addrBook-box__btn button {
    margin-bottom: 8px; }
    .b-addrBook-box__btn button:last-child {
      margin-bottom: 0; }

.b-mailListTalk {
  position: relative;
  padding-bottom: 80px; }
  .b-mailListTalk .btn-more {
    position: absolute;
    bottom: 0; }

.b-mailListTalk-date {
  margin: 20px 0 20px;
  text-align: center; }
  .b-mailListTalk-date span {
    display: inline-block;
    padding: 5px 20px;
    border: 1px solid #ddd;
    background: #f3f3f3;
    font-size: 14px;
    color: #555;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px; }

.b-mailListTalk-conList {
  padding: 0 15px 0 25px; }
  .b-mailListTalk-conList li {
    display: flex;
    margin-bottom: 15px; }
    .b-mailListTalk-conList li:last-child {
      margin-bottom: 0; }
  .b-mailListTalk-conList .c he {
    top: 15px; }
  .b-mailListTalk-conList .newMail .b-mailListTalk-conList-box__inner {
    color: #5581e4;
    font-weight: 500; }
  .b-mailListTalk-conList .resvMail .b-mailListTalk-conList-box .arrow:before {
    border-top-color: #f4f6fb; }
  .b-mailListTalk-conList .resvMail .b-mailListTalk-conList-box__inner {
    background: #f4f6fb; }
  .b-mailListTalk-conList .resvMail path {
    fill: #f4f6fb; }
  .b-mailListTalk-conList .sendMail .b-mailListTalk-conList-box {
    text-align: right;
    flex-direction: row-reverse; }
    .b-mailListTalk-conList .sendMail .b-mailListTalk-conList-box svg {
      left: auto;
      right: 7px;
      transform: rotateY(180deg); }

.b-mailListTalk-conList-box {
  padding: 0 18px;
  position: relative;
  flex-grow: 1;
  display: flex;
  align-items: center;
  color: #555; }
  .b-mailListTalk-conList-box:focus, .b-mailListTalk-conList-box.active {
    outline: none; }
    .b-mailListTalk-conList-box:focus .b-mailListTalk-conList-box__inner, .b-mailListTalk-conList-box.active .b-mailListTalk-conList-box__inner {
      border: 1px solid #5581e4; }
    .b-mailListTalk-conList-box:focus path, .b-mailListTalk-conList-box.active path {
      stroke: #5581e4; }
  .b-mailListTalk-conList-box svg {
    position: absolute;
    top: 12px;
    left: 7px; }
  .b-mailListTalk-conList-box path {
    fill: white;
    stroke: #ddd; }

.b-mailListTalk-conList-box__inner {
  cursor: pointer;
  border: 1px solid #ddd;
  padding: 10px;
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }
  .b-mailListTalk-conList-box__inner .title {
    display: inline;
    line-height: 24px; }
  .b-mailListTalk-conList-box__inner .fileMail-title {
    color: #333;
    font-weight: 500;
    margin-bottom: 5px; }
  .b-mailListTalk-conList-box__inner .fileMail-file {
    line-height: 24px; }

.b-mailListTalk-conList-box__time {
  vertical-align: middle;
  display: inline-block;
  padding: 5px 10px;
  white-space: nowrap; }

.b-receiveReport-top {
  padding: 10px 0; }

.b-receiveReport-title {
  width: 90%;
  font-size: 15px;
  font-weight: 900;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.b-receiveReport-content .grid-left {
  float: left;
  width: 58%;
  margin-right: 2%; }

.b-receiveReport-content .grid-right {
  width: 40%;
  float: left; }

.b-receiveReport-box {
  margin-bottom: 10px;
  font-size: 13px; }
  .b-receiveReport-box.grid01 {
    height: 95px; }
  .b-receiveReport-box.grid02 .b-receiveReport-desc {
    height: 120px;
    overflow-y: auto;
    -ms-overflow-style: none;
    overflow: auto; }
    .b-receiveReport-box.grid02 .b-receiveReport-desc::-webkit-scrollbar {
      width: 5px;
      /* 세로축 스크롤바 길이 */
      height: 8px;
      /* 가로축 스크롤바 길이 */ }
    .b-receiveReport-box.grid02 .b-receiveReport-desc::-webkit-scrollbar-thumb {
      border-radius: 5px;
      background-color: #ccc; }
  .b-receiveReport-box.grid03 .b-receiveReport-desc {
    height: 225px;
    overflow-y: auto;
    -ms-overflow-style: none;
    overflow: auto; }
    .b-receiveReport-box.grid03 .b-receiveReport-desc::-webkit-scrollbar {
      width: 5px;
      /* 세로축 스크롤바 길이 */
      height: 8px;
      /* 가로축 스크롤바 길이 */ }
    .b-receiveReport-box.grid03 .b-receiveReport-desc::-webkit-scrollbar-thumb {
      border-radius: 5px;
      background-color: #ccc; }
  .b-receiveReport-box.grid04 .b-receiveReport-desc {
    height: 48px;
    overflow-y: auto;
    -ms-overflow-style: none;
    overflow: auto; }
    .b-receiveReport-box.grid04 .b-receiveReport-desc::-webkit-scrollbar {
      width: 5px;
      /* 세로축 스크롤바 길이 */
      height: 8px;
      /* 가로축 스크롤바 길이 */ }
    .b-receiveReport-box.grid04 .b-receiveReport-desc::-webkit-scrollbar-thumb {
      border-radius: 5px;
      background-color: #ccc; }
  .b-receiveReport-box.grid05 .b-receiveReport-desc {
    position: relative;
    height: 165px;
    overflow-y: hidden;
    -ms-overflow-style: none;
    overflow: auto; }
    .b-receiveReport-box.grid05 .b-receiveReport-desc::-webkit-scrollbar {
      width: 5px;
      /* 세로축 스크롤바 길이 */
      height: 8px;
      /* 가로축 스크롤바 길이 */ }
    .b-receiveReport-box.grid05 .b-receiveReport-desc::-webkit-scrollbar-thumb {
      border-radius: 5px;
      background-color: #ccc; }

.b-receiveReport-box__inner {
  position: relative;
  padding-left: 22px; }
  .b-receiveReport-box__inner .ico-check {
    position: absolute;
    top: 2px;
    left: 0; }

.b-receiveReport-subTitle {
  display: inline-block;
  font-size: 14px;
  font-weight: 500; }

.b-receiveReport-desc {
  margin-top: 10px;
  color: #555; }

.b-sender-tracking {
  display: flex;
  border-bottom: 1px solid #ddd; }
  .b-sender-tracking label {
    font-weight: 500;
    margin-right: 10px;
    margin-top: 5px;
    flex: none; }
  .b-sender-tracking.btm {
    padding-bottom: 0;
    border-bottom: 0; }

.b-sender-trackingList li {
  float: left;
  text-align: center;
  position: relative;
  overflow: visible;
  padding: 0 10px 10px; }
  .b-sender-trackingList li:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: -10px;
    top: 2px; }
  .b-sender-trackingList li:last-child:after {
    display: none; }

.b-sender-trackingList .na-label {
  margin-top: 3px; }

.b-receiveReport-result {
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  color: #4489e4;
  font-weight: 500; }
  .b-receiveReport-result .result {
    margin-right: 30px;
    font-size: 14px; }
    .b-receiveReport-result .result label {
      text-align: center;
      margin-top: 10px; }
  .b-receiveReport-result .resultList li {
    margin-bottom: 10px; }
    .b-receiveReport-result .resultList li:last-child {
      margin-bottom: 0; }

.nonefilelist {
  line-height: 40px;
  height: 40px;
  border-bottom: 1px solid #e9e9e9;
  word-break: break-all;
  font-size: 13px;
  color: #555; }

.ui-menu-item-wrapper-name {
  padding: 3px 3px 3px .4em !important; }

.obscured-mail {
  background-color: #fcfcfc; }
  .obscured-mail td {
    border-bottom: none; }

.opts-img {
  display: block;
  border: 1px solid #ddd;
  width: 170px;
  height: 180px;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-top: 10px; }
  .opts-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 170px; }
  .opts-img span {
    width: 100%;
    color: #959595;
    font-size: 13px;
    font-weight: 400;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.ico-spamReason {
  padding-left: 10px;
  position: relative;
  margin-bottom: 3px; }
  .ico-spamReason:last-of-type {
    margin-bottom: 0; }
  .ico-spamReason:before {
    position: absolute;
    top: 9px;
    left: 0;
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #555; }

.kwtctb-area {
  width: 100%;
  min-height: 28px;
  padding: 1px 5px;
  margin-top: 1px; }

.kwtctb-common {
  position: relative;
  border-radius: 3px;
  margin: 2px 5px 2px 0;
  box-sizing: border-box;
  height: 25px;
  line-height: 25px;
  vertical-align: middle; }

.kwtctb-valid {
  position: relative;
  color: #5581e4;
  border: 1px solid #5581e4;
  margin: 2px 5px 2px 0;
  box-sizing: border-box;
  height: 100%;
  line-height: 20px;
  border-radius: 3px;
  padding-left: 5px; }

.kwtctb-invalid {
  position: relative;
  color: #fb4949;
  border: 1px solid #fb4949;
  margin: 2px 5px 2px 0;
  box-sizing: border-box;
  height: 100%;
  line-height: 20px;
  border-radius: 3px;
  padding-left: 5px; }

.kwtctb-valid div {
  display: inline-block;
  vertical-align: middle;
  height: 25px;
  line-height: 25px; }

.kwtctb-invalid div {
  display: inline-block;
  display: inline-block;
  vertical-align: middle;
  height: 25px;
  line-height: 25px; }

.kwtctb-valid .kwtc-modifier {
  width: 13px;
  height: 13px;
  /*background:url('/images/icon/kwtctb-valid_modify.png') no-repeat 100% 50%;*/ }

.kwtctb-invalid .kwtc-modifier {
  width: 13px;
  height: 13px;
  /*background:url('/images/icon/kwtctb-invalid_modify.png') no-repeat 100% 50%;*/ }

.kwtctb-valid .kwtc-remover {
  width: 13px;
  height: 15px;
  background: url("/resources/images/icons/sprite/ico_sprite_color.png") no-repeat -85px -62px; }

.kwtctb-invalid .kwtc-remover {
  width: 13px;
  height: 15px;
  background: url("/resources/images/icons/sprite/ico_sprite_color.png") no-repeat -105px -62px; }

.autoCompleteLayer .ui-menu-item-wrapper {
  min-height: 25px;
  line-height: 25px; }

.autoCompleteLayer .ui-state-active {
  border: none;
  background: none;
  color: #888;
  margin: 0; }

.b-editor {
  /* 웹 에디터 툴바 테투리 설정*/
  /* 웹 에디터 툴바 버튼 배경 컬러*/
  /* 웹 에디터 툴바 버튼 배경 및 테두리 컬러*/
  /* 웹 에디터 툴바 버튼 배경 및 테두리 컬러*/
  /* 웹 에디터 툴바 버튼 배경 및 테두리 컬러*/
  /* 웹 에디터 리사이즈 바 배경 컬러*/
  /* 웹 에디터 드롭다운 스타일 */ }
  .b-editor .panel {
    margin-bottom: 0; }
  .b-editor .note-editable {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    text-align: inherit;
    letter-spacing: inherit;
    line-height: inherit; }
    .b-editor .note-editable ol {
      list-style: decimal;
      list-style-position: inside; }
    .b-editor .note-editable ul {
      list-style: initial;
      list-style-position: inside; }
    .b-editor .note-editable li {
      list-style: inherit; }
    .b-editor .note-editable font {
      font-family: initial; }
    .b-editor .note-editable address, .b-editor .note-editable em {
      font-style: italic; }
  .b-editor .btn-default {
    background: none;
    border: 1px solid #f5f5f5; }
    .b-editor .btn-default:hover, .b-editor .btn-default:focus, .b-editor .btn-default:visited {
      background: #f3f3f3;
      border: 1px solid #e9e9e9; }
  .b-editor .note-frame {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border-color: #ddd !important; }
  .b-editor .note-toolbar {
    background-color: #fafafa; }
  .b-editor .btn-group-sm > .btn, .b-editor .btn-sm {
    border-radius: 0px; }
  .b-editor .note-toolbar .note-btn {
    background: #fafafa;
    border: 1px solid #fafafa; }
  .b-editor .btn-light:not(:disabled):not(.disabled):hover {
    background-color: #f3f3f3;
    border-color: #e9e9e9; }
  .b-editor .btn-light:not(:disabled):not(.disabled).active {
    background-color: #f3f3f3;
    border-color: #e9e9e9; }
  .b-editor .btn-light:not(:disabled):not(.disabled).active:hover {
    background-color: #f3f3f3;
    border-color: #e9e9e9; }
  .b-editor .note-resizebar {
    background-color: #fafafa; }
  .b-editor .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
  .b-editor .modal-dialog {
    padding: 0;
    left: 0; }

/* 웹 에디터 테두리 설정*/
/* 웹 에디터 툴바 배경 컬러*/
/*패스워드입력 UI*/
.b-infoBoxWrap {
  position: relative;
  width: 100%;
  height: 100%; }

.b-infoBox-mid {
  width: 590px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.b-infoBox {
  background-color: #fff;
  box-shadow: 0px 0px 10px #e9e9e9;
  padding: 0 30px 40px 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }

.b-infoBox__logo {
  height: 90px;
  line-height: 90px;
  border-bottom: 1px solid #ddd;
  background-repeat: no-repeat;
  text-align: center;
  background-position: center;
  margin-bottom: 30px;
  background-size: contain; }

.b-infoBox__txt {
  padding: 20px; }
  .b-infoBox__txt .title {
    margin-bottom: 25px;
    font-size: 32px;
    font-weight: 900; }
  .b-infoBox__txt .desc {
    line-height: 25px;
    font-size: 16px;
    color: #656565; }
  .b-infoBox__txt.b-infoBox__txt--bgShield {
    background-image: url(/resources/images/icons/ico_large_shield.png);
    background-repeat: no-repeat;
    background-position: right 20px center; }
  .b-infoBox__txt.b-infoBox__txt--bgLogout {
    background-image: url(/resources/images/icons/ico_large_logout.png);
    background-repeat: no-repeat;
    background-position: right 20px center; }

.b-infoBox__btn {
  font-size: 20px;
  width: 400px;
  height: 55px;
  line-height: 53px; }

.b-infoBox__footer {
  font-size: 12px;
  color: #888;
  text-align: center;
  margin-top: 20px; }

.b-pwbox-inputBox {
  padding: 30px 0px;
  text-align: center; }

.b-pwbox-inputBox__label {
  font-size: 14px;
  color: #555; }
  .b-pwbox-inputBox__label span {
    line-height: 30px;
    padding: 0 40px 0 5px; }
  .b-pwbox-inputBox__label input {
    border: none;
    border-bottom: 1px solid #5581e4;
    width: 180px;
    background-color: transparent; }

.b-stat {
  display: flex;
  flex-wrap: wrap; }

.b-stat-block .b-subTitleWrap {
  margin-top: 20px; }

.b-stat-block.half-left {
  width: 48%;
  margin-right: 4%; }

.b-stat-block.half-right {
  width: 48%; }

.b-stat-block:last-child {
  page-break-before: always; }

.print .b-stat-block__graph {
  height: 190px; }
  .print .b-stat-block__graph > div {
    height: 190px !important; }

.print .b-formTable th, .print .b-formTable td, .print .b-listTable-border th, .print .b-listTable-border td {
  height: 35px;
  font-size: 13px; }

.b-stat-block__graph {
  height: 360px;
  margin-bottom: 25px; }
  @media screen and (max-width: 1024px) {
    .b-stat-block__graph {
      height: 230px; } }
  @media screen and (min-width: 2100px) and (max-width: 3000px) {
    .b-stat-block__graph {
      height: 460px; } }

.b-callTitle {
  font-size: 13px;
  color: #333; }

.overlap-block {
  color: #fb4949; }

.b-boardview-top {
  padding: 20px;
  border-bottom: 1px solid #ddd; }

.b-boardview-top__title {
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: 500; }

.b-boardview-file-list a {
  font-size: 13px;
  word-break: break-all; }

.b-boardview-file__item {
  margin-bottom: 3px; }
  .b-boardview-file__item:last-child {
    margin-bottom: 0; }

.b-boardview-content {
  padding: 30px 20px;
  word-break: keep-all;
  border-bottom: 1px solid #ddd;
  min-height: 200px;
  font-size: 13px;
  color: #555; }
  .b-boardview-content img {
    max-width: 100%; }

.b-boardview-content--tableInner {
  border-bottom: none; }

.b-boardNext-table {
  border-top: 1px solid #ddd;
  table-layout: fixed; }
  .b-boardNext-table .ico-arrow-down, .b-boardNext-table .ico-arrow-up {
    float: right; }

.b-faqList {
  color: #555; }
  .b-faqList button {
    color: #555; }
    .b-faqList button:focus {
      outline: none;
      border: 1px dotted #000; }

.b-faqList__question {
  display: inline-block;
  width: 100%;
  position: relative;
  text-align: left;
  padding: 20px;
  padding-right: 90px;
  border: 1px solid white;
  border-bottom-color: #ddd;
  line-height: 23px;
  font-size: 14px; }
  .b-faqList__question i {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 20px; }

.b-faqList__answer {
  background: #fafafa;
  padding: 20px;
  border-bottom: 1px solid #ddd;
  line-height: 23px;
  font-size: 14px; }

/*
.b-boardNext-table__th{
  font-weight:500;
  padding-left:15px;
  text-align:left;
  border-bottom:1px solid $ddd;
  background:$default-bg-red;

  &>div{
    position:relative;
  }

  i{
    @include po-midY();
    right:20px;
  }
}

.b-boardNext-table__td{
  padding:15px 10px;
  border-bottom:1px solid $ddd;
}

.b-boardNext-table__th, .b-boardNext-table__td{
  @include font-style(15px);

  @include media-mob(){
    width:100%;
    display:block;
    padding:10px;
    font-size:14px;
  }
}

.b-boardNext-table__link{
  width:100%;
  @include text-ell();
}*/
.b-boardview-comment__inner {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd; }
  .b-boardview-comment__inner.br-n__bot {
    border-bottom: none;
    border-top: none; }
  .b-boardview-comment__inner.bb-n {
    border-bottom: none; }
  .b-boardview-comment__inner.bb {
    border-bottom: 1px solid #ddd; }

.b-boardview-comment__tit {
  padding: 0 0 7px 20px;
  font-size: 13px;
  font-weight: 500;
  color: #333; }
  .b-boardview-comment__tit.comm {
    padding: 0 0 7px 0px; }
  .b-boardview-comment__tit.pb0 {
    padding: 0; }

.b-boardview-comment__tr {
  border-bottom: 1px solid #ddd;
  padding: 15px 20px;
  padding-right: 0; }
  .b-boardview-comment__tr p {
    width: 98%;
    font-size: 13px;
    font-weight: 400;
    color: #555; }
  .b-boardview-comment__tr.re {
    padding-left: 40px; }
    .b-boardview-comment__tr.re .ico-re {
      position: relative; }
      .b-boardview-comment__tr.re .ico-re:before {
        content: "";
        display: inline-block;
        width: 8px;
        height: 8px;
        border-bottom: 1px solid #888888;
        border-left: 1px solid #888;
        position: absolute;
        left: -13px;
        bottom: 5px; }
    .b-boardview-comment__tr.re .username {
      position: relative; }
      .b-boardview-comment__tr.re .username:before {
        content: "";
        display: inline-block;
        width: 8px;
        height: 8px;
        border-bottom: 1px solid #888888;
        border-left: 1px solid #888;
        position: absolute;
        left: -13px;
        bottom: 5px; }
  .b-boardview-comment__tr.comm {
    padding: 15px 0px; }
  .b-boardview-comment__tr.comm.re {
    padding-left: 30px; }
  .b-boardview-comment__tr.bb-n {
    border-top: 1px solid #ddd;
    padding: 10px 0px; }
  .b-boardview-comment__tr.bt-n {
    border-top: none; }

.b-boardview-comment__user {
  font-size: 13px;
  height: 30px;
  line-height: 30px;
  margin-bottom: 5px; }
  .b-boardview-comment__user .fs-user {
    color: #333;
    font-weight: 500; }
  .b-boardview-comment__user .username {
    color: #333;
    font-weight: 500; }
  .b-boardview-comment__user .userrank {
    color: #333;
    font-weight: 500;
    margin-right: 5px; }
  .b-boardview-comment__user .userdate {
    font-weight: 400;
    color: #b5b5b5; }
  .b-boardview-comment__user .usercomment {
    font-weight: 400;
    color: #b5b5b5;
    font-size: 13px;
    vertical-align: initial;
    position: relative;
    padding-left: 10px;
    margin-left: 5px; }
    .b-boardview-comment__user .usercomment:before {
      content: '·';
      position: absolute;
      left: 0;
      top: 0; }
    .b-boardview-comment__user .usercomment:hover, .b-boardview-comment__user .usercomment:focus {
      color: #5581e4;
      outline: none; }
    .b-boardview-comment__user .usercomment.del:hover, .b-boardview-comment__user .usercomment.del:focus {
      color: #fb4949;
      outline: none; }

.b-boardview-comment_paging {
  padding-top: 10px;
  padding-bottom: 25px; }

.b-boardview-comment__write {
  padding: 15px 20px;
  background-color: #fafafa; }
  .b-boardview-comment__write textarea {
    border: none;
    padding: 0 15px 0 20px;
    margin-top: 5px;
    color: #555;
    font-size: 14px;
    font-weight: 400;
    -ms-overflow-style: none;
    overflow: auto;
    width: calc(100% - 100px); }
    .b-boardview-comment__write textarea::-webkit-scrollbar {
      width: 5px;
      /* 세로축 스크롤바 길이 */
      height: 8px;
      /* 가로축 스크롤바 길이 */ }
    .b-boardview-comment__write textarea::-webkit-scrollbar-thumb {
      border-radius: 5px;
      background-color: #ccc; }
    .b-boardview-comment__write textarea:focus {
      outline: none; }

.b-boardview-comment__write.comment {
  position: relative; }

.b-boardview-comment__write.comment::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #888888;
  border-left: 1px solid #888;
  position: absolute;
  top: 20px;
  left: 15px; }

.b-boardview-comment__write-box {
  border: 1px solid #ddd;
  height: 90px;
  background-color: #fff;
  position: relative; }
  .b-boardview-comment__write-box p {
    color: #333;
    font-weight: 500;
    font-size: 13px;
    padding: 15px 0px 0 20px; }
  .b-boardview-comment__write-box button {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0; }

.b-boardtop-comment {
  border-bottom: 1px solid #ddd;
  margin: 0;
  padding: 15px 25px; }

.b-errorpage {
  width: 100%;
  height: 100%;
  position: relative; }

.b-errorpage-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 900px; }
  .b-errorpage-box.mm {
    max-width: 900px;
    width: 100%;
    padding: 0 30px; }

.b-errorpage__logo {
  padding-bottom: 20px;
  border-bottom: 2px solid #2b337a; }

.b-errorpage__content {
  border-bottom: 1px solid #ddd;
  padding: 60px 50px;
  background-image: url("/resources/images/icons/ico_large_errorPage.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto; }
  .b-errorpage__content.bg-mobile {
    padding-bottom: 110px;
    background-image: url("/resources/images/icons/ico_large_errorMobile.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto; }
  .b-errorpage__content.file {
    background-image: url(/resources/images/icons/ico_large_fileDelete.png);
    background-position: center 50px;
    padding: 250px 50px 80px;
    text-align: center; }
    @media screen and (max-width: 450px) {
      .b-errorpage__content.file {
        padding: 200px 15px 50px;
        background-size: 230px; } }
    .b-errorpage__content.file .b-errorpage__txt h1 {
      margin-bottom: 0;
      font-size: 24px;
      color: #3f59a8;
      font-weight: 600;
      margin-top: 15px;
      word-break: keep-all; }
      @media screen and (max-width: 450px) {
        .b-errorpage__content.file .b-errorpage__txt h1 {
          font-size: 18px;
          line-height: 1.4; } }

.b-errorpage__txt h1 {
  font-size: 30px;
  color: #2b337a;
  font-weight: 500;
  margin-bottom: 30px; }

.b-errorpage__txt p {
  margin-bottom: 10px;
  font-size: 15px;
  color: #555; }
  .b-errorpage__txt p:last-of-type {
    margin-bottom: 0; }

.b-errorpage__btn {
  padding: 0 15px;
  border-radius: 5px;
  height: 50px;
  min-width: 170px;
  font-size: 16px;
  font-weight: 500;
  margin-top: 30px; }

@media screen and (max-width: 768px) {
  .b-errorpage-m .b-errorpage-box {
    width: 90%;
    margin: 0 auto; }
  .b-errorpage-m .b-errorpage__logo {
    text-align: center; }
    .b-errorpage-m .b-errorpage__logo img {
      max-width: 50%; }
  .b-errorpage-m .b-errorpage__txt h1 {
    font-size: 18px; }
  .b-errorpage-m .b-errorpage__txt p {
    font-size: 14px;
    line-height: 1.5;
    display: inline; }
  .b-errorpage-m .b-errorpage__content {
    padding: 50px 10px 200px;
    background-position: center bottom 30px;
    background-size: 150px;
    text-align: center; } }

.b-add {
  display: block;
  border: 1px solid #e9e9e9; }

.b-add__loginBox {
  width: 100%;
  height: 132px;
  overflow: hidden; }
  .b-add__loginBox img {
    width: 100%;
    height: 100%; }

.b-add__mailList {
  border-bottom: none;
  width: 100%;
  height: 39px;
  background: #fafafa;
  text-align: center;
  padding: 7px 5px;
  overflow: hidden;
  position: absolute;
  top: 190px;
  left: 0;
  right: 0; }
  .b-add__mailList.wp100-img {
    height: 40px;
    padding: 0; }
  .b-add__mailList img {
    max-height: 25px;
    max-width: 100px;
    margin-right: 5px; }
  .b-add__mailList .b-add__mailList__img {
    margin: 0;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 40px;
    vertical-align: top; }

.b-add__addrList {
  border: none;
  border-top: 1px solid #ddd;
  width: 100%;
  height: 39px;
  background: #fafafa;
  text-align: center;
  padding: 7px 5px;
  overflow: hidden; }
  .b-add__addrList img {
    max-height: 25px;
    max-width: 100px;
    margin-right: 5px; }

.b-add__report {
  width: 100%;
  height: 85px;
  overflow: hidden; }
  .b-add__report img {
    width: 100%;
    height: 100%; }

.b-add__leftMenu {
  margin: 20px 0;
  width: 212px;
  height: 202px; }
  .b-add__leftMenu img {
    width: 100%;
    height: 100%; }

.b-add__upload {
  width: 100%;
  height: 160px; }
  .b-add__upload img {
    width: 100%;
    height: 100%; }

.b-add__mailComp {
  width: 100%;
  height: 182px; }
  .b-add__mailComp img {
    width: 100%;
    height: 100%; }

.b-add__infoBox {
  width: 100%;
  height: 172px; }
  .b-add__infoBox img {
    width: 100%;
    height: 100%; }

.b-add__td {
  padding: 7px 5px;
  overflow: hidden;
  text-align: center;
  height: 39px;
  background: #fafafa; }
  .b-add__td img {
    max-height: 25px;
    max-width: 100px;
    margin-right: 5px; }

.b-add__td {
  padding: 7px 5px;
  overflow: hidden;
  text-align: center;
  height: 39px;
  background: #fafafa; }
  .b-add__td img {
    max-height: 25px;
    max-width: 100px;
    margin-right: 5px; }

.b-formmail {
  border-top: 20px solid #2b337a;
  width: 100%;
  height: 100%; }

.b-formmail-box {
  padding: 0 60px;
  height: 100%;
  overflow: auto;
  overflow: auto;
  -ms-overflow-style: auto;
  position: relative; }
  .b-formmail-box::-webkit-scrollbar {
    width: 5px;
    /* 세로축 스크롤바 길이 */
    height: 8px;
    /* 가로축 스크롤바 길이 */ }
  .b-formmail-box::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #ccc; }

.b-formmail-top {
  border-bottom: 2px solid #777;
  background-image: url("/resources/images/icons/formmail_img.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 50px 0 20px; }
  .b-formmail-top h1 {
    font-size: 42px;
    color: #2b337a;
    padding-bottom: 15px; }

.b-formmail-con__pw {
  width: 520px;
  margin: 60px auto; }

.b-formmail-con__txt {
  text-align: center;
  padding-top: 180px;
  background-repeat: no-repeat;
  background-position: center; }
  .b-formmail-con__txt p {
    font-size: 16px;
    color: #555;
    font-weight: 500; }

.b-formmail-con__off {
  width: 520px;
  margin: 100px auto; }

.pw-bgimg {
  background-image: url("/resources/images/icons/ico_large_secuMail.png"); }

.off-bgimg {
  background-image: url("/resources/images/icons/ico_large_offsecu.png"); }

.b-formmail-footer {
  border-top: 1px solid #ccc;
  text-align: center;
  padding: 20px 0;
  margin-top: 50px; }

.b-formmail-detail__title {
  font-size: 14px;
  color: #333;
  position: relative;
  line-height: 22px;
  padding-left: 20px; }
  .b-formmail-detail__title:before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 10px;
    height: 10px;
    border: 3px solid #2b337a;
    box-sizing: border-box; }

.detail-ul {
  font-size: 13px;
  color: #333; }
  .detail-ul .detail-txt {
    display: inline-block;
    width: 8%; }
  .detail-ul > li {
    margin-bottom: 10px;
    line-height: 22px;
    padding-left: 12px;
    position: relative; }
    .detail-ul > li:last-child {
      margin-bottom: 0; }
    .detail-ul > li:before {
      content: '';
      position: absolute;
      left: 0;
      top: 9px; }
  .detail-ul .gray-txt {
    font-size: 13px;
    color: #555;
    width: 20%; }

.b-formmail-detail__txt {
  padding: 0 20px;
  font-size: 13px;
  color: #656565; }

@media (max-width: 1024px) {
  .b-formmail-detail {
    height: 45%; } }

.fc-header-toolbar {
  padding-right: 25px;
  padding-left: 25px; }

.fc-toolbar-title {
  float: right;
  line-height: 35.89px; }

.fc-col-header-cell {
  background-color: #f5f6f9; }

.fc-col-header-cell-cushion {
  padding: 10px 0 !important;
  width: 100%;
  height: 100%;
  color: #333;
  font-size: 14px;
  font-weight: normal; }

.fc-day-sun .fc-col-header-cell-cushion {
  color: #fb4949 !important; }

.fc-day-sat .fc-col-header-cell-cushion {
  color: #5581e4 !important; }

.fc-daygrid-day.fc-day-sun .fc-daygrid-day-number {
  color: #fb4949 !important; }

.fc-daygrid-day .fc-daygrid-day-number {
  color: #666; }

.fc-daygrid-day.fc-day-sat .fc-daygrid-day-number {
  color: #5581e4 !important; }

.fc-daygrid-week-number {
  display: none !important; }

.fc-button-primary {
  color: #333 !important;
  background-color: #fff !important;
  border-color: #ccc !important;
  outline: 0 !important; }
  .fc-button-primary:hover {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.13);
    background-color: #e6e6e6 !important; }

.fc-button-active {
  color: #333 !important;
  background-color: #fff !important;
  border-color: #ccc !important;
  outline: 0 !important; }

.fc-day-today {
  background-color: #f4f5f6 !important; }

.fc-event-time {
  font-size: 12px;
  color: #101010 !important;
  padding: 2px 0 2px 4px;
  opacity: 0.5; }

.fc-daygrid-block-event .fc-event-title {
  font-size: 12px;
  font-weight: 600;
  padding: 2px 4px;
  color: #f0f0f0 !important; }

.fc-daygrid-dot-event .fc-daygrid-event {
  color: #f0f0f0 !important; }

.b-layerGroup {
  position: relative; }

.b-layerGroup--common {
  position: static; }

.b-layerGroup__layer, .b-layerGroup-layer--noGroup {
  background: #fff;
  border: 1px solid #ddd;
  z-index: 2;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1); }

.b-layerBtnGroup.scroll {
  max-height: 205px;
  -ms-overflow-style: none;
  overflow: auto; }
  .b-layerBtnGroup.scroll::-webkit-scrollbar {
    width: 5px;
    /* 세로축 스크롤바 길이 */
    height: 8px;
    /* 가로축 스크롤바 길이 */ }
  .b-layerBtnGroup.scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #ccc; }

.b-layerBtnGroup--pd {
  padding: 8px 0; }

.b-layerBtnGroup--foot {
  border-top: 1px solid #ddd; }
  .b-layerBtnGroup--foot .b-layerBtnGroup__btn {
    height: 50px; }

.b-layer-title {
  font-size: 14px;
  font-weight: 500; }

.b-layerBtnGroup__btn {
  display: inline-block;
  width: 100%;
  text-align: left;
  padding: 8px 15px;
  white-space: nowrap;
  font-size: 13px;
  color: #888; }
  .b-layerBtnGroup__btn.dis-n {
    display: none; }
  .b-layerBtnGroup__btn:hover {
    background: #f4f5f9; }
  .b-layerBtnGroup__btn.sm {
    padding: 4px 10px; }
  .b-layerBtnGroup__btn:disabled {
    color: #ddd; }
    .b-layerBtnGroup__btn:disabled:hover {
      background: transparent; }

.b-listTable .b-layerGroup__layer {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 80%;
  padding: 15px;
  width: 250px;
  text-align: left; }

.b-mail .b-layerGroup__layer {
  position: absolute; }

.b-header-subNav .b-layerGroup__layer {
  position: absolute;
  top: 53px;
  right: 0;
  border-top: none;
  line-height: normal; }

.b-mailSearch .b-layerGroup__layer {
  position: absolute;
  right: 0;
  left: 0;
  margin-right: -1px;
  margin-left: -1px;
  padding: 10px; }

.b-mailTop__btnGroup .b-layerGroup__layer {
  position: absolute;
  left: 0;
  top: 31px;
  min-width: 100%; }

.b-mailTop__btnGroup.dis-f {
  display: flex;
  justify-content: space-between; }

.b-layerGroup__layer.sm {
  left: 25px;
  min-width: auto; }
  .b-layerGroup__layer.sm .b-layerBtnGroup__btn {
    display: block; }

.b-mailBoxMoveLayer {
  width: 180px; }
  .b-mailBoxMoveLayer .b-layerBtnGroup {
    height: 150px;
    -ms-overflow-style: none;
    overflow: auto; }
    .b-mailBoxMoveLayer .b-layerBtnGroup::-webkit-scrollbar {
      width: 5px;
      /* 세로축 스크롤바 길이 */
      height: 8px;
      /* 가로축 스크롤바 길이 */ }
    .b-mailBoxMoveLayer .b-layerBtnGroup::-webkit-scrollbar-thumb {
      border-radius: 5px;
      background-color: #ccc; }
  .b-mailBoxMoveLayer .b-layerBtnGroup__btn {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

.b-mailBoxLayer-btm {
  border-top: 1px solid #ddd;
  padding: 12px 15px;
  color: #555; }

.b-addrBoxMoveLayer {
  width: 180px; }
  .b-addrBoxMoveLayer .b-layerBtnGroup {
    max-height: 210px;
    -ms-overflow-style: none;
    overflow: auto; }
    .b-addrBoxMoveLayer .b-layerBtnGroup::-webkit-scrollbar {
      width: 5px;
      /* 세로축 스크롤바 길이 */
      height: 8px;
      /* 가로축 스크롤바 길이 */ }
    .b-addrBoxMoveLayer .b-layerBtnGroup::-webkit-scrollbar-thumb {
      border-radius: 5px;
      background-color: #ccc; }
  .b-addrBoxMoveLayer .b-layerBtnGroup__btn {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .b-addrBoxMoveLayer .b-leftMenu-navDp3 > li > a {
    font-size: 12px; }
    .b-addrBoxMoveLayer .b-leftMenu-navDp3 > li > a:before {
      content: '-';
      display: inline-block; }
  .b-addrBoxMoveLayer .b-leftMenu-navDp3 a {
    padding-top: 2px;
    padding-bottom: 2px; }
  .b-addrBoxMoveLayer .b-leftMenu-navDp4 a {
    font-size: 12px;
    color: #aaa;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 20px; }
    .b-addrBoxMoveLayer .b-leftMenu-navDp4 a:before {
      width: 5px;
      height: 5px; }

.b-addrOptionLayer {
  width: 150px; }

.b-userLayer {
  width: 250px; }

.b-userLayer-top {
  padding: 15px;
  display: flex;
  align-items: center; }
  .b-userLayer-top img {
    margin-right: 10px;
    width: 58px;
    height: 58px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    border-radius: 60px;
    overflow: hidden; }

.b-userLayer-top__userInfo {
  width: 150px;
  font-size: 13px;
  color: #555; }
  .b-userLayer-top__userInfo .name {
    display: inline-block;
    max-width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .b-userLayer-top__userInfo .email {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    color: #888; }

.b-header-subNav__layerFooter {
  border-top: 1px solid #ddd; }

.b-settingLayer {
  padding: 15px 20px; }

.b-settingLayer-btnGroup {
  white-space: nowrap; }
  .b-settingLayer-btnGroup a {
    display: inline-block;
    text-align: center;
    margin: 10px 10px 5px;
    font-size: 13px;
    color: #555; }
    .b-settingLayer-btnGroup a.active, .b-settingLayer-btnGroup a:hover {
      color: #2b337a; }
      .b-settingLayer-btnGroup a.active i, .b-settingLayer-btnGroup a:hover i {
        background-image: url("/resources/images/icons/sprite/ico_sprite_color.png"); }

.b-noticeLayer__title {
  padding: 15px 20px 10px; }

.b-noticeLayer-btnGroup {
  width: 350px;
  max-height: 200px;
  -ms-overflow-style: none;
  overflow: auto;
  overflow-x: hidden; }
  .b-noticeLayer-btnGroup::-webkit-scrollbar {
    width: 5px;
    /* 세로축 스크롤바 길이 */
    height: 8px;
    /* 가로축 스크롤바 길이 */ }
  .b-noticeLayer-btnGroup::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #ccc; }
  .b-noticeLayer-btnGroup.nodata {
    height: 90px;
    padding: 30px 10px;
    text-align: center;
    font-size: 14px;
    color: #888; }

.b-noticeLayer-btnGroup__btn {
  display: block;
  position: relative;
  padding: 12px 20px 10px 65px;
  font-size: 13px; }
  .b-noticeLayer-btnGroup__btn:hover, .b-noticeLayer-btnGroup__btn:focus {
    background: #f3f3f3; }
  .b-noticeLayer-btnGroup__btn .title {
    color: #656565;
    font-weight: 500; }
  .b-noticeLayer-btnGroup__btn .sub {
    margin-top: 2px;
    width: 100%;
    color: #888;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .b-noticeLayer-btnGroup__btn .date {
    color: #bbb; }

.b-noticeLayer-btnGroup__icon {
  position: absolute;
  top: 14px;
  left: 20px;
  width: 35px;
  height: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  border-radius: 35px;
  background: #fbfbfb; }
  .b-noticeLayer-btnGroup__icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .b-noticeLayer-btnGroup__icon.center-icon {
    top: 50%;
    transform: translateY(-50%); }

.popTodo-fixed {
  /*position: fixed;*/
  left: 25px;
  right: 25px;
  padding: 0 20px;
  background-color: #fff;
  z-index: 10; }
  .popTodo-fixed .b-content-top {
    background-color: #fff; }

.popTodo-Top {
  background-color: #fff;
  padding: 10px 0px; }

.popTodo-topArea {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px; }

.popTodo-topTextArea {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .popTodo-topTextArea span {
    font-size: 13px;
    color: #888;
    font-weight: 400; }
    .popTodo-topTextArea span.popTodo-title {
      font-weight: 500;
      font-size: 16px;
      color: #333;
      display: inline-block; }

.popTodo-contentsWrap {
  margin-top: 30px;
  overflow: auto;
  height: calc(100vh - 400px); }

.popTodo-contentsWrap::-webkit-scrollbar {
  width: 5px;
  height: 8px; }

.popTodo-contentsWrap::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #ccc; }

.popTodo-contents {
  width: 100%;
  height: 100%;
  position: relative;
  top: 50px;
  word-break: break-all; }

.popTodo-contents::-webkit-scrollbar {
  width: 5px;
  height: 8px; }

.popTodo-contents::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #ccc; }

.popShareDoc:hover {
  text-decoration: underline;
  cursor: pointer;
  color: #596ace; }

.mask {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  overflow: auto;
  z-index: 9999; }
  .mask img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%; }

.layerMask {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  /*width:100%;
  height:100%;*/
  background: rgba(0, 0, 0, 0.3);
  overflow: auto;
  z-index: 9997; }

.layerMask__inner {
  min-width: 1024px;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center; }
  .layerMask__inner.large {
    min-height: 900px; }
  .layerMask__inner.medium {
    min-height: 600px; }

.layer-popup {
  background: #fff;
  width: 500px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  /*  @include po-midXY();*/
  padding: 0 20px;
  height: auto !important; }
  .layer-popup .fullrow {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -20px;
    margin-right: -20px; }
  .layer-popup .b-listTable td {
    color: #888; }
  .layer-popup.btn-n {
    padding-bottom: 40px; }

.layer-popup--report {
  height: 850px; }
  .layer-popup--report .layer-popup-top {
    background: #f4f6fb; }

.layer-popup-top {
  padding: 20px 0 10px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.layer-popup-con {
  overflow-y: auto; }

.layer-popup__title {
  display: inline-block;
  line-height: unset;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 900; }

.layer-popup__closeBtn {
  float: right; }

.layer-popup__closeBtn-notice {
  position: absolute;
  z-index: 10;
  right: 15px;
  top: 15px; }
  .layer-popup__closeBtn-notice.closeBtn {
    right: inherit;
    top: inherit;
    float: right;
    display: inherit;
    position: inherit; }

.layer-popup__confirm {
  text-align: center;
  width: 100%;
  padding: 5px 0; }
  .layer-popup__confirm .main {
    font-size: 14px;
    color: #555;
    font-weight: 500; }
  .layer-popup__confirm .sub {
    font-size: 13px;
    color: #888; }

.popup-header {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  font-size: 18px;
  font-weight: 500;
  position: relative; }
  .popup-header .layer-popup__closeBtn {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 10px; }

.popup-con {
  padding: 0 10px 30px; }

/*.layer-popup-report{
  background:$white;
  width:900px;
  @include border-radius(4px);
  @include po-midXY();
  max-height:80vh;
}

  .layer-popup-report-top{
    padding:20px 20px 10px;
    background:$default-bg-blue;
  }*/
.spam-title {
  padding: 20px 0;
  font-size: 22px;
  font-weight: bold;
  border-bottom: 1px solid #ddd; }

.spam-tab__btn {
  display: inline-block;
  padding: 10px;
  outline: none;
  font-size: 15px;
  font-weight: 500;
  box-sizing: border-box; }

.spam-tab__btn:hover {
  box-sizing: border-box;
  color: #2b337a;
  border-bottom: 2px solid #2b337a; }

.spam-tab__btn.active {
  color: #2b337a;
  border-bottom: 2px solid #2b337a; }

.welcome-popup-bot {
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  padding: 10px; }

.welcome-popup-close {
  font-size: 14px;
  color: #656565;
  padding: 0 3px;
  margin-bottom: 1px; }

.layerMask__welcome {
  max-width: 562px;
  height: 655px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }

.popview-date {
  text-align: right;
  margin-top: 5px; }

.popview-bot {
  border-bottom: 1px solid #ddd; }

.pop-color-view {
  min-height: 30px;
  width: 80px;
  appearance: none;
  background: #fff url(/resources/images/icons/ico_selectbox.png) no-repeat 90% 50%;
  background-size: 8px;
  vertical-align: middle;
  border: 1px solid #ddd;
  padding: 5px 20px 5px 10px;
  cursor: pointer; }

.pop-color-view__inner {
  width: 45px;
  height: 20px;
  border-radius: 3px; }

.tr-time {
  background: url(/resources/images/icons/ico_calendar.png) no-repeat -3px 50%;
  background-color: #fff;
  padding-left: 20px; }

.color-view__sm {
  width: 12px;
  height: 12px;
  margin-right: 7px;
  display: inline-block;
  border-radius: 3px;
  vertical-align: middle; }

.color-view__medium {
  width: 25px;
  height: 25px;
  display: inline-block;
  border-radius: 3px;
  vertical-align: middle; }

.color-view__circle {
  width: 12px;
  height: 12px;
  margin-right: 7px;
  display: inline-block;
  border-radius: 6px;
  vertical-align: middle; }

.pop-addrBook-list {
  height: 150px;
  border-bottom: 1px solid #ddd; }
  .pop-addrBook-list li {
    padding: 4px 15px; }

.pop-btnGroup {
  padding: 0 25px; }

.doclog-list {
  color: #888;
  padding: 5px 0; }
  .doclog-list.bf {
    position: relative;
    padding-left: 15px; }
    .doclog-list.bf:before {
      content: '';
      display: inline-block;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background-color: #2b337a; }

.b-memoWrap {
  border-top: 1px solid #ddd;
  padding: 0 25px;
  height: 100%; }
  .b-memoWrap.br-n {
    border-top: none; }

.b-memo-top label {
  font-size: 13px;
  font-weight: 400;
  color: #333;
  margin-right: 10px; }

.b-memo-top {
  padding: 15px 0; }

.b-selectTit {
  margin-top: 5px; }

.b-selectTit h1 {
  position: relative;
  font-size: 16px;
  color: #333;
  font-weight: 600;
  padding-right: 25px; }
  .b-selectTit h1:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0;
    width: 20px;
    height: 20px;
    background-image: url(/resources/images/icons/sprite/ico_sprite_gray.png);
    background-position: 0 -60px;
    background-repeat: no-repeat;
    background-size: auto; }

.b-memo-editor {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding-top: 15px; }

.b-memo-btnGroup {
  padding: 15px 0;
  text-align: center; }

.btn-memo {
  min-width: 100px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #ddd;
  font-size: 13px;
  font-weight: 400;
  color: #666;
  border-radius: 3px;
  cursor: pointer; }
  .btn-memo.fc-danger {
    color: #fb4949; }

.b-memo__nodata {
  height: 50vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-items: center; }
  .b-memo__nodata.dis-n {
    display: none; }
  .b-memo__nodata p {
    width: 100%;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    color: #888; }

.b-memo__inner {
  -ms-overflow-style: none;
  overflow: auto;
  height: calc(100vh - 160px);
  padding-bottom: 30px; }
  .b-memo__inner::-webkit-scrollbar {
    width: 5px;
    /* 세로축 스크롤바 길이 */
    height: 8px;
    /* 가로축 스크롤바 길이 */ }
  .b-memo__inner::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #ccc; }

.btn-memo-add {
  background: #2b337a;
  border: 1px solid #2b337a;
  color: #fff;
  font-weight: 500; }

.b-memo-list {
  padding: 15px 0;
  overflow: visible; }
  .b-memo-list li:last-of-type .b-memo-list__item {
    margin-bottom: 0; }
  .b-memo-list .b-memo-list__item {
    border: 1px solid #ddd;
    height: 160px;
    width: 100%;
    padding: 20px;
    margin-bottom: 20px; }
    .b-memo-list .b-memo-list__item > a {
      display: inline-block;
      width: calc(100% - 30px);
      height: 80px;
      border-top: none;
      padding-right: 10px; }
      .b-memo-list .b-memo-list__item > a > p, .b-memo-list .b-memo-list__item > a span, .b-memo-list .b-memo-list__item > a a, .b-memo-list .b-memo-list__item > a em, .b-memo-list .b-memo-list__item > a b, .b-memo-list .b-memo-list__item > a strong, .b-memo-list .b-memo-list__item > a i {
        word-break: break-all; }
    .b-memo-list .b-memo-list__item .btn-icon {
      vertical-align: top; }
    .b-memo-list .b-memo-list__item .b-memo-list__date {
      margin-top: 15px; }

.b-selectTit-h1 {
  font-size: 16px;
  color: #333;
  font-weight: 600; }

.b-memo-list__date {
  font-size: 13px;
  font-weight: 400;
  color: #888;
  float: right;
  padding-bottom: 20px; }

.b-memo-list__date {
  float: right;
  display: inline-block;
  margin-top: 35px;
  font-size: 13px;
  font-weight: 400;
  color: #888; }
  .b-memo-list__date i {
    vertical-align: sub; }

.b-memo-list__edit {
  margin-bottom: 15px; }

.b-telegram {
  margin-top: 15px;
  border-bottom: 1px solid #ddd; }
  .b-telegram > div {
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    color: #555; }

.b-telegram__txt {
  padding-top: 15px;
  height: 90px; }
  .b-telegram__txt p {
    text-align: left;
    margin-bottom: 10px; }

.b-popBtnGroup__sm {
  padding: 15px 0;
  display: flex;
  justify-content: space-between; }

.popBtn__sm {
  width: 75px;
  height: 25px;
  border: 1px solid #ddd;
  color: #888;
  font-weight: 500;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px; }
  .popBtn__sm .ico-arrow-right {
    width: 8px;
    height: 19px;
    background-position: -67px -59.5px;
    margin-left: 5px; }
  .popBtn__sm .ico-arrow-left {
    width: 8px;
    height: 19px;
    background-position: -46px -60.5px;
    margin-right: 5px; }
  .popBtn__sm.dis-n {
    visibility: hidden; }

:lang(jp) .b-formTable th {
  word-break: break-all; }

:lang(en) .b-mailLeft-shortcut__btn, :lang(jp) .b-mailLeft-shortcut__btn, :lang(vn) .b-mailLeft-shortcut__btn {
  vertical-align: top; }
  :lang(en) .b-mailLeft-shortcut__btn > span, :lang(jp) .b-mailLeft-shortcut__btn > span, :lang(vn) .b-mailLeft-shortcut__btn > span {
    word-break: break-word;
    white-space: break-spaces; }

:lang(en) #popForm .b-search-label, :lang(jp) #popForm .b-search-label, :lang(vn) #popForm .b-search-label {
  display: inline-block;
  width: 35px; }

:lang(en) #popForm .b-search, :lang(jp) #popForm .b-search, :lang(vn) #popForm .b-search {
  vertical-align: top; }

:lang(en) .draftTargetList .btn-baseRound.fc-danger.trn.w80, :lang(jp) .draftTargetList .btn-baseRound.fc-danger.trn.w80, :lang(vn) .draftTargetList .btn-baseRound.fc-danger.trn.w80 {
  width: 100%;
  white-space: break-spaces;
  word-break: break-word;
  min-height: 30px;
  height: auto; }

:lang(en) .approval-RejectListTarget .btn-baseRound.fc-danger.trn.w80, :lang(jp) .approval-RejectListTarget .btn-baseRound.fc-danger.trn.w80, :lang(vn) .approval-RejectListTarget .btn-baseRound.fc-danger.trn.w80 {
  width: 100%;
  white-space: break-spaces;
  word-break: break-word;
  min-height: 30px;
  height: auto; }

:lang(en) .b-leftMenu-nav__rightBtn .lang-w100, :lang(jp) .b-leftMenu-nav__rightBtn .lang-w100, :lang(vn) .b-leftMenu-nav__rightBtn .lang-w100 {
  width: 100px; }

:lang(en) .b-leftMenu__lang .b-leftMenu-nav__link .hide-mini, :lang(jp) .b-leftMenu__lang .b-leftMenu-nav__link .hide-mini, :lang(vn) .b-leftMenu__lang .b-leftMenu-nav__link .hide-mini {
  width: calc(100% - 45px);
  white-space: break-spaces !important;
  word-break: break-word !important; }

:lang(en) .b-leftMenu__lang .b-leftMenu-navDp2 li a, :lang(jp) .b-leftMenu__lang .b-leftMenu-navDp2 li a, :lang(vn) .b-leftMenu__lang .b-leftMenu-navDp2 li a {
  word-break: break-word;
  white-space: break-spaces; }

:lang(en) .b-leftMenu-navDp2 a.active, :lang(en) .b-leftMenu-navDp2 a:hover, :lang(en) .b-leftMenu-navDp2 a:focus, :lang(jp) .b-leftMenu-navDp2 a.active, :lang(jp) .b-leftMenu-navDp2 a:hover, :lang(jp) .b-leftMenu-navDp2 a:focus, :lang(vn) .b-leftMenu-navDp2 a.active, :lang(vn) .b-leftMenu-navDp2 a:hover, :lang(vn) .b-leftMenu-navDp2 a:focus {
  font-weight: 400; }

:lang(en) .b-labelSearchForm.b-serchForm li > label, :lang(jp) .b-labelSearchForm.b-serchForm li > label, :lang(vn) .b-labelSearchForm.b-serchForm li > label {
  width: 100px; }

:lang(en) .txtell__lang, :lang(jp) .txtell__lang, :lang(vn) .txtell__lang {
  display: inline-block;
  word-break: break-word;
  white-space: break-spaces;
  vertical-align: top;
  width: 95px; }

:lang(en) .group-sub-list.b-layerGroup__layer.grouplist, :lang(jp) .group-sub-list.b-layerGroup__layer.grouplist, :lang(vn) .group-sub-list.b-layerGroup__layer.grouplist {
  top: 44px; }

.b-login {
  height: 100%;
  min-height: 680px;
  width: 998px;
  margin: 0 auto;
  overflow: hidden;
  background: #fafafa;
  position: relative; }

.b-login__mid {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.b-loginBox {
  background: #fff;
  box-shadow: 8px 8px 8px #eee;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  padding: 40px 40px 30px 420px;
  height: 460px;
  position: relative; }

.b-loginBox-left {
  display: inline-block;
  background: #2b337a;
  padding: 40px;
  text-align: center;
  width: 380px;
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px; }

.b-loginBox-left__inner {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%); }

.b-loginBox-left__txt {
  margin-top: 100px;
  line-height: 30px;
  font-size: 15px;
  color: #fff;
  font-weight: 500; }

.b-loginForm__pdBox {
  padding-left: 130px;
  position: relative; }

.b-loginForm-top {
  height: 30px;
  line-height: 30px;
  margin-bottom: 30px; }

.b-loginForm-top__ip {
  font-size: 15px; }
  .b-loginForm-top__ip .main {
    color: #656565;
    font-weight: 500; }
  .b-loginForm-top__ip .sub {
    color: #999; }

.b-loginForm-inputGroup__label {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  font-size: 20px;
  color: #555;
  font-weight: 500; }

.b-loginForm-inputGroup__input {
  width: 100%;
  height: 45px;
  border: none;
  border-bottom: 1px solid #ddd;
  margin: 5px 0;
  font-size: 20px;
  color: #888; }

.b-loginForm-inputGroup__inputTxt {
  display: inline-block;
  width: 100%;
  height: 45px;
  line-height: 35px;
  border: none;
  border-bottom: 1px solid #ddd;
  margin: 5px 0;
  font-size: 20px;
  color: #5581e4; }

.b-loginForm-inputGroup__loginBtn {
  width: 100%;
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  margin: 20px 0;
  height: 55px;
  line-height: 55px; }

.b-loginForm-inputGroup__txt {
  font-size: 13px;
  color: #999; }

.topBorder {
  border-top: 1px solid #ddd;
}